01M0EZCD4JSQPMSRK2WQBGVX8Z: 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: 01M0EZCW14W9927W1NXW08MYWM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T06:58:51.132Zjob assigned to worker 01M0EZD0GMX4KF5632TX89Q5JF [factory aws, i-016410360e6811256] (queued for 46 s)
 
22026-08-20T06:58:58.801Zstarting task 0: "setup"
32026-08-20T06:58:58.806Z++ uname -s
42026-08-20T06:58:58.808Z+ kern=SunOS
52026-08-20T06:58:58.808Z+ build_user=build
62026-08-20T06:58:58.808Z+ build_uid=12345
72026-08-20T06:58:58.808Z+ work_dir=/work
82026-08-20T06:58:58.809Z+ input_dir=/input
92026-08-20T06:58:58.809Z+ [[ 0 == 12345 ]]
102026-08-20T06:58:58.809Z+ case "$kern" in
112026-08-20T06:58:58.809Z+ groupadd -g 12345 build
122026-08-20T06:58:58.811Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T06:59:00.817Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T06:59:00.914Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T06:59:00.916Z+ home_fs=zfs
162026-08-20T06:59:00.916Z+ [[ zfs == autofs ]]
172026-08-20T06:59:00.916Z+ mkdir -p /home/build
182026-08-20T06:59:00.919Z+ chown build:build /home/build /work
192026-08-20T06:59:02.920Z+ chmod 0700 /home/build /work
202026-08-20T06:59:02.923Zprocess exited: duration 4123 ms, exit code 0
 
212026-08-20T06:59:02.929Zstarting task 1: "rust-toolchain"
222026-08-20T06:59:02.934Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T06:59:02.934Z * rust toolchain channel = "1.97.1"
242026-08-20T06:59:02.934Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-20T06:59:02.934Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-20T06:59:02.934Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T06:59:02.934Z * rust toolchain profile = "default"
282026-08-20T06:59:02.937Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T06:59:02.937Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T06:59:03.050Zinfo: downloading installer
312026-08-20T06:59:04.387Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T06:59:04.387Zwarn: /home/build/.rustup/settings.toml
332026-08-20T06:59:04.387Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T06:59:04.387Zwarn: instead of the one inferred from the default host triple.
352026-08-20T06:59:04.400Zinfo: profile set to default
362026-08-20T06:59:04.400Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T06:59:04.403Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T06:59:04.537Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T06:59:04.542Zinfo: downloading 6 components
402026-08-20T06:59:18.795Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T06:59:18.795Z
422026-08-20T06:59:18.825Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T06:59:18.825Z
442026-08-20T06:59:18.825Z
452026-08-20T06:59:18.825ZRust is installed now. Great!
462026-08-20T06:59:18.825Z
472026-08-20T06:59:18.825ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T06:59:18.829Zenvironment variable. This has not been done automatically.
492026-08-20T06:59:18.829Z
502026-08-20T06:59:18.829ZTo configure your current shell, you need to source
512026-08-20T06:59:18.829Zthe corresponding env file under $HOME/.cargo.
522026-08-20T06:59:18.829Z
532026-08-20T06:59:18.829ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T06:59:18.829Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T06:59:18.829Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T06:59:18.829Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T06:59:18.829Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T06:59:18.829Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T06:59:18.829Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T06:59:18.829Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T06:59:18.829Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T06:59:18.934Z+ rustup --version
632026-08-20T06:59:18.940Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T06:59:18.943Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T06:59:18.961Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T06:59:18.964Z+ cargo --version
672026-08-20T06:59:18.973Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T06:59:18.976Z+ rustc --version
692026-08-20T06:59:18.997Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T06:59:19.001Zprocess exited: duration 16071 ms, exit code 0
 
712026-08-20T06:59:19.007Zstarting task 2: "authentication"
722026-08-20T06:59:19.025Zprocess exited: duration 18 ms, exit code 0
 
732026-08-20T06:59:19.031Zstarting task 3: "clone repository"
742026-08-20T06:59:19.036Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T06:59:19.038Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T06:59:19.072ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T06:59:36.686Z+ cd /work/oxidecomputer/omicron
782026-08-20T06:59:36.686Z+ git fetch origin 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc
792026-08-20T06:59:37.037ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T06:59:37.037Z * branch 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc -> FETCH_HEAD
812026-08-20T06:59:37.053Z+ [[ -n zl/multicast-mgd-ddm ]]
822026-08-20T06:59:37.055Z++ git branch --show-current
832026-08-20T06:59:37.058Z+ current=main
842026-08-20T06:59:37.058Z+ [[ main != zl/multicast-mgd-ddm ]]
852026-08-20T06:59:37.058Z+ git branch -f zl/multicast-mgd-ddm 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc
862026-08-20T06:59:37.061Z+ git checkout -f zl/multicast-mgd-ddm
872026-08-20T06:59:37.321ZSwitched to branch 'zl/multicast-mgd-ddm'
882026-08-20T06:59:37.325Z+ git reset --hard 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc
892026-08-20T06:59:37.384ZHEAD is now at 6aca0e9d4 [multicast] add reconciler tuning knobs to example, SMF, and test configs
902026-08-20T06:59:37.387Zprocess exited: duration 18354 ms, exit code 0
 
