01KVKFENRCF9QV7QHHQFSSDEGW: 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: 01KVKFFDX16N4YVSN0BBKDT5FE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-20T21:38:21.367Zjob assigned to worker 01KVKFFHMJXMX12A7ZXMMQMSB4 [factory aws, i-09b82ab7f4e6c5ee9] (queued for 46 s)
 
22026-06-20T21:38:28.193Zstarting task 0: "setup"
32026-06-20T21:38:28.203Z++ uname -s
42026-06-20T21:38:28.203Z+ kern=SunOS
52026-06-20T21:38:28.203Z+ build_user=build
62026-06-20T21:38:28.203Z+ build_uid=12345
72026-06-20T21:38:28.203Z+ work_dir=/work
82026-06-20T21:38:28.203Z+ input_dir=/input
92026-06-20T21:38:28.203Z+ [[ 0 == 12345 ]]
102026-06-20T21:38:28.203Z+ case "$kern" in
112026-06-20T21:38:28.203Z+ groupadd -g 12345 build
122026-06-20T21:38:28.204Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-20T21:38:30.200Z+ zfs create -o mountpoint=/work rpool/work
142026-06-20T21:38:30.319Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-20T21:38:30.327Z+ home_fs=zfs
162026-06-20T21:38:30.328Z+ [[ zfs == autofs ]]
172026-06-20T21:38:30.328Z+ mkdir -p /home/build
182026-06-20T21:38:30.328Z+ chown build:build /home/build /work
192026-06-20T21:38:32.321Z+ chmod 0700 /home/build /work
202026-06-20T21:38:32.330Zprocess exited: duration 4146 ms, exit code 0
 
212026-06-20T21:38:32.346Zstarting task 1: "rust-toolchain"
222026-06-20T21:38:32.351Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-20T21:38:32.351Z * rust toolchain channel = "1.94.0"
242026-06-20T21:38:32.351Z * rust toolchain profile = "default"
252026-06-20T21:38:32.351Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-20T21:38:32.351Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-20T21:38:32.351Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-20T21:38:32.351Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-20T21:38:32.351Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-20T21:38:32.466Zinfo: downloading installer
312026-06-20T21:38:34.379Zwarn: It looks like you have an existing rustup settings file at:
322026-06-20T21:38:34.379Zwarn: /home/build/.rustup/settings.toml
332026-06-20T21:38:34.379Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-20T21:38:34.379Zwarn: instead of the one inferred from the default host triple.
352026-06-20T21:38:34.464Zinfo: profile set to default
362026-06-20T21:38:34.464Zinfo: default host triple is x86_64-unknown-illumos
372026-06-20T21:38:34.464Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-20T21:38:34.566Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-20T21:38:34.632Zinfo: downloading 6 components
402026-06-20T21:38:50.616Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-20T21:38:50.617Z
422026-06-20T21:38:50.639Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-20T21:38:50.639Z
442026-06-20T21:38:50.639Z
452026-06-20T21:38:50.639ZRust is installed now. Great!
462026-06-20T21:38:50.639Z
472026-06-20T21:38:50.639ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-20T21:38:50.639Zenvironment variable. This has not been done automatically.
492026-06-20T21:38:50.639Z
502026-06-20T21:38:50.640ZTo configure your current shell, you need to source
512026-06-20T21:38:50.640Zthe corresponding env file under $HOME/.cargo.
522026-06-20T21:38:50.640Z
532026-06-20T21:38:50.640ZThis is usually done by running one of the following (note the leading DOT):
542026-06-20T21:38:50.640Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-20T21:38:50.640Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-20T21:38:50.640Zsource "~/.cargo/env.nu" # For nushell
572026-06-20T21:38:50.640Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-20T21:38:50.640Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-20T21:38:50.640Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-20T21:38:50.640Zwarn: no default linker (`cc`) was found in your PATH
612026-06-20T21:38:50.640Zwarn: many Rust crates require a system C toolchain to build
622026-06-20T21:38:50.779Z+ rustup --version
632026-06-20T21:38:50.862Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-20T21:38:50.863Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-20T21:38:50.863Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-20T21:38:50.863Z+ cargo --version
672026-06-20T21:38:50.863Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-20T21:38:50.863Z+ rustc --version
692026-06-20T21:38:50.863Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-20T21:38:50.863Zprocess exited: duration 18424 ms, exit code 0
 
712026-06-20T21:38:51.171Zstarting task 2: "authentication"
722026-06-20T21:38:51.376Zprocess exited: duration 199 ms, exit code 0
 
732026-06-20T21:38:51.785Zstarting task 3: "clone repository"
742026-06-20T21:38:52.061Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-20T21:38:52.062Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-20T21:38:52.062ZCloning into '/work/oxidecomputer/omicron'...
772026-06-20T21:39:01.239Z+ cd /work/oxidecomputer/omicron
782026-06-20T21:39:01.239Z+ git fetch origin 3593d83135362b867145689fc149371f4cbc6b57
792026-06-20T21:39:01.499ZFrom https://github.com/oxidecomputer/omicron
802026-06-20T21:39:01.499Z * branch 3593d83135362b867145689fc149371f4cbc6b57 -> FETCH_HEAD
812026-06-20T21:39:01.513Z+ [[ -n sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure ]]
822026-06-20T21:39:01.517Z++ git branch --show-current
832026-06-20T21:39:01.517Z+ current=main
842026-06-20T21:39:01.517Z+ [[ main != sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure ]]
852026-06-20T21:39:01.517Z+ git branch -f sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure 3593d83135362b867145689fc149371f4cbc6b57
862026-06-20T21:39:01.520Z+ git checkout -f sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure
872026-06-20T21:39:01.765ZSwitched to branch 'sunshowers/spr/3n-sync-switch-move-bfd-and-address-lot-reads-back-to-bg-task-make-the-builder-pure'
882026-06-20T21:39:01.769Z+ git reset --hard 3593d83135362b867145689fc149371f4cbc6b57
892026-06-20T21:39:01.782ZHEAD is now at 3593d8313 rebase
902026-06-20T21:39:01.786Zprocess exited: duration 10173 ms, exit code 0
 
