01KZ81S4HCJPGTBA3B151KSZXT: 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: 01KZ81SVE89EDDHCXR3VNMF077

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T04:10:36.676Zjob assigned to worker 01KZ81T2ZF3M3Z5QMGZDY2BNRK [factory aws, i-01b9e5b9dddc32752] (queued for 52 s)
 
22026-08-05T04:10:43.926Zstarting task 0: "setup"
32026-08-05T04:10:43.930Z++ uname -s
42026-08-05T04:10:43.933Z+ kern=SunOS
52026-08-05T04:10:43.933Z+ build_user=build
62026-08-05T04:10:43.933Z+ build_uid=12345
72026-08-05T04:10:43.933Z+ work_dir=/work
82026-08-05T04:10:43.933Z+ input_dir=/input
92026-08-05T04:10:43.933Z+ [[ 0 == 12345 ]]
102026-08-05T04:10:43.933Z+ case "$kern" in
112026-08-05T04:10:43.933Z+ groupadd -g 12345 build
122026-08-05T04:10:43.937Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T04:10:45.941Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T04:10:46.047Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T04:10:46.051Z+ home_fs=zfs
162026-08-05T04:10:46.051Z+ [[ zfs == autofs ]]
172026-08-05T04:10:46.051Z+ mkdir -p /home/build
182026-08-05T04:10:46.051Z+ chown build:build /home/build /work
192026-08-05T04:10:47.052Z+ chmod 0700 /home/build /work
202026-08-05T04:10:47.056Zprocess exited: duration 3132 ms, exit code 0
 
212026-08-05T04:10:47.062Zstarting task 1: "rust-toolchain"
222026-08-05T04:10:47.067Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-05T04:10:47.068Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-05T04:10:47.071Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-05T04:10:47.071Z * rust toolchain channel = "1.97.1"
262026-08-05T04:10:47.071Z * rust toolchain profile = "default"
272026-08-05T04:10:47.071Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T04:10:47.071Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T04:10:47.071Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-05T04:10:47.173Zinfo: downloading installer
312026-08-05T04:10:48.629Zwarn: It looks like you have an existing rustup settings file at:
322026-08-05T04:10:48.629Zwarn: /home/build/.rustup/settings.toml
332026-08-05T04:10:48.629Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-05T04:10:48.629Zwarn: instead of the one inferred from the default host triple.
352026-08-05T04:10:48.644Zinfo: profile set to default
362026-08-05T04:10:48.644Zinfo: default host triple is x86_64-unknown-illumos
372026-08-05T04:10:48.648Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-05T04:10:48.774Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-05T04:10:48.777Zinfo: downloading 6 components
402026-08-05T04:11:04.144Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-05T04:11:04.144Z
422026-08-05T04:11:04.174Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-05T04:11:04.175Z
442026-08-05T04:11:04.175Z
452026-08-05T04:11:04.175ZRust is installed now. Great!
462026-08-05T04:11:04.175Z
472026-08-05T04:11:04.175ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-05T04:11:04.175Zenvironment variable. This has not been done automatically.
492026-08-05T04:11:04.175Z
502026-08-05T04:11:04.178ZTo configure your current shell, you need to source
512026-08-05T04:11:04.178Zthe corresponding env file under $HOME/.cargo.
522026-08-05T04:11:04.178Z
532026-08-05T04:11:04.178ZThis is usually done by running one of the following (note the leading DOT):
542026-08-05T04:11:04.182Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-05T04:11:04.183Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-05T04:11:04.183Zsource "~/.cargo/env.nu" # For nushell
572026-08-05T04:11:04.183Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-05T04:11:04.183Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-05T04:11:04.183Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-05T04:11:04.183Zwarn: no default linker (`cc`) was found in your PATH
612026-08-05T04:11:04.183Zwarn: many Rust crates require a system C toolchain to build
622026-08-05T04:11:04.285Z+ rustup --version
632026-08-05T04:11:04.290Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-05T04:11:04.294Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-05T04:11:04.310Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-05T04:11:04.317Z+ cargo --version
672026-08-05T04:11:04.325Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-05T04:11:04.325Z+ rustc --version
692026-08-05T04:11:04.344Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-05T04:11:05.609Zprocess exited: duration 17284 ms, exit code 0
 
712026-08-05T04:11:05.659Zstarting task 2: "authentication"
722026-08-05T04:11:05.685Zprocess exited: duration 30 ms, exit code 0
 
732026-08-05T04:11:05.697Zstarting task 3: "clone repository"
742026-08-05T04:11:05.706Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-05T04:11:05.712Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-05T04:11:05.736ZCloning into '/work/oxidecomputer/omicron'...
772026-08-05T04:11:16.883Z+ cd /work/oxidecomputer/omicron
782026-08-05T04:11:16.883Z+ git fetch origin 84945929ebebfae4eaf2b6984066d5d2cbf1fc48
792026-08-05T04:11:17.175ZFrom https://github.com/oxidecomputer/omicron
802026-08-05T04:11:17.175Z * branch 84945929ebebfae4eaf2b6984066d5d2cbf1fc48 -> FETCH_HEAD
812026-08-05T04:11:17.186Z+ [[ -n renovate/crucible-agent-client-digest ]]
822026-08-05T04:11:17.189Z++ git branch --show-current
832026-08-05T04:11:17.192Z+ current=main
842026-08-05T04:11:17.192Z+ [[ main != renovate/crucible-agent-client-digest ]]
852026-08-05T04:11:17.192Z+ git branch -f renovate/crucible-agent-client-digest 84945929ebebfae4eaf2b6984066d5d2cbf1fc48
862026-08-05T04:11:17.195Z+ git checkout -f renovate/crucible-agent-client-digest
872026-08-05T04:11:17.446ZSwitched to branch 'renovate/crucible-agent-client-digest'
882026-08-05T04:11:17.449Z+ git reset --hard 84945929ebebfae4eaf2b6984066d5d2cbf1fc48
892026-08-05T04:11:17.465ZHEAD is now at 84945929e Update crucible-agent-client digest to 6d037cb
902026-08-05T04:11:17.469Zprocess exited: duration 11771 ms, exit code 0
 
