01KZSE7KTXD191TE0NS5F9H5VA: 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: 01KZSE8GANY8AKETBPJ0FYT9D8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T22:15:34.468Zjob assigned to worker 01KZSE923ENGVBV05G2E0JGHFX [factory aws, i-09af3e21984a73f20] (queued for 1 m 1 s)
 
22026-08-11T22:15:41.303Zstarting task 0: "setup"
32026-08-11T22:15:41.346Z++ uname -s
42026-08-11T22:15:41.346Z+ kern=SunOS
52026-08-11T22:15:41.346Z+ build_user=build
62026-08-11T22:15:41.346Z+ build_uid=12345
72026-08-11T22:15:41.346Z+ work_dir=/work
82026-08-11T22:15:41.346Z+ input_dir=/input
92026-08-11T22:15:41.346Z+ [[ 0 == 12345 ]]
102026-08-11T22:15:41.346Z+ case "$kern" in
112026-08-11T22:15:41.346Z+ groupadd -g 12345 build
122026-08-11T22:15:41.346Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T22:15:43.359Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T22:15:43.459Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T22:15:43.482Z+ home_fs=zfs
162026-08-11T22:15:43.483Z+ [[ zfs == autofs ]]
172026-08-11T22:15:43.483Z+ mkdir -p /home/build
182026-08-11T22:15:43.484Z+ chown build:build /home/build /work
192026-08-11T22:15:47.013Z+ chmod 0700 /home/build /work
202026-08-11T22:15:47.048Zprocess exited: duration 4172 ms, exit code 0
 
212026-08-11T22:15:47.119Zstarting task 1: "rust-toolchain"
222026-08-11T22:15:47.174Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T22:15:47.174Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-11T22:15:47.174Z * rust toolchain channel = "1.97.1"
252026-08-11T22:15:47.174Z * rust toolchain profile = "default"
262026-08-11T22:15:47.174Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T22:15:47.175Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T22:15:47.175Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T22:15:47.175Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T22:15:47.236Zinfo: downloading installer
312026-08-11T22:15:49.009Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T22:15:49.009Zwarn: /home/build/.rustup/settings.toml
332026-08-11T22:15:49.009Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T22:15:49.009Zwarn: instead of the one inferred from the default host triple.
352026-08-11T22:15:49.024Zinfo: profile set to default
362026-08-11T22:15:49.024Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T22:15:49.039Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T22:15:49.183Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T22:15:49.193Zinfo: downloading 6 components
402026-08-11T22:16:04.718Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-11T22:16:04.718Z
422026-08-11T22:16:04.734Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T22:16:04.734Z
442026-08-11T22:16:04.734Z
452026-08-11T22:16:04.734ZRust is installed now. Great!
462026-08-11T22:16:04.734Z
472026-08-11T22:16:04.734ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T22:16:04.734Zenvironment variable. This has not been done automatically.
492026-08-11T22:16:04.734Z
502026-08-11T22:16:04.734ZTo configure your current shell, you need to source
512026-08-11T22:16:04.734Zthe corresponding env file under $HOME/.cargo.
522026-08-11T22:16:04.734Z
532026-08-11T22:16:04.734ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T22:16:04.750Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T22:16:04.757Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T22:16:04.757Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T22:16:04.758Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T22:16:04.758Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T22:16:04.758Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T22:16:04.758Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T22:16:04.758Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T22:16:04.832Z+ rustup --version
632026-08-11T22:16:04.843Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T22:16:04.844Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T22:16:04.862Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T22:16:04.894Z+ cargo --version
672026-08-11T22:16:04.894Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T22:16:04.894Z+ rustc --version
692026-08-11T22:16:04.918Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T22:16:04.918Zprocess exited: duration 17774 ms, exit code 0
 
712026-08-11T22:16:04.940Zstarting task 2: "authentication"
722026-08-11T22:16:04.970ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-11T22:16:57.221Zprocess exited: duration 52278 ms, exit code 0
 
742026-08-11T22:16:57.243Zstarting task 3: "clone repository"
752026-08-11T22:16:57.258Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-11T22:16:57.258Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-11T22:16:57.317ZCloning into '/work/oxidecomputer/omicron'...
782026-08-11T22:17:15.354Z+ cd /work/oxidecomputer/omicron
792026-08-11T22:17:15.354Z+ git fetch origin 0d881891ca1970343540d172caefdc5fa5340962
802026-08-11T22:17:15.708ZFrom https://github.com/oxidecomputer/omicron
812026-08-11T22:17:15.708Z * branch 0d881891ca1970343540d172caefdc5fa5340962 -> FETCH_HEAD
822026-08-11T22:17:15.724Z+ [[ -n '' ]]
832026-08-11T22:17:15.724Z+ git reset --hard 0d881891ca1970343540d172caefdc5fa5340962
842026-08-11T22:17:15.973ZHEAD is now at 0d881891c [spr] initial version
852026-08-11T22:17:15.976Zprocess exited: duration 18736 ms, exit code 0
 
