01KX6R9CR0HSVTND3EZQ3MZKB6: 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: 01KX6RA0WT5VWWBBKGKNWPB09D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-10T19:33:59.770Zjob assigned to worker 01KX6RA6CR8AP0GB44JN7M0DFD [factory aws, i-0fcb58667f7d2f948] (queued for 49 s)
 
22026-07-10T19:34:07.195Zstarting task 0: "setup"
32026-07-10T19:34:07.199Z++ uname -s
42026-07-10T19:34:07.204Z+ kern=SunOS
52026-07-10T19:34:07.204Z+ build_user=build
62026-07-10T19:34:07.204Z+ build_uid=12345
72026-07-10T19:34:07.204Z+ work_dir=/work
82026-07-10T19:34:07.204Z+ input_dir=/input
92026-07-10T19:34:07.204Z+ [[ 0 == 12345 ]]
102026-07-10T19:34:07.204Z+ case "$kern" in
112026-07-10T19:34:07.204Z+ groupadd -g 12345 build
122026-07-10T19:34:07.207Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-10T19:34:09.213Z+ zfs create -o mountpoint=/work rpool/work
142026-07-10T19:34:09.283Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-10T19:34:09.286Z+ home_fs=zfs
162026-07-10T19:34:09.287Z+ [[ zfs == autofs ]]
172026-07-10T19:34:09.287Z+ mkdir -p /home/build
182026-07-10T19:34:09.287Z+ chown build:build /home/build /work
192026-07-10T19:34:11.322Z+ chmod 0700 /home/build /work
202026-07-10T19:34:11.335Zprocess exited: duration 4101 ms, exit code 0
 
212026-07-10T19:34:11.346Zstarting task 1: "rust-toolchain"
222026-07-10T19:34:11.352Z * rust toolchain channel = "1.96.1"
232026-07-10T19:34:11.352Z * rust toolchain profile = "default"
242026-07-10T19:34:11.352Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
252026-07-10T19:34:11.352Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-10T19:34:11.353Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-10T19:34:11.353Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-10T19:34:11.357Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-10T19:34:11.358Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-10T19:34:11.446Zinfo: downloading installer
312026-07-10T19:34:12.862Zwarn: It looks like you have an existing rustup settings file at:
322026-07-10T19:34:12.862Zwarn: /home/build/.rustup/settings.toml
332026-07-10T19:34:12.862Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-10T19:34:12.862Zwarn: instead of the one inferred from the default host triple.
352026-07-10T19:34:12.874Zinfo: profile set to default
362026-07-10T19:34:12.874Zinfo: default host triple is x86_64-unknown-illumos
372026-07-10T19:34:12.877Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-10T19:34:13.027Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-10T19:34:13.034Zinfo: downloading 6 components
402026-07-10T19:34:29.542Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-10T19:34:29.542Z
422026-07-10T19:34:29.570Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-10T19:34:29.570Z
442026-07-10T19:34:29.570Z
452026-07-10T19:34:29.570ZRust is installed now. Great!
462026-07-10T19:34:29.570Z
472026-07-10T19:34:29.570ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-10T19:34:29.570Zenvironment variable. This has not been done automatically.
492026-07-10T19:34:29.570Z
502026-07-10T19:34:29.570ZTo configure your current shell, you need to source
512026-07-10T19:34:29.570Zthe corresponding env file under $HOME/.cargo.
522026-07-10T19:34:29.570Z
532026-07-10T19:34:29.571ZThis is usually done by running one of the following (note the leading DOT):
542026-07-10T19:34:29.571Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-10T19:34:29.571Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-10T19:34:29.571Zsource "~/.cargo/env.nu" # For nushell
572026-07-10T19:34:29.571Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-10T19:34:29.571Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-10T19:34:29.571Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-10T19:34:29.574Zwarn: no default linker (`cc`) was found in your PATH
612026-07-10T19:34:29.574Zwarn: many Rust crates require a system C toolchain to build
622026-07-10T19:34:29.671Z+ rustup --version
632026-07-10T19:34:29.678Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-10T19:34:29.681Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-10T19:34:29.700Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-10T19:34:29.703Z+ cargo --version
672026-07-10T19:34:29.712Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-10T19:34:29.715Z+ rustc --version
692026-07-10T19:34:29.734Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-10T19:34:29.737Zprocess exited: duration 18391 ms, exit code 0
 
712026-07-10T19:34:29.743Zstarting task 2: "authentication"
722026-07-10T19:34:29.762Zprocess exited: duration 18 ms, exit code 0
 
732026-07-10T19:34:29.767Zstarting task 3: "clone repository"
742026-07-10T19:34:29.772Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-10T19:34:29.775Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-10T19:34:29.806ZCloning into '/work/oxidecomputer/omicron'...
772026-07-10T19:34:41.079Z+ cd /work/oxidecomputer/omicron
782026-07-10T19:34:41.079Z+ git fetch origin 07d9ddd528cb4c0156be83b89455da1422933cab
792026-07-10T19:34:41.351ZFrom https://github.com/oxidecomputer/omicron
802026-07-10T19:34:41.351Z * branch 07d9ddd528cb4c0156be83b89455da1422933cab -> FETCH_HEAD
812026-07-10T19:34:41.366Z+ [[ -n ben/update-to-ntp-admin-client-v2 ]]
822026-07-10T19:34:41.369Z++ git branch --show-current
832026-07-10T19:34:41.372Z+ current=main
842026-07-10T19:34:41.372Z+ [[ main != ben/update-to-ntp-admin-client-v2 ]]
852026-07-10T19:34:41.372Z+ git branch -f ben/update-to-ntp-admin-client-v2 07d9ddd528cb4c0156be83b89455da1422933cab
862026-07-10T19:34:41.375Z+ git checkout -f ben/update-to-ntp-admin-client-v2
872026-07-10T19:34:41.629ZSwitched to branch 'ben/update-to-ntp-admin-client-v2'
882026-07-10T19:34:41.632Z+ git reset --hard 07d9ddd528cb4c0156be83b89455da1422933cab
892026-07-10T19:34:41.650ZHEAD is now at 07d9ddd52 Move sled-agent to V2 of the NTP admin client
902026-07-10T19:34:41.652Zprocess exited: duration 11883 ms, exit code 0
 
