01KYAZ89QDKNNXVXGA6HQVWD11: 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: 01KYAZ8RQY3Y8TMK1YZ3X11RBG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-24T21:08:18.585Zjob assigned to worker 01KYAZ90BEJ6SATCC75DYQTW53 [factory aws, i-01cd333b4fa4068e3] (queued for 49 s)
 
22026-07-24T21:08:26.010Zstarting task 0: "setup"
32026-07-24T21:08:26.037Z++ uname -s
42026-07-24T21:08:26.037Z+ kern=SunOS
52026-07-24T21:08:26.037Z+ build_user=build
62026-07-24T21:08:26.037Z+ build_uid=12345
72026-07-24T21:08:26.037Z+ work_dir=/work
82026-07-24T21:08:26.037Z+ input_dir=/input
92026-07-24T21:08:26.037Z+ [[ 0 == 12345 ]]
102026-07-24T21:08:26.037Z+ case "$kern" in
112026-07-24T21:08:26.037Z+ groupadd -g 12345 build
122026-07-24T21:08:26.037Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-24T21:08:27.996Z+ zfs create -o mountpoint=/work rpool/work
142026-07-24T21:08:28.157Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-24T21:08:28.161Z+ home_fs=zfs
162026-07-24T21:08:28.161Z+ [[ zfs == autofs ]]
172026-07-24T21:08:28.161Z+ mkdir -p /home/build
182026-07-24T21:08:28.162Z+ chown build:build /home/build /work
192026-07-24T21:08:29.169Z+ chmod 0700 /home/build /work
202026-07-24T21:08:29.174Zprocess exited: duration 3190 ms, exit code 0
 
212026-07-24T21:08:29.183Zstarting task 1: "rust-toolchain"
222026-07-24T21:08:29.189Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-24T21:08:29.189Z * rust toolchain channel = "1.96.1"
242026-07-24T21:08:29.189Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-24T21:08:29.189Z * rust toolchain profile = "default"
262026-07-24T21:08:29.189Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-24T21:08:29.189Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-24T21:08:29.194Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-24T21:08:29.194Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-24T21:08:29.291Zinfo: downloading installer
312026-07-24T21:08:30.706Zwarn: It looks like you have an existing rustup settings file at:
322026-07-24T21:08:30.706Zwarn: /home/build/.rustup/settings.toml
332026-07-24T21:08:30.706Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-24T21:08:30.706Zwarn: instead of the one inferred from the default host triple.
352026-07-24T21:08:30.726Zinfo: profile set to default
362026-07-24T21:08:30.726Zinfo: default host triple is x86_64-unknown-illumos
372026-07-24T21:08:30.737Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-24T21:08:30.859Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-24T21:08:30.864Zinfo: downloading 6 components
402026-07-24T21:08:45.488Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-24T21:08:45.488Z
422026-07-24T21:08:45.519Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-24T21:08:45.519Z
442026-07-24T21:08:45.519Z
452026-07-24T21:08:45.519ZRust is installed now. Great!
462026-07-24T21:08:45.519Z
472026-07-24T21:08:45.519ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-24T21:08:45.519Zenvironment variable. This has not been done automatically.
492026-07-24T21:08:45.519Z
502026-07-24T21:08:45.519ZTo configure your current shell, you need to source
512026-07-24T21:08:45.519Zthe corresponding env file under $HOME/.cargo.
522026-07-24T21:08:45.520Z
532026-07-24T21:08:45.520ZThis is usually done by running one of the following (note the leading DOT):
542026-07-24T21:08:45.520Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-24T21:08:45.520Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-24T21:08:45.520Zsource "~/.cargo/env.nu" # For nushell
572026-07-24T21:08:45.520Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-24T21:08:45.520Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-24T21:08:45.520Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-24T21:08:45.526Zwarn: no default linker (`cc`) was found in your PATH
612026-07-24T21:08:45.526Zwarn: many Rust crates require a system C toolchain to build
622026-07-24T21:08:45.624Z+ rustup --version
632026-07-24T21:08:45.636Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-24T21:08:45.636Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-24T21:08:45.651Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-24T21:08:45.660Z+ cargo --version
672026-07-24T21:08:45.670Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-24T21:08:45.670Z+ rustc --version
692026-07-24T21:08:45.684Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-24T21:08:45.693Zprocess exited: duration 16504 ms, exit code 0
 
712026-07-24T21:08:45.706Zstarting task 2: "authentication"
722026-07-24T21:08:45.723Zprocess exited: duration 17 ms, exit code 0
 
732026-07-24T21:08:45.738Zstarting task 3: "clone repository"
742026-07-24T21:08:45.747Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-24T21:08:45.747Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-24T21:08:45.776ZCloning into '/work/oxidecomputer/omicron'...
772026-07-24T21:08:56.277Z+ cd /work/oxidecomputer/omicron
782026-07-24T21:08:56.277Z+ git fetch origin a6091db0c0a4f2313f569dde9b9665122f9bd7e0
792026-07-24T21:08:56.562ZFrom https://github.com/oxidecomputer/omicron
802026-07-24T21:08:56.562Z * branch a6091db0c0a4f2313f569dde9b9665122f9bd7e0 -> FETCH_HEAD
812026-07-24T21:08:56.576Z+ [[ -n john/mupdate-recovery-after-noop-conversion ]]
822026-07-24T21:08:56.580Z++ git branch --show-current
832026-07-24T21:08:56.580Z+ current=main
842026-07-24T21:08:56.580Z+ [[ main != john/mupdate-recovery-after-noop-conversion ]]
852026-07-24T21:08:56.580Z+ git branch -f john/mupdate-recovery-after-noop-conversion a6091db0c0a4f2313f569dde9b9665122f9bd7e0
862026-07-24T21:08:56.583Z+ git checkout -f john/mupdate-recovery-after-noop-conversion
872026-07-24T21:08:56.747ZSwitched to branch 'john/mupdate-recovery-after-noop-conversion'
882026-07-24T21:08:56.751Z+ git reset --hard a6091db0c0a4f2313f569dde9b9665122f9bd7e0
892026-07-24T21:08:56.908ZHEAD is now at a6091db0c add integration test
902026-07-24T21:08:56.911Zprocess exited: duration 11172 ms, exit code 0
 