912026-06-20T21:39:01.800Zstarting task 4: "build"
922026-06-20T21:39:01.823Z+ source .github/buildomat/ci-env.sh
932026-06-20T21:39:01.823Z++ export CARGO_TERM_COLOR=always
942026-06-20T21:39:01.823Z++ CARGO_TERM_COLOR=always
952026-06-20T21:39:01.823Z+ cargo --version
962026-06-20T21:39:01.828Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-20T21:39:01.828Z+ rustc --version
982026-06-20T21:39:01.838Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-20T21:39:01.843Z+ WORK=/work
1002026-06-20T21:39:01.843Z+ pfexec mkdir -p /work
1012026-06-20T21:39:01.843Z+ pfexec chown build /work
1022026-06-20T21:39:01.846Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-20T21:39:03.458Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-20T21:39:03.560Z Startup: Caching catalogs ... Done
1052026-06-20T21:39:03.918ZPlanning: Solver setup ... Done (0.311s)
1062026-06-20T21:39:03.940ZPlanning: Running solver ... Done (0.022s)
1072026-06-20T21:39:03.950ZPlanning: Finding local manifests ... Done (0.004s)
1082026-06-20T21:39:03.971ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-20T21:39:03.989ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-20T21:39:04.000ZPlanning: Package planning ... Done (0.015s)
1112026-06-20T21:39:04.003ZPlanning: Merging actions ... Done (0.001s)
1122026-06-20T21:39:04.203ZPlanning: Checking for conflicting actions ... Done (0.190s)
1132026-06-20T21:39:04.211ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-20T21:39:05.112ZPlanning: Evaluating mediators ... Done (0.922s)
1152026-06-20T21:39:05.115ZPlanning: Planning completed in 1.53 seconds
1162026-06-20T21:39:05.123Z Packages to install: 2
1172026-06-20T21:39:05.123Z Estimated space available: 156.07 GB
1182026-06-20T21:39:05.123ZEstimated space to be consumed: 26.78 MB
1192026-06-20T21:39:05.123Z Create boot environment: No
1202026-06-20T21:39:05.123ZCreate backup boot environment: No
1212026-06-20T21:39:05.123Z Rebuild boot archive: No
1222026-06-20T21:39:05.126Z
1232026-06-20T21:39:05.126ZChanged packages:
1242026-06-20T21:39:05.126Zhelios
1252026-06-20T21:39:05.126Z developer/build-essential
1262026-06-20T21:39:05.126Z None -> 11-3.0
1272026-06-20T21:39:05.126Z library/libxmlsec1
1282026-06-20T21:39:05.126Z None -> 1.2.35-3.0
1292026-06-20T21:39:05.152Z
1302026-06-20T21:39:05.152ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-20T21:39:08.009ZDownload: Completed 1.28 MB in 2.86 seconds (459k/s)
1322026-06-20T21:39:08.087Z Actions: 1/268 actions (Installing new actions)
1332026-06-20T21:39:08.117Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-20T21:39:08.127ZFinalize: Updating package state database ... Done (0.010s)
1352026-06-20T21:39:08.127ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-20T21:39:08.152ZFinalize: Updating image state ... Done (0.024s)
1372026-06-20T21:39:10.770ZFinalize: Creating fast lookup database ... Done (2.591s)
1382026-06-20T21:39:10.839ZFinalize: Reading search index ... Done (0.013s)
1392026-06-20T21:39:10.844ZFinalize: Updating search index ... Done (0.000s)
1402026-06-20T21:39:10.922ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-20T21:39:11.233ZPlanning: Evaluating mediator changes ... Done
1422026-06-20T21:39:11.336ZPlanning: Checking for conflicting actions ... Done
1432026-06-20T21:39:11.339ZPlanning: Consolidating action changes ... Done
1442026-06-20T21:39:11.496ZPlanning: Evaluating mediators ... Done
1452026-06-20T21:39:11.499ZPlanning: Planning completed in 0.27 seconds
1462026-06-20T21:39:11.521Z Mediators to change: 2
1472026-06-20T21:39:11.521Z Create boot environment: No
1482026-06-20T21:39:11.521ZCreate backup boot environment: No
1492026-06-20T21:39:11.571ZFinalize: Updating package state database ... Done
1502026-06-20T21:39:11.572ZFinalize: Updating package cache ... Done
1512026-06-20T21:39:11.586ZFinalize: Updating image state ... Done
1522026-06-20T21:39:13.548ZFinalize: Creating fast lookup database ... Done
1532026-06-20T21:39:13.607ZFinalize: Reading search index ... Done
1542026-06-20T21:39:13.610ZFinalize: Updating search index ... Done
1552026-06-20T21:39:13.704ZFinalize: Updating package cache ... Done
1562026-06-20T21:39:13.974ZPlanning: Evaluating mediator changes ... Done
1572026-06-20T21:39:14.079ZPlanning: Checking for conflicting actions ... Done
1582026-06-20T21:39:14.083ZPlanning: Consolidating action changes ... Done
1592026-06-20T21:39:14.236ZPlanning: Evaluating mediators ... Done
1602026-06-20T21:39:14.241ZPlanning: Planning completed in 0.26 seconds
1612026-06-20T21:39:14.261Z Mediators to change: 1
1622026-06-20T21:39:14.261Z Create boot environment: No
1632026-06-20T21:39:14.261ZCreate backup boot environment: No
1642026-06-20T21:39:14.300ZFinalize: Updating package state database ... Done
1652026-06-20T21:39:14.300ZFinalize: Updating package cache ... Done
1662026-06-20T21:39:14.315ZFinalize: Updating image state ... Done
1672026-06-20T21:39:16.264ZFinalize: Creating fast lookup database ... Done
1682026-06-20T21:39:16.327ZFinalize: Reading search index ... Done
1692026-06-20T21:39:16.332ZFinalize: Updating search index ... Done
1702026-06-20T21:39:16.384ZFinalize: Updating package cache ... Done
1712026-06-20T21:39:16.696ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-20T21:39:16.696Zapache system 2.4 system
1732026-06-20T21:39:16.696Zclang system 15 system
1742026-06-20T21:39:16.696Zcsh system system illumos
1752026-06-20T21:39:16.696Zctags system system illumos
1762026-06-20T21:39:16.696Zfile vendor vendor darwinsys
1772026-06-20T21:39:16.696Zfile system system illumos
1782026-06-20T21:39:16.696Zgcc vendor 14 vendor
1792026-06-20T21:39:16.697Zgcc system 13 system
1802026-06-20T21:39:16.697Zgcc system 10 system
1812026-06-20T21:39:16.697Zgo system 1.25 system
1822026-06-20T21:39:16.697Zllvm system 15 system
1832026-06-20T21:39:16.697Zmariadb system 11.4 system
1842026-06-20T21:39:16.697Zmta vendor vendor dma
1852026-06-20T21:39:16.697Zopenjdk system 17 system
1862026-06-20T21:39:16.697Zopenjdk system 11 system
1872026-06-20T21:39:16.697Zopenssl vendor 3 vendor
1882026-06-20T21:39:16.697Zperl system 5.40 system
1892026-06-20T21:39:16.697Zpostgresql system 18 system
1902026-06-20T21:39:16.697Zpostgresql system 17 system
1912026-06-20T21:39:16.697Zpython vendor 3 vendor
1922026-06-20T21:39:16.697Zpython system 2 system
1932026-06-20T21:39:16.697Zpython3 vendor 3.13 vendor
1942026-06-20T21:39:16.697Zruby system 3.4 system
1952026-06-20T21:39:16.697Zruby system 3.0 system
1962026-06-20T21:39:16.697Zwords vendor vendor american-english
1972026-06-20T21:39:16.697Zwords system system australian-english
1982026-06-20T21:39:16.697Zwords system system british-english
1992026-06-20T21:39:16.697Zwords system system canadian-english
2002026-06-20T21:39:16.697Zwords system system french
2012026-06-20T21:39:16.698Zwords system system italian
2022026-06-20T21:39:16.698Zwords system system ngerman
2032026-06-20T21:39:16.698Zwords system system ogerman
2042026-06-20T21:39:16.698Zwords system system spanish
2052026-06-20T21:39:16.959ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-20T21:39:16.959Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-20T21:39:17.264ZFMRI IFO
2082026-06-20T21:39:17.264Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-20T21:39:17.264Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-20T21:39:17.264Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-20T21:39:17.264Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-20T21:39:17.264Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-20T21:39:17.264Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-20T21:39:17.264Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-20T21:39:17.264Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-20T21:39:17.264Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-20T21:39:17.516Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-20T21:40:26.387Z Updating crates.io index
2192026-06-20T21:40:26.494Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-20T21:40:26.494Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-20T21:40:26.603Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-20T21:40:26.603Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-20T21:40:26.603Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-20T21:40:26.603Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-20T21:40:26.603Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-20T21:40:26.603Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-20T21:40:26.603Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-20T21:40:26.603Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-20T21:40:26.604Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-20T21:40:26.605Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-20T21:40:26.605Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-20T21:40:26.605Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-20T21:40:26.605Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-20T21:40:26.605Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-20T21:40:26.605Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-20T21:40:26.605Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-20T21:40:26.605Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-20T21:40:26.605Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-20T21:40:26.605Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-20T21:40:26.605Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-20T21:40:26.605Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-20T21:40:26.605Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-20T21:40:26.605Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-20T21:40:26.605Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-20T21:40:26.605Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-20T21:40:26.605Z Downloading crates ...
2602026-06-20T21:40:26.605Z Downloaded anstyle-query v1.1.5
2612026-06-20T21:40:26.605Z Downloaded colorchoice v1.0.4
2622026-06-20T21:40:26.606Z Downloaded clap_derive v4.6.1
2632026-06-20T21:40:26.606Z Downloaded clap v4.6.1
2642026-06-20T21:40:26.606Z Downloaded version_check v0.9.5
2652026-06-20T21:40:26.606Z Downloaded anstyle v1.0.14
2662026-06-20T21:40:26.606Z Downloaded usdt-macro v0.5.0
2672026-06-20T21:40:26.606Z Downloaded clap_lex v1.0.0
2682026-06-20T21:40:26.606Z Downloaded anstream v1.0.0
2692026-06-20T21:40:26.606Z Downloaded zerotrie v0.2.3
2702026-06-20T21:40:26.606Z Downloaded serde_core v1.0.228
2712026-06-20T21:40:26.606Z Downloaded clap_builder v4.6.0
2722026-06-20T21:40:26.606Z Downloaded heck v0.4.1
2732026-06-20T21:40:26.606Z Downloaded log v0.4.29
2742026-06-20T21:40:26.606Z Downloaded proc-macro-error-attr v1.0.4
2752026-06-20T21:40:26.606Z Downloaded digest v0.10.7
2762026-06-20T21:40:26.606Z Downloaded camino-tempfile v1.4.1
2772026-06-20T21:40:26.606Z Downloaded thread-id v4.2.2
2782026-06-20T21:40:26.606Z Downloaded textwrap v0.16.2
2792026-06-20T21:40:26.606Z Downloaded zerofrom v0.1.6
2802026-06-20T21:40:26.606Z Downloaded cpufeatures v0.2.17
2812026-06-20T21:40:26.606Z Downloaded cfg-if v1.0.4
2822026-06-20T21:40:26.606Z Downloaded idna_adapter v1.2.1
2832026-06-20T21:40:26.606Z Downloaded thiserror-impl v2.0.18
2842026-06-20T21:40:26.606Z Downloaded yoke v0.8.1
2852026-06-20T21:40:26.606Z Downloaded ordered-float v2.10.1
2862026-06-20T21:40:26.606Z Downloaded itoa v1.0.17
2872026-06-20T21:40:26.606Z Downloaded crypto-common v0.1.7
2882026-06-20T21:40:26.606Z Downloaded cargo-platform v0.2.0
2892026-06-20T21:40:26.607Z Downloaded sha2 v0.10.9
2902026-06-20T21:40:26.607Z Downloaded unicode-ident v1.0.24
2912026-06-20T21:40:26.607Z Downloaded thiserror v2.0.18
2922026-06-20T21:40:26.607Z Downloaded macaddr v1.0.1
2932026-06-20T21:40:26.607Z Downloaded dtrace-parser v0.2.0
2942026-06-20T21:40:26.607Z Downloaded errno v0.3.14
2952026-06-20T21:40:26.607Z Downloaded fnv v1.0.7
2962026-06-20T21:40:26.607Z Downloaded zmij v1.0.21
2972026-06-20T21:40:26.607Z Downloaded unicode-linebreak v0.1.5
2982026-06-20T21:40:26.607Z Downloaded potential_utf v0.1.4
2992026-06-20T21:40:26.607Z Downloaded equivalent v1.0.2
3002026-06-20T21:40:26.607Z Downloaded form_urlencoded v1.2.2
3012026-06-20T21:40:26.607Z Downloaded toml_edit v0.22.27
3022026-06-20T21:40:26.607Z Downloaded yoke-derive v0.8.1
3032026-06-20T21:40:26.607Z Downloaded thiserror v1.0.69
3042026-06-20T21:40:26.607Z Downloaded toml_write v0.1.2
3052026-06-20T21:40:26.607Z Downloaded utf8parse v0.2.2
3062026-06-20T21:40:26.607Z Downloaded typeid v1.0.3
3072026-06-20T21:40:26.607Z Downloaded zerocopy-derive v0.7.35
3082026-06-20T21:40:26.607Z Downloaded tabled_derive v0.7.0
3092026-06-20T21:40:26.607Z Downloaded serde_spanned v0.6.9
3102026-06-20T21:40:26.607Z Downloaded heck v0.5.0
3112026-06-20T21:40:26.607Z Downloaded dof v0.3.0
3122026-06-20T21:40:26.607Z Downloaded stable_deref_trait v1.2.1
3132026-06-20T21:40:26.607Z Downloaded utf8_iter v1.0.4
3142026-06-20T21:40:26.607Z Downloaded thiserror-impl v1.0.69
3152026-06-20T21:40:26.607Z Downloaded serde-untagged v0.1.9
3162026-06-20T21:40:26.607Z Downloaded icu_locale_core v2.1.1
3172026-06-20T21:40:26.607Z Downloaded winnow v0.7.14
3182026-06-20T21:40:26.608Z Downloaded zerofrom-derive v0.1.6
3192026-06-20T21:40:26.608Z Downloaded anstyle-parse v1.0.0
3202026-06-20T21:40:26.608Z Downloaded usdt-attr-macro v0.5.0
3212026-06-20T21:40:26.724Z Downloaded usdt v0.5.0
3222026-06-20T21:40:26.724Z Downloaded unicode-xid v0.2.6
3232026-06-20T21:40:26.724Z Downloaded toml v0.8.23
3242026-06-20T21:40:26.724Z Downloaded serde_tokenstream v0.2.3
3252026-06-20T21:40:26.724Z Downloaded autocfg v1.5.0
3262026-06-20T21:40:26.724Z Downloaded toml_datetime v0.6.11
3272026-06-20T21:40:26.724Z Downloaded plain v0.2.3
3282026-06-20T21:40:26.724Z Downloaded serde-value v0.7.0
3292026-06-20T21:40:26.724Z Downloaded tinystr v0.8.2
3302026-06-20T21:40:26.724Z Downloaded swrite v0.1.0
3312026-06-20T21:40:26.724Z Downloaded writeable v0.6.2
3322026-06-20T21:40:26.724Z Downloaded usdt-impl v0.5.0
3332026-06-20T21:40:26.724Z Downloaded strsim v0.11.1
3342026-06-20T21:40:26.724Z Downloaded smawk v0.3.2
3352026-06-20T21:40:26.724Z Downloaded typenum v1.19.0
3362026-06-20T21:40:26.724Z Downloaded percent-encoding v2.3.2
3372026-06-20T21:40:26.724Z Downloaded zerovec-derive v0.11.2
3382026-06-20T21:40:26.724Z Downloaded memmap v0.7.0
3392026-06-20T21:40:26.725Z Downloaded ucd-trie v0.1.7
3402026-06-20T21:40:26.725Z Downloaded scroll_derive v0.12.1
3412026-06-20T21:40:26.725Z Downloaded block-buffer v0.10.4
3422026-06-20T21:40:26.725Z Downloaded is_terminal_polyfill v1.70.2
3432026-06-20T21:40:26.725Z Downloaded fastrand v2.3.0
3442026-06-20T21:40:26.725Z Downloaded zerocopy v0.7.35
3452026-06-20T21:40:26.725Z Downloaded scroll v0.12.0
3462026-06-20T21:40:26.725Z Downloaded url v2.5.8
3472026-06-20T21:40:26.725Z Downloaded pretty-hex v0.4.1
3482026-06-20T21:40:26.725Z Downloaded generic-array v0.14.7
3492026-06-20T21:40:26.725Z Downloaded terminal_size v0.4.3
3502026-06-20T21:40:26.725Z Downloaded cargo_metadata v0.21.0
3512026-06-20T21:40:26.725Z Downloaded quote v1.0.45
3522026-06-20T21:40:26.725Z Downloaded bytecount v0.6.9
3532026-06-20T21:40:26.725Z Downloaded zerovec v0.11.5
3542026-06-20T21:40:26.725Z Downloaded unicode-width v0.2.0
3552026-06-20T21:40:26.725Z Downloaded proc-macro-error v1.0.4
3562026-06-20T21:40:26.725Z Downloaded displaydoc v0.2.5
3572026-06-20T21:40:26.725Z Downloaded byteorder v1.5.0
3582026-06-20T21:40:26.725Z Downloaded unicode-width v0.1.14
3592026-06-20T21:40:26.725Z Downloaded fs-err v3.3.0
3602026-06-20T21:40:26.725Z Downloaded pest_derive v2.8.6
3612026-06-20T21:40:26.726Z Downloaded litemap v0.8.1
3622026-06-20T21:40:26.726Z Downloaded pest_generator v2.8.6
3632026-06-20T21:40:26.726Z Downloaded tempfile v3.25.0
3642026-06-20T21:40:26.726Z Downloaded synstructure v0.13.2
3652026-06-20T21:40:26.726Z Downloaded semver v1.0.28
3662026-06-20T21:40:26.726Z Downloaded erased-serde v0.4.9
3672026-06-20T21:40:26.726Z Downloaded cargo_toml v0.21.0
3682026-06-20T21:40:26.726Z Downloaded cargo-util-schemas v0.8.2
3692026-06-20T21:40:26.726Z Downloaded icu_provider v2.1.1
3702026-06-20T21:40:26.726Z Downloaded indexmap v2.14.0
3712026-06-20T21:40:26.726Z Downloaded proc-macro2 v1.0.106
3722026-06-20T21:40:26.726Z Downloaded once_cell v1.21.3
3732026-06-20T21:40:26.726Z Downloaded camino v1.2.2
3742026-06-20T21:40:26.726Z Downloaded bitflags v2.11.0
3752026-06-20T21:40:26.726Z Downloaded icu_properties v2.1.2
3762026-06-20T21:40:26.726Z Downloaded serde_derive v1.0.228
3772026-06-20T21:40:26.726Z Downloaded anyhow v1.0.102
3782026-06-20T21:40:26.726Z Downloaded papergrid v0.11.0
3792026-06-20T21:40:26.726Z Downloaded num-traits v0.2.19
3802026-06-20T21:40:26.726Z Downloaded getrandom v0.4.1
3812026-06-20T21:40:26.726Z Downloaded smallvec v1.15.1
3822026-06-20T21:40:26.726Z Downloaded pest_meta v2.8.6
3832026-06-20T21:40:26.726Z Downloaded icu_normalizer v2.1.1
3842026-06-20T21:40:26.726Z Downloaded icu_collections v2.1.1
3852026-06-20T21:40:26.726Z Downloaded memchr v2.8.0
3862026-06-20T21:40:26.726Z Downloaded serde v1.0.228
3872026-06-20T21:40:26.726Z Downloaded icu_normalizer_data v2.1.1
3882026-06-20T21:40:26.726Z Downloaded serde_json v1.0.149
3892026-06-20T21:40:26.726Z Downloaded icu_properties_data v2.1.2
3902026-06-20T21:40:26.726Z Downloaded pest v2.8.6
3912026-06-20T21:40:26.726Z Downloaded hashbrown v0.17.0
3922026-06-20T21:40:26.727Z Downloaded idna v1.1.0
3932026-06-20T21:40:26.727Z Downloaded goblin v0.8.2
3942026-06-20T21:40:26.727Z Downloaded tabled v0.15.0
3952026-06-20T21:40:26.727Z Downloaded syn v1.0.109
3962026-06-20T21:40:26.727Z Downloaded syn v2.0.117
3972026-06-20T21:40:26.727Z Downloaded rustix v1.1.3
3982026-06-20T21:40:26.727Z Downloaded libc v0.2.185
3992026-06-20T21:40:26.727Z Compiling proc-macro2 v1.0.106
4002026-06-20T21:40:26.727Z Compiling quote v1.0.45
4012026-06-20T21:40:26.727Z Compiling unicode-ident v1.0.24
4022026-06-20T21:40:26.727Z Compiling serde_core v1.0.228
4032026-06-20T21:40:26.727Z Compiling libc v0.2.185
4042026-06-20T21:40:26.727Z Compiling version_check v0.9.5
4052026-06-20T21:40:26.727Z Compiling serde v1.0.228
4062026-06-20T21:40:26.727Z Compiling memchr v2.8.0
4072026-06-20T21:40:26.727Z Compiling stable_deref_trait v1.2.1
4082026-06-20T21:40:26.727Z Compiling zmij v1.0.21
4092026-06-20T21:40:26.727Z Compiling autocfg v1.5.0
4102026-06-20T21:40:26.727Z Compiling thiserror v1.0.69
4112026-06-20T21:40:26.727Z Compiling ucd-trie v0.1.7
4122026-06-20T21:40:26.727Z Compiling itoa v1.0.17
4132026-06-20T21:40:26.727Z Compiling writeable v0.6.2
4142026-06-20T21:40:26.727Z Compiling litemap v0.8.1
4152026-06-20T21:40:26.727Z Compiling icu_normalizer_data v2.1.1
4162026-06-20T21:40:26.727Z Compiling byteorder v1.5.0
4172026-06-20T21:40:26.727Z Compiling icu_properties_data v2.1.2
4182026-06-20T21:40:26.727Z Compiling rustix v1.1.3
4192026-06-20T21:40:26.727Z Compiling bitflags v2.11.0
4202026-06-20T21:40:26.727Z Compiling serde_json v1.0.149
4212026-06-20T21:40:27.007Z Compiling pest v2.8.6
4222026-06-20T21:40:27.007Z Compiling num-traits v0.2.19
4232026-06-20T21:40:27.007Z Compiling hashbrown v0.17.0
4242026-06-20T21:40:27.007Z Compiling typeid v1.0.3
4252026-06-20T21:40:27.007Z Compiling smallvec v1.15.1
4262026-06-20T21:40:27.007Z Compiling equivalent v1.0.2
4272026-06-20T21:40:27.007Z Compiling proc-macro-error-attr v1.0.4
4282026-06-20T21:40:27.007Z Compiling usdt-impl v0.5.0
4292026-06-20T21:40:27.007Z Compiling toml_write v0.1.2
4302026-06-20T21:40:27.007Z Compiling winnow v0.7.14
4312026-06-20T21:40:27.007Z Compiling syn v1.0.109
4322026-06-20T21:40:27.008Z Compiling errno v0.3.14
4332026-06-20T21:40:27.008Z Compiling thread-id v4.2.2
4342026-06-20T21:40:27.008Z Compiling erased-serde v0.4.9
4352026-06-20T21:40:27.008Z Compiling proc-macro-error v1.0.4
4362026-06-20T21:40:27.008Z Compiling indexmap v2.14.0
4372026-06-20T21:40:27.008Z Compiling thiserror v2.0.18
4382026-06-20T21:40:27.008Z Compiling utf8parse v0.2.2
4392026-06-20T21:40:27.008Z Compiling getrandom v0.4.1
4402026-06-20T21:40:27.008Z Compiling plain v0.2.3
4412026-06-20T21:40:27.008Z Compiling percent-encoding v2.3.2
4422026-06-20T21:40:27.008Z Compiling log v0.4.29
4432026-06-20T21:40:27.008Z Compiling camino v1.2.2
4442026-06-20T21:40:27.008Z Compiling utf8_iter v1.0.4
4452026-06-20T21:40:27.008Z Compiling syn v2.0.117
4462026-06-20T21:40:27.008Z Compiling form_urlencoded v1.2.2
4472026-06-20T21:40:27.008Z Compiling anstyle-parse v1.0.0
4482026-06-20T21:40:27.008Z Compiling pest_meta v2.8.6
4492026-06-20T21:40:27.008Z Compiling ordered-float v2.10.1
4502026-06-20T21:40:27.008Z Compiling is_terminal_polyfill v1.70.2
4512026-06-20T21:40:27.008Z Compiling colorchoice v1.0.4
4522026-06-20T21:40:27.008Z Compiling anstyle-query v1.1.5
4532026-06-20T21:40:27.008Z Compiling cfg-if v1.0.4
4542026-06-20T21:40:27.008Z Compiling pretty-hex v0.4.1
4552026-06-20T21:40:27.008Z Compiling anstyle v1.0.14
4562026-06-20T21:40:27.008Z Compiling fs-err v3.3.0
4572026-06-20T21:40:27.009Z Compiling once_cell v1.21.3
4582026-06-20T21:40:27.009Z Compiling fnv v1.0.7
4592026-06-20T21:40:27.009Z Compiling strsim v0.11.1
4602026-06-20T21:40:27.009Z Compiling terminal_size v0.4.3
4612026-06-20T21:40:27.009Z Compiling anstream v1.0.0
4622026-06-20T21:40:27.009Z Compiling semver v1.0.28
4632026-06-20T21:40:27.009Z Compiling bytecount v0.6.9
4642026-06-20T21:40:27.009Z Compiling unicode-width v0.1.14
4652026-06-20T21:40:27.009Z Compiling fastrand v2.3.0
4662026-06-20T21:40:27.009Z Compiling unicode-xid v0.2.6
4672026-06-20T21:40:27.009Z Compiling heck v0.4.1
4682026-06-20T21:40:27.009Z Compiling anyhow v1.0.102
4692026-06-20T21:40:27.009Z Compiling clap_lex v1.0.0
4702026-06-20T21:40:27.009Z Compiling heck v0.5.0
4712026-06-20T21:40:27.009Z Compiling papergrid v0.11.0
4722026-06-20T21:40:27.009Z Compiling tempfile v3.25.0
4732026-06-20T21:40:27.009Z Compiling serde-untagged v0.1.9
4742026-06-20T21:40:27.009Z Compiling clap_builder v4.6.0
4752026-06-20T21:40:27.009Z Compiling memmap v0.7.0
4762026-06-20T21:40:27.009Z Compiling smawk v0.3.2
4772026-06-20T21:40:27.009Z Compiling unicode-width v0.2.0
4782026-06-20T21:40:27.009Z Compiling unicode-linebreak v0.1.5
4792026-06-20T21:40:27.009Z Compiling camino-tempfile v1.4.1
4802026-06-20T21:40:27.009Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-06-20T21:40:27.009Z Compiling swrite v0.1.0
4822026-06-20T21:40:27.010Z Compiling textwrap v0.16.2
4832026-06-20T21:40:27.010Z Compiling tabled_derive v0.7.0
4842026-06-20T21:40:27.010Z Compiling tabled v0.15.0
4852026-06-20T21:40:27.010Z Compiling synstructure v0.13.2
4862026-06-20T21:40:27.010Z Compiling pest_generator v2.8.6
4872026-06-20T21:40:27.010Z Compiling serde_derive v1.0.228
4882026-06-20T21:40:27.010Z Compiling zerofrom-derive v0.1.6
4892026-06-20T21:40:27.010Z Compiling yoke-derive v0.8.1
4902026-06-20T21:40:27.010Z Compiling zerovec-derive v0.11.2
4912026-06-20T21:40:27.010Z Compiling displaydoc v0.2.5
4922026-06-20T21:40:27.010Z Compiling thiserror-impl v1.0.69
4932026-06-20T21:40:27.010Z Compiling zerocopy-derive v0.7.35
4942026-06-20T21:40:27.010Z Compiling scroll_derive v0.12.1
4952026-06-20T21:40:27.010Z Compiling thiserror-impl v2.0.18
4962026-06-20T21:40:27.010Z Compiling clap_derive v4.6.1
4972026-06-20T21:40:27.010Z Compiling pest_derive v2.8.6
4982026-06-20T21:40:27.010Z Compiling scroll v0.12.0
4992026-06-20T21:40:27.010Z Compiling zerocopy v0.7.35
5002026-06-20T21:40:27.010Z Compiling goblin v0.8.2
5012026-06-20T21:40:27.010Z Compiling zerofrom v0.1.6
5022026-06-20T21:40:27.010Z Compiling yoke v0.8.1
5032026-06-20T21:40:27.010Z Compiling dtrace-parser v0.2.0
5042026-06-20T21:40:27.010Z Compiling zerovec v0.11.5
5052026-06-20T21:40:27.010Z Compiling zerotrie v0.2.3
5062026-06-20T21:40:27.010Z Compiling clap v4.6.1
5072026-06-20T21:40:27.011Z Compiling tinystr v0.8.2
5082026-06-20T21:40:27.011Z Compiling potential_utf v0.1.4
5092026-06-20T21:40:27.011Z Compiling icu_collections v2.1.1
5102026-06-20T21:40:27.011Z Compiling icu_locale_core v2.1.1
5112026-06-20T21:40:27.011Z Compiling icu_provider v2.1.1
5122026-06-20T21:40:27.011Z Compiling serde_spanned v0.6.9
5132026-06-20T21:40:27.011Z Compiling toml_datetime v0.6.11
5142026-06-20T21:40:27.011Z Compiling dof v0.3.0
5152026-06-20T21:40:27.011Z Compiling serde_tokenstream v0.2.3
5162026-06-20T21:40:27.011Z Compiling serde-value v0.7.0
5172026-06-20T21:40:27.011Z Compiling cargo-platform v0.2.0
5182026-06-20T21:40:27.011Z Compiling macaddr v1.0.1
5192026-06-20T21:40:27.011Z Compiling icu_properties v2.1.2
5202026-06-20T21:40:27.011Z Compiling icu_normalizer v2.1.1
5212026-06-20T21:40:27.165Z Compiling toml_edit v0.22.27
5222026-06-20T21:40:27.165Z Compiling usdt-attr-macro v0.5.0
5232026-06-20T21:40:27.165Z Compiling usdt-macro v0.5.0
5242026-06-20T21:40:27.165Z Compiling idna_adapter v1.2.1
5252026-06-20T21:40:27.165Z Compiling idna v1.1.0
5262026-06-20T21:40:27.165Z Compiling usdt v0.5.0
5272026-06-20T21:40:27.165Z Compiling url v2.5.8
5282026-06-20T21:40:27.166Z Compiling toml v0.8.23
5292026-06-20T21:40:27.166Z Compiling cargo-util-schemas v0.8.2
5302026-06-20T21:40:27.166Z Compiling cargo_toml v0.21.0
5312026-06-20T21:40:27.166Z Compiling cargo_metadata v0.21.0
5322026-06-20T21:40:27.166Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-20T21:40:27.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.22s
5342026-06-20T21:40:27.166Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-20T21:40:27.166Z Downloading crates ...
5362026-06-20T21:40:27.166Z Downloaded async-recursion v1.1.1
5372026-06-20T21:40:27.166Z Downloaded adler2 v2.0.1
5382026-06-20T21:40:27.166Z Downloaded async-stream-impl v0.3.6
5392026-06-20T21:40:27.166Z Downloaded aead v0.5.2
5402026-06-20T21:40:27.166Z Downloaded atomic-waker v1.1.2
5412026-06-20T21:40:27.166Z Downloaded async-trait v0.1.89
5422026-06-20T21:40:27.166Z Downloaded crunchy v0.2.4
5432026-06-20T21:40:27.166Z Downloaded async-stream v0.3.6
5442026-06-20T21:40:27.166Z Downloaded crc-any v2.5.0
5452026-06-20T21:40:27.166Z Downloaded dyn-clone v1.0.20
5462026-06-20T21:40:27.166Z Downloaded dirs-sys-next v0.1.2
5472026-06-20T21:40:27.166Z Downloaded derive-ex v0.1.8
5482026-06-20T21:40:27.166Z Downloaded compression-codecs v0.4.37
5492026-06-20T21:40:27.166Z Downloaded env_filter v1.0.0
5502026-06-20T21:40:27.166Z Downloaded ciborium-io v0.2.2
5512026-06-20T21:40:27.166Z Downloaded darling_macro v0.13.4
5522026-06-20T21:40:27.166Z Downloaded crucible-workspace-hack v0.1.0
5532026-06-20T21:40:27.167Z Downloaded darling_macro v0.21.3
5542026-06-20T21:40:27.167Z Downloaded fixedbitset v0.5.7
5552026-06-20T21:40:27.167Z Downloaded crossterm v0.29.0
5562026-06-20T21:40:27.167Z Downloaded chacha20poly1305 v0.10.1
5572026-06-20T21:40:27.167Z Downloaded chacha20 v0.9.1
5582026-06-20T21:40:27.167Z Downloaded endian-type v0.1.2
5592026-06-20T21:40:27.167Z Downloaded dropshot_endpoint v0.17.0
5602026-06-20T21:40:27.167Z Downloaded des v0.8.1
5612026-06-20T21:40:27.167Z Downloaded ascii-canvas v3.0.0
5622026-06-20T21:40:27.167Z Downloaded crc-catalog v2.4.0
5632026-06-20T21:40:27.167Z Downloaded atomicwrites v0.4.4
5642026-06-20T21:40:27.167Z Downloaded allocator-api2 v0.2.21
5652026-06-20T21:40:27.167Z Downloaded colored v2.2.0
5662026-06-20T21:40:27.167Z Downloaded derive_more v0.99.20
5672026-06-20T21:40:27.167Z Downloaded defmt v1.0.1
5682026-06-20T21:40:27.167Z Downloaded compression-core v0.4.31
5692026-06-20T21:40:27.167Z Downloaded atty v0.2.14
5702026-06-20T21:40:27.167Z Downloaded derive-where v1.6.0
5712026-06-20T21:40:27.167Z Downloaded array-init v0.0.4
5722026-06-20T21:40:27.167Z Downloaded ciborium-ll v0.2.2
5732026-06-20T21:40:27.167Z Downloaded cmake v0.1.57
5742026-06-20T21:40:27.167Z Downloaded bitflags v1.3.2
5752026-06-20T21:40:27.167Z Downloaded flagset v0.4.7
5762026-06-20T21:40:27.167Z Downloaded derive_builder_macro v0.20.2
5772026-06-20T21:40:27.167Z Downloaded embedded-io v0.4.0
5782026-06-20T21:40:27.167Z Downloaded document-features v0.2.12
5792026-06-20T21:40:27.168Z Downloaded drift v0.2.0
5802026-06-20T21:40:27.168Z Downloaded fallible-iterator v0.2.0
5812026-06-20T21:40:27.168Z Downloaded dropshot-api-manager-types v0.7.2
5822026-06-20T21:40:27.168Z Downloaded difflib v0.4.0
5832026-06-20T21:40:27.168Z Downloaded bcrypt-pbkdf v0.10.0
5842026-06-20T21:40:27.168Z Downloaded defmt-parser v1.0.0
5852026-06-20T21:40:27.168Z Downloaded block-padding v0.3.3
5862026-06-20T21:40:27.168Z Downloaded base16ct v0.2.0
5872026-06-20T21:40:27.168Z Downloaded assert_matches v1.5.0
5882026-06-20T21:40:27.168Z Downloaded diesel_table_macro_syntax v0.3.0
5892026-06-20T21:40:27.168Z Downloaded darling_macro v0.23.0
5902026-06-20T21:40:27.168Z Downloaded bitfield-struct v0.6.2
5912026-06-20T21:40:27.168Z Downloaded arc-swap v1.8.2
5922026-06-20T21:40:27.168Z Downloaded erased-serde v0.3.31
5932026-06-20T21:40:27.168Z Downloaded cfg_aliases v0.1.1
5942026-06-20T21:40:27.168Z Downloaded either v1.15.0
5952026-06-20T21:40:27.168Z Downloaded downcast-rs v2.0.2
5962026-06-20T21:40:27.168Z Downloaded darling_macro v0.20.11
5972026-06-20T21:40:27.168Z Downloaded cpufeatures v0.3.0
5982026-06-20T21:40:27.168Z Downloaded display-error-chain v0.2.2
5992026-06-20T21:40:27.168Z Downloaded enum-as-inner v0.6.1
6002026-06-20T21:40:27.168Z Downloaded dirs-next v2.0.0
6012026-06-20T21:40:27.168Z Downloaded cobs v0.3.0
6022026-06-20T21:40:27.168Z Downloaded bitfield-macros v0.19.4
6032026-06-20T21:40:27.168Z Downloaded bb8 v0.8.6
6042026-06-20T21:40:27.168Z Downloaded curve25519-dalek-derive v0.1.1
6052026-06-20T21:40:27.169Z Downloaded bit-set v0.5.3
6062026-06-20T21:40:27.169Z Downloaded castaway v0.2.4
6072026-06-20T21:40:27.169Z Downloaded float-cmp v0.10.0
6082026-06-20T21:40:27.169Z Downloaded embedded-io v0.6.1
6092026-06-20T21:40:27.169Z Downloaded byte-wrapper v0.1.0
6102026-06-20T21:40:27.169Z Downloaded backoff v0.4.0
6112026-06-20T21:40:27.169Z Downloaded dunce v1.0.5
6122026-06-20T21:40:27.169Z Downloaded defmt v0.3.100
6132026-06-20T21:40:27.169Z Downloaded dof v0.4.0
6142026-06-20T21:40:27.169Z Downloaded debug-ignore v1.0.5
6152026-06-20T21:40:27.169Z Downloaded dtrace-parser v0.3.0
6162026-06-20T21:40:27.169Z Downloaded float-ord v0.3.2
6172026-06-20T21:40:27.169Z Downloaded defmt-macros v1.0.1
6182026-06-20T21:40:27.169Z Downloaded critical-section v1.2.0
6192026-06-20T21:40:27.169Z Downloaded ed25519 v2.2.3
6202026-06-20T21:40:27.169Z Downloaded cfg_aliases v0.2.1
6212026-06-20T21:40:27.279Z Downloaded crc8 v0.1.1
6222026-06-20T21:40:27.279Z Downloaded cstr-argument v0.1.2
6232026-06-20T21:40:27.279Z Downloaded fxhash v0.2.1
6242026-06-20T21:40:27.279Z Downloaded crc v3.4.0
6252026-06-20T21:40:27.279Z Downloaded funty v2.0.0
6262026-06-20T21:40:27.279Z Downloaded foreign-types-shared v0.1.1
6272026-06-20T21:40:27.279Z Downloaded fd-lock v4.0.4
6282026-06-20T21:40:27.279Z Downloaded arrayref v0.3.9
6292026-06-20T21:40:27.279Z Downloaded convert_case v0.4.0
6302026-06-20T21:40:27.280Z Downloaded bit-set v0.8.0
6312026-06-20T21:40:27.280Z Downloaded fixedbitset v0.4.2
6322026-06-20T21:40:27.280Z Downloaded futures-sink v0.3.32
6332026-06-20T21:40:27.280Z Downloaded futures-core v0.3.32
6342026-06-20T21:40:27.280Z Downloaded foreign-types-macros v0.2.3
6352026-06-20T21:40:27.280Z Downloaded foreign-types v0.3.2
6362026-06-20T21:40:27.280Z Downloaded crc32fast v1.5.0
6372026-06-20T21:40:27.280Z Downloaded foreign-types-shared v0.3.1
6382026-06-20T21:40:27.280Z Downloaded find-msvc-tools v0.1.9
6392026-06-20T21:40:27.280Z Downloaded futures-io v0.3.32
6402026-06-20T21:40:27.280Z Downloaded foreign-types v0.5.0
6412026-06-20T21:40:27.280Z Downloaded deranged v0.5.8
6422026-06-20T21:40:27.280Z Downloaded gethostname v0.5.0
6432026-06-20T21:40:27.280Z Downloaded ghash v0.5.1
6442026-06-20T21:40:27.280Z Downloaded futures-macro v0.3.32
6452026-06-20T21:40:27.280Z Downloaded globwalk v0.9.1
6462026-06-20T21:40:27.280Z Downloaded hash32 v0.2.1
6472026-06-20T21:40:27.280Z Downloaded hex v0.4.3
6482026-06-20T21:40:27.280Z Downloaded headers-core v0.3.0
6492026-06-20T21:40:27.280Z Downloaded bit-vec v0.8.0
6502026-06-20T21:40:27.280Z Downloaded crossbeam-channel v0.5.15
6512026-06-20T21:40:27.280Z Downloaded der v0.7.10
6522026-06-20T21:40:27.280Z Downloaded filetime v0.2.27
6532026-06-20T21:40:27.280Z Downloaded dsl_auto_type v0.2.0
6542026-06-20T21:40:27.281Z Downloaded ctr v0.9.2
6552026-06-20T21:40:27.281Z Downloaded ena v0.14.4
6562026-06-20T21:40:27.281Z Downloaded ff v0.13.1
6572026-06-20T21:40:27.281Z Downloaded env_logger v0.11.9
6582026-06-20T21:40:27.281Z Downloaded anstyle-parse v0.2.7
6592026-06-20T21:40:27.281Z Downloaded crossbeam-deque v0.8.6
6602026-06-20T21:40:27.281Z Downloaded bcs v0.1.6
6612026-06-20T21:40:27.281Z Downloaded arrayvec v0.7.6
6622026-06-20T21:40:27.281Z Downloaded diesel-dtrace v0.5.0
6632026-06-20T21:40:27.281Z Downloaded constant_time_eq v0.4.2
6642026-06-20T21:40:27.281Z Downloaded hex-literal v0.4.1
6652026-06-20T21:40:27.281Z Downloaded cargo-platform v0.3.2
6662026-06-20T21:40:27.281Z Downloaded camino-tempfile-ext v0.3.3
6672026-06-20T21:40:27.281Z Downloaded bitfield v0.19.4
6682026-06-20T21:40:27.281Z Downloaded bit-vec v0.6.3
6692026-06-20T21:40:27.281Z Downloaded http-body v1.0.1
6702026-06-20T21:40:27.281Z Downloaded base64ct v1.8.3
6712026-06-20T21:40:27.281Z Downloaded hostname v0.3.1
6722026-06-20T21:40:27.281Z Downloaded anstream v0.6.21
6732026-06-20T21:40:27.281Z Downloaded hash32 v0.3.1
6742026-06-20T21:40:27.281Z Downloaded ecdsa v0.16.9
6752026-06-20T21:40:27.281Z Downloaded der_derive v0.7.3
6762026-06-20T21:40:27.281Z Downloaded darling v0.13.4
6772026-06-20T21:40:27.281Z Downloaded home v0.5.12
6782026-06-20T21:40:27.281Z Downloaded daft v0.1.7
6792026-06-20T21:40:27.281Z Downloaded csv-core v0.1.13
6802026-06-20T21:40:27.281Z Downloaded fs_extra v1.3.0
6812026-06-20T21:40:27.282Z Downloaded fs-err v2.11.0
6822026-06-20T21:40:27.282Z Downloaded argon2 v0.5.3
6832026-06-20T21:40:27.282Z Downloaded corncobs v0.1.4
6842026-06-20T21:40:27.282Z Downloaded futures v0.3.32
6852026-06-20T21:40:27.282Z Downloaded hubpack_derive v0.1.1
6862026-06-20T21:40:27.282Z Downloaded httpdate v1.0.3
6872026-06-20T21:40:27.282Z Downloaded is-terminal v0.4.17
6882026-06-20T21:40:27.282Z Downloaded inout v0.1.4
6892026-06-20T21:40:27.282Z Downloaded indoc v1.0.9
6902026-06-20T21:40:27.282Z Downloaded indent_write v2.2.0
6912026-06-20T21:40:27.282Z Downloaded illumos-nvpair-sys v0.2.0
6922026-06-20T21:40:27.282Z Downloaded illumos-nvpair v0.3.0
6932026-06-20T21:40:27.282Z Downloaded hyper-tls v0.6.0
6942026-06-20T21:40:27.282Z Downloaded group v0.13.0
6952026-06-20T21:40:27.282Z Downloaded expectorate v1.2.0
6962026-06-20T21:40:27.282Z Downloaded ident_case v1.0.1
6972026-06-20T21:40:27.282Z Downloaded hubpack v0.1.2
6982026-06-20T21:40:27.282Z Downloaded git-stub v1.0.0
6992026-06-20T21:40:27.282Z Downloaded foldhash v0.2.0
7002026-06-20T21:40:27.282Z Downloaded derive_builder v0.20.2
7012026-06-20T21:40:27.282Z Downloaded derive_builder_core v0.20.2
7022026-06-20T21:40:27.282Z Downloaded data-encoding v2.10.0
7032026-06-20T21:40:27.282Z Downloaded hostname v0.4.2
7042026-06-20T21:40:27.282Z Downloaded globset v0.4.18
7052026-06-20T21:40:27.282Z Downloaded colored v3.1.1
7062026-06-20T21:40:27.282Z Downloaded console v0.16.2
7072026-06-20T21:40:27.282Z Downloaded cancel-safe-futures v0.1.5
7082026-06-20T21:40:27.283Z Downloaded keccak v0.1.6
7092026-06-20T21:40:27.283Z Downloaded cookie_store v0.22.1
7102026-06-20T21:40:27.283Z Downloaded instant v0.1.13
7112026-06-20T21:40:27.283Z Downloaded const-oid v0.9.6
7122026-06-20T21:40:27.283Z Downloaded lazy_static v1.5.0
7132026-06-20T21:40:27.283Z Downloaded async-bb8-diesel v0.2.1
7142026-06-20T21:40:27.283Z Downloaded elliptic-curve v0.13.8
7152026-06-20T21:40:27.283Z Downloaded darling v0.21.3
7162026-06-20T21:40:27.283Z Downloaded glob v0.3.3
7172026-06-20T21:40:27.283Z Downloaded is_ci v1.2.0
7182026-06-20T21:40:27.283Z Downloaded crossbeam-utils v0.8.21
7192026-06-20T21:40:27.283Z Downloaded futures-channel v0.3.32
7202026-06-20T21:40:27.283Z Downloaded darling_core v0.13.4
7212026-06-20T21:40:27.474Z Downloaded highway v1.3.0
7222026-06-20T21:40:27.474Z Downloaded lalrpop-util v0.19.12
7232026-06-20T21:40:27.474Z Downloaded lru v0.12.5
7242026-06-20T21:40:27.474Z Downloaded maybe-uninit v2.0.0
7252026-06-20T21:40:27.474Z Downloaded http-body-util v0.1.3
7262026-06-20T21:40:27.474Z Downloaded internet-checksum v0.2.1
7272026-06-20T21:40:27.474Z Downloaded instability v0.3.11
7282026-06-20T21:40:27.474Z Downloaded match_cfg v0.1.0
7292026-06-20T21:40:27.474Z Downloaded bzip2 v0.6.1
7302026-06-20T21:40:27.474Z Downloaded bzip2 v0.4.4
7312026-06-20T21:40:27.474Z Downloaded kstat-rs v0.2.4
7322026-06-20T21:40:27.474Z Downloaded libscf-sys v1.1.0
7332026-06-20T21:40:27.474Z Downloaded cookie v0.18.1
7342026-06-20T21:40:27.474Z Downloaded crossbeam-epoch v0.9.18
7352026-06-20T21:40:27.474Z Downloaded linked-hash-map v0.5.6
7362026-06-20T21:40:27.474Z Downloaded futures-executor v0.3.32
7372026-06-20T21:40:27.474Z Downloaded ingot v0.1.1
7382026-06-20T21:40:27.474Z Downloaded lzss v0.8.2
7392026-06-20T21:40:27.474Z Downloaded memoffset v0.9.1
7402026-06-20T21:40:27.474Z Downloaded md5 v0.7.0
7412026-06-20T21:40:27.474Z Downloaded md-5 v0.10.6
7422026-06-20T21:40:27.474Z Downloaded mime v0.3.17
7432026-06-20T21:40:27.474Z Downloaded maplit v1.0.2
7442026-06-20T21:40:27.474Z Downloaded lru-slab v0.1.2
7452026-06-20T21:40:27.474Z Downloaded cargo_metadata v0.23.1
7462026-06-20T21:40:27.474Z Downloaded ciborium v0.2.2
7472026-06-20T21:40:27.474Z Downloaded clang-sys v1.8.1
7482026-06-20T21:40:27.474Z Downloaded new_debug_unreachable v1.0.6
7492026-06-20T21:40:27.474Z Downloaded console v0.15.11
7502026-06-20T21:40:27.474Z Downloaded impl-trait-for-tuples v0.2.3
7512026-06-20T21:40:27.475Z Downloaded fatfs v0.3.6
7522026-06-20T21:40:27.475Z Downloaded cipher v0.4.4
7532026-06-20T21:40:27.475Z Downloaded humantime v2.3.0
7542026-06-20T21:40:27.475Z Downloaded getrandom v0.2.17
7552026-06-20T21:40:27.475Z Downloaded chacha20 v0.10.0
7562026-06-20T21:40:27.475Z Downloaded hyper-staticfile v0.10.1
7572026-06-20T21:40:27.475Z Downloaded darling v0.20.11
7582026-06-20T21:40:27.475Z Downloaded managed v0.8.0
7592026-06-20T21:40:27.475Z Downloaded bytes v1.11.1
7602026-06-20T21:40:27.475Z Downloaded ingot-types v0.1.2
7612026-06-20T21:40:27.475Z Downloaded blake2 v0.10.6
7622026-06-20T21:40:27.475Z Downloaded backon v1.6.0
7632026-06-20T21:40:27.475Z Downloaded hyper-rustls v0.27.7
7642026-06-20T21:40:27.475Z Downloaded ahash v0.8.12
7652026-06-20T21:40:27.475Z Downloaded darling_core v0.23.0
7662026-06-20T21:40:27.475Z Downloaded indoc v2.0.7
7672026-06-20T21:40:27.475Z Downloaded newtype_derive v0.1.6
7682026-06-20T21:40:27.475Z Downloaded nibble_vec v0.1.0
7692026-06-20T21:40:27.475Z Downloaded newtype-uuid-macros v0.1.0
7702026-06-20T21:40:27.475Z Downloaded nonempty v0.12.0
7712026-06-20T21:40:27.475Z Downloaded libsw v3.5.0
7722026-06-20T21:40:27.475Z Downloaded jobserver v0.1.34
7732026-06-20T21:40:27.475Z Downloaded num-derive v0.3.3
7742026-06-20T21:40:27.475Z Downloaded libloading v0.8.9
7752026-06-20T21:40:27.475Z Downloaded num_threads v0.1.7
7762026-06-20T21:40:27.475Z Downloaded half v1.8.3
7772026-06-20T21:40:27.475Z Downloaded nodrop v0.1.14
7782026-06-20T21:40:27.475Z Downloaded newline-converter v0.3.0
7792026-06-20T21:40:27.475Z Downloaded num-iter v0.1.45
7802026-06-20T21:40:27.475Z Downloaded ipnet v2.11.0
7812026-06-20T21:40:27.476Z Downloaded cc v1.2.56
7822026-06-20T21:40:27.476Z Downloaded openssl-probe v0.1.6
7832026-06-20T21:40:27.476Z Downloaded openssl-macros v0.1.1
7842026-06-20T21:40:27.476Z Downloaded ipnetwork v0.21.1
7852026-06-20T21:40:27.476Z Downloaded num_enum_derive v0.5.11
7862026-06-20T21:40:27.476Z Downloaded hmac v0.12.1
7872026-06-20T21:40:27.476Z Downloaded getrandom v0.3.4
7882026-06-20T21:40:27.476Z Downloaded libsw-core v0.3.2
7892026-06-20T21:40:27.476Z Downloaded lock_api v0.4.14
7902026-06-20T21:40:27.476Z Downloaded iana-time-zone v0.1.65
7912026-06-20T21:40:27.476Z Downloaded lru-cache v0.1.2
7922026-06-20T21:40:27.476Z Downloaded ingot-macros v0.1.1
7932026-06-20T21:40:27.476Z Downloaded mime_guess v2.0.5
7942026-06-20T21:40:27.476Z Downloaded num-conv v0.2.0
7952026-06-20T21:40:27.476Z Downloaded daft-derive v0.1.7
7962026-06-20T21:40:27.476Z Downloaded opaque-debug v0.3.1
7972026-06-20T21:40:27.476Z Downloaded num v0.4.3
7982026-06-20T21:40:27.476Z Downloaded olpc-cjson v0.1.4
7992026-06-20T21:40:27.476Z Downloaded normalize-line-endings v0.3.0
8002026-06-20T21:40:27.476Z Downloaded native-tls v0.2.18
8012026-06-20T21:40:27.476Z Downloaded oso-derive v0.27.3
8022026-06-20T21:40:27.476Z Downloaded openssl-probe v0.2.1
8032026-06-20T21:40:27.476Z Downloaded nanorand v0.7.0
8042026-06-20T21:40:27.476Z Downloaded foldhash v0.1.5
8052026-06-20T21:40:27.476Z Downloaded darling_core v0.21.3
8062026-06-20T21:40:27.476Z Downloaded diff v0.1.13
8072026-06-20T21:40:27.476Z Downloaded linear-map v1.2.0
8082026-06-20T21:40:27.476Z Downloaded const_format_proc_macros v0.2.34
8092026-06-20T21:40:27.476Z Downloaded cexpr v0.6.0
8102026-06-20T21:40:27.476Z Downloaded cbc v0.1.2
8112026-06-20T21:40:27.476Z Downloaded httparse v1.10.1
8122026-06-20T21:40:27.476Z Downloaded cassowary v0.3.0
8132026-06-20T21:40:27.477Z Downloaded blowfish v0.9.1
8142026-06-20T21:40:27.477Z Downloaded libefi-sys v0.1.0
8152026-06-20T21:40:27.477Zwarning: spurious network error (3 tries remaining): [28] Timeout was reached (download of `aes-gcm v0.10.3` failed to transfer more than 10 bytes in 30s)
8162026-06-20T21:40:27.477Z Downloaded parse-display v0.10.0
8172026-06-20T21:40:27.477Zwarning: spurious network error (3 tries remaining): [28] Timeout was reached (failed to download any data for `aes v0.8.4` within 30s)
8182026-06-20T21:40:27.477Z Downloaded git-stub-vcs v0.1.0
8192026-06-20T21:40:27.477Z Downloaded futures-task v0.3.32
8202026-06-20T21:40:27.477Z Downloaded http-range v0.1.5
8212026-06-20T21:40:27.586Z Downloaded darling v0.23.0
8222026-06-20T21:40:27.586Z Downloaded peg-runtime v0.8.5
8232026-06-20T21:40:27.586Z Downloaded darling_core v0.20.11
8242026-06-20T21:40:27.586Z Downloaded buf-list v1.1.2
8252026-06-20T21:40:27.586Z Downloaded convert_case v0.10.0
8262026-06-20T21:40:27.586Z Downloaded compact_str v0.8.1
8272026-06-20T21:40:27.586Z Downloaded parse-size v1.1.0
8282026-06-20T21:40:27.586Z Downloaded pbkdf2 v0.11.0
8292026-06-20T21:40:27.586Z Downloaded phf_shared v0.13.1
8302026-06-20T21:40:27.586Z Downloaded newtype-uuid v1.3.2
8312026-06-20T21:40:27.586Z Downloaded multimap v0.10.1
8322026-06-20T21:40:27.586Z Downloaded pbkdf2 v0.12.2
8332026-06-20T21:40:27.586Z Downloaded num-rational v0.4.2
8342026-06-20T21:40:27.586Z Downloaded num_enum_derive v0.7.6
8352026-06-20T21:40:27.586Z Downloaded num_enum v0.7.6
8362026-06-20T21:40:27.586Z Downloaded pin-utils v0.1.0
8372026-06-20T21:40:27.586Z Downloaded phf_shared v0.12.1
8382026-06-20T21:40:27.586Z Downloaded phf_shared v0.11.3
8392026-06-20T21:40:27.586Z Downloaded num_enum v0.5.11
8402026-06-20T21:40:27.586Z Downloaded precomputed-hash v0.1.1
8412026-06-20T21:40:27.586Z Downloaded num-integer v0.1.46
8422026-06-20T21:40:27.586Z Downloaded predicates-core v1.0.10
8432026-06-20T21:40:27.586Z Downloaded half v2.7.1
8442026-06-20T21:40:27.586Z Downloaded num-derive v0.4.2
8452026-06-20T21:40:27.586Z Downloaded indexmap v1.9.3
8462026-06-20T21:40:27.586Z Downloaded ignore v0.4.25
8472026-06-20T21:40:27.586Z Downloaded packed_struct_codegen v0.10.1
8482026-06-20T21:40:27.586Z Downloaded packed_struct v0.10.1
8492026-06-20T21:40:27.586Z Downloaded multer v3.1.0
8502026-06-20T21:40:27.586Z Downloaded litrs v1.0.0
8512026-06-20T21:40:27.587Z Downloaded nu-ansi-term v0.50.3
8522026-06-20T21:40:27.587Z Downloaded num-complex v0.4.6
8532026-06-20T21:40:27.587Z Downloaded flate2 v1.1.9
8542026-06-20T21:40:27.587Z Downloaded password-hash v0.5.0
8552026-06-20T21:40:27.587Z Downloaded heapless v0.7.17
8562026-06-20T21:40:27.587Z Downloaded oxnet v0.1.6
8572026-06-20T21:40:27.587Z Downloaded oxide-tokio-rt v0.1.4
8582026-06-20T21:40:27.587Z Downloaded paste v1.0.15
8592026-06-20T21:40:27.587Z Downloaded powerfmt v0.2.0
8602026-06-20T21:40:27.587Z Downloaded peg-macros v0.8.5
8612026-06-20T21:40:27.587Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-06-20T21:40:27.587Z Downloaded progenitor-client v0.14.0
8632026-06-20T21:40:27.587Z Downloaded proc-macro-crate v3.4.0
8642026-06-20T21:40:27.587Z Downloaded password-hash v0.4.2
8652026-06-20T21:40:27.587Z Downloaded progenitor-macro v0.14.0
8662026-06-20T21:40:27.587Z Downloaded progenitor-macro v0.13.0
8672026-06-20T21:40:27.587Z Downloaded parse-display-derive v0.10.0
8682026-06-20T21:40:27.587Z Downloaded proc-macro-crate v1.3.1
8692026-06-20T21:40:27.587Z Downloaded libbz2-rs-sys v0.2.2
8702026-06-20T21:40:27.587Z Downloaded owo-colors v4.3.0
8712026-06-20T21:40:27.587Z Downloaded headers v0.4.1
8722026-06-20T21:40:27.587Z Downloaded radium v0.7.0
8732026-06-20T21:40:27.587Z Downloaded diesel_derives v2.3.7
8742026-06-20T21:40:27.587Z Downloaded flume v0.11.1
8752026-06-20T21:40:27.587Z Downloaded peg v0.8.5
8762026-06-20T21:40:27.587Z Downloaded memmap2 v0.9.10
8772026-06-20T21:40:27.587Z Downloaded pin-project-internal v1.1.11
8782026-06-20T21:40:27.587Z Downloaded rand_xorshift v0.4.0
8792026-06-20T21:40:27.587Z Downloaded quick-error v1.2.3
8802026-06-20T21:40:27.587Z Downloaded indicatif v0.18.4
8812026-06-20T21:40:27.587Z Downloaded path-slash v0.1.5
8822026-06-20T21:40:27.587Z Downloaded pem-rfc7468 v0.7.0
8832026-06-20T21:40:27.587Z Downloaded ppv-lite86 v0.2.21
8842026-06-20T21:40:27.587Z Downloaded pkg-config v0.3.32
8852026-06-20T21:40:27.587Z Downloaded pkcs8 v0.10.2
8862026-06-20T21:40:27.587Z Downloaded phf v0.13.1
8872026-06-20T21:40:27.587Z Downloaded parking_lot_core v0.9.12
8882026-06-20T21:40:27.588Z Downloaded pem v3.0.6
8892026-06-20T21:40:27.588Z Downloaded poly1305 v0.8.0
8902026-06-20T21:40:27.588Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-06-20T21:40:27.588Z Downloaded rand_chacha v0.3.1
8922026-06-20T21:40:27.588Z Downloaded recursive v0.1.1
8932026-06-20T21:40:27.588Z Downloaded rfc6979 v0.4.0
8942026-06-20T21:40:27.588Z Downloaded predicates v3.1.4
8952026-06-20T21:40:27.588Z Downloaded derive_more-impl v2.1.1
8962026-06-20T21:40:27.588Z Downloaded hickory-resolver v0.24.4
8972026-06-20T21:40:27.588Z Downloaded polyval v0.6.2
8982026-06-20T21:40:27.588Z Downloaded progenitor-extras v0.2.0
8992026-06-20T21:40:27.588Z Downloaded psm v0.1.30
9002026-06-20T21:40:27.588Z Downloaded psl-types v2.0.11
9012026-06-20T21:40:27.588Z Downloaded russh-cryptovec v0.7.3
9022026-06-20T21:40:27.588Z Downloaded rtoolbox v0.0.3
9032026-06-20T21:40:27.588Z Downloaded omicron-zone-package v0.12.2
9042026-06-20T21:40:27.588Z Downloaded rustc-hash v2.1.1
9052026-06-20T21:40:27.588Z Downloaded crypto-bigint v0.5.5
9062026-06-20T21:40:27.588Z Downloaded rand_core v0.6.4
9072026-06-20T21:40:27.588Z Downloaded ref-cast-impl v1.0.25
9082026-06-20T21:40:27.588Z Downloaded ref-cast v1.0.25
9092026-06-20T21:40:27.588Z Downloaded primeorder v0.13.6
9102026-06-20T21:40:27.588Z Downloaded postgres-protocol v0.6.10
9112026-06-20T21:40:27.588Z Downloaded pin-project-lite v0.2.17
9122026-06-20T21:40:27.588Z Downloaded rustc_version v0.4.1
9132026-06-20T21:40:27.588Z Downloaded base64 v0.21.7
9142026-06-20T21:40:27.588Z Downloaded progenitor v0.14.0
9152026-06-20T21:40:27.588Z Downloaded progenitor v0.13.0
9162026-06-20T21:40:27.588Z Downloaded proc-macro-error2 v2.0.1
9172026-06-20T21:40:27.588Z Downloaded parking_lot v0.12.5
9182026-06-20T21:40:27.588Z Downloaded ar_archive_writer v0.5.1
9192026-06-20T21:40:27.588Z Downloaded const_format v0.2.35
9202026-06-20T21:40:27.588Z Downloaded base64 v0.22.1
9212026-06-20T21:40:27.704Z Downloaded sapling-renderdag v0.1.0
9222026-06-20T21:40:27.704Z Downloaded parking_lot_core v0.8.6
9232026-06-20T21:40:27.704Z Downloaded salsa20 v0.10.2
9242026-06-20T21:40:27.704Z Downloaded same-file v1.0.6
9252026-06-20T21:40:27.704Z Downloaded parking_lot v0.11.2
9262026-06-20T21:40:27.704Z Downloaded rustc_version v0.1.7
9272026-06-20T21:40:27.704Z Downloaded miniz_oxide v0.8.9
9282026-06-20T21:40:27.704Z Downloaded phf v0.12.1
9292026-06-20T21:40:27.705Z Downloaded derive_more v2.1.1
9302026-06-20T21:40:27.705Z Downloaded resolv-conf v0.7.6
9312026-06-20T21:40:27.705Z Downloaded pkcs5 v0.7.1
9322026-06-20T21:40:27.705Z Downloaded pkcs1 v0.7.5
9332026-06-20T21:40:27.705Z Downloaded rand_core v0.9.5
9342026-06-20T21:40:27.705Z Downloaded rand_seeder v0.4.0
9352026-06-20T21:40:27.705Z Downloaded rand_core v0.10.0
9362026-06-20T21:40:27.705Z Downloaded scheduled-thread-pool v0.2.7
9372026-06-20T21:40:27.705Z Downloaded scopeguard v1.2.0
9382026-06-20T21:40:27.705Z Downloaded scrypt v0.11.0
9392026-06-20T21:40:27.705Z Downloaded quinn-udp v0.5.14
9402026-06-20T21:40:27.705Z Downloaded serde-big-array v0.5.1
9412026-06-20T21:40:27.705Z Downloaded scroll_derive v0.13.1
9422026-06-20T21:40:27.705Z Downloaded heapless v0.8.0
9432026-06-20T21:40:27.705Z Downloaded hickory-resolver v0.25.2
9442026-06-20T21:40:27.705Z Downloaded serde_bytes v0.11.19
9452026-06-20T21:40:27.705Z Downloaded seq-macro v0.3.6
9462026-06-20T21:40:27.705Z Downloaded serde_repr v0.1.20
9472026-06-20T21:40:27.705Z Downloaded predicates-tree v1.0.13
9482026-06-20T21:40:27.705Z Downloaded rustls-pemfile v1.0.4
9492026-06-20T21:40:27.705Z Downloaded pin-project v1.1.11
9502026-06-20T21:40:27.705Z Downloaded rustls-pemfile v2.2.0
9512026-06-20T21:40:27.706Z Downloaded secrecy v0.10.3
9522026-06-20T21:40:27.706Z Downloaded rusty-fork v0.3.1
9532026-06-20T21:40:27.706Z Downloaded rustversion v1.0.22
9542026-06-20T21:40:27.706Z Downloaded serde_spanned v1.0.4
9552026-06-20T21:40:27.706Z Downloaded serde_plain v1.0.2
9562026-06-20T21:40:27.706Z Downloaded semver v0.1.20
9572026-06-20T21:40:27.706Z Downloaded secrecy v0.8.0
9582026-06-20T21:40:27.706Z Downloaded postgres-types v0.2.12
9592026-06-20T21:40:27.706Z Downloaded bumpalo v3.20.2
9602026-06-20T21:40:27.706Z Downloaded signature v2.2.0
9612026-06-20T21:40:27.706Z Downloaded sha1 v0.10.6
9622026-06-20T21:40:27.706Z Downloaded openssl-sys v0.9.115
9632026-06-20T21:40:27.706Z Downloaded p256 v0.13.2
9642026-06-20T21:40:27.706Z Downloaded progenitor-client v0.13.0
9652026-06-20T21:40:27.706Z Downloaded papergrid v0.17.0
9662026-06-20T21:40:27.706Z Downloaded serde_urlencoded v0.7.1
9672026-06-20T21:40:27.706Z Downloaded prefix-trie v0.7.0
9682026-06-20T21:40:27.706Z Downloaded r2d2 v0.8.10
9692026-06-20T21:40:27.706Z Downloaded shell-words v1.1.1
9702026-06-20T21:40:27.706Z Downloaded sigpipe v0.1.3
9712026-06-20T21:40:27.706Z Downloaded signal-hook-tokio v0.3.1
9722026-06-20T21:40:27.706Z Downloaded schemars_derive v0.8.22
9732026-06-20T21:40:27.706Z Downloaded signal-hook-mio v0.2.5
9742026-06-20T21:40:27.706Z Downloaded siphasher v1.0.2
9752026-06-20T21:40:27.706Z Downloaded http v1.4.0
9762026-06-20T21:40:27.706Z Downloaded postcard v1.1.3
9772026-06-20T21:40:27.706Z Downloaded ed25519-dalek v2.2.0
9782026-06-20T21:40:27.707Z Downloaded scroll v0.13.0
9792026-06-20T21:40:27.707Z Downloaded progenitor-impl v0.14.0
9802026-06-20T21:40:27.707Z Downloaded crossterm v0.28.1
9812026-06-20T21:40:27.707Z Downloaded slog-bunyan v2.5.0
9822026-06-20T21:40:27.707Z Downloaded slog-envlogger v2.2.0
9832026-06-20T21:40:27.707Z Downloaded sct v0.7.1
9842026-06-20T21:40:27.707Z Downloaded rand_chacha v0.9.0
9852026-06-20T21:40:27.707Z Downloaded serde-hex v0.1.0
9862026-06-20T21:40:27.707Z Downloaded jiff-static v0.2.21
9872026-06-20T21:40:27.707Z Downloaded serde_path_to_error v0.1.20
9882026-06-20T21:40:27.707Z Downloaded oso v0.27.3
9892026-06-20T21:40:27.707Z Downloaded rustls-native-certs v0.8.3
9902026-06-20T21:40:27.707Z Downloaded sec1 v0.7.3
9912026-06-20T21:40:27.707Z Downloaded serde_derive_internals v0.29.1
9922026-06-20T21:40:27.707Z Downloaded ssh-encoding v0.2.0
9932026-06-20T21:40:27.707Z Downloaded serde_with_macros v1.5.2
9942026-06-20T21:40:27.707Z Downloaded sqlparser_derive v0.5.0
9952026-06-20T21:40:27.707Z Downloaded hyper-util v0.1.20
9962026-06-20T21:40:27.707Z Downloaded async-compression v0.4.41
9972026-06-20T21:40:27.707Z Downloaded pretty_assertions v1.4.1
9982026-06-20T21:40:27.707Z Downloaded minimal-lexical v0.2.1
9992026-06-20T21:40:27.707Z Downloaded rustls-pki-types v1.14.0
10002026-06-20T21:40:27.707Z Downloaded strsim v0.10.0
10012026-06-20T21:40:27.707Z Downloaded signal-hook-registry v1.4.8
10022026-06-20T21:40:27.707Z Downloaded structmeta-derive v0.3.0
10032026-06-20T21:40:27.708Z Downloaded strum v0.27.2
10042026-06-20T21:40:27.708Z Downloaded strum v0.26.3
10052026-06-20T21:40:27.708Z Downloaded structmeta v0.3.0
10062026-06-20T21:40:27.708Z Downloaded sync_wrapper v1.0.2
10072026-06-20T21:40:27.708Z Downloaded slab v0.4.12
10082026-06-20T21:40:27.708Z Downloaded shlex v1.3.0
10092026-06-20T21:40:27.708Z Downloaded bindgen v0.71.1
10102026-06-20T21:40:27.708Z Downloaded russh-keys v0.45.0
10112026-06-20T21:40:27.708Z Downloaded tagptr v0.2.0
10122026-06-20T21:40:27.708Z Downloaded simd-adler32 v0.3.8
10132026-06-20T21:40:27.708Z Downloaded slog-term v2.9.2
10142026-06-20T21:40:27.708Z Downloaded smf v0.2.3
10152026-06-20T21:40:27.708Z Downloaded sync-ptr v0.1.4
10162026-06-20T21:40:27.708Z Downloaded supports-color v3.0.2
10172026-06-20T21:40:27.708Z Downloaded take_mut v0.2.2
10182026-06-20T21:40:27.708Z Downloaded slog-scope v4.4.1
10192026-06-20T21:40:27.708Z Downloaded slog-json v2.6.1
10202026-06-20T21:40:27.708Z Downloaded slog-dtrace v0.3.0
10212026-06-20T21:40:27.813Z Downloaded slog-async v2.8.0
10222026-06-20T21:40:27.813Z Downloaded hashbrown v0.13.2
10232026-06-20T21:40:27.813Z Downloaded tabled_derive v0.11.0
10242026-06-20T21:40:27.813Z Downloaded smallvec v0.6.14
10252026-06-20T21:40:27.813Z Downloaded tabwriter v1.4.1
10262026-06-20T21:40:27.813Z Downloaded thiserror-impl-no-std v2.0.2
10272026-06-20T21:40:27.813Z Downloaded subtle v2.6.1
10282026-06-20T21:40:27.814Z Downloaded serde_cbor v0.11.2
10292026-06-20T21:40:27.814Z Downloaded ryu v1.0.23
10302026-06-20T21:40:27.814Z Downloaded strip-ansi-escapes v0.2.1
10312026-06-20T21:40:27.814Z Downloaded string_cache v0.8.9
10322026-06-20T21:40:27.814Z Downloaded testing_table v0.3.0
10332026-06-20T21:40:27.814Z Downloaded static_assertions v1.1.0
10342026-06-20T21:40:27.814Z Downloaded stacker v0.1.23
10352026-06-20T21:40:27.814Z Downloaded thread-id v5.1.0
10362026-06-20T21:40:27.814Z Downloaded termtree v0.5.1
10372026-06-20T21:40:27.814Z Downloaded prettyplease v0.2.37
10382026-06-20T21:40:27.814Z Downloaded tinyvec_macros v0.1.1
10392026-06-20T21:40:27.814Z Downloaded hashbrown v0.15.5
10402026-06-20T21:40:27.814Z Downloaded spki v0.7.3
10412026-06-20T21:40:27.814Z Downloaded rcgen v0.12.1
10422026-06-20T21:40:27.814Z Downloaded ssh-cipher v0.2.0
10432026-06-20T21:40:27.814Z Downloaded sqlformat v0.3.5
10442026-06-20T21:40:27.814Z Downloaded mio v1.2.0
10452026-06-20T21:40:27.814Z Downloaded schemars v0.8.22
10462026-06-20T21:40:27.815Z Downloaded stringprep v0.1.5
10472026-06-20T21:40:27.815Z Downloaded rustls-platform-verifier v0.6.2
10482026-06-20T21:40:27.815Z Downloaded strum_macros v0.24.3
10492026-06-20T21:40:27.815Z Downloaded dropshot-api-manager v0.7.2
10502026-06-20T21:40:27.815Z Downloaded tokio-macros v2.7.0
10512026-06-20T21:40:27.815Z Downloaded progenitor-impl v0.13.0
10522026-06-20T21:40:27.815Z Downloaded quinn v0.11.9
10532026-06-20T21:40:27.815Z Downloaded strum_macros v0.27.2
10542026-06-20T21:40:27.815Z Downloaded aho-corasick v1.1.4
10552026-06-20T21:40:27.815Z Downloaded strum_macros v0.26.4
10562026-06-20T21:40:27.815Z Downloaded publicsuffix v2.3.0
10572026-06-20T21:40:27.815Z Downloaded nom v7.1.3
10582026-06-20T21:40:27.815Z Downloaded tap v1.0.1
10592026-06-20T21:40:27.815Z Downloaded support-bundle-viewer v0.1.2
10602026-06-20T21:40:27.815Z Downloaded slog-stdlog v4.1.1
10612026-06-20T21:40:27.815Z Downloaded topological-sort v0.2.2
10622026-06-20T21:40:27.815Z Downloaded snafu-derive v0.8.9
10632026-06-20T21:40:27.815Z Downloaded hashbrown v0.12.3
10642026-06-20T21:40:27.815Z Downloaded thiserror-no-std v2.0.2
10652026-06-20T21:40:27.815Z Downloaded hickory-server v0.25.2
10662026-06-20T21:40:27.815Z Downloaded serde_with_macros v3.17.0
10672026-06-20T21:40:27.816Z Downloaded time-core v0.1.8
10682026-06-20T21:40:27.816Z Downloaded time-macros v0.2.27
10692026-06-20T21:40:27.816Z Downloaded tower-layer v0.3.3
10702026-06-20T21:40:27.816Z Downloaded ron v0.8.1
10712026-06-20T21:40:27.816Z Downloaded rayon-core v1.13.0
10722026-06-20T21:40:27.816Z Downloaded termios v0.3.3
10732026-06-20T21:40:27.816Z Downloaded signal-hook v0.3.18
10742026-06-20T21:40:27.816Z Downloaded tls_codec v0.4.2
10752026-06-20T21:40:27.816Z Downloaded spin v0.9.8
10762026-06-20T21:40:27.816Z Downloaded trait-variant v0.1.2
10772026-06-20T21:40:27.816Z Downloaded thread_local v1.1.9
10782026-06-20T21:40:27.816Z Downloaded similar v2.7.0
10792026-06-20T21:40:27.816Z Downloaded tokio-native-tls v0.3.1
10802026-06-20T21:40:27.816Z Downloaded qorb v0.4.1
10812026-06-20T21:40:27.816Z Downloaded try-lock v0.2.5
10822026-06-20T21:40:27.816Z Downloaded tiny-keccak v2.0.2
10832026-06-20T21:40:27.816Z Downloaded itertools v0.10.5
10842026-06-20T21:40:27.816Z Downloaded universal-hash v0.5.1
10852026-06-20T21:40:27.816Z Downloaded tower-service v0.3.3
10862026-06-20T21:40:27.816Z Downloaded unit-prefix v0.5.2
10872026-06-20T21:40:27.816Z Downloaded unicode-truncate v1.1.0
10882026-06-20T21:40:27.816Z Downloaded tokio-dtrace v0.1.1
10892026-06-20T21:40:27.816Z Downloaded tls_codec_derive v0.4.2
10902026-06-20T21:40:27.816Z Downloaded tokio-tungstenite v0.21.0
10912026-06-20T21:40:27.817Z Downloaded typify-macro v0.6.2
10922026-06-20T21:40:27.817Z Downloaded unarray v0.1.4
10932026-06-20T21:40:27.817Z Downloaded utf-8 v0.7.6
10942026-06-20T21:40:27.817Z Downloaded usdt-attr-macro v0.6.0
10952026-06-20T21:40:27.817Z Downloaded usdt v0.6.0
10962026-06-20T21:40:27.817Z Downloaded term v0.7.0
10972026-06-20T21:40:27.817Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10982026-06-20T21:40:27.817Z Downloaded samael v0.0.19
10992026-06-20T21:40:27.817Z Downloaded serde_yaml v0.9.34+deprecated
11002026-06-20T21:40:27.817Z Downloaded toml_writer v1.0.6+spec-1.1.0
11012026-06-20T21:40:27.817Z Downloaded slog v2.8.2
11022026-06-20T21:40:27.817Z Downloaded rustls-webpki v0.103.9
11032026-06-20T21:40:27.817Z Downloaded untrusted v0.7.1
11042026-06-20T21:40:27.817Z Downloaded usdt-macro v0.6.0
11052026-06-20T21:40:27.817Z Downloaded untrusted v0.9.0
11062026-06-20T21:40:27.817Z Downloaded schemars v0.9.0
11072026-06-20T21:40:27.817Z Downloaded waitgroup v0.1.2
11082026-06-20T21:40:27.817Z Downloaded wait-timeout v0.2.1
11092026-06-20T21:40:27.817Z Downloaded unicase v2.9.0
11102026-06-20T21:40:27.817Z Downloaded hashbrown v0.16.1
11112026-06-20T21:40:27.817Z Downloaded num-bigint v0.4.6
11122026-06-20T21:40:27.818Z Downloaded tokio-rustls v0.25.0
11132026-06-20T21:40:27.818Z Downloaded tokio-rustls v0.24.1
11142026-06-20T21:40:27.818Z Downloaded subprocess v0.2.15
11152026-06-20T21:40:27.818Z Downloaded want v0.3.1
11162026-06-20T21:40:27.818Z Downloaded itertools v0.14.0
11172026-06-20T21:40:27.818Z Downloaded xshell-macros v0.2.7
11182026-06-20T21:40:27.818Z Downloaded xattr v1.6.1
11192026-06-20T21:40:27.818Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11202026-06-20T21:40:27.818Z Downloaded term v1.2.1
11212026-06-20T21:40:27.856Z Downloaded void v1.0.2
11222026-06-20T21:40:27.856Z Downloaded socket2 v0.6.3
11232026-06-20T21:40:27.856Z Downloaded tokio-rustls v0.26.4
11242026-06-20T21:40:27.856Z Downloaded libxml v0.3.3
11252026-06-20T21:40:27.856Z Downloaded futures-util v0.3.32
11262026-06-20T21:40:27.856Z Downloaded nom v8.0.0
11272026-06-20T21:40:27.856Z Downloaded toml_parser v1.0.9+spec-1.1.0
11282026-06-20T21:40:27.856Z Downloaded socket2 v0.5.10
11292026-06-20T21:40:27.856Z Downloaded tokio-tungstenite v0.23.1
11302026-06-20T21:40:27.856Z Downloaded test-strategy v0.4.5
11312026-06-20T21:40:27.857Z Downloaded aws-lc-rs v1.16.3
11322026-06-20T21:40:27.857Z Downloaded vergen-lib v9.1.0
11332026-06-20T21:40:27.857Z Downloaded tracing-attributes v0.1.31
11342026-06-20T21:40:27.857Z Downloaded p521 v0.13.3
11352026-06-20T21:40:27.857Z Downloaded vergen-lib v0.1.6
11362026-06-20T21:40:27.857Z Downloaded rand v0.8.6
11372026-06-20T21:40:27.857Z Downloaded zone v0.3.1
11382026-06-20T21:40:27.857Z Downloaded tokio-stream v0.1.18
11392026-06-20T21:40:27.857Z Downloaded rand v0.9.2
11402026-06-20T21:40:27.857Z Downloaded rand v0.10.0
11412026-06-20T21:40:27.857Z Downloaded iri-string v0.7.10
11422026-06-20T21:40:27.857Z Downloaded xshell v0.2.7
11432026-06-20T21:40:27.857Z Downloaded uzers v0.12.2
11442026-06-20T21:40:27.857Z Downloaded zone_cfg_derive v0.3.1
11452026-06-20T21:40:27.857Z Downloaded itertools v0.13.0
11462026-06-20T21:40:27.857Z Downloaded snafu v0.8.9
11472026-06-20T21:40:27.857Z Downloaded num-bigint-dig v0.8.6
11482026-06-20T21:40:27.857Z Downloaded rsa v0.9.10
11492026-06-20T21:40:27.857Z Downloaded vergen-gitcl v1.0.8
11502026-06-20T21:40:27.857Z Downloaded itertools v0.12.1
11512026-06-20T21:40:27.857Z Downloaded vergen v9.1.0
11522026-06-20T21:40:27.857Z Downloaded tinyvec v1.10.0
11532026-06-20T21:40:27.857Z Downloaded walkdir v2.5.0
11542026-06-20T21:40:27.857Z Downloaded vsss-rs v3.3.4
11552026-06-20T21:40:27.857Z Downloaded zstd-safe v7.2.4
11562026-06-20T21:40:27.857Z Downloaded whoami v2.1.0
11572026-06-20T21:40:27.857Z Downloaded unicode-bidi v0.3.18
11582026-06-20T21:40:27.857Z Downloaded whoami v1.6.1
11592026-06-20T21:40:27.857Z Downloaded tui-tree-widget v0.23.1
11602026-06-20T21:40:27.858Z Downloaded wyz v0.5.1
11612026-06-20T21:40:27.858Z Downloaded unicode-properties v0.1.4
11622026-06-20T21:40:27.858Z Downloaded schemars v1.2.1
11632026-06-20T21:40:27.858Z Downloaded uuid v1.23.0
11642026-06-20T21:40:27.858Z Downloaded zeroize_derive v1.4.3
11652026-06-20T21:40:27.858Z Downloaded usdt-impl v0.6.0
11662026-06-20T21:40:27.858Z Downloaded unsafe-libyaml v0.2.11
11672026-06-20T21:40:27.858Z Downloaded h2 v0.4.13
11682026-06-20T21:40:27.858Z Downloaded hkdf v0.12.4
11692026-06-20T21:40:27.858Z Downloaded toml v1.0.6+spec-1.1.0
11702026-06-20T21:40:27.858Z Downloaded libm v0.2.16
11712026-06-20T21:40:27.858Z Downloaded zeroize v1.8.2
11722026-06-20T21:40:27.858Z Downloaded vergen-git2 v9.1.0
11732026-06-20T21:40:27.858Z Downloaded serde_with v1.14.0
11742026-06-20T21:40:27.858Z Downloaded toml v0.7.8
11752026-06-20T21:40:27.858Z Downloaded tar v0.4.45
11762026-06-20T21:40:27.858Z Downloaded hyper v1.8.1
11772026-06-20T21:40:27.858Z Downloaded tracing-core v0.1.36
11782026-06-20T21:40:27.858Z Downloaded tungstenite v0.23.0
11792026-06-20T21:40:27.858Z Downloaded zstd v0.13.3
11802026-06-20T21:40:27.858Z Downloaded typify v0.6.2
11812026-06-20T21:40:27.858Z Downloaded steno v0.4.1
11822026-06-20T21:40:27.858Z Downloaded twox-hash v2.1.2
11832026-06-20T21:40:27.858Z Downloaded tungstenite v0.21.0
11842026-06-20T21:40:27.858Z Downloaded yasna v0.5.2
11852026-06-20T21:40:27.858Z Downloaded rustyline v14.0.0
11862026-06-20T21:40:27.859Z Downloaded zerocopy v0.6.6
11872026-06-20T21:40:27.859Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-06-20T21:40:27.859Z Downloaded regex v1.12.3
11892026-06-20T21:40:27.859Z Downloaded rpassword v7.4.0
11902026-06-20T21:40:27.859Z Downloaded vte v0.14.1
11912026-06-20T21:40:27.859Z Downloaded russh v0.45.0
11922026-06-20T21:40:27.859Z Downloaded zopfli v0.8.3
11932026-06-20T21:40:27.859Z Downloaded iddqd v0.4.2
11942026-06-20T21:40:27.859Z Downloaded unicode_categories v0.1.1
11952026-06-20T21:40:27.859Z Downloaded yansi v1.0.1
11962026-06-20T21:40:27.859Z Downloaded p384 v0.13.1
11972026-06-20T21:40:27.859Z Downloaded reqwest v0.12.28
11982026-06-20T21:40:27.859Z Downloaded zip v0.6.6
11992026-06-20T21:40:27.859Z Downloaded reqwest v0.13.2
12002026-06-20T21:40:27.859Z Downloaded quick-xml v0.37.5
12012026-06-20T21:40:27.859Z Downloaded reedline v0.40.0
12022026-06-20T21:40:27.859Z Downloaded ssh-key v0.6.7
12032026-06-20T21:40:27.859Z Downloaded zerocopy-derive v0.8.40
12042026-06-20T21:40:27.859Z Downloaded toml_edit v0.19.15
12052026-06-20T21:40:27.859Z Downloaded tower v0.5.3
12062026-06-20T21:40:27.859Z Downloaded unicode-segmentation v1.12.0
12072026-06-20T21:40:27.859Z Downloaded bitvec v1.0.1
12082026-06-20T21:40:27.859Z Downloaded tokio-postgres v0.7.16
12092026-06-20T21:40:27.859Z Downloaded blake3 v1.8.3
12102026-06-20T21:40:27.859Z Downloaded rayon v1.11.0
12112026-06-20T21:40:27.859Z Downloaded git2 v0.20.4
12122026-06-20T21:40:27.859Z Downloaded unicode-normalization v0.1.25
12132026-06-20T21:40:27.859Z Downloaded rustls-webpki v0.101.7
12142026-06-20T21:40:27.859Z Downloaded x509-cert v0.2.5
12152026-06-20T21:40:27.859Z Downloaded typed-path v0.9.3
12162026-06-20T21:40:27.859Z Downloaded tokio-util v0.7.18
12172026-06-20T21:40:27.859Z Downloaded rustls-webpki v0.102.8
12182026-06-20T21:40:27.859Z Downloaded zip v4.6.1
12192026-06-20T21:40:27.859Z Downloaded tough v0.22.0
12202026-06-20T21:40:27.860Z Downloaded petname v2.0.2
12212026-06-20T21:40:27.878Z Downloaded proptest v1.10.0
12222026-06-20T21:40:27.878Z Downloaded portable-atomic v1.13.1
12232026-06-20T21:40:27.878Z Downloaded lalrpop v0.19.12
12242026-06-20T21:40:27.878Z Downloaded chrono v0.4.44
12252026-06-20T21:40:27.878Z Downloaded tower-http v0.6.8
12262026-06-20T21:40:27.878Z Downloaded goblin v0.10.5
12272026-06-20T21:40:27.878Z Downloaded quinn-proto v0.11.13
12282026-06-20T21:40:27.878Z Downloaded nix v0.27.1
12292026-06-20T21:40:27.879Z Downloaded radix_trie v0.2.1
12302026-06-20T21:40:27.879Z Downloaded serde_with v3.17.0
12312026-06-20T21:40:27.879Z Downloaded moka v0.12.13
12322026-06-20T21:40:27.879Z Downloaded winnow v0.6.26
12332026-06-20T21:40:27.879Z Downloaded curve25519-dalek v4.1.3
12342026-06-20T21:40:27.879Z Downloaded salty v0.3.0
12352026-06-20T21:40:27.879Z Downloaded object v0.30.4
12362026-06-20T21:40:27.879Z Downloaded winnow v0.5.40
12372026-06-20T21:40:27.879Z Downloaded openssl v0.10.79
12382026-06-20T21:40:27.879Z Downloaded polar-core v0.27.3
12392026-06-20T21:40:27.879Z Downloaded dropshot v0.17.0
12402026-06-20T21:40:27.879Z Downloaded nix v0.28.0
12412026-06-20T21:40:27.879Z Downloaded regex-syntax v0.6.29
12422026-06-20T21:40:27.879Z Downloaded hickory-proto v0.24.4
12432026-06-20T21:40:27.879Z Downloaded time v0.3.47
12442026-06-20T21:40:27.879Z Downloaded tabled v0.20.0
12452026-06-20T21:40:27.879Z Downloaded vcpkg v0.2.15
12462026-06-20T21:40:27.879Z Downloaded zlib-rs v0.6.2
12472026-06-20T21:40:27.879Z Downloaded hickory-proto v0.25.2
12482026-06-20T21:40:27.879Z Downloaded zerocopy v0.8.40
12492026-06-20T21:40:27.879Z Downloaded smoltcp v0.11.0
12502026-06-20T21:40:27.879Z Downloaded regress v0.11.1
12512026-06-20T21:40:27.879Z Downloaded regress v0.10.5
12522026-06-20T21:40:27.879Z Downloaded rustls v0.23.37
12532026-06-20T21:40:27.879Z Downloaded diesel v2.3.7
12542026-06-20T21:40:27.879Z Downloaded rustls v0.22.4
12552026-06-20T21:40:27.879Z Downloaded regex-syntax v0.8.10
12562026-06-20T21:40:27.879Z Downloaded openapiv3 v2.2.0
12572026-06-20T21:40:27.879Z Downloaded webpki-roots v1.0.6
12582026-06-20T21:40:27.879Z Downloaded object v0.37.3
12592026-06-20T21:40:27.879Z Downloaded rustix v0.38.44
12602026-06-20T21:40:27.879Z Downloaded bstr v1.12.1
12612026-06-20T21:40:27.879Z Downloaded smoltcp v0.9.1
12622026-06-20T21:40:27.913Z Downloaded sled v0.34.7
12632026-06-20T21:40:27.913Z Downloaded rustls v0.21.12
12642026-06-20T21:40:27.913Z Downloaded nix v0.31.2
12652026-06-20T21:40:27.963Z Downloaded tracing v0.1.44
12662026-06-20T21:40:28.040Z Downloaded regex-automata v0.4.14
12672026-06-20T21:40:28.040Z Downloaded sqlparser v0.61.0
12682026-06-20T21:40:28.040Z Downloaded typify-impl v0.6.2
12692026-06-20T21:40:28.076Z Downloaded petgraph v0.8.3
12702026-06-20T21:40:28.076Z Downloaded ratatui v0.29.0
12712026-06-20T21:40:28.076Z Downloaded csv v1.4.0
12722026-06-20T21:40:28.076Z Downloaded zerocopy-derive v0.6.6
12732026-06-20T21:40:28.076Z Downloaded bzip2-sys v0.1.13+1.0.8
12742026-06-20T21:40:28.076Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12752026-06-20T21:40:28.077Z Downloaded sha3 v0.10.8
12762026-06-20T21:40:28.103Z Downloaded aes v0.8.4
12772026-06-20T21:40:28.103Z Downloaded chrono-tz v0.10.4
12782026-06-20T21:40:28.103Z Downloaded petgraph v0.6.5
12792026-06-20T21:40:28.127Z Downloaded jiff v0.2.21
12802026-06-20T21:40:28.154Z Downloaded encoding_rs v0.8.35
12812026-06-20T21:40:28.154Z Downloaded libz-sys v1.1.24
12822026-06-20T21:40:28.247Z Downloaded libgit2-sys v0.18.3+1.9.2
12832026-06-20T21:40:28.268Z Downloaded tokio v1.52.1
12842026-06-20T21:40:28.268Z Downloaded aes-gcm v0.10.3
12852026-06-20T21:40:28.307Z Downloaded ring v0.17.14
12862026-06-20T21:40:28.900Z Downloaded aws-lc-sys v0.40.0
12872026-06-20T21:40:29.834Z Compiling libc v0.2.185
12882026-06-20T21:40:29.834Z Compiling serde v1.0.228
12892026-06-20T21:40:29.961Z Compiling log v0.4.29
12902026-06-20T21:40:29.961Z Compiling find-msvc-tools v0.1.9
12912026-06-20T21:40:29.961Z Compiling shlex v1.3.0
12922026-06-20T21:40:29.961Z Compiling smallvec v1.15.1
12932026-06-20T21:40:29.962Z Compiling typenum v1.19.0
12942026-06-20T21:40:29.962Z Compiling subtle v2.6.1
12952026-06-20T21:40:29.962Z Compiling generic-array v0.14.7
12962026-06-20T21:40:29.962Z Compiling scopeguard v1.2.0
12972026-06-20T21:40:29.962Z Compiling const-oid v0.9.6
12982026-06-20T21:40:29.962Z Compiling serde_json v1.0.149
12992026-06-20T21:40:29.962Z Compiling syn v2.0.117
13002026-06-20T21:40:29.962Z Compiling zerocopy v0.8.40
13012026-06-20T21:40:29.962Z Compiling portable-atomic v1.13.1
13022026-06-20T21:40:29.962Z Compiling pin-project-lite v0.2.17
13032026-06-20T21:40:29.962Z Compiling lock_api v0.4.14
13042026-06-20T21:40:29.962Z Compiling parking_lot_core v0.9.12
13052026-06-20T21:40:29.962Z Compiling pkg-config v0.3.32
13062026-06-20T21:40:29.962Z Compiling bitflags v2.11.0
13072026-06-20T21:40:29.962Z Compiling critical-section v1.2.0
13082026-06-20T21:40:29.963Z Compiling futures-core v0.3.32
13092026-06-20T21:40:29.963Z Compiling libm v0.2.16
13102026-06-20T21:40:29.963Z Compiling num-traits v0.2.19
13112026-06-20T21:40:29.963Z Compiling percent-encoding v2.3.2
13122026-06-20T21:40:29.963Z Compiling futures-sink v0.3.32
13132026-06-20T21:40:29.963Z Compiling slab v0.4.12
13142026-06-20T21:40:29.963Z Compiling futures-io v0.3.32
13152026-06-20T21:40:29.963Z Compiling futures-channel v0.3.32
13162026-06-20T21:40:29.963Z Compiling futures-task v0.3.32
13172026-06-20T21:40:29.963Z Compiling getrandom v0.4.1
13182026-06-20T21:40:29.963Z Compiling cpufeatures v0.2.17
13192026-06-20T21:40:29.963Z Compiling rand_core v0.10.0
13202026-06-20T21:40:29.963Z Compiling indexmap v2.14.0
13212026-06-20T21:40:29.996Z Compiling getrandom v0.3.4
13222026-06-20T21:40:29.996Z Compiling rustversion v1.0.22
13232026-06-20T21:40:29.996Z Compiling form_urlencoded v1.2.2
13242026-06-20T21:40:30.020Z Compiling dunce v1.0.5
13252026-06-20T21:40:30.020Z Compiling fs_extra v1.3.0
13262026-06-20T21:40:30.088Z Compiling base64ct v1.8.3
13272026-06-20T21:40:30.088Z Compiling ident_case v1.0.1
13282026-06-20T21:40:30.088Z Compiling flagset v0.4.7
13292026-06-20T21:40:30.127Z Compiling iana-time-zone v0.1.65
13302026-06-20T21:40:30.153Z Compiling rustix v1.1.3
13312026-06-20T21:40:30.202Z Compiling getrandom v0.2.17
13322026-06-20T21:40:30.219Z Compiling jobserver v0.1.34
13332026-06-20T21:40:30.244Z Compiling errno v0.3.14
13342026-06-20T21:40:30.315Z Compiling mio v1.2.0
13352026-06-20T21:40:30.337Z Compiling socket2 v0.6.3
13362026-06-20T21:40:30.388Z Compiling rand_core v0.6.4
13372026-06-20T21:40:30.388Z Compiling signal-hook-registry v1.4.8
13382026-06-20T21:40:30.475Z Compiling cc v1.2.56
13392026-06-20T21:40:30.533Z Compiling once_cell v1.21.3
13402026-06-20T21:40:30.563Z Compiling parking_lot v0.12.5
13412026-06-20T21:40:30.576Z Compiling pem-rfc7468 v0.7.0
13422026-06-20T21:40:30.576Z Compiling regex-syntax v0.8.10
13432026-06-20T21:40:30.632Z Compiling vcpkg v0.2.15
13442026-06-20T21:40:30.644Z Compiling aws-lc-rs v1.16.3
13452026-06-20T21:40:30.644Z Compiling tracing-core v0.1.36
13462026-06-20T21:40:30.791Z Compiling uuid v1.23.0
13472026-06-20T21:40:30.859Z Compiling rustc_version v0.4.1
13482026-06-20T21:40:30.859Z Compiling base64 v0.22.1
13492026-06-20T21:40:30.897Z Compiling rand_core v0.9.5
13502026-06-20T21:40:30.956Z Compiling untrusted v0.9.0
13512026-06-20T21:40:31.014Z Compiling tinyvec_macros v0.1.1
13522026-06-20T21:40:31.014Z Compiling httparse v1.10.1
13532026-06-20T21:40:31.056Z Compiling untrusted v0.7.1
13542026-06-20T21:40:31.056Z Compiling openssl-probe v0.2.1
13552026-06-20T21:40:31.083Z Compiling tinyvec v1.10.0
13562026-06-20T21:40:31.103Z Compiling aho-corasick v1.1.4
13572026-06-20T21:40:31.128Z Compiling atomic-waker v1.1.2
13582026-06-20T21:40:31.152Z Compiling dyn-clone v1.0.20
13592026-06-20T21:40:31.169Z Compiling rustls v0.23.37
13602026-06-20T21:40:31.169Z Compiling tower-service v0.3.3
13612026-06-20T21:40:31.223Z Compiling cmake v0.1.57
13622026-06-20T21:40:31.239Z Compiling tower-layer v0.3.3
13632026-06-20T21:40:31.282Z Compiling schemars v0.8.22
13642026-06-20T21:40:31.310Z Compiling try-lock v0.2.5
13652026-06-20T21:40:31.375Z Compiling openssl v0.10.79
13662026-06-20T21:40:31.689Z Compiling pin-utils v0.1.0
13672026-06-20T21:40:31.689Z Compiling foreign-types-shared v0.1.1
13682026-06-20T21:40:31.689Z Compiling httpdate v1.0.3
13692026-06-20T21:40:31.891Z Compiling want v0.3.1
13702026-06-20T21:40:31.891Z Compiling foreign-types v0.3.2
13712026-06-20T21:40:31.891Z Compiling unicode-normalization v0.1.25
13722026-06-20T21:40:31.891Z Compiling socket2 v0.5.10
13732026-06-20T21:40:31.891Z Compiling spin v0.9.8
13742026-06-20T21:40:31.891Z Compiling crc32fast v1.5.0
13752026-06-20T21:40:31.891Z Compiling time-core v0.1.8
13762026-06-20T21:40:31.891Z Compiling native-tls v0.2.18
13772026-06-20T21:40:31.891Z Compiling num-conv v0.2.0
13782026-06-20T21:40:31.891Z Compiling powerfmt v0.2.0
13792026-06-20T21:40:31.891Z Compiling wait-timeout v0.2.1
13802026-06-20T21:40:31.892Z Compiling sync_wrapper v1.0.2
13812026-06-20T21:40:31.892Z Compiling crossbeam-utils v0.8.21
13822026-06-20T21:40:31.892Z Compiling unicode-segmentation v1.12.0
13832026-06-20T21:40:32.038Z Compiling time-macros v0.2.27
13842026-06-20T21:40:32.038Z Compiling syn v1.0.109
13852026-06-20T21:40:32.038Z Compiling tempfile v3.25.0
13862026-06-20T21:40:32.038Z Compiling deranged v0.5.8
13872026-06-20T21:40:32.038Z Compiling siphasher v1.0.2
13882026-06-20T21:40:32.038Z Compiling num_threads v0.1.7
13892026-06-20T21:40:32.038Z Compiling usdt-impl v0.6.0
13902026-06-20T21:40:32.175Z Compiling quick-error v1.2.3
13912026-06-20T21:40:32.175Z Compiling bit-vec v0.8.0
13922026-06-20T21:40:32.176Z Compiling simd-adler32 v0.3.8
13932026-06-20T21:40:32.176Z Compiling rusty-fork v0.3.1
13942026-06-20T21:40:32.176Z Compiling slog v2.8.2
13952026-06-20T21:40:32.200Z Compiling regex-automata v0.4.14
13962026-06-20T21:40:32.200Z Compiling aws-lc-sys v0.40.0
13972026-06-20T21:40:32.200Z Compiling ring v0.17.14
13982026-06-20T21:40:32.201Z Compiling openssl-sys v0.9.115
13992026-06-20T21:40:32.210Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-06-20T21:40:32.259Z Compiling synstructure v0.13.2
14012026-06-20T21:40:32.259Z Compiling pest_generator v2.8.6
14022026-06-20T21:40:32.303Z Compiling serde_derive_internals v0.29.1
14032026-06-20T21:40:32.330Z Compiling darling_core v0.20.11
14042026-06-20T21:40:32.361Z Compiling darling_core v0.21.3
14052026-06-20T21:40:32.450Z Compiling bit-set v0.8.0
14062026-06-20T21:40:32.748Z Compiling bzip2-sys v0.1.13+1.0.8
14072026-06-20T21:40:33.068Z Compiling heapless v0.7.17
14082026-06-20T21:40:33.168Z Compiling time v0.3.47
14092026-06-20T21:40:33.168Z Compiling rand_xorshift v0.4.0
14102026-06-20T21:40:33.168Z Compiling thread-id v5.1.0
14112026-06-20T21:40:33.168Z Compiling cookie v0.18.1
14122026-06-20T21:40:33.168Z Compiling zstd-safe v7.2.4
14132026-06-20T21:40:33.168Z Compiling adler2 v2.0.1
14142026-06-20T21:40:33.238Z Compiling paste v1.0.15
14152026-06-20T21:40:33.238Z Compiling allocator-api2 v0.2.21
14162026-06-20T21:40:33.320Z Compiling unarray v0.1.4
14172026-06-20T21:40:33.320Z Compiling ryu v1.0.23
14182026-06-20T21:40:33.320Z Compiling unicode-bidi v0.3.18
14192026-06-20T21:40:33.320Z Compiling unicode-properties v0.1.4
14202026-06-20T21:40:33.320Z Compiling anyhow v1.0.102
14212026-06-20T21:40:33.337Z Compiling iri-string v0.7.10
14222026-06-20T21:40:33.363Z Compiling signal-hook v0.3.18
14232026-06-20T21:40:33.493Z Compiling miniz_oxide v0.8.9
14242026-06-20T21:40:33.573Z Compiling heck v0.4.1
14252026-06-20T21:40:33.841Z Compiling stringprep v0.1.5
14262026-06-20T21:40:33.849Z Compiling num-integer v0.1.46
14272026-06-20T21:40:33.875Z Compiling vergen-lib v9.1.0
14282026-06-20T21:40:34.815Z Compiling serde_derive v1.0.228
14292026-06-20T21:40:35.034Z Compiling zeroize_derive v1.4.3
14302026-06-20T21:40:35.034Z Compiling zerofrom-derive v0.1.6
14312026-06-20T21:40:35.034Z Compiling yoke-derive v0.8.1
14322026-06-20T21:40:35.034Z Compiling zerocopy-derive v0.8.40
14332026-06-20T21:40:35.034Z Compiling zerovec-derive v0.11.2
14342026-06-20T21:40:35.034Z Compiling displaydoc v0.2.5
14352026-06-20T21:40:35.034Z Compiling tokio-macros v2.7.0
14362026-06-20T21:40:35.034Z Compiling futures-macro v0.3.32
14372026-06-20T21:40:35.034Z Compiling zeroize v1.8.2
14382026-06-20T21:40:35.147Z Compiling der_derive v0.7.3
14392026-06-20T21:40:35.147Z Compiling rustls-pki-types v1.14.0
14402026-06-20T21:40:35.173Z Compiling tracing-attributes v0.1.31
14412026-06-20T21:40:35.419Z Compiling thiserror-impl v2.0.18
14422026-06-20T21:40:35.712Z Compiling scroll_derive v0.13.1
14432026-06-20T21:40:35.712Z Compiling schemars_derive v0.8.22
14442026-06-20T21:40:36.321Z Compiling pest_derive v2.8.6
14452026-06-20T21:40:36.321Z Compiling crypto-common v0.1.7
14462026-06-20T21:40:36.322Z Compiling zerofrom v0.1.6
14472026-06-20T21:40:36.322Z Compiling block-buffer v0.10.4
14482026-06-20T21:40:36.322Z Compiling yoke v0.8.1
14492026-06-20T21:40:36.322Z Compiling futures-util v0.3.32
14502026-06-20T21:40:36.322Z Compiling digest v0.10.7
14512026-06-20T21:40:37.470Z Compiling zerovec v0.11.5
14522026-06-20T21:40:37.470Z Compiling zerotrie v0.2.3
14532026-06-20T21:40:37.471Z Compiling block-padding v0.3.3
14542026-06-20T21:40:37.471Z Compiling hmac v0.12.1
14552026-06-20T21:40:37.471Z Compiling inout v0.1.4
14562026-06-20T21:40:37.471Z Compiling sha2 v0.10.9
14572026-06-20T21:40:37.471Z Compiling der v0.7.10
14582026-06-20T21:40:37.471Z Compiling pbkdf2 v0.12.2
14592026-06-20T21:40:37.471Z Compiling cipher v0.4.4
14602026-06-20T21:40:37.471Z Compiling tinystr v0.8.2
14612026-06-20T21:40:37.471Z Compiling potential_utf v0.1.4
14622026-06-20T21:40:37.471Z Compiling scroll v0.13.0
14632026-06-20T21:40:37.472Z Compiling tracing v0.1.44
14642026-06-20T21:40:37.744Z Compiling icu_locale_core v2.1.1
14652026-06-20T21:40:37.744Z Compiling icu_collections v2.1.1
14662026-06-20T21:40:37.744Z Compiling salsa20 v0.10.2
14672026-06-20T21:40:37.744Z Compiling cbc v0.1.2
14682026-06-20T21:40:37.744Z Compiling aes v0.8.4
14692026-06-20T21:40:37.745Z Compiling scrypt v0.11.0
14702026-06-20T21:40:37.745Z Compiling darling_macro v0.20.11
14712026-06-20T21:40:37.745Z Compiling thiserror v2.0.18
14722026-06-20T21:40:37.745Z Compiling openssl-macros v0.1.1
14732026-06-20T21:40:37.745Z Compiling goblin v0.10.5
14742026-06-20T21:40:37.745Z Compiling rustls-native-certs v0.8.3
14752026-06-20T21:40:37.745Z Compiling spki v0.7.3
14762026-06-20T21:40:37.745Z Compiling icu_provider v2.1.1
14772026-06-20T21:40:37.745Z Compiling pkcs5 v0.7.1
14782026-06-20T21:40:37.745Z Compiling darling v0.20.11
14792026-06-20T21:40:38.183Z Compiling derive_builder_core v0.20.2
14802026-06-20T21:40:38.183Z Compiling dtrace-parser v0.3.0
14812026-06-20T21:40:38.183Z Compiling signature v2.2.0
14822026-06-20T21:40:38.183Z Compiling webpki-roots v1.0.6
14832026-06-20T21:40:38.183Z Compiling bytes v1.11.1
14842026-06-20T21:40:38.183Z Compiling icu_properties v2.1.2
14852026-06-20T21:40:38.183Z Compiling icu_normalizer v2.1.1
14862026-06-20T21:40:38.183Z Compiling chrono v0.4.44
14872026-06-20T21:40:38.183Z Compiling pkcs8 v0.10.2
14882026-06-20T21:40:38.184Z Compiling ipnet v2.11.0
14892026-06-20T21:40:38.184Z Compiling thiserror-impl v1.0.69
14902026-06-20T21:40:38.567Z Compiling scroll_derive v0.12.1
14912026-06-20T21:40:38.567Z Compiling tokio v1.52.1
14922026-06-20T21:40:39.020Z Compiling http v1.4.0
14932026-06-20T21:40:39.021Z Compiling serde_spanned v0.6.9
14942026-06-20T21:40:39.021Z Compiling toml_datetime v0.6.11
14952026-06-20T21:40:39.021Z Compiling derive_builder_macro v0.20.2
14962026-06-20T21:40:39.021Z Compiling serde_urlencoded v0.7.1
14972026-06-20T21:40:39.021Z Compiling serde_tokenstream v0.2.3
14982026-06-20T21:40:39.242Z Compiling idna_adapter v1.2.1
14992026-06-20T21:40:39.242Z Compiling ppv-lite86 v0.2.21
15002026-06-20T21:40:39.242Z Compiling erased-serde v0.3.31
15012026-06-20T21:40:39.242Z Compiling idna v1.1.0
15022026-06-20T21:40:39.242Z Compiling scroll v0.12.0
15032026-06-20T21:40:39.242Z Compiling md-5 v0.10.6
15042026-06-20T21:40:39.243Z Compiling darling_macro v0.21.3
15052026-06-20T21:40:39.243Z Compiling bstr v1.12.1
15062026-06-20T21:40:39.243Z Compiling async-trait v0.1.89
15072026-06-20T21:40:39.243Z Compiling rand_chacha v0.9.0
15082026-06-20T21:40:39.243Z Compiling http-body v1.0.1
15092026-06-20T21:40:39.243Z Compiling url v2.5.8
15102026-06-20T21:40:39.272Z Compiling http-body-util v0.1.3
15112026-06-20T21:40:39.272Z Compiling rand v0.9.2
15122026-06-20T21:40:39.272Z Compiling rand_chacha v0.3.1
15132026-06-20T21:40:39.306Z Compiling thiserror v1.0.69
15142026-06-20T21:40:39.306Z Compiling pin-project-internal v1.1.11
15152026-06-20T21:40:39.472Z Compiling zerocopy-derive v0.7.35
15162026-06-20T21:40:39.472Z Compiling curve25519-dalek v4.1.3
15172026-06-20T21:40:39.773Z Compiling ff v0.13.1
15182026-06-20T21:40:39.773Z Compiling hash32 v0.2.1
15192026-06-20T21:40:39.773Z Compiling memoffset v0.9.1
15202026-06-20T21:40:40.105Z Compiling encoding_rs v0.8.35
15212026-06-20T21:40:40.105Z Compiling dof v0.4.0
15222026-06-20T21:40:40.106Z Compiling proptest v1.10.0
15232026-06-20T21:40:40.407Z Compiling num-bigint-dig v0.8.6
15242026-06-20T21:40:40.407Z Compiling mime v0.3.17
15252026-06-20T21:40:40.407Z Compiling psl-types v2.0.11
15262026-06-20T21:40:40.407Z Compiling zlib-rs v0.6.2
15272026-06-20T21:40:40.407Z Compiling rustix v0.38.44
15282026-06-20T21:40:40.407Z Compiling litrs v1.0.0
15292026-06-20T21:40:40.407Z Compiling smoltcp v0.9.1
15302026-06-20T21:40:40.778Z Compiling cfg_aliases v0.2.1
15312026-06-20T21:40:40.778Z Compiling base16ct v0.2.0
15322026-06-20T21:40:40.778Z Compiling ipnetwork v0.21.1
15332026-06-20T21:40:40.778Z Compiling ref-cast v1.0.25
15342026-06-20T21:40:40.778Z Compiling fallible-iterator v0.2.0
15352026-06-20T21:40:41.225Z Compiling pin-project v1.1.11
15362026-06-20T21:40:41.225Z Compiling oxnet v0.1.6
15372026-06-20T21:40:41.225Z Compiling sec1 v0.7.3
15382026-06-20T21:40:41.225Z Compiling document-features v0.2.12
15392026-06-20T21:40:41.225Z Compiling nix v0.31.2
15402026-06-20T21:40:41.226Z Compiling postgres-protocol v0.6.10
15412026-06-20T21:40:41.226Z Compiling zerocopy v0.7.35
15422026-06-20T21:40:41.226Z Compiling publicsuffix v2.3.0
15432026-06-20T21:40:41.486Z Compiling group v0.13.0
15442026-06-20T21:40:41.486Z Compiling rand v0.8.6
15452026-06-20T21:40:41.486Z Compiling darling v0.21.3
15462026-06-20T21:40:41.487Z Compiling goblin v0.8.2
15472026-06-20T21:40:41.487Z Compiling derive_builder v0.20.2
15482026-06-20T21:40:41.487Z Compiling futures-executor v0.3.32
15492026-06-20T21:40:41.487Z Compiling hex v0.4.3
15502026-06-20T21:40:41.487Z Compiling hubpack_derive v0.1.1
15512026-06-20T21:40:41.487Z Compiling hkdf v0.12.4
15522026-06-20T21:40:41.487Z Compiling crypto-bigint v0.5.5
15532026-06-20T21:40:41.487Z Compiling regex v1.12.3
15542026-06-20T21:40:41.747Z Compiling num-iter v0.1.45
15552026-06-20T21:40:41.747Z Compiling ref-cast-impl v1.0.25
15562026-06-20T21:40:41.747Z Compiling strum_macros v0.27.2
15572026-06-20T21:40:41.747Z Compiling curve25519-dalek-derive v0.1.1
15582026-06-20T21:40:41.747Z Compiling snafu-derive v0.8.9
15592026-06-20T21:40:41.747Z Compiling daft-derive v0.1.7
15602026-06-20T21:40:42.301Z Compiling tokio-util v0.7.18
15612026-06-20T21:40:42.401Z Compiling tower v0.5.3
15622026-06-20T21:40:42.401Z Compiling tokio-native-tls v0.3.1
15632026-06-20T21:40:42.401Z Compiling phf_shared v0.13.1
15642026-06-20T21:40:42.401Z Compiling terminal_size v0.4.3
15652026-06-20T21:40:42.401Z Compiling newtype-uuid v1.3.2
15662026-06-20T21:40:42.402Z Compiling lazy_static v1.5.0
15672026-06-20T21:40:42.402Z Compiling anstyle-parse v0.2.7
15682026-06-20T21:40:42.402Z Compiling vergen v9.1.0
15692026-06-20T21:40:42.402Z Compiling cargo-platform v0.3.2
15702026-06-20T21:40:42.402Z Compiling fs-err v3.3.0
15712026-06-20T21:40:42.402Z Compiling ahash v0.8.12
15722026-06-20T21:40:42.617Z Compiling tower-http v0.6.8
15732026-06-20T21:40:42.639Z Compiling bumpalo v3.20.2
15742026-06-20T21:40:42.640Z Compiling foldhash v0.1.5
15752026-06-20T21:40:42.640Z Compiling object v0.37.3
15762026-06-20T21:40:42.640Z Compiling libbz2-rs-sys v0.2.2
15772026-06-20T21:40:42.640Z Compiling managed v0.8.0
15782026-06-20T21:40:42.677Z Compiling foldhash v0.2.0
15792026-06-20T21:40:42.748Z Compiling h2 v0.4.13
15802026-06-20T21:40:42.897Z Compiling bitflags v1.3.2
15812026-06-20T21:40:42.993Z Compiling same-file v1.0.6
15822026-06-20T21:40:42.993Z Compiling winnow v0.5.40
15832026-06-20T21:40:42.993Z Compiling hashbrown v0.16.1
15842026-06-20T21:40:43.196Z Compiling flate2 v1.1.9
15852026-06-20T21:40:43.196Z Compiling bzip2 v0.6.1
15862026-06-20T21:40:43.283Z Compiling walkdir v2.5.0
15872026-06-20T21:40:43.299Z Compiling zopfli v0.8.3
15882026-06-20T21:40:43.312Z Compiling hashbrown v0.15.5
15892026-06-20T21:40:43.361Z Compiling dof v0.3.0
15902026-06-20T21:40:43.380Z Compiling clap_builder v4.6.0
15912026-06-20T21:40:43.554Z Compiling cargo_metadata v0.23.1
15922026-06-20T21:40:43.570Z Compiling snafu v0.8.9
15932026-06-20T21:40:43.589Z Compiling daft v0.1.7
15942026-06-20T21:40:43.589Z Compiling anstream v0.6.21
15952026-06-20T21:40:43.645Z Compiling strum v0.27.2
15962026-06-20T21:40:43.814Z Compiling elliptic-curve v0.13.8
15972026-06-20T21:40:43.974Z Compiling phf v0.13.1
15982026-06-20T21:40:44.077Z Compiling signal-hook-mio v0.2.5
15992026-06-20T21:40:44.077Z Compiling cookie_store v0.22.1
16002026-06-20T21:40:44.107Z Compiling hubpack v0.1.2
16012026-06-20T21:40:44.107Z Compiling bzip2 v0.4.4
16022026-06-20T21:40:44.107Z Compiling usdt-attr-macro v0.6.0
16032026-06-20T21:40:44.130Z Compiling usdt-macro v0.6.0
16042026-06-20T21:40:44.180Z Compiling toml_edit v0.19.15
16052026-06-20T21:40:44.309Z Compiling futures v0.3.32
16062026-06-20T21:40:44.323Z Compiling postgres-types v0.2.12
16072026-06-20T21:40:44.349Z Compiling serde_with_macros v3.17.0
16082026-06-20T21:40:44.394Z Compiling zstd v0.13.3
16092026-06-20T21:40:44.733Z Compiling dtrace-parser v0.2.0
16102026-06-20T21:40:44.842Z Compiling globset v0.4.18
16112026-06-20T21:40:44.842Z Compiling pkcs1 v0.7.5
16122026-06-20T21:40:44.986Z Compiling ed25519 v2.2.3
16132026-06-20T21:40:45.104Z Compiling serde-big-array v0.5.1
16142026-06-20T21:40:45.104Z Compiling olpc-cjson v0.1.4
16152026-06-20T21:40:45.104Z Compiling serde_plain v1.0.2
16162026-06-20T21:40:45.146Z Compiling rfc6979 v0.4.0
16172026-06-20T21:40:45.146Z Compiling strum_macros v0.26.4
16182026-06-20T21:40:45.179Z Compiling clap_derive v4.6.1
16192026-06-20T21:40:45.196Z Compiling async-recursion v1.1.1
16202026-06-20T21:40:45.337Z Compiling serde_repr v0.1.20
16212026-06-20T21:40:45.373Z Compiling enum-as-inner v0.6.1
16222026-06-20T21:40:45.435Z Compiling phf_shared v0.11.3
16232026-06-20T21:40:45.511Z Compiling float-cmp v0.10.0
16242026-06-20T21:40:45.829Z Compiling pem v3.0.6
16252026-06-20T21:40:45.943Z Compiling memmap2 v0.9.10
16262026-06-20T21:40:45.944Z Compiling hyper v1.8.1
16272026-06-20T21:40:45.944Z Compiling thread-id v4.2.2
16282026-06-20T21:40:45.944Z Compiling env_filter v1.0.0
16292026-06-20T21:40:46.102Z Compiling static_assertions v1.1.0
16302026-06-20T21:40:46.103Z Compiling whoami v2.1.0
16312026-06-20T21:40:46.103Z Compiling difflib v0.4.0
16322026-06-20T21:40:46.103Z Compiling fixedbitset v0.4.2
16332026-06-20T21:40:46.103Z Compiling jiff v0.2.21
16342026-06-20T21:40:46.158Z Compiling keccak v0.1.6
16352026-06-20T21:40:46.187Z Compiling precomputed-hash v0.1.1
16362026-06-20T21:40:46.187Z Compiling either v1.15.0
16372026-06-20T21:40:46.258Z Compiling fixedbitset v0.5.7
16382026-06-20T21:40:46.316Z Compiling typed-path v0.9.3
16392026-06-20T21:40:46.454Z Compiling data-encoding v2.10.0
16402026-06-20T21:40:46.464Z Compiling predicates-core v1.0.10
16412026-06-20T21:40:46.584Z Compiling normalize-line-endings v0.3.0
16422026-06-20T21:40:46.660Z Compiling new_debug_unreachable v1.0.6
16432026-06-20T21:40:46.674Z Compiling predicates v3.1.4
16442026-06-20T21:40:46.713Z Compiling string_cache v0.8.9
16452026-06-20T21:40:46.777Z Compiling petgraph v0.8.3
16462026-06-20T21:40:46.821Z Compiling hickory-proto v0.25.2
16472026-06-20T21:40:46.895Z Compiling hyper-util v0.1.20
16482026-06-20T21:40:46.939Z Compiling itertools v0.13.0
16492026-06-20T21:40:46.958Z Compiling toml_edit v0.22.27
16502026-06-20T21:40:46.996Z Compiling strum v0.26.3
16512026-06-20T21:40:47.023Z Compiling sha3 v0.10.8
16522026-06-20T21:40:47.044Z Compiling clap v4.6.1
16532026-06-20T21:40:47.167Z Compiling tokio-postgres v0.7.16
16542026-06-20T21:40:47.223Z Compiling petgraph v0.6.5
16552026-06-20T21:40:47.233Z Compiling env_logger v0.11.9
16562026-06-20T21:40:47.367Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16572026-06-20T21:40:47.432Z Compiling usdt-impl v0.5.0
16582026-06-20T21:40:47.489Z Compiling usdt v0.6.0
16592026-06-20T21:40:47.606Z Compiling serde_with v3.17.0
16602026-06-20T21:40:47.686Z Compiling toml v0.7.8
16612026-06-20T21:40:47.880Z Compiling crossterm v0.28.1
16622026-06-20T21:40:48.047Z Compiling ecdsa v0.16.9
16632026-06-20T21:40:48.240Z Compiling ed25519-dalek v2.2.0
16642026-06-20T21:40:48.283Z Compiling hyper-tls v0.6.0
16652026-06-20T21:40:48.421Z Compiling rsa v0.9.10
16662026-06-20T21:40:48.692Z Compiling zip v4.6.1
16672026-06-20T21:40:48.852Z Compiling zip v0.6.6
16682026-06-20T21:40:48.925Z Compiling iddqd v0.4.2
16692026-06-20T21:40:49.529Z Compiling tokio-stream v0.1.18
16702026-06-20T21:40:50.334Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-06-20T21:40:50.334Z Compiling buf-list v1.1.2
16722026-06-20T21:40:50.334Z Compiling similar v2.7.0
16732026-06-20T21:40:50.334Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-20T21:40:50.368Z Compiling openapiv3 v2.2.0
16752026-06-20T21:40:50.368Z Compiling x509-cert v0.2.5
16762026-06-20T21:40:50.368Z Compiling sha1 v0.10.6
16772026-06-20T21:40:50.369Z Compiling crossbeam-epoch v0.9.18
16782026-06-20T21:40:50.369Z Compiling lalrpop-util v0.19.12
16792026-06-20T21:40:50.369Z Compiling peg-runtime v0.8.5
16802026-06-20T21:40:50.369Z Compiling thread_local v1.1.9
16812026-06-20T21:40:50.369Z Compiling slog-async v2.8.0
16822026-06-20T21:40:50.369Z Compiling crossbeam-channel v0.5.15
16832026-06-20T21:40:50.369Z Compiling filetime v0.2.27
16842026-06-20T21:40:50.369Z Compiling is-terminal v0.4.17
16852026-06-20T21:40:50.369Z Compiling take_mut v0.2.2
16862026-06-20T21:40:50.369Z Compiling xattr v1.6.1
16872026-06-20T21:40:50.369Z Compiling term v1.2.1
16882026-06-20T21:40:50.451Z Compiling tar v0.4.45
16892026-06-20T21:40:50.610Z Compiling slog-term v2.9.2
16902026-06-20T21:41:08.253Z Compiling rustls-webpki v0.103.9
16912026-06-20T21:41:11.065Z Compiling tokio-rustls v0.26.4
16922026-06-20T21:41:11.065Z Compiling rustls-platform-verifier v0.6.2
16932026-06-20T21:41:11.304Z Compiling hyper-rustls v0.27.7
16942026-06-20T21:41:11.511Z Compiling reqwest v0.12.28
16952026-06-20T21:41:11.512Z Compiling reqwest v0.13.2
16962026-06-20T21:41:12.609Z Compiling tough v0.22.0
16972026-06-20T21:41:15.246Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-06-20T21:41:15.474Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-06-20T21:41:18.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
17002026-06-20T21:41:18.514Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17012026-06-20T21:41:18.573ZJun 20 21:41:17.955 INFO Starting download, target: Cockroach
17022026-06-20T21:41:18.573ZJun 20 21:41:17.956 INFO Starting download, target: Clickhouse
17032026-06-20T21:41:18.573ZJun 20 21:41:17.956 INFO Starting download, target: Console
17042026-06-20T21:41:18.573ZJun 20 21:41:17.956 INFO Starting download, target: DendriteStub
17052026-06-20T21:41:18.573ZJun 20 21:41:17.956 INFO Starting download, target: MaghemiteMgd
17062026-06-20T21:41:18.574ZJun 20 21:41:17.956 INFO Starting download, target: MaghemiteDdmd
17072026-06-20T21:41:18.574ZJun 20 21:41:17.956 INFO Starting download, target: TransceiverControl
17082026-06-20T21:41:18.574ZJun 20 21:41:17.956 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-06-20T21:41:18.574ZJun 20 21:41:17.957 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17102026-06-20T21:41:18.574ZJun 20 21:41:17.957 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-06-20T21:41:18.574ZJun 20 21:41:17.957 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-06-20T21:41:18.574ZJun 20 21:41:17.957 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-20T21:41:18.574ZJun 20 21:41:17.957 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-06-20T21:41:18.574ZJun 20 21:41:17.957 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17152026-06-20T21:41:19.373ZJun 20 21:41:18.843 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-20T21:41:19.491ZJun 20 21:41:19.022 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17172026-06-20T21:41:19.629ZJun 20 21:41:19.086 INFO Download complete, target: Console
17182026-06-20T21:41:19.833ZJun 20 21:41:19.231 INFO Download complete, target: TransceiverControl
17192026-06-20T21:41:20.555ZJun 20 21:41:19.970 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17202026-06-20T21:41:24.460ZJun 20 21:41:23.978 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17212026-06-20T21:41:25.182ZJun 20 21:41:24.594 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17222026-06-20T21:41:25.911ZJun 20 21:41:25.323 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17232026-06-20T21:41:27.021ZJun 20 21:41:26.474 INFO Download complete, target: DendriteStub
17242026-06-20T21:41:27.108ZJun 20 21:41:26.552 INFO Download complete, target: MaghemiteDdmd
17252026-06-20T21:41:27.229ZJun 20 21:41:26.726 INFO Checking that binary works, target: Clickhouse
17262026-06-20T21:41:27.360ZJun 20 21:41:26.876 INFO Download complete, target: Clickhouse
17272026-06-20T21:41:27.414ZJun 20 21:41:26.915 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17282026-06-20T21:41:27.414ZJun 20 21:41:26.915 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17292026-06-20T21:41:28.397ZJun 20 21:41:27.929 INFO Download complete, target: MaghemiteMgd
17302026-06-20T21:41:31.938ZJun 20 21:41:31.472 INFO Checking that binary works, target: Cockroach
17312026-06-20T21:41:32.068ZJun 20 21:41:31.597 INFO Download complete, target: Cockroach
17322026-06-20T21:41:32.071ZAll prerequisites installed successfully
17332026-06-20T21:41:32.071Z
17342026-06-20T21:41:32.071Zreal 2:30.221432654
17352026-06-20T21:41:32.071Zuser 6:54.314616715
17362026-06-20T21:41:32.071Zsys 1:41.512005329
17372026-06-20T21:41:32.071Ztrap 0.280258806
17382026-06-20T21:41:32.071Ztflt 1.195859241
17392026-06-20T21:41:32.071Zdflt 1.804793790
17402026-06-20T21:41:32.071Zkflt 0.023104439
17412026-06-20T21:41:32.071Zlock 25:11.946171368
17422026-06-20T21:41:32.071Zslp 20:22.648103664
17432026-06-20T21:41:32.071Zlat 25.551783612
17442026-06-20T21:41:32.072Zstop 2:37.716723785
17452026-06-20T21:41:32.072Z+ ptime -m cargo xtask download softnpu
17462026-06-20T21:41:32.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17472026-06-20T21:41:32.711Z Running `target/debug/xtask download softnpu`
17482026-06-20T21:41:33.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17492026-06-20T21:41:33.409Z Running `target/debug/xtask-downloader softnpu`
17502026-06-20T21:41:33.410ZJun 20 21:41:32.888 INFO Starting download, target: Softnpu
17512026-06-20T21:41:33.410ZJun 20 21:41:32.888 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17522026-06-20T21:41:36.320ZJun 20 21:41:35.809 INFO Download complete, target: Softnpu
17532026-06-20T21:41:36.395Z
17542026-06-20T21:41:36.396Zreal 4.203937165
17552026-06-20T21:41:36.396Zuser 1.293291601
17562026-06-20T21:41:36.396Zsys 0.621905971
17572026-06-20T21:41:36.396Ztrap 0.000833543
17582026-06-20T21:41:36.396Ztflt 0.000084412
17592026-06-20T21:41:36.396Zdflt 0.000271491
17602026-06-20T21:41:36.396Zkflt 0.000000000
17612026-06-20T21:41:36.396Zlock 55.290083288
17622026-06-20T21:41:36.396Zslp 2.744383309
17632026-06-20T21:41:36.396Zlat 0.143836578
17642026-06-20T21:41:36.396Zstop 0.000191069
17652026-06-20T21:41:36.396Z+ export CARGO_INCREMENTAL=0
17662026-06-20T21:41:36.396Z+ CARGO_INCREMENTAL=0
17672026-06-20T21:41:36.397Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17682026-06-20T21:41:37.194Z Compiling proc-macro2 v1.0.106
17692026-06-20T21:41:37.195Z Compiling quote v1.0.45
17702026-06-20T21:41:37.195Z Compiling unicode-ident v1.0.24
17712026-06-20T21:41:37.195Z Compiling libc v0.2.185
17722026-06-20T21:41:37.195Z Compiling serde_core v1.0.228
17732026-06-20T21:41:37.279Z Compiling serde v1.0.228
17742026-06-20T21:41:37.279Z Compiling cfg-if v1.0.4
17752026-06-20T21:41:37.279Z Compiling version_check v0.9.5
17762026-06-20T21:41:37.279Z Compiling shlex v1.3.0
17772026-06-20T21:41:37.396Z Compiling find-msvc-tools v0.1.9
17782026-06-20T21:41:37.396Z Compiling typenum v1.19.0
17792026-06-20T21:41:38.152Z Compiling zmij v1.0.21
17802026-06-20T21:41:38.152Z Compiling autocfg v1.5.0
17812026-06-20T21:41:38.152Z Compiling memchr v2.8.0
17822026-06-20T21:41:38.152Z Compiling serde_json v1.0.149
17832026-06-20T21:41:38.293Z Compiling portable-atomic v1.13.1
17842026-06-20T21:41:38.293Z Compiling libm v0.2.16
17852026-06-20T21:41:38.293Z Compiling zerocopy v0.8.40
17862026-06-20T21:41:38.293Z Compiling smallvec v1.15.1
17872026-06-20T21:41:38.293Z Compiling parking_lot_core v0.9.12
17882026-06-20T21:41:38.293Z Compiling icu_normalizer_data v2.1.1
17892026-06-20T21:41:38.293Z Compiling generic-array v0.14.7
17902026-06-20T21:41:38.294Z Compiling num-traits v0.2.19
17912026-06-20T21:41:38.294Z Compiling icu_properties_data v2.1.2
17922026-06-20T21:41:38.294Z Compiling itoa v1.0.17
17932026-06-20T21:41:38.294Z Compiling getrandom v0.4.1
17942026-06-20T21:41:38.294Z Compiling log v0.4.29
17952026-06-20T21:41:38.294Z Compiling stable_deref_trait v1.2.1
17962026-06-20T21:41:38.294Z Compiling pkg-config v0.3.32
17972026-06-20T21:41:38.294Z Compiling subtle v2.6.1
17982026-06-20T21:41:38.294Z Compiling jobserver v0.1.34
17992026-06-20T21:41:38.294Z Compiling getrandom v0.2.17
18002026-06-20T21:41:39.158Z Compiling errno v0.3.14
18012026-06-20T21:41:39.158Z Compiling scopeguard v1.2.0
18022026-06-20T21:41:39.158Z Compiling rand_core v0.6.4
18032026-06-20T21:41:39.158Z Compiling cc v1.2.56
18042026-06-20T21:41:39.159Z Compiling lock_api v0.4.14
18052026-06-20T21:41:39.159Z Compiling percent-encoding v2.3.2
18062026-06-20T21:41:39.159Z Compiling fnv v1.0.7
18072026-06-20T21:41:39.159Z Compiling writeable v0.6.2
18082026-06-20T21:41:39.159Z Compiling litemap v0.8.1
18092026-06-20T21:41:39.159Z Compiling syn v2.0.117
18102026-06-20T21:41:39.159Z Compiling pin-project-lite v0.2.17
18112026-06-20T21:41:39.159Z Compiling thiserror v2.0.18
18122026-06-20T21:41:39.159Z Compiling getrandom v0.3.4
18132026-06-20T21:41:39.159Z Compiling equivalent v1.0.2
18142026-06-20T21:41:39.159Z Compiling rand_core v0.10.0
18152026-06-20T21:41:39.159Z Compiling dunce v1.0.5
18162026-06-20T21:41:39.159Z Compiling schemars v0.8.22
18172026-06-20T21:41:39.159Z Compiling fs_extra v1.3.0
18182026-06-20T21:41:39.159Z Compiling rustversion v1.0.22
18192026-06-20T21:41:39.282Z Compiling critical-section v1.2.0
18202026-06-20T21:41:39.282Z Compiling utf8_iter v1.0.4
18212026-06-20T21:41:39.282Z Compiling cmake v0.1.57
18222026-06-20T21:41:39.282Z Compiling rustix v1.1.3
18232026-06-20T21:41:39.282Z Compiling form_urlencoded v1.2.2
18242026-06-20T21:41:39.415Z Compiling hashbrown v0.17.0
18252026-06-20T21:41:39.415Z Compiling signal-hook-registry v1.4.8
18262026-06-20T21:41:39.527Z Compiling once_cell v1.21.3
18272026-06-20T21:41:39.605Z Compiling const-oid v0.9.6
18282026-06-20T21:41:39.605Z Compiling mio v1.2.0
18292026-06-20T21:41:39.747Z Compiling bitflags v2.11.0
18302026-06-20T21:41:39.790Z Compiling ring v0.17.14
18312026-06-20T21:41:39.894Z Compiling aws-lc-sys v0.40.0
18322026-06-20T21:41:39.894Z Compiling semver v1.0.28
18332026-06-20T21:41:39.894Z Compiling indexmap v2.14.0
18342026-06-20T21:41:39.984Z Compiling parking_lot v0.12.5
18352026-06-20T21:41:39.984Z Compiling socket2 v0.6.3
18362026-06-20T21:41:40.051Z Compiling aws-lc-rs v1.16.3
18372026-06-20T21:41:40.147Z Compiling futures-core v0.3.32
18382026-06-20T21:41:40.220Z Compiling thiserror v1.0.69
18392026-06-20T21:41:40.276Z Compiling strsim v0.11.1
18402026-06-20T21:41:40.276Z Compiling httparse v1.10.1
18412026-06-20T21:41:40.319Z Compiling iana-time-zone v0.1.65
18422026-06-20T21:41:40.411Z Compiling vcpkg v0.2.15
18432026-06-20T21:41:40.489Z Compiling byteorder v1.5.0
18442026-06-20T21:41:40.516Z Compiling ucd-trie v0.1.7
18452026-06-20T21:41:40.563Z Compiling regex-syntax v0.8.10
18462026-06-20T21:41:40.599Z Compiling heck v0.5.0
18472026-06-20T21:41:40.599Z Compiling ident_case v1.0.1
18482026-06-20T21:41:40.645Z Compiling syn v1.0.109
18492026-06-20T21:41:40.690Z Compiling uuid v1.23.0
18502026-06-20T21:41:40.690Z Compiling pest v2.8.6
18512026-06-20T21:41:40.783Z Compiling cpufeatures v0.2.17
18522026-06-20T21:41:40.941Z Compiling rustls v0.23.37
18532026-06-20T21:41:40.965Z Compiling rustc_version v0.4.1
18542026-06-20T21:41:40.996Z Compiling openssl-sys v0.9.115
18552026-06-20T21:41:41.042Z Compiling futures-sink v0.3.32
18562026-06-20T21:41:41.152Z Compiling futures-channel v0.3.32
18572026-06-20T21:41:41.217Z Compiling aho-corasick v1.1.4
18582026-06-20T21:41:41.303Z Compiling futures-io v0.3.32
18592026-06-20T21:41:41.316Z Compiling futures-task v0.3.32
18602026-06-20T21:41:41.317Z Compiling slab v0.4.12
18612026-06-20T21:41:41.473Z Compiling synstructure v0.13.2
18622026-06-20T21:41:41.499Z Compiling serde_derive_internals v0.29.1
18632026-06-20T21:41:41.514Z Compiling dyn-clone v1.0.20
18642026-06-20T21:41:41.681Z Compiling crc32fast v1.5.0
18652026-06-20T21:41:41.783Z Compiling pest_meta v2.8.6
18662026-06-20T21:41:41.798Z Compiling plain v0.2.3
18672026-06-20T21:41:41.826Z Compiling num-conv v0.2.0
18682026-06-20T21:41:41.838Z Compiling openssl v0.10.79
18692026-06-20T21:41:41.929Z Compiling crossbeam-utils v0.8.21
18702026-06-20T21:41:41.961Z Compiling time-core v0.1.8
18712026-06-20T21:41:41.993Z Compiling base64 v0.22.1
18722026-06-20T21:41:42.049Z Compiling regex-automata v0.4.14
18732026-06-20T21:41:42.129Z Compiling time-macros v0.2.27
18742026-06-20T21:41:42.150Z Compiling pretty-hex v0.4.1
18752026-06-20T21:41:42.230Z Compiling native-tls v0.2.18
18762026-06-20T21:41:42.230Z Compiling base64ct v1.8.3
18772026-06-20T21:41:42.282Z Compiling anyhow v1.0.102
18782026-06-20T21:41:42.311Z Compiling darling_core v0.21.3
18792026-06-20T21:41:42.409Z Compiling pest_generator v2.8.6
18802026-06-20T21:41:42.499Z Compiling pem-rfc7468 v0.7.0
18812026-06-20T21:41:42.528Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18822026-06-20T21:41:42.584Z Compiling flagset v0.4.7
18832026-06-20T21:41:42.600Z Compiling rand_core v0.9.5
18842026-06-20T21:41:42.723Z Compiling slog v2.8.2
18852026-06-20T21:41:42.739Z Compiling tracing-core v0.1.36
18862026-06-20T21:41:42.763Z Compiling serde_derive v1.0.228
18872026-06-20T21:41:42.788Z Compiling zeroize_derive v1.4.3
18882026-06-20T21:41:42.801Z Compiling zerofrom-derive v0.1.6
18892026-06-20T21:41:42.828Z Compiling yoke-derive v0.8.1
18902026-06-20T21:41:42.921Z Compiling zerovec-derive v0.11.2
18912026-06-20T21:41:42.942Z Compiling displaydoc v0.2.5
18922026-06-20T21:41:43.078Z Compiling zerocopy-derive v0.8.40
18932026-06-20T21:41:43.084Z Compiling tokio-macros v2.7.0
18942026-06-20T21:41:43.118Z Compiling futures-macro v0.3.32
18952026-06-20T21:41:43.395Z Compiling zeroize v1.8.2
18962026-06-20T21:41:43.779Z Compiling thiserror-impl v2.0.18
18972026-06-20T21:41:43.809Z Compiling schemars_derive v0.8.22
18982026-06-20T21:41:43.849Z Compiling tracing-attributes v0.1.31
18992026-06-20T21:41:43.889Z Compiling der_derive v0.7.3
19002026-06-20T21:41:43.940Z Compiling zerofrom v0.1.6
19012026-06-20T21:41:44.085Z Compiling yoke v0.8.1
19022026-06-20T21:41:44.220Z Compiling crypto-common v0.1.7
19032026-06-20T21:41:44.296Z Compiling zerovec v0.11.5
19042026-06-20T21:41:44.318Z Compiling zerotrie v0.2.3
19052026-06-20T21:41:44.391Z Compiling block-buffer v0.10.4
19062026-06-20T21:41:44.567Z Compiling digest v0.10.7
19072026-06-20T21:41:44.771Z Compiling thiserror-impl v1.0.69
19082026-06-20T21:41:44.816Z Compiling pest_derive v2.8.6
19092026-06-20T21:41:44.897Z Compiling tinystr v0.8.2
19102026-06-20T21:41:44.927Z Compiling potential_utf v0.1.4
19112026-06-20T21:41:45.001Z Compiling hmac v0.12.1
19122026-06-20T21:41:45.019Z Compiling futures-util v0.3.32
19132026-06-20T21:41:45.104Z Compiling icu_locale_core v2.1.1
19142026-06-20T21:41:45.135Z Compiling icu_collections v2.1.1
19152026-06-20T21:41:45.258Z Compiling block-padding v0.3.3
19162026-06-20T21:41:45.332Z Compiling sha2 v0.10.9
19172026-06-20T21:41:45.548Z Compiling inout v0.1.4
19182026-06-20T21:41:45.690Z Compiling cipher v0.4.4
19192026-06-20T21:41:45.721Z Compiling rustls-pki-types v1.14.0
19202026-06-20T21:41:45.794Z Compiling icu_provider v2.1.1
19212026-06-20T21:41:45.879Z Compiling bytes v1.11.1
19222026-06-20T21:41:45.953Z Compiling chrono v0.4.44
19232026-06-20T21:41:45.982Z Compiling serde_tokenstream v0.2.3
19242026-06-20T21:41:45.985Z Compiling scroll_derive v0.13.1
19252026-06-20T21:41:46.106Z Compiling icu_normalizer v2.1.1
19262026-06-20T21:41:46.354Z Compiling icu_properties v2.1.2
19272026-06-20T21:41:46.571Z Compiling tokio v1.52.1
19282026-06-20T21:41:46.857Z Compiling scroll_derive v0.12.1
19292026-06-20T21:41:46.872Z Compiling openssl-macros v0.1.1
19302026-06-20T21:41:47.355Z Compiling idna_adapter v1.2.1
19312026-06-20T21:41:47.477Z Compiling idna v1.1.0
19322026-06-20T21:41:47.523Z Compiling ppv-lite86 v0.2.21
19332026-06-20T21:41:47.772Z Compiling http v1.4.0
19342026-06-20T21:41:47.897Z Compiling url v2.5.8
19352026-06-20T21:41:47.922Z Compiling der v0.7.10
19362026-06-20T21:41:47.939Z Compiling darling_macro v0.21.3
19372026-06-20T21:41:47.949Z Compiling regex v1.12.3
19382026-06-20T21:41:47.961Z Compiling zerocopy-derive v0.7.35
19392026-06-20T21:41:48.654Z Compiling untrusted v0.9.0
19402026-06-20T21:41:48.752Z Compiling spki v0.7.3
19412026-06-20T21:41:48.993Z Compiling darling v0.21.3
19422026-06-20T21:41:49.082Z Compiling salsa20 v0.10.2
19432026-06-20T21:41:49.151Z Compiling pbkdf2 v0.12.2
19442026-06-20T21:41:49.193Z Compiling tracing v0.1.44
19452026-06-20T21:41:49.726Z Compiling cookie v0.18.1
19462026-06-20T21:41:49.812Z Compiling camino v1.2.2
19472026-06-20T21:41:50.008Z Compiling scrypt v0.11.0
19482026-06-20T21:41:50.115Z Compiling http-body v1.0.1
19492026-06-20T21:41:50.247Z Compiling rand_chacha v0.9.0
19502026-06-20T21:41:50.247Z Compiling aes v0.8.4
19512026-06-20T21:41:50.247Z Compiling cbc v0.1.2
19522026-06-20T21:41:50.368Z Compiling usdt-impl v0.5.0
19532026-06-20T21:41:50.368Z Compiling unicode-segmentation v1.12.0
19542026-06-20T21:41:50.473Z Compiling tokio-util v0.7.18
19552026-06-20T21:41:50.473Z Compiling either v1.15.0
19562026-06-20T21:41:50.580Z Compiling openssl-probe v0.2.1
19572026-06-20T21:41:50.581Z Compiling usdt-impl v0.6.0
19582026-06-20T21:41:50.581Z Compiling tinyvec_macros v0.1.1
19592026-06-20T21:41:50.581Z Compiling winnow v0.7.14
19602026-06-20T21:41:50.684Z Compiling ref-cast v1.0.25
19612026-06-20T21:41:50.684Z Compiling fastrand v2.3.0
19622026-06-20T21:41:50.782Z Compiling untrusted v0.7.1
19632026-06-20T21:41:50.782Z Compiling paste v1.0.15
19642026-06-20T21:41:50.782Z Compiling tinyvec v1.10.0
19652026-06-20T21:41:50.782Z Compiling pkcs5 v0.7.1
19662026-06-20T21:41:50.958Z Compiling rand v0.9.2
19672026-06-20T21:41:51.189Z Compiling scroll v0.12.0
19682026-06-20T21:41:51.246Z Compiling scroll v0.13.0
19692026-06-20T21:41:51.281Z Compiling toml_datetime v0.6.11
19702026-06-20T21:41:51.398Z Compiling serde_spanned v0.6.9
19712026-06-20T21:41:51.483Z Compiling async-trait v0.1.89
19722026-06-20T21:41:51.542Z Compiling heapless v0.7.17
19732026-06-20T21:41:51.576Z Compiling bzip2-sys v0.1.13+1.0.8
19742026-06-20T21:41:51.606Z Compiling signal-hook v0.3.18
19752026-06-20T21:41:51.629Z Compiling tower-layer v0.3.3
19762026-06-20T21:41:51.769Z Compiling try-lock v0.2.5
19772026-06-20T21:41:51.810Z Compiling atomic-waker v1.1.2
19782026-06-20T21:41:51.819Z Compiling rustix v0.38.44
19792026-06-20T21:41:51.819Z Compiling zstd-safe v7.2.4
19802026-06-20T21:41:51.906Z Compiling tower-service v0.3.3
19812026-06-20T21:41:51.951Z Compiling h2 v0.4.13
19822026-06-20T21:41:51.995Z Compiling want v0.3.1
19832026-06-20T21:41:52.039Z Compiling toml_parser v1.0.9+spec-1.1.0
19842026-06-20T21:41:52.160Z Compiling goblin v0.10.5
19852026-06-20T21:41:52.184Z Compiling goblin v0.8.2
19862026-06-20T21:41:52.380Z Compiling pkcs8 v0.10.2
19872026-06-20T21:41:52.578Z Compiling heck v0.4.1
19882026-06-20T21:41:52.620Z Compiling zerocopy v0.7.35
19892026-06-20T21:41:52.694Z Compiling ipnet v2.11.0
19902026-06-20T21:41:52.716Z Compiling ref-cast-impl v1.0.25
19912026-06-20T21:41:52.799Z Compiling darling_core v0.20.11
19922026-06-20T21:41:52.840Z Compiling curve25519-dalek v4.1.3
19932026-06-20T21:41:52.973Z Compiling memoffset v0.9.1
19942026-06-20T21:41:53.100Z Compiling utf8parse v0.2.2
19952026-06-20T21:41:53.157Z Compiling pin-utils v0.1.0
19962026-06-20T21:41:53.255Z Compiling winnow v0.5.40
19972026-06-20T21:41:53.331Z Compiling litrs v1.0.0
19982026-06-20T21:41:53.424Z Compiling foreign-types-shared v0.1.1
19992026-06-20T21:41:53.464Z Compiling httpdate v1.0.3
20002026-06-20T21:41:53.683Z Compiling foreign-types v0.3.2
20012026-06-20T21:41:53.784Z Compiling tempfile v3.25.0
20022026-06-20T21:41:53.812Z Compiling document-features v0.2.12
20032026-06-20T21:41:54.270Z Compiling unicode-normalization v0.1.25
20042026-06-20T21:41:54.330Z Compiling dtrace-parser v0.2.0
20052026-06-20T21:41:54.655Z Compiling toml_edit v0.19.15
20062026-06-20T21:41:54.739Z Compiling dof v0.3.0
20072026-06-20T21:41:54.774Z Compiling darling_macro v0.20.11
20082026-06-20T21:41:54.939Z Compiling hyper v1.8.1
20092026-06-20T21:41:55.008Z Compiling dof v0.4.0
20102026-06-20T21:41:55.264Z Compiling dtrace-parser v0.3.0
20112026-06-20T21:41:55.423Z Compiling pin-project-internal v1.1.11
20122026-06-20T21:41:55.423Z Compiling daft-derive v0.1.7
20132026-06-20T21:41:55.670Z Compiling spin v0.9.8
20142026-06-20T21:41:55.701Z Compiling thread-id v5.1.0
20152026-06-20T21:41:55.708Z Compiling socket2 v0.5.10
20162026-06-20T21:41:55.776Z Compiling thread-id v4.2.2
20172026-06-20T21:41:55.875Z Compiling num-bigint-dig v0.8.6
20182026-06-20T21:41:55.908Z Compiling smoltcp v0.9.1
20192026-06-20T21:41:55.920Z Compiling powerfmt v0.2.0
20202026-06-20T21:41:56.081Z Compiling cfg_aliases v0.2.1
20212026-06-20T21:41:56.132Z Compiling anstyle v1.0.14
20222026-06-20T21:41:56.179Z Compiling nix v0.31.2
20232026-06-20T21:41:56.228Z Compiling deranged v0.5.8
20242026-06-20T21:41:56.243Z Compiling hyper-util v0.1.20
20252026-06-20T21:41:56.481Z Compiling darling v0.20.11
20262026-06-20T21:41:56.585Z Compiling rustls-native-certs v0.8.3
20272026-06-20T21:41:56.680Z Compiling ipnetwork v0.21.1
20282026-06-20T21:41:56.873Z Compiling strum_macros v0.26.4
20292026-06-20T21:41:56.961Z Compiling curve25519-dalek-derive v0.1.1
20302026-06-20T21:41:57.068Z Compiling sync_wrapper v1.0.2
20312026-06-20T21:41:57.201Z Compiling wait-timeout v0.2.1
20322026-06-20T21:41:57.388Z Compiling colorchoice v1.0.4
20332026-06-20T21:41:57.523Z Compiling is_terminal_polyfill v1.70.2
20342026-06-20T21:41:57.637Z Compiling siphasher v1.0.2
20352026-06-20T21:41:57.726Z Compiling bit-vec v0.8.0
20362026-06-20T21:41:57.761Z Compiling anstyle-query v1.1.5
20372026-06-20T21:41:57.832Z Compiling simd-adler32 v0.3.8
20382026-06-20T21:41:57.919Z Compiling num_threads v0.1.7
20392026-06-20T21:41:57.974Z Compiling quick-error v1.2.3
20402026-06-20T21:41:57.989Z Compiling bit-set v0.8.0
20412026-06-20T21:41:58.046Z Compiling time v0.3.47
20422026-06-20T21:41:58.080Z Compiling rusty-fork v0.3.1
20432026-06-20T21:41:58.180Z Compiling tower v0.5.3
20442026-06-20T21:41:58.378Z Compiling derive_builder_core v0.20.2
20452026-06-20T21:41:58.466Z Compiling snafu-derive v0.8.9
20462026-06-20T21:41:58.536Z Compiling http-body-util v0.1.3
20472026-06-20T21:41:58.666Z Compiling webpki-roots v1.0.6
20482026-06-20T21:41:58.824Z Compiling signature v2.2.0
20492026-06-20T21:41:59.034Z Compiling hubpack_derive v0.1.1
20502026-06-20T21:41:59.067Z Compiling rand_xorshift v0.4.0
20512026-06-20T21:41:59.126Z Compiling strum_macros v0.27.2
20522026-06-20T21:41:59.242Z Compiling fs-err v3.3.0
20532026-06-20T21:41:59.257Z Compiling ahash v0.8.12
20542026-06-20T21:41:59.459Z Compiling object v0.37.3
20552026-06-20T21:41:59.479Z Compiling unarray v0.1.4
20562026-06-20T21:41:59.493Z Compiling iri-string v0.7.10
20572026-06-20T21:41:59.516Z Compiling allocator-api2 v0.2.21
20582026-06-20T21:41:59.723Z Compiling unicode-properties v0.1.4
20592026-06-20T21:41:59.742Z Compiling unicode-bidi v0.3.18
20602026-06-20T21:41:59.869Z Compiling adler2 v2.0.1
20612026-06-20T21:41:59.953Z Compiling ryu v1.0.23
20622026-06-20T21:42:00.016Z Compiling miniz_oxide v0.8.9
20632026-06-20T21:42:00.150Z Compiling serde_urlencoded v0.7.1
20642026-06-20T21:42:00.166Z Compiling stringprep v0.1.5
20652026-06-20T21:42:00.413Z Compiling proptest v1.10.0
20662026-06-20T21:42:00.543Z Compiling derive_builder_macro v0.20.2
20672026-06-20T21:42:00.582Z Compiling tokio-native-tls v0.3.1
20682026-06-20T21:42:00.770Z Compiling tower-http v0.6.8
20692026-06-20T21:42:00.882Z Compiling usdt-macro v0.6.0
20702026-06-20T21:42:00.969Z Compiling usdt-attr-macro v0.6.0
20712026-06-20T21:42:01.235Z Compiling anstyle-parse v1.0.0
20722026-06-20T21:42:01.484Z Compiling rand_chacha v0.3.1
20732026-06-20T21:42:01.498Z Compiling erased-serde v0.3.31
20742026-06-20T21:42:01.638Z Compiling md-5 v0.10.6
20752026-06-20T21:42:01.712Z Compiling bstr v1.12.1
20762026-06-20T21:42:01.807Z Compiling num-integer v0.1.46
20772026-06-20T21:42:01.831Z Compiling hash32 v0.2.1
20782026-06-20T21:42:01.864Z Compiling vergen-lib v9.1.0
20792026-06-20T21:42:01.888Z Compiling ff v0.13.1
20802026-06-20T21:42:02.009Z Compiling encoding_rs v0.8.35
20812026-06-20T21:42:02.064Z Compiling fallible-iterator v0.2.0
20822026-06-20T21:42:02.094Z Compiling psl-types v2.0.11
20832026-06-20T21:42:02.135Z Compiling zlib-rs v0.6.2
20842026-06-20T21:42:02.154Z Compiling mime v0.3.17
20852026-06-20T21:42:02.202Z Compiling base16ct v0.2.0
20862026-06-20T21:42:02.242Z Compiling publicsuffix v2.3.0
20872026-06-20T21:42:02.331Z Compiling sec1 v0.7.3
20882026-06-20T21:42:02.399Z Compiling postgres-protocol v0.6.10
20892026-06-20T21:42:02.441Z Compiling newtype-uuid v1.3.2
20902026-06-20T21:42:02.538Z Compiling num-iter v0.1.45
20912026-06-20T21:42:02.681Z Compiling group v0.13.0
20922026-06-20T21:42:02.837Z Compiling rand v0.8.6
20932026-06-20T21:42:03.318Z Compiling anstream v1.0.0
20942026-06-20T21:42:03.336Z Compiling oxnet v0.1.6
20952026-06-20T21:42:03.357Z Compiling derive_builder v0.20.2
20962026-06-20T21:42:03.392Z Compiling hyper-tls v0.6.0
20972026-06-20T21:42:03.445Z Compiling phf_shared v0.13.1
20982026-06-20T21:42:03.540Z Compiling pin-project v1.1.11
20992026-06-20T21:42:03.607Z Compiling lazy_static v1.5.0
21002026-06-20T21:42:03.664Z Compiling anstyle-parse v0.2.7
21012026-06-20T21:42:03.727Z Compiling terminal_size v0.4.3
21022026-06-20T21:42:03.744Z Compiling serde_with_macros v3.17.0
21032026-06-20T21:42:03.762Z Compiling futures-executor v0.3.32
21042026-06-20T21:42:03.777Z Compiling hex v0.4.3
21052026-06-20T21:42:03.890Z Compiling hkdf v0.12.4
21062026-06-20T21:42:03.921Z Compiling crypto-bigint v0.5.5
21072026-06-20T21:42:03.973Z Compiling enum-as-inner v0.6.1
21082026-06-20T21:42:03.992Z Compiling serde_repr v0.1.20
21092026-06-20T21:42:04.032Z Compiling clap_derive v4.6.1
21102026-06-20T21:42:04.054Z Compiling async-recursion v1.1.1
21112026-06-20T21:42:04.104Z Compiling vergen v9.1.0
21122026-06-20T21:42:04.136Z Compiling cargo-platform v0.3.2
21132026-06-20T21:42:04.259Z Compiling flate2 v1.1.9
21142026-06-20T21:42:04.411Z Compiling bitflags v1.3.2
21152026-06-20T21:42:04.441Z Compiling bumpalo v3.20.2
21162026-06-20T21:42:04.536Z Compiling same-file v1.0.6
21172026-06-20T21:42:04.687Z Compiling managed v0.8.0
21182026-06-20T21:42:04.703Z Compiling foldhash v0.2.0
21192026-06-20T21:42:04.731Z Compiling clap_lex v1.0.0
21202026-06-20T21:42:04.844Z Compiling foldhash v0.1.5
21212026-06-20T21:42:04.928Z Compiling libbz2-rs-sys v0.2.2
21222026-06-20T21:42:04.944Z Compiling clap_builder v4.6.0
21232026-06-20T21:42:04.983Z Compiling hashbrown v0.15.5
21242026-06-20T21:42:05.029Z Compiling hashbrown v0.16.1
21252026-06-20T21:42:05.131Z Compiling elliptic-curve v0.13.8
21262026-06-20T21:42:05.295Z Compiling walkdir v2.5.0
21272026-06-20T21:42:05.487Z Compiling bzip2 v0.6.1
21282026-06-20T21:42:05.519Z Compiling zopfli v0.8.3
21292026-06-20T21:42:05.608Z Compiling cargo_metadata v0.23.1
21302026-06-20T21:42:05.676Z Compiling futures v0.3.32
21312026-06-20T21:42:05.765Z Compiling anstream v0.6.21
21322026-06-20T21:42:06.390Z Compiling zstd v0.13.3
21332026-06-20T21:42:06.448Z Compiling phf v0.13.1
21342026-06-20T21:42:06.620Z Compiling snafu v0.8.9
21352026-06-20T21:42:06.673Z Compiling daft v0.1.7
21362026-06-20T21:42:06.960Z Compiling signal-hook-mio v0.2.5
21372026-06-20T21:42:06.977Z Compiling cookie_store v0.22.1
21382026-06-20T21:42:07.079Z Compiling postgres-types v0.2.12
21392026-06-20T21:42:07.108Z Compiling bzip2 v0.4.4
21402026-06-20T21:42:07.125Z Compiling globset v0.4.18
21412026-06-20T21:42:07.132Z Compiling strum v0.27.2
21422026-06-20T21:42:07.312Z Compiling hubpack v0.1.2
21432026-06-20T21:42:07.363Z Compiling ed25519 v2.2.3
21442026-06-20T21:42:07.390Z Compiling phf_shared v0.11.3
21452026-06-20T21:42:07.471Z Compiling crossbeam-epoch v0.9.18
21462026-06-20T21:42:07.505Z Compiling olpc-cjson v0.1.4
21472026-06-20T21:42:07.545Z Compiling pkcs1 v0.7.5
21482026-06-20T21:42:07.589Z Compiling pem v3.0.6
21492026-06-20T21:42:07.687Z Compiling serde-big-array v0.5.1
21502026-06-20T21:42:07.727Z Compiling serde_plain v1.0.2
21512026-06-20T21:42:07.779Z Compiling rfc6979 v0.4.0
21522026-06-20T21:42:07.818Z Compiling float-cmp v0.10.0
21532026-06-20T21:42:07.856Z Compiling memmap2 v0.9.10
21542026-06-20T21:42:07.904Z Compiling env_filter v1.0.0
21552026-06-20T21:42:07.923Z Compiling predicates-core v1.0.10
21562026-06-20T21:42:07.945Z Compiling typed-path v0.9.3
21572026-06-20T21:42:07.955Z Compiling keccak v0.1.6
21582026-06-20T21:42:07.972Z Compiling new_debug_unreachable v1.0.6
21592026-06-20T21:42:07.985Z Compiling static_assertions v1.1.0
21602026-06-20T21:42:08.009Z Compiling precomputed-hash v0.1.1
21612026-06-20T21:42:08.074Z Compiling difflib v0.4.0
21622026-06-20T21:42:08.089Z Compiling fixedbitset v0.5.7
21632026-06-20T21:42:08.111Z Compiling jiff v0.2.21
21642026-06-20T21:42:08.171Z Compiling fixedbitset v0.4.2
21652026-06-20T21:42:08.208Z Compiling normalize-line-endings v0.3.0
21662026-06-20T21:42:08.266Z Compiling whoami v2.1.0
21672026-06-20T21:42:08.301Z Compiling toml_write v0.1.2
21682026-06-20T21:42:08.340Z Compiling data-encoding v2.10.0
21692026-06-20T21:42:08.382Z Compiling petgraph v0.6.5
21702026-06-20T21:42:08.397Z Compiling petgraph v0.8.3
21712026-06-20T21:42:08.400Z Compiling predicates v3.1.4
21722026-06-20T21:42:08.517Z Compiling tokio-postgres v0.7.16
21732026-06-20T21:42:08.539Z Compiling toml_edit v0.22.27
21742026-06-20T21:42:08.889Z Compiling hickory-proto v0.25.2
21752026-06-20T21:42:08.993Z Compiling sha3 v0.10.8
21762026-06-20T21:42:09.087Z Compiling string_cache v0.8.9
21772026-06-20T21:42:09.139Z Compiling env_logger v0.11.9
21782026-06-20T21:42:09.274Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21792026-06-20T21:42:09.523Z Compiling usdt v0.6.0
21802026-06-20T21:42:09.772Z Compiling ecdsa v0.16.9
21812026-06-20T21:42:09.790Z Compiling rsa v0.9.10
21822026-06-20T21:42:09.920Z Compiling ed25519-dalek v2.2.0
21832026-06-20T21:42:10.598Z Compiling zip v0.6.6
21842026-06-20T21:42:10.619Z Compiling crossterm v0.28.1
21852026-06-20T21:42:10.908Z Compiling zip v4.6.1
21862026-06-20T21:42:11.016Z Compiling iddqd v0.4.2
21872026-06-20T21:42:11.142Z Compiling clap v4.6.1
21882026-06-20T21:42:11.579Z Compiling serde_with v3.17.0
21892026-06-20T21:42:11.642Z Compiling similar v2.7.0
21902026-06-20T21:42:11.829Z Compiling strum v0.26.3
21912026-06-20T21:42:11.846Z Compiling toml v0.7.8
21922026-06-20T21:42:11.897Z Compiling tokio-stream v0.1.18
21932026-06-20T21:42:12.046Z Compiling itertools v0.13.0
21942026-06-20T21:42:12.137Z Compiling buf-list v1.1.2
21952026-06-20T21:42:12.350Z Compiling x509-cert v0.2.5
21962026-06-20T21:42:12.404Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21972026-06-20T21:42:12.436Z Compiling openapiv3 v2.2.0
21982026-06-20T21:42:12.740Z Compiling sha1 v0.10.6
21992026-06-20T21:42:13.243Z Compiling lalrpop-util v0.19.12
22002026-06-20T21:42:13.243Z Compiling peg-runtime v0.8.5
22012026-06-20T21:43:23.333Z Compiling rustls-webpki v0.103.9
22022026-06-20T21:43:23.468Z Compiling macaddr v1.0.1
22032026-06-20T21:43:23.790Z Compiling structmeta-derive v0.3.0
22042026-06-20T21:43:23.790Z Compiling rayon-core v1.13.0
22052026-06-20T21:43:23.790Z Compiling crucible-workspace-hack v0.1.0
22062026-06-20T21:43:23.790Z Compiling itertools v0.14.0
22072026-06-20T21:43:23.790Z Compiling secrecy v0.10.3
22082026-06-20T21:43:23.790Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-06-20T21:43:23.790Z Compiling heapless v0.8.0
22102026-06-20T21:43:23.790Z Compiling rustls v0.22.4
22112026-06-20T21:43:23.790Z Compiling toml_datetime v0.7.5+spec-1.1.0
22122026-06-20T21:43:23.790Z Compiling toml_edit v0.23.10+spec-1.0.0
22132026-06-20T21:43:23.790Z Compiling crossbeam-deque v0.8.6
22142026-06-20T21:43:23.790Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-06-20T21:43:23.790Z Compiling rustls-webpki v0.102.8
22162026-06-20T21:43:23.790Z Compiling hash32 v0.3.1
22172026-06-20T21:43:23.790Z Compiling multer v3.1.0
22182026-06-20T21:43:23.790Z Compiling thread_local v1.1.9
22192026-06-20T21:43:23.790Z Compiling match_cfg v0.1.0
22202026-06-20T21:43:23.790Z Compiling unicode-width v0.2.0
22212026-06-20T21:43:23.790Z Compiling structmeta v0.3.0
22222026-06-20T21:43:23.790Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-06-20T21:43:23.791Z Compiling slog-async v2.8.0
22242026-06-20T21:43:23.791Z Compiling smoltcp v0.11.0
22252026-06-20T21:43:23.791Z Compiling compression-core v0.4.31
22262026-06-20T21:43:23.791Z Compiling derive-ex v0.1.8
22272026-06-20T21:43:23.791Z Compiling proc-macro-crate v3.4.0
22282026-06-20T21:43:23.791Z Compiling compression-codecs v0.4.37
22292026-06-20T21:43:23.791Z Compiling ingot-macros v0.1.1
22302026-06-20T21:43:23.791Z Compiling hostname v0.3.1
22312026-06-20T21:43:23.791Z Compiling atomicwrites v0.4.4
22322026-06-20T21:43:23.791Z Compiling slog-json v2.6.1
22332026-06-20T21:43:23.791Z Compiling crossbeam-channel v0.5.15
22342026-06-20T21:43:23.791Z Compiling half v2.7.1
22352026-06-20T21:43:23.791Z Compiling newtype-uuid-macros v0.1.0
22362026-06-20T21:43:23.791Z Compiling cobs v0.3.0
22372026-06-20T21:43:23.791Z Compiling thiserror-impl-no-std v2.0.2
22382026-06-20T21:43:23.791Z Compiling tokio-rustls v0.26.4
22392026-06-20T21:43:23.791Z Compiling rustls-platform-verifier v0.6.2
22402026-06-20T21:43:23.791Z Compiling hyper-rustls v0.27.7
22412026-06-20T21:43:23.791Z Compiling universal-hash v0.5.1
22422026-06-20T21:43:23.791Z Compiling async-stream-impl v0.3.6
22432026-06-20T21:43:23.791Z Compiling toml_datetime v1.0.0+spec-1.1.0
22442026-06-20T21:43:23.791Z Compiling serde_spanned v1.0.4
22452026-06-20T21:43:24.042Z Compiling is-terminal v0.4.17
22462026-06-20T21:43:24.042Z Compiling reqwest v0.12.28
22472026-06-20T21:43:24.042Z Compiling reqwest v0.13.2
22482026-06-20T21:43:24.042Z Compiling dropshot v0.17.0
22492026-06-20T21:43:24.042Z Compiling proc-macro-error-attr v1.0.4
22502026-06-20T21:43:24.042Z Compiling opaque-debug v0.3.1
22512026-06-20T21:43:24.043Z Compiling convert_case v0.4.0
22522026-06-20T21:43:24.043Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22532026-06-20T21:43:24.043Z Compiling term v1.2.1
22542026-06-20T21:43:24.043Z Compiling take_mut v0.2.2
22552026-06-20T21:43:24.043Z Compiling ciborium-io v0.2.2
22562026-06-20T21:43:24.043Z Compiling toml_writer v1.0.6+spec-1.1.0
22572026-06-20T21:43:24.043Z Compiling ciborium-ll v0.2.2
22582026-06-20T21:43:24.043Z Compiling async-stream v0.3.6
22592026-06-20T21:43:24.043Z Compiling poly1305 v0.8.0
22602026-06-20T21:43:24.043Z Compiling derive_more v0.99.20
22612026-06-20T21:43:24.043Z Compiling tokio-rustls v0.25.0
22622026-06-20T21:43:24.043Z Compiling slog-term v2.9.2
22632026-06-20T21:43:24.043Z Compiling toml v1.0.6+spec-1.1.0
22642026-06-20T21:43:24.043Z Compiling thiserror-no-std v2.0.2
22652026-06-20T21:43:24.043Z Compiling test-strategy v0.4.5
22662026-06-20T21:43:24.043Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-06-20T21:43:24.043Z Compiling postcard v1.1.3
22682026-06-20T21:43:24.043Z Compiling ingot-types v0.1.2
22692026-06-20T21:43:24.043Z Compiling tough v0.22.0
22702026-06-20T21:43:24.043Z Compiling ingot v0.1.1
22712026-06-20T21:43:24.043Z Compiling slog-bunyan v2.5.0
22722026-06-20T21:43:24.043Z Compiling num_enum_derive v0.7.6
22732026-06-20T21:43:24.043Z Compiling async-compression v0.4.41
22742026-06-20T21:43:24.043Z Compiling parse-display-derive v0.10.0
22752026-06-20T21:43:24.043Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22762026-06-20T21:43:24.043Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-06-20T21:43:24.043Z Compiling proc-macro-crate v1.3.1
22782026-06-20T21:43:24.043Z Compiling waitgroup v0.1.2
22792026-06-20T21:43:24.043Z Compiling backon v1.6.0
22802026-06-20T21:43:24.043Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22812026-06-20T21:43:24.043Z Compiling password-hash v0.5.0
22822026-06-20T21:43:24.043Z Compiling chacha20 v0.9.1
22832026-06-20T21:43:24.043Z Compiling dropshot_endpoint v0.17.0
22842026-06-20T21:43:24.043Z Compiling rustls-pemfile v2.2.0
22852026-06-20T21:43:24.043Z Compiling blake2 v0.10.6
22862026-06-20T21:43:24.043Z Compiling aead v0.5.2
22872026-06-20T21:43:24.043Z Compiling foreign-types-macros v0.2.3
22882026-06-20T21:43:24.043Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22892026-06-20T21:43:24.044Z Compiling serde_path_to_error v0.1.20
22902026-06-20T21:43:24.044Z Compiling hostname v0.4.2
22912026-06-20T21:43:24.044Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22922026-06-20T21:43:24.044Z Compiling proc-macro-error v1.0.4
22932026-06-20T21:43:24.044Z Compiling instant v0.1.13
22942026-06-20T21:43:24.044Z Compiling cpufeatures v0.3.0
22952026-06-20T21:43:24.044Z Compiling foreign-types-shared v0.3.1
22962026-06-20T21:43:24.044Z Compiling debug-ignore v1.0.5
22972026-06-20T21:43:24.044Z Compiling typeid v1.0.3
22982026-06-20T21:43:24.044Z Compiling foreign-types v0.5.0
22992026-06-20T21:43:24.044Z Compiling chacha20 v0.10.0
23002026-06-20T21:43:24.044Z Compiling backoff v0.4.0
23012026-06-20T21:43:24.044Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23022026-06-20T21:43:24.044Z Compiling parse-display v0.10.0
23032026-06-20T21:43:24.044ZCreated new build target 'test' and set it as active
23042026-06-20T21:43:24.044Z Compiling argon2 v0.5.3
23052026-06-20T21:43:24.044Z Compiling chacha20poly1305 v0.10.1
23062026-06-20T21:43:24.044Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23072026-06-20T21:43:24.044Z Compiling num_enum_derive v0.5.11
23082026-06-20T21:43:24.044Z Compiling num_enum v0.7.6
23092026-06-20T21:43:24.044Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23102026-06-20T21:43:24.044Z Compiling vsss-rs v3.3.4
23112026-06-20T21:43:24.044Z Compiling ciborium v0.2.2
23122026-06-20T21:43:24.044Z Compiling tabwriter v1.4.1
23132026-06-20T21:43:24.044Z Compiling regress v0.10.5
23142026-06-20T21:43:24.044Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152026-06-20T21:43:24.044Z Compiling byte-wrapper v0.1.0
23162026-06-20T21:43:24.044Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23172026-06-20T21:43:24.044Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-06-20T21:43:24.044Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23192026-06-20T21:43:24.044Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-06-20T21:43:24.044Z Compiling cstr-argument v0.1.2
23212026-06-20T21:43:24.044Z Compiling erased-serde v0.4.9
23222026-06-20T21:43:24.044Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-06-20T21:43:24.044Z Compiling humantime v2.3.0
23242026-06-20T21:43:24.044Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-06-20T21:43:24.044Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23262026-06-20T21:43:24.045Z Compiling num_enum v0.5.11
23272026-06-20T21:43:24.045Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23282026-06-20T21:43:24.045Z Compiling rand v0.10.0
23292026-06-20T21:43:24.045Z Compiling rayon v1.11.0
23302026-06-20T21:43:24.045Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23312026-06-20T21:43:24.045Z Compiling libefi-sys v0.1.0
23322026-06-20T21:43:24.045Z Compiling colored v3.1.1
23332026-06-20T21:43:24.045Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23342026-06-20T21:43:24.045Z Compiling indent_write v2.2.0
23352026-06-20T21:43:24.045Z Compiling zone_cfg_derive v0.3.1
23362026-06-20T21:43:24.045Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23372026-06-20T21:43:24.045Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23382026-06-20T21:43:24.045Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23392026-06-20T21:43:24.045Z Compiling camino-tempfile v1.4.1
23402026-06-20T21:43:24.045Z Compiling itertools v0.12.1
23412026-06-20T21:43:24.045Z Compiling usdt-attr-macro v0.5.0
23422026-06-20T21:43:24.045Z Compiling usdt-macro v0.5.0
23432026-06-20T21:43:24.045Z Compiling num-derive v0.4.2
23442026-06-20T21:43:24.045Z Compiling bitfield-struct v0.6.2
23452026-06-20T21:43:24.397Z Compiling ordered-float v2.10.1
23462026-06-20T21:43:24.397Z Compiling blake3 v1.8.3
23472026-06-20T21:43:24.397Z Compiling sigpipe v0.1.3
23482026-06-20T21:43:24.397Z Compiling memmap v0.7.0
23492026-06-20T21:43:24.397Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-06-20T21:43:24.397Z Compiling swrite v0.1.0
23512026-06-20T21:43:24.397Z Compiling glob v0.3.3
23522026-06-20T21:43:24.397Z Compiling usdt v0.5.0
23532026-06-20T21:43:24.397Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-06-20T21:43:24.397Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23552026-06-20T21:43:24.397Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23562026-06-20T21:43:24.397Z Compiling serde-value v0.7.0
23572026-06-20T21:43:24.398Z Compiling zone v0.3.1
23582026-06-20T21:43:24.398Z Compiling serde-untagged v0.1.9
23592026-06-20T21:43:24.398Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23602026-06-20T21:43:24.398Z Compiling toml v0.8.23
23612026-06-20T21:43:24.398Z Compiling smf v0.2.3
23622026-06-20T21:43:24.398Z Compiling filetime v0.2.27
23632026-06-20T21:43:24.398Z Compiling arrayvec v0.7.6
23642026-06-20T21:43:24.398Z Compiling arrayref v0.3.9
23652026-06-20T21:43:24.398Z Compiling constant_time_eq v0.4.2
23662026-06-20T21:43:24.398Z Compiling unicode-xid v0.2.6
23672026-06-20T21:43:24.398Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-06-20T21:43:24.398Z Compiling xattr v1.6.1
23692026-06-20T21:43:24.398Z Compiling whoami v1.6.1
23702026-06-20T21:43:24.398Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-06-20T21:43:24.398Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-06-20T21:43:24.398Z Compiling tokio-dtrace v0.1.1
23732026-06-20T21:43:24.398Z Compiling cargo-util-schemas v0.8.2
23742026-06-20T21:43:24.398Z Compiling tar v0.4.45
23752026-06-20T21:43:24.398Z Compiling console v0.16.2
23762026-06-20T21:43:24.398Z Compiling gethostname v0.5.0
23772026-06-20T21:43:24.398Z Compiling cargo-platform v0.2.0
23782026-06-20T21:43:24.398Z Compiling topological-sort v0.2.2
23792026-06-20T21:43:24.398Z Compiling unit-prefix v0.5.2
23802026-06-20T21:43:24.398Z Compiling indicatif v0.18.4
23812026-06-20T21:43:24.398Z Compiling oxide-tokio-rt v0.1.4
23822026-06-20T21:43:24.398Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-06-20T21:43:24.398Z Compiling shell-words v1.1.1
23842026-06-20T21:43:24.398Z Compiling cargo_metadata v0.21.0
23852026-06-20T21:43:24.398Z Compiling progenitor-client v0.14.0
23862026-06-20T21:43:24.398Z Compiling omicron-zone-package v0.12.2
23872026-06-20T21:43:24.398Z Compiling progenitor-extras v0.2.0
23882026-06-20T21:43:24.398Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23892026-06-20T21:43:24.398Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-06-20T21:43:24.398Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-06-20T21:43:24.398Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-06-20T21:43:24.398Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-06-20T21:43:24.399Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-06-20T21:43:24.399Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952026-06-20T21:43:24.399Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-06-20T21:43:24.399Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-06-20T21:43:24.399Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23982026-06-20T21:43:24.399Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23992026-06-20T21:43:24.399Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24002026-06-20T21:43:24.399Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24012026-06-20T21:43:24.399Z Finished `release` profile [optimized] target(s) in 1m 44s
24022026-06-20T21:43:24.399Z Running `target/release/omicron-package -t test target create -p dev`
24032026-06-20T21:43:24.399ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-06-20T21:43:24.399Z
24052026-06-20T21:43:24.399Zreal 1:44.652487161
24062026-06-20T21:43:24.399Zuser 17:06.862007488
24072026-06-20T21:43:24.399Zsys 2:39.474348062
24082026-06-20T21:43:24.399Ztrap 0.486464710
24092026-06-20T21:43:24.399Ztflt 2.896141963
24102026-06-20T21:43:24.399Zdflt 4.316239952
24112026-06-20T21:43:24.399Zkflt 0.004366071
24122026-06-20T21:43:24.399Zlock 53:18.813745351
24132026-06-20T21:43:24.399Zslp 43:49.470070586
24142026-06-20T21:43:24.399Zlat 41.861172729
24152026-06-20T21:43:24.399Zstop 5:21.491091787
24162026-06-20T21:43:24.399Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24172026-06-20T21:43:24.399Z Finished `release` profile [optimized] target(s) in 0.80s
24182026-06-20T21:43:24.399Z Running `target/release/omicron-package -t test package`
24192026-06-20T21:43:24.399ZLogging to: /work/oxidecomputer/omicron/out/LOG
24202026-06-20T21:43:24.399Z Compiling heck v0.5.0
24212026-06-20T21:43:24.399Z Compiling regress v0.11.1
24222026-06-20T21:43:24.399Z Compiling unsafe-libyaml v0.2.11
24232026-06-20T21:43:24.399Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24242026-06-20T21:43:24.399Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24252026-06-20T21:43:24.399Z Compiling unicode-width v0.1.14
24262026-06-20T21:43:24.399Z Compiling atomicwrites v0.4.4
24272026-06-20T21:43:24.399Z Compiling derive-where v1.6.0
24282026-06-20T21:43:24.399Z Compiling bytecount v0.6.9
24292026-06-20T21:43:24.399Z Compiling is-terminal v0.4.17
24302026-06-20T21:43:24.399Z Compiling prettyplease v0.2.37
24312026-06-20T21:43:24.400Z Compiling console v0.15.11
24322026-06-20T21:43:24.400Z Compiling newline-converter v0.3.0
24332026-06-20T21:43:24.400Z Compiling slog-dtrace v0.3.0
24342026-06-20T21:43:24.400Z Compiling resolv-conf v0.7.6
24352026-06-20T21:43:24.400Z Compiling owo-colors v4.3.0
24362026-06-20T21:43:24.400Z Compiling cancel-safe-futures v0.1.5
24372026-06-20T21:43:24.400Z Compiling rustls v0.22.4
24382026-06-20T21:43:24.400Z Compiling num-rational v0.4.2
24392026-06-20T21:43:24.400Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24402026-06-20T21:43:24.400Z Compiling libsw-core v0.3.2
24412026-06-20T21:43:24.400Z Compiling rustls-webpki v0.102.8
24422026-06-20T21:43:24.400Z Compiling num-complex v0.4.6
24432026-06-20T21:43:24.400Z Compiling serde_yaml v0.9.34+deprecated
24442026-06-20T21:43:24.479Z Compiling thread_local v1.1.9
24452026-06-20T21:43:24.479Z Compiling match_cfg v0.1.0
24462026-06-20T21:43:24.479Z Compiling expectorate v1.2.0
24472026-06-20T21:43:24.479Z Compiling compression-core v0.4.31
24482026-06-20T21:43:24.479Z Compiling hostname v0.3.1
24492026-06-20T21:43:24.479Z Compiling num v0.4.3
24502026-06-20T21:43:24.479Z Compiling compression-codecs v0.4.37
24512026-06-20T21:43:24.592Z Compiling libsw v3.5.0
24522026-06-20T21:43:24.592Z Compiling multer v3.1.0
24532026-06-20T21:43:24.723Z Compiling slog-async v2.8.0
24542026-06-20T21:43:25.179Z Compiling crossbeam-channel v0.5.15
24552026-06-20T21:43:25.179Z Compiling slog-json v2.6.1
24562026-06-20T21:43:25.179Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-06-20T21:43:25.179Z Compiling serde_spanned v1.0.4
24582026-06-20T21:43:25.346Z Compiling toml_datetime v1.0.0+spec-1.1.0
24592026-06-20T21:43:25.346Z Compiling take_mut v0.2.2
24602026-06-20T21:43:25.346Z Compiling linear-map v1.2.0
24612026-06-20T21:43:25.346Z Compiling term v1.2.1
24622026-06-20T21:43:25.346Z Compiling toml_writer v1.0.6+spec-1.1.0
24632026-06-20T21:43:25.346Z Compiling float-ord v0.3.2
24642026-06-20T21:43:25.346Z Compiling linked-hash-map v0.5.6
24652026-06-20T21:43:25.346Z Compiling slog-bunyan v2.5.0
24662026-06-20T21:43:25.347Z Compiling typify-impl v0.6.2
24672026-06-20T21:43:25.347Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24682026-06-20T21:43:25.347Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24692026-06-20T21:43:25.347Z Compiling toml v1.0.6+spec-1.1.0
24702026-06-20T21:43:25.347Z Compiling lru-cache v0.1.2
24712026-06-20T21:43:25.347Z Compiling async-compression v0.4.41
24722026-06-20T21:43:25.515Z Compiling slog-term v2.9.2
24732026-06-20T21:43:25.635Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-06-20T21:43:25.635Z Compiling async-stream v0.3.6
24752026-06-20T21:43:25.691Z Compiling dropshot v0.17.0
24762026-06-20T21:43:25.692Z Compiling progenitor-client v0.14.0
24772026-06-20T21:43:25.692Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24782026-06-20T21:43:25.692Z Compiling waitgroup v0.1.2
24792026-06-20T21:43:25.862Z Compiling backon v1.6.0
24802026-06-20T21:43:25.933Z Compiling rustls-pemfile v2.2.0
24812026-06-20T21:43:25.933Z Compiling hostname v0.4.2
24822026-06-20T21:43:25.934Z Compiling serde_path_to_error v0.1.20
24832026-06-20T21:43:25.934Z Compiling instant v0.1.13
24842026-06-20T21:43:25.989Z Compiling debug-ignore v1.0.5
24852026-06-20T21:43:25.989Z Compiling minimal-lexical v0.2.1
24862026-06-20T21:43:26.029Z Compiling backoff v0.4.0
24872026-06-20T21:43:26.029Z Compiling progenitor-extras v0.2.0
24882026-06-20T21:43:26.029Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24892026-06-20T21:43:26.070Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24902026-06-20T21:43:26.185Z Compiling tokio-rustls v0.25.0
24912026-06-20T21:43:26.219Z Compiling nom v7.1.3
24922026-06-20T21:43:26.251Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-06-20T21:43:26.310Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-06-20T21:43:26.338Z Compiling parse-display v0.10.0
24952026-06-20T21:43:26.338Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24962026-06-20T21:43:26.464Z Compiling hickory-proto v0.24.4
24972026-06-20T21:43:26.601Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24982026-06-20T21:43:26.988Z Compiling regress v0.10.5
24992026-06-20T21:43:27.288Z Compiling macaddr v1.0.1
25002026-06-20T21:43:27.448Z Compiling unicode-xid v0.2.6
25012026-06-20T21:43:27.525Z Compiling humantime v2.3.0
25022026-06-20T21:43:27.672Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-06-20T21:43:27.725Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-06-20T21:43:27.793Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-06-20T21:43:27.899Z Compiling convert_case v0.10.0
25062026-06-20T21:43:27.962Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25072026-06-20T21:43:28.057Z Compiling toml v0.8.23
25082026-06-20T21:43:28.104Z Compiling derive_more-impl v2.1.1
25092026-06-20T21:43:28.224Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-06-20T21:43:28.490Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-06-20T21:43:28.573Z Compiling typify-macro v0.6.2
25122026-06-20T21:43:28.661Z Compiling papergrid v0.11.0
25132026-06-20T21:43:28.685Z Compiling tabled_derive v0.7.0
25142026-06-20T21:43:28.943Z Compiling derive_more v2.1.1
25152026-06-20T21:43:29.043Z Compiling hickory-resolver v0.24.4
25162026-06-20T21:43:29.079Z Compiling termtree v0.5.1
25172026-06-20T21:43:29.163Z Compiling crossterm v0.29.0
25182026-06-20T21:43:29.315Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-06-20T21:43:29.606Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202026-06-20T21:43:29.835Z Compiling tabled v0.15.0
25212026-06-20T21:43:30.166Z Compiling typify v0.6.2
25222026-06-20T21:43:30.405Z Compiling progenitor-impl v0.14.0
25232026-06-20T21:43:30.932Z Compiling qorb v0.4.1
25242026-06-20T21:43:31.135Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252026-06-20T21:43:32.190Z Compiling phf_shared v0.12.1
25262026-06-20T21:43:32.479Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-06-20T21:43:32.502Z Compiling progenitor-macro v0.14.0
25282026-06-20T21:43:32.940Z Compiling csv-core v0.1.13
25292026-06-20T21:43:33.457Z Compiling vte v0.14.1
25302026-06-20T21:43:33.734Z Compiling highway v1.3.0
25312026-06-20T21:43:33.963Z Compiling chrono-tz v0.10.4
25322026-06-20T21:43:34.331Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-06-20T21:43:34.546Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-06-20T21:43:34.546Z Compiling strip-ansi-escapes v0.2.1
25352026-06-20T21:43:34.768Z Compiling csv v1.4.0
25362026-06-20T21:43:34.768Z Compiling phf v0.12.1
25372026-06-20T21:43:34.827Z Compiling const_format_proc_macros v0.2.34
25382026-06-20T21:43:34.827Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-06-20T21:43:34.983Z Compiling fd-lock v4.0.4
25402026-06-20T21:43:35.361Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-06-20T21:43:35.550Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-06-20T21:43:35.732Z Compiling peg-macros v0.8.5
25432026-06-20T21:43:36.477Z Compiling nu-ansi-term v0.50.3
25442026-06-20T21:43:36.715Z Compiling progenitor v0.14.0
25452026-06-20T21:43:36.884Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25462026-06-20T21:43:36.884Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25472026-06-20T21:43:36.884Z Compiling reedline v0.40.0
25482026-06-20T21:43:36.884Z Compiling peg v0.8.5
25492026-06-20T21:43:36.978Z Compiling const_format v0.2.35
25502026-06-20T21:43:37.223Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25512026-06-20T21:43:37.448Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25522026-06-20T21:43:37.827Z Compiling bcs v0.1.6
25532026-06-20T21:43:38.254Z Compiling nom v8.0.0
25542026-06-20T21:43:38.585Z Compiling semver v0.1.20
25552026-06-20T21:43:38.921Z Compiling rustc_version v0.1.7
25562026-06-20T21:43:39.140Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25572026-06-20T21:43:39.332Z Compiling newtype_derive v0.1.6
25582026-06-20T21:43:39.514Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25592026-06-20T21:43:39.554Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-06-20T21:43:39.585Z Compiling unicode-linebreak v0.1.5
25612026-06-20T21:43:39.733Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25622026-06-20T21:43:39.801Z Compiling smawk v0.3.2
25632026-06-20T21:43:39.845Z Compiling base64 v0.21.7
25642026-06-20T21:43:39.916Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-06-20T21:43:39.998Z Compiling textwrap v0.16.2
25662026-06-20T21:43:40.020Z Compiling steno v0.4.1
25672026-06-20T21:43:40.222Z Compiling dropshot-api-manager-types v0.7.2
25682026-06-20T21:43:40.393Z Compiling tagptr v0.2.0
25692026-06-20T21:43:40.571Z Compiling utf-8 v0.7.6
25702026-06-20T21:43:40.595Z Compiling moka v0.12.13
25712026-06-20T21:43:40.819Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25722026-06-20T21:43:40.852Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25732026-06-20T21:43:40.967Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25742026-06-20T21:43:41.135Z Compiling tungstenite v0.21.0
25752026-06-20T21:43:41.169Z Compiling display-error-chain v0.2.2
25762026-06-20T21:43:41.535Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25772026-06-20T21:43:41.800Z Compiling hickory-resolver v0.25.2
25782026-06-20T21:43:41.942Z Compiling tokio-tungstenite v0.21.0
25792026-06-20T21:43:42.170Z Compiling radium v0.7.0
25802026-06-20T21:43:42.352Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25812026-06-20T21:43:42.526Z Compiling tap v1.0.1
25822026-06-20T21:43:42.550Z Compiling maybe-uninit v2.0.0
25832026-06-20T21:43:42.677Z Compiling wyz v0.5.1
25842026-06-20T21:43:42.852Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-06-20T21:43:43.313Z Compiling vergen-lib v0.1.6
25862026-06-20T21:43:43.355Z Compiling zerocopy-derive v0.6.6
25872026-06-20T21:43:43.544Z Compiling crc-catalog v2.4.0
25882026-06-20T21:43:43.704Z Compiling packed_struct v0.10.1
25892026-06-20T21:43:43.986Z Compiling diesel_derives v2.3.7
25902026-06-20T21:43:44.147Z Compiling funty v2.0.0
25912026-06-20T21:43:44.254Z Compiling zerocopy v0.6.6
25922026-06-20T21:43:44.448Z Compiling crc v3.4.0
25932026-06-20T21:43:44.643Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-06-20T21:43:44.676Z Compiling bitvec v1.0.1
25952026-06-20T21:43:45.032Z Compiling scheduled-thread-pool v0.2.7
25962026-06-20T21:43:45.132Z Compiling dsl_auto_type v0.2.0
25972026-06-20T21:43:45.425Z Compiling packed_struct_codegen v0.10.1
25982026-06-20T21:43:45.626Z Compiling vergen-gitcl v1.0.8
25992026-06-20T21:43:45.691Z Compiling bitfield-macros v0.19.4
26002026-06-20T21:43:45.899Z Compiling diesel_table_macro_syntax v0.3.0
26012026-06-20T21:43:46.117Z Compiling dirs-sys-next v0.1.2
26022026-06-20T21:43:46.396Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26032026-06-20T21:43:46.436Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26042026-06-20T21:43:46.493Z Compiling proc-macro-error-attr2 v2.0.0
26052026-06-20T21:43:46.520Z Compiling indexmap v1.9.3
26062026-06-20T21:43:46.544Z Compiling crunchy v0.2.4
26072026-06-20T21:43:46.761Z Compiling maplit v1.0.2
26082026-06-20T21:43:46.848Z Compiling nodrop v0.1.14
26092026-06-20T21:43:46.893Z Compiling glob v0.3.3
26102026-06-20T21:43:46.914Z Compiling proc-macro-error2 v2.0.1
26112026-06-20T21:43:46.989Z Compiling array-init v0.0.4
26122026-06-20T21:43:47.236Z Compiling bitfield v0.19.4
26132026-06-20T21:43:47.266Z Compiling clang-sys v1.8.1
26142026-06-20T21:43:47.321Z Compiling dirs-next v2.0.0
26152026-06-20T21:43:47.501Z Compiling r2d2 v0.8.10
26162026-06-20T21:43:47.565Z Compiling smallvec v0.6.14
26172026-06-20T21:43:47.791Z Compiling num-derive v0.3.3
26182026-06-20T21:43:47.813Z Compiling tiny-keccak v2.0.2
26192026-06-20T21:43:47.844Z Compiling hashbrown v0.12.3
26202026-06-20T21:43:47.998Z Compiling downcast-rs v2.0.2
26212026-06-20T21:43:48.138Z Compiling serde-hex v0.1.0
26222026-06-20T21:43:48.290Z Compiling term v0.7.0
26232026-06-20T21:43:48.358Z Compiling tabled_derive v0.11.0
26242026-06-20T21:43:48.446Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-06-20T21:43:48.660Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-06-20T21:43:48.696Z Compiling libscf-sys v1.1.0
26272026-06-20T21:43:48.730Z Compiling ron v0.8.1
26282026-06-20T21:43:48.801Z Compiling papergrid v0.17.0
26292026-06-20T21:43:48.872Z Compiling testing_table v0.3.0
26302026-06-20T21:43:48.906Z Compiling hashbrown v0.13.2
26312026-06-20T21:43:49.129Z Compiling bit-vec v0.6.3
26322026-06-20T21:43:49.313Z Compiling crc-any v2.5.0
26332026-06-20T21:43:49.372Z Compiling bit-set v0.5.3
26342026-06-20T21:43:49.421Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26352026-06-20T21:43:49.535Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-06-20T21:43:49.565Z Compiling object v0.30.4
26372026-06-20T21:43:50.014Z Compiling tabled v0.20.0
26382026-06-20T21:43:50.114Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26392026-06-20T21:43:50.223Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26402026-06-20T21:43:50.309Z Compiling ascii-canvas v3.0.0
26412026-06-20T21:43:50.570Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26422026-06-20T21:43:50.649Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26432026-06-20T21:43:50.789Z Compiling progenitor-impl v0.13.0
26442026-06-20T21:43:51.120Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26452026-06-20T21:43:51.303Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26462026-06-20T21:43:51.352Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-06-20T21:43:51.464Z Compiling itertools v0.10.5
26482026-06-20T21:43:51.537Z Compiling ena v0.14.4
26492026-06-20T21:43:51.793Z Compiling libloading v0.8.9
26502026-06-20T21:43:51.893Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-06-20T21:43:52.051Z Compiling bindgen v0.71.1
26522026-06-20T21:43:52.110Z Compiling diesel v2.3.7
26532026-06-20T21:43:52.169Z Compiling regex-syntax v0.6.29
26542026-06-20T21:43:52.363Z Compiling xshell-macros v0.2.7
26552026-06-20T21:43:52.592Z Compiling path-slash v0.1.5
26562026-06-20T21:43:52.778Z Compiling unicase v2.9.0
26572026-06-20T21:43:52.801Z Compiling diff v0.1.13
26582026-06-20T21:43:52.801Z Compiling xshell v0.2.7
26592026-06-20T21:43:53.039Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26602026-06-20T21:43:53.070Z Compiling progenitor-macro v0.13.0
26612026-06-20T21:43:53.133Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26622026-06-20T21:43:54.101Z Compiling lalrpop v0.19.12
26632026-06-20T21:43:54.494Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26642026-06-20T21:43:56.064Z Compiling cexpr v0.6.0
26652026-06-20T21:43:56.768Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26662026-06-20T21:43:57.027Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26672026-06-20T21:43:57.128Z Compiling progenitor-client v0.13.0
26682026-06-20T21:43:57.217Z Compiling rustc-hash v2.1.1
26692026-06-20T21:43:57.381Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26702026-06-20T21:43:57.473Z Compiling progenitor v0.13.0
26712026-06-20T21:43:57.870Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-06-20T21:43:57.956Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-06-20T21:43:58.438Z Compiling headers-core v0.3.0
26742026-06-20T21:43:58.606Z Compiling libxml v0.3.3
26752026-06-20T21:43:58.628Z Compiling crc8 v0.1.1
26762026-06-20T21:43:58.673Z Compiling headers v0.4.1
26772026-06-20T21:43:58.776Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-06-20T21:43:58.912Z Compiling strum_macros v0.24.3
26792026-06-20T21:43:58.925Z Compiling indoc v1.0.9
26802026-06-20T21:43:59.098Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26812026-06-20T21:43:59.191Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-06-20T21:43:59.353Z Compiling git-stub v1.0.0
26832026-06-20T21:43:59.414Z Compiling derive_builder v0.20.2
26842026-06-20T21:43:59.608Z Compiling quick-xml v0.37.5
26852026-06-20T21:43:59.634Z Compiling oso-derive v0.27.3
26862026-06-20T21:44:00.152Z Compiling impl-trait-for-tuples v0.2.3
26872026-06-20T21:44:00.186Z Compiling openssl-probe v0.1.6
26882026-06-20T21:44:00.295Z Compiling git-stub-vcs v0.1.0
26892026-06-20T21:44:00.368Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-06-20T21:44:00.499Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26912026-06-20T21:44:00.682Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-20T21:44:00.887Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26932026-06-20T21:44:00.931Z Compiling bb8 v0.8.6
26942026-06-20T21:44:01.093Z Compiling trait-variant v0.1.2
26952026-06-20T21:44:01.355Z Compiling half v1.8.3
26962026-06-20T21:44:01.497Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26972026-06-20T21:44:01.567Z Compiling polar-core v0.27.3
26982026-06-20T21:44:01.665Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-06-20T21:44:01.737Z Compiling serde_cbor v0.11.2
27002026-06-20T21:44:01.850Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27012026-06-20T21:44:02.261Z Compiling samael v0.0.19
27022026-06-20T21:44:02.323Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-06-20T21:44:02.757Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27042026-06-20T21:44:02.889Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27052026-06-20T21:44:02.975Z Compiling nonempty v0.12.0
27062026-06-20T21:44:03.069Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-06-20T21:44:03.094Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-06-20T21:44:03.226Z Compiling fxhash v0.2.1
27092026-06-20T21:44:03.341Z Compiling libz-sys v1.1.24
27102026-06-20T21:44:03.406Z Compiling salty v0.3.0
27112026-06-20T21:44:03.834Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-06-20T21:44:04.032Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27132026-06-20T21:44:04.509Z Compiling kstat-rs v0.2.4
27142026-06-20T21:44:04.564Z Compiling arc-swap v1.8.2
27152026-06-20T21:44:05.042Z Compiling fs-err v2.11.0
27162026-06-20T21:44:05.231Z Compiling slog-scope v4.4.1
27172026-06-20T21:44:05.308Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-06-20T21:44:05.320Z Compiling mime_guess v2.0.5
27192026-06-20T21:44:05.341Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-06-20T21:44:05.855Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27212026-06-20T21:44:06.161Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27222026-06-20T21:44:06.365Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-06-20T21:44:06.699Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27242026-06-20T21:44:06.748Z Compiling nanorand v0.7.0
27252026-06-20T21:44:07.185Z Compiling darling_core v0.23.0
27262026-06-20T21:44:07.301Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-06-20T21:44:07.665Z Compiling parking_lot_core v0.8.6
27282026-06-20T21:44:07.811Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27292026-06-20T21:44:07.973Z Compiling flume v0.11.1
27302026-06-20T21:44:08.318Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-06-20T21:44:09.091Z Compiling slog-stdlog v4.1.1
27322026-06-20T21:44:09.395Z Compiling diesel-dtrace v0.5.0
27332026-06-20T21:44:09.550Z Compiling async-bb8-diesel v0.2.1
27342026-06-20T21:44:09.681Z Compiling darling_macro v0.23.0
27352026-06-20T21:44:10.039Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27362026-06-20T21:44:10.119Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27372026-06-20T21:44:10.175Z Compiling primeorder v0.13.6
27382026-06-20T21:44:10.385Z Compiling atty v0.2.14
27392026-06-20T21:44:10.523Z Compiling parse-size v1.1.0
27402026-06-20T21:44:10.584Z Compiling oso v0.27.3
27412026-06-20T21:44:10.597Z Compiling instability v0.3.11
27422026-06-20T21:44:10.817Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-06-20T21:44:11.112Z Compiling http-range v0.1.5
27442026-06-20T21:44:11.393Z Compiling strsim v0.10.0
27452026-06-20T21:44:11.509Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27462026-06-20T21:44:11.667Z Compiling darling_core v0.13.4
27472026-06-20T21:44:12.850Z Compiling p384 v0.13.1
27482026-06-20T21:44:13.404Z Compiling darling v0.23.0
27492026-06-20T21:44:13.465Z Compiling slog-envlogger v2.2.0
27502026-06-20T21:44:14.660Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-06-20T21:44:14.946Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27522026-06-20T21:44:15.940Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27532026-06-20T21:44:17.062Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27542026-06-20T21:44:17.786Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27552026-06-20T21:44:18.252Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-06-20T21:44:18.409Z Compiling ignore v0.4.25
27572026-06-20T21:44:18.463Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-06-20T21:44:18.772Z Compiling vergen-git2 v9.1.0
27592026-06-20T21:44:19.021Z Compiling castaway v0.2.4
27602026-06-20T21:44:19.146Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-20T21:44:19.171Z Compiling indoc v2.0.7
27622026-06-20T21:44:19.411Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-06-20T21:44:19.855Z Compiling compact_str v0.8.1
27642026-06-20T21:44:20.172Z Compiling globwalk v0.9.1
27652026-06-20T21:44:20.341Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-06-20T21:44:20.809Z Compiling parking_lot v0.11.2
27672026-06-20T21:44:20.991Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27682026-06-20T21:44:21.021Z Compiling hyper-staticfile v0.10.1
27692026-06-20T21:44:21.732Z Compiling darling_macro v0.13.4
27702026-06-20T21:44:22.085Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27712026-06-20T21:44:22.241Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-06-20T21:44:22.264Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27732026-06-20T21:44:22.335Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-06-20T21:44:22.732Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27752026-06-20T21:44:22.760Z Compiling predicates-tree v1.0.13
27762026-06-20T21:44:22.792Z Compiling unicode-truncate v1.1.0
27772026-06-20T21:44:23.021Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-06-20T21:44:23.071Z Compiling lru v0.12.5
27792026-06-20T21:44:23.231Z Compiling prefix-trie v0.7.0
27802026-06-20T21:44:23.266Z Compiling rand_seeder v0.4.0
27812026-06-20T21:44:23.315Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-06-20T21:44:23.356Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-06-20T21:44:23.376Z Compiling illumos-nvpair-sys v0.2.0
27842026-06-20T21:44:23.523Z Compiling corncobs v0.1.4
27852026-06-20T21:44:23.607Z Compiling cassowary v0.3.0
27862026-06-20T21:44:23.636Z Compiling rustls v0.21.12
27872026-06-20T21:44:23.727Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-06-20T21:44:23.788Z Compiling hickory-server v0.25.2
27892026-06-20T21:44:23.832Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-06-20T21:44:23.902Z Compiling ratatui v0.29.0
27912026-06-20T21:44:23.923Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27922026-06-20T21:44:24.043Z Compiling camino-tempfile-ext v0.3.3
27932026-06-20T21:44:24.515Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-06-20T21:44:24.590Z Compiling darling v0.13.4
27952026-06-20T21:44:24.709Z Compiling sled v0.34.7
27962026-06-20T21:44:25.190Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-06-20T21:44:25.423Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-06-20T21:44:25.541Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-06-20T21:44:27.297Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-06-20T21:44:27.945Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-06-20T21:44:28.158Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-06-20T21:44:28.184Z Compiling rustls-webpki v0.101.7
28032026-06-20T21:44:28.310Z Compiling sct v0.7.1
28042026-06-20T21:44:28.386Z Compiling secrecy v0.8.0
28052026-06-20T21:44:28.580Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-06-20T21:44:28.909Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-06-20T21:44:29.631Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-06-20T21:44:29.910Z Compiling serde_with_macros v1.5.2
28092026-06-20T21:44:30.791Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28102026-06-20T21:44:31.267Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-06-20T21:44:31.914Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-06-20T21:44:32.355Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-06-20T21:44:32.465Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28142026-06-20T21:44:32.654Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28152026-06-20T21:44:32.932Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28162026-06-20T21:44:33.164Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-06-20T21:44:33.516Z Compiling git2 v0.20.4
28182026-06-20T21:44:33.516Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28192026-06-20T21:44:33.918Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-06-20T21:44:34.122Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28212026-06-20T21:44:34.122Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28222026-06-20T21:44:34.122Z Compiling void v1.0.2
28232026-06-20T21:44:34.282Z Compiling lzss v0.8.2
28242026-06-20T21:44:34.539Z Compiling illumos-nvpair v0.3.0
28252026-06-20T21:44:35.095Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28262026-06-20T21:44:35.364Z Compiling serde_with v1.14.0
28272026-06-20T21:44:36.365Z Compiling tokio-rustls v0.24.1
28282026-06-20T21:44:36.471Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28292026-06-20T21:44:36.558Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28302026-06-20T21:44:36.658Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28312026-06-20T21:44:36.798Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28322026-06-20T21:44:38.531Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28332026-06-20T21:44:39.127Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-06-20T21:44:39.216Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-06-20T21:44:39.623Z Compiling tungstenite v0.23.0
28362026-06-20T21:44:39.716Z Compiling rustls-pemfile v1.0.4
28372026-06-20T21:44:39.920Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-06-20T21:44:40.115Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28392026-06-20T21:44:40.345Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-06-20T21:44:40.530Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28412026-06-20T21:44:40.641Z Compiling nix v0.27.1
28422026-06-20T21:44:40.795Z Compiling twox-hash v2.1.2
28432026-06-20T21:44:41.423Z Compiling serde_bytes v0.11.19
28442026-06-20T21:44:41.823Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28452026-06-20T21:44:41.974Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28462026-06-20T21:44:42.018Z Compiling tokio-tungstenite v0.23.1
28472026-06-20T21:44:42.077Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-06-20T21:44:42.304Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28492026-06-20T21:44:42.660Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28502026-06-20T21:44:43.616Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28512026-06-20T21:44:44.942Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28522026-06-20T21:44:45.594Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28532026-06-20T21:44:45.840Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28542026-06-20T21:44:45.861Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28552026-06-20T21:44:46.233Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28562026-06-20T21:44:46.455Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28572026-06-20T21:44:46.854Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28582026-06-20T21:44:46.960Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28592026-06-20T21:44:47.105Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28602026-06-20T21:44:47.221Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28612026-06-20T21:44:47.327Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28622026-06-20T21:44:48.188Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-06-20T21:44:48.813Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-06-20T21:44:50.496Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28652026-06-20T21:44:51.369Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28662026-06-20T21:44:52.529Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28672026-06-20T21:44:52.653Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28682026-06-20T21:44:53.374Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28692026-06-20T21:44:53.599Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-06-20T21:44:53.826Z Compiling signal-hook-tokio v0.3.1
28712026-06-20T21:44:54.020Z Compiling fatfs v0.3.6
28722026-06-20T21:44:54.153Z Compiling yasna v0.5.2
28732026-06-20T21:44:54.177Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28742026-06-20T21:44:54.329Z Compiling seq-macro v0.3.6
28752026-06-20T21:44:54.846Z Compiling assert_matches v1.5.0
28762026-06-20T21:44:54.958Z Compiling is_ci v1.2.0
28772026-06-20T21:44:55.178Z Compiling supports-color v3.0.2
28782026-06-20T21:44:55.255Z Compiling rcgen v0.12.1
28792026-06-20T21:44:55.469Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28802026-06-20T21:44:55.800Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28812026-06-20T21:44:56.564Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28822026-06-20T21:44:58.050Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28832026-06-20T21:44:58.301Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-06-20T21:44:58.354Z Compiling rtoolbox v0.0.3
28852026-06-20T21:44:58.539Z Compiling subprocess v0.2.15
28862026-06-20T21:44:58.673Z Compiling rpassword v7.4.0
28872026-06-20T21:44:59.009Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-06-20T21:44:59.874Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28892026-06-20T21:45:00.806Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-06-20T21:45:00.953Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-06-20T21:45:01.401Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28922026-06-20T21:45:02.046Z Compiling tui-tree-widget v0.23.1
28932026-06-20T21:45:02.375Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-06-20T21:45:03.191Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28952026-06-20T21:45:03.491Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-06-20T21:45:03.723Z Compiling uzers v0.12.2
28972026-06-20T21:45:04.265Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-06-20T21:45:05.191Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-06-20T21:45:05.748Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-06-20T21:45:06.886Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-06-20T21:45:08.770Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-06-20T21:45:10.418Z Compiling support-bundle-viewer v0.1.2
29032026-06-20T21:45:10.978Z Compiling multimap v0.10.1
29042026-06-20T21:46:14.059Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-06-20T21:46:14.274Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29062026-06-20T21:46:14.531Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29072026-06-20T21:46:14.531Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29082026-06-20T21:46:14.531Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29092026-06-20T21:52:13.441Z Finished `release` profile [optimized] target(s) in 8m 51s
29102026-06-20T21:52:58.763Z
29112026-06-20T21:52:58.767Zreal 9:37.796171377
29122026-06-20T21:52:58.767Zuser 1:19:28.668965932
29132026-06-20T21:52:58.767Zsys 3:29.882901583
29142026-06-20T21:52:58.767Ztrap 1.768530089
29152026-06-20T21:52:58.767Ztflt 2.580049210
29162026-06-20T21:52:58.767Zdflt 16.019193730
29172026-06-20T21:52:58.767Zkflt 0.113748494
29182026-06-20T21:52:58.767Zlock 7:04:44.511549766
29192026-06-20T21:52:58.767Zslp 2:16:27.799010556
29202026-06-20T21:52:58.767Zlat 2:25.365725863
29212026-06-20T21:52:58.767Zstop 5:12.310578669
29222026-06-20T21:52:58.767Z+ mapfile -t packages
29232026-06-20T21:52:58.767Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29242026-06-20T21:52:59.656Z Finished `release` profile [optimized] target(s) in 0.88s
29252026-06-20T21:52:59.730Z Running `target/release/omicron-package -t test list-outputs`
29262026-06-20T21:52:59.783ZLogging to: /work/oxidecomputer/omicron/out/LOG
29272026-06-20T21:52:59.790Z+ ptime -m cargo build --locked --release -p xtask
29282026-06-20T21:53:00.246Z Compiling libc v0.2.185
29292026-06-20T21:53:00.246Z Compiling serde v1.0.228
29302026-06-20T21:53:00.251Z Compiling serde_core v1.0.228
29312026-06-20T21:53:00.251Z Compiling rustix v1.1.3
29322026-06-20T21:53:00.251Z Compiling bitflags v2.11.0
29332026-06-20T21:53:00.333Z Compiling serde_json v1.0.149
29342026-06-20T21:53:00.381Z Compiling num-traits v0.2.19
29352026-06-20T21:53:00.390Z Compiling syn v2.0.117
29362026-06-20T21:53:00.402Z Compiling smallvec v1.15.1
29372026-06-20T21:53:00.422Z Compiling indexmap v2.14.0
29382026-06-20T21:53:00.431Z Compiling usdt-impl v0.5.0
29392026-06-20T21:53:00.455Z Compiling syn v1.0.109
29402026-06-20T21:53:00.472Z Compiling log v0.4.29
29412026-06-20T21:53:00.472Z Compiling percent-encoding v2.3.2
29422026-06-20T21:53:00.587Z Compiling getrandom v0.4.1
29432026-06-20T21:53:00.690Z Compiling form_urlencoded v1.2.2
29442026-06-20T21:53:00.793Z Compiling fs-err v3.3.0
29452026-06-20T21:53:00.817Z Compiling once_cell v1.21.3
29462026-06-20T21:53:00.821Z Compiling anyhow v1.0.102
29472026-06-20T21:53:00.848Z Compiling heck v0.4.1
29482026-06-20T21:53:01.150Z Compiling errno v0.3.14
29492026-06-20T21:53:01.158Z Compiling thread-id v4.2.2
29502026-06-20T21:53:01.159Z Compiling memmap v0.7.0
29512026-06-20T21:53:01.400Z Compiling ordered-float v2.10.1
29522026-06-20T21:53:01.944Z Compiling proc-macro-error v1.0.4
29532026-06-20T21:53:02.152Z Compiling terminal_size v0.4.3
29542026-06-20T21:53:02.152Z Compiling tempfile v3.25.0
29552026-06-20T21:53:02.188Z Compiling tabled_derive v0.7.0
29562026-06-20T21:53:02.249Z Compiling clap_builder v4.6.0
29572026-06-20T21:53:02.249Z Compiling textwrap v0.16.2
29582026-06-20T21:53:02.389Z Compiling camino-tempfile v1.4.1
29592026-06-20T21:53:02.876Z Compiling tabled v0.15.0
29602026-06-20T21:53:02.931Z Compiling synstructure v0.13.2
29612026-06-20T21:53:02.931Z Compiling pest_generator v2.8.6
29622026-06-20T21:53:03.330Z Compiling serde_derive v1.0.228
29632026-06-20T21:53:03.334Z Compiling zerofrom-derive v0.1.6
29642026-06-20T21:53:03.334Z Compiling yoke-derive v0.8.1
29652026-06-20T21:53:03.334Z Compiling zerovec-derive v0.11.2
29662026-06-20T21:53:03.334Z Compiling displaydoc v0.2.5
29672026-06-20T21:53:03.334Z Compiling thiserror-impl v1.0.69
29682026-06-20T21:53:03.334Z Compiling zerocopy-derive v0.7.35
29692026-06-20T21:53:03.467Z Compiling pest_derive v2.8.6
29702026-06-20T21:53:03.931Z Compiling scroll_derive v0.12.1
29712026-06-20T21:53:03.996Z Compiling thiserror-impl v2.0.18
29722026-06-20T21:53:04.055Z Compiling clap_derive v4.6.1
29732026-06-20T21:53:04.191Z Compiling zerocopy v0.7.35
29742026-06-20T21:53:04.481Z Compiling thiserror v1.0.69
29752026-06-20T21:53:04.507Z Compiling zerofrom v0.1.6
29762026-06-20T21:53:04.610Z Compiling dtrace-parser v0.2.0
29772026-06-20T21:53:04.622Z Compiling yoke v0.8.1
29782026-06-20T21:53:04.655Z Compiling scroll v0.12.0
29792026-06-20T21:53:04.866Z Compiling zerovec v0.11.5
29802026-06-20T21:53:04.916Z Compiling zerotrie v0.2.3
29812026-06-20T21:53:04.929Z Compiling goblin v0.8.2
29822026-06-20T21:53:05.219Z Compiling thiserror v2.0.18
29832026-06-20T21:53:05.390Z Compiling tinystr v0.8.2
29842026-06-20T21:53:05.474Z Compiling potential_utf v0.1.4
29852026-06-20T21:53:05.656Z Compiling icu_locale_core v2.1.1
29862026-06-20T21:53:05.689Z Compiling icu_collections v2.1.1
29872026-06-20T21:53:05.741Z Compiling clap v4.6.1
29882026-06-20T21:53:06.464Z Compiling icu_provider v2.1.1
29892026-06-20T21:53:06.669Z Compiling serde_spanned v0.6.9
29902026-06-20T21:53:06.760Z Compiling icu_properties v2.1.2
29912026-06-20T21:53:06.862Z Compiling icu_normalizer v2.1.1
29922026-06-20T21:53:06.895Z Compiling toml_datetime v0.6.11
29932026-06-20T21:53:06.932Z Compiling dof v0.3.0
29942026-06-20T21:53:06.944Z Compiling serde_tokenstream v0.2.3
29952026-06-20T21:53:06.954Z Compiling serde-value v0.7.0
29962026-06-20T21:53:06.978Z Compiling cargo-platform v0.2.0
29972026-06-20T21:53:07.116Z Compiling toml_edit v0.22.27
29982026-06-20T21:53:07.544Z Compiling macaddr v1.0.1
29992026-06-20T21:53:07.662Z Compiling idna_adapter v1.2.1
30002026-06-20T21:53:07.743Z Compiling usdt-attr-macro v0.5.0
30012026-06-20T21:53:07.763Z Compiling usdt-macro v0.5.0
30022026-06-20T21:53:07.821Z Compiling idna v1.1.0
30032026-06-20T21:53:08.145Z Compiling url v2.5.8
30042026-06-20T21:53:08.396Z Compiling usdt v0.5.0
30052026-06-20T21:53:08.691Z Compiling toml v0.8.23
30062026-06-20T21:53:09.143Z Compiling cargo-util-schemas v0.8.2
30072026-06-20T21:53:09.160Z Compiling cargo_toml v0.21.0
30082026-06-20T21:53:10.463Z Compiling cargo_metadata v0.21.0
30092026-06-20T21:53:13.340Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-06-20T21:53:19.675Z Finished `release` profile [optimized] target(s) in 16.51s
30112026-06-20T21:53:19.882Z
30122026-06-20T21:53:19.882Zreal 16.601681572
30132026-06-20T21:53:19.882Zuser 2:22.534140851
30142026-06-20T21:53:19.882Zsys 16.856681287
30152026-06-20T21:53:19.882Ztrap 0.096086681
30162026-06-20T21:53:19.882Ztflt 0.570035176
30172026-06-20T21:53:19.882Zdflt 1.554620459
30182026-06-20T21:53:19.882Zkflt 0.000061232
30192026-06-20T21:53:19.882Zlock 5:17.381191608
30202026-06-20T21:53:19.882Zslp 3:25.427218877
30212026-06-20T21:53:19.882Zlat 5.883285583
30222026-06-20T21:53:19.882Zstop 18.606342348
30232026-06-20T21:53:19.882Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-06-20T21:53:19.882Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-06-20T21:53:19.882Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-06-20T21:53:19.882Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-06-20T21:53:19.883Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-06-20T21:53:19.883Z Compiling progenitor-client v0.14.0
30292026-06-20T21:53:19.883Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-06-20T21:53:19.883Z Compiling newtype-uuid-macros v0.1.0
30312026-06-20T21:53:19.883Z Compiling match_cfg v0.1.0
30322026-06-20T21:53:19.883Z Compiling slog-json v2.6.1
30332026-06-20T21:53:19.883Z Compiling structmeta-derive v0.3.0
30342026-06-20T21:53:19.883Z Compiling rustls v0.22.4
30352026-06-20T21:53:19.883Z Compiling rustls-webpki v0.102.8
30362026-06-20T21:53:19.883Z Compiling multer v3.1.0
30372026-06-20T21:53:19.883Z Compiling compression-core v0.4.31
30382026-06-20T21:53:19.883Z Compiling debug-ignore v1.0.5
30392026-06-20T21:53:19.883Z Compiling atomicwrites v0.4.4
30402026-06-20T21:53:19.883Z Compiling itertools v0.14.0
30412026-06-20T21:53:19.883Z Compiling async-stream-impl v0.3.6
30422026-06-20T21:53:19.883Z Compiling serde_spanned v1.0.4
30432026-06-20T21:53:19.883Z Compiling toml_datetime v1.0.0+spec-1.1.0
30442026-06-20T21:53:19.883Z Compiling dropshot v0.17.0
30452026-06-20T21:53:19.883Z Compiling compression-codecs v0.4.37
30462026-06-20T21:53:19.883Z Compiling hostname v0.3.1
30472026-06-20T21:53:19.883Z Compiling toml_writer v1.0.6+spec-1.1.0
30482026-06-20T21:53:19.883Z Compiling waitgroup v0.1.2
30492026-06-20T21:53:19.883Z Compiling rustls-pemfile v2.2.0
30502026-06-20T21:53:19.883Z Compiling dropshot_endpoint v0.17.0
30512026-06-20T21:53:19.883Z Compiling slog-bunyan v2.5.0
30522026-06-20T21:53:19.883Z Compiling async-compression v0.4.41
30532026-06-20T21:53:19.883Z Compiling toml v1.0.6+spec-1.1.0
30542026-06-20T21:53:19.883Z Compiling serde_path_to_error v0.1.20
30552026-06-20T21:53:19.883Z Compiling hostname v0.4.2
30562026-06-20T21:53:19.883Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30572026-06-20T21:53:19.883Z Compiling macaddr v1.0.1
30582026-06-20T21:53:19.883Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30592026-06-20T21:53:19.883Z Compiling instant v0.1.13
30602026-06-20T21:53:19.883Z Compiling regress v0.10.5
30612026-06-20T21:53:19.883Z Compiling backon v1.6.0
30622026-06-20T21:53:19.884Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30632026-06-20T21:53:19.884Z Compiling backoff v0.4.0
30642026-06-20T21:53:19.884Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-06-20T21:53:19.884Z Compiling async-stream v0.3.6
30662026-06-20T21:53:19.884Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30672026-06-20T21:53:19.884Z Compiling humantime v2.3.0
30682026-06-20T21:53:19.884Z Compiling universal-hash v0.5.1
30692026-06-20T21:53:19.884Z Compiling opaque-debug v0.3.1
30702026-06-20T21:53:19.884Z Compiling progenitor-extras v0.2.0
30712026-06-20T21:53:19.884Z Compiling regress v0.11.1
30722026-06-20T21:53:19.884Z Compiling half v2.7.1
30732026-06-20T21:53:19.884Z Compiling ciborium-io v0.2.2
30742026-06-20T21:53:19.884Z Compiling crucible-workspace-hack v0.1.0
30752026-06-20T21:53:19.884Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30762026-06-20T21:53:19.884Z Compiling structmeta v0.3.0
30772026-06-20T21:53:19.884Z Compiling convert_case v0.4.0
30782026-06-20T21:53:19.884Z Compiling aead v0.5.2
30792026-06-20T21:53:19.884Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30802026-06-20T21:53:19.884Z Compiling secrecy v0.10.3
30812026-06-20T21:53:19.884Z Compiling poly1305 v0.8.0
30822026-06-20T21:53:19.884Z Compiling ciborium-ll v0.2.2
30832026-06-20T21:53:19.884Z Compiling chacha20 v0.9.1
30842026-06-20T21:53:19.884Z Compiling derive-ex v0.1.8
30852026-06-20T21:53:19.884Z Compiling parse-display-derive v0.10.0
30862026-06-20T21:53:19.884Z Compiling unsafe-libyaml v0.2.11
30872026-06-20T21:53:19.884Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30882026-06-20T21:53:19.884Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30892026-06-20T21:53:19.884Z Compiling ciborium v0.2.2
30902026-06-20T21:53:19.884Z Compiling derive_more v0.99.20
30912026-06-20T21:53:19.884Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30922026-06-20T21:53:19.884Z Compiling thiserror-impl-no-std v2.0.2
30932026-06-20T21:53:19.884Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30942026-06-20T21:53:19.884Z Compiling byte-wrapper v0.1.0
30952026-06-20T21:53:19.885Z Compiling blake2 v0.10.6
30962026-06-20T21:53:19.885Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30972026-06-20T21:53:19.885Z Compiling serde_yaml v0.9.34+deprecated
30982026-06-20T21:53:19.885Z Compiling password-hash v0.5.0
30992026-06-20T21:53:19.885Z Compiling toml_datetime v0.7.5+spec-1.1.0
31002026-06-20T21:53:19.924Z Compiling chacha20poly1305 v0.10.1
31012026-06-20T21:53:19.924Z Compiling indent_write v2.2.0
31022026-06-20T21:53:19.924Z Compiling heapless v0.8.0
31032026-06-20T21:53:19.924Z Compiling tokio-rustls v0.25.0
31042026-06-20T21:53:19.924Z Compiling argon2 v0.5.3
31052026-06-20T21:53:19.927Z Compiling toml_edit v0.23.10+spec-1.0.0
31062026-06-20T21:53:19.946Z Compiling ingot-macros v0.1.1
31072026-06-20T21:53:20.032Z Compiling tabwriter v1.4.1
31082026-06-20T21:53:20.253Z Compiling typify-impl v0.6.2
31092026-06-20T21:53:20.296Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31102026-06-20T21:53:20.391Z Compiling thiserror-no-std v2.0.2
31112026-06-20T21:53:20.528Z Compiling vsss-rs v3.3.4
31122026-06-20T21:53:20.622Z Compiling proc-macro-crate v3.4.0
31132026-06-20T21:53:20.667Z Compiling test-strategy v0.4.5
31142026-06-20T21:53:20.683Z Compiling parse-display v0.10.0
31152026-06-20T21:53:21.042Z Compiling hash32 v0.3.1
31162026-06-20T21:53:21.067Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-06-20T21:53:21.071Z Compiling smoltcp v0.11.0
31182026-06-20T21:53:21.139Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31192026-06-20T21:53:21.255Z Compiling num_enum_derive v0.7.6
31202026-06-20T21:53:21.274Z Compiling cobs v0.3.0
31212026-06-20T21:53:21.333Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-06-20T21:53:21.406Z Compiling colored v3.1.1
31232026-06-20T21:53:21.500Z Compiling postcard v1.1.3
31242026-06-20T21:53:21.515Z Compiling proc-macro-error v1.0.4
31252026-06-20T21:53:21.533Z Compiling proc-macro-crate v1.3.1
31262026-06-20T21:53:21.578Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31272026-06-20T21:53:21.713Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31282026-06-20T21:53:21.730Z Compiling foreign-types-macros v0.2.3
31292026-06-20T21:53:21.806Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31302026-06-20T21:53:21.872Z Compiling rayon-core v1.13.0
31312026-06-20T21:53:21.888Z Compiling foreign-types-shared v0.3.1
31322026-06-20T21:53:21.923Z Compiling cpufeatures v0.3.0
31332026-06-20T21:53:21.940Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-06-20T21:53:22.006Z Compiling num_enum_derive v0.5.11
31352026-06-20T21:53:22.009Z Compiling chacha20 v0.10.0
31362026-06-20T21:53:22.112Z Compiling crossbeam-deque v0.8.6
31372026-06-20T21:53:22.129Z Compiling camino-tempfile v1.4.1
31382026-06-20T21:53:22.148Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31392026-06-20T21:53:22.199Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31402026-06-20T21:53:22.217Z Compiling cstr-argument v0.1.2
31412026-06-20T21:53:22.292Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31422026-06-20T21:53:22.350Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31432026-06-20T21:53:22.408Z Compiling foreign-types v0.5.0
31442026-06-20T21:53:22.411Z Compiling rand v0.10.0
31452026-06-20T21:53:22.412Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31462026-06-20T21:53:22.457Z Compiling num_enum v0.7.6
31472026-06-20T21:53:22.532Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31482026-06-20T21:53:22.597Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31492026-06-20T21:53:22.614Z Compiling zone_cfg_derive v0.3.1
31502026-06-20T21:53:22.644Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31512026-06-20T21:53:22.718Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31522026-06-20T21:53:22.806Z Compiling rayon v1.11.0
31532026-06-20T21:53:22.824Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31542026-06-20T21:53:22.840Z Compiling itertools v0.12.1
31552026-06-20T21:53:22.843Z Compiling num-derive v0.4.2
31562026-06-20T21:53:22.880Z Compiling sigpipe v0.1.3
31572026-06-20T21:53:22.903Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31582026-06-20T21:53:22.920Z Compiling glob v0.3.3
31592026-06-20T21:53:23.005Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31602026-06-20T21:53:23.023Z Compiling ingot-types v0.1.2
31612026-06-20T21:53:23.117Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31622026-06-20T21:53:23.153Z Compiling num_enum v0.5.11
31632026-06-20T21:53:23.174Z Compiling smf v0.2.3
31642026-06-20T21:53:23.272Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31652026-06-20T21:53:23.299Z Compiling whoami v1.6.1
31662026-06-20T21:53:23.332Z Compiling usdt-attr-macro v0.5.0
31672026-06-20T21:53:23.349Z Compiling usdt-macro v0.5.0
31682026-06-20T21:53:23.376Z Compiling gethostname v0.5.0
31692026-06-20T21:53:23.468Z Compiling ingot v0.1.1
31702026-06-20T21:53:23.540Z Compiling num-rational v0.4.2
31712026-06-20T21:53:23.607Z Compiling num-complex v0.4.6
31722026-06-20T21:53:23.623Z Compiling memmap v0.7.0
31732026-06-20T21:53:23.727Z Compiling derive-where v1.6.0
31742026-06-20T21:53:23.815Z Compiling float-ord v0.3.2
31752026-06-20T21:53:23.852Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31762026-06-20T21:53:23.855Z Compiling toml v0.8.23
31772026-06-20T21:53:23.968Z Compiling num v0.4.3
31782026-06-20T21:53:24.039Z Compiling zone v0.3.1
31792026-06-20T21:53:24.068Z Compiling resolv-conf v0.7.6
31802026-06-20T21:53:24.102Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31812026-06-20T21:53:24.155Z Compiling cancel-safe-futures v0.1.5
31822026-06-20T21:53:24.171Z Compiling owo-colors v4.3.0
31832026-06-20T21:53:24.210Z Compiling usdt v0.5.0
31842026-06-20T21:53:24.261Z Compiling libsw-core v0.3.2
31852026-06-20T21:53:24.279Z Compiling prettyplease v0.2.37
31862026-06-20T21:53:24.432Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-06-20T21:53:24.467Z Compiling libsw v3.5.0
31882026-06-20T21:53:24.514Z Compiling console v0.15.11
31892026-06-20T21:53:24.561Z Compiling hickory-proto v0.24.4
31902026-06-20T21:53:24.577Z Compiling newline-converter v0.3.0
31912026-06-20T21:53:24.635Z Compiling linked-hash-map v0.5.6
31922026-06-20T21:53:24.652Z Compiling libefi-sys v0.1.0
31932026-06-20T21:53:24.671Z Compiling linear-map v1.2.0
31942026-06-20T21:53:24.743Z Compiling git-stub v1.0.0
31952026-06-20T21:53:24.771Z Compiling bitfield-struct v0.6.2
31962026-06-20T21:53:24.856Z Compiling expectorate v1.2.0
31972026-06-20T21:53:24.892Z Compiling lru-cache v0.1.2
31982026-06-20T21:53:24.913Z Compiling nom v8.0.0
31992026-06-20T21:53:25.030Z Compiling typify-macro v0.6.2
32002026-06-20T21:53:25.041Z Compiling semver v0.1.20
32012026-06-20T21:53:25.057Z Compiling git-stub-vcs v0.1.0
32022026-06-20T21:53:25.094Z Compiling tokio-dtrace v0.1.1
32032026-06-20T21:53:25.109Z Compiling dropshot-api-manager-types v0.7.2
32042026-06-20T21:53:25.142Z Compiling slog-dtrace v0.3.0
32052026-06-20T21:53:25.273Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32062026-06-20T21:53:25.357Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32072026-06-20T21:53:25.357Z Compiling rustc_version v0.1.7
32082026-06-20T21:53:25.391Z Compiling minimal-lexical v0.2.1
32092026-06-20T21:53:25.396Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-06-20T21:53:25.453Z Compiling oxide-tokio-rt v0.1.4
32112026-06-20T21:53:25.470Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-06-20T21:53:25.473Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-06-20T21:53:25.505Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32142026-06-20T21:53:25.508Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32152026-06-20T21:53:25.624Z Compiling newtype_derive v0.1.6
32162026-06-20T21:53:25.702Z Compiling nom v7.1.3
32172026-06-20T21:53:25.725Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-06-20T21:53:25.767Z Compiling phf_shared v0.12.1
32192026-06-20T21:53:25.772Z Compiling csv-core v0.1.13
32202026-06-20T21:53:25.800Z Compiling xshell-macros v0.2.7
32212026-06-20T21:53:25.847Z Compiling highway v1.3.0
32222026-06-20T21:53:25.940Z Compiling chrono-tz v0.10.4
32232026-06-20T21:53:25.980Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32242026-06-20T21:53:26.133Z Compiling csv v1.4.0
32252026-06-20T21:53:26.151Z Compiling phf v0.12.1
32262026-06-20T21:53:26.226Z Compiling const_format_proc_macros v0.2.34
32272026-06-20T21:53:26.275Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-06-20T21:53:26.278Z Compiling xshell v0.2.7
32292026-06-20T21:53:26.369Z Compiling primeorder v0.13.6
32302026-06-20T21:53:26.601Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32312026-06-20T21:53:26.630Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32322026-06-20T21:53:26.713Z Compiling tabled_derive v0.7.0
32332026-06-20T21:53:26.819Z Compiling hickory-resolver v0.24.4
32342026-06-20T21:53:26.844Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32352026-06-20T21:53:26.917Z Compiling bcs v0.1.6
32362026-06-20T21:53:26.938Z Compiling typify v0.6.2
32372026-06-20T21:53:27.069Z Compiling progenitor-impl v0.14.0
32382026-06-20T21:53:27.088Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32392026-06-20T21:53:27.115Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32402026-06-20T21:53:27.178Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-06-20T21:53:27.277Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32422026-06-20T21:53:27.300Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32432026-06-20T21:53:27.496Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-06-20T21:53:27.534Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32452026-06-20T21:53:27.814Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32462026-06-20T21:53:27.894Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32472026-06-20T21:53:27.954Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32482026-06-20T21:53:28.065Z Compiling qorb v0.4.1
32492026-06-20T21:53:28.109Z Compiling const_format v0.2.35
32502026-06-20T21:53:28.130Z Compiling termtree v0.5.1
32512026-06-20T21:53:28.147Z Compiling salty v0.3.0
32522026-06-20T21:53:28.190Z Compiling tagptr v0.2.0
32532026-06-20T21:53:28.324Z Compiling textwrap v0.16.2
32542026-06-20T21:53:28.378Z Compiling moka v0.12.13
32552026-06-20T21:53:28.457Z Compiling tabled v0.15.0
32562026-06-20T21:53:28.473Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-06-20T21:53:28.734Z Compiling steno v0.4.1
32582026-06-20T21:53:28.796Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-06-20T21:53:28.850Z Compiling base64 v0.21.7
32602026-06-20T21:53:28.920Z Compiling radium v0.7.0
32612026-06-20T21:53:29.046Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32622026-06-20T21:53:29.165Z Compiling hickory-resolver v0.25.2
32632026-06-20T21:53:29.215Z Compiling p384 v0.13.1
32642026-06-20T21:53:29.218Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32652026-06-20T21:53:29.310Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32662026-06-20T21:53:29.372Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32672026-06-20T21:53:29.418Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32682026-06-20T21:53:29.707Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32692026-06-20T21:53:29.824Z Compiling tap v1.0.1
32702026-06-20T21:53:29.872Z Compiling progenitor-macro v0.14.0
32712026-06-20T21:53:29.972Z Compiling maybe-uninit v2.0.0
32722026-06-20T21:53:29.989Z Compiling wyz v0.5.1
32732026-06-20T21:53:30.215Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32742026-06-20T21:53:30.231Z Compiling proc-macro-error-attr2 v2.0.0
32752026-06-20T21:53:30.359Z Compiling funty v2.0.0
32762026-06-20T21:53:30.431Z Compiling utf-8 v0.7.6
32772026-06-20T21:53:30.470Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32782026-06-20T21:53:30.589Z Compiling packed_struct v0.10.1
32792026-06-20T21:53:30.646Z Compiling parking_lot_core v0.8.6
32802026-06-20T21:53:30.680Z Compiling proc-macro-error2 v2.0.1
32812026-06-20T21:53:30.730Z Compiling bitvec v1.0.1
32822026-06-20T21:53:30.870Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-06-20T21:53:30.918Z Compiling tungstenite v0.21.0
32842026-06-20T21:53:30.977Z Compiling polyval v0.6.2
32852026-06-20T21:53:31.006Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32862026-06-20T21:53:31.062Z Compiling num-derive v0.3.3
32872026-06-20T21:53:31.066Z Compiling packed_struct_codegen v0.10.1
32882026-06-20T21:53:31.099Z Compiling bitfield-macros v0.19.4
32892026-06-20T21:53:31.157Z Compiling zerocopy-derive v0.6.6
32902026-06-20T21:53:31.177Z Compiling indexmap v1.9.3
32912026-06-20T21:53:31.291Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32922026-06-20T21:53:31.309Z Compiling crc-catalog v2.4.0
32932026-06-20T21:53:31.346Z Compiling nodrop v0.1.14
32942026-06-20T21:53:31.418Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32952026-06-20T21:53:31.461Z Compiling array-init v0.0.4
32962026-06-20T21:53:31.477Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32972026-06-20T21:53:31.544Z Compiling tokio-tungstenite v0.21.0
32982026-06-20T21:53:31.673Z Compiling crc v3.4.0
32992026-06-20T21:53:31.839Z Compiling ghash v0.5.1
33002026-06-20T21:53:31.864Z Compiling tabled_derive v0.11.0
33012026-06-20T21:53:31.881Z Compiling smallvec v0.6.14
33022026-06-20T21:53:31.900Z Compiling bitfield v0.19.4
33032026-06-20T21:53:31.955Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-06-20T21:53:32.011Z Compiling progenitor-impl v0.13.0
33052026-06-20T21:53:32.055Z Compiling libscf-sys v1.1.0
33062026-06-20T21:53:32.072Z Compiling zerocopy v0.6.6
33072026-06-20T21:53:32.122Z Compiling papergrid v0.17.0
33082026-06-20T21:53:32.183Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33092026-06-20T21:53:32.236Z Compiling testing_table v0.3.0
33102026-06-20T21:53:32.255Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33112026-06-20T21:53:32.368Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33122026-06-20T21:53:32.374Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33132026-06-20T21:53:32.374Z Compiling ctr v0.9.2
33142026-06-20T21:53:32.429Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-06-20T21:53:32.449Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33162026-06-20T21:53:32.475Z Compiling unicase v2.9.0
33172026-06-20T21:53:32.541Z Compiling illumos-nvpair-sys v0.2.0
33182026-06-20T21:53:32.557Z Compiling corncobs v0.1.4
33192026-06-20T21:53:32.575Z Compiling hashbrown v0.12.3
33202026-06-20T21:53:32.721Z Compiling mime_guess v2.0.5
33212026-06-20T21:53:32.746Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-06-20T21:53:32.779Z Compiling aes-gcm v0.10.3
33232026-06-20T21:53:32.815Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-06-20T21:53:32.836Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-06-20T21:53:33.019Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33262026-06-20T21:53:33.112Z Compiling parking_lot v0.11.2
33272026-06-20T21:53:33.135Z Compiling tabled v0.20.0
33282026-06-20T21:53:33.210Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33292026-06-20T21:53:33.330Z Compiling serde-hex v0.1.0
33302026-06-20T21:53:33.421Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33312026-06-20T21:53:33.480Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-06-20T21:53:33.537Z Compiling ron v0.8.1
33332026-06-20T21:53:33.584Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33342026-06-20T21:53:33.639Z Compiling hashbrown v0.13.2
33352026-06-20T21:53:33.879Z Compiling progenitor-client v0.13.0
33362026-06-20T21:53:33.903Z Compiling prefix-trie v0.7.0
33372026-06-20T21:53:34.062Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33382026-06-20T21:53:34.079Z Compiling blowfish v0.9.1
33392026-06-20T21:53:34.163Z Compiling ssh-encoding v0.2.0
33402026-06-20T21:53:34.228Z Compiling fxhash v0.2.1
33412026-06-20T21:53:34.357Z Compiling secrecy v0.8.0
33422026-06-20T21:53:34.375Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-06-20T21:53:34.396Z Compiling crc-any v2.5.0
33442026-06-20T21:53:34.457Z Compiling ssh-cipher v0.2.0
33452026-06-20T21:53:34.538Z Compiling sled v0.34.7
33462026-06-20T21:53:34.666Z Compiling hickory-server v0.25.2
33472026-06-20T21:53:34.747Z Compiling bcrypt-pbkdf v0.10.0
33482026-06-20T21:53:34.766Z Compiling progenitor-macro v0.13.0
33492026-06-20T21:53:34.893Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-06-20T21:53:35.060Z Compiling progenitor v0.14.0
33512026-06-20T21:53:35.091Z Compiling object v0.30.4
33522026-06-20T21:53:35.141Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33532026-06-20T21:53:35.178Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33542026-06-20T21:53:35.222Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33552026-06-20T21:53:35.239Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33562026-06-20T21:53:35.479Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33572026-06-20T21:53:35.586Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33582026-06-20T21:53:35.656Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33592026-06-20T21:53:35.817Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33602026-06-20T21:53:35.858Z Compiling password-hash v0.4.2
33612026-06-20T21:53:35.937Z Compiling http-range v0.1.5
33622026-06-20T21:53:36.192Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-06-20T21:53:36.286Z Compiling crc8 v0.1.1
33642026-06-20T21:53:36.364Z Compiling path-slash v0.1.5
33652026-06-20T21:53:36.382Z Compiling half v1.8.3
33662026-06-20T21:53:36.539Z Compiling pbkdf2 v0.11.0
33672026-06-20T21:53:36.589Z Compiling illumos-nvpair v0.3.0
33682026-06-20T21:53:36.686Z Compiling serde_cbor v0.11.2
33692026-06-20T21:53:36.748Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33702026-06-20T21:53:36.787Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33712026-06-20T21:53:37.271Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33722026-06-20T21:53:37.316Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33732026-06-20T21:53:37.338Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33742026-06-20T21:53:38.093Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33752026-06-20T21:53:38.150Z Compiling ssh-key v0.6.7
33762026-06-20T21:53:38.200Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33772026-06-20T21:53:38.305Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33782026-06-20T21:53:38.324Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33792026-06-20T21:53:38.383Z Compiling p521 v0.13.3
33802026-06-20T21:53:38.401Z Compiling p256 v0.13.2
33812026-06-20T21:53:38.425Z Compiling yasna v0.5.2
33822026-06-20T21:53:38.441Z Compiling kstat-rs v0.2.4
33832026-06-20T21:53:38.764Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33842026-06-20T21:53:38.792Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33852026-06-20T21:53:38.876Z Compiling headers-core v0.3.0
33862026-06-20T21:53:39.033Z Compiling nanorand v0.7.0
33872026-06-20T21:53:39.141Z Compiling atty v0.2.14
33882026-06-20T21:53:39.159Z Compiling russh-cryptovec v0.7.3
33892026-06-20T21:53:39.290Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33902026-06-20T21:53:39.358Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33912026-06-20T21:53:39.389Z Compiling md5 v0.7.0
33922026-06-20T21:53:39.405Z Compiling home v0.5.12
33932026-06-20T21:53:39.593Z Compiling russh-keys v0.45.0
33942026-06-20T21:53:39.696Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33952026-06-20T21:53:39.760Z Compiling flume v0.11.1
33962026-06-20T21:53:39.778Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33972026-06-20T21:53:39.779Z Compiling headers v0.4.1
33982026-06-20T21:53:39.882Z Compiling rcgen v0.12.1
33992026-06-20T21:53:40.105Z Compiling progenitor v0.13.0
34002026-06-20T21:53:40.116Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34012026-06-20T21:53:40.132Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34022026-06-20T21:53:40.240Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34032026-06-20T21:53:40.294Z Compiling hyper-staticfile v0.10.1
34042026-06-20T21:53:40.389Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34052026-06-20T21:53:40.489Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34062026-06-20T21:53:40.541Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34072026-06-20T21:53:40.601Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34082026-06-20T21:53:40.792Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34092026-06-20T21:53:40.830Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34102026-06-20T21:53:40.968Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34112026-06-20T21:53:41.040Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34122026-06-20T21:53:41.130Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34132026-06-20T21:53:41.201Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34142026-06-20T21:53:41.227Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34152026-06-20T21:53:41.246Z Compiling num-bigint v0.4.6
34162026-06-20T21:53:41.261Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34172026-06-20T21:53:41.331Z Compiling des v0.8.1
34182026-06-20T21:53:41.425Z Compiling subprocess v0.2.15
34192026-06-20T21:53:41.432Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34202026-06-20T21:53:41.458Z Compiling display-error-chain v0.2.2
34212026-06-20T21:53:41.477Z Compiling hex-literal v0.4.1
34222026-06-20T21:53:41.563Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34232026-06-20T21:53:41.610Z Compiling colored v2.2.0
34242026-06-20T21:53:41.624Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34252026-06-20T21:53:41.632Z Compiling internet-checksum v0.2.1
34262026-06-20T21:53:41.891Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34272026-06-20T21:53:41.902Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34282026-06-20T21:53:42.491Z Compiling russh v0.45.0
34292026-06-20T21:53:42.790Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34302026-06-20T21:53:43.751Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34312026-06-20T21:53:43.751Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34322026-06-20T21:53:46.200Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34332026-06-20T21:53:46.861Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34342026-06-20T21:53:46.886Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34352026-06-20T21:53:47.357Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34362026-06-20T21:53:49.304Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34372026-06-20T21:53:57.615Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34382026-06-20T21:53:57.615Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34392026-06-20T21:53:57.615Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34402026-06-20T21:53:57.618Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34412026-06-20T21:53:59.351Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34422026-06-20T21:53:59.447Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34432026-06-20T21:54:03.424Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34442026-06-20T21:54:42.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34452026-06-20T21:54:43.068Z
34462026-06-20T21:54:43.068Zreal 1:26.588417677
34472026-06-20T21:54:43.068Zuser 8:04.472844842
34482026-06-20T21:54:43.068Zsys 1:38.474107900
34492026-06-20T21:54:43.068Ztrap 0.248914605
34502026-06-20T21:54:43.068Ztflt 0.529520616
34512026-06-20T21:54:43.068Zdflt 1.693948342
34522026-06-20T21:54:43.068Zkflt 0.000476080
34532026-06-20T21:54:43.071Zlock 28:25.209782117
34542026-06-20T21:54:43.072Zslp 18:11.611586044
34552026-06-20T21:54:43.072Zlat 36.387902411
34562026-06-20T21:54:43.072Zstop 2:41.915833217
34572026-06-20T21:54:43.072Z+ mkdir tests
34582026-06-20T21:54:43.076Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34592026-06-20T21:54:43.076Z+ xargs -I '{}' -t cp '{}' tests/
34602026-06-20T21:54:43.101Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34612026-06-20T21:54:43.129Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34622026-06-20T21:54:43.157Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34632026-06-20T21:54:43.190Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34642026-06-20T21:54:43.514Z+ 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)
34652026-06-20T21:54:43.520Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 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
34662026-06-20T21:56:04.199ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34672026-06-20T21:56:04.199Za .github/buildomat/ci-env.sh 1K
34682026-06-20T21:56:04.199Za out/target/test 1K
34692026-06-20T21:56:04.199Za out/npuzone/npuzone 27402K
34702026-06-20T21:56:04.199Za package-manifest.toml 35K
34712026-06-20T21:56:04.199Za smf/sled-agent/non-gimlet/config.toml 6K
34722026-06-20T21:56:04.199Za target/release/omicron-package 45177K
34732026-06-20T21:56:04.199Za target/release/xtask 11453K
34742026-06-20T21:56:04.199Za target/debug/bootstrap 355917K
34752026-06-20T21:56:04.199Za tests/bootstrap-924fc3fc47321669 31215K
34762026-06-20T21:56:04.199Za tests/commtest-408c589a9be9a15a 32300K
34772026-06-20T21:56:04.199Za tests/dhcp_server-f35f394bfb169ef7 31215K
34782026-06-20T21:56:04.199Za tests/end_to_end_tests-f00a927a2ca939a9 397746K
34792026-06-20T21:56:04.199Za tools/opte_version 1K
34802026-06-20T21:56:04.199Za tools/opte_version_override 2K
34812026-06-20T21:56:04.200Za out/clickhouse.tar.gz 313417K
34822026-06-20T21:56:04.200Za out/clickhouse_keeper.tar.gz 298475K
34832026-06-20T21:56:04.200Za out/clickhouse_server.tar.gz 313415K
34842026-06-20T21:56:04.200Za out/cockroachdb.tar.gz 157676K
34852026-06-20T21:56:04.200Za out/crucible-pantry-zone.tar.gz 36467K
34862026-06-20T21:56:04.200Za out/crucible-utils.tar 16478K
34872026-06-20T21:56:04.200Za out/crucible-zone.tar.gz 52037K
34882026-06-20T21:56:04.200Za out/external-dns.tar.gz 42900K
34892026-06-20T21:56:04.200Za out/internal-dns.tar.gz 42899K
34902026-06-20T21:56:04.200Za out/mg-ddm-gz.tar 97917K
34912026-06-20T21:56:04.200Za out/nexus.tar.gz 278331K
34922026-06-20T21:56:04.200Za out/ntp.tar.gz 24107K
34932026-06-20T21:56:04.200Za out/omicron-gateway-softnpu.tar.gz 30194K
34942026-06-20T21:56:04.200Za out/omicron-sled-agent.tar 194547K
34952026-06-20T21:56:04.200Za out/overlay.tar.gz 3K
34962026-06-20T21:56:04.200Za out/oximeter.tar.gz 62279K
34972026-06-20T21:56:04.200Za out/oxlog.tar 3782K
34982026-06-20T21:56:04.200Za out/probe.tar.gz 3037K
34992026-06-20T21:56:04.200Za out/propolis-server.tar.gz 34918K
35002026-06-20T21:56:04.200Za out/pumpkind-gz.tar 26647K
35012026-06-20T21:56:04.200Za out/switch-softnpu.tar.gz 447869K
35022026-06-20T21:56:04.204Z
35032026-06-20T21:56:04.204Zreal 1:20.682207305
35042026-06-20T21:56:04.204Zuser 1:18.007965650
35052026-06-20T21:56:04.204Zsys 4.478315497
35062026-06-20T21:56:04.204Ztrap 0.007407146
35072026-06-20T21:56:04.204Ztflt 0.000000000
35082026-06-20T21:56:04.204Zdflt 0.000000000
35092026-06-20T21:56:04.204Zkflt 0.000000000
35102026-06-20T21:56:04.204Zlock 0.000000000
35112026-06-20T21:56:04.204Zslp 1:17.869413964
35122026-06-20T21:56:04.204Zlat 0.996032142
35132026-06-20T21:56:04.204Zstop 0.000536048
35142026-06-20T21:56:04.204Zprocess exited: duration 1022399 ms, exit code 0
 
35152026-06-20T21:56:04.219Zfound 1 output files
35162026-06-20T21:56:04.239Zuploading: /work/package.tar.gz (2479579272 bytes)
35172026-06-20T21:56:37.339Zuploaded: /work/package.tar.gz