912026-07-10T19:34:41.658Zstarting task 4: "build"
922026-07-10T19:34:41.664Z+ source .github/buildomat/ci-env.sh
932026-07-10T19:34:41.664Z++ export CARGO_TERM_COLOR=always
942026-07-10T19:34:41.664Z++ CARGO_TERM_COLOR=always
952026-07-10T19:34:41.667Z+++ uname -s
962026-07-10T19:34:41.667Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-10T19:34:41.667Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-10T19:34:41.671Z+ cargo --version
992026-07-10T19:34:41.678Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-10T19:34:41.682Z+ rustc --version
1012026-07-10T19:34:41.701Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-10T19:34:41.704Z+ WORK=/work
1032026-07-10T19:34:41.704Z+ pfexec mkdir -p /work
1042026-07-10T19:34:41.707Z+ pfexec chown build /work
1052026-07-10T19:34:41.710Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-10T19:34:43.420Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-10T19:34:43.529Z Startup: Caching catalogs ... Done
1082026-07-10T19:34:44.029ZPlanning: Solver setup ... Done (0.445s)
1092026-07-10T19:34:44.057ZPlanning: Running solver ... Done (0.027s)
1102026-07-10T19:34:44.069ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-10T19:34:44.081ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-10T19:34:44.098ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-10T19:34:44.113ZPlanning: Package planning ... Done (0.016s)
1142026-07-10T19:34:44.116ZPlanning: Merging actions ... Done (0.002s)
1152026-07-10T19:34:44.286ZPlanning: Checking for conflicting actions ... Done (0.171s)
1162026-07-10T19:34:44.289ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-10T19:34:45.063ZPlanning: Evaluating mediators ... Done (0.776s)
1182026-07-10T19:34:45.067ZPlanning: Planning completed in 1.51 seconds
1192026-07-10T19:34:45.073Z Packages to install: 2
1202026-07-10T19:34:45.073Z Estimated space available: 156.06 GB
1212026-07-10T19:34:45.073ZEstimated space to be consumed: 31.27 MB
1222026-07-10T19:34:45.073Z Create boot environment: No
1232026-07-10T19:34:45.076ZCreate backup boot environment: No
1242026-07-10T19:34:45.076Z Rebuild boot archive: No
1252026-07-10T19:34:45.076Z
1262026-07-10T19:34:45.076ZChanged packages:
1272026-07-10T19:34:45.076Zhelios
1282026-07-10T19:34:45.076Z developer/build-essential
1292026-07-10T19:34:45.076Z None -> 11-3.0
1302026-07-10T19:34:45.076Z library/libxmlsec1
1312026-07-10T19:34:45.076Z None -> 1.2.35-3.0
1322026-07-10T19:34:45.098Z
1332026-07-10T19:34:45.098ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-10T19:34:45.613ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1352026-07-10T19:34:45.685Z Actions: 1/268 actions (Installing new actions)
1362026-07-10T19:34:45.722Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-10T19:34:45.734ZFinalize: Updating package state database ... Done (0.011s)
1382026-07-10T19:34:45.734ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-10T19:34:45.763ZFinalize: Updating image state ... Done (0.029s)
1402026-07-10T19:34:48.346ZFinalize: Creating fast lookup database ... Done (2.557s)
1412026-07-10T19:34:48.416ZFinalize: Reading search index ... Done (0.012s)
1422026-07-10T19:34:48.419ZFinalize: Updating search index ... Done (0.000s)
1432026-07-10T19:34:48.511ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-10T19:34:48.821ZPlanning: Evaluating mediator changes ... Done
1452026-07-10T19:34:48.926ZPlanning: Checking for conflicting actions ... Done
1462026-07-10T19:34:48.929ZPlanning: Consolidating action changes ... Done
1472026-07-10T19:34:49.083ZPlanning: Evaluating mediators ... Done
1482026-07-10T19:34:49.086ZPlanning: Planning completed in 0.26 seconds
1492026-07-10T19:34:49.106Z Mediators to change: 2
1502026-07-10T19:34:49.106Z Create boot environment: No
1512026-07-10T19:34:49.106ZCreate backup boot environment: No
1522026-07-10T19:34:49.158ZFinalize: Updating package state database ... Done
1532026-07-10T19:34:49.158ZFinalize: Updating package cache ... Done
1542026-07-10T19:34:49.179ZFinalize: Updating image state ... Done
1552026-07-10T19:34:51.109ZFinalize: Creating fast lookup database ... Done
1562026-07-10T19:34:51.170ZFinalize: Reading search index ... Done
1572026-07-10T19:34:51.173ZFinalize: Updating search index ... Done
1582026-07-10T19:34:51.236ZFinalize: Updating package cache ... Done
1592026-07-10T19:34:51.526ZPlanning: Evaluating mediator changes ... Done
1602026-07-10T19:34:51.627ZPlanning: Checking for conflicting actions ... Done
1612026-07-10T19:34:51.630ZPlanning: Consolidating action changes ... Done
1622026-07-10T19:34:51.784ZPlanning: Evaluating mediators ... Done
1632026-07-10T19:34:51.788ZPlanning: Planning completed in 0.26 seconds
1642026-07-10T19:34:51.813Z Mediators to change: 1
1652026-07-10T19:34:51.813Z Create boot environment: No
1662026-07-10T19:34:51.813ZCreate backup boot environment: No
1672026-07-10T19:34:51.865ZFinalize: Updating package state database ... Done
1682026-07-10T19:34:51.865ZFinalize: Updating package cache ... Done
1692026-07-10T19:34:51.882ZFinalize: Updating image state ... Done
1702026-07-10T19:34:53.811ZFinalize: Creating fast lookup database ... Done
1712026-07-10T19:34:53.874ZFinalize: Reading search index ... Done
1722026-07-10T19:34:53.877ZFinalize: Updating search index ... Done
1732026-07-10T19:34:53.932ZFinalize: Updating package cache ... Done
1742026-07-10T19:34:54.247ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-10T19:34:54.247Zapache system 2.4 system
1762026-07-10T19:34:54.247Zclang system 15 system
1772026-07-10T19:34:54.247Zcsh system system illumos
1782026-07-10T19:34:54.247Zctags system system illumos
1792026-07-10T19:34:54.247Zfile vendor vendor darwinsys
1802026-07-10T19:34:54.247Zfile system system illumos
1812026-07-10T19:34:54.247Zgcc vendor 14 vendor
1822026-07-10T19:34:54.247Zgcc system 13 system
1832026-07-10T19:34:54.247Zgcc system 10 system
1842026-07-10T19:34:54.247Zgo system 1.25 system
1852026-07-10T19:34:54.247Zllvm system 15 system
1862026-07-10T19:34:54.247Zmariadb system 11.4 system
1872026-07-10T19:34:54.247Zmta vendor vendor dma
1882026-07-10T19:34:54.247Zopenjdk system 17 system
1892026-07-10T19:34:54.248Zopenjdk system 11 system
1902026-07-10T19:34:54.248Zopenssl vendor 3 vendor
1912026-07-10T19:34:54.248Zperl system 5.40 system
1922026-07-10T19:34:54.248Zpostgresql system 18 system
1932026-07-10T19:34:54.248Zpostgresql system 17 system
1942026-07-10T19:34:54.248Zpython vendor 3 vendor
1952026-07-10T19:34:54.248Zpython system 2 system
1962026-07-10T19:34:54.248Zpython3 vendor 3.13 vendor
1972026-07-10T19:34:54.248Zruby system 3.4 system
1982026-07-10T19:34:54.248Zruby system 3.0 system
1992026-07-10T19:34:54.248Zwords vendor vendor american-english
2002026-07-10T19:34:54.248Zwords system system australian-english
2012026-07-10T19:34:54.248Zwords system system british-english
2022026-07-10T19:34:54.248Zwords system system canadian-english
2032026-07-10T19:34:54.248Zwords system system french
2042026-07-10T19:34:54.248Zwords system system italian
2052026-07-10T19:34:54.248Zwords system system ngerman
2062026-07-10T19:34:54.248Zwords system system ogerman
2072026-07-10T19:34:54.248Zwords system system spanish
2082026-07-10T19:34:54.501ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-10T19:34:54.501Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-10T19:34:54.802ZFMRI IFO
2112026-07-10T19:34:54.802Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-10T19:34:54.802Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-10T19:34:54.802Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-10T19:34:54.802Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-10T19:34:54.802Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-10T19:34:54.802Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-10T19:34:54.802Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-10T19:34:54.802Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-10T19:34:54.802Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-10T19:34:55.055Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-10T19:34:55.293Z Updating crates.io index
2222026-07-10T19:34:55.298Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-10T19:34:55.585Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-10T19:34:55.860Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-10T19:34:56.811Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-10T19:34:57.415Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-10T19:34:58.962Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-10T19:34:59.736Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-10T19:34:59.998Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-10T19:35:00.377Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-10T19:35:01.390Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-10T19:35:01.631Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-10T19:35:02.009Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-10T19:35:02.382Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-10T19:35:03.170Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-10T19:35:03.881Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-10T19:35:04.128Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-10T19:35:04.377Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-10T19:35:04.629Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-10T19:35:04.908Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-10T19:35:05.164Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-10T19:35:05.373Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-10T19:35:05.629Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-10T19:35:05.998Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-10T19:35:06.287Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-10T19:35:06.512Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-10T19:35:06.947Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-10T19:35:07.198Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2492026-07-10T19:35:07.485Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502026-07-10T19:35:07.722Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512026-07-10T19:35:08.000Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-07-10T19:35:08.298Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-07-10T19:35:08.704Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2542026-07-10T19:35:08.935Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552026-07-10T19:35:09.244Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-10T19:35:09.463Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-07-10T19:35:09.721Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-07-10T19:35:10.018Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592026-07-10T19:35:10.259Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602026-07-10T19:35:10.554Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612026-07-10T19:35:10.806Z Updating git repository `https://github.com/illumos/smf-rs`
2622026-07-10T19:35:13.470Z Downloading crates ...
2632026-07-10T19:35:13.521Z Downloaded dtrace-parser v0.2.0
2642026-07-10T19:35:13.527Z Downloaded heck v0.4.1
2652026-07-10T19:35:13.530Z Downloaded cargo_metadata v0.23.1
2662026-07-10T19:35:13.530Z Downloaded digest v0.10.7
2672026-07-10T19:35:13.533Z Downloaded cargo_toml v0.21.0
2682026-07-10T19:35:13.536Z Downloaded cfg-if v1.0.4
2692026-07-10T19:35:13.536Z Downloaded zmij v1.0.21
2702026-07-10T19:35:13.539Z Downloaded equivalent v1.0.2
2712026-07-10T19:35:13.539Z Downloaded crypto-common v0.1.7
2722026-07-10T19:35:13.539Z Downloaded cpufeatures v0.2.17
2732026-07-10T19:35:13.539Z Downloaded anstyle-query v1.1.5
2742026-07-10T19:35:13.542Z Downloaded once_cell v1.21.3
2752026-07-10T19:35:13.542Z Downloaded macaddr v1.0.1
2762026-07-10T19:35:13.542Z Downloaded block-buffer v0.10.4
2772026-07-10T19:35:13.545Z Downloaded is_terminal_polyfill v1.70.2
2782026-07-10T19:35:13.545Z Downloaded cargo-platform v0.3.2
2792026-07-10T19:35:13.549Z Downloaded zerocopy v0.7.35
2802026-07-10T19:35:13.558Z Downloaded tabled_derive v0.7.0
2812026-07-10T19:35:13.561Z Downloaded zerocopy-derive v0.7.35
2822026-07-10T19:35:13.561Z Downloaded anstyle v1.0.14
2832026-07-10T19:35:13.565Z Downloaded heck v0.5.0
2842026-07-10T19:35:13.565Z Downloaded generic-array v0.14.7
2852026-07-10T19:35:13.565Z Downloaded bytecount v0.6.9
2862026-07-10T19:35:13.568Z Downloaded anstream v1.0.0
2872026-07-10T19:35:13.568Z Downloaded byteorder v1.5.0
2882026-07-10T19:35:13.568Z Downloaded autocfg v1.5.0
2892026-07-10T19:35:13.571Z Downloaded itoa v1.0.17
2902026-07-10T19:35:13.571Z Downloaded pretty-hex v0.4.1
2912026-07-10T19:35:13.575Z Downloaded dof v0.3.0
2922026-07-10T19:35:13.577Z Downloaded bitflags v2.11.0
2932026-07-10T19:35:13.580Z Downloaded clap_derive v4.6.1
2942026-07-10T19:35:13.584Z Downloaded camino v1.2.2
2952026-07-10T19:35:13.587Z Downloaded thread-id v4.2.2
2962026-07-10T19:35:13.589Z Downloaded fnv v1.0.7
2972026-07-10T19:35:13.589Z Downloaded errno v0.3.14
2982026-07-10T19:35:13.593Z Downloaded anstyle-parse v1.0.0
2992026-07-10T19:35:13.595Z Downloaded memmap v0.7.0
3002026-07-10T19:35:13.598Z Downloaded usdt v0.5.0
3012026-07-10T19:35:13.598Z Downloaded swrite v0.1.0
3022026-07-10T19:35:13.601Z Downloaded colorchoice v1.0.4
3032026-07-10T19:35:13.601Z Downloaded strsim v0.11.1
3042026-07-10T19:35:13.604Z Downloaded toml_write v0.1.2
3052026-07-10T19:35:13.604Z Downloaded clap_lex v1.0.0
3062026-07-10T19:35:13.604Z Downloaded smawk v0.3.2
3072026-07-10T19:35:13.608Z Downloaded fastrand v2.3.0
3082026-07-10T19:35:13.608Z Downloaded clap v4.6.1
3092026-07-10T19:35:13.612Z Downloaded thiserror v1.0.69
3102026-07-10T19:35:13.618Z Downloaded anyhow v1.0.102
3112026-07-10T19:35:13.620Z Downloaded unicode-linebreak v0.1.5
3122026-07-10T19:35:13.620Z Downloaded usdt-attr-macro v0.5.0
3132026-07-10T19:35:13.624Z Downloaded toml_datetime v0.6.11
3142026-07-10T19:35:13.627Z Downloaded usdt-macro v0.5.0
3152026-07-10T19:35:13.627Z Downloaded terminal_size v0.4.3
3162026-07-10T19:35:13.630Z Downloaded proc-macro-error-attr v1.0.4
3172026-07-10T19:35:13.635Z Downloaded version_check v0.9.5
3182026-07-10T19:35:13.638Z Downloaded scroll_derive v0.12.1
3192026-07-10T19:35:13.642Z Downloaded utf8parse v0.2.2
3202026-07-10T19:35:13.645Z Downloaded plain v0.2.3
3212026-07-10T19:35:13.656Z Downloaded fs-err v3.3.0
3222026-07-10T19:35:13.659Z Downloaded serde_tokenstream v0.2.3
3232026-07-10T19:35:13.662Z Downloaded semver v1.0.28
3242026-07-10T19:35:13.665Z Downloaded getrandom v0.4.1
3252026-07-10T19:35:13.665Z Downloaded scroll v0.12.0
3262026-07-10T19:35:13.670Z Downloaded camino-tempfile v1.4.1
3272026-07-10T19:35:13.673Z Downloaded serde_spanned v0.6.9
3282026-07-10T19:35:13.676Z Downloaded usdt-impl v0.5.0
3292026-07-10T19:35:13.679Z Downloaded thiserror-impl v2.0.18
3302026-07-10T19:35:13.679Z Downloaded sha2 v0.10.9
3312026-07-10T19:35:13.684Z Downloaded quote v1.0.45
3322026-07-10T19:35:13.687Z Downloaded pest_derive v2.8.6
3332026-07-10T19:35:13.690Z Downloaded papergrid v0.11.0
3342026-07-10T19:35:13.694Z Downloaded thiserror-impl v1.0.69
3352026-07-10T19:35:13.696Z Downloaded log v0.4.29
3362026-07-10T19:35:13.700Z Downloaded thiserror v2.0.18
3372026-07-10T19:35:13.703Z Downloaded tempfile v3.25.0
3382026-07-10T19:35:13.707Z Downloaded toml v0.8.23
3392026-07-10T19:35:13.710Z Downloaded ucd-trie v0.1.7
3402026-07-10T19:35:13.712Z Downloaded pest_meta v2.8.6
3412026-07-10T19:35:13.719Z Downloaded proc-macro-error v1.0.4
3422026-07-10T19:35:13.722Z Downloaded memchr v2.8.0
3432026-07-10T19:35:13.725Z Downloaded pest_generator v2.8.6
3442026-07-10T19:35:13.728Z Downloaded textwrap v0.16.2
3452026-07-10T19:35:13.730Z Downloaded proc-macro2 v1.0.106
3462026-07-10T19:35:13.733Z Downloaded unicode-ident v1.0.24
3472026-07-10T19:35:13.733Z Downloaded serde_core v1.0.228
3482026-07-10T19:35:13.742Z Downloaded serde_derive v1.0.228
3492026-07-10T19:35:13.745Z Downloaded pest v2.8.6
3502026-07-10T19:35:13.748Z Downloaded toml_edit v0.22.27
3512026-07-10T19:35:13.763Z Downloaded serde v1.0.228
3522026-07-10T19:35:13.766Z Downloaded indexmap v2.14.0
3532026-07-10T19:35:13.794Z Downloaded hashbrown v0.17.0
3542026-07-10T19:35:13.797Z Downloaded clap_builder v4.6.0
3552026-07-10T19:35:13.800Z Downloaded typenum v1.20.1
3562026-07-10T19:35:13.816Z Downloaded goblin v0.8.2
3572026-07-10T19:35:13.819Z Downloaded serde_json v1.0.150
3582026-07-10T19:35:13.835Z Downloaded winnow v0.7.14
3592026-07-10T19:35:13.842Z Downloaded tabled v0.15.0
3602026-07-10T19:35:13.849Z Downloaded syn v1.0.109
3612026-07-10T19:35:13.854Z Downloaded unicode-width v0.1.14
3622026-07-10T19:35:13.866Z Downloaded unicode-width v0.2.0
3632026-07-10T19:35:13.871Z Downloaded syn v2.0.117
3642026-07-10T19:35:13.889Z Downloaded rustix v1.1.3
3652026-07-10T19:35:13.913Z Downloaded libc v0.2.185
3662026-07-10T19:35:13.976Z Compiling proc-macro2 v1.0.106
3672026-07-10T19:35:13.976Z Compiling quote v1.0.45
3682026-07-10T19:35:13.979Z Compiling unicode-ident v1.0.24
3692026-07-10T19:35:13.979Z Compiling serde_core v1.0.228
3702026-07-10T19:35:13.979Z Compiling libc v0.2.185
3712026-07-10T19:35:13.979Z Compiling version_check v0.9.5
3722026-07-10T19:35:14.155Z Compiling memchr v2.8.0
3732026-07-10T19:35:14.158Z Compiling serde v1.0.228
3742026-07-10T19:35:14.158Z Compiling zmij v1.0.21
3752026-07-10T19:35:14.158Z Compiling ucd-trie v0.1.7
3762026-07-10T19:35:14.158Z Compiling itoa v1.0.17
3772026-07-10T19:35:14.158Z Compiling thiserror v1.0.69
3782026-07-10T19:35:14.158Z Compiling byteorder v1.5.0
3792026-07-10T19:35:14.158Z Compiling rustix v1.1.3
3802026-07-10T19:35:14.383Z Compiling bitflags v2.11.0
3812026-07-10T19:35:14.463Z Compiling serde_json v1.0.150
3822026-07-10T19:35:14.608Z Compiling proc-macro-error-attr v1.0.4
3832026-07-10T19:35:14.659Z Compiling usdt-impl v0.5.0
3842026-07-10T19:35:14.683Z Compiling syn v1.0.109
3852026-07-10T19:35:14.710Z Compiling camino v1.2.2
3862026-07-10T19:35:14.777Z Compiling pest v2.8.6
3872026-07-10T19:35:14.973Z Compiling proc-macro-error v1.0.4
3882026-07-10T19:35:14.979Z Compiling getrandom v0.4.1
3892026-07-10T19:35:14.999Z Compiling equivalent v1.0.2
3902026-07-10T19:35:15.062Z Compiling log v0.4.29
3912026-07-10T19:35:15.089Z Compiling utf8parse v0.2.2
3922026-07-10T19:35:15.089Z Compiling plain v0.2.3
3932026-07-10T19:35:15.096Z Compiling hashbrown v0.17.0
3942026-07-10T19:35:15.218Z Compiling anstyle-parse v1.0.0
3952026-07-10T19:35:15.236Z Compiling autocfg v1.5.0
3962026-07-10T19:35:15.257Z Compiling cfg-if v1.0.4
3972026-07-10T19:35:15.257Z Compiling colorchoice v1.0.4
3982026-07-10T19:35:15.257Z Compiling is_terminal_polyfill v1.70.2
3992026-07-10T19:35:15.285Z Compiling errno v0.3.14
4002026-07-10T19:35:15.296Z Compiling thread-id v4.2.2
4012026-07-10T19:35:15.339Z Compiling toml_write v0.1.2
4022026-07-10T19:35:15.355Z Compiling anstyle-query v1.1.5
4032026-07-10T19:35:15.383Z Compiling pretty-hex v0.4.1
4042026-07-10T19:35:15.400Z Compiling winnow v0.7.14
4052026-07-10T19:35:15.411Z Compiling anstyle v1.0.14
4062026-07-10T19:35:15.411Z Compiling thiserror v2.0.18
4072026-07-10T19:35:15.478Z Compiling unicode-width v0.1.14
4082026-07-10T19:35:15.555Z Compiling heck v0.5.0
4092026-07-10T19:35:15.562Z Compiling anyhow v1.0.102
4102026-07-10T19:35:16.010Z Compiling anstream v1.0.0
4112026-07-10T19:35:16.029Z Compiling heck v0.4.1
4122026-07-10T19:35:16.029Z Compiling indexmap v2.14.0
4132026-07-10T19:35:16.029Z Compiling syn v2.0.117
4142026-07-10T19:35:16.029Z Compiling fs-err v3.3.0
4152026-07-10T19:35:16.029Z Compiling pest_meta v2.8.6
4162026-07-10T19:35:16.029Z Compiling bytecount v0.6.9
4172026-07-10T19:35:16.029Z Compiling fnv v1.0.7
4182026-07-10T19:35:16.029Z Compiling clap_lex v1.0.0
4192026-07-10T19:35:16.029Z Compiling strsim v0.11.1
4202026-07-10T19:35:16.030Z Compiling once_cell v1.21.3
4212026-07-10T19:35:16.065Z Compiling fastrand v2.3.0
4222026-07-10T19:35:16.119Z Compiling papergrid v0.11.0
4232026-07-10T19:35:16.186Z Compiling memmap v0.7.0
4242026-07-10T19:35:16.221Z Compiling unicode-width v0.2.0
4252026-07-10T19:35:16.260Z Compiling smawk v0.3.2
4262026-07-10T19:35:16.302Z Compiling unicode-linebreak v0.1.5
4272026-07-10T19:35:16.332Z Compiling terminal_size v0.4.3
4282026-07-10T19:35:16.354Z Compiling tempfile v3.25.0
4292026-07-10T19:35:16.386Z Compiling swrite v0.1.0
4302026-07-10T19:35:16.451Z Compiling clap_builder v4.6.0
4312026-07-10T19:35:16.505Z Compiling cargo-platform v0.3.2
4322026-07-10T19:35:16.538Z Compiling semver v1.0.28
4332026-07-10T19:35:16.585Z Compiling textwrap v0.16.2
4342026-07-10T19:35:16.791Z Compiling camino-tempfile v1.4.1
4352026-07-10T19:35:17.211Z Compiling tabled_derive v0.7.0
4362026-07-10T19:35:17.853Z Compiling tabled v0.15.0
4372026-07-10T19:35:17.873Z Compiling pest_generator v2.8.6
4382026-07-10T19:35:18.377Z Compiling serde_derive v1.0.228
4392026-07-10T19:35:18.380Z Compiling thiserror-impl v1.0.69
4402026-07-10T19:35:18.380Z Compiling zerocopy-derive v0.7.35
4412026-07-10T19:35:18.380Z Compiling scroll_derive v0.12.1
4422026-07-10T19:35:18.380Z Compiling thiserror-impl v2.0.18
4432026-07-10T19:35:18.380Z Compiling clap_derive v4.6.1
4442026-07-10T19:35:18.429Z Compiling pest_derive v2.8.6
4452026-07-10T19:35:19.077Z Compiling scroll v0.12.0
4462026-07-10T19:35:19.128Z Compiling zerocopy v0.7.35
4472026-07-10T19:35:19.312Z Compiling goblin v0.8.2
4482026-07-10T19:35:19.419Z Compiling dtrace-parser v0.2.0
4492026-07-10T19:35:19.718Z Compiling clap v4.6.1
4502026-07-10T19:35:20.827Z Compiling toml_datetime v0.6.11
4512026-07-10T19:35:20.827Z Compiling serde_spanned v0.6.9
4522026-07-10T19:35:20.827Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4532026-07-10T19:35:20.831Z Compiling cargo_metadata v0.23.1
4542026-07-10T19:35:20.831Z Compiling macaddr v1.0.1
4552026-07-10T19:35:20.845Z Compiling dof v0.3.0
4562026-07-10T19:35:20.848Z Compiling serde_tokenstream v0.2.3
4572026-07-10T19:35:21.077Z Compiling toml_edit v0.22.27
4582026-07-10T19:35:21.537Z Compiling usdt-macro v0.5.0
4592026-07-10T19:35:21.537Z Compiling usdt-attr-macro v0.5.0
4602026-07-10T19:35:22.149Z Compiling usdt v0.5.0
4612026-07-10T19:35:22.310Z Compiling toml v0.8.23
4622026-07-10T19:35:22.624Z Compiling cargo_toml v0.21.0
4632026-07-10T19:35:23.910Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642026-07-10T19:35:25.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.02s
4652026-07-10T19:35:26.154Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4662026-07-10T19:35:26.640Z Downloading crates ...
4672026-07-10T19:35:26.734Z Downloaded anstyle-parse v0.2.7
4682026-07-10T19:35:26.749Z Downloaded array-init v0.0.4
4692026-07-10T19:35:26.752Z Downloaded aho-corasick v1.1.4
4702026-07-10T19:35:26.755Z Downloaded adler2 v2.0.1
4712026-07-10T19:35:26.755Z Downloaded arrayvec v0.7.6
4722026-07-10T19:35:26.761Z Downloaded anstream v0.6.21
4732026-07-10T19:35:26.765Z Downloaded argon2 v0.6.0-rc.8
4742026-07-10T19:35:26.769Z Downloaded async-bb8-diesel v0.2.1
4752026-07-10T19:35:26.769Z Downloaded arc-swap v1.8.2
4762026-07-10T19:35:26.772Z Downloaded ar_archive_writer v0.5.1
4772026-07-10T19:35:26.774Z Downloaded bit-set v0.5.3
4782026-07-10T19:35:26.774Z Downloaded assert_matches v1.5.0
4792026-07-10T19:35:26.777Z Downloaded ascii-canvas v3.0.0
4802026-07-10T19:35:26.781Z Downloaded bit-vec v0.8.0
4812026-07-10T19:35:26.784Z Downloaded argon2 v0.5.3
4822026-07-10T19:35:26.784Z Downloaded async-compression v0.4.41
4832026-07-10T19:35:26.787Z Downloaded allocator-api2 v0.2.21
4842026-07-10T19:35:26.790Z Downloaded blake2 v0.10.6
4852026-07-10T19:35:26.794Z Downloaded async-stream-impl v0.3.6
4862026-07-10T19:35:26.797Z Downloaded bcrypt-pbkdf v0.11.0
4872026-07-10T19:35:26.800Z Downloaded bit-set v0.8.0
4882026-07-10T19:35:26.800Z Downloaded bcs v0.1.6
4892026-07-10T19:35:26.803Z Downloaded bb8 v0.8.6
4902026-07-10T19:35:26.803Z Downloaded async-stream v0.3.6
4912026-07-10T19:35:26.803Z Downloaded bitfield-macros v0.19.4
4922026-07-10T19:35:26.806Z Downloaded base16ct v0.2.0
4932026-07-10T19:35:26.806Z Downloaded base16ct v1.0.0
4942026-07-10T19:35:26.809Z Downloaded backoff v0.4.0
4952026-07-10T19:35:26.809Z Downloaded crypto-bigint v0.5.5
4962026-07-10T19:35:26.812Z Downloaded ctr v0.10.1
4972026-07-10T19:35:26.817Z Downloaded crypto-common v0.2.2
4982026-07-10T19:35:26.817Z Downloaded darling_macro v0.20.11
4992026-07-10T19:35:26.821Z Downloaded crc-catalog v2.4.0
5002026-07-10T19:35:26.821Z Downloaded bit-vec v0.6.3
5012026-07-10T19:35:26.821Z Downloaded arrayref v0.3.9
5022026-07-10T19:35:26.821Z Downloaded crossbeam-utils v0.8.21
5032026-07-10T19:35:26.821Z Downloaded critical-section v1.2.0
5042026-07-10T19:35:26.825Z Downloaded darling v0.21.3
5052026-07-10T19:35:26.828Z Downloaded darling v0.13.4
5062026-07-10T19:35:26.830Z Downloaded dtrace-parser v0.3.0
5072026-07-10T19:35:26.830Z Downloaded async-trait v0.1.89
5082026-07-10T19:35:26.833Z Downloaded darling v0.20.11
5092026-07-10T19:35:26.836Z Downloaded cpubits v0.1.1
5102026-07-10T19:35:26.836Z Downloaded crunchy v0.2.4
5112026-07-10T19:35:26.836Z Downloaded crossbeam-epoch v0.9.18
5122026-07-10T19:35:26.839Z Downloaded darling v0.23.0
5132026-07-10T19:35:26.842Z Downloaded atty v0.2.14
5142026-07-10T19:35:26.842Z Downloaded curve25519-dalek-derive v0.1.1
5152026-07-10T19:35:26.845Z Downloaded cfg_aliases v0.1.1
5162026-07-10T19:35:26.845Z Downloaded const_format_proc_macros v0.2.34
5172026-07-10T19:35:26.845Z Downloaded either v1.15.0
5182026-07-10T19:35:26.848Z Downloaded bitfield-struct v0.6.2
5192026-07-10T19:35:26.848Z Downloaded base64ct v1.8.3
5202026-07-10T19:35:26.851Z Downloaded aead v0.6.1
5212026-07-10T19:35:26.851Z Downloaded atomic-waker v1.1.2
5222026-07-10T19:35:26.851Z Downloaded des v0.9.0
5232026-07-10T19:35:26.854Z Downloaded derive-where v1.6.0
5242026-07-10T19:35:26.854Z Downloaded crc-any v2.5.0
5252026-07-10T19:35:26.857Z Downloaded convert_case v0.4.0
5262026-07-10T19:35:26.857Z Downloaded cobs v0.3.0
5272026-07-10T19:35:26.860Z Downloaded darling_macro v0.21.3
5282026-07-10T19:35:26.860Z Downloaded compression-core v0.4.31
5292026-07-10T19:35:26.860Z Downloaded cfg_aliases v0.2.1
5302026-07-10T19:35:26.861Z Downloaded crucible-workspace-hack v0.1.0
5312026-07-10T19:35:26.864Z Downloaded crc32fast v1.5.0
5322026-07-10T19:35:26.864Z Downloaded castaway v0.2.4
5332026-07-10T19:35:26.864Z Downloaded bitflags v1.3.2
5342026-07-10T19:35:26.866Z Downloaded cassowary v0.3.0
5352026-07-10T19:35:26.866Z Downloaded base64 v0.22.1
5362026-07-10T19:35:26.869Z Downloaded ciborium-io v0.2.2
5372026-07-10T19:35:26.869Z Downloaded block-buffer v0.12.1
5382026-07-10T19:35:26.872Z Downloaded cpufeatures v0.3.0
5392026-07-10T19:35:26.872Z Downloaded ahash v0.8.12
5402026-07-10T19:35:26.875Z Downloaded embedded-io v0.4.0
5412026-07-10T19:35:26.875Z Downloaded cstr-argument v0.1.2
5422026-07-10T19:35:26.878Z Downloaded crc8 v0.1.1
5432026-07-10T19:35:26.878Z Downloaded block-padding v0.4.2
5442026-07-10T19:35:26.878Z Downloaded convert_case v0.10.0
5452026-07-10T19:35:26.878Z Downloaded backon v1.6.0
5462026-07-10T19:35:26.882Z Downloaded derive_builder v0.20.2
5472026-07-10T19:35:26.885Z Downloaded ciborium-ll v0.2.2
5482026-07-10T19:35:26.885Z Downloaded darling_core v0.13.4
5492026-07-10T19:35:26.888Z Downloaded dunce v1.0.5
5502026-07-10T19:35:26.888Z Downloaded bitfield v0.19.4
5512026-07-10T19:35:26.888Z Downloaded dirs-next v2.0.0
5522026-07-10T19:35:26.891Z Downloaded darling_macro v0.23.0
5532026-07-10T19:35:26.891Z Downloaded crc v3.4.0
5542026-07-10T19:35:26.891Z Downloaded atomicwrites v0.4.4
5552026-07-10T19:35:26.891Z Downloaded async-recursion v1.1.1
5562026-07-10T19:35:26.894Z Downloaded downcast-rs v2.0.2
5572026-07-10T19:35:26.897Z Downloaded buf-list v1.1.2
5582026-07-10T19:35:26.897Z Downloaded constant_time_eq v0.4.2
5592026-07-10T19:35:26.900Z Downloaded debug-ignore v1.0.5
5602026-07-10T19:35:26.900Z Downloaded defmt v0.3.100
5612026-07-10T19:35:26.900Z Downloaded cipher v0.4.4
5622026-07-10T19:35:26.908Z Downloaded display-error-chain v0.2.2
5632026-07-10T19:35:26.908Z Downloaded enum-as-inner v0.6.1
5642026-07-10T19:35:26.908Z Downloaded endian-type v0.1.2
5652026-07-10T19:35:26.908Z Downloaded dropshot-api-manager-types v0.7.2
5662026-07-10T19:35:26.911Z Downloaded dyn-clone v1.0.20
5672026-07-10T19:35:26.911Z Downloaded derive_builder_macro v0.20.2
5682026-07-10T19:35:26.911Z Downloaded darling_macro v0.13.4
5692026-07-10T19:35:26.911Z Downloaded cmov v0.5.4
5702026-07-10T19:35:26.911Z Downloaded aead v0.5.2
5712026-07-10T19:35:26.911Z Downloaded foreign-types-shared v0.1.1
5722026-07-10T19:35:26.911Z Downloaded fixedbitset v0.4.2
5732026-07-10T19:35:26.915Z Downloaded document-features v0.2.12
5742026-07-10T19:35:26.915Z Downloaded cbc v0.2.1
5752026-07-10T19:35:26.915Z Downloaded cmake v0.1.57
5762026-07-10T19:35:26.918Z Downloaded ed25519 v3.0.0
5772026-07-10T19:35:26.918Z Downloaded diesel_table_macro_syntax v0.3.0
5782026-07-10T19:35:26.918Z Downloaded derive_more v0.99.20
5792026-07-10T19:35:26.921Z Downloaded compression-codecs v0.4.37
5802026-07-10T19:35:26.924Z Downloaded env_filter v1.0.0
5812026-07-10T19:35:26.924Z Downloaded delegate v0.13.5
5822026-07-10T19:35:26.929Z Downloaded daft-derive v0.1.7
5832026-07-10T19:35:26.929Z Downloaded crossbeam-deque v0.8.6
5842026-07-10T19:35:26.932Z Downloaded futures-core v0.3.32
5852026-07-10T19:35:26.932Z Downloaded futures-sink v0.3.32
5862026-07-10T19:35:26.932Z Downloaded embedded-io v0.6.1
5872026-07-10T19:35:26.932Z Downloaded form_urlencoded v1.2.2
5882026-07-10T19:35:26.936Z Downloaded dof v0.4.0
5892026-07-10T19:35:26.936Z Downloaded fd-lock v4.0.4
5902026-07-10T19:35:26.936Z Downloaded bzip2 v0.4.4
5912026-07-10T19:35:26.943Z Downloaded fxhash v0.2.1
5922026-07-10T19:35:26.943Z Downloaded foreign-types-shared v0.3.1
5932026-07-10T19:35:26.943Z Downloaded git-stub v1.0.0
5942026-07-10T19:35:26.943Z Downloaded foreign-types-macros v0.2.3
5952026-07-10T19:35:26.943Z Downloaded dirs-sys-next v0.1.2
5962026-07-10T19:35:26.943Z Downloaded float-ord v0.3.2
5972026-07-10T19:35:26.943Z Downloaded float-cmp v0.10.0
5982026-07-10T19:35:26.947Z Downloaded futures-task v0.3.32
5992026-07-10T19:35:26.947Z Downloaded funty v2.0.0
6002026-07-10T19:35:26.947Z Downloaded ghash v0.6.0
6012026-07-10T19:35:26.947Z Downloaded globwalk v0.9.1
6022026-07-10T19:35:26.947Z Downloaded cexpr v0.6.0
6032026-07-10T19:35:26.947Z Downloaded futures-io v0.3.32
6042026-07-10T19:35:26.950Z Downloaded dsl_auto_type v0.2.0
6052026-07-10T19:35:26.950Z Downloaded cipher v0.5.2
6062026-07-10T19:35:26.950Z Downloaded deranged v0.5.8
6072026-07-10T19:35:26.953Z Downloaded data-encoding v2.10.0
6082026-07-10T19:35:26.953Z Downloaded flagset v0.4.7
6092026-07-10T19:35:26.953Z Downloaded csv-core v0.1.13
6102026-07-10T19:35:26.956Z Downloaded camino-tempfile-ext v0.3.3
6112026-07-10T19:35:26.956Z Downloaded gethostname v0.5.0
6122026-07-10T19:35:26.956Z Downloaded foreign-types v0.5.0
6132026-07-10T19:35:26.959Z Downloaded futures-macro v0.3.32
6142026-07-10T19:35:26.959Z Downloaded ed25519 v2.2.3
6152026-07-10T19:35:26.960Z Downloaded defmt v1.0.1
6162026-07-10T19:35:26.964Z Downloaded console v0.16.2
6172026-07-10T19:35:26.967Z Downloaded der_derive v0.7.3
6182026-07-10T19:35:26.967Z Downloaded difflib v0.4.0
6192026-07-10T19:35:26.967Z Downloaded ctutils v0.4.2
6202026-07-10T19:35:26.968Z Downloaded ena v0.14.4
6212026-07-10T19:35:26.968Z Downloaded defmt-parser v1.0.0
6222026-07-10T19:35:26.971Z Downloaded enum_dispatch v0.3.13
6232026-07-10T19:35:26.971Z Downloaded ecdsa v0.16.9
6242026-07-10T19:35:26.974Z Downloaded hex v0.4.3
6252026-07-10T19:35:26.974Z Downloaded hash32 v0.3.1
6262026-07-10T19:35:26.974Z Downloaded derive_builder_core v0.20.2
6272026-07-10T19:35:26.977Z Downloaded byte-wrapper v0.1.0
6282026-07-10T19:35:26.977Z Downloaded fixedbitset v0.5.7
6292026-07-10T19:35:26.980Z Downloaded console v0.15.11
6302026-07-10T19:35:26.980Z Downloaded colored v2.2.0
6312026-07-10T19:35:26.983Z Downloaded blake2 v0.11.0-rc.6
6322026-07-10T19:35:26.983Z Downloaded home v0.5.12
6332026-07-10T19:35:26.986Z Downloaded hex-literal v1.1.0
6342026-07-10T19:35:26.986Z Downloaded cookie v0.18.1
6352026-07-10T19:35:26.986Z Downloaded digest v0.11.3
6362026-07-10T19:35:26.989Z Downloaded ff v0.14.0
6372026-07-10T19:35:26.989Z Downloaded hostname v0.4.2
6382026-07-10T19:35:26.992Z Downloaded http-body v1.0.1
6392026-07-10T19:35:26.992Z Downloaded hostname v0.3.1
6402026-07-10T19:35:26.992Z Downloaded httpdate v1.0.3
6412026-07-10T19:35:26.995Z Downloaded ciborium v0.2.2
6422026-07-10T19:35:26.995Z Downloaded hyper-tls v0.6.0
6432026-07-10T19:35:26.998Z Downloaded ff v0.13.1
6442026-07-10T19:35:26.998Z Downloaded erased-serde v0.3.31
6452026-07-10T19:35:26.998Z Downloaded defmt-macros v1.0.1
6462026-07-10T19:35:27.001Z Downloaded futures-executor v0.3.32
6472026-07-10T19:35:27.001Z Downloaded fs_extra v1.3.0
6482026-07-10T19:35:27.004Z Downloaded hubpack_derive v0.1.1
6492026-07-10T19:35:27.004Z Downloaded hubpack v0.1.2
6502026-07-10T19:35:27.004Z Downloaded http-range v0.1.5
6512026-07-10T19:35:27.004Z Downloaded fallible-iterator v0.2.0
6522026-07-10T19:35:27.007Z Downloaded group v0.14.0
6532026-07-10T19:35:27.007Z Downloaded git-stub-vcs v0.1.0
6542026-07-10T19:35:27.010Z Downloaded chacha20 v0.9.1
6552026-07-10T19:35:27.010Z Downloaded colored v3.1.1
6562026-07-10T19:35:27.013Z Downloaded const-oid v0.9.6
6572026-07-10T19:35:27.013Z Downloaded ident_case v1.0.1
6582026-07-10T19:35:27.013Z Downloaded find-msvc-tools v0.1.9
6592026-07-10T19:35:27.028Z Downloaded idna_adapter v1.2.1
6602026-07-10T19:35:27.028Z Downloaded foldhash v0.1.5
6612026-07-10T19:35:27.028Z Downloaded blowfish v0.10.0
6622026-07-10T19:35:27.028Z Downloaded clang-sys v1.8.1
6632026-07-10T19:35:27.028Z Downloaded base64 v0.21.7
6642026-07-10T19:35:27.028Z Downloaded derive-ex v0.1.8
6652026-07-10T19:35:27.028Z Downloaded chacha20 v0.10.0
6662026-07-10T19:35:27.028Z Downloaded group v0.13.0
6672026-07-10T19:35:27.028Z Downloaded hash32 v0.2.1
6682026-07-10T19:35:27.028Z Downloaded ecdsa v0.17.0-rc.18
6692026-07-10T19:35:27.033Z Downloaded diff v0.1.13
6702026-07-10T19:35:27.033Z Downloaded filetime v0.2.27
6712026-07-10T19:35:27.033Z Downloaded indoc v1.0.9
6722026-07-10T19:35:27.033Z Downloaded globset v0.4.18
6732026-07-10T19:35:27.036Z Downloaded glob v0.3.3
6742026-07-10T19:35:27.036Z Downloaded illumos-nvpair-sys v0.2.0
6752026-07-10T19:35:27.036Z Downloaded illumos-nvpair v0.3.0
6762026-07-10T19:35:27.036Z Downloaded corncobs v0.1.4
6772026-07-10T19:35:27.039Z Downloaded bzip2 v0.6.1
6782026-07-10T19:35:27.039Z Downloaded elliptic-curve v0.13.8
6792026-07-10T19:35:27.042Z Downloaded cookie_store v0.22.1
6802026-07-10T19:35:27.043Z Downloaded const-oid v0.10.2
6812026-07-10T19:35:27.046Z Downloaded env_logger v0.11.9
6822026-07-10T19:35:27.046Z Downloaded inout v0.1.4
6832026-07-10T19:35:27.049Z Downloaded inout v0.2.2
6842026-07-10T19:35:27.049Z Downloaded indent_write v2.2.0
6852026-07-10T19:35:27.049Z Downloaded daft v0.1.7
6862026-07-10T19:35:27.052Z Downloaded keccak v0.1.6
6872026-07-10T19:35:27.053Z Downloaded is-terminal v0.4.17
6882026-07-10T19:35:27.053Z Downloaded http-body-util v0.1.3
6892026-07-10T19:35:27.055Z Downloaded instant v0.1.13
6902026-07-10T19:35:27.055Z Downloaded instability v0.3.11
6912026-07-10T19:35:27.058Z Downloaded is_ci v1.2.0
6922026-07-10T19:35:27.058Z Downloaded cancel-safe-futures v0.1.5
6932026-07-10T19:35:27.058Z Downloaded foldhash v0.2.0
6942026-07-10T19:35:27.062Z Downloaded const_format v0.2.35
6952026-07-10T19:35:27.064Z Downloaded lalrpop-util v0.19.12
6962026-07-10T19:35:27.064Z Downloaded kem v0.3.0
6972026-07-10T19:35:27.064Z Downloaded internet-checksum v0.2.1
6982026-07-10T19:35:27.064Z Downloaded foreign-types v0.3.2
6992026-07-10T19:35:27.068Z Downloaded headers-core v0.3.0
7002026-07-10T19:35:27.068Z Downloaded lazy_static v1.5.0
7012026-07-10T19:35:27.068Z Downloaded humantime v2.3.0
7022026-07-10T19:35:27.071Z Downloaded kstat-rs v0.2.4
7032026-07-10T19:35:27.071Z Downloaded futures-channel v0.3.32
7042026-07-10T19:35:27.071Z Downloaded hyper-staticfile v0.10.1
7052026-07-10T19:35:27.074Z Downloaded fs-err v2.11.0
7062026-07-10T19:35:27.074Z Downloaded half v1.8.3
7072026-07-10T19:35:27.078Z Downloaded diesel-dtrace v0.5.0
7082026-07-10T19:35:27.082Z Downloaded linked-hash-map v0.5.6
7092026-07-10T19:35:27.082Z Downloaded lru-slab v0.1.2
7102026-07-10T19:35:27.082Z Downloaded lru-cache v0.1.2
7112026-07-10T19:35:27.085Z Downloaded libscf-sys v1.1.0
7122026-07-10T19:35:27.085Z Downloaded compact_str v0.8.1
7132026-07-10T19:35:27.088Z Downloaded dropshot_endpoint v0.17.1
7142026-07-10T19:35:27.091Z Downloaded displaydoc v0.2.5
7152026-07-10T19:35:27.091Z Downloaded impl-trait-for-tuples v0.2.3
7162026-07-10T19:35:27.094Z Downloaded drift v0.2.0
7172026-07-10T19:35:27.099Z Downloaded md5 v0.8.0
7182026-07-10T19:35:27.102Z Downloaded maplit v1.0.2
7192026-07-10T19:35:27.102Z Downloaded match_cfg v0.1.0
7202026-07-10T19:35:27.102Z Downloaded managed v0.8.0
7212026-07-10T19:35:27.105Z Downloaded mime v0.3.17
7222026-07-10T19:35:27.105Z Downloaded memoffset v0.9.1
7232026-07-10T19:35:27.105Z Downloaded indoc v2.0.7
7242026-07-10T19:35:27.108Z Downloaded lzss v0.8.2
7252026-07-10T19:35:27.108Z Downloaded highway v1.3.0
7262026-07-10T19:35:27.111Z Downloaded ingot-types v0.1.2
7272026-07-10T19:35:27.111Z Downloaded darling_core v0.23.0
7282026-07-10T19:35:27.114Z Downloaded md-5 v0.10.6
7292026-07-10T19:35:27.117Z Downloaded ipnet v2.11.0
7302026-07-10T19:35:27.117Z Downloaded new_debug_unreachable v1.0.6
7312026-07-10T19:35:27.117Z Downloaded multimap v0.10.1
7322026-07-10T19:35:27.119Z Downloaded maybe-uninit v2.0.0
7332026-07-10T19:35:27.119Z Downloaded nibble_vec v0.1.0
7342026-07-10T19:35:27.119Z Downloaded hmac v0.12.1
7352026-07-10T19:35:27.123Z Downloaded newtype_derive v0.1.6
7362026-07-10T19:35:27.123Z Downloaded hmac v0.13.0
7372026-07-10T19:35:27.125Z Downloaded ipnetwork v0.21.1
7382026-07-10T19:35:27.125Z Downloaded jobserver v0.1.34
7392026-07-10T19:35:27.128Z Downloaded lru v0.12.5
7402026-07-10T19:35:27.128Z Downloaded ingot v0.1.1
7412026-07-10T19:35:27.131Z Downloaded num-conv v0.2.0
7422026-07-10T19:35:27.131Z Downloaded normalize-line-endings v0.3.0
7432026-07-10T19:35:27.131Z Downloaded fatfs v0.3.6
7442026-07-10T19:35:27.134Z Downloaded newtype-uuid-macros v0.1.0
7452026-07-10T19:35:27.134Z Downloaded libefi-sys v0.1.0
7462026-07-10T19:35:27.137Z Downloaded num v0.4.3
7472026-07-10T19:35:27.137Z Downloaded hyper-rustls v0.27.7
7482026-07-10T19:35:27.137Z Downloaded generic-array v1.4.3
7492026-07-10T19:35:27.140Z Downloaded num-derive v0.4.2
7502026-07-10T19:35:27.140Z Downloaded futures v0.3.32
7512026-07-10T19:35:27.144Z Downloaded num-derive v0.3.3
7522026-07-10T19:35:27.146Z Downloaded linear-map v1.2.0
7532026-07-10T19:35:27.147Z Downloaded num-iter v0.1.45
7542026-07-10T19:35:27.147Z Downloaded libsw-core v0.3.2
7552026-07-10T19:35:27.150Z Downloaded num_enum_derive v0.5.11
7562026-07-10T19:35:27.150Z Downloaded libloading v0.8.9
7572026-07-10T19:35:27.152Z Downloaded libsw v3.5.0
7582026-07-10T19:35:27.153Z Downloaded num_threads v0.1.7
7592026-07-10T19:35:27.153Z Downloaded iana-time-zone v0.1.65
7602026-07-10T19:35:27.156Z Downloaded chacha20poly1305 v0.10.1
7612026-07-10T19:35:27.156Z Downloaded olpc-cjson v0.1.4
7622026-07-10T19:35:27.159Z Downloaded cc v1.2.56
7632026-07-10T19:35:27.159Z Downloaded darling_core v0.20.11
7642026-07-10T19:35:27.162Z Downloaded half v2.7.1
7652026-07-10T19:35:27.164Z Downloaded opaque-debug v0.3.1
7662026-07-10T19:35:27.167Z Downloaded ingot-macros v0.1.1
7672026-07-10T19:35:27.167Z Downloaded openssl-macros v0.1.1
7682026-07-10T19:35:27.168Z Downloaded getrandom v0.3.4
7692026-07-10T19:35:27.171Z Downloaded openssl-probe v0.2.1
7702026-07-10T19:35:27.171Z Downloaded darling_core v0.21.3
7712026-07-10T19:35:27.173Z Downloaded openssl-probe v0.1.6
7722026-07-10T19:35:27.176Z Downloaded elliptic-curve v0.14.0-rc.33
7732026-07-10T19:35:27.179Z Downloaded native-tls v0.2.18
7742026-07-10T19:35:27.179Z Downloaded mime_guess v2.0.5
7752026-07-10T19:35:27.179Z Downloaded bytes v1.11.1
7762026-07-10T19:35:27.182Z Downloaded httparse v1.10.1
7772026-07-10T19:35:27.184Z Downloaded nonempty v0.12.0
7782026-07-10T19:35:27.184Z Downloaded nodrop v0.1.14
7792026-07-10T19:35:27.188Z Downloaded nanorand v0.7.0
7802026-07-10T19:35:27.194Z Downloaded oso-derive v0.27.3
7812026-07-10T19:35:27.194Z Downloaded keccak v0.2.0
7822026-07-10T19:35:27.194Z Downloaded newtype-uuid v1.3.2
7832026-07-10T19:35:27.198Z Downloaded newline-converter v0.3.0
7842026-07-10T19:35:27.198Z Downloaded multer v3.1.0
7852026-07-10T19:35:27.201Z Downloaded hybrid-array v0.4.13
7862026-07-10T19:35:27.204Z Downloaded flume v0.11.1
7872026-07-10T19:35:27.208Z Downloaded packed_struct_codegen v0.10.1
7882026-07-10T19:35:27.211Z Downloaded nu-ansi-term v0.50.3
7892026-07-10T19:35:27.211Z Downloaded path-slash v0.1.5
7902026-07-10T19:35:27.214Z Downloaded password-hash v0.6.1
7912026-07-10T19:35:27.214Z Downloaded parse-display v0.10.0
7922026-07-10T19:35:27.214Z Downloaded peg-runtime v0.8.5
7932026-07-10T19:35:27.217Z Downloaded num_enum v0.5.11
7942026-07-10T19:35:27.230Z Downloaded phf_shared v0.13.1
7952026-07-10T19:35:27.233Z Downloaded phf_shared v0.12.1
7962026-07-10T19:35:27.233Z Downloaded bumpalo v3.20.2
7972026-07-10T19:35:27.236Z Downloaded phf_shared v0.11.3
7982026-07-10T19:35:27.236Z Downloaded percent-encoding v2.3.2
7992026-07-10T19:35:27.236Z Downloaded parse-size v1.1.0
8002026-07-10T19:35:27.236Z Downloaded num_enum_derive v0.7.6
8012026-07-10T19:35:27.240Z Downloaded ignore v0.4.25
8022026-07-10T19:35:27.240Z Downloaded litrs v1.0.0
8032026-07-10T19:35:27.243Z Downloaded indexmap v1.9.3
8042026-07-10T19:35:27.243Z Downloaded litemap v0.8.1
8052026-07-10T19:35:27.245Z Downloaded derive_more v2.1.1
8062026-07-10T19:35:27.251Z Downloaded oxide-tokio-rt v0.1.4
8072026-07-10T19:35:27.254Z Downloaded memmap2 v0.9.10
8082026-07-10T19:35:27.254Z Downloaded owo-colors v4.3.0
8092026-07-10T19:35:27.257Z Downloaded aes v0.9.1
8102026-07-10T19:35:27.260Z Downloaded precomputed-hash v0.1.1
8112026-07-10T19:35:27.260Z Downloaded powerfmt v0.2.0
8122026-07-10T19:35:27.260Z Downloaded potential_utf v0.1.4
8132026-07-10T19:35:27.262Z Downloaded heapless v0.7.17
8142026-07-10T19:35:27.267Z Downloaded icu_provider v2.1.1
8152026-07-10T19:35:27.267Z Downloaded oxnet v0.1.6
8162026-07-10T19:35:27.270Z Downloaded predicates-tree v1.0.13
8172026-07-10T19:35:27.270Z Downloaded module-lattice v0.2.3
8182026-07-10T19:35:27.270Z Downloaded ml-kem v0.3.2
8192026-07-10T19:35:27.272Z Downloaded num-complex v0.4.6
8202026-07-10T19:35:27.273Z Downloaded flate2 v1.1.9
8212026-07-10T19:35:27.275Z Downloaded predicates-core v1.0.10
8222026-07-10T19:35:27.275Z Downloaded parking_lot_core v0.8.6
8232026-07-10T19:35:27.278Z Downloaded packed_struct v0.10.1
8242026-07-10T19:35:27.278Z Downloaded num_enum v0.7.6
8252026-07-10T19:35:27.282Z Downloaded pbkdf2 v0.13.0
8262026-07-10T19:35:27.285Z Downloaded parse-display-derive v0.10.0
8272026-07-10T19:35:27.285Z Downloaded headers v0.4.1
8282026-07-10T19:35:27.288Z Downloaded proc-macro-crate v3.4.0
8292026-07-10T19:35:27.290Z Downloaded peg v0.8.5
8302026-07-10T19:35:27.290Z Downloaded proc-macro-crate v1.3.1
8312026-07-10T19:35:27.293Z Downloaded peg-macros v0.8.5
8322026-07-10T19:35:27.293Z Downloaded icu_normalizer v2.1.1
8332026-07-10T19:35:27.296Z Downloaded psl-types v2.0.11
8342026-07-10T19:35:27.296Z Downloaded pem-rfc7468 v0.7.0
8352026-07-10T19:35:27.300Z Downloaded pem-rfc7468 v1.0.0
8362026-07-10T19:35:27.300Z Downloaded phf v0.12.1
8372026-07-10T19:35:27.300Z Downloaded ed25519-dalek v3.0.0-rc.0
8382026-07-10T19:35:27.302Z Downloaded pem v3.0.6
8392026-07-10T19:35:27.303Z Downloaded paste v1.0.15
8402026-07-10T19:35:27.306Z Downloaded pkg-config v0.3.32
8412026-07-10T19:35:27.306Z Downloaded phc v0.6.1
8422026-07-10T19:35:27.309Z Downloaded progenitor-macro v0.14.0
8432026-07-10T19:35:27.309Z Downloaded progenitor-macro v0.13.0
8442026-07-10T19:35:27.309Z Downloaded pin-project-internal v1.1.11
8452026-07-10T19:35:27.312Z Downloaded phf v0.13.1
8462026-07-10T19:35:27.312Z Downloaded quick-error v1.2.3
8472026-07-10T19:35:27.312Z Downloaded pkcs8 v0.10.2
8482026-07-10T19:35:27.315Z Downloaded radium v0.7.0
8492026-07-10T19:35:27.315Z Downloaded ed25519-dalek v2.2.0
8502026-07-10T19:35:27.318Z Downloaded password-hash v0.5.0
8512026-07-10T19:35:27.323Z Downloaded libbz2-rs-sys v0.2.2
8522026-07-10T19:35:27.323Z Downloaded icu_properties v2.1.2
8532026-07-10T19:35:27.326Z Downloaded indicatif v0.18.4
8542026-07-10T19:35:27.326Z Downloaded heapless v0.8.0
8552026-07-10T19:35:27.326Z Downloaded icu_normalizer_data v2.1.1
8562026-07-10T19:35:27.329Z Downloaded poly1305 v0.8.0
8572026-07-10T19:35:27.329Z Downloaded polyval v0.7.1
8582026-07-10T19:35:27.333Z Downloaded hickory-resolver v0.25.2
8592026-07-10T19:35:27.336Z Downloaded hickory-resolver v0.24.4
8602026-07-10T19:35:27.338Z Downloaded postgres-protocol v0.6.10
8612026-07-10T19:35:27.338Z Downloaded num-integer v0.1.46
8622026-07-10T19:35:27.339Z Downloaded lock_api v0.4.14
8632026-07-10T19:35:27.343Z Downloaded getrandom v0.2.17
8642026-07-10T19:35:27.343Z Downloaded parking_lot v0.11.2
8652026-07-10T19:35:27.346Z Downloaded predicates v3.1.4
8662026-07-10T19:35:27.346Z Downloaded expectorate v1.2.0
8672026-07-10T19:35:27.349Z Downloaded der v0.7.10
8682026-07-10T19:35:27.352Z Downloaded ref-cast-impl v1.0.25
8692026-07-10T19:35:27.352Z Downloaded parking_lot_core v0.9.12
8702026-07-10T19:35:27.355Z Downloaded primefield v0.14.0
8712026-07-10T19:35:27.355Z Downloaded parking_lot v0.12.5
8722026-07-10T19:35:27.355Z Downloaded recursive-proc-macro-impl v0.1.1
8732026-07-10T19:35:27.358Z Downloaded primeorder v0.13.6
8742026-07-10T19:35:27.358Z Downloaded progenitor-client v0.13.0
8752026-07-10T19:35:27.358Z Downloaded progenitor v0.13.0
8762026-07-10T19:35:27.361Z Downloaded proc-macro-error2 v2.0.1
8772026-07-10T19:35:27.361Z Downloaded recursive v0.1.1
8782026-07-10T19:35:27.364Z Downloaded proc-macro-error-attr2 v2.0.0
8792026-07-10T19:35:27.364Z Downloaded progenitor-extras v0.2.0
8802026-07-10T19:35:27.367Z Downloaded der v0.8.0
8812026-07-10T19:35:27.370Z Downloaded crossbeam-channel v0.5.15
8822026-07-10T19:35:27.374Z Downloaded psm v0.1.30
8832026-07-10T19:35:27.374Z Downloaded progenitor-client v0.14.0
8842026-07-10T19:35:27.377Z Downloaded num-traits v0.2.19
8852026-07-10T19:35:27.377Z Downloaded progenitor v0.14.0
8862026-07-10T19:35:27.377Z Downloaded rfc6979 v0.5.0
8872026-07-10T19:35:27.380Z Downloaded pkcs1 v0.7.5
8882026-07-10T19:35:27.380Z Downloaded omicron-zone-package v0.12.3
8892026-07-10T19:35:27.383Z Downloaded primeorder v0.14.0-rc.10
8902026-07-10T19:35:27.383Z Downloaded oso v0.27.3
8912026-07-10T19:35:27.386Z Downloaded pkcs1 v0.8.0-rc.4
8922026-07-10T19:35:27.389Z Downloaded pin-project-lite v0.2.17
8932026-07-10T19:35:27.392Z Downloaded icu_collections v2.1.1
8942026-07-10T19:35:27.395Z Downloaded rustc_version v0.4.1
8952026-07-10T19:35:27.395Z Downloaded postcard v1.1.3
8962026-07-10T19:35:27.398Z Downloaded miniz_oxide v0.8.9
8972026-07-10T19:35:27.401Z Downloaded poly1305 v0.9.0
8982026-07-10T19:35:27.401Z Downloaded jiff-static v0.2.21
8992026-07-10T19:35:27.404Z Downloaded pkcs8 v0.11.0
9002026-07-10T19:35:27.408Z Downloaded ref-cast v1.0.25
9012026-07-10T19:35:27.408Z Downloaded russh-util v0.52.0
9022026-07-10T19:35:27.408Z Downloaded rand_seeder v0.4.0
9032026-07-10T19:35:27.411Z Downloaded rustc_version v0.1.7
9042026-07-10T19:35:27.411Z Downloaded rand_core v0.10.0
9052026-07-10T19:35:27.411Z Downloaded same-file v1.0.6
9062026-07-10T19:35:27.411Z Downloaded rustc-hash v2.1.1
9072026-07-10T19:35:27.414Z Downloaded rand_core v0.9.5
9082026-07-10T19:35:27.414Z Downloaded rand_core v0.6.4
9092026-07-10T19:35:27.414Z Downloaded sapling-renderdag v0.1.0
9102026-07-10T19:35:27.417Z Downloaded postgres-types v0.2.12
9112026-07-10T19:35:27.417Z Downloaded russh-cryptovec v0.61.0
9122026-07-10T19:35:27.421Z Downloaded rtoolbox v0.0.3
9132026-07-10T19:35:27.421Z Downloaded r2d2 v0.8.10
9142026-07-10T19:35:27.421Z Downloaded ppv-lite86 v0.2.21
9152026-07-10T19:35:27.424Z Downloaded papergrid v0.17.0
9162026-07-10T19:35:27.427Z Downloaded rand_chacha v0.3.1
9172026-07-10T19:35:27.427Z Downloaded pin-project v1.1.11
9182026-07-10T19:35:27.432Z Downloaded scopeguard v1.2.0
9192026-07-10T19:35:27.435Z Downloaded secrecy v0.8.0
9202026-07-10T19:35:27.435Z Downloaded scheduled-thread-pool v0.2.7
9212026-07-10T19:35:27.435Z Downloaded serde_bytes v0.11.19
9222026-07-10T19:35:27.438Z Downloaded serde-big-array v0.5.1
9232026-07-10T19:35:27.438Z Downloaded seq-macro v0.3.6
9242026-07-10T19:35:27.438Z Downloaded scroll_derive v0.13.1
9252026-07-10T19:35:27.442Z Downloaded openssl-sys v0.9.115
9262026-07-10T19:35:27.444Z Downloaded rfc6979 v0.4.0
9272026-07-10T19:35:27.444Z Downloaded derive_more-impl v2.1.1
9282026-07-10T19:35:27.447Z Downloaded secrecy v0.10.3
9292026-07-10T19:35:27.450Z Downloaded quinn-udp v0.5.14
9302026-07-10T19:35:27.450Z Downloaded resolv-conf v0.7.6
9312026-07-10T19:35:27.453Z Downloaded hashbrown v0.13.2
9322026-07-10T19:35:27.457Z Downloaded serde_urlencoded v0.7.1
9332026-07-10T19:35:27.457Z Downloaded serde_spanned v1.1.1
9342026-07-10T19:35:27.457Z Downloaded rustls-pemfile v2.2.0
9352026-07-10T19:35:27.460Z Downloaded pkcs5 v0.8.1
9362026-07-10T19:35:27.463Z Downloaded p384 v0.14.0-rc.10
9372026-07-10T19:35:27.463Z Downloaded crossterm v0.29.0
9382026-07-10T19:35:27.466Z Downloaded semver v0.1.20
9392026-07-10T19:35:27.469Z Downloaded http v1.4.2
9402026-07-10T19:35:27.472Z Downloaded serde_plain v1.0.2
9412026-07-10T19:35:27.472Z Downloaded internal-russh-num-bigint v0.5.0
9422026-07-10T19:35:27.475Z Downloaded prefix-trie v0.7.0
9432026-07-10T19:35:27.478Z Downloaded progenitor-impl v0.13.0
9442026-07-10T19:35:27.478Z Downloaded rand_xorshift v0.4.0
9452026-07-10T19:35:27.478Z Downloaded icu_locale_core v2.1.1
9462026-07-10T19:35:27.482Z Downloaded sigpipe v0.1.3
9472026-07-10T19:35:27.484Z Downloaded rustls-native-certs v0.8.3
9482026-07-10T19:35:27.485Z Downloaded crossterm v0.28.1
9492026-07-10T19:35:27.488Z Downloaded sha1 v0.11.0
9502026-07-10T19:35:27.491Z Downloaded signature v2.2.0
9512026-07-10T19:35:27.491Z Downloaded shell-words v1.1.1
9522026-07-10T19:35:27.494Z Downloaded sha1 v0.10.6
9532026-07-10T19:35:27.494Z Downloaded serde_repr v0.1.20
9542026-07-10T19:35:27.494Z Downloaded signal-hook-tokio v0.3.1
9552026-07-10T19:35:27.498Z Downloaded rustversion v1.0.22
9562026-07-10T19:35:27.498Z Downloaded scrypt v0.12.0
9572026-07-10T19:35:27.498Z Downloaded scroll v0.13.0
9582026-07-10T19:35:27.501Z Downloaded signature v3.0.0
9592026-07-10T19:35:27.501Z Downloaded siphasher v1.0.2
9602026-07-10T19:35:27.501Z Downloaded slog-envlogger v2.2.0
9612026-07-10T19:35:27.504Z Downloaded hyper-util v0.1.20
9622026-07-10T19:35:27.507Z Downloaded hashbrown v0.12.3
9632026-07-10T19:35:27.510Z Downloaded diesel_derives v2.3.7
9642026-07-10T19:35:27.513Z Downloaded slog-bunyan v2.5.0
9652026-07-10T19:35:27.516Z Downloaded signal-hook-mio v0.2.5
9662026-07-10T19:35:27.516Z Downloaded num-rational v0.4.2
9672026-07-10T19:35:27.516Z Downloaded schemars_derive v0.8.22
9682026-07-10T19:35:27.520Z Downloaded serde_derive_internals v0.29.1
9692026-07-10T19:35:27.523Z Downloaded serde_with_macros v1.5.2
9702026-07-10T19:35:27.523Z Downloaded rusty-fork v0.3.1
9712026-07-10T19:35:27.527Z Downloaded sec1 v0.7.3
9722026-07-10T19:35:27.532Z Downloaded itertools v0.10.5
9732026-07-10T19:35:27.537Z Downloaded rustls-pki-types v1.14.0
9742026-07-10T19:35:27.549Z Downloaded hashbrown v0.16.1
9752026-07-10T19:35:27.552Z Downloaded signal-hook-registry v1.4.8
9762026-07-10T19:35:27.552Z Downloaded sqlparser_derive v0.5.0
9772026-07-10T19:35:27.556Z Downloaded serde-hex v0.1.0
9782026-07-10T19:35:27.559Z Downloaded stable_deref_trait v1.2.1
9792026-07-10T19:35:27.559Z Downloaded p256 v0.14.0-rc.10
9802026-07-10T19:35:27.562Z Downloaded strum v0.26.3
9812026-07-10T19:35:27.562Z Downloaded minimal-lexical v0.2.1
9822026-07-10T19:35:27.565Z Downloaded hickory-server v0.25.2
9832026-07-10T19:35:27.568Z Downloaded strsim v0.10.0
9842026-07-10T19:35:27.571Z Downloaded strip-ansi-escapes v0.2.1
9852026-07-10T19:35:27.571Z Downloaded shlex v1.3.0
9862026-07-10T19:35:27.572Z Downloaded serdect v0.4.3
9872026-07-10T19:35:27.572Z Downloaded ron v0.8.1
9882026-07-10T19:35:27.575Z Downloaded subtle v2.6.1
9892026-07-10T19:35:27.578Z Downloaded pretty_assertions v1.4.1
9902026-07-10T19:35:27.578Z Downloaded structmeta-derive v0.3.0
9912026-07-10T19:35:27.581Z Downloaded slab v0.4.12
9922026-07-10T19:35:27.581Z Downloaded simd-adler32 v0.3.8
9932026-07-10T19:35:27.581Z Downloaded smf v0.2.3
9942026-07-10T19:35:27.584Z Downloaded slog-scope v4.4.1
9952026-07-10T19:35:27.584Z Downloaded prettyplease v0.2.37
9962026-07-10T19:35:27.587Z Downloaded hashbrown v0.15.5
9972026-07-10T19:35:27.591Z Downloaded serde_path_to_error v0.1.20
9982026-07-10T19:35:27.591Z Downloaded strum v0.27.2
9992026-07-10T19:35:27.591Z Downloaded slog-dtrace v0.3.0
10002026-07-10T19:35:27.594Z Downloaded num-bigint v0.4.6
10012026-07-10T19:35:27.598Z Downloaded tabwriter v1.4.1
10022026-07-10T19:35:27.598Z Downloaded sync_wrapper v1.0.2
10032026-07-10T19:35:27.598Z Downloaded supports-color v3.0.2
10042026-07-10T19:35:27.601Z Downloaded snafu-derive v0.8.9
10052026-07-10T19:35:27.601Z Downloaded smallvec v0.6.14
10062026-07-10T19:35:27.601Z Downloaded sha2 v0.11.0
10072026-07-10T19:35:27.605Z Downloaded slog-async v2.8.0
10082026-07-10T19:35:27.605Z Downloaded slog-term v2.9.2
10092026-07-10T19:35:27.608Z Downloaded slog-stdlog v4.1.1
10102026-07-10T19:35:27.608Z Downloaded slog-json v2.6.1
10112026-07-10T19:35:27.611Z Downloaded tap v1.0.1
10122026-07-10T19:35:27.611Z Downloaded take_mut v0.2.2
10132026-07-10T19:35:27.611Z Downloaded ryu v1.0.23
10142026-07-10T19:35:27.614Z Downloaded tabled_derive v0.11.0
10152026-07-10T19:35:27.614Z Downloaded sync-ptr v0.1.4
10162026-07-10T19:35:27.614Z Downloaded sec1 v0.8.1
10172026-07-10T19:35:27.618Z Downloaded testing_table v0.3.0
10182026-07-10T19:35:27.618Z Downloaded aes-gcm v0.11.0
10192026-07-10T19:35:27.621Z Downloaded mio v1.2.0
10202026-07-10T19:35:27.624Z Downloaded thread-id v5.1.0
10212026-07-10T19:35:27.628Z Downloaded thiserror-impl-no-std v2.0.2
10222026-07-10T19:35:27.628Z Downloaded ssh-encoding v0.3.0-rc.9
10232026-07-10T19:35:27.631Z Downloaded structmeta v0.3.0
10242026-07-10T19:35:27.631Z Downloaded time-core v0.1.8
10252026-07-10T19:35:27.631Z Downloaded spki v0.8.0
10262026-07-10T19:35:27.634Z Downloaded spki v0.7.3
10272026-07-10T19:35:27.634Z Downloaded idna v1.1.0
10282026-07-10T19:35:27.638Z Downloaded rustls-platform-verifier v0.6.2
10292026-07-10T19:35:27.641Z Downloaded stringprep v0.1.5
10302026-07-10T19:35:27.644Z Downloaded string_cache v0.8.9
10312026-07-10T19:35:27.644Z Downloaded static_assertions v1.1.0
10322026-07-10T19:35:27.647Z Downloaded strum_macros v0.24.3
10332026-07-10T19:35:27.647Z Downloaded serde_cbor v0.11.2
10342026-07-10T19:35:27.650Z Downloaded dropshot-api-manager v0.7.2
10352026-07-10T19:35:27.653Z Downloaded schemars v0.8.22
10362026-07-10T19:35:27.660Z Downloaded strum_macros v0.27.2
10372026-07-10T19:35:27.664Z Downloaded tinyvec_macros v0.1.1
10382026-07-10T19:35:27.664Z Downloaded smallvec v1.15.1
10392026-07-10T19:35:27.667Z Downloaded tokio-macros v2.7.0
10402026-07-10T19:35:27.667Z Downloaded synstructure v0.13.2
10412026-07-10T19:35:27.667Z Downloaded serde_yaml v0.9.34+deprecated
10422026-07-10T19:35:27.671Z Downloaded serde_with_macros v3.17.0
10432026-07-10T19:35:27.674Z Downloaded tagptr v0.2.0
10442026-07-10T19:35:27.674Z Downloaded support-bundle-viewer v0.1.2
10452026-07-10T19:35:27.674Z Downloaded spin v0.9.8
10462026-07-10T19:35:27.677Z Downloaded itertools v0.13.0
10472026-07-10T19:35:27.680Z Downloaded topological-sort v0.2.2
10482026-07-10T19:35:27.683Z Downloaded tokio-test v0.4.5
10492026-07-10T19:35:27.683Z Downloaded termtree v0.5.1
10502026-07-10T19:35:27.686Z Downloaded termios v0.3.3
10512026-07-10T19:35:27.686Z Downloaded itertools v0.12.1
10522026-07-10T19:35:27.690Z Downloaded signal-hook v0.3.18
10532026-07-10T19:35:27.693Z Downloaded quinn v0.11.9
10542026-07-10T19:35:27.696Z Downloaded thread_local v1.1.9
10552026-07-10T19:35:27.699Z Downloaded tower-service v0.3.3
10562026-07-10T19:35:27.699Z Downloaded tower-layer v0.3.3
10572026-07-10T19:35:27.699Z Downloaded publicsuffix v2.3.0
10582026-07-10T19:35:27.702Z Downloaded salsa20 v0.11.0
10592026-07-10T19:35:27.702Z Downloaded rcgen v0.12.1
10602026-07-10T19:35:27.706Z Downloaded thiserror-no-std v2.0.2
10612026-07-10T19:35:27.709Z Downloaded tiny-keccak v2.0.2
10622026-07-10T19:35:27.709Z Downloaded try-lock v0.2.5
10632026-07-10T19:35:27.709Z Downloaded time-macros v0.2.27
10642026-07-10T19:35:27.712Z Downloaded stacker v0.1.23
10652026-07-10T19:35:27.716Z Downloaded unarray v0.1.4
10662026-07-10T19:35:27.716Z Downloaded tinystr v0.8.2
10672026-07-10T19:35:27.716Z Downloaded strum_macros v0.26.4
10682026-07-10T19:35:27.719Z Downloaded typify-macro v0.6.2
10692026-07-10T19:35:27.719Z Downloaded similar v2.7.0
10702026-07-10T19:35:27.722Z Downloaded rand v0.8.6
10712026-07-10T19:35:27.725Z Downloaded nom v7.1.3
10722026-07-10T19:35:27.729Z Downloaded rsa v0.9.10
10732026-07-10T19:35:27.732Z Downloaded unit-prefix v0.5.2
10742026-07-10T19:35:27.735Z Downloaded usdt-macro v0.6.0
10752026-07-10T19:35:27.735Z Downloaded untrusted v0.9.0
10762026-07-10T19:35:27.739Z Downloaded hkdf v0.13.0
10772026-07-10T19:35:27.739Z Downloaded hkdf v0.12.4
10782026-07-10T19:35:27.742Z Downloaded tokio-native-tls v0.3.1
10792026-07-10T19:35:27.742Z Downloaded tokio-dtrace v0.1.1
10802026-07-10T19:35:27.745Z Downloaded tls_codec v0.4.2
10812026-07-10T19:35:27.745Z Downloaded iri-string v0.7.10
10822026-07-10T19:35:27.749Z Downloaded utf8_iter v1.0.4
10832026-07-10T19:35:27.753Z Downloaded utf-8 v0.7.6
10842026-07-10T19:35:27.753Z Downloaded universal-hash v0.5.1
10852026-07-10T19:35:27.753Z Downloaded toml_writer v1.1.1+spec-1.1.0
10862026-07-10T19:35:27.756Z Downloaded usdt-attr-macro v0.6.0
10872026-07-10T19:35:27.756Z Downloaded usdt v0.6.0
10882026-07-10T19:35:27.756Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10892026-07-10T19:35:27.759Z Downloaded hyper v1.10.1
10902026-07-10T19:35:27.762Z Downloaded term v1.2.1
10912026-07-10T19:35:27.765Z Downloaded socket2 v0.6.3
10922026-07-10T19:35:27.765Z Downloaded socket2 v0.5.10
10932026-07-10T19:35:27.768Z Downloaded void v1.0.2
10942026-07-10T19:35:27.769Z Downloaded crypto-primes v0.7.2
10952026-07-10T19:35:27.772Z Downloaded qorb v0.4.1
10962026-07-10T19:35:27.775Z Downloaded trait-variant v0.1.2
10972026-07-10T19:35:27.779Z Downloaded wait-timeout v0.2.1
10982026-07-10T19:35:27.779Z Downloaded tui-tree-widget v0.23.1
10992026-07-10T19:35:27.779Z Downloaded itertools v0.14.0
11002026-07-10T19:35:27.782Z Downloaded want v0.3.1
11012026-07-10T19:35:27.785Z Downloaded waitgroup v0.1.2
11022026-07-10T19:35:27.785Z Downloaded rustls-webpki v0.103.13
11032026-07-10T19:35:27.788Z Downloaded snafu v0.8.9
11042026-07-10T19:35:27.791Z Downloaded rsa v0.10.0-rc.18
11052026-07-10T19:35:27.794Z Downloaded subprocess v0.2.15
11062026-07-10T19:35:27.799Z Downloaded unicase v2.9.0
11072026-07-10T19:35:27.802Z Downloaded samael v0.0.19
11082026-07-10T19:35:27.802Z Downloaded xshell-macros v0.2.7
11092026-07-10T19:35:27.804Z Downloaded xattr v1.6.1
11102026-07-10T19:35:27.805Z Downloaded universal-hash v0.6.1
11112026-07-10T19:35:27.805Z Downloaded libm v0.2.16
11122026-07-10T19:35:27.811Z Downloaded tokio-stream v0.1.18
11132026-07-10T19:35:27.814Z Downloaded tokio-tungstenite v0.23.1
11142026-07-10T19:35:27.817Z Downloaded zerofrom-derive v0.1.6
11152026-07-10T19:35:27.817Z Downloaded toml_parser v1.1.2+spec-1.1.0
11162026-07-10T19:35:27.821Z Downloaded schemars v0.9.0
11172026-07-10T19:35:27.826Z Downloaded zeroize_derive v1.4.3
11182026-07-10T19:35:27.830Z Downloaded aws-lc-rs v1.16.3
11192026-07-10T19:35:27.834Z Downloaded vergen-lib v9.1.0
11202026-07-10T19:35:27.837Z Downloaded tracing-attributes v0.1.31
11212026-07-10T19:35:27.840Z Downloaded iddqd v0.4.2
11222026-07-10T19:35:27.843Z Downloaded zone v0.3.1
11232026-07-10T19:35:27.845Z Downloaded walkdir v2.5.0
11242026-07-10T19:35:27.846Z Downloaded whoami v1.6.1
11252026-07-10T19:35:27.848Z Downloaded zone_cfg_derive v0.3.1
11262026-07-10T19:35:27.848Z Downloaded twox-hash v2.1.2
11272026-07-10T19:35:27.848Z Downloaded nom v8.0.0
11282026-07-10T19:35:27.852Z Downloaded rand v0.9.2
11292026-07-10T19:35:27.855Z Downloaded vsss-rs v3.3.4
11302026-07-10T19:35:27.858Z Downloaded vergen-git2 v9.1.0
11312026-07-10T19:35:27.858Z Downloaded zerofrom v0.1.6
11322026-07-10T19:35:27.861Z Downloaded uzers v0.12.2
11332026-07-10T19:35:27.861Z Downloaded rand v0.10.1
11342026-07-10T19:35:27.865Z Downloaded xshell v0.2.7
11352026-07-10T19:35:27.865Z Downloaded unicode-properties v0.1.4
11362026-07-10T19:35:27.867Z Downloaded wyz v0.5.1
11372026-07-10T19:35:27.867Z Downloaded tinyvec v1.10.0
11382026-07-10T19:35:27.870Z Downloaded serde_with v1.14.0
11392026-07-10T19:35:27.873Z Downloaded tar v0.4.45
11402026-07-10T19:35:27.877Z Downloaded rustyline v14.0.0
11412026-07-10T19:35:27.880Z Downloaded usdt-impl v0.6.0
11422026-07-10T19:35:27.880Z Downloaded toml v0.7.8
11432026-07-10T19:35:27.883Z Downloaded blake3 v1.8.5
11442026-07-10T19:35:27.887Z Downloaded vergen v9.1.0
11452026-07-10T19:35:27.891Z Downloaded test-strategy v0.4.5
11462026-07-10T19:35:27.896Z Downloaded yoke-derive v0.8.1
11472026-07-10T19:35:27.896Z Downloaded icu_properties_data v2.1.2
11482026-07-10T19:35:27.898Z Downloaded zerovec-derive v0.11.2
11492026-07-10T19:35:27.901Z Downloaded tungstenite v0.21.0
11502026-07-10T19:35:27.904Z Downloaded zeroize v1.8.2
11512026-07-10T19:35:27.904Z Downloaded unicode-bidi v0.3.18
11522026-07-10T19:35:27.904Z Downloaded vergen-lib v0.1.6
11532026-07-10T19:35:27.907Z Downloaded vergen-gitcl v1.0.8
11542026-07-10T19:35:27.907Z Downloaded tungstenite v0.23.0
11552026-07-10T19:35:27.910Z Downloaded zstd-safe v7.2.4
11562026-07-10T19:35:27.910Z Downloaded zstd v0.13.3
11572026-07-10T19:35:27.913Z Downloaded tracing-core v0.1.36
11582026-07-10T19:35:27.916Z Downloaded tokio-rustls v0.26.4
11592026-07-10T19:35:27.916Z Downloaded p521 v0.14.0-rc.10
11602026-07-10T19:35:27.919Z Downloaded futures-util v0.3.32
11612026-07-10T19:35:27.925Z Downloaded yoke v0.8.1
11622026-07-10T19:35:27.928Z Downloaded yasna v0.5.2
11632026-07-10T19:35:27.928Z Downloaded writeable v0.6.2
11642026-07-10T19:35:27.931Z Downloaded rpassword v7.4.0
11652026-07-10T19:35:27.931Z Downloaded unsafe-libyaml v0.2.11
11662026-07-10T19:35:27.935Z Downloaded zerocopy v0.6.6
11672026-07-10T19:35:27.935Z Downloaded toml_edit v0.23.10+spec-1.0.0
11682026-07-10T19:35:27.938Z Downloaded toml v1.1.2+spec-1.1.0
11692026-07-10T19:35:27.940Z Downloaded libxml v0.3.3
11702026-07-10T19:35:27.944Z Downloaded whoami v2.1.0
11712026-07-10T19:35:27.947Z Downloaded uuid v1.23.4
11722026-07-10T19:35:27.951Z Downloaded bitvec v1.0.1
11732026-07-10T19:35:27.958Z Downloaded typify v0.6.2
11742026-07-10T19:35:27.961Z Downloaded reedline v0.40.0
11752026-07-10T19:35:27.966Z Downloaded tokio-postgres v0.7.16
11762026-07-10T19:35:27.969Z Downloaded chrono v0.4.44
11772026-07-10T19:35:27.979Z Downloaded bindgen v0.71.1
11782026-07-10T19:35:27.979Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11792026-07-10T19:35:27.983Z Downloaded tokio-tungstenite v0.21.0
11802026-07-10T19:35:27.983Z Downloaded vte v0.14.1
11812026-07-10T19:35:27.986Z Downloaded term v0.7.0
11822026-07-10T19:35:27.986Z Downloaded steno v0.4.1
11832026-07-10T19:35:27.989Z Downloaded slog v2.8.2
11842026-07-10T19:35:27.992Z Downloaded schemars v1.2.1
11852026-07-10T19:35:28.001Z Downloaded num-bigint-dig v0.8.6
11862026-07-10T19:35:28.004Z Downloaded zopfli v0.8.3
11872026-07-10T19:35:28.008Z Downloaded yansi v1.0.1
11882026-07-10T19:35:28.008Z Downloaded git2 v0.20.4
11892026-07-10T19:35:28.012Z Downloaded p384 v0.13.1
11902026-07-10T19:35:28.015Z Downloaded url v2.5.8
11912026-07-10T19:35:28.020Z Downloaded unicode_categories v0.1.1
11922026-07-10T19:35:28.023Z Downloaded crypto-bigint v0.7.5
11932026-07-10T19:35:28.030Z Downloaded zip v0.6.6
11942026-07-10T19:35:28.033Z Downloaded typed-path v0.9.3
11952026-07-10T19:35:28.036Z Downloaded zerotrie v0.2.3
11962026-07-10T19:35:28.039Z Downloaded toml_edit v0.19.15
11972026-07-10T19:35:28.049Z Downloaded unicode-segmentation v1.12.0
11982026-07-10T19:35:28.052Z Downloaded reqwest v0.13.2
11992026-07-10T19:35:28.055Z Downloaded zerocopy-derive v0.8.40
12002026-07-10T19:35:28.061Z Downloaded reqwest v0.12.28
12012026-07-10T19:35:28.065Z Downloaded rayon v1.11.0
12022026-07-10T19:35:28.070Z Downloaded goblin v0.10.5
12032026-07-10T19:35:28.076Z Downloaded x509-cert v0.2.5
12042026-07-10T19:35:28.080Z Downloaded quick-xml v0.37.5
12052026-07-10T19:35:28.083Z Downloaded tower v0.5.3
12062026-07-10T19:35:28.089Z Downloaded moka v0.12.13
12072026-07-10T19:35:28.095Z Downloaded salty v0.3.0
12082026-07-10T19:35:28.099Z Downloaded regex v1.12.3
12092026-07-10T19:35:28.103Z Downloaded ssh-key v0.7.0-rc.10
12102026-07-10T19:35:28.108Z Downloaded tower-http v0.6.8
12112026-07-10T19:35:28.114Z Downloaded zip v4.6.1
12122026-07-10T19:35:28.116Z Downloaded unicode-normalization v0.1.25
12132026-07-10T19:35:28.119Z Downloaded curve25519-dalek v4.1.3
12142026-07-10T19:35:28.124Z Downloaded serde_with v3.17.0
12152026-07-10T19:35:28.133Z Downloaded zerovec v0.11.5
12162026-07-10T19:35:28.136Z Downloaded tokio-util v0.7.18
12172026-07-10T19:35:28.141Z Downloaded nix v0.27.1
12182026-07-10T19:35:28.148Z Downloaded object v0.30.4
12192026-07-10T19:35:28.154Z Downloaded petname v2.0.2
12202026-07-10T19:35:28.157Z Downloaded proptest v1.10.0
12212026-07-10T19:35:28.163Z Downloaded tough v0.22.0
12222026-07-10T19:35:28.170Z Downloaded quinn-proto v0.11.13
12232026-07-10T19:35:28.173Z Downloaded portable-atomic v1.13.1
12242026-07-10T19:35:28.178Z Downloaded russh v0.61.2
12252026-07-10T19:35:28.184Z Downloaded lalrpop v0.19.12
12262026-07-10T19:35:28.191Z Downloaded h2 v0.4.15
12272026-07-10T19:35:28.195Z Downloaded openssl v0.10.79
12282026-07-10T19:35:28.202Z Downloaded curve25519-dalek v5.0.0-rc.0
12292026-07-10T19:35:28.208Z Downloaded regex-syntax v0.6.29
12302026-07-10T19:35:28.213Z Downloaded winnow v0.5.40
12312026-07-10T19:35:28.219Z Downloaded hickory-proto v0.24.4
12322026-07-10T19:35:28.228Z Downloaded winnow v0.6.26
12332026-07-10T19:35:28.234Z Downloaded polar-core v0.27.3
12342026-07-10T19:35:28.239Z Downloaded dropshot v0.17.1
12352026-07-10T19:35:28.253Z Downloaded zlib-rs v0.6.2
12362026-07-10T19:35:28.257Z Downloaded hickory-proto v0.25.2
12372026-07-10T19:35:28.267Z Downloaded winnow v1.0.3
12382026-07-10T19:35:28.275Z Downloaded time v0.3.47
12392026-07-10T19:35:28.283Z Downloaded tabled v0.20.0
12402026-07-10T19:35:28.294Z Downloaded smoltcp v0.11.0
12412026-07-10T19:35:28.302Z Downloaded nix v0.31.2
12422026-07-10T19:35:28.310Z Downloaded vcpkg v0.2.15
12432026-07-10T19:35:28.335Z Downloaded radix_trie v0.2.1
12442026-07-10T19:35:28.338Z Downloaded object v0.37.3
12452026-07-10T19:35:28.344Z Downloaded smoltcp v0.9.1
12462026-07-10T19:35:28.351Z Downloaded openapiv3 v2.2.0
12472026-07-10T19:35:28.359Z Downloaded regress v0.10.5
12482026-07-10T19:35:28.364Z Downloaded bstr v1.12.1
12492026-07-10T19:35:28.371Z Downloaded zerocopy v0.8.40
12502026-07-10T19:35:28.376Z Downloaded typify-impl v0.6.2
12512026-07-10T19:35:28.385Z Downloaded diesel v2.3.7
12522026-07-10T19:35:28.399Z Downloaded fiat-crypto v0.3.0
12532026-07-10T19:35:28.408Z Downloaded regress v0.11.1
12542026-07-10T19:35:28.413Z Downloaded rustls v0.23.41
12552026-07-10T19:35:28.421Z Downloaded rustix v0.38.44
12562026-07-10T19:35:28.435Z Downloaded regex-syntax v0.8.10
12572026-07-10T19:35:28.439Z Downloaded bzip2-sys v0.1.13+1.0.8
12582026-07-10T19:35:28.447Z Downloaded nix v0.28.0
12592026-07-10T19:35:28.454Z Downloaded untrusted v0.7.1
12602026-07-10T19:35:28.456Z Downloaded unicode-xid v0.2.6
12612026-07-10T19:35:28.457Z Downloaded petgraph v0.6.5
12622026-07-10T19:35:28.467Z Downloaded unicode-truncate v1.1.0
12632026-07-10T19:35:28.471Z Downloaded jiff v0.2.21
12642026-07-10T19:35:28.480Z Downloaded chrono-tz v0.10.4
12652026-07-10T19:35:28.492Z Downloaded rayon-core v1.13.0
12662026-07-10T19:35:28.496Z Downloaded tls_codec_derive v0.4.2
12672026-07-10T19:35:28.496Z Downloaded ssh-cipher v0.3.0-rc.9
12682026-07-10T19:35:28.499Z Downloaded sqlformat v0.3.5
12692026-07-10T19:35:28.499Z Downloaded rand_chacha v0.9.0
12702026-07-10T19:35:28.499Z Downloaded progenitor-impl v0.14.0
12712026-07-10T19:35:28.508Z Downloaded sqlparser v0.61.0
12722026-07-10T19:35:28.515Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12732026-07-10T19:35:28.528Z Downloaded sled v0.34.7
12742026-07-10T19:35:28.534Z Downloaded ratatui v0.29.0
12752026-07-10T19:35:28.545Z Downloaded sha3 v0.11.0
12762026-07-10T19:35:28.548Z Downloaded tracing v0.1.44
12772026-07-10T19:35:28.581Z Downloaded regex-automata v0.4.14
12782026-07-10T19:35:28.590Z Downloaded zerocopy-derive v0.6.6
12792026-07-10T19:35:28.629Z Downloaded encoding_rs v0.8.35
12802026-07-10T19:35:28.641Z Downloaded petgraph v0.8.3
12812026-07-10T19:35:28.655Z Downloaded csv v1.4.0
12822026-07-10T19:35:28.667Z Downloaded sha3 v0.10.8
12832026-07-10T19:35:28.670Z Downloaded libz-sys v1.1.24
12842026-07-10T19:35:28.684Z Downloaded tokio v1.52.1
12852026-07-10T19:35:28.706Z Downloaded ring v0.17.14
12862026-07-10T19:35:28.769Z Downloaded libgit2-sys v0.18.3+1.9.2
12872026-07-10T19:35:29.238Z Downloaded aws-lc-sys v0.40.0
12882026-07-10T19:35:29.495Z Compiling libc v0.2.185
12892026-07-10T19:35:29.495Z Compiling serde_core v1.0.228
12902026-07-10T19:35:29.495Z Compiling serde v1.0.228
12912026-07-10T19:35:29.498Z Compiling log v0.4.29
12922026-07-10T19:35:29.498Z Compiling smallvec v1.15.1
12932026-07-10T19:35:29.499Z Compiling find-msvc-tools v0.1.9
12942026-07-10T19:35:29.499Z Compiling shlex v1.3.0
12952026-07-10T19:35:29.499Z Compiling subtle v2.6.1
12962026-07-10T19:35:29.499Z Compiling scopeguard v1.2.0
12972026-07-10T19:35:29.659Z Compiling stable_deref_trait v1.2.1
12982026-07-10T19:35:29.671Z Compiling typenum v1.20.1
12992026-07-10T19:35:29.717Z Compiling serde_json v1.0.150
13002026-07-10T19:35:29.729Z Compiling zerocopy v0.8.40
13012026-07-10T19:35:29.733Z Compiling portable-atomic v1.13.1
13022026-07-10T19:35:29.743Z Compiling syn v2.0.117
13032026-07-10T19:35:29.770Z Compiling pin-project-lite v0.2.17
13042026-07-10T19:35:29.809Z Compiling lock_api v0.4.14
13052026-07-10T19:35:29.821Z Compiling parking_lot_core v0.9.12
13062026-07-10T19:35:29.845Z Compiling pkg-config v0.3.32
13072026-07-10T19:35:29.859Z Compiling critical-section v1.2.0
13082026-07-10T19:35:29.874Z Compiling getrandom v0.4.1
13092026-07-10T19:35:29.891Z Compiling futures-core v0.3.32
13102026-07-10T19:35:29.906Z Compiling libm v0.2.16
13112026-07-10T19:35:29.930Z Compiling num-traits v0.2.19
13122026-07-10T19:35:29.988Z Compiling generic-array v0.14.7
13132026-07-10T19:35:30.018Z Compiling rand_core v0.10.0
13142026-07-10T19:35:30.034Z Compiling const-oid v0.9.6
13152026-07-10T19:35:30.066Z Compiling litemap v0.8.1
13162026-07-10T19:35:30.081Z Compiling percent-encoding v2.3.2
13172026-07-10T19:35:30.145Z Compiling writeable v0.6.2
13182026-07-10T19:35:30.253Z Compiling icu_normalizer_data v2.1.1
13192026-07-10T19:35:30.327Z Compiling icu_properties_data v2.1.2
13202026-07-10T19:35:30.344Z Compiling futures-sink v0.3.32
13212026-07-10T19:35:30.347Z Compiling slab v0.4.12
13222026-07-10T19:35:30.384Z Compiling futures-task v0.3.32
13232026-07-10T19:35:30.397Z Compiling futures-io v0.3.32
13242026-07-10T19:35:30.439Z Compiling getrandom v0.3.4
13252026-07-10T19:35:30.439Z Compiling utf8_iter v1.0.4
13262026-07-10T19:35:30.479Z Compiling futures-channel v0.3.32
13272026-07-10T19:35:30.508Z Compiling rustversion v1.0.22
13282026-07-10T19:35:30.565Z Compiling form_urlencoded v1.2.2
13292026-07-10T19:35:30.598Z Compiling rustix v1.1.3
13302026-07-10T19:35:30.612Z Compiling fs_extra v1.3.0
13312026-07-10T19:35:30.616Z Compiling dunce v1.0.5
13322026-07-10T19:35:30.616Z Compiling ident_case v1.0.1
13332026-07-10T19:35:30.654Z Compiling jobserver v0.1.34
13342026-07-10T19:35:30.709Z Compiling errno v0.3.14
13352026-07-10T19:35:30.737Z Compiling getrandom v0.2.17
13362026-07-10T19:35:30.752Z Compiling mio v1.2.0
13372026-07-10T19:35:30.781Z Compiling socket2 v0.6.3
13382026-07-10T19:35:30.868Z Compiling signal-hook-registry v1.4.8
13392026-07-10T19:35:30.882Z Compiling rand_core v0.6.4
13402026-07-10T19:35:30.898Z Compiling cc v1.2.56
13412026-07-10T19:35:30.933Z Compiling once_cell v1.21.3
13422026-07-10T19:35:30.991Z Compiling parking_lot v0.12.5
13432026-07-10T19:35:31.055Z Compiling regex-syntax v0.8.10
13442026-07-10T19:35:31.093Z Compiling iana-time-zone v0.1.65
13452026-07-10T19:35:31.119Z Compiling base64ct v1.8.3
13462026-07-10T19:35:31.223Z Compiling vcpkg v0.2.15
13472026-07-10T19:35:31.237Z Compiling tracing-core v0.1.36
13482026-07-10T19:35:31.266Z Compiling aws-lc-rs v1.16.3
13492026-07-10T19:35:31.282Z Compiling base64 v0.22.1
13502026-07-10T19:35:31.287Z Compiling flagset v0.4.7
13512026-07-10T19:35:31.326Z Compiling openssl-probe v0.2.1
13522026-07-10T19:35:31.442Z Compiling rand_core v0.9.5
13532026-07-10T19:35:31.457Z Compiling pem-rfc7468 v0.7.0
13542026-07-10T19:35:31.457Z Compiling httparse v1.10.1
13552026-07-10T19:35:31.482Z Compiling tinyvec_macros v0.1.1
13562026-07-10T19:35:31.524Z Compiling cmov v0.5.4
13572026-07-10T19:35:31.565Z Compiling tinyvec v1.10.0
13582026-07-10T19:35:31.587Z Compiling aho-corasick v1.1.4
13592026-07-10T19:35:31.601Z Compiling untrusted v0.7.1
13602026-07-10T19:35:31.635Z Compiling tower-layer v0.3.3
13612026-07-10T19:35:31.740Z Compiling cmake v0.1.57
13622026-07-10T19:35:31.755Z Compiling ctutils v0.4.2
13632026-07-10T19:35:31.758Z Compiling dyn-clone v1.0.20
13642026-07-10T19:35:31.759Z Compiling try-lock v0.2.5
13652026-07-10T19:35:31.799Z Compiling schemars v0.8.22
13662026-07-10T19:35:31.818Z Compiling tower-service v0.3.3
13672026-07-10T19:35:31.870Z Compiling atomic-waker v1.1.2
13682026-07-10T19:35:31.881Z Compiling want v0.3.1
13692026-07-10T19:35:31.896Z Compiling foreign-types-shared v0.1.1
13702026-07-10T19:35:31.924Z Compiling cpufeatures v0.2.17
13712026-07-10T19:35:31.939Z Compiling openssl v0.10.79
13722026-07-10T19:35:31.955Z Compiling untrusted v0.9.0
13732026-07-10T19:35:32.010Z Compiling bitflags v2.11.0
13742026-07-10T19:35:32.013Z Compiling semver v1.0.28
13752026-07-10T19:35:32.013Z Compiling indexmap v2.14.0
13762026-07-10T19:35:32.052Z Compiling uuid v1.23.4
13772026-07-10T19:35:32.079Z Compiling rustls v0.23.41
13782026-07-10T19:35:32.093Z Compiling httpdate v1.0.3
13792026-07-10T19:35:32.096Z Compiling foreign-types v0.3.2
13802026-07-10T19:35:32.160Z Compiling unicode-normalization v0.1.25
13812026-07-10T19:35:32.176Z Compiling spin v0.9.8
13822026-07-10T19:35:32.210Z Compiling num-conv v0.2.0
13832026-07-10T19:35:32.231Z Compiling native-tls v0.2.18
13842026-07-10T19:35:32.265Z Compiling rustc_version v0.4.1
13852026-07-10T19:35:32.287Z Compiling crc32fast v1.5.0
13862026-07-10T19:35:32.346Z Compiling time-core v0.1.8
13872026-07-10T19:35:32.360Z Compiling powerfmt v0.2.0
13882026-07-10T19:35:32.374Z Compiling wait-timeout v0.2.1
13892026-07-10T19:35:32.410Z Compiling sync_wrapper v1.0.2
13902026-07-10T19:35:32.476Z Compiling simd-adler32 v0.3.8
13912026-07-10T19:35:32.506Z Compiling time-macros v0.2.27
13922026-07-10T19:35:32.530Z Compiling deranged v0.5.8
13932026-07-10T19:35:32.586Z Compiling crossbeam-utils v0.8.21
13942026-07-10T19:35:32.600Z Compiling aws-lc-sys v0.40.0
13952026-07-10T19:35:32.614Z Compiling openssl-sys v0.9.115
13962026-07-10T19:35:32.628Z Compiling regex-automata v0.4.14
13972026-07-10T19:35:32.652Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-07-10T19:35:32.719Z Compiling synstructure v0.13.2
13992026-07-10T19:35:32.734Z Compiling pest_generator v2.8.6
14002026-07-10T19:35:32.749Z Compiling serde_derive_internals v0.29.1
14012026-07-10T19:35:32.815Z Compiling darling_core v0.20.11
14022026-07-10T19:35:32.917Z Compiling num_threads v0.1.7
14032026-07-10T19:35:33.033Z Compiling usdt-impl v0.6.0
14042026-07-10T19:35:33.171Z Compiling tempfile v3.25.0
14052026-07-10T19:35:33.272Z Compiling syn v1.0.109
14062026-07-10T19:35:33.372Z Compiling bit-vec v0.8.0
14072026-07-10T19:35:33.375Z Compiling siphasher v1.0.2
14082026-07-10T19:35:33.399Z Compiling quick-error v1.2.3
14092026-07-10T19:35:33.499Z Compiling rusty-fork v0.3.1
14102026-07-10T19:35:33.546Z Compiling darling_core v0.21.3
14112026-07-10T19:35:33.560Z Compiling bit-set v0.8.0
14122026-07-10T19:35:33.576Z Compiling heapless v0.7.17
14132026-07-10T19:35:33.590Z Compiling bzip2-sys v0.1.13+1.0.8
14142026-07-10T19:35:33.620Z Compiling slog v2.8.2
14152026-07-10T19:35:33.661Z Compiling time v0.3.47
14162026-07-10T19:35:33.677Z Compiling rand_xorshift v0.4.0
14172026-07-10T19:35:33.691Z Compiling thread-id v5.1.0
14182026-07-10T19:35:33.729Z Compiling cookie v0.18.1
14192026-07-10T19:35:33.743Z Compiling paste v1.0.15
14202026-07-10T19:35:33.746Z Compiling signal-hook v0.3.18
14212026-07-10T19:35:33.781Z Compiling ryu v1.0.23
14222026-07-10T19:35:33.841Z Compiling adler2 v2.0.1
14232026-07-10T19:35:33.857Z Compiling zstd-safe v7.2.4
14242026-07-10T19:35:33.873Z Compiling unarray v0.1.4
14252026-07-10T19:35:33.877Z Compiling allocator-api2 v0.2.21
14262026-07-10T19:35:33.950Z Compiling unicode-properties v0.1.4
14272026-07-10T19:35:33.986Z Compiling unicode-bidi v0.3.18
14282026-07-10T19:35:34.003Z Compiling iri-string v0.7.10
14292026-07-10T19:35:34.007Z Compiling anyhow v1.0.102
14302026-07-10T19:35:34.069Z Compiling miniz_oxide v0.8.9
14312026-07-10T19:35:34.207Z Compiling camino v1.2.2
14322026-07-10T19:35:34.273Z Compiling curve25519-dalek v4.1.3
14332026-07-10T19:35:34.457Z Compiling serde_derive v1.0.228
14342026-07-10T19:35:34.552Z Compiling zeroize_derive v1.4.3
14352026-07-10T19:35:34.602Z Compiling zerofrom-derive v0.1.6
14362026-07-10T19:35:34.620Z Compiling yoke-derive v0.8.1
14372026-07-10T19:35:34.650Z Compiling zerocopy-derive v0.8.40
14382026-07-10T19:35:34.720Z Compiling zerovec-derive v0.11.2
14392026-07-10T19:35:34.734Z Compiling displaydoc v0.2.5
14402026-07-10T19:35:34.883Z Compiling tokio-macros v2.7.0
14412026-07-10T19:35:35.212Z Compiling futures-macro v0.3.32
14422026-07-10T19:35:35.252Z Compiling zeroize v1.8.2
14432026-07-10T19:35:35.371Z Compiling tracing-attributes v0.1.31
14442026-07-10T19:35:35.537Z Compiling thiserror-impl v2.0.18
14452026-07-10T19:35:35.590Z Compiling der_derive v0.7.3
14462026-07-10T19:35:35.675Z Compiling rustls-pki-types v1.14.0
14472026-07-10T19:35:35.848Z Compiling hybrid-array v0.4.13
14482026-07-10T19:35:35.903Z Compiling scroll_derive v0.13.1
14492026-07-10T19:35:36.053Z Compiling zerofrom v0.1.6
14502026-07-10T19:35:36.079Z Compiling crypto-common v0.1.7
14512026-07-10T19:35:36.094Z Compiling futures-util v0.3.32
14522026-07-10T19:35:36.158Z Compiling block-buffer v0.10.4
14532026-07-10T19:35:36.175Z Compiling yoke v0.8.1
14542026-07-10T19:35:36.199Z Compiling schemars_derive v0.8.22
14552026-07-10T19:35:36.243Z Compiling pest_derive v2.8.6
14562026-07-10T19:35:36.341Z Compiling zerovec v0.11.5
14572026-07-10T19:35:36.371Z Compiling zerotrie v0.2.3
14582026-07-10T19:35:36.614Z Compiling digest v0.10.7
14592026-07-10T19:35:36.658Z Compiling der v0.7.10
14602026-07-10T19:35:36.696Z Compiling darling_macro v0.20.11
14612026-07-10T19:35:36.754Z Compiling openssl-macros v0.1.1
14622026-07-10T19:35:36.781Z Compiling tracing v0.1.44
14632026-07-10T19:35:36.795Z Compiling scroll v0.13.0
14642026-07-10T19:35:36.845Z Compiling tinystr v0.8.2
14652026-07-10T19:35:36.871Z Compiling potential_utf v0.1.4
14662026-07-10T19:35:36.888Z Compiling hmac v0.12.1
14672026-07-10T19:35:36.944Z Compiling thiserror v2.0.18
14682026-07-10T19:35:37.054Z Compiling icu_locale_core v2.1.1
14692026-07-10T19:35:37.069Z Compiling icu_collections v2.1.1
14702026-07-10T19:35:37.072Z Compiling goblin v0.10.5
14712026-07-10T19:35:37.098Z Compiling sha2 v0.10.9
14722026-07-10T19:35:37.101Z Compiling dtrace-parser v0.3.0
14732026-07-10T19:35:37.101Z Compiling scroll_derive v0.12.1
14742026-07-10T19:35:37.237Z Compiling darling v0.20.11
14752026-07-10T19:35:37.333Z Compiling derive_builder_core v0.20.2
14762026-07-10T19:35:37.524Z Compiling spki v0.7.3
14772026-07-10T19:35:37.576Z Compiling thiserror-impl v1.0.69
14782026-07-10T19:35:37.750Z Compiling icu_provider v2.1.1
14792026-07-10T19:35:37.822Z Compiling pkcs8 v0.10.2
14802026-07-10T19:35:37.886Z Compiling scroll v0.12.0
14812026-07-10T19:35:37.900Z Compiling md-5 v0.10.6
14822026-07-10T19:35:37.958Z Compiling bytes v1.11.1
14832026-07-10T19:35:38.008Z Compiling icu_normalizer v2.1.1
14842026-07-10T19:35:38.067Z Compiling icu_properties v2.1.2
14852026-07-10T19:35:38.081Z Compiling chrono v0.4.44
14862026-07-10T19:35:38.084Z Compiling ipnet v2.11.0
14872026-07-10T19:35:38.111Z Compiling erased-serde v0.3.31
14882026-07-10T19:35:38.173Z Compiling serde_tokenstream v0.2.3
14892026-07-10T19:35:38.219Z Compiling derive_builder_macro v0.20.2
14902026-07-10T19:35:38.433Z Compiling serde_urlencoded v0.7.1
14912026-07-10T19:35:38.494Z Compiling tokio v1.52.1
14922026-07-10T19:35:38.509Z Compiling http v1.4.2
14932026-07-10T19:35:38.559Z Compiling serde_spanned v0.6.9
14942026-07-10T19:35:38.616Z Compiling toml_datetime v0.6.11
14952026-07-10T19:35:38.631Z Compiling signature v2.2.0
14962026-07-10T19:35:38.634Z Compiling block-buffer v0.12.1
14972026-07-10T19:35:38.699Z Compiling crypto-common v0.2.2
14982026-07-10T19:35:38.722Z Compiling block-padding v0.4.2
14992026-07-10T19:35:38.751Z Compiling darling_macro v0.21.3
15002026-07-10T19:35:38.837Z Compiling rustls-native-certs v0.8.3
15012026-07-10T19:35:38.859Z Compiling bstr v1.12.1
15022026-07-10T19:35:38.892Z Compiling async-trait v0.1.89
15032026-07-10T19:35:38.906Z Compiling thiserror v1.0.69
15042026-07-10T19:35:38.979Z Compiling idna_adapter v1.2.1
15052026-07-10T19:35:39.088Z Compiling ppv-lite86 v0.2.21
15062026-07-10T19:35:39.140Z Compiling idna v1.1.0
15072026-07-10T19:35:39.201Z Compiling pin-project-internal v1.1.11
15082026-07-10T19:35:39.215Z Compiling zerocopy-derive v0.7.35
15092026-07-10T19:35:39.284Z Compiling http-body v1.0.1
15102026-07-10T19:35:39.323Z Compiling stringprep v0.1.5
15112026-07-10T19:35:39.433Z Compiling rand_chacha v0.9.0
15122026-07-10T19:35:39.454Z Compiling url v2.5.8
15132026-07-10T19:35:39.570Z Compiling http-body-util v0.1.3
15142026-07-10T19:35:39.593Z Compiling rand_chacha v0.3.1
15152026-07-10T19:35:39.783Z Compiling rand v0.9.2
15162026-07-10T19:35:39.837Z Compiling num-integer v0.1.46
15172026-07-10T19:35:39.837Z Compiling vergen-lib v9.1.0
15182026-07-10T19:35:39.865Z Compiling dof v0.4.0
15192026-07-10T19:35:40.066Z Compiling hash32 v0.2.1
15202026-07-10T19:35:40.137Z Compiling memoffset v0.9.1
15212026-07-10T19:35:40.163Z Compiling encoding_rs v0.8.35
15222026-07-10T19:35:40.184Z Compiling num-bigint-dig v0.8.6
15232026-07-10T19:35:40.278Z Compiling rustix v0.38.44
15242026-07-10T19:35:40.292Z Compiling fallible-iterator v0.2.0
15252026-07-10T19:35:40.296Z Compiling litrs v1.0.0
15262026-07-10T19:35:40.366Z Compiling proptest v1.10.0
15272026-07-10T19:35:40.381Z Compiling ref-cast v1.0.25
15282026-07-10T19:35:40.409Z Compiling smoltcp v0.9.1
15292026-07-10T19:35:40.426Z Compiling cfg_aliases v0.2.1
15302026-07-10T19:35:40.543Z Compiling psl-types v2.0.11
15312026-07-10T19:35:40.553Z Compiling zlib-rs v0.6.2
15322026-07-10T19:35:40.637Z Compiling mime v0.3.17
15332026-07-10T19:35:40.652Z Compiling publicsuffix v2.3.0
15342026-07-10T19:35:40.762Z Compiling postgres-protocol v0.6.10
15352026-07-10T19:35:40.778Z Compiling nix v0.31.2
15362026-07-10T19:35:40.795Z Compiling ipnetwork v0.21.1
15372026-07-10T19:35:40.836Z Compiling document-features v0.2.12
15382026-07-10T19:35:40.891Z Compiling pin-project v1.1.11
15392026-07-10T19:35:41.002Z Compiling zerocopy v0.7.35
15402026-07-10T19:35:41.028Z Compiling oxnet v0.1.6
15412026-07-10T19:35:41.100Z Compiling num-iter v0.1.45
15422026-07-10T19:35:41.207Z Compiling rand v0.8.6
15432026-07-10T19:35:41.221Z Compiling darling v0.21.3
15442026-07-10T19:35:41.237Z Compiling inout v0.2.2
15452026-07-10T19:35:41.250Z Compiling derive_builder v0.20.2
15462026-07-10T19:35:41.346Z Compiling futures-executor v0.3.32
15472026-07-10T19:35:41.360Z Compiling goblin v0.8.2
15482026-07-10T19:35:41.390Z Compiling hubpack_derive v0.1.1
15492026-07-10T19:35:41.439Z Compiling hex v0.4.3
15502026-07-10T19:35:41.468Z Compiling regex v1.12.3
15512026-07-10T19:35:41.588Z Compiling ref-cast-impl v1.0.25
15522026-07-10T19:35:41.602Z Compiling snafu-derive v0.8.9
15532026-07-10T19:35:41.621Z Compiling curve25519-dalek-derive v0.1.1
15542026-07-10T19:35:41.727Z Compiling strum_macros v0.27.2
15552026-07-10T19:35:41.742Z Compiling daft-derive v0.1.7
15562026-07-10T19:35:41.913Z Compiling phf_shared v0.13.1
15572026-07-10T19:35:41.935Z Compiling terminal_size v0.4.3
15582026-07-10T19:35:42.002Z Compiling lazy_static v1.5.0
15592026-07-10T19:35:42.080Z Compiling cargo-platform v0.3.2
15602026-07-10T19:35:42.095Z Compiling anstyle-parse v0.2.7
15612026-07-10T19:35:42.111Z Compiling vergen v9.1.0
15622026-07-10T19:35:42.174Z Compiling ff v0.13.1
15632026-07-10T19:35:42.176Z Compiling fs-err v3.3.0
15642026-07-10T19:35:42.201Z Compiling ahash v0.8.12
15652026-07-10T19:35:42.296Z Compiling bitflags v1.3.2
15662026-07-10T19:35:42.319Z Compiling base16ct v0.2.0
15672026-07-10T19:35:42.334Z Compiling libbz2-rs-sys v0.2.2
15682026-07-10T19:35:42.350Z Compiling unicode-segmentation v1.12.0
15692026-07-10T19:35:42.353Z Compiling object v0.37.3
15702026-07-10T19:35:42.380Z Compiling tokio-util v0.7.18
15712026-07-10T19:35:42.394Z Compiling tower v0.5.3
15722026-07-10T19:35:42.410Z Compiling tokio-native-tls v0.3.1
15732026-07-10T19:35:42.449Z Compiling managed v0.8.0
15742026-07-10T19:35:42.508Z Compiling same-file v1.0.6
15752026-07-10T19:35:42.511Z Compiling winnow v0.5.40
15762026-07-10T19:35:42.597Z Compiling foldhash v0.2.0
15772026-07-10T19:35:42.675Z Compiling foldhash v0.1.5
15782026-07-10T19:35:42.675Z Compiling bumpalo v3.20.2
15792026-07-10T19:35:42.749Z Compiling newtype-uuid v1.3.2
15802026-07-10T19:35:42.763Z Compiling hashbrown v0.16.1
15812026-07-10T19:35:42.834Z Compiling tower-http v0.6.8
15822026-07-10T19:35:42.869Z Compiling zopfli v0.8.3
15832026-07-10T19:35:42.891Z Compiling hashbrown v0.15.5
15842026-07-10T19:35:42.938Z Compiling bzip2 v0.6.1
15852026-07-10T19:35:43.030Z Compiling daft v0.1.7
15862026-07-10T19:35:43.097Z Compiling h2 v0.4.15
15872026-07-10T19:35:43.156Z Compiling walkdir v2.5.0
15882026-07-10T19:35:43.371Z Compiling sec1 v0.7.3
15892026-07-10T19:35:43.451Z Compiling flate2 v1.1.9
15902026-07-10T19:35:43.465Z Compiling clap_builder v4.6.0
15912026-07-10T19:35:43.498Z Compiling group v0.13.0
15922026-07-10T19:35:43.547Z Compiling dof v0.3.0
15932026-07-10T19:35:43.567Z Compiling snafu v0.8.9
15942026-07-10T19:35:43.663Z Compiling cargo_metadata v0.23.1
15952026-07-10T19:35:43.696Z Compiling anstream v0.6.21
15962026-07-10T19:35:43.726Z Compiling strum v0.27.2
15972026-07-10T19:35:43.829Z Compiling toml_edit v0.19.15
15982026-07-10T19:35:43.884Z Compiling phf v0.13.1
15992026-07-10T19:35:43.993Z Compiling signal-hook-mio v0.2.5
16002026-07-10T19:35:43.996Z Compiling hubpack v0.1.2
16012026-07-10T19:35:44.080Z Compiling cookie_store v0.22.1
16022026-07-10T19:35:44.117Z Compiling bzip2 v0.4.4
16032026-07-10T19:35:44.131Z Compiling futures v0.3.32
16042026-07-10T19:35:44.223Z Compiling usdt-macro v0.6.0
16052026-07-10T19:35:44.252Z Compiling usdt-attr-macro v0.6.0
16062026-07-10T19:35:44.314Z Compiling cipher v0.5.2
16072026-07-10T19:35:44.345Z Compiling serde_with_macros v3.17.0
16082026-07-10T19:35:44.383Z Compiling postgres-types v0.2.12
16092026-07-10T19:35:44.547Z Compiling zstd v0.13.3
16102026-07-10T19:35:44.761Z Compiling globset v0.4.18
16112026-07-10T19:35:44.834Z Compiling dtrace-parser v0.2.0
16122026-07-10T19:35:44.908Z Compiling ed25519 v2.2.3
16132026-07-10T19:35:44.969Z Compiling pkcs1 v0.7.5
16142026-07-10T19:35:45.032Z Compiling serde-big-array v0.5.1
16152026-07-10T19:35:45.132Z Compiling serde_plain v1.0.2
16162026-07-10T19:35:45.160Z Compiling olpc-cjson v0.1.4
16172026-07-10T19:35:45.192Z Compiling hkdf v0.12.4
16182026-07-10T19:35:45.340Z Compiling crypto-bigint v0.5.5
16192026-07-10T19:35:45.354Z Compiling strum_macros v0.26.4
16202026-07-10T19:35:45.387Z Compiling serde_repr v0.1.20
16212026-07-10T19:35:45.401Z Compiling clap_derive v4.6.1
16222026-07-10T19:35:45.462Z Compiling enum-as-inner v0.6.1
16232026-07-10T19:35:45.538Z Compiling async-recursion v1.1.1
16242026-07-10T19:35:45.605Z Compiling phf_shared v0.11.3
16252026-07-10T19:35:45.774Z Compiling float-cmp v0.10.0
16262026-07-10T19:35:45.807Z Compiling pem v3.0.6
16272026-07-10T19:35:45.839Z Compiling thread-id v4.2.2
16282026-07-10T19:35:45.942Z Compiling memmap2 v0.9.10
16292026-07-10T19:35:45.955Z Compiling env_filter v1.0.0
16302026-07-10T19:35:45.976Z Compiling static_assertions v1.1.0
16312026-07-10T19:35:46.025Z Compiling data-encoding v2.10.0
16322026-07-10T19:35:46.061Z Compiling cpufeatures v0.3.0
16332026-07-10T19:35:46.152Z Compiling precomputed-hash v0.1.1
16342026-07-10T19:35:46.165Z Compiling predicates-core v1.0.10
16352026-07-10T19:35:46.178Z Compiling difflib v0.4.0
16362026-07-10T19:35:46.250Z Compiling const-oid v0.10.2
16372026-07-10T19:35:46.264Z Compiling new_debug_unreachable v1.0.6
16382026-07-10T19:35:46.284Z Compiling typed-path v0.9.3
16392026-07-10T19:35:46.344Z Compiling hyper v1.10.1
16402026-07-10T19:35:46.359Z Compiling fixedbitset v0.4.2
16412026-07-10T19:35:46.483Z Compiling jiff v0.2.21
16422026-07-10T19:35:46.613Z Compiling whoami v2.1.0
16432026-07-10T19:35:46.630Z Compiling normalize-line-endings v0.3.0
16442026-07-10T19:35:46.640Z Compiling fixedbitset v0.5.7
16452026-07-10T19:35:46.660Z Compiling winnow v1.0.3
16462026-07-10T19:35:46.740Z Compiling either v1.15.0
16472026-07-10T19:35:46.768Z Compiling keccak v0.1.6
16482026-07-10T19:35:46.786Z Compiling predicates v3.1.4
16492026-07-10T19:35:46.961Z Compiling itertools v0.13.0
16502026-07-10T19:35:46.964Z Compiling sha3 v0.10.8
16512026-07-10T19:35:47.012Z Compiling toml_parser v1.1.2+spec-1.1.0
16522026-07-10T19:35:47.044Z Compiling petgraph v0.8.3
16532026-07-10T19:35:47.225Z Compiling strum v0.26.3
16542026-07-10T19:35:47.269Z Compiling clap v4.6.1
16552026-07-10T19:35:47.369Z Compiling tokio-postgres v0.7.16
16562026-07-10T19:35:47.385Z Compiling petgraph v0.6.5
16572026-07-10T19:35:47.388Z Compiling digest v0.11.3
16582026-07-10T19:35:47.444Z Compiling hickory-proto v0.25.2
16592026-07-10T19:35:47.459Z Compiling string_cache v0.8.9
16602026-07-10T19:35:47.510Z Compiling hyper-util v0.1.20
16612026-07-10T19:35:47.526Z Compiling elliptic-curve v0.13.8
16622026-07-10T19:35:47.554Z Compiling toml_edit v0.22.27
16632026-07-10T19:35:47.644Z Compiling chacha20 v0.10.0
16642026-07-10T19:35:47.665Z Compiling env_logger v0.11.9
16652026-07-10T19:35:47.705Z Compiling usdt v0.6.0
16662026-07-10T19:35:47.951Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-07-10T19:35:47.987Z Compiling usdt-impl v0.5.0
16682026-07-10T19:35:48.023Z Compiling serde_with v3.17.0
16692026-07-10T19:35:48.039Z Compiling crossterm v0.28.1
16702026-07-10T19:35:48.051Z Compiling toml v0.7.8
16712026-07-10T19:35:48.237Z Compiling rsa v0.9.10
16722026-07-10T19:35:48.588Z Compiling ed25519-dalek v2.2.0
16732026-07-10T19:35:48.892Z Compiling hyper-tls v0.6.0
16742026-07-10T19:35:49.099Z Compiling reqwest v0.12.28
16752026-07-10T19:35:49.165Z Compiling zip v4.6.1
16762026-07-10T19:35:49.290Z Compiling zip v0.6.6
16772026-07-10T19:35:49.305Z Compiling iddqd v0.4.2
16782026-07-10T19:35:49.715Z Compiling tokio-stream v0.1.18
16792026-07-10T19:35:49.816Z Compiling similar v2.7.0
16802026-07-10T19:35:49.907Z Compiling heck v0.4.1
16812026-07-10T19:35:49.922Z Compiling buf-list v1.1.2
16822026-07-10T19:35:50.171Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-07-10T19:35:50.174Z Compiling openapiv3 v2.2.0
16842026-07-10T19:35:50.205Z Compiling x509-cert v0.2.5
16852026-07-10T19:35:50.224Z Compiling crossbeam-epoch v0.9.18
16862026-07-10T19:35:50.343Z Compiling peg-runtime v0.8.5
16872026-07-10T19:35:50.498Z Compiling lalrpop-util v0.19.12
16882026-07-10T19:35:50.575Z Compiling thread_local v1.1.9
16892026-07-10T19:35:50.640Z Compiling slog-async v2.8.0
16902026-07-10T19:35:50.655Z Compiling crossbeam-channel v0.5.15
16912026-07-10T19:35:50.718Z Compiling filetime v0.2.27
16922026-07-10T19:35:50.722Z Compiling is-terminal v0.4.17
16932026-07-10T19:35:50.754Z Compiling term v1.2.1
16942026-07-10T19:35:50.785Z Compiling take_mut v0.2.2
16952026-07-10T19:35:50.840Z Compiling xattr v1.6.1
16962026-07-10T19:35:50.856Z Compiling camino-tempfile v1.4.1
16972026-07-10T19:35:51.024Z Compiling tar v0.4.45
16982026-07-10T19:35:51.100Z Compiling slog-term v2.9.2
16992026-07-10T19:36:08.738Z Compiling rustls-webpki v0.103.13
17002026-07-10T19:36:11.465Z Compiling tokio-rustls v0.26.4
17012026-07-10T19:36:11.465Z Compiling rustls-platform-verifier v0.6.2
17022026-07-10T19:36:11.465Z Compiling tough v0.22.0
17032026-07-10T19:36:11.674Z Compiling hyper-rustls v0.27.7
17042026-07-10T19:36:11.865Z Compiling reqwest v0.13.2
17052026-07-10T19:36:14.006Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-07-10T19:36:14.247Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-07-10T19:36:17.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.86s
17082026-07-10T19:36:17.219Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17092026-07-10T19:36:17.273ZJul 10 19:36:16.870 INFO Starting download, target: Cockroach
17102026-07-10T19:36:17.273ZJul 10 19:36:16.870 INFO Starting download, target: Clickhouse
17112026-07-10T19:36:17.273ZJul 10 19:36:16.870 INFO Starting download, target: Console
17122026-07-10T19:36:17.277ZJul 10 19:36:16.870 INFO Starting download, target: DendriteStub
17132026-07-10T19:36:17.277ZJul 10 19:36:16.870 INFO Starting download, target: MaghemiteMgd
17142026-07-10T19:36:17.277ZJul 10 19:36:16.870 INFO Starting download, target: MaghemiteDdmd
17152026-07-10T19:36:17.277ZJul 10 19:36:16.870 INFO Starting download, target: TransceiverControl
17162026-07-10T19:36:17.277ZJul 10 19:36:16.871 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172026-07-10T19:36:17.277ZJul 10 19:36:16.871 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17182026-07-10T19:36:17.277ZJul 10 19:36:16.871 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17192026-07-10T19:36:17.277ZJul 10 19:36:16.871 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17202026-07-10T19:36:17.277ZJul 10 19:36:16.871 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17212026-07-10T19:36:17.277ZJul 10 19:36:16.871 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17222026-07-10T19:36:17.277ZJul 10 19:36:16.871 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17232026-07-10T19:36:17.993ZJul 10 19:36:17.578 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-07-10T19:36:18.188ZJul 10 19:36:17.782 INFO Download complete, target: TransceiverControl
17252026-07-10T19:36:19.091ZJul 10 19:36:18.672 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17262026-07-10T19:36:19.329ZJul 10 19:36:18.920 INFO Download complete, target: Console
17272026-07-10T19:36:19.947ZJul 10 19:36:19.533 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-07-10T19:36:22.890ZJul 10 19:36:22.486 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17292026-07-10T19:36:22.932ZJul 10 19:36:22.525 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17302026-07-10T19:36:23.181ZJul 10 19:36:22.777 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17312026-07-10T19:36:23.694ZJul 10 19:36:23.289 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17322026-07-10T19:36:23.694ZJul 10 19:36:23.289 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17332026-07-10T19:36:24.768ZJul 10 19:36:24.362 INFO Download complete, target: MaghemiteDdmd
17342026-07-10T19:36:25.453ZJul 10 19:36:25.050 INFO Download complete, target: DendriteStub
17352026-07-10T19:36:25.692ZJul 10 19:36:25.287 INFO Download complete, target: MaghemiteMgd
17362026-07-10T19:36:26.695ZJul 10 19:36:26.290 INFO Checking that binary works, target: Clickhouse
17372026-07-10T19:36:26.782ZJul 10 19:36:26.379 INFO Download complete, target: Clickhouse
17382026-07-10T19:36:28.282ZJul 10 19:36:27.877 INFO Checking that binary works, target: Cockroach
17392026-07-10T19:36:28.406ZJul 10 19:36:28.003 INFO Download complete, target: Cockroach
17402026-07-10T19:36:28.412ZAll prerequisites installed successfully
17412026-07-10T19:36:28.415Z
17422026-07-10T19:36:28.415Zreal 1:46.700276552
17432026-07-10T19:36:28.415Zuser 6:37.267679305
17442026-07-10T19:36:28.415Zsys 1:39.677378803
17452026-07-10T19:36:28.415Ztrap 0.258673235
17462026-07-10T19:36:28.415Ztflt 0.754117489
17472026-07-10T19:36:28.415Zdflt 1.498410338
17482026-07-10T19:36:28.415Zkflt 0.024011256
17492026-07-10T19:36:28.415Zlock 24:20.676802766
17502026-07-10T19:36:28.415Zslp 18:14.694374778
17512026-07-10T19:36:28.415Zlat 24.185547206
17522026-07-10T19:36:28.415Zstop 2:41.505911676
17532026-07-10T19:36:28.415Z+ ptime -m cargo xtask download softnpu
17542026-07-10T19:36:28.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17552026-07-10T19:36:28.875Z Running `target/debug/xtask download softnpu`
17562026-07-10T19:36:29.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17572026-07-10T19:36:29.651Z Running `target/debug/xtask-downloader softnpu`
17582026-07-10T19:36:29.690ZJul 10 19:36:29.287 INFO Starting download, target: Softnpu
17592026-07-10T19:36:29.693ZJul 10 19:36:29.287 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17602026-07-10T19:36:30.378ZJul 10 19:36:29.973 INFO Download complete, target: Softnpu
17612026-07-10T19:36:30.384Z
17622026-07-10T19:36:30.384Zreal 1.961573188
17632026-07-10T19:36:30.384Zuser 1.261235197
17642026-07-10T19:36:30.384Zsys 0.585643949
17652026-07-10T19:36:30.384Ztrap 0.000528900
17662026-07-10T19:36:30.384Ztflt 0.000150770
17672026-07-10T19:36:30.384Zdflt 0.000139660
17682026-07-10T19:36:30.384Zkflt 0.000000000
17692026-07-10T19:36:30.384Zlock 12.634994494
17702026-07-10T19:36:30.384Zslp 0.543213165
17712026-07-10T19:36:30.384Zlat 0.072295132
17722026-07-10T19:36:30.384Zstop 0.000170820
17732026-07-10T19:36:30.384Z+ export CARGO_INCREMENTAL=0
17742026-07-10T19:36:30.384Z+ CARGO_INCREMENTAL=0
17752026-07-10T19:36:30.384Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17762026-07-10T19:36:31.273Z Compiling proc-macro2 v1.0.106
17772026-07-10T19:36:31.273Z Compiling quote v1.0.45
17782026-07-10T19:36:31.273Z Compiling unicode-ident v1.0.24
17792026-07-10T19:36:31.273Z Compiling libc v0.2.185
17802026-07-10T19:36:31.289Z Compiling serde_core v1.0.228
17812026-07-10T19:36:31.289Z Compiling serde v1.0.228
17822026-07-10T19:36:31.289Z Compiling cfg-if v1.0.4
17832026-07-10T19:36:31.289Z Compiling version_check v0.9.5
17842026-07-10T19:36:31.289Z Compiling shlex v1.3.0
17852026-07-10T19:36:31.289Z Compiling find-msvc-tools v0.1.9
17862026-07-10T19:36:31.289Z Compiling zmij v1.0.21
17872026-07-10T19:36:31.393Z Compiling memchr v2.8.0
17882026-07-10T19:36:31.397Z Compiling serde_json v1.0.150
17892026-07-10T19:36:31.397Z Compiling autocfg v1.5.0
17902026-07-10T19:36:31.573Z Compiling portable-atomic v1.13.1
17912026-07-10T19:36:31.650Z Compiling zerocopy v0.8.40
17922026-07-10T19:36:31.690Z Compiling getrandom v0.4.1
17932026-07-10T19:36:31.695Z Compiling libm v0.2.16
17942026-07-10T19:36:31.776Z Compiling parking_lot_core v0.9.12
17952026-07-10T19:36:31.857Z Compiling icu_properties_data v2.1.2
17962026-07-10T19:36:31.888Z Compiling num-traits v0.2.19
17972026-07-10T19:36:31.960Z Compiling smallvec v1.15.1
17982026-07-10T19:36:31.991Z Compiling icu_normalizer_data v2.1.1
17992026-07-10T19:36:32.022Z Compiling generic-array v0.14.7
18002026-07-10T19:36:32.037Z Compiling itoa v1.0.17
18012026-07-10T19:36:32.054Z Compiling log v0.4.29
18022026-07-10T19:36:32.068Z Compiling subtle v2.6.1
18032026-07-10T19:36:32.117Z Compiling pkg-config v0.3.32
18042026-07-10T19:36:32.155Z Compiling stable_deref_trait v1.2.1
18052026-07-10T19:36:32.243Z Compiling typenum v1.20.1
18062026-07-10T19:36:32.285Z Compiling scopeguard v1.2.0
18072026-07-10T19:36:32.312Z Compiling jobserver v0.1.34
18082026-07-10T19:36:32.338Z Compiling errno v0.3.14
18092026-07-10T19:36:32.343Z Compiling rand_core v0.10.0
18102026-07-10T19:36:32.344Z Compiling fnv v1.0.7
18112026-07-10T19:36:32.417Z Compiling lock_api v0.4.14
18122026-07-10T19:36:32.544Z Compiling cc v1.2.56
18132026-07-10T19:36:32.556Z Compiling pin-project-lite v0.2.17
18142026-07-10T19:36:32.586Z Compiling getrandom v0.3.4
18152026-07-10T19:36:32.600Z Compiling thiserror v2.0.18
18162026-07-10T19:36:32.719Z Compiling syn v2.0.117
18172026-07-10T19:36:32.724Z Compiling litemap v0.8.1
18182026-07-10T19:36:32.751Z Compiling percent-encoding v2.3.2
18192026-07-10T19:36:32.759Z Compiling equivalent v1.0.2
18202026-07-10T19:36:32.782Z Compiling writeable v0.6.2
18212026-07-10T19:36:32.788Z Compiling getrandom v0.2.17
18222026-07-10T19:36:32.872Z Compiling rustversion v1.0.22
18232026-07-10T19:36:32.954Z Compiling rand_core v0.6.4
18242026-07-10T19:36:33.019Z Compiling dunce v1.0.5
18252026-07-10T19:36:33.049Z Compiling fs_extra v1.3.0
18262026-07-10T19:36:33.055Z Compiling critical-section v1.2.0
18272026-07-10T19:36:33.055Z Compiling schemars v0.8.22
18282026-07-10T19:36:33.055Z Compiling rustix v1.1.3
18292026-07-10T19:36:33.261Z Compiling hashbrown v0.17.0
18302026-07-10T19:36:33.331Z Compiling signal-hook-registry v1.4.8
18312026-07-10T19:36:33.382Z Compiling once_cell v1.21.3
18322026-07-10T19:36:33.396Z Compiling cmake v0.1.57
18332026-07-10T19:36:33.431Z Compiling heck v0.5.0
18342026-07-10T19:36:33.450Z Compiling utf8_iter v1.0.4
18352026-07-10T19:36:33.655Z Compiling semver v1.0.28
18362026-07-10T19:36:33.686Z Compiling parking_lot v0.12.5
18372026-07-10T19:36:33.781Z Compiling indexmap v2.14.0
18382026-07-10T19:36:33.784Z Compiling bitflags v2.11.0
18392026-07-10T19:36:33.816Z Compiling form_urlencoded v1.2.2
18402026-07-10T19:36:33.816Z Compiling socket2 v0.6.3
18412026-07-10T19:36:33.881Z Compiling mio v1.2.0
18422026-07-10T19:36:33.940Z Compiling aws-lc-sys v0.40.0
18432026-07-10T19:36:33.986Z Compiling futures-core v0.3.32
18442026-07-10T19:36:33.999Z Compiling aws-lc-rs v1.16.3
18452026-07-10T19:36:34.162Z Compiling strsim v0.11.1
18462026-07-10T19:36:34.232Z Compiling httparse v1.10.1
18472026-07-10T19:36:34.445Z Compiling byteorder v1.5.0
18482026-07-10T19:36:34.472Z Compiling thiserror v1.0.69
18492026-07-10T19:36:34.508Z Compiling ucd-trie v0.1.7
18502026-07-10T19:36:34.526Z Compiling ident_case v1.0.1
18512026-07-10T19:36:34.574Z Compiling syn v1.0.109
18522026-07-10T19:36:34.606Z Compiling regex-syntax v0.8.10
18532026-07-10T19:36:34.627Z Compiling vcpkg v0.2.15
18542026-07-10T19:36:34.645Z Compiling pest v2.8.6
18552026-07-10T19:36:34.648Z Compiling iana-time-zone v0.1.65
18562026-07-10T19:36:34.649Z Compiling const-oid v0.9.6
18572026-07-10T19:36:34.921Z Compiling uuid v1.23.4
18582026-07-10T19:36:35.052Z Compiling rustc_version v0.4.1
18592026-07-10T19:36:35.090Z Compiling futures-sink v0.3.32
18602026-07-10T19:36:35.190Z Compiling rustls v0.23.41
18612026-07-10T19:36:35.242Z Compiling openssl-sys v0.9.115
18622026-07-10T19:36:35.259Z Compiling futures-channel v0.3.32
18632026-07-10T19:36:35.405Z Compiling aho-corasick v1.1.4
18642026-07-10T19:36:35.434Z Compiling slab v0.4.12
18652026-07-10T19:36:35.434Z Compiling futures-io v0.3.32
18662026-07-10T19:36:35.529Z Compiling synstructure v0.13.2
18672026-07-10T19:36:35.572Z Compiling serde_derive_internals v0.29.1
18682026-07-10T19:36:35.603Z Compiling futures-task v0.3.32
18692026-07-10T19:36:35.685Z Compiling dyn-clone v1.0.20
18702026-07-10T19:36:35.751Z Compiling pest_meta v2.8.6
18712026-07-10T19:36:35.792Z Compiling num-conv v0.2.0
18722026-07-10T19:36:35.813Z Compiling crc32fast v1.5.0
18732026-07-10T19:36:35.849Z Compiling plain v0.2.3
18742026-07-10T19:36:35.867Z Compiling time-core v0.1.8
18752026-07-10T19:36:35.970Z Compiling base64 v0.22.1
18762026-07-10T19:36:36.025Z Compiling time-macros v0.2.27
18772026-07-10T19:36:36.060Z Compiling crossbeam-utils v0.8.21
18782026-07-10T19:36:36.130Z Compiling pretty-hex v0.4.1
18792026-07-10T19:36:36.147Z Compiling openssl v0.10.79
18802026-07-10T19:36:36.240Z Compiling regex-automata v0.4.14
18812026-07-10T19:36:36.277Z Compiling darling_core v0.21.3
18822026-07-10T19:36:36.294Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18832026-07-10T19:36:36.371Z Compiling pest_generator v2.8.6
18842026-07-10T19:36:36.439Z Compiling native-tls v0.2.18
18852026-07-10T19:36:36.453Z Compiling anyhow v1.0.102
18862026-07-10T19:36:36.486Z Compiling rand_core v0.9.5
18872026-07-10T19:36:36.697Z Compiling slog v2.8.2
18882026-07-10T19:36:36.713Z Compiling tracing-core v0.1.36
18892026-07-10T19:36:36.779Z Compiling serde_derive v1.0.228
18902026-07-10T19:36:36.803Z Compiling zeroize_derive v1.4.3
18912026-07-10T19:36:36.816Z Compiling zerofrom-derive v0.1.6
18922026-07-10T19:36:36.932Z Compiling yoke-derive v0.8.1
18932026-07-10T19:36:36.961Z Compiling zerovec-derive v0.11.2
18942026-07-10T19:36:36.976Z Compiling displaydoc v0.2.5
18952026-07-10T19:36:37.006Z Compiling zerocopy-derive v0.8.40
18962026-07-10T19:36:37.019Z Compiling tokio-macros v2.7.0
18972026-07-10T19:36:37.023Z Compiling futures-macro v0.3.32
18982026-07-10T19:36:37.258Z Compiling thiserror-impl v2.0.18
18992026-07-10T19:36:37.513Z Compiling zeroize v1.8.2
19002026-07-10T19:36:37.716Z Compiling schemars_derive v0.8.22
19012026-07-10T19:36:37.745Z Compiling tracing-attributes v0.1.31
19022026-07-10T19:36:37.856Z Compiling der_derive v0.7.3
19032026-07-10T19:36:37.910Z Compiling thiserror-impl v1.0.69
19042026-07-10T19:36:37.977Z Compiling zerofrom v0.1.6
19052026-07-10T19:36:38.120Z Compiling yoke v0.8.1
19062026-07-10T19:36:38.340Z Compiling zerovec v0.11.5
19072026-07-10T19:36:38.358Z Compiling zerotrie v0.2.3
19082026-07-10T19:36:38.433Z Compiling crypto-common v0.1.7
19092026-07-10T19:36:38.475Z Compiling pest_derive v2.8.6
19102026-07-10T19:36:38.593Z Compiling futures-util v0.3.32
19112026-07-10T19:36:38.792Z Compiling block-buffer v0.10.4
19122026-07-10T19:36:38.894Z Compiling tinystr v0.8.2
19132026-07-10T19:36:38.939Z Compiling potential_utf v0.1.4
19142026-07-10T19:36:38.972Z Compiling digest v0.10.7
19152026-07-10T19:36:39.054Z Compiling scroll_derive v0.12.1
19162026-07-10T19:36:39.114Z Compiling icu_locale_core v2.1.1
19172026-07-10T19:36:39.130Z Compiling icu_collections v2.1.1
19182026-07-10T19:36:39.191Z Compiling scroll_derive v0.13.1
19192026-07-10T19:36:39.253Z Compiling openssl-macros v0.1.1
19202026-07-10T19:36:39.496Z Compiling regex v1.12.3
19212026-07-10T19:36:39.744Z Compiling darling_macro v0.21.3
19222026-07-10T19:36:39.761Z Compiling icu_provider v2.1.1
19232026-07-10T19:36:39.803Z Compiling zerocopy-derive v0.7.35
19242026-07-10T19:36:39.888Z Compiling cookie v0.18.1
19252026-07-10T19:36:39.952Z Compiling bytes v1.11.1
19262026-07-10T19:36:39.970Z Compiling chrono v0.4.44
19272026-07-10T19:36:40.082Z Compiling icu_normalizer v2.1.1
19282026-07-10T19:36:40.124Z Compiling icu_properties v2.1.2
19292026-07-10T19:36:40.264Z Compiling serde_tokenstream v0.2.3
19302026-07-10T19:36:40.564Z Compiling tokio v1.52.1
19312026-07-10T19:36:40.613Z Compiling http v1.4.2
19322026-07-10T19:36:40.855Z Compiling base64ct v1.8.3
19332026-07-10T19:36:41.028Z Compiling idna_adapter v1.2.1
19342026-07-10T19:36:41.170Z Compiling idna v1.1.0
19352026-07-10T19:36:41.290Z Compiling ppv-lite86 v0.2.21
19362026-07-10T19:36:41.344Z Compiling camino v1.2.2
19372026-07-10T19:36:41.522Z Compiling pem-rfc7468 v0.7.0
19382026-07-10T19:36:41.534Z Compiling darling v0.21.3
19392026-07-10T19:36:41.573Z Compiling url v2.5.8
19402026-07-10T19:36:41.652Z Compiling tracing v0.1.44
19412026-07-10T19:36:41.864Z Compiling flagset v0.4.7
19422026-07-10T19:36:42.063Z Compiling der v0.7.10
19432026-07-10T19:36:42.343Z Compiling rand_chacha v0.9.0
19442026-07-10T19:36:42.357Z Compiling http-body v1.0.1
19452026-07-10T19:36:42.520Z Compiling rustls-pki-types v1.14.0
19462026-07-10T19:36:42.745Z Compiling usdt-impl v0.5.0
19472026-07-10T19:36:42.866Z Compiling paste v1.0.15
19482026-07-10T19:36:42.900Z Compiling either v1.15.0
19492026-07-10T19:36:42.976Z Compiling usdt-impl v0.6.0
19502026-07-10T19:36:43.001Z Compiling cmov v0.5.4
19512026-07-10T19:36:43.125Z Compiling openssl-probe v0.2.1
19522026-07-10T19:36:43.153Z Compiling fastrand v2.3.0
19532026-07-10T19:36:43.231Z Compiling tinyvec_macros v0.1.1
19542026-07-10T19:36:43.246Z Compiling ref-cast v1.0.25
19552026-07-10T19:36:43.252Z Compiling tinyvec v1.10.0
19562026-07-10T19:36:43.311Z Compiling ctutils v0.4.2
19572026-07-10T19:36:43.423Z Compiling spki v0.7.3
19582026-07-10T19:36:43.490Z Compiling rand v0.9.2
19592026-07-10T19:36:43.596Z Compiling toml_datetime v0.6.11
19602026-07-10T19:36:43.655Z Compiling serde_spanned v0.6.9
19612026-07-10T19:36:43.733Z Compiling scroll v0.13.0
19622026-07-10T19:36:43.733Z Compiling scroll v0.12.0
19632026-07-10T19:36:43.733Z Compiling async-trait v0.1.89
19642026-07-10T19:36:43.785Z Compiling heapless v0.7.17
19652026-07-10T19:36:43.867Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-07-10T19:36:43.901Z Compiling tower-layer v0.3.3
19672026-07-10T19:36:43.901Z Compiling atomic-waker v1.1.2
19682026-07-10T19:36:43.901Z Compiling winnow v1.0.3
19692026-07-10T19:36:43.933Z Compiling signal-hook v0.3.18
19702026-07-10T19:36:43.962Z Compiling rustix v0.38.44
19712026-07-10T19:36:44.081Z Compiling zstd-safe v7.2.4
19722026-07-10T19:36:44.128Z Compiling try-lock v0.2.5
19732026-07-10T19:36:44.129Z Compiling litrs v1.0.0
19742026-07-10T19:36:44.161Z Compiling untrusted v0.7.1
19752026-07-10T19:36:44.197Z Compiling winnow v0.7.14
19762026-07-10T19:36:44.198Z Compiling tower-service v0.3.3
19772026-07-10T19:36:44.208Z Compiling cpufeatures v0.2.17
19782026-07-10T19:36:44.280Z Compiling toml_parser v1.1.2+spec-1.1.0
19792026-07-10T19:36:44.295Z Compiling want v0.3.1
19802026-07-10T19:36:44.295Z Compiling goblin v0.8.2
19812026-07-10T19:36:44.309Z Compiling goblin v0.10.5
19822026-07-10T19:36:44.363Z Compiling hybrid-array v0.4.13
19832026-07-10T19:36:44.464Z Compiling tokio-util v0.7.18
19842026-07-10T19:36:44.586Z Compiling document-features v0.2.12
19852026-07-10T19:36:44.900Z Compiling zerocopy v0.7.35
19862026-07-10T19:36:45.112Z Compiling ipnet v2.11.0
19872026-07-10T19:36:45.123Z Compiling ref-cast-impl v1.0.25
19882026-07-10T19:36:45.195Z Compiling h2 v0.4.15
19892026-07-10T19:36:45.439Z Compiling darling_core v0.20.11
19902026-07-10T19:36:45.465Z Compiling curve25519-dalek v4.1.3
19912026-07-10T19:36:45.482Z Compiling memoffset v0.9.1
19922026-07-10T19:36:45.568Z Compiling utf8parse v0.2.2
19932026-07-10T19:36:45.801Z Compiling untrusted v0.9.0
19942026-07-10T19:36:45.895Z Compiling httpdate v1.0.3
19952026-07-10T19:36:45.918Z Compiling winnow v0.5.40
19962026-07-10T19:36:45.934Z Compiling foreign-types-shared v0.1.1
19972026-07-10T19:36:45.974Z Compiling powerfmt v0.2.0
19982026-07-10T19:36:46.047Z Compiling tempfile v3.25.0
19992026-07-10T19:36:46.075Z Compiling foreign-types v0.3.2
20002026-07-10T19:36:46.122Z Compiling deranged v0.5.8
20012026-07-10T19:36:46.363Z Compiling unicode-normalization v0.1.25
20022026-07-10T19:36:46.405Z Compiling pkcs8 v0.10.2
20032026-07-10T19:36:46.628Z Compiling dof v0.3.0
20042026-07-10T19:36:46.826Z Compiling dtrace-parser v0.2.0
20052026-07-10T19:36:47.074Z Compiling dof v0.4.0
20062026-07-10T19:36:47.238Z Compiling toml_edit v0.19.15
20072026-07-10T19:36:47.395Z Compiling darling_macro v0.20.11
20082026-07-10T19:36:47.508Z Compiling dtrace-parser v0.3.0
20092026-07-10T19:36:47.508Z Compiling pin-project-internal v1.1.11
20102026-07-10T19:36:47.712Z Compiling daft-derive v0.1.7
20112026-07-10T19:36:47.864Z Compiling spin v0.9.8
20122026-07-10T19:36:47.883Z Compiling thread-id v4.2.2
20132026-07-10T19:36:47.971Z Compiling thread-id v5.1.0
20142026-07-10T19:36:48.050Z Compiling smoltcp v0.9.1
20152026-07-10T19:36:48.110Z Compiling num_threads v0.1.7
20162026-07-10T19:36:48.113Z Compiling cfg_aliases v0.2.1
20172026-07-10T19:36:48.145Z Compiling anstyle v1.0.14
20182026-07-10T19:36:48.252Z Compiling num-bigint-dig v0.8.6
20192026-07-10T19:36:48.360Z Compiling hyper v1.10.1
20202026-07-10T19:36:48.392Z Compiling nix v0.31.2
20212026-07-10T19:36:48.548Z Compiling time v0.3.47
20222026-07-10T19:36:48.561Z Compiling darling v0.20.11
20232026-07-10T19:36:48.779Z Compiling sha2 v0.10.9
20242026-07-10T19:36:48.989Z Compiling ipnetwork v0.21.1
20252026-07-10T19:36:49.043Z Compiling hmac v0.12.1
20262026-07-10T19:36:49.101Z Compiling strum_macros v0.26.4
20272026-07-10T19:36:49.142Z Compiling curve25519-dalek-derive v0.1.1
20282026-07-10T19:36:49.286Z Compiling sync_wrapper v1.0.2
20292026-07-10T19:36:49.408Z Compiling wait-timeout v0.2.1
20302026-07-10T19:36:49.475Z Compiling hyper-util v0.1.20
20312026-07-10T19:36:49.651Z Compiling simd-adler32 v0.3.8
20322026-07-10T19:36:49.770Z Compiling bit-vec v0.8.0
20332026-07-10T19:36:49.922Z Compiling anstyle-query v1.1.5
20342026-07-10T19:36:50.032Z Compiling is_terminal_polyfill v1.70.2
20352026-07-10T19:36:50.088Z Compiling quick-error v1.2.3
20362026-07-10T19:36:50.129Z Compiling siphasher v1.0.2
20372026-07-10T19:36:50.198Z Compiling colorchoice v1.0.4
20382026-07-10T19:36:50.373Z Compiling rusty-fork v0.3.1
20392026-07-10T19:36:50.570Z Compiling bit-set v0.8.0
20402026-07-10T19:36:50.681Z Compiling tower v0.5.3
20412026-07-10T19:36:50.968Z Compiling derive_builder_core v0.20.2
20422026-07-10T19:36:51.155Z Compiling http-body-util v0.1.3
20432026-07-10T19:36:51.191Z Compiling hubpack_derive v0.1.1
20442026-07-10T19:36:51.255Z Compiling snafu-derive v0.8.9
20452026-07-10T19:36:51.350Z Compiling strum_macros v0.27.2
20462026-07-10T19:36:51.440Z Compiling rand_xorshift v0.4.0
20472026-07-10T19:36:51.510Z Compiling fs-err v3.3.0
20482026-07-10T19:36:51.530Z Compiling ahash v0.8.12
20492026-07-10T19:36:51.645Z Compiling iri-string v0.7.10
20502026-07-10T19:36:51.664Z Compiling ryu v1.0.23
20512026-07-10T19:36:51.742Z Compiling unarray v0.1.4
20522026-07-10T19:36:51.790Z Compiling unicode-properties v0.1.4
20532026-07-10T19:36:51.869Z Compiling allocator-api2 v0.2.21
20542026-07-10T19:36:51.894Z Compiling adler2 v2.0.1
20552026-07-10T19:36:51.936Z Compiling unicode-bidi v0.3.18
20562026-07-10T19:36:52.012Z Compiling object v0.37.3
20572026-07-10T19:36:52.047Z Compiling unicode-segmentation v1.12.0
20582026-07-10T19:36:52.212Z Compiling miniz_oxide v0.8.9
20592026-07-10T19:36:52.300Z Compiling stringprep v0.1.5
20602026-07-10T19:36:52.414Z Compiling proptest v1.10.0
20612026-07-10T19:36:52.644Z Compiling serde_urlencoded v0.7.1
20622026-07-10T19:36:52.704Z Compiling derive_builder_macro v0.20.2
20632026-07-10T19:36:52.811Z Compiling tower-http v0.6.8
20642026-07-10T19:36:52.908Z Compiling tokio-native-tls v0.3.1
20652026-07-10T19:36:52.965Z Compiling usdt-macro v0.6.0
20662026-07-10T19:36:53.074Z Compiling usdt-attr-macro v0.6.0
20672026-07-10T19:36:53.191Z Compiling anstyle-parse v1.0.0
20682026-07-10T19:36:53.212Z Compiling crypto-common v0.2.2
20692026-07-10T19:36:53.225Z Compiling block-buffer v0.12.1
20702026-07-10T19:36:53.256Z Compiling block-padding v0.4.2
20712026-07-10T19:36:53.634Z Compiling rustls-native-certs v0.8.3
20722026-07-10T19:36:53.717Z Compiling rand_chacha v0.3.1
20732026-07-10T19:36:53.811Z Compiling erased-serde v0.3.31
20742026-07-10T19:36:53.864Z Compiling signature v2.2.0
20752026-07-10T19:36:53.864Z Compiling md-5 v0.10.6
20762026-07-10T19:36:53.896Z Compiling bstr v1.12.1
20772026-07-10T19:36:53.997Z Compiling num-integer v0.1.46
20782026-07-10T19:36:54.037Z Compiling hash32 v0.2.1
20792026-07-10T19:36:54.051Z Compiling vergen-lib v9.1.0
20802026-07-10T19:36:54.179Z Compiling encoding_rs v0.8.35
20812026-07-10T19:36:54.211Z Compiling psl-types v2.0.11
20822026-07-10T19:36:54.308Z Compiling mime v0.3.17
20832026-07-10T19:36:54.351Z Compiling zlib-rs v0.6.2
20842026-07-10T19:36:54.414Z Compiling fallible-iterator v0.2.0
20852026-07-10T19:36:54.432Z Compiling cpufeatures v0.3.0
20862026-07-10T19:36:54.498Z Compiling newtype-uuid v1.3.2
20872026-07-10T19:36:54.557Z Compiling publicsuffix v2.3.0
20882026-07-10T19:36:54.669Z Compiling num-iter v0.1.45
20892026-07-10T19:36:54.742Z Compiling postgres-protocol v0.6.10
20902026-07-10T19:36:55.453Z Compiling rand v0.8.6
20912026-07-10T19:36:55.508Z Compiling inout v0.2.2
20922026-07-10T19:36:55.508Z Compiling oxnet v0.1.6
20932026-07-10T19:36:55.508Z Compiling anstream v1.0.0
20942026-07-10T19:36:55.509Z Compiling derive_builder v0.20.2
20952026-07-10T19:36:55.509Z Compiling hyper-tls v0.6.0
20962026-07-10T19:36:55.530Z Compiling heck v0.4.1
20972026-07-10T19:36:55.563Z Compiling phf_shared v0.13.1
20982026-07-10T19:36:55.571Z Compiling pin-project v1.1.11
20992026-07-10T19:36:55.697Z Compiling lazy_static v1.5.0
21002026-07-10T19:36:55.774Z Compiling anstyle-parse v0.2.7
21012026-07-10T19:36:55.852Z Compiling terminal_size v0.4.3
21022026-07-10T19:36:55.867Z Compiling serde_with_macros v3.17.0
21032026-07-10T19:36:55.884Z Compiling futures-executor v0.3.32
21042026-07-10T19:36:55.897Z Compiling hex v0.4.3
21052026-07-10T19:36:55.983Z Compiling serde_repr v0.1.20
21062026-07-10T19:36:56.003Z Compiling enum-as-inner v0.6.1
21072026-07-10T19:36:56.050Z Compiling clap_derive v4.6.1
21082026-07-10T19:36:56.128Z Compiling async-recursion v1.1.1
21092026-07-10T19:36:56.197Z Compiling ff v0.13.1
21102026-07-10T19:36:56.216Z Compiling vergen v9.1.0
21112026-07-10T19:36:56.235Z Compiling cargo-platform v0.3.2
21122026-07-10T19:36:56.441Z Compiling flate2 v1.1.9
21132026-07-10T19:36:56.503Z Compiling same-file v1.0.6
21142026-07-10T19:36:56.581Z Compiling libbz2-rs-sys v0.2.2
21152026-07-10T19:36:56.676Z Compiling managed v0.8.0
21162026-07-10T19:36:56.767Z Compiling bitflags v1.3.2
21172026-07-10T19:36:56.788Z Compiling clap_lex v1.0.0
21182026-07-10T19:36:56.804Z Compiling foldhash v0.2.0
21192026-07-10T19:36:56.818Z Compiling base16ct v0.2.0
21202026-07-10T19:36:56.857Z Compiling foldhash v0.1.5
21212026-07-10T19:36:56.945Z Compiling bumpalo v3.20.2
21222026-07-10T19:36:57.035Z Compiling hashbrown v0.15.5
21232026-07-10T19:36:57.046Z Compiling bzip2 v0.6.1
21242026-07-10T19:36:57.058Z Compiling sec1 v0.7.3
21252026-07-10T19:36:57.137Z Compiling hashbrown v0.16.1
21262026-07-10T19:36:57.224Z Compiling zopfli v0.8.3
21272026-07-10T19:36:57.252Z Compiling clap_builder v4.6.0
21282026-07-10T19:36:57.427Z Compiling walkdir v2.5.0
21292026-07-10T19:36:57.710Z Compiling cargo_metadata v0.23.1
21302026-07-10T19:36:57.762Z Compiling group v0.13.0
21312026-07-10T19:36:57.818Z Compiling futures v0.3.32
21322026-07-10T19:36:57.858Z Compiling zstd v0.13.3
21332026-07-10T19:36:57.911Z Compiling anstream v0.6.21
21342026-07-10T19:36:58.345Z Compiling phf v0.13.1
21352026-07-10T19:36:58.463Z Compiling snafu v0.8.9
21362026-07-10T19:36:58.526Z Compiling reqwest v0.12.28
21372026-07-10T19:36:58.572Z Compiling daft v0.1.7
21382026-07-10T19:36:58.870Z Compiling signal-hook-mio v0.2.5
21392026-07-10T19:36:58.953Z Compiling cipher v0.5.2
21402026-07-10T19:36:59.010Z Compiling cookie_store v0.22.1
21412026-07-10T19:36:59.030Z Compiling postgres-types v0.2.12
21422026-07-10T19:36:59.053Z Compiling bzip2 v0.4.4
21432026-07-10T19:36:59.126Z Compiling globset v0.4.18
21442026-07-10T19:36:59.241Z Compiling ed25519 v2.2.3
21452026-07-10T19:36:59.258Z Compiling strum v0.27.2
21462026-07-10T19:36:59.431Z Compiling hubpack v0.1.2
21472026-07-10T19:37:02.806Z Compiling phf_shared v0.11.3
21482026-07-10T19:37:02.829Z Compiling hkdf v0.12.4
21492026-07-10T19:37:02.830Z Compiling crossbeam-epoch v0.9.18
21502026-07-10T19:37:02.830Z Compiling olpc-cjson v0.1.4
21512026-07-10T19:37:02.830Z Compiling pkcs1 v0.7.5
21522026-07-10T19:37:02.830Z Compiling pem v3.0.6
21532026-07-10T19:37:02.830Z Compiling serde_plain v1.0.2
21542026-07-10T19:37:02.830Z Compiling serde-big-array v0.5.1
21552026-07-10T19:37:02.830Z Compiling crypto-bigint v0.5.5
21562026-07-10T19:37:02.830Z Compiling float-cmp v0.10.0
21572026-07-10T19:37:02.830Z Compiling memmap2 v0.9.10
21582026-07-10T19:37:02.830Z Compiling env_filter v1.0.0
21592026-07-10T19:37:02.830Z Compiling fixedbitset v0.5.7
21602026-07-10T19:37:02.830Z Compiling predicates-core v1.0.10
21612026-07-10T19:37:02.830Z Compiling difflib v0.4.0
21622026-07-10T19:37:02.830Z Compiling typed-path v0.9.3
21632026-07-10T19:37:02.830Z Compiling fixedbitset v0.4.2
21642026-07-10T19:37:02.830Z Compiling precomputed-hash v0.1.1
21652026-07-10T19:37:02.830Z Compiling normalize-line-endings v0.3.0
21662026-07-10T19:37:02.830Z Compiling new_debug_unreachable v1.0.6
21672026-07-10T19:37:02.830Z Compiling whoami v2.1.0
21682026-07-10T19:37:02.830Z Compiling const-oid v0.10.2
21692026-07-10T19:37:02.830Z Compiling toml_write v0.1.2
21702026-07-10T19:37:02.830Z Compiling keccak v0.1.6
21712026-07-10T19:37:02.830Z Compiling jiff v0.2.21
21722026-07-10T19:37:02.830Z Compiling data-encoding v2.10.0
21732026-07-10T19:37:02.830Z Compiling static_assertions v1.1.0
21742026-07-10T19:37:02.830Z Compiling chacha20 v0.10.0
21752026-07-10T19:37:02.830Z Compiling sha3 v0.10.8
21762026-07-10T19:37:02.830Z Compiling toml_edit v0.22.27
21772026-07-10T19:37:02.830Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21782026-07-10T19:37:02.830Z Compiling tokio-postgres v0.7.16
21792026-07-10T19:37:02.830Z Compiling elliptic-curve v0.13.8
21802026-07-10T19:37:02.830Z Compiling hickory-proto v0.25.2
21812026-07-10T19:37:02.830Z Compiling digest v0.11.3
21822026-07-10T19:37:02.830Z Compiling predicates v3.1.4
21832026-07-10T19:37:02.830Z Compiling string_cache v0.8.9
21842026-07-10T19:37:02.831Z Compiling petgraph v0.6.5
21852026-07-10T19:37:02.831Z Compiling petgraph v0.8.3
21862026-07-10T19:37:02.831Z Compiling env_logger v0.11.9
21872026-07-10T19:37:02.831Z Compiling usdt v0.6.0
21882026-07-10T19:37:02.831Z Compiling rsa v0.9.10
21892026-07-10T19:37:03.313Z Compiling ed25519-dalek v2.2.0
21902026-07-10T19:37:03.372Z Compiling zip v0.6.6
21912026-07-10T19:37:03.445Z Compiling zip v4.6.1
21922026-07-10T19:37:03.628Z Compiling crossterm v0.28.1
21932026-07-10T19:37:03.800Z Compiling iddqd v0.4.2
21942026-07-10T19:37:03.834Z Compiling clap v4.6.1
21952026-07-10T19:37:03.932Z Compiling serde_with v3.17.0
21962026-07-10T19:37:04.223Z Compiling similar v2.7.0
21972026-07-10T19:37:04.395Z Compiling strum v0.26.3
21982026-07-10T19:37:04.429Z Compiling toml v0.7.8
21992026-07-10T19:37:04.535Z Compiling tokio-stream v0.1.18
22002026-07-10T19:37:04.551Z Compiling buf-list v1.1.2
22012026-07-10T19:37:04.825Z Compiling x509-cert v0.2.5
22022026-07-10T19:37:04.841Z Compiling itertools v0.13.0
22032026-07-10T19:37:04.976Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22042026-07-10T19:37:05.021Z Compiling openapiv3 v2.2.0
22052026-07-10T19:37:05.655Z Compiling peg-runtime v0.8.5
22062026-07-10T19:37:05.944Z Compiling lalrpop-util v0.19.12
22072026-07-10T19:37:21.973Z Compiling rustls-webpki v0.103.13
22082026-07-10T19:37:22.828Z Compiling macaddr v1.0.1
22092026-07-10T19:37:22.921Z Compiling structmeta-derive v0.3.0
22102026-07-10T19:37:23.008Z Compiling crucible-workspace-hack v0.1.0
22112026-07-10T19:37:23.124Z Compiling rayon-core v1.13.0
22122026-07-10T19:37:23.253Z Compiling itertools v0.14.0
22132026-07-10T19:37:23.269Z Compiling secrecy v0.10.3
22142026-07-10T19:37:23.327Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-07-10T19:37:23.375Z Compiling toml_datetime v0.7.5+spec-1.1.0
22162026-07-10T19:37:23.458Z Compiling heapless v0.8.0
22172026-07-10T19:37:23.631Z Compiling toml_edit v0.23.10+spec-1.0.0
22182026-07-10T19:37:23.767Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-07-10T19:37:23.955Z Compiling structmeta v0.3.0
22202026-07-10T19:37:23.981Z Compiling crossbeam-deque v0.8.6
22212026-07-10T19:37:23.998Z Compiling inout v0.1.4
22222026-07-10T19:37:24.013Z Compiling hash32 v0.3.1
22232026-07-10T19:37:24.030Z Compiling multer v3.1.0
22242026-07-10T19:37:24.063Z Compiling thread_local v1.1.9
22252026-07-10T19:37:24.176Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22262026-07-10T19:37:24.191Z Compiling slog-async v2.8.0
22272026-07-10T19:37:24.207Z Compiling unicode-width v0.2.0
22282026-07-10T19:37:24.228Z Compiling smoltcp v0.11.0
22292026-07-10T19:37:24.256Z Compiling compression-core v0.4.31
22302026-07-10T19:37:24.423Z Compiling match_cfg v0.1.0
22312026-07-10T19:37:24.454Z Compiling compression-codecs v0.4.37
22322026-07-10T19:37:24.513Z Compiling hostname v0.3.1
22332026-07-10T19:37:24.530Z Compiling derive-ex v0.1.8
22342026-07-10T19:37:24.546Z Compiling proc-macro-crate v3.4.0
22352026-07-10T19:37:24.564Z Compiling ingot-macros v0.1.1
22362026-07-10T19:37:24.628Z Compiling cipher v0.4.4
22372026-07-10T19:37:24.695Z Compiling atomicwrites v0.4.4
22382026-07-10T19:37:24.833Z Compiling slog-json v2.6.1
22392026-07-10T19:37:24.894Z Compiling crossbeam-channel v0.5.15
22402026-07-10T19:37:24.983Z Compiling half v2.7.1
22412026-07-10T19:37:25.000Z Compiling newtype-uuid-macros v0.1.0
22422026-07-10T19:37:25.096Z Compiling cobs v0.3.0
22432026-07-10T19:37:25.110Z Compiling universal-hash v0.5.1
22442026-07-10T19:37:25.275Z Compiling thiserror-impl-no-std v2.0.2
22452026-07-10T19:37:25.349Z Compiling async-stream-impl v0.3.6
22462026-07-10T19:37:25.388Z Compiling tokio-rustls v0.26.4
22472026-07-10T19:37:25.597Z Compiling rustls-platform-verifier v0.6.2
22482026-07-10T19:37:25.673Z Compiling hyper-rustls v0.27.7
22492026-07-10T19:37:25.728Z Compiling tough v0.22.0
22502026-07-10T19:37:25.748Z Compiling toml_datetime v1.1.1+spec-1.1.0
22512026-07-10T19:37:25.819Z Compiling serde_spanned v1.1.1
22522026-07-10T19:37:25.942Z Compiling reqwest v0.13.2
22532026-07-10T19:37:25.992Z Compiling is-terminal v0.4.17
22542026-07-10T19:37:26.009Z Compiling dropshot v0.17.1
22552026-07-10T19:37:26.038Z Compiling proc-macro-error-attr v1.0.4
22562026-07-10T19:37:26.084Z Compiling take_mut v0.2.2
22572026-07-10T19:37:26.112Z Compiling term v1.2.1
22582026-07-10T19:37:26.192Z Compiling opaque-debug v0.3.1
22592026-07-10T19:37:26.216Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22602026-07-10T19:37:26.251Z Compiling toml_writer v1.1.1+spec-1.1.0
22612026-07-10T19:37:26.270Z Compiling convert_case v0.4.0
22622026-07-10T19:37:26.283Z Compiling ciborium-io v0.2.2
22632026-07-10T19:37:26.323Z Compiling thiserror-no-std v2.0.2
22642026-07-10T19:37:26.396Z Compiling ciborium-ll v0.2.2
22652026-07-10T19:37:26.432Z Compiling slog-term v2.9.2
22662026-07-10T19:37:26.471Z Compiling toml v1.1.2+spec-1.1.0
22672026-07-10T19:37:26.586Z Compiling poly1305 v0.8.0
22682026-07-10T19:37:26.601Z Compiling derive_more v0.99.20
22692026-07-10T19:37:26.858Z Compiling test-strategy v0.4.5
22702026-07-10T19:37:26.923Z Compiling async-stream v0.3.6
22712026-07-10T19:37:26.983Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-07-10T19:37:27.144Z Compiling postcard v1.1.3
22732026-07-10T19:37:27.197Z Compiling ingot-types v0.1.2
22742026-07-10T19:37:27.537Z Compiling slog-bunyan v2.5.0
22752026-07-10T19:37:27.691Z Compiling ingot v0.1.1
22762026-07-10T19:37:27.707Z Compiling num_enum_derive v0.7.6
22772026-07-10T19:37:27.751Z Compiling chacha20 v0.9.1
22782026-07-10T19:37:27.928Z Compiling async-compression v0.4.41
22792026-07-10T19:37:28.041Z Compiling parse-display-derive v0.10.0
22802026-07-10T19:37:28.185Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22812026-07-10T19:37:28.407Z Compiling sha1 v0.11.0
22822026-07-10T19:37:28.690Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-07-10T19:37:28.875Z Compiling proc-macro-crate v1.3.1
22842026-07-10T19:37:28.880Z Compiling waitgroup v0.1.2
22852026-07-10T19:37:28.950Z Compiling backon v1.6.0
22862026-07-10T19:37:29.016Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22872026-07-10T19:37:29.049Z Compiling password-hash v0.5.0
22882026-07-10T19:37:29.189Z Compiling rustls-pemfile v2.2.0
22892026-07-10T19:37:29.228Z Compiling dropshot_endpoint v0.17.1
22902026-07-10T19:37:29.244Z Compiling blake2 v0.10.6
22912026-07-10T19:37:29.260Z Compiling aead v0.5.2
22922026-07-10T19:37:29.314Z Compiling foreign-types-macros v0.2.3
22932026-07-10T19:37:29.342Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22942026-07-10T19:37:29.365Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-07-10T19:37:29.479Z Compiling serde_path_to_error v0.1.20
22962026-07-10T19:37:29.495Z Compiling hostname v0.4.2
22972026-07-10T19:37:29.557Z Compiling proc-macro-error v1.0.4
22982026-07-10T19:37:29.681Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22992026-07-10T19:37:29.725Z Compiling instant v0.1.13
23002026-07-10T19:37:29.755Z Compiling debug-ignore v1.0.5
23012026-07-10T19:37:29.803Z Compiling foreign-types-shared v0.3.1
23022026-07-10T19:37:29.818Z Compiling backoff v0.4.0
23032026-07-10T19:37:29.884Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23042026-07-10T19:37:29.916Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23052026-07-10T19:37:29.949Z Compiling parse-display v0.10.0
23062026-07-10T19:37:29.966Z Compiling foreign-types v0.5.0
23072026-07-10T19:37:29.985Z Compiling argon2 v0.5.3
23082026-07-10T19:37:29.985Z Compiling chacha20poly1305 v0.10.1
23092026-07-10T19:37:30.012Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23102026-07-10T19:37:30.030Z Compiling num_enum_derive v0.5.11
23112026-07-10T19:37:30.055Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23122026-07-10T19:37:30.071Z Compiling num_enum v0.7.6
23132026-07-10T19:37:30.158Z Compiling ciborium v0.2.2
23142026-07-10T19:37:30.323Z Compiling vsss-rs v3.3.4
23152026-07-10T19:37:30.340Z Compiling tabwriter v1.4.1
23162026-07-10T19:37:30.471Z Compiling regress v0.10.5
23172026-07-10T19:37:30.536Z Compiling byte-wrapper v0.1.0
23182026-07-10T19:37:30.609Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192026-07-10T19:37:30.742Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23202026-07-10T19:37:30.804Z Compiling cstr-argument v0.1.2
23212026-07-10T19:37:30.827Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23222026-07-10T19:37:30.861Z Compiling humantime v2.3.0
23232026-07-10T19:37:30.986Z Compiling num_enum v0.5.11
23242026-07-10T19:37:31.002Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-07-10T19:37:31.032Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-07-10T19:37:31.077Z Compiling rayon v1.11.0
23272026-07-10T19:37:31.092Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-07-10T19:37:31.133Z Compiling rand v0.10.1
23292026-07-10T19:37:31.239Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-07-10T19:37:31.285Z Compiling indent_write v2.2.0
23312026-07-10T19:37:31.304Z Compiling libefi-sys v0.1.0
23322026-07-10T19:37:31.319Z Compiling colored v3.1.1
23332026-07-10T19:37:31.424Z Compiling zone_cfg_derive v0.3.1
23342026-07-10T19:37:31.440Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-07-10T19:37:31.454Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23362026-07-10T19:37:31.570Z Compiling camino-tempfile v1.4.1
23372026-07-10T19:37:31.607Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23382026-07-10T19:37:31.619Z Compiling itertools v0.12.1
23392026-07-10T19:37:31.640Z Compiling usdt-attr-macro v0.5.0
23402026-07-10T19:37:31.684Z Compiling usdt-macro v0.5.0
23412026-07-10T19:37:31.943Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23422026-07-10T19:37:31.979Z Compiling bitfield-struct v0.6.2
23432026-07-10T19:37:31.996Z Compiling num-derive v0.4.2
23442026-07-10T19:37:32.027Z Compiling blake3 v1.8.5
23452026-07-10T19:37:32.051Z Compiling sigpipe v0.1.3
23462026-07-10T19:37:32.068Z Compiling memmap v0.7.0
23472026-07-10T19:37:32.083Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-07-10T19:37:32.089Z Compiling glob v0.3.3
23492026-07-10T19:37:32.235Z Compiling swrite v0.1.0
23502026-07-10T19:37:32.325Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23512026-07-10T19:37:32.441Z Compiling smf v0.2.3
23522026-07-10T19:37:32.458Z Compiling usdt v0.5.0
23532026-07-10T19:37:32.569Z Compiling filetime v0.2.27
23542026-07-10T19:37:32.641Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-07-10T19:37:32.670Z Compiling whoami v1.6.1
23562026-07-10T19:37:32.816Z Compiling constant_time_eq v0.4.2
23572026-07-10T19:37:32.849Z Compiling arrayref v0.3.9
23582026-07-10T19:37:32.910Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23592026-07-10T19:37:32.928Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-07-10T19:37:32.942Z Compiling arrayvec v0.7.6
23612026-07-10T19:37:32.997Z Compiling zone v0.3.1
23622026-07-10T19:37:33.024Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23632026-07-10T19:37:33.048Z Compiling xattr v1.6.1
23642026-07-10T19:37:33.065Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-07-10T19:37:33.137Z Compiling tokio-dtrace v0.1.1
23662026-07-10T19:37:33.153Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23672026-07-10T19:37:33.198Z Compiling tar v0.4.45
23682026-07-10T19:37:33.263Z Compiling console v0.16.2
23692026-07-10T19:37:33.309Z Compiling gethostname v0.5.0
23702026-07-10T19:37:33.477Z Compiling topological-sort v0.2.2
23712026-07-10T19:37:33.492Z Compiling unit-prefix v0.5.2
23722026-07-10T19:37:33.617Z Compiling oxide-tokio-rt v0.1.4
23732026-07-10T19:37:33.675Z Compiling indicatif v0.18.4
23742026-07-10T19:37:33.675Z Compiling toml v0.8.23
23752026-07-10T19:37:33.750Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23762026-07-10T19:37:33.870Z Compiling shell-words v1.1.1
23772026-07-10T19:37:43.145Z Compiling progenitor-client v0.14.0
23782026-07-10T19:37:43.145Z Compiling omicron-zone-package v0.12.3
23792026-07-10T19:37:43.395Z Compiling progenitor-extras v0.2.0
23802026-07-10T19:37:43.678Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-07-10T19:37:43.699Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-07-10T19:37:43.737Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-07-10T19:37:43.936Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-07-10T19:37:43.942Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-07-10T19:37:43.942Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-07-10T19:37:43.968Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-07-10T19:37:44.057Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-07-10T19:37:44.562Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-07-10T19:37:48.516Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-07-10T19:37:56.471Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-07-10T19:37:59.632Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-07-10T19:38:00.669Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-07-10T19:38:10.039Z Finished `release` profile [optimized] target(s) in 1m 39s
23942026-07-10T19:38:10.178Z Running `target/release/omicron-package -t test target create -p dev`
23952026-07-10T19:38:10.236ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-07-10T19:38:10.241ZCreated new build target 'test' and set it as active
23972026-07-10T19:38:10.241Z
23982026-07-10T19:38:10.241Zreal 1:39.853495377
23992026-07-10T19:38:10.241Zuser 16:24.045310644
24002026-07-10T19:38:10.242Zsys 2:34.369856399
24012026-07-10T19:38:10.242Ztrap 0.470163223
24022026-07-10T19:38:10.242Ztflt 2.239507889
24032026-07-10T19:38:10.242Zdflt 4.032201296
24042026-07-10T19:38:10.242Zkflt 0.000787220
24052026-07-10T19:38:10.242Zlock 51:49.633737619
24062026-07-10T19:38:10.242Zslp 42:17.562776051
24072026-07-10T19:38:10.242Zlat 42.637869594
24082026-07-10T19:38:10.242Zstop 5:10.977613941
24092026-07-10T19:38:10.242Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-07-10T19:38:11.084Z Finished `release` profile [optimized] target(s) in 0.83s
24112026-07-10T19:38:11.150Z Running `target/release/omicron-package -t test package`
24122026-07-10T19:38:11.205ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-07-10T19:38:12.586Z Compiling heck v0.5.0
24142026-07-10T19:38:12.586Z Compiling regress v0.11.1
24152026-07-10T19:38:12.803Z Compiling unsafe-libyaml v0.2.11
24162026-07-10T19:38:12.836Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-07-10T19:38:12.865Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24182026-07-10T19:38:12.868Z Compiling unicode-width v0.1.14
24192026-07-10T19:38:12.907Z Compiling derive-where v1.6.0
24202026-07-10T19:38:12.907Z Compiling bytecount v0.6.9
24212026-07-10T19:38:12.910Z Compiling atomicwrites v0.4.4
24222026-07-10T19:38:12.910Z Compiling is-terminal v0.4.17
24232026-07-10T19:38:13.011Z Compiling prettyplease v0.2.37
24242026-07-10T19:38:13.014Z Compiling console v0.15.11
24252026-07-10T19:38:13.015Z Compiling newline-converter v0.3.0
24262026-07-10T19:38:13.015Z Compiling slog-dtrace v0.3.0
24272026-07-10T19:38:13.031Z Compiling owo-colors v4.3.0
24282026-07-10T19:38:13.095Z Compiling resolv-conf v0.7.6
24292026-07-10T19:38:13.115Z Compiling cancel-safe-futures v0.1.5
24302026-07-10T19:38:13.139Z Compiling num-rational v0.4.2
24312026-07-10T19:38:13.139Z Compiling libsw-core v0.3.2
24322026-07-10T19:38:13.215Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-07-10T19:38:13.236Z Compiling num-complex v0.4.6
24342026-07-10T19:38:13.302Z Compiling thread_local v1.1.9
24352026-07-10T19:38:13.336Z Compiling serde_yaml v0.9.34+deprecated
24362026-07-10T19:38:13.357Z Compiling compression-core v0.4.31
24372026-07-10T19:38:13.444Z Compiling expectorate v1.2.0
24382026-07-10T19:38:13.481Z Compiling match_cfg v0.1.0
24392026-07-10T19:38:13.501Z Compiling compression-codecs v0.4.37
24402026-07-10T19:38:13.600Z Compiling hostname v0.3.1
24412026-07-10T19:38:13.692Z Compiling num v0.4.3
24422026-07-10T19:38:13.703Z Compiling libsw v3.5.0
24432026-07-10T19:38:13.725Z Compiling multer v3.1.0
24442026-07-10T19:38:13.744Z Compiling slog-async v2.8.0
24452026-07-10T19:38:13.765Z Compiling crossbeam-channel v0.5.15
24462026-07-10T19:38:13.788Z Compiling slog-json v2.6.1
24472026-07-10T19:38:13.811Z Compiling toml_datetime v1.1.1+spec-1.1.0
24482026-07-10T19:38:13.814Z Compiling serde_spanned v1.1.1
24492026-07-10T19:38:13.919Z Compiling linked-hash-map v0.5.6
24502026-07-10T19:38:13.958Z Compiling toml_writer v1.1.1+spec-1.1.0
24512026-07-10T19:38:14.017Z Compiling float-ord v0.3.2
24522026-07-10T19:38:14.022Z Compiling linear-map v1.2.0
24532026-07-10T19:38:14.101Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-07-10T19:38:14.123Z Compiling term v1.2.1
24552026-07-10T19:38:14.127Z Compiling take_mut v0.2.2
24562026-07-10T19:38:14.167Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24572026-07-10T19:38:14.167Z Compiling toml v1.1.2+spec-1.1.0
24582026-07-10T19:38:14.170Z Compiling lru-cache v0.1.2
24592026-07-10T19:38:14.227Z Compiling slog-bunyan v2.5.0
24602026-07-10T19:38:14.249Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24612026-07-10T19:38:14.313Z Compiling async-compression v0.4.41
24622026-07-10T19:38:14.371Z Compiling typify-impl v0.6.2
24632026-07-10T19:38:14.391Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-07-10T19:38:14.458Z Compiling slog-term v2.9.2
24652026-07-10T19:38:14.638Z Compiling dropshot v0.17.1
24662026-07-10T19:38:14.660Z Compiling async-stream v0.3.6
24672026-07-10T19:38:14.663Z Compiling sha1 v0.11.0
24682026-07-10T19:38:14.712Z Compiling progenitor-client v0.14.0
24692026-07-10T19:38:14.719Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-07-10T19:38:14.722Z Compiling waitgroup v0.1.2
24712026-07-10T19:38:14.858Z Compiling rustls-pemfile v2.2.0
24722026-07-10T19:38:14.882Z Compiling backon v1.6.0
24732026-07-10T19:38:14.904Z Compiling hostname v0.4.2
24742026-07-10T19:38:14.924Z Compiling serde_path_to_error v0.1.20
24752026-07-10T19:38:14.952Z Compiling instant v0.1.13
24762026-07-10T19:38:14.999Z Compiling minimal-lexical v0.2.1
24772026-07-10T19:38:15.027Z Compiling debug-ignore v1.0.5
24782026-07-10T19:38:15.063Z Compiling progenitor-extras v0.2.0
24792026-07-10T19:38:15.112Z Compiling backoff v0.4.0
24802026-07-10T19:38:15.118Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24812026-07-10T19:38:15.124Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-07-10T19:38:15.184Z Compiling nom v7.1.3
24832026-07-10T19:38:15.293Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24842026-07-10T19:38:15.317Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24852026-07-10T19:38:15.339Z Compiling parse-display v0.10.0
24862026-07-10T19:38:15.342Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-07-10T19:38:15.382Z Compiling hickory-proto v0.24.4
24882026-07-10T19:38:15.626Z Compiling regress v0.10.5
24892026-07-10T19:38:15.977Z Compiling macaddr v1.0.1
24902026-07-10T19:38:16.055Z Compiling humantime v2.3.0
24912026-07-10T19:38:16.099Z Compiling unicode-xid v0.2.6
24922026-07-10T19:38:16.248Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24932026-07-10T19:38:16.338Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24942026-07-10T19:38:16.459Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24952026-07-10T19:38:16.590Z Compiling convert_case v0.10.0
24962026-07-10T19:38:16.648Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-07-10T19:38:16.912Z Compiling derive_more-impl v2.1.1
24982026-07-10T19:38:17.339Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24992026-07-10T19:38:17.390Z Compiling toml v0.8.23
25002026-07-10T19:38:17.581Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25012026-07-10T19:38:17.697Z Compiling papergrid v0.11.0
25022026-07-10T19:38:17.745Z Compiling derive_more v2.1.1
25032026-07-10T19:38:17.765Z Compiling tabled_derive v0.7.0
25042026-07-10T19:38:17.857Z Compiling termtree v0.5.1
25052026-07-10T19:38:17.882Z Compiling typify-macro v0.6.2
25062026-07-10T19:38:18.020Z Compiling hickory-resolver v0.24.4
25072026-07-10T19:38:18.042Z Compiling crossterm v0.29.0
25082026-07-10T19:38:18.065Z Compiling phf_shared v0.12.1
25092026-07-10T19:38:18.342Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-07-10T19:38:18.698Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-07-10T19:38:18.921Z Compiling tabled v0.15.0
25122026-07-10T19:38:18.944Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-07-10T19:38:19.444Z Compiling typify v0.6.2
25142026-07-10T19:38:19.721Z Compiling progenitor-impl v0.14.0
25152026-07-10T19:38:20.068Z Compiling qorb v0.4.1
25162026-07-10T19:38:21.089Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25172026-07-10T19:38:21.614Z Compiling vte v0.14.1
25182026-07-10T19:38:21.836Z Compiling progenitor-macro v0.14.0
25192026-07-10T19:38:21.873Z Compiling csv-core v0.1.13
25202026-07-10T19:38:21.939Z Compiling chrono-tz v0.10.4
25212026-07-10T19:38:22.305Z Compiling highway v1.3.0
25222026-07-10T19:38:22.901Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25232026-07-10T19:38:23.088Z Compiling csv v1.4.0
25242026-07-10T19:38:23.216Z Compiling strip-ansi-escapes v0.2.1
25252026-07-10T19:38:23.539Z Compiling phf v0.12.1
25262026-07-10T19:38:23.544Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-07-10T19:38:23.544Z Compiling const_format_proc_macros v0.2.34
25282026-07-10T19:38:23.553Z Compiling fd-lock v4.0.4
25292026-07-10T19:38:23.721Z Compiling peg-macros v0.8.5
25302026-07-10T19:38:23.944Z Compiling nu-ansi-term v0.50.3
25312026-07-10T19:38:24.081Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-07-10T19:38:24.241Z Compiling const_format v0.2.35
25332026-07-10T19:38:24.270Z Compiling reedline v0.40.0
25342026-07-10T19:38:24.772Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-07-10T19:38:24.992Z Compiling peg v0.8.5
25362026-07-10T19:38:25.098Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25372026-07-10T19:38:25.657Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25382026-07-10T19:38:25.942Z Compiling progenitor v0.14.0
25392026-07-10T19:38:26.091Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402026-07-10T19:38:26.123Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-07-10T19:38:26.182Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25422026-07-10T19:38:26.220Z Compiling bcs v0.1.6
25432026-07-10T19:38:26.646Z Compiling nom v8.0.0
25442026-07-10T19:38:26.856Z Compiling semver v0.1.20
25452026-07-10T19:38:27.147Z Compiling rustc_version v0.1.7
25462026-07-10T19:38:27.398Z Compiling newtype_derive v0.1.6
25472026-07-10T19:38:27.630Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-07-10T19:38:27.888Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25492026-07-10T19:38:28.093Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25502026-07-10T19:38:28.287Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-07-10T19:38:28.490Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25522026-07-10T19:38:28.581Z Compiling unicode-linebreak v0.1.5
25532026-07-10T19:38:28.625Z Compiling smawk v0.3.2
25542026-07-10T19:38:28.812Z Compiling textwrap v0.16.2
25552026-07-10T19:38:28.872Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-07-10T19:38:28.895Z Compiling steno v0.4.1
25572026-07-10T19:38:28.919Z Compiling base64 v0.21.7
25582026-07-10T19:38:29.464Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25592026-07-10T19:38:29.801Z Compiling dropshot-api-manager-types v0.7.2
25602026-07-10T19:38:30.004Z Compiling sha1 v0.10.6
25612026-07-10T19:38:30.387Z Compiling tagptr v0.2.0
25622026-07-10T19:38:30.411Z Compiling utf-8 v0.7.6
25632026-07-10T19:38:30.433Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-07-10T19:38:30.506Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25652026-07-10T19:38:30.578Z Compiling moka v0.12.13
25662026-07-10T19:38:30.647Z Compiling tungstenite v0.21.0
25672026-07-10T19:38:30.695Z Compiling display-error-chain v0.2.2
25682026-07-10T19:38:30.887Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-07-10T19:38:30.910Z Compiling radium v0.7.0
25702026-07-10T19:38:30.931Z Compiling maybe-uninit v2.0.0
25712026-07-10T19:38:31.253Z Compiling tokio-tungstenite v0.21.0
25722026-07-10T19:38:31.283Z Compiling tap v1.0.1
25732026-07-10T19:38:31.436Z Compiling wyz v0.5.1
25742026-07-10T19:38:31.637Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25752026-07-10T19:38:31.675Z Compiling hickory-resolver v0.25.2
25762026-07-10T19:38:31.978Z Compiling vergen-lib v0.1.6
25772026-07-10T19:38:32.112Z Compiling zerocopy-derive v0.6.6
25782026-07-10T19:38:32.214Z Compiling funty v2.0.0
25792026-07-10T19:38:32.766Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25802026-07-10T19:38:32.919Z Compiling diesel_derives v2.3.7
25812026-07-10T19:38:33.212Z Compiling packed_struct v0.10.1
25822026-07-10T19:38:33.233Z Compiling crc-catalog v2.4.0
25832026-07-10T19:38:33.358Z Compiling crc v3.4.0
25842026-07-10T19:38:33.572Z Compiling zerocopy v0.6.6
25852026-07-10T19:38:33.593Z Compiling bitvec v1.0.1
25862026-07-10T19:38:33.968Z Compiling scheduled-thread-pool v0.2.7
25872026-07-10T19:38:33.992Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-07-10T19:38:34.560Z Compiling dsl_auto_type v0.2.0
25892026-07-10T19:38:34.676Z Compiling packed_struct_codegen v0.10.1
25902026-07-10T19:38:34.700Z Compiling vergen-gitcl v1.0.8
25912026-07-10T19:38:34.908Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25922026-07-10T19:38:34.954Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25932026-07-10T19:38:35.063Z Compiling bitfield-macros v0.19.4
25942026-07-10T19:38:35.100Z Compiling diesel_table_macro_syntax v0.3.0
25952026-07-10T19:38:35.317Z Compiling dirs-sys-next v0.1.2
25962026-07-10T19:38:35.446Z Compiling proc-macro-error-attr2 v2.0.0
25972026-07-10T19:38:35.588Z Compiling indexmap v1.9.3
25982026-07-10T19:38:35.693Z Compiling nodrop v0.1.14
25992026-07-10T19:38:35.791Z Compiling glob v0.3.3
26002026-07-10T19:38:35.826Z Compiling maplit v1.0.2
26012026-07-10T19:38:35.847Z Compiling crunchy v0.2.4
26022026-07-10T19:38:35.890Z Compiling proc-macro-error2 v2.0.1
26032026-07-10T19:38:35.972Z Compiling array-init v0.0.4
26042026-07-10T19:38:36.155Z Compiling clang-sys v1.8.1
26052026-07-10T19:38:36.205Z Compiling bitfield v0.19.4
26062026-07-10T19:38:36.362Z Compiling dirs-next v2.0.0
26072026-07-10T19:38:36.561Z Compiling r2d2 v0.8.10
26082026-07-10T19:38:36.579Z Compiling smallvec v0.6.14
26092026-07-10T19:38:36.857Z Compiling num-derive v0.3.3
26102026-07-10T19:38:36.879Z Compiling tiny-keccak v2.0.2
26112026-07-10T19:38:36.923Z Compiling hashbrown v0.12.3
26122026-07-10T19:38:37.107Z Compiling downcast-rs v2.0.2
26132026-07-10T19:38:37.236Z Compiling serde-hex v0.1.0
26142026-07-10T19:38:37.394Z Compiling term v0.7.0
26152026-07-10T19:38:37.704Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-07-10T19:38:37.794Z Compiling libscf-sys v1.1.0
26172026-07-10T19:38:37.816Z Compiling tabled_derive v0.11.0
26182026-07-10T19:38:37.908Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-07-10T19:38:37.939Z Compiling ron v0.8.1
26202026-07-10T19:38:37.962Z Compiling papergrid v0.17.0
26212026-07-10T19:38:38.060Z Compiling testing_table v0.3.0
26222026-07-10T19:38:38.097Z Compiling hashbrown v0.13.2
26232026-07-10T19:38:38.151Z Compiling crc-any v2.5.0
26242026-07-10T19:38:38.496Z Compiling bit-vec v0.6.3
26252026-07-10T19:38:38.729Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-07-10T19:38:38.750Z Compiling bit-set v0.5.3
26272026-07-10T19:38:38.812Z Compiling object v0.30.4
26282026-07-10T19:38:38.898Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26292026-07-10T19:38:38.943Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-07-10T19:38:39.397Z Compiling tabled v0.20.0
26312026-07-10T19:38:39.419Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26322026-07-10T19:38:39.637Z Compiling ascii-canvas v3.0.0
26332026-07-10T19:38:39.888Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26342026-07-10T19:38:39.950Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-07-10T19:38:40.321Z Compiling progenitor-impl v0.13.0
26362026-07-10T19:38:40.541Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26372026-07-10T19:38:40.650Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-07-10T19:38:40.708Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26392026-07-10T19:38:40.850Z Compiling itertools v0.10.5
26402026-07-10T19:38:40.904Z Compiling ena v0.14.4
26412026-07-10T19:38:41.162Z Compiling libloading v0.8.9
26422026-07-10T19:38:41.183Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-10T19:38:41.206Z Compiling diesel v2.3.7
26442026-07-10T19:38:41.412Z Compiling diff v0.1.13
26452026-07-10T19:38:41.437Z Compiling path-slash v0.1.5
26462026-07-10T19:38:41.624Z Compiling bindgen v0.71.1
26472026-07-10T19:38:41.669Z Compiling regex-syntax v0.6.29
26482026-07-10T19:38:41.918Z Compiling unicase v2.9.0
26492026-07-10T19:38:41.956Z Compiling xshell-macros v0.2.7
26502026-07-10T19:38:42.167Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-07-10T19:38:42.379Z Compiling xshell v0.2.7
26522026-07-10T19:38:42.496Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-07-10T19:38:43.597Z Compiling lalrpop v0.19.12
26542026-07-10T19:38:43.642Z Compiling progenitor-macro v0.13.0
26552026-07-10T19:38:43.719Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26562026-07-10T19:38:44.517Z Compiling cexpr v0.6.0
26572026-07-10T19:38:45.153Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-07-10T19:38:45.286Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-07-10T19:38:45.428Z Compiling progenitor-client v0.13.0
26602026-07-10T19:38:45.757Z Compiling rustc-hash v2.1.1
26612026-07-10T19:38:45.964Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-07-10T19:38:47.153Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26632026-07-10T19:38:47.175Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-07-10T19:38:47.633Z Compiling progenitor v0.13.0
26652026-07-10T19:38:47.656Z Compiling headers-core v0.3.0
26662026-07-10T19:38:47.819Z Compiling libxml v0.3.3
26672026-07-10T19:38:47.843Z Compiling crc8 v0.1.1
26682026-07-10T19:38:47.874Z Compiling headers v0.4.1
26692026-07-10T19:38:47.980Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-07-10T19:38:48.135Z Compiling strum_macros v0.24.3
26712026-07-10T19:38:48.224Z Compiling indoc v1.0.9
26722026-07-10T19:38:48.438Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-07-10T19:38:48.458Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-07-10T19:38:48.669Z Compiling derive_builder v0.20.2
26752026-07-10T19:38:48.698Z Compiling quick-xml v0.37.5
26762026-07-10T19:38:48.836Z Compiling oso-derive v0.27.3
26772026-07-10T19:38:49.191Z Compiling impl-trait-for-tuples v0.2.3
26782026-07-10T19:38:49.369Z Compiling openssl-probe v0.1.6
26792026-07-10T19:38:49.436Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-07-10T19:38:49.506Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26812026-07-10T19:38:49.664Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-07-10T19:38:49.893Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-07-10T19:38:50.148Z Compiling bb8 v0.8.6
26842026-07-10T19:38:50.241Z Compiling trait-variant v0.1.2
26852026-07-10T19:38:50.449Z Compiling half v1.8.3
26862026-07-10T19:38:50.558Z Compiling samael v0.0.19
26872026-07-10T19:38:50.580Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26882026-07-10T19:38:50.806Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26892026-07-10T19:38:50.921Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26902026-07-10T19:38:51.003Z Compiling polar-core v0.27.3
26912026-07-10T19:38:51.718Z Compiling serde_cbor v0.11.2
26922026-07-10T19:38:51.725Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-07-10T19:38:51.725Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26942026-07-10T19:38:51.782Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26952026-07-10T19:38:51.869Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26962026-07-10T19:38:52.101Z Compiling nonempty v0.12.0
26972026-07-10T19:38:52.321Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26982026-07-10T19:38:52.412Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26992026-07-10T19:38:52.591Z Compiling fxhash v0.2.1
27002026-07-10T19:38:52.660Z Compiling libz-sys v1.1.24
27012026-07-10T19:38:52.784Z Compiling salty v0.3.0
27022026-07-10T19:38:53.223Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-07-10T19:38:53.466Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27042026-07-10T19:38:53.837Z Compiling kstat-rs v0.2.4
27052026-07-10T19:38:53.982Z Compiling arc-swap v1.8.2
27062026-07-10T19:38:54.127Z Compiling fs-err v2.11.0
27072026-07-10T19:38:54.369Z Compiling slog-scope v4.4.1
27082026-07-10T19:38:54.525Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27092026-07-10T19:38:54.563Z Compiling mime_guess v2.0.5
27102026-07-10T19:38:54.597Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27112026-07-10T19:38:55.087Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27122026-07-10T19:38:55.502Z Compiling rfc6979 v0.4.0
27132026-07-10T19:38:55.575Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27142026-07-10T19:38:55.683Z Compiling nanorand v0.7.0
27152026-07-10T19:38:55.909Z Compiling darling_core v0.23.0
27162026-07-10T19:38:56.047Z Compiling libgit2-sys v0.18.3+1.9.2
27172026-07-10T19:38:56.474Z Compiling parking_lot_core v0.8.6
27182026-07-10T19:38:56.799Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27192026-07-10T19:38:56.852Z Compiling flume v0.11.1
27202026-07-10T19:38:57.269Z Compiling ecdsa v0.16.9
27212026-07-10T19:38:57.927Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27222026-07-10T19:38:58.066Z Compiling darling_macro v0.23.0
27232026-07-10T19:38:58.215Z Compiling slog-stdlog v4.1.1
27242026-07-10T19:38:58.605Z Compiling diesel-dtrace v0.5.0
27252026-07-10T19:38:58.678Z Compiling async-bb8-diesel v0.2.1
27262026-07-10T19:38:58.833Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27272026-07-10T19:38:58.922Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27282026-07-10T19:38:59.036Z Compiling primeorder v0.13.6
27292026-07-10T19:38:59.119Z Compiling git-stub v1.0.0
27302026-07-10T19:38:59.353Z Compiling atty v0.2.14
27312026-07-10T19:38:59.382Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27322026-07-10T19:38:59.498Z Compiling strsim v0.10.0
27332026-07-10T19:38:59.622Z Compiling http-range v0.1.5
27342026-07-10T19:38:59.804Z Compiling instability v0.3.11
27352026-07-10T19:39:00.018Z Compiling oso v0.27.3
27362026-07-10T19:39:00.045Z Compiling parse-size v1.1.0
27372026-07-10T19:39:00.198Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27382026-07-10T19:39:00.267Z Compiling darling_core v0.13.4
27392026-07-10T19:39:01.905Z Compiling git-stub-vcs v0.1.0
27402026-07-10T19:39:02.033Z Compiling p384 v0.13.1
27412026-07-10T19:39:02.266Z Compiling darling v0.23.0
27422026-07-10T19:39:02.379Z Compiling slog-envlogger v2.2.0
27432026-07-10T19:39:03.576Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27442026-07-10T19:39:04.225Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27452026-07-10T19:39:04.567Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27462026-07-10T19:39:05.788Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27472026-07-10T19:39:06.351Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27482026-07-10T19:39:06.522Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-07-10T19:39:06.543Z Compiling ignore v0.4.25
27502026-07-10T19:39:06.693Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-07-10T19:39:07.969Z Compiling castaway v0.2.4
27522026-07-10T19:39:08.123Z Compiling vergen-git2 v9.1.0
27532026-07-10T19:39:08.146Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-07-10T19:39:08.171Z Compiling indoc v2.0.7
27552026-07-10T19:39:08.432Z Compiling compact_str v0.8.1
27562026-07-10T19:39:08.469Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-10T19:39:09.285Z Compiling globwalk v0.9.1
27582026-07-10T19:39:09.405Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27592026-07-10T19:39:09.578Z Compiling parking_lot v0.11.2
27602026-07-10T19:39:09.953Z Compiling hyper-staticfile v0.10.1
27612026-07-10T19:39:09.977Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27622026-07-10T19:39:10.362Z Compiling darling_macro v0.13.4
27632026-07-10T19:39:10.507Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27642026-07-10T19:39:10.529Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-07-10T19:39:10.893Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27662026-07-10T19:39:10.918Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27672026-07-10T19:39:11.094Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27682026-07-10T19:39:11.118Z Compiling predicates-tree v1.0.13
27692026-07-10T19:39:11.461Z Compiling unicode-truncate v1.1.0
27702026-07-10T19:39:11.566Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27712026-07-10T19:39:11.686Z Compiling lru v0.12.5
27722026-07-10T19:39:11.709Z Compiling rand_seeder v0.4.0
27732026-07-10T19:39:11.815Z Compiling prefix-trie v0.7.0
27742026-07-10T19:39:11.919Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-07-10T19:39:11.970Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27762026-07-10T19:39:12.028Z Compiling illumos-nvpair-sys v0.2.0
27772026-07-10T19:39:12.060Z Compiling corncobs v0.1.4
27782026-07-10T19:39:12.235Z Compiling cassowary v0.3.0
27792026-07-10T19:39:12.325Z Compiling hickory-server v0.25.2
27802026-07-10T19:39:12.329Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-07-10T19:39:12.368Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27822026-07-10T19:39:12.421Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-07-10T19:39:12.575Z Compiling ratatui v0.29.0
27842026-07-10T19:39:12.699Z Compiling camino-tempfile-ext v0.3.3
27852026-07-10T19:39:13.037Z Compiling darling v0.13.4
27862026-07-10T19:39:13.109Z Compiling sled v0.34.7
27872026-07-10T19:39:13.156Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27882026-07-10T19:39:13.325Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27892026-07-10T19:39:13.840Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27902026-07-10T19:39:14.065Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-07-10T19:39:15.593Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-07-10T19:39:16.204Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27932026-07-10T19:39:16.235Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27942026-07-10T19:39:16.446Z Compiling secrecy v0.8.0
27952026-07-10T19:39:16.469Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-07-10T19:39:16.783Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27972026-07-10T19:39:17.397Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27982026-07-10T19:39:17.559Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-07-10T19:39:18.566Z Compiling serde_with_macros v1.5.2
28002026-07-10T19:39:18.706Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-07-10T19:39:19.368Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28022026-07-10T19:39:19.407Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28032026-07-10T19:39:20.082Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28042026-07-10T19:39:20.320Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28052026-07-10T19:39:20.557Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28062026-07-10T19:39:20.832Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-07-10T19:39:20.889Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28082026-07-10T19:39:21.075Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28092026-07-10T19:39:21.135Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-07-10T19:39:21.158Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28112026-07-10T19:39:21.309Z Compiling void v1.0.2
28122026-07-10T19:39:21.450Z Compiling lzss v0.8.2
28132026-07-10T19:39:21.737Z Compiling serde_with v1.14.0
28142026-07-10T19:39:21.762Z Compiling illumos-nvpair v0.3.0
28152026-07-10T19:39:21.908Z Compiling git2 v0.20.4
28162026-07-10T19:39:22.286Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28172026-07-10T19:39:22.889Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28182026-07-10T19:39:22.911Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28192026-07-10T19:39:22.935Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28202026-07-10T19:39:24.031Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28212026-07-10T19:39:25.501Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28222026-07-10T19:39:25.811Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28232026-07-10T19:39:26.007Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28242026-07-10T19:39:26.705Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28252026-07-10T19:39:26.749Z Compiling tungstenite v0.23.0
28262026-07-10T19:39:26.834Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28272026-07-10T19:39:26.950Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28282026-07-10T19:39:28.857Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28292026-07-10T19:39:28.895Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28302026-07-10T19:39:29.086Z Compiling nix v0.27.1
28312026-07-10T19:39:29.110Z Compiling twox-hash v2.1.2
28322026-07-10T19:39:29.113Z Compiling serde_bytes v0.11.19
28332026-07-10T19:39:29.224Z Compiling tokio-tungstenite v0.23.1
28342026-07-10T19:39:29.447Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28352026-07-10T19:39:29.472Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28362026-07-10T19:39:29.599Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28372026-07-10T19:39:29.620Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28382026-07-10T19:39:29.643Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28392026-07-10T19:39:30.287Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28402026-07-10T19:39:31.004Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28412026-07-10T19:39:31.644Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28422026-07-10T19:39:33.248Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28432026-07-10T19:39:33.678Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28442026-07-10T19:39:34.145Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28452026-07-10T19:39:34.245Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28462026-07-10T19:39:34.306Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28472026-07-10T19:39:34.704Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28482026-07-10T19:39:34.747Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-07-10T19:39:35.044Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-07-10T19:39:35.660Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28512026-07-10T19:39:35.937Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28522026-07-10T19:39:36.469Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-07-10T19:39:38.328Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-07-10T19:39:38.769Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28552026-07-10T19:39:40.613Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28562026-07-10T19:39:41.013Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28572026-07-10T19:39:41.037Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28582026-07-10T19:39:41.234Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-07-10T19:39:41.448Z Compiling fatfs v0.3.6
28602026-07-10T19:39:41.489Z Compiling signal-hook-tokio v0.3.1
28612026-07-10T19:39:41.624Z Compiling yasna v0.5.2
28622026-07-10T19:39:41.678Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28632026-07-10T19:39:41.981Z Compiling assert_matches v1.5.0
28642026-07-10T19:39:42.091Z Compiling seq-macro v0.3.6
28652026-07-10T19:39:42.313Z Compiling is_ci v1.2.0
28662026-07-10T19:39:42.523Z Compiling supports-color v3.0.2
28672026-07-10T19:39:42.609Z Compiling rcgen v0.12.1
28682026-07-10T19:39:42.736Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-07-10T19:39:43.210Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-07-10T19:39:44.034Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28712026-07-10T19:39:45.562Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28722026-07-10T19:39:45.843Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28732026-07-10T19:39:46.090Z Compiling rtoolbox v0.0.3
28742026-07-10T19:39:46.370Z Compiling subprocess v0.2.15
28752026-07-10T19:39:47.066Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28762026-07-10T19:39:47.209Z Compiling rpassword v7.4.0
28772026-07-10T19:39:47.556Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28782026-07-10T19:39:47.877Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28792026-07-10T19:39:48.616Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28802026-07-10T19:39:48.750Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28812026-07-10T19:39:49.854Z Compiling tui-tree-widget v0.23.1
28822026-07-10T19:39:50.153Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28832026-07-10T19:39:51.242Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28842026-07-10T19:39:51.668Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28852026-07-10T19:39:51.718Z Compiling uzers v0.12.2
28862026-07-10T19:39:51.910Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28872026-07-10T19:39:52.411Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28882026-07-10T19:39:53.442Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28892026-07-10T19:39:54.615Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28902026-07-10T19:39:55.627Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28912026-07-10T19:39:56.818Z Compiling support-bundle-viewer v0.1.2
28922026-07-10T19:39:57.797Z Compiling multimap v0.10.1
28932026-07-10T19:40:12.284Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28942026-07-10T19:40:13.800Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28952026-07-10T19:40:19.513Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28962026-07-10T19:40:19.780Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28972026-07-10T19:40:20.169Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28982026-07-10T19:46:29.024Z Finished `release` profile [optimized] target(s) in 8m 17s
28992026-07-10T19:47:14.506Z
29002026-07-10T19:47:14.506Zreal 9:04.240149322
29012026-07-10T19:47:14.506Zuser 1:17:50.554012747
29022026-07-10T19:47:14.509Zsys 3:26.712490484
29032026-07-10T19:47:14.509Ztrap 1.730086080
29042026-07-10T19:47:14.509Ztflt 1.948246414
29052026-07-10T19:47:14.509Zdflt 18.204977905
29062026-07-10T19:47:14.509Zkflt 0.006163260
29072026-07-10T19:47:14.509Zlock 6:29:45.821507376
29082026-07-10T19:47:14.509Zslp 2:09:45.239217539
29092026-07-10T19:47:14.510Zlat 2:17.760054539
29102026-07-10T19:47:14.511Zstop 5:00.856906935
29112026-07-10T19:47:14.511Z+ mapfile -t packages
29122026-07-10T19:47:14.511Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29132026-07-10T19:47:15.400Z Finished `release` profile [optimized] target(s) in 0.88s
29142026-07-10T19:47:15.467Z Running `target/release/omicron-package -t test list-outputs`
29152026-07-10T19:47:15.524ZLogging to: /work/oxidecomputer/omicron/out/LOG
29162026-07-10T19:47:15.527Z+ ptime -m cargo build --locked --release -p xtask
29172026-07-10T19:47:15.994Z Compiling libc v0.2.185
29182026-07-10T19:47:15.994Z Compiling serde_core v1.0.228
29192026-07-10T19:47:15.994Z Compiling serde v1.0.228
29202026-07-10T19:47:15.997Z Compiling rustix v1.1.3
29212026-07-10T19:47:15.997Z Compiling bitflags v2.11.0
29222026-07-10T19:47:16.130Z Compiling serde_json v1.0.150
29232026-07-10T19:47:16.151Z Compiling usdt-impl v0.5.0
29242026-07-10T19:47:16.154Z Compiling syn v2.0.117
29252026-07-10T19:47:16.174Z Compiling syn v1.0.109
29262026-07-10T19:47:16.185Z Compiling log v0.4.29
29272026-07-10T19:47:16.188Z Compiling getrandom v0.4.1
29282026-07-10T19:47:16.205Z Compiling indexmap v2.14.0
29292026-07-10T19:47:16.218Z Compiling fs-err v3.3.0
29302026-07-10T19:47:16.436Z Compiling heck v0.4.1
29312026-07-10T19:47:16.439Z Compiling once_cell v1.21.3
29322026-07-10T19:47:16.542Z Compiling anyhow v1.0.102
29332026-07-10T19:47:16.878Z Compiling errno v0.3.14
29342026-07-10T19:47:16.881Z Compiling thread-id v4.2.2
29352026-07-10T19:47:16.881Z Compiling memmap v0.7.0
29362026-07-10T19:47:17.621Z Compiling proc-macro-error v1.0.4
29372026-07-10T19:47:17.844Z Compiling terminal_size v0.4.3
29382026-07-10T19:47:17.847Z Compiling tempfile v3.25.0
29392026-07-10T19:47:17.867Z Compiling tabled_derive v0.7.0
29402026-07-10T19:47:17.947Z Compiling clap_builder v4.6.0
29412026-07-10T19:47:17.950Z Compiling textwrap v0.16.2
29422026-07-10T19:47:18.298Z Compiling camino v1.2.2
29432026-07-10T19:47:18.301Z Compiling pest_generator v2.8.6
29442026-07-10T19:47:18.308Z Compiling semver v1.0.28
29452026-07-10T19:47:18.344Z Compiling cargo-platform v0.3.2
29462026-07-10T19:47:18.557Z Compiling tabled v0.15.0
29472026-07-10T19:47:18.615Z Compiling camino-tempfile v1.4.1
29482026-07-10T19:47:18.801Z Compiling serde_derive v1.0.228
29492026-07-10T19:47:18.801Z Compiling thiserror-impl v1.0.69
29502026-07-10T19:47:18.805Z Compiling zerocopy-derive v0.7.35
29512026-07-10T19:47:18.805Z Compiling scroll_derive v0.12.1
29522026-07-10T19:47:18.805Z Compiling thiserror-impl v2.0.18
29532026-07-10T19:47:18.805Z Compiling clap_derive v4.6.1
29542026-07-10T19:47:18.872Z Compiling pest_derive v2.8.6
29552026-07-10T19:47:19.510Z Compiling scroll v0.12.0
29562026-07-10T19:47:19.649Z Compiling zerocopy v0.7.35
29572026-07-10T19:47:19.768Z Compiling goblin v0.8.2
29582026-07-10T19:47:19.942Z Compiling thiserror v2.0.18
29592026-07-10T19:47:19.965Z Compiling thiserror v1.0.69
29602026-07-10T19:47:20.064Z Compiling dtrace-parser v0.2.0
29612026-07-10T19:47:20.530Z Compiling clap v4.6.1
29622026-07-10T19:47:21.868Z Compiling dof v0.3.0
29632026-07-10T19:47:21.900Z Compiling serde_tokenstream v0.2.3
29642026-07-10T19:47:21.943Z Compiling serde_spanned v0.6.9
29652026-07-10T19:47:22.129Z Compiling toml_datetime v0.6.11
29662026-07-10T19:47:22.211Z Compiling cargo_metadata v0.23.1
29672026-07-10T19:47:22.226Z Compiling macaddr v1.0.1
29682026-07-10T19:47:22.301Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29692026-07-10T19:47:22.323Z Compiling toml_edit v0.22.27
29702026-07-10T19:47:22.640Z Compiling usdt-macro v0.5.0
29712026-07-10T19:47:22.640Z Compiling usdt-attr-macro v0.5.0
29722026-07-10T19:47:23.265Z Compiling usdt v0.5.0
29732026-07-10T19:47:23.835Z Compiling toml v0.8.23
29742026-07-10T19:47:24.266Z Compiling cargo_toml v0.21.0
29752026-07-10T19:47:28.686Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29762026-07-10T19:47:31.907Z Finished `release` profile [optimized] target(s) in 16.36s
29772026-07-10T19:47:32.047Z
29782026-07-10T19:47:32.047Zreal 16.483831613
29792026-07-10T19:47:32.047Zuser 2:05.400699499
29802026-07-10T19:47:32.047Zsys 13.852909229
29812026-07-10T19:47:32.047Ztrap 0.082966771
29822026-07-10T19:47:32.047Ztflt 0.462016128
29832026-07-10T19:47:32.050Zdflt 1.754182965
29842026-07-10T19:47:32.050Zkflt 0.000028260
29852026-07-10T19:47:32.051Zlock 4:30.916257524
29862026-07-10T19:47:32.051Zslp 2:43.363956461
29872026-07-10T19:47:32.051Zlat 4.322135405
29882026-07-10T19:47:32.051Zstop 14.596770733
29892026-07-10T19:47:32.051Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29902026-07-10T19:47:32.051Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29912026-07-10T19:47:32.051Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29922026-07-10T19:47:32.051Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29932026-07-10T19:47:32.051Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29942026-07-10T19:47:32.937Z Compiling progenitor-client v0.14.0
29952026-07-10T19:47:32.937Z Compiling newtype-uuid-macros v0.1.0
29962026-07-10T19:47:32.937Z Compiling match_cfg v0.1.0
29972026-07-10T19:47:32.937Z Compiling slog-json v2.6.1
29982026-07-10T19:47:32.937Z Compiling structmeta-derive v0.3.0
29992026-07-10T19:47:32.941Z Compiling sha1 v0.11.0
30002026-07-10T19:47:33.084Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30012026-07-10T19:47:33.128Z Compiling multer v3.1.0
30022026-07-10T19:47:33.140Z Compiling debug-ignore v1.0.5
30032026-07-10T19:47:33.143Z Compiling compression-core v0.4.31
30042026-07-10T19:47:33.143Z Compiling itertools v0.14.0
30052026-07-10T19:47:33.154Z Compiling async-stream-impl v0.3.6
30062026-07-10T19:47:33.159Z Compiling serde_spanned v1.1.1
30072026-07-10T19:47:33.159Z Compiling toml_datetime v1.1.1+spec-1.1.0
30082026-07-10T19:47:33.170Z Compiling hostname v0.3.1
30092026-07-10T19:47:33.173Z Compiling dropshot v0.17.1
30102026-07-10T19:47:33.173Z Compiling toml_writer v1.1.1+spec-1.1.0
30112026-07-10T19:47:33.274Z Compiling waitgroup v0.1.2
30122026-07-10T19:47:33.384Z Compiling slog-bunyan v2.5.0
30132026-07-10T19:47:33.420Z Compiling rustls-pemfile v2.2.0
30142026-07-10T19:47:33.420Z Compiling dropshot_endpoint v0.17.1
30152026-07-10T19:47:33.454Z Compiling serde_path_to_error v0.1.20
30162026-07-10T19:47:33.454Z Compiling hostname v0.4.2
30172026-07-10T19:47:33.458Z Compiling atomicwrites v0.4.4
30182026-07-10T19:47:33.507Z Compiling compression-codecs v0.4.37
30192026-07-10T19:47:33.560Z Compiling toml v1.1.2+spec-1.1.0
30202026-07-10T19:47:33.564Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30212026-07-10T19:47:33.593Z Compiling macaddr v1.0.1
30222026-07-10T19:47:33.617Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30232026-07-10T19:47:33.636Z Compiling instant v0.1.13
30242026-07-10T19:47:33.669Z Compiling regress v0.10.5
30252026-07-10T19:47:33.688Z Compiling backon v1.6.0
30262026-07-10T19:47:33.770Z Compiling async-compression v0.4.41
30272026-07-10T19:47:33.789Z Compiling backoff v0.4.0
30282026-07-10T19:47:33.792Z Compiling humantime v2.3.0
30292026-07-10T19:47:33.826Z Compiling half v2.7.1
30302026-07-10T19:47:33.842Z Compiling ciborium-io v0.2.2
30312026-07-10T19:47:33.862Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30322026-07-10T19:47:33.879Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30332026-07-10T19:47:33.929Z Compiling progenitor-extras v0.2.0
30342026-07-10T19:47:33.959Z Compiling crucible-workspace-hack v0.1.0
30352026-07-10T19:47:33.976Z Compiling regress v0.11.1
30362026-07-10T19:47:33.991Z Compiling async-stream v0.3.6
30372026-07-10T19:47:34.032Z Compiling convert_case v0.4.0
30382026-07-10T19:47:34.078Z Compiling ciborium-ll v0.2.2
30392026-07-10T19:47:34.118Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30402026-07-10T19:47:34.122Z Compiling secrecy v0.10.3
30412026-07-10T19:47:34.152Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30422026-07-10T19:47:34.185Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30432026-07-10T19:47:34.217Z Compiling inout v0.1.4
30442026-07-10T19:47:34.268Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30452026-07-10T19:47:34.314Z Compiling ciborium v0.2.2
30462026-07-10T19:47:34.332Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30472026-07-10T19:47:34.350Z Compiling unsafe-libyaml v0.2.11
30482026-07-10T19:47:34.368Z Compiling cipher v0.4.4
30492026-07-10T19:47:34.396Z Compiling thiserror-impl-no-std v2.0.2
30502026-07-10T19:47:34.436Z Compiling derive_more v0.99.20
30512026-07-10T19:47:34.514Z Compiling structmeta v0.3.0
30522026-07-10T19:47:34.549Z Compiling universal-hash v0.5.1
30532026-07-10T19:47:34.552Z Compiling opaque-debug v0.3.1
30542026-07-10T19:47:34.586Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30552026-07-10T19:47:34.589Z Compiling byte-wrapper v0.1.0
30562026-07-10T19:47:34.619Z Compiling chacha20 v0.9.1
30572026-07-10T19:47:34.644Z Compiling blake2 v0.10.6
30582026-07-10T19:47:34.661Z Compiling aead v0.5.2
30592026-07-10T19:47:34.709Z Compiling poly1305 v0.8.0
30602026-07-10T19:47:34.760Z Compiling derive-ex v0.1.8
30612026-07-10T19:47:34.890Z Compiling parse-display-derive v0.10.0
30622026-07-10T19:47:34.902Z Compiling serde_yaml v0.9.34+deprecated
30632026-07-10T19:47:34.903Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30642026-07-10T19:47:34.935Z Compiling password-hash v0.5.0
30652026-07-10T19:47:34.958Z Compiling toml_datetime v0.7.5+spec-1.1.0
30662026-07-10T19:47:35.039Z Compiling chacha20poly1305 v0.10.1
30672026-07-10T19:47:35.126Z Compiling toml_edit v0.23.10+spec-1.0.0
30682026-07-10T19:47:35.219Z Compiling argon2 v0.5.3
30692026-07-10T19:47:35.237Z Compiling indent_write v2.2.0
30702026-07-10T19:47:35.241Z Compiling heapless v0.8.0
30712026-07-10T19:47:35.363Z Compiling ingot-macros v0.1.1
30722026-07-10T19:47:35.398Z Compiling tabwriter v1.4.1
30732026-07-10T19:47:35.461Z Compiling hash32 v0.3.1
30742026-07-10T19:47:35.592Z Compiling typify-impl v0.6.2
30752026-07-10T19:47:35.636Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30762026-07-10T19:47:35.670Z Compiling thiserror-no-std v2.0.2
30772026-07-10T19:47:35.781Z Compiling vsss-rs v3.3.4
30782026-07-10T19:47:35.841Z Compiling proc-macro-crate v3.4.0
30792026-07-10T19:47:35.920Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30802026-07-10T19:47:36.169Z Compiling smoltcp v0.11.0
30812026-07-10T19:47:36.422Z Compiling cobs v0.3.0
30822026-07-10T19:47:36.422Z Compiling num_enum_derive v0.7.6
30832026-07-10T19:47:36.453Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30842026-07-10T19:47:36.514Z Compiling test-strategy v0.4.5
30852026-07-10T19:47:36.596Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30862026-07-10T19:47:36.644Z Compiling colored v3.1.1
30872026-07-10T19:47:36.664Z Compiling parse-display v0.10.0
30882026-07-10T19:47:36.728Z Compiling postcard v1.1.3
30892026-07-10T19:47:36.728Z Compiling proc-macro-error v1.0.4
30902026-07-10T19:47:36.856Z Compiling rand v0.10.1
30912026-07-10T19:47:36.992Z Compiling proc-macro-crate v1.3.1
30922026-07-10T19:47:37.030Z Compiling foreign-types-macros v0.2.3
30932026-07-10T19:47:37.047Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30942026-07-10T19:47:37.084Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30952026-07-10T19:47:37.101Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30962026-07-10T19:47:37.104Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30972026-07-10T19:47:37.310Z Compiling foreign-types-shared v0.3.1
30982026-07-10T19:47:37.356Z Compiling rayon-core v1.13.0
30992026-07-10T19:47:37.442Z Compiling crossbeam-deque v0.8.6
31002026-07-10T19:47:37.445Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31012026-07-10T19:47:37.476Z Compiling num_enum_derive v0.5.11
31022026-07-10T19:47:37.529Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31032026-07-10T19:47:37.560Z Compiling cstr-argument v0.1.2
31042026-07-10T19:47:37.606Z Compiling num_enum v0.7.6
31052026-07-10T19:47:37.625Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31062026-07-10T19:47:37.689Z Compiling foreign-types v0.5.0
31072026-07-10T19:47:37.738Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31082026-07-10T19:47:37.755Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31092026-07-10T19:47:37.795Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31102026-07-10T19:47:37.826Z Compiling zone_cfg_derive v0.3.1
31112026-07-10T19:47:37.885Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31122026-07-10T19:47:37.967Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31132026-07-10T19:47:37.983Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-07-10T19:47:38.035Z Compiling itertools v0.12.1
31152026-07-10T19:47:38.053Z Compiling num-derive v0.4.2
31162026-07-10T19:47:38.083Z Compiling rayon v1.11.0
31172026-07-10T19:47:38.087Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31182026-07-10T19:47:38.149Z Compiling sigpipe v0.1.3
31192026-07-10T19:47:38.185Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31202026-07-10T19:47:38.237Z Compiling cpubits v0.1.1
31212026-07-10T19:47:38.255Z Compiling glob v0.3.3
31222026-07-10T19:47:38.319Z Compiling ingot-types v0.1.2
31232026-07-10T19:47:38.337Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31242026-07-10T19:47:38.369Z Compiling smf v0.2.3
31252026-07-10T19:47:38.436Z Compiling whoami v1.6.1
31262026-07-10T19:47:38.522Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31272026-07-10T19:47:38.539Z Compiling gethostname v0.5.0
31282026-07-10T19:47:38.591Z Compiling usdt-macro v0.5.0
31292026-07-10T19:47:38.607Z Compiling num_enum v0.5.11
31302026-07-10T19:47:38.677Z Compiling usdt-attr-macro v0.5.0
31312026-07-10T19:47:38.694Z Compiling ingot v0.1.1
31322026-07-10T19:47:38.698Z Compiling num-rational v0.4.2
31332026-07-10T19:47:38.746Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31342026-07-10T19:47:38.763Z Compiling pem-rfc7468 v1.0.0
31352026-07-10T19:47:38.779Z Compiling num-complex v0.4.6
31362026-07-10T19:47:38.910Z Compiling memmap v0.7.0
31372026-07-10T19:47:39.038Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31382026-07-10T19:47:39.159Z Compiling derive-where v1.6.0
31392026-07-10T19:47:39.176Z Compiling num v0.4.3
31402026-07-10T19:47:39.231Z Compiling zone v0.3.1
31412026-07-10T19:47:39.271Z Compiling float-ord v0.3.2
31422026-07-10T19:47:39.340Z Compiling toml v0.8.23
31432026-07-10T19:47:39.357Z Compiling hmac v0.13.0
31442026-07-10T19:47:39.415Z Compiling universal-hash v0.6.1
31452026-07-10T19:47:39.431Z Compiling resolv-conf v0.7.6
31462026-07-10T19:47:39.450Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31472026-07-10T19:47:39.506Z Compiling cancel-safe-futures v0.1.5
31482026-07-10T19:47:39.539Z Compiling usdt v0.5.0
31492026-07-10T19:47:39.564Z Compiling owo-colors v4.3.0
31502026-07-10T19:47:39.580Z Compiling polyval v0.7.1
31512026-07-10T19:47:39.602Z Compiling der v0.8.0
31522026-07-10T19:47:39.753Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31532026-07-10T19:47:39.794Z Compiling libsw-core v0.3.2
31542026-07-10T19:47:39.810Z Compiling prettyplease v0.2.37
31552026-07-10T19:47:39.854Z Compiling ghash v0.6.0
31562026-07-10T19:47:39.908Z Compiling pbkdf2 v0.13.0
31572026-07-10T19:47:39.965Z Compiling libsw v3.5.0
31582026-07-10T19:47:39.985Z Compiling aes v0.9.1
31592026-07-10T19:47:40.001Z Compiling console v0.15.11
31602026-07-10T19:47:40.019Z Compiling hickory-proto v0.24.4
31612026-07-10T19:47:40.056Z Compiling newline-converter v0.3.0
31622026-07-10T19:47:40.097Z Compiling ctr v0.10.1
31632026-07-10T19:47:40.169Z Compiling aead v0.6.1
31642026-07-10T19:47:40.186Z Compiling sha2 v0.11.0
31652026-07-10T19:47:40.203Z Compiling typify-macro v0.6.2
31662026-07-10T19:47:40.218Z Compiling libefi-sys v0.1.0
31672026-07-10T19:47:40.326Z Compiling linked-hash-map v0.5.6
31682026-07-10T19:47:40.352Z Compiling linear-map v1.2.0
31692026-07-10T19:47:40.369Z Compiling expectorate v1.2.0
31702026-07-10T19:47:40.442Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31712026-07-10T19:47:40.538Z Compiling spki v0.8.0
31722026-07-10T19:47:40.556Z Compiling lru-cache v0.1.2
31732026-07-10T19:47:40.573Z Compiling aes-gcm v0.11.0
31742026-07-10T19:47:40.629Z Compiling crypto-bigint v0.7.5
31752026-07-10T19:47:40.645Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31762026-07-10T19:47:40.704Z Compiling cbc v0.2.1
31772026-07-10T19:47:40.779Z Compiling salsa20 v0.11.0
31782026-07-10T19:47:40.795Z Compiling bitfield-struct v0.6.2
31792026-07-10T19:47:40.812Z Compiling nom v8.0.0
31802026-07-10T19:47:40.883Z Compiling semver v0.1.20
31812026-07-10T19:47:40.946Z Compiling scrypt v0.12.0
31822026-07-10T19:47:40.964Z Compiling tokio-dtrace v0.1.1
31832026-07-10T19:47:41.124Z Compiling rustc_version v0.1.7
31842026-07-10T19:47:41.141Z Compiling dropshot-api-manager-types v0.7.2
31852026-07-10T19:47:41.203Z Compiling slog-dtrace v0.3.0
31862026-07-10T19:47:41.256Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31872026-07-10T19:47:41.274Z Compiling minimal-lexical v0.2.1
31882026-07-10T19:47:41.385Z Compiling newtype_derive v0.1.6
31892026-07-10T19:47:41.493Z Compiling nom v7.1.3
31902026-07-10T19:47:41.509Z Compiling oxide-tokio-rt v0.1.4
31912026-07-10T19:47:41.541Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-07-10T19:47:41.565Z Compiling pkcs5 v0.8.1
31932026-07-10T19:47:41.616Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31942026-07-10T19:47:41.633Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31952026-07-10T19:47:41.810Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31962026-07-10T19:47:41.836Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-07-10T19:47:41.854Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31982026-07-10T19:47:41.857Z Compiling phf_shared v0.12.1
31992026-07-10T19:47:41.890Z Compiling csv-core v0.1.13
32002026-07-10T19:47:42.073Z Compiling chrono-tz v0.10.4
32012026-07-10T19:47:42.090Z Compiling typify v0.6.2
32022026-07-10T19:47:42.105Z Compiling xshell-macros v0.2.7
32032026-07-10T19:47:42.131Z Compiling highway v1.3.0
32042026-07-10T19:47:42.168Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32052026-07-10T19:47:42.219Z Compiling progenitor-impl v0.14.0
32062026-07-10T19:47:42.250Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32072026-07-10T19:47:42.268Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32082026-07-10T19:47:42.300Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32092026-07-10T19:47:42.319Z Compiling hickory-resolver v0.24.4
32102026-07-10T19:47:42.455Z Compiling unicode-xid v0.2.6
32112026-07-10T19:47:42.546Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32122026-07-10T19:47:42.563Z Compiling xshell v0.2.7
32132026-07-10T19:47:42.613Z Compiling const_format_proc_macros v0.2.34
32142026-07-10T19:47:42.897Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32152026-07-10T19:47:43.111Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32162026-07-10T19:47:43.157Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32172026-07-10T19:47:43.212Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32182026-07-10T19:47:43.251Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32192026-07-10T19:47:43.341Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32202026-07-10T19:47:43.449Z Compiling qorb v0.4.1
32212026-07-10T19:47:43.507Z Compiling csv v1.4.0
32222026-07-10T19:47:43.570Z Compiling phf v0.12.1
32232026-07-10T19:47:43.727Z Compiling pkcs8 v0.11.0
32242026-07-10T19:47:43.892Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-07-10T19:47:44.011Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32262026-07-10T19:47:44.096Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32272026-07-10T19:47:44.171Z Compiling const_format v0.2.35
32282026-07-10T19:47:44.249Z Compiling tabled_derive v0.7.0
32292026-07-10T19:47:44.262Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-07-10T19:47:44.442Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32312026-07-10T19:47:44.508Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32322026-07-10T19:47:44.543Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32332026-07-10T19:47:44.598Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32342026-07-10T19:47:44.791Z Compiling bcs v0.1.6
32352026-07-10T19:47:44.926Z Compiling ff v0.14.0
32362026-07-10T19:47:44.944Z Compiling progenitor-macro v0.14.0
32372026-07-10T19:47:45.096Z Compiling salty v0.3.0
32382026-07-10T19:47:45.148Z Compiling tagptr v0.2.0
32392026-07-10T19:47:45.229Z Compiling termtree v0.5.1
32402026-07-10T19:47:45.256Z Compiling textwrap v0.16.2
32412026-07-10T19:47:45.295Z Compiling tabled v0.15.0
32422026-07-10T19:47:45.331Z Compiling moka v0.12.13
32432026-07-10T19:47:45.403Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-07-10T19:47:45.407Z Compiling steno v0.4.1
32452026-07-10T19:47:45.488Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32462026-07-10T19:47:45.552Z Compiling sha1 v0.10.6
32472026-07-10T19:47:45.596Z Compiling signature v3.0.0
32482026-07-10T19:47:45.663Z Compiling base64 v0.21.7
32492026-07-10T19:47:45.679Z Compiling radium v0.7.0
32502026-07-10T19:47:45.749Z Compiling base16ct v1.0.0
32512026-07-10T19:47:45.821Z Compiling group v0.14.0
32522026-07-10T19:47:45.932Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32532026-07-10T19:47:45.967Z Compiling sec1 v0.8.1
32542026-07-10T19:47:46.024Z Compiling hkdf v0.13.0
32552026-07-10T19:47:46.050Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-07-10T19:47:46.068Z Compiling rfc6979 v0.4.0
32572026-07-10T19:47:46.159Z Compiling hickory-resolver v0.25.2
32582026-07-10T19:47:46.214Z Compiling tap v1.0.1
32592026-07-10T19:47:46.235Z Compiling maybe-uninit v2.0.0
32602026-07-10T19:47:46.251Z Compiling elliptic-curve v0.14.0-rc.33
32612026-07-10T19:47:46.265Z Compiling ecdsa v0.16.9
32622026-07-10T19:47:46.353Z Compiling wyz v0.5.1
32632026-07-10T19:47:46.546Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32642026-07-10T19:47:46.581Z Compiling primeorder v0.13.6
32652026-07-10T19:47:46.628Z Compiling proc-macro-error-attr2 v2.0.0
32662026-07-10T19:47:46.690Z Compiling packed_struct v0.10.1
32672026-07-10T19:47:46.864Z Compiling funty v2.0.0
32682026-07-10T19:47:46.897Z Compiling utf-8 v0.7.6
32692026-07-10T19:47:46.964Z Compiling parking_lot_core v0.8.6
32702026-07-10T19:47:47.001Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32712026-07-10T19:47:47.079Z Compiling proc-macro-error2 v2.0.1
32722026-07-10T19:47:47.103Z Compiling tungstenite v0.21.0
32732026-07-10T19:47:47.262Z Compiling bitvec v1.0.1
32742026-07-10T19:47:47.331Z Compiling p384 v0.13.1
32752026-07-10T19:47:47.486Z Compiling rfc6979 v0.5.0
32762026-07-10T19:47:47.510Z Compiling git-stub v1.0.0
32772026-07-10T19:47:47.660Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32782026-07-10T19:47:47.677Z Compiling packed_struct_codegen v0.10.1
32792026-07-10T19:47:47.796Z Compiling num-derive v0.3.3
32802026-07-10T19:47:47.832Z Compiling bitfield-macros v0.19.4
32812026-07-10T19:47:47.911Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32822026-07-10T19:47:47.951Z Compiling zerocopy-derive v0.6.6
32832026-07-10T19:47:47.971Z Compiling indexmap v1.9.3
32842026-07-10T19:47:48.046Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32852026-07-10T19:47:48.064Z Compiling nodrop v0.1.14
32862026-07-10T19:47:48.198Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32872026-07-10T19:47:48.217Z Compiling crc-catalog v2.4.0
32882026-07-10T19:47:48.327Z Compiling crc v3.4.0
32892026-07-10T19:47:48.368Z Compiling array-init v0.0.4
32902026-07-10T19:47:48.453Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32912026-07-10T19:47:48.473Z Compiling git-stub-vcs v0.1.0
32922026-07-10T19:47:48.553Z Compiling tokio-tungstenite v0.21.0
32932026-07-10T19:47:48.632Z Compiling bitfield v0.19.4
32942026-07-10T19:47:48.750Z Compiling ecdsa v0.17.0-rc.18
32952026-07-10T19:47:48.778Z Compiling smallvec v0.6.14
32962026-07-10T19:47:48.795Z Compiling libscf-sys v1.1.0
32972026-07-10T19:47:48.871Z Compiling tabled_derive v0.11.0
32982026-07-10T19:47:48.929Z Compiling zerocopy v0.6.6
32992026-07-10T19:47:48.959Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33002026-07-10T19:47:48.977Z Compiling primeorder v0.14.0-rc.10
33012026-07-10T19:47:48.981Z Compiling primefield v0.14.0
33022026-07-10T19:47:49.014Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33032026-07-10T19:47:49.032Z Compiling progenitor-impl v0.13.0
33042026-07-10T19:47:49.190Z Compiling papergrid v0.17.0
33052026-07-10T19:47:49.293Z Compiling testing_table v0.3.0
33062026-07-10T19:47:49.297Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33072026-07-10T19:47:49.327Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33082026-07-10T19:47:49.345Z Compiling curve25519-dalek v5.0.0-rc.0
33092026-07-10T19:47:49.393Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33102026-07-10T19:47:49.485Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-07-10T19:47:49.501Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33122026-07-10T19:47:49.545Z Compiling unicase v2.9.0
33132026-07-10T19:47:49.649Z Compiling corncobs v0.1.4
33142026-07-10T19:47:49.750Z Compiling illumos-nvpair-sys v0.2.0
33152026-07-10T19:47:49.768Z Compiling hashbrown v0.12.3
33162026-07-10T19:47:49.787Z Compiling mime_guess v2.0.5
33172026-07-10T19:47:49.839Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-07-10T19:47:50.018Z Compiling progenitor v0.14.0
33192026-07-10T19:47:50.035Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-07-10T19:47:50.038Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-07-10T19:47:50.038Z Compiling parking_lot v0.11.2
33222026-07-10T19:47:50.176Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33232026-07-10T19:47:50.194Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33242026-07-10T19:47:50.276Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33252026-07-10T19:47:50.294Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33262026-07-10T19:47:50.328Z Compiling tabled v0.20.0
33272026-07-10T19:47:50.368Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33282026-07-10T19:47:50.387Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33292026-07-10T19:47:50.405Z Compiling serde-hex v0.1.0
33302026-07-10T19:47:50.466Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33312026-07-10T19:47:50.569Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33322026-07-10T19:47:50.793Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33332026-07-10T19:47:50.868Z Compiling ron v0.8.1
33342026-07-10T19:47:50.941Z Compiling ssh-encoding v0.3.0-rc.9
33352026-07-10T19:47:50.958Z Compiling hashbrown v0.13.2
33362026-07-10T19:47:51.068Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33372026-07-10T19:47:51.084Z Compiling progenitor-client v0.13.0
33382026-07-10T19:47:51.109Z Compiling prefix-trie v0.7.0
33392026-07-10T19:47:51.321Z Compiling fxhash v0.2.1
33402026-07-10T19:47:51.420Z Compiling secrecy v0.8.0
33412026-07-10T19:47:51.484Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-07-10T19:47:51.484Z Compiling crc-any v2.5.0
33432026-07-10T19:47:51.524Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-07-10T19:47:51.753Z Compiling sled v0.34.7
33452026-07-10T19:47:51.771Z Compiling progenitor-macro v0.13.0
33462026-07-10T19:47:51.789Z Compiling hickory-server v0.25.2
33472026-07-10T19:47:51.860Z Compiling object v0.30.4
33482026-07-10T19:47:51.916Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33492026-07-10T19:47:52.428Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33502026-07-10T19:47:52.539Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33512026-07-10T19:47:52.672Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33522026-07-10T19:47:52.820Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33532026-07-10T19:47:52.868Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33542026-07-10T19:47:53.422Z Compiling ed25519 v3.0.0
33552026-07-10T19:47:53.440Z Compiling crypto-primes v0.7.2
33562026-07-10T19:47:53.468Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33572026-07-10T19:47:53.674Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33582026-07-10T19:47:54.257Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-07-10T19:47:54.527Z Compiling pkcs1 v0.8.0-rc.4
33602026-07-10T19:47:54.566Z Compiling poly1305 v0.9.0
33612026-07-10T19:47:54.595Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33622026-07-10T19:47:54.613Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33632026-07-10T19:47:54.748Z Compiling blowfish v0.10.0
33642026-07-10T19:47:54.809Z Compiling blake2 v0.11.0-rc.6
33652026-07-10T19:47:54.954Z Compiling keccak v0.2.0
33662026-07-10T19:47:54.988Z Compiling http-range v0.1.5
33672026-07-10T19:47:55.043Z Compiling fiat-crypto v0.3.0
33682026-07-10T19:47:55.166Z Compiling half v1.8.3
33692026-07-10T19:47:55.187Z Compiling path-slash v0.1.5
33702026-07-10T19:47:55.204Z Compiling crc8 v0.1.1
33712026-07-10T19:47:55.224Z Compiling sha3 v0.11.0
33722026-07-10T19:47:55.346Z Compiling argon2 v0.6.0-rc.8
33732026-07-10T19:47:55.365Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33742026-07-10T19:47:55.369Z Compiling bcrypt-pbkdf v0.11.0
33752026-07-10T19:47:55.398Z Compiling serde_cbor v0.11.2
33762026-07-10T19:47:55.426Z Compiling ssh-cipher v0.3.0-rc.9
33772026-07-10T19:47:55.459Z Compiling rsa v0.10.0-rc.18
33782026-07-10T19:47:55.485Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-07-10T19:47:55.609Z Compiling ed25519-dalek v3.0.0-rc.0
33802026-07-10T19:47:55.714Z Compiling illumos-nvpair v0.3.0
33812026-07-10T19:47:55.992Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33822026-07-10T19:47:56.303Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33832026-07-10T19:47:56.339Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33842026-07-10T19:47:56.357Z Compiling p521 v0.14.0-rc.10
33852026-07-10T19:47:56.447Z Compiling p256 v0.14.0-rc.10
33862026-07-10T19:47:56.504Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33872026-07-10T19:47:56.554Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33882026-07-10T19:47:56.600Z Compiling yasna v0.5.2
33892026-07-10T19:47:56.640Z Compiling kstat-rs v0.2.4
33902026-07-10T19:47:56.953Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33912026-07-10T19:47:56.970Z Compiling headers-core v0.3.0
33922026-07-10T19:47:56.990Z Compiling kem v0.3.0
33932026-07-10T19:47:57.038Z Compiling progenitor v0.13.0
33942026-07-10T19:47:57.110Z Compiling module-lattice v0.2.3
33952026-07-10T19:47:57.127Z Compiling nanorand v0.7.0
33962026-07-10T19:47:57.142Z Compiling atty v0.2.14
33972026-07-10T19:47:57.204Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33982026-07-10T19:47:57.223Z Compiling headers v0.4.1
33992026-07-10T19:47:57.275Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34002026-07-10T19:47:57.320Z Compiling rcgen v0.12.1
34012026-07-10T19:47:57.337Z Compiling flume v0.11.1
34022026-07-10T19:47:57.378Z Compiling ml-kem v0.3.2
34032026-07-10T19:47:57.425Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34042026-07-10T19:47:57.668Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34052026-07-10T19:47:57.690Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-07-10T19:47:57.821Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-07-10T19:47:57.938Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34082026-07-10T19:47:58.043Z Compiling hyper-staticfile v0.10.1
34092026-07-10T19:47:58.210Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34102026-07-10T19:47:58.270Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34112026-07-10T19:47:58.342Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34122026-07-10T19:47:58.571Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34132026-07-10T19:47:58.603Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34142026-07-10T19:47:58.732Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34152026-07-10T19:47:59.034Z Compiling russh-cryptovec v0.61.0
34162026-07-10T19:47:59.051Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34172026-07-10T19:47:59.070Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34182026-07-10T19:47:59.093Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34192026-07-10T19:47:59.322Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34202026-07-10T19:47:59.360Z Compiling internal-russh-num-bigint v0.5.0
34212026-07-10T19:47:59.384Z Compiling num-bigint v0.4.6
34222026-07-10T19:47:59.547Z Compiling generic-array v1.4.3
34232026-07-10T19:47:59.646Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34242026-07-10T19:47:59.870Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-07-10T19:47:59.928Z Compiling russh-util v0.52.0
34262026-07-10T19:48:00.066Z Compiling enum_dispatch v0.3.13
34272026-07-10T19:48:00.082Z Compiling delegate v0.13.5
34282026-07-10T19:48:00.103Z Compiling subprocess v0.2.15
34292026-07-10T19:48:00.230Z Compiling p384 v0.14.0-rc.10
34302026-07-10T19:48:00.606Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34312026-07-10T19:48:00.670Z Compiling hex-literal v1.1.0
34322026-07-10T19:48:00.700Z Compiling md5 v0.8.0
34332026-07-10T19:48:00.803Z Compiling display-error-chain v0.2.2
34342026-07-10T19:48:00.848Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34352026-07-10T19:48:00.881Z Compiling colored v2.2.0
34362026-07-10T19:48:00.964Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34372026-07-10T19:48:00.982Z Compiling socket2 v0.5.10
34382026-07-10T19:48:01.002Z Compiling internet-checksum v0.2.1
34392026-07-10T19:48:01.080Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-07-10T19:48:02.344Z Compiling ssh-key v0.7.0-rc.10
34412026-07-10T19:48:02.431Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34422026-07-10T19:48:03.080Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34432026-07-10T19:48:03.555Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34442026-07-10T19:48:03.620Z Compiling russh v0.61.2
34452026-07-10T19:48:04.166Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34462026-07-10T19:48:04.817Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-07-10T19:48:13.191Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-07-10T19:48:13.191Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-07-10T19:48:13.191Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-07-10T19:48:13.194Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34512026-07-10T19:48:14.926Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34522026-07-10T19:48:15.013Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34532026-07-10T19:48:18.922Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34542026-07-10T19:48:58.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34552026-07-10T19:48:58.862Z
34562026-07-10T19:48:58.862Zreal 1:26.751317071
34572026-07-10T19:48:58.863Zuser 8:41.601290080
34582026-07-10T19:48:58.863Zsys 1:41.513288495
34592026-07-10T19:48:58.863Ztrap 0.267044260
34602026-07-10T19:48:58.863Ztflt 0.468233619
34612026-07-10T19:48:58.866Zdflt 1.547019434
34622026-07-10T19:48:58.866Zkflt 0.001117050
34632026-07-10T19:48:58.866Zlock 30:45.443371784
34642026-07-10T19:48:58.866Zslp 19:55.394308736
34652026-07-10T19:48:58.866Zlat 40.046005761
34662026-07-10T19:48:58.866Zstop 2:57.050649545
34672026-07-10T19:48:58.866Z+ mkdir tests
34682026-07-10T19:48:58.869Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-07-10T19:48:58.869Z+ xargs -I '{}' -t cp '{}' tests/
34702026-07-10T19:48:58.892Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a1ad97b8a73da808 tests/
34712026-07-10T19:48:58.921Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c280f43341499c6c tests/
34722026-07-10T19:48:58.950Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-c944bbd958f66fb3 tests/
34732026-07-10T19:48:58.976Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-956e3e3cb018db84 tests/
34742026-07-10T19:48:59.230Z+ 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)
34752026-07-10T19:48:59.233Z+ 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-c280f43341499c6c tests/commtest-c944bbd958f66fb3 tests/dhcp_server-a1ad97b8a73da808 tests/end_to_end_tests-956e3e3cb018db84 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
34762026-07-10T19:50:19.817ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-07-10T19:50:19.817Za .github/buildomat/ci-env.sh 1K
34782026-07-10T19:50:19.817Za out/target/test 1K
34792026-07-10T19:50:19.817Za out/npuzone/npuzone 27402K
34802026-07-10T19:50:19.817Za package-manifest.toml 35K
34812026-07-10T19:50:19.817Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-07-10T19:50:19.817Za target/release/omicron-package 40725K
34832026-07-10T19:50:19.817Za target/release/xtask 10468K
34842026-07-10T19:50:19.817Za target/debug/bootstrap 349418K
34852026-07-10T19:50:19.817Za tests/bootstrap-c280f43341499c6c 31974K
34862026-07-10T19:50:19.817Za tests/commtest-c944bbd958f66fb3 32169K
34872026-07-10T19:50:19.817Za tests/dhcp_server-a1ad97b8a73da808 31974K
34882026-07-10T19:50:19.818Za tests/end_to_end_tests-956e3e3cb018db84 399296K
34892026-07-10T19:50:19.818Za tools/opte_version 1K
34902026-07-10T19:50:19.818Za tools/opte_version_override 2K
34912026-07-10T19:50:19.818Za out/clickhouse.tar.gz 310727K
34922026-07-10T19:50:19.818Za out/clickhouse_keeper.tar.gz 297197K
34932026-07-10T19:50:19.818Za out/clickhouse_server.tar.gz 310724K
34942026-07-10T19:50:19.818Za out/cockroachdb.tar.gz 161737K
34952026-07-10T19:50:19.818Za out/crucible-pantry-zone.tar.gz 39110K
34962026-07-10T19:50:19.818Za out/crucible-utils.tar 18900K
34972026-07-10T19:50:19.818Za out/crucible-zone.tar.gz 53806K
34982026-07-10T19:50:19.818Za out/external-dns.tar.gz 46794K
34992026-07-10T19:50:19.818Za out/internal-dns.tar.gz 46794K
35002026-07-10T19:50:19.819Za out/mg-ddm-gz.tar 97917K
35012026-07-10T19:50:19.819Za out/nexus.tar.gz 274375K
35022026-07-10T19:50:19.819Za out/ntp.tar.gz 29911K
35032026-07-10T19:50:19.819Za out/omicron-gateway-softnpu.tar.gz 27554K
35042026-07-10T19:50:19.819Za out/omicron-sled-agent.tar 197549K
35052026-07-10T19:50:19.819Za out/overlay.tar.gz 3K
35062026-07-10T19:50:19.819Za out/oximeter.tar.gz 62136K
35072026-07-10T19:50:19.819Za out/oxlog.tar 3808K
35082026-07-10T19:50:19.819Za out/probe.tar.gz 3037K
35092026-07-10T19:50:19.819Za out/propolis-server.tar.gz 34372K
35102026-07-10T19:50:19.819Za out/pumpkind-gz.tar 26647K
35112026-07-10T19:50:19.819Za out/switch-softnpu.tar.gz 447946K
35122026-07-10T19:50:19.823Z
35132026-07-10T19:50:19.823Zreal 1:20.584285414
35142026-07-10T19:50:19.823Zuser 1:17.853142978
35152026-07-10T19:50:19.823Zsys 4.501098239
35162026-07-10T19:50:19.824Ztrap 0.006693412
35172026-07-10T19:50:19.824Ztflt 0.000000000
35182026-07-10T19:50:19.824Zdflt 0.000000000
35192026-07-10T19:50:19.824Zkflt 0.000000000
35202026-07-10T19:50:19.824Zlock 0.000000000
35212026-07-10T19:50:19.824Zslp 1:17.750482020
35222026-07-10T19:50:19.824Zlat 1.052781805
35232026-07-10T19:50:19.824Zstop 0.000161170
35242026-07-10T19:50:19.824Zprocess exited: duration 938157 ms, exit code 0
 
35252026-07-10T19:50:19.838Zfound 1 output files
35262026-07-10T19:50:19.838Zuploading: /work/package.tar.gz (2485643523 bytes)
35272026-07-10T19:50:48.880Zuploaded: /work/package.tar.gz