912026-07-24T21:08:56.917Zstarting task 4: "build"
922026-07-24T21:08:56.922Z+ source .github/buildomat/ci-env.sh
932026-07-24T21:08:56.922Z++ export CARGO_TERM_COLOR=always
942026-07-24T21:08:56.922Z++ CARGO_TERM_COLOR=always
952026-07-24T21:08:56.925Z+++ uname -s
962026-07-24T21:08:56.925Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-24T21:08:56.925Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-24T21:08:56.928Z+ cargo --version
992026-07-24T21:08:56.936Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-24T21:08:56.939Z+ rustc --version
1012026-07-24T21:08:56.960Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-24T21:08:56.963Z+ WORK=/work
1032026-07-24T21:08:56.963Z+ pfexec mkdir -p /work
1042026-07-24T21:08:56.966Z+ pfexec chown build /work
1052026-07-24T21:08:56.969Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-24T21:08:58.730Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-24T21:08:58.964Z Startup: Caching catalogs ... Done
1082026-07-24T21:09:00.108ZPlanning: Solver setup ... Done (1.067s)
1092026-07-24T21:09:00.151ZPlanning: Running solver ... Done (0.043s)
1102026-07-24T21:09:00.181ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-24T21:09:00.194ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-24T21:09:00.212ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-24T21:09:00.226ZPlanning: Package planning ... Done (0.014s)
1142026-07-24T21:09:00.229ZPlanning: Merging actions ... Done (0.001s)
1152026-07-24T21:09:00.435ZPlanning: Checking for conflicting actions ... Done (0.207s)
1162026-07-24T21:09:00.438ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-24T21:09:01.293ZPlanning: Evaluating mediators ... Done (0.857s)
1182026-07-24T21:09:01.298ZPlanning: Planning completed in 2.30 seconds
1192026-07-24T21:09:01.303Z Packages to install: 2
1202026-07-24T21:09:01.303Z Estimated space available: 156.05 GB
1212026-07-24T21:09:01.303ZEstimated space to be consumed: 55.04 MB
1222026-07-24T21:09:01.303Z Create boot environment: No
1232026-07-24T21:09:01.303ZCreate backup boot environment: No
1242026-07-24T21:09:01.307Z Rebuild boot archive: No
1252026-07-24T21:09:01.307Z
1262026-07-24T21:09:01.307ZChanged packages:
1272026-07-24T21:09:01.307Zhelios
1282026-07-24T21:09:01.307Z developer/build-essential
1292026-07-24T21:09:01.307Z None -> 11-3.0
1302026-07-24T21:09:01.308Z library/libxmlsec1
1312026-07-24T21:09:01.308Z None -> 1.2.35-3.0
1322026-07-24T21:09:01.329Z
1332026-07-24T21:09:01.330ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-24T21:09:01.396ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1352026-07-24T21:09:01.458Z Actions: 1/268 actions (Installing new actions)
1362026-07-24T21:09:01.496Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-24T21:09:01.521ZFinalize: Updating package state database ... Done (0.025s)
1382026-07-24T21:09:01.521ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-24T21:09:01.578ZFinalize: Updating image state ... Done (0.057s)
1402026-07-24T21:09:04.166ZFinalize: Creating fast lookup database ... Done (2.548s)
1412026-07-24T21:09:04.240ZFinalize: Reading search index ... Done (0.011s)
1422026-07-24T21:09:04.244ZFinalize: Updating search index ... Done (0.000s)
1432026-07-24T21:09:04.337ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-24T21:09:04.674ZPlanning: Evaluating mediator changes ... Done
1452026-07-24T21:09:04.776ZPlanning: Checking for conflicting actions ... Done
1462026-07-24T21:09:04.780ZPlanning: Consolidating action changes ... Done
1472026-07-24T21:09:04.933ZPlanning: Evaluating mediators ... Done
1482026-07-24T21:09:04.937ZPlanning: Planning completed in 0.26 seconds
1492026-07-24T21:09:04.959Z Mediators to change: 2
1502026-07-24T21:09:04.959Z Create boot environment: No
1512026-07-24T21:09:04.959ZCreate backup boot environment: No
1522026-07-24T21:09:05.026ZFinalize: Updating package state database ... Done
1532026-07-24T21:09:05.030ZFinalize: Updating package cache ... Done
1542026-07-24T21:09:05.063ZFinalize: Updating image state ... Done
1552026-07-24T21:09:07.018ZFinalize: Creating fast lookup database ... Done
1562026-07-24T21:09:07.081ZFinalize: Reading search index ... Done
1572026-07-24T21:09:07.086ZFinalize: Updating search index ... Done
1582026-07-24T21:09:07.182ZFinalize: Updating package cache ... Done
1592026-07-24T21:09:07.461ZPlanning: Evaluating mediator changes ... Done
1602026-07-24T21:09:07.566ZPlanning: Checking for conflicting actions ... Done
1612026-07-24T21:09:07.570ZPlanning: Consolidating action changes ... Done
1622026-07-24T21:09:07.723ZPlanning: Evaluating mediators ... Done
1632026-07-24T21:09:07.728ZPlanning: Planning completed in 0.26 seconds
1642026-07-24T21:09:07.750Z Mediators to change: 1
1652026-07-24T21:09:07.751Z Create boot environment: No
1662026-07-24T21:09:07.751ZCreate backup boot environment: No
1672026-07-24T21:09:07.805ZFinalize: Updating package state database ... Done
1682026-07-24T21:09:07.805ZFinalize: Updating package cache ... Done
1692026-07-24T21:09:07.841ZFinalize: Updating image state ... Done
1702026-07-24T21:09:09.770ZFinalize: Creating fast lookup database ... Done
1712026-07-24T21:09:09.832ZFinalize: Reading search index ... Done
1722026-07-24T21:09:09.835ZFinalize: Updating search index ... Done
1732026-07-24T21:09:09.913ZFinalize: Updating package cache ... Done
1742026-07-24T21:09:10.226ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-24T21:09:10.227Zapache system 2.4 system
1762026-07-24T21:09:10.227Zclang system 15 system
1772026-07-24T21:09:10.227Zcsh system system illumos
1782026-07-24T21:09:10.227Zctags system system illumos
1792026-07-24T21:09:10.227Zfile vendor vendor darwinsys
1802026-07-24T21:09:10.227Zfile system system illumos
1812026-07-24T21:09:10.227Zgcc vendor 14 vendor
1822026-07-24T21:09:10.227Zgcc system 13 system
1832026-07-24T21:09:10.227Zgcc system 10 system
1842026-07-24T21:09:10.227Zgo system 1.25 system
1852026-07-24T21:09:10.227Zllvm system 15 system
1862026-07-24T21:09:10.227Zmariadb system 11.4 system
1872026-07-24T21:09:10.227Zmta vendor vendor dma
1882026-07-24T21:09:10.227Zopenjdk system 17 system
1892026-07-24T21:09:10.227Zopenjdk system 11 system
1902026-07-24T21:09:10.228Zopenssl vendor 3 vendor
1912026-07-24T21:09:10.228Zperl system 5.40 system
1922026-07-24T21:09:10.228Zpostgresql system 18 system
1932026-07-24T21:09:10.228Zpostgresql system 17 system
1942026-07-24T21:09:10.228Zpython vendor 3 vendor
1952026-07-24T21:09:10.228Zpython system 2 system
1962026-07-24T21:09:10.228Zpython3 vendor 3.13 vendor
1972026-07-24T21:09:10.228Zruby system 3.4 system
1982026-07-24T21:09:10.228Zruby system 3.0 system
1992026-07-24T21:09:10.228Zwords vendor vendor american-english
2002026-07-24T21:09:10.228Zwords system system australian-english
2012026-07-24T21:09:10.228Zwords system system british-english
2022026-07-24T21:09:10.228Zwords system system canadian-english
2032026-07-24T21:09:10.228Zwords system system french
2042026-07-24T21:09:10.228Zwords system system italian
2052026-07-24T21:09:10.228Zwords system system ngerman
2062026-07-24T21:09:10.228Zwords system system ogerman
2072026-07-24T21:09:10.229Zwords system system spanish
2082026-07-24T21:09:10.481ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-24T21:09:10.482Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-24T21:09:10.864ZFMRI IFO
2112026-07-24T21:09:10.864Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-24T21:09:10.864Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-24T21:09:10.864Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-24T21:09:10.864Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-24T21:09:10.864Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-24T21:09:10.864Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-24T21:09:10.865Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-24T21:09:10.865Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-24T21:09:10.865Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-24T21:09:11.168Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-24T21:09:11.412Z Updating crates.io index
2222026-07-24T21:09:11.418Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-24T21:09:11.647Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-24T21:09:11.946Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-24T21:09:12.904Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-24T21:09:13.394Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-24T21:09:14.927Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-24T21:09:15.683Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-24T21:09:15.914Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-24T21:09:16.258Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-24T21:09:17.340Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-24T21:09:17.579Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-24T21:09:17.867Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-24T21:09:18.094Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-24T21:09:18.529Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-24T21:09:19.038Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-24T21:09:19.412Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-24T21:09:19.647Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-24T21:09:19.895Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-24T21:09:20.183Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-24T21:09:20.396Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-24T21:09:20.627Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-24T21:09:20.873Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-24T21:09:21.250Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-24T21:09:21.554Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-24T21:09:21.771Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-24T21:09:22.166Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-24T21:09:22.585Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-24T21:09:22.922Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-24T21:09:23.242Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-24T21:09:23.449Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-24T21:09:23.681Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-24T21:09:23.983Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-24T21:09:24.466Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-24T21:09:24.699Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-24T21:09:24.998Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-24T21:09:25.257Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-24T21:09:25.535Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-24T21:09:25.993Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-24T21:09:26.245Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-24T21:09:26.513Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-24T21:09:26.763Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-24T21:09:29.522Z Downloading crates ...
2642026-07-24T21:09:29.588Z Downloaded errno v0.3.14
2652026-07-24T21:09:29.594Z Downloaded fnv v1.0.7
2662026-07-24T21:09:29.599Z Downloaded cargo_metadata v0.23.1
2672026-07-24T21:09:29.602Z Downloaded colorchoice v1.0.4
2682026-07-24T21:09:29.602Z Downloaded cpufeatures v0.2.17
2692026-07-24T21:09:29.605Z Downloaded anstyle-query v1.1.5
2702026-07-24T21:09:29.605Z Downloaded anstream v1.0.0
2712026-07-24T21:09:29.608Z Downloaded autocfg v1.5.0
2722026-07-24T21:09:29.608Z Downloaded digest v0.10.7
2732026-07-24T21:09:29.611Z Downloaded crypto-common v0.1.7
2742026-07-24T21:09:29.611Z Downloaded clap_lex v1.0.0
2752026-07-24T21:09:29.611Z Downloaded bitflags v2.11.0
2762026-07-24T21:09:29.614Z Downloaded dtrace-parser v0.2.0
2772026-07-24T21:09:29.614Z Downloaded block-buffer v0.10.4
2782026-07-24T21:09:29.617Z Downloaded dof v0.3.0
2792026-07-24T21:09:29.621Z Downloaded anstyle v1.0.14
2802026-07-24T21:09:29.621Z Downloaded zerocopy v0.7.35
2812026-07-24T21:09:29.628Z Downloaded heck v0.4.1
2822026-07-24T21:09:29.631Z Downloaded zmij v1.0.21
2832026-07-24T21:09:29.631Z Downloaded zerocopy-derive v0.7.35
2842026-07-24T21:09:29.634Z Downloaded anstyle-parse v1.0.0
2852026-07-24T21:09:29.634Z Downloaded fastrand v2.3.0
2862026-07-24T21:09:29.637Z Downloaded equivalent v1.0.2
2872026-07-24T21:09:29.637Z Downloaded cargo-platform v0.3.2
2882026-07-24T21:09:29.637Z Downloaded memmap v0.7.0
2892026-07-24T21:09:29.640Z Downloaded is_terminal_polyfill v1.70.2
2902026-07-24T21:09:29.643Z Downloaded smawk v0.3.2
2912026-07-24T21:09:29.643Z Downloaded proc-macro-error-attr v1.0.4
2922026-07-24T21:09:29.646Z Downloaded toml_write v0.1.2
2932026-07-24T21:09:29.646Z Downloaded scroll_derive v0.12.1
2942026-07-24T21:09:29.646Z Downloaded pretty-hex v0.4.1
2952026-07-24T21:09:29.658Z Downloaded anyhow v1.0.102
2962026-07-24T21:09:29.663Z Downloaded cfg-if v1.0.4
2972026-07-24T21:09:29.670Z Downloaded generic-array v0.14.7
2982026-07-24T21:09:29.673Z Downloaded scroll v0.12.0
2992026-07-24T21:09:29.676Z Downloaded usdt v0.5.0
3002026-07-24T21:09:29.679Z Downloaded tabled_derive v0.7.0
3012026-07-24T21:09:29.679Z Downloaded macaddr v1.0.1
3022026-07-24T21:09:29.679Z Downloaded usdt-attr-macro v0.5.0
3032026-07-24T21:09:29.682Z Downloaded itoa v1.0.17
3042026-07-24T21:09:29.682Z Downloaded swrite v0.1.0
3052026-07-24T21:09:29.682Z Downloaded plain v0.2.3
3062026-07-24T21:09:29.688Z Downloaded toml_datetime v0.6.11
3072026-07-24T21:09:29.690Z Downloaded serde_spanned v0.6.9
3082026-07-24T21:09:29.693Z Downloaded version_check v0.9.5
3092026-07-24T21:09:29.693Z Downloaded thread-id v4.2.2
3102026-07-24T21:09:29.696Z Downloaded heck v0.5.0
3112026-07-24T21:09:29.699Z Downloaded usdt-macro v0.5.0
3122026-07-24T21:09:29.702Z Downloaded pest_generator v2.8.6
3132026-07-24T21:09:29.702Z Downloaded fs-err v3.3.0
3142026-07-24T21:09:29.702Z Downloaded unicode-linebreak v0.1.5
3152026-07-24T21:09:29.707Z Downloaded clap_derive v4.6.1
3162026-07-24T21:09:29.710Z Downloaded byteorder v1.5.0
3172026-07-24T21:09:29.710Z Downloaded utf8parse v0.2.2
3182026-07-24T21:09:29.716Z Downloaded strsim v0.11.1
3192026-07-24T21:09:29.719Z Downloaded log v0.4.29
3202026-07-24T21:09:29.722Z Downloaded cargo_toml v0.21.0
3212026-07-24T21:09:29.722Z Downloaded clap v4.6.1
3222026-07-24T21:09:29.726Z Downloaded camino-tempfile v1.4.1
3232026-07-24T21:09:29.728Z Downloaded bytecount v0.6.9
3242026-07-24T21:09:29.731Z Downloaded pest_meta v2.8.6
3252026-07-24T21:09:29.735Z Downloaded camino v1.2.2
3262026-07-24T21:09:29.739Z Downloaded terminal_size v0.4.3
3272026-07-24T21:09:29.739Z Downloaded once_cell v1.21.3
3282026-07-24T21:09:29.742Z Downloaded quote v1.0.45
3292026-07-24T21:09:29.742Z Downloaded thiserror-impl v2.0.18
3302026-07-24T21:09:29.742Z Downloaded thiserror v2.0.18
3312026-07-24T21:09:29.745Z Downloaded thiserror v1.0.69
3322026-07-24T21:09:29.748Z Downloaded thiserror-impl v1.0.69
3332026-07-24T21:09:29.750Z Downloaded semver v1.0.28
3342026-07-24T21:09:29.754Z Downloaded usdt-impl v0.5.0
3352026-07-24T21:09:29.754Z Downloaded serde_tokenstream v0.2.3
3362026-07-24T21:09:29.757Z Downloaded toml v0.8.23
3372026-07-24T21:09:29.771Z Downloaded proc-macro2 v1.0.106
3382026-07-24T21:09:29.774Z Downloaded papergrid v0.11.0
3392026-07-24T21:09:29.778Z Downloaded unicode-ident v1.0.24
3402026-07-24T21:09:29.781Z Downloaded sha2 v0.10.9
3412026-07-24T21:09:29.784Z Downloaded ucd-trie v0.1.7
3422026-07-24T21:09:29.784Z Downloaded pest_derive v2.8.6
3432026-07-24T21:09:29.787Z Downloaded proc-macro-error v1.0.4
3442026-07-24T21:09:29.792Z Downloaded textwrap v0.16.2
3452026-07-24T21:09:29.792Z Downloaded serde_derive v1.0.228
3462026-07-24T21:09:29.798Z Downloaded tempfile v3.25.0
3472026-07-24T21:09:29.816Z Downloaded getrandom v0.4.1
3482026-07-24T21:09:29.819Z Downloaded memchr v2.8.0
3492026-07-24T21:09:29.832Z Downloaded serde_core v1.0.228
3502026-07-24T21:09:29.838Z Downloaded toml_edit v0.22.27
3512026-07-24T21:09:29.840Z Downloaded typenum v1.20.1
3522026-07-24T21:09:29.843Z Downloaded pest v2.8.6
3532026-07-24T21:09:29.843Z Downloaded serde v1.0.228
3542026-07-24T21:09:29.846Z Downloaded indexmap v2.14.0
3552026-07-24T21:09:29.891Z Downloaded serde_json v1.0.150
3562026-07-24T21:09:29.903Z Downloaded hashbrown v0.17.0
3572026-07-24T21:09:29.909Z Downloaded clap_builder v4.6.0
3582026-07-24T21:09:29.913Z Downloaded goblin v0.8.2
3592026-07-24T21:09:29.925Z Downloaded winnow v0.7.14
3602026-07-24T21:09:29.935Z Downloaded tabled v0.15.0
3612026-07-24T21:09:29.947Z Downloaded syn v1.0.109
3622026-07-24T21:09:29.956Z Downloaded unicode-width v0.2.0
3632026-07-24T21:09:29.975Z Downloaded unicode-width v0.1.14
3642026-07-24T21:09:29.975Z Downloaded syn v2.0.117
3652026-07-24T21:09:29.975Z Downloaded rustix v1.1.3
3662026-07-24T21:09:30.005Z Downloaded libc v0.2.185
3672026-07-24T21:09:30.068Z Compiling proc-macro2 v1.0.106
3682026-07-24T21:09:30.068Z Compiling quote v1.0.45
3692026-07-24T21:09:30.072Z Compiling unicode-ident v1.0.24
3702026-07-24T21:09:30.072Z Compiling serde_core v1.0.228
3712026-07-24T21:09:30.072Z Compiling libc v0.2.185
3722026-07-24T21:09:30.072Z Compiling version_check v0.9.5
3732026-07-24T21:09:30.072Z Compiling memchr v2.8.0
3742026-07-24T21:09:30.273Z Compiling serde v1.0.228
3752026-07-24T21:09:30.285Z Compiling zmij v1.0.21
3762026-07-24T21:09:30.288Z Compiling itoa v1.0.17
3772026-07-24T21:09:30.288Z Compiling thiserror v1.0.69
3782026-07-24T21:09:30.288Z Compiling ucd-trie v0.1.7
3792026-07-24T21:09:30.288Z Compiling rustix v1.1.3
3802026-07-24T21:09:30.296Z Compiling byteorder v1.5.0
3812026-07-24T21:09:30.493Z Compiling bitflags v2.11.0
3822026-07-24T21:09:30.691Z Compiling serde_json v1.0.150
3832026-07-24T21:09:30.709Z Compiling usdt-impl v0.5.0
3842026-07-24T21:09:30.709Z Compiling proc-macro-error-attr v1.0.4
3852026-07-24T21:09:30.765Z Compiling pest v2.8.6
3862026-07-24T21:09:30.819Z Compiling camino v1.2.2
3872026-07-24T21:09:30.942Z Compiling syn v1.0.109
3882026-07-24T21:09:30.963Z Compiling proc-macro-error v1.0.4
3892026-07-24T21:09:31.063Z Compiling getrandom v0.4.1
3902026-07-24T21:09:31.083Z Compiling equivalent v1.0.2
3912026-07-24T21:09:31.141Z Compiling hashbrown v0.17.0
3922026-07-24T21:09:31.144Z Compiling utf8parse v0.2.2
3932026-07-24T21:09:31.237Z Compiling plain v0.2.3
3942026-07-24T21:09:31.241Z Compiling log v0.4.29
3952026-07-24T21:09:31.281Z Compiling anstyle-parse v1.0.0
3962026-07-24T21:09:31.302Z Compiling thiserror v2.0.18
3972026-07-24T21:09:31.321Z Compiling anstyle v1.0.14
3982026-07-24T21:09:31.386Z Compiling pretty-hex v0.4.1
3992026-07-24T21:09:31.409Z Compiling toml_write v0.1.2
4002026-07-24T21:09:31.429Z Compiling errno v0.3.14
4012026-07-24T21:09:31.468Z Compiling thread-id v4.2.2
4022026-07-24T21:09:31.515Z Compiling cfg-if v1.0.4
4032026-07-24T21:09:31.533Z Compiling winnow v0.7.14
4042026-07-24T21:09:31.550Z Compiling colorchoice v1.0.4
4052026-07-24T21:09:31.593Z Compiling is_terminal_polyfill v1.70.2
4062026-07-24T21:09:31.629Z Compiling anstyle-query v1.1.5
4072026-07-24T21:09:31.649Z Compiling autocfg v1.5.0
4082026-07-24T21:09:31.670Z Compiling fnv v1.0.7
4092026-07-24T21:09:31.722Z Compiling syn v2.0.117
4102026-07-24T21:09:31.726Z Compiling indexmap v2.14.0
4112026-07-24T21:09:31.795Z Compiling anstream v1.0.0
4122026-07-24T21:09:31.801Z Compiling heck v0.4.1
4132026-07-24T21:09:31.830Z Compiling clap_lex v1.0.0
4142026-07-24T21:09:31.867Z Compiling pest_meta v2.8.6
4152026-07-24T21:09:31.885Z Compiling strsim v0.11.1
4162026-07-24T21:09:32.022Z Compiling bytecount v0.6.9
4172026-07-24T21:09:32.145Z Compiling fastrand v2.3.0
4182026-07-24T21:09:32.145Z Compiling anyhow v1.0.102
4192026-07-24T21:09:32.195Z Compiling fs-err v3.3.0
4202026-07-24T21:09:32.199Z Compiling heck v0.5.0
4212026-07-24T21:09:32.199Z Compiling unicode-width v0.1.14
4222026-07-24T21:09:32.199Z Compiling once_cell v1.21.3
4232026-07-24T21:09:32.310Z Compiling memmap v0.7.0
4242026-07-24T21:09:32.338Z Compiling unicode-linebreak v0.1.5
4252026-07-24T21:09:32.445Z Compiling unicode-width v0.2.0
4262026-07-24T21:09:32.462Z Compiling papergrid v0.11.0
4272026-07-24T21:09:32.480Z Compiling smawk v0.3.2
4282026-07-24T21:09:32.518Z Compiling terminal_size v0.4.3
4292026-07-24T21:09:32.521Z Compiling tempfile v3.25.0
4302026-07-24T21:09:32.521Z Compiling swrite v0.1.0
4312026-07-24T21:09:32.643Z Compiling semver v1.0.28
4322026-07-24T21:09:32.659Z Compiling cargo-platform v0.3.2
4332026-07-24T21:09:32.724Z Compiling clap_builder v4.6.0
4342026-07-24T21:09:32.778Z Compiling textwrap v0.16.2
4352026-07-24T21:09:32.934Z Compiling camino-tempfile v1.4.1
4362026-07-24T21:09:33.335Z Compiling tabled_derive v0.7.0
4372026-07-24T21:09:33.948Z Compiling pest_generator v2.8.6
4382026-07-24T21:09:34.043Z Compiling tabled v0.15.0
4392026-07-24T21:09:34.443Z Compiling serde_derive v1.0.228
4402026-07-24T21:09:34.444Z Compiling thiserror-impl v1.0.69
4412026-07-24T21:09:34.523Z Compiling zerocopy-derive v0.7.35
4422026-07-24T21:09:34.524Z Compiling scroll_derive v0.12.1
4432026-07-24T21:09:34.524Z Compiling thiserror-impl v2.0.18
4442026-07-24T21:09:34.524Z Compiling clap_derive v4.6.1
4452026-07-24T21:09:34.653Z Compiling pest_derive v2.8.6
4462026-07-24T21:09:35.175Z Compiling scroll v0.12.0
4472026-07-24T21:09:35.250Z Compiling zerocopy v0.7.35
4482026-07-24T21:09:35.391Z Compiling goblin v0.8.2
4492026-07-24T21:09:35.527Z Compiling dtrace-parser v0.2.0
4502026-07-24T21:09:35.877Z Compiling clap v4.6.1
4512026-07-24T21:09:36.874Z Compiling serde_spanned v0.6.9
4522026-07-24T21:09:36.874Z Compiling toml_datetime v0.6.11
4532026-07-24T21:09:36.877Z Compiling cargo_metadata v0.23.1
4542026-07-24T21:09:36.877Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-07-24T21:09:36.877Z Compiling macaddr v1.0.1
4562026-07-24T21:09:36.891Z Compiling dof v0.3.0
4572026-07-24T21:09:36.894Z Compiling serde_tokenstream v0.2.3
4582026-07-24T21:09:37.078Z Compiling toml_edit v0.22.27
4592026-07-24T21:09:37.619Z Compiling usdt-macro v0.5.0
4602026-07-24T21:09:37.623Z Compiling usdt-attr-macro v0.5.0
4612026-07-24T21:09:38.214Z Compiling usdt v0.5.0
4622026-07-24T21:09:38.328Z Compiling toml v0.8.23
4632026-07-24T21:09:38.648Z Compiling cargo_toml v0.21.0
4642026-07-24T21:09:39.924Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-24T21:09:41.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.95s
4662026-07-24T21:09:42.190Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-24T21:09:42.693Z Downloading crates ...
4682026-07-24T21:09:42.784Z Downloaded assert_matches v1.5.0
4692026-07-24T21:09:42.788Z Downloaded base16ct v0.2.0
4702026-07-24T21:09:42.791Z Downloaded adler2 v2.0.1
4712026-07-24T21:09:42.791Z Downloaded bitfield-macros v0.19.4
4722026-07-24T21:09:42.795Z Downloaded argon2 v0.6.0-rc.8
4732026-07-24T21:09:42.799Z Downloaded aead v0.5.2
4742026-07-24T21:09:42.804Z Downloaded atty v0.2.14
4752026-07-24T21:09:42.807Z Downloaded atomicwrites v0.4.4
4762026-07-24T21:09:42.810Z Downloaded crossbeam-utils v0.8.21
4772026-07-24T21:09:42.813Z Downloaded darling_macro v0.21.3
4782026-07-24T21:09:42.816Z Downloaded cookie_store v0.22.1
4792026-07-24T21:09:42.816Z Downloaded atomic-waker v1.1.2
4802026-07-24T21:09:42.818Z Downloaded arrayref v0.3.9
4812026-07-24T21:09:42.819Z Downloaded ctutils v0.4.2
4822026-07-24T21:09:42.821Z Downloaded dtrace-parser v0.3.0
4832026-07-24T21:09:42.821Z Downloaded ecdsa v0.17.0-rc.18
4842026-07-24T21:09:42.824Z Downloaded defmt-parser v1.0.0
4852026-07-24T21:09:42.824Z Downloaded cmov v0.5.4
4862026-07-24T21:09:42.824Z Downloaded async-recursion v1.1.1
4872026-07-24T21:09:42.827Z Downloaded crc-any v2.5.0
4882026-07-24T21:09:42.830Z Downloaded cpubits v0.1.1
4892026-07-24T21:09:42.830Z Downloaded corncobs v0.1.4
4902026-07-24T21:09:42.830Z Downloaded bit-set v0.8.0
4912026-07-24T21:09:42.833Z Downloaded async-stream v0.3.6
4922026-07-24T21:09:42.833Z Downloaded bcrypt-pbkdf v0.11.0
4932026-07-24T21:09:42.837Z Downloaded cookie v0.18.1
4942026-07-24T21:09:42.837Z Downloaded crypto-common v0.2.2
4952026-07-24T21:09:42.840Z Downloaded crc8 v0.1.1
4962026-07-24T21:09:42.840Z Downloaded async-stream-impl v0.3.6
4972026-07-24T21:09:42.840Z Downloaded array-init v0.0.4
4982026-07-24T21:09:42.840Z Downloaded crossbeam-epoch v0.9.18
4992026-07-24T21:09:42.840Z Downloaded bitfield-struct v0.6.2
5002026-07-24T21:09:42.843Z Downloaded data-encoding v2.10.0
5012026-07-24T21:09:42.843Z Downloaded darling v0.21.3
5022026-07-24T21:09:42.846Z Downloaded constant_time_eq v0.4.2
5032026-07-24T21:09:42.849Z Downloaded bitflags v1.3.2
5042026-07-24T21:09:42.852Z Downloaded difflib v0.4.0
5052026-07-24T21:09:42.852Z Downloaded defmt v0.3.100
5062026-07-24T21:09:42.852Z Downloaded daft v0.1.7
5072026-07-24T21:09:42.855Z Downloaded bitfield v0.19.4
5082026-07-24T21:09:42.855Z Downloaded anstream v0.6.21
5092026-07-24T21:09:42.857Z Downloaded colored v2.2.0
5102026-07-24T21:09:42.857Z Downloaded crunchy v0.2.4
5112026-07-24T21:09:42.857Z Downloaded convert_case v0.4.0
5122026-07-24T21:09:42.860Z Downloaded crc-catalog v2.4.0
5132026-07-24T21:09:42.860Z Downloaded block-buffer v0.12.1
5142026-07-24T21:09:42.860Z Downloaded bit-set v0.5.3
5152026-07-24T21:09:42.863Z Downloaded compression-core v0.4.31
5162026-07-24T21:09:42.863Z Downloaded ascii-canvas v3.0.0
5172026-07-24T21:09:42.863Z Downloaded darling_macro v0.20.11
5182026-07-24T21:09:42.863Z Downloaded curve25519-dalek-derive v0.1.1
5192026-07-24T21:09:42.866Z Downloaded defmt-macros v1.0.1
5202026-07-24T21:09:42.868Z Downloaded cobs v0.3.0
5212026-07-24T21:09:42.868Z Downloaded ciborium-io v0.2.2
5222026-07-24T21:09:42.868Z Downloaded block-padding v0.4.2
5232026-07-24T21:09:42.869Z Downloaded crucible-workspace-hack v0.1.0
5242026-07-24T21:09:42.871Z Downloaded ahash v0.8.12
5252026-07-24T21:09:42.872Z Downloaded downcast-rs v2.0.2
5262026-07-24T21:09:42.874Z Downloaded debug-ignore v1.0.5
5272026-07-24T21:09:42.874Z Downloaded ctr v0.10.1
5282026-07-24T21:09:42.877Z Downloaded cipher v0.5.2
5292026-07-24T21:09:42.877Z Downloaded bb8 v0.8.6
5302026-07-24T21:09:42.880Z Downloaded base64ct v1.8.3
5312026-07-24T21:09:42.880Z Downloaded dof v0.4.0
5322026-07-24T21:09:42.883Z Downloaded arrayvec v0.7.6
5332026-07-24T21:09:42.883Z Downloaded digest-io v0.1.0
5342026-07-24T21:09:42.886Z Downloaded anstyle-parse v0.2.7
5352026-07-24T21:09:42.886Z Downloaded crossterm v0.28.1
5362026-07-24T21:09:42.889Z Downloaded darling v0.23.0
5372026-07-24T21:09:42.892Z Downloaded crossbeam-deque v0.8.6
5382026-07-24T21:09:42.892Z Downloaded dsl_auto_type v0.2.0
5392026-07-24T21:09:42.895Z Downloaded castaway v0.2.4
5402026-07-24T21:09:42.895Z Downloaded darling v0.20.11
5412026-07-24T21:09:42.898Z Downloaded display-error-chain v0.2.2
5422026-07-24T21:09:42.898Z Downloaded dyn-clone v1.0.20
5432026-07-24T21:09:42.901Z Downloaded darling_macro v0.23.0
5442026-07-24T21:09:42.901Z Downloaded darling v0.13.4
5452026-07-24T21:09:42.904Z Downloaded cfg_aliases v0.1.1
5462026-07-24T21:09:42.904Z Downloaded cexpr v0.6.0
5472026-07-24T21:09:42.904Z Downloaded cfg_aliases v0.2.1
5482026-07-24T21:09:42.906Z Downloaded argon2 v0.5.3
5492026-07-24T21:09:42.907Z Downloaded aead v0.6.1
5502026-07-24T21:09:42.909Z Downloaded document-features v0.2.12
5512026-07-24T21:09:42.909Z Downloaded diesel_table_macro_syntax v0.3.0
5522026-07-24T21:09:42.909Z Downloaded aes-gcm v0.11.0
5532026-07-24T21:09:42.912Z Downloaded cstr-argument v0.1.2
5542026-07-24T21:09:42.912Z Downloaded console v0.16.2
5552026-07-24T21:09:42.915Z Downloaded blake2 v0.10.6
5562026-07-24T21:09:42.915Z Downloaded embedded-io v0.6.1
5572026-07-24T21:09:42.918Z Downloaded async-trait v0.1.89
5582026-07-24T21:09:42.918Z Downloaded dirs-next v2.0.0
5592026-07-24T21:09:42.920Z Downloaded dunce v1.0.5
5602026-07-24T21:09:42.920Z Downloaded dropshot-api-manager-types v0.7.2
5612026-07-24T21:09:42.920Z Downloaded bit-vec v0.8.0
5622026-07-24T21:09:42.923Z Downloaded critical-section v1.2.0
5632026-07-24T21:09:42.923Z Downloaded darling_macro v0.13.4
5642026-07-24T21:09:42.926Z Downloaded env_filter v1.0.0
5652026-07-24T21:09:42.926Z Downloaded enum-as-inner v0.6.1
5662026-07-24T21:09:42.926Z Downloaded endian-type v0.1.2
5672026-07-24T21:09:42.929Z Downloaded csv-core v0.1.13
5682026-07-24T21:09:42.929Z Downloaded base16ct v1.0.0
5692026-07-24T21:09:42.929Z Downloaded derive_builder_macro v0.20.2
5702026-07-24T21:09:42.933Z Downloaded crc v3.4.0
5712026-07-24T21:09:42.933Z Downloaded cpufeatures v0.3.0
5722026-07-24T21:09:42.933Z Downloaded bit-vec v0.6.3
5732026-07-24T21:09:42.936Z Downloaded backoff v0.4.0
5742026-07-24T21:09:42.936Z Downloaded bcs v0.1.6
5752026-07-24T21:09:42.936Z Downloaded fd-lock v4.0.4
5762026-07-24T21:09:42.938Z Downloaded embedded-io v0.4.0
5772026-07-24T21:09:42.941Z Downloaded foreign-types v0.5.0
5782026-07-24T21:09:42.944Z Downloaded diesel-dtrace v0.5.0
5792026-07-24T21:09:42.944Z Downloaded fixedbitset v0.4.2
5802026-07-24T21:09:42.947Z Downloaded foreign-types-macros v0.2.3
5812026-07-24T21:09:42.947Z Downloaded futures-sink v0.3.32
5822026-07-24T21:09:42.947Z Downloaded futures-macro v0.3.32
5832026-07-24T21:09:42.987Z Downloaded displaydoc v0.2.5
5842026-07-24T21:09:42.987Z Downloaded delegate v0.13.5
5852026-07-24T21:09:42.987Z Downloaded futures-task v0.3.32
5862026-07-24T21:09:42.987Z Downloaded const_format_proc_macros v0.2.34
5872026-07-24T21:09:42.987Z Downloaded buf-list v1.1.2
5882026-07-24T21:09:42.987Z Downloaded cmake v0.1.57
5892026-07-24T21:09:42.987Z Downloaded form_urlencoded v1.2.2
5902026-07-24T21:09:42.987Z Downloaded foreign-types-shared v0.1.1
5912026-07-24T21:09:42.987Z Downloaded flagset v0.4.7
5922026-07-24T21:09:42.987Z Downloaded cassowary v0.3.0
5932026-07-24T21:09:42.987Z Downloaded funty v2.0.0
5942026-07-24T21:09:42.987Z Downloaded foreign-types-shared v0.3.1
5952026-07-24T21:09:42.987Z Downloaded float-ord v0.3.2
5962026-07-24T21:09:42.987Z Downloaded ciborium-ll v0.2.2
5972026-07-24T21:09:42.987Z Downloaded foreign-types v0.3.2
5982026-07-24T21:09:42.987Z Downloaded gethostname v0.5.0
5992026-07-24T21:09:42.987Z Downloaded futures-core v0.3.32
6002026-07-24T21:09:42.987Z Downloaded fxhash v0.2.1
6012026-07-24T21:09:42.987Z Downloaded futures-io v0.3.32
6022026-07-24T21:09:42.988Z Downloaded globwalk v0.9.1
6032026-07-24T21:09:42.988Z Downloaded bs58 v0.5.1
6042026-07-24T21:09:42.988Z Downloaded convert_case v0.10.0
6052026-07-24T21:09:42.988Z Downloaded compression-codecs v0.4.37
6062026-07-24T21:09:42.988Z Downloaded git-stub v1.0.0
6072026-07-24T21:09:42.988Z Downloaded ghash v0.6.0
6082026-07-24T21:09:42.991Z Downloaded hash32 v0.3.1
6092026-07-24T21:09:42.991Z Downloaded cbc v0.2.1
6102026-07-24T21:09:42.991Z Downloaded ed25519 v3.0.0
6112026-07-24T21:09:42.991Z Downloaded hash32 v0.2.1
6122026-07-24T21:09:42.994Z Downloaded byte-wrapper v0.1.0
6132026-07-24T21:09:42.997Z Downloaded hex-literal v1.1.0
6142026-07-24T21:09:42.997Z Downloaded hex v0.4.3
6152026-07-24T21:09:43.000Z Downloaded headers-core v0.3.0
6162026-07-24T21:09:43.000Z Downloaded enum_dispatch v0.3.13
6172026-07-24T21:09:43.000Z Downloaded ff v0.13.1
6182026-07-24T21:09:43.004Z Downloaded derive-ex v0.1.8
6192026-07-24T21:09:43.004Z Downloaded find-msvc-tools v0.1.9
6202026-07-24T21:09:43.006Z Downloaded filetime v0.2.27
6212026-07-24T21:09:43.006Z Downloaded env_logger v0.11.9
6222026-07-24T21:09:43.011Z Downloaded const-oid v0.9.6
6232026-07-24T21:09:43.011Z Downloaded clang-sys v1.8.1
6242026-07-24T21:09:43.014Z Downloaded foldhash v0.2.0
6252026-07-24T21:09:43.014Z Downloaded fixedbitset v0.5.7
6262026-07-24T21:09:43.014Z Downloaded der_derive v0.7.3
6272026-07-24T21:09:43.017Z Downloaded fs_extra v1.3.0
6282026-07-24T21:09:43.017Z Downloaded http-range v0.1.5
6292026-07-24T21:09:43.017Z Downloaded http-body v1.0.1
6302026-07-24T21:09:43.020Z Downloaded hostname v0.4.2
6312026-07-24T21:09:43.020Z Downloaded hubpack v0.1.2
6322026-07-24T21:09:43.020Z Downloaded home v0.5.12
6332026-07-24T21:09:43.023Z Downloaded foldhash v0.1.5
6342026-07-24T21:09:43.023Z Downloaded fs-err v2.11.0
6352026-07-24T21:09:43.023Z Downloaded async-bb8-diesel v0.2.1
6362026-07-24T21:09:43.027Z Downloaded defmt v1.0.1
6372026-07-24T21:09:43.027Z Downloaded derive_more v0.99.20
6382026-07-24T21:09:43.030Z Downloaded bzip2 v0.6.1
6392026-07-24T21:09:43.032Z Downloaded colored v3.1.1
6402026-07-24T21:09:43.035Z Downloaded hubpack_derive v0.1.1
6412026-07-24T21:09:43.035Z Downloaded httpdate v1.0.3
6422026-07-24T21:09:43.035Z Downloaded ciborium v0.2.2
6432026-07-24T21:09:43.038Z Downloaded bzip2 v0.4.4
6442026-07-24T21:09:43.038Z Downloaded hyper-tls v0.6.0
6452026-07-24T21:09:43.041Z Downloaded ff v0.14.0
6462026-07-24T21:09:43.041Z Downloaded derive_builder_core v0.20.2
6472026-07-24T21:09:43.041Z Downloaded const-oid v0.10.2
6482026-07-24T21:09:43.044Z Downloaded darling_core v0.21.3
6492026-07-24T21:09:43.046Z Downloaded futures-executor v0.3.32
6502026-07-24T21:09:43.049Z Downloaded group v0.13.0
6512026-07-24T21:09:43.049Z Downloaded idna_adapter v1.2.1
6522026-07-24T21:09:43.049Z Downloaded glob v0.3.3
6532026-07-24T21:09:43.052Z Downloaded git-stub-vcs v0.1.0
6542026-07-24T21:09:43.052Z Downloaded cancel-safe-futures v0.1.5
6552026-07-24T21:09:43.055Z Downloaded float-cmp v0.10.0
6562026-07-24T21:09:43.055Z Downloaded blake2 v0.11.0-rc.6
6572026-07-24T21:09:43.057Z Downloaded ident_case v1.0.1
6582026-07-24T21:09:43.057Z Downloaded fallible-iterator v0.2.0
6592026-07-24T21:09:43.057Z Downloaded ena v0.14.4
6602026-07-24T21:09:43.061Z Downloaded camino-tempfile-ext v0.3.3
6612026-07-24T21:09:43.061Z Downloaded console v0.15.11
6622026-07-24T21:09:43.064Z Downloaded instant v0.1.13
6632026-07-24T21:09:43.064Z Downloaded illumos-nvpair v0.3.0
6642026-07-24T21:09:43.064Z Downloaded derive_builder v0.20.2
6652026-07-24T21:09:43.067Z Downloaded daft-derive v0.1.7
6662026-07-24T21:09:43.070Z Downloaded humantime v2.3.0
6672026-07-24T21:09:43.072Z Downloaded indent_write v2.2.0
6682026-07-24T21:09:43.072Z Downloaded ed25519 v2.2.3
6692026-07-24T21:09:43.075Z Downloaded internet-checksum v0.2.1
6702026-07-24T21:09:43.075Z Downloaded ecdsa v0.16.9
6712026-07-24T21:09:43.075Z Downloaded http-body-util v0.1.3
6722026-07-24T21:09:43.078Z Downloaded cipher v0.4.4
6732026-07-24T21:09:43.078Z Downloaded crc32fast v1.5.0
6742026-07-24T21:09:43.081Z Downloaded chacha20poly1305 v0.10.1
6752026-07-24T21:09:43.081Z Downloaded chacha20 v0.10.0
6762026-07-24T21:09:43.084Z Downloaded diff v0.1.13
6772026-07-24T21:09:43.084Z Downloaded allocator-api2 v0.2.21
6782026-07-24T21:09:43.087Z Downloaded hyper-staticfile v0.10.1
6792026-07-24T21:09:43.087Z Downloaded inout v0.2.2
6802026-07-24T21:09:43.089Z Downloaded indoc v1.0.9
6812026-07-24T21:09:43.090Z Downloaded illumos-nvpair-sys v0.2.0
6822026-07-24T21:09:43.092Z Downloaded is_ci v1.2.0
6832026-07-24T21:09:43.092Z Downloaded is-terminal v0.4.17
6842026-07-24T21:09:43.093Z Downloaded kem v0.3.0
6852026-07-24T21:09:43.093Z Downloaded keccak v0.1.6
6862026-07-24T21:09:43.095Z Downloaded inout v0.1.4
6872026-07-24T21:09:43.095Z Downloaded darling_core v0.13.4
6882026-07-24T21:09:43.099Z Downloaded instability v0.3.11
6892026-07-24T21:09:43.099Z Downloaded hostname v0.3.1
6902026-07-24T21:09:43.099Z Downloaded base64 v0.22.1
6912026-07-24T21:09:43.102Z Downloaded highway v1.3.0
6922026-07-24T21:09:43.105Z Downloaded backon v1.6.0
6932026-07-24T21:09:43.105Z Downloaded lazy_static v1.5.0
6942026-07-24T21:09:43.108Z Downloaded lalrpop-util v0.19.12
6952026-07-24T21:09:43.108Z Downloaded kstat-rs v0.2.4
6962026-07-24T21:09:43.108Z Downloaded dirs-sys-next v0.1.2
6972026-07-24T21:09:43.110Z Downloaded digest v0.11.3
6982026-07-24T21:09:43.110Z Downloaded deranged v0.5.8
6992026-07-24T21:09:43.113Z Downloaded either v1.15.0
7002026-07-24T21:09:43.113Z Downloaded getrandom v0.2.17
7012026-07-24T21:09:43.116Z Downloaded futures-channel v0.3.32
7022026-07-24T21:09:43.116Z Downloaded chacha20 v0.9.1
7032026-07-24T21:09:43.119Z Downloaded blowfish v0.10.0
7042026-07-24T21:09:43.119Z Downloaded group v0.14.0
7052026-07-24T21:09:43.122Z Downloaded half v1.8.3
7062026-07-24T21:09:43.122Z Downloaded libscf-sys v1.1.0
7072026-07-24T21:09:43.124Z Downloaded globset v0.4.18
7082026-07-24T21:09:43.127Z Downloaded linked-hash-map v0.5.6
7092026-07-24T21:09:43.130Z Downloaded managed v0.8.0
7102026-07-24T21:09:43.130Z Downloaded lru-slab v0.1.2
7112026-07-24T21:09:43.133Z Downloaded md5 v0.8.0
7122026-07-24T21:09:43.133Z Downloaded impl-trait-for-tuples v0.2.3
7132026-07-24T21:09:43.136Z Downloaded maybe-uninit v2.0.0
7142026-07-24T21:09:43.136Z Downloaded fatfs v0.3.6
7152026-07-24T21:09:43.139Z Downloaded memoffset v0.9.1
7162026-07-24T21:09:43.139Z Downloaded ingot v0.1.1
7172026-07-24T21:09:43.142Z Downloaded lru-cache v0.1.2
7182026-07-24T21:09:43.142Z Downloaded derive-where v1.6.0
7192026-07-24T21:09:43.144Z Downloaded md-5 v0.10.6
7202026-07-24T21:09:43.144Z Downloaded match_cfg v0.1.0
7212026-07-24T21:09:43.147Z Downloaded maplit v1.0.2
7222026-07-24T21:09:43.147Z Downloaded lzss v0.8.2
7232026-07-24T21:09:43.150Z Downloaded erased-serde v0.3.31
7242026-07-24T21:09:43.150Z Downloaded ar_archive_writer v0.5.1
7252026-07-24T21:09:43.152Z Downloaded ipnetwork v0.21.1
7262026-07-24T21:09:43.155Z Downloaded elliptic-curve v0.13.8
7272026-07-24T21:09:43.158Z Downloaded const_format v0.2.35
7282026-07-24T21:09:43.161Z Downloaded elliptic-curve v0.14.0-rc.33
7292026-07-24T21:09:43.164Z Downloaded ingot-types v0.1.2
7302026-07-24T21:09:43.164Z Downloaded dropshot_endpoint v0.17.1
7312026-07-24T21:09:43.166Z Downloaded darling_core v0.23.0
7322026-07-24T21:09:43.169Z Downloaded nibble_vec v0.1.0
7332026-07-24T21:09:43.172Z Downloaded newtype_derive v0.1.6
7342026-07-24T21:09:43.172Z Downloaded newtype-uuid-macros v0.1.0
7352026-07-24T21:09:43.175Z Downloaded getrandom v0.3.4
7362026-07-24T21:09:43.175Z Downloaded newline-converter v0.3.0
7372026-07-24T21:09:43.178Z Downloaded new_debug_unreachable v1.0.6
7382026-07-24T21:09:43.178Z Downloaded hybrid-array v0.4.13
7392026-07-24T21:09:43.181Z Downloaded normalize-line-endings v0.3.0
7402026-07-24T21:09:43.181Z Downloaded jobserver v0.1.34
7412026-07-24T21:09:43.185Z Downloaded nodrop v0.1.14
7422026-07-24T21:09:43.185Z Downloaded keccak v0.2.0
7432026-07-24T21:09:43.185Z Downloaded num-iter v0.1.45
7442026-07-24T21:09:43.188Z Downloaded nonempty v0.12.0
7452026-07-24T21:09:43.188Z Downloaded num-derive v0.3.3
7462026-07-24T21:09:43.188Z Downloaded hyper-rustls v0.27.7
7472026-07-24T21:09:43.190Z Downloaded httparse v1.10.1
7482026-07-24T21:09:43.193Z Downloaded num-derive v0.4.2
7492026-07-24T21:09:43.196Z Downloaded linear-map v1.2.0
7502026-07-24T21:09:43.196Z Downloaded generic-array v1.4.3
7512026-07-24T21:09:43.199Z Downloaded libloading v0.8.9
7522026-07-24T21:09:43.199Z Downloaded num-conv v0.2.0
7532026-07-24T21:09:43.201Z Downloaded libsw-core v0.3.2
7542026-07-24T21:09:43.201Z Downloaded libsw v3.5.0
7552026-07-24T21:09:43.204Z Downloaded ipnet v2.11.0
7562026-07-24T21:09:43.204Z Downloaded lock_api v0.4.14
7572026-07-24T21:09:43.207Z Downloaded hmac v0.12.1
7582026-07-24T21:09:43.207Z Downloaded num_enum_derive v0.5.11
7592026-07-24T21:09:43.207Z Downloaded olpc-cjson v0.1.4
7602026-07-24T21:09:43.210Z Downloaded libefi-sys v0.1.0
7612026-07-24T21:09:43.210Z Downloaded darling_core v0.20.11
7622026-07-24T21:09:43.213Z Downloaded mime v0.3.17
7632026-07-24T21:09:43.216Z Downloaded num_threads v0.1.7
7642026-07-24T21:09:43.216Z Downloaded mime_guess v2.0.5
7652026-07-24T21:09:43.219Z Downloaded indoc v2.0.7
7662026-07-24T21:09:43.219Z Downloaded des v0.9.0
7672026-07-24T21:09:43.222Z Downloaded openssl-probe v0.1.6
7682026-07-24T21:09:43.222Z Downloaded oso-derive v0.27.3
7692026-07-24T21:09:43.222Z Downloaded openssl-probe v0.2.1
7702026-07-24T21:09:43.225Z Downloaded openssl-macros v0.1.1
7712026-07-24T21:09:43.225Z Downloaded opaque-debug v0.3.1
7722026-07-24T21:09:43.225Z Downloaded multer v3.1.0
7732026-07-24T21:09:43.228Z Downloaded arc-swap v1.8.2
7742026-07-24T21:09:43.231Z Downloaded nanorand v0.7.0
7752026-07-24T21:09:43.234Z Downloaded module-lattice v0.2.3
7762026-07-24T21:09:43.234Z Downloaded compact_str v0.8.1
7772026-07-24T21:09:43.236Z Downloaded bytes v1.11.1
7782026-07-24T21:09:43.239Z Downloaded newtype-uuid v1.3.2
7792026-07-24T21:09:43.239Z Downloaded native-tls v0.2.18
7802026-07-24T21:09:43.242Z Downloaded multimap v0.10.1
7812026-07-24T21:09:43.242Z Downloaded ingot-macros v0.1.1
7822026-07-24T21:09:43.245Z Downloaded bumpalo v3.20.2
7832026-07-24T21:09:43.245Z Downloaded half v2.7.1
7842026-07-24T21:09:43.248Z Downloaded icu_properties v2.1.2
7852026-07-24T21:09:43.251Z Downloaded drift v0.2.0
7862026-07-24T21:09:43.270Z Downloaded peg-runtime v0.8.5
7872026-07-24T21:09:43.273Z Downloaded cc v1.2.56
7882026-07-24T21:09:43.273Z Downloaded path-slash v0.1.5
7892026-07-24T21:09:43.276Z Downloaded password-hash v0.6.1
7902026-07-24T21:09:43.276Z Downloaded parse-size v1.1.0
7912026-07-24T21:09:43.276Z Downloaded parse-display v0.10.0
7922026-07-24T21:09:43.279Z Downloaded packed_struct_codegen v0.10.1
7932026-07-24T21:09:43.279Z Downloaded ignore v0.4.25
7942026-07-24T21:09:43.282Z Downloaded iana-time-zone v0.1.65
7952026-07-24T21:09:43.282Z Downloaded heapless v0.8.0
7962026-07-24T21:09:43.285Z Downloaded num_enum_derive v0.7.6
7972026-07-24T21:09:43.288Z Downloaded litrs v1.0.0
7982026-07-24T21:09:43.291Z Downloaded litemap v0.8.1
7992026-07-24T21:09:43.291Z Downloaded num_enum v0.7.6
8002026-07-24T21:09:43.294Z Downloaded memmap2 v0.9.10
8012026-07-24T21:09:43.296Z Downloaded base64 v0.21.7
8022026-07-24T21:09:43.299Z Downloaded async-compression v0.4.41
8032026-07-24T21:09:43.302Z Downloaded phf_shared v0.13.1
8042026-07-24T21:09:43.305Z Downloaded phf_shared v0.11.3
8052026-07-24T21:09:43.305Z Downloaded percent-encoding v2.3.2
8062026-07-24T21:09:43.305Z Downloaded icu_provider v2.1.1
8072026-07-24T21:09:43.308Z Downloaded oxide-update-engine-display v0.1.2
8082026-07-24T21:09:43.310Z Downloaded ml-kem v0.3.2
8092026-07-24T21:09:43.310Z Downloaded crypto-bigint v0.5.5
8102026-07-24T21:09:43.314Z Downloaded flate2 v1.1.9
8112026-07-24T21:09:43.317Z Downloaded derive_more v2.1.1
8122026-07-24T21:09:43.325Z Downloaded oxide-tokio-rt v0.1.4
8132026-07-24T21:09:43.327Z Downloaded owo-colors v4.3.0
8142026-07-24T21:09:43.328Z Downloaded oxnet v0.1.6
8152026-07-24T21:09:43.330Z Downloaded parse-display-derive v0.10.0
8162026-07-24T21:09:43.330Z Downloaded icu_locale_core v2.1.1
8172026-07-24T21:09:43.335Z Downloaded precomputed-hash v0.1.1
8182026-07-24T21:09:43.338Z Downloaded oxide-update-engine v0.1.2
8192026-07-24T21:09:43.338Z Downloaded paste v1.0.15
8202026-07-24T21:09:43.341Z Downloaded heapless v0.7.17
8212026-07-24T21:09:43.343Z Downloaded flume v0.11.1
8222026-07-24T21:09:43.346Z Downloaded predicates-core v1.0.10
8232026-07-24T21:09:43.349Z Downloaded powerfmt v0.2.0
8242026-07-24T21:09:43.349Z Downloaded pem-rfc7468 v0.7.0
8252026-07-24T21:09:43.352Z Downloaded phf_shared v0.12.1
8262026-07-24T21:09:43.352Z Downloaded pbkdf2 v0.13.0
8272026-07-24T21:09:43.352Z Downloaded pem v3.0.6
8282026-07-24T21:09:43.356Z Downloaded password-hash v0.5.0
8292026-07-24T21:09:43.357Z Downloaded parking_lot_core v0.8.6
8302026-07-24T21:09:43.360Z Downloaded peg v0.8.5
8312026-07-24T21:09:43.360Z Downloaded proc-macro-error-attr2 v2.0.0
8322026-07-24T21:09:43.363Z Downloaded proc-macro-crate v3.4.0
8332026-07-24T21:09:43.363Z Downloaded proc-macro-crate v1.3.1
8342026-07-24T21:09:43.363Z Downloaded futures v0.3.32
8352026-07-24T21:09:43.367Z Downloaded phf v0.13.1
8362026-07-24T21:09:43.369Z Downloaded predicates-tree v1.0.13
8372026-07-24T21:09:43.369Z Downloaded peg-macros v0.8.5
8382026-07-24T21:09:43.372Z Downloaded icu_normalizer_data v2.1.1
8392026-07-24T21:09:43.372Z Downloaded libbz2-rs-sys v0.2.2
8402026-07-24T21:09:43.375Z Downloaded icu_normalizer v2.1.1
8412026-07-24T21:09:43.377Z Downloaded phf v0.12.1
8422026-07-24T21:09:43.378Z Downloaded pem-rfc7468 v1.0.0
8432026-07-24T21:09:43.380Z Downloaded pin-project-lite v0.2.17
8442026-07-24T21:09:43.383Z Downloaded radium v0.7.0
8452026-07-24T21:09:43.383Z Downloaded progenitor-client v0.14.0
8462026-07-24T21:09:43.386Z Downloaded pkcs8 v0.10.2
8472026-07-24T21:09:43.389Z Downloaded aes v0.9.1
8482026-07-24T21:09:43.392Z Downloaded icu_collections v2.1.1
8492026-07-24T21:09:43.395Z Downloaded ed25519-dalek v3.0.0-rc.0
8502026-07-24T21:09:43.397Z Downloaded port-file v0.1.0
8512026-07-24T21:09:43.400Z Downloaded pin-project-internal v1.1.11
8522026-07-24T21:09:43.400Z Downloaded der v0.7.10
8532026-07-24T21:09:43.403Z Downloaded ed25519-dalek v2.2.0
8542026-07-24T21:09:43.406Z Downloaded quick-error v1.2.3
8552026-07-24T21:09:43.408Z Downloaded progenitor-macro v0.14.0
8562026-07-24T21:09:43.408Z Downloaded predicates v3.1.4
8572026-07-24T21:09:43.411Z Downloaded psl-types v2.0.11
8582026-07-24T21:09:43.411Z Downloaded poly1305 v0.8.0
8592026-07-24T21:09:43.414Z Downloaded der v0.8.0
8602026-07-24T21:09:43.418Z Downloaded ppv-lite86 v0.2.21
8612026-07-24T21:09:43.420Z Downloaded hickory-resolver v0.25.2
8622026-07-24T21:09:43.423Z Downloaded parking_lot_core v0.9.12
8632026-07-24T21:09:43.423Z Downloaded rand_chacha v0.3.1
8642026-07-24T21:09:43.426Z Downloaded hickory-resolver v0.24.4
8652026-07-24T21:09:43.429Z Downloaded primefield v0.14.0
8662026-07-24T21:09:43.432Z Downloaded recursive-proc-macro-impl v0.1.1
8672026-07-24T21:09:43.432Z Downloaded miniz_oxide v0.8.9
8682026-07-24T21:09:43.435Z Downloaded progenitor v0.14.0
8692026-07-24T21:09:43.435Z Downloaded primeorder v0.14.0-rc.10
8702026-07-24T21:09:43.435Z Downloaded ref-cast v1.0.25
8712026-07-24T21:09:43.438Z Downloaded rand_xorshift v0.4.0
8722026-07-24T21:09:43.440Z Downloaded recursive v0.1.1
8732026-07-24T21:09:43.440Z Downloaded num-traits v0.2.19
8742026-07-24T21:09:43.443Z Downloaded indicatif v0.18.4
8752026-07-24T21:09:43.446Z Downloaded omicron-zone-package v0.12.3
8762026-07-24T21:09:43.449Z Downloaded hashbrown v0.12.3
8772026-07-24T21:09:43.452Z Downloaded pkcs1 v0.7.5
8782026-07-24T21:09:43.452Z Downloaded rfc6979 v0.4.0
8792026-07-24T21:09:43.454Z Downloaded pkg-config v0.3.32
8802026-07-24T21:09:43.454Z Downloaded pkcs1 v0.8.0-rc.4
8812026-07-24T21:09:43.457Z Downloaded expectorate v1.2.0
8822026-07-24T21:09:43.460Z Downloaded pkcs8 v0.11.0
8832026-07-24T21:09:43.460Z Downloaded polyval v0.7.1
8842026-07-24T21:09:43.463Z Downloaded r2d2 v0.8.10
8852026-07-24T21:09:43.463Z Downloaded oxide-update-engine-types v0.1.2
8862026-07-24T21:09:43.466Z Downloaded rtoolbox v0.0.3
8872026-07-24T21:09:43.466Z Downloaded poly1305 v0.9.0
8882026-07-24T21:09:43.469Z Downloaded oso v0.27.3
8892026-07-24T21:09:43.471Z Downloaded progenitor-extras v0.2.0
8902026-07-24T21:09:43.471Z Downloaded postcard v1.1.3
8912026-07-24T21:09:43.474Z Downloaded russh-util v0.52.0
8922026-07-24T21:09:43.474Z Downloaded russh-cryptovec v0.61.0
8932026-07-24T21:09:43.477Z Downloaded rand_seeder v0.4.0
8942026-07-24T21:09:43.477Z Downloaded rfc6979 v0.5.0
8952026-07-24T21:09:43.480Z Downloaded same-file v1.0.6
8962026-07-24T21:09:43.480Z Downloaded primeorder v0.13.6
8972026-07-24T21:09:43.480Z Downloaded rand_core v0.10.0
8982026-07-24T21:09:43.483Z Downloaded psm v0.1.30
8992026-07-24T21:09:43.486Z Downloaded rand_core v0.6.4
9002026-07-24T21:09:43.486Z Downloaded rand_chacha v0.9.0
9012026-07-24T21:09:43.489Z Downloaded postgres-protocol v0.6.10
9022026-07-24T21:09:43.489Z Downloaded progenitor-macro v0.13.0
9032026-07-24T21:09:43.492Z Downloaded postgres-types v0.2.12
9042026-07-24T21:09:43.492Z Downloaded progenitor-client v0.13.0
9052026-07-24T21:09:43.495Z Downloaded progenitor v0.13.0
9062026-07-24T21:09:43.495Z Downloaded ref-cast-impl v1.0.25
9072026-07-24T21:09:43.495Z Downloaded sapling-renderdag v0.1.0
9082026-07-24T21:09:43.498Z Downloaded rustc_version v0.4.1
9092026-07-24T21:09:43.498Z Downloaded packed_struct v0.10.1
9102026-07-24T21:09:43.498Z Downloaded parking_lot v0.11.2
9112026-07-24T21:09:43.501Z Downloaded phc v0.6.1
9122026-07-24T21:09:43.503Z Downloaded rand_core v0.9.5
9132026-07-24T21:09:43.503Z Downloaded http v1.4.2
9142026-07-24T21:09:43.506Z Downloaded diesel_derives v2.3.7
9152026-07-24T21:09:43.510Z Downloaded rustc_version v0.1.7
9162026-07-24T21:09:43.513Z Downloaded proc-macro-error2 v2.0.1
9172026-07-24T21:09:43.515Z Downloaded minimal-lexical v0.2.1
9182026-07-24T21:09:43.518Z Downloaded scheduled-thread-pool v0.2.7
9192026-07-24T21:09:43.518Z Downloaded hashbrown v0.13.2
9202026-07-24T21:09:43.521Z Downloaded scopeguard v1.2.0
9212026-07-24T21:09:43.525Z Downloaded seq-macro v0.3.6
9222026-07-24T21:09:43.525Z Downloaded secrecy v0.8.0
9232026-07-24T21:09:43.525Z Downloaded resolv-conf v0.7.6
9242026-07-24T21:09:43.528Z Downloaded pin-project v1.1.11
9252026-07-24T21:09:43.533Z Downloaded secrecy v0.10.3
9262026-07-24T21:09:43.536Z Downloaded p384 v0.14.0-rc.10
9272026-07-24T21:09:43.539Z Downloaded rustc-hash v2.1.1
9282026-07-24T21:09:43.539Z Downloaded jiff-static v0.2.21
9292026-07-24T21:09:43.541Z Downloaded p256 v0.14.0-rc.10
9302026-07-24T21:09:43.544Z Downloaded serde_urlencoded v0.7.1
9312026-07-24T21:09:43.545Z Downloaded serde_repr v0.1.20
9322026-07-24T21:09:43.548Z Downloaded serde-big-array v0.5.1
9332026-07-24T21:09:43.548Z Downloaded pkcs5 v0.8.1
9342026-07-24T21:09:43.551Z Downloaded sha1 v0.11.0
9352026-07-24T21:09:43.554Z Downloaded semver v0.1.20
9362026-07-24T21:09:43.557Z Downloaded parking_lot v0.12.5
9372026-07-24T21:09:43.557Z Downloaded sha1 v0.10.6
9382026-07-24T21:09:43.560Z Downloaded rusty-fork v0.3.1
9392026-07-24T21:09:43.560Z Downloaded rustversion v1.0.22
9402026-07-24T21:09:43.563Z Downloaded serde_spanned v1.1.1
9412026-07-24T21:09:43.563Z Downloaded serde_plain v1.0.2
9422026-07-24T21:09:43.566Z Downloaded scroll_derive v0.13.1
9432026-07-24T21:09:43.566Z Downloaded rpassword v7.5.4
9442026-07-24T21:09:43.566Z Downloaded quinn-udp v0.5.14
9452026-07-24T21:09:43.570Z Downloaded serde_bytes v0.11.19
9462026-07-24T21:09:43.571Z Downloaded openssl-sys v0.9.115
9472026-07-24T21:09:43.573Z Downloaded hyper-util v0.1.20
9482026-07-24T21:09:43.576Z Downloaded prefix-trie v0.7.0
9492026-07-24T21:09:43.579Z Downloaded sigpipe v0.1.3
9502026-07-24T21:09:43.582Z Downloaded signal-hook-tokio v0.3.1
9512026-07-24T21:09:43.582Z Downloaded signal-hook-mio v0.2.5
9522026-07-24T21:09:43.582Z Downloaded potential_utf v0.1.4
9532026-07-24T21:09:43.585Z Downloaded num-rational v0.4.2
9542026-07-24T21:09:43.585Z Downloaded rustls-pemfile v2.2.0
9552026-07-24T21:09:43.588Z Downloaded shell-words v1.1.1
9562026-07-24T21:09:43.588Z Downloaded derive_more-impl v2.1.1
9572026-07-24T21:09:43.591Z Downloaded indexmap v1.9.3
9582026-07-24T21:09:43.594Z Downloaded signature v2.2.0
9592026-07-24T21:09:43.594Z Downloaded scrypt v0.12.0
9602026-07-24T21:09:43.597Z Downloaded internal-russh-num-bigint v0.5.0
9612026-07-24T21:09:43.600Z Downloaded slog-envlogger v2.2.0
9622026-07-24T21:09:43.602Z Downloaded itertools v0.10.5
9632026-07-24T21:09:43.605Z Downloaded sec1 v0.7.3
9642026-07-24T21:09:43.608Z Downloaded progenitor-impl v0.14.0
9652026-07-24T21:09:43.608Z Downloaded dropshot-api-manager v0.7.2
9662026-07-24T21:09:43.611Z Downloaded siphasher v1.0.2
9672026-07-24T21:09:43.614Z Downloaded schemars_derive v0.8.22
9682026-07-24T21:09:43.614Z Downloaded slog-bunyan v2.5.0
9692026-07-24T21:09:43.618Z Downloaded headers v0.4.1
9702026-07-24T21:09:43.621Z Downloaded papergrid v0.17.0
9712026-07-24T21:09:43.624Z Downloaded serde_path_to_error v0.1.20
9722026-07-24T21:09:43.624Z Downloaded num_enum v0.5.11
9732026-07-24T21:09:43.628Z Downloaded num-integer v0.1.46
9742026-07-24T21:09:43.631Z Downloaded sqlparser_derive v0.5.0
9752026-07-24T21:09:43.631Z Downloaded serdect v0.4.3
9762026-07-24T21:09:43.631Z Downloaded serde_derive_internals v0.29.1
9772026-07-24T21:09:43.634Z Downloaded num-complex v0.4.6
9782026-07-24T21:09:43.634Z Downloaded num v0.4.3
9792026-07-24T21:09:43.636Z Downloaded nu-ansi-term v0.50.3
9802026-07-24T21:09:43.637Z Downloaded hmac v0.13.0
9812026-07-24T21:09:43.639Z Downloaded num-bigint v0.4.6
9822026-07-24T21:09:43.642Z Downloaded hickory-server v0.25.2
9832026-07-24T21:09:43.645Z Downloaded crossterm v0.29.0
9842026-07-24T21:09:43.648Z Downloaded serde-hex v0.1.0
9852026-07-24T21:09:43.651Z Downloaded pretty_assertions v1.4.1
9862026-07-24T21:09:43.651Z Downloaded crossbeam-channel v0.5.15
9872026-07-24T21:09:43.654Z Downloaded lru v0.12.5
9882026-07-24T21:09:43.658Z Downloaded simd-adler32 v0.3.8
9892026-07-24T21:09:43.658Z Downloaded strum v0.26.3
9902026-07-24T21:09:43.661Z Downloaded signature v3.0.0
9912026-07-24T21:09:43.661Z Downloaded subtle v2.6.1
9922026-07-24T21:09:43.661Z Downloaded scroll v0.13.0
9932026-07-24T21:09:43.663Z Downloaded rustls-native-certs v0.8.3
9942026-07-24T21:09:43.666Z Downloaded hashbrown v0.16.1
9952026-07-24T21:09:43.669Z Downloaded stable_deref_trait v1.2.1
9962026-07-24T21:09:43.669Z Downloaded shlex v1.3.0
9972026-07-24T21:09:43.672Z Downloaded hashbrown v0.15.5
9982026-07-24T21:09:43.675Z Downloaded strsim v0.10.0
9992026-07-24T21:09:43.677Z Downloaded signal-hook-registry v1.4.8
10002026-07-24T21:09:43.677Z Downloaded structmeta-derive v0.3.0
10012026-07-24T21:09:43.677Z Downloaded slog-scope v4.4.1
10022026-07-24T21:09:43.680Z Downloaded progenitor-impl v0.13.0
10032026-07-24T21:09:43.683Z Downloaded sync_wrapper v1.0.2
10042026-07-24T21:09:43.683Z Downloaded mio v1.2.0
10052026-07-24T21:09:43.687Z Downloaded slog-stdlog v4.1.1
10062026-07-24T21:09:43.690Z Downloaded slog-async v2.8.0
10072026-07-24T21:09:43.690Z Downloaded slab v0.4.12
10082026-07-24T21:09:43.690Z Downloaded structmeta v0.3.0
10092026-07-24T21:09:43.693Z Downloaded sec1 v0.8.1
10102026-07-24T21:09:43.693Z Downloaded strip-ansi-escapes v0.2.1
10112026-07-24T21:09:43.696Z Downloaded smf v0.2.3
10122026-07-24T21:09:43.696Z Downloaded sync-ptr v0.1.4
10132026-07-24T21:09:43.696Z Downloaded supports-color v3.0.2
10142026-07-24T21:09:43.700Z Downloaded rustls-pki-types v1.14.0
10152026-07-24T21:09:43.703Z Downloaded spki v0.7.3
10162026-07-24T21:09:43.706Z Downloaded sha2 v0.11.0
10172026-07-24T21:09:43.706Z Downloaded ssh-cipher v0.3.0-rc.9
10182026-07-24T21:09:43.709Z Downloaded serde_with_macros v3.21.0
10192026-07-24T21:09:43.709Z Downloaded thiserror-impl-no-std v2.0.2
10202026-07-24T21:09:43.712Z Downloaded termtree v0.5.1
10212026-07-24T21:09:43.712Z Downloaded take_mut v0.2.2
10222026-07-24T21:09:43.712Z Downloaded ron v0.8.1
10232026-07-24T21:09:43.715Z Downloaded smallvec v0.6.14
10242026-07-24T21:09:43.718Z Downloaded rayon-core v1.13.0
10252026-07-24T21:09:43.721Z Downloaded tabled_derive v0.11.0
10262026-07-24T21:09:43.721Z Downloaded salsa20 v0.11.0
10272026-07-24T21:09:43.721Z Downloaded nom v7.1.3
10282026-07-24T21:09:43.724Z Downloaded thread-id v5.1.0
10292026-07-24T21:09:43.727Z Downloaded strum v0.27.2
10302026-07-24T21:09:43.727Z Downloaded string_cache v0.8.9
10312026-07-24T21:09:43.729Z Downloaded ssh-encoding v0.3.0-rc.9
10322026-07-24T21:09:43.729Z Downloaded slog-term v2.9.2
10332026-07-24T21:09:43.732Z Downloaded libxml v0.3.3
10342026-07-24T21:09:43.735Z Downloaded serde_with_macros v1.5.2
10352026-07-24T21:09:43.738Z Downloaded snafu-derive v0.8.9
10362026-07-24T21:09:43.738Z Downloaded tap v1.0.1
10372026-07-24T21:09:43.738Z Downloaded prettyplease v0.2.37
10382026-07-24T21:09:43.741Z Downloaded slog-dtrace v0.3.0
10392026-07-24T21:09:43.741Z Downloaded aho-corasick v1.1.4
10402026-07-24T21:09:43.744Z Downloaded support-bundle-viewer v0.1.2
10412026-07-24T21:09:43.747Z Downloaded tinyvec_macros v0.1.1
10422026-07-24T21:09:43.747Z Downloaded synstructure v0.13.2
10432026-07-24T21:09:43.750Z Downloaded ryu v1.0.23
10442026-07-24T21:09:43.750Z Downloaded strum_macros v0.27.2
10452026-07-24T21:09:43.753Z Downloaded testing_table v0.3.0
10462026-07-24T21:09:43.753Z Downloaded static_assertions v1.1.0
10472026-07-24T21:09:43.755Z Downloaded quinn v0.11.9
10482026-07-24T21:09:43.756Z Downloaded time-core v0.1.8
10492026-07-24T21:09:43.758Z Downloaded rustls-platform-verifier v0.6.2
10502026-07-24T21:09:43.759Z Downloaded rcgen v0.12.1
10512026-07-24T21:09:43.761Z Downloaded tokio-macros v2.7.0
10522026-07-24T21:09:43.764Z Downloaded stacker v0.1.23
10532026-07-24T21:09:43.764Z Downloaded itertools v0.12.1
10542026-07-24T21:09:43.768Z Downloaded spki v0.8.0
10552026-07-24T21:09:43.770Z Downloaded schemars v0.8.22
10562026-07-24T21:09:43.776Z Downloaded strum_macros v0.26.4
10572026-07-24T21:09:43.779Z Downloaded smallvec v1.15.1
10582026-07-24T21:09:43.782Z Downloaded publicsuffix v2.3.0
10592026-07-24T21:09:43.782Z Downloaded signal-hook v0.3.18
10602026-07-24T21:09:43.785Z Downloaded schemars v0.9.0
10612026-07-24T21:09:43.791Z Downloaded topological-sort v0.2.2
10622026-07-24T21:09:43.793Z Downloaded stringprep v0.1.5
10632026-07-24T21:09:43.793Z Downloaded rand v0.8.6
10642026-07-24T21:09:43.796Z Downloaded hyper v1.10.1
10652026-07-24T21:09:43.799Z Downloaded tiny-keccak v2.0.2
10662026-07-24T21:09:43.802Z Downloaded time-macros v0.2.27
10672026-07-24T21:09:43.805Z Downloaded slog-json v2.6.1
10682026-07-24T21:09:43.805Z Downloaded icu_properties_data v2.1.2
10692026-07-24T21:09:43.810Z Downloaded tokio-test v0.4.5
10702026-07-24T21:09:43.812Z Downloaded try-lock v0.2.5
10712026-07-24T21:09:43.812Z Downloaded trait-variant v0.1.2
10722026-07-24T21:09:43.815Z Downloaded tls_codec_derive v0.4.2
10732026-07-24T21:09:43.815Z Downloaded typify-macro v0.6.2
10742026-07-24T21:09:43.815Z Downloaded tinystr v0.8.2
10752026-07-24T21:09:43.818Z Downloaded tower-layer v0.3.3
10762026-07-24T21:09:43.818Z Downloaded spin v0.9.8
10772026-07-24T21:09:43.821Z Downloaded hkdf v0.13.0
10782026-07-24T21:09:43.821Z Downloaded futures-util v0.3.32
10792026-07-24T21:09:43.828Z Downloaded tower-service v0.3.3
10802026-07-24T21:09:43.831Z Downloaded tls_codec v0.4.2
10812026-07-24T21:09:43.831Z Downloaded thread_local v1.1.9
10822026-07-24T21:09:43.834Z Downloaded unicode-truncate v1.1.0
10832026-07-24T21:09:43.834Z Downloaded tokio-dtrace v0.1.1
10842026-07-24T21:09:43.834Z Downloaded itertools v0.13.0
10852026-07-24T21:09:43.838Z Downloaded universal-hash v0.6.1
10862026-07-24T21:09:43.841Z Downloaded universal-hash v0.5.1
10872026-07-24T21:09:43.841Z Downloaded unicode-xid v0.2.6
10882026-07-24T21:09:43.841Z Downloaded slog v2.8.2
10892026-07-24T21:09:43.845Z Downloaded unarray v0.1.4
10902026-07-24T21:09:43.845Z Downloaded tokio-tungstenite v0.23.1
10912026-07-24T21:09:43.848Z Downloaded strum_macros v0.24.3
10922026-07-24T21:09:43.848Z Downloaded unit-prefix v0.5.2
10932026-07-24T21:09:43.848Z Downloaded qorb v0.4.1
10942026-07-24T21:09:43.851Z Downloaded utf-8 v0.7.6
10952026-07-24T21:09:43.853Z Downloaded utf8_iter v1.0.4
10962026-07-24T21:09:43.853Z Downloaded hkdf v0.12.4
10972026-07-24T21:09:43.856Z Downloaded usdt-macro v0.6.0
10982026-07-24T21:09:43.856Z Downloaded rsa v0.9.10
10992026-07-24T21:09:43.861Z Downloaded usdt-attr-macro v0.6.0
11002026-07-24T21:09:43.861Z Downloaded bitvec v1.0.1
11012026-07-24T21:09:43.867Z Downloaded usdt v0.6.0
11022026-07-24T21:09:43.870Z Downloaded toml_writer v1.1.1+spec-1.1.0
11032026-07-24T21:09:43.870Z Downloaded tokio-tungstenite v0.21.0
11042026-07-24T21:09:43.873Z Downloaded schemars v1.2.1
11052026-07-24T21:09:43.878Z Downloaded untrusted v0.9.0
11062026-07-24T21:09:43.881Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11072026-07-24T21:09:43.881Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11082026-07-24T21:09:43.884Z Downloaded subprocess v0.2.15
11092026-07-24T21:09:43.888Z Downloaded socket2 v0.6.3
11102026-07-24T21:09:43.888Z Downloaded similar v2.7.0
11112026-07-24T21:09:43.891Z Downloaded waitgroup v0.1.2
11122026-07-24T21:09:43.891Z Downloaded serde_yaml v0.9.34+deprecated
11132026-07-24T21:09:43.894Z Downloaded term v0.7.0
11142026-07-24T21:09:43.894Z Downloaded samael v0.0.19
11152026-07-24T21:09:43.897Z Downloaded void v1.0.2
11162026-07-24T21:09:43.900Z Downloaded rand v0.9.2
11172026-07-24T21:09:43.903Z Downloaded want v0.3.1
11182026-07-24T21:09:43.903Z Downloaded wait-timeout v0.2.1
11192026-07-24T21:09:43.903Z Downloaded iri-string v0.7.10
11202026-07-24T21:09:43.906Z Downloaded xattr v1.6.1
11212026-07-24T21:09:43.909Z Downloaded tokio-stream v0.1.18
11222026-07-24T21:09:43.912Z Downloaded socket2 v0.5.10
11232026-07-24T21:09:43.912Z Downloaded rand v0.10.1
11242026-07-24T21:09:43.915Z Downloaded xshell-macros v0.2.7
11252026-07-24T21:09:43.915Z Downloaded tokio-rustls v0.26.4
11262026-07-24T21:09:43.918Z Downloaded test-strategy v0.4.5
11272026-07-24T21:09:43.920Z Downloaded itertools v0.14.0
11282026-07-24T21:09:43.923Z Downloaded num-bigint-dig v0.8.6
11292026-07-24T21:09:43.926Z Downloaded untrusted v0.7.1
11302026-07-24T21:09:43.926Z Downloaded unicase v2.9.0
11312026-07-24T21:09:43.929Z Downloaded nom v8.0.0
11322026-07-24T21:09:43.932Z Downloaded zerofrom v0.1.6
11332026-07-24T21:09:43.932Z Downloaded zone v0.3.1
11342026-07-24T21:09:43.932Z Downloaded libm v0.2.16
11352026-07-24T21:09:43.937Z Downloaded yoke-derive v0.8.1
11362026-07-24T21:09:43.940Z Downloaded p521 v0.14.0-rc.10
11372026-07-24T21:09:43.943Z Downloaded snafu v0.8.9
11382026-07-24T21:09:43.945Z Downloaded tinyvec v1.10.0
11392026-07-24T21:09:43.949Z Downloaded zerofrom-derive v0.1.6
11402026-07-24T21:09:43.949Z Downloaded vergen-git2 v9.1.0
11412026-07-24T21:09:43.949Z Downloaded zeroize_derive v1.4.3
11422026-07-24T21:09:43.949Z Downloaded tui-tree-widget v0.23.1
11432026-07-24T21:09:43.952Z Downloaded usdt-impl v0.6.0
11442026-07-24T21:09:43.952Z Downloaded term v1.2.1
11452026-07-24T21:09:43.955Z Downloaded vergen-lib v0.1.6
11462026-07-24T21:09:43.955Z Downloaded zone_cfg_derive v0.3.1
11472026-07-24T21:09:43.955Z Downloaded walkdir v2.5.0
11482026-07-24T21:09:43.955Z Downloaded h2 v0.4.15
11492026-07-24T21:09:43.986Z Downloaded unicode-properties v0.1.4
11502026-07-24T21:09:43.986Z Downloaded writeable v0.6.2
11512026-07-24T21:09:43.986Z Downloaded toml_parser v1.1.2+spec-1.1.0
11522026-07-24T21:09:43.986Z Downloaded vergen-gitcl v1.0.8
11532026-07-24T21:09:43.986Z Downloaded vsss-rs v3.3.4
11542026-07-24T21:09:43.986Z Downloaded vergen-lib v9.1.0
11552026-07-24T21:09:43.986Z Downloaded tokio-native-tls v0.3.1
11562026-07-24T21:09:43.986Z Downloaded termios v0.3.3
11572026-07-24T21:09:43.986Z Downloaded rustls-webpki v0.103.13
11582026-07-24T21:09:43.986Z Downloaded tracing-attributes v0.1.31
11592026-07-24T21:09:43.986Z Downloaded thiserror-no-std v2.0.2
11602026-07-24T21:09:43.987Z Downloaded serde_cbor v0.11.2
11612026-07-24T21:09:43.987Z Downloaded idna v1.1.0
11622026-07-24T21:09:43.987Z Downloaded sqlformat v0.3.5
11632026-07-24T21:09:43.987Z Downloaded tagptr v0.2.0
11642026-07-24T21:09:43.987Z Downloaded whoami v2.1.0
11652026-07-24T21:09:43.987Z Downloaded yoke v0.8.1
11662026-07-24T21:09:43.987Z Downloaded wyz v0.5.1
11672026-07-24T21:09:43.987Z Downloaded tabwriter v1.4.1
11682026-07-24T21:09:43.990Z Downloaded uzers v0.12.2
11692026-07-24T21:09:43.996Z Downloaded whoami v1.6.1
11702026-07-24T21:09:44.001Z Downloaded iddqd v0.4.2
11712026-07-24T21:09:44.007Z Downloaded toml v1.1.2+spec-1.1.0
11722026-07-24T21:09:44.009Z Downloaded zstd-safe v7.2.4
11732026-07-24T21:09:44.012Z Downloaded zeroize v1.8.2
11742026-07-24T21:09:44.012Z Downloaded toml v0.7.8
11752026-07-24T21:09:44.015Z Downloaded aws-lc-rs v1.16.3
11762026-07-24T21:09:44.019Z Downloaded zerovec-derive v0.11.2
11772026-07-24T21:09:44.022Z Downloaded vergen v9.1.0
11782026-07-24T21:09:44.022Z Downloaded typify v0.6.2
11792026-07-24T21:09:44.024Z Downloaded zstd v0.13.3
11802026-07-24T21:09:44.027Z Downloaded crypto-primes v0.7.2
11812026-07-24T21:09:44.031Z Downloaded twox-hash v2.1.2
11822026-07-24T21:09:44.031Z Downloaded rsa v0.10.0-rc.18
11832026-07-24T21:09:44.035Z Downloaded xshell v0.2.7
11842026-07-24T21:09:44.035Z Downloaded steno v0.4.1
11852026-07-24T21:09:44.038Z Downloaded tungstenite v0.23.0
11862026-07-24T21:09:44.041Z Downloaded yasna v0.5.2
11872026-07-24T21:09:44.041Z Downloaded git2 v0.20.4
11882026-07-24T21:09:44.044Z Downloaded unsafe-libyaml v0.2.11
11892026-07-24T21:09:44.047Z Downloaded tracing-core v0.1.36
11902026-07-24T21:09:44.050Z Downloaded uuid v1.23.4
11912026-07-24T21:09:44.053Z Downloaded bindgen v0.71.1
11922026-07-24T21:09:44.056Z Downloaded reedline v0.40.0
11932026-07-24T21:09:44.059Z Downloaded tar v0.4.46
11942026-07-24T21:09:44.062Z Downloaded serde_with v1.14.0
11952026-07-24T21:09:44.065Z Downloaded toml_edit v0.23.10+spec-1.0.0
11962026-07-24T21:09:44.067Z Downloaded tungstenite v0.21.0
11972026-07-24T21:09:44.070Z Downloaded rustyline v14.0.0
11982026-07-24T21:09:44.073Z Downloaded blake3 v1.8.5
11992026-07-24T21:09:44.077Z Downloaded chrono v0.4.45
12002026-07-24T21:09:44.083Z Downloaded p384 v0.13.1
12012026-07-24T21:09:44.092Z Downloaded unicode-bidi v0.3.18
12022026-07-24T21:09:44.103Z Downloaded zerocopy v0.6.6
12032026-07-24T21:09:44.108Z Downloaded vte v0.14.1
12042026-07-24T21:09:44.123Z Downloaded regex v1.12.3
12052026-07-24T21:09:44.127Z Downloaded reqwest v0.12.28
12062026-07-24T21:09:44.141Z Downloaded yansi v1.0.1
12072026-07-24T21:09:44.144Z Downloaded portable-atomic v1.13.1
12082026-07-24T21:09:44.147Z Downloaded url v2.5.8
12092026-07-24T21:09:44.150Z Downloaded unicode_categories v0.1.1
12102026-07-24T21:09:44.152Z Downloaded rayon v1.11.0
12112026-07-24T21:09:44.155Z Downloaded crypto-bigint v0.7.5
12122026-07-24T21:09:44.164Z Downloaded zerotrie v0.2.3
12132026-07-24T21:09:44.167Z Downloaded reqwest v0.13.2
12142026-07-24T21:09:44.170Z Downloaded zopfli v0.8.3
12152026-07-24T21:09:44.174Z Downloaded moka v0.12.13
12162026-07-24T21:09:44.177Z Downloaded unicode-segmentation v1.12.0
12172026-07-24T21:09:44.180Z Downloaded tower v0.5.3
12182026-07-24T21:09:44.183Z Downloaded tokio-postgres v0.7.16
12192026-07-24T21:09:44.188Z Downloaded quick-xml v0.37.5
12202026-07-24T21:09:44.190Z Downloaded zip v0.6.6
12212026-07-24T21:09:44.193Z Downloaded zerocopy-derive v0.8.40
12222026-07-24T21:09:44.197Z Downloaded ssh-key v0.7.0-rc.10
12232026-07-24T21:09:44.202Z Downloaded rawzip v0.4.4
12242026-07-24T21:09:44.205Z Downloaded goblin v0.10.5
12252026-07-24T21:09:44.210Z Downloaded x509-cert v0.2.5
12262026-07-24T21:09:44.213Z Downloaded typed-path v0.9.3
12272026-07-24T21:09:44.217Z Downloaded toml_edit v0.19.15
12282026-07-24T21:09:44.226Z Downloaded lalrpop v0.19.12
12292026-07-24T21:09:44.233Z Downloaded curve25519-dalek v4.1.3
12302026-07-24T21:09:44.239Z Downloaded unicode-normalization v0.1.25
12312026-07-24T21:09:44.242Z Downloaded salty v0.3.0
12322026-07-24T21:09:44.245Z Downloaded petname v2.0.2
12332026-07-24T21:09:44.248Z Downloaded proptest v1.10.0
12342026-07-24T21:09:44.261Z Downloaded tough v0.22.0
12352026-07-24T21:09:44.266Z Downloaded zip v4.6.1
12362026-07-24T21:09:44.273Z Downloaded tokio-util v0.7.18
12372026-07-24T21:09:44.277Z Downloaded object v0.30.4
12382026-07-24T21:09:44.294Z Downloaded zerovec v0.11.5
12392026-07-24T21:09:44.297Z Downloaded tower-http v0.6.8
12402026-07-24T21:09:44.301Z Downloaded nix v0.27.1
12412026-07-24T21:09:44.313Z Downloaded serde_with v3.21.0
12422026-07-24T21:09:44.321Z Downloaded quinn-proto v0.11.13
12432026-07-24T21:09:44.326Z Downloaded polar-core v0.27.3
12442026-07-24T21:09:44.331Z Downloaded radix_trie v0.2.1
12452026-07-24T21:09:44.338Z Downloaded bstr v1.12.1
12462026-07-24T21:09:44.342Z Downloaded russh v0.61.2
12472026-07-24T21:09:44.347Z Downloaded winnow v0.5.40
12482026-07-24T21:09:44.361Z Downloaded dropshot v0.17.1
12492026-07-24T21:09:44.374Z Downloaded openssl v0.10.79
12502026-07-24T21:09:44.380Z Downloaded winnow v0.6.26
12512026-07-24T21:09:44.385Z Downloaded tabled v0.20.0
12522026-07-24T21:09:44.395Z Downloaded time v0.3.47
12532026-07-24T21:09:44.403Z Downloaded nix v0.28.0
12542026-07-24T21:09:44.409Z Downloaded winnow v1.0.3
12552026-07-24T21:09:44.414Z Downloaded regex-syntax v0.6.29
12562026-07-24T21:09:44.418Z Downloaded zlib-rs v0.6.2
12572026-07-24T21:09:44.422Z Downloaded smoltcp v0.9.1
12582026-07-24T21:09:44.427Z Downloaded nix v0.31.2
12592026-07-24T21:09:44.434Z Downloaded object v0.37.3
12602026-07-24T21:09:44.441Z Downloaded openapiv3 v2.2.0
12612026-07-24T21:09:44.448Z Downloaded hickory-proto v0.25.2
12622026-07-24T21:09:44.457Z Downloaded vcpkg v0.2.15
12632026-07-24T21:09:44.481Z Downloaded zerocopy v0.8.40
12642026-07-24T21:09:44.486Z Downloaded regress v0.11.1
12652026-07-24T21:09:44.492Z Downloaded regress v0.10.5
12662026-07-24T21:09:44.497Z Downloaded smoltcp v0.11.0
12672026-07-24T21:09:44.504Z Downloaded regex-syntax v0.8.10
12682026-07-24T21:09:44.508Z Downloaded diesel v2.3.7
12692026-07-24T21:09:44.521Z Downloaded hickory-proto v0.24.4
12702026-07-24T21:09:44.530Z Downloaded rustix v0.38.44
12712026-07-24T21:09:44.544Z Downloaded curve25519-dalek v5.0.0-rc.0
12722026-07-24T21:09:44.549Z Downloaded rustls v0.23.41
12732026-07-24T21:09:44.555Z Downloaded sqlparser v0.61.0
12742026-07-24T21:09:44.561Z Downloaded fiat-crypto v0.3.0
12752026-07-24T21:09:44.569Z Downloaded typify-impl v0.6.2
12762026-07-24T21:09:44.577Z Downloaded tracing v0.1.44
12772026-07-24T21:09:44.590Z Downloaded sha3 v0.11.0
12782026-07-24T21:09:44.607Z Downloaded zerocopy-derive v0.6.6
12792026-07-24T21:09:44.613Z Downloaded petgraph v0.6.5
12802026-07-24T21:09:44.624Z Downloaded jiff v0.2.21
12812026-07-24T21:09:44.635Z Downloaded csv v1.4.0
12822026-07-24T21:09:44.647Z Downloaded sled v0.34.7
12832026-07-24T21:09:44.661Z Downloaded bzip2-sys v0.1.13+1.0.8
12842026-07-24T21:09:44.668Z Downloaded ratatui v0.29.0
12852026-07-24T21:09:44.727Z Downloaded regex-automata v0.4.14
12862026-07-24T21:09:44.736Z Downloaded chrono-tz v0.10.4
12872026-07-24T21:09:44.814Z Downloaded petgraph v0.8.3
12882026-07-24T21:09:44.842Z Downloaded libz-sys v1.1.24
12892026-07-24T21:09:44.876Z Downloaded sha3 v0.10.8
12902026-07-24T21:09:44.896Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12912026-07-24T21:09:44.906Z Downloaded tokio v1.52.1
12922026-07-24T21:09:44.998Z Downloaded encoding_rs v0.8.35
12932026-07-24T21:09:45.048Z Downloaded ring v0.17.14
12942026-07-24T21:09:45.094Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-07-24T21:09:45.627Z Downloaded aws-lc-sys v0.40.0
12962026-07-24T21:09:45.870Z Compiling libc v0.2.185
12972026-07-24T21:09:45.870Z Compiling serde_core v1.0.228
12982026-07-24T21:09:45.870Z Compiling serde v1.0.228
12992026-07-24T21:09:45.874Z Compiling log v0.4.29
13002026-07-24T21:09:45.874Z Compiling smallvec v1.15.1
13012026-07-24T21:09:45.874Z Compiling find-msvc-tools v0.1.9
13022026-07-24T21:09:45.874Z Compiling shlex v1.3.0
13032026-07-24T21:09:45.874Z Compiling subtle v2.6.1
13042026-07-24T21:09:45.874Z Compiling scopeguard v1.2.0
13052026-07-24T21:09:46.046Z Compiling stable_deref_trait v1.2.1
13062026-07-24T21:09:46.059Z Compiling typenum v1.20.1
13072026-07-24T21:09:46.062Z Compiling serde_json v1.0.150
13082026-07-24T21:09:46.097Z Compiling zerocopy v0.8.40
13092026-07-24T21:09:46.101Z Compiling portable-atomic v1.13.1
13102026-07-24T21:09:46.111Z Compiling syn v2.0.117
13112026-07-24T21:09:46.136Z Compiling lock_api v0.4.14
13122026-07-24T21:09:46.148Z Compiling parking_lot_core v0.9.12
13132026-07-24T21:09:46.173Z Compiling pin-project-lite v0.2.17
13142026-07-24T21:09:46.223Z Compiling pkg-config v0.3.32
13152026-07-24T21:09:46.236Z Compiling critical-section v1.2.0
13162026-07-24T21:09:46.240Z Compiling getrandom v0.4.1
13172026-07-24T21:09:46.284Z Compiling libm v0.2.16
13182026-07-24T21:09:46.361Z Compiling num-traits v0.2.19
13192026-07-24T21:09:46.365Z Compiling rand_core v0.10.0
13202026-07-24T21:09:46.391Z Compiling futures-core v0.3.32
13212026-07-24T21:09:46.395Z Compiling generic-array v0.14.7
13222026-07-24T21:09:46.466Z Compiling const-oid v0.9.6
13232026-07-24T21:09:46.508Z Compiling writeable v0.6.2
13242026-07-24T21:09:46.521Z Compiling litemap v0.8.1
13252026-07-24T21:09:46.573Z Compiling percent-encoding v2.3.2
13262026-07-24T21:09:46.573Z Compiling icu_normalizer_data v2.1.1
13272026-07-24T21:09:46.614Z Compiling icu_properties_data v2.1.2
13282026-07-24T21:09:46.721Z Compiling futures-sink v0.3.32
13292026-07-24T21:09:46.735Z Compiling futures-task v0.3.32
13302026-07-24T21:09:46.739Z Compiling futures-io v0.3.32
13312026-07-24T21:09:46.764Z Compiling slab v0.4.12
13322026-07-24T21:09:46.805Z Compiling futures-channel v0.3.32
13332026-07-24T21:09:46.821Z Compiling utf8_iter v1.0.4
13342026-07-24T21:09:46.849Z Compiling form_urlencoded v1.2.2
13352026-07-24T21:09:46.853Z Compiling rustversion v1.0.22
13362026-07-24T21:09:46.906Z Compiling getrandom v0.3.4
13372026-07-24T21:09:46.937Z Compiling rustix v1.1.3
13382026-07-24T21:09:46.965Z Compiling jobserver v0.1.34
13392026-07-24T21:09:46.980Z Compiling errno v0.3.14
13402026-07-24T21:09:46.996Z Compiling getrandom v0.2.17
13412026-07-24T21:09:47.046Z Compiling mio v1.2.0
13422026-07-24T21:09:47.063Z Compiling socket2 v0.6.3
13432026-07-24T21:09:47.080Z Compiling ident_case v1.0.1
13442026-07-24T21:09:47.149Z Compiling rand_core v0.6.4
13452026-07-24T21:09:47.222Z Compiling cc v1.2.56
13462026-07-24T21:09:47.246Z Compiling once_cell v1.21.3
13472026-07-24T21:09:47.261Z Compiling signal-hook-registry v1.4.8
13482026-07-24T21:09:47.277Z Compiling parking_lot v0.12.5
13492026-07-24T21:09:47.319Z Compiling fs_extra v1.3.0
13502026-07-24T21:09:47.335Z Compiling dunce v1.0.5
13512026-07-24T21:09:47.352Z Compiling iana-time-zone v0.1.65
13522026-07-24T21:09:47.446Z Compiling regex-syntax v0.8.10
13532026-07-24T21:09:47.483Z Compiling base64ct v1.8.3
13542026-07-24T21:09:47.507Z Compiling base64 v0.22.1
13552026-07-24T21:09:47.548Z Compiling vcpkg v0.2.15
13562026-07-24T21:09:47.568Z Compiling tracing-core v0.1.36
13572026-07-24T21:09:47.587Z Compiling aws-lc-rs v1.16.3
13582026-07-24T21:09:47.606Z Compiling flagset v0.4.7
13592026-07-24T21:09:47.622Z Compiling openssl-probe v0.2.1
13602026-07-24T21:09:47.680Z Compiling cmov v0.5.4
13612026-07-24T21:09:47.756Z Compiling pem-rfc7468 v0.7.0
13622026-07-24T21:09:47.801Z Compiling rand_core v0.9.5
13632026-07-24T21:09:47.820Z Compiling httparse v1.10.1
13642026-07-24T21:09:47.853Z Compiling tinyvec_macros v0.1.1
13652026-07-24T21:09:47.867Z Compiling schemars v0.8.22
13662026-07-24T21:09:47.902Z Compiling dyn-clone v1.0.20
13672026-07-24T21:09:47.917Z Compiling tinyvec v1.10.0
13682026-07-24T21:09:47.931Z Compiling ctutils v0.4.2
13692026-07-24T21:09:47.947Z Compiling aho-corasick v1.1.4
13702026-07-24T21:09:48.005Z Compiling cmake v0.1.57
13712026-07-24T21:09:48.056Z Compiling untrusted v0.7.1
13722026-07-24T21:09:48.088Z Compiling atomic-waker v1.1.2
13732026-07-24T21:09:48.106Z Compiling tower-service v0.3.3
13742026-07-24T21:09:48.135Z Compiling try-lock v0.2.5
13752026-07-24T21:09:48.153Z Compiling tower-layer v0.3.3
13762026-07-24T21:09:48.170Z Compiling foreign-types-shared v0.1.1
13772026-07-24T21:09:48.195Z Compiling openssl v0.10.79
13782026-07-24T21:09:48.209Z Compiling cpufeatures v0.2.17
13792026-07-24T21:09:48.225Z Compiling bitflags v2.11.0
13802026-07-24T21:09:48.242Z Compiling semver v1.0.28
13812026-07-24T21:09:48.274Z Compiling indexmap v2.14.0
13822026-07-24T21:09:48.287Z Compiling uuid v1.23.4
13832026-07-24T21:09:48.301Z Compiling want v0.3.1
13842026-07-24T21:09:48.326Z Compiling rustls v0.23.41
13852026-07-24T21:09:48.341Z Compiling untrusted v0.9.0
13862026-07-24T21:09:48.452Z Compiling httpdate v1.0.3
13872026-07-24T21:09:48.475Z Compiling foreign-types v0.3.2
13882026-07-24T21:09:48.489Z Compiling rustc_version v0.4.1
13892026-07-24T21:09:48.502Z Compiling unicode-normalization v0.1.25
13902026-07-24T21:09:48.505Z Compiling spin v0.9.8
13912026-07-24T21:09:48.532Z Compiling num-conv v0.2.0
13922026-07-24T21:09:48.555Z Compiling powerfmt v0.2.0
13932026-07-24T21:09:48.603Z Compiling crc32fast v1.5.0
13942026-07-24T21:09:48.674Z Compiling time-core v0.1.8
13952026-07-24T21:09:48.674Z Compiling native-tls v0.2.18
13962026-07-24T21:09:48.703Z Compiling deranged v0.5.8
13972026-07-24T21:09:48.725Z Compiling wait-timeout v0.2.1
13982026-07-24T21:09:48.773Z Compiling sync_wrapper v1.0.2
13992026-07-24T21:09:48.835Z Compiling time-macros v0.2.27
14002026-07-24T21:09:48.839Z Compiling aws-lc-sys v0.40.0
14012026-07-24T21:09:48.839Z Compiling openssl-sys v0.9.115
14022026-07-24T21:09:48.896Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14032026-07-24T21:09:48.932Z Compiling crossbeam-utils v0.8.21
14042026-07-24T21:09:48.956Z Compiling regex-automata v0.4.14
14052026-07-24T21:09:48.971Z Compiling simd-adler32 v0.3.8
14062026-07-24T21:09:48.995Z Compiling num_threads v0.1.7
14072026-07-24T21:09:49.010Z Compiling bit-vec v0.8.0
14082026-07-24T21:09:49.042Z Compiling siphasher v1.0.2
14092026-07-24T21:09:49.109Z Compiling synstructure v0.13.2
14102026-07-24T21:09:49.262Z Compiling serde_derive_internals v0.29.1
14112026-07-24T21:09:49.277Z Compiling pest_generator v2.8.6
14122026-07-24T21:09:49.292Z Compiling darling_core v0.20.11
14132026-07-24T21:09:49.295Z Compiling usdt-impl v0.6.0
14142026-07-24T21:09:49.351Z Compiling tempfile v3.25.0
14152026-07-24T21:09:49.536Z Compiling syn v1.0.109
14162026-07-24T21:09:49.606Z Compiling quick-error v1.2.3
14172026-07-24T21:09:49.757Z Compiling rusty-fork v0.3.1
14182026-07-24T21:09:49.773Z Compiling bit-set v0.8.0
14192026-07-24T21:09:49.801Z Compiling darling_core v0.23.0
14202026-07-24T21:09:49.843Z Compiling heapless v0.7.17
14212026-07-24T21:09:49.864Z Compiling bzip2-sys v0.1.13+1.0.8
14222026-07-24T21:09:49.973Z Compiling slog v2.8.2
14232026-07-24T21:09:50.007Z Compiling rand_xorshift v0.4.0
14242026-07-24T21:09:50.025Z Compiling time v0.3.47
14252026-07-24T21:09:50.047Z Compiling thread-id v5.1.0
14262026-07-24T21:09:50.075Z Compiling cookie v0.18.1
14272026-07-24T21:09:50.101Z Compiling signal-hook v0.3.18
14282026-07-24T21:09:50.123Z Compiling adler2 v2.0.1
14292026-07-24T21:09:50.126Z Compiling allocator-api2 v0.2.21
14302026-07-24T21:09:50.151Z Compiling ryu v1.0.23
14312026-07-24T21:09:50.192Z Compiling unarray v0.1.4
14322026-07-24T21:09:50.207Z Compiling paste v1.0.15
14332026-07-24T21:09:50.235Z Compiling iri-string v0.7.10
14342026-07-24T21:09:50.238Z Compiling zstd-safe v7.2.4
14352026-07-24T21:09:50.278Z Compiling unicode-properties v0.1.4
14362026-07-24T21:09:50.299Z Compiling unicode-bidi v0.3.18
14372026-07-24T21:09:50.312Z Compiling anyhow v1.0.102
14382026-07-24T21:09:50.399Z Compiling miniz_oxide v0.8.9
14392026-07-24T21:09:50.558Z Compiling camino v1.2.2
14402026-07-24T21:09:50.585Z Compiling curve25519-dalek v4.1.3
14412026-07-24T21:09:50.842Z Compiling serde_derive v1.0.228
14422026-07-24T21:09:50.858Z Compiling zeroize_derive v1.4.3
14432026-07-24T21:09:50.894Z Compiling zerofrom-derive v0.1.6
14442026-07-24T21:09:50.959Z Compiling yoke-derive v0.8.1
14452026-07-24T21:09:50.974Z Compiling zerovec-derive v0.11.2
14462026-07-24T21:09:51.039Z Compiling displaydoc v0.2.5
14472026-07-24T21:09:51.061Z Compiling zerocopy-derive v0.8.40
14482026-07-24T21:09:51.123Z Compiling tokio-macros v2.7.0
14492026-07-24T21:09:51.543Z Compiling zeroize v1.8.2
14502026-07-24T21:09:51.680Z Compiling futures-macro v0.3.32
14512026-07-24T21:09:51.765Z Compiling der_derive v0.7.3
14522026-07-24T21:09:51.804Z Compiling tracing-attributes v0.1.31
14532026-07-24T21:09:51.842Z Compiling thiserror-impl v2.0.18
14542026-07-24T21:09:51.906Z Compiling rustls-pki-types v1.14.0
14552026-07-24T21:09:52.162Z Compiling schemars_derive v0.8.22
14562026-07-24T21:09:52.183Z Compiling hybrid-array v0.4.13
14572026-07-24T21:09:52.292Z Compiling crypto-common v0.1.7
14582026-07-24T21:09:52.342Z Compiling zerofrom v0.1.6
14592026-07-24T21:09:52.390Z Compiling block-buffer v0.10.4
14602026-07-24T21:09:52.450Z Compiling yoke v0.8.1
14612026-07-24T21:09:52.465Z Compiling scroll_derive v0.13.1
14622026-07-24T21:09:52.484Z Compiling pest_derive v2.8.6
14632026-07-24T21:09:52.546Z Compiling futures-util v0.3.32
14642026-07-24T21:09:52.582Z Compiling digest v0.10.7
14652026-07-24T21:09:52.652Z Compiling zerovec v0.11.5
14662026-07-24T21:09:52.775Z Compiling zerotrie v0.2.3
14672026-07-24T21:09:52.858Z Compiling der v0.7.10
14682026-07-24T21:09:52.966Z Compiling darling_macro v0.20.11
14692026-07-24T21:09:52.992Z Compiling openssl-macros v0.1.1
14702026-07-24T21:09:53.089Z Compiling sha2 v0.10.9
14712026-07-24T21:09:53.179Z Compiling tinystr v0.8.2
14722026-07-24T21:09:53.179Z Compiling potential_utf v0.1.4
14732026-07-24T21:09:53.235Z Compiling tracing v0.1.44
14742026-07-24T21:09:53.249Z Compiling thiserror v2.0.18
14752026-07-24T21:09:53.327Z Compiling icu_collections v2.1.1
14762026-07-24T21:09:53.374Z Compiling icu_locale_core v2.1.1
14772026-07-24T21:09:53.391Z Compiling scroll v0.13.0
14782026-07-24T21:09:53.404Z Compiling hmac v0.12.1
14792026-07-24T21:09:53.492Z Compiling dtrace-parser v0.3.0
14802026-07-24T21:09:53.507Z Compiling darling v0.20.11
14812026-07-24T21:09:53.521Z Compiling thiserror-impl v1.0.69
14822026-07-24T21:09:53.578Z Compiling derive_builder_core v0.20.2
14832026-07-24T21:09:53.602Z Compiling scroll_derive v0.12.1
14842026-07-24T21:09:53.682Z Compiling goblin v0.10.5
14852026-07-24T21:09:53.811Z Compiling spki v0.7.3
14862026-07-24T21:09:54.032Z Compiling icu_provider v2.1.1
14872026-07-24T21:09:54.094Z Compiling pkcs8 v0.10.2
14882026-07-24T21:09:54.249Z Compiling block-padding v0.4.2
14892026-07-24T21:09:54.278Z Compiling icu_properties v2.1.2
14902026-07-24T21:09:54.318Z Compiling bytes v1.11.1
14912026-07-24T21:09:54.350Z Compiling icu_normalizer v2.1.1
14922026-07-24T21:09:54.381Z Compiling chrono v0.4.45
14932026-07-24T21:09:54.399Z Compiling ipnet v2.11.0
14942026-07-24T21:09:54.413Z Compiling scroll v0.12.0
14952026-07-24T21:09:54.429Z Compiling serde_spanned v0.6.9
14962026-07-24T21:09:54.478Z Compiling derive_builder_macro v0.20.2
14972026-07-24T21:09:54.507Z Compiling hex v0.4.3
14982026-07-24T21:09:54.588Z Compiling erased-serde v0.3.31
14992026-07-24T21:09:54.692Z Compiling serde_urlencoded v0.7.1
15002026-07-24T21:09:54.788Z Compiling tokio v1.52.1
15012026-07-24T21:09:54.839Z Compiling http v1.4.2
15022026-07-24T21:09:54.904Z Compiling thiserror v1.0.69
15032026-07-24T21:09:54.949Z Compiling toml_datetime v0.6.11
15042026-07-24T21:09:54.963Z Compiling serde_tokenstream v0.2.3
15052026-07-24T21:09:54.987Z Compiling crypto-common v0.2.2
15062026-07-24T21:09:55.001Z Compiling block-buffer v0.12.1
15072026-07-24T21:09:55.034Z Compiling md-5 v0.10.6
15082026-07-24T21:09:55.048Z Compiling signature v2.2.0
15092026-07-24T21:09:55.100Z Compiling darling_macro v0.23.0
15102026-07-24T21:09:55.206Z Compiling idna_adapter v1.2.1
15112026-07-24T21:09:55.221Z Compiling rustls-native-certs v0.8.3
15122026-07-24T21:09:55.224Z Compiling bstr v1.12.1
15132026-07-24T21:09:55.250Z Compiling zerocopy-derive v0.7.35
15142026-07-24T21:09:55.295Z Compiling async-trait v0.1.89
15152026-07-24T21:09:55.364Z Compiling idna v1.1.0
15162026-07-24T21:09:55.457Z Compiling pin-project-internal v1.1.11
15172026-07-24T21:09:55.533Z Compiling ppv-lite86 v0.2.21
15182026-07-24T21:09:55.629Z Compiling http-body v1.0.1
15192026-07-24T21:09:55.717Z Compiling url v2.5.8
15202026-07-24T21:09:55.817Z Compiling http-body-util v0.1.3
15212026-07-24T21:09:55.857Z Compiling rand_chacha v0.9.0
15222026-07-24T21:09:55.875Z Compiling rand_chacha v0.3.1
15232026-07-24T21:09:55.901Z Compiling stringprep v0.1.5
15242026-07-24T21:09:56.046Z Compiling num-integer v0.1.46
15252026-07-24T21:09:56.080Z Compiling rand v0.9.2
15262026-07-24T21:09:56.145Z Compiling vergen-lib v9.1.0
15272026-07-24T21:09:56.171Z Compiling hash32 v0.2.1
15282026-07-24T21:09:56.379Z Compiling memoffset v0.9.1
15292026-07-24T21:09:56.383Z Compiling encoding_rs v0.8.35
15302026-07-24T21:09:56.383Z Compiling num-bigint-dig v0.8.6
15312026-07-24T21:09:56.421Z Compiling dof v0.4.0
15322026-07-24T21:09:56.561Z Compiling smoltcp v0.9.1
15332026-07-24T21:09:56.577Z Compiling litrs v1.0.0
15342026-07-24T21:09:56.581Z Compiling cfg_aliases v0.2.1
15352026-07-24T21:09:56.613Z Compiling ref-cast v1.0.25
15362026-07-24T21:09:56.627Z Compiling fallible-iterator v0.2.0
15372026-07-24T21:09:56.643Z Compiling mime v0.3.17
15382026-07-24T21:09:56.676Z Compiling proptest v1.10.0
15392026-07-24T21:09:56.691Z Compiling psl-types v2.0.11
15402026-07-24T21:09:56.733Z Compiling zlib-rs v0.6.2
15412026-07-24T21:09:56.824Z Compiling rustix v0.38.44
15422026-07-24T21:09:56.925Z Compiling postgres-protocol v0.6.10
15432026-07-24T21:09:56.941Z Compiling publicsuffix v2.3.0
15442026-07-24T21:09:56.971Z Compiling nix v0.31.2
15452026-07-24T21:09:57.019Z Compiling pin-project v1.1.11
15462026-07-24T21:09:57.106Z Compiling document-features v0.2.12
15472026-07-24T21:09:57.164Z Compiling ipnetwork v0.21.1
15482026-07-24T21:09:57.312Z Compiling num-iter v0.1.45
15492026-07-24T21:09:57.386Z Compiling zerocopy v0.7.35
15502026-07-24T21:09:57.449Z Compiling oxnet v0.1.6
15512026-07-24T21:09:57.466Z Compiling rand v0.8.6
15522026-07-24T21:09:57.495Z Compiling darling v0.23.0
15532026-07-24T21:09:57.588Z Compiling derive_builder v0.20.2
15542026-07-24T21:09:57.634Z Compiling futures-executor v0.3.32
15552026-07-24T21:09:57.682Z Compiling goblin v0.8.2
15562026-07-24T21:09:57.705Z Compiling hubpack_derive v0.1.1
15572026-07-24T21:09:57.734Z Compiling inout v0.2.2
15582026-07-24T21:09:57.770Z Compiling regex v1.12.3
15592026-07-24T21:09:57.977Z Compiling curve25519-dalek-derive v0.1.1
15602026-07-24T21:09:57.992Z Compiling snafu-derive v0.8.9
15612026-07-24T21:09:58.014Z Compiling strum_macros v0.27.2
15622026-07-24T21:09:58.028Z Compiling ref-cast-impl v1.0.25
15632026-07-24T21:09:58.033Z Compiling daft-derive v0.1.7
15642026-07-24T21:09:58.235Z Compiling terminal_size v0.4.3
15652026-07-24T21:09:58.315Z Compiling phf_shared v0.13.1
15662026-07-24T21:09:58.332Z Compiling lazy_static v1.5.0
15672026-07-24T21:09:58.346Z Compiling anstyle-parse v0.2.7
15682026-07-24T21:09:58.389Z Compiling cargo-platform v0.3.2
15692026-07-24T21:09:58.439Z Compiling vergen v9.1.0
15702026-07-24T21:09:58.535Z Compiling ff v0.13.1
15712026-07-24T21:09:58.548Z Compiling fs-err v3.3.0
15722026-07-24T21:09:58.573Z Compiling ahash v0.8.12
15732026-07-24T21:09:58.617Z Compiling foldhash v0.2.0
15742026-07-24T21:09:58.631Z Compiling base16ct v0.2.0
15752026-07-24T21:09:58.660Z Compiling tokio-util v0.7.18
15762026-07-24T21:09:58.682Z Compiling tower v0.5.3
15772026-07-24T21:09:58.699Z Compiling tokio-native-tls v0.3.1
15782026-07-24T21:09:58.699Z Compiling bumpalo v3.20.2
15792026-07-24T21:09:58.787Z Compiling managed v0.8.0
15802026-07-24T21:09:58.822Z Compiling winnow v0.5.40
15812026-07-24T21:09:58.827Z Compiling foldhash v0.1.5
15822026-07-24T21:09:58.851Z Compiling object v0.37.3
15832026-07-24T21:09:58.867Z Compiling same-file v1.0.6
15842026-07-24T21:09:58.890Z Compiling libbz2-rs-sys v0.2.2
15852026-07-24T21:09:58.985Z Compiling bitflags v1.3.2
15862026-07-24T21:09:59.013Z Compiling unicode-segmentation v1.12.0
15872026-07-24T21:09:59.028Z Compiling walkdir v2.5.0
15882026-07-24T21:09:59.045Z Compiling hashbrown v0.15.5
15892026-07-24T21:09:59.074Z Compiling newtype-uuid v1.3.2
15902026-07-24T21:09:59.157Z Compiling tower-http v0.6.8
15912026-07-24T21:09:59.350Z Compiling h2 v0.4.15
15922026-07-24T21:09:59.416Z Compiling bzip2 v0.6.1
15932026-07-24T21:09:59.431Z Compiling daft v0.1.7
15942026-07-24T21:09:59.583Z Compiling zopfli v0.8.3
15952026-07-24T21:09:59.637Z Compiling hashbrown v0.16.1
15962026-07-24T21:09:59.655Z Compiling sec1 v0.7.3
15972026-07-24T21:09:59.719Z Compiling flate2 v1.1.9
15982026-07-24T21:09:59.735Z Compiling clap_builder v4.6.0
15992026-07-24T21:09:59.954Z Compiling dof v0.3.0
16002026-07-24T21:10:00.011Z Compiling snafu v0.8.9
16012026-07-24T21:10:00.025Z Compiling strum v0.27.2
16022026-07-24T21:10:00.120Z Compiling toml_edit v0.19.15
16032026-07-24T21:10:00.137Z Compiling group v0.13.0
16042026-07-24T21:10:00.199Z Compiling cargo_metadata v0.23.1
16052026-07-24T21:10:00.277Z Compiling phf v0.13.1
16062026-07-24T21:10:00.293Z Compiling anstream v0.6.21
16072026-07-24T21:10:00.311Z Compiling signal-hook-mio v0.2.5
16082026-07-24T21:10:00.342Z Compiling hubpack v0.1.2
16092026-07-24T21:10:00.445Z Compiling cookie_store v0.22.1
16102026-07-24T21:10:00.460Z Compiling usdt-attr-macro v0.6.0
16112026-07-24T21:10:00.576Z Compiling usdt-macro v0.6.0
16122026-07-24T21:10:00.613Z Compiling bzip2 v0.4.4
16132026-07-24T21:10:00.648Z Compiling cipher v0.5.2
16142026-07-24T21:10:00.700Z Compiling futures v0.3.32
16152026-07-24T21:10:00.787Z Compiling serde_with_macros v3.21.0
16162026-07-24T21:10:00.801Z Compiling zstd v0.13.3
16172026-07-24T21:10:00.974Z Compiling postgres-types v0.2.12
16182026-07-24T21:10:01.123Z Compiling globset v0.4.18
16192026-07-24T21:10:01.177Z Compiling ed25519 v2.2.3
16202026-07-24T21:10:01.251Z Compiling dtrace-parser v0.2.0
16212026-07-24T21:10:01.331Z Compiling serde-big-array v0.5.1
16222026-07-24T21:10:01.387Z Compiling serde_plain v1.0.2
16232026-07-24T21:10:01.490Z Compiling olpc-cjson v0.1.4
16242026-07-24T21:10:01.561Z Compiling pkcs1 v0.7.5
16252026-07-24T21:10:01.596Z Compiling hkdf v0.12.4
16262026-07-24T21:10:01.611Z Compiling crypto-bigint v0.5.5
16272026-07-24T21:10:01.664Z Compiling strum_macros v0.26.4
16282026-07-24T21:10:01.786Z Compiling clap_derive v4.6.1
16292026-07-24T21:10:01.844Z Compiling serde_repr v0.1.20
16302026-07-24T21:10:01.975Z Compiling async-recursion v1.1.1
16312026-07-24T21:10:01.990Z Compiling enum-as-inner v0.6.1
16322026-07-24T21:10:02.005Z Compiling phf_shared v0.11.3
16332026-07-24T21:10:02.039Z Compiling float-cmp v0.10.0
16342026-07-24T21:10:02.116Z Compiling pem v3.0.6
16352026-07-24T21:10:02.205Z Compiling thread-id v4.2.2
16362026-07-24T21:10:02.220Z Compiling memmap2 v0.9.10
16372026-07-24T21:10:02.305Z Compiling env_filter v1.0.0
16382026-07-24T21:10:02.431Z Compiling difflib v0.4.0
16392026-07-24T21:10:02.454Z Compiling fixedbitset v0.4.2
16402026-07-24T21:10:02.474Z Compiling data-encoding v2.10.0
16412026-07-24T21:10:02.552Z Compiling hyper v1.10.1
16422026-07-24T21:10:02.636Z Compiling new_debug_unreachable v1.0.6
16432026-07-24T21:10:02.676Z Compiling const-oid v0.10.2
16442026-07-24T21:10:02.691Z Compiling precomputed-hash v0.1.1
16452026-07-24T21:10:02.719Z Compiling jiff v0.2.21
16462026-07-24T21:10:02.794Z Compiling typed-path v0.9.3
16472026-07-24T21:10:02.816Z Compiling winnow v1.0.3
16482026-07-24T21:10:02.872Z Compiling fixedbitset v0.5.7
16492026-07-24T21:10:02.894Z Compiling cpufeatures v0.3.0
16502026-07-24T21:10:02.909Z Compiling static_assertions v1.1.0
16512026-07-24T21:10:02.983Z Compiling either v1.15.0
16522026-07-24T21:10:02.997Z Compiling normalize-line-endings v0.3.0
16532026-07-24T21:10:03.011Z Compiling whoami v2.1.0
16542026-07-24T21:10:03.104Z Compiling predicates-core v1.0.10
16552026-07-24T21:10:03.192Z Compiling keccak v0.1.6
16562026-07-24T21:10:03.207Z Compiling itertools v0.13.0
16572026-07-24T21:10:03.207Z Compiling toml_parser v1.1.2+spec-1.1.0
16582026-07-24T21:10:03.210Z Compiling petgraph v0.8.3
16592026-07-24T21:10:03.302Z Compiling predicates v3.1.4
16602026-07-24T21:10:03.410Z Compiling sha3 v0.10.8
16612026-07-24T21:10:03.496Z Compiling strum v0.26.3
16622026-07-24T21:10:03.629Z Compiling tokio-postgres v0.7.16
16632026-07-24T21:10:03.646Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16642026-07-24T21:10:03.649Z Compiling clap v4.6.1
16652026-07-24T21:10:03.745Z Compiling hyper-util v0.1.20
16662026-07-24T21:10:03.762Z Compiling chacha20 v0.10.0
16672026-07-24T21:10:03.873Z Compiling digest v0.11.3
16682026-07-24T21:10:03.887Z Compiling toml_edit v0.22.27
16692026-07-24T21:10:03.931Z Compiling hickory-proto v0.25.2
16702026-07-24T21:10:03.958Z Compiling string_cache v0.8.9
16712026-07-24T21:10:04.047Z Compiling petgraph v0.6.5
16722026-07-24T21:10:04.117Z Compiling elliptic-curve v0.13.8
16732026-07-24T21:10:04.161Z Compiling env_logger v0.11.9
16742026-07-24T21:10:04.186Z Compiling usdt v0.6.0
16752026-07-24T21:10:04.206Z Compiling usdt-impl v0.5.0
16762026-07-24T21:10:04.471Z Compiling serde_with v3.21.0
16772026-07-24T21:10:04.501Z Compiling rsa v0.9.10
16782026-07-24T21:10:04.527Z Compiling crossterm v0.28.1
16792026-07-24T21:10:04.541Z Compiling toml v0.7.8
16802026-07-24T21:10:04.815Z Compiling ed25519-dalek v2.2.0
16812026-07-24T21:10:05.241Z Compiling hyper-tls v0.6.0
16822026-07-24T21:10:05.494Z Compiling reqwest v0.12.28
16832026-07-24T21:10:05.524Z Compiling zip v4.6.1
16842026-07-24T21:10:05.616Z Compiling zip v0.6.6
16852026-07-24T21:10:05.861Z Compiling iddqd v0.4.2
16862026-07-24T21:10:06.061Z Compiling tokio-stream v0.1.18
16872026-07-24T21:10:06.216Z Compiling heck v0.4.1
16882026-07-24T21:10:06.262Z Compiling similar v2.7.0
16892026-07-24T21:10:06.381Z Compiling buf-list v1.1.2
16902026-07-24T21:10:06.471Z Compiling byte-wrapper v0.1.0
16912026-07-24T21:10:06.513Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-24T21:10:06.558Z Compiling openapiv3 v2.2.0
16932026-07-24T21:10:06.605Z Compiling x509-cert v0.2.5
16942026-07-24T21:10:06.685Z Compiling crossbeam-epoch v0.9.18
16952026-07-24T21:10:06.712Z Compiling peg-runtime v0.8.5
16962026-07-24T21:10:06.822Z Compiling lalrpop-util v0.19.12
16972026-07-24T21:10:06.836Z Compiling thread_local v1.1.9
16982026-07-24T21:10:06.940Z Compiling slog-async v2.8.0
16992026-07-24T21:10:06.970Z Compiling crossbeam-channel v0.5.15
17002026-07-24T21:10:07.011Z Compiling filetime v0.2.27
17012026-07-24T21:10:07.025Z Compiling is-terminal v0.4.17
17022026-07-24T21:10:07.040Z Compiling take_mut v0.2.2
17032026-07-24T21:10:07.108Z Compiling xattr v1.6.1
17042026-07-24T21:10:07.139Z Compiling term v1.2.1
17052026-07-24T21:10:07.163Z Compiling camino-tempfile v1.4.1
17062026-07-24T21:10:07.293Z Compiling tar v0.4.46
17072026-07-24T21:10:07.447Z Compiling slog-term v2.9.2
17082026-07-24T21:10:25.202Z Compiling rustls-webpki v0.103.13
17092026-07-24T21:10:27.857Z Compiling tokio-rustls v0.26.4
17102026-07-24T21:10:27.857Z Compiling rustls-platform-verifier v0.6.2
17112026-07-24T21:10:27.858Z Compiling tough v0.22.0
17122026-07-24T21:10:28.078Z Compiling hyper-rustls v0.27.7
17132026-07-24T21:10:28.270Z Compiling reqwest v0.13.2
17142026-07-24T21:10:30.391Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-07-24T21:10:30.634Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-07-24T21:10:33.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.17s
17172026-07-24T21:10:33.582Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-07-24T21:10:33.631ZJul 24 21:10:33.534 INFO Starting download, target: Clickhouse
17192026-07-24T21:10:33.631ZJul 24 21:10:33.534 INFO Starting download, target: Cockroach
17202026-07-24T21:10:33.647ZJul 24 21:10:33.534 INFO Starting download, target: DendriteStub
17212026-07-24T21:10:33.647ZJul 24 21:10:33.535 INFO Starting download, target: Console
17222026-07-24T21:10:33.647ZJul 24 21:10:33.535 INFO Starting download, target: MaghemiteMgd
17232026-07-24T21:10:33.647ZJul 24 21:10:33.535 INFO Starting download, target: MaghemiteDdmd
17242026-07-24T21:10:33.647ZJul 24 21:10:33.535 INFO Starting download, target: TransceiverControl
17252026-07-24T21:10:33.649ZJul 24 21:10:33.535 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-07-24T21:10:33.649ZJul 24 21:10:33.535 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-07-24T21:10:33.649ZJul 24 21:10:33.535 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17282026-07-24T21:10:33.649ZJul 24 21:10:33.535 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-07-24T21:10:33.649ZJul 24 21:10:33.535 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-07-24T21:10:33.649ZJul 24 21:10:33.535 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17312026-07-24T21:10:33.649ZJul 24 21:10:33.535 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-07-24T21:10:34.085ZJul 24 21:10:33.988 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-07-24T21:10:34.313ZJul 24 21:10:34.204 INFO Download complete, target: TransceiverControl
17342026-07-24T21:10:35.406ZJul 24 21:10:35.317 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-07-24T21:10:35.548ZJul 24 21:10:35.459 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17362026-07-24T21:10:35.655ZJul 24 21:10:35.567 INFO Download complete, target: Console
17372026-07-24T21:10:38.258ZJul 24 21:10:38.167 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17382026-07-24T21:10:38.320ZJul 24 21:10:38.232 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17392026-07-24T21:10:38.716ZJul 24 21:10:38.621 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-07-24T21:10:39.222ZJul 24 21:10:39.132 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-07-24T21:10:39.222ZJul 24 21:10:39.132 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-07-24T21:10:40.366ZJul 24 21:10:40.274 INFO Download complete, target: MaghemiteDdmd
17432026-07-24T21:10:40.836ZJul 24 21:10:40.740 INFO Download complete, target: DendriteStub
17442026-07-24T21:10:41.551ZJul 24 21:10:41.463 INFO Download complete, target: MaghemiteMgd
17452026-07-24T21:10:42.481ZJul 24 21:10:42.392 INFO Checking that binary works, target: Clickhouse
17462026-07-24T21:10:42.568ZJul 24 21:10:42.479 INFO Download complete, target: Clickhouse
17472026-07-24T21:10:43.933ZJul 24 21:10:43.843 INFO Checking that binary works, target: Cockroach
17482026-07-24T21:10:44.056ZJul 24 21:10:43.968 INFO Download complete, target: Cockroach
17492026-07-24T21:10:44.062ZAll prerequisites installed successfully
17502026-07-24T21:10:44.065Z
17512026-07-24T21:10:44.065Zreal 1:47.091325751
17522026-07-24T21:10:44.065Zuser 6:38.545844896
17532026-07-24T21:10:44.067Zsys 1:39.708806679
17542026-07-24T21:10:44.067Ztrap 0.250954597
17552026-07-24T21:10:44.067Ztflt 0.849849750
17562026-07-24T21:10:44.067Zdflt 1.503450298
17572026-07-24T21:10:44.067Zkflt 0.022061130
17582026-07-24T21:10:44.067Zlock 23:48.595471963
17592026-07-24T21:10:44.067Zslp 18:09.726437463
17602026-07-24T21:10:44.067Zlat 22.809142101
17612026-07-24T21:10:44.067Zstop 2:42.577325666
17622026-07-24T21:10:44.067Z+ ptime -m cargo xtask download softnpu
17632026-07-24T21:10:44.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17642026-07-24T21:10:44.533Z Running `target/debug/xtask download softnpu`
17652026-07-24T21:10:45.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17662026-07-24T21:10:45.319Z Running `target/debug/xtask-downloader softnpu`
17672026-07-24T21:10:45.352ZJul 24 21:10:45.263 INFO Starting download, target: Softnpu
17682026-07-24T21:10:45.355ZJul 24 21:10:45.263 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-07-24T21:10:45.920ZJul 24 21:10:45.831 INFO Download complete, target: Softnpu
17702026-07-24T21:10:45.923Z
17712026-07-24T21:10:45.926Zreal 1.855089687
17722026-07-24T21:10:45.927Zuser 1.251809691
17732026-07-24T21:10:45.927Zsys 0.599148686
17742026-07-24T21:10:45.927Ztrap 0.000703990
17752026-07-24T21:10:45.927Ztflt 0.000103420
17762026-07-24T21:10:45.927Zdflt 0.000131270
17772026-07-24T21:10:45.927Zkflt 0.000000000
17782026-07-24T21:10:45.927Zlock 10.457501335
17792026-07-24T21:10:45.927Zslp 0.442058618
17802026-07-24T21:10:45.927Zlat 0.099102237
17812026-07-24T21:10:45.927Zstop 0.000198480
17822026-07-24T21:10:45.927Z+ export CARGO_INCREMENTAL=0
17832026-07-24T21:10:45.927Z+ CARGO_INCREMENTAL=0
17842026-07-24T21:10:45.927Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-07-24T21:10:46.803Z Compiling proc-macro2 v1.0.106
17862026-07-24T21:10:46.803Z Compiling quote v1.0.45
17872026-07-24T21:10:46.803Z Compiling unicode-ident v1.0.24
17882026-07-24T21:10:46.803Z Compiling libc v0.2.185
17892026-07-24T21:10:46.817Z Compiling serde_core v1.0.228
17902026-07-24T21:10:46.818Z Compiling serde v1.0.228
17912026-07-24T21:10:46.818Z Compiling cfg-if v1.0.4
17922026-07-24T21:10:46.818Z Compiling version_check v0.9.5
17932026-07-24T21:10:46.818Z Compiling find-msvc-tools v0.1.9
17942026-07-24T21:10:46.818Z Compiling shlex v1.3.0
17952026-07-24T21:10:46.818Z Compiling memchr v2.8.0
17962026-07-24T21:10:46.818Z Compiling zmij v1.0.21
17972026-07-24T21:10:46.818Z Compiling serde_json v1.0.150
17982026-07-24T21:10:46.945Z Compiling autocfg v1.5.0
17992026-07-24T21:10:47.104Z Compiling portable-atomic v1.13.1
18002026-07-24T21:10:47.115Z Compiling zerocopy v0.8.40
18012026-07-24T21:10:47.301Z Compiling getrandom v0.4.1
18022026-07-24T21:10:47.321Z Compiling libm v0.2.16
18032026-07-24T21:10:47.333Z Compiling parking_lot_core v0.9.12
18042026-07-24T21:10:47.334Z Compiling icu_properties_data v2.1.2
18052026-07-24T21:10:47.344Z Compiling icu_normalizer_data v2.1.1
18062026-07-24T21:10:47.356Z Compiling smallvec v1.15.1
18072026-07-24T21:10:47.490Z Compiling num-traits v0.2.19
18082026-07-24T21:10:47.523Z Compiling generic-array v0.14.7
18092026-07-24T21:10:47.566Z Compiling itoa v1.0.17
18102026-07-24T21:10:47.623Z Compiling log v0.4.29
18112026-07-24T21:10:47.694Z Compiling subtle v2.6.1
18122026-07-24T21:10:47.709Z Compiling pkg-config v0.3.32
18132026-07-24T21:10:47.726Z Compiling stable_deref_trait v1.2.1
18142026-07-24T21:10:47.756Z Compiling typenum v1.20.1
18152026-07-24T21:10:47.843Z Compiling scopeguard v1.2.0
18162026-07-24T21:10:47.885Z Compiling rand_core v0.10.0
18172026-07-24T21:10:47.941Z Compiling lock_api v0.4.14
18182026-07-24T21:10:47.973Z Compiling thiserror v2.0.18
18192026-07-24T21:10:47.980Z Compiling pin-project-lite v0.2.17
18202026-07-24T21:10:47.993Z Compiling jobserver v0.1.34
18212026-07-24T21:10:48.085Z Compiling errno v0.3.14
18222026-07-24T21:10:48.147Z Compiling getrandom v0.3.4
18232026-07-24T21:10:48.202Z Compiling cc v1.2.56
18242026-07-24T21:10:48.218Z Compiling equivalent v1.0.2
18252026-07-24T21:10:48.236Z Compiling litemap v0.8.1
18262026-07-24T21:10:48.245Z Compiling fnv v1.0.7
18272026-07-24T21:10:48.266Z Compiling syn v2.0.117
18282026-07-24T21:10:48.270Z Compiling percent-encoding v2.3.2
18292026-07-24T21:10:48.270Z Compiling writeable v0.6.2
18302026-07-24T21:10:48.327Z Compiling getrandom v0.2.17
18312026-07-24T21:10:48.374Z Compiling rustversion v1.0.22
18322026-07-24T21:10:48.421Z Compiling schemars v0.8.22
18332026-07-24T21:10:48.517Z Compiling rand_core v0.6.4
18342026-07-24T21:10:48.597Z Compiling dunce v1.0.5
18352026-07-24T21:10:48.602Z Compiling rustix v1.1.3
18362026-07-24T21:10:48.641Z Compiling fs_extra v1.3.0
18372026-07-24T21:10:48.654Z Compiling critical-section v1.2.0
18382026-07-24T21:10:48.744Z Compiling hashbrown v0.17.0
18392026-07-24T21:10:48.838Z Compiling signal-hook-registry v1.4.8
18402026-07-24T21:10:48.936Z Compiling once_cell v1.21.3
18412026-07-24T21:10:48.939Z Compiling utf8_iter v1.0.4
18422026-07-24T21:10:48.966Z Compiling strsim v0.11.1
18432026-07-24T21:10:48.984Z Compiling heck v0.5.0
18442026-07-24T21:10:49.161Z Compiling cmake v0.1.57
18452026-07-24T21:10:49.224Z Compiling parking_lot v0.12.5
18462026-07-24T21:10:49.254Z Compiling form_urlencoded v1.2.2
18472026-07-24T21:10:49.306Z Compiling mio v1.2.0
18482026-07-24T21:10:49.309Z Compiling socket2 v0.6.3
18492026-07-24T21:10:49.370Z Compiling semver v1.0.28
18502026-07-24T21:10:49.467Z Compiling indexmap v2.14.0
18512026-07-24T21:10:49.488Z Compiling aws-lc-rs v1.16.3
18522026-07-24T21:10:49.529Z Compiling bitflags v2.11.0
18532026-07-24T21:10:49.545Z Compiling ident_case v1.0.1
18542026-07-24T21:10:49.641Z Compiling aws-lc-sys v0.40.0
18552026-07-24T21:10:49.684Z Compiling futures-core v0.3.32
18562026-07-24T21:10:49.731Z Compiling httparse v1.10.1
18572026-07-24T21:10:49.968Z Compiling thiserror v1.0.69
18582026-07-24T21:10:49.987Z Compiling ucd-trie v0.1.7
18592026-07-24T21:10:50.054Z Compiling byteorder v1.5.0
18602026-07-24T21:10:50.151Z Compiling pest v2.8.6
18612026-07-24T21:10:50.184Z Compiling syn v1.0.109
18622026-07-24T21:10:50.218Z Compiling vcpkg v0.2.15
18632026-07-24T21:10:50.231Z Compiling regex-syntax v0.8.10
18642026-07-24T21:10:50.281Z Compiling iana-time-zone v0.1.65
18652026-07-24T21:10:50.315Z Compiling const-oid v0.9.6
18662026-07-24T21:10:50.481Z Compiling uuid v1.23.4
18672026-07-24T21:10:50.639Z Compiling rustc_version v0.4.1
18682026-07-24T21:10:50.654Z Compiling rustls v0.23.41
18692026-07-24T21:10:50.690Z Compiling futures-sink v0.3.32
18702026-07-24T21:10:50.805Z Compiling openssl-sys v0.9.115
18712026-07-24T21:10:50.820Z Compiling futures-channel v0.3.32
18722026-07-24T21:10:50.887Z Compiling aho-corasick v1.1.4
18732026-07-24T21:10:50.902Z Compiling slab v0.4.12
18742026-07-24T21:10:50.943Z Compiling futures-task v0.3.32
18752026-07-24T21:10:51.115Z Compiling futures-io v0.3.32
18762026-07-24T21:10:51.271Z Compiling synstructure v0.13.2
18772026-07-24T21:10:51.287Z Compiling serde_derive_internals v0.29.1
18782026-07-24T21:10:51.321Z Compiling pest_meta v2.8.6
18792026-07-24T21:10:51.321Z Compiling num-conv v0.2.0
18802026-07-24T21:10:51.351Z Compiling dyn-clone v1.0.20
18812026-07-24T21:10:51.354Z Compiling plain v0.2.3
18822026-07-24T21:10:51.383Z Compiling crc32fast v1.5.0
18832026-07-24T21:10:51.438Z Compiling time-core v0.1.8
18842026-07-24T21:10:51.524Z Compiling crossbeam-utils v0.8.21
18852026-07-24T21:10:51.527Z Compiling base64 v0.22.1
18862026-07-24T21:10:51.597Z Compiling time-macros v0.2.27
18872026-07-24T21:10:51.682Z Compiling pretty-hex v0.4.1
18882026-07-24T21:10:51.734Z Compiling openssl v0.10.79
18892026-07-24T21:10:51.797Z Compiling regex-automata v0.4.14
18902026-07-24T21:10:51.832Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18912026-07-24T21:10:51.999Z Compiling pest_generator v2.8.6
18922026-07-24T21:10:52.048Z Compiling anyhow v1.0.102
18932026-07-24T21:10:52.065Z Compiling native-tls v0.2.18
18942026-07-24T21:10:52.068Z Compiling rand_core v0.9.5
18952026-07-24T21:10:52.258Z Compiling slog v2.8.2
18962026-07-24T21:10:52.296Z Compiling tracing-core v0.1.36
18972026-07-24T21:10:52.402Z Compiling cookie v0.18.1
18982026-07-24T21:10:52.424Z Compiling camino v1.2.2
18992026-07-24T21:10:52.465Z Compiling serde_derive v1.0.228
19002026-07-24T21:10:52.501Z Compiling zeroize_derive v1.4.3
19012026-07-24T21:10:52.516Z Compiling zerofrom-derive v0.1.6
19022026-07-24T21:10:52.572Z Compiling yoke-derive v0.8.1
19032026-07-24T21:10:52.589Z Compiling zerovec-derive v0.11.2
19042026-07-24T21:10:52.592Z Compiling displaydoc v0.2.5
19052026-07-24T21:10:52.622Z Compiling zerocopy-derive v0.8.40
19062026-07-24T21:10:52.639Z Compiling tokio-macros v2.7.0
19072026-07-24T21:10:52.654Z Compiling futures-macro v0.3.32
19082026-07-24T21:10:52.752Z Compiling thiserror-impl v2.0.18
19092026-07-24T21:10:52.855Z Compiling schemars_derive v0.8.22
19102026-07-24T21:10:53.118Z Compiling zeroize v1.8.2
19112026-07-24T21:10:53.350Z Compiling tracing-attributes v0.1.31
19122026-07-24T21:10:53.386Z Compiling der_derive v0.7.3
19132026-07-24T21:10:53.449Z Compiling thiserror-impl v1.0.69
19142026-07-24T21:10:53.570Z Compiling pest_derive v2.8.6
19152026-07-24T21:10:53.652Z Compiling zerofrom v0.1.6
19162026-07-24T21:10:53.798Z Compiling yoke v0.8.1
19172026-07-24T21:10:53.958Z Compiling crypto-common v0.1.7
19182026-07-24T21:10:53.991Z Compiling zerovec v0.11.5
19192026-07-24T21:10:54.008Z Compiling zerotrie v0.2.3
19202026-07-24T21:10:54.104Z Compiling futures-util v0.3.32
19212026-07-24T21:10:54.272Z Compiling block-buffer v0.10.4
19222026-07-24T21:10:54.444Z Compiling digest v0.10.7
19232026-07-24T21:10:54.456Z Compiling scroll_derive v0.13.1
19242026-07-24T21:10:54.475Z Compiling scroll_derive v0.12.1
19252026-07-24T21:10:54.534Z Compiling tinystr v0.8.2
19262026-07-24T21:10:54.550Z Compiling potential_utf v0.1.4
19272026-07-24T21:10:54.680Z Compiling icu_collections v2.1.1
19282026-07-24T21:10:54.760Z Compiling icu_locale_core v2.1.1
19292026-07-24T21:10:54.789Z Compiling openssl-macros v0.1.1
19302026-07-24T21:10:54.893Z Compiling regex v1.12.3
19312026-07-24T21:10:55.263Z Compiling zerocopy-derive v0.7.35
19322026-07-24T21:10:55.270Z Compiling base64ct v1.8.3
19332026-07-24T21:10:55.323Z Compiling tracing v0.1.44
19342026-07-24T21:10:55.435Z Compiling icu_provider v2.1.1
19352026-07-24T21:10:55.597Z Compiling bytes v1.11.1
19362026-07-24T21:10:55.615Z Compiling serde_tokenstream v0.2.3
19372026-07-24T21:10:55.726Z Compiling chrono v0.4.45
19382026-07-24T21:10:55.735Z Compiling icu_properties v2.1.2
19392026-07-24T21:10:55.756Z Compiling icu_normalizer v2.1.1
19402026-07-24T21:10:56.178Z Compiling tokio v1.52.1
19412026-07-24T21:10:56.398Z Compiling http v1.4.2
19422026-07-24T21:10:56.728Z Compiling idna_adapter v1.2.1
19432026-07-24T21:10:56.776Z Compiling pem-rfc7468 v0.7.0
19442026-07-24T21:10:57.034Z Compiling idna v1.1.0
19452026-07-24T21:10:57.087Z Compiling ppv-lite86 v0.2.21
19462026-07-24T21:10:57.346Z Compiling flagset v0.4.7
19472026-07-24T21:10:57.379Z Compiling url v2.5.8
19482026-07-24T21:10:57.429Z Compiling rand_chacha v0.9.0
19492026-07-24T21:10:57.469Z Compiling der v0.7.10
19502026-07-24T21:10:57.484Z Compiling http-body v1.0.1
19512026-07-24T21:10:57.499Z Compiling rustls-pki-types v1.14.0
19522026-07-24T21:10:57.929Z Compiling usdt-impl v0.5.0
19532026-07-24T21:10:58.007Z Compiling openssl-probe v0.2.1
19542026-07-24T21:10:58.112Z Compiling paste v1.0.15
19552026-07-24T21:10:58.201Z Compiling ref-cast v1.0.25
19562026-07-24T21:10:58.218Z Compiling fastrand v2.3.0
19572026-07-24T21:10:58.389Z Compiling usdt-impl v0.6.0
19582026-07-24T21:10:58.404Z Compiling cmov v0.5.4
19592026-07-24T21:10:58.420Z Compiling tinyvec_macros v0.1.1
19602026-07-24T21:10:58.475Z Compiling either v1.15.0
19612026-07-24T21:10:58.556Z Compiling tinyvec v1.10.0
19622026-07-24T21:10:58.643Z Compiling ctutils v0.4.2
19632026-07-24T21:10:58.658Z Compiling spki v0.7.3
19642026-07-24T21:10:58.736Z Compiling rand v0.9.2
19652026-07-24T21:10:58.878Z Compiling serde_spanned v0.6.9
19662026-07-24T21:10:58.903Z Compiling toml_datetime v0.6.11
19672026-07-24T21:10:58.939Z Compiling scroll v0.13.0
19682026-07-24T21:10:59.003Z Compiling scroll v0.12.0
19692026-07-24T21:10:59.041Z Compiling async-trait v0.1.89
19702026-07-24T21:10:59.067Z Compiling heapless v0.7.17
19712026-07-24T21:10:59.168Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-07-24T21:10:59.199Z Compiling litrs v1.0.0
19732026-07-24T21:10:59.216Z Compiling winnow v0.7.14
19742026-07-24T21:10:59.232Z Compiling winnow v1.0.3
19752026-07-24T21:10:59.235Z Compiling try-lock v0.2.5
19762026-07-24T21:10:59.286Z Compiling untrusted v0.7.1
19772026-07-24T21:10:59.333Z Compiling atomic-waker v1.1.2
19782026-07-24T21:10:59.349Z Compiling zstd-safe v7.2.4
19792026-07-24T21:10:59.428Z Compiling tower-service v0.3.3
19802026-07-24T21:10:59.474Z Compiling cpufeatures v0.2.17
19812026-07-24T21:10:59.490Z Compiling rustix v0.38.44
19822026-07-24T21:10:59.525Z Compiling tower-layer v0.3.3
19832026-07-24T21:10:59.540Z Compiling signal-hook v0.3.18
19842026-07-24T21:10:59.561Z Compiling toml_parser v1.1.2+spec-1.1.0
19852026-07-24T21:10:59.593Z Compiling want v0.3.1
19862026-07-24T21:10:59.669Z Compiling document-features v0.2.12
19872026-07-24T21:10:59.712Z Compiling goblin v0.8.2
19882026-07-24T21:10:59.775Z Compiling goblin v0.10.5
19892026-07-24T21:10:59.912Z Compiling hybrid-array v0.4.13
19902026-07-24T21:10:59.965Z Compiling tokio-util v0.7.18
19912026-07-24T21:11:00.228Z Compiling zerocopy v0.7.35
19922026-07-24T21:11:00.270Z Compiling ipnet v2.11.0
19932026-07-24T21:11:00.724Z Compiling h2 v0.4.15
19942026-07-24T21:11:00.740Z Compiling ref-cast-impl v1.0.25
19952026-07-24T21:11:00.760Z Compiling darling_core v0.20.11
19962026-07-24T21:11:00.789Z Compiling curve25519-dalek v4.1.3
19972026-07-24T21:11:00.806Z Compiling memoffset v0.9.1
19982026-07-24T21:11:00.967Z Compiling foreign-types-shared v0.1.1
19992026-07-24T21:11:01.037Z Compiling utf8parse v0.2.2
20002026-07-24T21:11:01.081Z Compiling powerfmt v0.2.0
20012026-07-24T21:11:01.169Z Compiling httpdate v1.0.3
20022026-07-24T21:11:01.282Z Compiling untrusted v0.9.0
20032026-07-24T21:11:01.320Z Compiling winnow v0.5.40
20042026-07-24T21:11:01.412Z Compiling deranged v0.5.8
20052026-07-24T21:11:01.621Z Compiling tempfile v3.25.0
20062026-07-24T21:11:01.625Z Compiling foreign-types v0.3.2
20072026-07-24T21:11:01.722Z Compiling unicode-normalization v0.1.25
20082026-07-24T21:11:01.970Z Compiling dof v0.3.0
20092026-07-24T21:11:02.207Z Compiling pkcs8 v0.10.2
20102026-07-24T21:11:02.225Z Compiling dtrace-parser v0.2.0
20112026-07-24T21:11:02.467Z Compiling dof v0.4.0
20122026-07-24T21:11:02.702Z Compiling toml_edit v0.19.15
20132026-07-24T21:11:02.723Z Compiling darling_macro v0.20.11
20142026-07-24T21:11:02.825Z Compiling dtrace-parser v0.3.0
20152026-07-24T21:11:02.841Z Compiling pin-project-internal v1.1.11
20162026-07-24T21:11:03.113Z Compiling daft-derive v0.1.7
20172026-07-24T21:11:03.231Z Compiling spin v0.9.8
20182026-07-24T21:11:03.245Z Compiling thread-id v4.2.2
20192026-07-24T21:11:03.261Z Compiling thread-id v5.1.0
20202026-07-24T21:11:03.502Z Compiling smoltcp v0.9.1
20212026-07-24T21:11:03.517Z Compiling num_threads v0.1.7
20222026-07-24T21:11:03.524Z Compiling anstyle v1.0.14
20232026-07-24T21:11:03.548Z Compiling cfg_aliases v0.2.1
20242026-07-24T21:11:03.630Z Compiling num-bigint-dig v0.8.6
20252026-07-24T21:11:03.661Z Compiling nix v0.31.2
20262026-07-24T21:11:03.769Z Compiling time v0.3.47
20272026-07-24T21:11:03.899Z Compiling hyper v1.10.1
20282026-07-24T21:11:04.036Z Compiling darling v0.20.11
20292026-07-24T21:11:04.132Z Compiling sha2 v0.10.9
20302026-07-24T21:11:04.375Z Compiling ipnetwork v0.21.1
20312026-07-24T21:11:04.423Z Compiling hmac v0.12.1
20322026-07-24T21:11:04.500Z Compiling curve25519-dalek-derive v0.1.1
20332026-07-24T21:11:04.586Z Compiling strum_macros v0.26.4
20342026-07-24T21:11:04.707Z Compiling darling_core v0.23.0
20352026-07-24T21:11:04.856Z Compiling sync_wrapper v1.0.2
20362026-07-24T21:11:04.987Z Compiling wait-timeout v0.2.1
20372026-07-24T21:11:05.031Z Compiling hyper-util v0.1.20
20382026-07-24T21:11:05.146Z Compiling anstyle-query v1.1.5
20392026-07-24T21:11:05.270Z Compiling quick-error v1.2.3
20402026-07-24T21:11:05.382Z Compiling is_terminal_polyfill v1.70.2
20412026-07-24T21:11:05.398Z Compiling siphasher v1.0.2
20422026-07-24T21:11:05.487Z Compiling bit-vec v0.8.0
20432026-07-24T21:11:05.733Z Compiling colorchoice v1.0.4
20442026-07-24T21:11:05.865Z Compiling simd-adler32 v0.3.8
20452026-07-24T21:11:05.993Z Compiling bit-set v0.8.0
20462026-07-24T21:11:06.171Z Compiling rusty-fork v0.3.1
20472026-07-24T21:11:06.189Z Compiling tower v0.5.3
20482026-07-24T21:11:06.706Z Compiling derive_builder_core v0.20.2
20492026-07-24T21:11:06.784Z Compiling http-body-util v0.1.3
20502026-07-24T21:11:06.857Z Compiling darling_macro v0.23.0
20512026-07-24T21:11:06.874Z Compiling hubpack_derive v0.1.1
20522026-07-24T21:11:06.905Z Compiling strum_macros v0.27.2
20532026-07-24T21:11:06.949Z Compiling snafu-derive v0.8.9
20542026-07-24T21:11:06.980Z Compiling rand_xorshift v0.4.0
20552026-07-24T21:11:07.142Z Compiling ahash v0.8.12
20562026-07-24T21:11:07.170Z Compiling fs-err v3.3.0
20572026-07-24T21:11:07.387Z Compiling unarray v0.1.4
20582026-07-24T21:11:07.403Z Compiling unicode-segmentation v1.12.0
20592026-07-24T21:11:07.420Z Compiling allocator-api2 v0.2.21
20602026-07-24T21:11:07.423Z Compiling unicode-properties v0.1.4
20612026-07-24T21:11:07.515Z Compiling iri-string v0.7.10
20622026-07-24T21:11:07.641Z Compiling object v0.37.3
20632026-07-24T21:11:07.753Z Compiling unicode-bidi v0.3.18
20642026-07-24T21:11:07.773Z Compiling ryu v1.0.23
20652026-07-24T21:11:07.803Z Compiling adler2 v2.0.1
20662026-07-24T21:11:07.938Z Compiling miniz_oxide v0.8.9
20672026-07-24T21:11:07.954Z Compiling serde_urlencoded v0.7.1
20682026-07-24T21:11:08.233Z Compiling stringprep v0.1.5
20692026-07-24T21:11:08.233Z Compiling derive_builder_macro v0.20.2
20702026-07-24T21:11:08.370Z Compiling proptest v1.10.0
20712026-07-24T21:11:08.492Z Compiling darling v0.23.0
20722026-07-24T21:11:08.602Z Compiling tokio-native-tls v0.3.1
20732026-07-24T21:11:08.660Z Compiling usdt-macro v0.6.0
20742026-07-24T21:11:08.695Z Compiling tower-http v0.6.8
20752026-07-24T21:11:08.699Z Compiling usdt-attr-macro v0.6.0
20762026-07-24T21:11:08.775Z Compiling anstyle-parse v1.0.0
20772026-07-24T21:11:08.799Z Compiling block-padding v0.4.2
20782026-07-24T21:11:08.849Z Compiling crypto-common v0.2.2
20792026-07-24T21:11:08.920Z Compiling block-buffer v0.12.1
20802026-07-24T21:11:09.305Z Compiling rustls-native-certs v0.8.3
20812026-07-24T21:11:09.380Z Compiling rand_chacha v0.3.1
20822026-07-24T21:11:09.440Z Compiling erased-serde v0.3.31
20832026-07-24T21:11:09.456Z Compiling hex v0.4.3
20842026-07-24T21:11:09.500Z Compiling signature v2.2.0
20852026-07-24T21:11:09.516Z Compiling md-5 v0.10.6
20862026-07-24T21:11:09.534Z Compiling bstr v1.12.1
20872026-07-24T21:11:09.640Z Compiling num-integer v0.1.46
20882026-07-24T21:11:09.663Z Compiling hash32 v0.2.1
20892026-07-24T21:11:09.700Z Compiling vergen-lib v9.1.0
20902026-07-24T21:11:09.813Z Compiling encoding_rs v0.8.35
20912026-07-24T21:11:09.867Z Compiling mime v0.3.17
20922026-07-24T21:11:09.940Z Compiling psl-types v2.0.11
20932026-07-24T21:11:09.956Z Compiling cpufeatures v0.3.0
20942026-07-24T21:11:10.048Z Compiling fallible-iterator v0.2.0
20952026-07-24T21:11:10.062Z Compiling zlib-rs v0.6.2
20962026-07-24T21:11:10.078Z Compiling publicsuffix v2.3.0
20972026-07-24T21:11:10.263Z Compiling num-iter v0.1.45
20982026-07-24T21:11:10.375Z Compiling postgres-protocol v0.6.10
20992026-07-24T21:11:10.447Z Compiling newtype-uuid v1.3.2
21002026-07-24T21:11:10.784Z Compiling rand v0.8.6
21012026-07-24T21:11:10.854Z Compiling oxnet v0.1.6
21022026-07-24T21:11:10.896Z Compiling anstream v1.0.0
21032026-07-24T21:11:10.967Z Compiling inout v0.2.2
21042026-07-24T21:11:10.991Z Compiling derive_builder v0.20.2
21052026-07-24T21:11:11.123Z Compiling hyper-tls v0.6.0
21062026-07-24T21:11:11.190Z Compiling serde_with_macros v3.21.0
21072026-07-24T21:11:11.193Z Compiling heck v0.4.1
21082026-07-24T21:11:11.294Z Compiling phf_shared v0.13.1
21092026-07-24T21:11:11.308Z Compiling pin-project v1.1.11
21102026-07-24T21:11:11.398Z Compiling lazy_static v1.5.0
21112026-07-24T21:11:11.415Z Compiling anstyle-parse v0.2.7
21122026-07-24T21:11:11.521Z Compiling terminal_size v0.4.3
21132026-07-24T21:11:11.542Z Compiling futures-executor v0.3.32
21142026-07-24T21:11:11.560Z Compiling serde_repr v0.1.20
21152026-07-24T21:11:11.593Z Compiling clap_derive v4.6.1
21162026-07-24T21:11:11.596Z Compiling enum-as-inner v0.6.1
21172026-07-24T21:11:11.626Z Compiling async-recursion v1.1.1
21182026-07-24T21:11:11.816Z Compiling ff v0.13.1
21192026-07-24T21:11:11.867Z Compiling vergen v9.1.0
21202026-07-24T21:11:11.896Z Compiling cargo-platform v0.3.2
21212026-07-24T21:11:12.039Z Compiling managed v0.8.0
21222026-07-24T21:11:12.104Z Compiling flate2 v1.1.9
21232026-07-24T21:11:12.149Z Compiling bumpalo v3.20.2
21242026-07-24T21:11:12.261Z Compiling base16ct v0.2.0
21252026-07-24T21:11:12.281Z Compiling libbz2-rs-sys v0.2.2
21262026-07-24T21:11:12.350Z Compiling foldhash v0.2.0
21272026-07-24T21:11:12.409Z Compiling foldhash v0.1.5
21282026-07-24T21:11:12.426Z Compiling bitflags v1.3.2
21292026-07-24T21:11:12.446Z Compiling same-file v1.0.6
21302026-07-24T21:11:12.570Z Compiling clap_lex v1.0.0
21312026-07-24T21:11:12.587Z Compiling walkdir v2.5.0
21322026-07-24T21:11:12.600Z Compiling hashbrown v0.15.5
21332026-07-24T21:11:12.617Z Compiling hashbrown v0.16.1
21342026-07-24T21:11:12.742Z Compiling clap_builder v4.6.0
21352026-07-24T21:11:12.864Z Compiling bzip2 v0.6.1
21362026-07-24T21:11:12.967Z Compiling sec1 v0.7.3
21372026-07-24T21:11:13.234Z Compiling zopfli v0.8.3
21382026-07-24T21:11:13.247Z Compiling cargo_metadata v0.23.1
21392026-07-24T21:11:13.263Z Compiling group v0.13.0
21402026-07-24T21:11:13.479Z Compiling futures v0.3.32
21412026-07-24T21:11:13.614Z Compiling anstream v0.6.21
21422026-07-24T21:11:13.799Z Compiling phf v0.13.1
21432026-07-24T21:11:13.964Z Compiling zstd v0.13.3
21442026-07-24T21:11:13.987Z Compiling snafu v0.8.9
21452026-07-24T21:11:14.200Z Compiling reqwest v0.12.28
21462026-07-24T21:11:14.234Z Compiling daft v0.1.7
21472026-07-24T21:11:14.341Z Compiling cipher v0.5.2
21482026-07-24T21:11:14.593Z Compiling signal-hook-mio v0.2.5
21492026-07-24T21:11:14.636Z Compiling postgres-types v0.2.12
21502026-07-24T21:11:14.734Z Compiling cookie_store v0.22.1
21512026-07-24T21:11:14.751Z Compiling bzip2 v0.4.4
21522026-07-24T21:11:14.853Z Compiling globset v0.4.18
21532026-07-24T21:11:14.906Z Compiling ed25519 v2.2.3
21542026-07-24T21:11:14.939Z Compiling strum v0.27.2
21552026-07-24T21:11:15.095Z Compiling hubpack v0.1.2
21562026-07-24T21:11:15.139Z Compiling phf_shared v0.11.3
21572026-07-24T21:11:15.174Z Compiling hkdf v0.12.4
21582026-07-24T21:11:15.177Z Compiling crossbeam-epoch v0.9.18
21592026-07-24T21:11:15.228Z Compiling pkcs1 v0.7.5
21602026-07-24T21:11:15.316Z Compiling olpc-cjson v0.1.4
21612026-07-24T21:11:15.496Z Compiling serde_plain v1.0.2
21622026-07-24T21:11:15.565Z Compiling serde-big-array v0.5.1
21632026-07-24T21:11:15.589Z Compiling pem v3.0.6
21642026-07-24T21:11:15.699Z Compiling crypto-bigint v0.5.5
21652026-07-24T21:11:15.784Z Compiling float-cmp v0.10.0
21662026-07-24T21:11:15.799Z Compiling memmap2 v0.9.10
21672026-07-24T21:11:15.815Z Compiling env_filter v1.0.0
21682026-07-24T21:11:16.024Z Compiling toml_write v0.1.2
21692026-07-24T21:11:16.042Z Compiling predicates-core v1.0.10
21702026-07-24T21:11:16.083Z Compiling precomputed-hash v0.1.1
21712026-07-24T21:11:16.097Z Compiling whoami v2.1.0
21722026-07-24T21:11:16.131Z Compiling difflib v0.4.0
21732026-07-24T21:11:16.147Z Compiling typed-path v0.9.3
21742026-07-24T21:11:16.185Z Compiling data-encoding v2.10.0
21752026-07-24T21:11:16.203Z Compiling normalize-line-endings v0.3.0
21762026-07-24T21:11:16.221Z Compiling new_debug_unreachable v1.0.6
21772026-07-24T21:11:16.239Z Compiling static_assertions v1.1.0
21782026-07-24T21:11:16.321Z Compiling jiff v0.2.21
21792026-07-24T21:11:16.427Z Compiling const-oid v0.10.2
21802026-07-24T21:11:16.447Z Compiling fixedbitset v0.5.7
21812026-07-24T21:11:16.463Z Compiling fixedbitset v0.4.2
21822026-07-24T21:11:16.579Z Compiling keccak v0.1.6
21832026-07-24T21:11:16.595Z Compiling digest v0.11.3
21842026-07-24T21:11:16.627Z Compiling petgraph v0.6.5
21852026-07-24T21:11:16.643Z Compiling elliptic-curve v0.13.8
21862026-07-24T21:11:16.688Z Compiling petgraph v0.8.3
21872026-07-24T21:11:16.722Z Compiling hickory-proto v0.25.2
21882026-07-24T21:11:16.793Z Compiling sha3 v0.10.8
21892026-07-24T21:11:16.868Z Compiling chacha20 v0.10.0
21902026-07-24T21:11:16.873Z Compiling predicates v3.1.4
21912026-07-24T21:11:16.874Z Compiling tokio-postgres v0.7.16
21922026-07-24T21:11:16.967Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21932026-07-24T21:11:17.003Z Compiling string_cache v0.8.9
21942026-07-24T21:11:17.079Z Compiling toml_edit v0.22.27
21952026-07-24T21:11:17.236Z Compiling env_logger v0.11.9
21962026-07-24T21:11:17.300Z Compiling usdt v0.6.0
21972026-07-24T21:11:18.106Z Compiling rsa v0.9.10
21982026-07-24T21:11:18.921Z Compiling zip v4.6.1
21992026-07-24T21:11:18.953Z Compiling ed25519-dalek v2.2.0
22002026-07-24T21:11:19.050Z Compiling zip v0.6.6
22012026-07-24T21:11:19.435Z Compiling crossterm v0.28.1
22022026-07-24T21:11:19.607Z Compiling iddqd v0.4.2
22032026-07-24T21:11:19.656Z Compiling clap v4.6.1
22042026-07-24T21:11:19.815Z Compiling serde_with v3.21.0
22052026-07-24T21:11:19.829Z Compiling similar v2.7.0
22062026-07-24T21:11:19.850Z Compiling byte-wrapper v0.1.0
22072026-07-24T21:11:20.033Z Compiling strum v0.26.3
22082026-07-24T21:11:20.074Z Compiling toml v0.7.8
22092026-07-24T21:11:20.167Z Compiling tokio-stream v0.1.18
22102026-07-24T21:11:20.183Z Compiling buf-list v1.1.2
22112026-07-24T21:11:20.455Z Compiling x509-cert v0.2.5
22122026-07-24T21:11:20.556Z Compiling itertools v0.13.0
22132026-07-24T21:11:20.634Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-24T21:11:20.960Z Compiling openapiv3 v2.2.0
22152026-07-24T21:11:21.440Z Compiling lalrpop-util v0.19.12
22162026-07-24T21:11:21.626Z Compiling peg-runtime v0.8.5
22172026-07-24T21:11:37.577Z Compiling rustls-webpki v0.103.13
22182026-07-24T21:11:38.654Z Compiling macaddr v1.0.1
22192026-07-24T21:11:38.711Z Compiling structmeta-derive v0.3.0
22202026-07-24T21:11:38.738Z Compiling darling_core v0.21.3
22212026-07-24T21:11:38.755Z Compiling rayon-core v1.13.0
22222026-07-24T21:11:38.954Z Compiling crucible-workspace-hack v0.1.0
22232026-07-24T21:11:39.007Z Compiling itertools v0.14.0
22242026-07-24T21:11:39.052Z Compiling secrecy v0.10.3
22252026-07-24T21:11:39.210Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-07-24T21:11:39.246Z Compiling toml_datetime v0.7.5+spec-1.1.0
22272026-07-24T21:11:39.249Z Compiling heapless v0.8.0
22282026-07-24T21:11:39.296Z Compiling crossbeam-deque v0.8.6
22292026-07-24T21:11:39.369Z Compiling inout v0.1.4
22302026-07-24T21:11:39.513Z Compiling toml_edit v0.23.10+spec-1.0.0
22312026-07-24T21:11:39.538Z Compiling hash32 v0.3.1
22322026-07-24T21:11:39.553Z Compiling multer v3.1.0
22332026-07-24T21:11:39.647Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22342026-07-24T21:11:39.720Z Compiling thread_local v1.1.9
22352026-07-24T21:11:39.749Z Compiling structmeta v0.3.0
22362026-07-24T21:11:39.764Z Compiling compression-core v0.4.31
22372026-07-24T21:11:39.789Z Compiling slog-async v2.8.0
22382026-07-24T21:11:39.815Z Compiling match_cfg v0.1.0
22392026-07-24T21:11:39.906Z Compiling smoltcp v0.11.0
22402026-07-24T21:11:39.953Z Compiling unicode-width v0.2.0
22412026-07-24T21:11:39.971Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22422026-07-24T21:11:40.080Z Compiling proc-macro-crate v3.4.0
22432026-07-24T21:11:40.155Z Compiling derive-ex v0.1.8
22442026-07-24T21:11:40.251Z Compiling compression-codecs v0.4.37
22452026-07-24T21:11:40.285Z Compiling hostname v0.3.1
22462026-07-24T21:11:40.358Z Compiling cipher v0.4.4
22472026-07-24T21:11:40.468Z Compiling atomicwrites v0.4.4
22482026-07-24T21:11:40.530Z Compiling slog-json v2.6.1
22492026-07-24T21:11:40.620Z Compiling crossbeam-channel v0.5.15
22502026-07-24T21:11:40.623Z Compiling half v2.7.1
22512026-07-24T21:11:40.680Z Compiling newtype-uuid-macros v0.1.0
22522026-07-24T21:11:40.764Z Compiling cobs v0.3.0
22532026-07-24T21:11:40.802Z Compiling universal-hash v0.5.1
22542026-07-24T21:11:40.826Z Compiling thiserror-impl-no-std v2.0.2
22552026-07-24T21:11:40.896Z Compiling darling_macro v0.21.3
22562026-07-24T21:11:40.962Z Compiling async-stream-impl v0.3.6
22572026-07-24T21:11:41.001Z Compiling tokio-rustls v0.26.4
22582026-07-24T21:11:41.054Z Compiling rustls-platform-verifier v0.6.2
22592026-07-24T21:11:41.276Z Compiling hyper-rustls v0.27.7
22602026-07-24T21:11:41.301Z Compiling tough v0.22.0
22612026-07-24T21:11:41.331Z Compiling toml_datetime v1.1.1+spec-1.1.0
22622026-07-24T21:11:41.405Z Compiling darling v0.21.3
22632026-07-24T21:11:41.427Z Compiling serde_spanned v1.1.1
22642026-07-24T21:11:41.501Z Compiling reqwest v0.13.2
22652026-07-24T21:11:41.559Z Compiling ingot-macros v0.1.1
22662026-07-24T21:11:41.592Z Compiling is-terminal v0.4.17
22672026-07-24T21:11:41.607Z Compiling proc-macro-error-attr v1.0.4
22682026-07-24T21:11:41.688Z Compiling dropshot v0.17.1
22692026-07-24T21:11:41.710Z Compiling toml_writer v1.1.1+spec-1.1.0
22702026-07-24T21:11:41.779Z Compiling convert_case v0.4.0
22712026-07-24T21:11:41.834Z Compiling ciborium-io v0.2.2
22722026-07-24T21:11:41.876Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22732026-07-24T21:11:41.920Z Compiling take_mut v0.2.2
22742026-07-24T21:11:41.943Z Compiling term v1.2.1
22752026-07-24T21:11:41.958Z Compiling opaque-debug v0.3.1
22762026-07-24T21:11:42.054Z Compiling poly1305 v0.8.0
22772026-07-24T21:11:42.068Z Compiling ciborium-ll v0.2.2
22782026-07-24T21:11:42.092Z Compiling derive_more v0.99.20
22792026-07-24T21:11:42.130Z Compiling toml v1.1.2+spec-1.1.0
22802026-07-24T21:11:42.351Z Compiling slog-term v2.9.2
22812026-07-24T21:11:42.589Z Compiling thiserror-no-std v2.0.2
22822026-07-24T21:11:42.721Z Compiling test-strategy v0.4.5
22832026-07-24T21:11:42.724Z Compiling async-stream v0.3.6
22842026-07-24T21:11:42.764Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22852026-07-24T21:11:42.936Z Compiling postcard v1.1.3
22862026-07-24T21:11:43.343Z Compiling slog-bunyan v2.5.0
22872026-07-24T21:11:43.463Z Compiling chacha20 v0.9.1
22882026-07-24T21:11:43.577Z Compiling num_enum_derive v0.7.6
22892026-07-24T21:11:43.648Z Compiling async-compression v0.4.41
22902026-07-24T21:11:43.768Z Compiling parse-display-derive v0.10.0
22912026-07-24T21:11:44.103Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22922026-07-24T21:11:44.179Z Compiling ingot-types v0.1.2
22932026-07-24T21:11:44.256Z Compiling sha1 v0.11.0
22942026-07-24T21:11:44.319Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-07-24T21:11:44.558Z Compiling proc-macro-crate v1.3.1
22962026-07-24T21:11:44.590Z Compiling ingot v0.1.1
22972026-07-24T21:11:44.607Z Compiling waitgroup v0.1.2
22982026-07-24T21:11:44.650Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22992026-07-24T21:11:44.706Z Compiling backon v1.6.0
23002026-07-24T21:11:44.728Z Compiling password-hash v0.5.0
23012026-07-24T21:11:44.785Z Compiling rustls-pemfile v2.2.0
23022026-07-24T21:11:44.803Z Compiling dropshot_endpoint v0.17.1
23032026-07-24T21:11:44.919Z Compiling blake2 v0.10.6
23042026-07-24T21:11:44.942Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-07-24T21:11:44.964Z Compiling aead v0.5.2
23062026-07-24T21:11:44.981Z Compiling foreign-types-macros v0.2.3
23072026-07-24T21:11:45.083Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-24T21:11:45.230Z Compiling serde_path_to_error v0.1.20
23092026-07-24T21:11:45.273Z Compiling hostname v0.4.2
23102026-07-24T21:11:45.311Z Compiling proc-macro-error v1.0.4
23112026-07-24T21:11:45.430Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23122026-07-24T21:11:45.452Z Compiling instant v0.1.13
23132026-07-24T21:11:45.546Z Compiling foreign-types-shared v0.3.1
23142026-07-24T21:11:45.561Z Compiling debug-ignore v1.0.5
23152026-07-24T21:11:45.605Z Compiling backoff v0.4.0
23162026-07-24T21:11:45.671Z Compiling foreign-types v0.5.0
23172026-07-24T21:11:45.686Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-07-24T21:11:45.709Z Compiling parse-display v0.10.0
23192026-07-24T21:11:45.726Z Compiling argon2 v0.5.3
23202026-07-24T21:11:45.729Z Compiling chacha20poly1305 v0.10.1
23212026-07-24T21:11:45.740Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23222026-07-24T21:11:45.770Z Compiling num_enum_derive v0.5.11
23232026-07-24T21:11:45.770Z Compiling num_enum v0.7.6
23242026-07-24T21:11:45.840Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23252026-07-24T21:11:45.927Z Compiling vsss-rs v3.3.4
23262026-07-24T21:11:46.123Z Compiling ciborium v0.2.2
23272026-07-24T21:11:46.291Z Compiling tabwriter v1.4.1
23282026-07-24T21:11:46.319Z Compiling regress v0.10.5
23292026-07-24T21:11:46.410Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-07-24T21:11:46.433Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23312026-07-24T21:11:46.546Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23322026-07-24T21:11:46.568Z Compiling cstr-argument v0.1.2
23332026-07-24T21:11:46.615Z Compiling humantime v2.3.0
23342026-07-24T21:11:46.694Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-07-24T21:11:46.731Z Compiling num_enum v0.5.11
23362026-07-24T21:11:46.731Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-07-24T21:11:46.765Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-07-24T21:11:46.869Z Compiling rayon v1.11.0
23392026-07-24T21:11:46.884Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23402026-07-24T21:11:46.910Z Compiling rand v0.10.1
23412026-07-24T21:11:46.946Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23422026-07-24T21:11:47.008Z Compiling indent_write v2.2.0
23432026-07-24T21:11:47.026Z Compiling libefi-sys v0.1.0
23442026-07-24T21:11:47.041Z Compiling colored v3.1.1
23452026-07-24T21:11:47.061Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23462026-07-24T21:11:47.127Z Compiling zone_cfg_derive v0.3.1
23472026-07-24T21:11:47.175Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-24T21:11:47.189Z Compiling camino-tempfile v1.4.1
23492026-07-24T21:11:47.279Z Compiling itertools v0.12.1
23502026-07-24T21:11:47.320Z Compiling usdt-macro v0.5.0
23512026-07-24T21:11:47.415Z Compiling usdt-attr-macro v0.5.0
23522026-07-24T21:11:47.434Z Compiling bitfield-struct v0.6.2
23532026-07-24T21:11:47.437Z Compiling num-derive v0.4.2
23542026-07-24T21:11:47.737Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23552026-07-24T21:11:47.755Z Compiling blake3 v1.8.5
23562026-07-24T21:11:47.779Z Compiling sigpipe v0.1.3
23572026-07-24T21:11:47.859Z Compiling memmap v0.7.0
23582026-07-24T21:11:47.881Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23592026-07-24T21:11:47.897Z Compiling glob v0.3.3
23602026-07-24T21:11:48.050Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23612026-07-24T21:11:48.085Z Compiling swrite v0.1.0
23622026-07-24T21:11:48.110Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-07-24T21:11:48.147Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23642026-07-24T21:11:48.199Z Compiling usdt v0.5.0
23652026-07-24T21:11:48.371Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23662026-07-24T21:11:48.420Z Compiling smf v0.2.3
23672026-07-24T21:11:48.435Z Compiling filetime v0.2.27
23682026-07-24T21:11:48.450Z Compiling constant_time_eq v0.4.2
23692026-07-24T21:11:48.466Z Compiling arrayref v0.3.9
23702026-07-24T21:11:48.591Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-07-24T21:11:48.665Z Compiling zone v0.3.1
23722026-07-24T21:11:48.679Z Compiling arrayvec v0.7.6
23732026-07-24T21:11:48.694Z Compiling xattr v1.6.1
23742026-07-24T21:11:48.694Z Compiling whoami v1.6.1
23752026-07-24T21:11:48.794Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-24T21:11:48.811Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-07-24T21:11:48.860Z Compiling tar v0.4.46
23782026-07-24T21:11:48.885Z Compiling tokio-dtrace v0.1.1
23792026-07-24T21:11:48.939Z Compiling console v0.16.2
23802026-07-24T21:11:49.068Z Compiling gethostname v0.5.0
23812026-07-24T21:11:49.116Z Compiling topological-sort v0.2.2
23822026-07-24T21:11:49.176Z Compiling unit-prefix v0.5.2
23832026-07-24T21:11:49.224Z Compiling oxide-tokio-rt v0.1.4
23842026-07-24T21:11:49.240Z Compiling toml v0.8.23
23852026-07-24T21:11:49.306Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23862026-07-24T21:11:49.350Z Compiling indicatif v0.18.4
23872026-07-24T21:11:49.482Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23882026-07-24T21:11:49.689Z Compiling shell-words v1.1.1
23892026-07-24T21:11:58.874Z Compiling progenitor-client v0.14.0
23902026-07-24T21:11:58.874Z Compiling omicron-zone-package v0.12.3
23912026-07-24T21:11:59.108Z Compiling progenitor-extras v0.2.0
23922026-07-24T21:11:59.422Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-07-24T21:11:59.449Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-07-24T21:11:59.486Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-24T21:11:59.505Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-24T21:11:59.554Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972026-07-24T21:11:59.586Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23982026-07-24T21:11:59.720Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-07-24T21:11:59.837Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-07-24T21:12:00.312Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-24T21:12:04.158Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-24T21:12:12.086Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-24T21:12:15.218Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-24T21:12:16.242Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-24T21:12:25.578Z Finished `release` profile [optimized] target(s) in 1m 39s
24062026-07-24T21:12:25.724Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-24T21:12:25.784ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-24T21:12:25.787ZCreated new build target 'test' and set it as active
24092026-07-24T21:12:25.787Z
24102026-07-24T21:12:25.787Zreal 1:39.858308728
24112026-07-24T21:12:25.787Zuser 16:24.951656156
24122026-07-24T21:12:25.787Zsys 2:35.043827312
24132026-07-24T21:12:25.788Ztrap 0.471343706
24142026-07-24T21:12:25.788Ztflt 2.255300277
24152026-07-24T21:12:25.788Zdflt 4.128171876
24162026-07-24T21:12:25.788Zkflt 0.000728430
24172026-07-24T21:12:25.788Zlock 51:39.933281722
24182026-07-24T21:12:25.788Zslp 42:07.376610052
24192026-07-24T21:12:25.788Zlat 43.756563543
24202026-07-24T21:12:25.789Zstop 5:23.886297764
24212026-07-24T21:12:25.789Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-24T21:12:26.623Z Finished `release` profile [optimized] target(s) in 0.82s
24232026-07-24T21:12:26.690Z Running `target/release/omicron-package -t test package`
24242026-07-24T21:12:26.744ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-24T21:12:28.106Z Compiling heck v0.5.0
24262026-07-24T21:12:28.306Z Compiling regress v0.11.1
24272026-07-24T21:12:28.324Z Compiling unsafe-libyaml v0.2.11
24282026-07-24T21:12:28.355Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-24T21:12:28.379Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-24T21:12:28.401Z Compiling derive-where v1.6.0
24312026-07-24T21:12:28.421Z Compiling bytecount v0.6.9
24322026-07-24T21:12:28.424Z Compiling atomicwrites v0.4.4
24332026-07-24T21:12:28.461Z Compiling is-terminal v0.4.17
24342026-07-24T21:12:28.461Z Compiling prettyplease v0.2.37
24352026-07-24T21:12:28.461Z Compiling console v0.15.11
24362026-07-24T21:12:28.461Z Compiling newline-converter v0.3.0
24372026-07-24T21:12:28.461Z Compiling slog-dtrace v0.3.0
24382026-07-24T21:12:28.518Z Compiling resolv-conf v0.7.6
24392026-07-24T21:12:28.522Z Compiling num-rational v0.4.2
24402026-07-24T21:12:28.600Z Compiling num-complex v0.4.6
24412026-07-24T21:12:28.624Z Compiling thread_local v1.1.9
24422026-07-24T21:12:28.646Z Compiling unicode-width v0.1.14
24432026-07-24T21:12:28.650Z Compiling compression-core v0.4.31
24442026-07-24T21:12:28.687Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24452026-07-24T21:12:28.776Z Compiling match_cfg v0.1.0
24462026-07-24T21:12:28.845Z Compiling cancel-safe-futures v0.1.5
24472026-07-24T21:12:28.869Z Compiling serde_yaml v0.9.34+deprecated
24482026-07-24T21:12:28.889Z Compiling hostname v0.3.1
24492026-07-24T21:12:28.893Z Compiling compression-codecs v0.4.37
24502026-07-24T21:12:28.982Z Compiling expectorate v1.2.0
24512026-07-24T21:12:29.009Z Compiling num v0.4.3
24522026-07-24T21:12:29.041Z Compiling multer v3.1.0
24532026-07-24T21:12:29.077Z Compiling slog-async v2.8.0
24542026-07-24T21:12:29.118Z Compiling crossbeam-channel v0.5.15
24552026-07-24T21:12:29.122Z Compiling slog-json v2.6.1
24562026-07-24T21:12:29.221Z Compiling toml_datetime v1.1.1+spec-1.1.0
24572026-07-24T21:12:29.225Z Compiling serde_spanned v1.1.1
24582026-07-24T21:12:29.225Z Compiling toml_writer v1.1.1+spec-1.1.0
24592026-07-24T21:12:29.225Z Compiling term v1.2.1
24602026-07-24T21:12:29.225Z Compiling linked-hash-map v0.5.6
24612026-07-24T21:12:29.369Z Compiling float-ord v0.3.2
24622026-07-24T21:12:29.389Z Compiling take_mut v0.2.2
24632026-07-24T21:12:29.421Z Compiling toml v1.1.2+spec-1.1.0
24642026-07-24T21:12:29.469Z Compiling lru-cache v0.1.2
24652026-07-24T21:12:29.490Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24662026-07-24T21:12:29.509Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24672026-07-24T21:12:29.535Z Compiling slog-term v2.9.2
24682026-07-24T21:12:29.573Z Compiling slog-bunyan v2.5.0
24692026-07-24T21:12:29.620Z Compiling oxide-update-engine-types v0.1.2
24702026-07-24T21:12:29.684Z Compiling async-compression v0.4.41
24712026-07-24T21:12:29.735Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24722026-07-24T21:12:29.822Z Compiling dropshot v0.17.1
24732026-07-24T21:12:29.886Z Compiling typify-impl v0.6.2
24742026-07-24T21:12:29.942Z Compiling async-stream v0.3.6
24752026-07-24T21:12:29.984Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24762026-07-24T21:12:30.021Z Compiling sha1 v0.11.0
24772026-07-24T21:12:30.080Z Compiling progenitor-client v0.14.0
24782026-07-24T21:12:30.135Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-24T21:12:30.155Z Compiling waitgroup v0.1.2
24802026-07-24T21:12:30.174Z Compiling rustls-pemfile v2.2.0
24812026-07-24T21:12:30.294Z Compiling backon v1.6.0
24822026-07-24T21:12:30.316Z Compiling hostname v0.4.2
24832026-07-24T21:12:30.344Z Compiling serde_path_to_error v0.1.20
24842026-07-24T21:12:30.392Z Compiling instant v0.1.13
24852026-07-24T21:12:30.414Z Compiling linear-map v1.2.0
24862026-07-24T21:12:30.414Z Compiling debug-ignore v1.0.5
24872026-07-24T21:12:30.475Z Compiling minimal-lexical v0.2.1
24882026-07-24T21:12:30.521Z Compiling backoff v0.4.0
24892026-07-24T21:12:30.542Z Compiling progenitor-extras v0.2.0
24902026-07-24T21:12:30.566Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24912026-07-24T21:12:30.591Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24922026-07-24T21:12:30.714Z Compiling nom v7.1.3
24932026-07-24T21:12:30.753Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-24T21:12:30.757Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-07-24T21:12:30.757Z Compiling parse-display v0.10.0
24962026-07-24T21:12:30.816Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24972026-07-24T21:12:30.863Z Compiling oxide-update-engine v0.1.2
24982026-07-24T21:12:31.077Z Compiling hickory-proto v0.24.4
24992026-07-24T21:12:31.455Z Compiling regress v0.10.5
25002026-07-24T21:12:31.661Z Compiling macaddr v1.0.1
25012026-07-24T21:12:31.877Z Compiling unicode-xid v0.2.6
25022026-07-24T21:12:31.906Z Compiling humantime v2.3.0
25032026-07-24T21:12:32.123Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-07-24T21:12:32.174Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-07-24T21:12:32.224Z Compiling convert_case v0.10.0
25062026-07-24T21:12:32.353Z Compiling owo-colors v4.3.0
25072026-07-24T21:12:32.438Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-07-24T21:12:32.519Z Compiling derive_more-impl v2.1.1
25092026-07-24T21:12:32.652Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-07-24T21:12:32.745Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-07-24T21:12:32.798Z Compiling toml v0.8.23
25122026-07-24T21:12:33.319Z Compiling typify-macro v0.6.2
25132026-07-24T21:12:33.339Z Compiling derive_more v2.1.1
25142026-07-24T21:12:33.380Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-07-24T21:12:33.406Z Compiling papergrid v0.11.0
25162026-07-24T21:12:33.453Z Compiling tabled_derive v0.7.0
25172026-07-24T21:12:33.491Z Compiling termtree v0.5.1
25182026-07-24T21:12:33.548Z Compiling crossterm v0.29.0
25192026-07-24T21:12:33.688Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-07-24T21:12:34.087Z Compiling hickory-resolver v0.24.4
25212026-07-24T21:12:34.391Z Compiling tabled v0.15.0
25222026-07-24T21:12:34.675Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-07-24T21:12:34.894Z Compiling typify v0.6.2
25242026-07-24T21:12:35.193Z Compiling progenitor-impl v0.14.0
25252026-07-24T21:12:35.565Z Compiling qorb v0.4.1
25262026-07-24T21:12:35.711Z Compiling phf_shared v0.12.1
25272026-07-24T21:12:35.962Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-07-24T21:12:36.491Z Compiling vte v0.14.1
25292026-07-24T21:12:36.514Z Compiling csv-core v0.1.13
25302026-07-24T21:12:36.755Z Compiling highway v1.3.0
25312026-07-24T21:12:36.937Z Compiling chrono-tz v0.10.4
25322026-07-24T21:12:37.197Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-07-24T21:12:37.307Z Compiling progenitor-macro v0.14.0
25342026-07-24T21:12:38.432Z Compiling csv v1.4.0
25352026-07-24T21:12:38.519Z Compiling strip-ansi-escapes v0.2.1
25362026-07-24T21:12:38.635Z Compiling phf v0.12.1
25372026-07-24T21:12:38.815Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-07-24T21:12:38.841Z Compiling const_format_proc_macros v0.2.34
25392026-07-24T21:12:39.091Z Compiling fd-lock v4.0.4
25402026-07-24T21:12:39.152Z Compiling peg-macros v0.8.5
25412026-07-24T21:12:39.259Z Compiling nu-ansi-term v0.50.3
25422026-07-24T21:12:39.418Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-07-24T21:12:39.799Z Compiling const_format v0.2.35
25442026-07-24T21:12:40.002Z Compiling reedline v0.40.0
25452026-07-24T21:12:40.162Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-07-24T21:12:40.435Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-07-24T21:12:40.835Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-07-24T21:12:41.358Z Compiling progenitor v0.14.0
25492026-07-24T21:12:41.535Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-07-24T21:12:41.558Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512026-07-24T21:12:41.644Z Compiling peg v0.8.5
25522026-07-24T21:12:41.749Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-07-24T21:12:42.163Z Compiling bcs v0.1.6
25542026-07-24T21:12:42.328Z Compiling nom v8.0.0
25552026-07-24T21:12:42.588Z Compiling semver v0.1.20
25562026-07-24T21:12:42.881Z Compiling rustc_version v0.1.7
25572026-07-24T21:12:43.117Z Compiling newtype_derive v0.1.6
25582026-07-24T21:12:43.153Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-07-24T21:12:43.360Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25602026-07-24T21:12:43.404Z Compiling smawk v0.3.2
25612026-07-24T21:12:43.455Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25622026-07-24T21:12:43.571Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-07-24T21:12:43.615Z Compiling unicode-linebreak v0.1.5
25642026-07-24T21:12:43.926Z Compiling textwrap v0.16.2
25652026-07-24T21:12:44.100Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25662026-07-24T21:12:44.144Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-07-24T21:12:44.186Z Compiling steno v0.4.1
25682026-07-24T21:12:44.423Z Compiling base64 v0.21.7
25692026-07-24T21:12:44.775Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25702026-07-24T21:12:45.044Z Compiling dropshot-api-manager-types v0.7.2
25712026-07-24T21:12:45.283Z Compiling sha1 v0.10.6
25722026-07-24T21:12:45.582Z Compiling utf-8 v0.7.6
25732026-07-24T21:12:45.640Z Compiling tagptr v0.2.0
25742026-07-24T21:12:45.715Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25752026-07-24T21:12:45.810Z Compiling moka v0.12.13
25762026-07-24T21:12:45.831Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-07-24T21:12:45.985Z Compiling tungstenite v0.21.0
25782026-07-24T21:12:46.006Z Compiling display-error-chain v0.2.2
25792026-07-24T21:12:46.172Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-07-24T21:12:46.258Z Compiling radium v0.7.0
25812026-07-24T21:12:46.352Z Compiling tap v1.0.1
25822026-07-24T21:12:46.500Z Compiling maybe-uninit v2.0.0
25832026-07-24T21:12:46.594Z Compiling tokio-tungstenite v0.21.0
25842026-07-24T21:12:46.977Z Compiling hickory-resolver v0.25.2
25852026-07-24T21:12:47.092Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25862026-07-24T21:12:47.153Z Compiling wyz v0.5.1
25872026-07-24T21:12:47.211Z Compiling num-derive v0.3.3
25882026-07-24T21:12:47.401Z Compiling vergen-lib v0.1.6
25892026-07-24T21:12:47.641Z Compiling zerocopy-derive v0.6.6
25902026-07-24T21:12:48.101Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-07-24T21:12:48.148Z Compiling proc-macro-error-attr2 v2.0.0
25922026-07-24T21:12:48.453Z Compiling crc-catalog v2.4.0
25932026-07-24T21:12:48.615Z Compiling funty v2.0.0
25942026-07-24T21:12:48.651Z Compiling packed_struct v0.10.1
25952026-07-24T21:12:48.947Z Compiling diesel_derives v2.3.7
25962026-07-24T21:12:49.001Z Compiling bitvec v1.0.1
25972026-07-24T21:12:49.245Z Compiling proc-macro-error2 v2.0.1
25982026-07-24T21:12:49.558Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25992026-07-24T21:12:49.579Z Compiling crc v3.4.0
26002026-07-24T21:12:49.619Z Compiling zerocopy v0.6.6
26012026-07-24T21:12:49.808Z Compiling libscf-sys v1.1.0
26022026-07-24T21:12:50.116Z Compiling dsl_auto_type v0.2.0
26032026-07-24T21:12:50.191Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26042026-07-24T21:12:50.333Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26052026-07-24T21:12:50.336Z Compiling scheduled-thread-pool v0.2.7
26062026-07-24T21:12:50.467Z Compiling packed_struct_codegen v0.10.1
26072026-07-24T21:12:50.710Z Compiling vergen-gitcl v1.0.8
26082026-07-24T21:12:50.873Z Compiling diesel_table_macro_syntax v0.3.0
26092026-07-24T21:12:50.951Z Compiling bitfield-macros v0.19.4
26102026-07-24T21:12:50.972Z Compiling dirs-sys-next v0.1.2
26112026-07-24T21:12:51.097Z Compiling indexmap v1.9.3
26122026-07-24T21:12:51.242Z Compiling nodrop v0.1.14
26132026-07-24T21:12:51.346Z Compiling crunchy v0.2.4
26142026-07-24T21:12:51.372Z Compiling maplit v1.0.2
26152026-07-24T21:12:51.493Z Compiling glob v0.3.3
26162026-07-24T21:12:51.688Z Compiling bitfield v0.19.4
26172026-07-24T21:12:51.738Z Compiling array-init v0.0.4
26182026-07-24T21:12:51.856Z Compiling clang-sys v1.8.1
26192026-07-24T21:12:52.039Z Compiling dirs-next v2.0.0
26202026-07-24T21:12:52.160Z Compiling r2d2 v0.8.10
26212026-07-24T21:12:52.185Z Compiling smallvec v0.6.14
26222026-07-24T21:12:52.353Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26232026-07-24T21:12:52.437Z Compiling tabled_derive v0.11.0
26242026-07-24T21:12:52.458Z Compiling papergrid v0.17.0
26252026-07-24T21:12:52.620Z Compiling testing_table v0.3.0
26262026-07-24T21:12:52.685Z Compiling hashbrown v0.12.3
26272026-07-24T21:12:52.808Z Compiling downcast-rs v2.0.2
26282026-07-24T21:12:52.939Z Compiling tiny-keccak v2.0.2
26292026-07-24T21:12:53.047Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26302026-07-24T21:12:53.092Z Compiling serde-hex v0.1.0
26312026-07-24T21:12:53.311Z Compiling term v0.7.0
26322026-07-24T21:12:53.494Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-07-24T21:12:53.523Z Compiling ron v0.8.1
26342026-07-24T21:12:53.581Z Compiling hashbrown v0.13.2
26352026-07-24T21:12:53.733Z Compiling tabled v0.20.0
26362026-07-24T21:12:53.755Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-07-24T21:12:53.822Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-07-24T21:12:54.068Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26392026-07-24T21:12:54.200Z Compiling bit-vec v0.6.3
26402026-07-24T21:12:54.440Z Compiling crc-any v2.5.0
26412026-07-24T21:12:54.862Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26422026-07-24T21:12:55.235Z Compiling bit-set v0.5.3
26432026-07-24T21:12:55.257Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26442026-07-24T21:12:55.421Z Compiling object v0.30.4
26452026-07-24T21:12:55.780Z Compiling ascii-canvas v3.0.0
26462026-07-24T21:12:55.880Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26472026-07-24T21:12:55.983Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26482026-07-24T21:12:56.037Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26492026-07-24T21:12:56.197Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-07-24T21:12:56.455Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26512026-07-24T21:12:56.493Z Compiling itertools v0.10.5
26522026-07-24T21:12:56.634Z Compiling ena v0.14.4
26532026-07-24T21:12:56.657Z Compiling libloading v0.8.9
26542026-07-24T21:12:56.755Z Compiling diesel v2.3.7
26552026-07-24T21:12:56.875Z Compiling bindgen v0.71.1
26562026-07-24T21:12:56.965Z Compiling path-slash v0.1.5
26572026-07-24T21:12:57.112Z Compiling diff v0.1.13
26582026-07-24T21:12:57.173Z Compiling xshell-macros v0.2.7
26592026-07-24T21:12:57.258Z Compiling unicase v2.9.0
26602026-07-24T21:12:57.369Z Compiling regex-syntax v0.6.29
26612026-07-24T21:12:57.594Z Compiling xshell v0.2.7
26622026-07-24T21:12:57.824Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-07-24T21:12:58.928Z Compiling lalrpop v0.19.12
26642026-07-24T21:12:59.172Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26652026-07-24T21:12:59.257Z Compiling cexpr v0.6.0
26662026-07-24T21:12:59.649Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-07-24T21:12:59.879Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-07-24T21:12:59.903Z Compiling crc8 v0.1.1
26692026-07-24T21:13:00.036Z Compiling rustc-hash v2.1.1
26702026-07-24T21:13:00.348Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-07-24T21:13:00.499Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26722026-07-24T21:13:00.522Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-07-24T21:13:00.640Z Compiling headers-core v0.3.0
26742026-07-24T21:13:00.814Z Compiling libxml v0.3.3
26752026-07-24T21:13:00.990Z Compiling headers v0.4.1
26762026-07-24T21:13:01.138Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-07-24T21:13:01.393Z Compiling strum_macros v0.24.3
26782026-07-24T21:13:01.530Z Compiling indoc v1.0.9
26792026-07-24T21:13:01.757Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26802026-07-24T21:13:02.023Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-07-24T21:13:02.255Z Compiling derive_builder v0.20.2
26822026-07-24T21:13:02.421Z Compiling quick-xml v0.37.5
26832026-07-24T21:13:02.628Z Compiling oso-derive v0.27.3
26842026-07-24T21:13:02.670Z Compiling impl-trait-for-tuples v0.2.3
26852026-07-24T21:13:03.148Z Compiling openssl-probe v0.1.6
26862026-07-24T21:13:03.373Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26872026-07-24T21:13:03.442Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26882026-07-24T21:13:03.462Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-07-24T21:13:03.632Z Compiling bb8 v0.8.6
26902026-07-24T21:13:03.696Z Compiling trait-variant v0.1.2
26912026-07-24T21:13:03.718Z Compiling half v1.8.3
26922026-07-24T21:13:03.937Z Compiling serde_cbor v0.11.2
26932026-07-24T21:13:04.047Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26942026-07-24T21:13:04.133Z Compiling progenitor-impl v0.13.0
26952026-07-24T21:13:04.159Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26962026-07-24T21:13:04.261Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26972026-07-24T21:13:04.437Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26982026-07-24T21:13:04.796Z Compiling samael v0.0.19
26992026-07-24T21:13:04.960Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27002026-07-24T21:13:05.289Z Compiling progenitor-client v0.13.0
27012026-07-24T21:13:05.336Z Compiling nonempty v0.12.0
27022026-07-24T21:13:05.358Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27032026-07-24T21:13:05.554Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-07-24T21:13:05.624Z Compiling fxhash v0.2.1
27052026-07-24T21:13:05.782Z Compiling libz-sys v1.1.24
27062026-07-24T21:13:05.804Z Compiling salty v0.3.0
27072026-07-24T21:13:06.287Z Compiling progenitor-macro v0.13.0
27082026-07-24T21:13:06.311Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-07-24T21:13:06.313Z Compiling polar-core v0.27.3
27102026-07-24T21:13:06.313Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27112026-07-24T21:13:06.428Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-07-24T21:13:06.652Z Compiling kstat-rs v0.2.4
27132026-07-24T21:13:06.907Z Compiling arc-swap v1.8.2
27142026-07-24T21:13:07.132Z Compiling fs-err v2.11.0
27152026-07-24T21:13:07.323Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27162026-07-24T21:13:07.581Z Compiling slog-scope v4.4.1
27172026-07-24T21:13:07.642Z Compiling mime_guess v2.0.5
27182026-07-24T21:13:07.952Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27192026-07-24T21:13:08.021Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-07-24T21:13:08.179Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-07-24T21:13:09.538Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27222026-07-24T21:13:09.713Z Compiling rfc6979 v0.4.0
27232026-07-24T21:13:09.859Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27242026-07-24T21:13:09.950Z Compiling nanorand v0.7.0
27252026-07-24T21:13:10.222Z Compiling libgit2-sys v0.18.3+1.9.2
27262026-07-24T21:13:10.302Z Compiling progenitor v0.13.0
27272026-07-24T21:13:10.322Z Compiling parking_lot_core v0.8.6
27282026-07-24T21:13:10.477Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27292026-07-24T21:13:10.645Z Compiling flume v0.11.1
27302026-07-24T21:13:11.037Z Compiling ecdsa v0.16.9
27312026-07-24T21:13:11.602Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27322026-07-24T21:13:11.719Z Compiling slog-stdlog v4.1.1
27332026-07-24T21:13:12.314Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-07-24T21:13:12.347Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-07-24T21:13:12.441Z Compiling primeorder v0.13.6
27362026-07-24T21:13:12.753Z Compiling git-stub v1.0.0
27372026-07-24T21:13:12.809Z Compiling atty v0.2.14
27382026-07-24T21:13:12.956Z Compiling http-range v0.1.5
27392026-07-24T21:13:13.018Z Compiling parse-size v1.1.0
27402026-07-24T21:13:13.246Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-07-24T21:13:13.277Z Compiling instability v0.3.11
27422026-07-24T21:13:13.509Z Compiling strsim v0.10.0
27432026-07-24T21:13:13.616Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27442026-07-24T21:13:13.649Z Compiling git-stub-vcs v0.1.0
27452026-07-24T21:13:13.815Z Compiling darling_core v0.13.4
27462026-07-24T21:13:15.452Z Compiling oso v0.27.3
27472026-07-24T21:13:17.443Z Compiling diesel-dtrace v0.5.0
27482026-07-24T21:13:17.758Z Compiling async-bb8-diesel v0.2.1
27492026-07-24T21:13:18.195Z Compiling p384 v0.13.1
27502026-07-24T21:13:18.470Z Compiling slog-envlogger v2.2.0
27512026-07-24T21:13:19.643Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-07-24T21:13:19.719Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-07-24T21:13:20.207Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27542026-07-24T21:13:20.304Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27552026-07-24T21:13:20.768Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-07-24T21:13:21.042Z Compiling ignore v0.4.25
27572026-07-24T21:13:21.124Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-07-24T21:13:21.672Z Compiling vergen-git2 v9.1.0
27592026-07-24T21:13:21.918Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602026-07-24T21:13:21.943Z Compiling castaway v0.2.4
27612026-07-24T21:13:22.094Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-24T21:13:22.347Z Compiling indoc v2.0.7
27632026-07-24T21:13:22.606Z Compiling compact_str v0.8.1
27642026-07-24T21:13:23.503Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-07-24T21:13:23.786Z Compiling globwalk v0.9.1
27662026-07-24T21:13:24.169Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27672026-07-24T21:13:24.192Z Compiling parking_lot v0.11.2
27682026-07-24T21:13:24.442Z Compiling hyper-staticfile v0.10.1
27692026-07-24T21:13:24.821Z Compiling darling_macro v0.13.4
27702026-07-24T21:13:25.104Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-07-24T21:13:25.585Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27722026-07-24T21:13:25.606Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27732026-07-24T21:13:25.627Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-07-24T21:13:25.985Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-07-24T21:13:26.205Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27762026-07-24T21:13:26.246Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27772026-07-24T21:13:26.390Z Compiling predicates-tree v1.0.13
27782026-07-24T21:13:26.571Z Compiling unicode-truncate v1.1.0
27792026-07-24T21:13:26.780Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-07-24T21:13:26.843Z Compiling lru v0.12.5
27812026-07-24T21:13:27.016Z Compiling prefix-trie v0.7.0
27822026-07-24T21:13:27.065Z Compiling rand_seeder v0.4.0
27832026-07-24T21:13:27.320Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-24T21:13:27.434Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27852026-07-24T21:13:27.486Z Compiling cassowary v0.3.0
27862026-07-24T21:13:27.507Z Compiling illumos-nvpair-sys v0.2.0
27872026-07-24T21:13:27.682Z Compiling corncobs v0.1.4
27882026-07-24T21:13:27.732Z Compiling hickory-server v0.25.2
27892026-07-24T21:13:27.786Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-07-24T21:13:27.810Z Compiling ratatui v0.29.0
27912026-07-24T21:13:27.955Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-07-24T21:13:27.978Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27932026-07-24T21:13:28.035Z Compiling camino-tempfile-ext v0.3.3
27942026-07-24T21:13:28.086Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-07-24T21:13:28.317Z Compiling darling v0.13.4
27962026-07-24T21:13:28.657Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27972026-07-24T21:13:28.698Z Compiling sled v0.34.7
27982026-07-24T21:13:29.043Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27992026-07-24T21:13:29.136Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-24T21:13:29.777Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-07-24T21:13:30.516Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-07-24T21:13:30.935Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28032026-07-24T21:13:31.186Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28042026-07-24T21:13:31.424Z Compiling secrecy v0.8.0
28052026-07-24T21:13:31.618Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-07-24T21:13:32.350Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-07-24T21:13:32.771Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28082026-07-24T21:13:33.210Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-07-24T21:13:33.405Z Compiling serde_with_macros v1.5.2
28102026-07-24T21:13:33.596Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-07-24T21:13:34.413Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-07-24T21:13:34.441Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28132026-07-24T21:13:35.521Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28142026-07-24T21:13:35.947Z Compiling git2 v0.20.4
28152026-07-24T21:13:36.040Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28162026-07-24T21:13:36.085Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-07-24T21:13:36.322Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-07-24T21:13:36.369Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-07-24T21:13:36.564Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-07-24T21:13:36.604Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28212026-07-24T21:13:36.819Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28222026-07-24T21:13:36.877Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28232026-07-24T21:13:37.119Z Compiling void v1.0.2
28242026-07-24T21:13:37.237Z Compiling lzss v0.8.2
28252026-07-24T21:13:37.547Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28262026-07-24T21:13:37.576Z Compiling illumos-nvpair v0.3.0
28272026-07-24T21:13:38.073Z Compiling serde_with v1.14.0
28282026-07-24T21:13:39.033Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28292026-07-24T21:13:39.057Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28302026-07-24T21:13:39.534Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28312026-07-24T21:13:40.553Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28322026-07-24T21:13:40.723Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28332026-07-24T21:13:40.879Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28342026-07-24T21:13:42.017Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28352026-07-24T21:13:42.344Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-07-24T21:13:43.026Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28372026-07-24T21:13:43.329Z Compiling tungstenite v0.23.0
28382026-07-24T21:13:43.538Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28392026-07-24T21:13:44.011Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28402026-07-24T21:13:45.132Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-07-24T21:13:45.419Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28422026-07-24T21:13:45.588Z Compiling nix v0.27.1
28432026-07-24T21:13:45.655Z Compiling twox-hash v2.1.2
28442026-07-24T21:13:45.677Z Compiling libsw-core v0.3.2
28452026-07-24T21:13:45.917Z Compiling serde_bytes v0.11.19
28462026-07-24T21:13:46.574Z Compiling libsw v3.5.0
28472026-07-24T21:13:46.574Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28482026-07-24T21:13:46.574Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28492026-07-24T21:13:46.574Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28502026-07-24T21:13:46.826Z Compiling tokio-tungstenite v0.23.1
28512026-07-24T21:13:47.162Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28522026-07-24T21:13:47.178Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28532026-07-24T21:13:47.228Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28542026-07-24T21:13:48.680Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28552026-07-24T21:13:50.113Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28562026-07-24T21:13:50.576Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28572026-07-24T21:13:50.642Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28582026-07-24T21:13:50.719Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-07-24T21:13:51.031Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28602026-07-24T21:13:51.056Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28612026-07-24T21:13:51.088Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28622026-07-24T21:13:51.134Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28632026-07-24T21:13:52.257Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28642026-07-24T21:13:57.049Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-07-24T21:13:57.167Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-07-24T21:13:57.167Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28672026-07-24T21:13:57.198Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28682026-07-24T21:13:57.198Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28692026-07-24T21:13:57.198Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28702026-07-24T21:13:57.504Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28712026-07-24T21:13:58.219Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28722026-07-24T21:13:58.440Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28732026-07-24T21:13:58.589Z Compiling signal-hook-tokio v0.3.1
28742026-07-24T21:13:58.797Z Compiling fatfs v0.3.6
28752026-07-24T21:13:58.825Z Compiling yasna v0.5.2
28762026-07-24T21:13:59.385Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28772026-07-24T21:14:00.108Z Compiling is_ci v1.2.0
28782026-07-24T21:14:00.322Z Compiling seq-macro v0.3.6
28792026-07-24T21:14:00.408Z Compiling assert_matches v1.5.0
28802026-07-24T21:14:00.518Z Compiling supports-color v3.0.2
28812026-07-24T21:14:00.792Z Compiling rcgen v0.12.1
28822026-07-24T21:14:00.813Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28832026-07-24T21:14:00.880Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28842026-07-24T21:14:01.056Z Compiling oxide-update-engine-display v0.1.2
28852026-07-24T21:14:01.626Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28862026-07-24T21:14:02.059Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-07-24T21:14:02.341Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28882026-07-24T21:14:02.572Z Compiling port-file v0.1.0
28892026-07-24T21:14:02.900Z Compiling subprocess v0.2.15
28902026-07-24T21:14:03.077Z Compiling rtoolbox v0.0.3
28912026-07-24T21:14:03.376Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28922026-07-24T21:14:03.763Z Compiling rpassword v7.5.4
28932026-07-24T21:14:04.442Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28942026-07-24T21:14:05.218Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28952026-07-24T21:14:05.292Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28962026-07-24T21:14:05.425Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-07-24T21:14:06.345Z Compiling tui-tree-widget v0.23.1
28982026-07-24T21:14:06.633Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28992026-07-24T21:14:07.640Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29002026-07-24T21:14:07.674Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29012026-07-24T21:14:07.911Z Compiling uzers v0.12.2
29022026-07-24T21:14:07.942Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29032026-07-24T21:14:08.576Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29042026-07-24T21:14:09.665Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29052026-07-24T21:14:10.488Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29062026-07-24T21:14:12.094Z Compiling support-bundle-viewer v0.1.2
29072026-07-24T21:14:13.962Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29082026-07-24T21:14:14.653Z Compiling multimap v0.10.1
29092026-07-24T21:14:25.544Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29102026-07-24T21:14:31.295Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29112026-07-24T21:14:36.813Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29122026-07-24T21:14:37.381Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29132026-07-24T21:14:38.557Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29142026-07-24T21:21:01.457Z Finished `release` profile [optimized] target(s) in 8m 34s
29152026-07-24T21:21:47.526Z
29162026-07-24T21:21:47.527Zreal 9:21.712663904
29172026-07-24T21:21:47.527Zuser 1:18:54.227508248
29182026-07-24T21:21:47.527Zsys 3:27.557208543
29192026-07-24T21:21:47.530Ztrap 1.735630691
29202026-07-24T21:21:47.530Ztflt 2.387439373
29212026-07-24T21:21:47.530Zdflt 17.811388960
29222026-07-24T21:21:47.530Zkflt 0.005280902
29232026-07-24T21:21:47.530Zlock 6:48:51.609357658
29242026-07-24T21:21:47.530Zslp 2:12:19.728726472
29252026-07-24T21:21:47.530Zlat 2:23.544100924
29262026-07-24T21:21:47.530Zstop 5:14.010529364
29272026-07-24T21:21:47.530Z+ mapfile -t packages
29282026-07-24T21:21:47.530Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29292026-07-24T21:21:48.425Z Finished `release` profile [optimized] target(s) in 0.88s
29302026-07-24T21:21:48.492Z Running `target/release/omicron-package -t test list-outputs`
29312026-07-24T21:21:48.550ZLogging to: /work/oxidecomputer/omicron/out/LOG
29322026-07-24T21:21:48.553Z+ ptime -m cargo build --locked --release -p xtask
29332026-07-24T21:21:49.023Z Compiling libc v0.2.185
29342026-07-24T21:21:49.023Z Compiling serde_core v1.0.228
29352026-07-24T21:21:49.023Z Compiling serde v1.0.228
29362026-07-24T21:21:49.026Z Compiling rustix v1.1.3
29372026-07-24T21:21:49.026Z Compiling bitflags v2.11.0
29382026-07-24T21:21:49.026Z Compiling serde_json v1.0.150
29392026-07-24T21:21:49.161Z Compiling usdt-impl v0.5.0
29402026-07-24T21:21:49.189Z Compiling syn v2.0.117
29412026-07-24T21:21:49.192Z Compiling syn v1.0.109
29422026-07-24T21:21:49.212Z Compiling log v0.4.29
29432026-07-24T21:21:49.222Z Compiling getrandom v0.4.1
29442026-07-24T21:21:49.225Z Compiling indexmap v2.14.0
29452026-07-24T21:21:49.247Z Compiling fs-err v3.3.0
29462026-07-24T21:21:49.443Z Compiling once_cell v1.21.3
29472026-07-24T21:21:49.467Z Compiling anyhow v1.0.102
29482026-07-24T21:21:49.541Z Compiling heck v0.4.1
29492026-07-24T21:21:49.901Z Compiling thread-id v4.2.2
29502026-07-24T21:21:49.911Z Compiling errno v0.3.14
29512026-07-24T21:21:49.914Z Compiling memmap v0.7.0
29522026-07-24T21:21:50.662Z Compiling proc-macro-error v1.0.4
29532026-07-24T21:21:50.877Z Compiling terminal_size v0.4.3
29542026-07-24T21:21:50.877Z Compiling tempfile v3.25.0
29552026-07-24T21:21:50.905Z Compiling tabled_derive v0.7.0
29562026-07-24T21:21:50.970Z Compiling clap_builder v4.6.0
29572026-07-24T21:21:50.970Z Compiling textwrap v0.16.2
29582026-07-24T21:21:51.336Z Compiling camino v1.2.2
29592026-07-24T21:21:51.336Z Compiling semver v1.0.28
29602026-07-24T21:21:51.339Z Compiling cargo-platform v0.3.2
29612026-07-24T21:21:51.367Z Compiling pest_generator v2.8.6
29622026-07-24T21:21:51.593Z Compiling tabled v0.15.0
29632026-07-24T21:21:51.665Z Compiling camino-tempfile v1.4.1
29642026-07-24T21:21:51.820Z Compiling serde_derive v1.0.228
29652026-07-24T21:21:51.820Z Compiling thiserror-impl v1.0.69
29662026-07-24T21:21:51.823Z Compiling zerocopy-derive v0.7.35
29672026-07-24T21:21:51.830Z Compiling scroll_derive v0.12.1
29682026-07-24T21:21:51.833Z Compiling thiserror-impl v2.0.18
29692026-07-24T21:21:51.833Z Compiling clap_derive v4.6.1
29702026-07-24T21:21:51.913Z Compiling pest_derive v2.8.6
29712026-07-24T21:21:52.513Z Compiling scroll v0.12.0
29722026-07-24T21:21:52.644Z Compiling zerocopy v0.7.35
29732026-07-24T21:21:52.836Z Compiling goblin v0.8.2
29742026-07-24T21:21:52.952Z Compiling thiserror v1.0.69
29752026-07-24T21:21:53.008Z Compiling thiserror v2.0.18
29762026-07-24T21:21:53.061Z Compiling dtrace-parser v0.2.0
29772026-07-24T21:21:53.541Z Compiling clap v4.6.1
29782026-07-24T21:21:54.900Z Compiling dof v0.3.0
29792026-07-24T21:21:54.971Z Compiling serde_spanned v0.6.9
29802026-07-24T21:21:55.047Z Compiling toml_datetime v0.6.11
29812026-07-24T21:21:55.128Z Compiling serde_tokenstream v0.2.3
29822026-07-24T21:21:55.140Z Compiling cargo_metadata v0.23.1
29832026-07-24T21:21:55.258Z Compiling toml_edit v0.22.27
29842026-07-24T21:21:55.271Z Compiling macaddr v1.0.1
29852026-07-24T21:21:55.285Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29862026-07-24T21:21:55.713Z Compiling usdt-attr-macro v0.5.0
29872026-07-24T21:21:55.713Z Compiling usdt-macro v0.5.0
29882026-07-24T21:21:56.355Z Compiling usdt v0.5.0
29892026-07-24T21:21:56.787Z Compiling toml v0.8.23
29902026-07-24T21:21:57.210Z Compiling cargo_toml v0.21.0
29912026-07-24T21:22:01.623Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29922026-07-24T21:22:04.827Z Finished `release` profile [optimized] target(s) in 16.26s
29932026-07-24T21:22:04.930Z
29942026-07-24T21:22:04.930Zreal 16.343820239
29952026-07-24T21:22:04.930Zuser 2:04.865242609
29962026-07-24T21:22:04.930Zsys 13.728663772
29972026-07-24T21:22:04.930Ztrap 0.074435630
29982026-07-24T21:22:04.930Ztflt 0.471108156
29992026-07-24T21:22:04.933Zdflt 1.604481900
30002026-07-24T21:22:04.933Zkflt 0.000010340
30012026-07-24T21:22:04.933Zlock 4:26.675670825
30022026-07-24T21:22:04.933Zslp 2:42.030919541
30032026-07-24T21:22:04.933Zlat 4.539195818
30042026-07-24T21:22:04.933Zstop 15.329509243
30052026-07-24T21:22:04.933Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30062026-07-24T21:22:04.933Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30072026-07-24T21:22:04.933Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30082026-07-24T21:22:04.934Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30092026-07-24T21:22:04.934Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30102026-07-24T21:22:05.843Z Compiling progenitor-client v0.14.0
30112026-07-24T21:22:05.843Z Compiling newtype-uuid-macros v0.1.0
30122026-07-24T21:22:05.843Z Compiling match_cfg v0.1.0
30132026-07-24T21:22:05.843Z Compiling slog-json v2.6.1
30142026-07-24T21:22:05.846Z Compiling structmeta-derive v0.3.0
30152026-07-24T21:22:05.846Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30162026-07-24T21:22:06.018Z Compiling sha1 v0.11.0
30172026-07-24T21:22:06.021Z Compiling multer v3.1.0
30182026-07-24T21:22:06.021Z Compiling debug-ignore v1.0.5
30192026-07-24T21:22:06.021Z Compiling compression-core v0.4.31
30202026-07-24T21:22:06.021Z Compiling itertools v0.14.0
30212026-07-24T21:22:06.021Z Compiling async-stream-impl v0.3.6
30222026-07-24T21:22:06.021Z Compiling serde_spanned v1.1.1
30232026-07-24T21:22:06.021Z Compiling toml_datetime v1.1.1+spec-1.1.0
30242026-07-24T21:22:06.039Z Compiling dropshot v0.17.1
30252026-07-24T21:22:06.042Z Compiling toml_writer v1.1.1+spec-1.1.0
30262026-07-24T21:22:06.250Z Compiling waitgroup v0.1.2
30272026-07-24T21:22:06.286Z Compiling rustls-pemfile v2.2.0
30282026-07-24T21:22:06.305Z Compiling compression-codecs v0.4.37
30292026-07-24T21:22:06.323Z Compiling hostname v0.3.1
30302026-07-24T21:22:06.327Z Compiling dropshot_endpoint v0.17.1
30312026-07-24T21:22:06.357Z Compiling toml v1.1.2+spec-1.1.0
30322026-07-24T21:22:06.392Z Compiling hostname v0.4.2
30332026-07-24T21:22:06.419Z Compiling serde_path_to_error v0.1.20
30342026-07-24T21:22:06.422Z Compiling atomicwrites v0.4.4
30352026-07-24T21:22:06.455Z Compiling slog-bunyan v2.5.0
30362026-07-24T21:22:06.510Z Compiling async-compression v0.4.41
30372026-07-24T21:22:06.513Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30382026-07-24T21:22:06.544Z Compiling macaddr v1.0.1
30392026-07-24T21:22:06.578Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30402026-07-24T21:22:06.609Z Compiling instant v0.1.13
30412026-07-24T21:22:06.627Z Compiling regress v0.10.5
30422026-07-24T21:22:06.645Z Compiling backon v1.6.0
30432026-07-24T21:22:06.687Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-07-24T21:22:06.709Z Compiling humantime v2.3.0
30452026-07-24T21:22:06.741Z Compiling backoff v0.4.0
30462026-07-24T21:22:06.761Z Compiling async-stream v0.3.6
30472026-07-24T21:22:06.784Z Compiling half v2.7.1
30482026-07-24T21:22:06.802Z Compiling crucible-workspace-hack v0.1.0
30492026-07-24T21:22:06.854Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30502026-07-24T21:22:06.857Z Compiling progenitor-extras v0.2.0
30512026-07-24T21:22:06.888Z Compiling ciborium-io v0.2.2
30522026-07-24T21:22:06.960Z Compiling regress v0.11.1
30532026-07-24T21:22:06.976Z Compiling convert_case v0.4.0
30542026-07-24T21:22:06.996Z Compiling secrecy v0.10.3
30552026-07-24T21:22:07.015Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30562026-07-24T21:22:07.034Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-07-24T21:22:07.037Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30582026-07-24T21:22:07.090Z Compiling ciborium-ll v0.2.2
30592026-07-24T21:22:07.128Z Compiling structmeta v0.3.0
30602026-07-24T21:22:07.144Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30612026-07-24T21:22:07.163Z Compiling inout v0.1.4
30622026-07-24T21:22:07.178Z Compiling unsafe-libyaml v0.2.11
30632026-07-24T21:22:07.197Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30642026-07-24T21:22:07.212Z Compiling thiserror-impl-no-std v2.0.2
30652026-07-24T21:22:07.324Z Compiling ciborium v0.2.2
30662026-07-24T21:22:07.349Z Compiling cipher v0.4.4
30672026-07-24T21:22:07.367Z Compiling derive-ex v0.1.8
30682026-07-24T21:22:07.369Z Compiling parse-display-derive v0.10.0
30692026-07-24T21:22:07.405Z Compiling derive_more v0.99.20
30702026-07-24T21:22:07.408Z Compiling universal-hash v0.5.1
30712026-07-24T21:22:07.439Z Compiling opaque-debug v0.3.1
30722026-07-24T21:22:07.457Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30732026-07-24T21:22:07.524Z Compiling blake2 v0.10.6
30742026-07-24T21:22:07.541Z Compiling poly1305 v0.8.0
30752026-07-24T21:22:07.573Z Compiling chacha20 v0.9.1
30762026-07-24T21:22:07.626Z Compiling aead v0.5.2
30772026-07-24T21:22:07.700Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30782026-07-24T21:22:07.846Z Compiling serde_yaml v0.9.34+deprecated
30792026-07-24T21:22:07.865Z Compiling password-hash v0.5.0
30802026-07-24T21:22:07.886Z Compiling indent_write v2.2.0
30812026-07-24T21:22:07.924Z Compiling toml_datetime v0.7.5+spec-1.1.0
30822026-07-24T21:22:07.949Z Compiling chacha20poly1305 v0.10.1
30832026-07-24T21:22:08.042Z Compiling darling_core v0.21.3
30842026-07-24T21:22:08.109Z Compiling toml_edit v0.23.10+spec-1.0.0
30852026-07-24T21:22:08.127Z Compiling argon2 v0.5.3
30862026-07-24T21:22:08.193Z Compiling heapless v0.8.0
30872026-07-24T21:22:08.289Z Compiling tabwriter v1.4.1
30882026-07-24T21:22:08.304Z Compiling hash32 v0.3.1
30892026-07-24T21:22:08.456Z Compiling thiserror-no-std v2.0.2
30902026-07-24T21:22:08.486Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30912026-07-24T21:22:08.541Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30922026-07-24T21:22:08.558Z Compiling typify-impl v0.6.2
30932026-07-24T21:22:08.576Z Compiling vsss-rs v3.3.4
30942026-07-24T21:22:08.740Z Compiling proc-macro-crate v3.4.0
30952026-07-24T21:22:09.028Z Compiling smoltcp v0.11.0
30962026-07-24T21:22:09.128Z Compiling test-strategy v0.4.5
30972026-07-24T21:22:09.152Z Compiling parse-display v0.10.0
30982026-07-24T21:22:09.344Z Compiling num_enum_derive v0.7.6
30992026-07-24T21:22:09.364Z Compiling cobs v0.3.0
31002026-07-24T21:22:09.381Z Compiling colored v3.1.1
31012026-07-24T21:22:09.419Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31022026-07-24T21:22:09.503Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31032026-07-24T21:22:09.539Z Compiling postcard v1.1.3
31042026-07-24T21:22:09.581Z Compiling proc-macro-error v1.0.4
31052026-07-24T21:22:09.749Z Compiling proc-macro-crate v1.3.1
31062026-07-24T21:22:09.775Z Compiling rand v0.10.1
31072026-07-24T21:22:09.804Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31082026-07-24T21:22:09.882Z Compiling foreign-types-macros v0.2.3
31092026-07-24T21:22:09.903Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31102026-07-24T21:22:09.919Z Compiling foreign-types-shared v0.3.1
31112026-07-24T21:22:10.031Z Compiling rayon-core v1.13.0
31122026-07-24T21:22:10.055Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31132026-07-24T21:22:10.116Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31142026-07-24T21:22:10.191Z Compiling num_enum_derive v0.5.11
31152026-07-24T21:22:10.252Z Compiling crossbeam-deque v0.8.6
31162026-07-24T21:22:10.289Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31172026-07-24T21:22:10.352Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31182026-07-24T21:22:10.369Z Compiling cstr-argument v0.1.2
31192026-07-24T21:22:10.387Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31202026-07-24T21:22:10.493Z Compiling num_enum v0.7.6
31212026-07-24T21:22:10.552Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31222026-07-24T21:22:10.574Z Compiling foreign-types v0.5.0
31232026-07-24T21:22:10.637Z Compiling darling_macro v0.21.3
31242026-07-24T21:22:10.656Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31252026-07-24T21:22:10.674Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31262026-07-24T21:22:10.677Z Compiling zone_cfg_derive v0.3.1
31272026-07-24T21:22:10.710Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31282026-07-24T21:22:10.772Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31292026-07-24T21:22:10.839Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31302026-07-24T21:22:10.880Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31312026-07-24T21:22:10.909Z Compiling itertools v0.12.1
31322026-07-24T21:22:10.928Z Compiling rayon v1.11.0
31332026-07-24T21:22:10.946Z Compiling num-derive v0.4.2
31342026-07-24T21:22:10.984Z Compiling sigpipe v0.1.3
31352026-07-24T21:22:11.095Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-07-24T21:22:11.112Z Compiling cpubits v0.1.1
31372026-07-24T21:22:11.209Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31382026-07-24T21:22:11.226Z Compiling darling v0.21.3
31392026-07-24T21:22:11.241Z Compiling glob v0.3.3
31402026-07-24T21:22:11.262Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31412026-07-24T21:22:11.322Z Compiling smf v0.2.3
31422026-07-24T21:22:11.341Z Compiling num_enum v0.5.11
31432026-07-24T21:22:11.344Z Compiling ingot-macros v0.1.1
31442026-07-24T21:22:11.399Z Compiling whoami v1.6.1
31452026-07-24T21:22:11.416Z Compiling usdt-attr-macro v0.5.0
31462026-07-24T21:22:11.484Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31472026-07-24T21:22:11.526Z Compiling usdt-macro v0.5.0
31482026-07-24T21:22:11.529Z Compiling gethostname v0.5.0
31492026-07-24T21:22:11.659Z Compiling num-rational v0.4.2
31502026-07-24T21:22:11.723Z Compiling pem-rfc7468 v1.0.0
31512026-07-24T21:22:11.828Z Compiling num-complex v0.4.6
31522026-07-24T21:22:11.873Z Compiling derive-where v1.6.0
31532026-07-24T21:22:11.954Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31542026-07-24T21:22:11.979Z Compiling memmap v0.7.0
31552026-07-24T21:22:12.061Z Compiling zone v0.3.1
31562026-07-24T21:22:12.180Z Compiling float-ord v0.3.2
31572026-07-24T21:22:12.197Z Compiling num v0.4.3
31582026-07-24T21:22:12.261Z Compiling toml v0.8.23
31592026-07-24T21:22:12.282Z Compiling hmac v0.13.0
31602026-07-24T21:22:12.300Z Compiling universal-hash v0.6.1
31612026-07-24T21:22:12.302Z Compiling resolv-conf v0.7.6
31622026-07-24T21:22:12.332Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31632026-07-24T21:22:12.351Z Compiling usdt v0.5.0
31642026-07-24T21:22:12.373Z Compiling cancel-safe-futures v0.1.5
31652026-07-24T21:22:12.474Z Compiling polyval v0.7.1
31662026-07-24T21:22:12.490Z Compiling der v0.8.0
31672026-07-24T21:22:12.506Z Compiling prettyplease v0.2.37
31682026-07-24T21:22:12.548Z Compiling pbkdf2 v0.13.0
31692026-07-24T21:22:12.633Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31702026-07-24T21:22:12.672Z Compiling ghash v0.6.0
31712026-07-24T21:22:12.711Z Compiling aes v0.9.1
31722026-07-24T21:22:12.731Z Compiling console v0.15.11
31732026-07-24T21:22:12.751Z Compiling hickory-proto v0.24.4
31742026-07-24T21:22:12.784Z Compiling newline-converter v0.3.0
31752026-07-24T21:22:12.807Z Compiling ctr v0.10.1
31762026-07-24T21:22:12.828Z Compiling aead v0.6.1
31772026-07-24T21:22:12.925Z Compiling sha2 v0.11.0
31782026-07-24T21:22:12.943Z Compiling linear-map v1.2.0
31792026-07-24T21:22:13.021Z Compiling linked-hash-map v0.5.6
31802026-07-24T21:22:13.039Z Compiling libefi-sys v0.1.0
31812026-07-24T21:22:13.158Z Compiling aes-gcm v0.11.0
31822026-07-24T21:22:13.231Z Compiling typify-macro v0.6.2
31832026-07-24T21:22:13.248Z Compiling lru-cache v0.1.2
31842026-07-24T21:22:13.265Z Compiling expectorate v1.2.0
31852026-07-24T21:22:13.285Z Compiling oxide-update-engine-types v0.1.2
31862026-07-24T21:22:13.322Z Compiling crypto-bigint v0.7.5
31872026-07-24T21:22:13.340Z Compiling cbc v0.2.1
31882026-07-24T21:22:13.384Z Compiling salsa20 v0.11.0
31892026-07-24T21:22:13.401Z Compiling spki v0.8.0
31902026-07-24T21:22:13.448Z Compiling bitfield-struct v0.6.2
31912026-07-24T21:22:13.521Z Compiling nom v8.0.0
31922026-07-24T21:22:13.558Z Compiling semver v0.1.20
31932026-07-24T21:22:13.767Z Compiling rustc_version v0.1.7
31942026-07-24T21:22:13.833Z Compiling scrypt v0.12.0
31952026-07-24T21:22:13.853Z Compiling tokio-dtrace v0.1.1
31962026-07-24T21:22:13.871Z Compiling dropshot-api-manager-types v0.7.2
31972026-07-24T21:22:13.873Z Compiling slog-dtrace v0.3.0
31982026-07-24T21:22:14.025Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-07-24T21:22:14.127Z Compiling minimal-lexical v0.2.1
32002026-07-24T21:22:14.160Z Compiling oxide-tokio-rt v0.1.4
32012026-07-24T21:22:14.160Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-07-24T21:22:14.163Z Compiling newtype_derive v0.1.6
32032026-07-24T21:22:14.211Z Compiling pkcs5 v0.8.1
32042026-07-24T21:22:14.228Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32052026-07-24T21:22:14.244Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32062026-07-24T21:22:14.333Z Compiling ingot-types v0.1.2
32072026-07-24T21:22:14.409Z Compiling oxide-update-engine v0.1.2
32082026-07-24T21:22:14.434Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-07-24T21:22:14.456Z Compiling nom v7.1.3
32102026-07-24T21:22:14.474Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32112026-07-24T21:22:14.500Z Compiling phf_shared v0.12.1
32122026-07-24T21:22:14.551Z Compiling csv-core v0.1.13
32132026-07-24T21:22:14.697Z Compiling ingot v0.1.1
32142026-07-24T21:22:14.773Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32152026-07-24T21:22:14.790Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32162026-07-24T21:22:14.819Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32172026-07-24T21:22:14.837Z Compiling highway v1.3.0
32182026-07-24T21:22:14.840Z Compiling unicode-xid v0.2.6
32192026-07-24T21:22:14.929Z Compiling hickory-resolver v0.24.4
32202026-07-24T21:22:14.999Z Compiling xshell-macros v0.2.7
32212026-07-24T21:22:15.054Z Compiling chrono-tz v0.10.4
32222026-07-24T21:22:15.072Z Compiling typify v0.6.2
32232026-07-24T21:22:15.214Z Compiling progenitor-impl v0.14.0
32242026-07-24T21:22:15.230Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32252026-07-24T21:22:15.356Z Compiling const_format_proc_macros v0.2.34
32262026-07-24T21:22:15.378Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32272026-07-24T21:22:15.489Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32282026-07-24T21:22:15.793Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32292026-07-24T21:22:15.882Z Compiling xshell v0.2.7
32302026-07-24T21:22:15.900Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32312026-07-24T21:22:15.972Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32322026-07-24T21:22:16.257Z Compiling qorb v0.4.1
32332026-07-24T21:22:16.431Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32342026-07-24T21:22:16.466Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32352026-07-24T21:22:16.486Z Compiling csv v1.4.0
32362026-07-24T21:22:16.503Z Compiling phf v0.12.1
32372026-07-24T21:22:16.526Z Compiling pkcs8 v0.11.0
32382026-07-24T21:22:16.651Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32392026-07-24T21:22:16.688Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-07-24T21:22:16.690Z Compiling owo-colors v4.3.0
32412026-07-24T21:22:16.930Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32422026-07-24T21:22:16.961Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32432026-07-24T21:22:17.033Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32442026-07-24T21:22:17.153Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32452026-07-24T21:22:17.297Z Compiling const_format v0.2.35
32462026-07-24T21:22:17.328Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32472026-07-24T21:22:17.644Z Compiling tabled_derive v0.7.0
32482026-07-24T21:22:17.647Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32492026-07-24T21:22:17.767Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32502026-07-24T21:22:17.888Z Compiling bcs v0.1.6
32512026-07-24T21:22:17.922Z Compiling ff v0.14.0
32522026-07-24T21:22:17.939Z Compiling progenitor-macro v0.14.0
32532026-07-24T21:22:18.002Z Compiling tagptr v0.2.0
32542026-07-24T21:22:18.094Z Compiling salty v0.3.0
32552026-07-24T21:22:18.188Z Compiling termtree v0.5.1
32562026-07-24T21:22:18.242Z Compiling textwrap v0.16.2
32572026-07-24T21:22:18.338Z Compiling moka v0.12.13
32582026-07-24T21:22:18.374Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-07-24T21:22:18.420Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32602026-07-24T21:22:18.555Z Compiling steno v0.4.1
32612026-07-24T21:22:18.598Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32622026-07-24T21:22:18.618Z Compiling sha1 v0.10.6
32632026-07-24T21:22:18.690Z Compiling signature v3.0.0
32642026-07-24T21:22:18.707Z Compiling tabled v0.15.0
32652026-07-24T21:22:18.744Z Compiling base16ct v1.0.0
32662026-07-24T21:22:18.766Z Compiling base64 v0.21.7
32672026-07-24T21:22:18.876Z Compiling radium v0.7.0
32682026-07-24T21:22:18.898Z Compiling sec1 v0.8.1
32692026-07-24T21:22:18.949Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32702026-07-24T21:22:19.119Z Compiling hickory-resolver v0.25.2
32712026-07-24T21:22:19.188Z Compiling group v0.14.0
32722026-07-24T21:22:19.206Z Compiling hkdf v0.13.0
32732026-07-24T21:22:19.242Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32742026-07-24T21:22:19.264Z Compiling rfc6979 v0.4.0
32752026-07-24T21:22:19.405Z Compiling tap v1.0.1
32762026-07-24T21:22:19.422Z Compiling maybe-uninit v2.0.0
32772026-07-24T21:22:19.425Z Compiling ecdsa v0.16.9
32782026-07-24T21:22:19.567Z Compiling wyz v0.5.1
32792026-07-24T21:22:19.619Z Compiling elliptic-curve v0.14.0-rc.33
32802026-07-24T21:22:19.831Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32812026-07-24T21:22:19.883Z Compiling primeorder v0.13.6
32822026-07-24T21:22:19.945Z Compiling proc-macro-error-attr2 v2.0.0
32832026-07-24T21:22:20.023Z Compiling packed_struct v0.10.1
32842026-07-24T21:22:20.166Z Compiling parking_lot_core v0.8.6
32852026-07-24T21:22:20.186Z Compiling funty v2.0.0
32862026-07-24T21:22:20.324Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32872026-07-24T21:22:20.355Z Compiling utf-8 v0.7.6
32882026-07-24T21:22:20.425Z Compiling proc-macro-error2 v2.0.1
32892026-07-24T21:22:20.528Z Compiling tungstenite v0.21.0
32902026-07-24T21:22:20.559Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32912026-07-24T21:22:20.576Z Compiling bitvec v1.0.1
32922026-07-24T21:22:20.747Z Compiling p384 v0.13.1
32932026-07-24T21:22:20.852Z Compiling rfc6979 v0.5.0
32942026-07-24T21:22:20.874Z Compiling git-stub v1.0.0
32952026-07-24T21:22:21.034Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32962026-07-24T21:22:21.051Z Compiling num-derive v0.3.3
32972026-07-24T21:22:21.071Z Compiling packed_struct_codegen v0.10.1
32982026-07-24T21:22:21.103Z Compiling bitfield-macros v0.19.4
32992026-07-24T21:22:21.167Z Compiling zerocopy-derive v0.6.6
33002026-07-24T21:22:21.188Z Compiling indexmap v1.9.3
33012026-07-24T21:22:21.350Z Compiling nodrop v0.1.14
33022026-07-24T21:22:21.367Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33032026-07-24T21:22:21.410Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33042026-07-24T21:22:21.429Z Compiling crc-catalog v2.4.0
33052026-07-24T21:22:21.471Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33062026-07-24T21:22:21.550Z Compiling crc v3.4.0
33072026-07-24T21:22:21.686Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33082026-07-24T21:22:21.734Z Compiling array-init v0.0.4
33092026-07-24T21:22:21.808Z Compiling tokio-tungstenite v0.21.0
33102026-07-24T21:22:21.830Z Compiling git-stub-vcs v0.1.0
33112026-07-24T21:22:21.905Z Compiling bitfield v0.19.4
33122026-07-24T21:22:22.030Z Compiling ecdsa v0.17.0-rc.18
33132026-07-24T21:22:22.058Z Compiling libscf-sys v1.1.0
33142026-07-24T21:22:22.100Z Compiling smallvec v0.6.14
33152026-07-24T21:22:22.117Z Compiling tabled_derive v0.11.0
33162026-07-24T21:22:22.120Z Compiling zerocopy v0.6.6
33172026-07-24T21:22:22.213Z Compiling primeorder v0.14.0-rc.10
33182026-07-24T21:22:22.231Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-07-24T21:22:22.266Z Compiling primefield v0.14.0
33202026-07-24T21:22:22.338Z Compiling progenitor-impl v0.13.0
33212026-07-24T21:22:22.378Z Compiling papergrid v0.17.0
33222026-07-24T21:22:22.477Z Compiling testing_table v0.3.0
33232026-07-24T21:22:22.495Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33242026-07-24T21:22:22.495Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33252026-07-24T21:22:22.527Z Compiling curve25519-dalek v5.0.0-rc.0
33262026-07-24T21:22:22.560Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33272026-07-24T21:22:22.661Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-07-24T21:22:22.690Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33292026-07-24T21:22:22.709Z Compiling unicase v2.9.0
33302026-07-24T21:22:22.811Z Compiling corncobs v0.1.4
33312026-07-24T21:22:22.828Z Compiling hashbrown v0.12.3
33322026-07-24T21:22:22.934Z Compiling illumos-nvpair-sys v0.2.0
33332026-07-24T21:22:23.007Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-07-24T21:22:23.007Z Compiling mime_guess v2.0.5
33352026-07-24T21:22:23.057Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-07-24T21:22:23.074Z Compiling progenitor v0.14.0
33372026-07-24T21:22:23.092Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33382026-07-24T21:22:23.198Z Compiling parking_lot v0.11.2
33392026-07-24T21:22:23.232Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33402026-07-24T21:22:23.249Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33412026-07-24T21:22:23.312Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33422026-07-24T21:22:23.338Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33432026-07-24T21:22:23.360Z Compiling tabled v0.20.0
33442026-07-24T21:22:23.449Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33452026-07-24T21:22:23.502Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33462026-07-24T21:22:23.575Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33472026-07-24T21:22:23.609Z Compiling serde-hex v0.1.0
33482026-07-24T21:22:23.626Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33492026-07-24T21:22:23.826Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33502026-07-24T21:22:24.072Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33512026-07-24T21:22:24.089Z Compiling ron v0.8.1
33522026-07-24T21:22:24.107Z Compiling ssh-encoding v0.3.0-rc.9
33532026-07-24T21:22:24.125Z Compiling hashbrown v0.13.2
33542026-07-24T21:22:24.215Z Compiling progenitor-client v0.13.0
33552026-07-24T21:22:24.232Z Compiling prefix-trie v0.7.0
33562026-07-24T21:22:24.483Z Compiling fxhash v0.2.1
33572026-07-24T21:22:24.649Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33582026-07-24T21:22:24.668Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33592026-07-24T21:22:24.682Z Compiling secrecy v0.8.0
33602026-07-24T21:22:24.865Z Compiling crc-any v2.5.0
33612026-07-24T21:22:24.902Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33622026-07-24T21:22:24.991Z Compiling progenitor-macro v0.13.0
33632026-07-24T21:22:25.176Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33642026-07-24T21:22:25.359Z Compiling sled v0.34.7
33652026-07-24T21:22:25.575Z Compiling object v0.30.4
33662026-07-24T21:22:25.697Z Compiling hickory-server v0.25.2
33672026-07-24T21:22:25.800Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33682026-07-24T21:22:25.827Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33692026-07-24T21:22:25.880Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33702026-07-24T21:22:25.925Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33712026-07-24T21:22:26.370Z Compiling ed25519 v3.0.0
33722026-07-24T21:22:26.438Z Compiling crypto-primes v0.7.2
33732026-07-24T21:22:26.493Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33742026-07-24T21:22:26.875Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33752026-07-24T21:22:27.132Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33762026-07-24T21:22:27.234Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33772026-07-24T21:22:27.506Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33782026-07-24T21:22:27.533Z Compiling pkcs1 v0.8.0-rc.4
33792026-07-24T21:22:27.627Z Compiling poly1305 v0.9.0
33802026-07-24T21:22:27.647Z Compiling blowfish v0.10.0
33812026-07-24T21:22:27.783Z Compiling blake2 v0.11.0-rc.6
33822026-07-24T21:22:27.911Z Compiling keccak v0.2.0
33832026-07-24T21:22:27.928Z Compiling half v1.8.3
33842026-07-24T21:22:27.959Z Compiling crc8 v0.1.1
33852026-07-24T21:22:28.108Z Compiling http-range v0.1.5
33862026-07-24T21:22:28.126Z Compiling fiat-crypto v0.3.0
33872026-07-24T21:22:28.216Z Compiling path-slash v0.1.5
33882026-07-24T21:22:28.232Z Compiling serde_cbor v0.11.2
33892026-07-24T21:22:28.248Z Compiling argon2 v0.6.0-rc.8
33902026-07-24T21:22:28.346Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33912026-07-24T21:22:28.389Z Compiling sha3 v0.11.0
33922026-07-24T21:22:28.406Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33932026-07-24T21:22:28.421Z Compiling ssh-cipher v0.3.0-rc.9
33942026-07-24T21:22:28.425Z Compiling bcrypt-pbkdf v0.11.0
33952026-07-24T21:22:28.546Z Compiling rsa v0.10.0-rc.18
33962026-07-24T21:22:28.699Z Compiling ed25519-dalek v3.0.0-rc.0
33972026-07-24T21:22:28.763Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33982026-07-24T21:22:28.867Z Compiling illumos-nvpair v0.3.0
33992026-07-24T21:22:29.081Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34002026-07-24T21:22:29.149Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34012026-07-24T21:22:29.269Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34022026-07-24T21:22:29.324Z Compiling p521 v0.14.0-rc.10
34032026-07-24T21:22:29.365Z Compiling p256 v0.14.0-rc.10
34042026-07-24T21:22:29.502Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34052026-07-24T21:22:29.521Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34062026-07-24T21:22:29.540Z Compiling yasna v0.5.2
34072026-07-24T21:22:29.689Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34082026-07-24T21:22:30.054Z Compiling kstat-rs v0.2.4
34092026-07-24T21:22:30.071Z Compiling headers-core v0.3.0
34102026-07-24T21:22:30.088Z Compiling progenitor v0.13.0
34112026-07-24T21:22:30.091Z Compiling kem v0.3.0
34122026-07-24T21:22:30.211Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34132026-07-24T21:22:30.229Z Compiling module-lattice v0.2.3
34142026-07-24T21:22:30.248Z Compiling nanorand v0.7.0
34152026-07-24T21:22:30.251Z Compiling atty v0.2.14
34162026-07-24T21:22:30.284Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34172026-07-24T21:22:30.288Z Compiling headers v0.4.1
34182026-07-24T21:22:30.393Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34192026-07-24T21:22:30.431Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34202026-07-24T21:22:30.533Z Compiling flume v0.11.1
34212026-07-24T21:22:30.596Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34222026-07-24T21:22:30.651Z Compiling ml-kem v0.3.2
34232026-07-24T21:22:30.841Z Compiling rcgen v0.12.1
34242026-07-24T21:22:30.876Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34252026-07-24T21:22:31.121Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34262026-07-24T21:22:31.138Z Compiling hyper-staticfile v0.10.1
34272026-07-24T21:22:31.459Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34282026-07-24T21:22:31.611Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34292026-07-24T21:22:31.679Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34302026-07-24T21:22:31.751Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34312026-07-24T21:22:31.848Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34322026-07-24T21:22:31.913Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34332026-07-24T21:22:32.138Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-07-24T21:22:32.383Z Compiling russh-cryptovec v0.61.0
34352026-07-24T21:22:32.459Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34362026-07-24T21:22:32.638Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34372026-07-24T21:22:32.663Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-07-24T21:22:32.813Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34392026-07-24T21:22:32.833Z Compiling internal-russh-num-bigint v0.5.0
34402026-07-24T21:22:32.877Z Compiling port-file v0.1.0
34412026-07-24T21:22:32.899Z Compiling num-bigint v0.4.6
34422026-07-24T21:22:32.917Z Compiling generic-array v1.4.3
34432026-07-24T21:22:33.125Z Compiling russh-util v0.52.0
34442026-07-24T21:22:33.149Z Compiling enum_dispatch v0.3.13
34452026-07-24T21:22:33.254Z Compiling delegate v0.13.5
34462026-07-24T21:22:33.277Z Compiling subprocess v0.2.15
34472026-07-24T21:22:33.311Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-07-24T21:22:33.391Z Compiling p384 v0.14.0-rc.10
34492026-07-24T21:22:33.427Z Compiling hex-literal v1.1.0
34502026-07-24T21:22:33.554Z Compiling display-error-chain v0.2.2
34512026-07-24T21:22:33.572Z Compiling md5 v0.8.0
34522026-07-24T21:22:33.750Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34532026-07-24T21:22:33.768Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34542026-07-24T21:22:33.832Z Compiling colored v2.2.0
34552026-07-24T21:22:33.863Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34562026-07-24T21:22:34.034Z Compiling socket2 v0.5.10
34572026-07-24T21:22:34.113Z Compiling internet-checksum v0.2.1
34582026-07-24T21:22:34.472Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34592026-07-24T21:22:35.249Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34602026-07-24T21:22:35.520Z Compiling ssh-key v0.7.0-rc.10
34612026-07-24T21:22:35.781Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34622026-07-24T21:22:36.757Z Compiling russh v0.61.2
34632026-07-24T21:22:37.194Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34642026-07-24T21:22:38.108Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34652026-07-24T21:22:46.438Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34662026-07-24T21:22:46.438Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34672026-07-24T21:22:46.438Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34682026-07-24T21:22:46.441Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-07-24T21:22:48.162Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34702026-07-24T21:22:48.205Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34712026-07-24T21:22:52.097Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34722026-07-24T21:23:31.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34732026-07-24T21:23:31.778Z
34742026-07-24T21:23:31.779Zreal 1:26.784457781
34752026-07-24T21:23:31.779Zuser 8:41.535207743
34762026-07-24T21:23:31.779Zsys 1:41.492389028
34772026-07-24T21:23:31.782Ztrap 0.262098407
34782026-07-24T21:23:31.782Ztflt 0.392414429
34792026-07-24T21:23:31.782Zdflt 1.644482379
34802026-07-24T21:23:31.782Zkflt 0.000222870
34812026-07-24T21:23:31.782Zlock 30:51.685849442
34822026-07-24T21:23:31.782Zslp 19:57.303051972
34832026-07-24T21:23:31.782Zlat 42.584297022
34842026-07-24T21:23:31.782Zstop 2:57.401438196
34852026-07-24T21:23:31.782Z+ mkdir tests
34862026-07-24T21:23:31.785Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34872026-07-24T21:23:31.785Z+ xargs -I '{}' -t cp '{}' tests/
34882026-07-24T21:23:31.807Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34892026-07-24T21:23:31.838Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34902026-07-24T21:23:31.867Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34912026-07-24T21:23:31.897Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34922026-07-24T21:23:32.250Z+ 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)
34932026-07-24T21:23:32.253Z+ 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-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 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
34942026-07-24T21:24:52.014ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34952026-07-24T21:24:52.014Za .github/buildomat/ci-env.sh 1K
34962026-07-24T21:24:52.014Za out/target/test 1K
34972026-07-24T21:24:52.014Za out/npuzone/npuzone 27402K
34982026-07-24T21:24:52.014Za package-manifest.toml 35K
34992026-07-24T21:24:52.014Za smf/sled-agent/non-gimlet/config.toml 6K
35002026-07-24T21:24:52.014Za target/release/omicron-package 40702K
35012026-07-24T21:24:52.014Za target/release/xtask 10468K
35022026-07-24T21:24:52.014Za target/debug/bootstrap 349604K
35032026-07-24T21:24:52.014Za tests/bootstrap-ea78505dc2dc167f 31974K
35042026-07-24T21:24:52.014Za tests/commtest-33515beb2d6ed64a 32169K
35052026-07-24T21:24:52.014Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
35062026-07-24T21:24:52.014Za tests/end_to_end_tests-fe05326eebb245d2 399480K
35072026-07-24T21:24:52.014Za tools/opte_version 1K
35082026-07-24T21:24:52.014Za tools/opte_version_override 2K
35092026-07-24T21:24:52.014Za out/clickhouse.tar.gz 310685K
35102026-07-24T21:24:52.015Za out/clickhouse_keeper.tar.gz 297157K
35112026-07-24T21:24:52.015Za out/clickhouse_server.tar.gz 310683K
35122026-07-24T21:24:52.015Za out/cockroachdb.tar.gz 161716K
35132026-07-24T21:24:52.015Za out/crucible-pantry-zone.tar.gz 39101K
35142026-07-24T21:24:52.015Za out/crucible-utils.tar 18900K
35152026-07-24T21:24:52.015Za out/crucible-zone.tar.gz 53797K
35162026-07-24T21:24:52.015Za out/external-dns.tar.gz 46144K
35172026-07-24T21:24:52.015Za out/internal-dns.tar.gz 46143K
35182026-07-24T21:24:52.015Za out/mg-ddm-gz.tar 102717K
35192026-07-24T21:24:52.015Za out/nexus.tar.gz 272855K
35202026-07-24T21:24:52.015Za out/ntp.tar.gz 29898K
35212026-07-24T21:24:52.015Za out/omicron-gateway-softnpu.tar.gz 27701K
35222026-07-24T21:24:52.015Za out/omicron-sled-agent.tar 191392K
35232026-07-24T21:24:52.015Za out/overlay.tar.gz 4K
35242026-07-24T21:24:52.015Za out/oximeter.tar.gz 59897K
35252026-07-24T21:24:52.015Za out/oxlog.tar 3808K
35262026-07-24T21:24:52.015Za out/probe.tar.gz 3037K
35272026-07-24T21:24:52.015Za out/propolis-server.tar.gz 34372K
35282026-07-24T21:24:52.015Za out/pumpkind-gz.tar 26647K
35292026-07-24T21:24:52.015Za out/switch-softnpu.tar.gz 449682K
35302026-07-24T21:24:52.018Z
35312026-07-24T21:24:52.018Zreal 1:19.761079957
35322026-07-24T21:24:52.018Zuser 1:17.175267519
35332026-07-24T21:24:52.018Zsys 4.292111618
35342026-07-24T21:24:52.018Ztrap 0.005787596
35352026-07-24T21:24:52.018Ztflt 0.000000000
35362026-07-24T21:24:52.018Zdflt 0.000000000
35372026-07-24T21:24:52.018Zkflt 0.000000000
35382026-07-24T21:24:52.018Zlock 0.000000000
35392026-07-24T21:24:52.019Zslp 1:17.110470045
35402026-07-24T21:24:52.019Zlat 0.933796205
35412026-07-24T21:24:52.019Zstop 0.000167630
35422026-07-24T21:24:52.019Zprocess exited: duration 955093 ms, exit code 0
 
35432026-07-24T21:24:52.031Zfound 1 output files
35442026-07-24T21:24:52.057Zuploading: /work/package.tar.gz (2482166929 bytes)
35452026-07-24T21:25:24.053Zuploaded: /work/package.tar.gz