862026-08-11T22:17:15.985Zstarting task 4: "build"
872026-08-11T22:17:15.989Z+ source .github/buildomat/ci-env.sh
882026-08-11T22:17:15.989Z++ export CARGO_TERM_COLOR=always
892026-08-11T22:17:15.989Z++ CARGO_TERM_COLOR=always
902026-08-11T22:17:15.993Z+++ uname -s
912026-08-11T22:17:15.993Z++ [[ SunOS == \S\u\n\O\S ]]
922026-08-11T22:17:15.993Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
932026-08-11T22:17:16.000Z+ cargo --version
942026-08-11T22:17:16.007Zcargo 1.97.1 (c980f4866 2026-06-30)
952026-08-11T22:17:16.007Z+ rustc --version
962026-08-11T22:17:16.028Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-11T22:17:16.031Z+ WORK=/work
982026-08-11T22:17:16.032Z+ pfexec mkdir -p /work
992026-08-11T22:17:16.035Z+ pfexec chown build /work
1002026-08-11T22:17:16.038Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1012026-08-11T22:17:18.779Z Startup: Refreshing catalog 'helios' ... Done
1022026-08-11T22:17:19.116Z Startup: Caching catalogs ... Done
1032026-08-11T22:17:20.858ZPlanning: Solver setup ... Done (1.640s)
1042026-08-11T22:17:20.915ZPlanning: Running solver ... Done (0.056s)
1052026-08-11T22:17:20.951ZPlanning: Finding local manifests ... Done (0.002s)
1062026-08-11T22:17:20.963ZPlanning: Fetching manifests: 0/2 0% complete
1072026-08-11T22:17:20.979ZPlanning: Fetching manifests: 2/2 100% complete
1082026-08-11T22:17:20.993ZPlanning: Package planning ... Done (0.014s)
1092026-08-11T22:17:20.997ZPlanning: Merging actions ... Done (0.001s)
1102026-08-11T22:17:21.168ZPlanning: Checking for conflicting actions ... Done (0.172s)
1112026-08-11T22:17:21.171ZPlanning: Consolidating action changes ... Done (0.001s)
1122026-08-11T22:17:23.238ZPlanning: Evaluating mediators ... Done (2.068s)
1132026-08-11T22:17:23.243ZPlanning: Planning completed in 4.09 seconds
1142026-08-11T22:17:23.248Z Packages to install: 2
1152026-08-11T22:17:23.248Z Estimated space available: 156.01 GB
1162026-08-11T22:17:23.248ZEstimated space to be consumed: 67.95 MB
1172026-08-11T22:17:23.248Z Create boot environment: No
1182026-08-11T22:17:23.248ZCreate backup boot environment: No
1192026-08-11T22:17:23.248Z Rebuild boot archive: No
1202026-08-11T22:17:23.248Z
1212026-08-11T22:17:23.248ZChanged packages:
1222026-08-11T22:17:23.248Zhelios
1232026-08-11T22:17:23.249Z developer/build-essential
1242026-08-11T22:17:23.249Z None -> 11-3.0
1252026-08-11T22:17:23.249Z library/libxmlsec1
1262026-08-11T22:17:23.249Z None -> 1.2.35-3.0
1272026-08-11T22:17:23.328Z
1282026-08-11T22:17:23.328ZDownload: 0/214 items 0.0/1.3MB 0% complete
1292026-08-11T22:17:23.426ZDownload: Completed 1.28 MB in 0.07 seconds (17.5M/s)
1302026-08-11T22:17:23.466Z Actions: 1/268 actions (Installing new actions)
1312026-08-11T22:17:23.504Z Actions: Completed 268 actions in 0.04 seconds.
1322026-08-11T22:17:23.535ZFinalize: Updating package state database ... Done (0.030s)
1332026-08-11T22:17:23.535ZFinalize: Updating package cache ... Done (0.000s)
1342026-08-11T22:17:23.606ZFinalize: Updating image state ... Done (0.072s)
1352026-08-11T22:17:26.687ZFinalize: Creating fast lookup database ... Done (3.032s)
1362026-08-11T22:17:26.790ZFinalize: Reading search index ... Done (0.045s)
1372026-08-11T22:17:26.794ZFinalize: Updating search index ... Done (0.000s)
1382026-08-11T22:17:26.892ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-11T22:17:27.252ZPlanning: Evaluating mediator changes ... Done
1402026-08-11T22:17:27.357ZPlanning: Checking for conflicting actions ... Done
1412026-08-11T22:17:27.361ZPlanning: Consolidating action changes ... Done
1422026-08-11T22:17:27.515ZPlanning: Evaluating mediators ... Done
1432026-08-11T22:17:27.518ZPlanning: Planning completed in 0.26 seconds
1442026-08-11T22:17:27.538Z Mediators to change: 2
1452026-08-11T22:17:27.539Z Create boot environment: No
1462026-08-11T22:17:27.539ZCreate backup boot environment: No
1472026-08-11T22:17:27.618ZFinalize: Updating package state database ... Done
1482026-08-11T22:17:27.619ZFinalize: Updating package cache ... Done
1492026-08-11T22:17:27.642ZFinalize: Updating image state ... Done
1502026-08-11T22:17:29.615ZFinalize: Creating fast lookup database ... Done
1512026-08-11T22:17:29.675ZFinalize: Reading search index ... Done
1522026-08-11T22:17:29.679ZFinalize: Updating search index ... Done
1532026-08-11T22:17:29.782ZFinalize: Updating package cache ... Done
1542026-08-11T22:17:30.067ZPlanning: Evaluating mediator changes ... Done
1552026-08-11T22:17:30.172ZPlanning: Checking for conflicting actions ... Done
1562026-08-11T22:17:30.175ZPlanning: Consolidating action changes ... Done
1572026-08-11T22:17:30.331ZPlanning: Evaluating mediators ... Done
1582026-08-11T22:17:30.334ZPlanning: Planning completed in 0.26 seconds
1592026-08-11T22:17:30.355Z Mediators to change: 1
1602026-08-11T22:17:30.355Z Create boot environment: No
1612026-08-11T22:17:30.355ZCreate backup boot environment: No
1622026-08-11T22:17:30.411ZFinalize: Updating package state database ... Done
1632026-08-11T22:17:30.411ZFinalize: Updating package cache ... Done
1642026-08-11T22:17:30.454ZFinalize: Updating image state ... Done
1652026-08-11T22:17:32.414ZFinalize: Creating fast lookup database ... Done
1662026-08-11T22:17:32.478ZFinalize: Reading search index ... Done
1672026-08-11T22:17:32.481ZFinalize: Updating search index ... Done
1682026-08-11T22:17:32.559ZFinalize: Updating package cache ... Done
1692026-08-11T22:17:32.911ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1702026-08-11T22:17:32.911Zapache system 2.4 system
1712026-08-11T22:17:32.911Zclang system 15 system
1722026-08-11T22:17:32.911Zcsh system system illumos
1732026-08-11T22:17:32.911Zctags system system illumos
1742026-08-11T22:17:32.911Zfile vendor vendor darwinsys
1752026-08-11T22:17:32.911Zfile system system illumos
1762026-08-11T22:17:32.911Zgcc vendor 14 vendor
1772026-08-11T22:17:32.911Zgcc system 13 system
1782026-08-11T22:17:32.911Zgcc system 10 system
1792026-08-11T22:17:32.911Zgo system 1.25 system
1802026-08-11T22:17:32.911Zllvm system 15 system
1812026-08-11T22:17:32.911Zmariadb system 11.4 system
1822026-08-11T22:17:32.912Zmta vendor vendor dma
1832026-08-11T22:17:32.912Zopenjdk system 17 system
1842026-08-11T22:17:32.912Zopenjdk system 11 system
1852026-08-11T22:17:32.912Zopenssl vendor 3 vendor
1862026-08-11T22:17:32.912Zperl system 5.40 system
1872026-08-11T22:17:32.912Zpostgresql system 18 system
1882026-08-11T22:17:32.912Zpostgresql system 17 system
1892026-08-11T22:17:32.912Zpython vendor 3 vendor
1902026-08-11T22:17:32.912Zpython system 2 system
1912026-08-11T22:17:32.912Zpython3 vendor 3.13 vendor
1922026-08-11T22:17:32.912Zruby system 3.4 system
1932026-08-11T22:17:32.912Zruby system 3.0 system
1942026-08-11T22:17:32.912Zwords vendor vendor american-english
1952026-08-11T22:17:32.912Zwords system system australian-english
1962026-08-11T22:17:32.912Zwords system system british-english
1972026-08-11T22:17:32.912Zwords system system canadian-english
1982026-08-11T22:17:32.912Zwords system system french
1992026-08-11T22:17:32.912Zwords system system italian
2002026-08-11T22:17:32.912Zwords system system ngerman
2012026-08-11T22:17:32.912Zwords system system ogerman
2022026-08-11T22:17:32.912Zwords system system spanish
2032026-08-11T22:17:33.141ZPUBLISHER TYPE STATUS P LOCATION
2042026-08-11T22:17:33.142Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2052026-08-11T22:17:33.586ZFMRI IFO
2062026-08-11T22:17:33.586Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2072026-08-11T22:17:33.586Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2082026-08-11T22:17:33.587Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2092026-08-11T22:17:33.587Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2102026-08-11T22:17:33.587Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2112026-08-11T22:17:33.587Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2122026-08-11T22:17:33.587Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2132026-08-11T22:17:33.587Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2142026-08-11T22:17:33.587Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2152026-08-11T22:17:33.937Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2162026-08-11T22:17:34.217Z Updating crates.io index
2172026-08-11T22:17:34.221Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2182026-08-11T22:17:34.473Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2192026-08-11T22:17:34.818Z Updating git repository `https://github.com/oxidecomputer/propolis`
2202026-08-11T22:17:35.897Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2212026-08-11T22:17:36.445Z Updating git repository `https://github.com/oxidecomputer/crucible`
2222026-08-11T22:17:38.114Z Updating git repository `https://github.com/oxidecomputer/opte`
2232026-08-11T22:17:38.915Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-08-11T22:17:39.187Z Updating git repository `https://github.com/oxidecomputer/lldp`
2252026-08-11T22:17:39.535Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2262026-08-11T22:17:40.717Z Updating git repository `https://github.com/oxidecomputer/clickward`
2272026-08-11T22:17:41.383Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2282026-08-11T22:17:42.311Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2292026-08-11T22:17:42.341Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2302026-08-11T22:17:45.839Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2312026-08-11T22:17:45.889Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2322026-08-11T22:17:45.889Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2332026-08-11T22:17:45.889Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2342026-08-11T22:17:45.889Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-08-11T22:17:45.889Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2362026-08-11T22:17:45.889Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2372026-08-11T22:17:45.889Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2382026-08-11T22:17:45.889Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2392026-08-11T22:17:45.889Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2402026-08-11T22:17:48.318Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2412026-08-11T22:17:48.460Z Updating git repository `https://github.com/oxidecomputer/erebor`
2422026-08-11T22:17:48.460Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-08-11T22:17:48.460Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-08-11T22:17:48.460Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-08-11T22:17:48.460Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-08-11T22:17:48.460Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-08-11T22:17:48.693Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2482026-08-11T22:17:49.793Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-08-11T22:17:49.936Z Updating git repository `https://github.com/oxidecomputer/tough`
2502026-08-11T22:17:50.655Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-08-11T22:17:50.678Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-08-11T22:17:51.043Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-08-11T22:17:51.105Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-08-11T22:17:51.813Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2552026-08-11T22:17:51.814Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-08-11T22:17:51.989Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-08-11T22:17:52.830Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-08-11T22:17:53.977Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-08-11T22:17:57.668Z Downloading crates ...
2602026-08-11T22:17:59.129Z Downloaded equivalent v1.0.2
2612026-08-11T22:17:59.129Z Downloaded block-buffer v0.10.4
2622026-08-11T22:17:59.129Z Downloaded cargo-platform v0.3.2
2632026-08-11T22:17:59.129Z Downloaded itoa v1.0.17
2642026-08-11T22:17:59.129Z Downloaded anstream v1.0.0
2652026-08-11T22:17:59.129Z Downloaded zerocopy-derive v0.7.35
2662026-08-11T22:17:59.129Z Downloaded zmij v1.0.21
2672026-08-11T22:17:59.129Z Downloaded usdt-impl v0.5.0
2682026-08-11T22:17:59.129Z Downloaded quote v1.0.45
2692026-08-11T22:17:59.129Z Downloaded clap_lex v1.0.0
2702026-08-11T22:17:59.129Z Downloaded errno v0.3.14
2712026-08-11T22:17:59.129Z Downloaded zerocopy v0.7.35
2722026-08-11T22:17:59.129Z Downloaded getrandom v0.4.1
2732026-08-11T22:17:59.129Z Downloaded heck v0.4.1
2742026-08-11T22:17:59.130Z Downloaded byteorder v1.5.0
2752026-08-11T22:17:59.130Z Downloaded cargo_metadata v0.23.1
2762026-08-11T22:17:59.130Z Downloaded dof v0.3.0
2772026-08-11T22:17:59.130Z Downloaded digest v0.10.7
2782026-08-11T22:17:59.130Z Downloaded crypto-common v0.1.7
2792026-08-11T22:17:59.130Z Downloaded colorchoice v1.0.4
2802026-08-11T22:17:59.130Z Downloaded camino v1.2.2
2812026-08-11T22:17:59.130Z Downloaded dtrace-parser v0.2.0
2822026-08-11T22:17:59.130Z Downloaded cpufeatures v0.2.17
2832026-08-11T22:17:59.130Z Downloaded generic-array v0.14.7
2842026-08-11T22:17:59.130Z Downloaded is_terminal_polyfill v1.70.2
2852026-08-11T22:17:59.130Z Downloaded heck v0.5.0
2862026-08-11T22:17:59.130Z Downloaded autocfg v1.5.0
2872026-08-11T22:17:59.130Z Downloaded bytecount v0.6.9
2882026-08-11T22:17:59.130Z Downloaded camino-tempfile v1.4.1
2892026-08-11T22:17:59.130Z Downloaded clap v4.6.1
2902026-08-11T22:17:59.130Z Downloaded anstyle-query v1.1.5
2912026-08-11T22:17:59.130Z Downloaded cfg-if v1.0.4
2922026-08-11T22:17:59.130Z Downloaded fastrand v2.3.0
2932026-08-11T22:17:59.130Z Downloaded plain v0.2.3
2942026-08-11T22:17:59.130Z Downloaded utf8parse v0.2.2
2952026-08-11T22:17:59.130Z Downloaded thread-id v4.2.2
2962026-08-11T22:17:59.130Z Downloaded scroll_derive v0.12.1
2972026-08-11T22:17:59.130Z Downloaded terminal_size v0.4.3
2982026-08-11T22:17:59.130Z Downloaded swrite v0.1.0
2992026-08-11T22:17:59.130Z Downloaded anstyle-parse v1.0.0
3002026-08-11T22:17:59.130Z Downloaded pest_generator v2.8.6
3012026-08-11T22:17:59.130Z Downloaded usdt-attr-macro v0.5.0
3022026-08-11T22:17:59.130Z Downloaded macaddr v1.0.1
3032026-08-11T22:17:59.130Z Downloaded toml_datetime v0.6.11
3042026-08-11T22:17:59.130Z Downloaded memmap v0.7.0
3052026-08-11T22:17:59.130Z Downloaded version_check v0.9.5
3062026-08-11T22:17:59.130Z Downloaded toml_write v0.1.2
3072026-08-11T22:17:59.130Z Downloaded tabled_derive v0.7.0
3082026-08-11T22:17:59.130Z Downloaded strsim v0.11.1
3092026-08-11T22:17:59.130Z Downloaded usdt v0.5.0
3102026-08-11T22:17:59.130Z Downloaded smawk v0.3.2
3112026-08-11T22:17:59.130Z Downloaded unicode-linebreak v0.1.5
3122026-08-11T22:17:59.131Z Downloaded usdt-macro v0.5.0
3132026-08-11T22:17:59.131Z Downloaded serde_spanned v0.6.9
3142026-08-11T22:17:59.131Z Downloaded pretty-hex v0.4.1
3152026-08-11T22:17:59.131Z Downloaded anstyle v1.0.14
3162026-08-11T22:17:59.131Z Downloaded fs-err v3.3.0
3172026-08-11T22:17:59.131Z Downloaded fnv v1.0.7
3182026-08-11T22:17:59.131Z Downloaded cargo_toml v0.21.0
3192026-08-11T22:17:59.131Z Downloaded scroll v0.12.0
3202026-08-11T22:17:59.131Z Downloaded thiserror-impl v1.0.69
3212026-08-11T22:17:59.131Z Downloaded bitflags v2.11.0
3222026-08-11T22:17:59.131Z Downloaded anyhow v1.0.102
3232026-08-11T22:17:59.131Z Downloaded once_cell v1.21.3
3242026-08-11T22:17:59.131Z Downloaded clap_derive v4.6.1
3252026-08-11T22:17:59.131Z Downloaded proc-macro-error-attr v1.0.4
3262026-08-11T22:17:59.131Z Downloaded thiserror-impl v2.0.18
3272026-08-11T22:17:59.131Z Downloaded proc-macro-error v1.0.4
3282026-08-11T22:17:59.131Z Downloaded serde_tokenstream v0.2.3
3292026-08-11T22:17:59.131Z Downloaded thiserror v1.0.69
3302026-08-11T22:17:59.131Z Downloaded thiserror v2.0.18
3312026-08-11T22:17:59.131Z Downloaded sha2 v0.10.9
3322026-08-11T22:17:59.131Z Downloaded papergrid v0.11.0
3332026-08-11T22:17:59.131Z Downloaded pest_derive v2.8.6
3342026-08-11T22:17:59.131Z Downloaded tempfile v3.25.0
3352026-08-11T22:17:59.131Z Downloaded toml v0.8.23
3362026-08-11T22:17:59.131Z Downloaded semver v1.0.28
3372026-08-11T22:17:59.131Z Downloaded serde_derive v1.0.228
3382026-08-11T22:17:59.131Z Downloaded log v0.4.29
3392026-08-11T22:17:59.131Z Downloaded pest_meta v2.8.6
3402026-08-11T22:17:59.131Z Downloaded unicode-ident v1.0.24
3412026-08-11T22:17:59.131Z Downloaded proc-macro2 v1.0.106
3422026-08-11T22:17:59.131Z Downloaded ucd-trie v0.1.7
3432026-08-11T22:17:59.131Z Downloaded textwrap v0.16.2
3442026-08-11T22:17:59.131Z Downloaded serde_core v1.0.228
3452026-08-11T22:17:59.131Z Downloaded serde v1.0.228
3462026-08-11T22:17:59.131Z Downloaded toml_edit v0.22.27
3472026-08-11T22:17:59.131Z Downloaded memchr v2.8.0
3482026-08-11T22:17:59.131Z Downloaded indexmap v2.14.0
3492026-08-11T22:17:59.132Z Downloaded clap_builder v4.6.0
3502026-08-11T22:17:59.132Z Downloaded pest v2.8.6
3512026-08-11T22:17:59.132Z Downloaded typenum v1.20.1
3522026-08-11T22:17:59.132Z Downloaded hashbrown v0.17.0
3532026-08-11T22:17:59.132Z Downloaded serde_json v1.0.151
3542026-08-11T22:17:59.132Z Downloaded goblin v0.8.2
3552026-08-11T22:17:59.132Z Downloaded tabled v0.15.0
3562026-08-11T22:17:59.132Z Downloaded winnow v0.7.14
3572026-08-11T22:17:59.132Z Downloaded syn v1.0.109
3582026-08-11T22:17:59.132Z Downloaded unicode-width v0.1.14
3592026-08-11T22:17:59.132Z Downloaded unicode-width v0.2.0
3602026-08-11T22:17:59.202Z Downloaded syn v2.0.117
3612026-08-11T22:17:59.202Z Downloaded rustix v1.1.3
3622026-08-11T22:17:59.202Z Downloaded libc v0.2.185
3632026-08-11T22:17:59.202Z Compiling proc-macro2 v1.0.106
3642026-08-11T22:17:59.202Z Compiling quote v1.0.45
3652026-08-11T22:17:59.202Z Compiling unicode-ident v1.0.24
3662026-08-11T22:17:59.202Z Compiling serde_core v1.0.228
3672026-08-11T22:17:59.202Z Compiling libc v0.2.185
3682026-08-11T22:17:59.202Z Compiling version_check v0.9.5
3692026-08-11T22:17:59.202Z Compiling memchr v2.8.0
3702026-08-11T22:17:59.202Z Compiling serde v1.0.228
3712026-08-11T22:17:59.202Z Compiling zmij v1.0.21
3722026-08-11T22:17:59.202Z Compiling itoa v1.0.17
3732026-08-11T22:17:59.202Z Compiling thiserror v1.0.69
3742026-08-11T22:17:59.202Z Compiling ucd-trie v0.1.7
3752026-08-11T22:17:59.202Z Compiling rustix v1.1.3
3762026-08-11T22:17:59.202Z Compiling byteorder v1.5.0
3772026-08-11T22:17:59.202Z Compiling bitflags v2.11.0
3782026-08-11T22:17:59.202Z Compiling serde_json v1.0.151
3792026-08-11T22:17:59.202Z Compiling syn v1.0.109
3802026-08-11T22:17:59.202Z Compiling camino v1.2.2
3812026-08-11T22:17:59.202Z Compiling pest v2.8.6
3822026-08-11T22:17:59.202Z Compiling proc-macro-error-attr v1.0.4
3832026-08-11T22:17:59.202Z Compiling usdt-impl v0.5.0
3842026-08-11T22:17:59.202Z Compiling proc-macro-error v1.0.4
3852026-08-11T22:17:59.202Z Compiling utf8parse v0.2.2
3862026-08-11T22:17:59.203Z Compiling plain v0.2.3
3872026-08-11T22:17:59.203Z Compiling log v0.4.29
3882026-08-11T22:17:59.203Z Compiling equivalent v1.0.2
3892026-08-11T22:17:59.203Z Compiling getrandom v0.4.1
3902026-08-11T22:17:59.203Z Compiling hashbrown v0.17.0
3912026-08-11T22:17:59.203Z Compiling anstyle-parse v1.0.0
3922026-08-11T22:17:59.203Z Compiling pretty-hex v0.4.1
3932026-08-11T22:17:59.203Z Compiling winnow v0.7.14
3942026-08-11T22:17:59.203Z Compiling cfg-if v1.0.4
3952026-08-11T22:17:59.203Z Compiling is_terminal_polyfill v1.70.2
3962026-08-11T22:17:59.203Z Compiling thiserror v2.0.18
3972026-08-11T22:17:59.203Z Compiling autocfg v1.5.0
3982026-08-11T22:17:59.203Z Compiling errno v0.3.14
3992026-08-11T22:17:59.203Z Compiling thread-id v4.2.2
4002026-08-11T22:17:59.203Z Compiling colorchoice v1.0.4
4012026-08-11T22:17:59.203Z Compiling toml_write v0.1.2
4022026-08-11T22:17:59.203Z Compiling anstyle-query v1.1.5
4032026-08-11T22:17:59.203Z Compiling anstyle v1.0.14
4042026-08-11T22:17:59.203Z Compiling pest_meta v2.8.6
4052026-08-11T22:17:59.203Z Compiling anstream v1.0.0
4062026-08-11T22:17:59.203Z Compiling heck v0.4.1
4072026-08-11T22:17:59.203Z Compiling clap_lex v1.0.0
4082026-08-11T22:17:59.203Z Compiling bytecount v0.6.9
4092026-08-11T22:17:59.203Z Compiling syn v2.0.117
4102026-08-11T22:17:59.203Z Compiling indexmap v2.14.0
4112026-08-11T22:17:59.204Z Compiling fs-err v3.3.0
4122026-08-11T22:17:59.204Z Compiling strsim v0.11.1
4132026-08-11T22:17:59.204Z Compiling unicode-width v0.1.14
4142026-08-11T22:17:59.204Z Compiling heck v0.5.0
4152026-08-11T22:17:59.204Z Compiling fnv v1.0.7
4162026-08-11T22:17:59.204Z Compiling once_cell v1.21.3
4172026-08-11T22:17:59.204Z Compiling anyhow v1.0.102
4182026-08-11T22:17:59.204Z Compiling fastrand v2.3.0
4192026-08-11T22:17:59.204Z Compiling papergrid v0.11.0
4202026-08-11T22:17:59.204Z Compiling memmap v0.7.0
4212026-08-11T22:17:59.204Z Compiling unicode-width v0.2.0
4222026-08-11T22:17:59.204Z Compiling unicode-linebreak v0.1.5
4232026-08-11T22:17:59.204Z Compiling smawk v0.3.2
4242026-08-11T22:17:59.204Z Compiling swrite v0.1.0
4252026-08-11T22:17:59.204Z Compiling terminal_size v0.4.3
4262026-08-11T22:17:59.204Z Compiling tempfile v3.25.0
4272026-08-11T22:17:59.204Z Compiling clap_builder v4.6.0
4282026-08-11T22:17:59.204Z Compiling textwrap v0.16.2
4292026-08-11T22:17:59.204Z Compiling cargo-platform v0.3.2
4302026-08-11T22:17:59.205Z Compiling semver v1.0.28
4312026-08-11T22:17:59.474Z Compiling camino-tempfile v1.4.1
4322026-08-11T22:17:59.629Z Compiling tabled_derive v0.7.0
4332026-08-11T22:18:00.240Z Compiling pest_generator v2.8.6
4342026-08-11T22:18:00.298Z Compiling tabled v0.15.0
4352026-08-11T22:18:00.587Z Compiling serde_derive v1.0.228
4362026-08-11T22:18:00.587Z Compiling thiserror-impl v1.0.69
4372026-08-11T22:18:00.621Z Compiling zerocopy-derive v0.7.35
4382026-08-11T22:18:00.621Z Compiling scroll_derive v0.12.1
4392026-08-11T22:18:00.621Z Compiling thiserror-impl v2.0.18
4402026-08-11T22:18:00.621Z Compiling clap_derive v4.6.1
4412026-08-11T22:18:00.692Z Compiling pest_derive v2.8.6
4422026-08-11T22:18:01.231Z Compiling scroll v0.12.0
4432026-08-11T22:18:01.321Z Compiling zerocopy v0.7.35
4442026-08-11T22:18:01.487Z Compiling goblin v0.8.2
4452026-08-11T22:18:01.733Z Compiling dtrace-parser v0.2.0
4462026-08-11T22:18:01.900Z Compiling clap v4.6.1
4472026-08-11T22:18:03.052Z Compiling serde_spanned v0.6.9
4482026-08-11T22:18:03.052Z Compiling toml_datetime v0.6.11
4492026-08-11T22:18:03.085Z Compiling cargo_metadata v0.23.1
4502026-08-11T22:18:03.085Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4512026-08-11T22:18:03.085Z Compiling macaddr v1.0.1
4522026-08-11T22:18:03.085Z Compiling dof v0.3.0
4532026-08-11T22:18:03.085Z Compiling serde_tokenstream v0.2.3
4542026-08-11T22:18:03.175Z Compiling toml_edit v0.22.27
4552026-08-11T22:18:03.707Z Compiling usdt-attr-macro v0.5.0
4562026-08-11T22:18:03.719Z Compiling usdt-macro v0.5.0
4572026-08-11T22:18:04.334Z Compiling usdt v0.5.0
4582026-08-11T22:18:04.461Z Compiling toml v0.8.23
4592026-08-11T22:18:04.800Z Compiling cargo_toml v0.21.0
4602026-08-11T22:18:06.020Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612026-08-11T22:18:08.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.34s
4622026-08-11T22:18:08.290Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4632026-08-11T22:18:08.795Z Downloading crates ...
4642026-08-11T22:18:08.852Z Downloaded bitfield-struct v0.6.2
4652026-08-11T22:18:08.857Z Downloaded async-stream-impl v0.3.6
4662026-08-11T22:18:08.863Z Downloaded ascii-canvas v3.0.0
4672026-08-11T22:18:08.871Z Downloaded bit-vec v0.8.0
4682026-08-11T22:18:08.872Z Downloaded futures-macro v0.3.32
4692026-08-11T22:18:08.880Z Downloaded cfg_aliases v0.2.1
4702026-08-11T22:18:08.880Z Downloaded env_filter v1.0.0
4712026-08-11T22:18:08.880Z Downloaded fs-err v2.11.0
4722026-08-11T22:18:08.880Z Downloaded async-recursion v1.1.1
4732026-08-11T22:18:08.887Z Downloaded atomicwrites v0.4.4
4742026-08-11T22:18:08.887Z Downloaded convert_case v0.4.0
4752026-08-11T22:18:08.887Z Downloaded argon2 v0.5.3
4762026-08-11T22:18:08.887Z Downloaded adler2 v2.0.1
4772026-08-11T22:18:08.887Z Downloaded base64 v0.22.1
4782026-08-11T22:18:08.887Z Downloaded futures-util v0.3.32
4792026-08-11T22:18:08.892Z Downloaded arrayref v0.3.9
4802026-08-11T22:18:08.892Z Downloaded assert_matches v1.5.0
4812026-08-11T22:18:08.892Z Downloaded hubpack v0.1.2
4822026-08-11T22:18:08.892Z Downloaded futures-core v0.3.32
4832026-08-11T22:18:08.892Z Downloaded async-stream v0.3.6
4842026-08-11T22:18:08.896Z Downloaded constant_time_eq v0.4.2
4852026-08-11T22:18:08.896Z Downloaded futures-task v0.3.32
4862026-08-11T22:18:08.900Z Downloaded hash32 v0.3.1
4872026-08-11T22:18:08.900Z Downloaded foreign-types-macros v0.2.3
4882026-08-11T22:18:08.900Z Downloaded cassowary v0.3.0
4892026-08-11T22:18:08.900Z Downloaded endian-type v0.1.2
4902026-08-11T22:18:08.900Z Downloaded flagset v0.4.7
4912026-08-11T22:18:08.900Z Downloaded gethostname v0.5.0
4922026-08-11T22:18:08.904Z Downloaded highway v1.3.0
4932026-08-11T22:18:08.904Z Downloaded atty v0.2.14
4942026-08-11T22:18:08.904Z Downloaded anstream v0.6.21
4952026-08-11T22:18:08.904Z Downloaded enum-as-inner v0.6.1
4962026-08-11T22:18:08.904Z Downloaded filetime v0.2.27
4972026-08-11T22:18:08.908Z Downloaded find-msvc-tools v0.1.9
4982026-08-11T22:18:08.908Z Downloaded bit-set v0.5.3
4992026-08-11T22:18:08.911Z Downloaded fxhash v0.2.1
5002026-08-11T22:18:08.911Z Downloaded funty v2.0.0
5012026-08-11T22:18:08.911Z Downloaded fixedbitset v0.5.7
5022026-08-11T22:18:08.918Z Downloaded array-init v0.0.4
5032026-08-11T22:18:08.918Z Downloaded ciborium v0.2.2
5042026-08-11T22:18:08.919Z Downloaded httparse v1.10.1
5052026-08-11T22:18:08.919Z Downloaded foreign-types-shared v0.3.1
5062026-08-11T22:18:08.922Z Downloaded hostname v0.3.1
5072026-08-11T22:18:08.922Z Downloaded form_urlencoded v1.2.2
5082026-08-11T22:18:08.922Z Downloaded async-bb8-diesel v0.2.1
5092026-08-11T22:18:08.922Z Downloaded futures-io v0.3.32
5102026-08-11T22:18:08.945Z Downloaded git-stub v1.0.0
5112026-08-11T22:18:08.946Z Downloaded float-cmp v0.10.0
5122026-08-11T22:18:08.946Z Downloaded fd-lock v4.0.4
5132026-08-11T22:18:08.946Z Downloaded fixedbitset v0.4.2
5142026-08-11T22:18:08.946Z Downloaded foreign-types v0.5.0
5152026-08-11T22:18:08.946Z Downloaded atomic-waker v1.1.2
5162026-08-11T22:18:08.946Z Downloaded base16ct v1.0.0
5172026-08-11T22:18:08.946Z Downloaded base64ct v1.8.3
5182026-08-11T22:18:08.946Z Downloaded erased-serde v0.3.31
5192026-08-11T22:18:08.946Z Downloaded fallible-iterator v0.2.0
5202026-08-11T22:18:08.946Z Downloaded base16ct v0.2.0
5212026-08-11T22:18:08.946Z Downloaded castaway v0.2.4
5222026-08-11T22:18:08.946Z Downloaded globwalk v0.9.1
5232026-08-11T22:18:08.946Z Downloaded ahash v0.8.12
5242026-08-11T22:18:08.946Z Downloaded arrayvec v0.7.6
5252026-08-11T22:18:08.946Z Downloaded backoff v0.4.0
5262026-08-11T22:18:08.950Z Downloaded ghash v0.6.0
5272026-08-11T22:18:08.950Z Downloaded bb8 v0.8.6
5282026-08-11T22:18:08.950Z Downloaded bcrypt-pbkdf v0.11.0
5292026-08-11T22:18:08.950Z Downloaded bitfield-macros v0.19.4
5302026-08-11T22:18:08.950Z Downloaded futures-sink v0.3.32
5312026-08-11T22:18:08.955Z Downloaded float-ord v0.3.2
5322026-08-11T22:18:08.955Z Downloaded aead v0.5.2
5332026-08-11T22:18:08.955Z Downloaded cobs v0.3.0
5342026-08-11T22:18:08.955Z Downloaded openssl-probe v0.2.1
5352026-08-11T22:18:08.960Z Downloaded parse-display v0.10.0
5362026-08-11T22:18:08.964Z Downloaded hash32 v0.2.1
5372026-08-11T22:18:08.964Z Downloaded async-trait v0.1.89
5382026-08-11T22:18:08.967Z Downloaded hex v0.4.3
5392026-08-11T22:18:08.967Z Downloaded hostname v0.4.2
5402026-08-11T22:18:08.967Z Downloaded cfg_aliases v0.1.1
5412026-08-11T22:18:08.971Z Downloaded block-buffer v0.12.1
5422026-08-11T22:18:08.971Z Downloaded http-body v1.0.1
5432026-08-11T22:18:08.971Z Downloaded http-range v0.1.5
5442026-08-11T22:18:08.971Z Downloaded httpdate v1.0.3
5452026-08-11T22:18:08.979Z Downloaded foreign-types v0.3.2
5462026-08-11T22:18:08.979Z Downloaded foreign-types-shared v0.1.1
5472026-08-11T22:18:08.979Z Downloaded headers-core v0.3.0
5482026-08-11T22:18:08.986Z Downloaded compression-core v0.4.31
5492026-08-11T22:18:08.986Z Downloaded hex-literal v1.1.0
5502026-08-11T22:18:08.986Z Downloaded hubpack_derive v0.1.1
5512026-08-11T22:18:08.986Z Downloaded num_enum_derive v0.5.11
5522026-08-11T22:18:08.986Z Downloaded ff v0.13.1
5532026-08-11T22:18:08.986Z Downloaded ff v0.14.0
5542026-08-11T22:18:08.986Z Downloaded foldhash v0.2.0
5552026-08-11T22:18:08.991Z Downloaded git-stub-vcs v0.1.0
5562026-08-11T22:18:08.991Z Downloaded glob v0.3.3
5572026-08-11T22:18:08.991Z Downloaded ciborium-io v0.2.2
5582026-08-11T22:18:08.992Z Downloaded flume v0.11.1
5592026-08-11T22:18:08.996Z Downloaded futures v0.3.32
5602026-08-11T22:18:08.996Z Downloaded futures-channel v0.3.32
5612026-08-11T22:18:08.996Z Downloaded ciborium-ll v0.2.2
5622026-08-11T22:18:08.996Z Downloaded phf_shared v0.12.1
5632026-08-11T22:18:09.001Z Downloaded block-padding v0.4.2
5642026-08-11T22:18:09.001Z Downloaded arc-swap v1.8.2
5652026-08-11T22:18:09.006Z Downloaded aead v0.6.1
5662026-08-11T22:18:09.006Z Downloaded argon2 v0.6.0-rc.8
5672026-08-11T22:18:09.006Z Downloaded byte-wrapper v0.1.0
5682026-08-11T22:18:09.006Z Downloaded rand_xorshift v0.4.0
5692026-08-11T22:18:09.010Z Downloaded recursive-proc-macro-impl v0.1.1
5702026-08-11T22:18:09.011Z Downloaded rfc6979 v0.4.0
5712026-08-11T22:18:09.011Z Downloaded rustc_version v0.1.7
5722026-08-11T22:18:09.017Z Downloaded same-file v1.0.6
5732026-08-11T22:18:09.017Z Downloaded num-conv v0.2.0
5742026-08-11T22:18:09.023Z Downloaded globset v0.4.18
5752026-08-11T22:18:09.023Z Downloaded hyper-tls v0.6.0
5762026-08-11T22:18:09.029Z Downloaded env_logger v0.11.9
5772026-08-11T22:18:09.029Z Downloaded futures-executor v0.3.32
5782026-08-11T22:18:09.029Z Downloaded num v0.4.3
5792026-08-11T22:18:09.035Z Downloaded home v0.5.12
5802026-08-11T22:18:09.035Z Downloaded group v0.13.0
5812026-08-11T22:18:09.035Z Downloaded humantime v2.3.0
5822026-08-11T22:18:09.041Z Downloaded enum_dispatch v0.3.13
5832026-08-11T22:18:09.041Z Downloaded backon v1.6.0
5842026-08-11T22:18:09.047Z Downloaded bit-set v0.8.0
5852026-08-11T22:18:09.047Z Downloaded bitflags v1.3.2
5862026-08-11T22:18:09.048Z Downloaded group v0.14.0
5872026-08-11T22:18:09.048Z Downloaded hyper-staticfile v0.10.1
5882026-08-11T22:18:09.054Z Downloaded buf-list v1.1.2
5892026-08-11T22:18:09.054Z Downloaded hmac v0.12.1
5902026-08-11T22:18:09.054Z Downloaded hyper-rustls v0.27.7
5912026-08-11T22:18:09.054Z Downloaded semver v0.1.20
5922026-08-11T22:18:09.054Z Downloaded serde-big-array v0.5.1
5932026-08-11T22:18:09.054Z Downloaded getrandom v0.3.4
5942026-08-11T22:18:09.062Z Downloaded fs_extra v1.3.0
5952026-08-11T22:18:09.062Z Downloaded seq-macro v0.3.6
5962026-08-11T22:18:09.062Z Downloaded signature v3.0.0
5972026-08-11T22:18:09.062Z Downloaded sigpipe v0.1.3
5982026-08-11T22:18:09.062Z Downloaded strum v0.26.3
5992026-08-11T22:18:09.062Z Downloaded compact_str v0.8.1
6002026-08-11T22:18:09.068Z Downloaded supports-color v3.0.2
6012026-08-11T22:18:09.068Z Downloaded tap v1.0.1
6022026-08-11T22:18:09.068Z Downloaded cmov v0.5.4
6032026-08-11T22:18:09.068Z Downloaded bitfield v0.19.4
6042026-08-11T22:18:09.073Z Downloaded cbc v0.2.1
6052026-08-11T22:18:09.074Z Downloaded cipher v0.4.4
6062026-08-11T22:18:09.074Z Downloaded pbkdf2 v0.13.0
6072026-08-11T22:18:09.074Z Downloaded phf v0.12.1
6082026-08-11T22:18:09.074Z Downloaded anstyle-parse v0.2.7
6092026-08-11T22:18:09.074Z Downloaded chacha20 v0.9.1
6102026-08-11T22:18:09.074Z Downloaded primefield v0.14.0
6112026-08-11T22:18:09.081Z Downloaded bcs v0.1.6
6122026-08-11T22:18:09.081Z Downloaded blowfish v0.10.0
6132026-08-11T22:18:09.081Z Downloaded bs58 v0.5.1
6142026-08-11T22:18:09.081Z Downloaded cexpr v0.6.0
6152026-08-11T22:18:09.081Z Downloaded progenitor v0.14.0
6162026-08-11T22:18:09.081Z Downloaded progenitor v0.13.0
6172026-08-11T22:18:09.081Z Downloaded camino-tempfile-ext v0.3.3
6182026-08-11T22:18:09.087Z Downloaded rpassword v7.5.4
6192026-08-11T22:18:09.087Z Downloaded rustversion v1.0.22
6202026-08-11T22:18:09.087Z Downloaded serde_bytes v0.11.19
6212026-08-11T22:18:09.087Z Downloaded num-rational v0.4.2
6222026-08-11T22:18:09.087Z Downloaded base64 v0.21.7
6232026-08-11T22:18:09.088Z Downloaded tinyvec_macros v0.1.1
6242026-08-11T22:18:09.093Z Downloaded tower-service v0.3.3
6252026-08-11T22:18:09.094Z Downloaded typify-macro v0.6.2
6262026-08-11T22:18:09.094Z Downloaded unarray v0.1.4
6272026-08-11T22:18:09.094Z Downloaded utf8_iter v1.0.4
6282026-08-11T22:18:09.099Z Downloaded http-body-util v0.1.3
6292026-08-11T22:18:09.099Z Downloaded foldhash v0.1.5
6302026-08-11T22:18:09.106Z Downloaded thiserror-impl-no-std v2.0.2
6312026-08-11T22:18:09.106Z Downloaded topological-sort v0.2.2
6322026-08-11T22:18:09.106Z Downloaded usdt-attr-macro v0.6.0
6332026-08-11T22:18:09.106Z Downloaded hmac v0.13.0
6342026-08-11T22:18:09.112Z Downloaded cmake v0.1.57
6352026-08-11T22:18:09.112Z Downloaded bit-vec v0.6.3
6362026-08-11T22:18:09.112Z Downloaded hybrid-array v0.4.13
6372026-08-11T22:18:09.118Z Downloaded getrandom v0.2.17
6382026-08-11T22:18:09.118Z Downloaded oxide-tokio-rt v0.1.4
6392026-08-11T22:18:09.118Z Downloaded const_format_proc_macros v0.2.34
6402026-08-11T22:18:09.124Z Downloaded predicates-core v1.0.10
6412026-08-11T22:18:09.124Z Downloaded cipher v0.5.2
6422026-08-11T22:18:09.125Z Downloaded schemars_derive v0.8.22
6432026-08-11T22:18:09.125Z Downloaded serde-hex v0.1.0
6442026-08-11T22:18:09.125Z Downloaded pem v3.0.6
6452026-08-11T22:18:09.125Z Downloaded pem-rfc7468 v0.7.0
6462026-08-11T22:18:09.125Z Downloaded zone v0.3.1
6472026-08-11T22:18:09.130Z Downloaded generic-array v1.4.3
6482026-08-11T22:18:09.130Z Downloaded half v2.7.1
6492026-08-11T22:18:09.131Z Downloaded void v1.0.2
6502026-08-11T22:18:09.131Z Downloaded blake2 v0.11.0-rc.6
6512026-08-11T22:18:09.131Z Downloaded signal-hook-registry v1.4.8
6522026-08-11T22:18:09.131Z Downloaded slog-scope v4.4.1
6532026-08-11T22:18:09.136Z Downloaded cpubits v0.1.1
6542026-08-11T22:18:09.136Z Downloaded cstr-argument v0.1.2
6552026-08-11T22:18:09.142Z Downloaded darling_macro v0.21.3
6562026-08-11T22:18:09.142Z Downloaded digest-io v0.1.0
6572026-08-11T22:18:09.142Z Downloaded crc-catalog v2.4.0
6582026-08-11T22:18:09.143Z Downloaded polyval v0.7.1
6592026-08-11T22:18:09.148Z Downloaded tinystr v0.8.2
6602026-08-11T22:18:09.148Z Downloaded rustls-native-certs v0.8.3
6612026-08-11T22:18:09.149Z Downloaded poly1305 v0.9.0
6622026-08-11T22:18:09.149Z Downloaded blake2 v0.10.6
6632026-08-11T22:18:09.149Z Downloaded bzip2 v0.6.1
6642026-08-11T22:18:09.155Z Downloaded bzip2 v0.4.4
6652026-08-11T22:18:09.161Z Downloaded tower-layer v0.3.3
6662026-08-11T22:18:09.161Z Downloaded colored v2.2.0
6672026-08-11T22:18:09.161Z Downloaded compression-codecs v0.4.37
6682026-08-11T22:18:09.161Z Downloaded const-oid v0.9.6
6692026-08-11T22:18:09.161Z Downloaded unicase v2.9.0
6702026-08-11T22:18:09.168Z Downloaded allocator-api2 v0.2.21
6712026-08-11T22:18:09.168Z Downloaded defmt v0.3.100
6722026-08-11T22:18:09.168Z Downloaded derive_builder_macro v0.20.2
6732026-08-11T22:18:09.168Z Downloaded console v0.16.2
6742026-08-11T22:18:09.168Z Downloaded smf v0.2.3
6752026-08-11T22:18:09.168Z Downloaded illumos-nvpair v0.3.0
6762026-08-11T22:18:09.168Z Downloaded illumos-nvpair-sys v0.2.0
6772026-08-11T22:18:09.177Z Downloaded fatfs v0.3.6
6782026-08-11T22:18:09.177Z Downloaded static_assertions v1.1.0
6792026-08-11T22:18:09.177Z Downloaded strum_macros v0.27.2
6802026-08-11T22:18:09.177Z Downloaded synstructure v0.13.2
6812026-08-11T22:18:09.182Z Downloaded downcast-rs v2.0.2
6822026-08-11T22:18:09.182Z Downloaded half v1.8.3
6832026-08-11T22:18:09.182Z Downloaded embedded-io v0.6.1
6842026-08-11T22:18:09.182Z Downloaded instant v0.1.13
6852026-08-11T22:18:09.182Z Downloaded colored v3.1.1
6862026-08-11T22:18:09.187Z Downloaded parking_lot_core v0.9.12
6872026-08-11T22:18:09.193Z Downloaded console v0.15.11
6882026-08-11T22:18:09.193Z Downloaded pkcs1 v0.7.5
6892026-08-11T22:18:09.193Z Downloaded pkcs8 v0.11.0
6902026-08-11T22:18:09.194Z Downloaded is_ci v1.2.0
6912026-08-11T22:18:09.200Z Downloaded whoami v1.6.1
6922026-08-11T22:18:09.200Z Downloaded maybe-uninit v2.0.0
6932026-08-11T22:18:09.200Z Downloaded memoffset v0.9.1
6942026-08-11T22:18:09.200Z Downloaded multimap v0.10.1
6952026-08-11T22:18:09.200Z Downloaded inout v0.2.2
6962026-08-11T22:18:09.201Z Downloaded rand_core v0.9.5
6972026-08-11T22:18:09.207Z Downloaded ssh-encoding v0.3.0
6982026-08-11T22:18:09.207Z Downloaded wyz v0.5.1
6992026-08-11T22:18:09.208Z Downloaded yoke v0.8.1
7002026-08-11T22:18:09.208Z Downloaded kem v0.3.0
7012026-08-11T22:18:09.221Z Downloaded crossbeam-deque v0.8.6
7022026-08-11T22:18:09.221Z Downloaded num_threads v0.1.7
7032026-08-11T22:18:09.222Z Downloaded libscf-sys v1.2.0
7042026-08-11T22:18:09.222Z Downloaded nonempty v0.12.0
7052026-08-11T22:18:09.239Z Downloaded openssl-probe v0.1.6
7062026-08-11T22:18:09.239Z Downloaded sha2 v0.11.0
7072026-08-11T22:18:09.239Z Downloaded cancel-safe-futures v0.1.5
7082026-08-11T22:18:09.240Z Downloaded hashbrown v0.13.2
7092026-08-11T22:18:09.240Z Downloaded postgres-types v0.2.12
7102026-08-11T22:18:09.240Z Downloaded chacha20 v0.10.0
7112026-08-11T22:18:09.240Z Downloaded tokio-rustls v0.26.4
7122026-08-11T22:18:09.240Z Downloaded potential_utf v0.1.4
7132026-08-11T22:18:09.248Z Downloaded uzers v0.12.2
7142026-08-11T22:18:09.248Z Downloaded digest v0.11.3
7152026-08-11T22:18:09.248Z Downloaded dunce v1.0.5
7162026-08-11T22:18:09.249Z Downloaded predicates-tree v1.0.13
7172026-08-11T22:18:09.249Z Downloaded ref-cast-impl v1.0.25
7182026-08-11T22:18:09.249Z Downloaded progenitor-client v0.14.0
7192026-08-11T22:18:09.249Z Downloaded smallvec v1.15.1
7202026-08-11T22:18:09.249Z Downloaded rtoolbox v0.0.3
7212026-08-11T22:18:09.249Z Downloaded defmt-macros v1.0.1
7222026-08-11T22:18:09.257Z Downloaded derive_builder_core v0.20.2
7232026-08-11T22:18:09.257Z Downloaded heapless v0.7.17
7242026-08-11T22:18:09.257Z Downloaded ed25519 v2.2.3
7252026-08-11T22:18:09.257Z Downloaded defmt v1.0.1
7262026-08-11T22:18:09.257Z Downloaded either v1.15.0
7272026-08-11T22:18:09.258Z Downloaded headers v0.4.1
7282026-08-11T22:18:09.264Z Downloaded owo-colors v4.3.0
7292026-08-11T22:18:09.271Z Downloaded const-oid v0.10.2
7302026-08-11T22:18:09.271Z Downloaded clang-sys v1.8.1
7312026-08-11T22:18:09.271Z Downloaded ena v0.14.4
7322026-08-11T22:18:09.271Z Downloaded serde_plain v1.0.2
7332026-08-11T22:18:09.277Z Downloaded ingot v0.2.1
7342026-08-11T22:18:09.277Z Downloaded instability v0.3.11
7352026-08-11T22:18:09.277Z Downloaded signal-hook-mio v0.2.5
7362026-08-11T22:18:09.277Z Downloaded signal-hook-tokio v0.3.1
7372026-08-11T22:18:09.277Z Downloaded multer v3.1.0
7382026-08-11T22:18:09.281Z Downloaded signature v2.2.0
7392026-08-11T22:18:09.281Z Downloaded structmeta v0.3.0
7402026-08-11T22:18:09.285Z Downloaded progenitor-impl v0.14.0
7412026-08-11T22:18:09.285Z Downloaded darling v0.21.3
7422026-08-11T22:18:09.293Z Downloaded num_enum_derive v0.7.6
7432026-08-11T22:18:09.293Z Downloaded oxide-update-engine v0.1.2
7442026-08-11T22:18:09.293Z Downloaded oxnet v0.1.6
7452026-08-11T22:18:09.293Z Downloaded path-slash v0.1.5
7462026-08-11T22:18:09.293Z Downloaded keccak v0.2.0
7472026-08-11T22:18:09.293Z Downloaded libloading v0.8.9
7482026-08-11T22:18:09.297Z Downloaded tagptr v0.2.0
7492026-08-11T22:18:09.297Z Downloaded usdt-macro v0.6.0
7502026-08-11T22:18:09.303Z Downloaded thread-id v5.1.0
7512026-08-11T22:18:09.303Z Downloaded prettyplease v0.2.37
7522026-08-11T22:18:09.313Z Downloaded pkcs8 v0.10.2
7532026-08-11T22:18:09.313Z Downloaded paste v1.0.15
7542026-08-11T22:18:09.313Z Downloaded schemars v0.9.0
7552026-08-11T22:18:09.316Z Downloaded yasna v0.5.2
7562026-08-11T22:18:09.316Z Downloaded ar_archive_writer v0.5.1
7572026-08-11T22:18:09.319Z Downloaded tinyvec v1.10.0
7582026-08-11T22:18:09.319Z Downloaded typify v0.6.2
7592026-08-11T22:18:09.322Z Downloaded ctutils v0.4.2
7602026-08-11T22:18:09.322Z Downloaded packed_struct v0.10.1
7612026-08-11T22:18:09.322Z Downloaded parse-display-derive v0.10.0
7622026-08-11T22:18:09.325Z Downloaded pin-project-lite v0.2.17
7632026-08-11T22:18:09.325Z Downloaded phf v0.13.1
7642026-08-11T22:18:09.329Z Downloaded progenitor-extras v0.2.0
7652026-08-11T22:18:09.329Z Downloaded rand_core v0.6.4
7662026-08-11T22:18:09.329Z Downloaded universal-hash v0.5.1
7672026-08-11T22:18:09.329Z Downloaded untrusted v0.9.0
7682026-08-11T22:18:09.329Z Downloaded xattr v1.6.1
7692026-08-11T22:18:09.332Z Downloaded utf-8 v0.7.6
7702026-08-11T22:18:09.332Z Downloaded proc-macro-error2 v2.0.1
7712026-08-11T22:18:09.332Z Downloaded progenitor-client v0.13.0
7722026-08-11T22:18:09.332Z Downloaded slog v2.8.2
7732026-08-11T22:18:09.337Z Downloaded hickory-resolver v0.25.2
7742026-08-11T22:18:09.337Z Downloaded rand_chacha v0.9.0
7752026-08-11T22:18:09.337Z Downloaded crc8 v0.1.1
7762026-08-11T22:18:09.340Z Downloaded heapless v0.8.0
7772026-08-11T22:18:09.353Z Downloaded rustls-pemfile v2.2.0
7782026-08-11T22:18:09.353Z Downloaded scopeguard v1.2.0
7792026-08-11T22:18:09.354Z Downloaded const_format v0.2.35
7802026-08-11T22:18:09.354Z Downloaded libsw v3.5.0
7812026-08-11T22:18:09.354Z Downloaded papergrid v0.18.0
7822026-08-11T22:18:09.354Z Downloaded scrypt v0.12.0
7832026-08-11T22:18:09.358Z Downloaded secrecy v0.10.3
7842026-08-11T22:18:09.358Z Downloaded num-complex v0.4.6
7852026-08-11T22:18:09.363Z Downloaded curve25519-dalek-derive v0.1.1
7862026-08-11T22:18:09.366Z Downloaded debug-ignore v1.0.5
7872026-08-11T22:18:09.366Z Downloaded cpufeatures v0.3.0
7882026-08-11T22:18:09.367Z Downloaded flate2 v1.1.9
7892026-08-11T22:18:09.370Z Downloaded ident_case v1.0.1
7902026-08-11T22:18:09.371Z Downloaded hickory-resolver v0.24.4
7912026-08-11T22:18:09.376Z Downloaded async-compression v0.4.41
7922026-08-11T22:18:09.379Z Downloaded darling_macro v0.13.4
7932026-08-11T22:18:09.379Z Downloaded dirs-sys-next v0.1.2
7942026-08-11T22:18:09.379Z Downloaded string_cache v0.8.9
7952026-08-11T22:18:09.379Z Downloaded daft v0.1.7
7962026-08-11T22:18:09.379Z Downloaded darling v0.23.0
7972026-08-11T22:18:09.382Z Downloaded smallvec v0.6.14
7982026-08-11T22:18:09.383Z Downloaded strum_macros v0.26.4
7992026-08-11T22:18:09.386Z Downloaded quinn v0.11.11
8002026-08-11T22:18:09.386Z Downloaded tar v0.4.46
8012026-08-11T22:18:09.386Z Downloaded termios v0.3.3
8022026-08-11T22:18:09.389Z Downloaded thiserror-no-std v2.0.2
8032026-08-11T22:18:09.390Z Downloaded vergen-lib v0.1.6
8042026-08-11T22:18:09.390Z Downloaded rayon-core v1.13.0
8052026-08-11T22:18:09.393Z Downloaded rustls-webpki v0.103.13
8062026-08-11T22:18:09.393Z Downloaded derive_more v0.99.20
8072026-08-11T22:18:09.396Z Downloaded convert_case v0.10.0
8082026-08-11T22:18:09.402Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8092026-08-11T22:18:09.402Z Downloaded olpc-cjson v0.1.4
8102026-08-11T22:18:09.402Z Downloaded opaque-debug v0.3.1
8112026-08-11T22:18:09.402Z Downloaded percent-encoding v2.3.2
8122026-08-11T22:18:09.402Z Downloaded hashbrown v0.12.3
8132026-08-11T22:18:09.415Z Downloaded hickory-server v0.25.2
8142026-08-11T22:18:09.415Z Downloaded dof v0.4.0
8152026-08-11T22:18:09.415Z Downloaded indoc v1.0.9
8162026-08-11T22:18:09.415Z Downloaded p384 v0.14.0
8172026-08-11T22:18:09.425Z Downloaded expectorate v1.2.0
8182026-08-11T22:18:09.425Z Downloaded schemars v1.2.1
8192026-08-11T22:18:09.425Z Downloaded uuid v1.23.4
8202026-08-11T22:18:09.431Z Downloaded match_cfg v0.1.0
8212026-08-11T22:18:09.432Z Downloaded primeorder v0.13.6
8222026-08-11T22:18:09.432Z Downloaded chacha20poly1305 v0.10.1
8232026-08-11T22:18:09.432Z Downloaded rustls-pki-types v1.14.0
8242026-08-11T22:18:09.432Z Downloaded drift v0.2.0
8252026-08-11T22:18:09.436Z Downloaded rustc-hash v2.1.1
8262026-08-11T22:18:09.437Z Downloaded russh-util v0.52.0
8272026-08-11T22:18:09.437Z Downloaded newtype_derive v0.1.6
8282026-08-11T22:18:09.437Z Downloaded nodrop v0.1.14
8292026-08-11T22:18:09.437Z Downloaded zerotrie v0.2.3
8302026-08-11T22:18:09.437Z Downloaded cc v1.2.56
8312026-08-11T22:18:09.437Z Downloaded tui-tree-widget v0.23.1
8322026-08-11T22:18:09.444Z Downloaded icu_properties v2.1.2
8332026-08-11T22:18:09.444Z Downloaded impl-trait-for-tuples v0.2.3
8342026-08-11T22:18:09.444Z Downloaded ipnetwork v0.21.1
8352026-08-11T22:18:09.453Z Downloaded scheduled-thread-pool v0.2.7
8362026-08-11T22:18:09.453Z Downloaded sponge-cursor v0.1.0
8372026-08-11T22:18:09.453Z Downloaded phf_shared v0.11.3
8382026-08-11T22:18:09.453Z Downloaded powerfmt v0.2.0
8392026-08-11T22:18:09.453Z Downloaded tokio-stream v0.1.18
8402026-08-11T22:18:09.460Z Downloaded rand_chacha v0.3.1
8412026-08-11T22:18:09.460Z Downloaded toml_edit v0.19.15
8422026-08-11T22:18:09.465Z Downloaded rand_pcg v0.10.2
8432026-08-11T22:18:09.465Z Downloaded module-lattice v0.2.3
8442026-08-11T22:18:09.465Z Downloaded num-iter v0.1.45
8452026-08-11T22:18:09.465Z Downloaded bytes v1.11.1
8462026-08-11T22:18:09.470Z Downloaded publicsuffix v2.3.0
8472026-08-11T22:18:09.470Z Downloaded yansi v1.0.1
8482026-08-11T22:18:09.470Z Downloaded spin v0.9.8
8492026-08-11T22:18:09.470Z Downloaded csv-core v0.1.13
8502026-08-11T22:18:09.475Z Downloaded peg v0.8.5
8512026-08-11T22:18:09.478Z Downloaded http v1.4.2
8522026-08-11T22:18:09.478Z Downloaded toml_writer v1.1.1+spec-1.1.0
8532026-08-11T22:18:09.478Z Downloaded ecdsa v0.16.9
8542026-08-11T22:18:09.478Z Downloaded sha1 v0.10.6
8552026-08-11T22:18:09.483Z Downloaded sync_wrapper v1.0.2
8562026-08-11T22:18:09.483Z Downloaded testing_table v0.3.0
8572026-08-11T22:18:09.483Z Downloaded waitgroup v0.1.2
8582026-08-11T22:18:09.483Z Downloaded want v0.3.1
8592026-08-11T22:18:09.488Z Downloaded bumpalo v3.20.2
8602026-08-11T22:18:09.492Z Downloaded zerofrom v0.1.6
8612026-08-11T22:18:09.492Z Downloaded crucible-workspace-hack v0.1.0
8622026-08-11T22:18:09.502Z Downloaded dropshot-api-manager-types v0.7.2
8632026-08-11T22:18:09.502Z Downloaded display-error-chain v0.2.2
8642026-08-11T22:18:09.502Z Downloaded r2d2 v0.8.10
8652026-08-11T22:18:09.502Z Downloaded serde_path_to_error v0.1.20
8662026-08-11T22:18:09.502Z Downloaded des v0.9.0
8672026-08-11T22:18:09.509Z Downloaded kstat-rs v0.2.5
8682026-08-11T22:18:09.509Z Downloaded lock_api v0.4.14
8692026-08-11T22:18:09.509Z Downloaded crossbeam-channel v0.5.15
8702026-08-11T22:18:09.509Z Downloaded crypto-bigint v0.5.5
8712026-08-11T22:18:09.509Z Downloaded rusty-fork v0.3.1
8722026-08-11T22:18:09.509Z Downloaded subprocess v0.2.15
8732026-08-11T22:18:09.515Z Downloaded universal-hash v0.6.1
8742026-08-11T22:18:09.515Z Downloaded unit-prefix v0.5.2
8752026-08-11T22:18:09.515Z Downloaded slog-async v2.8.0
8762026-08-11T22:18:09.515Z Downloaded indent_write v2.2.0
8772026-08-11T22:18:09.515Z Downloaded steno v0.4.1
8782026-08-11T22:18:09.523Z Downloaded inout v0.1.4
8792026-08-11T22:18:09.523Z Downloaded rand v0.10.1
8802026-08-11T22:18:09.523Z Downloaded stringprep v0.1.5
8812026-08-11T22:18:09.531Z Downloaded tokio-postgres v0.7.16
8822026-08-11T22:18:09.531Z Downloaded md-5 v0.10.6
8832026-08-11T22:18:09.531Z Downloaded walkdir v2.5.0
8842026-08-11T22:18:09.531Z Downloaded crc v3.4.0
8852026-08-11T22:18:09.531Z Downloaded zerocopy v0.6.6
8862026-08-11T22:18:09.531Z Downloaded zopfli v0.8.3
8872026-08-11T22:18:09.531Z Downloaded ml-kem v0.3.2
8882026-08-11T22:18:09.536Z Downloaded parking_lot_core v0.8.6
8892026-08-11T22:18:09.536Z Downloaded sqlformat v0.3.5
8902026-08-11T22:18:09.536Z Downloaded tokio-dtrace v0.1.1
8912026-08-11T22:18:09.614Z Downloaded rand_core v0.10.0
8922026-08-11T22:18:09.614Z Downloaded predicates v3.1.4
8932026-08-11T22:18:09.624Z Downloaded lru-cache v0.1.2
8942026-08-11T22:18:09.625Z Downloaded keccak v0.1.6
8952026-08-11T22:18:09.625Z Downloaded signal-hook v0.3.18
8962026-08-11T22:18:09.625Z Downloaded socket2 v0.6.3
8972026-08-11T22:18:09.625Z Downloaded whoami v2.1.0
8982026-08-11T22:18:09.625Z Downloaded precomputed-hash v0.1.1
8992026-08-11T22:18:09.625Z Downloaded miniz_oxide v0.8.9
9002026-08-11T22:18:09.625Z Downloaded darling_core v0.13.4
9012026-08-11T22:18:09.625Z Downloaded indoc v2.0.7
9022026-08-11T22:18:09.625Z Downloaded newtype-uuid-macros v0.1.0
9032026-08-11T22:18:09.625Z Downloaded slog-json v2.6.1
9042026-08-11T22:18:09.625Z Downloaded pkcs1 v0.8.0-rc.4
9052026-08-11T22:18:09.625Z Downloaded poly1305 v0.8.0
9062026-08-11T22:18:09.625Z Downloaded zerovec-derive v0.11.2
9072026-08-11T22:18:09.625Z Downloaded proc-macro-error-attr2 v2.0.0
9082026-08-11T22:18:09.625Z Downloaded daft-derive v0.1.7
9092026-08-11T22:18:09.625Z Downloaded data-encoding v2.10.0
9102026-08-11T22:18:09.625Z Downloaded serde_repr v0.1.20
9112026-08-11T22:18:09.625Z Downloaded derive-where v1.6.0
9122026-08-11T22:18:09.625Z Downloaded dropshot_endpoint v0.17.1
9132026-08-11T22:18:09.625Z Downloaded snafu-derive v0.8.9
9142026-08-11T22:18:09.625Z Downloaded stacker v0.1.23
9152026-08-11T22:18:09.625Z Downloaded vergen-lib v9.1.0
9162026-08-11T22:18:09.625Z Downloaded linear-map v1.2.0
9172026-08-11T22:18:09.625Z Downloaded ingot-types v0.2.0
9182026-08-11T22:18:09.625Z Downloaded rcgen v0.12.1
9192026-08-11T22:18:09.625Z Downloaded unicode-bidi v0.3.18
9202026-08-11T22:18:09.625Z Downloaded tracing-core v0.1.36
9212026-08-11T22:18:09.625Z Downloaded corncobs v0.1.4
9222026-08-11T22:18:09.625Z Downloaded tabwriter v1.4.1
9232026-08-11T22:18:09.625Z Downloaded rustc_version v0.4.1
9242026-08-11T22:18:09.625Z Downloaded subtle v2.6.1
9252026-08-11T22:18:09.625Z Downloaded term v0.7.0
9262026-08-11T22:18:09.625Z Downloaded tiny-keccak v2.0.2
9272026-08-11T22:18:09.625Z Downloaded tokio-tungstenite v0.23.1
9282026-08-11T22:18:09.626Z Downloaded toml_parser v1.1.2+spec-1.1.0
9292026-08-11T22:18:09.626Z Downloaded omicron-zone-package v0.12.3
9302026-08-11T22:18:09.626Z Downloaded slog-envlogger v2.2.0
9312026-08-11T22:18:09.626Z Downloaded shell-words v1.1.1
9322026-08-11T22:18:09.626Z Downloaded mime_guess v2.0.5
9332026-08-11T22:18:09.626Z Downloaded tokio-test v0.4.5
9342026-08-11T22:18:09.626Z Downloaded serde_yaml v0.9.34+deprecated
9352026-08-11T22:18:09.626Z Downloaded unicode-properties v0.1.4
9362026-08-11T22:18:09.632Z Downloaded serde_derive_internals v0.29.1
9372026-08-11T22:18:09.632Z Downloaded unicode-xid v0.2.6
9382026-08-11T22:18:09.632Z Downloaded usdt v0.6.0
9392026-08-11T22:18:09.632Z Downloaded jobserver v0.1.34
9402026-08-11T22:18:09.635Z Downloaded hashbrown v0.16.1
9412026-08-11T22:18:09.640Z Downloaded native-tls v0.2.18
9422026-08-11T22:18:09.643Z Downloaded peg-macros v0.8.5
9432026-08-11T22:18:09.643Z Downloaded darling_macro v0.23.0
9442026-08-11T22:18:09.647Z Downloaded zeroize_derive v1.5.0
9452026-08-11T22:18:09.651Z Downloaded document-features v0.2.12
9462026-08-11T22:18:09.655Z Downloaded pin-project-internal v1.1.11
9472026-08-11T22:18:09.659Z Downloaded schemars v0.8.22
9482026-08-11T22:18:09.662Z Downloaded aho-corasick v1.1.4
9492026-08-11T22:18:09.665Z Downloaded maplit v1.0.2
9502026-08-11T22:18:09.665Z Downloaded sec1 v0.7.3
9512026-08-11T22:18:09.670Z Downloaded oso-derive v0.27.3
9522026-08-11T22:18:09.670Z Downloaded ssh-cipher v0.3.0
9532026-08-11T22:18:09.680Z Downloaded tls_codec v0.4.2
9542026-08-11T22:18:09.683Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9552026-08-11T22:18:09.684Z Downloaded lru-slab v0.1.2
9562026-08-11T22:18:09.684Z Downloaded progenitor-macro v0.13.0
9572026-08-11T22:18:09.684Z Downloaded nibble_vec v0.1.0
9582026-08-11T22:18:09.684Z Downloaded litrs v1.0.0
9592026-08-11T22:18:09.684Z Downloaded russh-cryptovec v0.62.0
9602026-08-11T22:18:09.684Z Downloaded scroll_derive v0.13.1
9612026-08-11T22:18:09.688Z Downloaded serde_spanned v1.1.1
9622026-08-11T22:18:09.700Z Downloaded vergen-gitcl v1.0.8
9632026-08-11T22:18:09.720Z Downloaded peg-runtime v0.8.5
9642026-08-11T22:18:09.720Z Downloaded recursive v0.1.1
9652026-08-11T22:18:09.720Z Downloaded password-hash v0.6.1
9662026-08-11T22:18:09.721Z Downloaded samael v0.0.19
9672026-08-11T22:18:09.721Z Downloaded hashbrown v0.15.5
9682026-08-11T22:18:09.721Z Downloaded hyper v1.10.1
9692026-08-11T22:18:09.735Z Downloaded vergen-git2 v9.1.0
9702026-08-11T22:18:09.735Z Downloaded xshell v0.2.7
9712026-08-11T22:18:09.735Z Downloaded strip-ansi-escapes v0.2.1
9722026-08-11T22:18:09.736Z Downloaded zerofrom-derive v0.1.6
9732026-08-11T22:18:09.736Z Downloaded itertools v0.10.5
9742026-08-11T22:18:09.736Z Downloaded der_derive v0.7.3
9752026-08-11T22:18:09.736Z Downloaded serde_with_macros v1.5.2
9762026-08-11T22:18:09.736Z Downloaded slog-stdlog v4.1.1
9772026-08-11T22:18:09.736Z Downloaded siphasher v1.0.2
9782026-08-11T22:18:09.736Z Downloaded time-core v0.1.8
9792026-08-11T22:18:09.736Z Downloaded deranged v0.5.8
9802026-08-11T22:18:09.813Z Downloaded rand_seeder v0.4.0
9812026-08-11T22:18:09.813Z Downloaded serde_cbor v0.11.2
9822026-08-11T22:18:09.813Z Downloaded aes v0.9.1
9832026-08-11T22:18:09.813Z Downloaded darling_macro v0.20.11
9842026-08-11T22:18:09.813Z Downloaded icu_normalizer v2.1.1
9852026-08-11T22:18:09.814Z Downloaded num-integer v0.1.46
9862026-08-11T22:18:09.814Z Downloaded zip v4.6.1
9872026-08-11T22:18:09.814Z Downloaded ctr v0.10.1
9882026-08-11T22:18:09.814Z Downloaded dirs-next v2.0.0
9892026-08-11T22:18:09.814Z Downloaded similar v2.7.0
9902026-08-11T22:18:09.814Z Downloaded unicode-truncate v1.1.0
9912026-08-11T22:18:09.814Z Downloaded crunchy v0.2.4
9922026-08-11T22:18:09.814Z Downloaded num_enum v0.7.6
9932026-08-11T22:18:09.814Z Downloaded displaydoc v0.2.5
9942026-08-11T22:18:09.814Z Downloaded tower-http v0.6.8
9952026-08-11T22:18:09.814Z Downloaded pem-rfc7468 v1.0.0
9962026-08-11T22:18:09.815Z Downloaded lzss v0.8.2
9972026-08-11T22:18:09.815Z Downloaded spki v0.7.3
9982026-08-11T22:18:09.815Z Downloaded serdect v0.4.3
9992026-08-11T22:18:09.815Z Downloaded ipnet v2.11.0
10002026-08-11T22:18:09.815Z Downloaded hkdf v0.13.0
10012026-08-11T22:18:09.815Z Downloaded oxide-update-engine-types v0.1.2
10022026-08-11T22:18:09.815Z Downloaded dtrace-parser v0.3.0
10032026-08-11T22:18:09.815Z Downloaded nom v8.0.0
10042026-08-11T22:18:09.815Z Downloaded nanorand v0.7.0
10052026-08-11T22:18:09.815Z Downloaded openssl-macros v0.1.1
10062026-08-11T22:18:09.815Z Downloaded radium v0.7.0
10072026-08-11T22:18:09.815Z Downloaded progenitor-macro v0.14.0
10082026-08-11T22:18:09.815Z Downloaded pretty_assertions v1.4.1
10092026-08-11T22:18:09.867Z Downloaded darling_core v0.21.3
10102026-08-11T22:18:09.867Z Downloaded lalrpop-util v0.19.12
10112026-08-11T22:18:09.867Z Downloaded num-derive v0.4.2
10122026-08-11T22:18:09.867Z Downloaded packed_struct_codegen v0.10.1
10132026-08-11T22:18:09.867Z Downloaded darling v0.20.11
10142026-08-11T22:18:09.867Z Downloaded derive-ex v0.1.8
10152026-08-11T22:18:09.867Z Downloaded vsss-rs v3.3.4
10162026-08-11T22:18:09.867Z Downloaded usdt-impl v0.6.0
10172026-08-11T22:18:09.867Z Downloaded sha1 v0.11.0
10182026-08-11T22:18:09.867Z Downloaded slog-bunyan v2.5.0
10192026-08-11T22:18:09.868Z Downloaded qorb v0.4.1
10202026-08-11T22:18:09.868Z Downloaded ed25519-dalek v3.0.0
10212026-08-11T22:18:09.868Z Downloaded num-bigint-dig v0.8.6
10222026-08-11T22:18:09.868Z Downloaded prefix-trie v0.7.0
10232026-08-11T22:18:09.868Z Downloaded port-file v0.1.0
10242026-08-11T22:18:09.868Z Downloaded structmeta-derive v0.3.0
10252026-08-11T22:18:09.868Z Downloaded untrusted v0.7.1
10262026-08-11T22:18:09.868Z Downloaded strum_macros v0.24.3
10272026-08-11T22:18:09.868Z Downloaded yoke-derive v0.8.1
10282026-08-11T22:18:09.868Z Downloaded oso v0.27.3
10292026-08-11T22:18:09.868Z Downloaded num-bigint v0.4.6
10302026-08-11T22:18:09.868Z Downloaded rsa v0.10.0-rc.18
10312026-08-11T22:18:09.868Z Downloaded resolv-conf v0.7.6
10322026-08-11T22:18:09.868Z Downloaded quinn-udp v0.5.14
10332026-08-11T22:18:09.882Z Downloaded salsa20 v0.11.0
10342026-08-11T22:18:09.882Z Downloaded serde_urlencoded v0.7.1
10352026-08-11T22:18:09.882Z Downloaded libsw-core v0.3.2
10362026-08-11T22:18:09.882Z Downloaded xshell-macros v0.2.7
10372026-08-11T22:18:09.882Z Downloaded is-terminal v0.4.17
10382026-08-11T22:18:09.882Z Downloaded take_mut v0.2.2
10392026-08-11T22:18:09.882Z Downloaded try-lock v0.2.5
10402026-08-11T22:18:09.882Z Downloaded lazy_static v1.5.0
10412026-08-11T22:18:09.882Z Downloaded tungstenite v0.21.0
10422026-08-11T22:18:09.882Z Downloaded aes-gcm v0.11.0
10432026-08-11T22:18:09.882Z Downloaded h2 v0.4.15
10442026-08-11T22:18:09.882Z Downloaded hkdf v0.12.4
10452026-08-11T22:18:09.882Z Downloaded crc32fast v1.5.0
10462026-08-11T22:18:09.882Z Downloaded ppv-lite86 v0.2.21
10472026-08-11T22:18:09.882Z Downloaded normalize-line-endings v0.3.0
10482026-08-11T22:18:09.882Z Downloaded toml_edit v0.23.10+spec-1.0.0
10492026-08-11T22:18:09.882Z Downloaded phf_shared v0.13.1
10502026-08-11T22:18:09.882Z Downloaded iana-time-zone v0.1.65
10512026-08-11T22:18:09.882Z Downloaded vergen v9.1.0
10522026-08-11T22:18:09.882Z Downloaded slog-term v2.9.2
10532026-08-11T22:18:09.882Z Downloaded managed v0.8.0
10542026-08-11T22:18:09.882Z Downloaded embedded-io v0.4.0
10552026-08-11T22:18:09.894Z Downloaded zip v0.6.6
10562026-08-11T22:18:09.894Z Downloaded stable_deref_trait v1.2.1
10572026-08-11T22:18:09.894Z Downloaded sync-ptr v0.1.4
10582026-08-11T22:18:09.895Z Downloaded tokio-macros v2.7.0
10592026-08-11T22:18:09.895Z Downloaded ryu v1.0.23
10602026-08-11T22:18:09.895Z Downloaded shlex v1.3.0
10612026-08-11T22:18:09.895Z Downloaded memmap2 v0.9.10
10622026-08-11T22:18:09.902Z Downloaded parking_lot v0.11.2
10632026-08-11T22:18:09.902Z Downloaded derive_more v2.1.1
10642026-08-11T22:18:09.903Z Downloaded difflib v0.4.0
10652026-08-11T22:18:09.903Z Downloaded elliptic-curve v0.13.8
10662026-08-11T22:18:09.903Z Downloaded serde_with v1.14.0
10672026-08-11T22:18:09.909Z Downloaded test-strategy v0.4.5
10682026-08-11T22:18:09.909Z Downloaded progenitor-impl v0.13.0
10692026-08-11T22:18:09.910Z Downloaded rfc6979 v0.6.0
10702026-08-11T22:18:09.917Z Downloaded darling v0.13.4
10712026-08-11T22:18:09.917Z Downloaded internet-checksum v0.2.1
10722026-08-11T22:18:09.917Z Downloaded slog-dtrace v0.3.0
10732026-08-11T22:18:09.923Z Downloaded crossterm v0.28.1
10742026-08-11T22:18:09.927Z Downloaded p256 v0.14.0
10752026-08-11T22:18:09.927Z Downloaded scroll v0.13.0
10762026-08-11T22:18:09.927Z Downloaded time-macros v0.2.27
10772026-08-11T22:18:09.933Z Downloaded sapling-renderdag v0.1.0
10782026-08-11T22:18:09.933Z Downloaded strsim v0.10.0
10792026-08-11T22:18:09.936Z Downloaded tokio-native-tls v0.3.1
10802026-08-11T22:18:09.936Z Downloaded mime v0.3.17
10812026-08-11T22:18:09.936Z Downloaded sqlparser_derive v0.5.0
10822026-08-11T22:18:09.936Z Downloaded wnaf v0.14.0
10832026-08-11T22:18:09.936Z Downloaded derive_builder v0.20.2
10842026-08-11T22:18:09.941Z Downloaded indicatif v0.18.4
10852026-08-11T22:18:09.947Z Downloaded sec1 v0.8.1
10862026-08-11T22:18:09.947Z Downloaded idna_adapter v1.2.1
10872026-08-11T22:18:09.952Z Downloaded newline-converter v0.3.0
10882026-08-11T22:18:09.956Z Downloaded ref-cast v1.0.25
10892026-08-11T22:18:09.956Z Downloaded diff v0.1.13
10902026-08-11T22:18:09.959Z Downloaded delegate v0.13.5
10912026-08-11T22:18:09.959Z Downloaded diesel-dtrace v0.5.0
10922026-08-11T22:18:09.962Z Downloaded derive_more-impl v2.1.1
10932026-08-11T22:18:09.965Z Downloaded lru v0.12.5
10942026-08-11T22:18:09.966Z Downloaded newtype-uuid v1.3.2
10952026-08-11T22:18:09.966Z Downloaded zeroize v1.9.0
10962026-08-11T22:18:09.966Z Downloaded crypto-common v0.2.2
10972026-08-11T22:18:09.969Z Downloaded dsl_auto_type v0.2.0
10982026-08-11T22:18:09.969Z Downloaded psl-types v2.0.11
10992026-08-11T22:18:09.972Z Downloaded dyn-clone v1.0.20
11002026-08-11T22:18:09.976Z Downloaded primeorder v0.14.0
11012026-08-11T22:18:09.981Z Downloaded cookie_store v0.22.1
11022026-08-11T22:18:09.981Z Downloaded crossbeam-utils v0.8.21
11032026-08-11T22:18:09.986Z Downloaded libefi-sys v0.1.0
11042026-08-11T22:18:09.986Z Downloaded phc v0.6.1
11052026-08-11T22:18:09.989Z Downloaded linked-hash-map v0.5.6
11062026-08-11T22:18:09.989Z Downloaded parse-size v1.1.0
11072026-08-11T22:18:09.992Z Downloaded pin-project v1.1.11
11082026-08-11T22:18:09.997Z Downloaded diesel_table_macro_syntax v0.3.0
11092026-08-11T22:18:10.003Z Downloaded password-hash v0.5.0
11102026-08-11T22:18:10.003Z Downloaded icu_collections v2.1.1
11112026-08-11T22:18:10.007Z Downloaded typed-path v0.9.3
11122026-08-11T22:18:10.007Z Downloaded icu_properties_data v2.1.2
11132026-08-11T22:18:10.010Z Downloaded strum v0.27.2
11142026-08-11T22:18:10.010Z Downloaded psm v0.1.30
11152026-08-11T22:18:10.017Z Downloaded md5 v0.8.0
11162026-08-11T22:18:10.017Z Downloaded termtree v0.5.1
11172026-08-11T22:18:10.020Z Downloaded rand v0.9.2
11182026-08-11T22:18:10.026Z Downloaded nu-ansi-term v0.50.3
11192026-08-11T22:18:10.029Z Downloaded jiff-static v0.2.34
11202026-08-11T22:18:10.033Z Downloaded proc-macro-crate v1.3.1
11212026-08-11T22:18:10.036Z Downloaded tls_codec_derive v0.4.2
11222026-08-11T22:18:10.041Z Downloaded tungstenite v0.23.0
11232026-08-11T22:18:10.046Z Downloaded zone_cfg_derive v0.3.1
11242026-08-11T22:18:10.049Z Downloaded critical-section v1.2.0
11252026-08-11T22:18:10.053Z Downloaded hyper-util v0.1.20
11262026-08-11T22:18:10.064Z Downloaded ecdsa v0.17.0
11272026-08-11T22:18:10.067Z Downloaded unicode_categories v0.1.1
11282026-08-11T22:18:10.072Z Downloaded new_debug_unreachable v1.0.6
11292026-08-11T22:18:10.072Z Downloaded wait-timeout v0.2.1
11302026-08-11T22:18:10.078Z Downloaded x509-cert v0.2.5
11312026-08-11T22:18:10.082Z Downloaded zstd-safe v7.2.4
11322026-08-11T22:18:10.082Z Downloaded indexmap v1.9.3
11332026-08-11T22:18:10.085Z Downloaded nom v7.1.3
11342026-08-11T22:18:10.085Z Downloaded postgres-protocol v0.6.10
11352026-08-11T22:18:10.102Z Downloaded slab v0.4.12
11362026-08-11T22:18:10.102Z Downloaded p521 v0.14.0
11372026-08-11T22:18:10.103Z Downloaded simd-adler32 v0.3.8
11382026-08-11T22:18:10.103Z Downloaded ed25519 v3.0.0
11392026-08-11T22:18:10.103Z Downloaded git2 v0.20.4
11402026-08-11T22:18:10.103Z Downloaded trait-variant v0.1.2
11412026-08-11T22:18:10.103Z Downloaded defmt-parser v1.0.0
11422026-08-11T22:18:10.103Z Downloaded num_enum v0.5.11
11432026-08-11T22:18:10.108Z Downloaded proc-macro-crate v3.4.0
11442026-08-11T22:18:10.108Z Downloaded secrecy v0.8.0
11452026-08-11T22:18:10.108Z Downloaded quick-error v1.2.3
11462026-08-11T22:18:10.108Z Downloaded cookie v0.18.1
11472026-08-11T22:18:10.108Z Downloaded writeable v0.6.2
11482026-08-11T22:18:10.109Z Downloaded litemap v0.8.1
11492026-08-11T22:18:10.113Z Downloaded tokio-tungstenite v0.21.0
11502026-08-11T22:18:10.113Z Downloaded zerovec v0.11.5
11512026-08-11T22:18:10.113Z Downloaded libm v0.2.16
11522026-08-11T22:18:10.117Z Downloaded unsafe-libyaml v0.2.11
11532026-08-11T22:18:10.120Z Downloaded icu_provider v2.1.1
11542026-08-11T22:18:10.120Z Downloaded crossbeam-epoch v0.9.18
11552026-08-11T22:18:10.124Z Downloaded der v0.8.0
11562026-08-11T22:18:10.124Z Downloaded term v1.2.1
11572026-08-11T22:18:10.128Z Downloaded support-bundle-viewer v0.1.2
11582026-08-11T22:18:10.128Z Downloaded twox-hash v2.1.2
11592026-08-11T22:18:10.128Z Downloaded aws-lc-rs v1.16.3
11602026-08-11T22:18:10.132Z Downloaded reqwest v0.12.28
11612026-08-11T22:18:10.135Z Downloaded oxide-update-engine-display v0.1.2
11622026-08-11T22:18:10.139Z Downloaded serde_with_macros v3.21.0
11632026-08-11T22:18:10.139Z Downloaded tokio-util v0.7.18
11642026-08-11T22:18:10.142Z Downloaded tower v0.5.3
11652026-08-11T22:18:10.146Z Downloaded rand v0.8.6
11662026-08-11T22:18:10.150Z Downloaded ignore v0.4.25
11672026-08-11T22:18:10.150Z Downloaded pkg-config v0.3.32
11682026-08-11T22:18:10.154Z Downloaded spki v0.8.0
11692026-08-11T22:18:10.154Z Downloaded snafu v0.8.9
11702026-08-11T22:18:10.157Z Downloaded zstd v0.13.3
11712026-08-11T22:18:10.157Z Downloaded icu_normalizer_data v2.1.1
11722026-08-11T22:18:10.157Z Downloaded num-traits v0.2.19
11732026-08-11T22:18:10.161Z Downloaded parking_lot v0.12.5
11742026-08-11T22:18:10.162Z Downloaded toml v1.1.2+spec-1.1.0
11752026-08-11T22:18:10.165Z Downloaded rustls-platform-verifier v0.6.2
11762026-08-11T22:18:10.165Z Downloaded zlib-rs v0.6.2
11772026-08-11T22:18:10.169Z Downloaded dropshot-api-manager v0.7.2
11782026-08-11T22:18:10.179Z Downloaded crc-any v2.5.0
11792026-08-11T22:18:10.179Z Downloaded russh v0.62.4
11802026-08-11T22:18:10.183Z Downloaded vte v0.14.1
11812026-08-11T22:18:10.187Z Downloaded goblin v0.10.5
11822026-08-11T22:18:10.191Z Downloaded tracing-attributes v0.1.31
11832026-08-11T22:18:10.194Z Downloaded thread_local v1.1.9
11842026-08-11T22:18:10.194Z Downloaded ed25519-dalek v2.2.0
11852026-08-11T22:18:10.198Z Downloaded ingot-macros v0.2.0
11862026-08-11T22:18:10.203Z Downloaded icu_locale_core v2.1.1
11872026-08-11T22:18:10.206Z Downloaded pkcs5 v0.8.1
11882026-08-11T22:18:10.211Z Downloaded itertools v0.13.0
11892026-08-11T22:18:10.215Z Downloaded toml v0.7.8
11902026-08-11T22:18:10.215Z Downloaded jiff-core v0.1.0
11912026-08-11T22:18:10.220Z Downloaded quinn-proto v0.11.16
11922026-08-11T22:18:10.226Z Downloaded openssl-sys v0.9.117
11932026-08-11T22:18:10.226Z Downloaded rustyline v14.0.0
11942026-08-11T22:18:10.229Z Downloaded socket2 v0.5.10
11952026-08-11T22:18:10.230Z Downloaded blake3 v1.8.5
11962026-08-11T22:18:10.235Z Downloaded tough v0.22.0
11972026-08-11T22:18:10.239Z Downloaded elliptic-curve v0.14.1
11982026-08-11T22:18:10.253Z Downloaded moka v0.12.13
11992026-08-11T22:18:10.253Z Downloaded zerocopy-derive v0.8.40
12002026-08-11T22:18:10.266Z Downloaded idna v1.1.0
12012026-08-11T22:18:10.266Z Downloaded libbz2-rs-sys v0.2.2
12022026-08-11T22:18:10.266Z Downloaded ssh-key v0.7.0-rc.11
12032026-08-11T22:18:10.272Z Downloaded postcard v1.1.3
12042026-08-11T22:18:10.272Z Downloaded der v0.7.10
12052026-08-11T22:18:10.272Z Downloaded portable-atomic v1.13.1
12062026-08-11T22:18:10.273Z Downloaded rsa v0.9.10
12072026-08-11T22:18:10.278Z Downloaded bitvec v1.0.1
12082026-08-11T22:18:10.286Z Downloaded ron v0.8.1
12092026-08-11T22:18:10.290Z Downloaded radix_trie v0.2.1
12102026-08-11T22:18:10.296Z Downloaded scuffle v0.1.0
12112026-08-11T22:18:10.296Z Downloaded iddqd v0.4.2
12122026-08-11T22:18:10.300Z Downloaded crossterm v0.29.0
12132026-08-11T22:18:10.305Z Downloaded winnow v1.0.3
12142026-08-11T22:18:10.308Z Downloaded darling_core v0.23.0
12152026-08-11T22:18:10.329Z Downloaded minimal-lexical v0.2.1
12162026-08-11T22:18:10.333Z Downloaded winnow v0.6.26
12172026-08-11T22:18:10.340Z Downloaded bindgen v0.71.1
12182026-08-11T22:18:10.343Z Downloaded chrono v0.4.45
12192026-08-11T22:18:10.350Z Downloaded unicode-segmentation v1.12.0
12202026-08-11T22:18:10.350Z Downloaded iri-string v0.7.10
12212026-08-11T22:18:10.355Z Downloaded internal-russh-num-bigint v0.5.0
12222026-08-11T22:18:10.355Z Downloaded url v2.5.8
12232026-08-11T22:18:10.358Z Downloaded reedline v0.40.0
12242026-08-11T22:18:10.365Z Downloaded diesel_derives v2.3.7
12252026-08-11T22:18:10.370Z Downloaded proptest v1.11.0
12262026-08-11T22:18:10.370Z Downloaded itertools v0.14.0
12272026-08-11T22:18:10.388Z Downloaded libxml v0.3.3
12282026-08-11T22:18:10.388Z Downloaded darling_core v0.20.11
12292026-08-11T22:18:10.397Z Downloaded regex v1.12.3
12302026-08-11T22:18:10.397Z Downloaded winnow v0.5.40
12312026-08-11T22:18:10.397Z Downloaded rawzip v0.4.4
12322026-08-11T22:18:10.397Z Downloaded itertools v0.15.0
12332026-08-11T22:18:10.397Z Downloaded smoltcp v0.11.0
12342026-08-11T22:18:10.412Z Downloaded time v0.3.47
12352026-08-11T22:18:10.450Z Downloaded petname v2.0.2
12362026-08-11T22:18:10.465Z Downloaded vcpkg v0.2.15
12372026-08-11T22:18:10.484Z Downloaded rayon v1.11.0
12382026-08-11T22:18:10.485Z Downloaded mio v1.2.0
12392026-08-11T22:18:10.485Z Downloaded salty v0.3.0
12402026-08-11T22:18:10.485Z Downloaded quick-xml v0.37.5
12412026-08-11T22:18:10.501Z Downloaded crypto-primes v0.7.2
12422026-08-11T22:18:10.501Z Downloaded regex-syntax v0.6.29
12432026-08-11T22:18:10.501Z Downloaded hickory-proto v0.24.4
12442026-08-11T22:18:10.501Z Downloaded openapiv3 v2.2.0
12452026-08-11T22:18:10.517Z Downloaded unicode-normalization v0.1.25
12462026-08-11T22:18:10.517Z Downloaded smoltcp v0.9.1
12472026-08-11T22:18:10.517Z Downloaded regress v0.11.1
12482026-08-11T22:18:10.517Z Downloaded reqwest v0.13.2
12492026-08-11T22:18:10.517Z Downloaded serde_with v3.21.0
12502026-08-11T22:18:10.527Z Downloaded lalrpop v0.19.12
12512026-08-11T22:18:10.568Z Downloaded regress v0.10.5
12522026-08-11T22:18:10.569Z Downloaded hickory-proto v0.25.2
12532026-08-11T22:18:10.592Z Downloaded itertools v0.12.1
12542026-08-11T22:18:10.592Z Downloaded typify-impl v0.6.2
12552026-08-11T22:18:10.592Z Downloaded curve25519-dalek v5.0.0
12562026-08-11T22:18:10.592Z Downloaded diesel v2.3.7
12572026-08-11T22:18:10.645Z Downloaded object v0.37.3
12582026-08-11T22:18:10.645Z Downloaded bstr v1.12.1
12592026-08-11T22:18:10.646Z Downloaded zerocopy v0.8.40
12602026-08-11T22:18:10.677Z Downloaded object v0.30.4
12612026-08-11T22:18:10.677Z Downloaded sha3 v0.12.0
12622026-08-11T22:18:10.678Z Downloaded nix v0.28.0
12632026-08-11T22:18:10.678Z Downloaded tabled v0.21.0
12642026-08-11T22:18:10.678Z Downloaded rustls v0.23.41
12652026-08-11T22:18:10.678Z Downloaded p384 v0.13.1
12662026-08-11T22:18:10.678Z Downloaded rustix v0.38.44
12672026-08-11T22:18:10.678Z Downloaded sqlparser v0.61.0
12682026-08-11T22:18:10.678Z Downloaded dropshot v0.17.1
12692026-08-11T22:18:10.697Z Downloaded polar-core v0.27.3
12702026-08-11T22:18:10.697Z Downloaded crypto-bigint v0.7.5
12712026-08-11T22:18:10.697Z Downloaded tracing v0.1.44
12722026-08-11T22:18:10.731Z Downloaded sled v0.34.7
12732026-08-11T22:18:10.731Z Downloaded jiff v0.2.34
12742026-08-11T22:18:10.731Z Downloaded petgraph v0.6.5
12752026-08-11T22:18:10.753Z Downloaded nix v0.27.1
12762026-08-11T22:18:10.753Z Downloaded libz-sys v1.1.24
12772026-08-11T22:18:10.753Z Downloaded csv v1.4.0
12782026-08-11T22:18:10.773Z Downloaded regex-syntax v0.8.10
12792026-08-11T22:18:10.773Z Downloaded encoding_rs v0.8.35
12802026-08-11T22:18:10.802Z Downloaded openssl v0.10.80
12812026-08-11T22:18:10.803Z Downloaded curve25519-dalek v4.1.3
12822026-08-11T22:18:10.830Z Downloaded nix v0.31.2
12832026-08-11T22:18:10.898Z Downloaded sha3 v0.11.0
12842026-08-11T22:18:10.912Z Downloaded regex-automata v0.4.14
12852026-08-11T22:18:10.930Z Downloaded bzip2-sys v0.1.13+1.0.8
12862026-08-11T22:18:10.967Z Downloaded zerocopy-derive v0.6.6
12872026-08-11T22:18:11.021Z Downloaded ratatui v0.29.0
12882026-08-11T22:18:11.078Z Downloaded chrono-tz v0.10.4
12892026-08-11T22:18:11.139Z Downloaded petgraph v0.8.3
12902026-08-11T22:18:11.139Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12912026-08-11T22:18:11.139Z Downloaded sha3 v0.10.8
12922026-08-11T22:18:11.139Z Downloaded tokio v1.52.1
12932026-08-11T22:18:11.272Z Downloaded ring v0.17.14
12942026-08-11T22:18:11.314Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-08-11T22:18:11.882Z Downloaded aws-lc-sys v0.40.0
12962026-08-11T22:18:12.150Z Compiling serde_core v1.0.228
12972026-08-11T22:18:12.150Z Compiling libc v0.2.185
12982026-08-11T22:18:12.150Z Compiling serde v1.0.228
12992026-08-11T22:18:12.173Z Compiling log v0.4.29
13002026-08-11T22:18:12.173Z Compiling smallvec v1.15.1
13012026-08-11T22:18:12.173Z Compiling find-msvc-tools v0.1.9
13022026-08-11T22:18:12.173Z Compiling shlex v1.3.0
13032026-08-11T22:18:12.173Z Compiling subtle v2.6.1
13042026-08-11T22:18:12.284Z Compiling scopeguard v1.2.0
13052026-08-11T22:18:12.311Z Compiling stable_deref_trait v1.2.1
13062026-08-11T22:18:12.311Z Compiling typenum v1.20.1
13072026-08-11T22:18:12.311Z Compiling zerocopy v0.8.40
13082026-08-11T22:18:12.311Z Compiling portable-atomic v1.13.1
13092026-08-11T22:18:12.371Z Compiling serde_json v1.0.151
13102026-08-11T22:18:12.401Z Compiling syn v2.0.117
13112026-08-11T22:18:12.418Z Compiling lock_api v0.4.14
13122026-08-11T22:18:12.449Z Compiling critical-section v1.2.0
13132026-08-11T22:18:12.482Z Compiling libm v0.2.16
13142026-08-11T22:18:12.504Z Compiling num-traits v0.2.19
13152026-08-11T22:18:12.557Z Compiling pkg-config v0.3.32
13162026-08-11T22:18:12.649Z Compiling generic-array v0.14.7
13172026-08-11T22:18:12.664Z Compiling pin-project-lite v0.2.17
13182026-08-11T22:18:12.678Z Compiling getrandom v0.4.1
13192026-08-11T22:18:12.707Z Compiling parking_lot_core v0.9.12
13202026-08-11T22:18:12.733Z Compiling const-oid v0.9.6
13212026-08-11T22:18:12.764Z Compiling rand_core v0.10.0
13222026-08-11T22:18:12.797Z Compiling percent-encoding v2.3.2
13232026-08-11T22:18:12.812Z Compiling futures-core v0.3.32
13242026-08-11T22:18:12.945Z Compiling litemap v0.8.1
13252026-08-11T22:18:12.987Z Compiling writeable v0.6.2
13262026-08-11T22:18:12.987Z Compiling icu_properties_data v2.1.2
13272026-08-11T22:18:12.996Z Compiling icu_normalizer_data v2.1.1
13282026-08-11T22:18:12.996Z Compiling getrandom v0.3.4
13292026-08-11T22:18:13.016Z Compiling futures-sink v0.3.32
13302026-08-11T22:18:13.036Z Compiling slab v0.4.12
13312026-08-11T22:18:13.142Z Compiling futures-channel v0.3.32
13322026-08-11T22:18:13.169Z Compiling rustix v1.1.3
13332026-08-11T22:18:13.200Z Compiling futures-io v0.3.32
13342026-08-11T22:18:13.200Z Compiling utf8_iter v1.0.4
13352026-08-11T22:18:13.219Z Compiling futures-task v0.3.32
13362026-08-11T22:18:13.252Z Compiling form_urlencoded v1.2.2
13372026-08-11T22:18:13.257Z Compiling rustversion v1.0.22
13382026-08-11T22:18:13.281Z Compiling jobserver v0.1.34
13392026-08-11T22:18:13.351Z Compiling errno v0.3.14
13402026-08-11T22:18:13.360Z Compiling getrandom v0.2.17
13412026-08-11T22:18:13.416Z Compiling mio v1.2.0
13422026-08-11T22:18:13.458Z Compiling socket2 v0.6.3
13432026-08-11T22:18:13.532Z Compiling cc v1.2.56
13442026-08-11T22:18:13.547Z Compiling rand_core v0.6.4
13452026-08-11T22:18:13.558Z Compiling signal-hook-registry v1.4.8
13462026-08-11T22:18:13.571Z Compiling once_cell v1.21.3
13472026-08-11T22:18:13.637Z Compiling parking_lot v0.12.5
13482026-08-11T22:18:13.704Z Compiling base64ct v1.8.3
13492026-08-11T22:18:13.743Z Compiling iana-time-zone v0.1.65
13502026-08-11T22:18:13.766Z Compiling flagset v0.4.7
13512026-08-11T22:18:13.824Z Compiling ident_case v1.0.1
13522026-08-11T22:18:13.844Z Compiling regex-syntax v0.8.10
13532026-08-11T22:18:13.869Z Compiling dunce v1.0.5
13542026-08-11T22:18:13.882Z Compiling fs_extra v1.3.0
13552026-08-11T22:18:13.901Z Compiling base64 v0.22.1
13562026-08-11T22:18:13.908Z Compiling vcpkg v0.2.15
13572026-08-11T22:18:13.928Z Compiling pem-rfc7468 v0.7.0
13582026-08-11T22:18:14.004Z Compiling rand_core v0.9.5
13592026-08-11T22:18:14.028Z Compiling syn v1.0.109
13602026-08-11T22:18:14.028Z Compiling tracing-core v0.1.36
13612026-08-11T22:18:14.046Z Compiling cpufeatures v0.2.17
13622026-08-11T22:18:14.054Z Compiling dyn-clone v1.0.20
13632026-08-11T22:18:14.104Z Compiling aws-lc-rs v1.16.3
13642026-08-11T22:18:14.117Z Compiling schemars v0.8.22
13652026-08-11T22:18:14.179Z Compiling spin v0.9.8
13662026-08-11T22:18:14.193Z Compiling crc32fast v1.5.0
13672026-08-11T22:18:14.251Z Compiling tinyvec_macros v0.1.1
13682026-08-11T22:18:14.267Z Compiling cmake v0.1.57
13692026-08-11T22:18:14.281Z Compiling httparse v1.10.1
13702026-08-11T22:18:14.327Z Compiling openssl-probe v0.2.1
13712026-08-11T22:18:14.374Z Compiling cmov v0.5.4
13722026-08-11T22:18:14.396Z Compiling tinyvec v1.10.0
13732026-08-11T22:18:14.435Z Compiling aho-corasick v1.1.4
13742026-08-11T22:18:14.448Z Compiling atomic-waker v1.1.2
13752026-08-11T22:18:14.453Z Compiling tower-service v0.3.3
13762026-08-11T22:18:14.476Z Compiling bitflags v2.11.0
13772026-08-11T22:18:14.566Z Compiling semver v1.0.28
13782026-08-11T22:18:14.585Z Compiling indexmap v2.14.0
13792026-08-11T22:18:14.585Z Compiling uuid v1.23.4
13802026-08-11T22:18:14.610Z Compiling ctutils v0.4.2
13812026-08-11T22:18:14.686Z Compiling radium v0.7.0
13822026-08-11T22:18:14.732Z Compiling untrusted v0.7.1
13832026-08-11T22:18:14.744Z Compiling try-lock v0.2.5
13842026-08-11T22:18:14.744Z Compiling tower-layer v0.3.3
13852026-08-11T22:18:14.859Z Compiling rustc_version v0.4.1
13862026-08-11T22:18:14.873Z Compiling want v0.3.1
13872026-08-11T22:18:14.907Z Compiling untrusted v0.9.0
13882026-08-11T22:18:14.931Z Compiling simd-adler32 v0.3.8
13892026-08-11T22:18:15.003Z Compiling maybe-uninit v2.0.0
13902026-08-11T22:18:15.027Z Compiling tap v1.0.1
13912026-08-11T22:18:15.071Z Compiling httpdate v1.0.3
13922026-08-11T22:18:15.093Z Compiling foreign-types-shared v0.1.1
13932026-08-11T22:18:15.125Z Compiling rustls v0.23.41
13942026-08-11T22:18:15.154Z Compiling aws-lc-sys v0.40.0
13952026-08-11T22:18:15.162Z Compiling openssl-sys v0.9.117
13962026-08-11T22:18:15.197Z Compiling openssl v0.10.80
13972026-08-11T22:18:15.201Z Compiling bzip2-sys v0.1.13+1.0.8
13982026-08-11T22:18:15.220Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-08-11T22:18:15.293Z Compiling foreign-types v0.3.2
14002026-08-11T22:18:15.309Z Compiling wyz v0.5.1
14012026-08-11T22:18:15.341Z Compiling regex-automata v0.4.14
14022026-08-11T22:18:15.358Z Compiling unicode-normalization v0.1.25
14032026-08-11T22:18:15.378Z Compiling num-integer v0.1.46
14042026-08-11T22:18:15.484Z Compiling synstructure v0.13.2
14052026-08-11T22:18:15.545Z Compiling serde_derive_internals v0.29.1
14062026-08-11T22:18:15.559Z Compiling pest_generator v2.8.6
14072026-08-11T22:18:15.581Z Compiling darling_core v0.20.11
14082026-08-11T22:18:15.670Z Compiling tempfile v3.25.0
14092026-08-11T22:18:15.705Z Compiling terminal_size v0.4.3
14102026-08-11T22:18:15.781Z Compiling wait-timeout v0.2.1
14112026-08-11T22:18:15.888Z Compiling ahash v0.8.12
14122026-08-11T22:18:15.895Z Compiling time-core v0.1.8
14132026-08-11T22:18:15.924Z Compiling num-conv v0.2.0
14142026-08-11T22:18:16.063Z Compiling bit-vec v0.8.0
14152026-08-11T22:18:16.064Z Compiling adler2 v2.0.1
14162026-08-11T22:18:16.069Z Compiling quick-error v1.2.3
14172026-08-11T22:18:16.107Z Compiling native-tls v0.2.18
14182026-08-11T22:18:16.110Z Compiling powerfmt v0.2.0
14192026-08-11T22:18:16.139Z Compiling funty v2.0.0
14202026-08-11T22:18:16.205Z Compiling packed_struct v0.10.1
14212026-08-11T22:18:16.237Z Compiling num-bigint-dig v0.8.6
14222026-08-11T22:18:16.249Z Compiling miniz_oxide v0.8.9
14232026-08-11T22:18:16.305Z Compiling deranged v0.5.8
14242026-08-11T22:18:16.324Z Compiling bit-set v0.8.0
14252026-08-11T22:18:16.332Z Compiling rusty-fork v0.3.1
14262026-08-11T22:18:16.390Z Compiling clap_builder v4.6.0
14272026-08-11T22:18:16.410Z Compiling time-macros v0.2.27
14282026-08-11T22:18:16.496Z Compiling bitvec v1.0.1
14292026-08-11T22:18:16.529Z Compiling num-iter v0.1.45
14302026-08-11T22:18:16.619Z Compiling lazy_static v1.5.0
14312026-08-11T22:18:16.639Z Compiling rand_xorshift v0.4.0
14322026-08-11T22:18:16.666Z Compiling anstyle-parse v0.2.7
14332026-08-11T22:18:16.722Z Compiling sync_wrapper v1.0.2
14342026-08-11T22:18:16.741Z Compiling indexmap v1.9.3
14352026-08-11T22:18:16.813Z Compiling zlib-rs v0.6.2
14362026-08-11T22:18:16.839Z Compiling num_threads v0.1.7
14372026-08-11T22:18:16.859Z Compiling crc-catalog v2.4.0
14382026-08-11T22:18:16.899Z Compiling paste v1.0.15
14392026-08-11T22:18:16.937Z Compiling nodrop v0.1.14
14402026-08-11T22:18:16.952Z Compiling siphasher v1.0.2
14412026-08-11T22:18:16.964Z Compiling usdt-impl v0.6.0
14422026-08-11T22:18:17.039Z Compiling unarray v0.1.4
14432026-08-11T22:18:17.147Z Compiling crossbeam-utils v0.8.21
14442026-08-11T22:18:17.164Z Compiling array-init v0.0.4
14452026-08-11T22:18:17.200Z Compiling serde_derive v1.0.228
14462026-08-11T22:18:17.233Z Compiling zeroize_derive v1.5.0
14472026-08-11T22:18:17.247Z Compiling zerofrom-derive v0.1.6
14482026-08-11T22:18:17.308Z Compiling zerocopy-derive v0.8.40
14492026-08-11T22:18:17.447Z Compiling yoke-derive v0.8.1
14502026-08-11T22:18:17.497Z Compiling zerovec-derive v0.11.2
14512026-08-11T22:18:17.564Z Compiling displaydoc v0.2.5
14522026-08-11T22:18:17.567Z Compiling tokio-macros v2.7.0
14532026-08-11T22:18:17.947Z Compiling futures-macro v0.3.32
14542026-08-11T22:18:17.970Z Compiling thiserror-impl v2.0.18
14552026-08-11T22:18:17.996Z Compiling der_derive v0.7.3
14562026-08-11T22:18:18.329Z Compiling tracing-attributes v0.1.31
14572026-08-11T22:18:18.349Z Compiling schemars_derive v0.8.22
14582026-08-11T22:18:18.448Z Compiling pest_derive v2.8.6
14592026-08-11T22:18:18.687Z Compiling scroll_derive v0.13.1
14602026-08-11T22:18:18.705Z Compiling darling_macro v0.20.11
14612026-08-11T22:18:18.709Z Compiling zerofrom v0.1.6
14622026-08-11T22:18:18.797Z Compiling futures-util v0.3.32
14632026-08-11T22:18:18.863Z Compiling yoke v0.8.1
14642026-08-11T22:18:18.925Z Compiling openssl-macros v0.1.1
14652026-08-11T22:18:18.991Z Compiling thiserror-impl v1.0.69
14662026-08-11T22:18:19.134Z Compiling zerovec v0.11.5
14672026-08-11T22:18:19.239Z Compiling zerotrie v0.2.3
14682026-08-11T22:18:19.330Z Compiling thiserror v2.0.18
14692026-08-11T22:18:19.460Z Compiling darling v0.20.11
14702026-08-11T22:18:19.481Z Compiling packed_struct_codegen v0.10.1
14712026-08-11T22:18:19.554Z Compiling tinystr v0.8.2
14722026-08-11T22:18:19.584Z Compiling potential_utf v0.1.4
14732026-08-11T22:18:19.599Z Compiling scroll v0.13.0
14742026-08-11T22:18:19.599Z Compiling bitfield-macros v0.19.4
14752026-08-11T22:18:19.615Z Compiling zerocopy-derive v0.6.6
14762026-08-11T22:18:19.712Z Compiling icu_locale_core v2.1.1
14772026-08-11T22:18:19.730Z Compiling icu_collections v2.1.1
14782026-08-11T22:18:19.744Z Compiling tracing v0.1.44
14792026-08-11T22:18:19.765Z Compiling clap_derive v4.6.1
14802026-08-11T22:18:19.963Z Compiling goblin v0.10.5
14812026-08-11T22:18:20.092Z Compiling flate2 v1.1.9
14822026-08-11T22:18:20.177Z Compiling derive_builder_core v0.20.2
14832026-08-11T22:18:20.299Z Compiling dtrace-parser v0.3.0
14842026-08-11T22:18:20.400Z Compiling thiserror v1.0.69
14852026-08-11T22:18:20.494Z Compiling icu_provider v2.1.1
14862026-08-11T22:18:20.580Z Compiling bitfield v0.19.4
14872026-08-11T22:18:20.580Z Compiling time v0.3.47
14882026-08-11T22:18:20.603Z Compiling zerocopy v0.6.6
14892026-08-11T22:18:20.610Z Compiling icu_normalizer v2.1.1
14902026-08-11T22:18:20.627Z Compiling icu_properties v2.1.2
14912026-08-11T22:18:20.761Z Compiling zeroize v1.9.0
14922026-08-11T22:18:20.771Z Compiling bytes v1.11.1
14932026-08-11T22:18:20.794Z Compiling chrono v0.4.45
14942026-08-11T22:18:20.848Z Compiling ipnet v2.11.0
14952026-08-11T22:18:20.976Z Compiling der v0.7.10
14962026-08-11T22:18:20.989Z Compiling rustls-pki-types v1.14.0
14972026-08-11T22:18:21.142Z Compiling hybrid-array v0.4.13
14982026-08-11T22:18:21.157Z Compiling hex v0.4.3
14992026-08-11T22:18:21.354Z Compiling tokio v1.52.1
15002026-08-11T22:18:21.395Z Compiling http v1.4.2
15012026-08-11T22:18:21.435Z Compiling toml_datetime v0.6.11
15022026-08-11T22:18:21.452Z Compiling serde_spanned v0.6.9
15032026-08-11T22:18:21.522Z Compiling crypto-common v0.1.7
15042026-08-11T22:18:21.548Z Compiling block-buffer v0.10.4
15052026-08-11T22:18:21.606Z Compiling idna_adapter v1.2.1
15062026-08-11T22:18:21.702Z Compiling digest v0.10.7
15072026-08-11T22:18:21.735Z Compiling ppv-lite86 v0.2.21
15082026-08-11T22:18:21.755Z Compiling idna v1.1.0
15092026-08-11T22:18:21.924Z Compiling spki v0.7.3
15102026-08-11T22:18:21.947Z Compiling sha2 v0.10.9
15112026-08-11T22:18:21.972Z Compiling signature v2.2.0
15122026-08-11T22:18:22.011Z Compiling hmac v0.12.1
15132026-08-11T22:18:22.015Z Compiling clap v4.6.1
15142026-08-11T22:18:22.056Z Compiling url v2.5.8
15152026-08-11T22:18:22.070Z Compiling rand_chacha v0.9.0
15162026-08-11T22:18:22.115Z Compiling pkcs8 v0.10.2
15172026-08-11T22:18:22.140Z Compiling http-body v1.0.1
15182026-08-11T22:18:22.155Z Compiling rand_chacha v0.3.1
15192026-08-11T22:18:22.199Z Compiling structmeta-derive v0.3.0
15202026-08-11T22:18:22.218Z Compiling scroll_derive v0.12.1
15212026-08-11T22:18:22.306Z Compiling rand v0.9.2
15222026-08-11T22:18:22.306Z Compiling pkcs1 v0.7.5
15232026-08-11T22:18:22.376Z Compiling rand v0.8.6
15242026-08-11T22:18:22.400Z Compiling http-body-util v0.1.3
15252026-08-11T22:18:22.446Z Compiling crc v3.4.0
15262026-08-11T22:18:22.698Z Compiling dof v0.4.0
15272026-08-11T22:18:22.794Z Compiling anstream v0.6.21
15282026-08-11T22:18:22.854Z Compiling smallvec v0.6.14
15292026-08-11T22:18:22.921Z Compiling darling_core v0.23.0
15302026-08-11T22:18:22.951Z Compiling proptest v1.11.0
15312026-08-11T22:18:23.016Z Compiling heapless v0.7.17
15322026-08-11T22:18:23.101Z Compiling slog v2.8.2
15332026-08-11T22:18:23.179Z Compiling thread-id v5.1.0
15342026-08-11T22:18:23.260Z Compiling env_filter v1.0.0
15352026-08-11T22:18:23.277Z Compiling cookie v0.18.1
15362026-08-11T22:18:23.298Z Compiling allocator-api2 v0.2.21
15372026-08-11T22:18:23.311Z Compiling zstd-safe v7.2.4
15382026-08-11T22:18:23.331Z Compiling unicode-properties v0.1.4
15392026-08-11T22:18:23.335Z Compiling ryu v1.0.23
15402026-08-11T22:18:23.488Z Compiling ipnetwork v0.21.1
15412026-08-11T22:18:23.525Z Compiling hashbrown v0.12.3
15422026-08-11T22:18:23.545Z Compiling unicode-bidi v0.3.18
15432026-08-11T22:18:23.576Z Compiling signal-hook v0.3.18
15442026-08-11T22:18:23.605Z Compiling iri-string v0.7.10
15452026-08-11T22:18:23.605Z Compiling base64 v0.21.7
15462026-08-11T22:18:23.672Z Compiling winnow v0.5.40
15472026-08-11T22:18:23.748Z Compiling anyhow v1.0.102
15482026-08-11T22:18:23.882Z Compiling stringprep v0.1.5
15492026-08-11T22:18:23.898Z Compiling ron v0.8.1
15502026-08-11T22:18:23.941Z Compiling oxnet v0.1.6
15512026-08-11T22:18:24.104Z Compiling rsa v0.9.10
15522026-08-11T22:18:24.130Z Compiling serde_urlencoded v0.7.1
15532026-08-11T22:18:24.180Z Compiling env_logger v0.11.9
15542026-08-11T22:18:24.316Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15552026-08-11T22:18:24.340Z Compiling structmeta v0.3.0
15562026-08-11T22:18:24.416Z Compiling serde-hex v0.1.0
15572026-08-11T22:18:24.433Z Compiling scroll v0.12.0
15582026-08-11T22:18:24.455Z Compiling camino v1.2.2
15592026-08-11T22:18:24.562Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15602026-08-11T22:18:24.722Z Compiling x509-cert v0.2.5
15612026-08-11T22:18:24.771Z Compiling hashbrown v0.13.2
15622026-08-11T22:18:24.851Z Compiling md-5 v0.10.6
15632026-08-11T22:18:24.879Z Compiling block-padding v0.4.2
15642026-08-11T22:18:24.896Z Compiling crypto-common v0.2.2
15652026-08-11T22:18:25.042Z Compiling toml_edit v0.19.15
15662026-08-11T22:18:25.056Z Compiling block-buffer v0.12.1
15672026-08-11T22:18:25.103Z Compiling rustls-native-certs v0.8.3
15682026-08-11T22:18:25.107Z Compiling derive_builder_macro v0.20.2
15692026-08-11T22:18:25.131Z Compiling bzip2 v0.4.4
15702026-08-11T22:18:25.267Z Compiling tokio-util v0.7.18
15712026-08-11T22:18:25.283Z Compiling tower v0.5.3
15722026-08-11T22:18:25.356Z Compiling tokio-native-tls v0.3.1
15732026-08-11T22:18:25.413Z Compiling newtype-uuid v1.3.2
15742026-08-11T22:18:25.472Z Compiling darling_macro v0.23.0
15752026-08-11T22:18:25.549Z Compiling erased-serde v0.3.31
15762026-08-11T22:18:25.619Z Compiling serde_tokenstream v0.2.3
15772026-08-11T22:18:25.761Z Compiling tower-http v0.6.8
15782026-08-11T22:18:25.792Z Compiling bstr v1.12.1
15792026-08-11T22:18:25.950Z Compiling h2 v0.4.15
15802026-08-11T22:18:26.054Z Compiling daft-derive v0.1.7
15812026-08-11T22:18:26.177Z Compiling pin-project-internal v1.1.11
15822026-08-11T22:18:26.190Z Compiling async-trait v0.1.89
15832026-08-11T22:18:26.320Z Compiling zerocopy-derive v0.7.35
15842026-08-11T22:18:26.344Z Compiling curve25519-dalek v4.1.3
15852026-08-11T22:18:26.439Z Compiling vergen-lib v9.1.0
15862026-08-11T22:18:26.516Z Compiling hash32 v0.2.1
15872026-08-11T22:18:26.625Z Compiling encoding_rs v0.8.35
15882026-08-11T22:18:26.635Z Compiling memoffset v0.9.1
15892026-08-11T22:18:26.712Z Compiling rustix v0.38.44
15902026-08-11T22:18:26.740Z Compiling crc-any v2.5.0
15912026-08-11T22:18:26.823Z Compiling ref-cast v1.0.25
15922026-08-11T22:18:26.864Z Compiling cfg_aliases v0.2.1
15932026-08-11T22:18:26.947Z Compiling fallible-iterator v0.2.0
15942026-08-11T22:18:26.994Z Compiling litrs v1.0.0
15952026-08-11T22:18:27.082Z Compiling psl-types v2.0.11
15962026-08-11T22:18:27.146Z Compiling smoltcp v0.9.1
15972026-08-11T22:18:27.233Z Compiling mime v0.3.17
15982026-08-11T22:18:27.248Z Compiling postgres-protocol v0.6.10
15992026-08-11T22:18:27.265Z Compiling publicsuffix v2.3.0
16002026-08-11T22:18:27.280Z Compiling zerocopy v0.7.35
16012026-08-11T22:18:27.347Z Compiling pin-project v1.1.11
16022026-08-11T22:18:27.362Z Compiling nix v0.31.2
16032026-08-11T22:18:27.450Z Compiling daft v0.1.7
16042026-08-11T22:18:27.517Z Compiling document-features v0.2.12
16052026-08-11T22:18:27.582Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16062026-08-11T22:18:27.655Z Compiling toml v0.7.8
16072026-08-11T22:18:27.693Z Compiling darling v0.23.0
16082026-08-11T22:18:27.749Z Compiling derive_builder v0.20.2
16092026-08-11T22:18:27.764Z Compiling zip v0.6.6
16102026-08-11T22:18:27.827Z Compiling object v0.30.4
16112026-08-11T22:18:27.857Z Compiling inout v0.2.2
16122026-08-11T22:18:27.891Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16132026-08-11T22:18:27.905Z Compiling goblin v0.8.2
16142026-08-11T22:18:28.055Z Compiling derive-ex v0.1.8
16152026-08-11T22:18:28.207Z Compiling futures-executor v0.3.32
16162026-08-11T22:18:28.244Z Compiling hubpack_derive v0.1.1
16172026-08-11T22:18:28.365Z Compiling regex v1.12.3
16182026-08-11T22:18:28.379Z Compiling ref-cast-impl v1.0.25
16192026-08-11T22:18:28.471Z Compiling strum_macros v0.27.2
16202026-08-11T22:18:28.486Z Compiling snafu-derive v0.8.9
16212026-08-11T22:18:28.512Z Compiling curve25519-dalek-derive v0.1.1
16222026-08-11T22:18:28.633Z Compiling phf_shared v0.13.1
16232026-08-11T22:18:28.730Z Compiling cargo-platform v0.3.2
16242026-08-11T22:18:28.746Z Compiling vergen v9.1.0
16252026-08-11T22:18:28.814Z Compiling ff v0.13.1
16262026-08-11T22:18:28.913Z Compiling fs-err v3.3.0
16272026-08-11T22:18:28.958Z Compiling managed v0.8.0
16282026-08-11T22:18:28.972Z Compiling path-slash v0.1.5
16292026-08-11T22:18:28.985Z Compiling bitflags v1.3.2
16302026-08-11T22:18:29.002Z Compiling same-file v1.0.6
16312026-08-11T22:18:29.026Z Compiling jiff-core v0.1.0
16322026-08-11T22:18:29.079Z Compiling bumpalo v3.20.2
16332026-08-11T22:18:29.104Z Compiling foldhash v0.1.5
16342026-08-11T22:18:29.119Z Compiling object v0.37.3
16352026-08-11T22:18:29.182Z Compiling hyper v1.10.1
16362026-08-11T22:18:29.187Z Compiling either v1.15.0
16372026-08-11T22:18:29.210Z Compiling unicode-segmentation v1.12.0
16382026-08-11T22:18:29.306Z Compiling base16ct v0.2.0
16392026-08-11T22:18:29.345Z Compiling foldhash v0.2.0
16402026-08-11T22:18:29.404Z Compiling libbz2-rs-sys v0.2.2
16412026-08-11T22:18:29.475Z Compiling sec1 v0.7.3
16422026-08-11T22:18:29.490Z Compiling zopfli v0.8.3
16432026-08-11T22:18:29.587Z Compiling hashbrown v0.16.1
16442026-08-11T22:18:29.614Z Compiling hashbrown v0.15.5
16452026-08-11T22:18:29.801Z Compiling test-strategy v0.4.5
16462026-08-11T22:18:30.107Z Compiling bzip2 v0.6.1
16472026-08-11T22:18:30.142Z Compiling jiff v0.2.34
16482026-08-11T22:18:30.183Z Compiling dof v0.3.0
16492026-08-11T22:18:30.199Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16502026-08-11T22:18:30.213Z Compiling walkdir v2.5.0
16512026-08-11T22:18:30.335Z Compiling hyper-util v0.1.20
16522026-08-11T22:18:30.466Z Compiling snafu v0.8.9
16532026-08-11T22:18:30.499Z Compiling strum v0.27.2
16542026-08-11T22:18:30.694Z Compiling group v0.13.0
16552026-08-11T22:18:30.731Z Compiling cargo_metadata v0.23.1
16562026-08-11T22:18:30.759Z Compiling phf v0.13.1
16572026-08-11T22:18:30.826Z Compiling hubpack v0.1.2
16582026-08-11T22:18:30.843Z Compiling cookie_store v0.22.1
16592026-08-11T22:18:30.885Z Compiling signal-hook-mio v0.2.5
16602026-08-11T22:18:30.914Z Compiling futures v0.3.32
16612026-08-11T22:18:31.003Z Compiling zstd v0.13.3
16622026-08-11T22:18:31.019Z Compiling cipher v0.5.2
16632026-08-11T22:18:31.057Z Compiling serde_with_macros v3.21.0
16642026-08-11T22:18:31.070Z Compiling postgres-types v0.2.12
16652026-08-11T22:18:31.329Z Compiling globset v0.4.18
16662026-08-11T22:18:31.349Z Compiling usdt-attr-macro v0.6.0
16672026-08-11T22:18:31.376Z Compiling usdt-macro v0.6.0
16682026-08-11T22:18:31.460Z Compiling byte-wrapper v0.1.0
16692026-08-11T22:18:31.513Z Compiling ed25519 v2.2.3
16702026-08-11T22:18:31.654Z Compiling hkdf v0.12.4
16712026-08-11T22:18:31.669Z Compiling crypto-bigint v0.5.5
16722026-08-11T22:18:31.805Z Compiling hyper-tls v0.6.0
16732026-08-11T22:18:31.986Z Compiling olpc-cjson v0.1.4
16742026-08-11T22:18:32.008Z Compiling reqwest v0.12.28
16752026-08-11T22:18:32.021Z Compiling serde-big-array v0.5.1
16762026-08-11T22:18:32.057Z Compiling serde_plain v1.0.2
16772026-08-11T22:18:32.097Z Compiling dtrace-parser v0.2.0
16782026-08-11T22:18:32.121Z Compiling async-recursion v1.1.1
16792026-08-11T22:18:32.180Z Compiling strum_macros v0.26.4
16802026-08-11T22:18:32.213Z Compiling enum-as-inner v0.6.1
16812026-08-11T22:18:32.246Z Compiling serde_repr v0.1.20
16822026-08-11T22:18:32.253Z Compiling phf_shared v0.11.3
16832026-08-11T22:18:32.265Z Compiling float-cmp v0.10.0
16842026-08-11T22:18:32.422Z Compiling pem v3.0.6
16852026-08-11T22:18:32.437Z Compiling memmap2 v0.9.10
16862026-08-11T22:18:32.452Z Compiling thread-id v4.2.2
16872026-08-11T22:18:32.467Z Compiling precomputed-hash v0.1.1
16882026-08-11T22:18:32.586Z Compiling static_assertions v1.1.0
16892026-08-11T22:18:32.601Z Compiling new_debug_unreachable v1.0.6
16902026-08-11T22:18:32.680Z Compiling typed-path v0.9.3
16912026-08-11T22:18:32.695Z Compiling fixedbitset v0.4.2
16922026-08-11T22:18:32.711Z Compiling predicates-core v1.0.10
16932026-08-11T22:18:32.788Z Compiling difflib v0.4.0
16942026-08-11T22:18:32.812Z Compiling data-encoding v2.10.0
16952026-08-11T22:18:32.827Z Compiling cpufeatures v0.3.0
16962026-08-11T22:18:32.856Z Compiling whoami v2.1.0
16972026-08-11T22:18:32.873Z Compiling keccak v0.1.6
16982026-08-11T22:18:32.878Z Compiling const-oid v0.10.2
16992026-08-11T22:18:32.905Z Compiling winnow v1.0.3
17002026-08-11T22:18:32.920Z Compiling fixedbitset v0.5.7
17012026-08-11T22:18:32.934Z Compiling normalize-line-endings v0.3.0
17022026-08-11T22:18:33.045Z Compiling sha3 v0.10.8
17032026-08-11T22:18:33.097Z Compiling tokio-postgres v0.7.16
17042026-08-11T22:18:33.240Z Compiling toml_parser v1.1.2+spec-1.1.0
17052026-08-11T22:18:33.250Z Compiling petgraph v0.8.3
17062026-08-11T22:18:33.275Z Compiling hickory-proto v0.25.2
17072026-08-11T22:18:33.363Z Compiling digest v0.11.3
17082026-08-11T22:18:33.524Z Compiling predicates v3.1.4
17092026-08-11T22:18:33.536Z Compiling chacha20 v0.10.0
17102026-08-11T22:18:33.615Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17112026-08-11T22:18:33.643Z Compiling petgraph v0.6.5
17122026-08-11T22:18:33.783Z Compiling toml_edit v0.22.27
17132026-08-11T22:18:33.882Z Compiling elliptic-curve v0.13.8
17142026-08-11T22:18:33.912Z Compiling string_cache v0.8.9
17152026-08-11T22:18:33.941Z Compiling usdt v0.6.0
17162026-08-11T22:18:33.956Z Compiling usdt-impl v0.5.0
17172026-08-11T22:18:34.056Z Compiling strum v0.26.3
17182026-08-11T22:18:34.095Z Compiling zip v4.6.1
17192026-08-11T22:18:34.160Z Compiling serde_with v3.21.0
17202026-08-11T22:18:34.192Z Compiling crossterm v0.28.1
17212026-08-11T22:18:34.207Z Compiling ed25519-dalek v2.2.0
17222026-08-11T22:18:34.226Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17232026-08-11T22:18:34.742Z Compiling iddqd v0.4.2
17242026-08-11T22:18:35.055Z Compiling similar v2.7.0
17252026-08-11T22:18:35.168Z Compiling heck v0.4.1
17262026-08-11T22:18:35.246Z Compiling itertools v0.13.0
17272026-08-11T22:18:35.409Z Compiling itertools v0.15.0
17282026-08-11T22:18:35.424Z Compiling tokio-stream v0.1.18
17292026-08-11T22:18:35.480Z Compiling buf-list v1.1.2
17302026-08-11T22:18:35.760Z Compiling crossbeam-epoch v0.9.18
17312026-08-11T22:18:35.775Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17322026-08-11T22:18:35.878Z Compiling openapiv3 v2.2.0
17332026-08-11T22:18:35.909Z Compiling peg-runtime v0.8.5
17342026-08-11T22:18:35.930Z Compiling lalrpop-util v0.19.12
17352026-08-11T22:18:35.954Z Compiling thread_local v1.1.9
17362026-08-11T22:18:36.020Z Compiling slog-async v2.8.0
17372026-08-11T22:18:36.083Z Compiling crossbeam-channel v0.5.15
17382026-08-11T22:18:36.104Z Compiling filetime v0.2.27
17392026-08-11T22:18:36.142Z Compiling is-terminal v0.4.17
17402026-08-11T22:18:36.207Z Compiling take_mut v0.2.2
17412026-08-11T22:18:36.223Z Compiling xattr v1.6.1
17422026-08-11T22:18:36.254Z Compiling term v1.2.1
17432026-08-11T22:18:36.287Z Compiling camino-tempfile v1.4.1
17442026-08-11T22:18:36.340Z Compiling tar v0.4.46
17452026-08-11T22:18:36.523Z Compiling slog-term v2.9.2
17462026-08-11T22:18:54.021Z Compiling rustls-webpki v0.103.13
17472026-08-11T22:18:56.687Z Compiling tokio-rustls v0.26.4
17482026-08-11T22:18:56.687Z Compiling rustls-platform-verifier v0.6.2
17492026-08-11T22:18:56.691Z Compiling tough v0.22.0
17502026-08-11T22:18:56.878Z Compiling hyper-rustls v0.27.7
17512026-08-11T22:18:57.065Z Compiling reqwest v0.13.2
17522026-08-11T22:18:59.233Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532026-08-11T22:18:59.464Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17542026-08-11T22:19:02.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.07s
17552026-08-11T22:19:02.572Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17562026-08-11T22:19:02.629ZAug 11 22:19:02.102 INFO Starting download, target: Clickhouse
17572026-08-11T22:19:02.629ZAug 11 22:19:02.103 INFO Starting download, target: MaghemiteMgd
17582026-08-11T22:19:02.629ZAug 11 22:19:02.103 INFO Starting download, target: DendriteStub
17592026-08-11T22:19:02.634ZAug 11 22:19:02.103 INFO Starting download, target: Cockroach
17602026-08-11T22:19:02.634ZAug 11 22:19:02.103 INFO Starting download, target: Console
17612026-08-11T22:19:02.634ZAug 11 22:19:02.103 INFO Starting download, target: MaghemiteDdmd
17622026-08-11T22:19:02.634ZAug 11 22:19:02.103 INFO Starting download, target: TransceiverControl
17632026-08-11T22:19:02.634ZAug 11 22:19:02.103 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17642026-08-11T22:19:02.634ZAug 11 22:19:02.103 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17652026-08-11T22:19:02.634ZAug 11 22:19:02.103 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17662026-08-11T22:19:02.634ZAug 11 22:19:02.103 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17672026-08-11T22:19:02.634ZAug 11 22:19:02.103 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17682026-08-11T22:19:02.634ZAug 11 22:19:02.103 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17692026-08-11T22:19:02.634ZAug 11 22:19:02.103 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17702026-08-11T22:19:04.432ZAug 11 22:19:03.904 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17712026-08-11T22:19:04.621ZAug 11 22:19:04.094 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-08-11T22:19:04.680ZAug 11 22:19:04.154 INFO Download complete, target: Console
17732026-08-11T22:19:11.198ZAug 11 22:19:10.670 INFO Checking that binary works, target: Clickhouse
17742026-08-11T22:19:11.284ZAug 11 22:19:10.754 INFO Download complete, target: Clickhouse
17752026-08-11T22:19:19.232ZAug 11 22:19:18.670 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17762026-08-11T22:19:19.416ZAug 11 22:19:18.875 INFO Download complete, target: TransceiverControl
17772026-08-11T22:19:30.733ZAug 11 22:19:30.166 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17782026-08-11T22:19:31.557ZAug 11 22:19:30.882 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17792026-08-11T22:19:32.134ZAug 11 22:19:31.593 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17802026-08-11T22:19:33.129ZAug 11 22:19:32.521 INFO Download complete, target: DendriteStub
17812026-08-11T22:19:33.429ZAug 11 22:19:32.872 INFO Download complete, target: MaghemiteDdmd
17822026-08-11T22:19:34.011ZAug 11 22:19:33.460 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17832026-08-11T22:19:34.011ZAug 11 22:19:33.460 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17842026-08-11T22:19:34.619ZAug 11 22:19:34.092 INFO Download complete, target: MaghemiteMgd
17852026-08-11T22:19:38.508ZAug 11 22:19:37.981 INFO Checking that binary works, target: Cockroach
17862026-08-11T22:19:38.623ZAug 11 22:19:38.096 INFO Download complete, target: Cockroach
17872026-08-11T22:19:38.629ZAll prerequisites installed successfully
17882026-08-11T22:19:38.632Z
17892026-08-11T22:19:38.632Zreal 2:22.590208323
17902026-08-11T22:19:38.632Zuser 7:10.927361703
17912026-08-11T22:19:38.632Zsys 1:42.534323749
17922026-08-11T22:19:38.632Ztrap 0.307327734
17932026-08-11T22:19:38.632Ztflt 1.089930707
17942026-08-11T22:19:38.632Zdflt 2.772000357
17952026-08-11T22:19:38.633Zkflt 0.066887774
17962026-08-11T22:19:38.633Zlock 40:51.695826685
17972026-08-11T22:19:38.633Zslp 21:00.265136125
17982026-08-11T22:19:38.633Zlat 27.185757081
17992026-08-11T22:19:38.633Zstop 3:22.009150935
18002026-08-11T22:19:38.633Z+ ptime -m cargo xtask download softnpu
18012026-08-11T22:19:39.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18022026-08-11T22:19:39.113Z Running `target/debug/xtask download softnpu`
18032026-08-11T22:19:39.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18042026-08-11T22:19:39.933Z Running `target/debug/xtask-downloader softnpu`
18052026-08-11T22:19:39.972ZAug 11 22:19:39.445 INFO Starting download, target: Softnpu
18062026-08-11T22:19:39.976ZAug 11 22:19:39.446 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18072026-08-11T22:19:40.773ZAug 11 22:19:40.245 INFO Download complete, target: Softnpu
18082026-08-11T22:19:40.781Z
18092026-08-11T22:19:40.781Zreal 2.140267118
18102026-08-11T22:19:40.782Zuser 1.285929652
18112026-08-11T22:19:40.782Zsys 0.635700285
18122026-08-11T22:19:40.782Ztrap 0.000569241
18132026-08-11T22:19:40.782Ztflt 0.000357881
18142026-08-11T22:19:40.782Zdflt 0.000338638
18152026-08-11T22:19:40.782Zkflt 0.000000000
18162026-08-11T22:19:40.782Zlock 15.073367079
18172026-08-11T22:19:40.782Zslp 0.666754819
18182026-08-11T22:19:40.782Zlat 0.125669233
18192026-08-11T22:19:40.782Zstop 0.000193387
18202026-08-11T22:19:40.782Z+ export CARGO_INCREMENTAL=0
18212026-08-11T22:19:40.782Z+ CARGO_INCREMENTAL=0
18222026-08-11T22:19:40.782Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18232026-08-11T22:19:41.687Z Compiling proc-macro2 v1.0.106
18242026-08-11T22:19:41.687Z Compiling quote v1.0.45
18252026-08-11T22:19:41.691Z Compiling unicode-ident v1.0.24
18262026-08-11T22:19:41.691Z Compiling serde_core v1.0.228
18272026-08-11T22:19:41.691Z Compiling libc v0.2.185
18282026-08-11T22:19:41.691Z Compiling serde v1.0.228
18292026-08-11T22:19:41.691Z Compiling cfg-if v1.0.4
18302026-08-11T22:19:41.691Z Compiling version_check v0.9.5
18312026-08-11T22:19:41.834Z Compiling autocfg v1.5.0
18322026-08-11T22:19:41.838Z Compiling shlex v1.3.0
18332026-08-11T22:19:41.838Z Compiling find-msvc-tools v0.1.9
18342026-08-11T22:19:41.838Z Compiling memchr v2.8.0
18352026-08-11T22:19:41.838Z Compiling zmij v1.0.21
18362026-08-11T22:19:41.838Z Compiling serde_json v1.0.151
18372026-08-11T22:19:42.096Z Compiling portable-atomic v1.13.1
18382026-08-11T22:19:42.126Z Compiling zerocopy v0.8.40
18392026-08-11T22:19:42.143Z Compiling libm v0.2.16
18402026-08-11T22:19:42.179Z Compiling getrandom v0.4.1
18412026-08-11T22:19:42.182Z Compiling parking_lot_core v0.9.12
18422026-08-11T22:19:42.197Z Compiling smallvec v1.15.1
18432026-08-11T22:19:42.245Z Compiling icu_properties_data v2.1.2
18442026-08-11T22:19:42.297Z Compiling generic-array v0.14.7
18452026-08-11T22:19:42.473Z Compiling num-traits v0.2.19
18462026-08-11T22:19:42.477Z Compiling icu_normalizer_data v2.1.1
18472026-08-11T22:19:42.504Z Compiling itoa v1.0.17
18482026-08-11T22:19:42.508Z Compiling log v0.4.29
18492026-08-11T22:19:42.552Z Compiling pkg-config v0.3.32
18502026-08-11T22:19:42.555Z Compiling subtle v2.6.1
18512026-08-11T22:19:42.571Z Compiling stable_deref_trait v1.2.1
18522026-08-11T22:19:42.675Z Compiling typenum v1.20.1
18532026-08-11T22:19:42.727Z Compiling getrandom v0.3.4
18542026-08-11T22:19:42.778Z Compiling scopeguard v1.2.0
18552026-08-11T22:19:42.797Z Compiling thiserror v2.0.18
18562026-08-11T22:19:42.798Z Compiling rustix v1.1.3
18572026-08-11T22:19:42.848Z Compiling jobserver v0.1.34
18582026-08-11T22:19:42.881Z Compiling errno v0.3.14
18592026-08-11T22:19:42.913Z Compiling lock_api v0.4.14
18602026-08-11T22:19:43.105Z Compiling cc v1.2.56
18612026-08-11T22:19:43.115Z Compiling rand_core v0.10.0
18622026-08-11T22:19:43.124Z Compiling getrandom v0.2.17
18632026-08-11T22:19:43.171Z Compiling heck v0.5.0
18642026-08-11T22:19:43.177Z Compiling equivalent v1.0.2
18652026-08-11T22:19:43.177Z Compiling syn v2.0.117
18662026-08-11T22:19:43.299Z Compiling rand_core v0.6.4
18672026-08-11T22:19:43.305Z Compiling syn v1.0.109
18682026-08-11T22:19:43.367Z Compiling critical-section v1.2.0
18692026-08-11T22:19:43.367Z Compiling pin-project-lite v0.2.17
18702026-08-11T22:19:43.453Z Compiling writeable v0.6.2
18712026-08-11T22:19:43.481Z Compiling percent-encoding v2.3.2
18722026-08-11T22:19:43.528Z Compiling litemap v0.8.1
18732026-08-11T22:19:43.545Z Compiling schemars v0.8.22
18742026-08-11T22:19:43.597Z Compiling hashbrown v0.17.0
18752026-08-11T22:19:43.728Z Compiling once_cell v1.21.3
18762026-08-11T22:19:43.733Z Compiling fs_extra v1.3.0
18772026-08-11T22:19:43.743Z Compiling dunce v1.0.5
18782026-08-11T22:19:43.776Z Compiling rustversion v1.0.22
18792026-08-11T22:19:43.793Z Compiling cmake v0.1.57
18802026-08-11T22:19:43.940Z Compiling byteorder v1.5.0
18812026-08-11T22:19:43.995Z Compiling strsim v0.11.1
18822026-08-11T22:19:44.018Z Compiling signal-hook-registry v1.4.8
18832026-08-11T22:19:44.147Z Compiling semver v1.0.28
18842026-08-11T22:19:44.204Z Compiling bitflags v2.11.0
18852026-08-11T22:19:44.217Z Compiling indexmap v2.14.0
18862026-08-11T22:19:44.353Z Compiling utf8_iter v1.0.4
18872026-08-11T22:19:44.381Z Compiling aws-lc-sys v0.40.0
18882026-08-11T22:19:44.389Z Compiling thiserror v1.0.69
18892026-08-11T22:19:44.425Z Compiling parking_lot v0.12.5
18902026-08-11T22:19:44.471Z Compiling form_urlencoded v1.2.2
18912026-08-11T22:19:44.519Z Compiling mio v1.2.0
18922026-08-11T22:19:44.537Z Compiling socket2 v0.6.3
18932026-08-11T22:19:44.707Z Compiling futures-core v0.3.32
18942026-08-11T22:19:44.751Z Compiling aws-lc-rs v1.16.3
18952026-08-11T22:19:44.799Z Compiling const-oid v0.9.6
18962026-08-11T22:19:44.970Z Compiling httparse v1.10.1
18972026-08-11T22:19:45.084Z Compiling regex-syntax v0.8.10
18982026-08-11T22:19:45.185Z Compiling ucd-trie v0.1.7
18992026-08-11T22:19:45.225Z Compiling crc32fast v1.5.0
19002026-08-11T22:19:45.323Z Compiling fnv v1.0.7
19012026-08-11T22:19:45.360Z Compiling pest v2.8.6
19022026-08-11T22:19:45.457Z Compiling iana-time-zone v0.1.65
19032026-08-11T22:19:45.470Z Compiling ident_case v1.0.1
19042026-08-11T22:19:45.486Z Compiling vcpkg v0.2.15
19052026-08-11T22:19:45.538Z Compiling uuid v1.23.4
19062026-08-11T22:19:45.644Z Compiling rustc_version v0.4.1
19072026-08-11T22:19:45.754Z Compiling rustls v0.23.41
19082026-08-11T22:19:45.770Z Compiling futures-sink v0.3.32
19092026-08-11T22:19:45.949Z Compiling futures-channel v0.3.32
19102026-08-11T22:19:45.961Z Compiling aho-corasick v1.1.4
19112026-08-11T22:19:45.986Z Compiling synstructure v0.13.2
19122026-08-11T22:19:46.020Z Compiling serde_derive_internals v0.29.1
19132026-08-11T22:19:46.061Z Compiling openssl-sys v0.9.117
19142026-08-11T22:19:46.183Z Compiling futures-task v0.3.32
19152026-08-11T22:19:46.187Z Compiling futures-io v0.3.32
19162026-08-11T22:19:46.205Z Compiling slab v0.4.12
19172026-08-11T22:19:46.382Z Compiling pest_meta v2.8.6
19182026-08-11T22:19:46.495Z Compiling num-conv v0.2.0
19192026-08-11T22:19:46.500Z Compiling plain v0.2.3
19202026-08-11T22:19:46.521Z Compiling time-core v0.1.8
19212026-08-11T22:19:46.560Z Compiling dyn-clone v1.0.20
19222026-08-11T22:19:46.575Z Compiling radium v0.7.0
19232026-08-11T22:19:46.646Z Compiling crossbeam-utils v0.8.21
19242026-08-11T22:19:46.709Z Compiling time-macros v0.2.27
19252026-08-11T22:19:46.745Z Compiling pretty-hex v0.4.1
19262026-08-11T22:19:46.781Z Compiling maybe-uninit v2.0.0
19272026-08-11T22:19:46.844Z Compiling regex-automata v0.4.14
19282026-08-11T22:19:46.860Z Compiling base64 v0.22.1
19292026-08-11T22:19:46.868Z Compiling openssl v0.10.80
19302026-08-11T22:19:46.898Z Compiling base64ct v1.8.3
19312026-08-11T22:19:46.963Z Compiling flagset v0.4.7
19322026-08-11T22:19:47.053Z Compiling pest_generator v2.8.6
19332026-08-11T22:19:47.120Z Compiling rand_core v0.9.5
19342026-08-11T22:19:47.139Z Compiling darling_core v0.23.0
19352026-08-11T22:19:47.155Z Compiling pem-rfc7468 v0.7.0
19362026-08-11T22:19:47.205Z Compiling serde_derive v1.0.228
19372026-08-11T22:19:47.225Z Compiling zeroize_derive v1.5.0
19382026-08-11T22:19:47.267Z Compiling zerofrom-derive v0.1.6
19392026-08-11T22:19:47.344Z Compiling yoke-derive v0.8.1
19402026-08-11T22:19:47.359Z Compiling zerocopy-derive v0.8.40
19412026-08-11T22:19:47.377Z Compiling zerovec-derive v0.11.2
19422026-08-11T22:19:47.405Z Compiling displaydoc v0.2.5
19432026-08-11T22:19:47.435Z Compiling tokio-macros v2.7.0
19442026-08-11T22:19:47.579Z Compiling futures-macro v0.3.32
19452026-08-11T22:19:47.692Z Compiling thiserror-impl v2.0.18
19462026-08-11T22:19:47.697Z Compiling schemars_derive v0.8.22
19472026-08-11T22:19:47.697Z Compiling der_derive v0.7.3
19482026-08-11T22:19:47.856Z Compiling tracing-attributes v0.1.31
19492026-08-11T22:19:48.057Z Compiling thiserror-impl v1.0.69
19502026-08-11T22:19:48.118Z Compiling pest_derive v2.8.6
19512026-08-11T22:19:48.127Z Compiling scroll_derive v0.12.1
19522026-08-11T22:19:48.339Z Compiling scroll_derive v0.13.1
19532026-08-11T22:19:48.378Z Compiling futures-util v0.3.32
19542026-08-11T22:19:48.442Z Compiling zerofrom v0.1.6
19552026-08-11T22:19:48.574Z Compiling yoke v0.8.1
19562026-08-11T22:19:48.634Z Compiling openssl-macros v0.1.1
19572026-08-11T22:19:48.781Z Compiling zerovec v0.11.5
19582026-08-11T22:19:48.805Z Compiling zerotrie v0.2.3
19592026-08-11T22:19:48.874Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19602026-08-11T22:19:49.072Z Compiling bzip2-sys v0.1.13+1.0.8
19612026-08-11T22:19:49.102Z Compiling ahash v0.8.12
19622026-08-11T22:19:49.179Z Compiling native-tls v0.2.18
19632026-08-11T22:19:49.268Z Compiling packed_struct v0.10.1
19642026-08-11T22:19:49.278Z Compiling num-bigint-dig v0.8.6
19652026-08-11T22:19:49.302Z Compiling anyhow v1.0.102
19662026-08-11T22:19:49.340Z Compiling tinystr v0.8.2
19672026-08-11T22:19:49.362Z Compiling potential_utf v0.1.4
19682026-08-11T22:19:49.397Z Compiling darling_macro v0.23.0
19692026-08-11T22:19:49.412Z Compiling regex v1.12.3
19702026-08-11T22:19:49.484Z Compiling zerocopy-derive v0.7.35
19712026-08-11T22:19:49.497Z Compiling icu_collections v2.1.1
19722026-08-11T22:19:49.521Z Compiling icu_locale_core v2.1.1
19732026-08-11T22:19:49.719Z Compiling slog v2.8.2
19742026-08-11T22:19:50.023Z Compiling tracing-core v0.1.36
19752026-08-11T22:19:50.127Z Compiling cookie v0.18.1
19762026-08-11T22:19:50.215Z Compiling cpufeatures v0.2.17
19772026-08-11T22:19:50.223Z Compiling icu_provider v2.1.1
19782026-08-11T22:19:50.265Z Compiling utf8parse v0.2.2
19792026-08-11T22:19:50.290Z Compiling camino v1.2.2
19802026-08-11T22:19:50.475Z Compiling zeroize v1.9.0
19812026-08-11T22:19:50.491Z Compiling bytes v1.11.1
19822026-08-11T22:19:50.509Z Compiling icu_normalizer v2.1.1
19832026-08-11T22:19:50.558Z Compiling icu_properties v2.1.2
19842026-08-11T22:19:50.656Z Compiling chrono v0.4.45
19852026-08-11T22:19:50.692Z Compiling serde_tokenstream v0.2.3
19862026-08-11T22:19:50.971Z Compiling tokio v1.52.1
19872026-08-11T22:19:51.057Z Compiling der v0.7.10
19882026-08-11T22:19:51.151Z Compiling crypto-common v0.1.7
19892026-08-11T22:19:51.169Z Compiling block-buffer v0.10.4
19902026-08-11T22:19:51.430Z Compiling idna_adapter v1.2.1
19912026-08-11T22:19:51.510Z Compiling digest v0.10.7
19922026-08-11T22:19:51.580Z Compiling idna v1.1.0
19932026-08-11T22:19:51.666Z Compiling ppv-lite86 v0.2.21
19942026-08-11T22:19:51.724Z Compiling http v1.4.2
19952026-08-11T22:19:51.822Z Compiling tracing v0.1.44
19962026-08-11T22:19:52.003Z Compiling url v2.5.8
19972026-08-11T22:19:52.079Z Compiling spki v0.7.3
19982026-08-11T22:19:52.171Z Compiling rand_chacha v0.9.0
19992026-08-11T22:19:52.186Z Compiling serde_spanned v0.6.9
20002026-08-11T22:19:52.216Z Compiling toml_datetime v0.6.11
20012026-08-11T22:19:52.301Z Compiling darling v0.23.0
20022026-08-11T22:19:52.342Z Compiling zerocopy-derive v0.6.6
20032026-08-11T22:19:52.357Z Compiling clap_derive v4.6.1
20042026-08-11T22:19:52.413Z Compiling bitfield-macros v0.19.4
20052026-08-11T22:19:52.560Z Compiling packed_struct_codegen v0.10.1
20062026-08-11T22:19:52.684Z Compiling indexmap v1.9.3
20072026-08-11T22:19:52.999Z Compiling paste v1.0.15
20082026-08-11T22:19:53.093Z Compiling anstyle v1.0.14
20092026-08-11T22:19:53.200Z Compiling http-body v1.0.1
20102026-08-11T22:19:53.246Z Compiling rand v0.9.2
20112026-08-11T22:19:53.326Z Compiling pkcs8 v0.10.2
20122026-08-11T22:19:53.342Z Compiling rustls-pki-types v1.14.0
20132026-08-11T22:19:53.593Z Compiling spin v0.9.8
20142026-08-11T22:19:53.609Z Compiling usdt-impl v0.5.0
20152026-08-11T22:19:53.624Z Compiling winnow v0.5.40
20162026-08-11T22:19:53.705Z Compiling either v1.15.0
20172026-08-11T22:19:53.780Z Compiling cmov v0.5.4
20182026-08-11T22:19:53.852Z Compiling colorchoice v1.0.4
20192026-08-11T22:19:53.937Z Compiling tinyvec_macros v0.1.1
20202026-08-11T22:19:53.974Z Compiling usdt-impl v0.6.0
20212026-08-11T22:19:54.009Z Compiling is_terminal_polyfill v1.70.2
20222026-08-11T22:19:54.029Z Compiling anstyle-query v1.1.5
20232026-08-11T22:19:54.060Z Compiling ref-cast v1.0.25
20242026-08-11T22:19:54.146Z Compiling openssl-probe v0.2.1
20252026-08-11T22:19:54.152Z Compiling fastrand v2.3.0
20262026-08-11T22:19:54.152Z Compiling ctutils v0.4.2
20272026-08-11T22:19:54.182Z Compiling tinyvec v1.10.0
20282026-08-11T22:19:54.350Z Compiling sha2 v0.10.9
20292026-08-11T22:19:54.430Z Compiling scroll v0.13.0
20302026-08-11T22:19:54.461Z Compiling scroll v0.12.0
20312026-08-11T22:19:54.476Z Compiling async-trait v0.1.89
20322026-08-11T22:19:54.577Z Compiling heapless v0.7.17
20332026-08-11T22:19:54.776Z Compiling try-lock v0.2.5
20342026-08-11T22:19:54.791Z Compiling atomic-waker v1.1.2
20352026-08-11T22:19:54.806Z Compiling tokio-util v0.7.18
20362026-08-11T22:19:54.816Z Compiling signal-hook v0.3.18
20372026-08-11T22:19:54.837Z Compiling rustix v0.38.44
20382026-08-11T22:19:54.893Z Compiling tower-layer v0.3.3
20392026-08-11T22:19:54.908Z Compiling toml_edit v0.19.15
20402026-08-11T22:19:55.018Z Compiling winnow v0.7.14
20412026-08-11T22:19:55.035Z Compiling tower-service v0.3.3
20422026-08-11T22:19:55.052Z Compiling winnow v1.0.3
20432026-08-11T22:19:55.065Z Compiling litrs v1.0.0
20442026-08-11T22:19:55.157Z Compiling zstd-safe v7.2.4
20452026-08-11T22:19:55.171Z Compiling untrusted v0.7.1
20462026-08-11T22:19:55.370Z Compiling toml_parser v1.1.2+spec-1.1.0
20472026-08-11T22:19:55.407Z Compiling tempfile v3.25.0
20482026-08-11T22:19:55.501Z Compiling h2 v0.4.15
20492026-08-11T22:19:55.528Z Compiling document-features v0.2.12
20502026-08-11T22:19:55.688Z Compiling want v0.3.1
20512026-08-11T22:19:55.938Z Compiling goblin v0.8.2
20522026-08-11T22:19:56.057Z Compiling goblin v0.10.5
20532026-08-11T22:19:56.081Z Compiling hybrid-array v0.4.13
20542026-08-11T22:19:56.133Z Compiling itertools v0.15.0
20552026-08-11T22:19:56.234Z Compiling anstyle-parse v1.0.0
20562026-08-11T22:19:56.422Z Compiling ipnet v2.11.0
20572026-08-11T22:19:56.467Z Compiling zerocopy v0.7.35
20582026-08-11T22:19:56.805Z Compiling daft-derive v0.1.7
20592026-08-11T22:19:56.895Z Compiling structmeta-derive v0.3.0
20602026-08-11T22:19:56.919Z Compiling ref-cast-impl v1.0.25
20612026-08-11T22:19:56.950Z Compiling darling_core v0.20.11
20622026-08-11T22:19:56.986Z Compiling curve25519-dalek v4.1.3
20632026-08-11T22:19:57.115Z Compiling memoffset v0.9.1
20642026-08-11T22:19:57.336Z Compiling foreign-types-shared v0.1.1
20652026-08-11T22:19:57.380Z Compiling powerfmt v0.2.0
20662026-08-11T22:19:57.407Z Compiling untrusted v0.9.0
20672026-08-11T22:19:57.423Z Compiling httpdate v1.0.3
20682026-08-11T22:19:57.464Z Compiling tap v1.0.1
20692026-08-11T22:19:57.549Z Compiling simd-adler32 v0.3.8
20702026-08-11T22:19:57.606Z Compiling wyz v0.5.1
20712026-08-11T22:19:57.621Z Compiling deranged v0.5.8
20722026-08-11T22:19:57.660Z Compiling foreign-types v0.3.2
20732026-08-11T22:19:57.801Z Compiling anstream v1.0.0
20742026-08-11T22:19:57.836Z Compiling unicode-normalization v0.1.25
20752026-08-11T22:19:57.879Z Compiling structmeta v0.3.0
20762026-08-11T22:19:58.120Z Compiling dtrace-parser v0.2.0
20772026-08-11T22:19:58.145Z Compiling rand_chacha v0.3.1
20782026-08-11T22:20:03.392Z Compiling dof v0.3.0
20792026-08-11T22:20:03.487Z Compiling signature v2.2.0
20802026-08-11T22:20:03.487Z Compiling hex v0.4.3
20812026-08-11T22:20:03.487Z Compiling dtrace-parser v0.3.0
20822026-08-11T22:20:03.487Z Compiling hyper v1.10.1
20832026-08-11T22:20:03.487Z Compiling terminal_size v0.4.3
20842026-08-11T22:20:03.487Z Compiling pin-project-internal v1.1.11
20852026-08-11T22:20:03.487Z Compiling dof v0.4.0
20862026-08-11T22:20:03.487Z Compiling num-integer v0.1.46
20872026-08-11T22:20:03.487Z Compiling darling_macro v0.20.11
20882026-08-11T22:20:03.487Z Compiling thread-id v4.2.2
20892026-08-11T22:20:03.487Z Compiling wait-timeout v0.2.1
20902026-08-11T22:20:03.487Z Compiling thread-id v5.1.0
20912026-08-11T22:20:03.487Z Compiling cfg_aliases v0.2.1
20922026-08-11T22:20:03.487Z Compiling quick-error v1.2.3
20932026-08-11T22:20:03.488Z Compiling funty v2.0.0
20942026-08-11T22:20:03.488Z Compiling smoltcp v0.9.1
20952026-08-11T22:20:03.488Z Compiling adler2 v2.0.1
20962026-08-11T22:20:03.488Z Compiling bit-vec v0.8.0
20972026-08-11T22:20:03.488Z Compiling clap_lex v1.0.0
20982026-08-11T22:20:03.488Z Compiling num_threads v0.1.7
20992026-08-11T22:20:03.488Z Compiling hyper-util v0.1.20
21002026-08-11T22:20:03.488Z Compiling miniz_oxide v0.8.9
21012026-08-11T22:20:03.488Z Compiling bitvec v1.0.1
21022026-08-11T22:20:03.488Z Compiling time v0.3.47
21032026-08-11T22:20:03.488Z Compiling darling v0.20.11
21042026-08-11T22:20:03.488Z Compiling bit-set v0.8.0
21052026-08-11T22:20:03.488Z Compiling rusty-fork v0.3.1
21062026-08-11T22:20:03.488Z Compiling clap_builder v4.6.0
21072026-08-11T22:20:03.488Z Compiling nix v0.31.2
21082026-08-11T22:20:03.488Z Compiling num-iter v0.1.45
21092026-08-11T22:20:03.488Z Compiling rand v0.8.6
21102026-08-11T22:20:03.488Z Compiling lazy_static v1.5.0
21112026-08-11T22:20:03.488Z Compiling ipnetwork v0.21.1
21122026-08-11T22:20:03.488Z Compiling hmac v0.12.1
21132026-08-11T22:20:03.488Z Compiling anstyle-parse v0.2.7
21142026-08-11T22:20:03.488Z Compiling rand_xorshift v0.4.0
21152026-08-11T22:20:03.488Z Compiling curve25519-dalek-derive v0.1.1
21162026-08-11T22:20:03.488Z Compiling sync_wrapper v1.0.2
21172026-08-11T22:20:03.488Z Compiling zlib-rs v0.6.2
21182026-08-11T22:20:03.578Z Compiling unarray v0.1.4
21192026-08-11T22:20:03.578Z Compiling siphasher v1.0.2
21202026-08-11T22:20:03.578Z Compiling nodrop v0.1.14
21212026-08-11T22:20:03.578Z Compiling crc-catalog v2.4.0
21222026-08-11T22:20:03.578Z Compiling crc v3.4.0
21232026-08-11T22:20:03.578Z Compiling array-init v0.0.4
21242026-08-11T22:20:03.578Z Compiling clap v4.6.1
21252026-08-11T22:20:03.578Z Compiling proptest v1.11.0
21262026-08-11T22:20:03.578Z Compiling tower v0.5.3
21272026-08-11T22:20:03.578Z Compiling anstream v0.6.21
21282026-08-11T22:20:03.578Z Compiling smallvec v0.6.14
21292026-08-11T22:20:03.578Z Compiling derive_builder_core v0.20.2
21302026-08-11T22:20:03.578Z Compiling flate2 v1.1.9
21312026-08-11T22:20:03.578Z Compiling pkcs1 v0.7.5
21322026-08-11T22:20:03.578Z Compiling http-body-util v0.1.3
21332026-08-11T22:20:03.612Z Compiling zerocopy v0.6.6
21342026-08-11T22:20:03.681Z Compiling bitfield v0.19.4
21352026-08-11T22:20:03.736Z Compiling snafu-derive v0.8.9
21362026-08-11T22:20:03.751Z Compiling strum_macros v0.27.2
21372026-08-11T22:20:03.813Z Compiling strum_macros v0.26.4
21382026-08-11T22:20:03.824Z Compiling hubpack_derive v0.1.1
21392026-08-11T22:20:03.942Z Compiling env_filter v1.0.0
21402026-08-11T22:20:04.089Z Compiling fs-err v3.3.0
21412026-08-11T22:20:04.140Z Compiling hashbrown v0.12.3
21422026-08-11T22:20:04.140Z Compiling iri-string v0.7.10
21432026-08-11T22:20:04.249Z Compiling allocator-api2 v0.2.21
21442026-08-11T22:20:04.330Z Compiling ryu v1.0.23
21452026-08-11T22:20:04.409Z Compiling unicode-bidi v0.3.18
21462026-08-11T22:20:04.454Z Compiling unicode-properties v0.1.4
21472026-08-11T22:20:04.517Z Compiling base64 v0.21.7
21482026-08-11T22:20:04.579Z Compiling unicode-segmentation v1.12.0
21492026-08-11T22:20:04.994Z Compiling object v0.37.3
21502026-08-11T22:20:05.015Z Compiling ron v0.8.1
21512026-08-11T22:20:05.032Z Compiling stringprep v0.1.5
21522026-08-11T22:20:05.175Z Compiling tower-http v0.6.8
21532026-08-11T22:20:05.369Z Compiling serde_urlencoded v0.7.1
21542026-08-11T22:20:05.417Z Compiling newtype-uuid v1.3.2
21552026-08-11T22:20:05.440Z Compiling env_logger v0.11.9
21562026-08-11T22:20:05.541Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21572026-08-11T22:20:05.610Z Compiling derive_builder_macro v0.20.2
21582026-08-11T22:20:05.617Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21592026-08-11T22:20:05.641Z Compiling rsa v0.9.10
21602026-08-11T22:20:05.672Z Compiling oxnet v0.1.6
21612026-08-11T22:20:05.770Z Compiling serde-hex v0.1.0
21622026-08-11T22:20:05.803Z Compiling hashbrown v0.13.2
21632026-08-11T22:20:05.814Z Compiling tokio-native-tls v0.3.1
21642026-08-11T22:20:05.840Z Compiling bzip2 v0.4.4
21652026-08-11T22:20:05.904Z Compiling usdt-macro v0.6.0
21662026-08-11T22:20:06.005Z Compiling usdt-attr-macro v0.6.0
21672026-08-11T22:20:06.065Z Compiling derive-ex v0.1.8
21682026-08-11T22:20:06.084Z Compiling block-buffer v0.12.1
21692026-08-11T22:20:06.108Z Compiling crypto-common v0.2.2
21702026-08-11T22:20:06.123Z Compiling block-padding v0.4.2
21712026-08-11T22:20:06.352Z Compiling rustls-native-certs v0.8.3
21722026-08-11T22:20:06.367Z Compiling x509-cert v0.2.5
21732026-08-11T22:20:06.450Z Compiling md-5 v0.10.6
21742026-08-11T22:20:06.626Z Compiling erased-serde v0.3.31
21752026-08-11T22:20:06.731Z Compiling bstr v1.12.1
21762026-08-11T22:20:06.784Z Compiling vergen-lib v9.1.0
21772026-08-11T22:20:06.985Z Compiling hash32 v0.2.1
21782026-08-11T22:20:07.079Z Compiling encoding_rs v0.8.35
21792026-08-11T22:20:07.180Z Compiling cpufeatures v0.3.0
21802026-08-11T22:20:07.272Z Compiling fallible-iterator v0.2.0
21812026-08-11T22:20:07.336Z Compiling psl-types v2.0.11
21822026-08-11T22:20:07.458Z Compiling crc-any v2.5.0
21832026-08-11T22:20:07.476Z Compiling mime v0.3.17
21842026-08-11T22:20:07.550Z Compiling test-strategy v0.4.5
21852026-08-11T22:20:07.613Z Compiling postgres-protocol v0.6.10
21862026-08-11T22:20:07.623Z Compiling publicsuffix v2.3.0
21872026-08-11T22:20:08.196Z Compiling inout v0.2.2
21882026-08-11T22:20:08.256Z Compiling object v0.30.4
21892026-08-11T22:20:08.317Z Compiling derive_builder v0.20.2
21902026-08-11T22:20:08.349Z Compiling zip v0.6.6
21912026-08-11T22:20:08.379Z Compiling hyper-tls v0.6.0
21922026-08-11T22:20:08.404Z Compiling daft v0.1.7
21932026-08-11T22:20:08.424Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21942026-08-11T22:20:08.461Z Compiling heck v0.4.1
21952026-08-11T22:20:08.660Z Compiling phf_shared v0.13.1
21962026-08-11T22:20:08.708Z Compiling pin-project v1.1.11
21972026-08-11T22:20:08.766Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21982026-08-11T22:20:08.839Z Compiling toml v0.7.8
21992026-08-11T22:20:08.891Z Compiling serde_with_macros v3.21.0
22002026-08-11T22:20:08.907Z Compiling futures-executor v0.3.32
22012026-08-11T22:20:08.977Z Compiling enum-as-inner v0.6.1
22022026-08-11T22:20:09.098Z Compiling async-recursion v1.1.1
22032026-08-11T22:20:09.156Z Compiling serde_repr v0.1.20
22042026-08-11T22:20:09.238Z Compiling vergen v9.1.0
22052026-08-11T22:20:09.336Z Compiling ff v0.13.1
22062026-08-11T22:20:09.373Z Compiling cargo-platform v0.3.2
22072026-08-11T22:20:09.470Z Compiling libbz2-rs-sys v0.2.2
22082026-08-11T22:20:09.599Z Compiling same-file v1.0.6
22092026-08-11T22:20:09.645Z Compiling jiff-core v0.1.0
22102026-08-11T22:20:09.714Z Compiling bumpalo v3.20.2
22112026-08-11T22:20:09.731Z Compiling managed v0.8.0
22122026-08-11T22:20:09.770Z Compiling foldhash v0.1.5
22132026-08-11T22:20:09.938Z Compiling base16ct v0.2.0
22142026-08-11T22:20:09.964Z Compiling foldhash v0.2.0
22152026-08-11T22:20:09.983Z Compiling path-slash v0.1.5
22162026-08-11T22:20:10.056Z Compiling bitflags v1.3.2
22172026-08-11T22:20:10.139Z Compiling hashbrown v0.16.1
22182026-08-11T22:20:10.203Z Compiling sec1 v0.7.3
22192026-08-11T22:20:10.388Z Compiling jiff v0.2.34
22202026-08-11T22:20:10.457Z Compiling zopfli v0.8.3
22212026-08-11T22:20:10.495Z Compiling hashbrown v0.15.5
22222026-08-11T22:20:10.604Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22232026-08-11T22:20:10.644Z Compiling bzip2 v0.6.1
22242026-08-11T22:20:10.787Z Compiling walkdir v2.5.0
22252026-08-11T22:20:10.835Z Compiling cargo_metadata v0.23.1
22262026-08-11T22:20:10.958Z Compiling group v0.13.0
22272026-08-11T22:20:11.069Z Compiling futures v0.3.32
22282026-08-11T22:20:11.500Z Compiling phf v0.13.1
22292026-08-11T22:20:11.523Z Compiling snafu v0.8.9
22302026-08-11T22:20:11.680Z Compiling reqwest v0.12.28
22312026-08-11T22:20:11.780Z Compiling signal-hook-mio v0.2.5
22322026-08-11T22:20:11.921Z Compiling cipher v0.5.2
22332026-08-11T22:20:11.944Z Compiling cookie_store v0.22.1
22342026-08-11T22:20:11.944Z Compiling postgres-types v0.2.12
22352026-08-11T22:20:12.011Z Compiling zstd v0.13.3
22362026-08-11T22:20:12.066Z Compiling globset v0.4.18
22372026-08-11T22:20:12.207Z Compiling strum v0.27.2
22382026-08-11T22:20:12.259Z Compiling hubpack v0.1.2
22392026-08-11T22:20:12.327Z Compiling phf_shared v0.11.3
22402026-08-11T22:20:12.362Z Compiling hkdf v0.12.4
22412026-08-11T22:20:12.407Z Compiling crossbeam-epoch v0.9.18
22422026-08-11T22:20:12.477Z Compiling byte-wrapper v0.1.0
22432026-08-11T22:20:12.489Z Compiling ed25519 v2.2.3
22442026-08-11T22:20:12.507Z Compiling olpc-cjson v0.1.4
22452026-08-11T22:20:12.743Z Compiling crypto-bigint v0.5.5
22462026-08-11T22:20:12.796Z Compiling serde-big-array v0.5.1
22472026-08-11T22:20:12.830Z Compiling serde_plain v1.0.2
22482026-08-11T22:20:12.893Z Compiling pem v3.0.6
22492026-08-11T22:20:12.973Z Compiling float-cmp v0.10.0
22502026-08-11T22:20:13.022Z Compiling memmap2 v0.9.10
22512026-08-11T22:20:13.103Z Compiling typed-path v0.9.3
22522026-08-11T22:20:13.214Z Compiling keccak v0.1.6
22532026-08-11T22:20:13.231Z Compiling const-oid v0.10.2
22542026-08-11T22:20:13.300Z Compiling data-encoding v2.10.0
22552026-08-11T22:20:13.408Z Compiling precomputed-hash v0.1.1
22562026-08-11T22:20:13.433Z Compiling difflib v0.4.0
22572026-08-11T22:20:13.444Z Compiling toml_write v0.1.2
22582026-08-11T22:20:13.507Z Compiling fixedbitset v0.5.7
22592026-08-11T22:20:13.531Z Compiling new_debug_unreachable v1.0.6
22602026-08-11T22:20:13.548Z Compiling static_assertions v1.1.0
22612026-08-11T22:20:13.644Z Compiling normalize-line-endings v0.3.0
22622026-08-11T22:20:13.669Z Compiling fixedbitset v0.4.2
22632026-08-11T22:20:13.691Z Compiling predicates-core v1.0.10
22642026-08-11T22:20:13.797Z Compiling whoami v2.1.0
22652026-08-11T22:20:13.824Z Compiling petgraph v0.8.3
22662026-08-11T22:20:13.828Z Compiling chacha20 v0.10.0
22672026-08-11T22:20:13.828Z Compiling petgraph v0.6.5
22682026-08-11T22:20:13.895Z Compiling predicates v3.1.4
22692026-08-11T22:20:13.963Z Compiling tokio-postgres v0.7.16
22702026-08-11T22:20:14.078Z Compiling elliptic-curve v0.13.8
22712026-08-11T22:20:14.117Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22722026-08-11T22:20:14.227Z Compiling toml_edit v0.22.27
22732026-08-11T22:20:14.267Z Compiling string_cache v0.8.9
22742026-08-11T22:20:14.434Z Compiling hickory-proto v0.25.2
22752026-08-11T22:20:14.505Z Compiling digest v0.11.3
22762026-08-11T22:20:14.683Z Compiling sha3 v0.10.8
22772026-08-11T22:20:14.849Z Compiling usdt v0.6.0
22782026-08-11T22:20:15.395Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22792026-08-11T22:20:15.748Z Compiling ed25519-dalek v2.2.0
22802026-08-11T22:20:15.927Z Compiling zip v4.6.1
22812026-08-11T22:20:16.523Z Compiling crossterm v0.28.1
22822026-08-11T22:20:16.899Z Compiling iddqd v0.4.2
22832026-08-11T22:20:16.946Z Compiling serde_with v3.21.0
22842026-08-11T22:20:16.956Z Compiling similar v2.7.0
22852026-08-11T22:20:16.991Z Compiling strum v0.26.3
22862026-08-11T22:20:17.520Z Compiling tokio-stream v0.1.18
22872026-08-11T22:20:17.661Z Compiling buf-list v1.1.2
22882026-08-11T22:20:17.767Z Compiling itertools v0.13.0
22892026-08-11T22:20:17.834Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22902026-08-11T22:20:17.913Z Compiling openapiv3 v2.2.0
22912026-08-11T22:20:18.978Z Compiling peg-runtime v0.8.5
22922026-08-11T22:20:19.028Z Compiling lalrpop-util v0.19.12
22932026-08-11T22:20:34.221Z Compiling rustls-webpki v0.103.13
22942026-08-11T22:20:38.945Z Compiling tokio-rustls v0.26.4
22952026-08-11T22:20:39.098Z Compiling rustls-platform-verifier v0.6.2
22962026-08-11T22:20:39.098Z Compiling tough v0.22.0
22972026-08-11T22:20:39.098Z Compiling hyper-rustls v0.27.7
22982026-08-11T22:20:39.169Z Compiling reqwest v0.13.2
22992026-08-11T22:20:39.317Z Compiling macaddr v1.0.1
23002026-08-11T22:20:39.331Z Compiling crucible-workspace-hack v0.1.0
23012026-08-11T22:20:39.387Z Compiling rayon-core v1.13.0
23022026-08-11T22:20:39.437Z Compiling secrecy v0.10.3
23032026-08-11T22:20:39.548Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23042026-08-11T22:20:39.619Z Compiling heapless v0.8.0
23052026-08-11T22:20:39.656Z Compiling toml_datetime v0.7.5+spec-1.1.0
23062026-08-11T22:20:39.739Z Compiling crossbeam-deque v0.8.6
23072026-08-11T22:20:39.760Z Compiling ingot-macros v0.2.0
23082026-08-11T22:20:39.760Z Compiling inout v0.1.4
23092026-08-11T22:20:39.870Z Compiling toml_edit v0.23.10+spec-1.0.0
23102026-08-11T22:20:39.888Z Compiling hash32 v0.3.1
23112026-08-11T22:20:39.918Z Compiling multer v3.1.0
23122026-08-11T22:20:39.961Z Compiling thread_local v1.1.9
23132026-08-11T22:20:39.983Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23142026-08-11T22:20:40.033Z Compiling match_cfg v0.1.0
23152026-08-11T22:20:40.102Z Compiling compression-core v0.4.31
23162026-08-11T22:20:40.130Z Compiling slog-async v2.8.0
23172026-08-11T22:20:40.130Z Compiling smoltcp v0.11.0
23182026-08-11T22:20:40.147Z Compiling unicode-width v0.2.0
23192026-08-11T22:20:40.170Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202026-08-11T22:20:40.261Z Compiling compression-codecs v0.4.37
23212026-08-11T22:20:40.414Z Compiling proc-macro-crate v3.4.0
23222026-08-11T22:20:40.433Z Compiling hostname v0.3.1
23232026-08-11T22:20:40.477Z Compiling cipher v0.4.4
23242026-08-11T22:20:40.601Z Compiling atomicwrites v0.4.4
23252026-08-11T22:20:40.617Z Compiling slog-json v2.6.1
23262026-08-11T22:20:40.705Z Compiling crossbeam-channel v0.5.15
23272026-08-11T22:20:40.760Z Compiling half v2.7.1
23282026-08-11T22:20:40.775Z Compiling universal-hash v0.5.1
23292026-08-11T22:20:40.850Z Compiling newtype-uuid-macros v0.1.0
23302026-08-11T22:20:40.891Z Compiling cobs v0.3.0
23312026-08-11T22:20:41.348Z Compiling async-stream-impl v0.3.6
23322026-08-11T22:20:41.348Z Compiling thiserror-impl-no-std v2.0.2
23332026-08-11T22:20:41.348Z Compiling serde_spanned v1.1.1
23342026-08-11T22:20:41.348Z Compiling toml_datetime v1.1.1+spec-1.1.0
23352026-08-11T22:20:41.348Z Compiling is-terminal v0.4.17
23362026-08-11T22:20:41.348Z Compiling dropshot v0.17.1
23372026-08-11T22:20:41.358Z Compiling proc-macro-error-attr v1.0.4
23382026-08-11T22:20:41.439Z Compiling term v1.2.1
23392026-08-11T22:20:41.520Z Compiling ciborium-io v0.2.2
23402026-08-11T22:20:41.555Z Compiling opaque-debug v0.3.1
23412026-08-11T22:20:41.556Z Compiling take_mut v0.2.2
23422026-08-11T22:20:41.571Z Compiling toml_writer v1.1.1+spec-1.1.0
23432026-08-11T22:20:41.572Z Compiling convert_case v0.4.0
23442026-08-11T22:20:41.584Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23452026-08-11T22:20:41.623Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23462026-08-11T22:20:41.786Z Compiling toml v1.1.2+spec-1.1.0
23472026-08-11T22:20:41.806Z Compiling slog-term v2.9.2
23482026-08-11T22:20:41.863Z Compiling poly1305 v0.8.0
23492026-08-11T22:20:41.938Z Compiling derive_more v0.99.20
23502026-08-11T22:20:41.975Z Compiling thiserror-no-std v2.0.2
23512026-08-11T22:20:41.987Z Compiling ciborium-ll v0.2.2
23522026-08-11T22:20:42.068Z Compiling async-stream v0.3.6
23532026-08-11T22:20:42.285Z Compiling postcard v1.1.3
23542026-08-11T22:20:42.291Z Compiling num_enum_derive v0.7.6
23552026-08-11T22:20:42.366Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23562026-08-11T22:20:42.394Z Compiling ingot-types v0.2.0
23572026-08-11T22:20:42.518Z Compiling slog-bunyan v2.5.0
23582026-08-11T22:20:42.668Z Compiling chacha20 v0.9.1
23592026-08-11T22:20:42.695Z Compiling async-compression v0.4.41
23602026-08-11T22:20:42.880Z Compiling ingot v0.2.1
23612026-08-11T22:20:42.956Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23622026-08-11T22:20:43.064Z Compiling sha1 v0.11.0
23632026-08-11T22:20:43.100Z Compiling parse-display-derive v0.10.0
23642026-08-11T22:20:43.190Z Compiling proc-macro-crate v1.3.1
23652026-08-11T22:20:43.239Z Compiling waitgroup v0.1.2
23662026-08-11T22:20:43.250Z Compiling backon v1.6.0
23672026-08-11T22:20:43.414Z Compiling rustls-pemfile v2.2.0
23682026-08-11T22:20:43.517Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23692026-08-11T22:20:43.532Z Compiling blake2 v0.10.6
23702026-08-11T22:20:43.552Z Compiling aead v0.5.2
23712026-08-11T22:20:43.586Z Compiling dropshot_endpoint v0.17.1
23722026-08-11T22:20:43.832Z Compiling password-hash v0.5.0
23732026-08-11T22:20:43.861Z Compiling foreign-types-macros v0.2.3
23742026-08-11T22:20:43.861Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23752026-08-11T22:20:43.915Z Compiling serde_path_to_error v0.1.20
23762026-08-11T22:20:44.051Z Compiling hostname v0.4.2
23772026-08-11T22:20:44.450Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23782026-08-11T22:20:44.530Z Compiling proc-macro-error v1.0.4
23792026-08-11T22:20:44.531Z Compiling instant v0.1.13
23802026-08-11T22:20:44.531Z Compiling debug-ignore v1.0.5
23812026-08-11T22:20:44.531Z Compiling foreign-types-shared v0.3.1
23822026-08-11T22:20:44.531Z Compiling backoff v0.4.0
23832026-08-11T22:20:44.531Z Compiling foreign-types v0.5.0
23842026-08-11T22:20:44.531Z Compiling argon2 v0.5.3
23852026-08-11T22:20:44.531Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23862026-08-11T22:20:44.607Z Compiling chacha20poly1305 v0.10.1
23872026-08-11T22:20:44.607Z Compiling num_enum_derive v0.5.11
23882026-08-11T22:20:44.651Z Compiling parse-display v0.10.0
23892026-08-11T22:20:44.651Z Compiling num_enum v0.7.6
23902026-08-11T22:20:44.651Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23912026-08-11T22:20:44.694Z Compiling ciborium v0.2.2
23922026-08-11T22:20:44.715Z Compiling vsss-rs v3.3.4
23932026-08-11T22:20:44.971Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23942026-08-11T22:20:45.101Z Compiling tabwriter v1.4.1
23952026-08-11T22:20:45.139Z Compiling regress v0.10.5
23962026-08-11T22:20:45.156Z Compiling itertools v0.14.0
23972026-08-11T22:20:45.195Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23982026-08-11T22:20:45.362Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23992026-08-11T22:20:45.420Z Compiling cstr-argument v0.1.2
24002026-08-11T22:20:45.459Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24012026-08-11T22:20:45.478Z Compiling humantime v2.3.0
24022026-08-11T22:20:45.552Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24032026-08-11T22:20:45.569Z Compiling num_enum v0.5.11
24042026-08-11T22:20:45.606Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24052026-08-11T22:20:45.722Z Compiling rayon v1.11.0
24062026-08-11T22:20:45.743Z Compiling rand v0.10.1
24072026-08-11T22:20:45.752Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24082026-08-11T22:20:45.817Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24092026-08-11T22:20:45.882Z Compiling libefi-sys v0.1.0
24102026-08-11T22:20:45.916Z Compiling colored v3.1.1
24112026-08-11T22:20:45.955Z Compiling indent_write v2.2.0
24122026-08-11T22:20:45.971Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24132026-08-11T22:20:45.986Z Compiling zone_cfg_derive v0.3.1
24142026-08-11T22:20:45.986Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24152026-08-11T22:20:46.093Z Compiling camino-tempfile v1.4.1
24162026-08-11T22:20:46.120Z Compiling itertools v0.12.1
24172026-08-11T22:20:46.139Z Compiling usdt-attr-macro v0.5.0
24182026-08-11T22:20:46.286Z Compiling usdt-macro v0.5.0
24192026-08-11T22:20:46.359Z Compiling bitfield-struct v0.6.2
24202026-08-11T22:20:46.508Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24212026-08-11T22:20:46.526Z Compiling num-derive v0.4.2
24222026-08-11T22:20:46.540Z Compiling blake3 v1.8.5
24232026-08-11T22:20:46.625Z Compiling memmap v0.7.0
24242026-08-11T22:20:46.677Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24252026-08-11T22:20:46.677Z Compiling sigpipe v0.1.3
24262026-08-11T22:20:46.776Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24272026-08-11T22:20:46.808Z Compiling swrite v0.1.0
24282026-08-11T22:20:46.839Z Compiling glob v0.3.3
24292026-08-11T22:20:46.936Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24302026-08-11T22:20:46.955Z Compiling usdt v0.5.0
24312026-08-11T22:20:46.955Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24322026-08-11T22:20:47.035Z Compiling smf v0.2.3
24332026-08-11T22:20:47.190Z Compiling filetime v0.2.27
24342026-08-11T22:20:47.237Z Compiling xattr v1.6.1
24352026-08-11T22:20:47.304Z Compiling arrayref v0.3.9
24362026-08-11T22:20:47.369Z Compiling whoami v1.6.1
24372026-08-11T22:20:47.431Z Compiling arrayvec v0.7.6
24382026-08-11T22:20:47.450Z Compiling constant_time_eq v0.4.2
24392026-08-11T22:20:47.463Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24402026-08-11T22:20:47.463Z Compiling zone v0.3.1
24412026-08-11T22:20:47.881Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24422026-08-11T22:20:48.076Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24432026-08-11T22:20:48.076Z Compiling tar v0.4.46
24442026-08-11T22:20:48.076Z Compiling tokio-dtrace v0.1.1
24452026-08-11T22:20:48.076Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24462026-08-11T22:20:48.076Z Compiling console v0.16.2
24472026-08-11T22:20:48.076Z Compiling gethostname v0.5.0
24482026-08-11T22:20:48.113Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24492026-08-11T22:20:48.113Z Compiling unit-prefix v0.5.2
24502026-08-11T22:20:48.113Z Compiling topological-sort v0.2.2
24512026-08-11T22:20:48.183Z Compiling oxide-tokio-rt v0.1.4
24522026-08-11T22:20:48.225Z Compiling toml v0.8.23
24532026-08-11T22:20:48.254Z Compiling indicatif v0.18.4
24542026-08-11T22:20:48.284Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24552026-08-11T22:20:48.501Z Compiling shell-words v1.1.1
24562026-08-11T22:20:57.800Z Compiling progenitor-client v0.14.0
24572026-08-11T22:20:57.800Z Compiling omicron-zone-package v0.12.3
24582026-08-11T22:20:57.980Z Compiling progenitor-extras v0.2.0
24592026-08-11T22:20:58.282Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-08-11T22:20:58.389Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24612026-08-11T22:20:58.447Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24622026-08-11T22:20:58.513Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24632026-08-11T22:20:58.563Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24642026-08-11T22:20:58.590Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24652026-08-11T22:20:58.849Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24662026-08-11T22:20:58.913Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24672026-08-11T22:20:59.317Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24682026-08-11T22:21:03.022Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24692026-08-11T22:21:11.137Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24702026-08-11T22:21:14.555Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24712026-08-11T22:21:15.425Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24722026-08-11T22:21:24.832Z Finished `release` profile [optimized] target(s) in 1m 44s
24732026-08-11T22:21:25.001Z Running `target/release/omicron-package -t test target create -p dev`
24742026-08-11T22:21:25.043ZLogging to: /work/oxidecomputer/omicron/out/LOG
24752026-08-11T22:21:25.119ZCreated new build target 'test' and set it as active
24762026-08-11T22:21:25.119Z
24772026-08-11T22:21:25.119Zreal 1:44.257877433
24782026-08-11T22:21:25.119Zuser 17:19.944756301
24792026-08-11T22:21:25.119Zsys 2:40.781562572
24802026-08-11T22:21:25.119Ztrap 0.499406720
24812026-08-11T22:21:25.119Ztflt 2.042676067
24822026-08-11T22:21:25.119Zdflt 4.919141855
24832026-08-11T22:21:25.119Zkflt 0.000477620
24842026-08-11T22:21:25.119Zlock 56:24.280584848
24852026-08-11T22:21:25.119Zslp 44:07.595256387
24862026-08-11T22:21:25.120Zlat 48.196162694
24872026-08-11T22:21:25.120Zstop 6:06.281892621
24882026-08-11T22:21:25.120Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24892026-08-11T22:21:25.918Z Finished `release` profile [optimized] target(s) in 0.86s
24902026-08-11T22:21:25.992Z Running `target/release/omicron-package -t test package`
24912026-08-11T22:21:26.056ZLogging to: /work/oxidecomputer/omicron/out/LOG
24922026-08-11T22:21:27.478Z Compiling heck v0.5.0
24932026-08-11T22:21:27.478Z Compiling regress v0.11.1
24942026-08-11T22:21:27.715Z Compiling unsafe-libyaml v0.2.11
24952026-08-11T22:21:27.743Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24962026-08-11T22:21:27.775Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24972026-08-11T22:21:27.808Z Compiling derive-where v1.6.0
24982026-08-11T22:21:27.808Z Compiling bytecount v0.6.9
24992026-08-11T22:21:27.829Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25002026-08-11T22:21:27.844Z Compiling atomicwrites v0.4.4
25012026-08-11T22:21:27.844Z Compiling is-terminal v0.4.17
25022026-08-11T22:21:27.844Z Compiling prettyplease v0.2.37
25032026-08-11T22:21:27.844Z Compiling console v0.15.11
25042026-08-11T22:21:27.844Z Compiling newline-converter v0.3.0
25052026-08-11T22:21:27.871Z Compiling slog-dtrace v0.3.0
25062026-08-11T22:21:27.958Z Compiling resolv-conf v0.7.6
25072026-08-11T22:21:28.003Z Compiling num-rational v0.4.2
25082026-08-11T22:21:28.017Z Compiling num-complex v0.4.6
25092026-08-11T22:21:28.034Z Compiling thread_local v1.1.9
25102026-08-11T22:21:28.034Z Compiling cancel-safe-futures v0.1.5
25112026-08-11T22:21:28.082Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25122026-08-11T22:21:28.152Z Compiling unicode-width v0.1.14
25132026-08-11T22:21:28.596Z Compiling serde_yaml v0.9.34+deprecated
25142026-08-11T22:21:28.666Z Compiling match_cfg v0.1.0
25152026-08-11T22:21:28.666Z Compiling expectorate v1.2.0
25162026-08-11T22:21:28.666Z Compiling compression-core v0.4.31
25172026-08-11T22:21:28.666Z Compiling num v0.4.3
25182026-08-11T22:21:28.666Z Compiling hostname v0.3.1
25192026-08-11T22:21:28.666Z Compiling compression-codecs v0.4.37
25202026-08-11T22:21:28.666Z Compiling multer v3.1.0
25212026-08-11T22:21:28.724Z Compiling slog-async v2.8.0
25222026-08-11T22:21:28.724Z Compiling crossbeam-channel v0.5.15
25232026-08-11T22:21:28.724Z Compiling slog-json v2.6.1
25242026-08-11T22:21:28.734Z Compiling serde_spanned v1.1.1
25252026-08-11T22:21:28.734Z Compiling toml_datetime v1.1.1+spec-1.1.0
25262026-08-11T22:21:28.734Z Compiling float-ord v0.3.2
25272026-08-11T22:21:28.839Z Compiling term v1.2.1
25282026-08-11T22:21:28.860Z Compiling toml_writer v1.1.1+spec-1.1.0
25292026-08-11T22:21:28.887Z Compiling linked-hash-map v0.5.6
25302026-08-11T22:21:28.905Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25312026-08-11T22:21:28.961Z Compiling oxide-update-engine-types v0.1.2
25322026-08-11T22:21:28.973Z Compiling take_mut v0.2.2
25332026-08-11T22:21:28.999Z Compiling slog-bunyan v2.5.0
25342026-08-11T22:21:29.007Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25352026-08-11T22:21:29.035Z Compiling async-compression v0.4.41
25362026-08-11T22:21:29.229Z Compiling slog-term v2.9.2
25372026-08-11T22:21:29.285Z Compiling lru-cache v0.1.2
25382026-08-11T22:21:29.285Z Compiling toml v1.1.2+spec-1.1.0
25392026-08-11T22:21:29.285Z Compiling typify-impl v0.6.2
25402026-08-11T22:21:29.375Z Compiling dropshot v0.17.1
25412026-08-11T22:21:29.488Z Compiling async-stream v0.3.6
25422026-08-11T22:21:29.521Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25432026-08-11T22:21:29.600Z Compiling sha1 v0.11.0
25442026-08-11T22:21:29.630Z Compiling progenitor-client v0.14.0
25452026-08-11T22:21:29.705Z Compiling waitgroup v0.1.2
25462026-08-11T22:21:29.715Z Compiling rustls-pemfile v2.2.0
25472026-08-11T22:21:29.741Z Compiling backon v1.6.0
25482026-08-11T22:21:29.748Z Compiling hostname v0.4.2
25492026-08-11T22:21:29.873Z Compiling serde_path_to_error v0.1.20
25502026-08-11T22:21:29.908Z Compiling instant v0.1.13
25512026-08-11T22:21:29.919Z Compiling linear-map v1.2.0
25522026-08-11T22:21:29.942Z Compiling debug-ignore v1.0.5
25532026-08-11T22:21:29.967Z Compiling minimal-lexical v0.2.1
25542026-08-11T22:21:30.015Z Compiling backoff v0.4.0
25552026-08-11T22:21:30.057Z Compiling progenitor-extras v0.2.0
25562026-08-11T22:21:30.117Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25572026-08-11T22:21:30.167Z Compiling oxide-update-engine v0.1.2
25582026-08-11T22:21:30.232Z Compiling nom v7.1.3
25592026-08-11T22:21:30.282Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25602026-08-11T22:21:30.282Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25612026-08-11T22:21:30.321Z Compiling parse-display v0.10.0
25622026-08-11T22:21:30.367Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25632026-08-11T22:21:30.391Z Compiling hickory-proto v0.24.4
25642026-08-11T22:21:30.797Z Compiling regress v0.10.5
25652026-08-11T22:21:30.997Z Compiling itertools v0.14.0
25662026-08-11T22:21:31.481Z Compiling macaddr v1.0.1
25672026-08-11T22:21:31.601Z Compiling humantime v2.3.0
25682026-08-11T22:21:31.645Z Compiling unicode-xid v0.2.6
25692026-08-11T22:21:31.804Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25702026-08-11T22:21:31.880Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25712026-08-11T22:21:31.983Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25722026-08-11T22:21:32.093Z Compiling convert_case v0.10.0
25732026-08-11T22:21:32.231Z Compiling owo-colors v4.3.0
25742026-08-11T22:21:32.256Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25752026-08-11T22:21:32.339Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25762026-08-11T22:21:32.387Z Compiling derive_more-impl v2.1.1
25772026-08-11T22:21:32.443Z Compiling toml v0.8.23
25782026-08-11T22:21:32.671Z Compiling typify-macro v0.6.2
25792026-08-11T22:21:32.828Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25802026-08-11T22:21:32.981Z Compiling hickory-resolver v0.24.4
25812026-08-11T22:21:33.007Z Compiling papergrid v0.11.0
25822026-08-11T22:21:33.031Z Compiling tabled_derive v0.7.0
25832026-08-11T22:21:33.165Z Compiling derive_more v2.1.1
25842026-08-11T22:21:33.272Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25852026-08-11T22:21:33.614Z Compiling termtree v0.5.1
25862026-08-11T22:21:33.648Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25872026-08-11T22:21:33.857Z Compiling crossterm v0.29.0
25882026-08-11T22:21:33.940Z Compiling phf_shared v0.12.1
25892026-08-11T22:21:34.173Z Compiling qorb v0.4.1
25902026-08-11T22:21:34.189Z Compiling tabled v0.15.0
25912026-08-11T22:21:34.229Z Compiling typify v0.6.2
25922026-08-11T22:21:34.551Z Compiling progenitor-impl v0.14.0
25932026-08-11T22:21:35.255Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25942026-08-11T22:21:35.784Z Compiling vte v0.14.1
25952026-08-11T22:21:36.039Z Compiling csv-core v0.1.13
25962026-08-11T22:21:36.499Z Compiling highway v1.3.0
25972026-08-11T22:21:36.618Z Compiling chrono-tz v0.10.4
25982026-08-11T22:21:36.671Z Compiling progenitor-macro v0.14.0
25992026-08-11T22:21:38.464Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26002026-08-11T22:21:38.507Z Compiling csv v1.4.0
26012026-08-11T22:21:38.507Z Compiling strip-ansi-escapes v0.2.1
26022026-08-11T22:21:38.507Z Compiling phf v0.12.1
26032026-08-11T22:21:38.507Z Compiling const_format_proc_macros v0.2.34
26042026-08-11T22:21:38.535Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26052026-08-11T22:21:38.625Z Compiling fd-lock v4.0.4
26062026-08-11T22:21:38.793Z Compiling peg-macros v0.8.5
26072026-08-11T22:21:38.814Z Compiling nu-ansi-term v0.50.3
26082026-08-11T22:21:38.950Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26092026-08-11T22:21:39.035Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26102026-08-11T22:21:39.355Z Compiling const_format v0.2.35
26112026-08-11T22:21:39.537Z Compiling reedline v0.40.0
26122026-08-11T22:21:40.047Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26132026-08-11T22:21:40.347Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26142026-08-11T22:21:40.816Z Compiling progenitor v0.14.0
26152026-08-11T22:21:41.029Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26162026-08-11T22:21:41.204Z Compiling peg v0.8.5
26172026-08-11T22:21:41.225Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26182026-08-11T22:21:41.308Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26192026-08-11T22:21:41.312Z Compiling bcs v0.1.6
26202026-08-11T22:21:41.783Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26212026-08-11T22:21:42.079Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26222026-08-11T22:21:42.178Z Compiling nom v8.0.0
26232026-08-11T22:21:42.783Z Compiling semver v0.1.20
26242026-08-11T22:21:43.076Z Compiling rustc_version v0.1.7
26252026-08-11T22:21:43.314Z Compiling newtype_derive v0.1.6
26262026-08-11T22:21:43.340Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26272026-08-11T22:21:43.604Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26282026-08-11T22:21:43.628Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26292026-08-11T22:21:43.738Z Compiling smawk v0.3.2
26302026-08-11T22:21:43.875Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26312026-08-11T22:21:43.912Z Compiling unicode-linebreak v0.1.5
26322026-08-11T22:21:44.240Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26332026-08-11T22:21:44.449Z Compiling textwrap v0.16.2
26342026-08-11T22:21:44.833Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26352026-08-11T22:21:44.903Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26362026-08-11T22:21:45.069Z Compiling steno v0.4.1
26372026-08-11T22:21:45.662Z Compiling dropshot-api-manager-types v0.7.2
26382026-08-11T22:21:45.994Z Compiling sha1 v0.10.6
26392026-08-11T22:21:46.223Z Compiling tagptr v0.2.0
26402026-08-11T22:21:46.413Z Compiling utf-8 v0.7.6
26412026-08-11T22:21:46.461Z Compiling moka v0.12.13
26422026-08-11T22:21:46.482Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26432026-08-11T22:21:46.604Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26442026-08-11T22:21:46.655Z Compiling tungstenite v0.21.0
26452026-08-11T22:21:46.802Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26462026-08-11T22:21:46.827Z Compiling darling_core v0.21.3
26472026-08-11T22:21:46.963Z Compiling display-error-chain v0.2.2
26482026-08-11T22:21:47.141Z Compiling libscf-sys v1.2.0
26492026-08-11T22:21:47.314Z Compiling tokio-tungstenite v0.21.0
26502026-08-11T22:21:47.712Z Compiling hickory-resolver v0.25.2
26512026-08-11T22:21:47.742Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26522026-08-11T22:21:48.744Z Compiling vergen-lib v0.1.6
26532026-08-11T22:21:48.980Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26542026-08-11T22:21:49.006Z Compiling darling_macro v0.21.3
26552026-08-11T22:21:49.488Z Compiling diesel_derives v2.3.7
26562026-08-11T22:21:49.525Z Compiling darling v0.21.3
26572026-08-11T22:21:49.635Z Compiling dsl_auto_type v0.2.0
26582026-08-11T22:21:49.689Z Compiling scheduled-thread-pool v0.2.7
26592026-08-11T22:21:49.712Z Compiling vergen-gitcl v1.0.8
26602026-08-11T22:21:49.840Z Compiling diesel_table_macro_syntax v0.3.0
26612026-08-11T22:21:49.939Z Compiling dirs-sys-next v0.1.2
26622026-08-11T22:21:50.037Z Compiling glob v0.3.3
26632026-08-11T22:21:50.077Z Compiling crunchy v0.2.4
26642026-08-11T22:21:50.097Z Compiling maplit v1.0.2
26652026-08-11T22:21:50.177Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26662026-08-11T22:21:50.235Z Compiling dirs-next v2.0.0
26672026-08-11T22:21:50.324Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26682026-08-11T22:21:50.355Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26692026-08-11T22:21:50.416Z Compiling clang-sys v1.8.1
26702026-08-11T22:21:50.434Z Compiling r2d2 v0.8.10
26712026-08-11T22:21:50.723Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26722026-08-11T22:21:50.794Z Compiling papergrid v0.18.0
26732026-08-11T22:21:50.829Z Compiling downcast-rs v2.0.2
26742026-08-11T22:21:50.951Z Compiling tiny-keccak v2.0.2
26752026-08-11T22:21:51.597Z Compiling term v0.7.0
26762026-08-11T22:21:51.826Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26772026-08-11T22:21:52.027Z Compiling tabled v0.21.0
26782026-08-11T22:21:52.645Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26792026-08-11T22:21:52.681Z Compiling bit-vec v0.6.3
26802026-08-11T22:21:52.948Z Compiling bit-set v0.5.3
26812026-08-11T22:21:52.995Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26822026-08-11T22:21:53.136Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26832026-08-11T22:21:53.224Z Compiling ascii-canvas v3.0.0
26842026-08-11T22:21:53.476Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26852026-08-11T22:21:53.498Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26862026-08-11T22:21:53.504Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26872026-08-11T22:21:53.670Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26882026-08-11T22:21:53.744Z Compiling itertools v0.10.5
26892026-08-11T22:21:54.203Z Compiling ena v0.14.4
26902026-08-11T22:21:54.270Z Compiling libloading v0.8.9
26912026-08-11T22:21:54.270Z Compiling xshell-macros v0.2.7
26922026-08-11T22:21:54.340Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26932026-08-11T22:21:54.359Z Compiling regex-syntax v0.6.29
26942026-08-11T22:21:54.512Z Compiling unicase v2.9.0
26952026-08-11T22:21:54.751Z Compiling bindgen v0.71.1
26962026-08-11T22:21:54.831Z Compiling diff v0.1.13
26972026-08-11T22:21:54.845Z Compiling xshell v0.2.7
26982026-08-11T22:21:54.880Z Compiling diesel v2.3.7
26992026-08-11T22:21:55.666Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27002026-08-11T22:21:56.237Z Compiling lalrpop v0.19.12
27012026-08-11T22:21:56.336Z Compiling cexpr v0.6.0
27022026-08-11T22:21:56.388Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27032026-08-11T22:21:56.453Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27042026-08-11T22:21:56.648Z Compiling crc8 v0.1.1
27052026-08-11T22:21:56.777Z Compiling rustc-hash v2.1.1
27062026-08-11T22:21:56.933Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27072026-08-11T22:21:57.190Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27082026-08-11T22:21:57.271Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27092026-08-11T22:21:57.505Z Compiling headers-core v0.3.0
27102026-08-11T22:21:57.659Z Compiling libxml v0.3.3
27112026-08-11T22:21:57.767Z Compiling headers v0.4.1
27122026-08-11T22:21:57.968Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27132026-08-11T22:21:58.072Z Compiling strum_macros v0.24.3
27142026-08-11T22:21:58.427Z Compiling indoc v1.0.9
27152026-08-11T22:21:58.466Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27162026-08-11T22:21:58.595Z Compiling derive_builder v0.20.2
27172026-08-11T22:21:58.631Z Compiling quick-xml v0.37.5
27182026-08-11T22:21:58.761Z Compiling oso-derive v0.27.3
27192026-08-11T22:21:59.341Z Compiling impl-trait-for-tuples v0.2.3
27202026-08-11T22:21:59.349Z Compiling openssl-probe v0.1.6
27212026-08-11T22:21:59.404Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27222026-08-11T22:21:59.610Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27232026-08-11T22:21:59.866Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27242026-08-11T22:21:59.906Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27252026-08-11T22:21:59.934Z Compiling bb8 v0.8.6
27262026-08-11T22:22:00.034Z Compiling trait-variant v0.1.2
27272026-08-11T22:22:00.101Z Compiling half v1.8.3
27282026-08-11T22:22:00.163Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27292026-08-11T22:22:00.353Z Compiling serde_cbor v0.11.2
27302026-08-11T22:22:00.515Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27312026-08-11T22:22:00.789Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27322026-08-11T22:22:00.846Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27332026-08-11T22:22:00.846Z Compiling progenitor-impl v0.13.0
27342026-08-11T22:22:01.272Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27352026-08-11T22:22:01.329Z Compiling nonempty v0.12.0
27362026-08-11T22:22:01.358Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27372026-08-11T22:22:01.605Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27382026-08-11T22:22:01.651Z Compiling samael v0.0.19
27392026-08-11T22:22:01.722Z Compiling progenitor-client v0.13.0
27402026-08-11T22:22:02.248Z Compiling fxhash v0.2.1
27412026-08-11T22:22:02.438Z Compiling libz-sys v1.1.24
27422026-08-11T22:22:02.767Z Compiling salty v0.3.0
27432026-08-11T22:22:02.951Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27442026-08-11T22:22:03.003Z Compiling progenitor-macro v0.13.0
27452026-08-11T22:22:03.073Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27462026-08-11T22:22:03.220Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27472026-08-11T22:22:03.330Z Compiling kstat-rs v0.2.5
27482026-08-11T22:22:03.673Z Compiling polar-core v0.27.3
27492026-08-11T22:22:03.993Z Compiling mime_guess v2.0.5
27502026-08-11T22:22:04.515Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27512026-08-11T22:22:06.547Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27522026-08-11T22:22:06.574Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27532026-08-11T22:22:06.643Z Compiling rfc6979 v0.4.0
27542026-08-11T22:22:06.683Z Compiling nanorand v0.7.0
27552026-08-11T22:22:06.776Z Compiling libgit2-sys v0.18.3+1.9.2
27562026-08-11T22:22:06.850Z Compiling parking_lot_core v0.8.6
27572026-08-11T22:22:07.081Z Compiling progenitor v0.13.0
27582026-08-11T22:22:07.102Z Compiling flume v0.11.1
27592026-08-11T22:22:07.183Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27602026-08-11T22:22:07.290Z Compiling ecdsa v0.16.9
27612026-08-11T22:22:07.464Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27622026-08-11T22:22:07.778Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27632026-08-11T22:22:07.949Z Compiling primeorder v0.13.6
27642026-08-11T22:22:08.119Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27652026-08-11T22:22:08.271Z Compiling git-stub v1.0.0
27662026-08-11T22:22:08.549Z Compiling http-range v0.1.5
27672026-08-11T22:22:08.865Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27682026-08-11T22:22:08.886Z Compiling strsim v0.10.0
27692026-08-11T22:22:09.098Z Compiling instability v0.3.11
27702026-08-11T22:22:09.228Z Compiling darling_core v0.13.4
27712026-08-11T22:22:09.350Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27722026-08-11T22:22:10.264Z Compiling git-stub-vcs v0.1.0
27732026-08-11T22:22:10.598Z Compiling p384 v0.13.1
27742026-08-11T22:22:11.033Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27752026-08-11T22:22:11.275Z Compiling ignore v0.4.25
27762026-08-11T22:22:11.440Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27772026-08-11T22:22:11.725Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27782026-08-11T22:22:13.206Z Compiling oso v0.27.3
27792026-08-11T22:22:14.428Z Compiling diesel-dtrace v0.5.0
27802026-08-11T22:22:14.811Z Compiling async-bb8-diesel v0.2.1
27812026-08-11T22:22:15.206Z Compiling castaway v0.2.4
27822026-08-11T22:22:15.369Z Compiling vergen-git2 v9.1.0
27832026-08-11T22:22:15.585Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27842026-08-11T22:22:15.611Z Compiling indoc v2.0.7
27852026-08-11T22:22:15.664Z Compiling compact_str v0.8.1
27862026-08-11T22:22:15.890Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27872026-08-11T22:22:16.134Z Compiling globwalk v0.9.1
27882026-08-11T22:22:16.778Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27892026-08-11T22:22:16.782Z Compiling parking_lot v0.11.2
27902026-08-11T22:22:16.821Z Compiling hyper-staticfile v0.10.1
27912026-08-11T22:22:16.845Z Compiling darling_macro v0.13.4
27922026-08-11T22:22:17.368Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27932026-08-11T22:22:17.575Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27942026-08-11T22:22:17.860Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27952026-08-11T22:22:17.999Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27962026-08-11T22:22:18.021Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-08-11T22:22:18.326Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27982026-08-11T22:22:18.484Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27992026-08-11T22:22:18.727Z Compiling predicates-tree v1.0.13
28002026-08-11T22:22:19.146Z Compiling unicode-truncate v1.1.0
28012026-08-11T22:22:19.352Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28022026-08-11T22:22:19.772Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28032026-08-11T22:22:19.808Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28042026-08-11T22:22:20.094Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28052026-08-11T22:22:20.311Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28062026-08-11T22:22:20.333Z Compiling lru v0.12.5
28072026-08-11T22:22:20.499Z Compiling sha2 v0.11.0
28082026-08-11T22:22:20.567Z Compiling digest-io v0.1.0
28092026-08-11T22:22:20.749Z Compiling prefix-trie v0.7.0
28102026-08-11T22:22:20.843Z Compiling rand_seeder v0.4.0
28112026-08-11T22:22:21.102Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28122026-08-11T22:22:21.233Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28132026-08-11T22:22:21.387Z Compiling cassowary v0.3.0
28142026-08-11T22:22:21.484Z Compiling corncobs v0.1.4
28152026-08-11T22:22:21.566Z Compiling rawzip v0.4.4
28162026-08-11T22:22:21.741Z Compiling illumos-nvpair-sys v0.2.0
28172026-08-11T22:22:21.963Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28182026-08-11T22:22:22.108Z Compiling ratatui v0.29.0
28192026-08-11T22:22:22.680Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28202026-08-11T22:22:23.000Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28212026-08-11T22:22:23.709Z Compiling hickory-server v0.25.2
28222026-08-11T22:22:23.851Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28232026-08-11T22:22:24.061Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28242026-08-11T22:22:26.325Z Compiling camino-tempfile-ext v0.3.3
28252026-08-11T22:22:26.897Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28262026-08-11T22:22:26.901Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28272026-08-11T22:22:27.671Z Compiling darling v0.13.4
28282026-08-11T22:22:27.799Z Compiling sled v0.34.7
28292026-08-11T22:22:27.825Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28302026-08-11T22:22:28.551Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28312026-08-11T22:22:28.670Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28322026-08-11T22:22:29.514Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28332026-08-11T22:22:29.689Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28342026-08-11T22:22:29.734Z Compiling secrecy v0.8.0
28352026-08-11T22:22:29.913Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28362026-08-11T22:22:30.238Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28372026-08-11T22:22:30.374Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28382026-08-11T22:22:31.075Z Compiling serde_with_macros v1.5.2
28392026-08-11T22:22:31.729Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28402026-08-11T22:22:31.903Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28412026-08-11T22:22:32.234Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28422026-08-11T22:22:32.524Z Compiling git2 v0.20.4
28432026-08-11T22:22:33.516Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28442026-08-11T22:22:33.792Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28452026-08-11T22:22:33.877Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28462026-08-11T22:22:34.100Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28472026-08-11T22:22:34.154Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28482026-08-11T22:22:34.384Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28492026-08-11T22:22:34.421Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28502026-08-11T22:22:34.484Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28512026-08-11T22:22:34.615Z Compiling arc-swap v1.8.2
28522026-08-11T22:22:34.655Z Compiling void v1.0.2
28532026-08-11T22:22:34.824Z Compiling lzss v0.8.2
28542026-08-11T22:22:34.913Z Compiling slog-scope v4.4.1
28552026-08-11T22:22:35.119Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28562026-08-11T22:22:35.246Z Compiling illumos-nvpair v0.3.0
28572026-08-11T22:22:35.320Z Compiling serde_with v1.14.0
28582026-08-11T22:22:35.549Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28592026-08-11T22:22:35.647Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28602026-08-11T22:22:35.739Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28612026-08-11T22:22:36.483Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28622026-08-11T22:22:37.645Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28632026-08-11T22:22:38.338Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28642026-08-11T22:22:38.456Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28652026-08-11T22:22:38.513Z Compiling scuffle v0.1.0
28662026-08-11T22:22:40.580Z Compiling tungstenite v0.23.0
28672026-08-11T22:22:41.324Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28682026-08-11T22:22:41.574Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28692026-08-11T22:22:42.541Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28702026-08-11T22:22:42.798Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-08-11T22:22:42.870Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28722026-08-11T22:22:43.017Z Compiling nix v0.27.1
28732026-08-11T22:22:43.066Z Compiling twox-hash v2.1.2
28742026-08-11T22:22:43.111Z Compiling libsw-core v0.3.2
28752026-08-11T22:22:43.309Z Compiling serde_bytes v0.11.19
28762026-08-11T22:22:43.338Z Compiling atty v0.2.14
28772026-08-11T22:22:43.490Z Compiling libsw v3.5.0
28782026-08-11T22:22:43.635Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28792026-08-11T22:22:43.657Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28802026-08-11T22:22:43.680Z Compiling tokio-tungstenite v0.23.1
28812026-08-11T22:22:43.719Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28822026-08-11T22:22:44.064Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28832026-08-11T22:22:44.185Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28842026-08-11T22:22:44.476Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28852026-08-11T22:22:45.492Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28862026-08-11T22:22:47.041Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28872026-08-11T22:22:47.322Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28882026-08-11T22:22:47.587Z Compiling slog-stdlog v4.1.1
28892026-08-11T22:22:47.799Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28902026-08-11T22:22:47.958Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28912026-08-11T22:22:47.980Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28922026-08-11T22:22:48.376Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28932026-08-11T22:22:48.446Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28942026-08-11T22:22:48.526Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28952026-08-11T22:22:49.728Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28962026-08-11T22:22:50.157Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28972026-08-11T22:22:50.676Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28982026-08-11T22:22:50.722Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28992026-08-11T22:22:53.111Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29002026-08-11T22:22:54.712Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29012026-08-11T22:22:55.078Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29022026-08-11T22:22:55.647Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29032026-08-11T22:22:56.269Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29042026-08-11T22:22:56.498Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29052026-08-11T22:22:57.445Z Compiling signal-hook-tokio v0.3.1
29062026-08-11T22:22:57.641Z Compiling fatfs v0.3.6
29072026-08-11T22:22:57.901Z Compiling yasna v0.5.2
29082026-08-11T22:22:58.410Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29092026-08-11T22:22:58.655Z Compiling assert_matches v1.5.0
29102026-08-11T22:22:58.770Z Compiling is_ci v1.2.0
29112026-08-11T22:22:58.928Z Compiling seq-macro v0.3.6
29122026-08-11T22:22:58.962Z Compiling supports-color v3.0.2
29132026-08-11T22:22:58.997Z Compiling rcgen v0.12.1
29142026-08-11T22:22:59.247Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29152026-08-11T22:22:59.495Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29162026-08-11T22:23:01.423Z Compiling slog-envlogger v2.2.0
29172026-08-11T22:23:02.167Z Compiling oxide-update-engine-display v0.1.2
29182026-08-11T22:23:02.576Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29192026-08-11T22:23:02.682Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29202026-08-11T22:23:03.117Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29212026-08-11T22:23:03.250Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29222026-08-11T22:23:03.351Z Compiling port-file v0.1.0
29232026-08-11T22:23:03.429Z Compiling rtoolbox v0.0.3
29242026-08-11T22:23:03.480Z Compiling subprocess v0.2.15
29252026-08-11T22:23:03.674Z Compiling rpassword v7.5.4
29262026-08-11T22:23:03.770Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29272026-08-11T22:23:04.317Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29282026-08-11T22:23:05.589Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29292026-08-11T22:23:05.734Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29302026-08-11T22:23:06.377Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29312026-08-11T22:23:07.956Z Compiling tui-tree-widget v0.23.1
29322026-08-11T22:23:08.245Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29332026-08-11T22:23:08.943Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29342026-08-11T22:23:08.972Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29352026-08-11T22:23:08.997Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29362026-08-11T22:23:09.619Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29372026-08-11T22:23:09.877Z Compiling uzers v0.12.2
29382026-08-11T22:23:11.294Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29392026-08-11T22:23:11.414Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29402026-08-11T22:23:12.502Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29412026-08-11T22:23:13.879Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29422026-08-11T22:23:14.164Z Compiling support-bundle-viewer v0.1.2
29432026-08-11T22:23:15.049Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29442026-08-11T22:23:16.010Z Compiling multimap v0.10.1
29452026-08-11T22:23:23.972Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29462026-08-11T22:23:28.937Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29472026-08-11T22:23:31.719Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29482026-08-11T22:23:36.615Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29492026-08-11T22:23:36.703Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29502026-08-11T22:31:26.567Z Finished `release` profile [optimized] target(s) in 10m 00s
29512026-08-11T22:32:56.783Z
29522026-08-11T22:32:56.783Zreal 11:31.722957360
29532026-08-11T22:32:56.784Zuser 1:20:59.789812553
29542026-08-11T22:32:56.788Zsys 3:36.011309152
29552026-08-11T22:32:56.788Ztrap 1.802193264
29562026-08-11T22:32:56.788Ztflt 3.272770874
29572026-08-11T22:32:56.788Zdflt 18.864260977
29582026-08-11T22:32:56.788Zkflt 0.033895766
29592026-08-11T22:32:56.788Zlock 8:23:34.356306413
29602026-08-11T22:32:56.788Zslp 2:19:11.809075035
29612026-08-11T22:32:56.788Zlat 2:31.162764003
29622026-08-11T22:32:56.788Zstop 5:31.913155408
29632026-08-11T22:32:56.788Z+ mapfile -t packages
29642026-08-11T22:32:56.788Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29652026-08-11T22:32:57.738Z Finished `release` profile [optimized] target(s) in 0.94s
29662026-08-11T22:32:57.806Z Running `target/release/omicron-package -t test list-outputs`
29672026-08-11T22:32:57.863ZLogging to: /work/oxidecomputer/omicron/out/LOG
29682026-08-11T22:32:57.867Z+ ptime -m cargo build --locked --release -p xtask
29692026-08-11T22:32:58.341Z Compiling libc v0.2.185
29702026-08-11T22:32:58.341Z Compiling serde_core v1.0.228
29712026-08-11T22:32:58.341Z Compiling serde v1.0.228
29722026-08-11T22:32:58.344Z Compiling rustix v1.1.3
29732026-08-11T22:32:58.345Z Compiling serde_json v1.0.151
29742026-08-11T22:32:58.345Z Compiling bitflags v2.11.0
29752026-08-11T22:32:58.345Z Compiling syn v2.0.117
29762026-08-11T22:32:58.345Z Compiling usdt-impl v0.5.0
29772026-08-11T22:32:58.485Z Compiling syn v1.0.109
29782026-08-11T22:32:58.526Z Compiling log v0.4.29
29792026-08-11T22:32:58.534Z Compiling getrandom v0.4.1
29802026-08-11T22:32:58.546Z Compiling indexmap v2.14.0
29812026-08-11T22:32:58.561Z Compiling fs-err v3.3.0
29822026-08-11T22:32:58.736Z Compiling once_cell v1.21.3
29832026-08-11T22:32:58.798Z Compiling heck v0.4.1
29842026-08-11T22:32:58.802Z Compiling anyhow v1.0.102
29852026-08-11T22:32:59.301Z Compiling errno v0.3.14
29862026-08-11T22:32:59.307Z Compiling thread-id v4.2.2
29872026-08-11T22:32:59.308Z Compiling memmap v0.7.0
29882026-08-11T22:32:59.951Z Compiling proc-macro-error v1.0.4
29892026-08-11T22:33:00.174Z Compiling terminal_size v0.4.3
29902026-08-11T22:33:00.174Z Compiling tempfile v3.25.0
29912026-08-11T22:33:00.219Z Compiling tabled_derive v0.7.0
29922026-08-11T22:33:00.267Z Compiling clap_builder v4.6.0
29932026-08-11T22:33:00.267Z Compiling textwrap v0.16.2
29942026-08-11T22:33:00.626Z Compiling camino v1.2.2
29952026-08-11T22:33:00.638Z Compiling cargo-platform v0.3.2
29962026-08-11T22:33:00.641Z Compiling pest_generator v2.8.6
29972026-08-11T22:33:00.641Z Compiling semver v1.0.28
29982026-08-11T22:33:00.922Z Compiling tabled v0.15.0
29992026-08-11T22:33:00.937Z Compiling camino-tempfile v1.4.1
30002026-08-11T22:33:01.131Z Compiling serde_derive v1.0.228
30012026-08-11T22:33:01.131Z Compiling thiserror-impl v1.0.69
30022026-08-11T22:33:01.134Z Compiling zerocopy-derive v0.7.35
30032026-08-11T22:33:01.134Z Compiling scroll_derive v0.12.1
30042026-08-11T22:33:01.134Z Compiling thiserror-impl v2.0.18
30052026-08-11T22:33:01.135Z Compiling clap_derive v4.6.1
30062026-08-11T22:33:01.198Z Compiling pest_derive v2.8.6
30072026-08-11T22:33:01.817Z Compiling scroll v0.12.0
30082026-08-11T22:33:01.956Z Compiling zerocopy v0.7.35
30092026-08-11T22:33:02.097Z Compiling goblin v0.8.2
30102026-08-11T22:33:02.337Z Compiling thiserror v1.0.69
30112026-08-11T22:33:02.368Z Compiling thiserror v2.0.18
30122026-08-11T22:33:02.456Z Compiling dtrace-parser v0.2.0
30132026-08-11T22:33:02.502Z Compiling clap v4.6.1
30142026-08-11T22:33:04.212Z Compiling dof v0.3.0
30152026-08-11T22:33:04.228Z Compiling serde_tokenstream v0.2.3
30162026-08-11T22:33:04.262Z Compiling toml_datetime v0.6.11
30172026-08-11T22:33:04.272Z Compiling serde_spanned v0.6.9
30182026-08-11T22:33:04.284Z Compiling cargo_metadata v0.23.1
30192026-08-11T22:33:04.297Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30202026-08-11T22:33:04.385Z Compiling macaddr v1.0.1
30212026-08-11T22:33:04.582Z Compiling toml_edit v0.22.27
30222026-08-11T22:33:05.021Z Compiling usdt-macro v0.5.0
30232026-08-11T22:33:05.036Z Compiling usdt-attr-macro v0.5.0
30242026-08-11T22:33:05.676Z Compiling usdt v0.5.0
30252026-08-11T22:33:06.113Z Compiling toml v0.8.23
30262026-08-11T22:33:06.542Z Compiling cargo_toml v0.21.0
30272026-08-11T22:33:10.928Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30282026-08-11T22:33:14.115Z Finished `release` profile [optimized] target(s) in 16.24s
30292026-08-11T22:33:14.275Z
30302026-08-11T22:33:14.275Zreal 16.352225609
30312026-08-11T22:33:14.275Zuser 2:05.232673008
30322026-08-11T22:33:14.275Zsys 13.447517866
30332026-08-11T22:33:14.275Ztrap 0.063411567
30342026-08-11T22:33:14.275Ztflt 0.479886832
30352026-08-11T22:33:14.275Zdflt 1.280304515
30362026-08-11T22:33:14.275Zkflt 0.000074773
30372026-08-11T22:33:14.275Zlock 4:45.129005725
30382026-08-11T22:33:14.285Zslp 2:40.909210581
30392026-08-11T22:33:14.285Zlat 3.746119268
30402026-08-11T22:33:14.285Zstop 15.962453743
30412026-08-11T22:33:14.285Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30422026-08-11T22:33:14.285Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30432026-08-11T22:33:14.285Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30442026-08-11T22:33:14.285Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30452026-08-11T22:33:14.285Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30462026-08-11T22:33:15.178Z Compiling match_cfg v0.1.0
30472026-08-11T22:33:15.178Z Compiling progenitor-client v0.14.0
30482026-08-11T22:33:15.178Z Compiling slog-json v2.6.1
30492026-08-11T22:33:15.182Z Compiling newtype-uuid-macros v0.1.0
30502026-08-11T22:33:15.182Z Compiling sha1 v0.11.0
30512026-08-11T22:33:15.182Z Compiling multer v3.1.0
30522026-08-11T22:33:15.182Z Compiling debug-ignore v1.0.5
30532026-08-11T22:33:15.182Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30542026-08-11T22:33:15.331Z Compiling compression-core v0.4.31
30552026-08-11T22:33:15.346Z Compiling async-stream-impl v0.3.6
30562026-08-11T22:33:15.349Z Compiling serde_spanned v1.1.1
30572026-08-11T22:33:15.349Z Compiling toml_datetime v1.1.1+spec-1.1.0
30582026-08-11T22:33:15.349Z Compiling dropshot v0.17.1
30592026-08-11T22:33:15.365Z Compiling toml_writer v1.1.1+spec-1.1.0
30602026-08-11T22:33:15.378Z Compiling waitgroup v0.1.2
30612026-08-11T22:33:15.382Z Compiling rustls-pemfile v2.2.0
30622026-08-11T22:33:15.485Z Compiling dropshot_endpoint v0.17.1
30632026-08-11T22:33:15.568Z Compiling hostname v0.4.2
30642026-08-11T22:33:15.618Z Compiling serde_path_to_error v0.1.20
30652026-08-11T22:33:15.638Z Compiling atomicwrites v0.4.4
30662026-08-11T22:33:15.674Z Compiling compression-codecs v0.4.37
30672026-08-11T22:33:15.706Z Compiling hostname v0.3.1
30682026-08-11T22:33:15.759Z Compiling toml v1.1.2+spec-1.1.0
30692026-08-11T22:33:15.762Z Compiling macaddr v1.0.1
30702026-08-11T22:33:15.809Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-08-11T22:33:15.812Z Compiling instant v0.1.13
30722026-08-11T22:33:15.847Z Compiling slog-bunyan v2.5.0
30732026-08-11T22:33:15.884Z Compiling async-compression v0.4.41
30742026-08-11T22:33:15.903Z Compiling regress v0.10.5
30752026-08-11T22:33:15.904Z Compiling parse-display-derive v0.10.0
30762026-08-11T22:33:15.951Z Compiling backon v1.6.0
30772026-08-11T22:33:15.954Z Compiling backoff v0.4.0
30782026-08-11T22:33:15.954Z Compiling itertools v0.14.0
30792026-08-11T22:33:16.076Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30802026-08-11T22:33:16.081Z Compiling humantime v2.3.0
30812026-08-11T22:33:16.081Z Compiling half v2.7.1
30822026-08-11T22:33:16.087Z Compiling crucible-workspace-hack v0.1.0
30832026-08-11T22:33:16.157Z Compiling async-stream v0.3.6
30842026-08-11T22:33:16.179Z Compiling progenitor-extras v0.2.0
30852026-08-11T22:33:16.223Z Compiling ciborium-io v0.2.2
30862026-08-11T22:33:16.251Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30872026-08-11T22:33:16.254Z Compiling regress v0.11.1
30882026-08-11T22:33:16.254Z Compiling convert_case v0.4.0
30892026-08-11T22:33:16.327Z Compiling ciborium-ll v0.2.2
30902026-08-11T22:33:16.344Z Compiling secrecy v0.10.3
30912026-08-11T22:33:16.379Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30922026-08-11T22:33:16.383Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30932026-08-11T22:33:16.414Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30942026-08-11T22:33:16.433Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30952026-08-11T22:33:16.452Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30962026-08-11T22:33:16.457Z Compiling inout v0.1.4
30972026-08-11T22:33:16.487Z Compiling unsafe-libyaml v0.2.11
30982026-08-11T22:33:16.524Z Compiling ciborium v0.2.2
30992026-08-11T22:33:16.568Z Compiling thiserror-impl-no-std v2.0.2
31002026-08-11T22:33:16.659Z Compiling cipher v0.4.4
31012026-08-11T22:33:16.676Z Compiling derive_more v0.99.20
31022026-08-11T22:33:16.692Z Compiling universal-hash v0.5.1
31032026-08-11T22:33:16.806Z Compiling opaque-debug v0.3.1
31042026-08-11T22:33:16.823Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31052026-08-11T22:33:16.859Z Compiling blake2 v0.10.6
31062026-08-11T22:33:16.895Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31072026-08-11T22:33:16.941Z Compiling chacha20 v0.9.1
31082026-08-11T22:33:17.070Z Compiling serde_yaml v0.9.34+deprecated
31092026-08-11T22:33:17.087Z Compiling poly1305 v0.8.0
31102026-08-11T22:33:17.131Z Compiling aead v0.5.2
31112026-08-11T22:33:17.148Z Compiling password-hash v0.5.0
31122026-08-11T22:33:17.240Z Compiling indent_write v2.2.0
31132026-08-11T22:33:17.257Z Compiling toml_datetime v0.7.5+spec-1.1.0
31142026-08-11T22:33:17.282Z Compiling num-derive v0.4.2
31152026-08-11T22:33:17.370Z Compiling chacha20poly1305 v0.10.1
31162026-08-11T22:33:17.397Z Compiling heapless v0.8.0
31172026-08-11T22:33:17.445Z Compiling argon2 v0.5.3
31182026-08-11T22:33:17.527Z Compiling toml_edit v0.23.10+spec-1.0.0
31192026-08-11T22:33:17.546Z Compiling tabwriter v1.4.1
31202026-08-11T22:33:17.606Z Compiling ingot-macros v0.2.0
31212026-08-11T22:33:17.756Z Compiling parse-display v0.10.0
31222026-08-11T22:33:17.801Z Compiling thiserror-no-std v2.0.2
31232026-08-11T22:33:17.829Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31242026-08-11T22:33:17.845Z Compiling hash32 v0.3.1
31252026-08-11T22:33:17.909Z Compiling typify-impl v0.6.2
31262026-08-11T22:33:17.925Z Compiling vsss-rs v3.3.4
31272026-08-11T22:33:18.035Z Compiling smoltcp v0.11.0
31282026-08-11T22:33:18.087Z Compiling proc-macro-crate v3.4.0
31292026-08-11T22:33:18.123Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31302026-08-11T22:33:18.399Z Compiling cobs v0.3.0
31312026-08-11T22:33:18.444Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31322026-08-11T22:33:18.538Z Compiling colored v3.1.1
31332026-08-11T22:33:18.608Z Compiling postcard v1.1.3
31342026-08-11T22:33:18.628Z Compiling proc-macro-error v1.0.4
31352026-08-11T22:33:18.648Z Compiling rand v0.10.1
31362026-08-11T22:33:18.682Z Compiling num_enum_derive v0.7.6
31372026-08-11T22:33:18.724Z Compiling proc-macro-crate v1.3.1
31382026-08-11T22:33:18.920Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31392026-08-11T22:33:18.965Z Compiling foreign-types-macros v0.2.3
31402026-08-11T22:33:19.045Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31412026-08-11T22:33:19.050Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31422026-08-11T22:33:19.050Z Compiling rayon-core v1.13.0
31432026-08-11T22:33:19.098Z Compiling foreign-types-shared v0.3.1
31442026-08-11T22:33:19.171Z Compiling num_enum_derive v0.5.11
31452026-08-11T22:33:19.304Z Compiling crossbeam-deque v0.8.6
31462026-08-11T22:33:19.322Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31472026-08-11T22:33:19.339Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31482026-08-11T22:33:19.360Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-08-11T22:33:19.432Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31502026-08-11T22:33:19.502Z Compiling cstr-argument v0.1.2
31512026-08-11T22:33:19.532Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31522026-08-11T22:33:19.580Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31532026-08-11T22:33:19.613Z Compiling foreign-types v0.5.0
31542026-08-11T22:33:19.682Z Compiling cpubits v0.1.1
31552026-08-11T22:33:19.715Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31562026-08-11T22:33:19.773Z Compiling zone_cfg_derive v0.3.1
31572026-08-11T22:33:19.789Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31582026-08-11T22:33:19.816Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31592026-08-11T22:33:19.833Z Compiling num_enum v0.7.6
31602026-08-11T22:33:19.883Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31612026-08-11T22:33:19.935Z Compiling itertools v0.12.1
31622026-08-11T22:33:19.952Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31632026-08-11T22:33:19.972Z Compiling rayon v1.11.0
31642026-08-11T22:33:19.977Z Compiling sigpipe v0.1.3
31652026-08-11T22:33:20.005Z Compiling glob v0.3.3
31662026-08-11T22:33:20.009Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31672026-08-11T22:33:20.103Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31682026-08-11T22:33:20.118Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31692026-08-11T22:33:20.254Z Compiling smf v0.2.3
31702026-08-11T22:33:20.276Z Compiling num_enum v0.5.11
31712026-08-11T22:33:20.294Z Compiling whoami v1.6.1
31722026-08-11T22:33:20.368Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31732026-08-11T22:33:20.422Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31742026-08-11T22:33:20.439Z Compiling gethostname v0.5.0
31752026-08-11T22:33:20.476Z Compiling usdt-macro v0.5.0
31762026-08-11T22:33:20.496Z Compiling usdt-attr-macro v0.5.0
31772026-08-11T22:33:20.518Z Compiling num-rational v0.4.2
31782026-08-11T22:33:20.538Z Compiling pem-rfc7468 v1.0.0
31792026-08-11T22:33:20.557Z Compiling ingot-types v0.2.0
31802026-08-11T22:33:20.579Z Compiling num-complex v0.4.6
31812026-08-11T22:33:20.603Z Compiling derive-where v1.6.0
31822026-08-11T22:33:20.788Z Compiling memmap v0.7.0
31832026-08-11T22:33:20.855Z Compiling float-ord v0.3.2
31842026-08-11T22:33:20.989Z Compiling ingot v0.2.1
31852026-08-11T22:33:21.009Z Compiling num v0.4.3
31862026-08-11T22:33:21.009Z Compiling toml v0.8.23
31872026-08-11T22:33:21.009Z Compiling hmac v0.13.0
31882026-08-11T22:33:21.063Z Compiling universal-hash v0.6.1
31892026-08-11T22:33:21.110Z Compiling zone v0.3.1
31902026-08-11T22:33:21.128Z Compiling resolv-conf v0.7.6
31912026-08-11T22:33:21.193Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31922026-08-11T22:33:21.247Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31932026-08-11T22:33:21.320Z Compiling cancel-safe-futures v0.1.5
31942026-08-11T22:33:21.335Z Compiling polyval v0.7.1
31952026-08-11T22:33:21.398Z Compiling usdt v0.5.0
31962026-08-11T22:33:21.493Z Compiling der v0.8.0
31972026-08-11T22:33:21.572Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31982026-08-11T22:33:21.594Z Compiling prettyplease v0.2.37
31992026-08-11T22:33:21.699Z Compiling ghash v0.6.0
32002026-08-11T22:33:21.750Z Compiling pbkdf2 v0.13.0
32012026-08-11T22:33:21.763Z Compiling crypto-bigint v0.7.5
32022026-08-11T22:33:21.780Z Compiling aes v0.9.1
32032026-08-11T22:33:21.859Z Compiling console v0.15.11
32042026-08-11T22:33:21.877Z Compiling hickory-proto v0.24.4
32052026-08-11T22:33:21.894Z Compiling newline-converter v0.3.0
32062026-08-11T22:33:21.914Z Compiling ctr v0.10.1
32072026-08-11T22:33:21.945Z Compiling aead v0.6.1
32082026-08-11T22:33:22.008Z Compiling oxide-update-engine-types v0.1.2
32092026-08-11T22:33:22.043Z Compiling sha2 v0.11.0
32102026-08-11T22:33:22.144Z Compiling linked-hash-map v0.5.6
32112026-08-11T22:33:22.160Z Compiling linear-map v1.2.0
32122026-08-11T22:33:22.189Z Compiling libefi-sys v0.1.0
32132026-08-11T22:33:22.356Z Compiling lru-cache v0.1.2
32142026-08-11T22:33:22.374Z Compiling expectorate v1.2.0
32152026-08-11T22:33:22.420Z Compiling spki v0.8.0
32162026-08-11T22:33:22.467Z Compiling aes-gcm v0.11.0
32172026-08-11T22:33:22.561Z Compiling salsa20 v0.11.0
32182026-08-11T22:33:22.579Z Compiling typify-macro v0.6.2
32192026-08-11T22:33:22.677Z Compiling bitfield-struct v0.6.2
32202026-08-11T22:33:22.704Z Compiling nom v8.0.0
32212026-08-11T22:33:22.744Z Compiling semver v0.1.20
32222026-08-11T22:33:22.776Z Compiling scrypt v0.12.0
32232026-08-11T22:33:22.923Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32242026-08-11T22:33:23.006Z Compiling rustc_version v0.1.7
32252026-08-11T22:33:23.073Z Compiling oxide-update-engine v0.1.2
32262026-08-11T22:33:23.109Z Compiling tokio-dtrace v0.1.1
32272026-08-11T22:33:23.246Z Compiling cbc v0.2.1
32282026-08-11T22:33:23.269Z Compiling slog-dtrace v0.3.0
32292026-08-11T22:33:23.274Z Compiling minimal-lexical v0.2.1
32302026-08-11T22:33:23.370Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32312026-08-11T22:33:23.414Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32322026-08-11T22:33:23.436Z Compiling pkcs5 v0.8.1
32332026-08-11T22:33:23.522Z Compiling nom v7.1.3
32342026-08-11T22:33:23.554Z Compiling oxide-tokio-rt v0.1.4
32352026-08-11T22:33:23.571Z Compiling newtype_derive v0.1.6
32362026-08-11T22:33:23.586Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32372026-08-11T22:33:23.613Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32382026-08-11T22:33:23.690Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-08-11T22:33:23.718Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-08-11T22:33:23.794Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32412026-08-11T22:33:23.877Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32422026-08-11T22:33:23.895Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32432026-08-11T22:33:23.945Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-08-11T22:33:23.999Z Compiling phf_shared v0.12.1
32452026-08-11T22:33:24.037Z Compiling dropshot-api-manager-types v0.7.2
32462026-08-11T22:33:24.076Z Compiling csv-core v0.1.13
32472026-08-11T22:33:24.198Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32482026-08-11T22:33:24.376Z Compiling hickory-resolver v0.24.4
32492026-08-11T22:33:24.394Z Compiling highway v1.3.0
32502026-08-11T22:33:24.397Z Compiling unicode-xid v0.2.6
32512026-08-11T22:33:24.430Z Compiling typify v0.6.2
32522026-08-11T22:33:24.430Z Compiling chrono-tz v0.10.4
32532026-08-11T22:33:24.433Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32542026-08-11T22:33:24.539Z Compiling xshell-macros v0.2.7
32552026-08-11T22:33:24.571Z Compiling progenitor-impl v0.14.0
32562026-08-11T22:33:24.601Z Compiling const_format_proc_macros v0.2.34
32572026-08-11T22:33:24.636Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32582026-08-11T22:33:24.817Z Compiling csv v1.4.0
32592026-08-11T22:33:24.939Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32602026-08-11T22:33:24.960Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612026-08-11T22:33:24.976Z Compiling xshell v0.2.7
32622026-08-11T22:33:25.050Z Compiling phf v0.12.1
32632026-08-11T22:33:25.225Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32642026-08-11T22:33:25.247Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32652026-08-11T22:33:25.390Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32662026-08-11T22:33:25.420Z Compiling qorb v0.4.1
32672026-08-11T22:33:25.478Z Compiling pkcs8 v0.11.0
32682026-08-11T22:33:25.521Z Compiling ff v0.14.0
32692026-08-11T22:33:25.614Z Compiling owo-colors v4.3.0
32702026-08-11T22:33:25.747Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32712026-08-11T22:33:25.763Z Compiling const_format v0.2.35
32722026-08-11T22:33:25.793Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32732026-08-11T22:33:25.886Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32742026-08-11T22:33:26.038Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32752026-08-11T22:33:26.094Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32762026-08-11T22:33:26.115Z Compiling tabled_derive v0.7.0
32772026-08-11T22:33:26.430Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32782026-08-11T22:33:26.669Z Compiling bcs v0.1.6
32792026-08-11T22:33:26.691Z Compiling tagptr v0.2.0
32802026-08-11T22:33:26.881Z Compiling salty v0.3.0
32812026-08-11T22:33:26.901Z Compiling termtree v0.5.1
32822026-08-11T22:33:27.028Z Compiling textwrap v0.16.2
32832026-08-11T22:33:27.093Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32842026-08-11T22:33:27.134Z Compiling moka v0.12.13
32852026-08-11T22:33:27.184Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32862026-08-11T22:33:27.200Z Compiling tabled v0.15.0
32872026-08-11T22:33:27.274Z Compiling progenitor-macro v0.14.0
32882026-08-11T22:33:27.411Z Compiling steno v0.4.1
32892026-08-11T22:33:27.431Z Compiling group v0.14.0
32902026-08-11T22:33:27.539Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32912026-08-11T22:33:27.559Z Compiling sha1 v0.10.6
32922026-08-11T22:33:27.600Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32932026-08-11T22:33:27.657Z Compiling signature v3.0.0
32942026-08-11T22:33:27.708Z Compiling base16ct v1.0.0
32952026-08-11T22:33:27.883Z Compiling hickory-resolver v0.25.2
32962026-08-11T22:33:27.904Z Compiling sec1 v0.8.1
32972026-08-11T22:33:27.921Z Compiling hkdf v0.13.0
32982026-08-11T22:33:27.942Z Compiling libscf-sys v1.2.0
32992026-08-11T22:33:27.963Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33002026-08-11T22:33:28.106Z Compiling rfc6979 v0.4.0
33012026-08-11T22:33:28.131Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33022026-08-11T22:33:28.149Z Compiling elliptic-curve v0.14.1
33032026-08-11T22:33:28.259Z Compiling ecdsa v0.16.9
33042026-08-11T22:33:28.274Z Compiling primeorder v0.13.6
33052026-08-11T22:33:28.299Z Compiling parking_lot_core v0.8.6
33062026-08-11T22:33:28.502Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33072026-08-11T22:33:28.554Z Compiling utf-8 v0.7.6
33082026-08-11T22:33:28.600Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33092026-08-11T22:33:28.710Z Compiling p384 v0.13.1
33102026-08-11T22:33:28.759Z Compiling tungstenite v0.21.0
33112026-08-11T22:33:28.779Z Compiling wnaf v0.14.0
33122026-08-11T22:33:28.796Z Compiling primefield v0.14.0
33132026-08-11T22:33:29.002Z Compiling rfc6979 v0.6.0
33142026-08-11T22:33:29.005Z Compiling papergrid v0.18.0
33152026-08-11T22:33:29.067Z Compiling git-stub v1.0.0
33162026-08-11T22:33:29.186Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33172026-08-11T22:33:29.294Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33182026-08-11T22:33:29.355Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33192026-08-11T22:33:29.512Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33202026-08-11T22:33:29.628Z Compiling tokio-tungstenite v0.21.0
33212026-08-11T22:33:29.645Z Compiling git-stub-vcs v0.1.0
33222026-08-11T22:33:29.662Z Compiling ecdsa v0.17.0
33232026-08-11T22:33:29.729Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33242026-08-11T22:33:29.816Z Compiling primeorder v0.14.0
33252026-08-11T22:33:29.866Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-08-11T22:33:29.981Z Compiling tabled v0.21.0
33272026-08-11T22:33:30.030Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33282026-08-11T22:33:30.066Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33292026-08-11T22:33:30.160Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33302026-08-11T22:33:30.192Z Compiling curve25519-dalek v5.0.0
33312026-08-11T22:33:30.238Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33322026-08-11T22:33:30.258Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-08-11T22:33:30.345Z Compiling unicase v2.9.0
33342026-08-11T22:33:30.459Z Compiling illumos-nvpair-sys v0.2.0
33352026-08-11T22:33:30.495Z Compiling corncobs v0.1.4
33362026-08-11T22:33:30.610Z Compiling mime_guess v2.0.5
33372026-08-11T22:33:30.631Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-08-11T22:33:30.653Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33392026-08-11T22:33:30.698Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33402026-08-11T22:33:30.717Z Compiling parking_lot v0.11.2
33412026-08-11T22:33:30.735Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33422026-08-11T22:33:30.964Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33432026-08-11T22:33:30.987Z Compiling progenitor-impl v0.13.0
33442026-08-11T22:33:31.062Z Compiling ssh-encoding v0.3.0
33452026-08-11T22:33:31.095Z Compiling prefix-trie v0.7.0
33462026-08-11T22:33:31.116Z Compiling secrecy v0.8.0
33472026-08-11T22:33:31.133Z Compiling fxhash v0.2.1
33482026-08-11T22:33:31.181Z Compiling keccak v0.2.0
33492026-08-11T22:33:31.301Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33502026-08-11T22:33:31.337Z Compiling crc8 v0.1.1
33512026-08-11T22:33:31.388Z Compiling sled v0.34.7
33522026-08-11T22:33:31.457Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33532026-08-11T22:33:31.515Z Compiling hickory-server v0.25.2
33542026-08-11T22:33:31.589Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33552026-08-11T22:33:31.625Z Compiling ed25519 v3.0.0
33562026-08-11T22:33:31.805Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33572026-08-11T22:33:32.461Z Compiling progenitor v0.14.0
33582026-08-11T22:33:32.481Z Compiling crypto-primes v0.7.2
33592026-08-11T22:33:32.538Z Compiling pkcs1 v0.8.0-rc.4
33602026-08-11T22:33:32.554Z Compiling poly1305 v0.9.0
33612026-08-11T22:33:32.617Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33622026-08-11T22:33:32.643Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33632026-08-11T22:33:32.663Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33642026-08-11T22:33:32.785Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33652026-08-11T22:33:32.853Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33662026-08-11T22:33:32.935Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33672026-08-11T22:33:32.955Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33682026-08-11T22:33:33.197Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33692026-08-11T22:33:33.345Z Compiling progenitor-client v0.13.0
33702026-08-11T22:33:33.417Z Compiling blowfish v0.10.0
33712026-08-11T22:33:33.533Z Compiling blake2 v0.11.0-rc.6
33722026-08-11T22:33:33.705Z Compiling half v1.8.3
33732026-08-11T22:33:33.723Z Compiling http-range v0.1.5
33742026-08-11T22:33:33.739Z Compiling progenitor-macro v0.13.0
33752026-08-11T22:33:33.756Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33762026-08-11T22:33:33.757Z Compiling bcrypt-pbkdf v0.11.0
33772026-08-11T22:33:33.934Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33782026-08-11T22:33:33.999Z Compiling serde_cbor v0.11.2
33792026-08-11T22:33:34.105Z Compiling argon2 v0.6.0-rc.8
33802026-08-11T22:33:34.199Z Compiling rsa v0.10.0-rc.18
33812026-08-11T22:33:34.611Z Compiling ssh-cipher v0.3.0
33822026-08-11T22:33:34.829Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33832026-08-11T22:33:35.128Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33842026-08-11T22:33:35.147Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33852026-08-11T22:33:35.205Z Compiling ed25519-dalek v3.0.0
33862026-08-11T22:33:35.237Z Compiling illumos-nvpair v0.3.0
33872026-08-11T22:33:35.410Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33882026-08-11T22:33:35.506Z Compiling sha3 v0.11.0
33892026-08-11T22:33:35.721Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33902026-08-11T22:33:35.739Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-08-11T22:33:35.959Z Compiling p521 v0.14.0
33922026-08-11T22:33:35.984Z Compiling p256 v0.14.0
33932026-08-11T22:33:36.009Z Compiling p384 v0.14.0
33942026-08-11T22:33:36.228Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33952026-08-11T22:33:36.354Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33962026-08-11T22:33:36.396Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33972026-08-11T22:33:36.821Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33982026-08-11T22:33:36.980Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33992026-08-11T22:33:37.050Z Compiling scuffle v0.1.0
34002026-08-11T22:33:37.153Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34012026-08-11T22:33:37.172Z Compiling yasna v0.5.2
34022026-08-11T22:33:37.430Z Compiling kstat-rs v0.2.5
34032026-08-11T22:33:37.548Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34042026-08-11T22:33:37.746Z Compiling headers-core v0.3.0
34052026-08-11T22:33:37.889Z Compiling kem v0.3.0
34062026-08-11T22:33:37.904Z Compiling module-lattice v0.2.3
34072026-08-11T22:33:37.998Z Compiling nanorand v0.7.0
34082026-08-11T22:33:38.020Z Compiling sponge-cursor v0.1.0
34092026-08-11T22:33:38.042Z Compiling headers v0.4.1
34102026-08-11T22:33:38.055Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-08-11T22:33:38.179Z Compiling sha3 v0.12.0
34122026-08-11T22:33:38.196Z Compiling ml-kem v0.3.2
34132026-08-11T22:33:38.289Z Compiling flume v0.11.1
34142026-08-11T22:33:38.310Z Compiling rcgen v0.12.1
34152026-08-11T22:33:38.409Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34162026-08-11T22:33:38.428Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34172026-08-11T22:33:38.547Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34182026-08-11T22:33:38.624Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34192026-08-11T22:33:38.814Z Compiling hyper-staticfile v0.10.1
34202026-08-11T22:33:38.817Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34212026-08-11T22:33:38.889Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34222026-08-11T22:33:38.907Z Compiling progenitor v0.13.0
34232026-08-11T22:33:38.958Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-08-11T22:33:38.975Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-08-11T22:33:39.092Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34262026-08-11T22:33:39.133Z Compiling ssh-key v0.7.0-rc.11
34272026-08-11T22:33:39.212Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34282026-08-11T22:33:39.284Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34292026-08-11T22:33:39.350Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34302026-08-11T22:33:39.370Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34312026-08-11T22:33:39.393Z Compiling russh-cryptovec v0.62.0
34322026-08-11T22:33:39.440Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34332026-08-11T22:33:39.457Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34342026-08-11T22:33:39.476Z Compiling internal-russh-num-bigint v0.5.0
34352026-08-11T22:33:39.497Z Compiling port-file v0.1.0
34362026-08-11T22:33:39.516Z Compiling num-bigint v0.4.6
34372026-08-11T22:33:39.642Z Compiling generic-array v1.4.3
34382026-08-11T22:33:39.660Z Compiling russh-util v0.52.0
34392026-08-11T22:33:39.714Z Compiling enum_dispatch v0.3.13
34402026-08-11T22:33:39.762Z Compiling delegate v0.13.5
34412026-08-11T22:33:39.835Z Compiling subprocess v0.2.15
34422026-08-11T22:33:40.136Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34432026-08-11T22:33:40.138Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-08-11T22:33:40.238Z Compiling display-error-chain v0.2.2
34452026-08-11T22:33:40.402Z Compiling hex-literal v1.1.0
34462026-08-11T22:33:40.538Z Compiling md5 v0.8.0
34472026-08-11T22:33:40.597Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-08-11T22:33:40.614Z Compiling colored v2.2.0
34492026-08-11T22:33:40.633Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34502026-08-11T22:33:40.718Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34512026-08-11T22:33:40.769Z Compiling russh v0.62.4
34522026-08-11T22:33:40.791Z Compiling socket2 v0.5.10
34532026-08-11T22:33:40.847Z Compiling internet-checksum v0.2.1
34542026-08-11T22:33:41.252Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34552026-08-11T22:33:41.446Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34562026-08-11T22:33:41.922Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34572026-08-11T22:33:43.984Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34582026-08-11T22:33:44.698Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34592026-08-11T22:33:45.249Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34602026-08-11T22:33:47.247Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34612026-08-11T22:33:56.021Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-08-11T22:33:56.021Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34632026-08-11T22:33:56.024Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34642026-08-11T22:33:56.024Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34652026-08-11T22:33:57.773Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34662026-08-11T22:33:57.891Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34672026-08-11T22:34:01.943Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34682026-08-11T22:34:42.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34692026-08-11T22:34:42.448Z
34702026-08-11T22:34:42.448Zreal 1:28.048518239
34712026-08-11T22:34:42.448Zuser 8:24.472631482
34722026-08-11T22:34:42.455Zsys 1:39.484248439
34732026-08-11T22:34:42.455Ztrap 0.247478840
34742026-08-11T22:34:42.456Ztflt 0.308103003
34752026-08-11T22:34:42.456Zdflt 1.965105571
34762026-08-11T22:34:42.456Zkflt 0.000502528
34772026-08-11T22:34:42.456Zlock 31:01.609914583
34782026-08-11T22:34:42.456Zslp 18:58.411079692
34792026-08-11T22:34:42.456Zlat 38.263888140
34802026-08-11T22:34:42.456Zstop 3:01.340413506
34812026-08-11T22:34:42.456Z+ mkdir tests
34822026-08-11T22:34:42.456Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-08-11T22:34:42.456Z+ xargs -I '{}' -t cp '{}' tests/
34842026-08-11T22:34:42.523Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a3bd4d4d849442a3 tests/
34852026-08-11T22:34:42.536Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a9f3131aea505e8f tests/
34862026-08-11T22:34:42.559Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e49b9df76cb09181 tests/
34872026-08-11T22:34:42.586Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-222777d26de38264 tests/
34882026-08-11T22:34:42.892Z+ 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)
34892026-08-11T22:34:42.896Z+ 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-a9f3131aea505e8f tests/commtest-e49b9df76cb09181 tests/dhcp_server-a3bd4d4d849442a3 tests/end_to_end_tests-222777d26de38264 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
34902026-08-11T22:36:11.691ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-08-11T22:36:11.691Za .github/buildomat/ci-env.sh 1K
34922026-08-11T22:36:11.691Za out/target/test 1K
34932026-08-11T22:36:11.691Za out/npuzone/npuzone 27402K
34942026-08-11T22:36:11.691Za package-manifest.toml 35K
34952026-08-11T22:36:11.692Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-08-11T22:36:11.692Za target/release/omicron-package 48051K
34972026-08-11T22:36:11.692Za target/release/xtask 11722K
34982026-08-11T22:36:11.692Za target/debug/bootstrap 434608K
34992026-08-11T22:36:11.692Za tests/bootstrap-a9f3131aea505e8f 34516K
35002026-08-11T22:36:11.692Za tests/commtest-e49b9df76cb09181 34517K
35012026-08-11T22:36:11.692Za tests/dhcp_server-a3bd4d4d849442a3 34516K
35022026-08-11T22:36:11.692Za tests/end_to_end_tests-222777d26de38264 497891K
35032026-08-11T22:36:11.692Za tools/opte_version 1K
35042026-08-11T22:36:11.692Za tools/opte_version_override 2K
35052026-08-11T22:36:11.692Za out/clickhouse.tar.gz 327680K
35062026-08-11T22:36:11.692Za out/clickhouse_keeper.tar.gz 311673K
35072026-08-11T22:36:11.692Za out/clickhouse_server.tar.gz 327677K
35082026-08-11T22:36:11.692Za out/cockroachdb.tar.gz 168013K
35092026-08-11T22:36:11.692Za out/crucible-pantry-zone.tar.gz 41281K
35102026-08-11T22:36:11.692Za out/crucible-utils.tar 18900K
35112026-08-11T22:36:11.693Za out/crucible-zone.tar.gz 56093K
35122026-08-11T22:36:11.694Za out/external-dns.tar.gz 53663K
35132026-08-11T22:36:11.694Za out/internal-dns.tar.gz 53662K
35142026-08-11T22:36:11.694Za out/mg-ddm-gz.tar 100917K
35152026-08-11T22:36:11.694Za out/nexus.tar.gz 352681K
35162026-08-11T22:36:11.694Za out/ntp.tar.gz 34640K
35172026-08-11T22:36:11.694Za out/omicron-gateway-softnpu.tar.gz 29915K
35182026-08-11T22:36:11.694Za out/omicron-sled-agent.tar 237424K
35192026-08-11T22:36:11.694Za out/overlay.tar.gz 4K
35202026-08-11T22:36:11.694Za out/oximeter.tar.gz 69343K
35212026-08-11T22:36:11.694Za out/oxlog.tar 4067K
35222026-08-11T22:36:11.694Za out/probe.tar.gz 3037K
35232026-08-11T22:36:11.695Za out/propolis-server.tar.gz 34642K
35242026-08-11T22:36:11.695Za out/pumpkind-gz.tar 26647K
35252026-08-11T22:36:11.695Za out/switch-softnpu.tar.gz 496037K
35262026-08-11T22:36:11.699Z
35272026-08-11T22:36:11.699Zreal 1:28.801775416
35282026-08-11T22:36:11.699Zuser 1:25.855290109
35292026-08-11T22:36:11.699Zsys 4.923214734
35302026-08-11T22:36:11.699Ztrap 0.005857476
35312026-08-11T22:36:11.699Ztflt 0.000000000
35322026-08-11T22:36:11.699Zdflt 0.000000000
35332026-08-11T22:36:11.699Zkflt 0.000000000
35342026-08-11T22:36:11.700Zlock 0.000000000
35352026-08-11T22:36:11.700Zslp 1:25.720736270
35362026-08-11T22:36:11.700Zlat 1.093810393
35372026-08-11T22:36:11.700Zstop 0.000213258
35382026-08-11T22:36:11.700Zprocess exited: duration 1135708 ms, exit code 0
 
35392026-08-11T22:36:11.715Zfound 1 output files
35402026-08-11T22:36:11.715Zuploading: /work/package.tar.gz (2750469754 bytes)
35412026-08-11T22:37:31.801Zuploaded: /work/package.tar.gz