912026-08-20T06:59:37.394Zstarting task 4: "build"
922026-08-20T06:59:37.401Z+ source .github/buildomat/ci-env.sh
932026-08-20T06:59:37.401Z++ export CARGO_TERM_COLOR=always
942026-08-20T06:59:37.401Z++ CARGO_TERM_COLOR=always
952026-08-20T06:59:37.404Z+++ uname -s
962026-08-20T06:59:37.404Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-20T06:59:37.404Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-20T06:59:37.404Z+ cargo --version
992026-08-20T06:59:37.413Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-20T06:59:37.417Z+ rustc --version
1012026-08-20T06:59:37.437Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-20T06:59:37.440Z+ WORK=/work
1032026-08-20T06:59:37.440Z+ pfexec mkdir -p /work
1042026-08-20T06:59:37.444Z+ pfexec chown build /work
1052026-08-20T06:59:37.446Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-20T06:59:39.451Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-20T06:59:39.794Z Startup: Caching catalogs ... Done
1082026-08-20T06:59:41.688ZPlanning: Solver setup ... Done (1.783s)
1092026-08-20T06:59:41.746ZPlanning: Running solver ... Done (0.057s)
1102026-08-20T06:59:41.789ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-20T06:59:41.801ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-20T06:59:41.819ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-20T06:59:41.834ZPlanning: Package planning ... Done (0.015s)
1142026-08-20T06:59:41.840ZPlanning: Merging actions ... Done (0.002s)
1152026-08-20T06:59:41.999ZPlanning: Checking for conflicting actions ... Done (0.163s)
1162026-08-20T06:59:42.001ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-20T06:59:42.845ZPlanning: Evaluating mediators ... Done (0.845s)
1182026-08-20T06:59:42.848ZPlanning: Planning completed in 3.01 seconds
1192026-08-20T06:59:42.854Z Packages to install: 2
1202026-08-20T06:59:42.854Z Estimated space available: 156.01 GB
1212026-08-20T06:59:42.854ZEstimated space to be consumed: 72.15 MB
1222026-08-20T06:59:42.855Z Create boot environment: No
1232026-08-20T06:59:42.855ZCreate backup boot environment: No
1242026-08-20T06:59:42.858Z Rebuild boot archive: No
1252026-08-20T06:59:42.858Z
1262026-08-20T06:59:42.858ZChanged packages:
1272026-08-20T06:59:42.858Zhelios
1282026-08-20T06:59:42.858Z developer/build-essential
1292026-08-20T06:59:42.858Z None -> 11-3.0
1302026-08-20T06:59:42.858Z library/libxmlsec1
1312026-08-20T06:59:42.858Z None -> 1.2.35-3.0
1322026-08-20T06:59:42.882Z
1332026-08-20T06:59:42.882ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-20T06:59:42.961ZDownload: Completed 1.28 MB in 0.08 seconds (16.1M/s)
1352026-08-20T06:59:43.033Z Actions: 1/268 actions (Installing new actions)
1362026-08-20T06:59:43.074Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-20T06:59:43.105ZFinalize: Updating package state database ... Done (0.031s)
1382026-08-20T06:59:43.105ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-20T06:59:43.184ZFinalize: Updating image state ... Done (0.079s)
1402026-08-20T06:59:45.875ZFinalize: Creating fast lookup database ... Done (2.637s)
1412026-08-20T06:59:45.940ZFinalize: Reading search index ... Done (0.013s)
1422026-08-20T06:59:45.942ZFinalize: Updating search index ... Done (0.000s)
1432026-08-20T06:59:46.068ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-20T06:59:46.438ZPlanning: Evaluating mediator changes ... Done
1452026-08-20T06:59:46.546ZPlanning: Checking for conflicting actions ... Done
1462026-08-20T06:59:46.550ZPlanning: Consolidating action changes ... Done
1472026-08-20T06:59:46.709ZPlanning: Evaluating mediators ... Done
1482026-08-20T06:59:46.712ZPlanning: Planning completed in 0.27 seconds
1492026-08-20T06:59:46.733Z Mediators to change: 2
1502026-08-20T06:59:46.733Z Create boot environment: No
1512026-08-20T06:59:46.733ZCreate backup boot environment: No
1522026-08-20T06:59:46.778ZFinalize: Updating package state database ... Done
1532026-08-20T06:59:46.778ZFinalize: Updating package cache ... Done
1542026-08-20T06:59:46.825ZFinalize: Updating image state ... Done
1552026-08-20T06:59:48.813ZFinalize: Creating fast lookup database ... Done
1562026-08-20T06:59:48.882ZFinalize: Reading search index ... Done
1572026-08-20T06:59:48.885ZFinalize: Updating search index ... Done
1582026-08-20T06:59:48.967ZFinalize: Updating package cache ... Done
1592026-08-20T06:59:49.261ZPlanning: Evaluating mediator changes ... Done
1602026-08-20T06:59:49.368ZPlanning: Checking for conflicting actions ... Done
1612026-08-20T06:59:49.371ZPlanning: Consolidating action changes ... Done
1622026-08-20T06:59:49.530ZPlanning: Evaluating mediators ... Done
1632026-08-20T06:59:49.533ZPlanning: Planning completed in 0.27 seconds
1642026-08-20T06:59:49.553Z Mediators to change: 1
1652026-08-20T06:59:49.553Z Create boot environment: No
1662026-08-20T06:59:49.553ZCreate backup boot environment: No
1672026-08-20T06:59:49.599ZFinalize: Updating package state database ... Done
1682026-08-20T06:59:49.599ZFinalize: Updating package cache ... Done
1692026-08-20T06:59:49.647ZFinalize: Updating image state ... Done
1702026-08-20T06:59:51.644ZFinalize: Creating fast lookup database ... Done
1712026-08-20T06:59:51.711ZFinalize: Reading search index ... Done
1722026-08-20T06:59:51.715ZFinalize: Updating search index ... Done
1732026-08-20T06:59:51.792ZFinalize: Updating package cache ... Done
1742026-08-20T06:59:52.112ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-20T06:59:52.112Zapache system 2.4 system
1762026-08-20T06:59:52.112Zclang system 15 system
1772026-08-20T06:59:52.112Zcsh system system illumos
1782026-08-20T06:59:52.112Zctags system system illumos
1792026-08-20T06:59:52.112Zfile vendor vendor darwinsys
1802026-08-20T06:59:52.112Zfile system system illumos
1812026-08-20T06:59:52.112Zgcc vendor 14 vendor
1822026-08-20T06:59:52.112Zgcc system 13 system
1832026-08-20T06:59:52.112Zgcc system 10 system
1842026-08-20T06:59:52.112Zgo system 1.25 system
1852026-08-20T06:59:52.112Zllvm system 15 system
1862026-08-20T06:59:52.112Zmariadb system 11.4 system
1872026-08-20T06:59:52.112Zmta vendor vendor dma
1882026-08-20T06:59:52.112Zopenjdk system 17 system
1892026-08-20T06:59:52.112Zopenjdk system 11 system
1902026-08-20T06:59:52.112Zopenssl vendor 3 vendor
1912026-08-20T06:59:52.112Zperl system 5.40 system
1922026-08-20T06:59:52.113Zpostgresql system 18 system
1932026-08-20T06:59:52.113Zpostgresql system 17 system
1942026-08-20T06:59:52.113Zpython vendor 3 vendor
1952026-08-20T06:59:52.113Zpython system 2 system
1962026-08-20T06:59:52.113Zpython3 vendor 3.13 vendor
1972026-08-20T06:59:52.113Zruby system 3.4 system
1982026-08-20T06:59:52.113Zruby system 3.0 system
1992026-08-20T06:59:52.113Zwords vendor vendor american-english
2002026-08-20T06:59:52.113Zwords system system australian-english
2012026-08-20T06:59:52.113Zwords system system british-english
2022026-08-20T06:59:52.113Zwords system system canadian-english
2032026-08-20T06:59:52.113Zwords system system french
2042026-08-20T06:59:52.113Zwords system system italian
2052026-08-20T06:59:52.113Zwords system system ngerman
2062026-08-20T06:59:52.113Zwords system system ogerman
2072026-08-20T06:59:52.113Zwords system system spanish
2082026-08-20T06:59:52.367ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-20T06:59:52.367Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-20T06:59:52.838ZFMRI IFO
2112026-08-20T06:59:52.838Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-20T06:59:52.838Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-20T06:59:52.838Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-20T06:59:52.838Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-20T06:59:52.838Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-20T06:59:52.838Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-20T06:59:52.838Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-20T06:59:52.838Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-20T06:59:52.838Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-20T06:59:53.171Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-20T06:59:53.548Z Updating crates.io index
2222026-08-20T06:59:53.553Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-20T06:59:53.809Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-20T06:59:54.167Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-20T06:59:55.281Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-20T06:59:55.825Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-20T06:59:57.460Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-20T06:59:58.389Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-20T06:59:58.713Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-20T06:59:59.057Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-20T07:00:00.364Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-20T07:00:00.955Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-20T07:00:01.340Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-20T07:00:01.622Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-20T07:00:01.918Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-20T07:00:02.220Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-20T07:00:02.662Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-20T07:00:02.937Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-20T07:00:03.494Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-20T07:00:03.963Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-20T07:00:04.406Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-20T07:00:04.958Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-20T07:00:05.300Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-20T07:00:05.891Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-20T07:00:06.238Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-20T07:00:06.508Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-20T07:00:06.933Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-20T07:00:07.241Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-20T07:00:07.776Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-20T07:00:08.133Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-20T07:00:08.414Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-20T07:00:08.740Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-20T07:00:09.104Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-20T07:00:09.686Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-20T07:00:09.996Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-20T07:00:10.291Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-20T07:00:10.624Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-20T07:00:11.258Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-20T07:00:11.578Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-20T07:00:11.847Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-20T07:00:12.180Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-20T07:00:12.433Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-08-20T07:00:12.714Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2642026-08-20T07:00:15.122Z Downloading crates ...
2652026-08-20T07:00:15.171Z Downloaded anstyle v1.0.14
2662026-08-20T07:00:15.175Z Downloaded anstyle-query v1.1.5
2672026-08-20T07:00:15.178Z Downloaded bytecount v0.6.9
2682026-08-20T07:00:15.182Z Downloaded cargo-platform v0.3.2
2692026-08-20T07:00:15.186Z Downloaded bitflags v2.11.0
2702026-08-20T07:00:15.186Z Downloaded autocfg v1.5.0
2712026-08-20T07:00:15.190Z Downloaded block-buffer v0.10.4
2722026-08-20T07:00:15.190Z Downloaded cfg-if v1.0.4
2732026-08-20T07:00:15.194Z Downloaded anstyle-parse v1.0.0
2742026-08-20T07:00:15.194Z Downloaded camino v1.2.5
2752026-08-20T07:00:15.195Z Downloaded cargo_metadata v0.23.1
2762026-08-20T07:00:15.195Z Downloaded macaddr v1.0.1
2772026-08-20T07:00:15.198Z Downloaded zmij v1.0.21
2782026-08-20T07:00:15.198Z Downloaded anstream v1.0.0
2792026-08-20T07:00:15.203Z Downloaded equivalent v1.0.2
2802026-08-20T07:00:15.204Z Downloaded fnv v1.0.7
2812026-08-20T07:00:15.204Z Downloaded anyhow v1.0.104
2822026-08-20T07:00:15.207Z Downloaded winnow v0.7.14
2832026-08-20T07:00:15.210Z Downloaded camino-tempfile v1.4.1
2842026-08-20T07:00:15.210Z Downloaded clap_derive v4.6.1
2852026-08-20T07:00:15.213Z Downloaded itoa v1.0.17
2862026-08-20T07:00:15.217Z Downloaded pretty-hex v0.4.1
2872026-08-20T07:00:15.217Z Downloaded colorchoice v1.0.4
2882026-08-20T07:00:15.217Z Downloaded heck v0.5.0
2892026-08-20T07:00:15.217Z Downloaded getrandom v0.3.4
2902026-08-20T07:00:15.222Z Downloaded dtrace-parser v0.2.0
2912026-08-20T07:00:15.222Z Downloaded byteorder v1.5.0
2922026-08-20T07:00:15.227Z Downloaded cargo_toml v0.21.0
2932026-08-20T07:00:15.227Z Downloaded digest v0.10.7
2942026-08-20T07:00:15.227Z Downloaded sha2 v0.10.9
2952026-08-20T07:00:15.230Z Downloaded cpufeatures v0.2.17
2962026-08-20T07:00:15.233Z Downloaded clap v4.6.1
2972026-08-20T07:00:15.240Z Downloaded utf8parse v0.2.2
2982026-08-20T07:00:15.243Z Downloaded fastrand v2.3.0
2992026-08-20T07:00:15.247Z Downloaded strsim v0.11.1
3002026-08-20T07:00:15.247Z Downloaded terminal_size v0.4.3
3012026-08-20T07:00:15.250Z Downloaded crypto-common v0.1.7
3022026-08-20T07:00:15.250Z Downloaded clap_lex v1.0.0
3032026-08-20T07:00:15.250Z Downloaded version_check v0.9.5
3042026-08-20T07:00:15.255Z Downloaded errno v0.3.14
3052026-08-20T07:00:15.256Z Downloaded is_terminal_polyfill v1.70.2
3062026-08-20T07:00:15.256Z Downloaded dof v0.3.0
3072026-08-20T07:00:15.260Z Downloaded scroll_derive v0.12.1
3082026-08-20T07:00:15.260Z Downloaded generic-array v0.14.7
3092026-08-20T07:00:15.264Z Downloaded heck v0.4.1
3102026-08-20T07:00:15.264Z Downloaded memmap v0.7.0
3112026-08-20T07:00:15.264Z Downloaded thiserror v2.0.18
3122026-08-20T07:00:15.268Z Downloaded log v0.4.33
3132026-08-20T07:00:15.272Z Downloaded smawk v0.3.2
3142026-08-20T07:00:15.278Z Downloaded thread-id v4.2.2
3152026-08-20T07:00:15.281Z Downloaded usdt v0.5.0
3162026-08-20T07:00:15.281Z Downloaded unicode-linebreak v0.1.5
3172026-08-20T07:00:15.290Z Downloaded plain v0.2.3
3182026-08-20T07:00:15.290Z Downloaded toml_write v0.1.2
3192026-08-20T07:00:15.293Z Downloaded serde_spanned v0.6.9
3202026-08-20T07:00:15.297Z Downloaded proc-macro-error-attr v1.0.4
3212026-08-20T07:00:15.300Z Downloaded tabled_derive v0.7.0
3222026-08-20T07:00:15.303Z Downloaded swrite v0.1.0
3232026-08-20T07:00:15.303Z Downloaded usdt-macro v0.5.0
3242026-08-20T07:00:15.311Z Downloaded usdt-attr-macro v0.5.0
3252026-08-20T07:00:15.314Z Downloaded toml_datetime v0.6.11
3262026-08-20T07:00:15.318Z Downloaded thiserror-impl v1.0.69
3272026-08-20T07:00:15.338Z Downloaded fs-err v3.3.0
3282026-08-20T07:00:15.342Z Downloaded thiserror-impl v2.0.18
3292026-08-20T07:00:15.347Z Downloaded serde_tokenstream v0.2.3
3302026-08-20T07:00:15.350Z Downloaded scroll v0.12.0
3312026-08-20T07:00:15.354Z Downloaded usdt-impl v0.5.0
3322026-08-20T07:00:15.359Z Downloaded once_cell v1.21.3
3332026-08-20T07:00:15.359Z Downloaded tempfile v3.27.0
3342026-08-20T07:00:15.359Z Downloaded ucd-trie v0.1.7
3352026-08-20T07:00:15.363Z Downloaded semver v1.0.28
3362026-08-20T07:00:15.363Z Downloaded thiserror v1.0.69
3372026-08-20T07:00:15.367Z Downloaded pest_derive v2.8.6
3382026-08-20T07:00:15.379Z Downloaded proc-macro-error v1.0.4
3392026-08-20T07:00:15.382Z Downloaded toml v0.8.23
3402026-08-20T07:00:15.382Z Downloaded quote v1.0.45
3412026-08-20T07:00:15.402Z Downloaded serde_core v1.0.229
3422026-08-20T07:00:15.406Z Downloaded papergrid v0.11.0
3432026-08-20T07:00:15.411Z Downloaded pest_generator v2.8.6
3442026-08-20T07:00:15.411Z Downloaded proc-macro2 v1.0.106
3452026-08-20T07:00:15.411Z Downloaded unicode-ident v1.0.24
3462026-08-20T07:00:15.411Z Downloaded textwrap v0.16.2
3472026-08-20T07:00:15.414Z Downloaded zerocopy-derive v0.7.35
3482026-08-20T07:00:15.418Z Downloaded pest_meta v2.8.6
3492026-08-20T07:00:15.418Z Downloaded serde v1.0.229
3502026-08-20T07:00:15.421Z Downloaded serde_derive v1.0.229
3512026-08-20T07:00:15.421Z Downloaded pest v2.8.6
3522026-08-20T07:00:15.448Z Downloaded memchr v2.8.0
3532026-08-20T07:00:15.451Z Downloaded typenum v1.20.1
3542026-08-20T07:00:15.457Z Downloaded toml_edit v0.22.27
3552026-08-20T07:00:15.462Z Downloaded goblin v0.8.2
3562026-08-20T07:00:15.466Z Downloaded indexmap v2.14.0
3572026-08-20T07:00:15.492Z Downloaded hashbrown v0.17.0
3582026-08-20T07:00:15.498Z Downloaded serde_json v1.0.151
3592026-08-20T07:00:15.509Z Downloaded zerocopy v0.7.35
3602026-08-20T07:00:15.518Z Downloaded clap_builder v4.6.0
3612026-08-20T07:00:15.530Z Downloaded tabled v0.15.0
3622026-08-20T07:00:15.550Z Downloaded syn v1.0.109
3632026-08-20T07:00:15.562Z Downloaded unicode-width v0.1.14
3642026-08-20T07:00:15.570Z Downloaded unicode-width v0.2.0
3652026-08-20T07:00:15.576Z Downloaded syn v3.0.3
3662026-08-20T07:00:15.579Z Downloaded syn v2.0.117
3672026-08-20T07:00:15.587Z Downloaded rustix v1.1.4
3682026-08-20T07:00:15.617Z Downloaded libc v0.2.185
3692026-08-20T07:00:15.681Z Compiling proc-macro2 v1.0.106
3702026-08-20T07:00:15.681Z Compiling unicode-ident v1.0.24
3712026-08-20T07:00:15.681Z Compiling quote v1.0.45
3722026-08-20T07:00:15.684Z Compiling serde_core v1.0.229
3732026-08-20T07:00:15.685Z Compiling libc v0.2.185
3742026-08-20T07:00:15.685Z Compiling version_check v0.9.5
3752026-08-20T07:00:15.685Z Compiling memchr v2.8.0
3762026-08-20T07:00:15.685Z Compiling serde v1.0.229
3772026-08-20T07:00:15.685Z Compiling zmij v1.0.21
3782026-08-20T07:00:15.685Z Compiling thiserror v1.0.69
3792026-08-20T07:00:15.685Z Compiling ucd-trie v0.1.7
3802026-08-20T07:00:15.862Z Compiling itoa v1.0.17
3812026-08-20T07:00:15.865Z Compiling rustix v1.1.4
3822026-08-20T07:00:15.865Z Compiling byteorder v1.5.0
3832026-08-20T07:00:16.181Z Compiling bitflags v2.11.0
3842026-08-20T07:00:16.209Z Compiling serde_json v1.0.151
3852026-08-20T07:00:16.232Z Compiling camino v1.2.5
3862026-08-20T07:00:16.299Z Compiling usdt-impl v0.5.0
3872026-08-20T07:00:16.349Z Compiling proc-macro-error-attr v1.0.4
3882026-08-20T07:00:16.410Z Compiling pest v2.8.6
3892026-08-20T07:00:16.534Z Compiling syn v1.0.109
3902026-08-20T07:00:16.577Z Compiling proc-macro-error v1.0.4
3912026-08-20T07:00:16.591Z Compiling equivalent v1.0.2
3922026-08-20T07:00:16.648Z Compiling plain v0.2.3
3932026-08-20T07:00:16.671Z Compiling getrandom v0.3.4
3942026-08-20T07:00:16.714Z Compiling log v0.4.33
3952026-08-20T07:00:16.746Z Compiling hashbrown v0.17.0
3962026-08-20T07:00:16.782Z Compiling utf8parse v0.2.2
3972026-08-20T07:00:16.818Z Compiling autocfg v1.5.0
3982026-08-20T07:00:16.836Z Compiling is_terminal_polyfill v1.70.2
3992026-08-20T07:00:16.893Z Compiling anstyle-parse v1.0.0
4002026-08-20T07:00:16.925Z Compiling toml_write v0.1.2
4012026-08-20T07:00:16.991Z Compiling anstyle-query v1.1.5
4022026-08-20T07:00:17.003Z Compiling winnow v0.7.14
4032026-08-20T07:00:17.023Z Compiling pretty-hex v0.4.1
4042026-08-20T07:00:17.058Z Compiling colorchoice v1.0.4
4052026-08-20T07:00:17.104Z Compiling anstyle v1.0.14
4062026-08-20T07:00:17.185Z Compiling errno v0.3.14
4072026-08-20T07:00:17.207Z Compiling thread-id v4.2.2
4082026-08-20T07:00:17.217Z Compiling cfg-if v1.0.4
4092026-08-20T07:00:17.250Z Compiling thiserror v2.0.18
4102026-08-20T07:00:17.324Z Compiling clap_lex v1.0.0
4112026-08-20T07:00:17.354Z Compiling anstream v1.0.0
4122026-08-20T07:00:17.369Z Compiling indexmap v2.14.0
4132026-08-20T07:00:17.400Z Compiling unicode-width v0.1.14
4142026-08-20T07:00:17.413Z Compiling anyhow v1.0.104
4152026-08-20T07:00:17.430Z Compiling fs-err v3.3.0
4162026-08-20T07:00:17.477Z Compiling bytecount v0.6.9
4172026-08-20T07:00:17.523Z Compiling syn v2.0.117
4182026-08-20T07:00:17.583Z Compiling syn v3.0.3
4192026-08-20T07:00:17.605Z Compiling pest_meta v2.8.6
4202026-08-20T07:00:17.707Z Compiling strsim v0.11.1
4212026-08-20T07:00:17.734Z Compiling heck v0.4.1
4222026-08-20T07:00:17.770Z Compiling heck v0.5.0
4232026-08-20T07:00:17.848Z Compiling once_cell v1.21.3
4242026-08-20T07:00:17.875Z Compiling fnv v1.0.7
4252026-08-20T07:00:17.901Z Compiling fastrand v2.3.0
4262026-08-20T07:00:18.004Z Compiling papergrid v0.11.0
4272026-08-20T07:00:18.058Z Compiling memmap v0.7.0
4282026-08-20T07:00:18.078Z Compiling unicode-width v0.2.0
4292026-08-20T07:00:18.081Z Compiling unicode-linebreak v0.1.5
4302026-08-20T07:00:18.116Z Compiling smawk v0.3.2
4312026-08-20T07:00:18.183Z Compiling swrite v0.1.0
4322026-08-20T07:00:18.286Z Compiling terminal_size v0.4.3
4332026-08-20T07:00:18.304Z Compiling tempfile v3.27.0
4342026-08-20T07:00:18.417Z Compiling clap_builder v4.6.0
4352026-08-20T07:00:18.436Z Compiling textwrap v0.16.2
4362026-08-20T07:00:18.576Z Compiling cargo-platform v0.3.2
4372026-08-20T07:00:18.611Z Compiling semver v1.0.28
4382026-08-20T07:00:18.815Z Compiling camino-tempfile v1.4.1
4392026-08-20T07:00:19.224Z Compiling tabled_derive v0.7.0
4402026-08-20T07:00:19.271Z Compiling serde_derive v1.0.229
4412026-08-20T07:00:19.746Z Compiling pest_generator v2.8.6
4422026-08-20T07:00:19.923Z Compiling tabled v0.15.0
4432026-08-20T07:00:20.298Z Compiling thiserror-impl v1.0.69
4442026-08-20T07:00:20.304Z Compiling zerocopy-derive v0.7.35
4452026-08-20T07:00:20.304Z Compiling scroll_derive v0.12.1
4462026-08-20T07:00:20.304Z Compiling thiserror-impl v2.0.18
4472026-08-20T07:00:20.304Z Compiling clap_derive v4.6.1
4482026-08-20T07:00:20.392Z Compiling pest_derive v2.8.6
4492026-08-20T07:00:20.923Z Compiling scroll v0.12.0
4502026-08-20T07:00:21.023Z Compiling zerocopy v0.7.35
4512026-08-20T07:00:21.139Z Compiling goblin v0.8.2
4522026-08-20T07:00:21.417Z Compiling dtrace-parser v0.2.0
4532026-08-20T07:00:21.662Z Compiling serde_spanned v0.6.9
4542026-08-20T07:00:21.662Z Compiling toml_datetime v0.6.11
4552026-08-20T07:00:21.665Z Compiling cargo_metadata v0.23.1
4562026-08-20T07:00:21.665Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-08-20T07:00:21.665Z Compiling macaddr v1.0.1
4582026-08-20T07:00:21.698Z Compiling dof v0.3.0
4592026-08-20T07:00:21.701Z Compiling serde_tokenstream v0.2.3
4602026-08-20T07:00:21.786Z Compiling clap v4.6.1
4612026-08-20T07:00:21.870Z Compiling toml_edit v0.22.27
4622026-08-20T07:00:22.465Z Compiling usdt-macro v0.5.0
4632026-08-20T07:00:22.465Z Compiling usdt-attr-macro v0.5.0
4642026-08-20T07:00:23.152Z Compiling toml v0.8.23
4652026-08-20T07:00:23.522Z Compiling cargo_toml v0.21.0
4662026-08-20T07:00:23.848Z Compiling usdt v0.5.0
4672026-08-20T07:00:24.855Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4682026-08-20T07:00:26.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.95s
4692026-08-20T07:00:27.171Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4702026-08-20T07:00:27.688Z Downloading crates ...
4712026-08-20T07:00:27.746Z Downloaded addr2line v0.25.1
4722026-08-20T07:00:27.755Z Downloaded aes-gcm v0.11.0
4732026-08-20T07:00:27.758Z Downloaded assert_matches v1.5.0
4742026-08-20T07:00:27.761Z Downloaded async-recursion v1.1.1
4752026-08-20T07:00:27.764Z Downloaded adler2 v2.0.1
4762026-08-20T07:00:27.764Z Downloaded bb8 v0.8.6
4772026-08-20T07:00:27.766Z Downloaded argon2 v0.5.3
4782026-08-20T07:00:27.766Z Downloaded async-stream-impl v0.3.6
4792026-08-20T07:00:27.766Z Downloaded backtrace-ext v0.2.1
4802026-08-20T07:00:27.770Z Downloaded atomic-waker v1.1.2
4812026-08-20T07:00:27.770Z Downloaded atty v0.2.14
4822026-08-20T07:00:27.776Z Downloaded ascii-canvas v3.0.0
4832026-08-20T07:00:27.779Z Downloaded bit-set v0.5.3
4842026-08-20T07:00:27.779Z Downloaded fd-lock v4.0.4
4852026-08-20T07:00:27.782Z Downloaded arrayref v0.3.9
4862026-08-20T07:00:27.782Z Downloaded async-stream v0.3.6
4872026-08-20T07:00:27.785Z Downloaded base16ct v1.0.0
4882026-08-20T07:00:27.785Z Downloaded atomicwrites v0.4.4
4892026-08-20T07:00:27.785Z Downloaded ff v0.13.1
4902026-08-20T07:00:27.785Z Downloaded const-oid v0.10.2
4912026-08-20T07:00:27.788Z Downloaded form_urlencoded v1.2.2
4922026-08-20T07:00:27.788Z Downloaded futures-core v0.3.32
4932026-08-20T07:00:27.788Z Downloaded foreign-types-shared v0.1.1
4942026-08-20T07:00:27.788Z Downloaded base64ct v1.8.3
4952026-08-20T07:00:27.792Z Downloaded anstyle-parse v0.2.7
4962026-08-20T07:00:27.792Z Downloaded bit-vec v0.6.3
4972026-08-20T07:00:27.792Z Downloaded bitfield-struct v0.6.2
4982026-08-20T07:00:27.796Z Downloaded funty v2.0.0
4992026-08-20T07:00:27.796Z Downloaded env_filter v2.0.0
5002026-08-20T07:00:27.796Z Downloaded base16ct v0.2.0
5012026-08-20T07:00:27.796Z Downloaded ciborium-ll v0.2.2
5022026-08-20T07:00:27.796Z Downloaded futures-task v0.3.32
5032026-08-20T07:00:27.799Z Downloaded embedded-io v0.6.1
5042026-08-20T07:00:27.799Z Downloaded flagset v0.4.7
5052026-08-20T07:00:27.799Z Downloaded futures-io v0.3.32
5062026-08-20T07:00:27.802Z Downloaded foreign-types-macros v0.2.3
5072026-08-20T07:00:27.803Z Downloaded futures-macro v0.3.32
5082026-08-20T07:00:27.803Z Downloaded erased-serde v0.3.31
5092026-08-20T07:00:27.806Z Downloaded array-init v0.0.4
5102026-08-20T07:00:27.806Z Downloaded bit-set v0.8.0
5112026-08-20T07:00:27.809Z Downloaded futures-sink v0.3.32
5122026-08-20T07:00:27.809Z Downloaded foreign-types-shared v0.3.1
5132026-08-20T07:00:27.815Z Downloaded endian-type v0.1.2
5142026-08-20T07:00:27.818Z Downloaded fixedbitset v0.4.2
5152026-08-20T07:00:27.818Z Downloaded foreign-types v0.3.2
5162026-08-20T07:00:27.818Z Downloaded fxhash v0.2.1
5172026-08-20T07:00:27.821Z Downloaded embedded-io v0.4.0
5182026-08-20T07:00:27.821Z Downloaded float-cmp v0.10.0
5192026-08-20T07:00:27.821Z Downloaded cfg_aliases v0.1.1
5202026-08-20T07:00:27.824Z Downloaded enum-as-inner v0.6.1
5212026-08-20T07:00:27.824Z Downloaded enum_dispatch v0.3.13
5222026-08-20T07:00:27.827Z Downloaded bitfield-macros v0.19.4
5232026-08-20T07:00:27.827Z Downloaded fixedbitset v0.5.7
5242026-08-20T07:00:27.827Z Downloaded float-ord v0.3.2
5252026-08-20T07:00:27.829Z Downloaded foreign-types v0.5.0
5262026-08-20T07:00:27.829Z Downloaded ciborium-io v0.2.2
5272026-08-20T07:00:27.830Z Downloaded ena v0.14.4
5282026-08-20T07:00:27.832Z Downloaded find-msvc-tools v0.1.9
5292026-08-20T07:00:27.835Z Downloaded foldhash v0.2.0
5302026-08-20T07:00:27.838Z Downloaded gethostname v0.5.0
5312026-08-20T07:00:27.838Z Downloaded ff v0.14.0
5322026-08-20T07:00:27.838Z Downloaded futures-executor v0.3.32
5332026-08-20T07:00:27.840Z Downloaded env_logger v0.11.11
5342026-08-20T07:00:27.843Z Downloaded filetime v0.2.27
5352026-08-20T07:00:27.843Z Downloaded foldhash v0.1.5
5362026-08-20T07:00:27.843Z Downloaded block-padding v0.4.2
5372026-08-20T07:00:27.843Z Downloaded fs-err v2.11.0
5382026-08-20T07:00:27.846Z Downloaded elliptic-curve v0.14.1
5392026-08-20T07:00:27.849Z Downloaded fs_extra v1.3.0
5402026-08-20T07:00:27.849Z Downloaded bcrypt-pbkdf v0.11.0
5412026-08-20T07:00:27.852Z Downloaded fallible-iterator v0.2.0
5422026-08-20T07:00:27.852Z Downloaded cfg_aliases v0.2.1
5432026-08-20T07:00:27.855Z Downloaded cobs v0.3.0
5442026-08-20T07:00:27.855Z Downloaded hostname v0.3.1
5452026-08-20T07:00:27.855Z Downloaded http-body v1.0.1
5462026-08-20T07:00:27.858Z Downloaded hash32 v0.3.1
5472026-08-20T07:00:27.858Z Downloaded hex-literal v1.1.0
5482026-08-20T07:00:27.858Z Downloaded newline-converter v0.3.0
5492026-08-20T07:00:27.858Z Downloaded hash32 v0.2.1
5502026-08-20T07:00:27.861Z Downloaded hex v0.4.3
5512026-08-20T07:00:27.861Z Downloaded futures-channel v0.3.32
5522026-08-20T07:00:27.861Z Downloaded block-buffer v0.12.1
5532026-08-20T07:00:27.861Z Downloaded compression-core v0.4.31
5542026-08-20T07:00:27.861Z Downloaded castaway v0.2.4
5552026-08-20T07:00:27.864Z Downloaded nibble_vec v0.1.0
5562026-08-20T07:00:27.867Z Downloaded fatfs v0.3.6
5572026-08-20T07:00:27.867Z Downloaded aead v0.5.2
5582026-08-20T07:00:27.867Z Downloaded cbc v0.2.1
5592026-08-20T07:00:27.870Z Downloaded ghash v0.6.0
5602026-08-20T07:00:27.870Z Downloaded hostname v0.4.2
5612026-08-20T07:00:27.873Z Downloaded async-trait v0.1.89
5622026-08-20T07:00:27.873Z Downloaded http-range v0.1.5
5632026-08-20T07:00:27.876Z Downloaded aead v0.6.1
5642026-08-20T07:00:27.876Z Downloaded cassowary v0.3.0
5652026-08-20T07:00:27.879Z Downloaded httpdate v1.0.3
5662026-08-20T07:00:27.879Z Downloaded normalize-line-endings v0.3.0
5672026-08-20T07:00:27.882Z Downloaded openssl-macros v0.1.1
5682026-08-20T07:00:27.882Z Downloaded openssl-probe v0.1.6
5692026-08-20T07:00:27.885Z Downloaded git-stub v1.0.0
5702026-08-20T07:00:27.885Z Downloaded cmake v0.1.57
5712026-08-20T07:00:27.888Z Downloaded anstream v0.6.21
5722026-08-20T07:00:27.891Z Downloaded argon2 v0.6.0-rc.8
5732026-08-20T07:00:27.891Z Downloaded compression-codecs v0.4.37
5742026-08-20T07:00:27.891Z Downloaded arc-swap v1.8.2
5752026-08-20T07:00:27.894Z Downloaded globwalk v0.9.1
5762026-08-20T07:00:27.896Z Downloaded headers-core v0.3.0
5772026-08-20T07:00:27.896Z Downloaded home v0.5.12
5782026-08-20T07:00:27.899Z Downloaded hubpack_derive v0.1.1
5792026-08-20T07:00:27.899Z Downloaded parse-size v1.1.0
5802026-08-20T07:00:27.902Z Downloaded peg-runtime v0.8.5
5812026-08-20T07:00:27.905Z Downloaded precomputed-hash v0.1.1
5822026-08-20T07:00:27.908Z Downloaded proc-macro-error-attr2 v2.0.0
5832026-08-20T07:00:27.908Z Downloaded phf_shared v0.11.3
5842026-08-20T07:00:27.908Z Downloaded bit-vec v0.8.0
5852026-08-20T07:00:27.911Z Downloaded glob v0.3.3
5862026-08-20T07:00:27.918Z Downloaded cmov v0.5.4
5872026-08-20T07:00:27.922Z Downloaded psl-types v2.0.11
5882026-08-20T07:00:27.925Z Downloaded rand_pcg v0.10.2
5892026-08-20T07:00:27.925Z Downloaded buf-list v1.1.2
5902026-08-20T07:00:27.928Z Downloaded byte-wrapper v0.1.0
5912026-08-20T07:00:27.928Z Downloaded bitflags v1.3.2
5922026-08-20T07:00:27.932Z Downloaded chacha20 v0.9.1
5932026-08-20T07:00:27.932Z Downloaded cipher v0.4.4
5942026-08-20T07:00:27.932Z Downloaded rfc6979 v0.4.0
5952026-08-20T07:00:27.935Z Downloaded bs58 v0.5.1
5962026-08-20T07:00:27.935Z Downloaded cexpr v0.6.0
5972026-08-20T07:00:27.935Z Downloaded bcs v0.1.6
5982026-08-20T07:00:27.938Z Downloaded generic-array v1.4.3
5992026-08-20T07:00:27.938Z Downloaded ref-cast-impl v1.0.25
6002026-08-20T07:00:27.938Z Downloaded rustc_version v0.4.1
6012026-08-20T07:00:27.941Z Downloaded colored v2.2.0
6022026-08-20T07:00:27.941Z Downloaded hubpack v0.1.2
6032026-08-20T07:00:27.943Z Downloaded cipher v0.5.2
6042026-08-20T07:00:27.943Z Downloaded http-body-util v0.1.3
6052026-08-20T07:00:27.947Z Downloaded backoff v0.4.0
6062026-08-20T07:00:27.950Z Downloaded arrayvec v0.7.6
6072026-08-20T07:00:27.953Z Downloaded globset v0.4.18
6082026-08-20T07:00:27.953Z Downloaded group v0.13.0
6092026-08-20T07:00:27.957Z Downloaded rfc6979 v0.6.0
6102026-08-20T07:00:27.957Z Downloaded scroll_derive v0.13.1
6112026-08-20T07:00:27.958Z Downloaded serde_spanned v1.1.1
6122026-08-20T07:00:27.958Z Downloaded sha1 v0.10.6
6132026-08-20T07:00:27.958Z Downloaded num_enum v0.7.6
6142026-08-20T07:00:27.961Z Downloaded ahash v0.8.12
6152026-08-20T07:00:27.964Z Downloaded strsim v0.10.0
6162026-08-20T07:00:27.964Z Downloaded num-complex v0.4.6
6172026-08-20T07:00:27.967Z Downloaded serde_repr v0.1.20
6182026-08-20T07:00:27.967Z Downloaded oxide-update-engine v0.1.2
6192026-08-20T07:00:27.970Z Downloaded oxide-update-engine-display v0.1.2
6202026-08-20T07:00:27.970Z Downloaded futures v0.3.32
6212026-08-20T07:00:27.976Z Downloaded peg-macros v0.8.5
6222026-08-20T07:00:27.976Z Downloaded parse-display-derive v0.10.0
6232026-08-20T07:00:27.976Z Downloaded port-file v0.1.0
6242026-08-20T07:00:27.976Z Downloaded proc-macro-error2 v2.0.1
6252026-08-20T07:00:27.979Z Downloaded git-stub-vcs v0.1.0
6262026-08-20T07:00:27.979Z Downloaded supports-hyperlinks v3.2.0
6272026-08-20T07:00:27.979Z Downloaded phf_shared v0.12.1
6282026-08-20T07:00:27.985Z Downloaded async-bb8-diesel v0.2.1
6292026-08-20T07:00:27.988Z Downloaded half v1.8.3
6302026-08-20T07:00:27.988Z Downloaded sync-ptr v0.1.4
6312026-08-20T07:00:27.988Z Downloaded blowfish v0.10.0
6322026-08-20T07:00:27.992Z Downloaded bzip2 v0.4.4
6332026-08-20T07:00:27.992Z Downloaded camino-tempfile-ext v0.3.3
6342026-08-20T07:00:27.992Z Downloaded cancel-safe-futures v0.1.5
6352026-08-20T07:00:27.995Z Downloaded strum v0.27.2
6362026-08-20T07:00:27.995Z Downloaded supports-unicode v3.0.0
6372026-08-20T07:00:27.995Z Downloaded ciborium v0.2.2
6382026-08-20T07:00:27.995Z Downloaded clang-sys v1.8.1
6392026-08-20T07:00:27.998Z Downloaded console v0.16.2
6402026-08-20T07:00:27.998Z Downloaded backon v1.6.0
6412026-08-20T07:00:27.998Z Downloaded console v0.15.11
6422026-08-20T07:00:28.002Z Downloaded tower-layer v0.3.3
6432026-08-20T07:00:28.002Z Downloaded const-oid v0.9.6
6442026-08-20T07:00:28.003Z Downloaded packed_struct v0.10.1
6452026-08-20T07:00:28.005Z Downloaded psm v0.1.30
6462026-08-20T07:00:28.005Z Downloaded group v0.14.0
6472026-08-20T07:00:28.005Z Downloaded bitfield v0.19.4
6482026-08-20T07:00:28.006Z Downloaded blake2 v0.11.0-rc.6
6492026-08-20T07:00:28.008Z Downloaded primefield v0.14.0
6502026-08-20T07:00:28.008Z Downloaded usdt v0.6.0
6512026-08-20T07:00:28.009Z Downloaded usdt-attr-macro v0.6.0
6522026-08-20T07:00:28.009Z Downloaded want v0.3.1
6532026-08-20T07:00:28.009Z Downloaded resolv-conf v0.7.6
6542026-08-20T07:00:28.014Z Downloaded colored v3.1.1
6552026-08-20T07:00:28.017Z Downloaded yoke-derive v0.8.1
6562026-08-20T07:00:28.020Z Downloaded zeroize_derive v1.5.0
6572026-08-20T07:00:28.020Z Downloaded zone_cfg_derive v0.3.1
6582026-08-20T07:00:28.020Z Downloaded rustversion v1.0.22
6592026-08-20T07:00:28.023Z Downloaded base64 v0.21.7
6602026-08-20T07:00:28.027Z Downloaded ar_archive_writer v0.5.1
6612026-08-20T07:00:28.030Z Downloaded hmac v0.12.1
6622026-08-20T07:00:28.031Z Downloaded base64 v0.22.1
6632026-08-20T07:00:28.031Z Downloaded slog-stdlog v4.1.1
6642026-08-20T07:00:28.034Z Downloaded getrandom v0.2.17
6652026-08-20T07:00:28.037Z Downloaded curve25519-dalek-derive v0.1.1
6662026-08-20T07:00:28.037Z Downloaded serdect v0.4.3
6672026-08-20T07:00:28.037Z Downloaded highway v1.3.0
6682026-08-20T07:00:28.037Z Downloaded shlex v1.3.0
6692026-08-20T07:00:28.040Z Downloaded simd-adler32 v0.3.8
6702026-08-20T07:00:28.040Z Downloaded siphasher v1.0.2
6712026-08-20T07:00:28.043Z Downloaded crunchy v0.2.4
6722026-08-20T07:00:28.043Z Downloaded debug-ignore v1.0.5
6732026-08-20T07:00:28.046Z Downloaded num_enum v0.5.11
6742026-08-20T07:00:28.049Z Downloaded spki v0.7.3
6752026-08-20T07:00:28.049Z Downloaded parking_lot v0.12.5
6762026-08-20T07:00:28.052Z Downloaded tiny-keccak v2.0.2
6772026-08-20T07:00:28.055Z Downloaded tinystr v0.8.2
6782026-08-20T07:00:28.055Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6792026-08-20T07:00:28.055Z Downloaded tui-tree-widget v0.23.1
6802026-08-20T07:00:28.058Z Downloaded unarray v0.1.4
6812026-08-20T07:00:28.058Z Downloaded hmac v0.13.0
6822026-08-20T07:00:28.062Z Downloaded smf v0.2.3
6832026-08-20T07:00:28.067Z Downloaded strum_macros v0.24.3
6842026-08-20T07:00:28.071Z Downloaded termios v0.3.3
6852026-08-20T07:00:28.071Z Downloaded thiserror-no-std v2.0.2
6862026-08-20T07:00:28.074Z Downloaded dof v0.4.0
6872026-08-20T07:00:28.078Z Downloaded dtrace-parser v0.3.0
6882026-08-20T07:00:28.078Z Downloaded unicase v2.9.0
6892026-08-20T07:00:28.078Z Downloaded idna_adapter v1.2.1
6902026-08-20T07:00:28.081Z Downloaded indoc v1.0.9
6912026-08-20T07:00:28.081Z Downloaded vergen-gitcl v1.0.8
6922026-08-20T07:00:28.081Z Downloaded wyz v0.5.1
6932026-08-20T07:00:28.081Z Downloaded is_ci v1.2.0
6942026-08-20T07:00:28.081Z Downloaded kem v0.3.0
6952026-08-20T07:00:28.088Z Downloaded blake2 v0.10.6
6962026-08-20T07:00:28.095Z Downloaded bytes v1.11.1
6972026-08-20T07:00:28.098Z Downloaded bzip2 v0.6.1
6982026-08-20T07:00:28.101Z Downloaded instability v0.3.11
6992026-08-20T07:00:28.102Z Downloaded lru-slab v0.1.2
7002026-08-20T07:00:28.102Z Downloaded scrypt v0.12.0
7012026-08-20T07:00:28.102Z Downloaded xshell-macros v0.2.7
7022026-08-20T07:00:28.102Z Downloaded yoke v0.8.1
7032026-08-20T07:00:28.104Z Downloaded mime v0.3.17
7042026-08-20T07:00:28.108Z Downloaded allocator-api2 v0.2.21
7052026-08-20T07:00:28.111Z Downloaded salsa20 v0.11.0
7062026-08-20T07:00:28.111Z Downloaded httparse v1.10.1
7072026-08-20T07:00:28.111Z Downloaded half v2.7.1
7082026-08-20T07:00:28.116Z Downloaded ctr v0.10.1
7092026-08-20T07:00:28.116Z Downloaded defmt-parser v1.0.0
7102026-08-20T07:00:28.120Z Downloaded delegate v0.13.5
7112026-08-20T07:00:28.120Z Downloaded num_threads v0.1.7
7122026-08-20T07:00:28.120Z Downloaded num-conv v0.2.0
7132026-08-20T07:00:28.121Z Downloaded corncobs v0.1.4
7142026-08-20T07:00:28.126Z Downloaded critical-section v1.2.0
7152026-08-20T07:00:28.126Z Downloaded packed_struct_codegen v0.10.1
7162026-08-20T07:00:28.129Z Downloaded omicron-zone-package v0.12.3
7172026-08-20T07:00:28.132Z Downloaded getrandom v0.4.3
7182026-08-20T07:00:28.135Z Downloaded expectorate v1.2.0
7192026-08-20T07:00:28.138Z Downloaded tokio-stream v0.1.18
7202026-08-20T07:00:28.141Z Downloaded pkcs5 v0.8.1
7212026-08-20T07:00:28.144Z Downloaded dirs-sys-next v0.1.2
7222026-08-20T07:00:28.144Z Downloaded headers v0.4.1
7232026-08-20T07:00:28.147Z Downloaded predicates-core v1.0.10
7242026-08-20T07:00:28.147Z Downloaded radium v0.7.0
7252026-08-20T07:00:28.147Z Downloaded flate2 v1.1.9
7262026-08-20T07:00:28.150Z Downloaded ref-cast v1.0.25
7272026-08-20T07:00:28.150Z Downloaded term v1.2.1
7282026-08-20T07:00:28.154Z Downloaded chacha20poly1305 v0.10.1
7292026-08-20T07:00:28.157Z Downloaded chacha20 v0.10.0
7302026-08-20T07:00:28.160Z Downloaded russh-util v0.52.0
7312026-08-20T07:00:28.165Z Downloaded ipnet v2.12.0
7322026-08-20T07:00:28.168Z Downloaded rtoolbox v0.0.3
7332026-08-20T07:00:28.171Z Downloaded whoami v1.6.1
7342026-08-20T07:00:28.174Z Downloaded backtrace v0.3.76
7352026-08-20T07:00:28.178Z Downloaded prefix-trie v0.7.0
7362026-08-20T07:00:28.181Z Downloaded libloading v0.8.9
7372026-08-20T07:00:28.184Z Downloaded shell-words v1.1.1
7382026-08-20T07:00:28.184Z Downloaded match_cfg v0.1.0
7392026-08-20T07:00:28.188Z Downloaded libefi-sys v0.1.0
7402026-08-20T07:00:28.191Z Downloaded num_enum_derive v0.7.6
7412026-08-20T07:00:28.191Z Downloaded heapless v0.8.0
7422026-08-20T07:00:28.195Z Downloaded crossbeam-utils v0.8.21
7432026-08-20T07:00:28.197Z Downloaded darling v0.20.11
7442026-08-20T07:00:28.197Z Downloaded darling v0.21.3
7452026-08-20T07:00:28.200Z Downloaded sponge-cursor v0.1.0
7462026-08-20T07:00:28.203Z Downloaded strip-ansi-escapes v0.2.1
7472026-08-20T07:00:28.203Z Downloaded structmeta v0.3.0
7482026-08-20T07:00:28.203Z Downloaded tinyvec_macros v0.1.1
7492026-08-20T07:00:28.203Z Downloaded module-lattice v0.2.3
7502026-08-20T07:00:28.203Z Downloaded owo-colors v4.3.0
7512026-08-20T07:00:28.206Z Downloaded oxide-tokio-rt v0.1.4
7522026-08-20T07:00:28.206Z Downloaded phf v0.13.1
7532026-08-20T07:00:28.206Z Downloaded peg v0.8.5
7542026-08-20T07:00:28.209Z Downloaded pem v3.0.6
7552026-08-20T07:00:28.209Z Downloaded primeorder v0.13.6
7562026-08-20T07:00:28.209Z Downloaded tap v1.0.1
7572026-08-20T07:00:28.214Z Downloaded termtree v0.5.1
7582026-08-20T07:00:28.214Z Downloaded signal-hook v0.3.18
7592026-08-20T07:00:28.214Z Downloaded similar v2.7.0
7602026-08-20T07:00:28.217Z Downloaded paste v1.0.15
7612026-08-20T07:00:28.217Z Downloaded pin-project-lite v0.2.17
7622026-08-20T07:00:28.221Z Downloaded typify-macro v0.6.2
7632026-08-20T07:00:28.224Z Downloaded ecdsa v0.17.0
7642026-08-20T07:00:28.224Z Downloaded polyval v0.7.1
7652026-08-20T07:00:28.227Z Downloaded des v0.9.0
7662026-08-20T07:00:28.227Z Downloaded progenitor-extras v0.2.0
7672026-08-20T07:00:28.227Z Downloaded progenitor v0.13.0
7682026-08-20T07:00:28.230Z Downloaded rand_seeder v0.4.0
7692026-08-20T07:00:28.233Z Downloaded rustc-demangle v0.1.27
7702026-08-20T07:00:28.236Z Downloaded sec1 v0.7.3
7712026-08-20T07:00:28.236Z Downloaded rand_core v0.10.0
7722026-08-20T07:00:28.245Z Downloaded chumsky v0.9.3
7732026-08-20T07:00:28.248Z Downloaded scroll v0.13.0
7742026-08-20T07:00:28.252Z Downloaded cc v1.2.56
7752026-08-20T07:00:28.252Z Downloaded zerofrom-derive v0.1.6
7762026-08-20T07:00:28.252Z Downloaded crc-catalog v2.4.0
7772026-08-20T07:00:28.252Z Downloaded flume v0.11.1
7782026-08-20T07:00:28.256Z Downloaded rusty-fork v0.3.1
7792026-08-20T07:00:28.256Z Downloaded rand_chacha v0.9.0
7802026-08-20T07:00:28.256Z Downloaded vte v0.14.1
7812026-08-20T07:00:28.256Z Downloaded litrs v1.0.0
7822026-08-20T07:00:28.261Z Downloaded wnaf v0.14.0
7832026-08-20T07:00:28.261Z Downloaded serde-hex v0.1.0
7842026-08-20T07:00:28.261Z Downloaded progenitor-impl v0.14.0
7852026-08-20T07:00:28.261Z Downloaded async-compression v0.4.41
7862026-08-20T07:00:28.265Z Downloaded serde_cbor v0.11.2
7872026-08-20T07:00:28.265Z Downloaded serde_with_macros v1.5.2
7882026-08-20T07:00:28.265Z Downloaded serde_plain v1.0.2
7892026-08-20T07:00:28.265Z Downloaded slog-term v2.9.2
7902026-08-20T07:00:28.268Z Downloaded cstr-argument v0.1.2
7912026-08-20T07:00:28.268Z Downloaded crucible-workspace-hack v0.1.0
7922026-08-20T07:00:28.268Z Downloaded darling_macro v0.23.0
7932026-08-20T07:00:28.271Z Downloaded hickory-resolver v0.24.4
7942026-08-20T07:00:28.274Z Downloaded crc-any v2.5.0
7952026-08-20T07:00:28.277Z Downloaded hickory-resolver v0.25.2
7962026-08-20T07:00:28.280Z Downloaded memmap2 v0.9.10
7972026-08-20T07:00:28.283Z Downloaded support-bundle-viewer v0.1.2
7982026-08-20T07:00:28.286Z Downloaded dunce v1.0.5
7992026-08-20T07:00:28.289Z Downloaded pkcs8 v0.11.0
8002026-08-20T07:00:28.292Z Downloaded postcard v1.1.3
8012026-08-20T07:00:28.292Z Downloaded derive_builder v0.20.2
8022026-08-20T07:00:28.296Z Downloaded instant v0.1.13
8032026-08-20T07:00:28.301Z Downloaded snafu v0.8.9
8042026-08-20T07:00:28.305Z Downloaded inout v0.2.2
8052026-08-20T07:00:28.309Z Downloaded bumpalo v3.20.2
8062026-08-20T07:00:28.315Z Downloaded uzers v0.12.2
8072026-08-20T07:00:28.318Z Downloaded whoami v2.1.0
8082026-08-20T07:00:28.318Z Downloaded compact_str v0.8.1
8092026-08-20T07:00:28.321Z Downloaded usdt-impl v0.6.0
8102026-08-20T07:00:28.321Z Downloaded vsss-rs v3.3.4
8112026-08-20T07:00:28.324Z Downloaded zerovec-derive v0.11.2
8122026-08-20T07:00:28.325Z Downloaded unsafe-libyaml v0.2.11
8132026-08-20T07:00:28.327Z Downloaded lru v0.12.5
8142026-08-20T07:00:28.327Z Downloaded newtype_derive v0.1.6
8152026-08-20T07:00:28.327Z Downloaded openssl-probe v0.2.1
8162026-08-20T07:00:28.330Z Downloaded maplit v1.0.2
8172026-08-20T07:00:28.334Z Downloaded maybe-uninit v2.0.0
8182026-08-20T07:00:28.334Z Downloaded xshell v0.2.7
8192026-08-20T07:00:28.334Z Downloaded rand v0.8.6
8202026-08-20T07:00:28.337Z Downloaded publicsuffix v2.3.0
8212026-08-20T07:00:28.337Z Downloaded schemars v1.2.1
8222026-08-20T07:00:28.345Z Downloaded sha2 v0.11.0
8232026-08-20T07:00:28.348Z Downloaded path-slash v0.1.5
8242026-08-20T07:00:28.348Z Downloaded deranged v0.5.8
8252026-08-20T07:00:28.351Z Downloaded olpc-cjson v0.1.4
8262026-08-20T07:00:28.351Z Downloaded percent-encoding v2.3.2
8272026-08-20T07:00:28.351Z Downloaded crossbeam-deque v0.8.6
8282026-08-20T07:00:28.351Z Downloaded derive-ex v0.1.8
8292026-08-20T07:00:28.354Z Downloaded zip v0.6.6
8302026-08-20T07:00:28.357Z Downloaded darling v0.23.0
8312026-08-20T07:00:28.360Z Downloaded defmt-macros v1.0.1
8322026-08-20T07:00:28.360Z Downloaded heapless v0.7.17
8332026-08-20T07:00:28.364Z Downloaded spin v0.9.8
8342026-08-20T07:00:28.364Z Downloaded http v1.4.2
8352026-08-20T07:00:28.368Z Downloaded scuffle v0.1.0
8362026-08-20T07:00:28.368Z Downloaded spki v0.8.0
8372026-08-20T07:00:28.370Z Downloaded ml-kem v0.3.2
8382026-08-20T07:00:28.370Z Downloaded parking_lot_core v0.9.12
8392026-08-20T07:00:28.370Z Downloaded digest v0.11.3
8402026-08-20T07:00:28.373Z Downloaded potential_utf v0.1.4
8412026-08-20T07:00:28.373Z Downloaded quick-error v1.2.3
8422026-08-20T07:00:28.373Z Downloaded predicates-tree v1.0.13
8432026-08-20T07:00:28.373Z Downloaded proc-macro-crate v1.3.1
8442026-08-20T07:00:28.385Z Downloaded progenitor-client v0.14.0
8452026-08-20T07:00:28.385Z Downloaded recursive v0.1.1
8462026-08-20T07:00:28.385Z Downloaded recursive-proc-macro-impl v0.1.1
8472026-08-20T07:00:28.385Z Downloaded russh-cryptovec v0.62.0
8482026-08-20T07:00:28.385Z Downloaded displaydoc v0.2.5
8492026-08-20T07:00:28.385Z Downloaded scopeguard v1.2.0
8502026-08-20T07:00:28.385Z Downloaded tokio-rustls v0.26.4
8512026-08-20T07:00:28.385Z Downloaded ed25519 v3.0.0
8522026-08-20T07:00:28.385Z Downloaded toml_edit v0.19.15
8532026-08-20T07:00:28.390Z Downloaded humantime v2.3.0
8542026-08-20T07:00:28.393Z Downloaded scheduled-thread-pool v0.2.7
8552026-08-20T07:00:28.393Z Downloaded slog-envlogger v2.2.0
8562026-08-20T07:00:28.393Z Downloaded ingot v0.2.1
8572026-08-20T07:00:28.393Z Downloaded semver v0.1.20
8582026-08-20T07:00:28.393Z Downloaded sha1 v0.11.0
8592026-08-20T07:00:28.396Z Downloaded signal-hook-mio v0.2.5
8602026-08-20T07:00:28.396Z Downloaded impl-trait-for-tuples v0.2.3
8612026-08-20T07:00:28.396Z Downloaded icu_normalizer v2.1.1
8622026-08-20T07:00:28.399Z Downloaded hybrid-array v0.4.13
8632026-08-20T07:00:28.399Z Downloaded indicatif v0.18.4
8642026-08-20T07:00:28.402Z Downloaded lazy_static v1.5.0
8652026-08-20T07:00:28.402Z Downloaded libsw v3.5.0
8662026-08-20T07:00:28.402Z Downloaded libsw-core v0.3.2
8672026-08-20T07:00:28.405Z Downloaded multer v3.1.0
8682026-08-20T07:00:28.405Z Downloaded supports-color v3.0.2
8692026-08-20T07:00:28.405Z Downloaded icu_locale_core v2.1.1
8702026-08-20T07:00:28.409Z Downloaded testing_table v0.3.0
8712026-08-20T07:00:28.411Z Downloaded num-rational v0.4.2
8722026-08-20T07:00:28.411Z Downloaded hashbrown v0.13.2
8732026-08-20T07:00:28.414Z Downloaded rand v0.9.2
8742026-08-20T07:00:28.415Z Downloaded aes v0.9.1
8752026-08-20T07:00:28.418Z Downloaded unicode_categories v0.1.1
8762026-08-20T07:00:28.420Z Downloaded parking_lot_core v0.8.6
8772026-08-20T07:00:28.420Z Downloaded cookie_store v0.22.1
8782026-08-20T07:00:28.423Z Downloaded topological-sort v0.2.2
8792026-08-20T07:00:28.423Z Downloaded void v1.0.2
8802026-08-20T07:00:28.423Z Downloaded pkg-config v0.3.32
8812026-08-20T07:00:28.427Z Downloaded untrusted v0.7.1
8822026-08-20T07:00:28.427Z Downloaded hashbrown v0.12.3
8832026-08-20T07:00:28.429Z Downloaded miniz_oxide v0.8.9
8842026-08-20T07:00:28.429Z Downloaded const_format v0.2.35
8852026-08-20T07:00:28.434Z Downloaded test-strategy v0.4.5
8862026-08-20T07:00:28.434Z Downloaded phc v0.6.1
8872026-08-20T07:00:28.437Z Downloaded universal-hash v0.5.1
8882026-08-20T07:00:28.437Z Downloaded universal-hash v0.6.1
8892026-08-20T07:00:28.437Z Downloaded cpufeatures v0.3.0
8902026-08-20T07:00:28.440Z Downloaded cpubits v0.1.1
8912026-08-20T07:00:28.440Z Downloaded crc v3.4.0
8922026-08-20T07:00:28.440Z Downloaded tinyvec v1.10.0
8932026-08-20T07:00:28.442Z Downloaded steno v0.4.1
8942026-08-20T07:00:28.448Z Downloaded toml v0.7.8
8952026-08-20T07:00:28.451Z Downloaded rustls-native-certs v0.8.3
8962026-08-20T07:00:28.454Z Downloaded xattr v1.6.1
8972026-08-20T07:00:28.454Z Downloaded ssh-encoding v0.3.0
8982026-08-20T07:00:28.457Z Downloaded toml v1.1.2+spec-1.1.0
8992026-08-20T07:00:28.460Z Downloaded derive_builder_macro v0.20.2
9002026-08-20T07:00:28.460Z Downloaded diesel_table_macro_syntax v0.3.0
9012026-08-20T07:00:28.460Z Downloaded dirs-next v2.0.0
9022026-08-20T07:00:28.464Z Downloaded derive_more v2.1.1
9032026-08-20T07:00:28.468Z Downloaded serde_derive_internals v0.29.1
9042026-08-20T07:00:28.471Z Downloaded unicode-bidi v0.3.18
9052026-08-20T07:00:28.471Z Downloaded tracing-core v0.1.36
9062026-08-20T07:00:28.471Z Downloaded tungstenite v0.21.0
9072026-08-20T07:00:28.474Z Downloaded ron v0.8.1
9082026-08-20T07:00:28.476Z Downloaded strum_macros v0.26.4
9092026-08-20T07:00:28.476Z Downloaded tagptr v0.2.0
9102026-08-20T07:00:28.479Z Downloaded string_cache v0.8.9
9112026-08-20T07:00:28.479Z Downloaded dropshot-api-manager-types v0.8.0
9122026-08-20T07:00:28.479Z Downloaded hyper-tls v0.6.0
9132026-08-20T07:00:28.479Z Downloaded num-derive v0.4.2
9142026-08-20T07:00:28.482Z Downloaded kstat-rs v0.2.5
9152026-08-20T07:00:28.482Z Downloaded lzss v0.8.2
9162026-08-20T07:00:28.482Z Downloaded illumos-nvpair-sys v0.2.0
9172026-08-20T07:00:28.482Z Downloaded is-terminal v0.4.17
9182026-08-20T07:00:28.485Z Downloaded multimap v0.10.1
9192026-08-20T07:00:28.485Z Downloaded num v0.4.3
9202026-08-20T07:00:28.485Z Downloaded lru-cache v0.1.2
9212026-08-20T07:00:28.485Z Downloaded phf_shared v0.13.1
9222026-08-20T07:00:28.492Z Downloaded hickory-server v0.25.2
9232026-08-20T07:00:28.495Z Downloaded tokio-tungstenite v0.23.1
9242026-08-20T07:00:28.499Z Downloaded password-hash v0.6.1
9252026-08-20T07:00:28.502Z Downloaded pkcs1 v0.7.5
9262026-08-20T07:00:28.505Z Downloaded hashbrown v0.14.5
9272026-08-20T07:00:28.521Z Downloaded progenitor-macro v0.14.0
9282026-08-20T07:00:28.524Z Downloaded num-bigint-dig v0.8.6
9292026-08-20T07:00:28.528Z Downloaded smallvec v1.15.1
9302026-08-20T07:00:28.531Z Downloaded daft-derive v0.1.7
9312026-08-20T07:00:28.535Z Downloaded icu_properties v2.1.2
9322026-08-20T07:00:28.535Z Downloaded same-file v1.0.6
9332026-08-20T07:00:28.539Z Downloaded stable_deref_trait v1.2.1
9342026-08-20T07:00:28.540Z Downloaded sapling-renderdag v0.1.0
9352026-08-20T07:00:28.540Z Downloaded subtle v2.6.1
9362026-08-20T07:00:28.543Z Downloaded structmeta-derive v0.3.0
9372026-08-20T07:00:28.548Z Downloaded take_mut v0.2.2
9382026-08-20T07:00:28.548Z Downloaded unicode-xid v0.2.6
9392026-08-20T07:00:28.548Z Downloaded utf-8 v0.7.6
9402026-08-20T07:00:28.548Z Downloaded thread-id v5.1.0
9412026-08-20T07:00:28.548Z Downloaded tower-service v0.3.3
9422026-08-20T07:00:28.548Z Downloaded utf8_iter v1.0.4
9432026-08-20T07:00:28.548Z Downloaded zstd v0.13.3
9442026-08-20T07:00:28.551Z Downloaded zeroize v1.9.0
9452026-08-20T07:00:28.554Z Downloaded ed25519-dalek v3.0.0
9462026-08-20T07:00:28.554Z Downloaded qorb v0.4.1
9472026-08-20T07:00:28.561Z Downloaded either v1.15.0
9482026-08-20T07:00:28.564Z Downloaded linear-map v1.2.0
9492026-08-20T07:00:28.564Z Downloaded nanorand v0.7.0
9502026-08-20T07:00:28.567Z Downloaded rustls-webpki v0.103.13
9512026-08-20T07:00:28.568Z Downloaded knus-derive v3.4.0
9522026-08-20T07:00:28.568Z Downloaded zerofrom v0.1.6
9532026-08-20T07:00:28.571Z Downloaded convert_case v0.4.0
9542026-08-20T07:00:28.572Z Downloaded futures-util v0.3.32
9552026-08-20T07:00:28.575Z Downloaded tls_codec_derive v0.4.2
9562026-08-20T07:00:28.578Z Downloaded tracing-attributes v0.1.31
9572026-08-20T07:00:28.578Z Downloaded mime_guess v2.0.5
9582026-08-20T07:00:28.581Z Downloaded typed-path v0.9.3
9592026-08-20T07:00:28.584Z Downloaded darling_core v0.23.0
9602026-08-20T07:00:28.587Z Downloaded num-bigint v0.4.6
9612026-08-20T07:00:28.590Z Downloaded postgres-protocol v0.6.10
9622026-08-20T07:00:28.590Z Downloaded progenitor v0.14.0
9632026-08-20T07:00:28.590Z Downloaded darling_macro v0.20.11
9642026-08-20T07:00:28.590Z Downloaded difflib v0.4.0
9652026-08-20T07:00:28.593Z Downloaded digest-io v0.1.0
9662026-08-20T07:00:28.593Z Downloaded display-error-chain v0.2.2
9672026-08-20T07:00:28.593Z Downloaded document-features v0.2.12
9682026-08-20T07:00:28.593Z Downloaded illumos-nvpair v0.3.0
9692026-08-20T07:00:28.593Z Downloaded indent_write v2.2.0
9702026-08-20T07:00:28.597Z Downloaded twox-hash v2.1.2
9712026-08-20T07:00:28.600Z Downloaded parse-display v0.10.0
9722026-08-20T07:00:28.603Z Downloaded rustls-platform-verifier v0.6.2
9732026-08-20T07:00:28.603Z Downloaded crypto-bigint v0.5.5
9742026-08-20T07:00:28.606Z Downloaded linked-hash-map v0.5.6
9752026-08-20T07:00:28.609Z Downloaded slog v2.8.2
9762026-08-20T07:00:28.612Z Downloaded hashbrown v0.15.5
9772026-08-20T07:00:28.621Z Downloaded socket2 v0.6.3
9782026-08-20T07:00:28.624Z Downloaded data-encoding v2.10.0
9792026-08-20T07:00:28.624Z Downloaded signal-hook-registry v1.4.8
9802026-08-20T07:00:28.624Z Downloaded serde_path_to_error v0.1.20
9812026-08-20T07:00:28.624Z Downloaded oso-derive v0.27.3
9822026-08-20T07:00:28.624Z Downloaded slog-async v2.8.0
9832026-08-20T07:00:28.624Z Downloaded slog-scope v4.4.1
9842026-08-20T07:00:28.624Z Downloaded tokio-dtrace v0.1.1
9852026-08-20T07:00:28.627Z Downloaded derive_more-impl v2.1.1
9862026-08-20T07:00:28.630Z Downloaded vergen-lib v9.1.0
9872026-08-20T07:00:28.635Z Downloaded iana-time-zone v0.1.65
9882026-08-20T07:00:28.638Z Downloaded rustc_version v0.1.7
9892026-08-20T07:00:28.642Z Downloaded password-hash v0.5.0
9902026-08-20T07:00:28.645Z Downloaded writeable v0.6.2
9912026-08-20T07:00:28.645Z Downloaded constant_time_eq v0.4.2
9922026-08-20T07:00:28.645Z Downloaded num-integer v0.1.46
9932026-08-20T07:00:28.648Z Downloaded openssl-sys v0.9.117
9942026-08-20T07:00:28.648Z Downloaded hkdf v0.12.4
9952026-08-20T07:00:28.651Z Downloaded secrecy v0.8.0
9962026-08-20T07:00:28.652Z Downloaded p384 v0.14.0
9972026-08-20T07:00:28.652Z Downloaded serde_bytes v0.11.19
9982026-08-20T07:00:28.654Z Downloaded yansi v1.0.1
9992026-08-20T07:00:28.654Z Downloaded darling v0.13.4
10002026-08-20T07:00:28.655Z Downloaded aho-corasick v1.1.4
10012026-08-20T07:00:28.659Z Downloaded signal-hook-tokio v0.3.1
10022026-08-20T07:00:28.663Z Downloaded usdt-macro v0.6.0
10032026-08-20T07:00:28.663Z Downloaded pkcs8 v0.10.2
10042026-08-20T07:00:28.663Z Downloaded tokio-macros v2.7.0
10052026-08-20T07:00:28.666Z Downloaded untrusted v0.9.0
10062026-08-20T07:00:28.670Z Downloaded miette-derive v7.6.0
10072026-08-20T07:00:28.676Z Downloaded mio v1.2.0
10082026-08-20T07:00:28.679Z Downloaded crc8 v0.1.1
10092026-08-20T07:00:28.679Z Downloaded hashbrown v0.16.1
10102026-08-20T07:00:28.682Z Downloaded poly1305 v0.8.0
10112026-08-20T07:00:28.685Z Downloaded ppv-lite86 v0.2.21
10122026-08-20T07:00:28.691Z Downloaded zopfli v0.8.3
10132026-08-20T07:00:28.696Z Downloaded progenitor-client v0.13.0
10142026-08-20T07:00:28.700Z Downloaded inout v0.1.4
10152026-08-20T07:00:28.700Z Downloaded toml_parser v1.1.2+spec-1.1.0
10162026-08-20T07:00:28.704Z Downloaded lalrpop-util v0.19.12
10172026-08-20T07:00:28.704Z Downloaded tower v0.5.3
10182026-08-20T07:00:28.708Z Downloaded url v2.5.8
10192026-08-20T07:00:28.708Z Downloaded yasna v0.5.2
10202026-08-20T07:00:28.708Z Downloaded rand_core v0.9.5
10212026-08-20T07:00:28.713Z Downloaded tower-http v0.6.8
10222026-08-20T07:00:28.713Z Downloaded r2d2 v0.8.10
10232026-08-20T07:00:28.717Z Downloaded rpassword v7.5.4
10242026-08-20T07:00:28.717Z Downloaded minimal-lexical v0.2.1
10252026-08-20T07:00:28.720Z Downloaded drift v0.2.0
10262026-08-20T07:00:28.724Z Downloaded rustyline v14.0.0
10272026-08-20T07:00:28.728Z Downloaded newtype-uuid-macros v0.1.0
10282026-08-20T07:00:28.729Z Downloaded strum_macros v0.27.2
10292026-08-20T07:00:28.731Z Downloaded progenitor-macro v0.13.0
10302026-08-20T07:00:28.731Z Downloaded secrecy v0.10.3
10312026-08-20T07:00:28.732Z Downloaded seq-macro v0.3.6
10322026-08-20T07:00:28.732Z Downloaded slog-json v2.6.1
10332026-08-20T07:00:28.732Z Downloaded sqlformat v0.3.5
10342026-08-20T07:00:28.732Z Downloaded slab v0.4.12
10352026-08-20T07:00:28.732Z Downloaded tokio-native-tls v0.3.1
10362026-08-20T07:00:28.735Z Downloaded sigpipe v0.1.3
10372026-08-20T07:00:28.738Z Downloaded thiserror-impl-no-std v2.0.2
10382026-08-20T07:00:28.741Z Downloaded time-core v0.1.8
10392026-08-20T07:00:28.741Z Downloaded diesel_derives v2.3.7
10402026-08-20T07:00:28.744Z Downloaded static_assertions v1.1.0
10412026-08-20T07:00:28.753Z Downloaded slog-bunyan v2.5.0
10422026-08-20T07:00:28.756Z Downloaded wait-timeout v0.2.1
10432026-08-20T07:00:28.756Z Downloaded opaque-debug v0.3.1
10442026-08-20T07:00:28.759Z Downloaded memoffset v0.9.1
10452026-08-20T07:00:28.762Z Downloaded managed v0.8.0
10462026-08-20T07:00:28.762Z Downloaded daft v0.1.7
10472026-08-20T07:00:28.762Z Downloaded zstd-safe v7.2.4
10482026-08-20T07:00:28.765Z Downloaded parking_lot v0.11.2
10492026-08-20T07:00:28.770Z Downloaded dropshot-api-manager v0.8.0
10502026-08-20T07:00:28.774Z Downloaded derive_builder_core v0.20.2
10512026-08-20T07:00:28.777Z Downloaded der_derive v0.7.3
10522026-08-20T07:00:28.777Z Downloaded serde_yaml v0.9.34+deprecated
10532026-08-20T07:00:28.780Z Downloaded socket2 v0.5.10
10542026-08-20T07:00:28.780Z Downloaded tls_codec v0.4.2
10552026-08-20T07:00:28.783Z Downloaded proc-macro-crate v3.4.0
10562026-08-20T07:00:28.787Z Downloaded ssh-key v0.7.0-rc.11
10572026-08-20T07:00:28.792Z Downloaded jobserver v0.1.34
10582026-08-20T07:00:28.798Z Downloaded lock_api v0.4.14
10592026-08-20T07:00:28.798Z Downloaded idna v1.1.0
10602026-08-20T07:00:28.798Z Downloaded tokio-util v0.7.18
10612026-08-20T07:00:28.803Z Downloaded newtype-uuid v1.3.2
10622026-08-20T07:00:28.803Z Downloaded nodrop v0.1.14
10632026-08-20T07:00:28.803Z Downloaded predicates v3.1.4
10642026-08-20T07:00:28.806Z Downloaded rand_chacha v0.3.1
10652026-08-20T07:00:28.806Z Downloaded oxide-update-engine-types v0.1.2
10662026-08-20T07:00:28.806Z Downloaded tokio-postgres v0.7.16
10672026-08-20T07:00:28.809Z Downloaded rand_core v0.6.4
10682026-08-20T07:00:28.809Z Downloaded reqwest v0.13.2
10692026-08-20T07:00:28.813Z Downloaded sync_wrapper v1.0.2
10702026-08-20T07:00:28.813Z Downloaded darling_macro v0.13.4
10712026-08-20T07:00:28.816Z Downloaded trait-variant v0.1.2
10722026-08-20T07:00:28.819Z Downloaded zone v0.3.1
10732026-08-20T07:00:28.822Z Downloaded term v0.7.0
10742026-08-20T07:00:28.822Z Downloaded thread_local v1.1.9
10752026-08-20T07:00:28.822Z Downloaded derive_more v0.99.20
10762026-08-20T07:00:28.826Z Downloaded h2 v0.4.15
10772026-08-20T07:00:28.830Z Downloaded libbz2-rs-sys v0.2.2
10782026-08-20T07:00:28.833Z Downloaded num-traits v0.2.19
10792026-08-20T07:00:28.833Z Downloaded stringprep v0.1.5
10802026-08-20T07:00:28.836Z Downloaded crc32fast v1.5.0
10812026-08-20T07:00:28.836Z Downloaded defmt v1.0.1
10822026-08-20T07:00:28.840Z Downloaded ecdsa v0.16.9
10832026-08-20T07:00:28.843Z Downloaded dsl_auto_type v0.2.0
10842026-08-20T07:00:28.843Z Downloaded keccak v0.1.6
10852026-08-20T07:00:28.843Z Downloaded new_debug_unreachable v1.0.6
10862026-08-20T07:00:28.843Z Downloaded rand_xorshift v0.4.0
10872026-08-20T07:00:28.847Z Downloaded num_enum_derive v0.5.11
10882026-08-20T07:00:28.851Z Downloaded ctutils v0.4.2
10892026-08-20T07:00:28.851Z Downloaded indoc v2.0.7
10902026-08-20T07:00:28.855Z Downloaded ipnetwork v0.21.1
10912026-08-20T07:00:28.855Z Downloaded pbkdf2 v0.13.0
10922026-08-20T07:00:28.855Z Downloaded hkdf v0.13.0
10932026-08-20T07:00:28.859Z Downloaded darling_core v0.21.3
10942026-08-20T07:00:28.859Z Downloaded hyper-util v0.1.20
10952026-08-20T07:00:28.862Z Downloaded oxnet v0.1.6
10962026-08-20T07:00:28.865Z Downloaded nu-ansi-term v0.50.3
10972026-08-20T07:00:28.869Z Downloaded rayon v1.11.0
10982026-08-20T07:00:28.875Z Downloaded zerovec v0.11.5
10992026-08-20T07:00:28.879Z Downloaded rawzip v0.4.4
11002026-08-20T07:00:28.883Z Downloaded schemars v0.8.22
11012026-08-20T07:00:28.887Z Downloaded poly1305 v0.9.0
11022026-08-20T07:00:28.890Z Downloaded tokio-test v0.4.5
11032026-08-20T07:00:28.890Z Downloaded signature v2.2.0
11042026-08-20T07:00:28.890Z Downloaded unit-prefix v0.5.2
11052026-08-20T07:00:28.891Z Downloaded sec1 v0.8.1
11062026-08-20T07:00:28.891Z Downloaded smallvec v0.6.14
11072026-08-20T07:00:28.894Z Downloaded itertools v0.14.0
11082026-08-20T07:00:28.897Z Downloaded itertools v0.15.0
11092026-08-20T07:00:28.900Z Downloaded serde_urlencoded v0.7.1
11102026-08-20T07:00:28.900Z Downloaded serde-big-array v0.5.1
11112026-08-20T07:00:28.903Z Downloaded ssh-cipher v0.3.0
11122026-08-20T07:00:28.903Z Downloaded toml_writer v1.1.1+spec-1.1.0
11132026-08-20T07:00:28.903Z Downloaded typify v0.6.2
11142026-08-20T07:00:28.907Z Downloaded vergen-git2 v9.1.0
11152026-08-20T07:00:28.907Z Downloaded walkdir v2.5.0
11162026-08-20T07:00:28.907Z Downloaded jiff-static v0.2.34
11172026-08-20T07:00:28.907Z Downloaded time-macros v0.2.27
11182026-08-20T07:00:28.910Z Downloaded md-5 v0.10.6
11192026-08-20T07:00:28.910Z Downloaded nonempty v0.12.0
11202026-08-20T07:00:28.910Z Downloaded darling_macro v0.21.3
11212026-08-20T07:00:28.910Z Downloaded pretty_assertions v1.4.1
11222026-08-20T07:00:28.913Z Downloaded x509-cert v0.2.5
11232026-08-20T07:00:28.916Z Downloaded rand v0.10.1
11242026-08-20T07:00:28.917Z Downloaded zerocopy v0.6.6
11252026-08-20T07:00:28.919Z Downloaded crossbeam-epoch v0.9.18
11262026-08-20T07:00:28.922Z Downloaded cookie v0.18.1
11272026-08-20T07:00:28.922Z Downloaded hyper-staticfile v0.10.1
11282026-08-20T07:00:28.925Z Downloaded waitgroup v0.1.2
11292026-08-20T07:00:28.925Z Downloaded defmt v0.3.100
11302026-08-20T07:00:28.929Z Downloaded num-iter v0.1.45
11312026-08-20T07:00:28.932Z Downloaded pin-project v1.1.11
11322026-08-20T07:00:28.938Z Downloaded pin-project-internal v1.1.11
11332026-08-20T07:00:28.941Z Downloaded derive-where v1.6.0
11342026-08-20T07:00:28.941Z Downloaded samael v0.0.19
11352026-08-20T07:00:28.944Z Downloaded try-lock v0.2.5
11362026-08-20T07:00:28.944Z Downloaded litemap v0.8.1
11372026-08-20T07:00:28.947Z Downloaded tabwriter v1.4.1
11382026-08-20T07:00:28.947Z Downloaded zip v4.6.1
11392026-08-20T07:00:28.950Z Downloaded postgres-types v0.2.12
11402026-08-20T07:00:28.950Z Downloaded hyper v1.10.1
11412026-08-20T07:00:28.957Z Downloaded internet-checksum v0.2.1
11422026-08-20T07:00:28.961Z Downloaded rcgen v0.12.1
11432026-08-20T07:00:28.961Z Downloaded signature v3.0.0
11442026-08-20T07:00:28.964Z Downloaded const_format_proc_macros v0.2.34
11452026-08-20T07:00:28.964Z Downloaded csv-core v0.1.13
11462026-08-20T07:00:28.967Z Downloaded strum v0.26.3
11472026-08-20T07:00:28.967Z Downloaded diesel-dtrace v0.5.0
11482026-08-20T07:00:28.971Z Downloaded schemars_derive v0.8.22
11492026-08-20T07:00:28.971Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11502026-08-20T07:00:28.971Z Downloaded sqlparser_derive v0.5.0
11512026-08-20T07:00:28.971Z Downloaded unicode-truncate v1.1.0
11522026-08-20T07:00:28.988Z Downloaded ident_case v1.0.1
11532026-08-20T07:00:28.988Z Downloaded ryu v1.0.23
11542026-08-20T07:00:28.992Z Downloaded rustc-hash v2.1.1
11552026-08-20T07:00:28.993Z Downloaded serde_with_macros v3.21.0
11562026-08-20T07:00:28.993Z Downloaded crypto-common v0.2.2
11572026-08-20T07:00:28.993Z Downloaded pem-rfc7468 v1.0.0
11582026-08-20T07:00:28.993Z Downloaded der v0.7.10
11592026-08-20T07:00:28.993Z Downloaded quinn v0.11.11
11602026-08-20T07:00:28.993Z Downloaded tungstenite v0.23.0
11612026-08-20T07:00:28.998Z Downloaded unicode-segmentation v1.12.0
11622026-08-20T07:00:29.002Z Downloaded hyper-rustls v0.27.7
11632026-08-20T07:00:29.002Z Downloaded ingot-macros v0.2.0
11642026-08-20T07:00:29.002Z Downloaded dyn-clone v1.0.20
11652026-08-20T07:00:29.005Z Downloaded downcast-rs v2.0.2
11662026-08-20T07:00:29.005Z Downloaded phf v0.12.1
11672026-08-20T07:00:29.009Z Downloaded portable-atomic v1.13.1
11682026-08-20T07:00:29.016Z Downloaded rsa v0.10.0-rc.18
11692026-08-20T07:00:29.020Z Downloaded icu_normalizer_data v2.1.1
11702026-08-20T07:00:29.020Z Downloaded icu_provider v2.1.1
11712026-08-20T07:00:29.025Z Downloaded itertools v0.12.1
11722026-08-20T07:00:29.030Z Downloaded slog-dtrace v0.3.0
11732026-08-20T07:00:29.030Z Downloaded stacker v0.1.23
11742026-08-20T07:00:29.030Z Downloaded der v0.8.0
11752026-08-20T07:00:29.036Z Downloaded icu_collections v2.1.1
11762026-08-20T07:00:29.036Z Downloaded ed25519 v2.2.3
11772026-08-20T07:00:29.036Z Downloaded libscf-sys v1.2.0
11782026-08-20T07:00:29.036Z Downloaded salty v0.3.0
11792026-08-20T07:00:29.042Z Downloaded internal-russh-num-bigint v0.5.0
11802026-08-20T07:00:29.042Z Downloaded itertools v0.10.5
11812026-08-20T07:00:29.047Z Downloaded native-tls v0.2.18
11822026-08-20T07:00:29.047Z Downloaded vergen-lib v0.1.6
11832026-08-20T07:00:29.047Z Downloaded blake3 v1.8.5
11842026-08-20T07:00:29.051Z Downloaded md5 v0.8.0
11852026-08-20T07:00:29.051Z Downloaded pem-rfc7468 v0.7.0
11862026-08-20T07:00:29.056Z Downloaded tar v0.4.46
11872026-08-20T07:00:29.056Z Downloaded p521 v0.14.0
11882026-08-20T07:00:29.056Z Downloaded synstructure v0.13.2
11892026-08-20T07:00:29.060Z Downloaded convert_case v0.10.0
11902026-08-20T07:00:29.065Z Downloaded uuid v1.23.4
11912026-08-20T07:00:29.069Z Downloaded papergrid v0.18.0
11922026-08-20T07:00:29.072Z Downloaded ed25519-dalek v2.2.0
11932026-08-20T07:00:29.072Z Downloaded primeorder v0.14.0
11942026-08-20T07:00:29.072Z Downloaded snafu-derive v0.8.9
11952026-08-20T07:00:29.072Z Downloaded git2 v0.20.4
11962026-08-20T07:00:29.078Z Downloaded powerfmt v0.2.0
11972026-08-20T07:00:29.082Z Downloaded petname v2.0.2
11982026-08-20T07:00:29.087Z Downloaded knus v3.4.0
11992026-08-20T07:00:29.087Z Downloaded keccak v0.2.0
12002026-08-20T07:00:29.091Z Downloaded itertools v0.13.0
12012026-08-20T07:00:29.095Z Downloaded dropshot_endpoint v0.17.1
12022026-08-20T07:00:29.095Z Downloaded ingot-types v0.2.0
12032026-08-20T07:00:29.099Z Downloaded bitvec v1.0.1
12042026-08-20T07:00:29.107Z Downloaded chrono v0.4.45
12052026-08-20T07:00:29.113Z Downloaded quinn-udp v0.5.14
12062026-08-20T07:00:29.117Z Downloaded p256 v0.14.0
12072026-08-20T07:00:29.117Z Downloaded aws-lc-rs v1.16.3
12082026-08-20T07:00:29.123Z Downloaded oso v0.27.3
12092026-08-20T07:00:29.127Z Downloaded tokio-tungstenite v0.21.0
12102026-08-20T07:00:29.127Z Downloaded darling_core v0.20.11
12112026-08-20T07:00:29.127Z Downloaded sha3 v0.12.0
12122026-08-20T07:00:29.134Z Downloaded vergen v9.1.0
12132026-08-20T07:00:29.134Z Downloaded bindgen v0.71.1
12142026-08-20T07:00:29.134Z Downloaded rustls-pemfile v2.2.0
12152026-08-20T07:00:29.141Z Downloaded miette v7.6.0
12162026-08-20T07:00:29.141Z Downloaded crossbeam-channel v0.5.15
12172026-08-20T07:00:29.141Z Downloaded reedline v0.40.0
12182026-08-20T07:00:29.146Z Downloaded unicode-properties v0.1.4
12192026-08-20T07:00:29.146Z Downloaded diff v0.1.13
12202026-08-20T07:00:29.146Z Downloaded pkcs1 v0.8.0-rc.4
12212026-08-20T07:00:29.150Z Downloaded icu_properties_data v2.1.2
12222026-08-20T07:00:29.153Z Downloaded darling_core v0.13.4
12232026-08-20T07:00:29.154Z Downloaded rustls-pki-types v1.14.0
12242026-08-20T07:00:29.158Z Downloaded ignore v0.4.25
12252026-08-20T07:00:29.158Z Downloaded elliptic-curve v0.13.8
12262026-08-20T07:00:29.162Z Downloaded winnow v0.5.40
12272026-08-20T07:00:29.167Z Downloaded zerocopy-derive v0.8.55
12282026-08-20T07:00:29.171Z Downloaded subprocess v0.2.15
12292026-08-20T07:00:29.176Z Downloaded indexmap v1.9.3
12302026-08-20T07:00:29.182Z Downloaded progenitor-impl v0.13.0
12312026-08-20T07:00:29.182Z Downloaded rsa v0.9.10
12322026-08-20T07:00:29.187Z Downloaded proptest v1.11.0
12332026-08-20T07:00:29.187Z Downloaded schemars v0.9.0
12342026-08-20T07:00:29.193Z Downloaded toml_edit v0.23.10+spec-1.0.0
12352026-08-20T07:00:29.198Z Downloaded crossterm v0.28.1
12362026-08-20T07:00:29.202Z Downloaded rayon-core v1.13.0
12372026-08-20T07:00:29.202Z Downloaded vcpkg v0.2.15
12382026-08-20T07:00:29.224Z Downloaded goblin v0.10.5
12392026-08-20T07:00:29.228Z Downloaded moka v0.12.13
12402026-08-20T07:00:29.233Z Downloaded jiff-core v0.1.0
12412026-08-20T07:00:29.240Z Downloaded nom v8.0.0
12422026-08-20T07:00:29.245Z Downloaded nix v0.27.1
12432026-08-20T07:00:29.245Z Downloaded regex v1.12.3
12442026-08-20T07:00:29.249Z Downloaded prettyplease v0.2.37
12452026-08-20T07:00:29.249Z Downloaded reqwest v0.12.28
12462026-08-20T07:00:29.254Z Downloaded tabled v0.21.0
12472026-08-20T07:00:29.261Z Downloaded gimli v0.32.3
12482026-08-20T07:00:29.266Z Downloaded iri-string v0.7.10
12492026-08-20T07:00:29.275Z Downloaded lalrpop v0.19.12
12502026-08-20T07:00:29.279Z Downloaded quick-xml v0.37.5
12512026-08-20T07:00:29.283Z Downloaded polar-core v0.27.3
12522026-08-20T07:00:29.288Z Downloaded libxml v0.3.3
12532026-08-20T07:00:29.288Z Downloaded zerotrie v0.2.3
12542026-08-20T07:00:29.293Z Downloaded nom v7.1.3
12552026-08-20T07:00:29.293Z Downloaded unicode-normalization v0.1.25
12562026-08-20T07:00:29.297Z Downloaded object v0.30.4
12572026-08-20T07:00:29.302Z Downloaded iddqd v0.4.2
12582026-08-20T07:00:29.306Z Downloaded serde_with v1.14.0
12592026-08-20T07:00:29.311Z Downloaded winnow v1.0.3
12602026-08-20T07:00:29.327Z Downloaded tough v0.22.0
12612026-08-20T07:00:29.336Z Downloaded winnow v0.6.26
12622026-08-20T07:00:29.340Z Downloaded serde_with v3.21.0
12632026-08-20T07:00:29.345Z Downloaded crossterm v0.29.0
12642026-08-20T07:00:29.351Z Downloaded crypto-primes v0.7.2
12652026-08-20T07:00:29.361Z Downloaded time v0.3.47
12662026-08-20T07:00:29.369Z Downloaded bstr v1.12.1
12672026-08-20T07:00:29.374Z Downloaded regex-syntax v0.8.10
12682026-08-20T07:00:29.378Z Downloaded p384 v0.13.1
12692026-08-20T07:00:29.381Z Downloaded nix v0.28.0
12702026-08-20T07:00:29.387Z Downloaded smoltcp v0.11.0
12712026-08-20T07:00:29.394Z Downloaded zlib-rs v0.6.2
12722026-08-20T07:00:29.398Z Downloaded libm v0.2.16
12732026-08-20T07:00:29.403Z Downloaded hickory-proto v0.24.4
12742026-08-20T07:00:29.418Z Downloaded rustix v0.38.44
12752026-08-20T07:00:29.426Z Downloaded hickory-proto v0.25.2
12762026-08-20T07:00:29.432Z Downloaded regex-syntax v0.6.29
12772026-08-20T07:00:29.439Z Downloaded curve25519-dalek v5.0.0
12782026-08-20T07:00:29.444Z Downloaded nix v0.31.2
12792026-08-20T07:00:29.449Z Downloaded russh v0.62.4
12802026-08-20T07:00:29.455Z Downloaded crypto-bigint v0.7.5
12812026-08-20T07:00:29.462Z Downloaded quinn-proto v0.11.16
12822026-08-20T07:00:29.467Z Downloaded curve25519-dalek v4.1.3
12832026-08-20T07:00:29.474Z Downloaded smoltcp v0.9.1
12842026-08-20T07:00:29.478Z Downloaded regress v0.10.5
12852026-08-20T07:00:29.483Z Downloaded openssl v0.10.80
12862026-08-20T07:00:29.501Z Downloaded typify-impl v0.6.2
12872026-08-20T07:00:29.513Z Downloaded regress v0.11.1
12882026-08-20T07:00:29.517Z Downloaded tracing v0.1.44
12892026-08-20T07:00:29.531Z Downloaded diesel v2.3.7
12902026-08-20T07:00:29.542Z Downloaded radix_trie v0.2.1
12912026-08-20T07:00:29.547Z Downloaded zerocopy-derive v0.6.6
12922026-08-20T07:00:29.555Z Downloaded dropshot v0.17.1
12932026-08-20T07:00:29.578Z Downloaded csv v1.4.0
12942026-08-20T07:00:29.595Z Downloaded zerocopy v0.8.55
12952026-08-20T07:00:29.604Z Downloaded sqlparser v0.61.0
12962026-08-20T07:00:29.609Z Downloaded encoding_rs v0.8.35
12972026-08-20T07:00:29.641Z Downloaded rustls v0.23.41
12982026-08-20T07:00:29.648Z Downloaded openapiv3 v2.2.0
12992026-08-20T07:00:29.691Z Downloaded object v0.37.3
13002026-08-20T07:00:29.742Z Downloaded sha3 v0.11.0
13012026-08-20T07:00:29.769Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-08-20T07:00:29.783Z Downloaded sled v0.34.7
13032026-08-20T07:00:29.788Z Downloaded ratatui v0.29.0
13042026-08-20T07:00:29.862Z Downloaded jiff v0.2.34
13052026-08-20T07:00:29.891Z Downloaded regex-automata v0.4.14
13062026-08-20T07:00:29.899Z Downloaded chrono-tz v0.10.4
13072026-08-20T07:00:29.910Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-08-20T07:00:29.959Z Downloaded petgraph v0.6.5
13092026-08-20T07:00:29.972Z Downloaded tokio v1.52.1
13102026-08-20T07:00:29.995Z Downloaded sha3 v0.10.8
13112026-08-20T07:00:29.998Z Downloaded petgraph v0.8.3
13122026-08-20T07:00:30.011Z Downloaded libz-sys v1.1.24
13132026-08-20T07:00:30.141Z Downloaded ring v0.17.14
13142026-08-20T07:00:30.171Z Downloaded libgit2-sys v0.18.3+1.9.2
13152026-08-20T07:00:30.672Z Downloaded aws-lc-sys v0.40.0
13162026-08-20T07:00:30.936Z Compiling serde_core v1.0.229
13172026-08-20T07:00:30.936Z Compiling libc v0.2.185
13182026-08-20T07:00:30.936Z Compiling serde v1.0.229
13192026-08-20T07:00:30.939Z Compiling log v0.4.33
13202026-08-20T07:00:30.939Z Compiling smallvec v1.15.1
13212026-08-20T07:00:30.939Z Compiling find-msvc-tools v0.1.9
13222026-08-20T07:00:30.939Z Compiling shlex v1.3.0
13232026-08-20T07:00:30.939Z Compiling subtle v2.6.1
13242026-08-20T07:00:31.089Z Compiling scopeguard v1.2.0
13252026-08-20T07:00:31.093Z Compiling stable_deref_trait v1.2.1
13262026-08-20T07:00:31.093Z Compiling typenum v1.20.1
13272026-08-20T07:00:31.093Z Compiling zerocopy v0.8.55
13282026-08-20T07:00:31.093Z Compiling portable-atomic v1.13.1
13292026-08-20T07:00:31.138Z Compiling serde_json v1.0.151
13302026-08-20T07:00:31.166Z Compiling syn v2.0.117
13312026-08-20T07:00:31.219Z Compiling critical-section v1.2.0
13322026-08-20T07:00:31.297Z Compiling lock_api v0.4.14
13332026-08-20T07:00:31.301Z Compiling libm v0.2.16
13342026-08-20T07:00:31.321Z Compiling num-traits v0.2.19
13352026-08-20T07:00:31.337Z Compiling pkg-config v0.3.32
13362026-08-20T07:00:31.351Z Compiling generic-array v0.14.7
13372026-08-20T07:00:31.387Z Compiling const-oid v0.9.6
13382026-08-20T07:00:31.392Z Compiling pin-project-lite v0.2.17
13392026-08-20T07:00:31.392Z Compiling parking_lot_core v0.9.12
13402026-08-20T07:00:31.492Z Compiling getrandom v0.3.4
13412026-08-20T07:00:31.548Z Compiling percent-encoding v2.3.2
13422026-08-20T07:00:31.565Z Compiling litemap v0.8.1
13432026-08-20T07:00:31.609Z Compiling writeable v0.6.2
13442026-08-20T07:00:31.649Z Compiling futures-core v0.3.32
13452026-08-20T07:00:31.699Z Compiling icu_properties_data v2.1.2
13462026-08-20T07:00:31.782Z Compiling icu_normalizer_data v2.1.1
13472026-08-20T07:00:31.855Z Compiling getrandom v0.4.3
13482026-08-20T07:00:31.858Z Compiling rustix v1.1.4
13492026-08-20T07:00:31.870Z Compiling rand_core v0.10.0
13502026-08-20T07:00:31.901Z Compiling futures-sink v0.3.32
13512026-08-20T07:00:31.915Z Compiling utf8_iter v1.0.4
13522026-08-20T07:00:32.002Z Compiling futures-channel v0.3.32
13532026-08-20T07:00:32.018Z Compiling slab v0.4.12
13542026-08-20T07:00:32.072Z Compiling futures-io v0.3.32
13552026-08-20T07:00:32.087Z Compiling futures-task v0.3.32
13562026-08-20T07:00:32.120Z Compiling errno v0.3.14
13572026-08-20T07:00:32.154Z Compiling jobserver v0.1.34
13582026-08-20T07:00:32.167Z Compiling getrandom v0.2.17
13592026-08-20T07:00:32.219Z Compiling mio v1.2.0
13602026-08-20T07:00:32.251Z Compiling signal-hook-registry v1.4.8
13612026-08-20T07:00:32.274Z Compiling socket2 v0.6.3
13622026-08-20T07:00:32.316Z Compiling form_urlencoded v1.2.2
13632026-08-20T07:00:32.319Z Compiling rustversion v1.0.22
13642026-08-20T07:00:32.375Z Compiling rand_core v0.6.4
13652026-08-20T07:00:32.443Z Compiling cc v1.2.56
13662026-08-20T07:00:32.504Z Compiling once_cell v1.21.3
13672026-08-20T07:00:32.524Z Compiling parking_lot v0.12.5
13682026-08-20T07:00:32.561Z Compiling base64ct v1.8.3
13692026-08-20T07:00:32.580Z Compiling iana-time-zone v0.1.65
13702026-08-20T07:00:32.597Z Compiling fs_extra v1.3.0
13712026-08-20T07:00:32.597Z Compiling regex-syntax v0.8.10
13722026-08-20T07:00:32.644Z Compiling ident_case v1.0.1
13732026-08-20T07:00:32.685Z Compiling flagset v0.4.7
13742026-08-20T07:00:32.731Z Compiling dunce v1.0.5
13752026-08-20T07:00:32.747Z Compiling rand_core v0.9.5
13762026-08-20T07:00:32.777Z Compiling base64 v0.22.1
13772026-08-20T07:00:32.793Z Compiling vcpkg v0.2.15
13782026-08-20T07:00:32.808Z Compiling pem-rfc7468 v0.7.0
13792026-08-20T07:00:32.838Z Compiling syn v1.0.109
13802026-08-20T07:00:32.854Z Compiling tracing-core v0.1.36
13812026-08-20T07:00:32.880Z Compiling dyn-clone v1.0.20
13822026-08-20T07:00:32.910Z Compiling cpufeatures v0.2.17
13832026-08-20T07:00:32.936Z Compiling schemars v0.8.22
13842026-08-20T07:00:32.951Z Compiling simd-adler32 v0.3.8
13852026-08-20T07:00:33.001Z Compiling aws-lc-rs v1.16.3
13862026-08-20T07:00:33.032Z Compiling spin v0.9.8
13872026-08-20T07:00:33.072Z Compiling crc32fast v1.5.0
13882026-08-20T07:00:33.136Z Compiling openssl-probe v0.2.1
13892026-08-20T07:00:33.156Z Compiling adler2 v2.0.1
13902026-08-20T07:00:33.206Z Compiling httparse v1.10.1
13912026-08-20T07:00:33.220Z Compiling tinyvec_macros v0.1.1
13922026-08-20T07:00:33.236Z Compiling cmake v0.1.57
13932026-08-20T07:00:33.270Z Compiling cmov v0.5.4
13942026-08-20T07:00:33.306Z Compiling tinyvec v1.10.0
13952026-08-20T07:00:33.321Z Compiling miniz_oxide v0.8.9
13962026-08-20T07:00:33.336Z Compiling aho-corasick v1.1.4
13972026-08-20T07:00:33.353Z Compiling radium v0.7.0
13982026-08-20T07:00:33.452Z Compiling bitflags v2.11.0
13992026-08-20T07:00:33.511Z Compiling semver v1.0.28
14002026-08-20T07:00:33.562Z Compiling indexmap v2.14.0
14012026-08-20T07:00:33.579Z Compiling uuid v1.23.4
14022026-08-20T07:00:33.649Z Compiling ctutils v0.4.2
14032026-08-20T07:00:33.676Z Compiling tower-layer v0.3.3
14042026-08-20T07:00:33.697Z Compiling try-lock v0.2.5
14052026-08-20T07:00:33.714Z Compiling untrusted v0.7.1
14062026-08-20T07:00:33.839Z Compiling rustc_version v0.4.1
14072026-08-20T07:00:33.878Z Compiling atomic-waker v1.1.2
14082026-08-20T07:00:33.881Z Compiling tower-service v0.3.3
14092026-08-20T07:00:33.908Z Compiling want v0.3.1
14102026-08-20T07:00:33.932Z Compiling bytes v1.11.1
14112026-08-20T07:00:34.008Z Compiling chrono v0.4.45
14122026-08-20T07:00:34.011Z Compiling ipnet v2.12.0
14132026-08-20T07:00:34.094Z Compiling rustls v0.23.41
14142026-08-20T07:00:34.148Z Compiling aws-lc-sys v0.40.0
14152026-08-20T07:00:34.202Z Compiling openssl-sys v0.9.117
14162026-08-20T07:00:34.275Z Compiling synstructure v0.13.2
14172026-08-20T07:00:34.291Z Compiling serde_derive_internals v0.29.1
14182026-08-20T07:00:34.311Z Compiling pest_generator v2.8.6
14192026-08-20T07:00:34.333Z Compiling darling_core v0.20.11
14202026-08-20T07:00:34.373Z Compiling regex-automata v0.4.14
14212026-08-20T07:00:34.562Z Compiling http v1.4.2
14222026-08-20T07:00:34.596Z Compiling tempfile v3.27.0
14232026-08-20T07:00:34.692Z Compiling terminal_size v0.4.3
14242026-08-20T07:00:34.849Z Compiling httpdate v1.0.3
14252026-08-20T07:00:34.867Z Compiling untrusted v0.9.0
14262026-08-20T07:00:34.915Z Compiling openssl v0.10.80
14272026-08-20T07:00:35.003Z Compiling foreign-types-shared v0.1.1
14282026-08-20T07:00:35.020Z Compiling tap v1.0.1
14292026-08-20T07:00:35.039Z Compiling maybe-uninit v2.0.0
14302026-08-20T07:00:35.111Z Compiling foreign-types v0.3.2
14312026-08-20T07:00:35.127Z Compiling wyz v0.5.1
14322026-08-20T07:00:35.154Z Compiling bzip2-sys v0.1.13+1.0.8
14332026-08-20T07:00:35.157Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14342026-08-20T07:00:35.211Z Compiling hex v0.4.3
14352026-08-20T07:00:35.225Z Compiling unicode-normalization v0.1.25
14362026-08-20T07:00:35.263Z Compiling http-body v1.0.1
14372026-08-20T07:00:35.356Z Compiling num-integer v0.1.46
14382026-08-20T07:00:35.398Z Compiling wait-timeout v0.2.1
14392026-08-20T07:00:35.423Z Compiling ahash v0.8.12
14402026-08-20T07:00:35.462Z Compiling quick-error v1.2.3
14412026-08-20T07:00:35.488Z Compiling powerfmt v0.2.0
14422026-08-20T07:00:35.513Z Compiling num-bigint-dig v0.8.6
14432026-08-20T07:00:35.533Z Compiling funty v2.0.0
14442026-08-20T07:00:35.547Z Compiling time-core v0.1.8
14452026-08-20T07:00:35.564Z Compiling native-tls v0.2.18
14462026-08-20T07:00:35.602Z Compiling bit-vec v0.8.0
14472026-08-20T07:00:35.616Z Compiling packed_struct v0.10.1
14482026-08-20T07:00:35.688Z Compiling num-conv v0.2.0
14492026-08-20T07:00:35.727Z Compiling deranged v0.5.8
14502026-08-20T07:00:35.731Z Compiling num-iter v0.1.45
14512026-08-20T07:00:35.771Z Compiling rusty-fork v0.3.1
14522026-08-20T07:00:35.787Z Compiling clap_builder v4.6.0
14532026-08-20T07:00:35.847Z Compiling time-macros v0.2.27
14542026-08-20T07:00:35.864Z Compiling bit-set v0.8.0
14552026-08-20T07:00:35.880Z Compiling bitvec v1.0.1
14562026-08-20T07:00:35.931Z Compiling serde_spanned v0.6.9
14572026-08-20T07:00:35.977Z Compiling toml_datetime v0.6.11
14582026-08-20T07:00:36.048Z Compiling lazy_static v1.5.0
14592026-08-20T07:00:36.064Z Compiling zeroize_derive v1.5.0
14602026-08-20T07:00:36.096Z Compiling zerofrom-derive v0.1.6
14612026-08-20T07:00:36.151Z Compiling zerocopy-derive v0.8.55
14622026-08-20T07:00:36.167Z Compiling yoke-derive v0.8.1
14632026-08-20T07:00:36.171Z Compiling zerovec-derive v0.11.2
14642026-08-20T07:00:36.261Z Compiling displaydoc v0.2.5
14652026-08-20T07:00:36.758Z Compiling tokio-macros v2.7.0
14662026-08-20T07:00:36.795Z Compiling zeroize v1.9.0
14672026-08-20T07:00:36.795Z Compiling futures-macro v0.3.32
14682026-08-20T07:00:36.799Z Compiling thiserror-impl v2.0.18
14692026-08-20T07:00:37.039Z Compiling der_derive v0.7.3
14702026-08-20T07:00:37.090Z Compiling tracing-attributes v0.1.31
14712026-08-20T07:00:37.373Z Compiling rustls-pki-types v1.14.0
14722026-08-20T07:00:37.388Z Compiling schemars_derive v0.8.22
14732026-08-20T07:00:37.420Z Compiling hybrid-array v0.4.13
14742026-08-20T07:00:37.440Z Compiling scroll_derive v0.13.1
14752026-08-20T07:00:37.574Z Compiling zerofrom v0.1.6
14762026-08-20T07:00:37.589Z Compiling tokio v1.52.1
14772026-08-20T07:00:37.603Z Compiling crypto-common v0.1.7
14782026-08-20T07:00:37.674Z Compiling block-buffer v0.10.4
14792026-08-20T07:00:37.711Z Compiling yoke v0.8.1
14802026-08-20T07:00:37.764Z Compiling futures-util v0.3.32
14812026-08-20T07:00:37.868Z Compiling digest v0.10.7
14822026-08-20T07:00:37.871Z Compiling pest_derive v2.8.6
14832026-08-20T07:00:37.912Z Compiling zerovec v0.11.5
14842026-08-20T07:00:38.073Z Compiling zerotrie v0.2.3
14852026-08-20T07:00:38.146Z Compiling der v0.7.10
14862026-08-20T07:00:38.245Z Compiling sha2 v0.10.9
14872026-08-20T07:00:38.260Z Compiling thiserror v2.0.18
14882026-08-20T07:00:38.300Z Compiling scroll v0.13.0
14892026-08-20T07:00:38.366Z Compiling signature v2.2.0
14902026-08-20T07:00:38.385Z Compiling darling_macro v0.20.11
14912026-08-20T07:00:38.405Z Compiling tinystr v0.8.2
14922026-08-20T07:00:38.461Z Compiling potential_utf v0.1.4
14932026-08-20T07:00:38.490Z Compiling tracing v0.1.44
14942026-08-20T07:00:38.574Z Compiling openssl-macros v0.1.1
14952026-08-20T07:00:38.594Z Compiling icu_locale_core v2.1.1
14962026-08-20T07:00:38.636Z Compiling icu_collections v2.1.1
14972026-08-20T07:00:38.652Z Compiling thiserror-impl v1.0.69
14982026-08-20T07:00:38.731Z Compiling goblin v0.10.5
14992026-08-20T07:00:38.786Z Compiling hmac v0.12.1
15002026-08-20T07:00:38.805Z Compiling packed_struct_codegen v0.10.1
15012026-08-20T07:00:38.930Z Compiling darling v0.20.11
15022026-08-20T07:00:38.959Z Compiling bitfield-macros v0.19.4
15032026-08-20T07:00:38.979Z Compiling clap_derive v4.6.1
15042026-08-20T07:00:39.033Z Compiling spki v0.7.3
15052026-08-20T07:00:39.143Z Compiling zerocopy-derive v0.6.6
15062026-08-20T07:00:39.255Z Compiling icu_provider v2.1.1
15072026-08-20T07:00:39.431Z Compiling pkcs8 v0.10.2
15082026-08-20T07:00:39.509Z Compiling icu_normalizer v2.1.1
15092026-08-20T07:00:39.585Z Compiling icu_properties v2.1.2
15102026-08-20T07:00:39.611Z Compiling rand_xorshift v0.4.0
15112026-08-20T07:00:39.709Z Compiling sync_wrapper v1.0.2
15122026-08-20T07:00:39.724Z Compiling indexmap v1.9.3
15132026-08-20T07:00:39.804Z Compiling usdt-impl v0.6.0
15142026-08-20T07:00:39.834Z Compiling unarray v0.1.4
15152026-08-20T07:00:39.939Z Compiling object v0.37.3
15162026-08-20T07:00:39.966Z Compiling zlib-rs v0.6.2
15172026-08-20T07:00:39.995Z Compiling num_threads v0.1.7
15182026-08-20T07:00:40.016Z Compiling thiserror v1.0.69
15192026-08-20T07:00:40.035Z Compiling paste v1.0.15
15202026-08-20T07:00:40.052Z Compiling crossbeam-utils v0.8.21
15212026-08-20T07:00:40.066Z Compiling nodrop v0.1.14
15222026-08-20T07:00:40.116Z Compiling crc-catalog v2.4.0
15232026-08-20T07:00:40.141Z Compiling siphasher v1.0.2
15242026-08-20T07:00:40.160Z Compiling array-init v0.0.4
15252026-08-20T07:00:40.176Z Compiling time v0.3.47
15262026-08-20T07:00:40.224Z Compiling crc v3.4.0
15272026-08-20T07:00:40.316Z Compiling zerocopy v0.6.6
15282026-08-20T07:00:40.403Z Compiling bitfield v0.19.4
15292026-08-20T07:00:40.417Z Compiling pkcs1 v0.7.5
15302026-08-20T07:00:40.436Z Compiling derive_builder_core v0.20.2
15312026-08-20T07:00:40.512Z Compiling idna_adapter v1.2.1
15322026-08-20T07:00:40.648Z Compiling idna v1.1.0
15332026-08-20T07:00:40.667Z Compiling dtrace-parser v0.3.0
15342026-08-20T07:00:40.712Z Compiling ppv-lite86 v0.2.21
15352026-08-20T07:00:40.802Z Compiling clap v4.6.1
15362026-08-20T07:00:40.898Z Compiling structmeta-derive v0.3.0
15372026-08-20T07:00:40.914Z Compiling scroll_derive v0.12.1
15382026-08-20T07:00:40.940Z Compiling url v2.5.8
15392026-08-20T07:00:40.963Z Compiling smallvec v0.6.14
15402026-08-20T07:00:41.047Z Compiling rand_chacha v0.9.0
15412026-08-20T07:00:41.184Z Compiling rand_chacha v0.3.1
15422026-08-20T07:00:41.318Z Compiling rand v0.9.2
15432026-08-20T07:00:41.416Z Compiling rand v0.8.6
15442026-08-20T07:00:41.601Z Compiling tokio-util v0.7.18
15452026-08-20T07:00:41.672Z Compiling dof v0.4.0
15462026-08-20T07:00:41.757Z Compiling tower v0.5.3
15472026-08-20T07:00:41.817Z Compiling http-body-util v0.1.3
15482026-08-20T07:00:41.820Z Compiling darling_core v0.23.0
15492026-08-20T07:00:42.027Z Compiling proptest v1.11.0
15502026-08-20T07:00:42.072Z Compiling heapless v0.7.17
15512026-08-20T07:00:42.098Z Compiling slog v2.8.2
15522026-08-20T07:00:42.101Z Compiling thread-id v5.1.0
15532026-08-20T07:00:42.207Z Compiling env_filter v2.0.0
15542026-08-20T07:00:42.313Z Compiling cookie v0.18.1
15552026-08-20T07:00:42.329Z Compiling unicode-bidi v0.3.18
15562026-08-20T07:00:42.332Z Compiling winnow v0.5.40
15572026-08-20T07:00:42.358Z Compiling ryu v1.0.23
15582026-08-20T07:00:42.524Z Compiling h2 v0.4.15
15592026-08-20T07:00:42.539Z Compiling ipnetwork v0.21.1
15602026-08-20T07:00:42.554Z Compiling iri-string v0.7.10
15612026-08-20T07:00:42.752Z Compiling zstd-safe v7.2.4
15622026-08-20T07:00:42.884Z Compiling anyhow v1.0.104
15632026-08-20T07:00:42.915Z Compiling signal-hook v0.3.18
15642026-08-20T07:00:42.955Z Compiling flate2 v1.1.9
15652026-08-20T07:00:42.970Z Compiling unicode-properties v0.1.4
15662026-08-20T07:00:43.078Z Compiling allocator-api2 v0.2.21
15672026-08-20T07:00:43.105Z Compiling base64 v0.21.7
15682026-08-20T07:00:43.121Z Compiling hashbrown v0.12.3
15692026-08-20T07:00:43.199Z Compiling gimli v0.32.3
15702026-08-20T07:00:43.342Z Compiling rsa v0.9.10
15712026-08-20T07:00:43.406Z Compiling ron v0.8.1
15722026-08-20T07:00:43.433Z Compiling stringprep v0.1.5
15732026-08-20T07:00:43.467Z Compiling oxnet v0.1.6
15742026-08-20T07:00:43.504Z Compiling serde_urlencoded v0.7.1
15752026-08-20T07:00:43.549Z Compiling env_logger v0.11.11
15762026-08-20T07:00:43.761Z Compiling tower-http v0.6.8
15772026-08-20T07:00:43.815Z Compiling toml_edit v0.19.15
15782026-08-20T07:00:43.931Z Compiling structmeta v0.3.0
15792026-08-20T07:00:43.951Z Compiling scroll v0.12.0
15802026-08-20T07:00:43.964Z Compiling tokio-native-tls v0.3.1
15812026-08-20T07:00:44.013Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15822026-08-20T07:00:44.119Z Compiling derive_builder_macro v0.20.2
15832026-08-20T07:00:44.143Z Compiling serde-hex v0.1.0
15842026-08-20T07:00:44.162Z Compiling bzip2 v0.4.4
15852026-08-20T07:00:44.177Z Compiling hashbrown v0.13.2
15862026-08-20T07:00:44.193Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15872026-08-20T07:00:44.398Z Compiling camino v1.2.5
15882026-08-20T07:00:44.432Z Compiling darling_macro v0.23.0
15892026-08-20T07:00:44.633Z Compiling newtype-uuid v1.3.2
15902026-08-20T07:00:44.696Z Compiling x509-cert v0.2.5
15912026-08-20T07:00:44.768Z Compiling block-padding v0.4.2
15922026-08-20T07:00:44.806Z Compiling block-buffer v0.12.1
15932026-08-20T07:00:44.937Z Compiling addr2line v0.25.1
15942026-08-20T07:00:44.960Z Compiling crypto-common v0.2.2
15952026-08-20T07:00:44.981Z Compiling md-5 v0.10.6
15962026-08-20T07:00:44.996Z Compiling rustls-native-certs v0.8.3
15972026-08-20T07:00:45.023Z Compiling bstr v1.12.1
15982026-08-20T07:00:45.167Z Compiling daft-derive v0.1.7
15992026-08-20T07:00:45.190Z Compiling async-trait v0.1.89
16002026-08-20T07:00:45.288Z Compiling pin-project-internal v1.1.11
16012026-08-20T07:00:45.304Z Compiling zerocopy-derive v0.7.35
16022026-08-20T07:00:45.703Z Compiling hyper v1.10.1
16032026-08-20T07:00:45.944Z Compiling serde_tokenstream v0.2.3
16042026-08-20T07:00:45.969Z Compiling curve25519-dalek v4.1.3
16052026-08-20T07:00:46.223Z Compiling erased-serde v0.3.31
16062026-08-20T07:00:46.266Z Compiling vergen-lib v9.1.0
16072026-08-20T07:00:46.282Z Compiling hash32 v0.2.1
16082026-08-20T07:00:46.318Z Compiling memoffset v0.9.1
16092026-08-20T07:00:46.351Z Compiling encoding_rs v0.8.35
16102026-08-20T07:00:46.434Z Compiling rustix v0.38.44
16112026-08-20T07:00:46.467Z Compiling owo-colors v4.3.0
16122026-08-20T07:00:46.482Z Compiling crc-any v2.5.0
16132026-08-20T07:00:46.501Z Compiling litrs v1.0.0
16142026-08-20T07:00:46.530Z Compiling smoltcp v0.9.1
16152026-08-20T07:00:46.544Z Compiling fallible-iterator v0.2.0
16162026-08-20T07:00:46.741Z Compiling cfg_aliases v0.2.1
16172026-08-20T07:00:46.800Z Compiling rustc-demangle v0.1.27
16182026-08-20T07:00:46.804Z Compiling mime v0.3.17
16192026-08-20T07:00:46.804Z Compiling ref-cast v1.0.25
16202026-08-20T07:00:46.847Z Compiling psl-types v2.0.11
16212026-08-20T07:00:46.864Z Compiling hyper-util v0.1.20
16222026-08-20T07:00:46.881Z Compiling nix v0.31.2
16232026-08-20T07:00:46.959Z Compiling publicsuffix v2.3.0
16242026-08-20T07:00:47.002Z Compiling postgres-protocol v0.6.10
16252026-08-20T07:00:47.074Z Compiling document-features v0.2.12
16262026-08-20T07:00:47.089Z Compiling backtrace v0.3.76
16272026-08-20T07:00:47.252Z Compiling pin-project v1.1.11
16282026-08-20T07:00:47.293Z Compiling zerocopy v0.7.35
16292026-08-20T07:00:47.297Z Compiling daft v0.1.7
16302026-08-20T07:00:47.366Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16312026-08-20T07:00:47.370Z Compiling toml v0.7.8
16322026-08-20T07:00:47.411Z Compiling darling v0.23.0
16332026-08-20T07:00:47.453Z Compiling inout v0.2.2
16342026-08-20T07:00:47.515Z Compiling derive_builder v0.20.2
16352026-08-20T07:00:47.591Z Compiling object v0.30.4
16362026-08-20T07:00:47.635Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16372026-08-20T07:00:47.658Z Compiling zip v0.6.6
16382026-08-20T07:00:47.673Z Compiling goblin v0.8.2
16392026-08-20T07:00:47.709Z Compiling derive-ex v0.1.8
16402026-08-20T07:00:47.979Z Compiling phf_shared v0.13.1
16412026-08-20T07:00:48.013Z Compiling futures-executor v0.3.32
16422026-08-20T07:00:48.126Z Compiling hubpack_derive v0.1.1
16432026-08-20T07:00:48.176Z Compiling regex v1.12.3
16442026-08-20T07:00:48.245Z Compiling ref-cast-impl v1.0.25
16452026-08-20T07:00:48.262Z Compiling snafu-derive v0.8.9
16462026-08-20T07:00:48.277Z Compiling curve25519-dalek-derive v0.1.1
16472026-08-20T07:00:48.300Z Compiling hyper-tls v0.6.0
16482026-08-20T07:00:48.317Z Compiling strum_macros v0.27.2
16492026-08-20T07:00:48.334Z Compiling vergen v9.1.0
16502026-08-20T07:00:48.539Z Compiling cargo-platform v0.3.2
16512026-08-20T07:00:48.557Z Compiling ff v0.13.1
16522026-08-20T07:00:48.628Z Compiling fs-err v3.3.0
16532026-08-20T07:00:48.644Z Compiling either v1.15.0
16542026-08-20T07:00:48.687Z Compiling bumpalo v3.20.2
16552026-08-20T07:00:48.720Z Compiling same-file v1.0.6
16562026-08-20T07:00:48.796Z Compiling foldhash v0.1.5
16572026-08-20T07:00:48.839Z Compiling managed v0.8.0
16582026-08-20T07:00:48.842Z Compiling path-slash v0.1.5
16592026-08-20T07:00:48.869Z Compiling unicode-segmentation v1.12.0
16602026-08-20T07:00:48.884Z Compiling foldhash v0.2.0
16612026-08-20T07:00:48.901Z Compiling jiff-core v0.1.0
16622026-08-20T07:00:48.959Z Compiling bitflags v1.3.2
16632026-08-20T07:00:48.976Z Compiling is_ci v1.2.0
16642026-08-20T07:00:48.990Z Compiling base16ct v0.2.0
16652026-08-20T07:00:49.006Z Compiling libbz2-rs-sys v0.2.2
16662026-08-20T07:00:49.044Z Compiling hashbrown v0.16.1
16672026-08-20T07:00:49.081Z Compiling supports-color v3.0.2
16682026-08-20T07:00:49.127Z Compiling sec1 v0.7.3
16692026-08-20T07:00:49.190Z Compiling textwrap v0.16.2
16702026-08-20T07:00:49.275Z Compiling hashbrown v0.15.5
16712026-08-20T07:00:49.426Z Compiling bzip2 v0.6.1
16722026-08-20T07:00:49.444Z Compiling test-strategy v0.4.5
16732026-08-20T07:00:49.651Z Compiling jiff v0.2.34
16742026-08-20T07:00:49.651Z Compiling zopfli v0.8.3
16752026-08-20T07:00:49.765Z Compiling walkdir v2.5.0
16762026-08-20T07:00:49.811Z Compiling cargo_metadata v0.23.1
16772026-08-20T07:00:49.846Z Compiling group v0.13.0
16782026-08-20T07:00:49.955Z Compiling dof v0.3.0
16792026-08-20T07:00:49.994Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16802026-08-20T07:00:50.041Z Compiling hubpack v0.1.2
16812026-08-20T07:00:50.114Z Compiling reqwest v0.12.28
16822026-08-20T07:00:50.234Z Compiling snafu v0.8.9
16832026-08-20T07:00:50.282Z Compiling phf v0.13.1
16842026-08-20T07:00:50.347Z Compiling strum v0.27.2
16852026-08-20T07:00:50.364Z Compiling futures v0.3.32
16862026-08-20T07:00:50.471Z Compiling zstd v0.13.3
16872026-08-20T07:00:50.498Z Compiling cookie_store v0.22.1
16882026-08-20T07:00:50.582Z Compiling signal-hook-mio v0.2.5
16892026-08-20T07:00:50.611Z Compiling cipher v0.5.2
16902026-08-20T07:00:50.699Z Compiling backtrace-ext v0.2.1
16912026-08-20T07:00:50.720Z Compiling serde_with_macros v3.21.0
16922026-08-20T07:00:50.755Z Compiling postgres-types v0.2.12
16932026-08-20T07:00:50.972Z Compiling usdt-attr-macro v0.6.0
16942026-08-20T07:00:50.986Z Compiling usdt-macro v0.6.0
16952026-08-20T07:00:51.179Z Compiling globset v0.4.18
16962026-08-20T07:00:51.214Z Compiling byte-wrapper v0.1.0
16972026-08-20T07:00:51.229Z Compiling phf_shared v0.11.3
16982026-08-20T07:00:51.333Z Compiling dtrace-parser v0.2.0
16992026-08-20T07:00:51.427Z Compiling ed25519 v2.2.3
17002026-08-20T07:00:51.437Z Compiling hkdf v0.12.4
17012026-08-20T07:00:51.570Z Compiling crypto-bigint v0.5.5
17022026-08-20T07:00:51.626Z Compiling strum_macros v0.26.4
17032026-08-20T07:00:51.631Z Compiling enum-as-inner v0.6.1
17042026-08-20T07:00:51.821Z Compiling serde_repr v0.1.20
17052026-08-20T07:00:51.841Z Compiling async-recursion v1.1.1
17062026-08-20T07:00:51.940Z Compiling miette-derive v7.6.0
17072026-08-20T07:00:51.954Z Compiling olpc-cjson v0.1.4
17082026-08-20T07:00:52.104Z Compiling serde-big-array v0.5.1
17092026-08-20T07:00:52.137Z Compiling serde_plain v1.0.2
17102026-08-20T07:00:52.137Z Compiling float-cmp v0.10.0
17112026-08-20T07:00:52.222Z Compiling pem v3.0.6
17122026-08-20T07:00:52.271Z Compiling thread-id v4.2.2
17132026-08-20T07:00:52.321Z Compiling memmap2 v0.9.10
17142026-08-20T07:00:52.337Z Compiling fixedbitset v0.5.7
17152026-08-20T07:00:52.354Z Compiling keccak v0.1.6
17162026-08-20T07:00:52.370Z Compiling whoami v2.1.0
17172026-08-20T07:00:52.391Z Compiling supports-unicode v3.0.0
17182026-08-20T07:00:52.406Z Compiling data-encoding v2.10.0
17192026-08-20T07:00:52.558Z Compiling difflib v0.4.0
17202026-08-20T07:00:52.576Z Compiling normalize-line-endings v0.3.0
17212026-08-20T07:00:52.587Z Compiling new_debug_unreachable v1.0.6
17222026-08-20T07:00:52.590Z Compiling predicates-core v1.0.10
17232026-08-20T07:00:52.665Z Compiling const-oid v0.10.2
17242026-08-20T07:00:52.680Z Compiling supports-hyperlinks v3.2.0
17252026-08-20T07:00:52.695Z Compiling cpufeatures v0.3.0
17262026-08-20T07:00:52.768Z Compiling typed-path v0.9.3
17272026-08-20T07:00:52.785Z Compiling precomputed-hash v0.1.1
17282026-08-20T07:00:52.800Z Compiling fixedbitset v0.4.2
17292026-08-20T07:00:52.853Z Compiling winnow v1.0.3
17302026-08-20T07:00:52.892Z Compiling static_assertions v1.1.0
17312026-08-20T07:00:52.908Z Compiling toml_edit v0.22.27
17322026-08-20T07:00:52.980Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17332026-08-20T07:00:53.049Z Compiling petgraph v0.6.5
17342026-08-20T07:00:53.127Z Compiling string_cache v0.8.9
17352026-08-20T07:00:53.129Z Compiling digest v0.11.3
17362026-08-20T07:00:53.143Z Compiling predicates v3.1.4
17372026-08-20T07:00:53.169Z Compiling miette v7.6.0
17382026-08-20T07:00:53.290Z Compiling chacha20 v0.10.0
17392026-08-20T07:00:53.341Z Compiling hickory-proto v0.25.2
17402026-08-20T07:00:53.379Z Compiling tokio-postgres v0.7.16
17412026-08-20T07:00:53.394Z Compiling elliptic-curve v0.13.8
17422026-08-20T07:00:53.490Z Compiling strum v0.26.3
17432026-08-20T07:00:53.634Z Compiling petgraph v0.8.3
17442026-08-20T07:00:53.690Z Compiling sha3 v0.10.8
17452026-08-20T07:00:53.758Z Compiling usdt v0.6.0
17462026-08-20T07:00:53.820Z Compiling toml_parser v1.1.2+spec-1.1.0
17472026-08-20T07:00:53.840Z Compiling usdt-impl v0.5.0
17482026-08-20T07:00:53.957Z Compiling serde_with v3.21.0
17492026-08-20T07:00:53.977Z Compiling zip v4.6.1
17502026-08-20T07:00:54.023Z Compiling crossterm v0.28.1
17512026-08-20T07:00:54.049Z Compiling ed25519-dalek v2.2.0
17522026-08-20T07:00:54.182Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17532026-08-20T07:00:54.475Z Compiling iddqd v0.4.2
17542026-08-20T07:00:54.601Z Compiling heck v0.4.1
17552026-08-20T07:00:54.845Z Compiling similar v2.7.0
17562026-08-20T07:00:54.882Z Compiling itertools v0.15.0
17572026-08-20T07:00:54.925Z Compiling itertools v0.13.0
17582026-08-20T07:00:55.008Z Compiling crossbeam-epoch v0.9.18
17592026-08-20T07:00:55.292Z Compiling tokio-stream v0.1.18
17602026-08-20T07:00:55.353Z Compiling buf-list v1.1.2
17612026-08-20T07:00:55.581Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-08-20T07:00:55.624Z Compiling openapiv3 v2.2.0
17632026-08-20T07:00:55.649Z Compiling lalrpop-util v0.19.12
17642026-08-20T07:00:55.670Z Compiling peg-runtime v0.8.5
17652026-08-20T07:00:55.713Z Compiling thread_local v1.1.9
17662026-08-20T07:00:55.728Z Compiling slog-async v2.8.0
17672026-08-20T07:00:55.752Z Compiling crossbeam-channel v0.5.15
17682026-08-20T07:00:55.774Z Compiling filetime v0.2.27
17692026-08-20T07:00:55.790Z Compiling is-terminal v0.4.17
17702026-08-20T07:00:55.811Z Compiling term v1.2.1
17712026-08-20T07:00:55.853Z Compiling xattr v1.6.1
17722026-08-20T07:00:55.893Z Compiling take_mut v0.2.2
17732026-08-20T07:00:55.907Z Compiling camino-tempfile v1.4.1
17742026-08-20T07:00:55.982Z Compiling tar v0.4.46
17752026-08-20T07:00:56.186Z Compiling slog-term v2.9.2
17762026-08-20T07:01:13.480Z Compiling rustls-webpki v0.103.13
17772026-08-20T07:01:16.134Z Compiling tokio-rustls v0.26.4
17782026-08-20T07:01:16.134Z Compiling rustls-platform-verifier v0.6.2
17792026-08-20T07:01:16.137Z Compiling tough v0.22.0
17802026-08-20T07:01:16.336Z Compiling hyper-rustls v0.27.7
17812026-08-20T07:01:16.519Z Compiling reqwest v0.13.2
17822026-08-20T07:01:18.679Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17832026-08-20T07:01:18.913Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17842026-08-20T07:01:21.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.58s
17852026-08-20T07:01:21.961Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17862026-08-20T07:01:22.015ZAug 20 07:01:21.264 INFO Starting download, target: Clickhouse
17872026-08-20T07:01:22.015ZAug 20 07:01:21.265 INFO Starting download, target: Console
17882026-08-20T07:01:22.016ZAug 20 07:01:21.265 INFO Starting download, target: MaghemiteMgd
17892026-08-20T07:01:22.016ZAug 20 07:01:21.265 INFO Starting download, target: Cockroach
17902026-08-20T07:01:22.019ZAug 20 07:01:21.265 INFO Starting download, target: DendriteStub
17912026-08-20T07:01:22.019ZAug 20 07:01:21.265 INFO Starting download, target: MaghemiteDdmd
17922026-08-20T07:01:22.019ZAug 20 07:01:21.265 INFO Starting download, target: TransceiverControl
17932026-08-20T07:01:22.019ZAug 20 07:01:21.265 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17942026-08-20T07:01:22.021ZAug 20 07:01:21.265 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17952026-08-20T07:01:22.022ZAug 20 07:01:21.265 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17962026-08-20T07:01:22.022ZAug 20 07:01:21.265 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17972026-08-20T07:01:22.022ZAug 20 07:01:21.265 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17982026-08-20T07:01:22.022ZAug 20 07:01:21.265 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17992026-08-20T07:01:22.022ZAug 20 07:01:21.265 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18002026-08-20T07:01:22.669ZAug 20 07:01:21.905 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18012026-08-20T07:01:22.871ZAug 20 07:01:22.112 INFO Download complete, target: TransceiverControl
18022026-08-20T07:01:23.775ZAug 20 07:01:23.023 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-08-20T07:01:24.019ZAug 20 07:01:23.267 INFO Download complete, target: Console
18042026-08-20T07:01:24.023ZAug 20 07:01:23.271 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18052026-08-20T07:01:24.072ZAug 20 07:01:23.321 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-08-20T07:01:24.300ZAug 20 07:01:23.542 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-20T07:01:24.752ZAug 20 07:01:23.999 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082026-08-20T07:01:24.752ZAug 20 07:01:23.999 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092026-08-20T07:01:25.229ZAug 20 07:01:24.478 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18102026-08-20T07:01:26.063ZAug 20 07:01:25.312 INFO Download complete, target: MaghemiteDdmd
18112026-08-20T07:01:26.899ZAug 20 07:01:26.135 INFO Download complete, target: DendriteStub
18122026-08-20T07:01:27.223ZAug 20 07:01:26.471 INFO Download complete, target: MaghemiteMgd
18132026-08-20T07:01:29.377ZAug 20 07:01:28.626 INFO Checking that binary works, target: Cockroach
18142026-08-20T07:01:29.506ZAug 20 07:01:28.755 INFO Download complete, target: Cockroach
18152026-08-20T07:01:31.800ZAug 20 07:01:31.047 INFO Checking that binary works, target: Clickhouse
18162026-08-20T07:01:31.892ZAug 20 07:01:31.131 INFO Download complete, target: Clickhouse
18172026-08-20T07:01:31.897ZAll prerequisites installed successfully
18182026-08-20T07:01:31.897Z
18192026-08-20T07:01:31.897Zreal 1:54.439277695
18202026-08-20T07:01:31.897Zuser 7:24.345529376
18212026-08-20T07:01:31.897Zsys 1:46.549353556
18222026-08-20T07:01:31.897Ztrap 0.314231682
18232026-08-20T07:01:31.897Ztflt 0.899737405
18242026-08-20T07:01:31.897Zdflt 1.649631346
18252026-08-20T07:01:31.897Zkflt 0.025366165
18262026-08-20T07:01:31.897Zlock 29:03.232750738
18272026-08-20T07:01:31.897Zslp 20:10.491108704
18282026-08-20T07:01:31.898Zlat 30.716593402
18292026-08-20T07:01:31.898Zstop 3:37.928933540
18302026-08-20T07:01:31.898Z+ ptime -m cargo xtask download softnpu
18312026-08-20T07:01:32.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18322026-08-20T07:01:32.368Z Running `target/debug/xtask download softnpu`
18332026-08-20T07:01:33.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18342026-08-20T07:01:33.197Z Running `target/debug/xtask-downloader softnpu`
18352026-08-20T07:01:33.241ZAug 20 07:01:32.489 INFO Starting download, target: Softnpu
18362026-08-20T07:01:33.245ZAug 20 07:01:32.490 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18372026-08-20T07:01:34.492ZAug 20 07:01:33.736 INFO Download complete, target: Softnpu
18382026-08-20T07:01:34.500Z
18392026-08-20T07:01:34.500Zreal 2.595602722
18402026-08-20T07:01:34.500Zuser 1.355370230
18412026-08-20T07:01:34.500Zsys 0.633305976
18422026-08-20T07:01:34.500Ztrap 0.000746650
18432026-08-20T07:01:34.500Ztflt 0.000204930
18442026-08-20T07:01:34.500Zdflt 0.000302080
18452026-08-20T07:01:34.500Zkflt 0.000000000
18462026-08-20T07:01:34.500Zlock 23.362938451
18472026-08-20T07:01:34.501Zslp 1.093086492
18482026-08-20T07:01:34.501Zlat 0.097459226
18492026-08-20T07:01:34.501Zstop 0.000195790
18502026-08-20T07:01:34.501Z+ export CARGO_INCREMENTAL=0
18512026-08-20T07:01:34.501Z+ CARGO_INCREMENTAL=0
18522026-08-20T07:01:34.501Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18532026-08-20T07:01:35.415Z Compiling proc-macro2 v1.0.106
18542026-08-20T07:01:35.415Z Compiling quote v1.0.45
18552026-08-20T07:01:35.416Z Compiling unicode-ident v1.0.24
18562026-08-20T07:01:35.434Z Compiling serde_core v1.0.229
18572026-08-20T07:01:35.434Z Compiling libc v0.2.185
18582026-08-20T07:01:35.434Z Compiling serde v1.0.229
18592026-08-20T07:01:35.434Z Compiling cfg-if v1.0.4
18602026-08-20T07:01:35.434Z Compiling version_check v0.9.5
18612026-08-20T07:01:35.566Z Compiling autocfg v1.5.0
18622026-08-20T07:01:35.586Z Compiling shlex v1.3.0
18632026-08-20T07:01:35.606Z Compiling find-msvc-tools v0.1.9
18642026-08-20T07:01:35.606Z Compiling memchr v2.8.0
18652026-08-20T07:01:35.606Z Compiling zmij v1.0.21
18662026-08-20T07:01:35.606Z Compiling serde_json v1.0.151
18672026-08-20T07:01:35.687Z Compiling portable-atomic v1.13.1
18682026-08-20T07:01:35.806Z Compiling zerocopy v0.8.55
18692026-08-20T07:01:35.858Z Compiling libm v0.2.16
18702026-08-20T07:01:35.891Z Compiling parking_lot_core v0.9.12
18712026-08-20T07:01:35.933Z Compiling generic-array v0.14.7
18722026-08-20T07:01:35.950Z Compiling smallvec v1.15.1
18732026-08-20T07:01:35.950Z Compiling icu_properties_data v2.1.2
18742026-08-20T07:01:35.969Z Compiling icu_normalizer_data v2.1.1
18752026-08-20T07:01:35.970Z Compiling itoa v1.0.17
18762026-08-20T07:01:36.150Z Compiling num-traits v0.2.19
18772026-08-20T07:01:36.167Z Compiling getrandom v0.4.3
18782026-08-20T07:01:36.200Z Compiling log v0.4.33
18792026-08-20T07:01:36.207Z Compiling getrandom v0.3.4
18802026-08-20T07:01:36.220Z Compiling pkg-config v0.3.32
18812026-08-20T07:01:36.225Z Compiling subtle v2.6.1
18822026-08-20T07:01:36.295Z Compiling typenum v1.20.1
18832026-08-20T07:01:36.399Z Compiling stable_deref_trait v1.2.1
18842026-08-20T07:01:36.452Z Compiling rustix v1.1.4
18852026-08-20T07:01:36.493Z Compiling scopeguard v1.2.0
18862026-08-20T07:01:36.512Z Compiling thiserror v2.0.18
18872026-08-20T07:01:36.629Z Compiling lock_api v0.4.14
18882026-08-20T07:01:36.677Z Compiling equivalent v1.0.2
18892026-08-20T07:01:36.742Z Compiling heck v0.5.0
18902026-08-20T07:01:36.872Z Compiling jobserver v0.1.34
18912026-08-20T07:01:36.889Z Compiling errno v0.3.14
18922026-08-20T07:01:36.922Z Compiling syn v2.0.117
18932026-08-20T07:01:36.947Z Compiling syn v3.0.3
18942026-08-20T07:01:36.985Z Compiling getrandom v0.2.17
18952026-08-20T07:01:36.985Z Compiling pin-project-lite v0.2.17
18962026-08-20T07:01:36.994Z Compiling critical-section v1.2.0
18972026-08-20T07:01:37.021Z Compiling syn v1.0.109
18982026-08-20T07:01:37.072Z Compiling cc v1.2.56
18992026-08-20T07:01:37.093Z Compiling rand_core v0.6.4
19002026-08-20T07:01:37.110Z Compiling schemars v0.8.22
19012026-08-20T07:01:37.146Z Compiling litemap v0.8.1
19022026-08-20T07:01:37.239Z Compiling writeable v0.6.2
19032026-08-20T07:01:37.410Z Compiling once_cell v1.21.3
19042026-08-20T07:01:37.496Z Compiling percent-encoding v2.3.2
19052026-08-20T07:01:37.496Z Compiling hashbrown v0.17.0
19062026-08-20T07:01:37.496Z Compiling rustversion v1.0.22
19072026-08-20T07:01:37.546Z Compiling fs_extra v1.3.0
19082026-08-20T07:01:37.546Z Compiling dunce v1.0.5
19092026-08-20T07:01:37.617Z Compiling byteorder v1.5.0
19102026-08-20T07:01:37.672Z Compiling strsim v0.11.1
19112026-08-20T07:01:37.688Z Compiling rand_core v0.10.0
19122026-08-20T07:01:37.776Z Compiling signal-hook-registry v1.4.8
19132026-08-20T07:01:37.886Z Compiling cmake v0.1.57
19142026-08-20T07:01:37.957Z Compiling thiserror v1.0.69
19152026-08-20T07:01:38.126Z Compiling bitflags v2.11.0
19162026-08-20T07:01:38.187Z Compiling semver v1.0.28
19172026-08-20T07:01:38.214Z Compiling indexmap v2.14.0
19182026-08-20T07:01:38.231Z Compiling utf8_iter v1.0.4
19192026-08-20T07:01:38.268Z Compiling parking_lot v0.12.5
19202026-08-20T07:01:38.377Z Compiling form_urlencoded v1.2.2
19212026-08-20T07:01:38.394Z Compiling aws-lc-sys v0.40.0
19222026-08-20T07:01:38.420Z Compiling socket2 v0.6.3
19232026-08-20T07:01:38.446Z Compiling mio v1.2.0
19242026-08-20T07:01:38.520Z Compiling aws-lc-rs v1.16.3
19252026-08-20T07:01:38.540Z Compiling futures-core v0.3.32
19262026-08-20T07:01:38.592Z Compiling const-oid v0.9.6
19272026-08-20T07:01:38.780Z Compiling httparse v1.10.1
19282026-08-20T07:01:38.941Z Compiling crc32fast v1.5.0
19292026-08-20T07:01:39.002Z Compiling serde_derive v1.0.229
19302026-08-20T07:01:39.083Z Compiling regex-syntax v0.8.10
19312026-08-20T07:01:39.167Z Compiling ucd-trie v0.1.7
19322026-08-20T07:01:39.187Z Compiling fnv v1.0.7
19332026-08-20T07:01:39.298Z Compiling iana-time-zone v0.1.65
19342026-08-20T07:01:39.325Z Compiling vcpkg v0.2.15
19352026-08-20T07:01:39.356Z Compiling pest v2.8.6
19362026-08-20T07:01:39.400Z Compiling ident_case v1.0.1
19372026-08-20T07:01:39.596Z Compiling uuid v1.23.4
19382026-08-20T07:01:40.035Z Compiling rustc_version v0.4.1
19392026-08-20T07:01:40.042Z Compiling futures-sink v0.3.32
19402026-08-20T07:01:40.042Z Compiling synstructure v0.13.2
19412026-08-20T07:01:40.042Z Compiling serde_derive_internals v0.29.1
19422026-08-20T07:01:40.042Z Compiling rustls v0.23.41
19432026-08-20T07:01:40.042Z Compiling openssl-sys v0.9.117
19442026-08-20T07:01:40.042Z Compiling futures-channel v0.3.32
19452026-08-20T07:01:40.239Z Compiling aho-corasick v1.1.4
19462026-08-20T07:01:40.244Z Compiling slab v0.4.12
19472026-08-20T07:01:40.306Z Compiling futures-task v0.3.32
19482026-08-20T07:01:40.390Z Compiling pest_meta v2.8.6
19492026-08-20T07:01:40.447Z Compiling futures-io v0.3.32
19502026-08-20T07:01:40.571Z Compiling dyn-clone v1.0.20
19512026-08-20T07:01:40.608Z Compiling num-conv v0.2.0
19522026-08-20T07:01:40.709Z Compiling plain v0.2.3
19532026-08-20T07:01:40.814Z Compiling radium v0.7.0
19542026-08-20T07:01:40.815Z Compiling time-core v0.1.8
19552026-08-20T07:01:40.815Z Compiling crossbeam-utils v0.8.21
19562026-08-20T07:01:40.815Z Compiling openssl v0.10.80
19572026-08-20T07:01:40.815Z Compiling pretty-hex v0.4.1
19582026-08-20T07:01:40.963Z Compiling time-macros v0.2.27
19592026-08-20T07:01:40.963Z Compiling base64ct v1.8.3
19602026-08-20T07:01:40.972Z Compiling zeroize_derive v1.5.0
19612026-08-20T07:01:40.972Z Compiling zerofrom-derive v0.1.6
19622026-08-20T07:01:40.972Z Compiling yoke-derive v0.8.1
19632026-08-20T07:01:40.972Z Compiling zerocopy-derive v0.8.55
19642026-08-20T07:01:41.423Z Compiling zerovec-derive v0.11.2
19652026-08-20T07:01:41.428Z Compiling displaydoc v0.2.5
19662026-08-20T07:01:41.428Z Compiling tokio-macros v2.7.0
19672026-08-20T07:01:41.428Z Compiling futures-macro v0.3.32
19682026-08-20T07:01:41.428Z Compiling thiserror-impl v2.0.18
19692026-08-20T07:01:41.428Z Compiling schemars_derive v0.8.22
19702026-08-20T07:01:41.577Z Compiling der_derive v0.7.3
19712026-08-20T07:01:41.596Z Compiling tracing-attributes v0.1.31
19722026-08-20T07:01:41.627Z Compiling thiserror-impl v1.0.69
19732026-08-20T07:01:41.730Z Compiling pest_generator v2.8.6
19742026-08-20T07:01:41.744Z Compiling regex-automata v0.4.14
19752026-08-20T07:01:41.808Z Compiling maybe-uninit v2.0.0
19762026-08-20T07:01:41.870Z Compiling futures-util v0.3.32
19772026-08-20T07:01:42.002Z Compiling zeroize v1.9.0
19782026-08-20T07:01:42.067Z Compiling bytes v1.11.1
19792026-08-20T07:01:42.070Z Compiling zerofrom v0.1.6
19802026-08-20T07:01:42.215Z Compiling yoke v0.8.1
19812026-08-20T07:01:42.323Z Compiling chrono v0.4.45
19822026-08-20T07:01:42.434Z Compiling zerovec v0.11.5
19832026-08-20T07:01:42.450Z Compiling zerotrie v0.2.3
19842026-08-20T07:01:42.610Z Compiling tokio v1.52.1
19852026-08-20T07:01:42.769Z Compiling crypto-common v0.1.7
19862026-08-20T07:01:42.870Z Compiling block-buffer v0.10.4
19872026-08-20T07:01:42.935Z Compiling pest_derive v2.8.6
19882026-08-20T07:01:43.013Z Compiling tinystr v0.8.2
19892026-08-20T07:01:43.042Z Compiling potential_utf v0.1.4
19902026-08-20T07:01:43.121Z Compiling digest v0.10.7
19912026-08-20T07:01:43.222Z Compiling base64 v0.22.1
19922026-08-20T07:01:43.249Z Compiling icu_locale_core v2.1.1
19932026-08-20T07:01:43.265Z Compiling icu_collections v2.1.1
19942026-08-20T07:01:43.333Z Compiling serde_tokenstream v0.2.3
19952026-08-20T07:01:43.386Z Compiling pem-rfc7468 v0.7.0
19962026-08-20T07:01:43.415Z Compiling scroll_derive v0.13.1
19972026-08-20T07:01:43.640Z Compiling scroll_derive v0.12.1
19982026-08-20T07:01:43.707Z Compiling flagset v0.4.7
19992026-08-20T07:01:43.864Z Compiling der v0.7.10
20002026-08-20T07:01:43.970Z Compiling openssl-macros v0.1.1
20012026-08-20T07:01:44.020Z Compiling icu_provider v2.1.1
20022026-08-20T07:01:44.294Z Compiling icu_properties v2.1.2
20032026-08-20T07:01:44.333Z Compiling icu_normalizer v2.1.1
20042026-08-20T07:01:44.378Z Compiling darling_core v0.23.0
20052026-08-20T07:01:44.599Z Compiling rand_core v0.9.5
20062026-08-20T07:01:44.630Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20072026-08-20T07:01:44.824Z Compiling bzip2-sys v0.1.13+1.0.8
20082026-08-20T07:01:44.949Z Compiling ahash v0.8.12
20092026-08-20T07:01:45.021Z Compiling anyhow v1.0.104
20102026-08-20T07:01:45.278Z Compiling native-tls v0.2.18
20112026-08-20T07:01:45.313Z Compiling idna_adapter v1.2.1
20122026-08-20T07:01:45.313Z Compiling packed_struct v0.10.1
20132026-08-20T07:01:45.330Z Compiling ppv-lite86 v0.2.21
20142026-08-20T07:01:45.364Z Compiling idna v1.1.0
20152026-08-20T07:01:45.379Z Compiling num-bigint-dig v0.8.6
20162026-08-20T07:01:45.475Z Compiling spki v0.7.3
20172026-08-20T07:01:45.525Z Compiling regex v1.12.3
20182026-08-20T07:01:45.564Z Compiling http v1.4.2
20192026-08-20T07:01:45.586Z Compiling zerocopy-derive v0.7.35
20202026-08-20T07:01:45.743Z Compiling url v2.5.8
20212026-08-20T07:01:45.748Z Compiling slog v2.8.2
20222026-08-20T07:01:45.976Z Compiling tracing-core v0.1.36
20232026-08-20T07:01:46.044Z Compiling cookie v0.18.1
20242026-08-20T07:01:46.050Z Compiling cpufeatures v0.2.17
20252026-08-20T07:01:46.050Z Compiling camino v1.2.5
20262026-08-20T07:01:46.168Z Compiling rand_chacha v0.9.0
20272026-08-20T07:01:46.184Z Compiling serde_spanned v0.6.9
20282026-08-20T07:01:46.209Z Compiling toml_datetime v0.6.11
20292026-08-20T07:01:46.363Z Compiling tracing v0.1.44
20302026-08-20T07:01:46.379Z Compiling clap_derive v4.6.1
20312026-08-20T07:01:46.431Z Compiling tokio-util v0.7.18
20322026-08-20T07:01:46.471Z Compiling zerocopy-derive v0.6.6
20332026-08-20T07:01:46.493Z Compiling darling_macro v0.23.0
20342026-08-20T07:01:46.550Z Compiling bitfield-macros v0.19.4
20352026-08-20T07:01:46.555Z Compiling packed_struct_codegen v0.10.1
20362026-08-20T07:01:46.973Z Compiling indexmap v1.9.3
20372026-08-20T07:01:47.000Z Compiling darling v0.23.0
20382026-08-20T07:01:47.087Z Compiling paste v1.0.15
20392026-08-20T07:01:47.177Z Compiling object v0.37.3
20402026-08-20T07:01:47.223Z Compiling simd-adler32 v0.3.8
20412026-08-20T07:01:47.396Z Compiling rand v0.9.2
20422026-08-20T07:01:47.405Z Compiling http-body v1.0.1
20432026-08-20T07:01:47.438Z Compiling pkcs8 v0.10.2
20442026-08-20T07:01:47.469Z Compiling rustls-pki-types v1.14.0
20452026-08-20T07:01:47.603Z Compiling spin v0.9.8
20462026-08-20T07:01:47.625Z Compiling usdt-impl v0.5.0
20472026-08-20T07:01:47.642Z Compiling adler2 v2.0.1
20482026-08-20T07:01:47.714Z Compiling tinyvec_macros v0.1.1
20492026-08-20T07:01:47.785Z Compiling fastrand v2.3.0
20502026-08-20T07:01:47.800Z Compiling openssl-probe v0.2.1
20512026-08-20T07:01:47.848Z Compiling cmov v0.5.4
20522026-08-20T07:01:47.895Z Compiling either v1.15.0
20532026-08-20T07:01:47.956Z Compiling usdt-impl v0.6.0
20542026-08-20T07:01:48.012Z Compiling ref-cast v1.0.25
20552026-08-20T07:01:48.027Z Compiling anstyle v1.0.14
20562026-08-20T07:01:48.118Z Compiling winnow v0.5.40
20572026-08-20T07:01:48.141Z Compiling utf8parse v0.2.2
20582026-08-20T07:01:48.172Z Compiling ctutils v0.4.2
20592026-08-20T07:01:48.187Z Compiling tinyvec v1.10.0
20602026-08-20T07:01:48.287Z Compiling anstyle-parse v1.0.0
20612026-08-20T07:01:48.296Z Compiling miniz_oxide v0.8.9
20622026-08-20T07:01:48.403Z Compiling sha2 v0.10.9
20632026-08-20T07:01:48.484Z Compiling scroll v0.12.0
20642026-08-20T07:01:48.553Z Compiling scroll v0.13.0
20652026-08-20T07:01:48.634Z Compiling terminal_size v0.4.3
20662026-08-20T07:01:48.640Z Compiling async-trait v0.1.89
20672026-08-20T07:01:48.758Z Compiling heapless v0.7.17
20682026-08-20T07:01:48.936Z Compiling winnow v0.7.14
20692026-08-20T07:01:48.942Z Compiling signal-hook v0.3.18
20702026-08-20T07:01:48.942Z Compiling rustix v0.38.44
20712026-08-20T07:01:49.021Z Compiling is_terminal_polyfill v1.70.2
20722026-08-20T07:01:49.062Z Compiling litrs v1.0.0
20732026-08-20T07:01:49.091Z Compiling try-lock v0.2.5
20742026-08-20T07:01:49.135Z Compiling colorchoice v1.0.4
20752026-08-20T07:01:49.221Z Compiling winnow v1.0.3
20762026-08-20T07:01:49.238Z Compiling atomic-waker v1.1.2
20772026-08-20T07:01:49.308Z Compiling zstd-safe v7.2.4
20782026-08-20T07:01:49.392Z Compiling tower-layer v0.3.3
20792026-08-20T07:01:49.407Z Compiling toml_edit v0.19.15
20802026-08-20T07:01:49.454Z Compiling untrusted v0.7.1
20812026-08-20T07:01:49.507Z Compiling tower-service v0.3.3
20822026-08-20T07:01:49.534Z Compiling anstyle-query v1.1.5
20832026-08-20T07:01:49.548Z Compiling h2 v0.4.15
20842026-08-20T07:01:49.552Z Compiling document-features v0.2.12
20852026-08-20T07:01:49.581Z Compiling tempfile v3.27.0
20862026-08-20T07:01:49.584Z Compiling want v0.3.1
20872026-08-20T07:01:49.630Z Compiling anstream v1.0.0
20882026-08-20T07:01:49.948Z Compiling goblin v0.10.5
20892026-08-20T07:01:50.074Z Compiling goblin v0.8.2
20902026-08-20T07:01:50.090Z Compiling hybrid-array v0.4.13
20912026-08-20T07:01:50.263Z Compiling toml_parser v1.1.2+spec-1.1.0
20922026-08-20T07:01:50.332Z Compiling itertools v0.15.0
20932026-08-20T07:01:50.410Z Compiling zerocopy v0.7.35
20942026-08-20T07:01:50.426Z Compiling ipnet v2.12.0
20952026-08-20T07:01:50.843Z Compiling daft-derive v0.1.7
20962026-08-20T07:01:50.862Z Compiling ref-cast-impl v1.0.25
20972026-08-20T07:01:50.900Z Compiling structmeta-derive v0.3.0
20982026-08-20T07:01:50.916Z Compiling curve25519-dalek v4.1.3
20992026-08-20T07:01:50.969Z Compiling darling_core v0.20.11
21002026-08-20T07:01:51.029Z Compiling memoffset v0.9.1
21012026-08-20T07:01:51.045Z Compiling untrusted v0.9.0
21022026-08-20T07:01:51.189Z Compiling powerfmt v0.2.0
21032026-08-20T07:01:51.312Z Compiling httpdate v1.0.3
21042026-08-20T07:01:51.385Z Compiling tap v1.0.1
21052026-08-20T07:01:51.529Z Compiling foreign-types-shared v0.1.1
21062026-08-20T07:01:51.566Z Compiling wyz v0.5.1
21072026-08-20T07:01:51.626Z Compiling foreign-types v0.3.2
21082026-08-20T07:01:51.642Z Compiling deranged v0.5.8
21092026-08-20T07:01:51.809Z Compiling unicode-normalization v0.1.25
21102026-08-20T07:01:51.876Z Compiling structmeta v0.3.0
21112026-08-20T07:01:52.058Z Compiling dtrace-parser v0.2.0
21122026-08-20T07:01:52.093Z Compiling rand_chacha v0.3.1
21132026-08-20T07:01:52.284Z Compiling dof v0.3.0
21142026-08-20T07:01:52.356Z Compiling dtrace-parser v0.3.0
21152026-08-20T07:01:52.375Z Compiling signature v2.2.0
21162026-08-20T07:01:52.538Z Compiling hex v0.4.3
21172026-08-20T07:01:52.554Z Compiling dof v0.4.0
21182026-08-20T07:01:52.644Z Compiling hyper v1.10.1
21192026-08-20T07:01:52.781Z Compiling pin-project-internal v1.1.11
21202026-08-20T07:01:52.821Z Compiling num-integer v0.1.46
21212026-08-20T07:01:52.886Z Compiling wait-timeout v0.2.1
21222026-08-20T07:01:52.908Z Compiling darling_macro v0.20.11
21232026-08-20T07:01:52.973Z Compiling thread-id v4.2.2
21242026-08-20T07:01:53.078Z Compiling thread-id v5.1.0
21252026-08-20T07:01:53.131Z Compiling owo-colors v4.3.0
21262026-08-20T07:01:53.324Z Compiling num_threads v0.1.7
21272026-08-20T07:01:53.349Z Compiling cfg_aliases v0.2.1
21282026-08-20T07:01:53.379Z Compiling bit-vec v0.8.0
21292026-08-20T07:01:53.426Z Compiling quick-error v1.2.3
21302026-08-20T07:01:53.440Z Compiling funty v2.0.0
21312026-08-20T07:01:53.570Z Compiling clap_lex v1.0.0
21322026-08-20T07:01:53.590Z Compiling smoltcp v0.9.1
21332026-08-20T07:01:53.610Z Compiling bit-set v0.8.0
21342026-08-20T07:01:53.613Z Compiling rusty-fork v0.3.1
21352026-08-20T07:01:53.643Z Compiling nix v0.31.2
21362026-08-20T07:01:53.645Z Compiling darling v0.20.11
21372026-08-20T07:01:53.703Z Compiling time v0.3.47
21382026-08-20T07:01:53.746Z Compiling clap_builder v4.6.0
21392026-08-20T07:01:53.806Z Compiling bitvec v1.0.1
21402026-08-20T07:01:53.824Z Compiling hyper-util v0.1.20
21412026-08-20T07:01:53.926Z Compiling num-iter v0.1.45
21422026-08-20T07:01:54.028Z Compiling rand v0.8.6
21432026-08-20T07:01:54.362Z Compiling lazy_static v1.5.0
21442026-08-20T07:01:54.474Z Compiling ipnetwork v0.21.1
21452026-08-20T07:01:54.673Z Compiling rand_xorshift v0.4.0
21462026-08-20T07:01:54.796Z Compiling hmac v0.12.1
21472026-08-20T07:01:54.841Z Compiling curve25519-dalek-derive v0.1.1
21482026-08-20T07:01:54.867Z Compiling sync_wrapper v1.0.2
21492026-08-20T07:01:54.991Z Compiling unarray v0.1.4
21502026-08-20T07:01:55.099Z Compiling zlib-rs v0.6.2
21512026-08-20T07:01:55.245Z Compiling nodrop v0.1.14
21522026-08-20T07:01:55.268Z Compiling siphasher v1.0.2
21532026-08-20T07:01:55.325Z Compiling crc-catalog v2.4.0
21542026-08-20T07:01:55.436Z Compiling crc v3.4.0
21552026-08-20T07:01:55.467Z Compiling array-init v0.0.4
21562026-08-20T07:01:55.640Z Compiling clap v4.6.1
21572026-08-20T07:01:55.782Z Compiling proptest v1.11.0
21582026-08-20T07:01:55.824Z Compiling tower v0.5.3
21592026-08-20T07:01:56.181Z Compiling smallvec v0.6.14
21602026-08-20T07:01:56.423Z Compiling derive_builder_core v0.20.2
21612026-08-20T07:01:56.527Z Compiling pkcs1 v0.7.5
21622026-08-20T07:01:56.602Z Compiling http-body-util v0.1.3
21632026-08-20T07:01:56.860Z Compiling bitfield v0.19.4
21642026-08-20T07:01:56.900Z Compiling zerocopy v0.6.6
21652026-08-20T07:01:57.016Z Compiling strum_macros v0.27.2
21662026-08-20T07:01:57.059Z Compiling strum_macros v0.26.4
21672026-08-20T07:01:57.074Z Compiling snafu-derive v0.8.9
21682026-08-20T07:01:57.157Z Compiling flate2 v1.1.9
21692026-08-20T07:01:57.204Z Compiling hubpack_derive v0.1.1
21702026-08-20T07:01:57.296Z Compiling env_filter v2.0.0
21712026-08-20T07:01:57.374Z Compiling fs-err v3.3.0
21722026-08-20T07:01:57.449Z Compiling ryu v1.0.23
21732026-08-20T07:01:57.559Z Compiling unicode-properties v0.1.4
21742026-08-20T07:01:57.569Z Compiling unicode-segmentation v1.12.0
21752026-08-20T07:01:57.593Z Compiling gimli v0.32.3
21762026-08-20T07:01:57.637Z Compiling hashbrown v0.12.3
21772026-08-20T07:01:58.122Z Compiling base64 v0.21.7
21782026-08-20T07:01:58.155Z Compiling iri-string v0.7.10
21792026-08-20T07:01:58.310Z Compiling allocator-api2 v0.2.21
21802026-08-20T07:01:58.446Z Compiling unicode-bidi v0.3.18
21812026-08-20T07:01:58.462Z Compiling ron v0.8.1
21822026-08-20T07:01:58.736Z Compiling stringprep v0.1.5
21832026-08-20T07:01:58.826Z Compiling newtype-uuid v1.3.2
21842026-08-20T07:01:58.883Z Compiling serde_urlencoded v0.7.1
21852026-08-20T07:01:59.058Z Compiling env_logger v0.11.11
21862026-08-20T07:01:59.101Z Compiling derive_builder_macro v0.20.2
21872026-08-20T07:01:59.144Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21882026-08-20T07:01:59.161Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21892026-08-20T07:01:59.343Z Compiling tower-http v0.6.8
21902026-08-20T07:01:59.385Z Compiling addr2line v0.25.1
21912026-08-20T07:01:59.478Z Compiling rsa v0.9.10
21922026-08-20T07:01:59.539Z Compiling oxnet v0.1.6
21932026-08-20T07:01:59.555Z Compiling tokio-native-tls v0.3.1
21942026-08-20T07:01:59.597Z Compiling serde-hex v0.1.0
21952026-08-20T07:01:59.613Z Compiling hashbrown v0.13.2
21962026-08-20T07:01:59.711Z Compiling bzip2 v0.4.4
21972026-08-20T07:01:59.739Z Compiling usdt-attr-macro v0.6.0
21982026-08-20T07:01:59.778Z Compiling usdt-macro v0.6.0
21992026-08-20T07:01:59.931Z Compiling derive-ex v0.1.8
22002026-08-20T07:01:59.948Z Compiling crypto-common v0.2.2
22012026-08-20T07:01:59.967Z Compiling block-padding v0.4.2
22022026-08-20T07:02:00.107Z Compiling block-buffer v0.12.1
22032026-08-20T07:02:00.339Z Compiling rustls-native-certs v0.8.3
22042026-08-20T07:02:00.477Z Compiling x509-cert v0.2.5
22052026-08-20T07:02:00.514Z Compiling bstr v1.12.1
22062026-08-20T07:02:00.597Z Compiling md-5 v0.10.6
22072026-08-20T07:02:00.602Z Compiling erased-serde v0.3.31
22082026-08-20T07:02:00.912Z Compiling vergen-lib v9.1.0
22092026-08-20T07:02:00.937Z Compiling hash32 v0.2.1
22102026-08-20T07:02:01.084Z Compiling encoding_rs v0.8.35
22112026-08-20T07:02:01.131Z Compiling mime v0.3.17
22122026-08-20T07:02:01.145Z Compiling fallible-iterator v0.2.0
22132026-08-20T07:02:01.328Z Compiling rustc-demangle v0.1.27
22142026-08-20T07:02:01.360Z Compiling cpufeatures v0.3.0
22152026-08-20T07:02:01.415Z Compiling unicode-width v0.2.0
22162026-08-20T07:02:01.502Z Compiling crc-any v2.5.0
22172026-08-20T07:02:01.506Z Compiling psl-types v2.0.11
22182026-08-20T07:02:01.615Z Compiling publicsuffix v2.3.0
22192026-08-20T07:02:01.699Z Compiling postgres-protocol v0.6.10
22202026-08-20T07:02:01.733Z Compiling backtrace v0.3.76
22212026-08-20T07:02:01.749Z Compiling test-strategy v0.4.5
22222026-08-20T07:02:02.330Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22232026-08-20T07:02:02.375Z Compiling inout v0.2.2
22242026-08-20T07:02:02.467Z Compiling object v0.30.4
22252026-08-20T07:02:02.528Z Compiling zip v0.6.6
22262026-08-20T07:02:02.561Z Compiling daft v0.1.7
22272026-08-20T07:02:02.578Z Compiling hyper-tls v0.6.0
22282026-08-20T07:02:02.605Z Compiling derive_builder v0.20.2
22292026-08-20T07:02:02.621Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22302026-08-20T07:02:02.756Z Compiling heck v0.4.1
22312026-08-20T07:02:02.768Z Compiling phf_shared v0.13.1
22322026-08-20T07:02:02.858Z Compiling pin-project v1.1.11
22332026-08-20T07:02:02.983Z Compiling toml v0.7.8
22342026-08-20T07:02:03.034Z Compiling serde_with_macros v3.21.0
22352026-08-20T07:02:03.069Z Compiling futures-executor v0.3.32
22362026-08-20T07:02:03.180Z Compiling async-recursion v1.1.1
22372026-08-20T07:02:03.267Z Compiling miette-derive v7.6.0
22382026-08-20T07:02:03.301Z Compiling enum-as-inner v0.6.1
22392026-08-20T07:02:03.322Z Compiling serde_repr v0.1.20
22402026-08-20T07:02:03.326Z Compiling ff v0.13.1
22412026-08-20T07:02:03.499Z Compiling vergen v9.1.0
22422026-08-20T07:02:03.515Z Compiling cargo-platform v0.3.2
22432026-08-20T07:02:03.662Z Compiling libbz2-rs-sys v0.2.2
22442026-08-20T07:02:03.805Z Compiling bitflags v1.3.2
22452026-08-20T07:02:03.864Z Compiling path-slash v0.1.5
22462026-08-20T07:02:03.898Z Compiling is_ci v1.2.0
22472026-08-20T07:02:04.015Z Compiling same-file v1.0.6
22482026-08-20T07:02:04.050Z Compiling managed v0.8.0
22492026-08-20T07:02:04.135Z Compiling base16ct v0.2.0
22502026-08-20T07:02:04.162Z Compiling smawk v0.3.2
22512026-08-20T07:02:04.187Z Compiling unicode-linebreak v0.1.5
22522026-08-20T07:02:04.251Z Compiling foldhash v0.1.5
22532026-08-20T07:02:04.310Z Compiling foldhash v0.2.0
22542026-08-20T07:02:04.328Z Compiling jiff-core v0.1.0
22552026-08-20T07:02:04.330Z Compiling bumpalo v3.20.2
22562026-08-20T07:02:04.367Z Compiling sec1 v0.7.3
22572026-08-20T07:02:04.396Z Compiling hashbrown v0.15.5
22582026-08-20T07:02:04.432Z Compiling textwrap v0.16.2
22592026-08-20T07:02:04.532Z Compiling zopfli v0.8.3
22602026-08-20T07:02:04.567Z Compiling hashbrown v0.16.1
22612026-08-20T07:02:04.587Z Compiling walkdir v2.5.0
22622026-08-20T07:02:04.837Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22632026-08-20T07:02:04.947Z Compiling bzip2 v0.6.1
22642026-08-20T07:02:05.089Z Compiling jiff v0.2.34
22652026-08-20T07:02:05.104Z Compiling supports-color v3.0.2
22662026-08-20T07:02:05.201Z Compiling cargo_metadata v0.23.1
22672026-08-20T07:02:05.217Z Compiling group v0.13.0
22682026-08-20T07:02:05.259Z Compiling futures v0.3.32
22692026-08-20T07:02:05.586Z Compiling phf v0.13.1
22702026-08-20T07:02:05.592Z Compiling snafu v0.8.9
22712026-08-20T07:02:05.807Z Compiling reqwest v0.12.28
22722026-08-20T07:02:05.909Z Compiling signal-hook-mio v0.2.5
22732026-08-20T07:02:05.998Z Compiling cipher v0.5.2
22742026-08-20T07:02:06.048Z Compiling cookie_store v0.22.1
22752026-08-20T07:02:06.206Z Compiling backtrace-ext v0.2.1
22762026-08-20T07:02:06.286Z Compiling postgres-types v0.2.12
22772026-08-20T07:02:06.303Z Compiling zstd v0.13.3
22782026-08-20T07:02:06.387Z Compiling globset v0.4.18
22792026-08-20T07:02:06.432Z Compiling strum v0.27.2
22802026-08-20T07:02:06.435Z Compiling hubpack v0.1.2
22812026-08-20T07:02:06.595Z Compiling phf_shared v0.11.3
22822026-08-20T07:02:06.600Z Compiling hkdf v0.12.4
22832026-08-20T07:02:06.620Z Compiling crossbeam-epoch v0.9.18
22842026-08-20T07:02:06.675Z Compiling byte-wrapper v0.1.0
22852026-08-20T07:02:06.689Z Compiling ed25519 v2.2.3
22862026-08-20T07:02:06.772Z Compiling olpc-cjson v0.1.4
22872026-08-20T07:02:07.001Z Compiling pem v3.0.6
22882026-08-20T07:02:07.034Z Compiling crypto-bigint v0.5.5
22892026-08-20T07:02:07.114Z Compiling serde_plain v1.0.2
22902026-08-20T07:02:07.138Z Compiling serde-big-array v0.5.1
22912026-08-20T07:02:07.230Z Compiling float-cmp v0.10.0
22922026-08-20T07:02:07.302Z Compiling memmap2 v0.9.10
22932026-08-20T07:02:07.306Z Compiling static_assertions v1.1.0
22942026-08-20T07:02:07.335Z Compiling fixedbitset v0.4.2
22952026-08-20T07:02:07.392Z Compiling fixedbitset v0.5.7
22962026-08-20T07:02:07.406Z Compiling data-encoding v2.10.0
22972026-08-20T07:02:07.477Z Compiling keccak v0.1.6
22982026-08-20T07:02:07.526Z Compiling unicode-width v0.1.14
22992026-08-20T07:02:07.574Z Compiling supports-hyperlinks v3.2.0
23002026-08-20T07:02:07.682Z Compiling predicates-core v1.0.10
23012026-08-20T07:02:07.698Z Compiling supports-unicode v3.0.0
23022026-08-20T07:02:07.739Z Compiling difflib v0.4.0
23032026-08-20T07:02:07.756Z Compiling toml_write v0.1.2
23042026-08-20T07:02:07.822Z Compiling normalize-line-endings v0.3.0
23052026-08-20T07:02:07.884Z Compiling whoami v2.1.0
23062026-08-20T07:02:07.899Z Compiling const-oid v0.10.2
23072026-08-20T07:02:07.922Z Compiling new_debug_unreachable v1.0.6
23082026-08-20T07:02:07.990Z Compiling precomputed-hash v0.1.1
23092026-08-20T07:02:08.067Z Compiling typed-path v0.9.3
23102026-08-20T07:02:08.094Z Compiling string_cache v0.8.9
23112026-08-20T07:02:08.110Z Compiling digest v0.11.3
23122026-08-20T07:02:08.128Z Compiling tokio-postgres v0.7.16
23132026-08-20T07:02:08.200Z Compiling chacha20 v0.10.0
23142026-08-20T07:02:08.276Z Compiling elliptic-curve v0.13.8
23152026-08-20T07:02:08.333Z Compiling predicates v3.1.4
23162026-08-20T07:02:08.333Z Compiling toml_edit v0.22.27
23172026-08-20T07:02:08.401Z Compiling miette v7.6.0
23182026-08-20T07:02:08.507Z Compiling hickory-proto v0.25.2
23192026-08-20T07:02:08.578Z Compiling sha3 v0.10.8
23202026-08-20T07:02:08.635Z Compiling petgraph v0.8.3
23212026-08-20T07:02:08.836Z Compiling petgraph v0.6.5
23222026-08-20T07:02:08.907Z Compiling usdt v0.6.0
23232026-08-20T07:02:09.176Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23242026-08-20T07:02:09.222Z Compiling zip v4.6.1
23252026-08-20T07:02:10.097Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23262026-08-20T07:02:10.194Z Compiling ed25519-dalek v2.2.0
23272026-08-20T07:02:10.542Z Compiling crossterm v0.28.1
23282026-08-20T07:02:11.029Z Compiling iddqd v0.4.2
23292026-08-20T07:02:11.244Z Compiling serde_with v3.21.0
23302026-08-20T07:02:11.383Z Compiling similar v2.7.0
23312026-08-20T07:02:11.454Z Compiling strum v0.26.3
23322026-08-20T07:02:11.755Z Compiling itertools v0.13.0
23332026-08-20T07:02:11.771Z Compiling tokio-stream v0.1.18
23342026-08-20T07:02:11.904Z Compiling buf-list v1.1.2
23352026-08-20T07:02:12.165Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23362026-08-20T07:02:12.477Z Compiling openapiv3 v2.2.0
23372026-08-20T07:02:12.867Z Compiling peg-runtime v0.8.5
23382026-08-20T07:02:12.975Z Compiling lalrpop-util v0.19.12
23392026-08-20T07:02:30.650Z Compiling rustls-webpki v0.103.13
23402026-08-20T07:02:34.295Z Compiling tokio-rustls v0.26.4
23412026-08-20T07:02:34.376Z Compiling rustls-platform-verifier v0.6.2
23422026-08-20T07:02:34.415Z Compiling tough v0.22.0
23432026-08-20T07:02:34.541Z Compiling hyper-rustls v0.27.7
23442026-08-20T07:02:34.601Z Compiling macaddr v1.0.1
23452026-08-20T07:02:34.830Z Compiling reqwest v0.13.2
23462026-08-20T07:02:34.874Z Compiling crucible-workspace-hack v0.1.0
23472026-08-20T07:02:34.893Z Compiling rayon-core v1.13.0
23482026-08-20T07:02:34.909Z Compiling secrecy v0.10.3
23492026-08-20T07:02:35.005Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23502026-08-20T07:02:35.021Z Compiling toml_datetime v0.7.5+spec-1.1.0
23512026-08-20T07:02:35.047Z Compiling heapless v0.8.0
23522026-08-20T07:02:35.155Z Compiling crossbeam-deque v0.8.6
23532026-08-20T07:02:35.180Z Compiling ingot-macros v0.2.0
23542026-08-20T07:02:35.206Z Compiling toml_edit v0.23.10+spec-1.0.0
23552026-08-20T07:02:35.270Z Compiling inout v0.1.4
23562026-08-20T07:02:35.413Z Compiling hash32 v0.3.1
23572026-08-20T07:02:35.430Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23582026-08-20T07:02:35.459Z Compiling multer v3.1.0
23592026-08-20T07:02:35.502Z Compiling thread_local v1.1.9
23602026-08-20T07:02:35.553Z Compiling slog-async v2.8.0
23612026-08-20T07:02:35.596Z Compiling compression-core v0.4.31
23622026-08-20T07:02:35.612Z Compiling smoltcp v0.11.0
23632026-08-20T07:02:35.654Z Compiling match_cfg v0.1.0
23642026-08-20T07:02:35.672Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23652026-08-20T07:02:35.746Z Compiling proc-macro-crate v3.4.0
23662026-08-20T07:02:35.799Z Compiling compression-codecs v0.4.37
23672026-08-20T07:02:35.846Z Compiling hostname v0.3.1
23682026-08-20T07:02:35.925Z Compiling cipher v0.4.4
23692026-08-20T07:02:35.980Z Compiling atomicwrites v0.4.4
23702026-08-20T07:02:36.033Z Compiling slog-json v2.6.1
23712026-08-20T07:02:36.105Z Compiling crossbeam-channel v0.5.15
23722026-08-20T07:02:36.187Z Compiling half v2.7.1
23732026-08-20T07:02:36.190Z Compiling newtype-uuid-macros v0.1.0
23742026-08-20T07:02:36.217Z Compiling cobs v0.3.0
23752026-08-20T07:02:36.289Z Compiling universal-hash v0.5.1
23762026-08-20T07:02:36.305Z Compiling async-stream-impl v0.3.6
23772026-08-20T07:02:36.418Z Compiling thiserror-impl-no-std v2.0.2
23782026-08-20T07:02:36.457Z Compiling serde_spanned v1.1.1
23792026-08-20T07:02:36.514Z Compiling toml_datetime v1.1.1+spec-1.1.0
23802026-08-20T07:02:36.556Z Compiling is-terminal v0.4.17
23812026-08-20T07:02:36.634Z Compiling proc-macro-error-attr v1.0.4
23822026-08-20T07:02:36.687Z Compiling dropshot v0.17.1
23832026-08-20T07:02:36.798Z Compiling term v1.2.1
23842026-08-20T07:02:36.857Z Compiling take_mut v0.2.2
23852026-08-20T07:02:36.886Z Compiling convert_case v0.4.0
23862026-08-20T07:02:36.948Z Compiling opaque-debug v0.3.1
23872026-08-20T07:02:36.952Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23882026-08-20T07:02:36.972Z Compiling toml_writer v1.1.1+spec-1.1.0
23892026-08-20T07:02:37.005Z Compiling ciborium-io v0.2.2
23902026-08-20T07:02:37.020Z Compiling poly1305 v0.8.0
23912026-08-20T07:02:37.080Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23922026-08-20T07:02:37.124Z Compiling ciborium-ll v0.2.2
23932026-08-20T07:02:37.212Z Compiling derive_more v0.99.20
23942026-08-20T07:02:37.233Z Compiling toml v1.1.2+spec-1.1.0
23952026-08-20T07:02:37.257Z Compiling slog-term v2.9.2
23962026-08-20T07:02:37.447Z Compiling async-stream v0.3.6
23972026-08-20T07:02:37.462Z Compiling thiserror-no-std v2.0.2
23982026-08-20T07:02:37.537Z Compiling postcard v1.1.3
23992026-08-20T07:02:37.664Z Compiling slog-bunyan v2.5.0
24002026-08-20T07:02:37.681Z Compiling num_enum_derive v0.7.6
24012026-08-20T07:02:37.771Z Compiling ingot-types v0.2.0
24022026-08-20T07:02:37.903Z Compiling chacha20 v0.9.1
24032026-08-20T07:02:37.945Z Compiling async-compression v0.4.41
24042026-08-20T07:02:38.128Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24052026-08-20T07:02:38.185Z Compiling ingot v0.2.1
24062026-08-20T07:02:38.248Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24072026-08-20T07:02:38.431Z Compiling sha1 v0.11.0
24082026-08-20T07:02:38.456Z Compiling parse-display-derive v0.10.0
24092026-08-20T07:02:38.526Z Compiling proc-macro-crate v1.3.1
24102026-08-20T07:02:38.541Z Compiling waitgroup v0.1.2
24112026-08-20T07:02:38.646Z Compiling backon v1.6.0
24122026-08-20T07:02:38.664Z Compiling rustls-pemfile v2.2.0
24132026-08-20T07:02:38.720Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24142026-08-20T07:02:38.888Z Compiling password-hash v0.5.0
24152026-08-20T07:02:38.888Z Compiling dropshot_endpoint v0.17.1
24162026-08-20T07:02:38.919Z Compiling blake2 v0.10.6
24172026-08-20T07:02:38.959Z Compiling aead v0.5.2
24182026-08-20T07:02:39.140Z Compiling foreign-types-macros v0.2.3
24192026-08-20T07:02:39.173Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24202026-08-20T07:02:39.177Z Compiling serde_path_to_error v0.1.20
24212026-08-20T07:02:39.442Z Compiling hostname v0.4.2
24222026-08-20T07:02:39.447Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24232026-08-20T07:02:39.600Z Compiling proc-macro-error v1.0.4
24242026-08-20T07:02:39.623Z Compiling instant v0.1.13
24252026-08-20T07:02:39.652Z Compiling debug-ignore v1.0.5
24262026-08-20T07:02:39.669Z Compiling foreign-types-shared v0.3.1
24272026-08-20T07:02:39.724Z Compiling backoff v0.4.0
24282026-08-20T07:02:39.770Z Compiling foreign-types v0.5.0
24292026-08-20T07:02:39.801Z Compiling argon2 v0.5.3
24302026-08-20T07:02:39.802Z Compiling chacha20poly1305 v0.10.1
24312026-08-20T07:02:39.851Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24322026-08-20T07:02:39.871Z Compiling num_enum_derive v0.5.11
24332026-08-20T07:02:39.887Z Compiling num_enum v0.7.6
24342026-08-20T07:02:39.918Z Compiling parse-display v0.10.0
24352026-08-20T07:02:39.955Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24362026-08-20T07:02:39.972Z Compiling vsss-rs v3.3.4
24372026-08-20T07:02:40.035Z Compiling ciborium v0.2.2
24382026-08-20T07:02:40.285Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24392026-08-20T07:02:40.423Z Compiling regress v0.10.5
24402026-08-20T07:02:40.475Z Compiling itertools v0.14.0
24412026-08-20T07:02:40.520Z Compiling tabwriter v1.4.1
24422026-08-20T07:02:40.543Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24432026-08-20T07:02:40.742Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24442026-08-20T07:02:40.790Z Compiling cstr-argument v0.1.2
24452026-08-20T07:02:40.810Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24462026-08-20T07:02:40.854Z Compiling humantime v2.3.0
24472026-08-20T07:02:40.906Z Compiling num_enum v0.5.11
24482026-08-20T07:02:40.909Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24492026-08-20T07:02:40.982Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24502026-08-20T07:02:41.049Z Compiling rayon v1.11.0
24512026-08-20T07:02:41.066Z Compiling rand v0.10.1
24522026-08-20T07:02:41.177Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24532026-08-20T07:02:41.193Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24542026-08-20T07:02:41.315Z Compiling indent_write v2.2.0
24552026-08-20T07:02:41.344Z Compiling libefi-sys v0.1.0
24562026-08-20T07:02:41.382Z Compiling colored v3.1.1
24572026-08-20T07:02:41.390Z Compiling zone_cfg_derive v0.3.1
24582026-08-20T07:02:41.488Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24592026-08-20T07:02:41.503Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24602026-08-20T07:02:41.558Z Compiling camino-tempfile v1.4.1
24612026-08-20T07:02:41.597Z Compiling itertools v0.12.1
24622026-08-20T07:02:41.735Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24632026-08-20T07:02:41.832Z Compiling usdt-attr-macro v0.5.0
24642026-08-20T07:02:41.969Z Compiling usdt-macro v0.5.0
24652026-08-20T07:02:42.001Z Compiling bitfield-struct v0.6.2
24662026-08-20T07:02:42.001Z Compiling num-derive v0.4.2
24672026-08-20T07:02:42.033Z Compiling blake3 v1.8.5
24682026-08-20T07:02:42.033Z Compiling memmap v0.7.0
24692026-08-20T07:02:42.047Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24702026-08-20T07:02:42.079Z Compiling sigpipe v0.1.3
24712026-08-20T07:02:42.118Z Compiling swrite v0.1.0
24722026-08-20T07:02:42.179Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24732026-08-20T07:02:42.195Z Compiling glob v0.3.3
24742026-08-20T07:02:42.298Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24752026-08-20T07:02:42.594Z Compiling smf v0.2.3
24762026-08-20T07:02:42.613Z Compiling filetime v0.2.27
24772026-08-20T07:02:42.642Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24782026-08-20T07:02:42.656Z Compiling arrayvec v0.7.6
24792026-08-20T07:02:42.693Z Compiling usdt v0.5.0
24802026-08-20T07:02:42.759Z Compiling constant_time_eq v0.4.2
24812026-08-20T07:02:42.869Z Compiling arrayref v0.3.9
24822026-08-20T07:02:42.910Z Compiling zone v0.3.1
24832026-08-20T07:02:42.926Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24842026-08-20T07:02:42.940Z Compiling xattr v1.6.1
24852026-08-20T07:02:42.964Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24862026-08-20T07:02:42.981Z Compiling whoami v1.6.1
24872026-08-20T07:02:43.068Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24882026-08-20T07:02:43.087Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24892026-08-20T07:02:43.138Z Compiling tar v0.4.46
24902026-08-20T07:02:43.166Z Compiling tokio-dtrace v0.1.1
24912026-08-20T07:02:43.215Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24922026-08-20T07:02:43.372Z Compiling gethostname v0.5.0
24932026-08-20T07:02:43.460Z Compiling console v0.16.2
24942026-08-20T07:02:43.528Z Compiling unit-prefix v0.5.2
24952026-08-20T07:02:43.548Z Compiling topological-sort v0.2.2
24962026-08-20T07:02:43.605Z Compiling oxide-tokio-rt v0.1.4
24972026-08-20T07:02:43.738Z Compiling toml v0.8.23
24982026-08-20T07:02:43.777Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24992026-08-20T07:02:43.805Z Compiling shell-words v1.1.1
25002026-08-20T07:02:43.939Z Compiling indicatif v0.18.4
25012026-08-20T07:02:53.176Z Compiling progenitor-client v0.14.0
25022026-08-20T07:02:53.176Z Compiling omicron-zone-package v0.12.3
25032026-08-20T07:02:53.432Z Compiling progenitor-extras v0.2.0
25042026-08-20T07:02:53.732Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25052026-08-20T07:02:53.816Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25062026-08-20T07:02:53.896Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25072026-08-20T07:02:53.918Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25082026-08-20T07:02:53.948Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25092026-08-20T07:02:53.985Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25102026-08-20T07:02:54.121Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25112026-08-20T07:02:54.251Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25122026-08-20T07:02:54.529Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25132026-08-20T07:02:58.096Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25142026-08-20T07:03:06.895Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25152026-08-20T07:03:10.227Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25162026-08-20T07:03:11.297Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25172026-08-20T07:03:21.365Z Finished `release` profile [optimized] target(s) in 1m 46s
25182026-08-20T07:03:21.515Z Running `target/release/omicron-package -t test target create -p dev`
25192026-08-20T07:03:21.578ZLogging to: /work/oxidecomputer/omicron/out/LOG
25202026-08-20T07:03:21.581ZCreated new build target 'test' and set it as active
25212026-08-20T07:03:21.581Z
25222026-08-20T07:03:21.581Zreal 1:47.084921993
25232026-08-20T07:03:21.581Zuser 17:43.223214064
25242026-08-20T07:03:21.581Zsys 2:45.984196189
25252026-08-20T07:03:21.581Ztrap 0.498227102
25262026-08-20T07:03:21.581Ztflt 2.186866985
25272026-08-20T07:03:21.581Zdflt 4.764053594
25282026-08-20T07:03:21.581Zkflt 0.000539450
25292026-08-20T07:03:21.581Zlock 57:58.977777951
25302026-08-20T07:03:21.581Zslp 45:03.443481609
25312026-08-20T07:03:21.581Zlat 54.315675510
25322026-08-20T07:03:21.581Zstop 6:17.944998875
25332026-08-20T07:03:21.581Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25342026-08-20T07:03:22.468Z Finished `release` profile [optimized] target(s) in 0.87s
25352026-08-20T07:03:22.543Z Running `target/release/omicron-package -t test package`
25362026-08-20T07:03:22.601ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-20T07:03:24.045Z Compiling heck v0.5.0
25382026-08-20T07:03:24.049Z Compiling regress v0.11.1
25392026-08-20T07:03:24.293Z Compiling unsafe-libyaml v0.2.11
25402026-08-20T07:03:24.313Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25412026-08-20T07:03:24.339Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25422026-08-20T07:03:24.339Z Compiling derive-where v1.6.0
25432026-08-20T07:03:24.342Z Compiling bytecount v0.6.9
25442026-08-20T07:03:24.402Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25452026-08-20T07:03:24.406Z Compiling atomicwrites v0.4.4
25462026-08-20T07:03:24.406Z Compiling is-terminal v0.4.17
25472026-08-20T07:03:24.406Z Compiling prettyplease v0.2.37
25482026-08-20T07:03:24.406Z Compiling newline-converter v0.3.0
25492026-08-20T07:03:24.424Z Compiling console v0.15.11
25502026-08-20T07:03:24.531Z Compiling slog-dtrace v0.3.0
25512026-08-20T07:03:24.534Z Compiling resolv-conf v0.7.6
25522026-08-20T07:03:24.581Z Compiling cancel-safe-futures v0.1.5
25532026-08-20T07:03:24.584Z Compiling num-rational v0.4.2
25542026-08-20T07:03:24.584Z Compiling num-complex v0.4.6
25552026-08-20T07:03:24.641Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25562026-08-20T07:03:24.643Z Compiling thread_local v1.1.9
25572026-08-20T07:03:24.752Z Compiling compression-core v0.4.31
25582026-08-20T07:03:24.822Z Compiling serde_yaml v0.9.34+deprecated
25592026-08-20T07:03:24.842Z Compiling expectorate v1.2.0
25602026-08-20T07:03:24.958Z Compiling match_cfg v0.1.0
25612026-08-20T07:03:25.054Z Compiling hostname v0.3.1
25622026-08-20T07:03:25.084Z Compiling num v0.4.3
25632026-08-20T07:03:25.105Z Compiling compression-codecs v0.4.37
25642026-08-20T07:03:25.127Z Compiling multer v3.1.0
25652026-08-20T07:03:25.174Z Compiling slog-async v2.8.0
25662026-08-20T07:03:25.197Z Compiling crossbeam-channel v0.5.15
25672026-08-20T07:03:25.200Z Compiling slog-json v2.6.1
25682026-08-20T07:03:25.239Z Compiling serde_spanned v1.1.1
25692026-08-20T07:03:25.261Z Compiling toml_datetime v1.1.1+spec-1.1.0
25702026-08-20T07:03:25.363Z Compiling term v1.2.1
25712026-08-20T07:03:25.388Z Compiling linked-hash-map v0.5.6
25722026-08-20T07:03:25.424Z Compiling float-ord v0.3.2
25732026-08-20T07:03:25.447Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25742026-08-20T07:03:25.551Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25752026-08-20T07:03:25.573Z Compiling toml_writer v1.1.1+spec-1.1.0
25762026-08-20T07:03:25.576Z Compiling oxide-update-engine-types v0.1.2
25772026-08-20T07:03:25.576Z Compiling take_mut v0.2.2
25782026-08-20T07:03:25.636Z Compiling linear-map v1.2.0
25792026-08-20T07:03:25.639Z Compiling lru-cache v0.1.2
25802026-08-20T07:03:25.639Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25812026-08-20T07:03:25.701Z Compiling slog-term v2.9.2
25822026-08-20T07:03:25.751Z Compiling toml v1.1.2+spec-1.1.0
25832026-08-20T07:03:25.753Z Compiling slog-bunyan v2.5.0
25842026-08-20T07:03:25.806Z Compiling typify-impl v0.6.2
25852026-08-20T07:03:25.832Z Compiling async-compression v0.4.41
25862026-08-20T07:03:25.948Z Compiling dropshot v0.17.1
25872026-08-20T07:03:26.088Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25882026-08-20T07:03:26.149Z Compiling async-stream v0.3.6
25892026-08-20T07:03:26.172Z Compiling progenitor-client v0.14.0
25902026-08-20T07:03:26.208Z Compiling sha1 v0.11.0
25912026-08-20T07:03:26.253Z Compiling waitgroup v0.1.2
25922026-08-20T07:03:26.290Z Compiling rustls-pemfile v2.2.0
25932026-08-20T07:03:26.311Z Compiling backon v1.6.0
25942026-08-20T07:03:26.348Z Compiling hostname v0.4.2
25952026-08-20T07:03:26.415Z Compiling serde_path_to_error v0.1.20
25962026-08-20T07:03:26.492Z Compiling instant v0.1.13
25972026-08-20T07:03:26.514Z Compiling minimal-lexical v0.2.1
25982026-08-20T07:03:26.535Z Compiling debug-ignore v1.0.5
25992026-08-20T07:03:26.539Z Compiling progenitor-extras v0.2.0
26002026-08-20T07:03:26.579Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26012026-08-20T07:03:26.631Z Compiling backoff v0.4.0
26022026-08-20T07:03:26.670Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26032026-08-20T07:03:26.789Z Compiling oxide-update-engine v0.1.2
26042026-08-20T07:03:26.837Z Compiling nom v7.1.3
26052026-08-20T07:03:26.859Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26062026-08-20T07:03:26.864Z Compiling parse-display v0.10.0
26072026-08-20T07:03:26.864Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26082026-08-20T07:03:26.925Z Compiling hickory-proto v0.24.4
26092026-08-20T07:03:27.427Z Compiling regress v0.10.5
26102026-08-20T07:03:27.561Z Compiling itertools v0.14.0
26112026-08-20T07:03:28.058Z Compiling macaddr v1.0.1
26122026-08-20T07:03:28.177Z Compiling unicode-xid v0.2.6
26132026-08-20T07:03:28.228Z Compiling humantime v2.3.0
26142026-08-20T07:03:28.364Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26152026-08-20T07:03:28.508Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26162026-08-20T07:03:28.597Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26172026-08-20T07:03:28.619Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
26182026-08-20T07:03:28.848Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26192026-08-20T07:03:28.870Z Compiling convert_case v0.10.0
26202026-08-20T07:03:28.894Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26212026-08-20T07:03:28.956Z Compiling toml v0.8.23
26222026-08-20T07:03:29.117Z Compiling papergrid v0.11.0
26232026-08-20T07:03:29.172Z Compiling derive_more-impl v2.1.1
26242026-08-20T07:03:29.245Z Compiling typify-macro v0.6.2
26252026-08-20T07:03:29.439Z Compiling tabled_derive v0.7.0
26262026-08-20T07:03:29.539Z Compiling hickory-resolver v0.24.4
26272026-08-20T07:03:29.577Z Compiling termtree v0.5.1
26282026-08-20T07:03:29.775Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26292026-08-20T07:03:29.942Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26302026-08-20T07:03:30.274Z Compiling derive_more v2.1.1
26312026-08-20T07:03:30.341Z Compiling tabled v0.15.0
26322026-08-20T07:03:30.412Z Compiling crossterm v0.29.0
26332026-08-20T07:03:30.719Z Compiling phf_shared v0.12.1
26342026-08-20T07:03:30.796Z Compiling typify v0.6.2
26352026-08-20T07:03:30.974Z Compiling progenitor-impl v0.14.0
26362026-08-20T07:03:31.604Z Compiling qorb v0.4.1
26372026-08-20T07:03:31.917Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26382026-08-20T07:03:32.470Z Compiling csv-core v0.1.13
26392026-08-20T07:03:32.898Z Compiling vte v0.14.1
26402026-08-20T07:03:33.156Z Compiling chrono-tz v0.10.4
26412026-08-20T07:03:33.184Z Compiling progenitor-macro v0.14.0
26422026-08-20T07:03:33.378Z Compiling highway v1.3.0
26432026-08-20T07:03:34.090Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26442026-08-20T07:03:34.334Z Compiling strip-ansi-escapes v0.2.1
26452026-08-20T07:03:34.365Z Compiling csv v1.4.0
26462026-08-20T07:03:34.742Z Compiling phf v0.12.1
26472026-08-20T07:03:34.787Z Compiling const_format_proc_macros v0.2.34
26482026-08-20T07:03:34.888Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26492026-08-20T07:03:34.947Z Compiling fd-lock v4.0.4
26502026-08-20T07:03:35.138Z Compiling peg-macros v0.8.5
26512026-08-20T07:03:35.301Z Compiling nu-ansi-term v0.50.3
26522026-08-20T07:03:35.560Z Compiling const_format v0.2.35
26532026-08-20T07:03:35.843Z Compiling reedline v0.40.0
26542026-08-20T07:03:35.868Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26552026-08-20T07:03:36.061Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26562026-08-20T07:03:36.371Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26572026-08-20T07:03:36.658Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26582026-08-20T07:03:37.203Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26592026-08-20T07:03:37.309Z Compiling progenitor v0.14.0
26602026-08-20T07:03:37.499Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26612026-08-20T07:03:37.698Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26622026-08-20T07:03:37.767Z Compiling peg v0.8.5
26632026-08-20T07:03:37.875Z Compiling bcs v0.1.6
26642026-08-20T07:03:38.342Z Compiling nom v8.0.0
26652026-08-20T07:03:38.363Z Compiling semver v0.1.20
26662026-08-20T07:03:38.671Z Compiling rustc_version v0.1.7
26672026-08-20T07:03:38.907Z Compiling newtype_derive v0.1.6
26682026-08-20T07:03:39.088Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26692026-08-20T07:03:39.135Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26702026-08-20T07:03:39.415Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26712026-08-20T07:03:40.209Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26722026-08-20T07:03:40.255Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26732026-08-20T07:03:40.410Z Compiling dropshot-api-manager-types v0.8.0
26742026-08-20T07:03:40.498Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26752026-08-20T07:03:40.520Z Compiling steno v0.4.1
26762026-08-20T07:03:40.673Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26772026-08-20T07:03:40.704Z Compiling sha1 v0.10.6
26782026-08-20T07:03:41.029Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
26792026-08-20T07:03:41.056Z Compiling tagptr v0.2.0
26802026-08-20T07:03:41.173Z Compiling utf-8 v0.7.6
26812026-08-20T07:03:41.335Z Compiling moka v0.12.13
26822026-08-20T07:03:41.423Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26832026-08-20T07:03:41.602Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26842026-08-20T07:03:41.866Z Compiling tungstenite v0.21.0
26852026-08-20T07:03:42.226Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26862026-08-20T07:03:42.550Z Compiling hickory-resolver v0.25.2
26872026-08-20T07:03:43.551Z Compiling tokio-tungstenite v0.21.0
26882026-08-20T07:03:43.956Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26892026-08-20T07:03:43.956Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26902026-08-20T07:03:44.861Z Compiling darling_core v0.21.3
26912026-08-20T07:03:46.060Z Compiling display-error-chain v0.2.2
26922026-08-20T07:03:46.241Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26932026-08-20T07:03:46.317Z Compiling libscf-sys v1.2.0
26942026-08-20T07:03:46.494Z Compiling vergen-lib v0.1.6
26952026-08-20T07:03:46.719Z Compiling diesel_derives v2.3.7
26962026-08-20T07:03:46.937Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
26972026-08-20T07:03:47.034Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
26982026-08-20T07:03:47.174Z Compiling darling_macro v0.21.3
26992026-08-20T07:03:47.752Z Compiling darling v0.21.3
27002026-08-20T07:03:47.879Z Compiling dsl_auto_type v0.2.0
27012026-08-20T07:03:47.936Z Compiling scheduled-thread-pool v0.2.7
27022026-08-20T07:03:47.992Z Compiling vergen-gitcl v1.0.8
27032026-08-20T07:03:48.217Z Compiling diesel_table_macro_syntax v0.3.0
27042026-08-20T07:03:48.431Z Compiling dirs-sys-next v0.1.2
27052026-08-20T07:03:48.456Z Compiling glob v0.3.3
27062026-08-20T07:03:48.507Z Compiling crunchy v0.2.4
27072026-08-20T07:03:48.720Z Compiling maplit v1.0.2
27082026-08-20T07:03:48.750Z Compiling dirs-next v2.0.0
27092026-08-20T07:03:48.824Z Compiling clang-sys v1.8.1
27102026-08-20T07:03:48.890Z Compiling r2d2 v0.8.10
27112026-08-20T07:03:48.915Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27122026-08-20T07:03:48.959Z Compiling papergrid v0.18.0
27132026-08-20T07:03:48.962Z Compiling xshell-macros v0.2.7
27142026-08-20T07:03:49.165Z Compiling downcast-rs v2.0.2
27152026-08-20T07:03:49.186Z Compiling tiny-keccak v2.0.2
27162026-08-20T07:03:49.262Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27172026-08-20T07:03:49.377Z Compiling xshell v0.2.7
27182026-08-20T07:03:49.401Z Compiling term v0.7.0
27192026-08-20T07:03:49.450Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27202026-08-20T07:03:49.606Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27212026-08-20T07:03:49.759Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27222026-08-20T07:03:49.895Z Compiling bit-vec v0.6.3
27232026-08-20T07:03:49.982Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27242026-08-20T07:03:50.075Z Compiling ascii-canvas v3.0.0
27252026-08-20T07:03:50.141Z Compiling tabled v0.21.0
27262026-08-20T07:03:50.336Z Compiling bit-set v0.5.3
27272026-08-20T07:03:50.527Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27282026-08-20T07:03:50.552Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27292026-08-20T07:03:50.867Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27302026-08-20T07:03:51.026Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27312026-08-20T07:03:51.342Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27322026-08-20T07:03:51.459Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27332026-08-20T07:03:51.571Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27342026-08-20T07:03:51.679Z Compiling itertools v0.10.5
27352026-08-20T07:03:51.712Z Compiling ena v0.14.4
27362026-08-20T07:03:51.752Z Compiling libloading v0.8.9
27372026-08-20T07:03:51.961Z Compiling regex-syntax v0.6.29
27382026-08-20T07:03:51.991Z Compiling bindgen v0.71.1
27392026-08-20T07:03:52.030Z Compiling unicase v2.9.0
27402026-08-20T07:03:52.327Z Compiling diff v0.1.13
27412026-08-20T07:03:52.765Z Compiling cexpr v0.6.0
27422026-08-20T07:03:52.794Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27432026-08-20T07:03:53.069Z Compiling rustc-hash v2.1.1
27442026-08-20T07:03:53.235Z Compiling crc8 v0.1.1
27452026-08-20T07:03:53.378Z Compiling lalrpop v0.19.12
27462026-08-20T07:03:53.496Z Compiling diesel v2.3.7
27472026-08-20T07:03:53.500Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27482026-08-20T07:03:53.725Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27492026-08-20T07:03:53.850Z Compiling headers-core v0.3.0
27502026-08-20T07:03:54.016Z Compiling libxml v0.3.3
27512026-08-20T07:03:54.307Z Compiling headers v0.4.1
27522026-08-20T07:03:54.606Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27532026-08-20T07:03:54.670Z Compiling strum_macros v0.24.3
27542026-08-20T07:03:54.721Z Compiling indoc v1.0.9
27552026-08-20T07:03:54.877Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27562026-08-20T07:03:55.096Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27572026-08-20T07:03:55.152Z Compiling derive_builder v0.20.2
27582026-08-20T07:03:55.323Z Compiling oso-derive v0.27.3
27592026-08-20T07:03:55.547Z Compiling quick-xml v0.37.5
27602026-08-20T07:03:55.864Z Compiling impl-trait-for-tuples v0.2.3
27612026-08-20T07:03:55.909Z Compiling openssl-probe v0.1.6
27622026-08-20T07:03:55.962Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27632026-08-20T07:03:56.206Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
27642026-08-20T07:03:56.683Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27652026-08-20T07:03:56.697Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27662026-08-20T07:03:56.890Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27672026-08-20T07:03:57.029Z Compiling bb8 v0.8.6
27682026-08-20T07:03:57.094Z Compiling trait-variant v0.1.2
27692026-08-20T07:03:57.108Z Compiling proc-macro-error-attr2 v2.0.0
27702026-08-20T07:03:57.416Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27712026-08-20T07:03:57.514Z Compiling half v1.8.3
27722026-08-20T07:03:57.636Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
27732026-08-20T07:03:57.641Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27742026-08-20T07:03:57.864Z Compiling serde_cbor v0.11.2
27752026-08-20T07:03:57.989Z Compiling proc-macro-error2 v2.0.1
27762026-08-20T07:03:58.113Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27772026-08-20T07:03:58.210Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
27782026-08-20T07:03:58.313Z Compiling hashbrown v0.14.5
27792026-08-20T07:03:58.338Z Compiling rfc6979 v0.4.0
27802026-08-20T07:03:58.506Z Compiling salty v0.3.0
27812026-08-20T07:03:58.814Z Compiling samael v0.0.19
27822026-08-20T07:03:58.840Z Compiling chumsky v0.9.3
27832026-08-20T07:03:58.877Z Compiling ecdsa v0.16.9
27842026-08-20T07:03:58.896Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
27852026-08-20T07:03:58.952Z Compiling knus-derive v3.4.0
27862026-08-20T07:03:59.639Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27872026-08-20T07:04:00.060Z Compiling progenitor-impl v0.13.0
27882026-08-20T07:04:00.335Z Compiling primeorder v0.13.6
27892026-08-20T07:04:00.607Z Compiling nonempty v0.12.0
27902026-08-20T07:04:00.818Z Compiling polar-core v0.27.3
27912026-08-20T07:04:00.886Z Compiling p384 v0.13.1
27922026-08-20T07:04:01.038Z Compiling knus v3.4.0
27932026-08-20T07:04:01.405Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27942026-08-20T07:04:01.753Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
27952026-08-20T07:04:01.926Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27962026-08-20T07:04:02.164Z Compiling progenitor-macro v0.13.0
27972026-08-20T07:04:02.584Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27982026-08-20T07:04:02.836Z Compiling progenitor-client v0.13.0
27992026-08-20T07:04:03.365Z Compiling fxhash v0.2.1
28002026-08-20T07:04:03.546Z Compiling libz-sys v1.1.24
28012026-08-20T07:04:03.672Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28022026-08-20T07:04:03.851Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28032026-08-20T07:04:04.062Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28042026-08-20T07:04:04.081Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28052026-08-20T07:04:04.577Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28062026-08-20T07:04:04.733Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28072026-08-20T07:04:05.017Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28082026-08-20T07:04:05.455Z Compiling kstat-rs v0.2.5
28092026-08-20T07:04:06.126Z Compiling mime_guess v2.0.5
28102026-08-20T07:04:06.269Z Compiling progenitor v0.13.0
28112026-08-20T07:04:06.530Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28122026-08-20T07:04:06.821Z Compiling nanorand v0.7.0
28132026-08-20T07:04:07.109Z Compiling libgit2-sys v0.18.3+1.9.2
28142026-08-20T07:04:07.189Z Compiling parking_lot_core v0.8.6
28152026-08-20T07:04:07.497Z Compiling flume v0.11.1
28162026-08-20T07:04:07.620Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28172026-08-20T07:04:07.944Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28182026-08-20T07:04:08.212Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28192026-08-20T07:04:08.727Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28202026-08-20T07:04:08.954Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28212026-08-20T07:04:09.034Z Compiling git-stub v1.0.0
28222026-08-20T07:04:09.224Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28232026-08-20T07:04:09.396Z Compiling http-range v0.1.5
28242026-08-20T07:04:09.502Z Compiling instability v0.3.11
28252026-08-20T07:04:09.689Z Compiling strsim v0.10.0
28262026-08-20T07:04:09.756Z Compiling corncobs v0.1.4
28272026-08-20T07:04:09.895Z Compiling oso v0.27.3
28282026-08-20T07:04:09.960Z Compiling darling_core v0.13.4
28292026-08-20T07:04:09.998Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28302026-08-20T07:04:11.584Z Compiling diesel-dtrace v0.5.0
28312026-08-20T07:04:11.913Z Compiling async-bb8-diesel v0.2.1
28322026-08-20T07:04:12.003Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28332026-08-20T07:04:12.469Z Compiling git-stub-vcs v0.1.0
28342026-08-20T07:04:14.947Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28352026-08-20T07:04:15.089Z Compiling ignore v0.4.25
28362026-08-20T07:04:16.060Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28372026-08-20T07:04:16.324Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28382026-08-20T07:04:16.436Z Compiling anstyle-parse v0.2.7
28392026-08-20T07:04:16.542Z Compiling secrecy v0.8.0
28402026-08-20T07:04:16.696Z Compiling castaway v0.2.4
28412026-08-20T07:04:16.740Z Compiling vergen-git2 v9.1.0
28422026-08-20T07:04:16.857Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28432026-08-20T07:04:16.966Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28442026-08-20T07:04:17.414Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28452026-08-20T07:04:17.727Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28462026-08-20T07:04:17.793Z Compiling indoc v2.0.7
28472026-08-20T07:04:18.051Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28482026-08-20T07:04:18.376Z Compiling compact_str v0.8.1
28492026-08-20T07:04:18.974Z Compiling anstream v0.6.21
28502026-08-20T07:04:19.486Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28512026-08-20T07:04:19.524Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28522026-08-20T07:04:19.970Z Compiling globwalk v0.9.1
28532026-08-20T07:04:20.613Z Compiling parking_lot v0.11.2
28542026-08-20T07:04:21.360Z Compiling hyper-staticfile v0.10.1
28552026-08-20T07:04:21.498Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28562026-08-20T07:04:21.521Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28572026-08-20T07:04:21.824Z Compiling darling_macro v0.13.4
28582026-08-20T07:04:21.999Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28592026-08-20T07:04:22.240Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28602026-08-20T07:04:22.338Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28612026-08-20T07:04:22.490Z Compiling predicates-tree v1.0.13
28622026-08-20T07:04:22.644Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28632026-08-20T07:04:22.865Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28642026-08-20T07:04:22.904Z Compiling unicode-truncate v1.1.0
28652026-08-20T07:04:23.079Z Compiling lru v0.12.5
28662026-08-20T07:04:23.124Z Compiling sha2 v0.11.0
28672026-08-20T07:04:23.315Z Compiling digest-io v0.1.0
28682026-08-20T07:04:23.513Z Compiling prefix-trie v0.7.0
28692026-08-20T07:04:23.781Z Compiling rand_seeder v0.4.0
28702026-08-20T07:04:23.870Z Compiling illumos-nvpair-sys v0.2.0
28712026-08-20T07:04:24.002Z Compiling cassowary v0.3.0
28722026-08-20T07:04:24.039Z Compiling rawzip v0.4.4
28732026-08-20T07:04:24.135Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28742026-08-20T07:04:24.179Z Compiling hickory-server v0.25.2
28752026-08-20T07:04:24.341Z Compiling ratatui v0.29.0
28762026-08-20T07:04:24.699Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28772026-08-20T07:04:25.010Z Compiling camino-tempfile-ext v0.3.3
28782026-08-20T07:04:25.040Z Compiling darling v0.13.4
28792026-08-20T07:04:25.092Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28802026-08-20T07:04:25.195Z Compiling sled v0.34.7
28812026-08-20T07:04:25.532Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28822026-08-20T07:04:25.591Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28832026-08-20T07:04:27.686Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28842026-08-20T07:04:28.103Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28852026-08-20T07:04:28.331Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28862026-08-20T07:04:29.170Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28872026-08-20T07:04:30.772Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28882026-08-20T07:04:31.577Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28892026-08-20T07:04:32.223Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28902026-08-20T07:04:32.267Z Compiling serde_with_macros v1.5.2
28912026-08-20T07:04:32.579Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28922026-08-20T07:04:32.600Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28932026-08-20T07:04:32.821Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28942026-08-20T07:04:33.059Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28952026-08-20T07:04:33.101Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28962026-08-20T07:04:33.305Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28972026-08-20T07:04:33.328Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28982026-08-20T07:04:33.351Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28992026-08-20T07:04:33.551Z Compiling git2 v0.20.4
29002026-08-20T07:04:33.554Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29012026-08-20T07:04:33.597Z Compiling arc-swap v1.8.2
29022026-08-20T07:04:33.620Z Compiling void v1.0.2
29032026-08-20T07:04:33.771Z Compiling lzss v0.8.2
29042026-08-20T07:04:33.901Z Compiling slog-scope v4.4.1
29052026-08-20T07:04:34.111Z Compiling serde_with v1.14.0
29062026-08-20T07:04:34.292Z Compiling illumos-nvpair v0.3.0
29072026-08-20T07:04:34.315Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29082026-08-20T07:04:34.808Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29092026-08-20T07:04:35.287Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29102026-08-20T07:04:35.384Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29112026-08-20T07:04:36.107Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29122026-08-20T07:04:36.488Z Compiling scuffle v0.1.0
29132026-08-20T07:04:36.511Z Compiling tungstenite v0.23.0
29142026-08-20T07:04:36.562Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29152026-08-20T07:04:37.304Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29162026-08-20T07:04:38.559Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29172026-08-20T07:04:38.782Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29182026-08-20T07:04:38.912Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29192026-08-20T07:04:39.148Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29202026-08-20T07:04:39.369Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29212026-08-20T07:04:39.612Z Compiling nix v0.27.1
29222026-08-20T07:04:39.634Z Compiling twox-hash v2.1.2
29232026-08-20T07:04:40.150Z Compiling libsw-core v0.3.2
29242026-08-20T07:04:40.261Z Compiling atty v0.2.14
29252026-08-20T07:04:40.378Z Compiling serde_bytes v0.11.19
29262026-08-20T07:04:40.418Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29272026-08-20T07:04:40.504Z Compiling libsw v3.5.0
29282026-08-20T07:04:40.674Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29292026-08-20T07:04:40.786Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29302026-08-20T07:04:40.810Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29312026-08-20T07:04:40.833Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29322026-08-20T07:04:41.126Z Compiling tokio-tungstenite v0.23.1
29332026-08-20T07:04:41.515Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29342026-08-20T07:04:42.105Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29352026-08-20T07:04:42.722Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29362026-08-20T07:04:44.061Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29372026-08-20T07:04:44.699Z Compiling slog-stdlog v4.1.1
29382026-08-20T07:04:45.010Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29392026-08-20T07:04:45.113Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29402026-08-20T07:04:45.365Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29412026-08-20T07:04:45.822Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29422026-08-20T07:04:46.450Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29432026-08-20T07:04:46.683Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29442026-08-20T07:04:47.359Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29452026-08-20T07:04:49.025Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29462026-08-20T07:04:49.607Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29472026-08-20T07:04:50.024Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
29482026-08-20T07:04:50.177Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29492026-08-20T07:04:51.337Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29502026-08-20T07:04:51.553Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29512026-08-20T07:04:53.870Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29522026-08-20T07:04:53.947Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29532026-08-20T07:04:54.227Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29542026-08-20T07:04:54.447Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29552026-08-20T07:04:54.483Z Compiling signal-hook-tokio v0.3.1
29562026-08-20T07:04:54.684Z Compiling fatfs v0.3.6
29572026-08-20T07:04:55.318Z Compiling yasna v0.5.2
29582026-08-20T07:04:55.949Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29592026-08-20T07:04:56.573Z Compiling seq-macro v0.3.6
29602026-08-20T07:04:56.853Z Compiling assert_matches v1.5.0
29612026-08-20T07:04:56.964Z Compiling rcgen v0.12.1
29622026-08-20T07:04:57.074Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29632026-08-20T07:04:57.213Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29642026-08-20T07:04:59.042Z Compiling slog-envlogger v2.2.0
29652026-08-20T07:04:59.833Z Compiling oxide-update-engine-display v0.1.2
29662026-08-20T07:05:00.214Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29672026-08-20T07:05:00.681Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29682026-08-20T07:05:00.792Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29692026-08-20T07:05:01.066Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29702026-08-20T07:05:01.299Z Compiling port-file v0.1.0
29712026-08-20T07:05:01.524Z Compiling subprocess v0.2.15
29722026-08-20T07:05:01.639Z Compiling rtoolbox v0.0.3
29732026-08-20T07:05:01.914Z Compiling rpassword v7.5.4
29742026-08-20T07:05:02.557Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29752026-08-20T07:05:03.268Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29762026-08-20T07:05:03.784Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29772026-08-20T07:05:04.582Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29782026-08-20T07:05:04.717Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29792026-08-20T07:05:06.064Z Compiling tui-tree-widget v0.23.1
29802026-08-20T07:05:06.366Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29812026-08-20T07:05:06.711Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29822026-08-20T07:05:07.942Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29832026-08-20T07:05:09.184Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29842026-08-20T07:05:09.695Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29852026-08-20T07:05:09.929Z Compiling uzers v0.12.2
29862026-08-20T07:05:10.702Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29872026-08-20T07:05:10.740Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29882026-08-20T07:05:11.363Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29892026-08-20T07:05:11.963Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29902026-08-20T07:05:13.128Z Compiling support-bundle-viewer v0.1.2
29912026-08-20T07:05:13.369Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29922026-08-20T07:05:15.002Z Compiling multimap v0.10.1
29932026-08-20T07:05:22.785Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29942026-08-20T07:05:24.660Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29952026-08-20T07:05:30.672Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29962026-08-20T07:05:32.984Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29972026-08-20T07:05:35.894Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29982026-08-20T07:12:55.657Z Finished `release` profile [optimized] target(s) in 9m 32s
29992026-08-20T07:12:55.659Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30002026-08-20T07:12:55.660Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30012026-08-20T07:13:49.327Z
30022026-08-20T07:13:49.327Zreal 10:27.718845578
30032026-08-20T07:13:49.327Zuser 1:21:50.210227736
30042026-08-20T07:13:49.327Zsys 3:38.193449352
30052026-08-20T07:13:49.327Ztrap 1.804853456
30062026-08-20T07:13:49.330Ztflt 2.115508857
30072026-08-20T07:13:49.330Zdflt 21.389285279
30082026-08-20T07:13:49.331Zkflt 0.038456420
30092026-08-20T07:13:49.331Zlock 7:49:45.307179507
30102026-08-20T07:13:49.331Zslp 2:18:20.392708812
30112026-08-20T07:13:49.331Zlat 2:27.487127457
30122026-08-20T07:13:49.331Zstop 5:32.709600230
30132026-08-20T07:13:49.331Z+ mapfile -t packages
30142026-08-20T07:13:49.333Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30152026-08-20T07:13:50.283Z Finished `release` profile [optimized] target(s) in 0.94s
30162026-08-20T07:13:50.352Z Running `target/release/omicron-package -t test list-outputs`
30172026-08-20T07:13:50.414ZLogging to: /work/oxidecomputer/omicron/out/LOG
30182026-08-20T07:13:50.417Z+ ptime -m cargo build --locked --release -p xtask
30192026-08-20T07:13:50.891Z Compiling libc v0.2.185
30202026-08-20T07:13:50.891Z Compiling serde_core v1.0.229
30212026-08-20T07:13:50.891Z Compiling serde v1.0.229
30222026-08-20T07:13:50.894Z Compiling rustix v1.1.4
30232026-08-20T07:13:50.894Z Compiling serde_json v1.0.151
30242026-08-20T07:13:50.894Z Compiling bitflags v2.11.0
30252026-08-20T07:13:51.013Z Compiling usdt-impl v0.5.0
30262026-08-20T07:13:51.020Z Compiling syn v2.0.117
30272026-08-20T07:13:51.069Z Compiling syn v1.0.109
30282026-08-20T07:13:51.081Z Compiling log v0.4.33
30292026-08-20T07:13:51.092Z Compiling getrandom v0.3.4
30302026-08-20T07:13:51.095Z Compiling indexmap v2.14.0
30312026-08-20T07:13:51.118Z Compiling fs-err v3.3.0
30322026-08-20T07:13:51.248Z Compiling once_cell v1.21.3
30332026-08-20T07:13:51.319Z Compiling heck v0.4.1
30342026-08-20T07:13:51.392Z Compiling anyhow v1.0.104
30352026-08-20T07:13:51.712Z Compiling thread-id v4.2.2
30362026-08-20T07:13:51.722Z Compiling errno v0.3.14
30372026-08-20T07:13:51.725Z Compiling memmap v0.7.0
30382026-08-20T07:13:52.490Z Compiling proc-macro-error v1.0.4
30392026-08-20T07:13:52.703Z Compiling terminal_size v0.4.3
30402026-08-20T07:13:52.703Z Compiling tempfile v3.27.0
30412026-08-20T07:13:52.747Z Compiling tabled_derive v0.7.0
30422026-08-20T07:13:52.801Z Compiling clap_builder v4.6.0
30432026-08-20T07:13:52.801Z Compiling textwrap v0.16.2
30442026-08-20T07:13:53.129Z Compiling camino v1.2.5
30452026-08-20T07:13:53.129Z Compiling semver v1.0.28
30462026-08-20T07:13:53.147Z Compiling cargo-platform v0.3.2
30472026-08-20T07:13:53.193Z Compiling pest_generator v2.8.6
30482026-08-20T07:13:53.384Z Compiling serde_tokenstream v0.2.3
30492026-08-20T07:13:53.442Z Compiling tabled v0.15.0
30502026-08-20T07:13:53.466Z Compiling camino-tempfile v1.4.1
30512026-08-20T07:13:53.597Z Compiling serde_spanned v0.6.9
30522026-08-20T07:13:53.610Z Compiling toml_datetime v0.6.11
30532026-08-20T07:13:53.686Z Compiling macaddr v1.0.1
30542026-08-20T07:13:53.699Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30552026-08-20T07:13:53.809Z Compiling toml_edit v0.22.27
30562026-08-20T07:13:53.948Z Compiling thiserror-impl v1.0.69
30572026-08-20T07:13:53.985Z Compiling zerocopy-derive v0.7.35
30582026-08-20T07:13:53.999Z Compiling pest_derive v2.8.6
30592026-08-20T07:13:54.191Z Compiling scroll_derive v0.12.1
30602026-08-20T07:13:54.379Z Compiling thiserror-impl v2.0.18
30612026-08-20T07:13:54.403Z Compiling clap_derive v4.6.1
30622026-08-20T07:13:54.787Z Compiling zerocopy v0.7.35
30632026-08-20T07:13:54.858Z Compiling scroll v0.12.0
30642026-08-20T07:13:54.926Z Compiling thiserror v1.0.69
30652026-08-20T07:13:55.039Z Compiling dtrace-parser v0.2.0
30662026-08-20T07:13:55.295Z Compiling dof v0.3.0
30672026-08-20T07:13:55.374Z Compiling goblin v0.8.2
30682026-08-20T07:13:56.017Z Compiling thiserror v2.0.18
30692026-08-20T07:13:56.084Z Compiling toml v0.8.23
30702026-08-20T07:13:56.096Z Compiling usdt-macro v0.5.0
30712026-08-20T07:13:56.144Z Compiling usdt-attr-macro v0.5.0
30722026-08-20T07:13:56.196Z Compiling cargo_metadata v0.23.1
30732026-08-20T07:13:56.240Z Compiling clap v4.6.1
30742026-08-20T07:13:56.569Z Compiling cargo_toml v0.21.0
30752026-08-20T07:13:58.962Z Compiling usdt v0.5.0
30762026-08-20T07:14:01.221Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30772026-08-20T07:14:04.425Z Finished `release` profile [optimized] target(s) in 13.99s
30782026-08-20T07:14:04.530Z
30792026-08-20T07:14:04.530Zreal 14.078608674
30802026-08-20T07:14:04.530Zuser 2:02.990962561
30812026-08-20T07:14:04.530Zsys 12.955793456
30822026-08-20T07:14:04.533Ztrap 0.079968315
30832026-08-20T07:14:04.533Ztflt 0.292745031
30842026-08-20T07:14:04.535Zdflt 0.808345998
30852026-08-20T07:14:04.535Zkflt 0.000042700
30862026-08-20T07:14:04.535Zlock 4:54.024682129
30872026-08-20T07:14:04.535Zslp 2:58.212673426
30882026-08-20T07:14:04.535Zlat 5.147005125
30892026-08-20T07:14:04.535Zstop 15.989803399
30902026-08-20T07:14:04.535Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30912026-08-20T07:14:04.535Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30922026-08-20T07:14:04.535Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30932026-08-20T07:14:04.535Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30942026-08-20T07:14:04.535Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30952026-08-20T07:14:05.487Z Compiling match_cfg v0.1.0
30962026-08-20T07:14:05.487Z Compiling progenitor-client v0.14.0
30972026-08-20T07:14:05.488Z Compiling slog-json v2.6.1
30982026-08-20T07:14:05.492Z Compiling newtype-uuid-macros v0.1.0
30992026-08-20T07:14:05.492Z Compiling sha1 v0.11.0
31002026-08-20T07:14:05.492Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31012026-08-20T07:14:05.492Z Compiling multer v3.1.0
31022026-08-20T07:14:05.492Z Compiling compression-core v0.4.31
31032026-08-20T07:14:05.492Z Compiling debug-ignore v1.0.5
31042026-08-20T07:14:05.492Z Compiling async-stream-impl v0.3.6
31052026-08-20T07:14:05.637Z Compiling serde_spanned v1.1.1
31062026-08-20T07:14:05.640Z Compiling toml_datetime v1.1.1+spec-1.1.0
31072026-08-20T07:14:05.641Z Compiling dropshot v0.17.1
31082026-08-20T07:14:05.641Z Compiling toml_writer v1.1.1+spec-1.1.0
31092026-08-20T07:14:05.656Z Compiling waitgroup v0.1.2
31102026-08-20T07:14:05.658Z Compiling rustls-pemfile v2.2.0
31112026-08-20T07:14:05.854Z Compiling dropshot_endpoint v0.17.1
31122026-08-20T07:14:05.921Z Compiling toml v1.1.2+spec-1.1.0
31132026-08-20T07:14:05.938Z Compiling hostname v0.4.2
31142026-08-20T07:14:05.954Z Compiling serde_path_to_error v0.1.20
31152026-08-20T07:14:05.957Z Compiling atomicwrites v0.4.4
31162026-08-20T07:14:05.957Z Compiling macaddr v1.0.1
31172026-08-20T07:14:06.037Z Compiling hostname v0.3.1
31182026-08-20T07:14:06.040Z Compiling compression-codecs v0.4.37
31192026-08-20T07:14:06.057Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31202026-08-20T07:14:06.091Z Compiling instant v0.1.13
31212026-08-20T07:14:06.111Z Compiling regress v0.10.5
31222026-08-20T07:14:06.150Z Compiling slog-bunyan v2.5.0
31232026-08-20T07:14:06.208Z Compiling parse-display-derive v0.10.0
31242026-08-20T07:14:06.211Z Compiling backon v1.6.0
31252026-08-20T07:14:06.211Z Compiling backoff v0.4.0
31262026-08-20T07:14:06.263Z Compiling async-compression v0.4.41
31272026-08-20T07:14:06.308Z Compiling itertools v0.14.0
31282026-08-20T07:14:06.328Z Compiling humantime v2.3.0
31292026-08-20T07:14:06.331Z Compiling half v2.7.1
31302026-08-20T07:14:06.365Z Compiling ciborium-io v0.2.2
31312026-08-20T07:14:06.387Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31322026-08-20T07:14:06.407Z Compiling async-stream v0.3.6
31332026-08-20T07:14:06.451Z Compiling progenitor-extras v0.2.0
31342026-08-20T07:14:06.473Z Compiling crucible-workspace-hack v0.1.0
31352026-08-20T07:14:06.491Z Compiling convert_case v0.4.0
31362026-08-20T07:14:06.506Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31372026-08-20T07:14:06.596Z Compiling regress v0.11.1
31382026-08-20T07:14:06.614Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31392026-08-20T07:14:06.633Z Compiling ciborium-ll v0.2.2
31402026-08-20T07:14:06.660Z Compiling secrecy v0.10.3
31412026-08-20T07:14:06.678Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31422026-08-20T07:14:06.678Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31432026-08-20T07:14:06.681Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31442026-08-20T07:14:06.743Z Compiling inout v0.1.4
31452026-08-20T07:14:06.830Z Compiling ciborium v0.2.2
31462026-08-20T07:14:06.849Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31472026-08-20T07:14:06.849Z Compiling thiserror-impl-no-std v2.0.2
31482026-08-20T07:14:06.883Z Compiling derive_more v0.99.20
31492026-08-20T07:14:06.883Z Compiling universal-hash v0.5.1
31502026-08-20T07:14:06.917Z Compiling cipher v0.4.4
31512026-08-20T07:14:06.939Z Compiling unsafe-libyaml v0.2.11
31522026-08-20T07:14:07.040Z Compiling opaque-debug v0.3.1
31532026-08-20T07:14:07.067Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31542026-08-20T07:14:07.086Z Compiling blake2 v0.10.6
31552026-08-20T07:14:07.130Z Compiling poly1305 v0.8.0
31562026-08-20T07:14:07.199Z Compiling chacha20 v0.9.1
31572026-08-20T07:14:07.216Z Compiling aead v0.5.2
31582026-08-20T07:14:07.375Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31592026-08-20T07:14:07.446Z Compiling password-hash v0.5.0
31602026-08-20T07:14:07.446Z Compiling indent_write v2.2.0
31612026-08-20T07:14:07.505Z Compiling serde_yaml v0.9.34+deprecated
31622026-08-20T07:14:07.560Z Compiling chacha20poly1305 v0.10.1
31632026-08-20T07:14:07.621Z Compiling toml_datetime v0.7.5+spec-1.1.0
31642026-08-20T07:14:07.624Z Compiling num-derive v0.4.2
31652026-08-20T07:14:07.698Z Compiling heapless v0.8.0
31662026-08-20T07:14:07.720Z Compiling argon2 v0.5.3
31672026-08-20T07:14:07.743Z Compiling ingot-macros v0.2.0
31682026-08-20T07:14:07.883Z Compiling toml_edit v0.23.10+spec-1.0.0
31692026-08-20T07:14:07.898Z Compiling tabwriter v1.4.1
31702026-08-20T07:14:07.918Z Compiling hash32 v0.3.1
31712026-08-20T07:14:07.973Z Compiling parse-display v0.10.0
31722026-08-20T07:14:08.104Z Compiling thiserror-no-std v2.0.2
31732026-08-20T07:14:08.121Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31742026-08-20T07:14:08.156Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31752026-08-20T07:14:08.213Z Compiling typify-impl v0.6.2
31762026-08-20T07:14:08.229Z Compiling vsss-rs v3.3.4
31772026-08-20T07:14:08.298Z Compiling smoltcp v0.11.0
31782026-08-20T07:14:08.437Z Compiling proc-macro-crate v3.4.0
31792026-08-20T07:14:08.615Z Compiling cobs v0.3.0
31802026-08-20T07:14:08.692Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31812026-08-20T07:14:08.837Z Compiling colored v3.1.1
31822026-08-20T07:14:08.926Z Compiling postcard v1.1.3
31832026-08-20T07:14:08.949Z Compiling proc-macro-error v1.0.4
31842026-08-20T07:14:08.966Z Compiling rand v0.10.1
31852026-08-20T07:14:08.996Z Compiling proc-macro-crate v1.3.1
31862026-08-20T07:14:09.014Z Compiling num_enum_derive v0.7.6
31872026-08-20T07:14:09.187Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31882026-08-20T07:14:09.216Z Compiling foreign-types-macros v0.2.3
31892026-08-20T07:14:09.290Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31902026-08-20T07:14:09.293Z Compiling foreign-types-shared v0.3.1
31912026-08-20T07:14:09.325Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31922026-08-20T07:14:09.429Z Compiling rayon-core v1.13.0
31932026-08-20T07:14:09.447Z Compiling num_enum_derive v0.5.11
31942026-08-20T07:14:09.563Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31952026-08-20T07:14:09.581Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-08-20T07:14:09.601Z Compiling crossbeam-deque v0.8.6
31972026-08-20T07:14:09.637Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31982026-08-20T07:14:09.681Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31992026-08-20T07:14:09.801Z Compiling cstr-argument v0.1.2
32002026-08-20T07:14:09.827Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32012026-08-20T07:14:09.862Z Compiling foreign-types v0.5.0
32022026-08-20T07:14:09.884Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32032026-08-20T07:14:09.963Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32042026-08-20T07:14:09.983Z Compiling zone_cfg_derive v0.3.1
32052026-08-20T07:14:10.069Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32062026-08-20T07:14:10.120Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32072026-08-20T07:14:10.120Z Compiling num_enum v0.7.6
32082026-08-20T07:14:10.185Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32092026-08-20T07:14:10.226Z Compiling itertools v0.12.1
32102026-08-20T07:14:10.244Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32112026-08-20T07:14:10.263Z Compiling rayon v1.11.0
32122026-08-20T07:14:10.279Z Compiling sigpipe v0.1.3
32132026-08-20T07:14:10.298Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32142026-08-20T07:14:10.315Z Compiling glob v0.3.3
32152026-08-20T07:14:10.392Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32162026-08-20T07:14:10.409Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32172026-08-20T07:14:10.543Z Compiling smf v0.2.3
32182026-08-20T07:14:10.549Z Compiling whoami v1.6.1
32192026-08-20T07:14:10.565Z Compiling num_enum v0.5.11
32202026-08-20T07:14:10.661Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32212026-08-20T07:14:10.694Z Compiling ingot-types v0.2.0
32222026-08-20T07:14:10.694Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32232026-08-20T07:14:10.728Z Compiling cpubits v0.1.1
32242026-08-20T07:14:10.731Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32252026-08-20T07:14:10.731Z Compiling gethostname v0.5.0
32262026-08-20T07:14:10.731Z Compiling derive-where v1.6.0
32272026-08-20T07:14:10.813Z Compiling usdt-macro v0.5.0
32282026-08-20T07:14:10.830Z Compiling usdt-attr-macro v0.5.0
32292026-08-20T07:14:10.861Z Compiling num-rational v0.4.2
32302026-08-20T07:14:10.918Z Compiling num-complex v0.4.6
32312026-08-20T07:14:11.041Z Compiling memmap v0.7.0
32322026-08-20T07:14:11.059Z Compiling toml v0.8.23
32332026-08-20T07:14:11.142Z Compiling ingot v0.2.1
32342026-08-20T07:14:11.177Z Compiling pem-rfc7468 v1.0.0
32352026-08-20T07:14:11.260Z Compiling float-ord v0.3.2
32362026-08-20T07:14:11.336Z Compiling num v0.4.3
32372026-08-20T07:14:11.401Z Compiling zone v0.3.1
32382026-08-20T07:14:11.434Z Compiling cancel-safe-futures v0.1.5
32392026-08-20T07:14:11.475Z Compiling resolv-conf v0.7.6
32402026-08-20T07:14:11.495Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32412026-08-20T07:14:11.513Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
32422026-08-20T07:14:11.620Z Compiling hmac v0.13.0
32432026-08-20T07:14:11.692Z Compiling usdt v0.5.0
32442026-08-20T07:14:11.710Z Compiling universal-hash v0.6.1
32452026-08-20T07:14:11.802Z Compiling sha1 v0.10.6
32462026-08-20T07:14:11.835Z Compiling linear-map v1.2.0
32472026-08-20T07:14:11.854Z Compiling libefi-sys v0.1.0
32482026-08-20T07:14:11.872Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32492026-08-20T07:14:12.034Z Compiling prettyplease v0.2.37
32502026-08-20T07:14:12.061Z Compiling polyval v0.7.1
32512026-08-20T07:14:12.089Z Compiling der v0.8.0
32522026-08-20T07:14:12.108Z Compiling hickory-proto v0.24.4
32532026-08-20T07:14:12.111Z Compiling newline-converter v0.3.0
32542026-08-20T07:14:12.111Z Compiling console v0.15.11
32552026-08-20T07:14:12.159Z Compiling bitfield-struct v0.6.2
32562026-08-20T07:14:12.190Z Compiling oxide-update-engine-types v0.1.2
32572026-08-20T07:14:12.206Z Compiling linked-hash-map v0.5.6
32582026-08-20T07:14:12.347Z Compiling ghash v0.6.0
32592026-08-20T07:14:12.484Z Compiling expectorate v1.2.0
32602026-08-20T07:14:12.507Z Compiling lru-cache v0.1.2
32612026-08-20T07:14:12.581Z Compiling pbkdf2 v0.13.0
32622026-08-20T07:14:12.607Z Compiling crypto-bigint v0.7.5
32632026-08-20T07:14:12.656Z Compiling aes v0.9.1
32642026-08-20T07:14:12.674Z Compiling ctr v0.10.1
32652026-08-20T07:14:12.731Z Compiling aead v0.6.1
32662026-08-20T07:14:12.759Z Compiling sha2 v0.11.0
32672026-08-20T07:14:12.852Z Compiling typify-macro v0.6.2
32682026-08-20T07:14:12.891Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32692026-08-20T07:14:12.911Z Compiling nom v8.0.0
32702026-08-20T07:14:12.935Z Compiling semver v0.1.20
32712026-08-20T07:14:13.164Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32722026-08-20T07:14:13.209Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32732026-08-20T07:14:13.263Z Compiling rustc_version v0.1.7
32742026-08-20T07:14:13.307Z Compiling oxide-update-engine v0.1.2
32752026-08-20T07:14:13.335Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32762026-08-20T07:14:13.457Z Compiling aes-gcm v0.11.0
32772026-08-20T07:14:13.510Z Compiling spki v0.8.0
32782026-08-20T07:14:13.528Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32792026-08-20T07:14:13.575Z Compiling tokio-dtrace v0.1.1
32802026-08-20T07:14:13.691Z Compiling dropshot-api-manager-types v0.8.0
32812026-08-20T07:14:13.756Z Compiling salsa20 v0.11.0
32822026-08-20T07:14:13.759Z Compiling slog-dtrace v0.3.0
32832026-08-20T07:14:13.759Z Compiling xshell-macros v0.2.7
32842026-08-20T07:14:13.816Z Compiling minimal-lexical v0.2.1
32852026-08-20T07:14:13.842Z Compiling oxide-tokio-rt v0.1.4
32862026-08-20T07:14:13.876Z Compiling newtype_derive v0.1.6
32872026-08-20T07:14:13.928Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32882026-08-20T07:14:13.956Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32892026-08-20T07:14:14.001Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32902026-08-20T07:14:14.034Z Compiling nom v7.1.3
32912026-08-20T07:14:14.173Z Compiling scrypt v0.12.0
32922026-08-20T07:14:14.190Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32932026-08-20T07:14:14.225Z Compiling xshell v0.2.7
32942026-08-20T07:14:14.326Z Compiling hickory-resolver v0.24.4
32952026-08-20T07:14:14.443Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32962026-08-20T07:14:14.497Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32972026-08-20T07:14:14.574Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32982026-08-20T07:14:14.619Z Compiling phf_shared v0.12.1
32992026-08-20T07:14:14.685Z Compiling typify v0.6.2
33002026-08-20T07:14:14.760Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33012026-08-20T07:14:14.824Z Compiling progenitor-impl v0.14.0
33022026-08-20T07:14:14.842Z Compiling rfc6979 v0.4.0
33032026-08-20T07:14:15.008Z Compiling cbc v0.2.1
33042026-08-20T07:14:15.027Z Compiling proc-macro-error-attr2 v2.0.0
33052026-08-20T07:14:15.082Z Compiling csv-core v0.1.13
33062026-08-20T07:14:15.158Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
33072026-08-20T07:14:15.203Z Compiling chrono-tz v0.10.4
33082026-08-20T07:14:15.271Z Compiling unicode-xid v0.2.6
33092026-08-20T07:14:15.379Z Compiling qorb v0.4.1
33102026-08-20T07:14:15.397Z Compiling highway v1.3.0
33112026-08-20T07:14:15.435Z Compiling const_format_proc_macros v0.2.34
33122026-08-20T07:14:15.454Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33132026-08-20T07:14:15.457Z Compiling csv v1.4.0
33142026-08-20T07:14:15.491Z Compiling pkcs5 v0.8.1
33152026-08-20T07:14:15.494Z Compiling proc-macro-error2 v2.0.1
33162026-08-20T07:14:15.790Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33172026-08-20T07:14:15.853Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33182026-08-20T07:14:15.871Z Compiling ecdsa v0.16.9
33192026-08-20T07:14:15.933Z Compiling phf v0.12.1
33202026-08-20T07:14:16.063Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33212026-08-20T07:14:16.100Z Compiling primeorder v0.13.6
33222026-08-20T07:14:16.117Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33232026-08-20T07:14:16.204Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33242026-08-20T07:14:16.287Z Compiling hashbrown v0.14.5
33252026-08-20T07:14:16.307Z Compiling salty v0.3.0
33262026-08-20T07:14:16.327Z Compiling const_format v0.2.35
33272026-08-20T07:14:16.391Z Compiling p384 v0.13.1
33282026-08-20T07:14:16.698Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33292026-08-20T07:14:16.714Z Compiling knus-derive v3.4.0
33302026-08-20T07:14:16.788Z Compiling pkcs8 v0.11.0
33312026-08-20T07:14:16.886Z Compiling chumsky v0.9.3
33322026-08-20T07:14:16.920Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33332026-08-20T07:14:16.991Z Compiling tabled_derive v0.7.0
33342026-08-20T07:14:17.195Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33352026-08-20T07:14:17.373Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33362026-08-20T07:14:17.436Z Compiling bcs v0.1.6
33372026-08-20T07:14:17.508Z Compiling progenitor-macro v0.14.0
33382026-08-20T07:14:17.580Z Compiling ff v0.14.0
33392026-08-20T07:14:17.659Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33402026-08-20T07:14:17.754Z Compiling termtree v0.5.1
33412026-08-20T07:14:17.803Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33422026-08-20T07:14:17.953Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33432026-08-20T07:14:18.028Z Compiling steno v0.4.1
33442026-08-20T07:14:18.075Z Compiling tabled v0.15.0
33452026-08-20T07:14:18.155Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33462026-08-20T07:14:18.192Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33472026-08-20T07:14:18.236Z Compiling tagptr v0.2.0
33482026-08-20T07:14:18.266Z Compiling knus v3.4.0
33492026-08-20T07:14:18.324Z Compiling group v0.14.0
33502026-08-20T07:14:18.438Z Compiling moka v0.12.13
33512026-08-20T07:14:18.455Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33522026-08-20T07:14:18.499Z Compiling signature v3.0.0
33532026-08-20T07:14:18.536Z Compiling base16ct v1.0.0
33542026-08-20T07:14:18.742Z Compiling sec1 v0.8.1
33552026-08-20T07:14:18.781Z Compiling hkdf v0.13.0
33562026-08-20T07:14:18.804Z Compiling libscf-sys v1.2.0
33572026-08-20T07:14:18.964Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33582026-08-20T07:14:18.989Z Compiling elliptic-curve v0.14.1
33592026-08-20T07:14:19.006Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33602026-08-20T07:14:19.084Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33612026-08-20T07:14:19.186Z Compiling hickory-resolver v0.25.2
33622026-08-20T07:14:19.240Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33632026-08-20T07:14:19.259Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33642026-08-20T07:14:19.471Z Compiling corncobs v0.1.4
33652026-08-20T07:14:19.594Z Compiling utf-8 v0.7.6
33662026-08-20T07:14:19.623Z Compiling parking_lot_core v0.8.6
33672026-08-20T07:14:19.645Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33682026-08-20T07:14:19.804Z Compiling tungstenite v0.21.0
33692026-08-20T07:14:19.931Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33702026-08-20T07:14:19.948Z Compiling wnaf v0.14.0
33712026-08-20T07:14:19.970Z Compiling primefield v0.14.0
33722026-08-20T07:14:20.066Z Compiling rfc6979 v0.6.0
33732026-08-20T07:14:20.164Z Compiling papergrid v0.18.0
33742026-08-20T07:14:20.226Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
33752026-08-20T07:14:20.246Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33762026-08-20T07:14:20.314Z Compiling git-stub v1.0.0
33772026-08-20T07:14:20.361Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
33782026-08-20T07:14:20.482Z Compiling secrecy v0.8.0
33792026-08-20T07:14:20.569Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33802026-08-20T07:14:20.590Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33812026-08-20T07:14:20.646Z Compiling git-stub-vcs v0.1.0
33822026-08-20T07:14:20.691Z Compiling tokio-tungstenite v0.21.0
33832026-08-20T07:14:20.846Z Compiling ecdsa v0.17.0
33842026-08-20T07:14:20.868Z Compiling primeorder v0.14.0
33852026-08-20T07:14:21.068Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
33862026-08-20T07:14:21.137Z Compiling tabled v0.21.0
33872026-08-20T07:14:21.301Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33882026-08-20T07:14:21.327Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33892026-08-20T07:14:21.345Z Compiling curve25519-dalek v5.0.0
33902026-08-20T07:14:21.365Z Compiling unicase v2.9.0
33912026-08-20T07:14:21.388Z Compiling illumos-nvpair-sys v0.2.0
33922026-08-20T07:14:21.409Z Compiling parking_lot v0.11.2
33932026-08-20T07:14:21.499Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33942026-08-20T07:14:21.530Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33952026-08-20T07:14:21.594Z Compiling mime_guess v2.0.5
33962026-08-20T07:14:21.627Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33972026-08-20T07:14:21.673Z Compiling ssh-encoding v0.3.0
33982026-08-20T07:14:21.829Z Compiling progenitor-impl v0.13.0
33992026-08-20T07:14:21.860Z Compiling prefix-trie v0.7.0
34002026-08-20T07:14:21.890Z Compiling fxhash v0.2.1
34012026-08-20T07:14:21.915Z Compiling keccak v0.2.0
34022026-08-20T07:14:22.016Z Compiling crc8 v0.1.1
34032026-08-20T07:14:22.038Z Compiling sled v0.34.7
34042026-08-20T07:14:22.161Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
34052026-08-20T07:14:22.205Z Compiling hickory-server v0.25.2
34062026-08-20T07:14:22.336Z Compiling ed25519 v3.0.0
34072026-08-20T07:14:22.340Z Compiling crypto-primes v0.7.2
34082026-08-20T07:14:22.685Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-08-20T07:14:22.701Z Compiling progenitor v0.14.0
34102026-08-20T07:14:22.846Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
34112026-08-20T07:14:22.887Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34122026-08-20T07:14:23.136Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34132026-08-20T07:14:23.405Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
34142026-08-20T07:14:23.496Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34152026-08-20T07:14:23.513Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34162026-08-20T07:14:23.658Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34172026-08-20T07:14:23.674Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34182026-08-20T07:14:23.872Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34192026-08-20T07:14:24.191Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34202026-08-20T07:14:24.220Z Compiling pkcs1 v0.8.0-rc.4
34212026-08-20T07:14:24.230Z Compiling poly1305 v0.9.0
34222026-08-20T07:14:24.230Z Compiling progenitor-client v0.13.0
34232026-08-20T07:14:24.583Z Compiling progenitor-macro v0.13.0
34242026-08-20T07:14:24.605Z Compiling blowfish v0.10.0
34252026-08-20T07:14:24.637Z Compiling blake2 v0.11.0-rc.6
34262026-08-20T07:14:24.804Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34272026-08-20T07:14:24.889Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34282026-08-20T07:14:25.044Z Compiling http-range v0.1.5
34292026-08-20T07:14:25.268Z Compiling half v1.8.3
34302026-08-20T07:14:25.285Z Compiling argon2 v0.6.0-rc.8
34312026-08-20T07:14:25.401Z Compiling bcrypt-pbkdf v0.11.0
34322026-08-20T07:14:25.516Z Compiling serde_cbor v0.11.2
34332026-08-20T07:14:25.569Z Compiling ssh-cipher v0.3.0
34342026-08-20T07:14:25.649Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34352026-08-20T07:14:25.828Z Compiling rsa v0.10.0-rc.18
34362026-08-20T07:14:25.980Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
34372026-08-20T07:14:26.126Z Compiling ed25519-dalek v3.0.0
34382026-08-20T07:14:26.163Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34392026-08-20T07:14:26.345Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34402026-08-20T07:14:26.362Z Compiling illumos-nvpair v0.3.0
34412026-08-20T07:14:26.654Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34422026-08-20T07:14:26.680Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34432026-08-20T07:14:26.821Z Compiling sha3 v0.11.0
34442026-08-20T07:14:27.085Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34452026-08-20T07:14:27.157Z Compiling p256 v0.14.0
34462026-08-20T07:14:27.200Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34472026-08-20T07:14:27.262Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34482026-08-20T07:14:27.353Z Compiling p521 v0.14.0
34492026-08-20T07:14:27.372Z Compiling p384 v0.14.0
34502026-08-20T07:14:27.598Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34512026-08-20T07:14:27.615Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34522026-08-20T07:14:28.114Z Compiling scuffle v0.1.0
34532026-08-20T07:14:28.193Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34542026-08-20T07:14:28.311Z Compiling yasna v0.5.2
34552026-08-20T07:14:28.366Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34562026-08-20T07:14:29.017Z Compiling kstat-rs v0.2.5
34572026-08-20T07:14:29.036Z Compiling headers-core v0.3.0
34582026-08-20T07:14:29.073Z Compiling kem v0.3.0
34592026-08-20T07:14:29.097Z Compiling module-lattice v0.2.3
34602026-08-20T07:14:29.100Z Compiling nanorand v0.7.0
34612026-08-20T07:14:29.136Z Compiling sponge-cursor v0.1.0
34622026-08-20T07:14:29.180Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34632026-08-20T07:14:29.230Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34642026-08-20T07:14:29.302Z Compiling sha3 v0.12.0
34652026-08-20T07:14:29.326Z Compiling headers v0.4.1
34662026-08-20T07:14:29.385Z Compiling flume v0.11.1
34672026-08-20T07:14:29.404Z Compiling ml-kem v0.3.2
34682026-08-20T07:14:29.426Z Compiling rcgen v0.12.1
34692026-08-20T07:14:29.644Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34702026-08-20T07:14:29.681Z Compiling progenitor v0.13.0
34712026-08-20T07:14:29.725Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34722026-08-20T07:14:29.749Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34732026-08-20T07:14:29.867Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34742026-08-20T07:14:29.885Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34752026-08-20T07:14:30.087Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34762026-08-20T07:14:30.130Z Compiling hyper-staticfile v0.10.1
34772026-08-20T07:14:30.173Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34782026-08-20T07:14:30.220Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34792026-08-20T07:14:30.328Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34802026-08-20T07:14:30.345Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34812026-08-20T07:14:30.495Z Compiling ssh-key v0.7.0-rc.11
34822026-08-20T07:14:30.540Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34832026-08-20T07:14:30.559Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34842026-08-20T07:14:30.621Z Compiling russh-cryptovec v0.62.0
34852026-08-20T07:14:30.659Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34862026-08-20T07:14:30.748Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34872026-08-20T07:14:30.784Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34882026-08-20T07:14:30.803Z Compiling internal-russh-num-bigint v0.5.0
34892026-08-20T07:14:30.807Z Compiling port-file v0.1.0
34902026-08-20T07:14:30.867Z Compiling num-bigint v0.4.6
34912026-08-20T07:14:30.885Z Compiling generic-array v1.4.3
34922026-08-20T07:14:30.904Z Compiling russh-util v0.52.0
34932026-08-20T07:14:31.081Z Compiling enum_dispatch v0.3.13
34942026-08-20T07:14:31.097Z Compiling delegate v0.13.5
34952026-08-20T07:14:31.328Z Compiling subprocess v0.2.15
34962026-08-20T07:14:31.360Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34972026-08-20T07:14:31.395Z Compiling display-error-chain v0.2.2
34982026-08-20T07:14:31.536Z Compiling md5 v0.8.0
34992026-08-20T07:14:31.562Z Compiling hex-literal v1.1.0
35002026-08-20T07:14:31.726Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35012026-08-20T07:14:31.808Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35022026-08-20T07:14:31.825Z Compiling colored v2.2.0
35032026-08-20T07:14:32.097Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35042026-08-20T07:14:32.100Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35052026-08-20T07:14:32.100Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35062026-08-20T07:14:32.148Z Compiling russh v0.62.4
35072026-08-20T07:14:32.206Z Compiling socket2 v0.5.10
35082026-08-20T07:14:32.384Z Compiling internet-checksum v0.2.1
35092026-08-20T07:14:33.053Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35102026-08-20T07:14:34.919Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35112026-08-20T07:14:35.628Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35122026-08-20T07:14:36.169Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35132026-08-20T07:14:37.538Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35142026-08-20T07:14:37.942Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35152026-08-20T07:14:47.005Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35162026-08-20T07:14:47.005Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35172026-08-20T07:14:47.005Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35182026-08-20T07:14:47.005Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35192026-08-20T07:14:47.008Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35202026-08-20T07:14:48.842Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35212026-08-20T07:14:48.860Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35222026-08-20T07:14:53.055Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35232026-08-20T07:15:34.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35242026-08-20T07:15:34.630Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35252026-08-20T07:15:34.630Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35262026-08-20T07:15:34.852Z
35272026-08-20T07:15:34.852Zreal 1:30.251444226
35282026-08-20T07:15:34.852Zuser 8:39.173027630
35292026-08-20T07:15:34.852Zsys 1:41.990189060
35302026-08-20T07:15:34.856Ztrap 0.254778144
35312026-08-20T07:15:34.856Ztflt 0.271851982
35322026-08-20T07:15:34.857Zdflt 1.830239625
35332026-08-20T07:15:34.857Zkflt 0.000236730
35342026-08-20T07:15:34.857Zlock 32:05.289253428
35352026-08-20T07:15:34.857Zslp 19:39.180437213
35362026-08-20T07:15:34.857Zlat 40.394853192
35372026-08-20T07:15:34.857Zstop 3:03.559724103
35382026-08-20T07:15:34.857Z+ mkdir tests
35392026-08-20T07:15:34.857Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35402026-08-20T07:15:34.857Z+ xargs -I '{}' -t cp '{}' tests/
35412026-08-20T07:15:34.878Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3782f25dc2b02c30 tests/
35422026-08-20T07:15:34.923Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3289dbe7bfc31ae3 tests/
35432026-08-20T07:15:34.946Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f7f7eee31162c83f tests/
35442026-08-20T07:15:34.988Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8deac484d53da3bf tests/
35452026-08-20T07:15:35.426Z+ 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)
35462026-08-20T07:15:35.431Z+ 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-3289dbe7bfc31ae3 tests/commtest-f7f7eee31162c83f tests/dhcp_server-3782f25dc2b02c30 tests/end_to_end_tests-8deac484d53da3bf 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
35472026-08-20T07:17:05.003ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35482026-08-20T07:17:05.003Za .github/buildomat/ci-env.sh 1K
35492026-08-20T07:17:05.003Za out/target/test 1K
35502026-08-20T07:17:05.003Za out/npuzone/npuzone 31102K
35512026-08-20T07:17:05.003Za package-manifest.toml 35K
35522026-08-20T07:17:05.003Za smf/sled-agent/non-gimlet/config.toml 6K
35532026-08-20T07:17:05.003Za target/release/omicron-package 49253K
35542026-08-20T07:17:05.003Za target/release/xtask 11733K
35552026-08-20T07:17:05.003Za target/debug/bootstrap 440462K
35562026-08-20T07:17:05.003Za tests/bootstrap-3289dbe7bfc31ae3 34433K
35572026-08-20T07:17:05.003Za tests/commtest-f7f7eee31162c83f 34433K
35582026-08-20T07:17:05.003Za tests/dhcp_server-3782f25dc2b02c30 34433K
35592026-08-20T07:17:05.003Za tests/end_to_end_tests-8deac484d53da3bf 503969K
35602026-08-20T07:17:05.003Za tools/opte_version 1K
35612026-08-20T07:17:05.004Za tools/opte_version_override 2K
35622026-08-20T07:17:05.004Za out/clickhouse.tar.gz 326924K
35632026-08-20T07:17:05.004Za out/clickhouse_keeper.tar.gz 310959K
35642026-08-20T07:17:05.004Za out/clickhouse_server.tar.gz 326921K
35652026-08-20T07:17:05.004Za out/cockroachdb.tar.gz 166463K
35662026-08-20T07:17:05.004Za out/crucible-pantry-zone.tar.gz 39837K
35672026-08-20T07:17:05.004Za out/crucible-utils.tar 18900K
35682026-08-20T07:17:05.004Za out/crucible-zone.tar.gz 54650K
35692026-08-20T07:17:05.004Za out/external-dns.tar.gz 49695K
35702026-08-20T07:17:05.004Za out/internal-dns.tar.gz 49695K
35712026-08-20T07:17:05.004Za out/mg-ddm-gz.tar 109130K
35722026-08-20T07:17:05.004Za out/nexus.tar.gz 360352K
35732026-08-20T07:17:05.004Za out/ntp.tar.gz 31367K
35742026-08-20T07:17:05.004Za out/omicron-gateway-softnpu.tar.gz 29523K
35752026-08-20T07:17:05.004Za out/omicron-sled-agent.tar 238839K
35762026-08-20T07:17:05.004Za out/overlay.tar.gz 4K
35772026-08-20T07:17:05.005Za out/oximeter.tar.gz 69527K
35782026-08-20T07:17:05.005Za out/oxlog.tar 4070K
35792026-08-20T07:17:05.005Za out/probe.tar.gz 1396K
35802026-08-20T07:17:05.005Za out/propolis-server.tar.gz 37940K
35812026-08-20T07:17:05.005Za out/pumpkind-gz.tar 26647K
35822026-08-20T07:17:05.005Za out/switch-softnpu.tar.gz 510026K
35832026-08-20T07:17:05.009Z
35842026-08-20T07:17:05.009Zreal 1:29.578634509
35852026-08-20T07:17:05.009Zuser 1:26.718464002
35862026-08-20T07:17:05.009Zsys 4.826395378
35872026-08-20T07:17:05.009Ztrap 0.005831666
35882026-08-20T07:17:05.009Ztflt 0.000000000
35892026-08-20T07:17:05.009Zdflt 0.000000000
35902026-08-20T07:17:05.009Zkflt 0.000000000
35912026-08-20T07:17:05.009Zlock 0.000000000
35922026-08-20T07:17:05.009Zslp 1:26.528576895
35932026-08-20T07:17:05.009Zlat 1.072893743
35942026-08-20T07:17:05.009Zstop 0.000208910
35952026-08-20T07:17:05.010Zprocess exited: duration 1047605 ms, exit code 0
 
35962026-08-20T07:17:05.028Zfound 1 output files
35972026-08-20T07:17:05.029Zuploading: /work/package.tar.gz (2760249058 bytes)
35982026-08-20T07:17:36.877Zuploaded: /work/package.tar.gz