912026-08-05T04:11:17.476Zstarting task 4: "build"
922026-08-05T04:11:17.481Z+ source .github/buildomat/ci-env.sh
932026-08-05T04:11:17.482Z++ export CARGO_TERM_COLOR=always
942026-08-05T04:11:17.482Z++ CARGO_TERM_COLOR=always
952026-08-05T04:11:17.485Z+++ uname -s
962026-08-05T04:11:17.485Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-05T04:11:17.485Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-05T04:11:17.485Z+ cargo --version
992026-08-05T04:11:17.495Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-05T04:11:17.499Z+ rustc --version
1012026-08-05T04:11:17.518Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-05T04:11:17.520Z+ WORK=/work
1032026-08-05T04:11:17.521Z+ pfexec mkdir -p /work
1042026-08-05T04:11:17.524Z+ pfexec chown build /work
1052026-08-05T04:11:17.527Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-05T04:11:19.506Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-05T04:11:19.749Z Startup: Caching catalogs ... Done
1082026-08-05T04:11:21.081ZPlanning: Solver setup ... Done (1.249s)
1092026-08-05T04:11:21.125ZPlanning: Running solver ... Done (0.044s)
1102026-08-05T04:11:21.155ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-05T04:11:21.167ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-05T04:11:21.188ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-05T04:11:21.199ZPlanning: Package planning ... Done (0.015s)
1142026-08-05T04:11:21.206ZPlanning: Merging actions ... Done (0.001s)
1152026-08-05T04:11:21.360ZPlanning: Checking for conflicting actions ... Done (0.160s)
1162026-08-05T04:11:21.364ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-05T04:11:22.220ZPlanning: Evaluating mediators ... Done (0.851s)
1182026-08-05T04:11:22.224ZPlanning: Planning completed in 2.44 seconds
1192026-08-05T04:11:22.224Z Packages to install: 2
1202026-08-05T04:11:22.224Z Estimated space available: 156.02 GB
1212026-08-05T04:11:22.224ZEstimated space to be consumed: 56.46 MB
1222026-08-05T04:11:22.224Z Create boot environment: No
1232026-08-05T04:11:22.224ZCreate backup boot environment: No
1242026-08-05T04:11:22.224Z Rebuild boot archive: No
1252026-08-05T04:11:22.224Z
1262026-08-05T04:11:22.224ZChanged packages:
1272026-08-05T04:11:22.224Zhelios
1282026-08-05T04:11:22.224Z developer/build-essential
1292026-08-05T04:11:22.224Z None -> 11-3.0
1302026-08-05T04:11:22.224Z library/libxmlsec1
1312026-08-05T04:11:22.224Z None -> 1.2.35-3.0
1322026-08-05T04:11:22.248Z
1332026-08-05T04:11:22.249ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-05T04:11:22.319ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
1352026-08-05T04:11:22.417Z Actions: 1/268 actions (Installing new actions)
1362026-08-05T04:11:22.453Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-05T04:11:22.484ZFinalize: Updating package state database ... Done (0.025s)
1382026-08-05T04:11:22.484ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-05T04:11:22.547ZFinalize: Updating image state ... Done (0.059s)
1402026-08-05T04:11:25.210ZFinalize: Creating fast lookup database ... Done (2.633s)
1412026-08-05T04:11:25.279ZFinalize: Reading search index ... Done (0.012s)
1422026-08-05T04:11:25.282ZFinalize: Updating search index ... Done (0.000s)
1432026-08-05T04:11:25.378ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-05T04:11:25.723ZPlanning: Evaluating mediator changes ... Done
1452026-08-05T04:11:25.831ZPlanning: Checking for conflicting actions ... Done
1462026-08-05T04:11:25.835ZPlanning: Consolidating action changes ... Done
1472026-08-05T04:11:25.986ZPlanning: Evaluating mediators ... Done
1482026-08-05T04:11:25.989ZPlanning: Planning completed in 0.26 seconds
1492026-08-05T04:11:26.013Z Mediators to change: 2
1502026-08-05T04:11:26.013Z Create boot environment: No
1512026-08-05T04:11:26.013ZCreate backup boot environment: No
1522026-08-05T04:11:26.059ZFinalize: Updating package state database ... Done
1532026-08-05T04:11:26.059ZFinalize: Updating package cache ... Done
1542026-08-05T04:11:26.097ZFinalize: Updating image state ... Done
1552026-08-05T04:11:28.047ZFinalize: Creating fast lookup database ... Done
1562026-08-05T04:11:28.106ZFinalize: Reading search index ... Done
1572026-08-05T04:11:28.111ZFinalize: Updating search index ... Done
1582026-08-05T04:11:28.163ZFinalize: Updating package cache ... Done
1592026-08-05T04:11:28.445ZPlanning: Evaluating mediator changes ... Done
1602026-08-05T04:11:28.549ZPlanning: Checking for conflicting actions ... Done
1612026-08-05T04:11:28.552ZPlanning: Consolidating action changes ... Done
1622026-08-05T04:11:28.709ZPlanning: Evaluating mediators ... Done
1632026-08-05T04:11:28.716ZPlanning: Planning completed in 0.26 seconds
1642026-08-05T04:11:28.731Z Mediators to change: 1
1652026-08-05T04:11:28.731Z Create boot environment: No
1662026-08-05T04:11:28.731ZCreate backup boot environment: No
1672026-08-05T04:11:28.768ZFinalize: Updating package state database ... Done
1682026-08-05T04:11:28.768ZFinalize: Updating package cache ... Done
1692026-08-05T04:11:28.808ZFinalize: Updating image state ... Done
1702026-08-05T04:11:30.745ZFinalize: Creating fast lookup database ... Done
1712026-08-05T04:11:30.807ZFinalize: Reading search index ... Done
1722026-08-05T04:11:30.812ZFinalize: Updating search index ... Done
1732026-08-05T04:11:30.875ZFinalize: Updating package cache ... Done
1742026-08-05T04:11:31.183ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-05T04:11:31.183Zapache system 2.4 system
1762026-08-05T04:11:31.183Zclang system 15 system
1772026-08-05T04:11:31.184Zcsh system system illumos
1782026-08-05T04:11:31.184Zctags system system illumos
1792026-08-05T04:11:31.184Zfile vendor vendor darwinsys
1802026-08-05T04:11:31.184Zfile system system illumos
1812026-08-05T04:11:31.184Zgcc vendor 14 vendor
1822026-08-05T04:11:31.184Zgcc system 13 system
1832026-08-05T04:11:31.184Zgcc system 10 system
1842026-08-05T04:11:31.184Zgo system 1.25 system
1852026-08-05T04:11:31.184Zllvm system 15 system
1862026-08-05T04:11:31.184Zmariadb system 11.4 system
1872026-08-05T04:11:31.184Zmta vendor vendor dma
1882026-08-05T04:11:31.185Zopenjdk system 17 system
1892026-08-05T04:11:31.185Zopenjdk system 11 system
1902026-08-05T04:11:31.185Zopenssl vendor 3 vendor
1912026-08-05T04:11:31.185Zperl system 5.40 system
1922026-08-05T04:11:31.185Zpostgresql system 18 system
1932026-08-05T04:11:31.185Zpostgresql system 17 system
1942026-08-05T04:11:31.185Zpython vendor 3 vendor
1952026-08-05T04:11:31.185Zpython system 2 system
1962026-08-05T04:11:31.185Zpython3 vendor 3.13 vendor
1972026-08-05T04:11:31.185Zruby system 3.4 system
1982026-08-05T04:11:31.185Zruby system 3.0 system
1992026-08-05T04:11:31.185Zwords vendor vendor american-english
2002026-08-05T04:11:31.185Zwords system system australian-english
2012026-08-05T04:11:31.186Zwords system system british-english
2022026-08-05T04:11:31.186Zwords system system canadian-english
2032026-08-05T04:11:31.186Zwords system system french
2042026-08-05T04:11:31.186Zwords system system italian
2052026-08-05T04:11:31.186Zwords system system ngerman
2062026-08-05T04:11:31.186Zwords system system ogerman
2072026-08-05T04:11:31.186Zwords system system spanish
2082026-08-05T04:11:31.439ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-05T04:11:31.440Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-05T04:11:31.832ZFMRI IFO
2112026-08-05T04:11:31.832Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-05T04:11:31.832Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-05T04:11:31.832Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-05T04:11:31.832Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-05T04:11:31.832Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-05T04:11:31.832Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-05T04:11:31.832Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-05T04:11:31.832Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-05T04:11:31.832Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-05T04:11:32.136Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-05T04:11:32.478Z Updating crates.io index
2222026-08-05T04:11:32.487Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-05T04:11:32.714Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-05T04:11:33.080Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-05T04:11:34.379Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-05T04:11:34.981Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-05T04:11:36.894Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-05T04:11:38.057Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-05T04:11:38.309Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-05T04:11:38.670Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-05T04:11:39.965Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-05T04:11:40.226Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-05T04:11:40.550Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-08-05T04:11:40.815Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-05T04:11:41.392Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-08-05T04:11:41.889Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-08-05T04:11:42.172Z Updating git repository `https://github.com/oxidecomputer/crucible`
2382026-08-05T04:11:42.542Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-05T04:11:42.759Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-05T04:11:43.011Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2412026-08-05T04:11:43.294Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2422026-08-05T04:11:43.550Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2432026-08-05T04:11:43.774Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2442026-08-05T04:11:44.052Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2452026-08-05T04:11:44.401Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2462026-08-05T04:11:44.823Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-05T04:11:45.069Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-05T04:11:45.531Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-05T04:11:45.735Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-05T04:11:46.045Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-05T04:11:46.383Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-05T04:11:46.618Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-05T04:11:46.949Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-05T04:11:47.325Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-08-05T04:11:47.668Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-05T04:11:47.908Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-05T04:11:48.137Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-05T04:11:48.403Z Updating git repository `https://github.com/oxidecomputer/tough`
2592026-08-05T04:11:49.152Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2602026-08-05T04:11:49.625Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-08-05T04:11:49.847Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622026-08-05T04:11:50.082Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2632026-08-05T04:11:50.358Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2642026-08-05T04:11:50.592Z Updating git repository `https://github.com/illumos/smf-rs`
2652026-08-05T04:11:53.610Z Downloading crates ...
2662026-08-05T04:11:53.774Z Downloaded anstream v1.0.0
2672026-08-05T04:11:53.786Z Downloaded clap_lex v1.0.0
2682026-08-05T04:11:53.786Z Downloaded heck v0.4.1
2692026-08-05T04:11:53.786Z Downloaded cargo_toml v0.21.0
2702026-08-05T04:11:53.786Z Downloaded macaddr v1.0.1
2712026-08-05T04:11:53.800Z Downloaded block-buffer v0.10.4
2722026-08-05T04:11:53.800Z Downloaded clap v4.6.1
2732026-08-05T04:11:53.800Z Downloaded anstyle v1.0.14
2742026-08-05T04:11:53.800Z Downloaded serde_tokenstream v0.2.3
2752026-08-05T04:11:53.800Z Downloaded zmij v1.0.21
2762026-08-05T04:11:53.810Z Downloaded strsim v0.11.1
2772026-08-05T04:11:53.810Z Downloaded toml_datetime v0.6.11
2782026-08-05T04:11:53.810Z Downloaded scroll_derive v0.12.1
2792026-08-05T04:11:53.810Z Downloaded zerocopy v0.7.35
2802026-08-05T04:11:53.820Z Downloaded cfg-if v1.0.4
2812026-08-05T04:11:53.820Z Downloaded cargo_metadata v0.23.1
2822026-08-05T04:11:53.827Z Downloaded thiserror v2.0.18
2832026-08-05T04:11:53.828Z Downloaded anstyle-query v1.1.5
2842026-08-05T04:11:53.842Z Downloaded fastrand v2.3.0
2852026-08-05T04:11:53.842Z Downloaded autocfg v1.5.0
2862026-08-05T04:11:53.842Z Downloaded thiserror-impl v2.0.18
2872026-08-05T04:11:53.842Z Downloaded pest_generator v2.8.6
2882026-08-05T04:11:53.854Z Downloaded equivalent v1.0.2
2892026-08-05T04:11:53.854Z Downloaded generic-array v0.14.7
2902026-08-05T04:11:53.867Z Downloaded once_cell v1.21.3
2912026-08-05T04:11:53.867Z Downloaded is_terminal_polyfill v1.70.2
2922026-08-05T04:11:53.867Z Downloaded memmap v0.7.0
2932026-08-05T04:11:53.867Z Downloaded crypto-common v0.1.7
2942026-08-05T04:11:53.867Z Downloaded fnv v1.0.7
2952026-08-05T04:11:53.867Z Downloaded errno v0.3.14
2962026-08-05T04:11:53.873Z Downloaded colorchoice v1.0.4
2972026-08-05T04:11:53.874Z Downloaded dof v0.3.0
2982026-08-05T04:11:53.874Z Downloaded cargo-platform v0.3.2
2992026-08-05T04:11:53.874Z Downloaded thread-id v4.2.2
3002026-08-05T04:11:53.874Z Downloaded heck v0.5.0
3012026-08-05T04:11:53.883Z Downloaded cpufeatures v0.2.17
3022026-08-05T04:11:53.883Z Downloaded terminal_size v0.4.3
3032026-08-05T04:11:53.883Z Downloaded toml_write v0.1.2
3042026-08-05T04:11:53.890Z Downloaded plain v0.2.3
3052026-08-05T04:11:53.890Z Downloaded itoa v1.0.17
3062026-08-05T04:11:53.901Z Downloaded usdt v0.5.0
3072026-08-05T04:11:53.901Z Downloaded serde_derive v1.0.228
3082026-08-05T04:11:53.901Z Downloaded pest_derive v2.8.6
3092026-08-05T04:11:53.912Z Downloaded anstyle-parse v1.0.0
3102026-08-05T04:11:53.912Z Downloaded fs-err v3.3.0
3112026-08-05T04:11:53.926Z Downloaded proc-macro-error-attr v1.0.4
3122026-08-05T04:11:53.926Z Downloaded swrite v0.1.0
3132026-08-05T04:11:53.926Z Downloaded tabled_derive v0.7.0
3142026-08-05T04:11:53.955Z Downloaded serde_spanned v0.6.9
3152026-08-05T04:11:53.955Z Downloaded usdt-macro v0.5.0
3162026-08-05T04:11:53.955Z Downloaded pretty-hex v0.4.1
3172026-08-05T04:11:53.965Z Downloaded version_check v0.9.5
3182026-08-05T04:11:53.965Z Downloaded unicode-linebreak v0.1.5
3192026-08-05T04:11:53.965Z Downloaded dtrace-parser v0.2.0
3202026-08-05T04:11:53.965Z Downloaded smawk v0.3.2
3212026-08-05T04:11:53.965Z Downloaded bytecount v0.6.9
3222026-08-05T04:11:53.965Z Downloaded sha2 v0.10.9
3232026-08-05T04:11:53.965Z Downloaded usdt-impl v0.5.0
3242026-08-05T04:11:53.965Z Downloaded utf8parse v0.2.2
3252026-08-05T04:11:53.965Z Downloaded digest v0.10.7
3262026-08-05T04:11:53.966Z Downloaded quote v1.0.45
3272026-08-05T04:11:53.966Z Downloaded pest_meta v2.8.6
3282026-08-05T04:11:53.966Z Downloaded scroll v0.12.0
3292026-08-05T04:11:53.978Z Downloaded anyhow v1.0.102
3302026-08-05T04:11:53.978Z Downloaded bitflags v2.11.0
3312026-08-05T04:11:53.978Z Downloaded byteorder v1.5.0
3322026-08-05T04:11:54.009Z Downloaded thiserror-impl v1.0.69
3332026-08-05T04:11:54.009Z Downloaded usdt-attr-macro v0.5.0
3342026-08-05T04:11:54.009Z Downloaded proc-macro-error v1.0.4
3352026-08-05T04:11:54.009Z Downloaded thiserror v1.0.69
3362026-08-05T04:11:54.033Z Downloaded clap_derive v4.6.1
3372026-08-05T04:11:54.033Z Downloaded camino-tempfile v1.4.1
3382026-08-05T04:11:54.033Z Downloaded tempfile v3.25.0
3392026-08-05T04:11:54.033Z Downloaded toml v0.8.23
3402026-08-05T04:11:54.033Z Downloaded log v0.4.29
3412026-08-05T04:11:54.033Z Downloaded camino v1.2.2
3422026-08-05T04:11:54.033Z Downloaded semver v1.0.28
3432026-08-05T04:11:54.045Z Downloaded ucd-trie v0.1.7
3442026-08-05T04:11:54.045Z Downloaded getrandom v0.4.1
3452026-08-05T04:11:54.045Z Downloaded zerocopy-derive v0.7.35
3462026-08-05T04:11:54.045Z Downloaded proc-macro2 v1.0.106
3472026-08-05T04:11:54.045Z Downloaded papergrid v0.11.0
3482026-08-05T04:11:54.058Z Downloaded textwrap v0.16.2
3492026-08-05T04:11:54.066Z Downloaded toml_edit v0.22.27
3502026-08-05T04:11:54.066Z Downloaded serde_core v1.0.228
3512026-08-05T04:11:54.066Z Downloaded unicode-ident v1.0.24
3522026-08-05T04:11:54.077Z Downloaded indexmap v2.14.0
3532026-08-05T04:11:54.092Z Downloaded memchr v2.8.0
3542026-08-05T04:11:54.093Z Downloaded serde v1.0.228
3552026-08-05T04:11:54.108Z Downloaded pest v2.8.6
3562026-08-05T04:11:54.122Z Downloaded typenum v1.20.1
3572026-08-05T04:11:54.132Z Downloaded syn v1.0.109
3582026-08-05T04:11:54.165Z Downloaded goblin v0.8.2
3592026-08-05T04:11:54.174Z Downloaded hashbrown v0.17.0
3602026-08-05T04:11:54.174Z Downloaded serde_json v1.0.151
3612026-08-05T04:11:54.199Z Downloaded clap_builder v4.6.0
3622026-08-05T04:11:54.199Z Downloaded tabled v0.15.0
3632026-08-05T04:11:54.212Z Downloaded winnow v0.7.14
3642026-08-05T04:11:54.228Z Downloaded unicode-width v0.1.14
3652026-08-05T04:11:54.246Z Downloaded unicode-width v0.2.0
3662026-08-05T04:11:54.247Z Downloaded syn v2.0.117
3672026-08-05T04:11:54.265Z Downloaded rustix v1.1.3
3682026-08-05T04:11:54.285Z Downloaded libc v0.2.185
3692026-08-05T04:11:54.347Z Compiling proc-macro2 v1.0.106
3702026-08-05T04:11:54.348Z Compiling quote v1.0.45
3712026-08-05T04:11:54.348Z Compiling unicode-ident v1.0.24
3722026-08-05T04:11:54.348Z Compiling serde_core v1.0.228
3732026-08-05T04:11:54.354Z Compiling libc v0.2.185
3742026-08-05T04:11:54.355Z Compiling version_check v0.9.5
3752026-08-05T04:11:54.355Z Compiling memchr v2.8.0
3762026-08-05T04:11:54.528Z Compiling serde v1.0.228
3772026-08-05T04:11:54.541Z Compiling zmij v1.0.21
3782026-08-05T04:11:54.541Z Compiling ucd-trie v0.1.7
3792026-08-05T04:11:54.553Z Compiling itoa v1.0.17
3802026-08-05T04:11:54.553Z Compiling thiserror v1.0.69
3812026-08-05T04:11:54.568Z Compiling rustix v1.1.3
3822026-08-05T04:11:54.568Z Compiling byteorder v1.5.0
3832026-08-05T04:11:54.859Z Compiling serde_json v1.0.151
3842026-08-05T04:11:54.945Z Compiling bitflags v2.11.0
3852026-08-05T04:11:55.044Z Compiling usdt-impl v0.5.0
3862026-08-05T04:11:55.044Z Compiling proc-macro-error-attr v1.0.4
3872026-08-05T04:11:55.152Z Compiling syn v1.0.109
3882026-08-05T04:11:55.152Z Compiling camino v1.2.2
3892026-08-05T04:11:55.179Z Compiling proc-macro-error v1.0.4
3902026-08-05T04:11:55.180Z Compiling pest v2.8.6
3912026-08-05T04:11:55.335Z Compiling getrandom v0.4.1
3922026-08-05T04:11:55.359Z Compiling plain v0.2.3
3932026-08-05T04:11:55.404Z Compiling equivalent v1.0.2
3942026-08-05T04:11:55.404Z Compiling utf8parse v0.2.2
3952026-08-05T04:11:55.427Z Compiling log v0.4.29
3962026-08-05T04:11:55.455Z Compiling hashbrown v0.17.0
3972026-08-05T04:11:55.603Z Compiling colorchoice v1.0.4
3982026-08-05T04:11:55.623Z Compiling anstyle-parse v1.0.0
3992026-08-05T04:11:55.623Z Compiling toml_write v0.1.2
4002026-08-05T04:11:55.623Z Compiling anstyle-query v1.1.5
4012026-08-05T04:11:55.664Z Compiling winnow v0.7.14
4022026-08-05T04:11:55.679Z Compiling is_terminal_polyfill v1.70.2
4032026-08-05T04:11:55.679Z Compiling pretty-hex v0.4.1
4042026-08-05T04:11:55.713Z Compiling errno v0.3.14
4052026-08-05T04:11:55.794Z Compiling thread-id v4.2.2
4062026-08-05T04:11:55.819Z Compiling thiserror v2.0.18
4072026-08-05T04:11:55.842Z Compiling anstyle v1.0.14
4082026-08-05T04:11:55.893Z Compiling cfg-if v1.0.4
4092026-08-05T04:11:55.913Z Compiling autocfg v1.5.0
4102026-08-05T04:11:55.968Z Compiling strsim v0.11.1
4112026-08-05T04:11:56.002Z Compiling once_cell v1.21.3
4122026-08-05T04:11:56.003Z Compiling heck v0.4.1
4132026-08-05T04:11:56.068Z Compiling anstream v1.0.0
4142026-08-05T04:11:56.104Z Compiling indexmap v2.14.0
4152026-08-05T04:11:56.173Z Compiling syn v2.0.117
4162026-08-05T04:11:56.210Z Compiling fastrand v2.3.0
4172026-08-05T04:11:56.257Z Compiling fnv v1.0.7
4182026-08-05T04:11:56.295Z Compiling unicode-width v0.1.14
4192026-08-05T04:11:56.358Z Compiling fs-err v3.3.0
4202026-08-05T04:11:56.376Z Compiling pest_meta v2.8.6
4212026-08-05T04:11:56.389Z Compiling bytecount v0.6.9
4222026-08-05T04:11:56.412Z Compiling clap_lex v1.0.0
4232026-08-05T04:11:56.438Z Compiling heck v0.5.0
4242026-08-05T04:11:56.517Z Compiling anyhow v1.0.102
4252026-08-05T04:11:56.548Z Compiling papergrid v0.11.0
4262026-08-05T04:11:56.590Z Compiling memmap v0.7.0
4272026-08-05T04:11:56.617Z Compiling smawk v0.3.2
4282026-08-05T04:11:56.660Z Compiling unicode-width v0.2.0
4292026-08-05T04:11:56.686Z Compiling unicode-linebreak v0.1.5
4302026-08-05T04:11:56.701Z Compiling swrite v0.1.0
4312026-08-05T04:11:56.828Z Compiling terminal_size v0.4.3
4322026-08-05T04:11:56.828Z Compiling tempfile v3.25.0
4332026-08-05T04:11:56.941Z Compiling clap_builder v4.6.0
4342026-08-05T04:11:56.941Z Compiling textwrap v0.16.2
4352026-08-05T04:11:57.215Z Compiling semver v1.0.28
4362026-08-05T04:11:57.221Z Compiling cargo-platform v0.3.2
4372026-08-05T04:11:57.480Z Compiling camino-tempfile v1.4.1
4382026-08-05T04:11:57.742Z Compiling tabled_derive v0.7.0
4392026-08-05T04:11:58.345Z Compiling pest_generator v2.8.6
4402026-08-05T04:11:58.425Z Compiling tabled v0.15.0
4412026-08-05T04:11:58.852Z Compiling serde_derive v1.0.228
4422026-08-05T04:11:58.852Z Compiling thiserror-impl v1.0.69
4432026-08-05T04:11:58.862Z Compiling zerocopy-derive v0.7.35
4442026-08-05T04:11:58.862Z Compiling scroll_derive v0.12.1
4452026-08-05T04:11:58.862Z Compiling thiserror-impl v2.0.18
4462026-08-05T04:11:58.862Z Compiling clap_derive v4.6.1
4472026-08-05T04:11:58.959Z Compiling pest_derive v2.8.6
4482026-08-05T04:11:59.510Z Compiling scroll v0.12.0
4492026-08-05T04:11:59.598Z Compiling zerocopy v0.7.35
4502026-08-05T04:11:59.751Z Compiling goblin v0.8.2
4512026-08-05T04:11:59.865Z Compiling dtrace-parser v0.2.0
4522026-08-05T04:12:00.172Z Compiling clap v4.6.1
4532026-08-05T04:12:01.277Z Compiling dof v0.3.0
4542026-08-05T04:12:01.277Z Compiling serde_tokenstream v0.2.3
4552026-08-05T04:12:01.310Z Compiling serde_spanned v0.6.9
4562026-08-05T04:12:01.315Z Compiling toml_datetime v0.6.11
4572026-08-05T04:12:01.315Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-08-05T04:12:01.315Z Compiling macaddr v1.0.1
4592026-08-05T04:12:01.315Z Compiling cargo_metadata v0.23.1
4602026-08-05T04:12:01.542Z Compiling toml_edit v0.22.27
4612026-08-05T04:12:01.993Z Compiling usdt-macro v0.5.0
4622026-08-05T04:12:01.993Z Compiling usdt-attr-macro v0.5.0
4632026-08-05T04:12:02.600Z Compiling usdt v0.5.0
4642026-08-05T04:12:02.846Z Compiling toml v0.8.23
4652026-08-05T04:12:03.165Z Compiling cargo_toml v0.21.0
4662026-08-05T04:12:04.442Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-05T04:12:06.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.56s
4682026-08-05T04:12:06.742Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-05T04:12:07.259Z Downloading crates ...
4702026-08-05T04:12:07.306Z Downloaded async-stream-impl v0.3.6
4712026-08-05T04:12:07.309Z Downloaded atty v0.2.14
4722026-08-05T04:12:07.316Z Downloaded bit-set v0.8.0
4732026-08-05T04:12:07.320Z Downloaded arc-swap v1.8.2
4742026-08-05T04:12:07.323Z Downloaded ascii-canvas v3.0.0
4752026-08-05T04:12:07.330Z Downloaded bitfield-struct v0.6.2
4762026-08-05T04:12:07.335Z Downloaded castaway v0.2.4
4772026-08-05T04:12:07.340Z Downloaded compression-core v0.4.31
4782026-08-05T04:12:07.340Z Downloaded blowfish v0.10.0
4792026-08-05T04:12:07.343Z Downloaded buf-list v1.1.2
4802026-08-05T04:12:07.343Z Downloaded byte-wrapper v0.1.0
4812026-08-05T04:12:07.348Z Downloaded colored v3.1.1
4822026-08-05T04:12:07.351Z Downloaded env_filter v1.0.0
4832026-08-05T04:12:07.356Z Downloaded chacha20poly1305 v0.10.1
4842026-08-05T04:12:07.359Z Downloaded cc v1.2.56
4852026-08-05T04:12:07.360Z Downloaded adler2 v2.0.1
4862026-08-05T04:12:07.360Z Downloaded aead v0.6.1
4872026-08-05T04:12:07.363Z Downloaded futures-io v0.3.32
4882026-08-05T04:12:07.364Z Downloaded bindgen v0.71.1
4892026-08-05T04:12:07.369Z Downloaded bb8 v0.8.6
4902026-08-05T04:12:07.383Z Downloaded foreign-types v0.3.2
4912026-08-05T04:12:07.383Z Downloaded foreign-types-shared v0.1.1
4922026-08-05T04:12:07.383Z Downloaded futures-core v0.3.32
4932026-08-05T04:12:07.383Z Downloaded array-init v0.0.4
4942026-08-05T04:12:07.393Z Downloaded convert_case v0.4.0
4952026-08-05T04:12:07.393Z Downloaded fd-lock v4.0.4
4962026-08-05T04:12:07.393Z Downloaded fixedbitset v0.4.2
4972026-08-05T04:12:07.393Z Downloaded futures-task v0.3.32
4982026-08-05T04:12:07.393Z Downloaded fxhash v0.2.1
4992026-08-05T04:12:07.393Z Downloaded git-stub v1.0.0
5002026-08-05T04:12:07.394Z Downloaded globwalk v0.9.1
5012026-08-05T04:12:07.394Z Downloaded aead v0.5.2
5022026-08-05T04:12:07.394Z Downloaded bcrypt-pbkdf v0.11.0
5032026-08-05T04:12:07.401Z Downloaded async-stream v0.3.6
5042026-08-05T04:12:07.401Z Downloaded flagset v0.4.7
5052026-08-05T04:12:07.401Z Downloaded float-cmp v0.10.0
5062026-08-05T04:12:07.401Z Downloaded float-ord v0.3.2
5072026-08-05T04:12:07.401Z Downloaded foreign-types v0.5.0
5082026-08-05T04:12:07.401Z Downloaded arrayvec v0.7.6
5092026-08-05T04:12:07.401Z Downloaded bcs v0.1.6
5102026-08-05T04:12:07.401Z Downloaded bit-vec v0.8.0
5112026-08-05T04:12:07.406Z Downloaded arrayref v0.3.9
5122026-08-05T04:12:07.407Z Downloaded base16ct v0.2.0
5132026-08-05T04:12:07.407Z Downloaded base16ct v1.0.0
5142026-08-05T04:12:07.411Z Downloaded cfg_aliases v0.2.1
5152026-08-05T04:12:07.411Z Downloaded argon2 v0.5.3
5162026-08-05T04:12:07.411Z Downloaded bitflags v1.3.2
5172026-08-05T04:12:07.414Z Downloaded foreign-types-macros v0.2.3
5182026-08-05T04:12:07.414Z Downloaded form_urlencoded v1.2.2
5192026-08-05T04:12:07.414Z Downloaded funty v2.0.0
5202026-08-05T04:12:07.419Z Downloaded futures-sink v0.3.32
5212026-08-05T04:12:07.419Z Downloaded gethostname v0.5.0
5222026-08-05T04:12:07.420Z Downloaded bit-set v0.5.3
5232026-08-05T04:12:07.420Z Downloaded block-buffer v0.12.1
5242026-08-05T04:12:07.425Z Downloaded foreign-types-shared v0.3.1
5252026-08-05T04:12:07.425Z Downloaded ghash v0.6.0
5262026-08-05T04:12:07.425Z Downloaded futures-macro v0.3.32
5272026-08-05T04:12:07.425Z Downloaded cfg_aliases v0.1.1
5282026-08-05T04:12:07.425Z Downloaded atomic-waker v1.1.2
5292026-08-05T04:12:07.429Z Downloaded atomicwrites v0.4.4
5302026-08-05T04:12:07.429Z Downloaded openssl-probe v0.2.1
5312026-08-05T04:12:07.429Z Downloaded globset v0.4.18
5322026-08-05T04:12:07.429Z Downloaded foldhash v0.2.0
5332026-08-05T04:12:07.433Z Downloaded fs-err v2.11.0
5342026-08-05T04:12:07.433Z Downloaded async-recursion v1.1.1
5352026-08-05T04:12:07.433Z Downloaded ciborium-io v0.2.2
5362026-08-05T04:12:07.438Z Downloaded ff v0.13.1
5372026-08-05T04:12:07.438Z Downloaded filetime v0.2.27
5382026-08-05T04:12:07.441Z Downloaded find-msvc-tools v0.1.9
5392026-08-05T04:12:07.441Z Downloaded fixedbitset v0.5.7
5402026-08-05T04:12:07.442Z Downloaded group v0.14.0
5412026-08-05T04:12:07.442Z Downloaded hex-literal v1.1.0
5422026-08-05T04:12:07.442Z Downloaded hostname v0.4.2
5432026-08-05T04:12:07.442Z Downloaded assert_matches v1.5.0
5442026-08-05T04:12:07.442Z Downloaded bitfield-macros v0.19.4
5452026-08-05T04:12:07.445Z Downloaded headers-core v0.3.0
5462026-08-05T04:12:07.445Z Downloaded block-padding v0.4.2
5472026-08-05T04:12:07.449Z Downloaded ciborium-ll v0.2.2
5482026-08-05T04:12:07.449Z Downloaded cobs v0.3.0
5492026-08-05T04:12:07.452Z Downloaded http-body v1.0.1
5502026-08-05T04:12:07.452Z Downloaded home v0.5.12
5512026-08-05T04:12:07.452Z Downloaded hash32 v0.2.1
5522026-08-05T04:12:07.457Z Downloaded hubpack v0.1.2
5532026-08-05T04:12:07.457Z Downloaded httpdate v1.0.3
5542026-08-05T04:12:07.463Z Downloaded hyper-tls v0.6.0
5552026-08-05T04:12:07.463Z Downloaded hostname v0.3.1
5562026-08-05T04:12:07.467Z Downloaded hex v0.4.3
5572026-08-05T04:12:07.473Z Downloaded anstyle-parse v0.2.7
5582026-08-05T04:12:07.473Z Downloaded async-trait v0.1.89
5592026-08-05T04:12:07.473Z Downloaded hubpack_derive v0.1.1
5602026-08-05T04:12:07.480Z Downloaded num-conv v0.2.0
5612026-08-05T04:12:07.480Z Downloaded oso-derive v0.27.3
5622026-08-05T04:12:07.480Z Downloaded hash32 v0.3.1
5632026-08-05T04:12:07.480Z Downloaded num_enum_derive v0.5.11
5642026-08-05T04:12:07.480Z Downloaded futures-executor v0.3.32
5652026-08-05T04:12:07.480Z Downloaded group v0.13.0
5662026-08-05T04:12:07.487Z Downloaded foldhash v0.1.5
5672026-08-05T04:12:07.488Z Downloaded fs_extra v1.3.0
5682026-08-05T04:12:07.488Z Downloaded git-stub-vcs v0.1.0
5692026-08-05T04:12:07.493Z Downloaded path-slash v0.1.5
5702026-08-05T04:12:07.493Z Downloaded phf_shared v0.13.1
5712026-08-05T04:12:07.493Z Downloaded hyper-staticfile v0.10.1
5722026-08-05T04:12:07.493Z Downloaded backon v1.6.0
5732026-08-05T04:12:07.493Z Downloaded futures-channel v0.3.32
5742026-08-05T04:12:07.498Z Downloaded base64ct v1.8.3
5752026-08-05T04:12:07.498Z Downloaded cexpr v0.6.0
5762026-08-05T04:12:07.498Z Downloaded cmov v0.5.4
5772026-08-05T04:12:07.504Z Downloaded constant_time_eq v0.4.2
5782026-08-05T04:12:07.504Z Downloaded fallible-iterator v0.2.0
5792026-08-05T04:12:07.505Z Downloaded glob v0.3.3
5802026-08-05T04:12:07.505Z Downloaded cmake v0.1.57
5812026-08-05T04:12:07.505Z Downloaded cbc v0.2.1
5822026-08-05T04:12:07.522Z Downloaded powerfmt v0.2.0
5832026-08-05T04:12:07.522Z Downloaded progenitor-macro v0.14.0
5842026-08-05T04:12:07.522Z Downloaded rand_pcg v0.10.2
5852026-08-05T04:12:07.522Z Downloaded ahash v0.8.12
5862026-08-05T04:12:07.529Z Downloaded anstream v0.6.21
5872026-08-05T04:12:07.529Z Downloaded chacha20 v0.9.1
5882026-08-05T04:12:07.529Z Downloaded quick-error v1.2.3
5892026-08-05T04:12:07.529Z Downloaded slog-bunyan v2.5.0
5902026-08-05T04:12:07.529Z Downloaded blake2 v0.10.6
5912026-08-05T04:12:07.529Z Downloaded polyval v0.7.1
5922026-08-05T04:12:07.529Z Downloaded humantime v2.3.0
5932026-08-05T04:12:07.529Z Downloaded phf v0.12.1
5942026-08-05T04:12:07.529Z Downloaded bitfield v0.19.4
5952026-08-05T04:12:07.529Z Downloaded bs58 v0.5.1
5962026-08-05T04:12:07.529Z Downloaded cassowary v0.3.0
5972026-08-05T04:12:07.529Z Downloaded num-rational v0.4.2
5982026-08-05T04:12:07.529Z Downloaded http-body-util v0.1.3
5992026-08-05T04:12:07.529Z Downloaded camino-tempfile-ext v0.3.3
6002026-08-05T04:12:07.536Z Downloaded compression-codecs v0.4.37
6012026-08-05T04:12:07.536Z Downloaded http-range v0.1.5
6022026-08-05T04:12:07.540Z Downloaded async-bb8-diesel v0.2.1
6032026-08-05T04:12:07.540Z Downloaded scheduled-thread-pool v0.2.7
6042026-08-05T04:12:07.544Z Downloaded cipher v0.5.2
6052026-08-05T04:12:07.544Z Downloaded sapling-renderdag v0.1.0
6062026-08-05T04:12:07.548Z Downloaded same-file v1.0.6
6072026-08-05T04:12:07.548Z Downloaded oxnet v0.1.6
6082026-08-05T04:12:07.548Z Downloaded pem v3.0.6
6092026-08-05T04:12:07.553Z Downloaded ff v0.14.0
6102026-08-05T04:12:07.556Z Downloaded getrandom v0.2.17
6112026-08-05T04:12:07.556Z Downloaded sigpipe v0.1.3
6122026-08-05T04:12:07.556Z Downloaded serde_bytes v0.11.19
6132026-08-05T04:12:07.556Z Downloaded allocator-api2 v0.2.21
6142026-08-05T04:12:07.556Z Downloaded backoff v0.4.0
6152026-08-05T04:12:07.560Z Downloaded const-oid v0.9.6
6162026-08-05T04:12:07.560Z Downloaded password-hash v0.5.0
6172026-08-05T04:12:07.560Z Downloaded pem-rfc7468 v0.7.0
6182026-08-05T04:12:07.560Z Downloaded futures v0.3.32
6192026-08-05T04:12:07.563Z Downloaded generic-array v1.4.3
6202026-08-05T04:12:07.567Z Downloaded getrandom v0.3.4
6212026-08-05T04:12:07.567Z Downloaded argon2 v0.6.0-rc.8
6222026-08-05T04:12:07.567Z Downloaded colored v2.2.0
6232026-08-05T04:12:07.572Z Downloaded bit-vec v0.6.3
6242026-08-05T04:12:07.572Z Downloaded shell-words v1.1.1
6252026-08-05T04:12:07.572Z Downloaded predicates-core v1.0.10
6262026-08-05T04:12:07.572Z Downloaded progenitor-extras v0.2.0
6272026-08-05T04:12:07.572Z Downloaded rand_core v0.9.5
6282026-08-05T04:12:07.578Z Downloaded tabled_derive v0.11.0
6292026-08-05T04:12:07.578Z Downloaded serde_plain v1.0.2
6302026-08-05T04:12:07.578Z Downloaded testing_table v0.3.0
6312026-08-05T04:12:07.578Z Downloaded thread-id v5.1.0
6322026-08-05T04:12:07.579Z Downloaded primefield v0.14.0
6332026-08-05T04:12:07.579Z Downloaded bzip2 v0.6.1
6342026-08-05T04:12:07.579Z Downloaded cipher v0.4.4
6352026-08-05T04:12:07.584Z Downloaded try-lock v0.2.5
6362026-08-05T04:12:07.584Z Downloaded usdt v0.6.0
6372026-08-05T04:12:07.585Z Downloaded sqlparser_derive v0.5.0
6382026-08-05T04:12:07.585Z Downloaded supports-color v3.0.2
6392026-08-05T04:12:07.589Z Downloaded tokio-macros v2.7.0
6402026-08-05T04:12:07.589Z Downloaded ciborium v0.2.2
6412026-08-05T04:12:07.589Z Downloaded universal-hash v0.5.1
6422026-08-05T04:12:07.592Z Downloaded unarray v0.1.4
6432026-08-05T04:12:07.593Z Downloaded utf-8 v0.7.6
6442026-08-05T04:12:07.593Z Downloaded blake2 v0.11.0-rc.6
6452026-08-05T04:12:07.593Z Downloaded console v0.15.11
6462026-08-05T04:12:07.593Z Downloaded rpassword v7.5.4
6472026-08-05T04:12:07.598Z Downloaded cancel-safe-futures v0.1.5
6482026-08-05T04:12:07.598Z Downloaded console v0.16.2
6492026-08-05T04:12:07.598Z Downloaded const_format_proc_macros v0.2.34
6502026-08-05T04:12:07.601Z Downloaded utf8_iter v1.0.4
6512026-08-05T04:12:07.601Z Downloaded want v0.3.1
6522026-08-05T04:12:07.601Z Downloaded primeorder v0.13.6
6532026-08-05T04:12:07.601Z Downloaded rand_core v0.10.0
6542026-08-05T04:12:07.601Z Downloaded yoke-derive v0.8.1
6552026-08-05T04:12:07.601Z Downloaded hmac v0.13.0
6562026-08-05T04:12:07.601Z Downloaded pkcs8 v0.11.0
6572026-08-05T04:12:07.605Z Downloaded poly1305 v0.9.0
6582026-08-05T04:12:07.605Z Downloaded zeroize_derive v1.5.0
6592026-08-05T04:12:07.605Z Downloaded half v1.8.3
6602026-08-05T04:12:07.609Z Downloaded hmac v0.12.1
6612026-08-05T04:12:07.614Z Downloaded highway v1.3.0
6622026-08-05T04:12:07.615Z Downloaded simd-adler32 v0.3.8
6632026-08-05T04:12:07.615Z Downloaded hybrid-array v0.4.13
6642026-08-05T04:12:07.618Z Downloaded hyper-rustls v0.27.7
6652026-08-05T04:12:07.618Z Downloaded pkcs1 v0.7.5
6662026-08-05T04:12:07.618Z Downloaded iana-time-zone v0.1.65
6672026-08-05T04:12:07.618Z Downloaded crucible-workspace-hack v0.1.0
6682026-08-05T04:12:07.622Z Downloaded curve25519-dalek-derive v0.1.1
6692026-08-05T04:12:07.622Z Downloaded xshell-macros v0.2.7
6702026-08-05T04:12:07.622Z Downloaded chacha20 v0.10.0
6712026-08-05T04:12:07.626Z Downloaded rustls-native-certs v0.8.3
6722026-08-05T04:12:07.626Z Downloaded signal-hook-registry v1.4.8
6732026-08-05T04:12:07.630Z Downloaded clang-sys v1.8.1
6742026-08-05T04:12:07.630Z Downloaded httparse v1.10.1
6752026-08-05T04:12:07.633Z Downloaded icu_properties v2.1.2
6762026-08-05T04:12:07.637Z Downloaded fatfs v0.3.6
6772026-08-05T04:12:07.637Z Downloaded base64 v0.21.7
6782026-08-05T04:12:07.641Z Downloaded difflib v0.4.0
6792026-08-05T04:12:07.641Z Downloaded dirs-sys-next v0.1.2
6802026-08-05T04:12:07.641Z Downloaded document-features v0.2.12
6812026-08-05T04:12:07.641Z Downloaded tiny-keccak v2.0.2
6822026-08-05T04:12:07.647Z Downloaded darling_macro v0.13.4
6832026-08-05T04:12:07.647Z Downloaded dtrace-parser v0.3.0
6842026-08-05T04:12:07.647Z Downloaded embedded-io v0.4.0
6852026-08-05T04:12:07.647Z Downloaded indoc v1.0.9
6862026-08-05T04:12:07.651Z Downloaded slog-scope v4.4.1
6872026-08-05T04:12:07.651Z Downloaded ssh-cipher v0.3.0
6882026-08-05T04:12:07.658Z Downloaded sqlformat v0.3.5
6892026-08-05T04:12:07.658Z Downloaded ssh-encoding v0.3.0
6902026-08-05T04:12:07.658Z Downloaded strum_macros v0.27.2
6912026-08-05T04:12:07.662Z Downloaded tls_codec v0.4.2
6922026-08-05T04:12:07.662Z Downloaded bzip2 v0.4.4
6932026-08-05T04:12:07.662Z Downloaded vergen-lib v0.1.6
6942026-08-05T04:12:07.662Z Downloaded enum-as-inner v0.6.1
6952026-08-05T04:12:07.665Z Downloaded zerovec-derive v0.11.2
6962026-08-05T04:12:07.665Z Downloaded illumos-nvpair-sys v0.2.0
6972026-08-05T04:12:07.665Z Downloaded is_ci v1.2.0
6982026-08-05T04:12:07.670Z Downloaded instability v0.3.11
6992026-08-05T04:12:07.670Z Downloaded linked-hash-map v0.5.6
7002026-08-05T04:12:07.676Z Downloaded vergen-lib v9.1.0
7012026-08-05T04:12:07.676Z Downloaded md5 v0.8.0
7022026-08-05T04:12:07.679Z Downloaded new_debug_unreachable v1.0.6
7032026-08-05T04:12:07.686Z Downloaded base64 v0.22.1
7042026-08-05T04:12:07.691Z Downloaded critical-section v1.2.0
7052026-08-05T04:12:07.695Z Downloaded half v2.7.1
7062026-08-05T04:12:07.695Z Downloaded papergrid v0.17.0
7072026-08-05T04:12:07.700Z Downloaded parking_lot_core v0.9.12
7082026-08-05T04:12:07.700Z Downloaded instant v0.1.13
7092026-08-05T04:12:07.700Z Downloaded openssl-macros v0.1.1
7102026-08-05T04:12:07.700Z Downloaded openssl-probe v0.1.6
7112026-08-05T04:12:07.700Z Downloaded flume v0.11.1
7122026-08-05T04:12:07.705Z Downloaded daft v0.1.7
7132026-08-05T04:12:07.705Z Downloaded diesel-dtrace v0.5.0
7142026-08-05T04:12:07.705Z Downloaded oxide-update-engine-types v0.1.2
7152026-08-05T04:12:07.705Z Downloaded daft-derive v0.1.7
7162026-08-05T04:12:07.709Z Downloaded snafu-derive v0.8.9
7172026-08-05T04:12:07.709Z Downloaded newline-converter v0.3.0
7182026-08-05T04:12:07.709Z Downloaded newtype-uuid-macros v0.1.0
7192026-08-05T04:12:07.709Z Downloaded olpc-cjson v0.1.4
7202026-08-05T04:12:07.715Z Downloaded slog-stdlog v4.1.1
7212026-08-05T04:12:07.722Z Downloaded rfc6979 v0.4.0
7222026-08-05T04:12:07.722Z Downloaded ctr v0.10.1
7232026-08-05T04:12:07.727Z Downloaded predicates-tree v1.0.13
7242026-08-05T04:12:07.727Z Downloaded rand_xorshift v0.4.0
7252026-08-05T04:12:07.727Z Downloaded parse-display v0.10.0
7262026-08-05T04:12:07.727Z Downloaded recursive v0.1.1
7272026-08-05T04:12:07.727Z Downloaded sha1 v0.11.0
7282026-08-05T04:12:07.727Z Downloaded radium v0.7.0
7292026-08-05T04:12:07.727Z Downloaded tui-tree-widget v0.23.1
7302026-08-05T04:12:07.731Z Downloaded rtoolbox v0.0.3
7312026-08-05T04:12:07.731Z Downloaded const-oid v0.10.2
7322026-08-05T04:12:07.731Z Downloaded sha2 v0.11.0
7332026-08-05T04:12:07.736Z Downloaded unicode-properties v0.1.4
7342026-08-05T04:12:07.739Z Downloaded bytes v1.11.1
7352026-08-05T04:12:07.739Z Downloaded term v1.2.1
7362026-08-05T04:12:07.739Z Downloaded der_derive v0.7.3
7372026-08-05T04:12:07.743Z Downloaded toml_writer v1.1.1+spec-1.1.0
7382026-08-05T04:12:07.747Z Downloaded secrecy v0.10.3
7392026-08-05T04:12:07.747Z Downloaded libloading v0.8.9
7402026-08-05T04:12:07.766Z Downloaded md-5 v0.10.6
7412026-08-05T04:12:07.780Z Downloaded tracing-attributes v0.1.31
7422026-08-05T04:12:07.780Z Downloaded signal-hook-tokio v0.3.1
7432026-08-05T04:12:07.780Z Downloaded schemars v0.8.22
7442026-08-05T04:12:07.780Z Downloaded icu_normalizer v2.1.1
7452026-08-05T04:12:07.780Z Downloaded multer v3.1.0
7462026-08-05T04:12:07.780Z Downloaded num-complex v0.4.6
7472026-08-05T04:12:07.780Z Downloaded const_format v0.2.35
7482026-08-05T04:12:07.781Z Downloaded crossbeam-utils v0.8.21
7492026-08-05T04:12:07.781Z Downloaded headers v0.4.1
7502026-08-05T04:12:07.781Z Downloaded sponge-cursor v0.1.0
7512026-08-05T04:12:07.781Z Downloaded icu_normalizer_data v2.1.1
7522026-08-05T04:12:07.794Z Downloaded sync-ptr v0.1.4
7532026-08-05T04:12:07.794Z Downloaded newtype-uuid v1.3.2
7542026-08-05T04:12:07.794Z Downloaded bumpalo v3.20.2
7552026-08-05T04:12:07.794Z Downloaded hickory-resolver v0.24.4
7562026-08-05T04:12:07.812Z Downloaded parking_lot_core v0.8.6
7572026-08-05T04:12:07.812Z Downloaded psl-types v2.0.11
7582026-08-05T04:12:07.812Z Downloaded peg-macros v0.8.5
7592026-08-05T04:12:07.813Z Downloaded tower-layer v0.3.3
7602026-08-05T04:12:07.813Z Downloaded unicode-xid v0.2.6
7612026-08-05T04:12:07.813Z Downloaded ecdsa v0.17.0
7622026-08-05T04:12:07.813Z Downloaded flate2 v1.1.9
7632026-08-05T04:12:07.820Z Downloaded port-file v0.1.0
7642026-08-05T04:12:07.820Z Downloaded trait-variant v0.1.2
7652026-08-05T04:12:07.820Z Downloaded usdt-attr-macro v0.6.0
7662026-08-05T04:12:07.820Z Downloaded wait-timeout v0.2.1
7672026-08-05T04:12:07.820Z Downloaded pin-project-internal v1.1.11
7682026-08-05T04:12:07.838Z Downloaded ar_archive_writer v0.5.1
7692026-08-05T04:12:07.838Z Downloaded psm v0.1.30
7702026-08-05T04:12:07.838Z Downloaded rustversion v1.0.22
7712026-08-05T04:12:07.838Z Downloaded serde-hex v0.1.0
7722026-08-05T04:12:07.838Z Downloaded tokio-rustls v0.26.4
7732026-08-05T04:12:07.838Z Downloaded tokio-stream v0.1.18
7742026-08-05T04:12:07.838Z Downloaded toml v1.1.2+spec-1.1.0
7752026-08-05T04:12:07.838Z Downloaded serde_with_macros v1.5.2
7762026-08-05T04:12:07.838Z Downloaded slog-dtrace v0.3.0
7772026-08-05T04:12:07.838Z Downloaded smallvec v0.6.14
7782026-08-05T04:12:07.838Z Downloaded icu_collections v2.1.1
7792026-08-05T04:12:07.844Z Downloaded icu_locale_core v2.1.1
7802026-08-05T04:12:07.845Z Downloaded cpufeatures v0.3.0
7812026-08-05T04:12:07.845Z Downloaded litemap v0.8.1
7822026-08-05T04:12:07.850Z Downloaded debug-ignore v1.0.5
7832026-08-05T04:12:07.850Z Downloaded defmt v0.3.100
7842026-08-05T04:12:07.850Z Downloaded derive_builder_macro v0.20.2
7852026-08-05T04:12:07.850Z Downloaded dunce v1.0.5
7862026-08-05T04:12:07.850Z Downloaded inout v0.2.2
7872026-08-05T04:12:07.850Z Downloaded cpubits v0.1.1
7882026-08-05T04:12:07.850Z Downloaded dof v0.4.0
7892026-08-05T04:12:07.854Z Downloaded shlex v1.3.0
7902026-08-05T04:12:07.854Z Downloaded slab v0.4.12
7912026-08-05T04:12:07.854Z Downloaded illumos-nvpair v0.3.0
7922026-08-05T04:12:07.854Z Downloaded serde_yaml v0.9.34+deprecated
7932026-08-05T04:12:07.919Z Downloaded litrs v1.0.0
7942026-08-05T04:12:07.919Z Downloaded tokio-native-tls v0.3.1
7952026-08-05T04:12:07.919Z Downloaded kstat-rs v0.2.4
7962026-08-05T04:12:07.920Z Downloaded lazy_static v1.5.0
7972026-08-05T04:12:07.942Z Downloaded strum_macros v0.24.3
7982026-08-05T04:12:07.942Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7992026-08-05T04:12:07.942Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8002026-08-05T04:12:07.942Z Downloaded phf v0.13.1
8012026-08-05T04:12:07.942Z Downloaded tokio-dtrace v0.1.1
8022026-08-05T04:12:07.942Z Downloaded derive_builder v0.20.2
8032026-08-05T04:12:07.942Z Downloaded match_cfg v0.1.0
8042026-08-05T04:12:07.942Z Downloaded snafu v0.8.9
8052026-08-05T04:12:07.942Z Downloaded spki v0.7.3
8062026-08-05T04:12:07.942Z Downloaded support-bundle-viewer v0.1.2
8072026-08-05T04:12:07.942Z Downloaded pin-project-lite v0.2.17
8082026-08-05T04:12:07.942Z Downloaded prettyplease v0.2.37
8092026-08-05T04:12:07.942Z Downloaded usdt-impl v0.6.0
8102026-08-05T04:12:07.942Z Downloaded vergen-gitcl v1.0.8
8112026-08-05T04:12:07.942Z Downloaded convert_case v0.10.0
8122026-08-05T04:12:07.942Z Downloaded inout v0.1.4
8132026-08-05T04:12:07.942Z Downloaded lru-cache v0.1.2
8142026-08-05T04:12:07.943Z Downloaded mime v0.3.17
8152026-08-05T04:12:07.943Z Downloaded aes-gcm v0.11.0
8162026-08-05T04:12:07.943Z Downloaded predicates v3.1.4
8172026-08-05T04:12:07.943Z Downloaded unicase v2.9.0
8182026-08-05T04:12:07.943Z Downloaded whoami v2.1.0
8192026-08-05T04:12:07.943Z Downloaded peg-runtime v0.8.5
8202026-08-05T04:12:07.943Z Downloaded phf_shared v0.12.1
8212026-08-05T04:12:07.943Z Downloaded crossbeam-deque v0.8.6
8222026-08-05T04:12:07.943Z Downloaded nodrop v0.1.14
8232026-08-05T04:12:07.943Z Downloaded num-iter v0.1.45
8242026-08-05T04:12:07.943Z Downloaded hashbrown v0.12.3
8252026-08-05T04:12:07.943Z Downloaded opaque-debug v0.3.1
8262026-08-05T04:12:07.943Z Downloaded hashbrown v0.13.2
8272026-08-05T04:12:07.943Z Downloaded heapless v0.8.0
8282026-08-05T04:12:07.943Z Downloaded hickory-resolver v0.25.2
8292026-08-05T04:12:07.943Z Downloaded http v1.4.2
8302026-08-05T04:12:07.943Z Downloaded parse-size v1.1.0
8312026-08-05T04:12:07.943Z Downloaded compact_str v0.8.1
8322026-08-05T04:12:07.943Z Downloaded heapless v0.7.17
8332026-08-05T04:12:07.943Z Downloaded hickory-server v0.25.2
8342026-08-05T04:12:07.943Z Downloaded precomputed-hash v0.1.1
8352026-08-05T04:12:07.943Z Downloaded recursive-proc-macro-impl v0.1.1
8362026-08-05T04:12:07.943Z Downloaded rustls-webpki v0.103.13
8372026-08-05T04:12:07.943Z Downloaded schemars v0.9.0
8382026-08-05T04:12:07.943Z Downloaded rustc-hash v2.1.1
8392026-08-05T04:12:07.943Z Downloaded scroll_derive v0.13.1
8402026-08-05T04:12:07.943Z Downloaded zip v0.6.6
8412026-08-05T04:12:07.943Z Downloaded jobserver v0.1.34
8422026-08-05T04:12:07.952Z Downloaded libsw v3.5.0
8432026-08-05T04:12:07.952Z Downloaded serde_cbor v0.11.2
8442026-08-05T04:12:07.952Z Downloaded crunchy v0.2.4
8452026-08-05T04:12:07.952Z Downloaded module-lattice v0.2.3
8462026-08-05T04:12:07.952Z Downloaded proc-macro-error-attr2 v2.0.0
8472026-08-05T04:12:07.952Z Downloaded russh-util v0.52.0
8482026-08-05T04:12:07.952Z Downloaded secrecy v0.8.0
8492026-08-05T04:12:07.952Z Downloaded sha1 v0.10.6
8502026-08-05T04:12:07.952Z Downloaded async-compression v0.4.41
8512026-08-05T04:12:07.952Z Downloaded num_enum v0.7.6
8522026-08-05T04:12:07.952Z Downloaded owo-colors v4.3.0
8532026-08-05T04:12:07.952Z Downloaded ed25519 v3.0.0
8542026-08-05T04:12:07.952Z Downloaded oxide-update-engine-display v0.1.2
8552026-08-05T04:12:07.952Z Downloaded rcgen v0.12.1
8562026-08-05T04:12:07.957Z Downloaded displaydoc v0.2.5
8572026-08-05T04:12:07.957Z Downloaded progenitor-macro v0.13.0
8582026-08-05T04:12:07.957Z Downloaded russh-cryptovec v0.62.0
8592026-08-05T04:12:07.961Z Downloaded darling_core v0.23.0
8602026-08-05T04:12:07.966Z Downloaded spki v0.8.0
8612026-08-05T04:12:07.966Z Downloaded pkg-config v0.3.32
8622026-08-05T04:12:07.974Z Downloaded prefix-trie v0.7.0
8632026-08-05T04:12:07.985Z Downloaded stable_deref_trait v1.2.1
8642026-08-05T04:12:07.985Z Downloaded progenitor-client v0.13.0
8652026-08-05T04:12:07.985Z Downloaded tinyvec v1.10.0
8662026-08-05T04:12:07.985Z Downloaded topological-sort v0.2.2
8672026-08-05T04:12:07.986Z Downloaded deranged v0.5.8
8682026-08-05T04:12:07.986Z Downloaded wyz v0.5.1
8692026-08-05T04:12:07.986Z Downloaded linear-map v1.2.0
8702026-08-05T04:12:07.986Z Downloaded nu-ansi-term v0.50.3
8712026-08-05T04:12:08.000Z Downloaded waitgroup v0.1.2
8722026-08-05T04:12:08.000Z Downloaded enum_dispatch v0.3.13
8732026-08-05T04:12:08.000Z Downloaded subtle v2.6.1
8742026-08-05T04:12:08.000Z Downloaded termtree v0.5.1
8752026-08-05T04:12:08.001Z Downloaded zerofrom v0.1.6
8762026-08-05T04:12:08.006Z Downloaded universal-hash v0.6.1
8772026-08-05T04:12:08.006Z Downloaded unit-prefix v0.5.2
8782026-08-05T04:12:08.007Z Downloaded cstr-argument v0.1.2
8792026-08-05T04:12:08.007Z Downloaded defmt-parser v1.0.0
8802026-08-05T04:12:08.017Z Downloaded indoc v2.0.7
8812026-08-05T04:12:08.017Z Downloaded hyper-util v0.1.20
8822026-08-05T04:12:08.017Z Downloaded derive_more v2.1.1
8832026-08-05T04:12:08.017Z Downloaded ml-kem v0.3.2
8842026-08-05T04:12:08.017Z Downloaded resolv-conf v0.7.6
8852026-08-05T04:12:08.017Z Downloaded zerotrie v0.2.3
8862026-08-05T04:12:08.017Z Downloaded crc v3.4.0
8872026-08-05T04:12:08.017Z Downloaded crypto-common v0.2.2
8882026-08-05T04:12:08.017Z Downloaded indicatif v0.18.4
8892026-08-05T04:12:08.034Z Downloaded dsl_auto_type v0.2.0
8902026-08-05T04:12:08.034Z Downloaded jiff-static v0.2.34
8912026-08-05T04:12:08.034Z Downloaded dyn-clone v1.0.20
8922026-08-05T04:12:08.034Z Downloaded serde_derive_internals v0.29.1
8932026-08-05T04:12:08.034Z Downloaded darling v0.21.3
8942026-08-05T04:12:08.034Z Downloaded zerocopy-derive v0.8.40
8952026-08-05T04:12:08.034Z Downloaded rayon-core v1.13.0
8962026-08-05T04:12:08.055Z Downloaded digest-io v0.1.0
8972026-08-05T04:12:08.056Z Downloaded parking_lot v0.11.2
8982026-08-05T04:12:08.058Z Downloaded is-terminal v0.4.17
8992026-08-05T04:12:08.058Z Downloaded time-macros v0.2.27
9002026-08-05T04:12:08.058Z Downloaded rsa v0.9.10
9012026-08-05T04:12:08.058Z Downloaded memoffset v0.9.1
9022026-08-05T04:12:08.058Z Downloaded rand_seeder v0.4.0
9032026-08-05T04:12:08.058Z Downloaded tinystr v0.8.2
9042026-08-05T04:12:08.072Z Downloaded slog-async v2.8.0
9052026-08-05T04:12:08.073Z Downloaded darling_core v0.21.3
9062026-08-05T04:12:08.073Z Downloaded newtype_derive v0.1.6
9072026-08-05T04:12:08.073Z Downloaded p256 v0.14.0
9082026-08-05T04:12:08.073Z Downloaded password-hash v0.6.1
9092026-08-05T04:12:08.073Z Downloaded quinn-udp v0.5.14
9102026-08-05T04:12:08.073Z Downloaded stacker v0.1.23
9112026-08-05T04:12:08.073Z Downloaded libscf-sys v1.2.0
9122026-08-05T04:12:08.094Z Downloaded rand v0.10.1
9132026-08-05T04:12:08.094Z Downloaded pretty_assertions v1.4.1
9142026-08-05T04:12:08.094Z Downloaded scuffle v0.1.0
9152026-08-05T04:12:08.094Z Downloaded unsafe-libyaml v0.2.11
9162026-08-05T04:12:08.094Z Downloaded writeable v0.6.2
9172026-08-05T04:12:08.094Z Downloaded sync_wrapper v1.0.2
9182026-08-05T04:12:08.094Z Downloaded termios v0.3.3
9192026-08-05T04:12:08.094Z Downloaded progenitor-client v0.14.0
9202026-08-05T04:12:08.094Z Downloaded num v0.4.3
9212026-08-05T04:12:08.094Z Downloaded yoke v0.8.1
9222026-08-05T04:12:08.111Z Downloaded phf_shared v0.11.3
9232026-08-05T04:12:08.111Z Downloaded hashbrown v0.16.1
9242026-08-05T04:12:08.111Z Downloaded rustc_version v0.1.7
9252026-08-05T04:12:08.111Z Downloaded serde_spanned v1.1.1
9262026-08-05T04:12:08.111Z Downloaded semver v0.1.20
9272026-08-05T04:12:08.111Z Downloaded corncobs v0.1.4
9282026-08-05T04:12:08.111Z Downloaded unicode-segmentation v1.12.0
9292026-08-05T04:12:08.111Z Downloaded zopfli v0.8.3
9302026-08-05T04:12:08.112Z Downloaded ingot v0.2.1
9312026-08-05T04:12:08.112Z Downloaded serde_path_to_error v0.1.20
9322026-08-05T04:12:08.112Z Downloaded strum v0.26.3
9332026-08-05T04:12:08.112Z Downloaded tower-service v0.3.3
9342026-08-05T04:12:08.112Z Downloaded ed25519-dalek v3.0.0
9352026-08-05T04:12:08.112Z Downloaded samael v0.0.19
9362026-08-05T04:12:08.112Z Downloaded postcard v1.1.3
9372026-08-05T04:12:08.112Z Downloaded delegate v0.13.5
9382026-08-05T04:12:08.112Z Downloaded smallvec v1.15.1
9392026-08-05T04:12:08.112Z Downloaded digest v0.11.3
9402026-08-05T04:12:08.112Z Downloaded static_assertions v1.1.0
9412026-08-05T04:12:08.112Z Downloaded strum v0.27.2
9422026-08-05T04:12:08.126Z Downloaded serde_with v1.14.0
9432026-08-05T04:12:08.126Z Downloaded void v1.0.2
9442026-08-05T04:12:08.126Z Downloaded signal-hook-mio v0.2.5
9452026-08-05T04:12:08.126Z Downloaded erased-serde v0.3.31
9462026-08-05T04:12:08.126Z Downloaded slog-term v2.9.2
9472026-08-05T04:12:08.126Z Downloaded downcast-rs v2.0.2
9482026-08-05T04:12:08.127Z Downloaded usdt-macro v0.6.0
9492026-08-05T04:12:08.135Z Downloaded zerofrom-derive v0.1.6
9502026-08-05T04:12:08.136Z Downloaded internet-checksum v0.2.1
9512026-08-05T04:12:08.136Z Downloaded tar v0.4.46
9522026-08-05T04:12:08.136Z Downloaded test-strategy v0.4.5
9532026-08-05T04:12:08.136Z Downloaded aes v0.9.1
9542026-08-05T04:12:08.171Z Downloaded libsw-core v0.3.2
9552026-08-05T04:12:08.171Z Downloaded vergen v9.1.0
9562026-08-05T04:12:08.171Z Downloaded zerocopy v0.6.6
9572026-08-05T04:12:08.172Z Downloaded diesel_table_macro_syntax v0.3.0
9582026-08-05T04:12:08.172Z Downloaded rand_core v0.6.4
9592026-08-05T04:12:08.172Z Downloaded ident_case v1.0.1
9602026-08-05T04:12:08.172Z Downloaded cookie_store v0.22.1
9612026-08-05T04:12:08.172Z Downloaded scroll v0.13.0
9622026-08-05T04:12:08.172Z Downloaded strum_macros v0.26.4
9632026-08-05T04:12:08.172Z Downloaded rsa v0.10.0-rc.18
9642026-08-05T04:12:08.172Z Downloaded rustyline v14.0.0
9652026-08-05T04:12:08.184Z Downloaded lru v0.12.5
9662026-08-05T04:12:08.184Z Downloaded expectorate v1.2.0
9672026-08-05T04:12:08.184Z Downloaded reedline v0.40.0
9682026-08-05T04:12:08.184Z Downloaded darling_core v0.20.11
9692026-08-05T04:12:08.184Z Downloaded rand v0.9.2
9702026-08-05T04:12:08.184Z Downloaded serdect v0.4.3
9712026-08-05T04:12:08.184Z Downloaded ref-cast-impl v1.0.25
9722026-08-05T04:12:08.195Z Downloaded smf v0.2.3
9732026-08-05T04:12:08.195Z Downloaded packed_struct_codegen v0.10.1
9742026-08-05T04:12:08.195Z Downloaded serde_repr v0.1.20
9752026-08-05T04:12:08.195Z Downloaded ron v0.8.1
9762026-08-05T04:12:08.195Z Downloaded thiserror-no-std v2.0.2
9772026-08-05T04:12:08.202Z Downloaded num_enum v0.5.11
9782026-08-05T04:12:08.202Z Downloaded whoami v1.6.1
9792026-08-05T04:12:08.202Z Downloaded structmeta-derive v0.3.0
9802026-08-05T04:12:08.202Z Downloaded tokio-tungstenite v0.23.1
9812026-08-05T04:12:08.214Z Downloaded darling_macro v0.21.3
9822026-08-05T04:12:08.214Z Downloaded signature v2.2.0
9832026-08-05T04:12:08.214Z Downloaded zstd v0.13.3
9842026-08-05T04:12:08.227Z Downloaded structmeta v0.3.0
9852026-08-05T04:12:08.227Z Downloaded tinyvec_macros v0.1.1
9862026-08-05T04:12:08.227Z Downloaded defmt-macros v1.0.1
9872026-08-05T04:12:08.227Z Downloaded typify-macro v0.6.2
9882026-08-05T04:12:08.227Z Downloaded proc-macro-crate v1.3.1
9892026-08-05T04:12:08.227Z Downloaded similar v2.7.0
9902026-08-05T04:12:08.227Z Downloaded env_logger v0.11.9
9912026-08-05T04:12:08.227Z Downloaded hashbrown v0.15.5
9922026-08-05T04:12:08.237Z Downloaded ingot-types v0.2.0
9932026-08-05T04:12:08.237Z Downloaded crc8 v0.1.1
9942026-08-05T04:12:08.237Z Downloaded ed25519-dalek v2.2.0
9952026-08-05T04:12:08.237Z Downloaded toml v0.7.8
9962026-08-05T04:12:08.237Z Downloaded unicode-bidi v0.3.18
9972026-08-05T04:12:08.237Z Downloaded darling_core v0.13.4
9982026-08-05T04:12:08.237Z Downloaded paste v1.0.15
9992026-08-05T04:12:08.238Z Downloaded postgres-types v0.2.12
10002026-08-05T04:12:08.238Z Downloaded salsa20 v0.11.0
10012026-08-05T04:12:08.238Z Downloaded xattr v1.6.1
10022026-08-05T04:12:08.238Z Downloaded dirs-next v2.0.0
10032026-08-05T04:12:08.245Z Downloaded display-error-chain v0.2.2
10042026-08-05T04:12:08.245Z Downloaded futures-util v0.3.32
10052026-08-05T04:12:08.252Z Downloaded rustls-pemfile v2.2.0
10062026-08-05T04:12:08.253Z Downloaded zip v4.6.1
10072026-08-05T04:12:08.253Z Downloaded zerovec v0.11.5
10082026-08-05T04:12:08.253Z Downloaded jiff-core v0.1.0
10092026-08-05T04:12:08.253Z Downloaded crypto-bigint v0.5.5
10102026-08-05T04:12:08.271Z Downloaded mio v1.2.0
10112026-08-05T04:12:08.271Z Downloaded dropshot_endpoint v0.17.1
10122026-08-05T04:12:08.271Z Downloaded managed v0.8.0
10132026-08-05T04:12:08.271Z Downloaded pem-rfc7468 v1.0.0
10142026-08-05T04:12:08.271Z Downloaded r2d2 v0.8.10
10152026-08-05T04:12:08.271Z Downloaded native-tls v0.2.18
10162026-08-05T04:12:08.271Z Downloaded maybe-uninit v2.0.0
10172026-08-05T04:12:08.271Z Downloaded multimap v0.10.1
10182026-08-05T04:12:08.271Z Downloaded keccak v0.1.6
10192026-08-05T04:12:08.271Z Downloaded typed-path v0.9.3
10202026-08-05T04:12:08.281Z Downloaded percent-encoding v2.3.2
10212026-08-05T04:12:08.281Z Downloaded spin v0.9.8
10222026-08-05T04:12:08.281Z Downloaded num-integer v0.1.46
10232026-08-05T04:12:08.281Z Downloaded icu_provider v2.1.1
10242026-08-05T04:12:08.281Z Downloaded rand_chacha v0.9.0
10252026-08-05T04:12:08.281Z Downloaded toml_parser v1.1.2+spec-1.1.0
10262026-08-05T04:12:08.282Z Downloaded postgres-protocol v0.6.10
10272026-08-05T04:12:08.282Z Downloaded ref-cast v1.0.25
10282026-08-05T04:12:08.282Z Downloaded poly1305 v0.8.0
10292026-08-05T04:12:08.308Z Downloaded string_cache v0.8.9
10302026-08-05T04:12:08.308Z Downloaded schemars_derive v0.8.22
10312026-08-05T04:12:08.308Z Downloaded slog-json v2.6.1
10322026-08-05T04:12:08.308Z Downloaded hkdf v0.12.4
10332026-08-05T04:12:08.308Z Downloaded hyper v1.10.1
10342026-08-05T04:12:08.308Z Downloaded tap v1.0.1
10352026-08-05T04:12:08.308Z Downloaded tokio-tungstenite v0.21.0
10362026-08-05T04:12:08.308Z Downloaded omicron-zone-package v0.12.3
10372026-08-05T04:12:08.308Z Downloaded pin-project v1.1.11
10382026-08-05T04:12:08.308Z Downloaded yansi v1.0.1
10392026-08-05T04:12:08.309Z Downloaded embedded-io v0.6.1
10402026-08-05T04:12:08.309Z Downloaded crossbeam-epoch v0.9.18
10412026-08-05T04:12:08.309Z Downloaded slog-envlogger v2.2.0
10422026-08-05T04:12:08.324Z Downloaded h2 v0.4.15
10432026-08-05T04:12:08.324Z Downloaded lock_api v0.4.14
10442026-08-05T04:12:08.324Z Downloaded progenitor v0.14.0
10452026-08-05T04:12:08.324Z Downloaded tungstenite v0.23.0
10462026-08-05T04:12:08.324Z Downloaded progenitor-impl v0.13.0
10472026-08-05T04:12:08.335Z Downloaded untrusted v0.7.1
10482026-08-05T04:12:08.335Z Downloaded zone v0.3.1
10492026-08-05T04:12:08.335Z Downloaded zone_cfg_derive v0.3.1
10502026-08-05T04:12:08.335Z Downloaded darling_macro v0.20.11
10512026-08-05T04:12:08.335Z Downloaded endian-type v0.1.2
10522026-08-05T04:12:08.335Z Downloaded csv-core v0.1.13
10532026-08-05T04:12:08.335Z Downloaded socket2 v0.6.3
10542026-08-05T04:12:08.335Z Downloaded idna_adapter v1.2.1
10552026-08-05T04:12:08.335Z Downloaded num-bigint-dig v0.8.6
10562026-08-05T04:12:08.344Z Downloaded num_enum_derive v0.7.6
10572026-08-05T04:12:08.344Z Downloaded idna v1.1.0
10582026-08-05T04:12:08.344Z Downloaded ppv-lite86 v0.2.21
10592026-08-05T04:12:08.344Z Downloaded pkcs1 v0.8.0-rc.4
10602026-08-05T04:12:08.344Z Downloaded pkcs8 v0.10.2
10612026-08-05T04:12:08.350Z Downloaded num-bigint v0.4.6
10622026-08-05T04:12:08.350Z Downloaded rustls-pki-types v1.14.0
10632026-08-05T04:12:08.356Z Downloaded maplit v1.0.2
10642026-08-05T04:12:08.357Z Downloaded normalize-line-endings v0.3.0
10652026-08-05T04:12:08.357Z Downloaded rusty-fork v0.3.1
10662026-08-05T04:12:08.357Z Downloaded term v0.7.0
10672026-08-05T04:12:08.357Z Downloaded regex v1.12.3
10682026-08-05T04:12:08.361Z Downloaded scrypt v0.12.0
10692026-08-05T04:12:08.361Z Downloaded hkdf v0.13.0
10702026-08-05T04:12:08.361Z Downloaded icu_properties_data v2.1.2
10712026-08-05T04:12:08.365Z Downloaded crc-any v2.5.0
10722026-08-05T04:12:08.369Z Downloaded elliptic-curve v0.14.1
10732026-08-05T04:12:08.369Z Downloaded serde_urlencoded v0.7.1
10742026-08-05T04:12:08.369Z Downloaded stringprep v0.1.5
10752026-08-05T04:12:08.369Z Downloaded vergen-git2 v9.1.0
10762026-08-05T04:12:08.376Z Downloaded vsss-rs v3.3.4
10772026-08-05T04:12:08.376Z Downloaded crc-catalog v2.4.0
10782026-08-05T04:12:08.376Z Downloaded tagptr v0.2.0
10792026-08-05T04:12:08.376Z Downloaded tabwriter v1.4.1
10802026-08-05T04:12:08.376Z Downloaded potential_utf v0.1.4
10812026-08-05T04:12:08.380Z Downloaded seq-macro v0.3.6
10822026-08-05T04:12:08.380Z Downloaded diesel_derives v2.3.7
10832026-08-05T04:12:08.384Z Downloaded synstructure v0.13.2
10842026-08-05T04:12:08.384Z Downloaded tls_codec_derive v0.4.2
10852026-08-05T04:12:08.400Z Downloaded openssl-sys v0.9.117
10862026-08-05T04:12:08.400Z Downloaded winnow v0.6.26
10872026-08-05T04:12:08.400Z Downloaded siphasher v1.0.2
10882026-08-05T04:12:08.407Z Downloaded defmt v1.0.1
10892026-08-05T04:12:08.407Z Downloaded darling v0.23.0
10902026-08-05T04:12:08.408Z Downloaded ingot-macros v0.2.0
10912026-08-05T04:12:08.408Z Downloaded time-core v0.1.8
10922026-08-05T04:12:08.408Z Downloaded strip-ansi-escapes v0.2.1
10932026-08-05T04:12:08.408Z Downloaded untrusted v0.9.0
10942026-08-05T04:12:08.414Z Downloaded tower-http v0.6.8
10952026-08-05T04:12:08.414Z Downloaded dropshot-api-manager v0.7.2
10962026-08-05T04:12:08.421Z Downloaded derive-ex v0.1.8
10972026-08-05T04:12:08.421Z Downloaded impl-trait-for-tuples v0.2.3
10982026-08-05T04:12:08.426Z Downloaded packed_struct v0.10.1
10992026-08-05T04:12:08.426Z Downloaded progenitor v0.13.0
11002026-08-05T04:12:08.426Z Downloaded sec1 v0.8.1
11012026-08-05T04:12:08.426Z Downloaded oxide-tokio-rt v0.1.4
11022026-08-05T04:12:08.426Z Downloaded take_mut v0.2.2
11032026-08-05T04:12:08.431Z Downloaded lalrpop-util v0.19.12
11042026-08-05T04:12:08.431Z Downloaded unicode-truncate v1.1.0
11052026-08-05T04:12:08.431Z Downloaded parking_lot v0.12.5
11062026-08-05T04:12:08.437Z Downloaded aho-corasick v1.1.4
11072026-08-05T04:12:08.443Z Downloaded derive-where v1.6.0
11082026-08-05T04:12:08.443Z Downloaded itertools v0.10.5
11092026-08-05T04:12:08.447Z Downloaded kem v0.3.0
11102026-08-05T04:12:08.450Z Downloaded strsim v0.10.0
11112026-08-05T04:12:08.450Z Downloaded data-encoding v2.10.0
11122026-08-05T04:12:08.450Z Downloaded walkdir v2.5.0
11132026-08-05T04:12:08.450Z Downloaded darling v0.20.11
11142026-08-05T04:12:08.457Z Downloaded num_threads v0.1.7
11152026-08-05T04:12:08.457Z Downloaded uuid v1.23.4
11162026-08-05T04:12:08.461Z Downloaded keccak v0.2.0
11172026-08-05T04:12:08.461Z Downloaded nanorand v0.7.0
11182026-08-05T04:12:08.465Z Downloaded peg v0.8.5
11192026-08-05T04:12:08.471Z Downloaded ctutils v0.4.2
11202026-08-05T04:12:08.471Z Downloaded twox-hash v2.1.2
11212026-08-05T04:12:08.471Z Downloaded nonempty v0.12.0
11222026-08-05T04:12:08.471Z Downloaded derive_builder_core v0.20.2
11232026-08-05T04:12:08.476Z Downloaded ignore v0.4.25
11242026-08-05T04:12:08.476Z Downloaded blake3 v1.8.5
11252026-08-05T04:12:08.486Z Downloaded rfc6979 v0.6.0
11262026-08-05T04:12:08.486Z Downloaded itertools v0.14.0
11272026-08-05T04:12:08.492Z Downloaded itertools v0.15.0
11282026-08-05T04:12:08.492Z Downloaded derive_more-impl v2.1.1
11292026-08-05T04:12:08.492Z Downloaded libbz2-rs-sys v0.2.2
11302026-08-05T04:12:08.492Z Downloaded libm v0.2.16
11312026-08-05T04:12:08.496Z Downloaded diff v0.1.13
11322026-08-05T04:12:08.502Z Downloaded p384 v0.14.0
11332026-08-05T04:12:08.502Z Downloaded zstd-safe v7.2.4
11342026-08-05T04:12:08.502Z Downloaded rustc_version v0.4.1
11352026-08-05T04:12:08.502Z Downloaded darling_macro v0.23.0
11362026-08-05T04:12:08.505Z Downloaded num-derive v0.4.2
11372026-08-05T04:12:08.506Z Downloaded progenitor-impl v0.14.0
11382026-08-05T04:12:08.506Z Downloaded indent_write v2.2.0
11392026-08-05T04:12:08.506Z Downloaded primeorder v0.14.0
11402026-08-05T04:12:08.506Z Downloaded sec1 v0.7.3
11412026-08-05T04:12:08.506Z Downloaded tokio-test v0.4.5
11422026-08-05T04:12:08.510Z Downloaded proc-macro-crate v3.4.0
11432026-08-05T04:12:08.510Z Downloaded ssh-key v0.7.0-rc.11
11442026-08-05T04:12:08.516Z Downloaded num-traits v0.2.19
11452026-08-05T04:12:08.517Z Downloaded des v0.9.0
11462026-08-05T04:12:08.521Z Downloaded crossbeam-channel v0.5.15
11472026-08-05T04:12:08.521Z Downloaded memmap2 v0.9.10
11482026-08-05T04:12:08.521Z Downloaded ecdsa v0.16.9
11492026-08-05T04:12:08.529Z Downloaded nibble_vec v0.1.0
11502026-08-05T04:12:08.529Z Downloaded ed25519 v2.2.3
11512026-08-05T04:12:08.529Z Downloaded ipnetwork v0.21.1
11522026-08-05T04:12:08.529Z Downloaded proc-macro-error2 v2.0.1
11532026-08-05T04:12:08.534Z Downloaded ipnet v2.11.0
11542026-08-05T04:12:08.534Z Downloaded serde-big-array v0.5.1
11552026-08-05T04:12:08.534Z Downloaded signature v3.0.0
11562026-08-05T04:12:08.534Z Downloaded wnaf v0.14.0
11572026-08-05T04:12:08.534Z Downloaded drift v0.2.0
11582026-08-05T04:12:08.543Z Downloaded signal-hook v0.3.18
11592026-08-05T04:12:08.543Z Downloaded yasna v0.5.2
11602026-08-05T04:12:08.547Z Downloaded vte v0.14.1
11612026-08-05T04:12:08.547Z Downloaded dropshot-api-manager-types v0.7.2
11622026-08-05T04:12:08.547Z Downloaded scopeguard v1.2.0
11632026-08-05T04:12:08.547Z Downloaded lru-slab v0.1.2
11642026-08-05T04:12:08.551Z Downloaded rand_chacha v0.3.1
11652026-08-05T04:12:08.551Z Downloaded crypto-primes v0.7.2
11662026-08-05T04:12:08.555Z Downloaded darling v0.13.4
11672026-08-05T04:12:08.555Z Downloaded quick-xml v0.37.5
11682026-08-05T04:12:08.561Z Downloaded thiserror-impl-no-std v2.0.2
11692026-08-05T04:12:08.577Z Downloaded proptest v1.11.0
11702026-08-05T04:12:08.577Z Downloaded uzers v0.12.2
11712026-08-05T04:12:08.577Z Downloaded parse-display-derive v0.10.0
11722026-08-05T04:12:08.586Z Downloaded oxide-update-engine v0.1.2
11732026-08-05T04:12:08.586Z Downloaded serde_with_macros v3.21.0
11742026-08-05T04:12:08.586Z Downloaded lzss v0.8.2
11752026-08-05T04:12:08.586Z Downloaded x509-cert v0.2.5
11762026-08-05T04:12:08.591Z Downloaded ena v0.14.4
11772026-08-05T04:12:08.596Z Downloaded tungstenite v0.21.0
11782026-08-05T04:12:08.614Z Downloaded subprocess v0.2.15
11792026-08-05T04:12:08.614Z Downloaded git2 v0.20.4
11802026-08-05T04:12:08.614Z Downloaded toml_edit v0.23.10+spec-1.0.0
11812026-08-05T04:12:08.614Z Downloaded either v1.15.0
11822026-08-05T04:12:08.615Z Downloaded pbkdf2 v0.13.0
11832026-08-05T04:12:08.615Z Downloaded nom v7.1.3
11842026-08-05T04:12:08.623Z Downloaded elliptic-curve v0.13.8
11852026-08-05T04:12:08.623Z Downloaded crc32fast v1.5.0
11862026-08-05T04:12:08.623Z Downloaded winnow v1.0.3
11872026-08-05T04:12:08.623Z Downloaded goblin v0.10.5
11882026-08-05T04:12:08.635Z Downloaded zeroize v1.9.0
11892026-08-05T04:12:08.635Z Downloaded libefi-sys v0.1.0
11902026-08-05T04:12:08.635Z Downloaded rustls-platform-verifier v0.6.2
11912026-08-05T04:12:08.635Z Downloaded oso v0.27.3
11922026-08-05T04:12:08.636Z Downloaded aws-lc-rs v1.16.3
11932026-08-05T04:12:08.642Z Downloaded cookie v0.18.1
11942026-08-05T04:12:08.642Z Downloaded indexmap v1.9.3
11952026-08-05T04:12:08.642Z Downloaded thread_local v1.1.9
11962026-08-05T04:12:08.642Z Downloaded bitvec v1.0.1
11972026-08-05T04:12:08.646Z Downloaded mime_guess v2.0.5
11982026-08-05T04:12:08.646Z Downloaded miniz_oxide v0.8.9
11992026-08-05T04:12:08.650Z Downloaded schemars v1.2.1
12002026-08-05T04:12:08.654Z Downloaded xshell v0.2.7
12012026-08-05T04:12:08.658Z Downloaded salty v0.3.0
12022026-08-05T04:12:08.664Z Downloaded publicsuffix v2.3.0
12032026-08-05T04:12:08.664Z Downloaded pkcs5 v0.8.1
12042026-08-05T04:12:08.664Z Downloaded ryu v1.0.23
12052026-08-05T04:12:08.685Z Downloaded tower v0.5.3
12062026-08-05T04:12:08.685Z Downloaded p384 v0.13.1
12072026-08-05T04:12:08.685Z Downloaded rand v0.8.6
12082026-08-05T04:12:08.685Z Downloaded minimal-lexical v0.2.1
12092026-08-05T04:12:08.685Z Downloaded phc v0.6.1
12102026-08-05T04:12:08.685Z Downloaded tracing-core v0.1.36
12112026-08-05T04:12:08.685Z Downloaded socket2 v0.5.10
12122026-08-05T04:12:08.694Z Downloaded der v0.7.10
12132026-08-05T04:12:08.694Z Downloaded derive_more v0.99.20
12142026-08-05T04:12:08.694Z Downloaded itertools v0.12.1
12152026-08-05T04:12:08.694Z Downloaded itertools v0.13.0
12162026-08-05T04:12:08.705Z Downloaded tabled v0.20.0
12172026-08-05T04:12:08.711Z Downloaded portable-atomic v1.13.1
12182026-08-05T04:12:08.711Z Downloaded crossterm v0.28.1
12192026-08-05T04:12:08.711Z Downloaded chrono v0.4.45
12202026-08-05T04:12:08.715Z Downloaded quinn v0.11.11
12212026-08-05T04:12:08.716Z Downloaded tokio-postgres v0.7.16
12222026-08-05T04:12:08.729Z Downloaded toml_edit v0.19.15
12232026-08-05T04:12:08.739Z Downloaded nom v8.0.0
12242026-08-05T04:12:08.742Z Downloaded typify v0.6.2
12252026-08-05T04:12:08.746Z Downloaded unicode_categories v0.1.1
12262026-08-05T04:12:08.762Z Downloaded iri-string v0.7.10
12272026-08-05T04:12:08.768Z Downloaded tough v0.22.0
12282026-08-05T04:12:08.774Z Downloaded qorb v0.4.1
12292026-08-05T04:12:08.778Z Downloaded steno v0.4.1
12302026-08-05T04:12:08.778Z Downloaded url v2.5.8
12312026-08-05T04:12:08.778Z Downloaded tokio-util v0.7.18
12322026-08-05T04:12:08.782Z Downloaded slog v2.8.2
12332026-08-05T04:12:08.785Z Downloaded der v0.8.0
12342026-08-05T04:12:08.791Z Downloaded reqwest v0.12.28
12352026-08-05T04:12:08.796Z Downloaded time v0.3.47
12362026-08-05T04:12:08.804Z Downloaded iddqd v0.4.2
12372026-08-05T04:12:08.811Z Downloaded russh v0.62.4
12382026-08-05T04:12:08.817Z Downloaded internal-russh-num-bigint v0.5.0
12392026-08-05T04:12:08.832Z Downloaded p521 v0.14.0
12402026-08-05T04:12:08.843Z Downloaded libxml v0.3.3
12412026-08-05T04:12:08.861Z Downloaded regex-syntax v0.6.29
12422026-08-05T04:12:08.872Z Downloaded petname v2.0.2
12432026-08-05T04:12:08.876Z Downloaded zerocopy v0.8.40
12442026-08-05T04:12:08.880Z Downloaded quinn-proto v0.11.16
12452026-08-05T04:12:08.885Z Downloaded reqwest v0.13.2
12462026-08-05T04:12:08.888Z Downloaded crossterm v0.29.0
12472026-08-05T04:12:08.891Z Downloaded vcpkg v0.2.15
12482026-08-05T04:12:08.915Z Downloaded rawzip v0.4.4
12492026-08-05T04:12:08.920Z Downloaded bstr v1.12.1
12502026-08-05T04:12:08.925Z Downloaded winnow v0.5.40
12512026-08-05T04:12:08.929Z Downloaded smoltcp v0.11.0
12522026-08-05T04:12:08.934Z Downloaded moka v0.12.13
12532026-08-05T04:12:08.937Z Downloaded rayon v1.11.0
12542026-08-05T04:12:08.942Z Downloaded unicode-normalization v0.1.25
12552026-08-05T04:12:08.947Z Downloaded sha3 v0.12.0
12562026-08-05T04:12:08.947Z Downloaded object v0.37.3
12572026-08-05T04:12:08.951Z Downloaded lalrpop v0.19.12
12582026-08-05T04:12:08.958Z Downloaded zlib-rs v0.6.2
12592026-08-05T04:12:08.969Z Downloaded hickory-proto v0.24.4
12602026-08-05T04:12:08.978Z Downloaded openapiv3 v2.2.0
12612026-08-05T04:12:08.986Z Downloaded curve25519-dalek v4.1.3
12622026-08-05T04:12:08.998Z Downloaded object v0.30.4
12632026-08-05T04:12:09.020Z Downloaded nix v0.27.1
12642026-08-05T04:12:09.042Z Downloaded serde_with v3.21.0
12652026-08-05T04:12:09.050Z Downloaded rustls v0.23.41
12662026-08-05T04:12:09.051Z Downloaded smoltcp v0.9.1
12672026-08-05T04:12:09.051Z Downloaded hickory-proto v0.25.2
12682026-08-05T04:12:09.072Z Downloaded openssl v0.10.80
12692026-08-05T04:12:09.080Z Downloaded radix_trie v0.2.1
12702026-08-05T04:12:09.085Z Downloaded regex-syntax v0.8.10
12712026-08-05T04:12:09.085Z Downloaded sqlparser v0.61.0
12722026-08-05T04:12:09.099Z Downloaded crypto-bigint v0.7.5
12732026-08-05T04:12:09.108Z Downloaded nix v0.28.0
12742026-08-05T04:12:09.118Z Downloaded polar-core v0.27.3
12752026-08-05T04:12:09.143Z Downloaded tracing v0.1.44
12762026-08-05T04:12:09.162Z Downloaded sled v0.34.7
12772026-08-05T04:12:09.166Z Downloaded regress v0.10.5
12782026-08-05T04:12:09.171Z Downloaded diesel v2.3.7
12792026-08-05T04:12:09.183Z Downloaded typify-impl v0.6.2
12802026-08-05T04:12:09.200Z Downloaded zerocopy-derive v0.6.6
12812026-08-05T04:12:09.207Z Downloaded rustix v0.38.44
12822026-08-05T04:12:09.216Z Downloaded nix v0.31.2
12832026-08-05T04:12:09.244Z Downloaded regress v0.11.1
12842026-08-05T04:12:09.244Z Downloaded ratatui v0.29.0
12852026-08-05T04:12:09.253Z Downloaded curve25519-dalek v5.0.0
12862026-08-05T04:12:09.253Z Downloaded dropshot v0.17.1
12872026-08-05T04:12:09.260Z Downloaded sha3 v0.10.8
12882026-08-05T04:12:09.265Z Downloaded regex-automata v0.4.14
12892026-08-05T04:12:09.304Z Downloaded bzip2-sys v0.1.13+1.0.8
12902026-08-05T04:12:09.308Z Downloaded sha3 v0.11.0
12912026-08-05T04:12:09.322Z Downloaded jiff v0.2.34
12922026-08-05T04:12:09.350Z Downloaded ring v0.17.14
12932026-08-05T04:12:09.374Z Downloaded petgraph v0.6.5
12942026-08-05T04:12:09.385Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-08-05T04:12:09.417Z Downloaded chrono-tz v0.10.4
12962026-08-05T04:12:09.429Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-08-05T04:12:09.451Z Downloaded petgraph v0.8.3
12982026-08-05T04:12:09.470Z Downloaded tokio v1.52.1
12992026-08-05T04:12:09.495Z Downloaded libz-sys v1.1.24
13002026-08-05T04:12:09.504Z Downloaded csv v1.4.0
13012026-08-05T04:12:09.531Z Downloaded encoding_rs v0.8.35
13022026-08-05T04:12:10.084Z Downloaded aws-lc-sys v0.40.0
13032026-08-05T04:12:10.347Z Compiling libc v0.2.185
13042026-08-05T04:12:10.347Z Compiling serde_core v1.0.228
13052026-08-05T04:12:10.351Z Compiling serde v1.0.228
13062026-08-05T04:12:10.352Z Compiling log v0.4.29
13072026-08-05T04:12:10.352Z Compiling smallvec v1.15.1
13082026-08-05T04:12:10.352Z Compiling find-msvc-tools v0.1.9
13092026-08-05T04:12:10.352Z Compiling shlex v1.3.0
13102026-08-05T04:12:10.352Z Compiling subtle v2.6.1
13112026-08-05T04:12:10.352Z Compiling scopeguard v1.2.0
13122026-08-05T04:12:10.352Z Compiling stable_deref_trait v1.2.1
13132026-08-05T04:12:10.352Z Compiling typenum v1.20.1
13142026-08-05T04:12:10.352Z Compiling zerocopy v0.8.40
13152026-08-05T04:12:10.476Z Compiling portable-atomic v1.13.1
13162026-08-05T04:12:10.540Z Compiling serde_json v1.0.151
13172026-08-05T04:12:10.549Z Compiling syn v2.0.117
13182026-08-05T04:12:10.563Z Compiling critical-section v1.2.0
13192026-08-05T04:12:10.659Z Compiling libm v0.2.16
13202026-08-05T04:12:10.685Z Compiling num-traits v0.2.19
13212026-08-05T04:12:10.692Z Compiling pkg-config v0.3.32
13222026-08-05T04:12:10.712Z Compiling lock_api v0.4.14
13232026-08-05T04:12:10.727Z Compiling generic-array v0.14.7
13242026-08-05T04:12:10.745Z Compiling getrandom v0.4.1
13252026-08-05T04:12:10.762Z Compiling parking_lot_core v0.9.12
13262026-08-05T04:12:10.793Z Compiling pin-project-lite v0.2.17
13272026-08-05T04:12:10.807Z Compiling const-oid v0.9.6
13282026-08-05T04:12:10.928Z Compiling rand_core v0.10.0
13292026-08-05T04:12:10.973Z Compiling futures-core v0.3.32
13302026-08-05T04:12:11.045Z Compiling litemap v0.8.1
13312026-08-05T04:12:11.091Z Compiling percent-encoding v2.3.2
13322026-08-05T04:12:11.123Z Compiling writeable v0.6.2
13332026-08-05T04:12:11.123Z Compiling icu_normalizer_data v2.1.1
13342026-08-05T04:12:11.156Z Compiling icu_properties_data v2.1.2
13352026-08-05T04:12:11.156Z Compiling getrandom v0.3.4
13362026-08-05T04:12:11.186Z Compiling futures-sink v0.3.32
13372026-08-05T04:12:11.234Z Compiling rustix v1.1.3
13382026-08-05T04:12:11.266Z Compiling futures-task v0.3.32
13392026-08-05T04:12:11.272Z Compiling futures-io v0.3.32
13402026-08-05T04:12:11.300Z Compiling futures-channel v0.3.32
13412026-08-05T04:12:11.316Z Compiling slab v0.4.12
13422026-08-05T04:12:11.336Z Compiling utf8_iter v1.0.4
13432026-08-05T04:12:11.428Z Compiling errno v0.3.14
13442026-08-05T04:12:11.443Z Compiling jobserver v0.1.34
13452026-08-05T04:12:11.461Z Compiling getrandom v0.2.17
13462026-08-05T04:12:11.531Z Compiling mio v1.2.0
13472026-08-05T04:12:11.540Z Compiling socket2 v0.6.3
13482026-08-05T04:12:11.560Z Compiling signal-hook-registry v1.4.8
13492026-08-05T04:12:11.572Z Compiling form_urlencoded v1.2.2
13502026-08-05T04:12:11.602Z Compiling rustversion v1.0.22
13512026-08-05T04:12:11.614Z Compiling rand_core v0.6.4
13522026-08-05T04:12:11.710Z Compiling cc v1.2.56
13532026-08-05T04:12:11.724Z Compiling parking_lot v0.12.5
13542026-08-05T04:12:11.758Z Compiling once_cell v1.21.3
13552026-08-05T04:12:11.825Z Compiling base64ct v1.8.3
13562026-08-05T04:12:11.843Z Compiling iana-time-zone v0.1.65
13572026-08-05T04:12:11.858Z Compiling flagset v0.4.7
13582026-08-05T04:12:11.858Z Compiling dunce v1.0.5
13592026-08-05T04:12:11.888Z Compiling ident_case v1.0.1
13602026-08-05T04:12:11.975Z Compiling regex-syntax v0.8.10
13612026-08-05T04:12:12.003Z Compiling fs_extra v1.3.0
13622026-08-05T04:12:12.018Z Compiling base64 v0.22.1
13632026-08-05T04:12:12.022Z Compiling vcpkg v0.2.15
13642026-08-05T04:12:12.030Z Compiling syn v1.0.109
13652026-08-05T04:12:12.076Z Compiling pem-rfc7468 v0.7.0
13662026-08-05T04:12:12.076Z Compiling rand_core v0.9.5
13672026-08-05T04:12:12.121Z Compiling tracing-core v0.1.36
13682026-08-05T04:12:12.143Z Compiling cpufeatures v0.2.17
13692026-08-05T04:12:12.165Z Compiling aws-lc-rs v1.16.3
13702026-08-05T04:12:12.238Z Compiling dyn-clone v1.0.20
13712026-08-05T04:12:12.298Z Compiling schemars v0.8.22
13722026-08-05T04:12:12.317Z Compiling spin v0.9.8
13732026-08-05T04:12:12.388Z Compiling openssl-probe v0.2.1
13742026-08-05T04:12:12.424Z Compiling crc32fast v1.5.0
13752026-08-05T04:12:12.436Z Compiling cmov v0.5.4
13762026-08-05T04:12:12.455Z Compiling tinyvec_macros v0.1.1
13772026-08-05T04:12:12.527Z Compiling cmake v0.1.57
13782026-08-05T04:12:12.540Z Compiling httparse v1.10.1
13792026-08-05T04:12:12.571Z Compiling tinyvec v1.10.0
13802026-08-05T04:12:12.585Z Compiling aho-corasick v1.1.4
13812026-08-05T04:12:12.599Z Compiling tower-layer v0.3.3
13822026-08-05T04:12:12.599Z Compiling tower-service v0.3.3
13832026-08-05T04:12:12.665Z Compiling ctutils v0.4.2
13842026-08-05T04:12:12.747Z Compiling try-lock v0.2.5
13852026-08-05T04:12:12.752Z Compiling radium v0.7.0
13862026-08-05T04:12:12.775Z Compiling untrusted v0.7.1
13872026-08-05T04:12:12.790Z Compiling atomic-waker v1.1.2
13882026-08-05T04:12:12.819Z Compiling bitflags v2.11.0
13892026-08-05T04:12:12.879Z Compiling semver v1.0.28
13902026-08-05T04:12:12.917Z Compiling indexmap v2.14.0
13912026-08-05T04:12:12.932Z Compiling uuid v1.23.4
13922026-08-05T04:12:12.949Z Compiling want v0.3.1
13932026-08-05T04:12:13.012Z Compiling maybe-uninit v2.0.0
13942026-08-05T04:12:13.066Z Compiling foreign-types-shared v0.1.1
13952026-08-05T04:12:13.081Z Compiling simd-adler32 v0.3.8
13962026-08-05T04:12:13.140Z Compiling rustc_version v0.4.1
13972026-08-05T04:12:13.173Z Compiling httpdate v1.0.3
13982026-08-05T04:12:13.194Z Compiling untrusted v0.9.0
13992026-08-05T04:12:13.233Z Compiling rustls v0.23.41
14002026-08-05T04:12:13.297Z Compiling tap v1.0.1
14012026-08-05T04:12:13.332Z Compiling openssl v0.10.80
14022026-08-05T04:12:13.361Z Compiling foreign-types v0.3.2
14032026-08-05T04:12:13.392Z Compiling aws-lc-sys v0.40.0
14042026-08-05T04:12:13.420Z Compiling openssl-sys v0.9.117
14052026-08-05T04:12:13.436Z Compiling wyz v0.5.1
14062026-08-05T04:12:13.443Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14072026-08-05T04:12:13.450Z Compiling bzip2-sys v0.1.13+1.0.8
14082026-08-05T04:12:13.499Z Compiling unicode-normalization v0.1.25
14092026-08-05T04:12:13.586Z Compiling regex-automata v0.4.14
14102026-08-05T04:12:13.624Z Compiling synstructure v0.13.2
14112026-08-05T04:12:13.643Z Compiling serde_derive_internals v0.29.1
14122026-08-05T04:12:13.670Z Compiling pest_generator v2.8.6
14132026-08-05T04:12:13.683Z Compiling darling_core v0.20.11
14142026-08-05T04:12:13.787Z Compiling num-integer v0.1.46
14152026-08-05T04:12:13.892Z Compiling wait-timeout v0.2.1
14162026-08-05T04:12:14.005Z Compiling tempfile v3.25.0
14172026-08-05T04:12:14.053Z Compiling terminal_size v0.4.3
14182026-08-05T04:12:14.145Z Compiling ahash v0.8.12
14192026-08-05T04:12:14.178Z Compiling packed_struct v0.10.1
14202026-08-05T04:12:14.214Z Compiling time-core v0.1.8
14212026-08-05T04:12:14.259Z Compiling num-bigint-dig v0.8.6
14222026-08-05T04:12:14.272Z Compiling num-conv v0.2.0
14232026-08-05T04:12:14.375Z Compiling bit-vec v0.8.0
14242026-08-05T04:12:14.390Z Compiling adler2 v2.0.1
14252026-08-05T04:12:14.411Z Compiling quick-error v1.2.3
14262026-08-05T04:12:14.422Z Compiling funty v2.0.0
14272026-08-05T04:12:14.438Z Compiling powerfmt v0.2.0
14282026-08-05T04:12:14.454Z Compiling native-tls v0.2.18
14292026-08-05T04:12:14.513Z Compiling rusty-fork v0.3.1
14302026-08-05T04:12:14.524Z Compiling miniz_oxide v0.8.9
14312026-08-05T04:12:14.537Z Compiling time-macros v0.2.27
14322026-08-05T04:12:14.554Z Compiling clap_builder v4.6.0
14332026-08-05T04:12:14.595Z Compiling bit-set v0.8.0
14342026-08-05T04:12:14.610Z Compiling deranged v0.5.8
14352026-08-05T04:12:14.643Z Compiling num-iter v0.1.45
14362026-08-05T04:12:14.775Z Compiling bitvec v1.0.1
14372026-08-05T04:12:14.792Z Compiling lazy_static v1.5.0
14382026-08-05T04:12:14.805Z Compiling rand_xorshift v0.4.0
14392026-08-05T04:12:14.851Z Compiling anstyle-parse v0.2.7
14402026-08-05T04:12:14.893Z Compiling sync_wrapper v1.0.2
14412026-08-05T04:12:14.982Z Compiling indexmap v1.9.3
14422026-08-05T04:12:15.014Z Compiling unicode-segmentation v1.12.0
14432026-08-05T04:12:15.041Z Compiling crc-catalog v2.4.0
14442026-08-05T04:12:15.058Z Compiling usdt-impl v0.6.0
14452026-08-05T04:12:15.145Z Compiling paste v1.0.15
14462026-08-05T04:12:15.163Z Compiling siphasher v1.0.2
14472026-08-05T04:12:15.192Z Compiling num_threads v0.1.7
14482026-08-05T04:12:15.280Z Compiling crossbeam-utils v0.8.21
14492026-08-05T04:12:15.308Z Compiling nodrop v0.1.14
14502026-08-05T04:12:15.377Z Compiling zlib-rs v0.6.2
14512026-08-05T04:12:15.413Z Compiling unarray v0.1.4
14522026-08-05T04:12:15.431Z Compiling array-init v0.0.4
14532026-08-05T04:12:15.445Z Compiling serde_derive v1.0.228
14542026-08-05T04:12:15.448Z Compiling zeroize_derive v1.5.0
14552026-08-05T04:12:15.539Z Compiling zerocopy-derive v0.8.40
14562026-08-05T04:12:15.590Z Compiling zerofrom-derive v0.1.6
14572026-08-05T04:12:15.644Z Compiling yoke-derive v0.8.1
14582026-08-05T04:12:15.659Z Compiling zerovec-derive v0.11.2
14592026-08-05T04:12:15.671Z Compiling displaydoc v0.2.5
14602026-08-05T04:12:15.782Z Compiling tokio-macros v2.7.0
14612026-08-05T04:12:16.105Z Compiling futures-macro v0.3.32
14622026-08-05T04:12:16.192Z Compiling zeroize v1.9.0
14632026-08-05T04:12:16.298Z Compiling thiserror-impl v2.0.18
14642026-08-05T04:12:16.476Z Compiling der_derive v0.7.3
14652026-08-05T04:12:16.535Z Compiling tracing-attributes v0.1.31
14662026-08-05T04:12:16.564Z Compiling rustls-pki-types v1.14.0
14672026-08-05T04:12:16.851Z Compiling schemars_derive v0.8.22
14682026-08-05T04:12:16.873Z Compiling hybrid-array v0.4.13
14692026-08-05T04:12:16.960Z Compiling crypto-common v0.1.7
14702026-08-05T04:12:17.015Z Compiling block-buffer v0.10.4
14712026-08-05T04:12:17.037Z Compiling futures-util v0.3.32
14722026-08-05T04:12:17.067Z Compiling zerofrom v0.1.6
14732026-08-05T04:12:17.138Z Compiling pest_derive v2.8.6
14742026-08-05T04:12:17.210Z Compiling yoke v0.8.1
14752026-08-05T04:12:17.224Z Compiling digest v0.10.7
14762026-08-05T04:12:17.419Z Compiling zerovec v0.11.5
14772026-08-05T04:12:17.472Z Compiling zerotrie v0.2.3
14782026-08-05T04:12:17.500Z Compiling der v0.7.10
14792026-08-05T04:12:17.638Z Compiling sha2 v0.10.9
14802026-08-05T04:12:17.690Z Compiling thiserror v2.0.18
14812026-08-05T04:12:17.708Z Compiling scroll_derive v0.13.1
14822026-08-05T04:12:17.735Z Compiling signature v2.2.0
14832026-08-05T04:12:17.810Z Compiling darling_macro v0.20.11
14842026-08-05T04:12:17.837Z Compiling openssl-macros v0.1.1
14852026-08-05T04:12:17.881Z Compiling thiserror-impl v1.0.69
14862026-08-05T04:12:17.917Z Compiling tinystr v0.8.2
14872026-08-05T04:12:17.940Z Compiling potential_utf v0.1.4
14882026-08-05T04:12:17.983Z Compiling tracing v0.1.44
14892026-08-05T04:12:18.125Z Compiling icu_locale_core v2.1.1
14902026-08-05T04:12:18.147Z Compiling icu_collections v2.1.1
14912026-08-05T04:12:18.186Z Compiling hmac v0.12.1
14922026-08-05T04:12:18.288Z Compiling packed_struct_codegen v0.10.1
14932026-08-05T04:12:18.349Z Compiling darling v0.20.11
14942026-08-05T04:12:18.373Z Compiling spki v0.7.3
14952026-08-05T04:12:18.443Z Compiling zerocopy-derive v0.6.6
14962026-08-05T04:12:18.574Z Compiling pkcs8 v0.10.2
14972026-08-05T04:12:18.599Z Compiling scroll v0.13.0
14982026-08-05T04:12:18.656Z Compiling clap_derive v4.6.1
14992026-08-05T04:12:18.709Z Compiling bitfield-macros v0.19.4
15002026-08-05T04:12:18.789Z Compiling pkcs1 v0.7.5
15012026-08-05T04:12:18.840Z Compiling icu_provider v2.1.1
15022026-08-05T04:12:18.884Z Compiling goblin v0.10.5
15032026-08-05T04:12:18.977Z Compiling bytes v1.11.1
15042026-08-05T04:12:19.008Z Compiling chrono v0.4.45
15052026-08-05T04:12:19.037Z Compiling ipnet v2.11.0
15062026-08-05T04:12:19.160Z Compiling icu_normalizer v2.1.1
15072026-08-05T04:12:19.184Z Compiling icu_properties v2.1.2
15082026-08-05T04:12:19.223Z Compiling hex v0.4.3
15092026-08-05T04:12:19.324Z Compiling thiserror v1.0.69
15102026-08-05T04:12:19.399Z Compiling serde_spanned v0.6.9
15112026-08-05T04:12:19.440Z Compiling toml_datetime v0.6.11
15122026-08-05T04:12:19.456Z Compiling tokio v1.52.1
15132026-08-05T04:12:19.470Z Compiling http v1.4.2
15142026-08-05T04:12:19.509Z Compiling bitfield v0.19.4
15152026-08-05T04:12:19.565Z Compiling zerocopy v0.6.6
15162026-08-05T04:12:19.616Z Compiling derive_builder_core v0.20.2
15172026-08-05T04:12:19.710Z Compiling flate2 v1.1.9
15182026-08-05T04:12:19.724Z Compiling dtrace-parser v0.3.0
15192026-08-05T04:12:19.815Z Compiling time v0.3.47
15202026-08-05T04:12:20.019Z Compiling ppv-lite86 v0.2.21
15212026-08-05T04:12:20.122Z Compiling idna_adapter v1.2.1
15222026-08-05T04:12:20.199Z Compiling http-body v1.0.1
15232026-08-05T04:12:20.286Z Compiling idna v1.1.0
15242026-08-05T04:12:20.300Z Compiling rand_chacha v0.9.0
15252026-08-05T04:12:20.363Z Compiling rand_chacha v0.3.1
15262026-08-05T04:12:20.381Z Compiling http-body-util v0.1.3
15272026-08-05T04:12:20.511Z Compiling structmeta-derive v0.3.0
15282026-08-05T04:12:20.520Z Compiling clap v4.6.1
15292026-08-05T04:12:20.520Z Compiling scroll_derive v0.12.1
15302026-08-05T04:12:20.575Z Compiling rand v0.9.2
15312026-08-05T04:12:20.642Z Compiling url v2.5.8
15322026-08-05T04:12:20.657Z Compiling rand v0.8.6
15332026-08-05T04:12:20.912Z Compiling crc v3.4.0
15342026-08-05T04:12:20.931Z Compiling anstream v0.6.21
15352026-08-05T04:12:21.004Z Compiling smallvec v0.6.14
15362026-08-05T04:12:21.083Z Compiling darling_core v0.23.0
15372026-08-05T04:12:21.128Z Compiling heapless v0.7.17
15382026-08-05T04:12:21.171Z Compiling slog v2.8.2
15392026-08-05T04:12:21.251Z Compiling proptest v1.11.0
15402026-08-05T04:12:21.256Z Compiling thread-id v5.1.0
15412026-08-05T04:12:21.352Z Compiling env_filter v1.0.0
15422026-08-05T04:12:21.378Z Compiling cookie v0.18.1
15432026-08-05T04:12:21.391Z Compiling zstd-safe v7.2.4
15442026-08-05T04:12:21.422Z Compiling signal-hook v0.3.18
15452026-08-05T04:12:21.444Z Compiling winnow v0.5.40
15462026-08-05T04:12:21.496Z Compiling base64 v0.21.7
15472026-08-05T04:12:21.523Z Compiling anyhow v1.0.102
15482026-08-05T04:12:21.538Z Compiling hashbrown v0.12.3
15492026-08-05T04:12:21.591Z Compiling unicode-properties v0.1.4
15502026-08-05T04:12:21.605Z Compiling allocator-api2 v0.2.21
15512026-08-05T04:12:21.622Z Compiling unicode-bidi v0.3.18
15522026-08-05T04:12:21.626Z Compiling iri-string v0.7.10
15532026-08-05T04:12:21.667Z Compiling dof v0.4.0
15542026-08-05T04:12:21.818Z Compiling ryu v1.0.23
15552026-08-05T04:12:21.834Z Compiling ron v0.8.1
15562026-08-05T04:12:21.952Z Compiling serde_urlencoded v0.7.1
15572026-08-05T04:12:22.034Z Compiling ipnetwork v0.21.1
15582026-08-05T04:12:22.078Z Compiling stringprep v0.1.5
15592026-08-05T04:12:22.203Z Compiling structmeta v0.3.0
15602026-08-05T04:12:22.277Z Compiling oxnet v0.1.6
15612026-08-05T04:12:22.439Z Compiling rsa v0.9.10
15622026-08-05T04:12:22.535Z Compiling env_logger v0.11.9
15632026-08-05T04:12:22.621Z Compiling scroll v0.12.0
15642026-08-05T04:12:22.635Z Compiling serde-hex v0.1.0
15652026-08-05T04:12:22.739Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15662026-08-05T04:12:22.792Z Compiling toml_edit v0.19.15
15672026-08-05T04:12:22.873Z Compiling camino v1.2.2
15682026-08-05T04:12:22.902Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15692026-08-05T04:12:22.905Z Compiling hashbrown v0.13.2
15702026-08-05T04:12:22.930Z Compiling derive_builder_macro v0.20.2
15712026-08-05T04:12:23.172Z Compiling bzip2 v0.4.4
15722026-08-05T04:12:23.243Z Compiling serde_tokenstream v0.2.3
15732026-08-05T04:12:23.270Z Compiling erased-serde v0.3.31
15742026-08-05T04:12:23.399Z Compiling tokio-util v0.7.18
15752026-08-05T04:12:23.416Z Compiling tower v0.5.3
15762026-08-05T04:12:23.446Z Compiling tokio-native-tls v0.3.1
15772026-08-05T04:12:23.472Z Compiling x509-cert v0.2.5
15782026-08-05T04:12:23.531Z Compiling block-buffer v0.12.1
15792026-08-05T04:12:23.583Z Compiling crypto-common v0.2.2
15802026-08-05T04:12:23.646Z Compiling block-padding v0.4.2
15812026-08-05T04:12:23.661Z Compiling darling_macro v0.23.0
15822026-08-05T04:12:23.746Z Compiling newtype-uuid v1.3.2
15832026-08-05T04:12:23.789Z Compiling md-5 v0.10.6
15842026-08-05T04:12:23.824Z Compiling tower-http v0.6.8
15852026-08-05T04:12:23.917Z Compiling rustls-native-certs v0.8.3
15862026-08-05T04:12:23.966Z Compiling bstr v1.12.1
15872026-08-05T04:12:24.097Z Compiling async-trait v0.1.89
15882026-08-05T04:12:24.176Z Compiling h2 v0.4.15
15892026-08-05T04:12:24.231Z Compiling zerocopy-derive v0.7.35
15902026-08-05T04:12:24.246Z Compiling pin-project-internal v1.1.11
15912026-08-05T04:12:24.383Z Compiling daft-derive v0.1.7
15922026-08-05T04:12:24.472Z Compiling heck v0.4.1
15932026-08-05T04:12:24.637Z Compiling curve25519-dalek v4.1.3
15942026-08-05T04:12:24.713Z Compiling vergen-lib v9.1.0
15952026-08-05T04:12:24.902Z Compiling hash32 v0.2.1
15962026-08-05T04:12:24.984Z Compiling encoding_rs v0.8.35
15972026-08-05T04:12:25.122Z Compiling memoffset v0.9.1
15982026-08-05T04:12:25.125Z Compiling rustix v0.38.44
15992026-08-05T04:12:25.158Z Compiling cfg_aliases v0.2.1
16002026-08-05T04:12:25.173Z Compiling crc-any v2.5.0
16012026-08-05T04:12:25.176Z Compiling smoltcp v0.9.1
16022026-08-05T04:12:25.243Z Compiling mime v0.3.17
16032026-08-05T04:12:25.336Z Compiling psl-types v2.0.11
16042026-08-05T04:12:25.350Z Compiling ref-cast v1.0.25
16052026-08-05T04:12:25.365Z Compiling fallible-iterator v0.2.0
16062026-08-05T04:12:25.403Z Compiling litrs v1.0.0
16072026-08-05T04:12:25.433Z Compiling pin-project v1.1.11
16082026-08-05T04:12:25.458Z Compiling publicsuffix v2.3.0
16092026-08-05T04:12:25.523Z Compiling nix v0.31.2
16102026-08-05T04:12:25.539Z Compiling daft v0.1.7
16112026-08-05T04:12:25.553Z Compiling zerocopy v0.7.35
16122026-08-05T04:12:25.641Z Compiling snafu-derive v0.8.9
16132026-08-05T04:12:25.657Z Compiling postgres-protocol v0.6.10
16142026-08-05T04:12:25.695Z Compiling darling v0.23.0
16152026-08-05T04:12:25.701Z Compiling toml v0.7.8
16162026-08-05T04:12:25.728Z Compiling inout v0.2.2
16172026-08-05T04:12:25.839Z Compiling derive_builder v0.20.2
16182026-08-05T04:12:25.951Z Compiling object v0.30.4
16192026-08-05T04:12:25.966Z Compiling zip v0.6.6
16202026-08-05T04:12:25.980Z Compiling document-features v0.2.12
16212026-08-05T04:12:26.026Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16222026-08-05T04:12:26.150Z Compiling goblin v0.8.2
16232026-08-05T04:12:26.218Z Compiling derive-ex v0.1.8
16242026-08-05T04:12:26.247Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16252026-08-05T04:12:26.563Z Compiling futures-executor v0.3.32
16262026-08-05T04:12:26.598Z Compiling hubpack_derive v0.1.1
16272026-08-05T04:12:26.601Z Compiling regex v1.12.3
16282026-08-05T04:12:26.698Z Compiling curve25519-dalek-derive v0.1.1
16292026-08-05T04:12:26.764Z Compiling strum_macros v0.27.2
16302026-08-05T04:12:26.847Z Compiling ref-cast-impl v1.0.25
16312026-08-05T04:12:26.886Z Compiling phf_shared v0.13.1
16322026-08-05T04:12:26.906Z Compiling cargo-platform v0.3.2
16332026-08-05T04:12:27.048Z Compiling vergen v9.1.0
16342026-08-05T04:12:27.098Z Compiling ff v0.13.1
16352026-08-05T04:12:27.148Z Compiling fs-err v3.3.0
16362026-08-05T04:12:27.209Z Compiling libbz2-rs-sys v0.2.2
16372026-08-05T04:12:27.248Z Compiling foldhash v0.2.0
16382026-08-05T04:12:27.262Z Compiling jiff-core v0.1.0
16392026-08-05T04:12:27.363Z Compiling base16ct v0.2.0
16402026-08-05T04:12:27.390Z Compiling same-file v1.0.6
16412026-08-05T04:12:27.433Z Compiling hyper v1.10.1
16422026-08-05T04:12:27.492Z Compiling bumpalo v3.20.2
16432026-08-05T04:12:27.558Z Compiling bitflags v1.3.2
16442026-08-05T04:12:27.573Z Compiling managed v0.8.0
16452026-08-05T04:12:27.651Z Compiling object v0.37.3
16462026-08-05T04:12:27.668Z Compiling path-slash v0.1.5
16472026-08-05T04:12:27.704Z Compiling foldhash v0.1.5
16482026-08-05T04:12:27.808Z Compiling snafu v0.8.9
16492026-08-05T04:12:27.822Z Compiling zopfli v0.8.3
16502026-08-05T04:12:27.899Z Compiling hashbrown v0.15.5
16512026-08-05T04:12:27.919Z Compiling bzip2 v0.6.1
16522026-08-05T04:12:27.959Z Compiling test-strategy v0.4.5
16532026-08-05T04:12:27.997Z Compiling walkdir v2.5.0
16542026-08-05T04:12:28.147Z Compiling jiff v0.2.34
16552026-08-05T04:12:28.186Z Compiling sec1 v0.7.3
16562026-08-05T04:12:28.322Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16572026-08-05T04:12:28.460Z Compiling dof v0.3.0
16582026-08-05T04:12:28.478Z Compiling hashbrown v0.16.1
16592026-08-05T04:12:28.541Z Compiling group v0.13.0
16602026-08-05T04:12:28.602Z Compiling hyper-util v0.1.20
16612026-08-05T04:12:28.625Z Compiling hubpack v0.1.2
16622026-08-05T04:12:28.736Z Compiling cargo_metadata v0.23.1
16632026-08-05T04:12:28.815Z Compiling strum v0.27.2
16642026-08-05T04:12:28.884Z Compiling phf v0.13.1
16652026-08-05T04:12:28.895Z Compiling futures v0.3.32
16662026-08-05T04:12:28.991Z Compiling cookie_store v0.22.1
16672026-08-05T04:12:29.046Z Compiling signal-hook-mio v0.2.5
16682026-08-05T04:12:29.075Z Compiling zstd v0.13.3
16692026-08-05T04:12:29.097Z Compiling postgres-types v0.2.12
16702026-08-05T04:12:29.202Z Compiling cipher v0.5.2
16712026-08-05T04:12:29.216Z Compiling serde_with_macros v3.21.0
16722026-08-05T04:12:29.460Z Compiling globset v0.4.18
16732026-08-05T04:12:29.487Z Compiling usdt-attr-macro v0.6.0
16742026-08-05T04:12:29.540Z Compiling usdt-macro v0.6.0
16752026-08-05T04:12:29.679Z Compiling byte-wrapper v0.1.0
16762026-08-05T04:12:29.682Z Compiling dtrace-parser v0.2.0
16772026-08-05T04:12:29.738Z Compiling serde-big-array v0.5.1
16782026-08-05T04:12:29.764Z Compiling serde_plain v1.0.2
16792026-08-05T04:12:29.891Z Compiling olpc-cjson v0.1.4
16802026-08-05T04:12:29.976Z Compiling ed25519 v2.2.3
16812026-08-05T04:12:30.026Z Compiling hyper-tls v0.6.0
16822026-08-05T04:12:30.063Z Compiling hkdf v0.12.4
16832026-08-05T04:12:30.107Z Compiling crypto-bigint v0.5.5
16842026-08-05T04:12:30.148Z Compiling strum_macros v0.26.4
16852026-08-05T04:12:30.254Z Compiling reqwest v0.12.28
16862026-08-05T04:12:30.287Z Compiling serde_repr v0.1.20
16872026-08-05T04:12:30.336Z Compiling async-recursion v1.1.1
16882026-08-05T04:12:30.353Z Compiling enum-as-inner v0.6.1
16892026-08-05T04:12:30.407Z Compiling phf_shared v0.11.3
16902026-08-05T04:12:30.419Z Compiling float-cmp v0.10.0
16912026-08-05T04:12:30.439Z Compiling pem v3.0.6
16922026-08-05T04:12:30.479Z Compiling thread-id v4.2.2
16932026-08-05T04:12:30.574Z Compiling memmap2 v0.9.10
16942026-08-05T04:12:30.587Z Compiling keccak v0.1.6
16952026-08-05T04:12:30.604Z Compiling typed-path v0.9.3
16962026-08-05T04:12:30.777Z Compiling winnow v1.0.3
16972026-08-05T04:12:30.810Z Compiling normalize-line-endings v0.3.0
16982026-08-05T04:12:30.849Z Compiling whoami v2.1.0
16992026-08-05T04:12:30.922Z Compiling new_debug_unreachable v1.0.6
17002026-08-05T04:12:30.964Z Compiling precomputed-hash v0.1.1
17012026-08-05T04:12:30.984Z Compiling static_assertions v1.1.0
17022026-08-05T04:12:31.008Z Compiling data-encoding v2.10.0
17032026-08-05T04:12:31.070Z Compiling cpufeatures v0.3.0
17042026-08-05T04:12:31.086Z Compiling either v1.15.0
17052026-08-05T04:12:31.091Z Compiling fixedbitset v0.4.2
17062026-08-05T04:12:31.163Z Compiling predicates-core v1.0.10
17072026-08-05T04:12:31.174Z Compiling const-oid v0.10.2
17082026-08-05T04:12:31.283Z Compiling difflib v0.4.0
17092026-08-05T04:12:31.323Z Compiling fixedbitset v0.5.7
17102026-08-05T04:12:31.337Z Compiling toml_edit v0.22.27
17112026-08-05T04:12:31.355Z Compiling digest v0.11.3
17122026-08-05T04:12:31.395Z Compiling hickory-proto v0.25.2
17132026-08-05T04:12:31.399Z Compiling itertools v0.13.0
17142026-08-05T04:12:31.531Z Compiling petgraph v0.8.3
17152026-08-05T04:12:31.600Z Compiling predicates v3.1.4
17162026-08-05T04:12:31.646Z Compiling petgraph v0.6.5
17172026-08-05T04:12:31.730Z Compiling chacha20 v0.10.0
17182026-08-05T04:12:31.782Z Compiling elliptic-curve v0.13.8
17192026-08-05T04:12:31.859Z Compiling tokio-postgres v0.7.16
17202026-08-05T04:12:31.925Z Compiling toml_parser v1.1.2+spec-1.1.0
17212026-08-05T04:12:31.976Z Compiling strum v0.26.3
17222026-08-05T04:12:32.123Z Compiling string_cache v0.8.9
17232026-08-05T04:12:32.127Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17242026-08-05T04:12:32.212Z Compiling sha3 v0.10.8
17252026-08-05T04:12:32.267Z Compiling usdt v0.6.0
17262026-08-05T04:12:32.309Z Compiling usdt-impl v0.5.0
17272026-08-05T04:12:32.371Z Compiling serde_with v3.21.0
17282026-08-05T04:12:32.378Z Compiling zip v4.6.1
17292026-08-05T04:12:32.553Z Compiling crossterm v0.28.1
17302026-08-05T04:12:32.586Z Compiling ed25519-dalek v2.2.0
17312026-08-05T04:12:32.696Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17322026-08-05T04:12:33.121Z Compiling iddqd v0.4.2
17332026-08-05T04:12:33.352Z Compiling similar v2.7.0
17342026-08-05T04:12:33.512Z Compiling tokio-stream v0.1.18
17352026-08-05T04:12:33.567Z Compiling crossbeam-epoch v0.9.18
17362026-08-05T04:12:33.854Z Compiling buf-list v1.1.2
17372026-08-05T04:12:33.915Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17382026-08-05T04:12:33.981Z Compiling openapiv3 v2.2.0
17392026-08-05T04:12:34.094Z Compiling lalrpop-util v0.19.12
17402026-08-05T04:12:34.149Z Compiling peg-runtime v0.8.5
17412026-08-05T04:12:34.163Z Compiling thread_local v1.1.9
17422026-08-05T04:12:34.187Z Compiling slog-async v2.8.0
17432026-08-05T04:12:34.213Z Compiling crossbeam-channel v0.5.15
17442026-08-05T04:12:34.233Z Compiling filetime v0.2.27
17452026-08-05T04:12:34.251Z Compiling is-terminal v0.4.17
17462026-08-05T04:12:34.255Z Compiling xattr v1.6.1
17472026-08-05T04:12:34.285Z Compiling take_mut v0.2.2
17482026-08-05T04:12:34.354Z Compiling term v1.2.1
17492026-08-05T04:12:34.408Z Compiling tar v0.4.46
17502026-08-05T04:12:34.423Z Compiling camino-tempfile v1.4.1
17512026-08-05T04:12:34.668Z Compiling slog-term v2.9.2
17522026-08-05T04:12:52.072Z Compiling rustls-webpki v0.103.13
17532026-08-05T04:12:54.778Z Compiling tokio-rustls v0.26.4
17542026-08-05T04:12:54.778Z Compiling rustls-platform-verifier v0.6.2
17552026-08-05T04:12:54.778Z Compiling tough v0.22.0
17562026-08-05T04:12:54.979Z Compiling hyper-rustls v0.27.7
17572026-08-05T04:12:55.160Z Compiling reqwest v0.13.2
17582026-08-05T04:12:57.308Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17592026-08-05T04:12:57.539Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17602026-08-05T04:13:00.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.90s
17612026-08-05T04:13:00.852Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17622026-08-05T04:13:00.907ZAug 05 04:12:59.890 INFO Starting download, target: Cockroach
17632026-08-05T04:13:00.907ZAug 05 04:12:59.891 INFO Starting download, target: Console
17642026-08-05T04:13:00.907ZAug 05 04:12:59.891 INFO Starting download, target: Clickhouse
17652026-08-05T04:13:00.907ZAug 05 04:12:59.891 INFO Starting download, target: DendriteStub
17662026-08-05T04:13:00.910ZAug 05 04:12:59.891 INFO Starting download, target: MaghemiteMgd
17672026-08-05T04:13:00.910ZAug 05 04:12:59.891 INFO Starting download, target: MaghemiteDdmd
17682026-08-05T04:13:00.910ZAug 05 04:12:59.891 INFO Starting download, target: TransceiverControl
17692026-08-05T04:13:00.910ZAug 05 04:12:59.891 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17702026-08-05T04:13:00.910ZAug 05 04:12:59.891 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17712026-08-05T04:13:00.910ZAug 05 04:12:59.891 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17722026-08-05T04:13:00.910ZAug 05 04:12:59.891 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17732026-08-05T04:13:00.910ZAug 05 04:12:59.891 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17742026-08-05T04:13:00.911ZAug 05 04:12:59.891 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17752026-08-05T04:13:00.911ZAug 05 04:12:59.891 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17762026-08-05T04:13:01.443ZAug 05 04:13:00.415 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17772026-08-05T04:13:01.648ZAug 05 04:13:00.622 INFO Download complete, target: TransceiverControl
17782026-08-05T04:13:02.751ZAug 05 04:13:01.722 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17792026-08-05T04:13:03.000ZAug 05 04:13:01.983 INFO Download complete, target: Console
17802026-08-05T04:13:03.027ZAug 05 04:13:02.008 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17812026-08-05T04:13:03.074ZAug 05 04:13:02.057 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17822026-08-05T04:13:03.117ZAug 05 04:13:02.099 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17832026-08-05T04:13:03.280ZAug 05 04:13:02.263 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17842026-08-05T04:13:03.528ZAug 05 04:13:02.511 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17852026-08-05T04:13:03.528ZAug 05 04:13:02.511 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17862026-08-05T04:13:05.007ZAug 05 04:13:03.975 INFO Download complete, target: MaghemiteDdmd
17872026-08-05T04:13:05.906ZAug 05 04:13:04.879 INFO Download complete, target: DendriteStub
17882026-08-05T04:13:06.015ZAug 05 04:13:04.978 INFO Download complete, target: MaghemiteMgd
17892026-08-05T04:13:08.329ZAug 05 04:13:07.284 INFO Checking that binary works, target: Cockroach
17902026-08-05T04:13:08.433ZAug 05 04:13:07.408 INFO Download complete, target: Cockroach
17912026-08-05T04:13:10.078ZAug 05 04:13:09.061 INFO Checking that binary works, target: Clickhouse
17922026-08-05T04:13:10.165ZAug 05 04:13:09.148 INFO Download complete, target: Clickhouse
17932026-08-05T04:13:10.171ZAll prerequisites installed successfully
17942026-08-05T04:13:10.174Z
17952026-08-05T04:13:10.174Zreal 1:52.643365074
17962026-08-05T04:13:10.174Zuser 7:10.580721078
17972026-08-05T04:13:10.174Zsys 1:44.069621003
17982026-08-05T04:13:10.174Ztrap 0.325830747
17992026-08-05T04:13:10.174Ztflt 0.857463905
18002026-08-05T04:13:10.174Zdflt 1.520311250
18012026-08-05T04:13:10.174Zkflt 0.028159539
18022026-08-05T04:13:10.174Zlock 28:10.147024810
18032026-08-05T04:13:10.174Zslp 19:44.094230048
18042026-08-05T04:13:10.174Zlat 29.559622913
18052026-08-05T04:13:10.174Zstop 3:24.785979493
18062026-08-05T04:13:10.174Z+ ptime -m cargo xtask download softnpu
18072026-08-05T04:13:10.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18082026-08-05T04:13:10.670Z Running `target/debug/xtask download softnpu`
18092026-08-05T04:13:11.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18102026-08-05T04:13:11.526Z Running `target/debug/xtask-downloader softnpu`
18112026-08-05T04:13:11.579ZAug 05 04:13:10.553 INFO Starting download, target: Softnpu
18122026-08-05T04:13:11.591ZAug 05 04:13:10.553 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18132026-08-05T04:13:12.129ZAug 05 04:13:11.112 INFO Download complete, target: Softnpu
18142026-08-05T04:13:12.133Z
18152026-08-05T04:13:12.137Zreal 1.954873526
18162026-08-05T04:13:12.137Zuser 1.334212327
18172026-08-05T04:13:12.137Zsys 0.639545704
18182026-08-05T04:13:12.137Ztrap 0.000498620
18192026-08-05T04:13:12.137Ztflt 0.000173610
18202026-08-05T04:13:12.137Zdflt 0.000052960
18212026-08-05T04:13:12.137Zkflt 0.000000000
18222026-08-05T04:13:12.137Zlock 10.637532331
18232026-08-05T04:13:12.137Zslp 0.427549082
18242026-08-05T04:13:12.137Zlat 0.093506283
18252026-08-05T04:13:12.137Zstop 0.000180030
18262026-08-05T04:13:12.137Z+ export CARGO_INCREMENTAL=0
18272026-08-05T04:13:12.137Z+ CARGO_INCREMENTAL=0
18282026-08-05T04:13:12.137Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18292026-08-05T04:13:13.050Z Compiling proc-macro2 v1.0.106
18302026-08-05T04:13:13.050Z Compiling quote v1.0.45
18312026-08-05T04:13:13.050Z Compiling unicode-ident v1.0.24
18322026-08-05T04:13:13.053Z Compiling libc v0.2.185
18332026-08-05T04:13:13.054Z Compiling serde_core v1.0.228
18342026-08-05T04:13:13.054Z Compiling serde v1.0.228
18352026-08-05T04:13:13.054Z Compiling cfg-if v1.0.4
18362026-08-05T04:13:13.054Z Compiling version_check v0.9.5
18372026-08-05T04:13:13.054Z Compiling autocfg v1.5.0
18382026-08-05T04:13:13.199Z Compiling find-msvc-tools v0.1.9
18392026-08-05T04:13:13.203Z Compiling shlex v1.3.0
18402026-08-05T04:13:13.203Z Compiling memchr v2.8.0
18412026-08-05T04:13:13.215Z Compiling zmij v1.0.21
18422026-08-05T04:13:13.220Z Compiling serde_json v1.0.151
18432026-08-05T04:13:13.331Z Compiling portable-atomic v1.13.1
18442026-08-05T04:13:13.345Z Compiling zerocopy v0.8.40
18452026-08-05T04:13:13.494Z Compiling libm v0.2.16
18462026-08-05T04:13:13.553Z Compiling getrandom v0.4.1
18472026-08-05T04:13:13.556Z Compiling parking_lot_core v0.9.12
18482026-08-05T04:13:13.587Z Compiling icu_properties_data v2.1.2
18492026-08-05T04:13:13.591Z Compiling icu_normalizer_data v2.1.1
18502026-08-05T04:13:13.646Z Compiling smallvec v1.15.1
18512026-08-05T04:13:13.747Z Compiling generic-array v0.14.7
18522026-08-05T04:13:13.858Z Compiling num-traits v0.2.19
18532026-08-05T04:13:13.903Z Compiling itoa v1.0.17
18542026-08-05T04:13:13.927Z Compiling log v0.4.29
18552026-08-05T04:13:13.937Z Compiling pkg-config v0.3.32
18562026-08-05T04:13:13.940Z Compiling subtle v2.6.1
18572026-08-05T04:13:13.953Z Compiling typenum v1.20.1
18582026-08-05T04:13:13.996Z Compiling stable_deref_trait v1.2.1
18592026-08-05T04:13:14.117Z Compiling getrandom v0.3.4
18602026-08-05T04:13:14.171Z Compiling scopeguard v1.2.0
18612026-08-05T04:13:14.218Z Compiling thiserror v2.0.18
18622026-08-05T04:13:14.234Z Compiling rustix v1.1.3
18632026-08-05T04:13:14.269Z Compiling jobserver v0.1.34
18642026-08-05T04:13:14.299Z Compiling errno v0.3.14
18652026-08-05T04:13:14.315Z Compiling lock_api v0.4.14
18662026-08-05T04:13:14.475Z Compiling rand_core v0.10.0
18672026-08-05T04:13:14.476Z Compiling getrandom v0.2.17
18682026-08-05T04:13:14.493Z Compiling cc v1.2.56
18692026-08-05T04:13:14.558Z Compiling equivalent v1.0.2
18702026-08-05T04:13:14.667Z Compiling rand_core v0.6.4
18712026-08-05T04:13:14.714Z Compiling syn v1.0.109
18722026-08-05T04:13:14.730Z Compiling critical-section v1.2.0
18732026-08-05T04:13:14.734Z Compiling pin-project-lite v0.2.17
18742026-08-05T04:13:14.748Z Compiling syn v2.0.117
18752026-08-05T04:13:14.826Z Compiling schemars v0.8.22
18762026-08-05T04:13:14.842Z Compiling litemap v0.8.1
18772026-08-05T04:13:14.858Z Compiling writeable v0.6.2
18782026-08-05T04:13:14.907Z Compiling percent-encoding v2.3.2
18792026-08-05T04:13:14.959Z Compiling hashbrown v0.17.0
18802026-08-05T04:13:15.048Z Compiling fs_extra v1.3.0
18812026-08-05T04:13:15.082Z Compiling dunce v1.0.5
18822026-08-05T04:13:15.086Z Compiling rustversion v1.0.22
18832026-08-05T04:13:15.132Z Compiling once_cell v1.21.3
18842026-08-05T04:13:15.198Z Compiling heck v0.5.0
18852026-08-05T04:13:15.287Z Compiling byteorder v1.5.0
18862026-08-05T04:13:15.304Z Compiling cmake v0.1.57
18872026-08-05T04:13:15.359Z Compiling strsim v0.11.1
18882026-08-05T04:13:15.406Z Compiling signal-hook-registry v1.4.8
18892026-08-05T04:13:15.534Z Compiling thiserror v1.0.69
18902026-08-05T04:13:15.551Z Compiling utf8_iter v1.0.4
18912026-08-05T04:13:15.689Z Compiling semver v1.0.28
18922026-08-05T04:13:15.706Z Compiling indexmap v2.14.0
18932026-08-05T04:13:15.763Z Compiling bitflags v2.11.0
18942026-08-05T04:13:15.797Z Compiling parking_lot v0.12.5
18952026-08-05T04:13:15.833Z Compiling form_urlencoded v1.2.2
18962026-08-05T04:13:15.848Z Compiling socket2 v0.6.3
18972026-08-05T04:13:15.852Z Compiling mio v1.2.0
18982026-08-05T04:13:15.883Z Compiling aws-lc-sys v0.40.0
18992026-08-05T04:13:16.103Z Compiling aws-lc-rs v1.16.3
19002026-08-05T04:13:16.119Z Compiling futures-core v0.3.32
19012026-08-05T04:13:16.203Z Compiling const-oid v0.9.6
19022026-08-05T04:13:16.386Z Compiling httparse v1.10.1
19032026-08-05T04:13:16.496Z Compiling ucd-trie v0.1.7
19042026-08-05T04:13:16.638Z Compiling crc32fast v1.5.0
19052026-08-05T04:13:16.691Z Compiling fnv v1.0.7
19062026-08-05T04:13:16.734Z Compiling regex-syntax v0.8.10
19072026-08-05T04:13:16.750Z Compiling pest v2.8.6
19082026-08-05T04:13:16.832Z Compiling ident_case v1.0.1
19092026-08-05T04:13:16.848Z Compiling iana-time-zone v0.1.65
19102026-08-05T04:13:16.873Z Compiling vcpkg v0.2.15
19112026-08-05T04:13:16.949Z Compiling uuid v1.23.4
19122026-08-05T04:13:17.056Z Compiling rustc_version v0.4.1
19132026-08-05T04:13:17.133Z Compiling futures-sink v0.3.32
19142026-08-05T04:13:17.198Z Compiling rustls v0.23.41
19152026-08-05T04:13:17.259Z Compiling futures-channel v0.3.32
19162026-08-05T04:13:17.395Z Compiling aho-corasick v1.1.4
19172026-08-05T04:13:17.414Z Compiling slab v0.4.12
19182026-08-05T04:13:17.430Z Compiling futures-task v0.3.32
19192026-08-05T04:13:17.444Z Compiling openssl-sys v0.9.117
19202026-08-05T04:13:17.584Z Compiling synstructure v0.13.2
19212026-08-05T04:13:17.632Z Compiling serde_derive_internals v0.29.1
19222026-08-05T04:13:17.636Z Compiling futures-io v0.3.32
19232026-08-05T04:13:17.844Z Compiling dyn-clone v1.0.20
19242026-08-05T04:13:17.891Z Compiling pest_meta v2.8.6
19252026-08-05T04:13:17.912Z Compiling time-core v0.1.8
19262026-08-05T04:13:17.928Z Compiling radium v0.7.0
19272026-08-05T04:13:17.932Z Compiling num-conv v0.2.0
19282026-08-05T04:13:18.012Z Compiling plain v0.2.3
19292026-08-05T04:13:18.085Z Compiling crossbeam-utils v0.8.21
19302026-08-05T04:13:18.103Z Compiling time-macros v0.2.27
19312026-08-05T04:13:18.150Z Compiling base64ct v1.8.3
19322026-08-05T04:13:18.168Z Compiling pretty-hex v0.4.1
19332026-08-05T04:13:18.285Z Compiling regex-automata v0.4.14
19342026-08-05T04:13:18.319Z Compiling openssl v0.10.80
19352026-08-05T04:13:18.335Z Compiling base64 v0.22.1
19362026-08-05T04:13:18.379Z Compiling maybe-uninit v2.0.0
19372026-08-05T04:13:18.389Z Compiling pem-rfc7468 v0.7.0
19382026-08-05T04:13:18.543Z Compiling pest_generator v2.8.6
19392026-08-05T04:13:18.575Z Compiling flagset v0.4.7
19402026-08-05T04:13:18.673Z Compiling darling_core v0.23.0
19412026-08-05T04:13:18.700Z Compiling rand_core v0.9.5
19422026-08-05T04:13:18.734Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19432026-08-05T04:13:18.753Z Compiling bzip2-sys v0.1.13+1.0.8
19442026-08-05T04:13:18.827Z Compiling ahash v0.8.12
19452026-08-05T04:13:18.846Z Compiling serde_derive v1.0.228
19462026-08-05T04:13:18.872Z Compiling zeroize_derive v1.5.0
19472026-08-05T04:13:18.890Z Compiling zerofrom-derive v0.1.6
19482026-08-05T04:13:18.909Z Compiling yoke-derive v0.8.1
19492026-08-05T04:13:18.935Z Compiling zerocopy-derive v0.8.40
19502026-08-05T04:13:19.067Z Compiling zerovec-derive v0.11.2
19512026-08-05T04:13:19.070Z Compiling displaydoc v0.2.5
19522026-08-05T04:13:19.105Z Compiling tokio-macros v2.7.0
19532026-08-05T04:13:19.137Z Compiling futures-macro v0.3.32
19542026-08-05T04:13:19.153Z Compiling thiserror-impl v2.0.18
19552026-08-05T04:13:19.188Z Compiling schemars_derive v0.8.22
19562026-08-05T04:13:19.205Z Compiling der_derive v0.7.3
19572026-08-05T04:13:19.438Z Compiling tracing-attributes v0.1.31
19582026-08-05T04:13:19.491Z Compiling zeroize v1.9.0
19592026-08-05T04:13:19.819Z Compiling thiserror-impl v1.0.69
19602026-08-05T04:13:19.898Z Compiling pest_derive v2.8.6
19612026-08-05T04:13:19.926Z Compiling futures-util v0.3.32
19622026-08-05T04:13:20.016Z Compiling zerofrom v0.1.6
19632026-08-05T04:13:20.131Z Compiling yoke v0.8.1
19642026-08-05T04:13:20.335Z Compiling zerovec v0.11.5
19652026-08-05T04:13:20.353Z Compiling zerotrie v0.2.3
19662026-08-05T04:13:20.370Z Compiling crypto-common v0.1.7
19672026-08-05T04:13:20.388Z Compiling block-buffer v0.10.4
19682026-08-05T04:13:20.594Z Compiling digest v0.10.7
19692026-08-05T04:13:20.738Z Compiling scroll_derive v0.13.1
19702026-08-05T04:13:20.750Z Compiling scroll_derive v0.12.1
19712026-08-05T04:13:20.808Z Compiling der v0.7.10
19722026-08-05T04:13:20.825Z Compiling openssl-macros v0.1.1
19732026-08-05T04:13:20.846Z Compiling anyhow v1.0.102
19742026-08-05T04:13:20.925Z Compiling tinystr v0.8.2
19752026-08-05T04:13:20.958Z Compiling potential_utf v0.1.4
19762026-08-05T04:13:21.164Z Compiling icu_locale_core v2.1.1
19772026-08-05T04:13:21.179Z Compiling icu_collections v2.1.1
19782026-08-05T04:13:21.230Z Compiling packed_struct v0.10.1
19792026-08-05T04:13:21.247Z Compiling num-bigint-dig v0.8.6
19802026-08-05T04:13:21.424Z Compiling native-tls v0.2.18
19812026-08-05T04:13:21.460Z Compiling darling_macro v0.23.0
19822026-08-05T04:13:21.525Z Compiling regex v1.12.3
19832026-08-05T04:13:21.578Z Compiling zerocopy-derive v0.7.35
19842026-08-05T04:13:21.659Z Compiling spki v0.7.3
19852026-08-05T04:13:21.880Z Compiling icu_provider v2.1.1
19862026-08-05T04:13:21.943Z Compiling slog v2.8.2
19872026-08-05T04:13:21.960Z Compiling bytes v1.11.1
19882026-08-05T04:13:21.978Z Compiling serde_tokenstream v0.2.3
19892026-08-05T04:13:22.027Z Compiling chrono v0.4.45
19902026-08-05T04:13:22.159Z Compiling icu_properties v2.1.2
19912026-08-05T04:13:22.224Z Compiling icu_normalizer v2.1.1
19922026-08-05T04:13:22.442Z Compiling tokio v1.52.1
19932026-08-05T04:13:22.534Z Compiling http v1.4.2
19942026-08-05T04:13:22.809Z Compiling tracing-core v0.1.36
19952026-08-05T04:13:22.949Z Compiling cookie v0.18.1
19962026-08-05T04:13:23.168Z Compiling idna_adapter v1.2.1
19972026-08-05T04:13:23.329Z Compiling idna v1.1.0
19982026-08-05T04:13:23.421Z Compiling ppv-lite86 v0.2.21
19992026-08-05T04:13:23.425Z Compiling utf8parse v0.2.2
20002026-08-05T04:13:23.507Z Compiling cpufeatures v0.2.17
20012026-08-05T04:13:23.565Z Compiling camino v1.2.2
20022026-08-05T04:13:23.578Z Compiling tracing v0.1.44
20032026-08-05T04:13:23.702Z Compiling url v2.5.8
20042026-08-05T04:13:23.728Z Compiling rand_chacha v0.9.0
20052026-08-05T04:13:23.744Z Compiling darling v0.23.0
20062026-08-05T04:13:23.810Z Compiling serde_spanned v0.6.9
20072026-08-05T04:13:23.845Z Compiling toml_datetime v0.6.11
20082026-08-05T04:13:23.861Z Compiling bitfield-macros v0.19.4
20092026-08-05T04:13:23.879Z Compiling clap_derive v4.6.1
20102026-08-05T04:13:23.973Z Compiling zerocopy-derive v0.6.6
20112026-08-05T04:13:23.992Z Compiling packed_struct_codegen v0.10.1
20122026-08-05T04:13:24.114Z Compiling indexmap v1.9.3
20132026-08-05T04:13:24.360Z Compiling anstyle v1.0.14
20142026-08-05T04:13:24.502Z Compiling paste v1.0.15
20152026-08-05T04:13:24.555Z Compiling rand v0.9.2
20162026-08-05T04:13:24.600Z Compiling http-body v1.0.1
20172026-08-05T04:13:24.677Z Compiling pkcs8 v0.10.2
20182026-08-05T04:13:24.778Z Compiling rustls-pki-types v1.14.0
20192026-08-05T04:13:24.932Z Compiling spin v0.9.8
20202026-08-05T04:13:24.948Z Compiling usdt-impl v0.5.0
20212026-08-05T04:13:24.978Z Compiling is_terminal_polyfill v1.70.2
20222026-08-05T04:13:25.089Z Compiling tinyvec_macros v0.1.1
20232026-08-05T04:13:25.145Z Compiling unicode-segmentation v1.12.0
20242026-08-05T04:13:25.162Z Compiling ref-cast v1.0.25
20252026-08-05T04:13:25.176Z Compiling openssl-probe v0.2.1
20262026-08-05T04:13:25.192Z Compiling anstyle-query v1.1.5
20272026-08-05T04:13:25.207Z Compiling colorchoice v1.0.4
20282026-08-05T04:13:25.313Z Compiling cmov v0.5.4
20292026-08-05T04:13:25.353Z Compiling either v1.15.0
20302026-08-05T04:13:25.408Z Compiling fastrand v2.3.0
20312026-08-05T04:13:25.424Z Compiling usdt-impl v0.6.0
20322026-08-05T04:13:25.489Z Compiling winnow v0.5.40
20332026-08-05T04:13:25.532Z Compiling ctutils v0.4.2
20342026-08-05T04:13:25.562Z Compiling tinyvec v1.10.0
20352026-08-05T04:13:25.682Z Compiling sha2 v0.10.9
20362026-08-05T04:13:25.791Z Compiling scroll v0.13.0
20372026-08-05T04:13:25.925Z Compiling scroll v0.12.0
20382026-08-05T04:13:25.940Z Compiling async-trait v0.1.89
20392026-08-05T04:13:26.033Z Compiling heapless v0.7.17
20402026-08-05T04:13:26.145Z Compiling litrs v1.0.0
20412026-08-05T04:13:26.184Z Compiling winnow v0.7.14
20422026-08-05T04:13:26.199Z Compiling winnow v1.0.3
20432026-08-05T04:13:26.216Z Compiling rustix v0.38.44
20442026-08-05T04:13:26.290Z Compiling tokio-util v0.7.18
20452026-08-05T04:13:26.306Z Compiling zstd-safe v7.2.4
20462026-08-05T04:13:26.530Z Compiling try-lock v0.2.5
20472026-08-05T04:13:26.549Z Compiling tower-service v0.3.3
20482026-08-05T04:13:26.567Z Compiling atomic-waker v1.1.2
20492026-08-05T04:13:26.625Z Compiling untrusted v0.7.1
20502026-08-05T04:13:26.654Z Compiling tower-layer v0.3.3
20512026-08-05T04:13:26.701Z Compiling signal-hook v0.3.18
20522026-08-05T04:13:26.766Z Compiling toml_edit v0.19.15
20532026-08-05T04:13:26.822Z Compiling document-features v0.2.12
20542026-08-05T04:13:26.838Z Compiling want v0.3.1
20552026-08-05T04:13:26.916Z Compiling tempfile v3.25.0
20562026-08-05T04:13:26.961Z Compiling toml_parser v1.1.2+spec-1.1.0
20572026-08-05T04:13:27.016Z Compiling h2 v0.4.15
20582026-08-05T04:13:27.270Z Compiling goblin v0.8.2
20592026-08-05T04:13:27.526Z Compiling goblin v0.10.5
20602026-08-05T04:13:27.543Z Compiling hybrid-array v0.4.13
20612026-08-05T04:13:27.627Z Compiling heck v0.4.1
20622026-08-05T04:13:27.657Z Compiling anstyle-parse v1.0.0
20632026-08-05T04:13:27.681Z Compiling zerocopy v0.7.35
20642026-08-05T04:13:27.852Z Compiling ipnet v2.11.0
20652026-08-05T04:13:27.868Z Compiling ref-cast-impl v1.0.25
20662026-08-05T04:13:28.257Z Compiling daft-derive v0.1.7
20672026-08-05T04:13:28.306Z Compiling structmeta-derive v0.3.0
20682026-08-05T04:13:28.414Z Compiling darling_core v0.20.11
20692026-08-05T04:13:28.418Z Compiling curve25519-dalek v4.1.3
20702026-08-05T04:13:28.449Z Compiling memoffset v0.9.1
20712026-08-05T04:13:28.481Z Compiling untrusted v0.9.0
20722026-08-05T04:13:28.621Z Compiling powerfmt v0.2.0
20732026-08-05T04:13:28.829Z Compiling simd-adler32 v0.3.8
20742026-08-05T04:13:28.902Z Compiling foreign-types-shared v0.1.1
20752026-08-05T04:13:28.918Z Compiling tap v1.0.1
20762026-08-05T04:13:28.937Z Compiling httpdate v1.0.3
20772026-08-05T04:13:29.007Z Compiling foreign-types v0.3.2
20782026-08-05T04:13:29.051Z Compiling wyz v0.5.1
20792026-08-05T04:13:29.067Z Compiling deranged v0.5.8
20802026-08-05T04:13:29.131Z Compiling anstream v1.0.0
20812026-08-05T04:13:29.292Z Compiling unicode-normalization v0.1.25
20822026-08-05T04:13:29.314Z Compiling structmeta v0.3.0
20832026-08-05T04:13:29.503Z Compiling rand_chacha v0.3.1
20842026-08-05T04:13:29.535Z Compiling dof v0.3.0
20852026-08-05T04:13:29.769Z Compiling dtrace-parser v0.2.0
20862026-08-05T04:13:29.897Z Compiling hex v0.4.3
20872026-08-05T04:13:29.902Z Compiling signature v2.2.0
20882026-08-05T04:13:30.092Z Compiling dtrace-parser v0.3.0
20892026-08-05T04:13:30.139Z Compiling terminal_size v0.4.3
20902026-08-05T04:13:30.168Z Compiling pin-project-internal v1.1.11
20912026-08-05T04:13:30.209Z Compiling hyper v1.10.1
20922026-08-05T04:13:30.295Z Compiling num-integer v0.1.46
20932026-08-05T04:13:30.333Z Compiling dof v0.4.0
20942026-08-05T04:13:30.381Z Compiling darling_macro v0.20.11
20952026-08-05T04:13:30.418Z Compiling wait-timeout v0.2.1
20962026-08-05T04:13:30.623Z Compiling thread-id v5.1.0
20972026-08-05T04:13:30.644Z Compiling thread-id v4.2.2
20982026-08-05T04:13:30.743Z Compiling funty v2.0.0
20992026-08-05T04:13:30.855Z Compiling smoltcp v0.9.1
21002026-08-05T04:13:30.932Z Compiling quick-error v1.2.3
21012026-08-05T04:13:31.060Z Compiling bit-vec v0.8.0
21022026-08-05T04:13:31.116Z Compiling clap_lex v1.0.0
21032026-08-05T04:13:31.141Z Compiling adler2 v2.0.1
21042026-08-05T04:13:31.181Z Compiling cfg_aliases v0.2.1
21052026-08-05T04:13:31.252Z Compiling num_threads v0.1.7
21062026-08-05T04:13:31.268Z Compiling bit-set v0.8.0
21072026-08-05T04:13:31.271Z Compiling nix v0.31.2
21082026-08-05T04:13:31.301Z Compiling clap_builder v4.6.0
21092026-08-05T04:13:31.305Z Compiling miniz_oxide v0.8.9
21102026-08-05T04:13:31.335Z Compiling time v0.3.47
21112026-08-05T04:13:31.351Z Compiling hyper-util v0.1.20
21122026-08-05T04:13:31.369Z Compiling bitvec v1.0.1
21132026-08-05T04:13:31.372Z Compiling rusty-fork v0.3.1
21142026-08-05T04:13:31.372Z Compiling darling v0.20.11
21152026-08-05T04:13:31.514Z Compiling num-iter v0.1.45
21162026-08-05T04:13:31.717Z Compiling rand v0.8.6
21172026-08-05T04:13:31.907Z Compiling ipnetwork v0.21.1
21182026-08-05T04:13:31.976Z Compiling lazy_static v1.5.0
21192026-08-05T04:13:32.094Z Compiling anstyle-parse v0.2.7
21202026-08-05T04:13:32.290Z Compiling hmac v0.12.1
21212026-08-05T04:13:32.401Z Compiling rand_xorshift v0.4.0
21222026-08-05T04:13:32.451Z Compiling curve25519-dalek-derive v0.1.1
21232026-08-05T04:13:32.491Z Compiling sync_wrapper v1.0.2
21242026-08-05T04:13:32.616Z Compiling siphasher v1.0.2
21252026-08-05T04:13:32.852Z Compiling crc-catalog v2.4.0
21262026-08-05T04:13:32.965Z Compiling unarray v0.1.4
21272026-08-05T04:13:33.033Z Compiling zlib-rs v0.6.2
21282026-08-05T04:13:33.099Z Compiling nodrop v0.1.14
21292026-08-05T04:13:33.128Z Compiling proptest v1.11.0
21302026-08-05T04:13:33.208Z Compiling array-init v0.0.4
21312026-08-05T04:13:33.659Z Compiling crc v3.4.0
21322026-08-05T04:13:33.675Z Compiling clap v4.6.1
21332026-08-05T04:13:33.867Z Compiling tower v0.5.3
21342026-08-05T04:13:34.532Z Compiling anstream v0.6.21
21352026-08-05T04:13:34.593Z Compiling smallvec v0.6.14
21362026-08-05T04:13:34.821Z Compiling derive_builder_core v0.20.2
21372026-08-05T04:13:34.837Z Compiling snafu-derive v0.8.9
21382026-08-05T04:13:34.970Z Compiling pkcs1 v0.7.5
21392026-08-05T04:13:35.054Z Compiling flate2 v1.1.9
21402026-08-05T04:13:35.200Z Compiling zerocopy v0.6.6
21412026-08-05T04:13:35.270Z Compiling http-body-util v0.1.3
21422026-08-05T04:13:35.301Z Compiling bitfield v0.19.4
21432026-08-05T04:13:35.398Z Compiling strum_macros v0.27.2
21442026-08-05T04:13:35.462Z Compiling strum_macros v0.26.4
21452026-08-05T04:13:35.548Z Compiling hubpack_derive v0.1.1
21462026-08-05T04:13:35.583Z Compiling env_filter v1.0.0
21472026-08-05T04:13:35.600Z Compiling fs-err v3.3.0
21482026-08-05T04:13:35.631Z Compiling allocator-api2 v0.2.21
21492026-08-05T04:13:35.671Z Compiling object v0.37.3
21502026-08-05T04:13:35.812Z Compiling iri-string v0.7.10
21512026-08-05T04:13:35.856Z Compiling unicode-bidi v0.3.18
21522026-08-05T04:13:35.970Z Compiling base64 v0.21.7
21532026-08-05T04:13:36.005Z Compiling ryu v1.0.23
21542026-08-05T04:13:36.028Z Compiling hashbrown v0.12.3
21552026-08-05T04:13:36.188Z Compiling unicode-properties v0.1.4
21562026-08-05T04:13:36.529Z Compiling stringprep v0.1.5
21572026-08-05T04:13:36.570Z Compiling ron v0.8.1
21582026-08-05T04:13:36.676Z Compiling serde_urlencoded v0.7.1
21592026-08-05T04:13:36.883Z Compiling env_logger v0.11.9
21602026-08-05T04:13:36.945Z Compiling tower-http v0.6.8
21612026-08-05T04:13:36.970Z Compiling derive_builder_macro v0.20.2
21622026-08-05T04:13:37.020Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21632026-08-05T04:13:37.037Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21642026-08-05T04:13:37.055Z Compiling rsa v0.9.10
21652026-08-05T04:13:37.142Z Compiling newtype-uuid v1.3.2
21662026-08-05T04:13:37.174Z Compiling oxnet v0.1.6
21672026-08-05T04:13:37.212Z Compiling serde-hex v0.1.0
21682026-08-05T04:13:37.234Z Compiling hashbrown v0.13.2
21692026-08-05T04:13:37.350Z Compiling tokio-native-tls v0.3.1
21702026-08-05T04:13:37.374Z Compiling bzip2 v0.4.4
21712026-08-05T04:13:37.416Z Compiling usdt-attr-macro v0.6.0
21722026-08-05T04:13:37.455Z Compiling usdt-macro v0.6.0
21732026-08-05T04:13:37.472Z Compiling derive-ex v0.1.8
21742026-08-05T04:13:37.540Z Compiling crypto-common v0.2.2
21752026-08-05T04:13:37.596Z Compiling block-buffer v0.12.1
21762026-08-05T04:13:37.706Z Compiling block-padding v0.4.2
21772026-08-05T04:13:37.870Z Compiling rustls-native-certs v0.8.3
21782026-08-05T04:13:38.028Z Compiling erased-serde v0.3.31
21792026-08-05T04:13:38.151Z Compiling x509-cert v0.2.5
21802026-08-05T04:13:38.258Z Compiling md-5 v0.10.6
21812026-08-05T04:13:38.335Z Compiling bstr v1.12.1
21822026-08-05T04:13:38.477Z Compiling vergen-lib v9.1.0
21832026-08-05T04:13:38.493Z Compiling hash32 v0.2.1
21842026-08-05T04:13:38.589Z Compiling encoding_rs v0.8.35
21852026-08-05T04:13:38.682Z Compiling psl-types v2.0.11
21862026-08-05T04:13:38.702Z Compiling crc-any v2.5.0
21872026-08-05T04:13:38.718Z Compiling fallible-iterator v0.2.0
21882026-08-05T04:13:38.827Z Compiling mime v0.3.17
21892026-08-05T04:13:38.882Z Compiling cpufeatures v0.3.0
21902026-08-05T04:13:38.977Z Compiling publicsuffix v2.3.0
21912026-08-05T04:13:39.009Z Compiling test-strategy v0.4.5
21922026-08-05T04:13:39.059Z Compiling postgres-protocol v0.6.10
21932026-08-05T04:13:39.604Z Compiling inout v0.2.2
21942026-08-05T04:13:39.779Z Compiling object v0.30.4
21952026-08-05T04:13:39.796Z Compiling zip v0.6.6
21962026-08-05T04:13:39.900Z Compiling hyper-tls v0.6.0
21972026-08-05T04:13:39.945Z Compiling derive_builder v0.20.2
21982026-08-05T04:13:39.962Z Compiling daft v0.1.7
21992026-08-05T04:13:39.965Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22002026-08-05T04:13:40.093Z Compiling phf_shared v0.13.1
22012026-08-05T04:13:40.135Z Compiling pin-project v1.1.11
22022026-08-05T04:13:40.253Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22032026-08-05T04:13:40.270Z Compiling toml v0.7.8
22042026-08-05T04:13:40.331Z Compiling serde_with_macros v3.21.0
22052026-08-05T04:13:40.355Z Compiling futures-executor v0.3.32
22062026-08-05T04:13:40.406Z Compiling enum-as-inner v0.6.1
22072026-08-05T04:13:40.551Z Compiling async-recursion v1.1.1
22082026-08-05T04:13:40.609Z Compiling serde_repr v0.1.20
22092026-08-05T04:13:40.687Z Compiling vergen v9.1.0
22102026-08-05T04:13:40.783Z Compiling ff v0.13.1
22112026-08-05T04:13:40.805Z Compiling cargo-platform v0.3.2
22122026-08-05T04:13:40.934Z Compiling same-file v1.0.6
22132026-08-05T04:13:41.073Z Compiling bumpalo v3.20.2
22142026-08-05T04:13:41.146Z Compiling base16ct v0.2.0
22152026-08-05T04:13:41.192Z Compiling foldhash v0.2.0
22162026-08-05T04:13:41.225Z Compiling libbz2-rs-sys v0.2.2
22172026-08-05T04:13:41.242Z Compiling bitflags v1.3.2
22182026-08-05T04:13:41.276Z Compiling path-slash v0.1.5
22192026-08-05T04:13:41.377Z Compiling managed v0.8.0
22202026-08-05T04:13:41.415Z Compiling foldhash v0.1.5
22212026-08-05T04:13:41.431Z Compiling jiff-core v0.1.0
22222026-08-05T04:13:41.614Z Compiling hashbrown v0.15.5
22232026-08-05T04:13:41.614Z Compiling hashbrown v0.16.1
22242026-08-05T04:13:41.693Z Compiling bzip2 v0.6.1
22252026-08-05T04:13:41.725Z Compiling zopfli v0.8.3
22262026-08-05T04:13:41.801Z Compiling sec1 v0.7.3
22272026-08-05T04:13:42.082Z Compiling walkdir v2.5.0
22282026-08-05T04:13:42.169Z Compiling jiff v0.2.34
22292026-08-05T04:13:42.200Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22302026-08-05T04:13:42.223Z Compiling cargo_metadata v0.23.1
22312026-08-05T04:13:42.288Z Compiling group v0.13.0
22322026-08-05T04:13:42.414Z Compiling futures v0.3.32
22332026-08-05T04:13:42.574Z Compiling phf v0.13.1
22342026-08-05T04:13:42.851Z Compiling snafu v0.8.9
22352026-08-05T04:13:42.949Z Compiling reqwest v0.12.28
22362026-08-05T04:13:43.101Z Compiling signal-hook-mio v0.2.5
22372026-08-05T04:13:43.202Z Compiling cipher v0.5.2
22382026-08-05T04:13:43.246Z Compiling cookie_store v0.22.1
22392026-08-05T04:13:43.408Z Compiling postgres-types v0.2.12
22402026-08-05T04:13:43.424Z Compiling zstd v0.13.3
22412026-08-05T04:13:43.499Z Compiling globset v0.4.18
22422026-08-05T04:13:43.516Z Compiling strum v0.27.2
22432026-08-05T04:13:43.662Z Compiling hubpack v0.1.2
22442026-08-05T04:13:43.804Z Compiling phf_shared v0.11.3
22452026-08-05T04:13:43.821Z Compiling hkdf v0.12.4
22462026-08-05T04:13:43.855Z Compiling crossbeam-epoch v0.9.18
22472026-08-05T04:13:43.898Z Compiling byte-wrapper v0.1.0
22482026-08-05T04:13:43.937Z Compiling ed25519 v2.2.3
22492026-08-05T04:13:43.954Z Compiling olpc-cjson v0.1.4
22502026-08-05T04:13:44.210Z Compiling serde_plain v1.0.2
22512026-08-05T04:13:44.245Z Compiling serde-big-array v0.5.1
22522026-08-05T04:13:44.263Z Compiling pem v3.0.6
22532026-08-05T04:13:44.345Z Compiling crypto-bigint v0.5.5
22542026-08-05T04:13:44.488Z Compiling float-cmp v0.10.0
22552026-08-05T04:13:44.520Z Compiling memmap2 v0.9.10
22562026-08-05T04:13:44.576Z Compiling static_assertions v1.1.0
22572026-08-05T04:13:44.622Z Compiling fixedbitset v0.5.7
22582026-08-05T04:13:44.741Z Compiling new_debug_unreachable v1.0.6
22592026-08-05T04:13:44.757Z Compiling whoami v2.1.0
22602026-08-05T04:13:44.760Z Compiling keccak v0.1.6
22612026-08-05T04:13:44.897Z Compiling data-encoding v2.10.0
22622026-08-05T04:13:44.913Z Compiling fixedbitset v0.4.2
22632026-08-05T04:13:44.943Z Compiling toml_write v0.1.2
22642026-08-05T04:13:44.986Z Compiling normalize-line-endings v0.3.0
22652026-08-05T04:13:45.013Z Compiling difflib v0.4.0
22662026-08-05T04:13:45.093Z Compiling typed-path v0.9.3
22672026-08-05T04:13:45.146Z Compiling precomputed-hash v0.1.1
22682026-08-05T04:13:45.162Z Compiling const-oid v0.10.2
22692026-08-05T04:13:45.253Z Compiling predicates-core v1.0.10
22702026-08-05T04:13:45.377Z Compiling digest v0.11.3
22712026-08-05T04:13:45.392Z Compiling predicates v3.1.4
22722026-08-05T04:13:45.459Z Compiling elliptic-curve v0.13.8
22732026-08-05T04:13:45.461Z Compiling string_cache v0.8.9
22742026-08-05T04:13:45.472Z Compiling hickory-proto v0.25.2
22752026-08-05T04:13:45.490Z Compiling toml_edit v0.22.27
22762026-08-05T04:13:45.520Z Compiling petgraph v0.6.5
22772026-08-05T04:13:45.596Z Compiling tokio-postgres v0.7.16
22782026-08-05T04:13:45.701Z Compiling sha3 v0.10.8
22792026-08-05T04:13:45.812Z Compiling chacha20 v0.10.0
22802026-08-05T04:13:45.966Z Compiling petgraph v0.8.3
22812026-08-05T04:13:46.134Z Compiling usdt v0.6.0
22822026-08-05T04:13:46.219Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22832026-08-05T04:13:46.490Z Compiling zip v4.6.1
22842026-08-05T04:13:47.431Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22852026-08-05T04:13:47.561Z Compiling ed25519-dalek v2.2.0
22862026-08-05T04:13:47.882Z Compiling crossterm v0.28.1
22872026-08-05T04:13:48.294Z Compiling iddqd v0.4.2
22882026-08-05T04:13:48.605Z Compiling serde_with v3.21.0
22892026-08-05T04:13:48.789Z Compiling similar v2.7.0
22902026-08-05T04:13:49.042Z Compiling strum v0.26.3
22912026-08-05T04:13:49.297Z Compiling tokio-stream v0.1.18
22922026-08-05T04:13:49.313Z Compiling buf-list v1.1.2
22932026-08-05T04:13:49.355Z Compiling itertools v0.13.0
22942026-08-05T04:13:49.550Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22952026-08-05T04:13:49.601Z Compiling openapiv3 v2.2.0
22962026-08-05T04:13:50.615Z Compiling lalrpop-util v0.19.12
22972026-08-05T04:13:50.659Z Compiling peg-runtime v0.8.5
22982026-08-05T04:14:06.875Z Compiling rustls-webpki v0.103.13
22992026-08-05T04:14:10.303Z Compiling macaddr v1.0.1
23002026-08-05T04:14:10.321Z Compiling rayon-core v1.13.0
23012026-08-05T04:14:10.451Z Compiling crucible-workspace-hack v0.1.0
23022026-08-05T04:14:10.525Z Compiling tokio-rustls v0.26.4
23032026-08-05T04:14:10.544Z Compiling rustls-platform-verifier v0.6.2
23042026-08-05T04:14:10.611Z Compiling tough v0.22.0
23052026-08-05T04:14:10.696Z Compiling itertools v0.15.0
23062026-08-05T04:14:10.767Z Compiling hyper-rustls v0.27.7
23072026-08-05T04:14:10.813Z Compiling secrecy v0.10.3
23082026-08-05T04:14:10.816Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092026-08-05T04:14:10.995Z Compiling reqwest v0.13.2
23102026-08-05T04:14:11.011Z Compiling heapless v0.8.0
23112026-08-05T04:14:11.080Z Compiling toml_datetime v0.7.5+spec-1.1.0
23122026-08-05T04:14:11.250Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23132026-08-05T04:14:11.334Z Compiling toml_edit v0.23.10+spec-1.0.0
23142026-08-05T04:14:11.420Z Compiling crossbeam-deque v0.8.6
23152026-08-05T04:14:11.423Z Compiling inout v0.1.4
23162026-08-05T04:14:11.475Z Compiling hash32 v0.3.1
23172026-08-05T04:14:11.496Z Compiling multer v3.1.0
23182026-08-05T04:14:11.619Z Compiling thread_local v1.1.9
23192026-08-05T04:14:11.635Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202026-08-05T04:14:11.664Z Compiling smoltcp v0.11.0
23212026-08-05T04:14:11.679Z Compiling unicode-width v0.2.0
23222026-08-05T04:14:11.698Z Compiling compression-core v0.4.31
23232026-08-05T04:14:11.713Z Compiling match_cfg v0.1.0
23242026-08-05T04:14:11.800Z Compiling slog-async v2.8.0
23252026-08-05T04:14:11.888Z Compiling proc-macro-crate v3.4.0
23262026-08-05T04:14:11.903Z Compiling compression-codecs v0.4.37
23272026-08-05T04:14:11.958Z Compiling hostname v0.3.1
23282026-08-05T04:14:12.064Z Compiling ingot-macros v0.2.0
23292026-08-05T04:14:12.121Z Compiling cipher v0.4.4
23302026-08-05T04:14:12.147Z Compiling atomicwrites v0.4.4
23312026-08-05T04:14:12.150Z Compiling slog-json v2.6.1
23322026-08-05T04:14:12.244Z Compiling crossbeam-channel v0.5.15
23332026-08-05T04:14:12.268Z Compiling half v2.7.1
23342026-08-05T04:14:12.328Z Compiling newtype-uuid-macros v0.1.0
23352026-08-05T04:14:12.388Z Compiling cobs v0.3.0
23362026-08-05T04:14:12.416Z Compiling universal-hash v0.5.1
23372026-08-05T04:14:12.455Z Compiling async-stream-impl v0.3.6
23382026-08-05T04:14:12.577Z Compiling thiserror-impl-no-std v2.0.2
23392026-08-05T04:14:12.645Z Compiling toml_datetime v1.1.1+spec-1.1.0
23402026-08-05T04:14:12.681Z Compiling serde_spanned v1.1.1
23412026-08-05T04:14:12.704Z Compiling is-terminal v0.4.17
23422026-08-05T04:14:12.832Z Compiling proc-macro-error-attr v1.0.4
23432026-08-05T04:14:12.866Z Compiling dropshot v0.17.1
23442026-08-05T04:14:13.068Z Compiling convert_case v0.4.0
23452026-08-05T04:14:13.084Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23462026-08-05T04:14:13.102Z Compiling term v1.2.1
23472026-08-05T04:14:13.107Z Compiling take_mut v0.2.2
23482026-08-05T04:14:13.107Z Compiling opaque-debug v0.3.1
23492026-08-05T04:14:13.148Z Compiling ciborium-io v0.2.2
23502026-08-05T04:14:13.208Z Compiling toml_writer v1.1.1+spec-1.1.0
23512026-08-05T04:14:13.267Z Compiling ciborium-ll v0.2.2
23522026-08-05T04:14:13.380Z Compiling poly1305 v0.8.0
23532026-08-05T04:14:13.397Z Compiling derive_more v0.99.20
23542026-08-05T04:14:13.505Z Compiling slog-term v2.9.2
23552026-08-05T04:14:13.521Z Compiling toml v1.1.2+spec-1.1.0
23562026-08-05T04:14:13.567Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23572026-08-05T04:14:13.628Z Compiling thiserror-no-std v2.0.2
23582026-08-05T04:14:13.655Z Compiling async-stream v0.3.6
23592026-08-05T04:14:13.874Z Compiling postcard v1.1.3
23602026-08-05T04:14:14.052Z Compiling chacha20 v0.9.1
23612026-08-05T04:14:14.162Z Compiling num_enum_derive v0.7.6
23622026-08-05T04:14:14.266Z Compiling slog-bunyan v2.5.0
23632026-08-05T04:14:14.292Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23642026-08-05T04:14:14.466Z Compiling async-compression v0.4.41
23652026-08-05T04:14:14.523Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23662026-08-05T04:14:14.633Z Compiling sha1 v0.11.0
23672026-08-05T04:14:14.739Z Compiling ingot-types v0.2.0
23682026-08-05T04:14:14.764Z Compiling parse-display-derive v0.10.0
23692026-08-05T04:14:14.964Z Compiling proc-macro-crate v1.3.1
23702026-08-05T04:14:14.980Z Compiling waitgroup v0.1.2
23712026-08-05T04:14:15.100Z Compiling backon v1.6.0
23722026-08-05T04:14:15.117Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23732026-08-05T04:14:15.162Z Compiling ingot v0.2.1
23742026-08-05T04:14:15.213Z Compiling rustls-pemfile v2.2.0
23752026-08-05T04:14:15.228Z Compiling dropshot_endpoint v0.17.1
23762026-08-05T04:14:15.323Z Compiling password-hash v0.5.0
23772026-08-05T04:14:15.364Z Compiling blake2 v0.10.6
23782026-08-05T04:14:15.499Z Compiling aead v0.5.2
23792026-08-05T04:14:15.516Z Compiling foreign-types-macros v0.2.3
23802026-08-05T04:14:15.580Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23812026-08-05T04:14:15.616Z Compiling serde_path_to_error v0.1.20
23822026-08-05T04:14:15.718Z Compiling hostname v0.4.2
23832026-08-05T04:14:15.888Z Compiling proc-macro-error v1.0.4
23842026-08-05T04:14:15.904Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23852026-08-05T04:14:15.995Z Compiling instant v0.1.13
23862026-08-05T04:14:16.073Z Compiling debug-ignore v1.0.5
23872026-08-05T04:14:16.117Z Compiling foreign-types-shared v0.3.1
23882026-08-05T04:14:16.168Z Compiling backoff v0.4.0
23892026-08-05T04:14:16.184Z Compiling chacha20poly1305 v0.10.1
23902026-08-05T04:14:16.207Z Compiling argon2 v0.5.3
23912026-08-05T04:14:16.223Z Compiling foreign-types v0.5.0
23922026-08-05T04:14:16.240Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23932026-08-05T04:14:16.259Z Compiling num_enum_derive v0.5.11
23942026-08-05T04:14:16.276Z Compiling parse-display v0.10.0
23952026-08-05T04:14:16.294Z Compiling num_enum v0.7.6
23962026-08-05T04:14:16.323Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23972026-08-05T04:14:16.417Z Compiling vsss-rs v3.3.4
23982026-08-05T04:14:16.442Z Compiling ciborium v0.2.2
23992026-08-05T04:14:16.679Z Compiling tabwriter v1.4.1
24002026-08-05T04:14:16.759Z Compiling regress v0.10.5
24012026-08-05T04:14:16.800Z Compiling itertools v0.14.0
24022026-08-05T04:14:16.871Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24032026-08-05T04:14:17.048Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24042026-08-05T04:14:17.066Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24052026-08-05T04:14:17.090Z Compiling cstr-argument v0.1.2
24062026-08-05T04:14:17.205Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24072026-08-05T04:14:17.222Z Compiling humantime v2.3.0
24082026-08-05T04:14:17.291Z Compiling num_enum v0.5.11
24092026-08-05T04:14:17.325Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24102026-08-05T04:14:17.380Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24112026-08-05T04:14:17.443Z Compiling rayon v1.11.0
24122026-08-05T04:14:17.460Z Compiling rand v0.10.1
24132026-08-05T04:14:17.475Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24142026-08-05T04:14:17.516Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24152026-08-05T04:14:17.663Z Compiling colored v3.1.1
24162026-08-05T04:14:17.681Z Compiling libefi-sys v0.1.0
24172026-08-05T04:14:17.681Z Compiling indent_write v2.2.0
24182026-08-05T04:14:17.713Z Compiling zone_cfg_derive v0.3.1
24192026-08-05T04:14:17.717Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24202026-08-05T04:14:17.731Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24212026-08-05T04:14:17.762Z Compiling camino-tempfile v1.4.1
24222026-08-05T04:14:17.869Z Compiling itertools v0.12.1
24232026-08-05T04:14:17.885Z Compiling usdt-macro v0.5.0
24242026-08-05T04:14:17.927Z Compiling usdt-attr-macro v0.5.0
24252026-08-05T04:14:17.965Z Compiling bitfield-struct v0.6.2
24262026-08-05T04:14:17.985Z Compiling num-derive v0.4.2
24272026-08-05T04:14:18.286Z Compiling blake3 v1.8.5
24282026-08-05T04:14:18.318Z Compiling memmap v0.7.0
24292026-08-05T04:14:18.363Z Compiling sigpipe v0.1.3
24302026-08-05T04:14:18.422Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24312026-08-05T04:14:18.480Z Compiling swrite v0.1.0
24322026-08-05T04:14:18.612Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24332026-08-05T04:14:18.630Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24342026-08-05T04:14:18.633Z Compiling glob v0.3.3
24352026-08-05T04:14:18.633Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24362026-08-05T04:14:18.720Z Compiling usdt v0.5.0
24372026-08-05T04:14:18.807Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24382026-08-05T04:14:18.887Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24392026-08-05T04:14:18.966Z Compiling smf v0.2.3
24402026-08-05T04:14:18.996Z Compiling filetime v0.2.27
24412026-08-05T04:14:19.022Z Compiling constant_time_eq v0.4.2
24422026-08-05T04:14:19.120Z Compiling arrayref v0.3.9
24432026-08-05T04:14:19.191Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24442026-08-05T04:14:19.209Z Compiling zone v0.3.1
24452026-08-05T04:14:19.225Z Compiling whoami v1.6.1
24462026-08-05T04:14:19.240Z Compiling xattr v1.6.1
24472026-08-05T04:14:19.257Z Compiling arrayvec v0.7.6
24482026-08-05T04:14:19.289Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24492026-08-05T04:14:19.368Z Compiling tokio-dtrace v0.1.1
24502026-08-05T04:14:19.391Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24512026-08-05T04:14:19.461Z Compiling tar v0.4.46
24522026-08-05T04:14:19.564Z Compiling console v0.16.2
24532026-08-05T04:14:19.581Z Compiling gethostname v0.5.0
24542026-08-05T04:14:19.678Z Compiling unit-prefix v0.5.2
24552026-08-05T04:14:19.701Z Compiling topological-sort v0.2.2
24562026-08-05T04:14:19.717Z Compiling oxide-tokio-rt v0.1.4
24572026-08-05T04:14:19.732Z Compiling toml v0.8.23
24582026-08-05T04:14:19.889Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24592026-08-05T04:14:19.973Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24602026-08-05T04:14:20.109Z Compiling indicatif v0.18.4
24612026-08-05T04:14:20.185Z Compiling shell-words v1.1.1
24622026-08-05T04:14:29.548Z Compiling progenitor-client v0.14.0
24632026-08-05T04:14:29.548Z Compiling omicron-zone-package v0.12.3
24642026-08-05T04:14:29.785Z Compiling progenitor-extras v0.2.0
24652026-08-05T04:14:30.128Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-08-05T04:14:30.249Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24672026-08-05T04:14:30.291Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24682026-08-05T04:14:30.330Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24692026-08-05T04:14:30.400Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24702026-08-05T04:14:30.449Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24712026-08-05T04:14:30.661Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24722026-08-05T04:14:30.796Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-08-05T04:14:31.219Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24742026-08-05T04:14:34.996Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24752026-08-05T04:14:43.188Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24762026-08-05T04:14:46.419Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24772026-08-05T04:14:47.483Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24782026-08-05T04:14:56.970Z Finished `release` profile [optimized] target(s) in 1m 44s
24792026-08-05T04:14:57.120Z Running `target/release/omicron-package -t test target create -p dev`
24802026-08-05T04:14:57.183ZLogging to: /work/oxidecomputer/omicron/out/LOG
24812026-08-05T04:14:57.187ZCreated new build target 'test' and set it as active
24822026-08-05T04:14:57.187Z
24832026-08-05T04:14:57.187Zreal 1:45.049863376
24842026-08-05T04:14:57.187Zuser 17:22.749872286
24852026-08-05T04:14:57.187Zsys 2:43.902661021
24862026-08-05T04:14:57.187Ztrap 0.492118248
24872026-08-05T04:14:57.187Ztflt 2.490698731
24882026-08-05T04:14:57.187Zdflt 5.051629207
24892026-08-05T04:14:57.187Zkflt 0.000603720
24902026-08-05T04:14:57.187Zlock 56:37.143708076
24912026-08-05T04:14:57.187Zslp 44:12.662255230
24922026-08-05T04:14:57.187Zlat 50.342667429
24932026-08-05T04:14:57.187Zstop 6:12.701746099
24942026-08-05T04:14:57.190Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24952026-08-05T04:14:58.094Z Finished `release` profile [optimized] target(s) in 0.89s
24962026-08-05T04:14:58.164Z Running `target/release/omicron-package -t test package`
24972026-08-05T04:14:58.221ZLogging to: /work/oxidecomputer/omicron/out/LOG
24982026-08-05T04:14:59.653Z Compiling heck v0.5.0
24992026-08-05T04:14:59.653Z Compiling regress v0.11.1
25002026-08-05T04:14:59.876Z Compiling unsafe-libyaml v0.2.11
25012026-08-05T04:14:59.918Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25022026-08-05T04:14:59.942Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25032026-08-05T04:14:59.962Z Compiling derive-where v1.6.0
25042026-08-05T04:14:59.965Z Compiling bytecount v0.6.9
25052026-08-05T04:15:00.000Z Compiling atomicwrites v0.4.4
25062026-08-05T04:15:00.000Z Compiling is-terminal v0.4.17
25072026-08-05T04:15:00.004Z Compiling prettyplease v0.2.37
25082026-08-05T04:15:00.004Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25092026-08-05T04:15:00.004Z Compiling console v0.15.11
25102026-08-05T04:15:00.004Z Compiling newline-converter v0.3.0
25112026-08-05T04:15:00.041Z Compiling slog-dtrace v0.3.0
25122026-08-05T04:15:00.082Z Compiling resolv-conf v0.7.6
25132026-08-05T04:15:00.170Z Compiling num-rational v0.4.2
25142026-08-05T04:15:00.194Z Compiling num-complex v0.4.6
25152026-08-05T04:15:00.197Z Compiling thread_local v1.1.9
25162026-08-05T04:15:00.240Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25172026-08-05T04:15:00.261Z Compiling unicode-width v0.1.14
25182026-08-05T04:15:00.327Z Compiling compression-core v0.4.31
25192026-08-05T04:15:00.473Z Compiling serde_yaml v0.9.34+deprecated
25202026-08-05T04:15:00.499Z Compiling expectorate v1.2.0
25212026-08-05T04:15:00.577Z Compiling match_cfg v0.1.0
25222026-08-05T04:15:00.622Z Compiling cancel-safe-futures v0.1.5
25232026-08-05T04:15:00.668Z Compiling hostname v0.3.1
25242026-08-05T04:15:00.690Z Compiling num v0.4.3
25252026-08-05T04:15:00.714Z Compiling compression-codecs v0.4.37
25262026-08-05T04:15:00.735Z Compiling multer v3.1.0
25272026-08-05T04:15:00.761Z Compiling slog-async v2.8.0
25282026-08-05T04:15:00.789Z Compiling crossbeam-channel v0.5.15
25292026-08-05T04:15:00.814Z Compiling slog-json v2.6.1
25302026-08-05T04:15:00.835Z Compiling serde_spanned v1.1.1
25312026-08-05T04:15:00.838Z Compiling toml_datetime v1.1.1+spec-1.1.0
25322026-08-05T04:15:00.914Z Compiling term v1.2.1
25332026-08-05T04:15:00.976Z Compiling toml_writer v1.1.1+spec-1.1.0
25342026-08-05T04:15:01.014Z Compiling take_mut v0.2.2
25352026-08-05T04:15:01.046Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25362026-08-05T04:15:01.069Z Compiling float-ord v0.3.2
25372026-08-05T04:15:01.138Z Compiling oxide-update-engine-types v0.1.2
25382026-08-05T04:15:01.160Z Compiling linked-hash-map v0.5.6
25392026-08-05T04:15:01.204Z Compiling slog-term v2.9.2
25402026-08-05T04:15:01.226Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25412026-08-05T04:15:01.229Z Compiling toml v1.1.2+spec-1.1.0
25422026-08-05T04:15:01.229Z Compiling slog-bunyan v2.5.0
25432026-08-05T04:15:01.291Z Compiling async-compression v0.4.41
25442026-08-05T04:15:01.351Z Compiling lru-cache v0.1.2
25452026-08-05T04:15:01.424Z Compiling typify-impl v0.6.2
25462026-08-05T04:15:01.629Z Compiling async-stream v0.3.6
25472026-08-05T04:15:01.712Z Compiling dropshot v0.17.1
25482026-08-05T04:15:01.742Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25492026-08-05T04:15:01.780Z Compiling sha1 v0.11.0
25502026-08-05T04:15:01.783Z Compiling progenitor-client v0.14.0
25512026-08-05T04:15:01.826Z Compiling waitgroup v0.1.2
25522026-08-05T04:15:01.872Z Compiling rustls-pemfile v2.2.0
25532026-08-05T04:15:01.907Z Compiling backon v1.6.0
25542026-08-05T04:15:01.929Z Compiling hostname v0.4.2
25552026-08-05T04:15:01.990Z Compiling serde_path_to_error v0.1.20
25562026-08-05T04:15:02.064Z Compiling instant v0.1.13
25572026-08-05T04:15:02.097Z Compiling minimal-lexical v0.2.1
25582026-08-05T04:15:02.097Z Compiling linear-map v1.2.0
25592026-08-05T04:15:02.140Z Compiling debug-ignore v1.0.5
25602026-08-05T04:15:02.160Z Compiling progenitor-extras v0.2.0
25612026-08-05T04:15:02.203Z Compiling backoff v0.4.0
25622026-08-05T04:15:02.271Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25632026-08-05T04:15:02.348Z Compiling oxide-update-engine v0.1.2
25642026-08-05T04:15:02.371Z Compiling nom v7.1.3
25652026-08-05T04:15:02.397Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25662026-08-05T04:15:02.441Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25672026-08-05T04:15:02.463Z Compiling parse-display v0.10.0
25682026-08-05T04:15:02.527Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25692026-08-05T04:15:02.554Z Compiling hickory-proto v0.24.4
25702026-08-05T04:15:02.957Z Compiling regress v0.10.5
25712026-08-05T04:15:03.223Z Compiling itertools v0.14.0
25722026-08-05T04:15:03.685Z Compiling macaddr v1.0.1
25732026-08-05T04:15:03.770Z Compiling unicode-xid v0.2.6
25742026-08-05T04:15:03.803Z Compiling humantime v2.3.0
25752026-08-05T04:15:04.029Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25762026-08-05T04:15:04.069Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25772026-08-05T04:15:04.093Z Compiling convert_case v0.10.0
25782026-08-05T04:15:04.263Z Compiling owo-colors v4.3.0
25792026-08-05T04:15:04.379Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25802026-08-05T04:15:04.399Z Compiling derive_more-impl v2.1.1
25812026-08-05T04:15:04.489Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25822026-08-05T04:15:04.668Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25832026-08-05T04:15:04.724Z Compiling toml v0.8.23
25842026-08-05T04:15:04.946Z Compiling typify-macro v0.6.2
25852026-08-05T04:15:04.980Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25862026-08-05T04:15:05.150Z Compiling hickory-resolver v0.24.4
25872026-08-05T04:15:05.174Z Compiling papergrid v0.11.0
25882026-08-05T04:15:05.177Z Compiling derive_more v2.1.1
25892026-08-05T04:15:05.289Z Compiling tabled_derive v0.7.0
25902026-08-05T04:15:05.310Z Compiling termtree v0.5.1
25912026-08-05T04:15:05.511Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25922026-08-05T04:15:05.864Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25932026-08-05T04:15:05.869Z Compiling crossterm v0.29.0
25942026-08-05T04:15:06.184Z Compiling tabled v0.15.0
25952026-08-05T04:15:06.390Z Compiling qorb v0.4.1
25962026-08-05T04:15:06.522Z Compiling typify v0.6.2
25972026-08-05T04:15:06.825Z Compiling progenitor-impl v0.14.0
25982026-08-05T04:15:07.389Z Compiling phf_shared v0.12.1
25992026-08-05T04:15:07.669Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26002026-08-05T04:15:08.199Z Compiling vte v0.14.1
26012026-08-05T04:15:08.456Z Compiling csv-core v0.1.13
26022026-08-05T04:15:08.775Z Compiling highway v1.3.0
26032026-08-05T04:15:08.893Z Compiling chrono-tz v0.10.4
26042026-08-05T04:15:08.985Z Compiling progenitor-macro v0.14.0
26052026-08-05T04:15:09.513Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26062026-08-05T04:15:10.204Z Compiling csv v1.4.0
26072026-08-05T04:15:10.374Z Compiling strip-ansi-escapes v0.2.1
26082026-08-05T04:15:10.493Z Compiling phf v0.12.1
26092026-08-05T04:15:10.644Z Compiling const_format_proc_macros v0.2.34
26102026-08-05T04:15:10.697Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26112026-08-05T04:15:10.851Z Compiling fd-lock v4.0.4
26122026-08-05T04:15:11.031Z Compiling peg-macros v0.8.5
26132026-08-05T04:15:11.149Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26142026-08-05T04:15:11.175Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26152026-08-05T04:15:11.417Z Compiling nu-ansi-term v0.50.3
26162026-08-05T04:15:11.726Z Compiling reedline v0.40.0
26172026-08-05T04:15:11.959Z Compiling const_format v0.2.35
26182026-08-05T04:15:12.316Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26192026-08-05T04:15:12.464Z Compiling peg v0.8.5
26202026-08-05T04:15:12.551Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26212026-08-05T04:15:12.622Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26222026-08-05T04:15:13.120Z Compiling progenitor v0.14.0
26232026-08-05T04:15:13.328Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26242026-08-05T04:15:13.393Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26252026-08-05T04:15:13.566Z Compiling bcs v0.1.6
26262026-08-05T04:15:13.992Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26272026-08-05T04:15:15.383Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26282026-08-05T04:15:15.404Z Compiling nom v8.0.0
26292026-08-05T04:15:15.404Z Compiling semver v0.1.20
26302026-08-05T04:15:15.404Z Compiling rustc_version v0.1.7
26312026-08-05T04:15:15.581Z Compiling newtype_derive v0.1.6
26322026-08-05T04:15:15.601Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26332026-08-05T04:15:15.818Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26342026-08-05T04:15:15.882Z Compiling unicode-linebreak v0.1.5
26352026-08-05T04:15:15.907Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26362026-08-05T04:15:16.052Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26372026-08-05T04:15:16.206Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26382026-08-05T04:15:16.270Z Compiling smawk v0.3.2
26392026-08-05T04:15:16.445Z Compiling textwrap v0.16.2
26402026-08-05T04:15:16.487Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26412026-08-05T04:15:16.606Z Compiling steno v0.4.1
26422026-08-05T04:15:16.984Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26432026-08-05T04:15:18.039Z Compiling dropshot-api-manager-types v0.7.2
26442026-08-05T04:15:18.300Z Compiling sha1 v0.10.6
26452026-08-05T04:15:18.648Z Compiling tagptr v0.2.0
26462026-08-05T04:15:18.742Z Compiling utf-8 v0.7.6
26472026-08-05T04:15:18.761Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26482026-08-05T04:15:18.844Z Compiling moka v0.12.13
26492026-08-05T04:15:18.873Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26502026-08-05T04:15:18.990Z Compiling tungstenite v0.21.0
26512026-08-05T04:15:19.059Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26522026-08-05T04:15:19.176Z Compiling darling_core v0.21.3
26532026-08-05T04:15:19.238Z Compiling display-error-chain v0.2.2
26542026-08-05T04:15:19.441Z Compiling vergen-lib v0.1.6
26552026-08-05T04:15:19.678Z Compiling tokio-tungstenite v0.21.0
26562026-08-05T04:15:20.129Z Compiling hickory-resolver v0.25.2
26572026-08-05T04:15:20.129Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26582026-08-05T04:15:21.054Z Compiling proc-macro-error-attr2 v2.0.0
26592026-08-05T04:15:21.405Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26602026-08-05T04:15:21.478Z Compiling darling_macro v0.21.3
26612026-08-05T04:15:21.647Z Compiling diesel_derives v2.3.7
26622026-08-05T04:15:21.718Z Compiling proc-macro-error2 v2.0.1
26632026-08-05T04:15:21.992Z Compiling darling v0.21.3
26642026-08-05T04:15:22.015Z Compiling libscf-sys v1.2.0
26652026-08-05T04:15:22.042Z Compiling scheduled-thread-pool v0.2.7
26662026-08-05T04:15:22.095Z Compiling dsl_auto_type v0.2.0
26672026-08-05T04:15:22.118Z Compiling vergen-gitcl v1.0.8
26682026-08-05T04:15:22.134Z Compiling diesel_table_macro_syntax v0.3.0
26692026-08-05T04:15:22.190Z Compiling dirs-sys-next v0.1.2
26702026-08-05T04:15:22.224Z Compiling maplit v1.0.2
26712026-08-05T04:15:22.346Z Compiling crunchy v0.2.4
26722026-08-05T04:15:22.376Z Compiling glob v0.3.3
26732026-08-05T04:15:22.392Z Compiling dirs-next v2.0.0
26742026-08-05T04:15:22.471Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26752026-08-05T04:15:22.531Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26762026-08-05T04:15:22.622Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26772026-08-05T04:15:22.712Z Compiling r2d2 v0.8.10
26782026-08-05T04:15:22.745Z Compiling clang-sys v1.8.1
26792026-08-05T04:15:22.762Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26802026-08-05T04:15:23.017Z Compiling tabled_derive v0.11.0
26812026-08-05T04:15:23.441Z Compiling papergrid v0.17.0
26822026-08-05T04:15:23.490Z Compiling testing_table v0.3.0
26832026-08-05T04:15:23.802Z Compiling downcast-rs v2.0.2
26842026-08-05T04:15:23.934Z Compiling tiny-keccak v2.0.2
26852026-08-05T04:15:24.313Z Compiling term v0.7.0
26862026-08-05T04:15:24.639Z Compiling tabled v0.20.0
26872026-08-05T04:15:24.815Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26882026-08-05T04:15:24.841Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26892026-08-05T04:15:24.959Z Compiling bit-vec v0.6.3
26902026-08-05T04:15:25.007Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26912026-08-05T04:15:25.129Z Compiling ascii-canvas v3.0.0
26922026-08-05T04:15:25.243Z Compiling bit-set v0.5.3
26932026-08-05T04:15:25.347Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26942026-08-05T04:15:25.361Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26952026-08-05T04:15:25.616Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26962026-08-05T04:15:25.625Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26972026-08-05T04:15:25.756Z Compiling itertools v0.10.5
26982026-08-05T04:15:25.756Z Compiling ena v0.14.4
26992026-08-05T04:15:25.929Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
27002026-08-05T04:15:26.020Z Compiling libloading v0.8.9
27012026-08-05T04:15:27.721Z Compiling unicase v2.9.0
27022026-08-05T04:15:27.779Z Compiling xshell-macros v0.2.7
27032026-08-05T04:15:27.779Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27042026-08-05T04:15:27.779Z Compiling regex-syntax v0.6.29
27052026-08-05T04:15:27.780Z Compiling diff v0.1.13
27062026-08-05T04:15:27.780Z Compiling bindgen v0.71.1
27072026-08-05T04:15:27.780Z Compiling xshell v0.2.7
27082026-08-05T04:15:27.780Z Compiling diesel v2.3.7
27092026-08-05T04:15:27.908Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27102026-08-05T04:15:28.142Z Compiling lalrpop v0.19.12
27112026-08-05T04:15:28.485Z Compiling cexpr v0.6.0
27122026-08-05T04:15:28.930Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27132026-08-05T04:15:29.060Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27142026-08-05T04:15:29.109Z Compiling rustc-hash v2.1.1
27152026-08-05T04:15:29.150Z Compiling crc8 v0.1.1
27162026-08-05T04:15:29.569Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27172026-08-05T04:15:29.576Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27182026-08-05T04:15:29.624Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27192026-08-05T04:15:29.942Z Compiling headers-core v0.3.0
27202026-08-05T04:15:30.105Z Compiling libxml v0.3.3
27212026-08-05T04:15:30.127Z Compiling headers v0.4.1
27222026-08-05T04:15:30.182Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27232026-08-05T04:15:30.406Z Compiling strum_macros v0.24.3
27242026-08-05T04:15:30.430Z Compiling indoc v1.0.9
27252026-08-05T04:15:30.826Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27262026-08-05T04:15:30.889Z Compiling derive_builder v0.20.2
27272026-08-05T04:15:31.038Z Compiling quick-xml v0.37.5
27282026-08-05T04:15:31.062Z Compiling oso-derive v0.27.3
27292026-08-05T04:15:31.575Z Compiling impl-trait-for-tuples v0.2.3
27302026-08-05T04:15:31.626Z Compiling openssl-probe v0.1.6
27312026-08-05T04:15:31.733Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27322026-08-05T04:15:31.923Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27332026-08-05T04:15:32.031Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27342026-08-05T04:15:32.103Z Compiling bb8 v0.8.6
27352026-08-05T04:15:32.144Z Compiling trait-variant v0.1.2
27362026-08-05T04:15:32.432Z Compiling half v1.8.3
27372026-08-05T04:15:32.497Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27382026-08-05T04:15:32.525Z Compiling progenitor-impl v0.13.0
27392026-08-05T04:15:32.602Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27402026-08-05T04:15:32.712Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27412026-08-05T04:15:32.847Z Compiling serde_cbor v0.11.2
27422026-08-05T04:15:32.912Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27432026-08-05T04:15:33.711Z Compiling progenitor-client v0.13.0
27442026-08-05T04:15:33.748Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27452026-08-05T04:15:33.844Z Compiling nonempty v0.12.0
27462026-08-05T04:15:33.872Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27472026-08-05T04:15:33.895Z Compiling samael v0.0.19
27482026-08-05T04:15:34.015Z Compiling fxhash v0.2.1
27492026-08-05T04:15:34.088Z Compiling libz-sys v1.1.24
27502026-08-05T04:15:34.186Z Compiling salty v0.3.0
27512026-08-05T04:15:34.516Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27522026-08-05T04:15:34.556Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27532026-08-05T04:15:34.666Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27542026-08-05T04:15:34.708Z Compiling progenitor-macro v0.13.0
27552026-08-05T04:15:34.916Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27562026-08-05T04:15:35.120Z Compiling kstat-rs v0.2.4
27572026-08-05T04:15:35.413Z Compiling mime_guess v2.0.5
27582026-08-05T04:15:35.593Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27592026-08-05T04:15:35.689Z Compiling polar-core v0.27.3
27602026-08-05T04:15:35.963Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27612026-08-05T04:15:37.412Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27622026-08-05T04:15:38.842Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27632026-08-05T04:15:38.863Z Compiling progenitor v0.13.0
27642026-08-05T04:15:38.958Z Compiling rfc6979 v0.4.0
27652026-08-05T04:15:39.043Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27662026-08-05T04:15:39.067Z Compiling nanorand v0.7.0
27672026-08-05T04:15:39.142Z Compiling libgit2-sys v0.18.3+1.9.2
27682026-08-05T04:15:39.458Z Compiling parking_lot_core v0.8.6
27692026-08-05T04:15:39.626Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27702026-08-05T04:15:39.784Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27712026-08-05T04:15:39.926Z Compiling flume v0.11.1
27722026-08-05T04:15:40.326Z Compiling ecdsa v0.16.9
27732026-08-05T04:15:40.798Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27742026-08-05T04:15:40.993Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27752026-08-05T04:15:41.033Z Compiling primeorder v0.13.6
27762026-08-05T04:15:41.361Z Compiling git-stub v1.0.0
27772026-08-05T04:15:41.626Z Compiling http-range v0.1.5
27782026-08-05T04:15:41.886Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27792026-08-05T04:15:41.960Z Compiling strsim v0.10.0
27802026-08-05T04:15:42.114Z Compiling instability v0.3.11
27812026-08-05T04:15:42.176Z Compiling darling_core v0.13.4
27822026-08-05T04:15:42.292Z Compiling git-stub-vcs v0.1.0
27832026-08-05T04:15:42.368Z Compiling p384 v0.13.1
27842026-08-05T04:15:43.098Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27852026-08-05T04:15:43.862Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27862026-08-05T04:15:43.898Z Compiling ignore v0.4.25
27872026-08-05T04:15:43.939Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27882026-08-05T04:15:44.194Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-08-05T04:15:44.540Z Compiling castaway v0.2.4
27902026-08-05T04:15:45.652Z Compiling oso v0.27.3
27912026-08-05T04:15:47.366Z Compiling diesel-dtrace v0.5.0
27922026-08-05T04:15:49.176Z Compiling async-bb8-diesel v0.2.1
27932026-08-05T04:15:49.189Z Compiling vergen-git2 v9.1.0
27942026-08-05T04:15:49.189Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27952026-08-05T04:15:49.189Z Compiling indoc v2.0.7
27962026-08-05T04:15:49.190Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27972026-08-05T04:15:49.190Z Compiling compact_str v0.8.1
27982026-08-05T04:15:49.190Z Compiling globwalk v0.9.1
27992026-08-05T04:15:49.190Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28002026-08-05T04:15:49.190Z Compiling darling_macro v0.13.4
28012026-08-05T04:15:49.190Z Compiling parking_lot v0.11.2
28022026-08-05T04:15:49.374Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28032026-08-05T04:15:49.419Z Compiling hyper-staticfile v0.10.1
28042026-08-05T04:15:49.460Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28052026-08-05T04:15:49.980Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28062026-08-05T04:15:50.058Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28072026-08-05T04:15:50.260Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-08-05T04:15:50.544Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28092026-08-05T04:15:50.688Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6d037cb60304413302e3f3658e4850980cee77b0#6d037cb6)
28102026-08-05T04:15:50.935Z Compiling predicates-tree v1.0.13
28112026-08-05T04:15:50.984Z Compiling unicode-truncate v1.1.0
28122026-08-05T04:15:51.208Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28132026-08-05T04:15:51.348Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28142026-08-05T04:15:51.427Z Compiling lru v0.12.5
28152026-08-05T04:15:51.654Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28162026-08-05T04:15:52.315Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28172026-08-05T04:15:52.477Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28182026-08-05T04:15:52.509Z Compiling digest-io v0.1.0
28192026-08-05T04:15:52.714Z Compiling sha2 v0.11.0
28202026-08-05T04:15:53.607Z Compiling prefix-trie v0.7.0
28212026-08-05T04:15:54.091Z Compiling rand_seeder v0.4.0
28222026-08-05T04:15:54.304Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28232026-08-05T04:15:54.367Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28242026-08-05T04:15:54.446Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28252026-08-05T04:15:54.610Z Compiling corncobs v0.1.4
28262026-08-05T04:15:54.789Z Compiling cassowary v0.3.0
28272026-08-05T04:15:54.867Z Compiling illumos-nvpair-sys v0.2.0
28282026-08-05T04:15:55.090Z Compiling rawzip v0.4.4
28292026-08-05T04:15:55.443Z Compiling ratatui v0.29.0
28302026-08-05T04:15:56.149Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28312026-08-05T04:15:56.247Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28322026-08-05T04:15:56.391Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28332026-08-05T04:15:56.591Z Compiling hickory-server v0.25.2
28342026-08-05T04:15:56.903Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28352026-08-05T04:15:56.993Z Compiling camino-tempfile-ext v0.3.3
28362026-08-05T04:15:57.666Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28372026-08-05T04:16:00.349Z Compiling darling v0.13.4
28382026-08-05T04:16:00.377Z Compiling sled v0.34.7
28392026-08-05T04:16:00.468Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28402026-08-05T04:16:00.706Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28412026-08-05T04:16:01.306Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28422026-08-05T04:16:01.381Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28432026-08-05T04:16:01.439Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28442026-08-05T04:16:01.750Z Compiling secrecy v0.8.0
28452026-08-05T04:16:01.753Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28462026-08-05T04:16:01.753Z Compiling serde_with_macros v1.5.2
28472026-08-05T04:16:01.920Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28482026-08-05T04:16:02.813Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28492026-08-05T04:16:03.285Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28502026-08-05T04:16:03.776Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28512026-08-05T04:16:04.568Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28522026-08-05T04:16:04.836Z Compiling git2 v0.20.4
28532026-08-05T04:16:04.863Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28542026-08-05T04:16:06.571Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28552026-08-05T04:16:06.613Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28562026-08-05T04:16:06.848Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28572026-08-05T04:16:06.872Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28582026-08-05T04:16:07.082Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28592026-08-05T04:16:07.111Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28602026-08-05T04:16:07.302Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28612026-08-05T04:16:07.351Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28622026-08-05T04:16:07.622Z Compiling arc-swap v1.8.2
28632026-08-05T04:16:07.714Z Compiling void v1.0.2
28642026-08-05T04:16:07.740Z Compiling lzss v0.8.2
28652026-08-05T04:16:07.825Z Compiling slog-scope v4.4.1
28662026-08-05T04:16:07.988Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28672026-08-05T04:16:08.013Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28682026-08-05T04:16:08.033Z Compiling illumos-nvpair v0.3.0
28692026-08-05T04:16:08.225Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28702026-08-05T04:16:08.554Z Compiling serde_with v1.14.0
28712026-08-05T04:16:09.721Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28722026-08-05T04:16:10.796Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28732026-08-05T04:16:10.818Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28742026-08-05T04:16:10.942Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28752026-08-05T04:16:12.083Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28762026-08-05T04:16:12.695Z Compiling tungstenite v0.23.0
28772026-08-05T04:16:12.814Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28782026-08-05T04:16:14.223Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28792026-08-05T04:16:14.807Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28802026-08-05T04:16:14.995Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28812026-08-05T04:16:15.029Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28822026-08-05T04:16:15.066Z Compiling nix v0.27.1
28832026-08-05T04:16:15.217Z Compiling twox-hash v2.1.2
28842026-08-05T04:16:15.283Z Compiling libsw-core v0.3.2
28852026-08-05T04:16:15.523Z Compiling serde_bytes v0.11.19
28862026-08-05T04:16:15.722Z Compiling atty v0.2.14
28872026-08-05T04:16:15.832Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28882026-08-05T04:16:15.882Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28892026-08-05T04:16:16.247Z Compiling libsw v3.5.0
28902026-08-05T04:16:16.335Z Compiling tokio-tungstenite v0.23.1
28912026-08-05T04:16:16.499Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28922026-08-05T04:16:16.723Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28932026-08-05T04:16:16.924Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28942026-08-05T04:16:17.682Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28952026-08-05T04:16:18.029Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28962026-08-05T04:16:19.334Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28972026-08-05T04:16:19.365Z Compiling slog-stdlog v4.1.1
28982026-08-05T04:16:19.767Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28992026-08-05T04:16:19.996Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29002026-08-05T04:16:20.187Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29012026-08-05T04:16:20.347Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29022026-08-05T04:16:20.411Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29032026-08-05T04:16:20.468Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29042026-08-05T04:16:20.770Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29052026-08-05T04:16:21.739Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29062026-08-05T04:16:21.930Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29072026-08-05T04:16:22.117Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29082026-08-05T04:16:25.138Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29092026-08-05T04:16:26.337Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29102026-08-05T04:16:26.406Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29112026-08-05T04:16:26.461Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29122026-08-05T04:16:26.687Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29132026-08-05T04:16:27.225Z Compiling signal-hook-tokio v0.3.1
29142026-08-05T04:16:27.440Z Compiling fatfs v0.3.6
29152026-08-05T04:16:27.573Z Compiling yasna v0.5.2
29162026-08-05T04:16:27.613Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29172026-08-05T04:16:27.891Z Compiling is_ci v1.2.0
29182026-08-05T04:16:28.160Z Compiling assert_matches v1.5.0
29192026-08-05T04:16:28.268Z Compiling seq-macro v0.3.6
29202026-08-05T04:16:28.744Z Compiling rcgen v0.12.1
29212026-08-05T04:16:28.780Z Compiling supports-color v3.0.2
29222026-08-05T04:16:29.067Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29232026-08-05T04:16:29.748Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29242026-08-05T04:16:29.936Z Compiling slog-envlogger v2.2.0
29252026-08-05T04:16:30.514Z Compiling oxide-update-engine-display v0.1.2
29262026-08-05T04:16:31.109Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29272026-08-05T04:16:31.467Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29282026-08-05T04:16:31.508Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29292026-08-05T04:16:31.735Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29302026-08-05T04:16:31.965Z Compiling port-file v0.1.0
29312026-08-05T04:16:32.029Z Compiling subprocess v0.2.15
29322026-08-05T04:16:32.304Z Compiling rtoolbox v0.0.3
29332026-08-05T04:16:32.589Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29342026-08-05T04:16:33.218Z Compiling rpassword v7.5.4
29352026-08-05T04:16:33.912Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29362026-08-05T04:16:34.878Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29372026-08-05T04:16:35.017Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29382026-08-05T04:16:35.350Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29392026-08-05T04:16:37.310Z Compiling tui-tree-widget v0.23.1
29402026-08-05T04:16:37.600Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29412026-08-05T04:16:37.630Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29422026-08-05T04:16:37.965Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29432026-08-05T04:16:39.680Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29442026-08-05T04:16:40.381Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29452026-08-05T04:16:42.624Z Compiling uzers v0.12.2
29462026-08-05T04:16:42.662Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29472026-08-05T04:16:42.662Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29482026-08-05T04:16:42.662Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29492026-08-05T04:16:44.305Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29502026-08-05T04:16:44.309Z Compiling support-bundle-viewer v0.1.2
29512026-08-05T04:16:44.309Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29522026-08-05T04:16:45.411Z Compiling multimap v0.10.1
29532026-08-05T04:16:54.855Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29542026-08-05T04:16:58.020Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29552026-08-05T04:16:59.442Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29562026-08-05T04:17:04.271Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29572026-08-05T04:17:06.076Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29582026-08-05T04:30:02.067Z Finished `release` profile [optimized] target(s) in 15m 03s
29592026-08-05T04:30:02.070Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29602026-08-05T04:30:02.070Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29612026-08-05T04:30:54.565Z
29622026-08-05T04:30:54.568Zreal 15:57.353935090
29632026-08-05T04:30:54.568Zuser 1:25:36.527765262
29642026-08-05T04:30:54.568Zsys 3:44.293139701
29652026-08-05T04:30:54.568Ztrap 1.876330835
29662026-08-05T04:30:54.568Ztflt 1.895931664
29672026-08-05T04:30:54.568Zdflt 20.426775699
29682026-08-05T04:30:54.568Zkflt 0.900907800
29692026-08-05T04:30:54.568Zlock 11:26:05.345489410
29702026-08-05T04:30:54.568Zslp 2:36:55.218888795
29712026-08-05T04:30:54.568Zlat 2:41.163677348
29722026-08-05T04:30:54.568Zstop 5:33.758856229
29732026-08-05T04:30:54.568Z+ mapfile -t packages
29742026-08-05T04:30:54.568Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29752026-08-05T04:30:55.528Z Finished `release` profile [optimized] target(s) in 0.95s
29762026-08-05T04:30:55.602Z Running `target/release/omicron-package -t test list-outputs`
29772026-08-05T04:30:55.664ZLogging to: /work/oxidecomputer/omicron/out/LOG
29782026-08-05T04:30:55.667Z+ ptime -m cargo build --locked --release -p xtask
29792026-08-05T04:30:56.166Z Compiling libc v0.2.185
29802026-08-05T04:30:56.166Z Compiling serde_core v1.0.228
29812026-08-05T04:30:56.166Z Compiling serde v1.0.228
29822026-08-05T04:30:56.169Z Compiling rustix v1.1.3
29832026-08-05T04:30:56.169Z Compiling bitflags v2.11.0
29842026-08-05T04:30:56.169Z Compiling serde_json v1.0.151
29852026-08-05T04:30:56.323Z Compiling usdt-impl v0.5.0
29862026-08-05T04:30:56.335Z Compiling syn v2.0.117
29872026-08-05T04:30:56.357Z Compiling syn v1.0.109
29882026-08-05T04:30:56.367Z Compiling log v0.4.29
29892026-08-05T04:30:56.370Z Compiling getrandom v0.4.1
29902026-08-05T04:30:56.392Z Compiling indexmap v2.14.0
29912026-08-05T04:30:56.404Z Compiling fs-err v3.3.0
29922026-08-05T04:30:56.588Z Compiling anyhow v1.0.102
29932026-08-05T04:30:56.674Z Compiling once_cell v1.21.3
29942026-08-05T04:30:56.685Z Compiling heck v0.4.1
29952026-08-05T04:30:57.037Z Compiling thread-id v4.2.2
29962026-08-05T04:30:57.061Z Compiling errno v0.3.14
29972026-08-05T04:30:57.065Z Compiling memmap v0.7.0
29982026-08-05T04:30:57.806Z Compiling proc-macro-error v1.0.4
29992026-08-05T04:30:58.032Z Compiling terminal_size v0.4.3
30002026-08-05T04:30:58.032Z Compiling tempfile v3.25.0
30012026-08-05T04:30:58.064Z Compiling tabled_derive v0.7.0
30022026-08-05T04:30:58.129Z Compiling clap_builder v4.6.0
30032026-08-05T04:30:58.129Z Compiling textwrap v0.16.2
30042026-08-05T04:30:58.461Z Compiling camino v1.2.2
30052026-08-05T04:30:58.488Z Compiling pest_generator v2.8.6
30062026-08-05T04:30:58.518Z Compiling semver v1.0.28
30072026-08-05T04:30:58.527Z Compiling cargo-platform v0.3.2
30082026-08-05T04:30:58.757Z Compiling tabled v0.15.0
30092026-08-05T04:30:58.788Z Compiling camino-tempfile v1.4.1
30102026-08-05T04:30:59.040Z Compiling serde_derive v1.0.228
30112026-08-05T04:30:59.040Z Compiling thiserror-impl v1.0.69
30122026-08-05T04:30:59.044Z Compiling zerocopy-derive v0.7.35
30132026-08-05T04:30:59.044Z Compiling pest_derive v2.8.6
30142026-08-05T04:30:59.044Z Compiling scroll_derive v0.12.1
30152026-08-05T04:30:59.044Z Compiling thiserror-impl v2.0.18
30162026-08-05T04:30:59.044Z Compiling clap_derive v4.6.1
30172026-08-05T04:30:59.769Z Compiling scroll v0.12.0
30182026-08-05T04:30:59.928Z Compiling zerocopy v0.7.35
30192026-08-05T04:31:00.016Z Compiling goblin v0.8.2
30202026-08-05T04:31:00.198Z Compiling thiserror v2.0.18
30212026-08-05T04:31:00.211Z Compiling thiserror v1.0.69
30222026-08-05T04:31:00.323Z Compiling dtrace-parser v0.2.0
30232026-08-05T04:31:00.593Z Compiling clap v4.6.1
30242026-08-05T04:31:02.292Z Compiling dof v0.3.0
30252026-08-05T04:31:02.320Z Compiling toml_datetime v0.6.11
30262026-08-05T04:31:02.333Z Compiling serde_spanned v0.6.9
30272026-08-05T04:31:02.383Z Compiling serde_tokenstream v0.2.3
30282026-08-05T04:31:02.412Z Compiling cargo_metadata v0.23.1
30292026-08-05T04:31:02.476Z Compiling macaddr v1.0.1
30302026-08-05T04:31:02.504Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30312026-08-05T04:31:02.519Z Compiling toml_edit v0.22.27
30322026-08-05T04:31:02.973Z Compiling usdt-macro v0.5.0
30332026-08-05T04:31:02.973Z Compiling usdt-attr-macro v0.5.0
30342026-08-05T04:31:03.611Z Compiling usdt v0.5.0
30352026-08-05T04:31:04.029Z Compiling toml v0.8.23
30362026-08-05T04:31:04.467Z Compiling cargo_toml v0.21.0
30372026-08-05T04:31:08.874Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30382026-08-05T04:31:12.087Z Finished `release` profile [optimized] target(s) in 16.41s
30392026-08-05T04:31:12.196Z
30402026-08-05T04:31:12.196Zreal 16.492692400
30412026-08-05T04:31:12.196Zuser 2:05.670928263
30422026-08-05T04:31:12.199Zsys 13.605132467
30432026-08-05T04:31:12.199Ztrap 0.066484341
30442026-08-05T04:31:12.199Ztflt 0.436342068
30452026-08-05T04:31:12.199Zdflt 1.477630016
30462026-08-05T04:31:12.199Zkflt 0.000056970
30472026-08-05T04:31:12.199Zlock 4:48.041208323
30482026-08-05T04:31:12.199Zslp 2:42.312458282
30492026-08-05T04:31:12.199Zlat 3.617300590
30502026-08-05T04:31:12.199Zstop 16.393522347
30512026-08-05T04:31:12.199Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30522026-08-05T04:31:12.199Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30532026-08-05T04:31:12.199Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30542026-08-05T04:31:12.199Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30552026-08-05T04:31:12.199Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30562026-08-05T04:31:13.161Z Compiling progenitor-client v0.14.0
30572026-08-05T04:31:13.161Z Compiling newtype-uuid-macros v0.1.0
30582026-08-05T04:31:13.161Z Compiling match_cfg v0.1.0
30592026-08-05T04:31:13.165Z Compiling slog-json v2.6.1
30602026-08-05T04:31:13.165Z Compiling sha1 v0.11.0
30612026-08-05T04:31:13.165Z Compiling multer v3.1.0
30622026-08-05T04:31:13.165Z Compiling compression-core v0.4.31
30632026-08-05T04:31:13.165Z Compiling debug-ignore v1.0.5
30642026-08-05T04:31:13.165Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30652026-08-05T04:31:13.331Z Compiling async-stream-impl v0.3.6
30662026-08-05T04:31:13.334Z Compiling serde_spanned v1.1.1
30672026-08-05T04:31:13.334Z Compiling toml_datetime v1.1.1+spec-1.1.0
30682026-08-05T04:31:13.334Z Compiling dropshot v0.17.1
30692026-08-05T04:31:13.334Z Compiling toml_writer v1.1.1+spec-1.1.0
30702026-08-05T04:31:13.351Z Compiling waitgroup v0.1.2
30712026-08-05T04:31:13.351Z Compiling rustls-pemfile v2.2.0
30722026-08-05T04:31:13.550Z Compiling dropshot_endpoint v0.17.1
30732026-08-05T04:31:13.587Z Compiling serde_path_to_error v0.1.20
30742026-08-05T04:31:13.621Z Compiling hostname v0.4.2
30752026-08-05T04:31:13.678Z Compiling hostname v0.3.1
30762026-08-05T04:31:13.681Z Compiling compression-codecs v0.4.37
30772026-08-05T04:31:13.681Z Compiling toml v1.1.2+spec-1.1.0
30782026-08-05T04:31:13.681Z Compiling atomicwrites v0.4.4
30792026-08-05T04:31:13.681Z Compiling macaddr v1.0.1
30802026-08-05T04:31:13.750Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30812026-08-05T04:31:13.785Z Compiling slog-bunyan v2.5.0
30822026-08-05T04:31:13.839Z Compiling instant v0.1.13
30832026-08-05T04:31:13.839Z Compiling itertools v0.14.0
30842026-08-05T04:31:13.876Z Compiling async-compression v0.4.41
30852026-08-05T04:31:13.918Z Compiling regress v0.10.5
30862026-08-05T04:31:13.939Z Compiling parse-display-derive v0.10.0
30872026-08-05T04:31:13.980Z Compiling backon v1.6.0
30882026-08-05T04:31:13.983Z Compiling backoff v0.4.0
30892026-08-05T04:31:13.983Z Compiling humantime v2.3.0
30902026-08-05T04:31:14.040Z Compiling half v2.7.1
30912026-08-05T04:31:14.040Z Compiling ciborium-io v0.2.2
30922026-08-05T04:31:14.083Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30932026-08-05T04:31:14.086Z Compiling async-stream v0.3.6
30942026-08-05T04:31:14.178Z Compiling progenitor-extras v0.2.0
30952026-08-05T04:31:14.200Z Compiling crucible-workspace-hack v0.1.0
30962026-08-05T04:31:14.218Z Compiling convert_case v0.4.0
30972026-08-05T04:31:14.221Z Compiling regress v0.11.1
30982026-08-05T04:31:14.253Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30992026-08-05T04:31:14.257Z Compiling secrecy v0.10.3
31002026-08-05T04:31:14.298Z Compiling ciborium-ll v0.2.2
31012026-08-05T04:31:14.315Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31022026-08-05T04:31:14.369Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31032026-08-05T04:31:14.372Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31042026-08-05T04:31:14.424Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31052026-08-05T04:31:14.466Z Compiling inout v0.1.4
31062026-08-05T04:31:14.469Z Compiling thiserror-impl-no-std v2.0.2
31072026-08-05T04:31:14.534Z Compiling ciborium v0.2.2
31082026-08-05T04:31:14.538Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31092026-08-05T04:31:14.568Z Compiling universal-hash v0.5.1
31102026-08-05T04:31:14.608Z Compiling derive_more v0.99.20
31112026-08-05T04:31:14.652Z Compiling cipher v0.4.4
31122026-08-05T04:31:14.669Z Compiling opaque-debug v0.3.1
31132026-08-05T04:31:14.698Z Compiling unsafe-libyaml v0.2.11
31142026-08-05T04:31:14.719Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31152026-08-05T04:31:14.760Z Compiling poly1305 v0.8.0
31162026-08-05T04:31:14.776Z Compiling blake2 v0.10.6
31172026-08-05T04:31:14.931Z Compiling chacha20 v0.9.1
31182026-08-05T04:31:15.056Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31192026-08-05T04:31:15.067Z Compiling aead v0.5.2
31202026-08-05T04:31:15.144Z Compiling password-hash v0.5.0
31212026-08-05T04:31:15.162Z Compiling toml_datetime v0.7.5+spec-1.1.0
31222026-08-05T04:31:15.211Z Compiling indent_write v2.2.0
31232026-08-05T04:31:15.251Z Compiling serde_yaml v0.9.34+deprecated
31242026-08-05T04:31:15.303Z Compiling chacha20poly1305 v0.10.1
31252026-08-05T04:31:15.355Z Compiling toml_edit v0.23.10+spec-1.0.0
31262026-08-05T04:31:15.380Z Compiling itertools v0.15.0
31272026-08-05T04:31:15.442Z Compiling argon2 v0.5.3
31282026-08-05T04:31:15.482Z Compiling heapless v0.8.0
31292026-08-05T04:31:15.501Z Compiling tabwriter v1.4.1
31302026-08-05T04:31:15.501Z Compiling hash32 v0.3.1
31312026-08-05T04:31:15.592Z Compiling num-derive v0.4.2
31322026-08-05T04:31:15.683Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31332026-08-05T04:31:15.711Z Compiling parse-display v0.10.0
31342026-08-05T04:31:15.732Z Compiling thiserror-no-std v2.0.2
31352026-08-05T04:31:15.782Z Compiling smoltcp v0.11.0
31362026-08-05T04:31:15.861Z Compiling typify-impl v0.6.2
31372026-08-05T04:31:15.916Z Compiling vsss-rs v3.3.4
31382026-08-05T04:31:16.007Z Compiling proc-macro-crate v3.4.0
31392026-08-05T04:31:16.051Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31402026-08-05T04:31:16.380Z Compiling cobs v0.3.0
31412026-08-05T04:31:16.471Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31422026-08-05T04:31:16.615Z Compiling num_enum_derive v0.7.6
31432026-08-05T04:31:16.619Z Compiling colored v3.1.1
31442026-08-05T04:31:16.619Z Compiling postcard v1.1.3
31452026-08-05T04:31:16.703Z Compiling proc-macro-error v1.0.4
31462026-08-05T04:31:16.746Z Compiling rand v0.10.1
31472026-08-05T04:31:16.791Z Compiling proc-macro-crate v1.3.1
31482026-08-05T04:31:16.795Z Compiling ingot-macros v0.2.0
31492026-08-05T04:31:16.847Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31502026-08-05T04:31:17.033Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31512026-08-05T04:31:17.053Z Compiling foreign-types-macros v0.2.3
31522026-08-05T04:31:17.072Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31532026-08-05T04:31:17.128Z Compiling rayon-core v1.13.0
31542026-08-05T04:31:17.167Z Compiling foreign-types-shared v0.3.1
31552026-08-05T04:31:17.247Z Compiling num_enum_derive v0.5.11
31562026-08-05T04:31:17.329Z Compiling crossbeam-deque v0.8.6
31572026-08-05T04:31:17.332Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31582026-08-05T04:31:17.367Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31592026-08-05T04:31:17.412Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-08-05T04:31:17.440Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31612026-08-05T04:31:17.571Z Compiling cstr-argument v0.1.2
31622026-08-05T04:31:17.588Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31632026-08-05T04:31:17.633Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31642026-08-05T04:31:17.733Z Compiling foreign-types v0.5.0
31652026-08-05T04:31:17.751Z Compiling num_enum v0.7.6
31662026-08-05T04:31:17.770Z Compiling cpubits v0.1.1
31672026-08-05T04:31:17.830Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31682026-08-05T04:31:17.847Z Compiling zone_cfg_derive v0.3.1
31692026-08-05T04:31:17.880Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31702026-08-05T04:31:17.897Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31712026-08-05T04:31:17.915Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31722026-08-05T04:31:17.954Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31732026-08-05T04:31:18.020Z Compiling rayon v1.11.0
31742026-08-05T04:31:18.038Z Compiling itertools v0.12.1
31752026-08-05T04:31:18.078Z Compiling sigpipe v0.1.3
31762026-08-05T04:31:18.108Z Compiling glob v0.3.3
31772026-08-05T04:31:18.125Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-08-05T04:31:18.179Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31792026-08-05T04:31:18.197Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31802026-08-05T04:31:18.290Z Compiling smf v0.2.3
31812026-08-05T04:31:18.369Z Compiling whoami v1.6.1
31822026-08-05T04:31:18.386Z Compiling num_enum v0.5.11
31832026-08-05T04:31:18.446Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31842026-08-05T04:31:18.522Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31852026-08-05T04:31:18.543Z Compiling usdt-macro v0.5.0
31862026-08-05T04:31:18.546Z Compiling usdt-attr-macro v0.5.0
31872026-08-05T04:31:18.546Z Compiling gethostname v0.5.0
31882026-08-05T04:31:18.595Z Compiling num-rational v0.4.2
31892026-08-05T04:31:18.615Z Compiling pem-rfc7468 v1.0.0
31902026-08-05T04:31:18.682Z Compiling num-complex v0.4.6
31912026-08-05T04:31:18.841Z Compiling derive-where v1.6.0
31922026-08-05T04:31:18.861Z Compiling memmap v0.7.0
31932026-08-05T04:31:18.946Z Compiling float-ord v0.3.2
31942026-08-05T04:31:19.049Z Compiling toml v0.8.23
31952026-08-05T04:31:19.078Z Compiling num v0.4.3
31962026-08-05T04:31:19.102Z Compiling hmac v0.13.0
31972026-08-05T04:31:19.132Z Compiling universal-hash v0.6.1
31982026-08-05T04:31:19.180Z Compiling resolv-conf v0.7.6
31992026-08-05T04:31:19.213Z Compiling zone v0.3.1
32002026-08-05T04:31:19.277Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32012026-08-05T04:31:19.317Z Compiling cancel-safe-futures v0.1.5
32022026-08-05T04:31:19.335Z Compiling polyval v0.7.1
32032026-08-05T04:31:19.374Z Compiling der v0.8.0
32042026-08-05T04:31:19.428Z Compiling usdt v0.5.0
32052026-08-05T04:31:19.447Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32062026-08-05T04:31:19.553Z Compiling prettyplease v0.2.37
32072026-08-05T04:31:19.602Z Compiling ghash v0.6.0
32082026-08-05T04:31:19.603Z Compiling pbkdf2 v0.13.0
32092026-08-05T04:31:19.662Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32102026-08-05T04:31:19.742Z Compiling crypto-bigint v0.7.5
32112026-08-05T04:31:19.761Z Compiling aes v0.9.1
32122026-08-05T04:31:19.765Z Compiling ingot-types v0.2.0
32132026-08-05T04:31:19.765Z Compiling console v0.15.11
32142026-08-05T04:31:19.844Z Compiling hickory-proto v0.24.4
32152026-08-05T04:31:19.862Z Compiling newline-converter v0.3.0
32162026-08-05T04:31:19.925Z Compiling ctr v0.10.1
32172026-08-05T04:31:19.967Z Compiling aead v0.6.1
32182026-08-05T04:31:20.009Z Compiling sha2 v0.11.0
32192026-08-05T04:31:20.163Z Compiling linear-map v1.2.0
32202026-08-05T04:31:20.181Z Compiling ingot v0.2.1
32212026-08-05T04:31:20.232Z Compiling oxide-update-engine-types v0.1.2
32222026-08-05T04:31:20.247Z Compiling libefi-sys v0.1.0
32232026-08-05T04:31:20.279Z Compiling linked-hash-map v0.5.6
32242026-08-05T04:31:20.383Z Compiling spki v0.8.0
32252026-08-05T04:31:20.402Z Compiling aes-gcm v0.11.0
32262026-08-05T04:31:20.494Z Compiling lru-cache v0.1.2
32272026-08-05T04:31:20.511Z Compiling expectorate v1.2.0
32282026-08-05T04:31:20.514Z Compiling typify-macro v0.6.2
32292026-08-05T04:31:20.648Z Compiling salsa20 v0.11.0
32302026-08-05T04:31:20.649Z Compiling bitfield-struct v0.6.2
32312026-08-05T04:31:20.649Z Compiling nom v8.0.0
32322026-08-05T04:31:20.723Z Compiling semver v0.1.20
32332026-08-05T04:31:20.829Z Compiling scrypt v0.12.0
32342026-08-05T04:31:21.049Z Compiling rustc_version v0.1.7
32352026-08-05T04:31:21.102Z Compiling tokio-dtrace v0.1.1
32362026-08-05T04:31:21.156Z Compiling cbc v0.2.1
32372026-08-05T04:31:21.176Z Compiling slog-dtrace v0.3.0
32382026-08-05T04:31:21.329Z Compiling oxide-update-engine v0.1.2
32392026-08-05T04:31:21.351Z Compiling minimal-lexical v0.2.1
32402026-08-05T04:31:21.412Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-08-05T04:31:21.448Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32422026-08-05T04:31:21.494Z Compiling newtype_derive v0.1.6
32432026-08-05T04:31:21.514Z Compiling oxide-tokio-rt v0.1.4
32442026-08-05T04:31:21.517Z Compiling pkcs5 v0.8.1
32452026-08-05T04:31:21.641Z Compiling nom v7.1.3
32462026-08-05T04:31:21.718Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32472026-08-05T04:31:21.770Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32482026-08-05T04:31:21.846Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32492026-08-05T04:31:21.866Z Compiling phf_shared v0.12.1
32502026-08-05T04:31:21.869Z Compiling dropshot-api-manager-types v0.7.2
32512026-08-05T04:31:21.905Z Compiling csv-core v0.1.13
32522026-08-05T04:31:21.910Z Compiling chrono-tz v0.10.4
32532026-08-05T04:31:22.005Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32542026-08-05T04:31:22.080Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32552026-08-05T04:31:22.098Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32562026-08-05T04:31:22.136Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32572026-08-05T04:31:22.153Z Compiling hickory-resolver v0.24.4
32582026-08-05T04:31:22.198Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32592026-08-05T04:31:22.221Z Compiling unicode-xid v0.2.6
32602026-08-05T04:31:22.233Z Compiling highway v1.3.0
32612026-08-05T04:31:22.293Z Compiling xshell-macros v0.2.7
32622026-08-05T04:31:22.376Z Compiling const_format_proc_macros v0.2.34
32632026-08-05T04:31:22.452Z Compiling typify v0.6.2
32642026-08-05T04:31:22.477Z Compiling csv v1.4.0
32652026-08-05T04:31:22.598Z Compiling progenitor-impl v0.14.0
32662026-08-05T04:31:22.646Z Compiling phf v0.12.1
32672026-08-05T04:31:22.733Z Compiling xshell v0.2.7
32682026-08-05T04:31:22.831Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32692026-08-05T04:31:23.062Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32702026-08-05T04:31:23.088Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32712026-08-05T04:31:23.162Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32722026-08-05T04:31:23.212Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32732026-08-05T04:31:23.243Z Compiling qorb v0.4.1
32742026-08-05T04:31:23.263Z Compiling pkcs8 v0.11.0
32752026-08-05T04:31:23.574Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32762026-08-05T04:31:23.620Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-08-05T04:31:23.639Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32782026-08-05T04:31:23.670Z Compiling ff v0.14.0
32792026-08-05T04:31:23.728Z Compiling owo-colors v4.3.0
32802026-08-05T04:31:23.842Z Compiling const_format v0.2.35
32812026-08-05T04:31:23.871Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32822026-08-05T04:31:23.960Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32832026-08-05T04:31:24.088Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32842026-08-05T04:31:24.270Z Compiling tabled_derive v0.7.0
32852026-08-05T04:31:24.289Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32862026-08-05T04:31:24.446Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32872026-08-05T04:31:24.465Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-08-05T04:31:24.768Z Compiling bcs v0.1.6
32892026-08-05T04:31:24.997Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32902026-08-05T04:31:25.119Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32912026-08-05T04:31:25.168Z Compiling tagptr v0.2.0
32922026-08-05T04:31:25.187Z Compiling termtree v0.5.1
32932026-08-05T04:31:25.242Z Compiling salty v0.3.0
32942026-08-05T04:31:25.309Z Compiling tabled v0.15.0
32952026-08-05T04:31:25.326Z Compiling moka v0.12.13
32962026-08-05T04:31:25.348Z Compiling progenitor-macro v0.14.0
32972026-08-05T04:31:25.367Z Compiling textwrap v0.16.2
32982026-08-05T04:31:25.383Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32992026-08-05T04:31:25.557Z Compiling steno v0.4.1
33002026-08-05T04:31:25.624Z Compiling group v0.14.0
33012026-08-05T04:31:25.834Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33022026-08-05T04:31:25.853Z Compiling sha1 v0.10.6
33032026-08-05T04:31:25.872Z Compiling signature v3.0.0
33042026-08-05T04:31:25.985Z Compiling base16ct v1.0.0
33052026-08-05T04:31:26.010Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33062026-08-05T04:31:26.097Z Compiling hickory-resolver v0.25.2
33072026-08-05T04:31:26.157Z Compiling sec1 v0.8.1
33082026-08-05T04:31:26.202Z Compiling hkdf v0.13.0
33092026-08-05T04:31:26.220Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33102026-08-05T04:31:26.238Z Compiling rfc6979 v0.4.0
33112026-08-05T04:31:26.269Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33122026-08-05T04:31:26.401Z Compiling elliptic-curve v0.14.1
33132026-08-05T04:31:26.429Z Compiling ecdsa v0.16.9
33142026-08-05T04:31:26.492Z Compiling primeorder v0.13.6
33152026-08-05T04:31:26.519Z Compiling proc-macro-error-attr2 v2.0.0
33162026-08-05T04:31:26.635Z Compiling parking_lot_core v0.8.6
33172026-08-05T04:31:26.789Z Compiling utf-8 v0.7.6
33182026-08-05T04:31:26.861Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33192026-08-05T04:31:26.950Z Compiling tungstenite v0.21.0
33202026-08-05T04:31:26.968Z Compiling proc-macro-error2 v2.0.1
33212026-08-05T04:31:26.989Z Compiling p384 v0.13.1
33222026-08-05T04:31:27.004Z Compiling wnaf v0.14.0
33232026-08-05T04:31:27.113Z Compiling primefield v0.14.0
33242026-08-05T04:31:27.225Z Compiling rfc6979 v0.6.0
33252026-08-05T04:31:27.325Z Compiling git-stub v1.0.0
33262026-08-05T04:31:27.377Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33272026-08-05T04:31:27.408Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33282026-08-05T04:31:27.596Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33292026-08-05T04:31:27.626Z Compiling git-stub-vcs v0.1.0
33302026-08-05T04:31:27.669Z Compiling tokio-tungstenite v0.21.0
33312026-08-05T04:31:27.710Z Compiling ecdsa v0.17.0
33322026-08-05T04:31:27.847Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33332026-08-05T04:31:27.872Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33342026-08-05T04:31:28.001Z Compiling tabled_derive v0.11.0
33352026-08-05T04:31:28.022Z Compiling primeorder v0.14.0
33362026-08-05T04:31:28.059Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-08-05T04:31:28.156Z Compiling progenitor-impl v0.13.0
33382026-08-05T04:31:28.176Z Compiling papergrid v0.17.0
33392026-08-05T04:31:28.202Z Compiling libscf-sys v1.2.0
33402026-08-05T04:31:28.268Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33412026-08-05T04:31:28.285Z Compiling testing_table v0.3.0
33422026-08-05T04:31:28.375Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33432026-08-05T04:31:28.415Z Compiling curve25519-dalek v5.0.0
33442026-08-05T04:31:28.450Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33452026-08-05T04:31:28.469Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-08-05T04:31:28.488Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33472026-08-05T04:31:28.632Z Compiling illumos-nvpair-sys v0.2.0
33482026-08-05T04:31:28.660Z Compiling corncobs v0.1.4
33492026-08-05T04:31:28.700Z Compiling unicase v2.9.0
33502026-08-05T04:31:28.806Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-08-05T04:31:28.823Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33522026-08-05T04:31:28.870Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33532026-08-05T04:31:28.909Z Compiling parking_lot v0.11.2
33542026-08-05T04:31:28.931Z Compiling mime_guess v2.0.5
33552026-08-05T04:31:28.955Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33562026-08-05T04:31:29.244Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33572026-08-05T04:31:29.263Z Compiling tabled v0.20.0
33582026-08-05T04:31:29.280Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33592026-08-05T04:31:29.343Z Compiling ssh-encoding v0.3.0
33602026-08-05T04:31:29.415Z Compiling progenitor-client v0.13.0
33612026-08-05T04:31:29.429Z Compiling prefix-trie v0.7.0
33622026-08-05T04:31:29.484Z Compiling fxhash v0.2.1
33632026-08-05T04:31:29.525Z Compiling secrecy v0.8.0
33642026-08-05T04:31:29.648Z Compiling keccak v0.2.0
33652026-08-05T04:31:29.714Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33662026-08-05T04:31:29.765Z Compiling sled v0.34.7
33672026-08-05T04:31:29.843Z Compiling hickory-server v0.25.2
33682026-08-05T04:31:29.846Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33692026-08-05T04:31:29.926Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33702026-08-05T04:31:29.998Z Compiling ed25519 v3.0.0
33712026-08-05T04:31:30.210Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-08-05T04:31:30.572Z Compiling crypto-primes v0.7.2
33732026-08-05T04:31:30.620Z Compiling progenitor v0.14.0
33742026-08-05T04:31:30.643Z Compiling pkcs1 v0.8.0-rc.4
33752026-08-05T04:31:30.766Z Compiling poly1305 v0.9.0
33762026-08-05T04:31:30.802Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33772026-08-05T04:31:30.824Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33782026-08-05T04:31:30.886Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33792026-08-05T04:31:31.053Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802026-08-05T04:31:31.110Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33812026-08-05T04:31:31.116Z Compiling progenitor-macro v0.13.0
33822026-08-05T04:31:31.147Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33832026-08-05T04:31:31.592Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33842026-08-05T04:31:31.688Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33852026-08-05T04:31:31.800Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33862026-08-05T04:31:31.824Z Compiling blowfish v0.10.0
33872026-08-05T04:31:31.891Z Compiling blake2 v0.11.0-rc.6
33882026-08-05T04:31:32.002Z Compiling half v1.8.3
33892026-08-05T04:31:32.303Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33902026-08-05T04:31:32.403Z Compiling http-range v0.1.5
33912026-08-05T04:31:32.423Z Compiling crc8 v0.1.1
33922026-08-05T04:31:32.515Z Compiling serde_cbor v0.11.2
33932026-08-05T04:31:32.567Z Compiling argon2 v0.6.0-rc.8
33942026-08-05T04:31:32.621Z Compiling bcrypt-pbkdf v0.11.0
33952026-08-05T04:31:32.711Z Compiling rsa v0.10.0-rc.18
33962026-08-05T04:31:33.138Z Compiling ssh-cipher v0.3.0
33972026-08-05T04:31:33.401Z Compiling ed25519-dalek v3.0.0
33982026-08-05T04:31:33.441Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33992026-08-05T04:31:33.599Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34002026-08-05T04:31:33.692Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34012026-08-05T04:31:33.769Z Compiling illumos-nvpair v0.3.0
34022026-08-05T04:31:33.921Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34032026-08-05T04:31:34.036Z Compiling sha3 v0.11.0
34042026-08-05T04:31:34.055Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34052026-08-05T04:31:34.074Z Compiling p384 v0.14.0
34062026-08-05T04:31:34.283Z Compiling p521 v0.14.0
34072026-08-05T04:31:34.406Z Compiling p256 v0.14.0
34082026-08-05T04:31:34.425Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34092026-08-05T04:31:34.555Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-08-05T04:31:34.696Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34112026-08-05T04:31:34.730Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34122026-08-05T04:31:35.005Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34132026-08-05T04:31:35.108Z Compiling yasna v0.5.2
34142026-08-05T04:31:35.251Z Compiling kstat-rs v0.2.4
34152026-08-05T04:31:35.274Z Compiling headers-core v0.3.0
34162026-08-05T04:31:35.423Z Compiling kem v0.3.0
34172026-08-05T04:31:35.533Z Compiling module-lattice v0.2.3
34182026-08-05T04:31:35.575Z Compiling nanorand v0.7.0
34192026-08-05T04:31:35.586Z Compiling sponge-cursor v0.1.0
34202026-08-05T04:31:35.630Z Compiling rcgen v0.12.1
34212026-08-05T04:31:35.743Z Compiling sha3 v0.12.0
34222026-08-05T04:31:35.760Z Compiling ml-kem v0.3.2
34232026-08-05T04:31:35.805Z Compiling flume v0.11.1
34242026-08-05T04:31:35.822Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34252026-08-05T04:31:35.861Z Compiling headers v0.4.1
34262026-08-05T04:31:35.883Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34272026-08-05T04:31:36.188Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34282026-08-05T04:31:36.311Z Compiling progenitor v0.13.0
34292026-08-05T04:31:36.332Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34302026-08-05T04:31:36.354Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34312026-08-05T04:31:36.500Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34322026-08-05T04:31:36.520Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34332026-08-05T04:31:36.565Z Compiling hyper-staticfile v0.10.1
34342026-08-05T04:31:36.662Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34352026-08-05T04:31:36.681Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6d037cb60304413302e3f3658e4850980cee77b0#6d037cb6)
34362026-08-05T04:31:36.697Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34372026-08-05T04:31:36.757Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34382026-08-05T04:31:36.945Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34392026-08-05T04:31:36.997Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34402026-08-05T04:31:37.061Z Compiling russh-cryptovec v0.62.0
34412026-08-05T04:31:37.080Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34422026-08-05T04:31:37.098Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34432026-08-05T04:31:37.199Z Compiling internal-russh-num-bigint v0.5.0
34442026-08-05T04:31:37.216Z Compiling port-file v0.1.0
34452026-08-05T04:31:37.294Z Compiling num-bigint v0.4.6
34462026-08-05T04:31:37.314Z Compiling generic-array v1.4.3
34472026-08-05T04:31:37.368Z Compiling russh-util v0.52.0
34482026-08-05T04:31:37.427Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34492026-08-05T04:31:37.484Z Compiling ssh-key v0.7.0-rc.11
34502026-08-05T04:31:37.502Z Compiling enum_dispatch v0.3.13
34512026-08-05T04:31:37.519Z Compiling delegate v0.13.5
34522026-08-05T04:31:37.549Z Compiling subprocess v0.2.15
34532026-08-05T04:31:37.820Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34542026-08-05T04:31:37.849Z Compiling display-error-chain v0.2.2
34552026-08-05T04:31:37.867Z Compiling md5 v0.8.0
34562026-08-05T04:31:37.895Z Compiling hex-literal v1.1.0
34572026-08-05T04:31:38.036Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34582026-08-05T04:31:38.060Z Compiling colored v2.2.0
34592026-08-05T04:31:38.152Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34602026-08-05T04:31:38.273Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34612026-08-05T04:31:38.321Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34622026-08-05T04:31:38.412Z Compiling socket2 v0.5.10
34632026-08-05T04:31:38.443Z Compiling internet-checksum v0.2.1
34642026-08-05T04:31:38.861Z Compiling russh v0.62.4
34652026-08-05T04:31:39.399Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34662026-08-05T04:31:39.399Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34672026-08-05T04:31:41.981Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34682026-08-05T04:31:42.680Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34692026-08-05T04:31:43.165Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34702026-08-05T04:31:43.210Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34712026-08-05T04:31:45.243Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34722026-08-05T04:31:53.816Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34732026-08-05T04:31:53.816Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34742026-08-05T04:31:53.819Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34752026-08-05T04:31:53.819Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34762026-08-05T04:31:55.638Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34772026-08-05T04:31:55.678Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34782026-08-05T04:31:59.653Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34792026-08-05T04:32:41.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34802026-08-05T04:32:41.383Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34812026-08-05T04:32:41.383Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34822026-08-05T04:32:41.610Z
34832026-08-05T04:32:41.610Zreal 1:29.346544328
34842026-08-05T04:32:41.610Zuser 8:12.359432906
34852026-08-05T04:32:41.610Zsys 1:40.072731845
34862026-08-05T04:32:41.610Ztrap 0.238783812
34872026-08-05T04:32:41.610Ztflt 0.371104995
34882026-08-05T04:32:41.613Zdflt 1.822822911
34892026-08-05T04:32:41.613Zkflt 0.000810870
34902026-08-05T04:32:41.614Zlock 30:36.485723126
34912026-08-05T04:32:41.614Zslp 18:37.833708643
34922026-08-05T04:32:41.614Zlat 36.983571607
34932026-08-05T04:32:41.614Zstop 3:00.742360663
34942026-08-05T04:32:41.614Z+ mkdir tests
34952026-08-05T04:32:41.617Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34962026-08-05T04:32:41.617Z+ xargs -I '{}' -t cp '{}' tests/
34972026-08-05T04:32:41.638Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-53e5024cf5d2c3d1 tests/
34982026-08-05T04:32:41.660Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-99151516492c6b09 tests/
34992026-08-05T04:32:41.683Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d191c08215d5c27e tests/
35002026-08-05T04:32:41.705Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b413ea1e12d1c41d tests/
35012026-08-05T04:32:42.015Z+ 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)
35022026-08-05T04:32:42.019Z+ 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-99151516492c6b09 tests/commtest-d191c08215d5c27e tests/dhcp_server-53e5024cf5d2c3d1 tests/end_to_end_tests-b413ea1e12d1c41d 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
35032026-08-05T04:34:11.413ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35042026-08-05T04:34:11.413Za .github/buildomat/ci-env.sh 1K
35052026-08-05T04:34:11.413Za out/target/test 1K
35062026-08-05T04:34:11.413Za out/npuzone/npuzone 27402K
35072026-08-05T04:34:11.413Za package-manifest.toml 35K
35082026-08-05T04:34:11.413Za smf/sled-agent/non-gimlet/config.toml 6K
35092026-08-05T04:34:11.413Za target/release/omicron-package 49120K
35102026-08-05T04:34:11.413Za target/release/xtask 11722K
35112026-08-05T04:34:11.413Za target/debug/bootstrap 434625K
35122026-08-05T04:34:11.413Za tests/bootstrap-99151516492c6b09 34516K
35132026-08-05T04:34:11.413Za tests/commtest-d191c08215d5c27e 34517K
35142026-08-05T04:34:11.413Za tests/dhcp_server-53e5024cf5d2c3d1 34516K
35152026-08-05T04:34:11.413Za tests/end_to_end_tests-b413ea1e12d1c41d 497545K
35162026-08-05T04:34:11.413Za tools/opte_version 1K
35172026-08-05T04:34:11.413Za tools/opte_version_override 2K
35182026-08-05T04:34:11.413Za out/clickhouse.tar.gz 329639K
35192026-08-05T04:34:11.413Za out/clickhouse_keeper.tar.gz 313637K
35202026-08-05T04:34:11.413Za out/clickhouse_server.tar.gz 329635K
35212026-08-05T04:34:11.413Za out/cockroachdb.tar.gz 169986K
35222026-08-05T04:34:11.413Za out/crucible-pantry-zone.tar.gz 41788K
35232026-08-05T04:34:11.413Za out/crucible-utils.tar 18900K
35242026-08-05T04:34:11.413Za out/crucible-zone.tar.gz 56600K
35252026-08-05T04:34:11.414Za out/external-dns.tar.gz 54776K
35262026-08-05T04:34:11.414Za out/internal-dns.tar.gz 54776K
35272026-08-05T04:34:11.414Za out/mg-ddm-gz.tar 100917K
35282026-08-05T04:34:11.414Za out/nexus.tar.gz 359308K
35292026-08-05T04:34:11.414Za out/ntp.tar.gz 35140K
35302026-08-05T04:34:11.414Za out/omicron-gateway-softnpu.tar.gz 29642K
35312026-08-05T04:34:11.414Za out/omicron-sled-agent.tar 239916K
35322026-08-05T04:34:11.414Za out/overlay.tar.gz 4K
35332026-08-05T04:34:11.414Za out/oximeter.tar.gz 72195K
35342026-08-05T04:34:11.414Za out/oxlog.tar 4066K
35352026-08-05T04:34:11.414Za out/probe.tar.gz 3037K
35362026-08-05T04:34:11.414Za out/propolis-server.tar.gz 34642K
35372026-08-05T04:34:11.414Za out/pumpkind-gz.tar 26647K
35382026-08-05T04:34:11.414Za out/switch-softnpu.tar.gz 503227K
35392026-08-05T04:34:11.417Z
35402026-08-05T04:34:11.417Zreal 1:29.395581262
35412026-08-05T04:34:11.417Zuser 1:26.394644656
35422026-08-05T04:34:11.417Zsys 5.014353678
35432026-08-05T04:34:11.418Ztrap 0.006841053
35442026-08-05T04:34:11.418Ztflt 0.000000000
35452026-08-05T04:34:11.418Zdflt 0.000000000
35462026-08-05T04:34:11.418Zkflt 0.000000000
35472026-08-05T04:34:11.418Zlock 0.000000000
35482026-08-05T04:34:11.418Zslp 1:26.266037580
35492026-08-05T04:34:11.418Zlat 1.103946175
35502026-08-05T04:34:11.418Zstop 0.000192550
35512026-08-05T04:34:11.418Zprocess exited: duration 1373940 ms, exit code 0
 
35522026-08-05T04:34:11.432Zfound 1 output files
35532026-08-05T04:34:11.474Zuploading: /work/package.tar.gz (2779421361 bytes)
35542026-08-05T04:34:50.791Zuploaded: /work/package.tar.gz