01KW11N9KJ8KZ6V9P124W7P7JF: 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: 01KW11NVFA07WW61XHB5XQA0T6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:06:46.987Zjob assigned to worker 01KW11P3QFYFP77JQRTN11XKG2 [factory aws, i-0fef5caa0df833948] (queued for 59 s)
 
22026-06-26T04:06:54.630Zstarting task 0: "setup"
32026-06-26T04:06:54.633Z++ uname -s
42026-06-26T04:06:54.636Z+ kern=SunOS
52026-06-26T04:06:54.637Z+ build_user=build
62026-06-26T04:06:54.637Z+ build_uid=12345
72026-06-26T04:06:54.637Z+ work_dir=/work
82026-06-26T04:06:54.637Z+ input_dir=/input
92026-06-26T04:06:54.637Z+ [[ 0 == 12345 ]]
102026-06-26T04:06:54.637Z+ case "$kern" in
112026-06-26T04:06:54.637Z+ groupadd -g 12345 build
122026-06-26T04:06:54.640Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:06:56.644Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:06:56.748Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:06:56.751Z+ home_fs=zfs
162026-06-26T04:06:56.751Z+ [[ zfs == autofs ]]
172026-06-26T04:06:56.751Z+ mkdir -p /home/build
182026-06-26T04:06:56.754Z+ chown build:build /home/build /work
192026-06-26T04:06:58.754Z+ chmod 0700 /home/build /work
202026-06-26T04:06:58.757Zprocess exited: duration 4130 ms, exit code 0
 
212026-06-26T04:06:58.763Zstarting task 1: "rust-toolchain"
222026-06-26T04:06:58.769Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:06:58.769Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-26T04:06:58.769Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-26T04:06:58.769Z * rust toolchain channel = "1.96.0"
262026-06-26T04:06:58.772Z * rust toolchain profile = "default"
272026-06-26T04:06:58.772Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T04:06:58.772Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:06:58.772Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:06:58.886Zinfo: downloading installer
312026-06-26T04:07:00.597Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:07:00.597Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:07:00.597Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:07:00.597Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:07:00.609Zinfo: profile set to default
362026-06-26T04:07:00.609Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:07:00.612Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:07:00.773Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:07:00.777Zinfo: downloading 6 components
402026-06-26T04:07:17.267Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-26T04:07:17.267Z
422026-06-26T04:07:17.296Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:07:17.296Z
442026-06-26T04:07:17.296Z
452026-06-26T04:07:17.297ZRust is installed now. Great!
462026-06-26T04:07:17.297Z
472026-06-26T04:07:17.297ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:07:17.297Zenvironment variable. This has not been done automatically.
492026-06-26T04:07:17.297Z
502026-06-26T04:07:17.297ZTo configure your current shell, you need to source
512026-06-26T04:07:17.297Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:07:17.297Z
532026-06-26T04:07:17.297ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:07:17.297Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:07:17.297Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:07:17.297Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:07:17.297Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:07:17.300Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:07:17.301Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:07:17.301Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:07:17.301Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:07:17.394Z+ rustup --version
632026-06-26T04:07:17.400Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:07:17.405Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:07:17.421Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:07:17.424Z+ cargo --version
672026-06-26T04:07:17.433Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:07:17.436Z+ rustc --version
692026-06-26T04:07:17.455Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:07:17.460Zprocess exited: duration 18694 ms, exit code 0
 
712026-06-26T04:07:17.467Zstarting task 2: "authentication"
722026-06-26T04:07:17.489Zprocess exited: duration 22 ms, exit code 0
 
732026-06-26T04:07:17.501Zstarting task 3: "clone repository"
742026-06-26T04:07:17.509Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T04:07:17.509Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T04:07:17.538ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T04:07:27.335Z+ cd /work/oxidecomputer/omicron
782026-06-26T04:07:27.335Z+ git fetch origin f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae
792026-06-26T04:07:27.621ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T04:07:27.621Z * branch f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae -> FETCH_HEAD
812026-06-26T04:07:27.636Z+ [[ -n renovate/crucible-agent-client-digest ]]
822026-06-26T04:07:27.639Z++ git branch --show-current
832026-06-26T04:07:27.639Z+ current=main
842026-06-26T04:07:27.639Z+ [[ main != renovate/crucible-agent-client-digest ]]
852026-06-26T04:07:27.639Z+ git branch -f renovate/crucible-agent-client-digest f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae
862026-06-26T04:07:27.642Z+ git checkout -f renovate/crucible-agent-client-digest
872026-06-26T04:07:27.885ZSwitched to branch 'renovate/crucible-agent-client-digest'
882026-06-26T04:07:27.888Z+ git reset --hard f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae
892026-06-26T04:07:27.913ZHEAD is now at f1ac12ce5 Update crucible-agent-client digest to 2bfe090
902026-06-26T04:07:27.918Zprocess exited: duration 10403 ms, exit code 0
 
912026-06-26T04:07:27.925Zstarting task 4: "build"
922026-06-26T04:07:27.931Z+ source .github/buildomat/ci-env.sh
932026-06-26T04:07:27.931Z++ export CARGO_TERM_COLOR=always
942026-06-26T04:07:27.931Z++ CARGO_TERM_COLOR=always
952026-06-26T04:07:27.931Z+ cargo --version
962026-06-26T04:07:27.940Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-26T04:07:27.945Z+ rustc --version
982026-06-26T04:07:27.962Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-26T04:07:27.966Z+ WORK=/work
1002026-06-26T04:07:27.966Z+ pfexec mkdir -p /work
1012026-06-26T04:07:27.969Z+ pfexec chown build /work
1022026-06-26T04:07:27.972Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-26T04:07:29.550Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-26T04:07:29.759Z Startup: Caching catalogs ... Done
1052026-06-26T04:07:30.259ZPlanning: Solver setup ... Done (0.447s)
1062026-06-26T04:07:30.284ZPlanning: Running solver ... Done (0.025s)
1072026-06-26T04:07:30.296ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-26T04:07:30.305ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-26T04:07:30.328ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-26T04:07:30.343ZPlanning: Package planning ... Done (0.014s)
1112026-06-26T04:07:30.346ZPlanning: Merging actions ... Done (0.002s)
1122026-06-26T04:07:30.511ZPlanning: Checking for conflicting actions ... Done (0.166s)
1132026-06-26T04:07:30.514ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-26T04:07:31.365ZPlanning: Evaluating mediators ... Done (0.854s)
1152026-06-26T04:07:31.369ZPlanning: Planning completed in 1.58 seconds
1162026-06-26T04:07:31.375Z Packages to install: 2
1172026-06-26T04:07:31.375Z Estimated space available: 156.06 GB
1182026-06-26T04:07:31.375ZEstimated space to be consumed: 30.96 MB
1192026-06-26T04:07:31.375Z Create boot environment: No
1202026-06-26T04:07:31.375ZCreate backup boot environment: No
1212026-06-26T04:07:31.378Z Rebuild boot archive: No
1222026-06-26T04:07:31.378Z
1232026-06-26T04:07:31.378ZChanged packages:
1242026-06-26T04:07:31.379Zhelios
1252026-06-26T04:07:31.379Z developer/build-essential
1262026-06-26T04:07:31.379Z None -> 11-3.0
1272026-06-26T04:07:31.379Z library/libxmlsec1
1282026-06-26T04:07:31.379Z None -> 1.2.35-3.0
1292026-06-26T04:07:31.401Z
1302026-06-26T04:07:31.402ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-26T04:07:31.919ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1322026-06-26T04:07:31.999Z Actions: 1/268 actions (Installing new actions)
1332026-06-26T04:07:32.039Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-26T04:07:32.051ZFinalize: Updating package state database ... Done (0.012s)
1352026-06-26T04:07:32.051ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-26T04:07:32.080ZFinalize: Updating image state ... Done (0.029s)
1372026-06-26T04:07:34.648ZFinalize: Creating fast lookup database ... Done (2.541s)
1382026-06-26T04:07:34.717ZFinalize: Reading search index ... Done (0.012s)
1392026-06-26T04:07:34.720ZFinalize: Updating search index ... Done (0.000s)
1402026-06-26T04:07:34.816ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-26T04:07:35.131ZPlanning: Evaluating mediator changes ... Done
1422026-06-26T04:07:35.237ZPlanning: Checking for conflicting actions ... Done
1432026-06-26T04:07:35.241ZPlanning: Consolidating action changes ... Done
1442026-06-26T04:07:35.396ZPlanning: Evaluating mediators ... Done
1452026-06-26T04:07:35.399ZPlanning: Planning completed in 0.27 seconds
1462026-06-26T04:07:35.419Z Mediators to change: 2
1472026-06-26T04:07:35.419Z Create boot environment: No
1482026-06-26T04:07:35.419ZCreate backup boot environment: No
1492026-06-26T04:07:35.467ZFinalize: Updating package state database ... Done
1502026-06-26T04:07:35.467ZFinalize: Updating package cache ... Done
1512026-06-26T04:07:35.487ZFinalize: Updating image state ... Done
1522026-06-26T04:07:37.437ZFinalize: Creating fast lookup database ... Done
1532026-06-26T04:07:37.499ZFinalize: Reading search index ... Done
1542026-06-26T04:07:37.503ZFinalize: Updating search index ... Done
1552026-06-26T04:07:37.561ZFinalize: Updating package cache ... Done
1562026-06-26T04:07:37.845ZPlanning: Evaluating mediator changes ... Done
1572026-06-26T04:07:37.950ZPlanning: Checking for conflicting actions ... Done
1582026-06-26T04:07:37.954ZPlanning: Consolidating action changes ... Done
1592026-06-26T04:07:38.106ZPlanning: Evaluating mediators ... Done
1602026-06-26T04:07:38.109ZPlanning: Planning completed in 0.26 seconds
1612026-06-26T04:07:38.130Z Mediators to change: 1
1622026-06-26T04:07:38.130Z Create boot environment: No
1632026-06-26T04:07:38.133ZCreate backup boot environment: No
1642026-06-26T04:07:38.169ZFinalize: Updating package state database ... Done
1652026-06-26T04:07:38.169ZFinalize: Updating package cache ... Done
1662026-06-26T04:07:38.186ZFinalize: Updating image state ... Done
1672026-06-26T04:07:40.127ZFinalize: Creating fast lookup database ... Done
1682026-06-26T04:07:40.186ZFinalize: Reading search index ... Done
1692026-06-26T04:07:40.191ZFinalize: Updating search index ... Done
1702026-06-26T04:07:40.238ZFinalize: Updating package cache ... Done
1712026-06-26T04:07:40.548ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-26T04:07:40.548Zapache system 2.4 system
1732026-06-26T04:07:40.548Zclang system 15 system
1742026-06-26T04:07:40.548Zcsh system system illumos
1752026-06-26T04:07:40.548Zctags system system illumos
1762026-06-26T04:07:40.548Zfile vendor vendor darwinsys
1772026-06-26T04:07:40.548Zfile system system illumos
1782026-06-26T04:07:40.548Zgcc vendor 14 vendor
1792026-06-26T04:07:40.548Zgcc system 13 system
1802026-06-26T04:07:40.548Zgcc system 10 system
1812026-06-26T04:07:40.548Zgo system 1.25 system
1822026-06-26T04:07:40.548Zllvm system 15 system
1832026-06-26T04:07:40.548Zmariadb system 11.4 system
1842026-06-26T04:07:40.548Zmta vendor vendor dma
1852026-06-26T04:07:40.548Zopenjdk system 17 system
1862026-06-26T04:07:40.548Zopenjdk system 11 system
1872026-06-26T04:07:40.548Zopenssl vendor 3 vendor
1882026-06-26T04:07:40.548Zperl system 5.40 system
1892026-06-26T04:07:40.548Zpostgresql system 18 system
1902026-06-26T04:07:40.548Zpostgresql system 17 system
1912026-06-26T04:07:40.548Zpython vendor 3 vendor
1922026-06-26T04:07:40.548Zpython system 2 system
1932026-06-26T04:07:40.548Zpython3 vendor 3.13 vendor
1942026-06-26T04:07:40.548Zruby system 3.4 system
1952026-06-26T04:07:40.548Zruby system 3.0 system
1962026-06-26T04:07:40.548Zwords vendor vendor american-english
1972026-06-26T04:07:40.548Zwords system system australian-english
1982026-06-26T04:07:40.548Zwords system system british-english
1992026-06-26T04:07:40.548Zwords system system canadian-english
2002026-06-26T04:07:40.548Zwords system system french
2012026-06-26T04:07:40.548Zwords system system italian
2022026-06-26T04:07:40.548Zwords system system ngerman
2032026-06-26T04:07:40.548Zwords system system ogerman
2042026-06-26T04:07:40.548Zwords system system spanish
2052026-06-26T04:07:40.806ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-26T04:07:40.806Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-26T04:07:41.114ZFMRI IFO
2082026-06-26T04:07:41.114Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-26T04:07:41.114Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-26T04:07:41.114Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-26T04:07:41.114Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-26T04:07:41.114Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-26T04:07:41.114Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-26T04:07:41.114Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-26T04:07:41.114Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-26T04:07:41.114Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-26T04:07:41.362Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-26T04:07:41.657Z Updating crates.io index
2192026-06-26T04:07:41.660Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-26T04:07:41.890Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-26T04:07:42.243Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-26T04:07:42.563Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-26T04:07:43.538Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-26T04:07:44.060Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-26T04:07:45.568Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-26T04:07:46.330Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-26T04:07:46.593Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-26T04:07:47.777Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-26T04:07:48.221Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-26T04:07:48.531Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-26T04:07:48.812Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-26T04:07:49.270Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-26T04:07:49.793Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-26T04:07:50.060Z Updating git repository `https://github.com/oxidecomputer/crucible`
2352026-06-26T04:07:50.540Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2362026-06-26T04:07:50.819Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2372026-06-26T04:07:51.114Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2382026-06-26T04:07:51.426Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-26T04:07:51.674Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2402026-06-26T04:07:51.922Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2412026-06-26T04:07:52.208Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2422026-06-26T04:07:52.556Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2432026-06-26T04:07:52.894Z Updating git repository `https://github.com/oxidecomputer/erebor`
2442026-06-26T04:07:53.146Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2452026-06-26T04:07:53.563Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2462026-06-26T04:07:53.838Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2472026-06-26T04:07:54.152Z Updating git repository `https://github.com/oxidecomputer/ispf`
2482026-06-26T04:07:54.411Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2492026-06-26T04:07:54.645Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502026-06-26T04:07:54.979Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-26T04:07:55.364Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2522026-06-26T04:07:55.803Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-06-26T04:07:56.084Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2542026-06-26T04:07:56.345Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2552026-06-26T04:07:56.633Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2562026-06-26T04:07:57.116Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2572026-06-26T04:07:57.372Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2582026-06-26T04:07:57.686Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2592026-06-26T04:07:57.960Z Updating git repository `https://github.com/illumos/smf-rs`
2602026-06-26T04:08:00.650Z Downloading crates ...
2612026-06-26T04:08:00.717Z Downloaded serde-value v0.7.0
2622026-06-26T04:08:00.723Z Downloaded cargo-util-schemas v0.8.2
2632026-06-26T04:08:00.726Z Downloaded dof v0.3.0
2642026-06-26T04:08:00.726Z Downloaded generic-array v0.14.7
2652026-06-26T04:08:00.732Z Downloaded zmij v1.0.21
2662026-06-26T04:08:00.732Z Downloaded colorchoice v1.0.4
2672026-06-26T04:08:00.732Z Downloaded bytecount v0.6.9
2682026-06-26T04:08:00.735Z Downloaded is_terminal_polyfill v1.70.2
2692026-06-26T04:08:00.735Z Downloaded crypto-common v0.1.7
2702026-06-26T04:08:00.735Z Downloaded version_check v0.9.5
2712026-06-26T04:08:00.738Z Downloaded scroll_derive v0.12.1
2722026-06-26T04:08:00.744Z Downloaded serde_tokenstream v0.2.3
2732026-06-26T04:08:00.747Z Downloaded tempfile v3.25.0
2742026-06-26T04:08:00.751Z Downloaded once_cell v1.21.3
2752026-06-26T04:08:00.754Z Downloaded unicode-linebreak v0.1.5
2762026-06-26T04:08:00.754Z Downloaded thiserror v2.0.18
2772026-06-26T04:08:00.757Z Downloaded utf8parse v0.2.2
2782026-06-26T04:08:00.757Z Downloaded utf8_iter v1.0.4
2792026-06-26T04:08:00.761Z Downloaded yoke-derive v0.8.1
2802026-06-26T04:08:00.764Z Downloaded thread-id v4.2.2
2812026-06-26T04:08:00.764Z Downloaded zerofrom v0.1.6
2822026-06-26T04:08:00.768Z Downloaded zerofrom-derive v0.1.6
2832026-06-26T04:08:00.768Z Downloaded usdt-attr-macro v0.5.0
2842026-06-26T04:08:00.771Z Downloaded cargo-platform v0.2.0
2852026-06-26T04:08:00.771Z Downloaded fastrand v2.3.0
2862026-06-26T04:08:00.772Z Downloaded usdt v0.5.0
2872026-06-26T04:08:00.777Z Downloaded autocfg v1.5.0
2882026-06-26T04:08:00.785Z Downloaded toml_datetime v0.6.11
2892026-06-26T04:08:00.786Z Downloaded thiserror-impl v2.0.18
2902026-06-26T04:08:00.786Z Downloaded writeable v0.6.2
2912026-06-26T04:08:00.787Z Downloaded form_urlencoded v1.2.2
2922026-06-26T04:08:00.787Z Downloaded usdt-macro v0.5.0
2932026-06-26T04:08:00.787Z Downloaded fnv v1.0.7
2942026-06-26T04:08:00.815Z Downloaded typeid v1.0.3
2952026-06-26T04:08:00.815Z Downloaded serde-untagged v0.1.9
2962026-06-26T04:08:00.815Z Downloaded tinystr v0.8.2
2972026-06-26T04:08:00.816Z Downloaded displaydoc v0.2.5
2982026-06-26T04:08:00.816Z Downloaded thiserror-impl v1.0.69
2992026-06-26T04:08:00.816Z Downloaded thiserror v1.0.69
3002026-06-26T04:08:00.816Z Downloaded zerocopy-derive v0.7.35
3012026-06-26T04:08:00.816Z Downloaded toml_write v0.1.2
3022026-06-26T04:08:00.817Z Downloaded block-buffer v0.10.4
3032026-06-26T04:08:00.817Z Downloaded tabled v0.15.0
3042026-06-26T04:08:00.828Z Downloaded zerovec-derive v0.11.2
3052026-06-26T04:08:00.828Z Downloaded usdt-impl v0.5.0
3062026-06-26T04:08:00.828Z Downloaded getrandom v0.4.1
3072026-06-26T04:08:00.828Z Downloaded stable_deref_trait v1.2.1
3082026-06-26T04:08:00.828Z Downloaded cargo_toml v0.21.0
3092026-06-26T04:08:00.828Z Downloaded anstyle-parse v1.0.0
3102026-06-26T04:08:00.828Z Downloaded unicode-xid v0.2.6
3112026-06-26T04:08:00.828Z Downloaded yoke v0.8.1
3122026-06-26T04:08:00.828Z Downloaded macaddr v1.0.1
3132026-06-26T04:08:00.828Z Downloaded cpufeatures v0.2.17
3142026-06-26T04:08:00.828Z Downloaded textwrap v0.16.2
3152026-06-26T04:08:00.829Z Downloaded percent-encoding v2.3.2
3162026-06-26T04:08:00.829Z Downloaded serde_spanned v0.6.9
3172026-06-26T04:08:00.829Z Downloaded tabled_derive v0.7.0
3182026-06-26T04:08:00.829Z Downloaded strsim v0.11.1
3192026-06-26T04:08:00.829Z Downloaded itoa v1.0.17
3202026-06-26T04:08:00.829Z Downloaded ucd-trie v0.1.7
3212026-06-26T04:08:00.829Z Downloaded unicode-ident v1.0.24
3222026-06-26T04:08:00.829Z Downloaded typenum v1.19.0
3232026-06-26T04:08:00.829Z Downloaded proc-macro-error-attr v1.0.4
3242026-06-26T04:08:00.829Z Downloaded toml v0.8.23
3252026-06-26T04:08:00.839Z Downloaded cfg-if v1.0.4
3262026-06-26T04:08:00.839Z Downloaded zerotrie v0.2.3
3272026-06-26T04:08:00.839Z Downloaded toml_edit v0.22.27
3282026-06-26T04:08:00.839Z Downloaded url v2.5.8
3292026-06-26T04:08:00.839Z Downloaded heck v0.4.1
3302026-06-26T04:08:00.839Z Downloaded dtrace-parser v0.2.0
3312026-06-26T04:08:00.843Z Downloaded terminal_size v0.4.3
3322026-06-26T04:08:00.846Z Downloaded zerovec v0.11.5
3332026-06-26T04:08:00.849Z Downloaded swrite v0.1.0
3342026-06-26T04:08:00.849Z Downloaded memmap v0.7.0
3352026-06-26T04:08:00.849Z Downloaded clap_lex v1.0.0
3362026-06-26T04:08:00.852Z Downloaded smawk v0.3.2
3372026-06-26T04:08:00.852Z Downloaded errno v0.3.14
3382026-06-26T04:08:00.852Z Downloaded idna_adapter v1.2.1
3392026-06-26T04:08:00.857Z Downloaded pretty-hex v0.4.1
3402026-06-26T04:08:00.860Z Downloaded zerocopy v0.7.35
3412026-06-26T04:08:00.866Z Downloaded scroll v0.12.0
3422026-06-26T04:08:00.869Z Downloaded winnow v0.7.14
3432026-06-26T04:08:00.872Z Downloaded plain v0.2.3
3442026-06-26T04:08:00.875Z Downloaded potential_utf v0.1.4
3452026-06-26T04:08:00.875Z Downloaded anstream v1.0.0
3462026-06-26T04:08:00.875Z Downloaded unicode-width v0.2.0
3472026-06-26T04:08:00.878Z Downloaded unicode-width v0.1.14
3482026-06-26T04:08:00.881Z Downloaded cargo_metadata v0.21.0
3492026-06-26T04:08:00.884Z Downloaded sha2 v0.10.9
3502026-06-26T04:08:00.884Z Downloaded quote v1.0.45
3512026-06-26T04:08:00.887Z Downloaded litemap v0.8.1
3522026-06-26T04:08:00.887Z Downloaded camino-tempfile v1.4.1
3532026-06-26T04:08:00.887Z Downloaded proc-macro-error v1.0.4
3542026-06-26T04:08:00.890Z Downloaded anstyle-query v1.1.5
3552026-06-26T04:08:00.890Z Downloaded ordered-float v2.10.1
3562026-06-26T04:08:00.890Z Downloaded equivalent v1.0.2
3572026-06-26T04:08:00.890Z Downloaded byteorder v1.5.0
3582026-06-26T04:08:00.894Z Downloaded anstyle v1.0.14
3592026-06-26T04:08:00.901Z Downloaded heck v0.5.0
3602026-06-26T04:08:00.906Z Downloaded digest v0.10.7
3612026-06-26T04:08:00.911Z Downloaded erased-serde v0.4.9
3622026-06-26T04:08:00.915Z Downloaded fs-err v3.3.0
3632026-06-26T04:08:00.920Z Downloaded bitflags v2.11.0
3642026-06-26T04:08:00.923Z Downloaded smallvec v1.15.1
3652026-06-26T04:08:00.926Z Downloaded anyhow v1.0.102
3662026-06-26T04:08:00.930Z Downloaded clap_derive v4.6.1
3672026-06-26T04:08:00.933Z Downloaded serde_derive v1.0.228
3682026-06-26T04:08:00.936Z Downloaded pest_generator v2.8.6
3692026-06-26T04:08:00.940Z Downloaded semver v1.0.28
3702026-06-26T04:08:00.943Z Downloaded synstructure v0.13.2
3712026-06-26T04:08:00.959Z Downloaded serde_core v1.0.228
3722026-06-26T04:08:00.966Z Downloaded serde_json v1.0.149
3732026-06-26T04:08:00.969Z Downloaded pest_derive v2.8.6
3742026-06-26T04:08:00.972Z Downloaded papergrid v0.11.0
3752026-06-26T04:08:00.975Z Downloaded log v0.4.29
3762026-06-26T04:08:00.975Z Downloaded icu_provider v2.1.1
3772026-06-26T04:08:00.979Z Downloaded clap v4.6.1
3782026-06-26T04:08:00.982Z Downloaded num-traits v0.2.19
3792026-06-26T04:08:00.985Z Downloaded icu_normalizer v2.1.1
3802026-06-26T04:08:00.985Z Downloaded icu_locale_core v2.1.1
3812026-06-26T04:08:00.988Z Downloaded camino v1.2.2
3822026-06-26T04:08:00.991Z Downloaded icu_properties v2.1.2
3832026-06-26T04:08:00.996Z Downloaded pest_meta v2.8.6
3842026-06-26T04:08:00.996Z Downloaded serde v1.0.228
3852026-06-26T04:08:01.002Z Downloaded icu_normalizer_data v2.1.1
3862026-06-26T04:08:01.006Z Downloaded icu_collections v2.1.1
3872026-06-26T04:08:01.011Z Downloaded proc-macro2 v1.0.106
3882026-06-26T04:08:01.014Z Downloaded clap_builder v4.6.0
3892026-06-26T04:08:01.017Z Downloaded memchr v2.8.0
3902026-06-26T04:08:01.020Z Downloaded indexmap v2.14.0
3912026-06-26T04:08:01.033Z Downloaded pest v2.8.6
3922026-06-26T04:08:01.036Z Downloaded idna v1.1.0
3932026-06-26T04:08:01.039Z Downloaded goblin v0.8.2
3942026-06-26T04:08:01.051Z Downloaded syn v1.0.109
3952026-06-26T04:08:01.057Z Downloaded icu_properties_data v2.1.2
3962026-06-26T04:08:01.062Z Downloaded hashbrown v0.17.0
3972026-06-26T04:08:01.078Z Downloaded syn v2.0.117
3982026-06-26T04:08:01.097Z Downloaded rustix v1.1.3
3992026-06-26T04:08:01.128Z Downloaded libc v0.2.185
4002026-06-26T04:08:01.196Z Compiling proc-macro2 v1.0.106
4012026-06-26T04:08:01.197Z Compiling unicode-ident v1.0.24
4022026-06-26T04:08:01.197Z Compiling quote v1.0.45
4032026-06-26T04:08:01.200Z Compiling serde_core v1.0.228
4042026-06-26T04:08:01.200Z Compiling libc v0.2.185
4052026-06-26T04:08:01.200Z Compiling version_check v0.9.5
4062026-06-26T04:08:01.200Z Compiling stable_deref_trait v1.2.1
4072026-06-26T04:08:01.200Z Compiling serde v1.0.228
4082026-06-26T04:08:01.200Z Compiling memchr v2.8.0
4092026-06-26T04:08:01.200Z Compiling zmij v1.0.21
4102026-06-26T04:08:01.373Z Compiling thiserror v1.0.69
4112026-06-26T04:08:01.377Z Compiling ucd-trie v0.1.7
4122026-06-26T04:08:01.377Z Compiling itoa v1.0.17
4132026-06-26T04:08:01.377Z Compiling autocfg v1.5.0
4142026-06-26T04:08:01.377Z Compiling litemap v0.8.1
4152026-06-26T04:08:01.561Z Compiling writeable v0.6.2
4162026-06-26T04:08:01.611Z Compiling rustix v1.1.3
4172026-06-26T04:08:01.767Z Compiling icu_properties_data v2.1.2
4182026-06-26T04:08:01.874Z Compiling byteorder v1.5.0
4192026-06-26T04:08:01.877Z Compiling icu_normalizer_data v2.1.1
4202026-06-26T04:08:01.877Z Compiling bitflags v2.11.0
4212026-06-26T04:08:01.941Z Compiling serde_json v1.0.149
4222026-06-26T04:08:02.025Z Compiling pest v2.8.6
4232026-06-26T04:08:02.078Z Compiling num-traits v0.2.19
4242026-06-26T04:08:02.132Z Compiling hashbrown v0.17.0
4252026-06-26T04:08:02.223Z Compiling equivalent v1.0.2
4262026-06-26T04:08:02.240Z Compiling typeid v1.0.3
4272026-06-26T04:08:02.246Z Compiling smallvec v1.15.1
4282026-06-26T04:08:02.334Z Compiling usdt-impl v0.5.0
4292026-06-26T04:08:02.367Z Compiling proc-macro-error-attr v1.0.4
4302026-06-26T04:08:02.402Z Compiling errno v0.3.14
4312026-06-26T04:08:02.456Z Compiling thread-id v4.2.2
4322026-06-26T04:08:02.459Z Compiling toml_write v0.1.2
4332026-06-26T04:08:02.478Z Compiling erased-serde v0.4.9
4342026-06-26T04:08:02.484Z Compiling winnow v0.7.14
4352026-06-26T04:08:02.552Z Compiling syn v1.0.109
4362026-06-26T04:08:02.573Z Compiling proc-macro-error v1.0.4
4372026-06-26T04:08:02.613Z Compiling percent-encoding v2.3.2
4382026-06-26T04:08:02.699Z Compiling indexmap v2.14.0
4392026-06-26T04:08:02.803Z Compiling utf8parse v0.2.2
4402026-06-26T04:08:02.823Z Compiling thiserror v2.0.18
4412026-06-26T04:08:02.866Z Compiling syn v2.0.117
4422026-06-26T04:08:02.884Z Compiling getrandom v0.4.1
4432026-06-26T04:08:02.903Z Compiling utf8_iter v1.0.4
4442026-06-26T04:08:02.940Z Compiling log v0.4.29
4452026-06-26T04:08:02.943Z Compiling camino v1.2.2
4462026-06-26T04:08:02.943Z Compiling plain v0.2.3
4472026-06-26T04:08:03.070Z Compiling pest_meta v2.8.6
4482026-06-26T04:08:03.109Z Compiling anstyle-parse v1.0.0
4492026-06-26T04:08:03.303Z Compiling ordered-float v2.10.1
4502026-06-26T04:08:03.318Z Compiling form_urlencoded v1.2.2
4512026-06-26T04:08:03.339Z Compiling cfg-if v1.0.4
4522026-06-26T04:08:03.342Z Compiling anstyle-query v1.1.5
4532026-06-26T04:08:03.408Z Compiling colorchoice v1.0.4
4542026-06-26T04:08:03.423Z Compiling terminal_size v0.4.3
4552026-06-26T04:08:03.445Z Compiling pretty-hex v0.4.1
4562026-06-26T04:08:03.449Z Compiling is_terminal_polyfill v1.70.2
4572026-06-26T04:08:03.481Z Compiling anstyle v1.0.14
4582026-06-26T04:08:03.542Z Compiling fs-err v3.3.0
4592026-06-26T04:08:03.582Z Compiling anyhow v1.0.102
4602026-06-26T04:08:03.598Z Compiling heck v0.5.0
4612026-06-26T04:08:03.609Z Compiling once_cell v1.21.3
4622026-06-26T04:08:03.722Z Compiling anstream v1.0.0
4632026-06-26T04:08:03.744Z Compiling semver v1.0.28
4642026-06-26T04:08:03.775Z Compiling strsim v0.11.1
4652026-06-26T04:08:03.802Z Compiling unicode-width v0.1.14
4662026-06-26T04:08:03.876Z Compiling bytecount v0.6.9
4672026-06-26T04:08:03.918Z Compiling heck v0.4.1
4682026-06-26T04:08:04.032Z Compiling unicode-xid v0.2.6
4692026-06-26T04:08:04.052Z Compiling clap_lex v1.0.0
4702026-06-26T04:08:04.055Z Compiling fastrand v2.3.0
4712026-06-26T04:08:04.055Z Compiling fnv v1.0.7
4722026-06-26T04:08:04.106Z Compiling serde-untagged v0.1.9
4732026-06-26T04:08:04.166Z Compiling memmap v0.7.0
4742026-06-26T04:08:04.204Z Compiling papergrid v0.11.0
4752026-06-26T04:08:04.204Z Compiling unicode-width v0.2.0
4762026-06-26T04:08:04.244Z Compiling clap_builder v4.6.0
4772026-06-26T04:08:04.281Z Compiling tempfile v3.25.0
4782026-06-26T04:08:04.298Z Compiling smawk v0.3.2
4792026-06-26T04:08:04.353Z Compiling unicode-linebreak v0.1.5
4802026-06-26T04:08:04.391Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-06-26T04:08:04.457Z Compiling swrite v0.1.0
4822026-06-26T04:08:04.505Z Compiling camino-tempfile v1.4.1
4832026-06-26T04:08:04.563Z Compiling textwrap v0.16.2
4842026-06-26T04:08:04.846Z Compiling tabled_derive v0.7.0
4852026-06-26T04:08:05.414Z Compiling synstructure v0.13.2
4862026-06-26T04:08:05.414Z Compiling pest_generator v2.8.6
4872026-06-26T04:08:05.541Z Compiling tabled v0.15.0
4882026-06-26T04:08:05.934Z Compiling serde_derive v1.0.228
4892026-06-26T04:08:05.937Z Compiling zerofrom-derive v0.1.6
4902026-06-26T04:08:05.937Z Compiling yoke-derive v0.8.1
4912026-06-26T04:08:05.937Z Compiling zerovec-derive v0.11.2
4922026-06-26T04:08:05.938Z Compiling displaydoc v0.2.5
4932026-06-26T04:08:05.938Z Compiling thiserror-impl v1.0.69
4942026-06-26T04:08:05.951Z Compiling zerocopy-derive v0.7.35
4952026-06-26T04:08:05.985Z Compiling scroll_derive v0.12.1
4962026-06-26T04:08:06.019Z Compiling pest_derive v2.8.6
4972026-06-26T04:08:06.086Z Compiling thiserror-impl v2.0.18
4982026-06-26T04:08:06.125Z Compiling clap_derive v4.6.1
4992026-06-26T04:08:06.701Z Compiling scroll v0.12.0
5002026-06-26T04:08:06.832Z Compiling zerocopy v0.7.35
5012026-06-26T04:08:06.933Z Compiling goblin v0.8.2
5022026-06-26T04:08:07.097Z Compiling zerofrom v0.1.6
5032026-06-26T04:08:07.120Z Compiling dtrace-parser v0.2.0
5042026-06-26T04:08:07.202Z Compiling yoke v0.8.1
5052026-06-26T04:08:07.357Z Compiling zerovec v0.11.5
5062026-06-26T04:08:07.357Z Compiling zerotrie v0.2.3
5072026-06-26T04:08:07.508Z Compiling clap v4.6.1
5082026-06-26T04:08:07.769Z Compiling tinystr v0.8.2
5092026-06-26T04:08:07.769Z Compiling potential_utf v0.1.4
5102026-06-26T04:08:07.877Z Compiling icu_collections v2.1.1
5112026-06-26T04:08:07.945Z Compiling icu_locale_core v2.1.1
5122026-06-26T04:08:08.509Z Compiling serde_spanned v0.6.9
5132026-06-26T04:08:08.509Z Compiling toml_datetime v0.6.11
5142026-06-26T04:08:08.509Z Compiling serde-value v0.7.0
5152026-06-26T04:08:08.512Z Compiling cargo-platform v0.2.0
5162026-06-26T04:08:08.512Z Compiling macaddr v1.0.1
5172026-06-26T04:08:08.526Z Compiling icu_provider v2.1.1
5182026-06-26T04:08:08.529Z Compiling dof v0.3.0
5192026-06-26T04:08:08.529Z Compiling serde_tokenstream v0.2.3
5202026-06-26T04:08:08.691Z Compiling toml_edit v0.22.27
5212026-06-26T04:08:08.799Z Compiling icu_properties v2.1.2
5222026-06-26T04:08:08.799Z Compiling icu_normalizer v2.1.1
5232026-06-26T04:08:09.300Z Compiling usdt-attr-macro v0.5.0
5242026-06-26T04:08:09.304Z Compiling usdt-macro v0.5.0
5252026-06-26T04:08:09.599Z Compiling idna_adapter v1.2.1
5262026-06-26T04:08:09.706Z Compiling idna v1.1.0
5272026-06-26T04:08:09.889Z Compiling usdt v0.5.0
5282026-06-26T04:08:09.964Z Compiling url v2.5.8
5292026-06-26T04:08:09.979Z Compiling toml v0.8.23
5302026-06-26T04:08:10.308Z Compiling cargo_toml v0.21.0
5312026-06-26T04:08:10.387Z Compiling cargo-util-schemas v0.8.2
5322026-06-26T04:08:11.180Z Compiling cargo_metadata v0.21.0
5332026-06-26T04:08:12.106Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-26T04:08:14.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.00s
5352026-06-26T04:08:14.412Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-26T04:08:14.897Z Downloading crates ...
5372026-06-26T04:08:15.002Z Downloaded async-recursion v1.1.1
5382026-06-26T04:08:15.006Z Downloaded ahash v0.8.12
5392026-06-26T04:08:15.008Z Downloaded arrayvec v0.7.6
5402026-06-26T04:08:15.019Z Downloaded corncobs v0.1.4
5412026-06-26T04:08:15.022Z Downloaded const_format_proc_macros v0.2.34
5422026-06-26T04:08:15.025Z Downloaded camino-tempfile-ext v0.3.3
5432026-06-26T04:08:15.025Z Downloaded cipher v0.4.4
5442026-06-26T04:08:15.028Z Downloaded compact_str v0.8.1
5452026-06-26T04:08:15.031Z Downloaded aes v0.8.4
5462026-06-26T04:08:15.031Z Downloaded derive_more v2.1.1
5472026-06-26T04:08:15.037Z Downloaded bumpalo v3.20.2
5482026-06-26T04:08:15.040Z Downloaded float-ord v0.3.2
5492026-06-26T04:08:15.040Z Downloaded crc-any v2.5.0
5502026-06-26T04:08:15.043Z Downloaded dropshot_endpoint v0.17.0
5512026-06-26T04:08:15.047Z Downloaded float-cmp v0.10.0
5522026-06-26T04:08:15.047Z Downloaded crc-catalog v2.4.0
5532026-06-26T04:08:15.047Z Downloaded bcrypt-pbkdf v0.10.0
5542026-06-26T04:08:15.050Z Downloaded bzip2 v0.4.4
5552026-06-26T04:08:15.050Z Downloaded bit-set v0.8.0
5562026-06-26T04:08:15.050Z Downloaded bcs v0.1.6
5572026-06-26T04:08:15.050Z Downloaded blowfish v0.9.1
5582026-06-26T04:08:15.053Z Downloaded dsl_auto_type v0.2.0
5592026-06-26T04:08:15.053Z Downloaded argon2 v0.5.3
5602026-06-26T04:08:15.053Z Downloaded blake2 v0.10.6
5612026-06-26T04:08:15.057Z Downloaded ascii-canvas v3.0.0
5622026-06-26T04:08:15.057Z Downloaded aead v0.5.2
5632026-06-26T04:08:15.060Z Downloaded bit-vec v0.8.0
5642026-06-26T04:08:15.060Z Downloaded colored v2.2.0
5652026-06-26T04:08:15.065Z Downloaded dropshot-api-manager v0.7.2
5662026-06-26T04:08:15.069Z Downloaded fixedbitset v0.4.2
5672026-06-26T04:08:15.085Z Downloaded chrono v0.4.44
5682026-06-26T04:08:15.085Z Downloaded endian-type v0.1.2
5692026-06-26T04:08:15.085Z Downloaded foreign-types-macros v0.2.3
5702026-06-26T04:08:15.085Z Downloaded darling v0.20.11
5712026-06-26T04:08:15.085Z Downloaded cobs v0.3.0
5722026-06-26T04:08:15.085Z Downloaded ciborium-io v0.2.2
5732026-06-26T04:08:15.085Z Downloaded async-stream v0.3.6
5742026-06-26T04:08:15.086Z Downloaded flagset v0.4.7
5752026-06-26T04:08:15.086Z Downloaded cstr-argument v0.1.2
5762026-06-26T04:08:15.086Z Downloaded base64 v0.21.7
5772026-06-26T04:08:15.089Z Downloaded bitfield-struct v0.6.2
5782026-06-26T04:08:15.089Z Downloaded enum-as-inner v0.6.1
5792026-06-26T04:08:15.089Z Downloaded env_filter v1.0.0
5802026-06-26T04:08:15.093Z Downloaded arrayref v0.3.9
5812026-06-26T04:08:15.093Z Downloaded defmt-macros v1.0.1
5822026-06-26T04:08:15.096Z Downloaded buf-list v1.1.2
5832026-06-26T04:08:15.096Z Downloaded compression-core v0.4.31
5842026-06-26T04:08:15.096Z Downloaded constant_time_eq v0.4.2
5852026-06-26T04:08:15.099Z Downloaded crucible-workspace-hack v0.1.0
5862026-06-26T04:08:15.099Z Downloaded diesel_table_macro_syntax v0.3.0
5872026-06-26T04:08:15.099Z Downloaded crunchy v0.2.4
5882026-06-26T04:08:15.102Z Downloaded base16ct v0.2.0
5892026-06-26T04:08:15.102Z Downloaded cpufeatures v0.3.0
5902026-06-26T04:08:15.102Z Downloaded adler2 v2.0.1
5912026-06-26T04:08:15.106Z Downloaded cfg_aliases v0.1.1
5922026-06-26T04:08:15.106Z Downloaded anstyle-parse v0.2.7
5932026-06-26T04:08:15.106Z Downloaded dunce v1.0.5
5942026-06-26T04:08:15.106Z Downloaded defmt-parser v1.0.0
5952026-06-26T04:08:15.109Z Downloaded crossbeam-deque v0.8.6
5962026-06-26T04:08:15.109Z Downloaded crc32fast v1.5.0
5972026-06-26T04:08:15.113Z Downloaded futures-sink v0.3.32
5982026-06-26T04:08:15.116Z Downloaded dropshot-api-manager-types v0.7.2
5992026-06-26T04:08:15.116Z Downloaded document-features v0.2.12
6002026-06-26T04:08:15.116Z Downloaded bytes v1.11.1
6012026-06-26T04:08:15.119Z Downloaded futures-executor v0.3.32
6022026-06-26T04:08:15.122Z Downloaded bit-vec v0.6.3
6032026-06-26T04:08:15.122Z Downloaded darling_macro v0.21.3
6042026-06-26T04:08:15.122Z Downloaded defmt v0.3.100
6052026-06-26T04:08:15.125Z Downloaded dof v0.4.0
6062026-06-26T04:08:15.125Z Downloaded crc8 v0.1.1
6072026-06-26T04:08:15.125Z Downloaded assert_matches v1.5.0
6082026-06-26T04:08:15.129Z Downloaded array-init v0.0.4
6092026-06-26T04:08:15.132Z Downloaded fallible-iterator v0.2.0
6102026-06-26T04:08:15.132Z Downloaded csv-core v0.1.13
6112026-06-26T04:08:15.134Z Downloaded git-stub v1.0.0
6122026-06-26T04:08:15.135Z Downloaded cfg_aliases v0.2.1
6132026-06-26T04:08:15.137Z Downloaded bitfield-macros v0.19.4
6142026-06-26T04:08:15.137Z Downloaded crossbeam-utils v0.8.21
6152026-06-26T04:08:15.141Z Downloaded embedded-io v0.4.0
6162026-06-26T04:08:15.141Z Downloaded derive_builder_macro v0.20.2
6172026-06-26T04:08:15.141Z Downloaded curve25519-dalek-derive v0.1.1
6182026-06-26T04:08:15.145Z Downloaded dyn-clone v1.0.20
6192026-06-26T04:08:15.148Z Downloaded async-trait v0.1.89
6202026-06-26T04:08:15.152Z Downloaded async-bb8-diesel v0.2.1
6212026-06-26T04:08:15.152Z Downloaded cassowary v0.3.0
6222026-06-26T04:08:15.155Z Downloaded bitflags v1.3.2
6232026-06-26T04:08:15.155Z Downloaded futures-task v0.3.32
6242026-06-26T04:08:15.155Z Downloaded futures-io v0.3.32
6252026-06-26T04:08:15.155Z Downloaded display-error-chain v0.2.2
6262026-06-26T04:08:15.159Z Downloaded dirs-next v2.0.0
6272026-06-26T04:08:15.159Z Downloaded difflib v0.4.0
6282026-06-26T04:08:15.159Z Downloaded allocator-api2 v0.2.21
6292026-06-26T04:08:15.162Z Downloaded darling_macro v0.13.4
6302026-06-26T04:08:15.162Z Downloaded backoff v0.4.0
6312026-06-26T04:08:15.162Z Downloaded embedded-io v0.6.1
6322026-06-26T04:08:15.165Z Downloaded block-padding v0.3.3
6332026-06-26T04:08:15.165Z Downloaded bit-set v0.5.3
6342026-06-26T04:08:15.165Z Downloaded bb8 v0.8.6
6352026-06-26T04:08:15.165Z Downloaded darling_macro v0.23.0
6362026-06-26T04:08:15.168Z Downloaded fxhash v0.2.1
6372026-06-26T04:08:15.168Z Downloaded dtrace-parser v0.3.0
6382026-06-26T04:08:15.172Z Downloaded crc v3.4.0
6392026-06-26T04:08:15.175Z Downloaded ff v0.13.1
6402026-06-26T04:08:15.175Z Downloaded dirs-sys-next v0.1.2
6412026-06-26T04:08:15.178Z Downloaded filetime v0.2.27
6422026-06-26T04:08:15.178Z Downloaded ecdsa v0.16.9
6432026-06-26T04:08:15.181Z Downloaded foldhash v0.2.0
6442026-06-26T04:08:15.181Z Downloaded foldhash v0.1.5
6452026-06-26T04:08:15.184Z Downloaded getrandom v0.2.17
6462026-06-26T04:08:15.184Z Downloaded cbc v0.1.2
6472026-06-26T04:08:15.187Z Downloaded anstream v0.6.21
6482026-06-26T04:08:15.190Z Downloaded futures-macro v0.3.32
6492026-06-26T04:08:15.190Z Downloaded futures-core v0.3.32
6502026-06-26T04:08:15.194Z Downloaded darling_macro v0.20.11
6512026-06-26T04:08:15.195Z Downloaded castaway v0.2.4
6522026-06-26T04:08:15.195Z Downloaded env_logger v0.11.9
6532026-06-26T04:08:15.198Z Downloaded base64 v0.22.1
6542026-06-26T04:08:15.198Z Downloaded ciborium-ll v0.2.2
6552026-06-26T04:08:15.198Z Downloaded atomicwrites v0.4.4
6562026-06-26T04:08:15.198Z Downloaded async-stream-impl v0.3.6
6572026-06-26T04:08:15.201Z Downloaded foreign-types v0.3.2
6582026-06-26T04:08:15.204Z Downloaded atty v0.2.14
6592026-06-26T04:08:15.204Z Downloaded foreign-types-shared v0.3.1
6602026-06-26T04:08:15.204Z Downloaded foreign-types v0.5.0
6612026-06-26T04:08:15.208Z Downloaded downcast-rs v2.0.2
6622026-06-26T04:08:15.208Z Downloaded globwalk v0.9.1
6632026-06-26T04:08:15.211Z Downloaded hostname v0.4.2
6642026-06-26T04:08:15.211Z Downloaded fs-err v2.11.0
6652026-06-26T04:08:15.214Z Downloaded const-oid v0.9.6
6662026-06-26T04:08:15.214Z Downloaded der_derive v0.7.3
6672026-06-26T04:08:15.217Z Downloaded ed25519 v2.2.3
6682026-06-26T04:08:15.217Z Downloaded console v0.16.2
6692026-06-26T04:08:15.220Z Downloaded bitfield v0.19.4
6702026-06-26T04:08:15.221Z Downloaded convert_case v0.4.0
6712026-06-26T04:08:15.221Z Downloaded gethostname v0.5.0
6722026-06-26T04:08:15.225Z Downloaded cmake v0.1.57
6732026-06-26T04:08:15.225Z Downloaded fixedbitset v0.5.7
6742026-06-26T04:08:15.225Z Downloaded critical-section v1.2.0
6752026-06-26T04:08:15.225Z Downloaded cargo-platform v0.3.2
6762026-06-26T04:08:15.230Z Downloaded hyper-tls v0.6.0
6772026-06-26T04:08:15.230Z Downloaded diesel-dtrace v0.5.0
6782026-06-26T04:08:15.230Z Downloaded deranged v0.5.8
6792026-06-26T04:08:15.234Z Downloaded daft v0.1.7
6802026-06-26T04:08:15.234Z Downloaded ena v0.14.4
6812026-06-26T04:08:15.234Z Downloaded cookie_store v0.22.1
6822026-06-26T04:08:15.237Z Downloaded cexpr v0.6.0
6832026-06-26T04:08:15.237Z Downloaded compression-codecs v0.4.37
6842026-06-26T04:08:15.240Z Downloaded base64ct v1.8.3
6852026-06-26T04:08:15.240Z Downloaded debug-ignore v1.0.5
6862026-06-26T04:08:15.240Z Downloaded ar_archive_writer v0.5.1
6872026-06-26T04:08:15.244Z Downloaded darling v0.23.0
6882026-06-26T04:08:15.246Z Downloaded darling v0.13.4
6892026-06-26T04:08:15.249Z Downloaded hostname v0.3.1
6902026-06-26T04:08:15.250Z Downloaded hash32 v0.3.1
6912026-06-26T04:08:15.250Z Downloaded cargo_metadata v0.23.1
6922026-06-26T04:08:15.252Z Downloaded hex v0.4.3
6932026-06-26T04:08:15.253Z Downloaded glob v0.3.3
6942026-06-26T04:08:15.256Z Downloaded hubpack v0.1.2
6952026-06-26T04:08:15.256Z Downloaded derive_builder_core v0.20.2
6962026-06-26T04:08:15.257Z Downloaded diff v0.1.13
6972026-06-26T04:08:15.260Z Downloaded hex-literal v0.4.1
6982026-06-26T04:08:15.260Z Downloaded convert_case v0.10.0
6992026-06-26T04:08:15.260Z Downloaded home v0.5.12
7002026-06-26T04:08:15.260Z Downloaded cancel-safe-futures v0.1.5
7012026-06-26T04:08:15.263Z Downloaded http-range v0.1.5
7022026-06-26T04:08:15.263Z Downloaded darling v0.21.3
7032026-06-26T04:08:15.266Z Downloaded backon v1.6.0
7042026-06-26T04:08:15.269Z Downloaded illumos-nvpair v0.3.0
7052026-06-26T04:08:15.269Z Downloaded darling_core v0.20.11
7062026-06-26T04:08:15.272Z Downloaded git-stub-vcs v0.1.0
7072026-06-26T04:08:15.272Z Downloaded funty v2.0.0
7082026-06-26T04:08:15.277Z Downloaded globset v0.4.18
7092026-06-26T04:08:15.277Z Downloaded defmt v1.0.1
7102026-06-26T04:08:15.280Z Downloaded inout v0.1.4
7112026-06-26T04:08:15.280Z Downloaded illumos-nvpair-sys v0.2.0
7122026-06-26T04:08:15.280Z Downloaded instant v0.1.13
7132026-06-26T04:08:15.280Z Downloaded indent_write v2.2.0
7142026-06-26T04:08:15.283Z Downloaded byte-wrapper v0.1.0
7152026-06-26T04:08:15.283Z Downloaded hash32 v0.2.1
7162026-06-26T04:08:15.283Z Downloaded daft-derive v0.1.7
7172026-06-26T04:08:15.286Z Downloaded erased-serde v0.3.31
7182026-06-26T04:08:15.289Z Downloaded http-body v1.0.1
7192026-06-26T04:08:15.289Z Downloaded find-msvc-tools v0.1.9
7202026-06-26T04:08:15.289Z Downloaded derive_builder v0.20.2
7212026-06-26T04:08:15.294Z Downloaded hubpack_derive v0.1.1
7222026-06-26T04:08:15.297Z Downloaded headers-core v0.3.0
7232026-06-26T04:08:15.297Z Downloaded fd-lock v4.0.4
7242026-06-26T04:08:15.297Z Downloaded ciborium v0.2.2
7252026-06-26T04:08:15.300Z Downloaded fs_extra v1.3.0
7262026-06-26T04:08:15.300Z Downloaded http-body-util v0.1.3
7272026-06-26T04:08:15.303Z Downloaded lru-cache v0.1.2
7282026-06-26T04:08:15.303Z Downloaded kstat-rs v0.2.4
7292026-06-26T04:08:15.303Z Downloaded is_ci v1.2.0
7302026-06-26T04:08:15.306Z Downloaded ident_case v1.0.1
7312026-06-26T04:08:15.306Z Downloaded des v0.8.1
7322026-06-26T04:08:15.306Z Downloaded drift v0.2.0
7332026-06-26T04:08:15.313Z Downloaded indoc v2.0.7
7342026-06-26T04:08:15.316Z Downloaded httpdate v1.0.3
7352026-06-26T04:08:15.316Z Downloaded cookie v0.18.1
7362026-06-26T04:08:15.319Z Downloaded flume v0.11.1
7372026-06-26T04:08:15.322Z Downloaded lazy_static v1.5.0
7382026-06-26T04:08:15.322Z Downloaded console v0.15.11
7392026-06-26T04:08:15.325Z Downloaded colored v3.1.1
7402026-06-26T04:08:15.325Z Downloaded hyper-staticfile v0.10.1
7412026-06-26T04:08:15.328Z Downloaded humantime v2.3.0
7422026-06-26T04:08:15.328Z Downloaded group v0.13.0
7432026-06-26T04:08:15.331Z Downloaded chacha20 v0.10.0
7442026-06-26T04:08:15.331Z Downloaded internet-checksum v0.2.1
7452026-06-26T04:08:15.331Z Downloaded instability v0.3.11
7462026-06-26T04:08:15.334Z Downloaded cc v1.2.56
7472026-06-26T04:08:15.334Z Downloaded crossbeam-epoch v0.9.18
7482026-06-26T04:08:15.339Z Downloaded async-compression v0.4.41
7492026-06-26T04:08:15.342Z Downloaded libscf-sys v1.1.0
7502026-06-26T04:08:15.342Z Downloaded lalrpop-util v0.19.12
7512026-06-26T04:08:15.342Z Downloaded ingot-types v0.1.2
7522026-06-26T04:08:15.345Z Downloaded impl-trait-for-tuples v0.2.3
7532026-06-26T04:08:15.345Z Downloaded highway v1.3.0
7542026-06-26T04:08:15.348Z Downloaded futures-channel v0.3.32
7552026-06-26T04:08:15.348Z Downloaded mime v0.3.17
7562026-06-26T04:08:15.348Z Downloaded md-5 v0.10.6
7572026-06-26T04:08:15.351Z Downloaded indoc v1.0.9
7582026-06-26T04:08:15.351Z Downloaded lzss v0.8.2
7592026-06-26T04:08:15.354Z Downloaded linked-hash-map v0.5.6
7602026-06-26T04:08:15.354Z Downloaded multimap v0.10.1
7612026-06-26T04:08:15.354Z Downloaded clang-sys v1.8.1
7622026-06-26T04:08:15.357Z Downloaded new_debug_unreachable v1.0.6
7632026-06-26T04:08:15.357Z Downloaded memoffset v0.9.1
7642026-06-26T04:08:15.360Z Downloaded ipnetwork v0.21.1
7652026-06-26T04:08:15.360Z Downloaded data-encoding v2.10.0
7662026-06-26T04:08:15.360Z Downloaded ctr v0.9.2
7672026-06-26T04:08:15.363Z Downloaded ghash v0.5.1
7682026-06-26T04:08:15.363Z Downloaded foreign-types-shared v0.1.1
7692026-06-26T04:08:15.363Z Downloaded elliptic-curve v0.13.8
7702026-06-26T04:08:15.367Z Downloaded futures v0.3.32
7712026-06-26T04:08:15.370Z Downloaded is-terminal v0.4.17
7722026-06-26T04:08:15.370Z Downloaded half v1.8.3
7732026-06-26T04:08:15.373Z Downloaded nonempty v0.12.0
7742026-06-26T04:08:15.373Z Downloaded md5 v0.7.0
7752026-06-26T04:08:15.373Z Downloaded num v0.4.3
7762026-06-26T04:08:15.376Z Downloaded darling_core v0.13.4
7772026-06-26T04:08:15.379Z Downloaded num_threads v0.1.7
7782026-06-26T04:08:15.379Z Downloaded num-iter v0.1.45
7792026-06-26T04:08:15.379Z Downloaded normalize-line-endings v0.3.0
7802026-06-26T04:08:15.382Z Downloaded linear-map v1.2.0
7812026-06-26T04:08:15.382Z Downloaded ingot v0.1.1
7822026-06-26T04:08:15.382Z Downloaded newline-converter v0.3.0
7832026-06-26T04:08:15.382Z Downloaded newtype-uuid-macros v0.1.0
7842026-06-26T04:08:15.386Z Downloaded libsw-core v0.3.2
7852026-06-26T04:08:15.386Z Downloaded crypto-bigint v0.5.5
7862026-06-26T04:08:15.389Z Downloaded fatfs v0.3.6
7872026-06-26T04:08:15.392Z Downloaded newtype_derive v0.1.6
7882026-06-26T04:08:15.392Z Downloaded der v0.7.10
7892026-06-26T04:08:15.395Z Downloaded nu-ansi-term v0.50.3
7902026-06-26T04:08:15.398Z Downloaded libefi-sys v0.1.0
7912026-06-26T04:08:15.398Z Downloaded match_cfg v0.1.0
7922026-06-26T04:08:15.398Z Downloaded iana-time-zone v0.1.65
7932026-06-26T04:08:15.405Z Downloaded opaque-debug v0.3.1
7942026-06-26T04:08:15.405Z Downloaded openssl-macros v0.1.1
7952026-06-26T04:08:15.405Z Downloaded num-conv v0.2.0
7962026-06-26T04:08:15.408Z Downloaded num_enum_derive v0.5.11
7972026-06-26T04:08:15.408Z Downloaded getrandom v0.3.4
7982026-06-26T04:08:15.408Z Downloaded chacha20poly1305 v0.10.1
7992026-06-26T04:08:15.408Z Downloaded const_format v0.2.35
8002026-06-26T04:08:15.411Z Downloaded nanorand v0.7.0
8012026-06-26T04:08:15.412Z Downloaded openssl-probe v0.1.6
8022026-06-26T04:08:15.412Z Downloaded ingot-macros v0.1.1
8032026-06-26T04:08:15.415Z Downloaded ignore v0.4.25
8042026-06-26T04:08:15.415Z Downloaded nodrop v0.1.14
8052026-06-26T04:08:15.418Z Downloaded parse-display v0.10.0
8062026-06-26T04:08:15.418Z Downloaded packed_struct_codegen v0.10.1
8072026-06-26T04:08:15.418Z Downloaded keccak v0.1.6
8082026-06-26T04:08:15.421Z Downloaded maybe-uninit v2.0.0
8092026-06-26T04:08:15.421Z Downloaded path-slash v0.1.5
8102026-06-26T04:08:15.421Z Downloaded ipnet v2.11.0
8112026-06-26T04:08:15.421Z Downloaded hyper-rustls v0.27.7
8122026-06-26T04:08:15.424Z Downloaded hmac v0.12.1
8132026-06-26T04:08:15.424Z Downloaded native-tls v0.2.18
8142026-06-26T04:08:15.427Z Downloaded half v2.7.1
8152026-06-26T04:08:15.427Z Downloaded derive-where v1.6.0
8162026-06-26T04:08:15.430Z Downloaded darling_core v0.21.3
8172026-06-26T04:08:15.434Z Downloaded num-derive v0.4.2
8182026-06-26T04:08:15.438Z Downloaded managed v0.8.0
8192026-06-26T04:08:15.438Z Downloaded lock_api v0.4.14
8202026-06-26T04:08:15.438Z Downloaded pin-utils v0.1.0
8212026-06-26T04:08:15.441Z Downloaded libsw v3.5.0
8222026-06-26T04:08:15.441Z Downloaded num-derive v0.3.3
8232026-06-26T04:08:15.441Z Downloaded libbz2-rs-sys v0.2.2
8242026-06-26T04:08:15.444Z Downloaded darling_core v0.23.0
8252026-06-26T04:08:15.447Z Downloaded oso-derive v0.27.3
8262026-06-26T04:08:15.447Z Downloaded openssl-probe v0.2.1
8272026-06-26T04:08:15.447Z Downloaded parse-size v1.1.0
8282026-06-26T04:08:15.447Z Downloaded num_enum_derive v0.7.6
8292026-06-26T04:08:15.450Z Downloaded newtype-uuid v1.3.2
8302026-06-26T04:08:15.450Z Downloaded httparse v1.10.1
8312026-06-26T04:08:15.453Z Downloaded nibble_vec v0.1.0
8322026-06-26T04:08:15.453Z Downloaded num-integer v0.1.46
8332026-06-26T04:08:15.453Z Downloaded libloading v0.8.9
8342026-06-26T04:08:15.456Z Downloaded phf_shared v0.11.3
8352026-06-26T04:08:15.456Z Downloaded num-rational v0.4.2
8362026-06-26T04:08:15.456Z Downloaded crossbeam-channel v0.5.15
8372026-06-26T04:08:15.459Z Downloaded phf_shared v0.12.1
8382026-06-26T04:08:15.459Z Downloaded pbkdf2 v0.12.2
8392026-06-26T04:08:15.462Z Downloaded pbkdf2 v0.11.0
8402026-06-26T04:08:15.462Z Downloaded lru-slab v0.1.2
8412026-06-26T04:08:15.465Z Downloaded lru v0.12.5
8422026-06-26T04:08:15.465Z Downloaded maplit v1.0.2
8432026-06-26T04:08:15.465Z Downloaded num-complex v0.4.6
8442026-06-26T04:08:15.468Z Downloaded derive_more v0.99.20
8452026-06-26T04:08:15.471Z Downloaded memmap2 v0.9.10
8462026-06-26T04:08:15.471Z Downloaded arc-swap v1.8.2
8472026-06-26T04:08:15.474Z Downloaded password-hash v0.4.2
8482026-06-26T04:08:15.475Z Downloaded peg-runtime v0.8.5
8492026-06-26T04:08:15.477Z Downloaded either v1.15.0
8502026-06-26T04:08:15.477Z Downloaded derive-ex v0.1.8
8512026-06-26T04:08:15.477Z Downloaded chacha20 v0.9.1
8522026-06-26T04:08:15.494Z Downloaded progenitor-client v0.14.0
8532026-06-26T04:08:15.497Z Downloaded phf_shared v0.13.1
8542026-06-26T04:08:15.497Z Downloaded proc-macro-crate v1.3.1
8552026-06-26T04:08:15.497Z Downloaded paste v1.0.15
8562026-06-26T04:08:15.500Z Downloaded oxnet v0.1.6
8572026-06-26T04:08:15.500Z Downloaded multer v3.1.0
8582026-06-26T04:08:15.504Z Downloaded proc-macro-crate v3.4.0
8592026-06-26T04:08:15.504Z Downloaded precomputed-hash v0.1.1
8602026-06-26T04:08:15.504Z Downloaded mime_guess v2.0.5
8612026-06-26T04:08:15.507Z Downloaded flate2 v1.1.9
8622026-06-26T04:08:15.510Z Downloaded ed25519-dalek v2.2.0
8632026-06-26T04:08:15.510Z Downloaded predicates-tree v1.0.13
8642026-06-26T04:08:15.513Z Downloaded pem-rfc7468 v0.7.0
8652026-06-26T04:08:15.513Z Downloaded num_enum v0.7.6
8662026-06-26T04:08:15.517Z Downloaded heapless v0.7.17
8672026-06-26T04:08:15.520Z Downloaded progenitor-macro v0.14.0
8682026-06-26T04:08:15.520Z Downloaded progenitor-macro v0.13.0
8692026-06-26T04:08:15.520Z Downloaded peg v0.8.5
8702026-06-26T04:08:15.523Z Downloaded psl-types v2.0.11
8712026-06-26T04:08:15.523Z Downloaded derive_more-impl v2.1.1
8722026-06-26T04:08:15.526Z Downloaded pem v3.0.6
8732026-06-26T04:08:15.529Z Downloaded packed_struct v0.10.1
8742026-06-26T04:08:15.529Z Downloaded omicron-zone-package v0.12.2
8752026-06-26T04:08:15.532Z Downloaded quick-error v1.2.3
8762026-06-26T04:08:15.532Z Downloaded rand_chacha v0.3.1
8772026-06-26T04:08:15.532Z Downloaded radium v0.7.0
8782026-06-26T04:08:15.535Z Downloaded num_enum v0.5.11
8792026-06-26T04:08:15.539Z Downloaded parse-display-derive v0.10.0
8802026-06-26T04:08:15.539Z Downloaded owo-colors v4.3.0
8812026-06-26T04:08:15.539Z Downloaded pin-project-lite v0.2.17
8822026-06-26T04:08:15.542Z Downloaded pin-project-internal v1.1.11
8832026-06-26T04:08:15.544Z Downloaded parking_lot_core v0.9.12
8842026-06-26T04:08:15.545Z Downloaded parking_lot v0.11.2
8852026-06-26T04:08:15.549Z Downloaded password-hash v0.5.0
8862026-06-26T04:08:15.549Z Downloaded indexmap v1.9.3
8872026-06-26T04:08:15.552Z Downloaded phf v0.12.1
8882026-06-26T04:08:15.552Z Downloaded ref-cast v1.0.25
8892026-06-26T04:08:15.552Z Downloaded phf v0.13.1
8902026-06-26T04:08:15.555Z Downloaded rand_xorshift v0.4.0
8912026-06-26T04:08:15.555Z Downloaded primeorder v0.13.6
8922026-06-26T04:08:15.556Z Downloaded polyval v0.6.2
8932026-06-26T04:08:15.556Z Downloaded expectorate v1.2.0
8942026-06-26T04:08:15.559Z Downloaded ref-cast-impl v1.0.25
8952026-06-26T04:08:15.559Z Downloaded headers v0.4.1
8962026-06-26T04:08:15.562Z Downloaded indicatif v0.18.4
8972026-06-26T04:08:15.565Z Downloaded litrs v1.0.0
8982026-06-26T04:08:15.568Z Downloaded peg-macros v0.8.5
8992026-06-26T04:08:15.568Z Downloaded oxide-tokio-rt v0.1.4
9002026-06-26T04:08:15.571Z Downloaded progenitor v0.14.0
9012026-06-26T04:08:15.571Z Downloaded ppv-lite86 v0.2.21
9022026-06-26T04:08:15.571Z Downloaded proc-macro-error2 v2.0.1
9032026-06-26T04:08:15.574Z Downloaded rfc6979 v0.4.0
9042026-06-26T04:08:15.574Z Downloaded rtoolbox v0.0.3
9052026-06-26T04:08:15.577Z Downloaded powerfmt v0.2.0
9062026-06-26T04:08:15.577Z Downloaded rustc-hash v2.1.1
9072026-06-26T04:08:15.577Z Downloaded progenitor-extras v0.2.0
9082026-06-26T04:08:15.580Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-06-26T04:08:15.580Z Downloaded diesel_derives v2.3.7
9102026-06-26T04:08:15.583Z Downloaded parking_lot_core v0.8.6
9112026-06-26T04:08:15.586Z Downloaded recursive v0.1.1
9122026-06-26T04:08:15.587Z Downloaded predicates-core v1.0.10
9132026-06-26T04:08:15.587Z Downloaded predicates v3.1.4
9142026-06-26T04:08:15.590Z Downloaded progenitor-client v0.13.0
9152026-06-26T04:08:15.590Z Downloaded proc-macro-error-attr2 v2.0.0
9162026-06-26T04:08:15.590Z Downloaded rustc_version v0.4.1
9172026-06-26T04:08:15.590Z Downloaded hickory-resolver v0.24.4
9182026-06-26T04:08:15.593Z Downloaded r2d2 v0.8.10
9192026-06-26T04:08:15.593Z Downloaded heapless v0.8.0
9202026-06-26T04:08:15.596Z Downloaded poly1305 v0.8.0
9212026-06-26T04:08:15.599Z Downloaded pkg-config v0.3.32
9222026-06-26T04:08:15.599Z Downloaded olpc-cjson v0.1.4
9232026-06-26T04:08:15.599Z Downloaded jobserver v0.1.34
9242026-06-26T04:08:15.602Z Downloaded bzip2 v0.6.1
9252026-06-26T04:08:15.602Z Downloaded atomic-waker v1.1.2
9262026-06-26T04:08:15.605Z Downloaded papergrid v0.17.0
9272026-06-26T04:08:15.608Z Downloaded rand_core v0.6.4
9282026-06-26T04:08:15.608Z Downloaded russh-cryptovec v0.7.3
9292026-06-26T04:08:15.615Z Downloaded rand_chacha v0.9.0
9302026-06-26T04:08:15.619Z Downloaded pkcs8 v0.10.2
9312026-06-26T04:08:15.619Z Downloaded postcard v1.1.3
9322026-06-26T04:08:15.621Z Downloaded rand_seeder v0.4.0
9332026-06-26T04:08:15.622Z Downloaded rand_core v0.9.5
9342026-06-26T04:08:15.624Z Downloaded miniz_oxide v0.8.9
9352026-06-26T04:08:15.625Z Downloaded pkcs1 v0.7.5
9362026-06-26T04:08:15.628Z Downloaded jiff-static v0.2.21
9372026-06-26T04:08:15.631Z Downloaded hickory-resolver v0.25.2
9382026-06-26T04:08:15.634Z Downloaded postgres-protocol v0.6.10
9392026-06-26T04:08:15.634Z Downloaded progenitor v0.13.0
9402026-06-26T04:08:15.637Z Downloaded resolv-conf v0.7.6
9412026-06-26T04:08:15.637Z Downloaded scheduled-thread-pool v0.2.7
9422026-06-26T04:08:15.640Z Downloaded scrypt v0.11.0
9432026-06-26T04:08:15.645Z Downloaded same-file v1.0.6
9442026-06-26T04:08:15.648Z Downloaded parking_lot v0.12.5
9452026-06-26T04:08:15.651Z Downloaded rustc_version v0.1.7
9462026-06-26T04:08:15.651Z Downloaded oso v0.27.3
9472026-06-26T04:08:15.656Z Downloaded scopeguard v1.2.0
9482026-06-26T04:08:15.659Z Downloaded salsa20 v0.10.2
9492026-06-26T04:08:15.664Z Downloaded psm v0.1.30
9502026-06-26T04:08:15.668Z Downloaded quinn-udp v0.5.14
9512026-06-26T04:08:15.671Z Downloaded semver v0.1.20
9522026-06-26T04:08:15.676Z Downloaded http v1.4.0
9532026-06-26T04:08:15.680Z Downloaded hickory-server v0.25.2
9542026-06-26T04:08:15.683Z Downloaded openssl-sys v0.9.115
9552026-06-26T04:08:15.686Z Downloaded rand_core v0.10.0
9562026-06-26T04:08:15.689Z Downloaded rustls-pemfile v2.2.0
9572026-06-26T04:08:15.689Z Downloaded rustls-pemfile v1.0.4
9582026-06-26T04:08:15.692Z Downloaded serde_bytes v0.11.19
9592026-06-26T04:08:15.692Z Downloaded serde_spanned v1.0.4
9602026-06-26T04:08:15.696Z Downloaded serde-big-array v0.5.1
9612026-06-26T04:08:15.696Z Downloaded hyper-util v0.1.20
9622026-06-26T04:08:15.699Z Downloaded rustls-native-certs v0.8.3
9632026-06-26T04:08:15.701Z Downloaded hashbrown v0.13.2
9642026-06-26T04:08:15.705Z Downloaded rustversion v1.0.22
9652026-06-26T04:08:15.708Z Downloaded sapling-renderdag v0.1.0
9662026-06-26T04:08:15.708Z Downloaded secrecy v0.10.3
9672026-06-26T04:08:15.708Z Downloaded pkcs5 v0.7.1
9682026-06-26T04:08:15.711Z Downloaded rusty-fork v0.3.1
9692026-06-26T04:08:15.714Z Downloaded prefix-trie v0.7.0
9702026-06-26T04:08:15.714Z Downloaded progenitor-impl v0.14.0
9712026-06-26T04:08:15.717Z Downloaded secrecy v0.8.0
9722026-06-26T04:08:15.717Z Downloaded seq-macro v0.3.6
9732026-06-26T04:08:15.720Z Downloaded russh-keys v0.45.0
9742026-06-26T04:08:15.720Z Downloaded serde_plain v1.0.2
9752026-06-26T04:08:15.723Z Downloaded postgres-types v0.2.12
9762026-06-26T04:08:15.727Z Downloaded progenitor-impl v0.13.0
9772026-06-26T04:08:15.730Z Downloaded crossterm v0.28.1
9782026-06-26T04:08:15.734Z Downloaded hashbrown v0.15.5
9792026-06-26T04:08:15.737Z Downloaded serde_repr v0.1.20
9802026-06-26T04:08:15.740Z Downloaded minimal-lexical v0.2.1
9812026-06-26T04:08:15.743Z Downloaded signal-hook-mio v0.2.5
9822026-06-26T04:08:15.743Z Downloaded scroll_derive v0.13.1
9832026-06-26T04:08:15.743Z Downloaded hashbrown v0.12.3
9842026-06-26T04:08:15.746Z Downloaded signal-hook-registry v1.4.8
9852026-06-26T04:08:15.749Z Downloaded shell-words v1.1.1
9862026-06-26T04:08:15.749Z Downloaded pin-project v1.1.11
9872026-06-26T04:08:15.753Z Downloaded crossterm v0.29.0
9882026-06-26T04:08:15.757Z Downloaded rcgen v0.12.1
9892026-06-26T04:08:15.760Z Downloaded serde-hex v0.1.0
9902026-06-26T04:08:15.764Z Downloaded rustls-pki-types v1.14.0
9912026-06-26T04:08:15.764Z Downloaded slog-envlogger v2.2.0
9922026-06-26T04:08:15.764Z Downloaded slog-bunyan v2.5.0
9932026-06-26T04:08:15.773Z Downloaded shlex v1.3.0
9942026-06-26T04:08:15.777Z Downloaded aes-gcm v0.10.3
9952026-06-26T04:08:15.780Z Downloaded scroll v0.13.0
9962026-06-26T04:08:15.791Z Downloaded smf v0.2.3
9972026-06-26T04:08:15.794Z Downloaded p256 v0.13.2
9982026-06-26T04:08:15.797Z Downloaded serde_path_to_error v0.1.20
9992026-06-26T04:08:15.797Z Downloaded schemars_derive v0.8.22
10002026-06-26T04:08:15.797Z Downloaded strip-ansi-escapes v0.2.1
10012026-06-26T04:08:15.800Z Downloaded strsim v0.10.0
10022026-06-26T04:08:15.800Z Downloaded serde_with_macros v3.17.0
10032026-06-26T04:08:15.803Z Downloaded num-bigint v0.4.6
10042026-06-26T04:08:15.806Z Downloaded serde_with_macros v1.5.2
10052026-06-26T04:08:15.809Z Downloaded serde_derive_internals v0.29.1
10062026-06-26T04:08:15.813Z Downloaded simd-adler32 v0.3.8
10072026-06-26T04:08:15.816Z Downloaded termtree v0.5.1
10082026-06-26T04:08:15.819Z Downloaded itertools v0.10.5
10092026-06-26T04:08:15.823Z Downloaded hashbrown v0.16.1
10102026-06-26T04:08:15.828Z Downloaded supports-color v3.0.2
10112026-06-26T04:08:15.831Z Downloaded stacker v0.1.23
10122026-06-26T04:08:15.831Z Downloaded slog-term v2.9.2
10132026-06-26T04:08:15.836Z Downloaded smallvec v0.6.14
10142026-06-26T04:08:15.839Z Downloaded signature v2.2.0
10152026-06-26T04:08:15.839Z Downloaded sha1 v0.10.6
10162026-06-26T04:08:15.842Z Downloaded string_cache v0.8.9
10172026-06-26T04:08:15.842Z Downloaded mio v1.2.0
10182026-06-26T04:08:15.845Z Downloaded sqlparser_derive v0.5.0
10192026-06-26T04:08:15.848Z Downloaded slog-scope v4.4.1
10202026-06-26T04:08:15.848Z Downloaded ssh-encoding v0.2.0
10212026-06-26T04:08:15.851Z Downloaded tabled_derive v0.11.0
10222026-06-26T04:08:15.851Z Downloaded snafu-derive v0.8.9
10232026-06-26T04:08:15.855Z Downloaded slab v0.4.12
10242026-06-26T04:08:15.855Z Downloaded ron v0.8.1
10252026-06-26T04:08:15.858Z Downloaded stringprep v0.1.5
10262026-06-26T04:08:15.858Z Downloaded spin v0.9.8
10272026-06-26T04:08:15.862Z Downloaded serde_cbor v0.11.2
10282026-06-26T04:08:15.862Z Downloaded pretty_assertions v1.4.1
10292026-06-26T04:08:15.862Z Downloaded prettyplease v0.2.37
10302026-06-26T04:08:15.865Z Downloaded tap v1.0.1
10312026-06-26T04:08:15.865Z Downloaded rustls-platform-verifier v0.6.2
10322026-06-26T04:08:15.868Z Downloaded schemars v0.8.22
10332026-06-26T04:08:15.875Z Downloaded take_mut v0.2.2
10342026-06-26T04:08:15.879Z Downloaded tabwriter v1.4.1
10352026-06-26T04:08:15.879Z Downloaded subtle v2.6.1
10362026-06-26T04:08:15.879Z Downloaded slog-dtrace v0.3.0
10372026-06-26T04:08:15.879Z Downloaded rsa v0.9.10
10382026-06-26T04:08:15.882Z Downloaded thread-id v5.1.0
10392026-06-26T04:08:15.882Z Downloaded strum v0.27.2
10402026-06-26T04:08:15.885Z Downloaded sync_wrapper v1.0.2
10412026-06-26T04:08:15.885Z Downloaded strum v0.26.3
10422026-06-26T04:08:15.885Z Downloaded structmeta v0.3.0
10432026-06-26T04:08:15.885Z Downloaded spki v0.7.3
10442026-06-26T04:08:15.888Z Downloaded ryu v1.0.23
10452026-06-26T04:08:15.888Z Downloaded libxml v0.3.3
10462026-06-26T04:08:15.891Z Downloaded strum_macros v0.26.4
10472026-06-26T04:08:15.896Z Downloaded tokio-macros v2.7.0
10482026-06-26T04:08:15.896Z Downloaded h2 v0.4.13
10492026-06-26T04:08:15.899Z Downloaded tinyvec_macros v0.1.1
10502026-06-26T04:08:15.902Z Downloaded aws-lc-rs v1.16.3
10512026-06-26T04:08:15.905Z Downloaded rayon-core v1.13.0
10522026-06-26T04:08:15.909Z Downloaded hyper v1.8.1
10532026-06-26T04:08:15.912Z Downloaded tokio-native-tls v0.3.1
10542026-06-26T04:08:15.915Z Downloaded publicsuffix v2.3.0
10552026-06-26T04:08:15.915Z Downloaded testing_table v0.3.0
10562026-06-26T04:08:15.920Z Downloaded rustls-webpki v0.103.9
10572026-06-26T04:08:15.920Z Downloaded signal-hook-tokio v0.3.1
10582026-06-26T04:08:15.920Z Downloaded samael v0.0.19
10592026-06-26T04:08:15.924Z Downloaded sct v0.7.1
10602026-06-26T04:08:15.927Z Downloaded sec1 v0.7.3
10612026-06-26T04:08:15.927Z Downloaded thiserror-impl-no-std v2.0.2
10622026-06-26T04:08:15.927Z Downloaded sync-ptr v0.1.4
10632026-06-26T04:08:15.931Z Downloaded serde_yaml v0.9.34+deprecated
10642026-06-26T04:08:15.931Z Downloaded serde_urlencoded v0.7.1
10652026-06-26T04:08:15.934Z Downloaded termios v0.3.3
10662026-06-26T04:08:15.934Z Downloaded nom v7.1.3
10672026-06-26T04:08:15.938Z Downloaded tokio-dtrace v0.1.1
10682026-06-26T04:08:15.938Z Downloaded sqlformat v0.3.5
10692026-06-26T04:08:15.941Z Downloaded dropshot v0.17.0
10702026-06-26T04:08:15.951Z Downloaded try-lock v0.2.5
10712026-06-26T04:08:15.955Z Downloaded thread_local v1.1.9
10722026-06-26T04:08:15.955Z Downloaded term v1.2.1
10732026-06-26T04:08:15.961Z Downloaded strum_macros v0.27.2
10742026-06-26T04:08:15.961Z Downloaded itertools v0.14.0
10752026-06-26T04:08:15.964Z Downloaded itertools v0.12.1
10762026-06-26T04:08:15.968Z Downloaded time-macros v0.2.27
10772026-06-26T04:08:15.968Z Downloaded tower-service v0.3.3
10782026-06-26T04:08:15.974Z Downloaded thiserror-no-std v2.0.2
10792026-06-26T04:08:15.974Z Downloaded schemars v1.2.1
10802026-06-26T04:08:15.978Z Downloaded typify-macro v0.6.2
10812026-06-26T04:08:15.983Z Downloaded tls_codec_derive v0.4.2
10822026-06-26T04:08:15.983Z Downloaded p521 v0.13.3
10832026-06-26T04:08:15.986Z Downloaded usdt-attr-macro v0.6.0
10842026-06-26T04:08:15.986Z Downloaded strum_macros v0.24.3
10852026-06-26T04:08:15.986Z Downloaded schemars v0.9.0
10862026-06-26T04:08:15.991Z Downloaded tokio-rustls v0.25.0
10872026-06-26T04:08:15.994Z Downloaded tar v0.4.45
10882026-06-26T04:08:15.998Z Downloaded tokio-test v0.4.5
10892026-06-26T04:08:15.998Z Downloaded socket2 v0.5.10
10902026-06-26T04:08:15.998Z Downloaded unit-prefix v0.5.2
10912026-06-26T04:08:16.015Z Downloaded tinyvec v1.10.0
10922026-06-26T04:08:16.015Z Downloaded rustyline v14.0.0
10932026-06-26T04:08:16.015Z Downloaded usdt v0.6.0
10942026-06-26T04:08:16.015Z Downloaded untrusted v0.7.1
10952026-06-26T04:08:16.015Z Downloaded itertools v0.13.0
10962026-06-26T04:08:16.015Z Downloaded test-strategy v0.4.5
10972026-06-26T04:08:16.015Z Downloaded aho-corasick v1.1.4
10982026-06-26T04:08:16.018Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10992026-06-26T04:08:16.018Z Downloaded hkdf v0.12.4
11002026-06-26T04:08:16.018Z Downloaded futures-util v0.3.32
11012026-06-26T04:08:16.025Z Downloaded usdt-macro v0.6.0
11022026-06-26T04:08:16.028Z Downloaded tower-layer v0.3.3
11032026-06-26T04:08:16.029Z Downloaded void v1.0.2
11042026-06-26T04:08:16.029Z Downloaded signal-hook v0.3.18
11052026-06-26T04:08:16.029Z Downloaded tls_codec v0.4.2
11062026-06-26T04:08:16.029Z Downloaded siphasher v1.0.2
11072026-06-26T04:08:16.032Z Downloaded rand v0.9.2
11082026-06-26T04:08:16.032Z Downloaded wait-timeout v0.2.1
11092026-06-26T04:08:16.035Z Downloaded nom v8.0.0
11102026-06-26T04:08:16.038Z Downloaded rand v0.8.6
11112026-06-26T04:08:16.038Z Downloaded reedline v0.40.0
11122026-06-26T04:08:16.042Z Downloaded tagptr v0.2.0
11132026-06-26T04:08:16.045Z Downloaded subprocess v0.2.15
11142026-06-26T04:08:16.045Z Downloaded sigpipe v0.1.3
11152026-06-26T04:08:16.048Z Downloaded num-bigint-dig v0.8.6
11162026-06-26T04:08:16.051Z Downloaded trait-variant v0.1.2
11172026-06-26T04:08:16.051Z Downloaded tiny-keccak v2.0.2
11182026-06-26T04:08:16.051Z Downloaded slog-async v2.8.0
11192026-06-26T04:08:16.054Z Downloaded quinn v0.11.9
11202026-06-26T04:08:16.054Z Downloaded qorb v0.4.1
11212026-06-26T04:08:16.058Z Downloaded xshell-macros v0.2.7
11222026-06-26T04:08:16.058Z Downloaded toml v0.7.8
11232026-06-26T04:08:16.061Z Downloaded ssh-cipher v0.2.0
11242026-06-26T04:08:16.064Z Downloaded structmeta-derive v0.3.0
11252026-06-26T04:08:16.067Z Downloaded tokio-rustls v0.24.1
11262026-06-26T04:08:16.073Z Downloaded iri-string v0.7.10
11272026-06-26T04:08:16.076Z Downloaded untrusted v0.9.0
11282026-06-26T04:08:16.076Z Downloaded unicase v2.9.0
11292026-06-26T04:08:16.076Z Downloaded usdt-impl v0.6.0
11302026-06-26T04:08:16.076Z Downloaded uzers v0.12.2
11312026-06-26T04:08:16.079Z Downloaded tokio-rustls v0.26.4
11322026-06-26T04:08:16.079Z Downloaded uuid v1.23.0
11332026-06-26T04:08:16.082Z Downloaded slog-stdlog v4.1.1
11342026-06-26T04:08:16.096Z Downloaded vergen-lib v9.1.0
11352026-06-26T04:08:16.099Z Downloaded vergen-lib v0.1.6
11362026-06-26T04:08:16.100Z Downloaded toml_parser v1.0.9+spec-1.1.0
11372026-06-26T04:08:16.104Z Downloaded iddqd v0.4.2
11382026-06-26T04:08:16.111Z Downloaded time-core v0.1.8
11392026-06-26T04:08:16.114Z Downloaded zone_cfg_derive v0.3.1
11402026-06-26T04:08:16.114Z Downloaded libm v0.2.16
11412026-06-26T04:08:16.121Z Downloaded tui-tree-widget v0.23.1
11422026-06-26T04:08:16.128Z Downloaded xshell v0.2.7
11432026-06-26T04:08:16.132Z Downloaded tungstenite v0.23.0
11442026-06-26T04:08:16.132Z Downloaded similar v2.7.0
11452026-06-26T04:08:16.132Z Downloaded zeroize v1.8.2
11462026-06-26T04:08:16.142Z Downloaded whoami v1.6.1
11472026-06-26T04:08:16.142Z Downloaded unicode-truncate v1.1.0
11482026-06-26T04:08:16.142Z Downloaded walkdir v2.5.0
11492026-06-26T04:08:16.147Z Downloaded topological-sort v0.2.2
11502026-06-26T04:08:16.147Z Downloaded rand v0.10.0
11512026-06-26T04:08:16.147Z Downloaded unarray v0.1.4
11522026-06-26T04:08:16.152Z Downloaded snafu v0.8.9
11532026-06-26T04:08:16.152Z Downloaded slog-json v2.6.1
11542026-06-26T04:08:16.156Z Downloaded portable-atomic v1.13.1
11552026-06-26T04:08:16.162Z Downloaded bindgen v0.71.1
11562026-06-26T04:08:16.162Z Downloaded want v0.3.1
11572026-06-26T04:08:16.162Z Downloaded waitgroup v0.1.2
11582026-06-26T04:08:16.165Z Downloaded bitvec v1.0.1
11592026-06-26T04:08:16.170Z Downloaded support-bundle-viewer v0.1.2
11602026-06-26T04:08:16.173Z Downloaded blake3 v1.8.5
11612026-06-26T04:08:16.179Z Downloaded zstd-safe v7.2.4
11622026-06-26T04:08:16.179Z Downloaded zone v0.3.1
11632026-06-26T04:08:16.183Z Downloaded rpassword v7.4.0
11642026-06-26T04:08:16.188Z Downloaded toml_writer v1.0.6+spec-1.1.0
11652026-06-26T04:08:16.188Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11662026-06-26T04:08:16.188Z Downloaded static_assertions v1.1.0
11672026-06-26T04:08:16.188Z Downloaded universal-hash v0.5.1
11682026-06-26T04:08:16.193Z Downloaded typify v0.6.2
11692026-06-26T04:08:16.193Z Downloaded russh v0.45.0
11702026-06-26T04:08:16.193Z Downloaded unicode-bidi v0.3.18
11712026-06-26T04:08:16.197Z Downloaded zeroize_derive v1.4.3
11722026-06-26T04:08:16.197Z Downloaded xattr v1.6.1
11732026-06-26T04:08:16.197Z Downloaded tokio-tungstenite v0.23.1
11742026-06-26T04:08:16.197Z Downloaded toml v1.0.6+spec-1.1.0
11752026-06-26T04:08:16.201Z Downloaded utf-8 v0.7.6
11762026-06-26T04:08:16.206Z Downloaded vergen-gitcl v1.0.8
11772026-06-26T04:08:16.212Z Downloaded toml_edit v0.23.10+spec-1.0.0
11782026-06-26T04:08:16.216Z Downloaded tracing-core v0.1.36
11792026-06-26T04:08:16.219Z Downloaded tracing-attributes v0.1.31
11802026-06-26T04:08:16.219Z Downloaded tokio-stream v0.1.18
11812026-06-26T04:08:16.223Z Downloaded tokio-tungstenite v0.21.0
11822026-06-26T04:08:16.223Z Downloaded git2 v0.20.4
11832026-06-26T04:08:16.234Z Downloaded zstd v0.13.3
11842026-06-26T04:08:16.238Z Downloaded whoami v2.1.0
11852026-06-26T04:08:16.243Z Downloaded tokio-postgres v0.7.16
11862026-06-26T04:08:16.246Z Downloaded term v0.7.0
11872026-06-26T04:08:16.246Z Downloaded serde_with v1.14.0
11882026-06-26T04:08:16.250Z Downloaded vsss-rs v3.3.4
11892026-06-26T04:08:16.255Z Downloaded p384 v0.13.1
11902026-06-26T04:08:16.255Z Downloaded rustls-webpki v0.101.7
11912026-06-26T04:08:16.261Z Downloaded zopfli v0.8.3
11922026-06-26T04:08:16.264Z Downloaded vergen-git2 v9.1.0
11932026-06-26T04:08:16.264Z Downloaded unicode-properties v0.1.4
11942026-06-26T04:08:16.270Z Downloaded twox-hash v2.1.2
11952026-06-26T04:08:16.270Z Downloaded toml_edit v0.19.15
11962026-06-26T04:08:16.277Z Downloaded moka v0.12.13
11972026-06-26T04:08:16.280Z Downloaded socket2 v0.6.3
11982026-06-26T04:08:16.280Z Downloaded slog v2.8.2
11992026-06-26T04:08:16.284Z Downloaded regex v1.12.3
12002026-06-26T04:08:16.288Z Downloaded wyz v0.5.1
12012026-06-26T04:08:16.288Z Downloaded vergen v9.1.0
12022026-06-26T04:08:16.288Z Downloaded proptest v1.10.0
12032026-06-26T04:08:16.292Z Downloaded zerocopy v0.6.6
12042026-06-26T04:08:16.295Z Downloaded yasna v0.5.2
12052026-06-26T04:08:16.295Z Downloaded yansi v1.0.1
12062026-06-26T04:08:16.298Z Downloaded goblin v0.10.5
12072026-06-26T04:08:16.301Z Downloaded reqwest v0.12.28
12082026-06-26T04:08:16.308Z Downloaded lalrpop v0.19.12
12092026-06-26T04:08:16.313Z Downloaded tungstenite v0.21.0
12102026-06-26T04:08:16.316Z Downloaded ssh-key v0.6.7
12112026-06-26T04:08:16.319Z Downloaded rayon v1.11.0
12122026-06-26T04:08:16.327Z Downloaded unsafe-libyaml v0.2.11
12132026-06-26T04:08:16.330Z Downloaded vte v0.14.1
12142026-06-26T04:08:16.336Z Downloaded zerocopy-derive v0.8.40
12152026-06-26T04:08:16.339Z Downloaded reqwest v0.13.2
12162026-06-26T04:08:16.343Z Downloaded quick-xml v0.37.5
12172026-06-26T04:08:16.346Z Downloaded tokio-util v0.7.18
12182026-06-26T04:08:16.353Z Downloaded curve25519-dalek v4.1.3
12192026-06-26T04:08:16.356Z Downloaded zip v0.6.6
12202026-06-26T04:08:16.359Z Downloaded salty v0.3.0
12212026-06-26T04:08:16.363Z Downloaded tough v0.22.0
12222026-06-26T04:08:16.368Z Downloaded unicode_categories v0.1.1
12232026-06-26T04:08:16.371Z Downloaded steno v0.4.1
12242026-06-26T04:08:16.375Z Downloaded tower v0.5.3
12252026-06-26T04:08:16.383Z Downloaded polar-core v0.27.3
12262026-06-26T04:08:16.391Z Downloaded typed-path v0.9.3
12272026-06-26T04:08:16.394Z Downloaded petname v2.0.2
12282026-06-26T04:08:16.398Z Downloaded x509-cert v0.2.5
12292026-06-26T04:08:16.403Z Downloaded unicode-normalization v0.1.25
12302026-06-26T04:08:16.409Z Downloaded quinn-proto v0.11.13
12312026-06-26T04:08:16.413Z Downloaded tower-http v0.6.8
12322026-06-26T04:08:16.417Z Downloaded unicode-segmentation v1.12.0
12332026-06-26T04:08:16.421Z Downloaded nix v0.27.1
12342026-06-26T04:08:16.425Z Downloaded nix v0.28.0
12352026-06-26T04:08:16.431Z Downloaded object v0.30.4
12362026-06-26T04:08:16.437Z Downloaded rustls-webpki v0.102.8
12372026-06-26T04:08:16.448Z Downloaded zip v4.6.1
12382026-06-26T04:08:16.451Z Downloaded serde_with v3.17.0
12392026-06-26T04:08:16.457Z Downloaded nix v0.31.2
12402026-06-26T04:08:16.465Z Downloaded radix_trie v0.2.1
12412026-06-26T04:08:16.470Z Downloaded winnow v0.5.40
12422026-06-26T04:08:16.482Z Downloaded winnow v0.6.26
12432026-06-26T04:08:16.501Z Downloaded openssl v0.10.79
12442026-06-26T04:08:16.506Z Downloaded regress v0.10.5
12452026-06-26T04:08:16.512Z Downloaded openapiv3 v2.2.0
12462026-06-26T04:08:16.522Z Downloaded zlib-rs v0.6.2
12472026-06-26T04:08:16.532Z Downloaded diesel v2.3.7
12482026-06-26T04:08:16.544Z Downloaded bstr v1.12.1
12492026-06-26T04:08:16.549Z Downloaded rustls v0.21.12
12502026-06-26T04:08:16.556Z Downloaded time v0.3.47
12512026-06-26T04:08:16.575Z Downloaded smoltcp v0.9.1
12522026-06-26T04:08:16.581Z Downloaded webpki-roots v1.0.6
12532026-06-26T04:08:16.584Z Downloaded regex-syntax v0.6.29
12542026-06-26T04:08:16.588Z Downloaded tabled v0.20.0
12552026-06-26T04:08:16.604Z Downloaded hickory-proto v0.24.4
12562026-06-26T04:08:16.613Z Downloaded vcpkg v0.2.15
12572026-06-26T04:08:16.635Z Downloaded sqlparser v0.61.0
12582026-06-26T04:08:16.641Z Downloaded hickory-proto v0.25.2
12592026-06-26T04:08:16.651Z Downloaded rustls v0.22.4
12602026-06-26T04:08:16.657Z Downloaded zerocopy v0.8.40
12612026-06-26T04:08:16.662Z Downloaded smoltcp v0.11.0
12622026-06-26T04:08:16.669Z Downloaded rustls v0.23.37
12632026-06-26T04:08:16.676Z Downloaded rustix v0.38.44
12642026-06-26T04:08:16.689Z Downloaded sled v0.34.7
12652026-06-26T04:08:16.695Z Downloaded regress v0.11.1
12662026-06-26T04:08:16.700Z Downloaded regex-syntax v0.8.10
12672026-06-26T04:08:16.705Z Downloaded object v0.37.3
12682026-06-26T04:08:16.734Z Downloaded tracing v0.1.44
12692026-06-26T04:08:16.746Z Downloaded regex-automata v0.4.14
12702026-06-26T04:08:16.777Z Downloaded typify-impl v0.6.2
12712026-06-26T04:08:16.785Z Downloaded ratatui v0.29.0
12722026-06-26T04:08:16.798Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-06-26T04:08:16.809Z Downloaded csv v1.4.0
12742026-06-26T04:08:16.821Z Downloaded zerocopy-derive v0.6.6
12752026-06-26T04:08:16.827Z Downloaded libz-sys v1.1.24
12762026-06-26T04:08:16.840Z Downloaded chrono-tz v0.10.4
12772026-06-26T04:08:16.851Z Downloaded petgraph v0.6.5
12782026-06-26T04:08:16.862Z Downloaded jiff v0.2.21
12792026-06-26T04:08:16.872Z Downloaded tokio v1.52.1
12802026-06-26T04:08:16.896Z Downloaded sha3 v0.10.8
12812026-06-26T04:08:16.899Z Downloaded petgraph v0.8.3
12822026-06-26T04:08:16.919Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-06-26T04:08:16.931Z Downloaded encoding_rs v0.8.35
12842026-06-26T04:08:16.970Z Downloaded ring v0.17.14
12852026-06-26T04:08:17.003Z Downloaded libgit2-sys v0.18.3+1.9.2
12862026-06-26T04:08:17.531Z Downloaded aws-lc-sys v0.40.0
12872026-06-26T04:08:17.782Z Compiling libc v0.2.185
12882026-06-26T04:08:17.787Z Compiling serde v1.0.228
12892026-06-26T04:08:17.787Z Compiling log v0.4.29
12902026-06-26T04:08:17.787Z Compiling find-msvc-tools v0.1.9
12912026-06-26T04:08:17.787Z Compiling shlex v1.3.0
12922026-06-26T04:08:17.915Z Compiling smallvec v1.15.1
12932026-06-26T04:08:17.922Z Compiling typenum v1.19.0
12942026-06-26T04:08:17.925Z Compiling subtle v2.6.1
12952026-06-26T04:08:17.954Z Compiling generic-array v0.14.7
12962026-06-26T04:08:17.959Z Compiling scopeguard v1.2.0
12972026-06-26T04:08:18.014Z Compiling const-oid v0.9.6
12982026-06-26T04:08:18.018Z Compiling serde_json v1.0.149
12992026-06-26T04:08:18.028Z Compiling syn v2.0.117
13002026-06-26T04:08:18.043Z Compiling zerocopy v0.8.40
13012026-06-26T04:08:18.047Z Compiling parking_lot_core v0.9.12
13022026-06-26T04:08:18.047Z Compiling pin-project-lite v0.2.17
13032026-06-26T04:08:18.117Z Compiling lock_api v0.4.14
13042026-06-26T04:08:18.130Z Compiling portable-atomic v1.13.1
13052026-06-26T04:08:18.148Z Compiling pkg-config v0.3.32
13062026-06-26T04:08:18.166Z Compiling bitflags v2.11.0
13072026-06-26T04:08:18.188Z Compiling critical-section v1.2.0
13082026-06-26T04:08:18.204Z Compiling libm v0.2.16
13092026-06-26T04:08:18.208Z Compiling futures-core v0.3.32
13102026-06-26T04:08:18.294Z Compiling num-traits v0.2.19
13112026-06-26T04:08:18.309Z Compiling percent-encoding v2.3.2
13122026-06-26T04:08:18.367Z Compiling futures-sink v0.3.32
13132026-06-26T04:08:18.399Z Compiling getrandom v0.4.1
13142026-06-26T04:08:18.400Z Compiling cpufeatures v0.2.17
13152026-06-26T04:08:18.404Z Compiling slab v0.4.12
13162026-06-26T04:08:18.452Z Compiling futures-io v0.3.32
13172026-06-26T04:08:18.483Z Compiling futures-channel v0.3.32
13182026-06-26T04:08:18.498Z Compiling futures-task v0.3.32
13192026-06-26T04:08:18.530Z Compiling rand_core v0.10.0
13202026-06-26T04:08:18.530Z Compiling indexmap v2.14.0
13212026-06-26T04:08:18.620Z Compiling rustversion v1.0.22
13222026-06-26T04:08:18.638Z Compiling getrandom v0.3.4
13232026-06-26T04:08:18.700Z Compiling form_urlencoded v1.2.2
13242026-06-26T04:08:18.713Z Compiling fs_extra v1.3.0
13252026-06-26T04:08:18.726Z Compiling dunce v1.0.5
13262026-06-26T04:08:18.740Z Compiling ident_case v1.0.1
13272026-06-26T04:08:18.753Z Compiling base64ct v1.8.3
13282026-06-26T04:08:18.796Z Compiling iana-time-zone v0.1.65
13292026-06-26T04:08:18.813Z Compiling rustix v1.1.3
13302026-06-26T04:08:18.830Z Compiling regex-syntax v0.8.10
13312026-06-26T04:08:18.873Z Compiling getrandom v0.2.17
13322026-06-26T04:08:18.893Z Compiling jobserver v0.1.34
13332026-06-26T04:08:18.933Z Compiling errno v0.3.14
13342026-06-26T04:08:18.992Z Compiling mio v1.2.0
13352026-06-26T04:08:19.008Z Compiling socket2 v0.6.3
13362026-06-26T04:08:19.021Z Compiling rand_core v0.6.4
13372026-06-26T04:08:19.104Z Compiling cc v1.2.56
13382026-06-26T04:08:19.125Z Compiling signal-hook-registry v1.4.8
13392026-06-26T04:08:19.188Z Compiling parking_lot v0.12.5
13402026-06-26T04:08:19.202Z Compiling once_cell v1.21.3
13412026-06-26T04:08:19.286Z Compiling pem-rfc7468 v0.7.0
13422026-06-26T04:08:19.291Z Compiling flagset v0.4.7
13432026-06-26T04:08:19.417Z Compiling vcpkg v0.2.15
13442026-06-26T04:08:19.434Z Compiling aws-lc-rs v1.16.3
13452026-06-26T04:08:19.440Z Compiling tracing-core v0.1.36
13462026-06-26T04:08:19.440Z Compiling uuid v1.23.0
13472026-06-26T04:08:19.474Z Compiling rustc_version v0.4.1
13482026-06-26T04:08:19.478Z Compiling base64 v0.22.1
13492026-06-26T04:08:19.549Z Compiling rand_core v0.9.5
13502026-06-26T04:08:19.606Z Compiling openssl-probe v0.2.1
13512026-06-26T04:08:19.620Z Compiling untrusted v0.9.0
13522026-06-26T04:08:19.694Z Compiling untrusted v0.7.1
13532026-06-26T04:08:19.744Z Compiling httparse v1.10.1
13542026-06-26T04:08:19.758Z Compiling tinyvec_macros v0.1.1
13552026-06-26T04:08:19.800Z Compiling aho-corasick v1.1.4
13562026-06-26T04:08:19.817Z Compiling try-lock v0.2.5
13572026-06-26T04:08:19.835Z Compiling cmake v0.1.57
13582026-06-26T04:08:19.848Z Compiling tinyvec v1.10.0
13592026-06-26T04:08:19.851Z Compiling dyn-clone v1.0.20
13602026-06-26T04:08:19.851Z Compiling tower-service v0.3.3
13612026-06-26T04:08:19.891Z Compiling schemars v0.8.22
13622026-06-26T04:08:19.938Z Compiling atomic-waker v1.1.2
13632026-06-26T04:08:19.962Z Compiling rustls v0.23.37
13642026-06-26T04:08:19.984Z Compiling tower-layer v0.3.3
13652026-06-26T04:08:20.001Z Compiling want v0.3.1
13662026-06-26T04:08:20.034Z Compiling httpdate v1.0.3
13672026-06-26T04:08:20.082Z Compiling foreign-types-shared v0.1.1
13682026-06-26T04:08:20.151Z Compiling pin-utils v0.1.0
13692026-06-26T04:08:20.164Z Compiling openssl v0.10.79
13702026-06-26T04:08:20.181Z Compiling foreign-types v0.3.2
13712026-06-26T04:08:20.197Z Compiling socket2 v0.5.10
13722026-06-26T04:08:20.201Z Compiling spin v0.9.8
13732026-06-26T04:08:20.201Z Compiling unicode-normalization v0.1.25
13742026-06-26T04:08:20.201Z Compiling time-core v0.1.8
13752026-06-26T04:08:20.325Z Compiling crc32fast v1.5.0
13762026-06-26T04:08:20.338Z Compiling num-conv v0.2.0
13772026-06-26T04:08:20.367Z Compiling powerfmt v0.2.0
13782026-06-26T04:08:20.367Z Compiling native-tls v0.2.18
13792026-06-26T04:08:20.370Z Compiling wait-timeout v0.2.1
13802026-06-26T04:08:20.473Z Compiling sync_wrapper v1.0.2
13812026-06-26T04:08:20.487Z Compiling usdt-impl v0.6.0
13822026-06-26T04:08:20.500Z Compiling time-macros v0.2.27
13832026-06-26T04:08:20.544Z Compiling deranged v0.5.8
13842026-06-26T04:08:20.558Z Compiling tempfile v3.25.0
13852026-06-26T04:08:20.593Z Compiling num_threads v0.1.7
13862026-06-26T04:08:20.608Z Compiling crossbeam-utils v0.8.21
13872026-06-26T04:08:20.630Z Compiling quick-error v1.2.3
13882026-06-26T04:08:20.685Z Compiling unicode-segmentation v1.12.0
13892026-06-26T04:08:20.715Z Compiling bit-vec v0.8.0
13902026-06-26T04:08:20.731Z Compiling regex-automata v0.4.14
13912026-06-26T04:08:20.734Z Compiling aws-lc-sys v0.40.0
13922026-06-26T04:08:20.760Z Compiling ring v0.17.14
13932026-06-26T04:08:20.765Z Compiling openssl-sys v0.9.115
13942026-06-26T04:08:20.765Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13952026-06-26T04:08:20.803Z Compiling siphasher v1.0.2
13962026-06-26T04:08:20.847Z Compiling simd-adler32 v0.3.8
13972026-06-26T04:08:20.936Z Compiling synstructure v0.13.2
13982026-06-26T04:08:20.976Z Compiling serde_derive_internals v0.29.1
13992026-06-26T04:08:20.979Z Compiling pest_generator v2.8.6
14002026-06-26T04:08:21.021Z Compiling darling_core v0.20.11
14012026-06-26T04:08:21.108Z Compiling syn v1.0.109
14022026-06-26T04:08:21.141Z Compiling bit-set v0.8.0
14032026-06-26T04:08:21.302Z Compiling darling_core v0.21.3
14042026-06-26T04:08:21.327Z Compiling rusty-fork v0.3.1
14052026-06-26T04:08:21.559Z Compiling bzip2-sys v0.1.13+1.0.8
14062026-06-26T04:08:21.614Z Compiling slog v2.8.2
14072026-06-26T04:08:21.662Z Compiling heapless v0.7.17
14082026-06-26T04:08:21.677Z Compiling rand_xorshift v0.4.0
14092026-06-26T04:08:21.693Z Compiling time v0.3.47
14102026-06-26T04:08:21.726Z Compiling thread-id v5.1.0
14112026-06-26T04:08:21.807Z Compiling cookie v0.18.1
14122026-06-26T04:08:21.823Z Compiling unarray v0.1.4
14132026-06-26T04:08:21.838Z Compiling unicode-properties v0.1.4
14142026-06-26T04:08:21.865Z Compiling anyhow v1.0.102
14152026-06-26T04:08:21.879Z Compiling ryu v1.0.23
14162026-06-26T04:08:21.895Z Compiling zstd-safe v7.2.4
14172026-06-26T04:08:21.937Z Compiling iri-string v0.7.10
14182026-06-26T04:08:21.955Z Compiling adler2 v2.0.1
14192026-06-26T04:08:21.958Z Compiling signal-hook v0.3.18
14202026-06-26T04:08:22.020Z Compiling unicode-bidi v0.3.18
14212026-06-26T04:08:22.075Z Compiling paste v1.0.15
14222026-06-26T04:08:22.090Z Compiling allocator-api2 v0.2.21
14232026-06-26T04:08:22.103Z Compiling miniz_oxide v0.8.9
14242026-06-26T04:08:22.425Z Compiling stringprep v0.1.5
14252026-06-26T04:08:22.452Z Compiling heck v0.4.1
14262026-06-26T04:08:22.598Z Compiling vergen-lib v9.1.0
14272026-06-26T04:08:22.663Z Compiling serde_derive v1.0.228
14282026-06-26T04:08:22.698Z Compiling zeroize_derive v1.4.3
14292026-06-26T04:08:22.745Z Compiling zerofrom-derive v0.1.6
14302026-06-26T04:08:22.794Z Compiling yoke-derive v0.8.1
14312026-06-26T04:08:22.896Z Compiling zerovec-derive v0.11.2
14322026-06-26T04:08:22.963Z Compiling zerocopy-derive v0.8.40
14332026-06-26T04:08:22.974Z Compiling displaydoc v0.2.5
14342026-06-26T04:08:23.362Z Compiling tokio-macros v2.7.0
14352026-06-26T04:08:23.408Z Compiling zeroize v1.8.2
14362026-06-26T04:08:23.444Z Compiling futures-macro v0.3.32
14372026-06-26T04:08:23.523Z Compiling der_derive v0.7.3
14382026-06-26T04:08:23.770Z Compiling rustls-pki-types v1.14.0
14392026-06-26T04:08:23.927Z Compiling thiserror-impl v2.0.18
14402026-06-26T04:08:24.024Z Compiling tracing-attributes v0.1.31
14412026-06-26T04:08:24.069Z Compiling scroll_derive v0.13.1
14422026-06-26T04:08:24.143Z Compiling schemars_derive v0.8.22
14432026-06-26T04:08:24.209Z Compiling crypto-common v0.1.7
14442026-06-26T04:08:24.222Z Compiling zerofrom v0.1.6
14452026-06-26T04:08:24.264Z Compiling block-buffer v0.10.4
14462026-06-26T04:08:24.286Z Compiling futures-util v0.3.32
14472026-06-26T04:08:24.365Z Compiling yoke v0.8.1
14482026-06-26T04:08:24.379Z Compiling block-padding v0.3.3
14492026-06-26T04:08:24.459Z Compiling digest v0.10.7
14502026-06-26T04:08:24.562Z Compiling zerovec v0.11.5
14512026-06-26T04:08:24.577Z Compiling zerotrie v0.2.3
14522026-06-26T04:08:24.580Z Compiling inout v0.1.4
14532026-06-26T04:08:24.742Z Compiling hmac v0.12.1
14542026-06-26T04:08:24.782Z Compiling cipher v0.4.4
14552026-06-26T04:08:24.903Z Compiling sha2 v0.10.9
14562026-06-26T04:08:24.920Z Compiling der v0.7.10
14572026-06-26T04:08:24.933Z Compiling pbkdf2 v0.12.2
14582026-06-26T04:08:25.002Z Compiling pest_derive v2.8.6
14592026-06-26T04:08:25.063Z Compiling tinystr v0.8.2
14602026-06-26T04:08:25.077Z Compiling potential_utf v0.1.4
14612026-06-26T04:08:25.113Z Compiling salsa20 v0.10.2
14622026-06-26T04:08:25.315Z Compiling icu_locale_core v2.1.1
14632026-06-26T04:08:25.331Z Compiling icu_collections v2.1.1
14642026-06-26T04:08:25.347Z Compiling scrypt v0.11.0
14652026-06-26T04:08:25.347Z Compiling aes v0.8.4
14662026-06-26T04:08:25.412Z Compiling thiserror v2.0.18
14672026-06-26T04:08:25.459Z Compiling tracing v0.1.44
14682026-06-26T04:08:25.544Z Compiling cbc v0.1.2
14692026-06-26T04:08:25.563Z Compiling scroll v0.13.0
14702026-06-26T04:08:25.628Z Compiling darling_macro v0.20.11
14712026-06-26T04:08:25.715Z Compiling openssl-macros v0.1.1
14722026-06-26T04:08:25.764Z Compiling rustls-native-certs v0.8.3
14732026-06-26T04:08:25.843Z Compiling spki v0.7.3
14742026-06-26T04:08:25.866Z Compiling goblin v0.10.5
14752026-06-26T04:08:26.073Z Compiling icu_provider v2.1.1
14762026-06-26T04:08:26.087Z Compiling pkcs5 v0.7.1
14772026-06-26T04:08:26.152Z Compiling darling v0.20.11
14782026-06-26T04:08:26.222Z Compiling dtrace-parser v0.3.0
14792026-06-26T04:08:26.225Z Compiling signature v2.2.0
14802026-06-26T04:08:26.266Z Compiling bytes v1.11.1
14812026-06-26T04:08:26.282Z Compiling chrono v0.4.44
14822026-06-26T04:08:26.322Z Compiling icu_normalizer v2.1.1
14832026-06-26T04:08:26.394Z Compiling icu_properties v2.1.2
14842026-06-26T04:08:26.426Z Compiling pkcs8 v0.10.2
14852026-06-26T04:08:26.441Z Compiling ipnet v2.11.0
14862026-06-26T04:08:26.460Z Compiling derive_builder_core v0.20.2
14872026-06-26T04:08:26.588Z Compiling webpki-roots v1.0.6
14882026-06-26T04:08:26.727Z Compiling thiserror-impl v1.0.69
14892026-06-26T04:08:26.744Z Compiling tokio v1.52.1
14902026-06-26T04:08:26.758Z Compiling http v1.4.0
14912026-06-26T04:08:26.888Z Compiling scroll_derive v0.12.1
14922026-06-26T04:08:26.906Z Compiling serde_urlencoded v0.7.1
14932026-06-26T04:08:26.967Z Compiling serde_tokenstream v0.2.3
14942026-06-26T04:08:26.994Z Compiling toml_datetime v0.6.11
14952026-06-26T04:08:27.170Z Compiling serde_spanned v0.6.9
14962026-06-26T04:08:27.269Z Compiling idna_adapter v1.2.1
14972026-06-26T04:08:27.295Z Compiling erased-serde v0.3.31
14982026-06-26T04:08:27.328Z Compiling md-5 v0.10.6
14992026-06-26T04:08:27.359Z Compiling derive_builder_macro v0.20.2
15002026-06-26T04:08:27.398Z Compiling idna v1.1.0
15012026-06-26T04:08:27.429Z Compiling http-body v1.0.1
15022026-06-26T04:08:27.514Z Compiling ppv-lite86 v0.2.21
15032026-06-26T04:08:27.529Z Compiling darling_macro v0.21.3
15042026-06-26T04:08:27.602Z Compiling http-body-util v0.1.3
15052026-06-26T04:08:27.605Z Compiling scroll v0.12.0
15062026-06-26T04:08:27.685Z Compiling bstr v1.12.1
15072026-06-26T04:08:27.703Z Compiling url v2.5.8
15082026-06-26T04:08:27.723Z Compiling async-trait v0.1.89
15092026-06-26T04:08:27.815Z Compiling rand_chacha v0.9.0
15102026-06-26T04:08:27.860Z Compiling rand_chacha v0.3.1
15112026-06-26T04:08:27.874Z Compiling pin-project-internal v1.1.11
15122026-06-26T04:08:27.884Z Compiling zerocopy-derive v0.7.35
15132026-06-26T04:08:27.903Z Compiling num-integer v0.1.46
15142026-06-26T04:08:28.050Z Compiling rand v0.9.2
15152026-06-26T04:08:28.066Z Compiling thiserror v1.0.69
15162026-06-26T04:08:28.087Z Compiling curve25519-dalek v4.1.3
15172026-06-26T04:08:28.180Z Compiling ff v0.13.1
15182026-06-26T04:08:28.331Z Compiling hash32 v0.2.1
15192026-06-26T04:08:28.349Z Compiling memoffset v0.9.1
15202026-06-26T04:08:28.522Z Compiling encoding_rs v0.8.35
15212026-06-26T04:08:28.537Z Compiling fallible-iterator v0.2.0
15222026-06-26T04:08:28.540Z Compiling base16ct v0.2.0
15232026-06-26T04:08:28.565Z Compiling num-bigint-dig v0.8.6
15242026-06-26T04:08:28.683Z Compiling dof v0.4.0
15252026-06-26T04:08:28.745Z Compiling proptest v1.10.0
15262026-06-26T04:08:28.774Z Compiling litrs v1.0.0
15272026-06-26T04:08:28.776Z Compiling zlib-rs v0.6.2
15282026-06-26T04:08:28.802Z Compiling ref-cast v1.0.25
15292026-06-26T04:08:28.816Z Compiling cfg_aliases v0.2.1
15302026-06-26T04:08:28.867Z Compiling psl-types v2.0.11
15312026-06-26T04:08:28.882Z Compiling smoltcp v0.9.1
15322026-06-26T04:08:28.900Z Compiling rustix v0.38.44
15332026-06-26T04:08:29.007Z Compiling ipnetwork v0.21.1
15342026-06-26T04:08:29.028Z Compiling mime v0.3.17
15352026-06-26T04:08:29.190Z Compiling pin-project v1.1.11
15362026-06-26T04:08:29.203Z Compiling publicsuffix v2.3.0
15372026-06-26T04:08:29.257Z Compiling oxnet v0.1.6
15382026-06-26T04:08:29.296Z Compiling nix v0.31.2
15392026-06-26T04:08:29.299Z Compiling document-features v0.2.12
15402026-06-26T04:08:29.326Z Compiling postgres-protocol v0.6.10
15412026-06-26T04:08:29.326Z Compiling zerocopy v0.7.35
15422026-06-26T04:08:29.406Z Compiling sec1 v0.7.3
15432026-06-26T04:08:29.640Z Compiling group v0.13.0
15442026-06-26T04:08:29.685Z Compiling num-iter v0.1.45
15452026-06-26T04:08:29.700Z Compiling rand v0.8.6
15462026-06-26T04:08:29.715Z Compiling darling v0.21.3
15472026-06-26T04:08:29.810Z Compiling derive_builder v0.20.2
15482026-06-26T04:08:29.824Z Compiling goblin v0.8.2
15492026-06-26T04:08:29.880Z Compiling futures-executor v0.3.32
15502026-06-26T04:08:29.913Z Compiling hubpack_derive v0.1.1
15512026-06-26T04:08:29.925Z Compiling hex v0.4.3
15522026-06-26T04:08:29.939Z Compiling hkdf v0.12.4
15532026-06-26T04:08:29.955Z Compiling crypto-bigint v0.5.5
15542026-06-26T04:08:30.006Z Compiling regex v1.12.3
15552026-06-26T04:08:30.142Z Compiling snafu-derive v0.8.9
15562026-06-26T04:08:30.156Z Compiling daft-derive v0.1.7
15572026-06-26T04:08:30.159Z Compiling strum_macros v0.27.2
15582026-06-26T04:08:30.159Z Compiling ref-cast-impl v1.0.25
15592026-06-26T04:08:30.203Z Compiling curve25519-dalek-derive v0.1.1
15602026-06-26T04:08:30.615Z Compiling tokio-util v0.7.18
15612026-06-26T04:08:30.660Z Compiling tower v0.5.3
15622026-06-26T04:08:30.680Z Compiling tokio-native-tls v0.3.1
15632026-06-26T04:08:30.795Z Compiling phf_shared v0.13.1
15642026-06-26T04:08:30.831Z Compiling terminal_size v0.4.3
15652026-06-26T04:08:30.878Z Compiling lazy_static v1.5.0
15662026-06-26T04:08:30.891Z Compiling anstyle-parse v0.2.7
15672026-06-26T04:08:30.948Z Compiling vergen v9.1.0
15682026-06-26T04:08:30.979Z Compiling cargo-platform v0.3.2
15692026-06-26T04:08:30.994Z Compiling fs-err v3.3.0
15702026-06-26T04:08:30.997Z Compiling ahash v0.8.12
15712026-06-26T04:08:31.054Z Compiling foldhash v0.1.5
15722026-06-26T04:08:31.094Z Compiling tower-http v0.6.8
15732026-06-26T04:08:31.152Z Compiling same-file v1.0.6
15742026-06-26T04:08:31.168Z Compiling bumpalo v3.20.2
15752026-06-26T04:08:31.209Z Compiling newtype-uuid v1.3.2
15762026-06-26T04:08:31.242Z Compiling winnow v0.5.40
15772026-06-26T04:08:31.258Z Compiling bitflags v1.3.2
15782026-06-26T04:08:31.274Z Compiling libbz2-rs-sys v0.2.2
15792026-06-26T04:08:31.329Z Compiling h2 v0.4.13
15802026-06-26T04:08:31.346Z Compiling foldhash v0.2.0
15812026-06-26T04:08:31.443Z Compiling object v0.37.3
15822026-06-26T04:08:31.517Z Compiling managed v0.8.0
15832026-06-26T04:08:31.572Z Compiling clap_builder v4.6.0
15842026-06-26T04:08:31.585Z Compiling hashbrown v0.16.1
15852026-06-26T04:08:31.689Z Compiling bzip2 v0.6.1
15862026-06-26T04:08:31.734Z Compiling flate2 v1.1.9
15872026-06-26T04:08:31.925Z Compiling daft v0.1.7
15882026-06-26T04:08:31.981Z Compiling zopfli v0.8.3
15892026-06-26T04:08:32.112Z Compiling walkdir v2.5.0
15902026-06-26T04:08:32.128Z Compiling snafu v0.8.9
15912026-06-26T04:08:32.183Z Compiling dof v0.3.0
15922026-06-26T04:08:32.232Z Compiling strum v0.27.2
15932026-06-26T04:08:32.249Z Compiling hashbrown v0.15.5
15942026-06-26T04:08:32.261Z Compiling cargo_metadata v0.23.1
15952026-06-26T04:08:32.351Z Compiling anstream v0.6.21
15962026-06-26T04:08:32.379Z Compiling phf v0.13.1
15972026-06-26T04:08:32.445Z Compiling elliptic-curve v0.13.8
15982026-06-26T04:08:32.558Z Compiling toml_edit v0.19.15
15992026-06-26T04:08:32.674Z Compiling signal-hook-mio v0.2.5
16002026-06-26T04:08:32.725Z Compiling hubpack v0.1.2
16012026-06-26T04:08:32.756Z Compiling cookie_store v0.22.1
16022026-06-26T04:08:32.805Z Compiling usdt-macro v0.6.0
16032026-06-26T04:08:32.833Z Compiling usdt-attr-macro v0.6.0
16042026-06-26T04:08:32.873Z Compiling bzip2 v0.4.4
16052026-06-26T04:08:32.940Z Compiling futures v0.3.32
16062026-06-26T04:08:32.964Z Compiling serde_with_macros v3.17.0
16072026-06-26T04:08:33.031Z Compiling postgres-types v0.2.12
16082026-06-26T04:08:33.187Z Compiling zstd v0.13.3
16092026-06-26T04:08:33.425Z Compiling dtrace-parser v0.2.0
16102026-06-26T04:08:33.441Z Compiling globset v0.4.18
16112026-06-26T04:08:33.465Z Compiling pkcs1 v0.7.5
16122026-06-26T04:08:33.596Z Compiling ed25519 v2.2.3
16132026-06-26T04:08:33.610Z Compiling serde-big-array v0.5.1
16142026-06-26T04:08:33.662Z Compiling olpc-cjson v0.1.4
16152026-06-26T04:08:33.694Z Compiling serde_plain v1.0.2
16162026-06-26T04:08:33.769Z Compiling rfc6979 v0.4.0
16172026-06-26T04:08:33.844Z Compiling serde_repr v0.1.20
16182026-06-26T04:08:33.885Z Compiling strum_macros v0.26.4
16192026-06-26T04:08:33.910Z Compiling clap_derive v4.6.1
16202026-06-26T04:08:33.910Z Compiling async-recursion v1.1.1
16212026-06-26T04:08:34.135Z Compiling enum-as-inner v0.6.1
16222026-06-26T04:08:34.151Z Compiling phf_shared v0.11.3
16232026-06-26T04:08:34.186Z Compiling float-cmp v0.10.0
16242026-06-26T04:08:34.206Z Compiling pem v3.0.6
16252026-06-26T04:08:34.346Z Compiling memmap2 v0.9.10
16262026-06-26T04:08:34.360Z Compiling thread-id v4.2.2
16272026-06-26T04:08:34.415Z Compiling hyper v1.8.1
16282026-06-26T04:08:34.460Z Compiling env_filter v1.0.0
16292026-06-26T04:08:34.523Z Compiling predicates-core v1.0.10
16302026-06-26T04:08:34.559Z Compiling data-encoding v2.10.0
16312026-06-26T04:08:34.590Z Compiling fixedbitset v0.5.7
16322026-06-26T04:08:34.611Z Compiling whoami v2.1.0
16332026-06-26T04:08:34.633Z Compiling fixedbitset v0.4.2
16342026-06-26T04:08:34.692Z Compiling precomputed-hash v0.1.1
16352026-06-26T04:08:34.723Z Compiling normalize-line-endings v0.3.0
16362026-06-26T04:08:34.795Z Compiling new_debug_unreachable v1.0.6
16372026-06-26T04:08:34.799Z Compiling typed-path v0.9.3
16382026-06-26T04:08:34.834Z Compiling static_assertions v1.1.0
16392026-06-26T04:08:34.872Z Compiling difflib v0.4.0
16402026-06-26T04:08:34.883Z Compiling jiff v0.2.21
16412026-06-26T04:08:34.918Z Compiling keccak v0.1.6
16422026-06-26T04:08:34.932Z Compiling either v1.15.0
16432026-06-26T04:08:35.005Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16442026-06-26T04:08:35.152Z Compiling itertools v0.13.0
16452026-06-26T04:08:35.218Z Compiling predicates v3.1.4
16462026-06-26T04:08:35.321Z Compiling sha3 v0.10.8
16472026-06-26T04:08:35.436Z Compiling hickory-proto v0.25.2
16482026-06-26T04:08:35.494Z Compiling string_cache v0.8.9
16492026-06-26T04:08:35.636Z Compiling hyper-util v0.1.20
16502026-06-26T04:08:35.734Z Compiling tokio-postgres v0.7.16
16512026-06-26T04:08:35.749Z Compiling petgraph v0.8.3
16522026-06-26T04:08:35.752Z Compiling strum v0.26.3
16532026-06-26T04:08:35.778Z Compiling clap v4.6.1
16542026-06-26T04:08:35.806Z Compiling toml_edit v0.22.27
16552026-06-26T04:08:35.874Z Compiling petgraph v0.6.5
16562026-06-26T04:08:35.898Z Compiling env_logger v0.11.9
16572026-06-26T04:08:35.928Z Compiling usdt v0.6.0
16582026-06-26T04:08:36.107Z Compiling usdt-impl v0.5.0
16592026-06-26T04:08:36.132Z Compiling serde_with v3.17.0
16602026-06-26T04:08:36.215Z Compiling crossterm v0.28.1
16612026-06-26T04:08:36.279Z Compiling toml v0.7.8
16622026-06-26T04:08:36.509Z Compiling ecdsa v0.16.9
16632026-06-26T04:08:36.723Z Compiling ed25519-dalek v2.2.0
16642026-06-26T04:08:36.901Z Compiling rsa v0.9.10
16652026-06-26T04:08:37.415Z Compiling hyper-tls v0.6.0
16662026-06-26T04:08:37.457Z Compiling zip v0.6.6
16672026-06-26T04:08:37.556Z Compiling iddqd v0.4.2
16682026-06-26T04:08:37.662Z Compiling zip v4.6.1
16692026-06-26T04:08:37.925Z Compiling toml_parser v1.0.9+spec-1.1.0
16702026-06-26T04:08:38.003Z Compiling tokio-stream v0.1.18
16712026-06-26T04:08:38.061Z Compiling buf-list v1.1.2
16722026-06-26T04:08:38.113Z Compiling similar v2.7.0
16732026-06-26T04:08:38.185Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-26T04:08:38.240Z Compiling openapiv3 v2.2.0
16752026-06-26T04:08:38.353Z Compiling x509-cert v0.2.5
16762026-06-26T04:08:38.426Z Compiling sha1 v0.10.6
16772026-06-26T04:08:38.498Z Compiling crossbeam-epoch v0.9.18
16782026-06-26T04:08:38.507Z Compiling lalrpop-util v0.19.12
16792026-06-26T04:08:38.550Z Compiling peg-runtime v0.8.5
16802026-06-26T04:08:38.580Z Compiling thread_local v1.1.9
16812026-06-26T04:08:38.671Z Compiling slog-async v2.8.0
16822026-06-26T04:08:38.690Z Compiling crossbeam-channel v0.5.15
16832026-06-26T04:08:38.726Z Compiling filetime v0.2.27
16842026-06-26T04:08:38.834Z Compiling is-terminal v0.4.17
16852026-06-26T04:08:38.840Z Compiling take_mut v0.2.2
16862026-06-26T04:08:38.840Z Compiling term v1.2.1
16872026-06-26T04:08:38.878Z Compiling xattr v1.6.1
16882026-06-26T04:08:39.008Z Compiling tar v0.4.45
16892026-06-26T04:08:39.138Z Compiling slog-term v2.9.2
16902026-06-26T04:08:56.702Z Compiling rustls-webpki v0.103.9
16912026-06-26T04:08:59.522Z Compiling tokio-rustls v0.26.4
16922026-06-26T04:08:59.522Z Compiling rustls-platform-verifier v0.6.2
16932026-06-26T04:08:59.728Z Compiling hyper-rustls v0.27.7
16942026-06-26T04:08:59.920Z Compiling reqwest v0.12.28
16952026-06-26T04:08:59.923Z Compiling reqwest v0.13.2
16962026-06-26T04:09:01.160Z Compiling tough v0.22.0
16972026-06-26T04:09:03.664Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-06-26T04:09:03.892Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-06-26T04:09:06.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.25s
17002026-06-26T04:09:06.868Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17012026-06-26T04:09:06.919ZJun 26 04:09:06.090 INFO Starting download, target: Cockroach
17022026-06-26T04:09:06.919ZJun 26 04:09:06.091 INFO Starting download, target: Clickhouse
17032026-06-26T04:09:06.919ZJun 26 04:09:06.091 INFO Starting download, target: DendriteStub
17042026-06-26T04:09:06.919ZJun 26 04:09:06.091 INFO Starting download, target: Console
17052026-06-26T04:09:06.922ZJun 26 04:09:06.091 INFO Starting download, target: MaghemiteMgd
17062026-06-26T04:09:06.922ZJun 26 04:09:06.091 INFO Starting download, target: MaghemiteDdmd
17072026-06-26T04:09:06.922ZJun 26 04:09:06.091 INFO Starting download, target: TransceiverControl
17082026-06-26T04:09:06.922ZJun 26 04:09:06.091 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-06-26T04:09:06.922ZJun 26 04:09:06.091 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17102026-06-26T04:09:06.922ZJun 26 04:09:06.091 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-06-26T04:09:06.922ZJun 26 04:09:06.091 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-06-26T04:09:06.922ZJun 26 04:09:06.091 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17132026-06-26T04:09:06.922ZJun 26 04:09:06.091 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17142026-06-26T04:09:06.922ZJun 26 04:09:06.091 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17152026-06-26T04:09:07.549ZJun 26 04:09:06.598 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17162026-06-26T04:09:07.686ZJun 26 04:09:06.853 INFO Download complete, target: TransceiverControl
17172026-06-26T04:09:08.765ZJun 26 04:09:07.871 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17182026-06-26T04:09:09.145ZJun 26 04:09:08.125 INFO Download complete, target: Console
17192026-06-26T04:09:09.489ZJun 26 04:09:08.605 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17202026-06-26T04:09:10.663ZJun 26 04:09:09.814 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17212026-06-26T04:09:11.383ZJun 26 04:09:10.532 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17222026-06-26T04:09:12.156ZJun 26 04:09:11.274 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17232026-06-26T04:09:13.201ZJun 26 04:09:12.366 INFO Download complete, target: DendriteStub
17242026-06-26T04:09:13.425ZJun 26 04:09:12.574 INFO Download complete, target: MaghemiteDdmd
17252026-06-26T04:09:14.734ZJun 26 04:09:13.815 INFO Download complete, target: MaghemiteMgd
17262026-06-26T04:09:14.859ZJun 26 04:09:14.025 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17272026-06-26T04:09:14.860ZJun 26 04:09:14.025 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17282026-06-26T04:09:16.347ZJun 26 04:09:15.519 INFO Checking that binary works, target: Clickhouse
17292026-06-26T04:09:16.443ZJun 26 04:09:15.614 INFO Download complete, target: Clickhouse
17302026-06-26T04:09:19.417ZJun 26 04:09:18.588 INFO Checking that binary works, target: Cockroach
17312026-06-26T04:09:19.539ZJun 26 04:09:18.712 INFO Download complete, target: Cockroach
17322026-06-26T04:09:19.545ZAll prerequisites installed successfully
17332026-06-26T04:09:19.550Z
17342026-06-26T04:09:19.551Zreal 1:51.571642586
17352026-06-26T04:09:19.551Zuser 6:50.557240742
17362026-06-26T04:09:19.551Zsys 1:43.430972440
17372026-06-26T04:09:19.551Ztrap 0.271809964
17382026-06-26T04:09:19.551Ztflt 1.120406814
17392026-06-26T04:09:19.551Zdflt 1.917469308
17402026-06-26T04:09:19.551Zkflt 0.025127974
17412026-06-26T04:09:19.551Zlock 25:55.127483209
17422026-06-26T04:09:19.551Zslp 18:48.384819646
17432026-06-26T04:09:19.552Zlat 24.494337414
17442026-06-26T04:09:19.552Zstop 2:55.643835605
17452026-06-26T04:09:19.552Z+ ptime -m cargo xtask download softnpu
17462026-06-26T04:09:20.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
17472026-06-26T04:09:20.052Z Running `target/debug/xtask download softnpu`
17482026-06-26T04:09:20.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17492026-06-26T04:09:20.829Z Running `target/debug/xtask-downloader softnpu`
17502026-06-26T04:09:20.873ZJun 26 04:09:20.046 INFO Starting download, target: Softnpu
17512026-06-26T04:09:20.877ZJun 26 04:09:20.046 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17522026-06-26T04:09:21.521ZJun 26 04:09:20.692 INFO Download complete, target: Softnpu
17532026-06-26T04:09:21.525Z
17542026-06-26T04:09:21.525Zreal 1.971196692
17552026-06-26T04:09:21.525Zuser 1.290756977
17562026-06-26T04:09:21.525Zsys 0.609033138
17572026-06-26T04:09:21.525Ztrap 0.000442340
17582026-06-26T04:09:21.525Ztflt 0.000074510
17592026-06-26T04:09:21.525Zdflt 0.000248980
17602026-06-26T04:09:21.526Zkflt 0.000000000
17612026-06-26T04:09:21.526Zlock 12.008982498
17622026-06-26T04:09:21.526Zslp 0.504138511
17632026-06-26T04:09:21.526Zlat 0.078898495
17642026-06-26T04:09:21.526Zstop 0.000172760
17652026-06-26T04:09:21.526Z+ export CARGO_INCREMENTAL=0
17662026-06-26T04:09:21.527Z+ CARGO_INCREMENTAL=0
17672026-06-26T04:09:21.527Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17682026-06-26T04:09:22.382Z Compiling proc-macro2 v1.0.106
17692026-06-26T04:09:22.382Z Compiling quote v1.0.45
17702026-06-26T04:09:22.382Z Compiling unicode-ident v1.0.24
17712026-06-26T04:09:22.394Z Compiling libc v0.2.185
17722026-06-26T04:09:22.394Z Compiling serde_core v1.0.228
17732026-06-26T04:09:22.394Z Compiling serde v1.0.228
17742026-06-26T04:09:22.394Z Compiling cfg-if v1.0.4
17752026-06-26T04:09:22.394Z Compiling version_check v0.9.5
17762026-06-26T04:09:22.522Z Compiling find-msvc-tools v0.1.9
17772026-06-26T04:09:22.526Z Compiling shlex v1.3.0
17782026-06-26T04:09:22.526Z Compiling typenum v1.19.0
17792026-06-26T04:09:22.533Z Compiling autocfg v1.5.0
17802026-06-26T04:09:22.537Z Compiling zmij v1.0.21
17812026-06-26T04:09:22.537Z Compiling memchr v2.8.0
17822026-06-26T04:09:22.537Z Compiling serde_json v1.0.149
17832026-06-26T04:09:22.770Z Compiling portable-atomic v1.13.1
17842026-06-26T04:09:22.770Z Compiling libm v0.2.16
17852026-06-26T04:09:22.975Z Compiling zerocopy v0.8.40
17862026-06-26T04:09:23.025Z Compiling parking_lot_core v0.9.12
17872026-06-26T04:09:23.028Z Compiling smallvec v1.15.1
17882026-06-26T04:09:23.028Z Compiling icu_properties_data v2.1.2
17892026-06-26T04:09:23.031Z Compiling icu_normalizer_data v2.1.1
17902026-06-26T04:09:23.049Z Compiling num-traits v0.2.19
17912026-06-26T04:09:23.118Z Compiling generic-array v0.14.7
17922026-06-26T04:09:23.163Z Compiling itoa v1.0.17
17932026-06-26T04:09:23.248Z Compiling getrandom v0.4.1
17942026-06-26T04:09:23.302Z Compiling log v0.4.29
17952026-06-26T04:09:23.320Z Compiling stable_deref_trait v1.2.1
17962026-06-26T04:09:23.349Z Compiling pkg-config v0.3.32
17972026-06-26T04:09:23.353Z Compiling subtle v2.6.1
17982026-06-26T04:09:23.542Z Compiling scopeguard v1.2.0
17992026-06-26T04:09:23.618Z Compiling percent-encoding v2.3.2
18002026-06-26T04:09:23.673Z Compiling jobserver v0.1.34
18012026-06-26T04:09:23.727Z Compiling getrandom v0.2.17
18022026-06-26T04:09:23.741Z Compiling lock_api v0.4.14
18032026-06-26T04:09:23.826Z Compiling errno v0.3.14
18042026-06-26T04:09:23.861Z Compiling syn v2.0.117
18052026-06-26T04:09:23.875Z Compiling rand_core v0.6.4
18062026-06-26T04:09:23.920Z Compiling cc v1.2.56
18072026-06-26T04:09:23.958Z Compiling litemap v0.8.1
18082026-06-26T04:09:23.996Z Compiling writeable v0.6.2
18092026-06-26T04:09:23.996Z Compiling fnv v1.0.7
18102026-06-26T04:09:24.032Z Compiling pin-project-lite v0.2.17
18112026-06-26T04:09:24.045Z Compiling thiserror v2.0.18
18122026-06-26T04:09:24.159Z Compiling getrandom v0.3.4
18132026-06-26T04:09:24.190Z Compiling rand_core v0.10.0
18142026-06-26T04:09:24.239Z Compiling equivalent v1.0.2
18152026-06-26T04:09:24.269Z Compiling fs_extra v1.3.0
18162026-06-26T04:09:24.282Z Compiling dunce v1.0.5
18172026-06-26T04:09:24.332Z Compiling schemars v0.8.22
18182026-06-26T04:09:24.332Z Compiling rustversion v1.0.22
18192026-06-26T04:09:24.389Z Compiling utf8_iter v1.0.4
18202026-06-26T04:09:24.424Z Compiling rustix v1.1.3
18212026-06-26T04:09:24.484Z Compiling critical-section v1.2.0
18222026-06-26T04:09:24.515Z Compiling form_urlencoded v1.2.2
18232026-06-26T04:09:24.590Z Compiling hashbrown v0.17.0
18242026-06-26T04:09:24.623Z Compiling signal-hook-registry v1.4.8
18252026-06-26T04:09:24.623Z Compiling const-oid v0.9.6
18262026-06-26T04:09:24.654Z Compiling cmake v0.1.57
18272026-06-26T04:09:24.852Z Compiling semver v1.0.28
18282026-06-26T04:09:25.032Z Compiling bitflags v2.11.0
18292026-06-26T04:09:25.052Z Compiling once_cell v1.21.3
18302026-06-26T04:09:25.181Z Compiling indexmap v2.14.0
18312026-06-26T04:09:25.202Z Compiling parking_lot v0.12.5
18322026-06-26T04:09:25.261Z Compiling socket2 v0.6.3
18332026-06-26T04:09:25.279Z Compiling mio v1.2.0
18342026-06-26T04:09:25.297Z Compiling ring v0.17.14
18352026-06-26T04:09:25.314Z Compiling aws-lc-sys v0.40.0
18362026-06-26T04:09:25.329Z Compiling aws-lc-rs v1.16.3
18372026-06-26T04:09:25.420Z Compiling futures-core v0.3.32
18382026-06-26T04:09:25.486Z Compiling thiserror v1.0.69
18392026-06-26T04:09:25.503Z Compiling httparse v1.10.1
18402026-06-26T04:09:25.509Z Compiling strsim v0.11.1
18412026-06-26T04:09:25.792Z Compiling vcpkg v0.2.15
18422026-06-26T04:09:25.806Z Compiling iana-time-zone v0.1.65
18432026-06-26T04:09:25.858Z Compiling byteorder v1.5.0
18442026-06-26T04:09:25.874Z Compiling ucd-trie v0.1.7
18452026-06-26T04:09:25.926Z Compiling heck v0.5.0
18462026-06-26T04:09:25.943Z Compiling syn v1.0.109
18472026-06-26T04:09:26.022Z Compiling regex-syntax v0.8.10
18482026-06-26T04:09:26.030Z Compiling ident_case v1.0.1
18492026-06-26T04:09:26.033Z Compiling uuid v1.23.0
18502026-06-26T04:09:26.099Z Compiling pest v2.8.6
18512026-06-26T04:09:26.260Z Compiling rustls v0.23.37
18522026-06-26T04:09:26.355Z Compiling cpufeatures v0.2.17
18532026-06-26T04:09:26.373Z Compiling rustc_version v0.4.1
18542026-06-26T04:09:26.388Z Compiling openssl-sys v0.9.115
18552026-06-26T04:09:26.454Z Compiling futures-sink v0.3.32
18562026-06-26T04:09:26.575Z Compiling futures-channel v0.3.32
18572026-06-26T04:09:26.641Z Compiling aho-corasick v1.1.4
18582026-06-26T04:09:26.689Z Compiling slab v0.4.12
18592026-06-26T04:09:26.721Z Compiling futures-task v0.3.32
18602026-06-26T04:09:26.756Z Compiling synstructure v0.13.2
18612026-06-26T04:09:26.785Z Compiling serde_derive_internals v0.29.1
18622026-06-26T04:09:26.871Z Compiling futures-io v0.3.32
18632026-06-26T04:09:26.948Z Compiling dyn-clone v1.0.20
18642026-06-26T04:09:27.151Z Compiling plain v0.2.3
18652026-06-26T04:09:27.154Z Compiling crc32fast v1.5.0
18662026-06-26T04:09:27.205Z Compiling pest_meta v2.8.6
18672026-06-26T04:09:27.226Z Compiling openssl v0.10.79
18682026-06-26T04:09:27.297Z Compiling crossbeam-utils v0.8.21
18692026-06-26T04:09:27.302Z Compiling base64 v0.22.1
18702026-06-26T04:09:27.399Z Compiling time-core v0.1.8
18712026-06-26T04:09:27.440Z Compiling num-conv v0.2.0
18722026-06-26T04:09:27.515Z Compiling regex-automata v0.4.14
18732026-06-26T04:09:27.553Z Compiling pretty-hex v0.4.1
18742026-06-26T04:09:27.602Z Compiling time-macros v0.2.27
18752026-06-26T04:09:27.605Z Compiling anyhow v1.0.102
18762026-06-26T04:09:27.650Z Compiling base64ct v1.8.3
18772026-06-26T04:09:27.671Z Compiling native-tls v0.2.18
18782026-06-26T04:09:27.701Z Compiling darling_core v0.21.3
18792026-06-26T04:09:27.778Z Compiling pest_generator v2.8.6
18802026-06-26T04:09:27.818Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18812026-06-26T04:09:27.912Z Compiling pem-rfc7468 v0.7.0
18822026-06-26T04:09:27.965Z Compiling flagset v0.4.7
18832026-06-26T04:09:27.996Z Compiling serde_derive v1.0.228
18842026-06-26T04:09:27.999Z Compiling zeroize_derive v1.4.3
18852026-06-26T04:09:28.079Z Compiling zerofrom-derive v0.1.6
18862026-06-26T04:09:28.129Z Compiling yoke-derive v0.8.1
18872026-06-26T04:09:28.144Z Compiling zerovec-derive v0.11.2
18882026-06-26T04:09:28.194Z Compiling displaydoc v0.2.5
18892026-06-26T04:09:28.208Z Compiling zerocopy-derive v0.8.40
18902026-06-26T04:09:28.211Z Compiling tokio-macros v2.7.0
18912026-06-26T04:09:28.419Z Compiling futures-macro v0.3.32
18922026-06-26T04:09:28.448Z Compiling thiserror-impl v2.0.18
18932026-06-26T04:09:28.568Z Compiling schemars_derive v0.8.22
18942026-06-26T04:09:28.642Z Compiling zeroize v1.8.2
18952026-06-26T04:09:28.931Z Compiling tracing-attributes v0.1.31
18962026-06-26T04:09:29.121Z Compiling der_derive v0.7.3
18972026-06-26T04:09:29.194Z Compiling thiserror-impl v1.0.69
18982026-06-26T04:09:29.215Z Compiling pest_derive v2.8.6
18992026-06-26T04:09:29.218Z Compiling zerofrom v0.1.6
19002026-06-26T04:09:29.374Z Compiling yoke v0.8.1
19012026-06-26T04:09:29.497Z Compiling crypto-common v0.1.7
19022026-06-26T04:09:29.552Z Compiling zerovec v0.11.5
19032026-06-26T04:09:29.596Z Compiling zerotrie v0.2.3
19042026-06-26T04:09:29.748Z Compiling block-buffer v0.10.4
19052026-06-26T04:09:29.828Z Compiling futures-util v0.3.32
19062026-06-26T04:09:29.883Z Compiling digest v0.10.7
19072026-06-26T04:09:30.101Z Compiling hmac v0.12.1
19082026-06-26T04:09:30.289Z Compiling tinystr v0.8.2
19092026-06-26T04:09:30.329Z Compiling potential_utf v0.1.4
19102026-06-26T04:09:30.329Z Compiling block-padding v0.3.3
19112026-06-26T04:09:30.329Z Compiling sha2 v0.10.9
19122026-06-26T04:09:30.356Z Compiling icu_locale_core v2.1.1
19132026-06-26T04:09:30.371Z Compiling icu_collections v2.1.1
19142026-06-26T04:09:30.394Z Compiling inout v0.1.4
19152026-06-26T04:09:30.425Z Compiling rustls-pki-types v1.14.0
19162026-06-26T04:09:30.446Z Compiling scroll_derive v0.12.1
19172026-06-26T04:09:30.473Z Compiling scroll_derive v0.13.1
19182026-06-26T04:09:30.650Z Compiling cipher v0.4.4
19192026-06-26T04:09:31.020Z Compiling openssl-macros v0.1.1
19202026-06-26T04:09:31.104Z Compiling icu_provider v2.1.1
19212026-06-26T04:09:31.265Z Compiling bytes v1.11.1
19222026-06-26T04:09:31.309Z Compiling chrono v0.4.44
19232026-06-26T04:09:31.327Z Compiling serde_tokenstream v0.2.3
19242026-06-26T04:09:31.361Z Compiling icu_properties v2.1.2
19252026-06-26T04:09:31.454Z Compiling icu_normalizer v2.1.1
19262026-06-26T04:09:31.652Z Compiling der v0.7.10
19272026-06-26T04:09:31.671Z Compiling darling_macro v0.21.3
19282026-06-26T04:09:31.825Z Compiling tokio v1.52.1
19292026-06-26T04:09:32.187Z Compiling http v1.4.0
19302026-06-26T04:09:32.231Z Compiling idna_adapter v1.2.1
19312026-06-26T04:09:32.388Z Compiling idna v1.1.0
19322026-06-26T04:09:32.646Z Compiling ppv-lite86 v0.2.21
19332026-06-26T04:09:32.669Z Compiling regex v1.12.3
19342026-06-26T04:09:32.784Z Compiling url v2.5.8
19352026-06-26T04:09:32.920Z Compiling zerocopy-derive v0.7.35
19362026-06-26T04:09:32.973Z Compiling rand_core v0.9.5
19372026-06-26T04:09:33.006Z Compiling slog v2.8.2
19382026-06-26T04:09:33.102Z Compiling tracing-core v0.1.36
19392026-06-26T04:09:33.520Z Compiling untrusted v0.9.0
19402026-06-26T04:09:33.650Z Compiling tracing v0.1.44
19412026-06-26T04:09:34.080Z Compiling spki v0.7.3
19422026-06-26T04:09:34.091Z Compiling darling v0.21.3
19432026-06-26T04:09:34.147Z Compiling salsa20 v0.10.2
19442026-06-26T04:09:34.191Z Compiling pbkdf2 v0.12.2
19452026-06-26T04:09:34.726Z Compiling cookie v0.18.1
19462026-06-26T04:09:34.769Z Compiling camino v1.2.2
19472026-06-26T04:09:34.920Z Compiling scrypt v0.11.0
19482026-06-26T04:09:34.941Z Compiling rand_chacha v0.9.0
19492026-06-26T04:09:34.956Z Compiling http-body v1.0.1
19502026-06-26T04:09:35.117Z Compiling cbc v0.1.2
19512026-06-26T04:09:35.133Z Compiling aes v0.8.4
19522026-06-26T04:09:35.228Z Compiling usdt-impl v0.5.0
19532026-06-26T04:09:35.276Z Compiling ref-cast v1.0.25
19542026-06-26T04:09:35.302Z Compiling paste v1.0.15
19552026-06-26T04:09:35.336Z Compiling fastrand v2.3.0
19562026-06-26T04:09:35.388Z Compiling tinyvec_macros v0.1.1
19572026-06-26T04:09:35.468Z Compiling either v1.15.0
19582026-06-26T04:09:35.491Z Compiling openssl-probe v0.2.1
19592026-06-26T04:09:35.566Z Compiling unicode-segmentation v1.12.0
19602026-06-26T04:09:35.585Z Compiling winnow v0.7.14
19612026-06-26T04:09:35.589Z Compiling untrusted v0.7.1
19622026-06-26T04:09:35.617Z Compiling tokio-util v0.7.18
19632026-06-26T04:09:35.622Z Compiling usdt-impl v0.6.0
19642026-06-26T04:09:35.698Z Compiling pkcs5 v0.7.1
19652026-06-26T04:09:35.738Z Compiling tinyvec v1.10.0
19662026-06-26T04:09:35.805Z Compiling rand v0.9.2
19672026-06-26T04:09:36.112Z Compiling scroll v0.13.0
19682026-06-26T04:09:36.152Z Compiling serde_spanned v0.6.9
19692026-06-26T04:09:36.183Z Compiling toml_datetime v0.6.11
19702026-06-26T04:09:36.322Z Compiling scroll v0.12.0
19712026-06-26T04:09:36.407Z Compiling async-trait v0.1.89
19722026-06-26T04:09:36.421Z Compiling heapless v0.7.17
19732026-06-26T04:09:36.561Z Compiling bzip2-sys v0.1.13+1.0.8
19742026-06-26T04:09:36.589Z Compiling signal-hook v0.3.18
19752026-06-26T04:09:36.605Z Compiling tower-service v0.3.3
19762026-06-26T04:09:36.622Z Compiling rustix v0.38.44
19772026-06-26T04:09:36.790Z Compiling try-lock v0.2.5
19782026-06-26T04:09:36.843Z Compiling atomic-waker v1.1.2
19792026-06-26T04:09:36.886Z Compiling zstd-safe v7.2.4
19802026-06-26T04:09:36.921Z Compiling tower-layer v0.3.3
19812026-06-26T04:09:36.942Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-06-26T04:09:36.964Z Compiling want v0.3.1
19832026-06-26T04:09:36.998Z Compiling h2 v0.4.13
19842026-06-26T04:09:37.103Z Compiling goblin v0.8.2
19852026-06-26T04:09:37.144Z Compiling goblin v0.10.5
19862026-06-26T04:09:37.285Z Compiling pkcs8 v0.10.2
19872026-06-26T04:09:37.426Z Compiling heck v0.4.1
19882026-06-26T04:09:37.564Z Compiling zerocopy v0.7.35
19892026-06-26T04:09:37.581Z Compiling ipnet v2.11.0
19902026-06-26T04:09:37.597Z Compiling ref-cast-impl v1.0.25
19912026-06-26T04:09:37.643Z Compiling darling_core v0.20.11
19922026-06-26T04:09:37.983Z Compiling curve25519-dalek v4.1.3
19932026-06-26T04:09:38.056Z Compiling memoffset v0.9.1
19942026-06-26T04:09:38.128Z Compiling foreign-types-shared v0.1.1
19952026-06-26T04:09:38.146Z Compiling httpdate v1.0.3
19962026-06-26T04:09:38.270Z Compiling pin-utils v0.1.0
19972026-06-26T04:09:38.355Z Compiling utf8parse v0.2.2
19982026-06-26T04:09:38.393Z Compiling litrs v1.0.0
19992026-06-26T04:09:38.409Z Compiling winnow v0.5.40
20002026-06-26T04:09:38.689Z Compiling tempfile v3.25.0
20012026-06-26T04:09:38.706Z Compiling foreign-types v0.3.2
20022026-06-26T04:09:38.862Z Compiling document-features v0.2.12
20032026-06-26T04:09:39.294Z Compiling unicode-normalization v0.1.25
20042026-06-26T04:09:39.412Z Compiling dof v0.3.0
20052026-06-26T04:09:39.575Z Compiling darling_macro v0.20.11
20062026-06-26T04:09:39.805Z Compiling toml_edit v0.19.15
20072026-06-26T04:09:39.891Z Compiling dof v0.4.0
20082026-06-26T04:09:39.971Z Compiling dtrace-parser v0.2.0
20092026-06-26T04:09:40.034Z Compiling hyper v1.8.1
20102026-06-26T04:09:40.135Z Compiling dtrace-parser v0.3.0
20112026-06-26T04:09:40.414Z Compiling pin-project-internal v1.1.11
20122026-06-26T04:09:40.565Z Compiling daft-derive v0.1.7
20132026-06-26T04:09:40.605Z Compiling spin v0.9.8
20142026-06-26T04:09:40.734Z Compiling socket2 v0.5.10
20152026-06-26T04:09:40.758Z Compiling thread-id v5.1.0
20162026-06-26T04:09:40.835Z Compiling thread-id v4.2.2
20172026-06-26T04:09:40.893Z Compiling cfg_aliases v0.2.1
20182026-06-26T04:09:40.942Z Compiling anstyle v1.0.14
20192026-06-26T04:09:40.962Z Compiling powerfmt v0.2.0
20202026-06-26T04:09:40.983Z Compiling num-bigint-dig v0.8.6
20212026-06-26T04:09:40.999Z Compiling smoltcp v0.9.1
20222026-06-26T04:09:41.188Z Compiling hyper-util v0.1.20
20232026-06-26T04:09:41.204Z Compiling deranged v0.5.8
20242026-06-26T04:09:41.230Z Compiling nix v0.31.2
20252026-06-26T04:09:41.529Z Compiling darling v0.20.11
20262026-06-26T04:09:41.636Z Compiling rustls-native-certs v0.8.3
20272026-06-26T04:09:41.714Z Compiling ipnetwork v0.21.1
20282026-06-26T04:09:41.916Z Compiling strum_macros v0.26.4
20292026-06-26T04:09:41.958Z Compiling curve25519-dalek-derive v0.1.1
20302026-06-26T04:09:42.139Z Compiling sync_wrapper v1.0.2
20312026-06-26T04:09:42.200Z Compiling wait-timeout v0.2.1
20322026-06-26T04:09:42.367Z Compiling is_terminal_polyfill v1.70.2
20332026-06-26T04:09:42.495Z Compiling siphasher v1.0.2
20342026-06-26T04:09:42.725Z Compiling simd-adler32 v0.3.8
20352026-06-26T04:09:42.793Z Compiling anstyle-query v1.1.5
20362026-06-26T04:09:42.816Z Compiling quick-error v1.2.3
20372026-06-26T04:09:42.852Z Compiling num_threads v0.1.7
20382026-06-26T04:09:42.882Z Compiling bit-vec v0.8.0
20392026-06-26T04:09:42.892Z Compiling colorchoice v1.0.4
20402026-06-26T04:09:42.926Z Compiling rusty-fork v0.3.1
20412026-06-26T04:09:42.944Z Compiling time v0.3.47
20422026-06-26T04:09:43.101Z Compiling tower v0.5.3
20432026-06-26T04:09:43.146Z Compiling bit-set v0.8.0
20442026-06-26T04:09:43.331Z Compiling derive_builder_core v0.20.2
20452026-06-26T04:09:43.493Z Compiling snafu-derive v0.8.9
20462026-06-26T04:09:43.517Z Compiling http-body-util v0.1.3
20472026-06-26T04:09:43.561Z Compiling webpki-roots v1.0.6
20482026-06-26T04:09:43.783Z Compiling rand_xorshift v0.4.0
20492026-06-26T04:09:43.969Z Compiling signature v2.2.0
20502026-06-26T04:09:44.008Z Compiling hubpack_derive v0.1.1
20512026-06-26T04:09:44.121Z Compiling strum_macros v0.27.2
20522026-06-26T04:09:44.157Z Compiling ahash v0.8.12
20532026-06-26T04:09:44.175Z Compiling fs-err v3.3.0
20542026-06-26T04:09:44.258Z Compiling unicode-bidi v0.3.18
20552026-06-26T04:09:44.424Z Compiling iri-string v0.7.10
20562026-06-26T04:09:44.436Z Compiling unicode-properties v0.1.4
20572026-06-26T04:09:44.490Z Compiling adler2 v2.0.1
20582026-06-26T04:09:44.652Z Compiling unarray v0.1.4
20592026-06-26T04:09:44.716Z Compiling object v0.37.3
20602026-06-26T04:09:44.780Z Compiling ryu v1.0.23
20612026-06-26T04:09:44.795Z Compiling allocator-api2 v0.2.21
20622026-06-26T04:09:44.965Z Compiling serde_urlencoded v0.7.1
20632026-06-26T04:09:44.999Z Compiling proptest v1.10.0
20642026-06-26T04:09:45.186Z Compiling miniz_oxide v0.8.9
20652026-06-26T04:09:45.236Z Compiling stringprep v0.1.5
20662026-06-26T04:09:45.580Z Compiling tower-http v0.6.8
20672026-06-26T04:09:45.736Z Compiling derive_builder_macro v0.20.2
20682026-06-26T04:09:45.819Z Compiling tokio-native-tls v0.3.1
20692026-06-26T04:09:45.913Z Compiling usdt-attr-macro v0.6.0
20702026-06-26T04:09:45.943Z Compiling usdt-macro v0.6.0
20712026-06-26T04:09:46.040Z Compiling anstyle-parse v1.0.0
20722026-06-26T04:09:46.537Z Compiling rand_chacha v0.3.1
20732026-06-26T04:09:46.639Z Compiling erased-serde v0.3.31
20742026-06-26T04:09:46.670Z Compiling md-5 v0.10.6
20752026-06-26T04:09:46.695Z Compiling bstr v1.12.1
20762026-06-26T04:09:46.766Z Compiling num-integer v0.1.46
20772026-06-26T04:09:46.815Z Compiling hash32 v0.2.1
20782026-06-26T04:09:46.929Z Compiling vergen-lib v9.1.0
20792026-06-26T04:09:46.945Z Compiling ff v0.13.1
20802026-06-26T04:09:46.982Z Compiling encoding_rs v0.8.35
20812026-06-26T04:09:47.032Z Compiling mime v0.3.17
20822026-06-26T04:09:47.083Z Compiling base16ct v0.2.0
20832026-06-26T04:09:47.108Z Compiling fallible-iterator v0.2.0
20842026-06-26T04:09:47.213Z Compiling zlib-rs v0.6.2
20852026-06-26T04:09:47.263Z Compiling psl-types v2.0.11
20862026-06-26T04:09:47.278Z Compiling sec1 v0.7.3
20872026-06-26T04:09:47.393Z Compiling publicsuffix v2.3.0
20882026-06-26T04:09:47.408Z Compiling postgres-protocol v0.6.10
20892026-06-26T04:09:47.544Z Compiling group v0.13.0
20902026-06-26T04:09:47.560Z Compiling newtype-uuid v1.3.2
20912026-06-26T04:09:47.595Z Compiling num-iter v0.1.45
20922026-06-26T04:09:47.893Z Compiling rand v0.8.6
20932026-06-26T04:09:48.182Z Compiling oxnet v0.1.6
20942026-06-26T04:09:48.263Z Compiling derive_builder v0.20.2
20952026-06-26T04:09:48.282Z Compiling anstream v1.0.0
20962026-06-26T04:09:48.301Z Compiling hyper-tls v0.6.0
20972026-06-26T04:09:48.400Z Compiling phf_shared v0.13.1
20982026-06-26T04:09:48.452Z Compiling pin-project v1.1.11
20992026-06-26T04:09:48.568Z Compiling lazy_static v1.5.0
21002026-06-26T04:09:48.584Z Compiling anstyle-parse v0.2.7
21012026-06-26T04:09:48.693Z Compiling terminal_size v0.4.3
21022026-06-26T04:09:48.709Z Compiling serde_with_macros v3.17.0
21032026-06-26T04:09:48.725Z Compiling futures-executor v0.3.32
21042026-06-26T04:09:48.739Z Compiling hex v0.4.3
21052026-06-26T04:09:48.909Z Compiling hkdf v0.12.4
21062026-06-26T04:09:48.973Z Compiling crypto-bigint v0.5.5
21072026-06-26T04:09:48.990Z Compiling enum-as-inner v0.6.1
21082026-06-26T04:09:49.007Z Compiling serde_repr v0.1.20
21092026-06-26T04:09:49.021Z Compiling async-recursion v1.1.1
21102026-06-26T04:09:49.039Z Compiling clap_derive v4.6.1
21112026-06-26T04:09:49.077Z Compiling vergen v9.1.0
21122026-06-26T04:09:49.100Z Compiling cargo-platform v0.3.2
21132026-06-26T04:09:49.293Z Compiling flate2 v1.1.9
21142026-06-26T04:09:49.365Z Compiling libbz2-rs-sys v0.2.2
21152026-06-26T04:09:49.517Z Compiling foldhash v0.1.5
21162026-06-26T04:09:49.696Z Compiling bitflags v1.3.2
21172026-06-26T04:09:49.791Z Compiling same-file v1.0.6
21182026-06-26T04:09:49.810Z Compiling managed v0.8.0
21192026-06-26T04:09:49.826Z Compiling clap_lex v1.0.0
21202026-06-26T04:09:49.877Z Compiling bumpalo v3.20.2
21212026-06-26T04:09:49.959Z Compiling foldhash v0.2.0
21222026-06-26T04:09:50.067Z Compiling clap_builder v4.6.0
21232026-06-26T04:09:50.094Z Compiling zopfli v0.8.3
21242026-06-26T04:09:50.115Z Compiling hashbrown v0.16.1
21252026-06-26T04:09:50.172Z Compiling elliptic-curve v0.13.8
21262026-06-26T04:09:50.187Z Compiling walkdir v2.5.0
21272026-06-26T04:09:50.489Z Compiling bzip2 v0.6.1
21282026-06-26T04:09:50.674Z Compiling hashbrown v0.15.5
21292026-06-26T04:09:50.730Z Compiling cargo_metadata v0.23.1
21302026-06-26T04:09:50.760Z Compiling zstd v0.13.3
21312026-06-26T04:09:50.765Z Compiling futures v0.3.32
21322026-06-26T04:09:50.995Z Compiling anstream v0.6.21
21332026-06-26T04:09:51.319Z Compiling phf v0.13.1
21342026-06-26T04:09:51.401Z Compiling snafu v0.8.9
21352026-06-26T04:09:51.495Z Compiling daft v0.1.7
21362026-06-26T04:09:51.962Z Compiling signal-hook-mio v0.2.5
21372026-06-26T04:09:52.048Z Compiling cookie_store v0.22.1
21382026-06-26T04:09:52.065Z Compiling postgres-types v0.2.12
21392026-06-26T04:09:52.103Z Compiling bzip2 v0.4.4
21402026-06-26T04:09:52.106Z Compiling globset v0.4.18
21412026-06-26T04:09:52.221Z Compiling strum v0.27.2
21422026-06-26T04:09:52.318Z Compiling hubpack v0.1.2
21432026-06-26T04:09:52.376Z Compiling ed25519 v2.2.3
21442026-06-26T04:09:52.380Z Compiling phf_shared v0.11.3
21452026-06-26T04:09:52.446Z Compiling crossbeam-epoch v0.9.18
21462026-06-26T04:09:52.509Z Compiling olpc-cjson v0.1.4
21472026-06-26T04:09:52.544Z Compiling pkcs1 v0.7.5
21482026-06-26T04:09:52.600Z Compiling pem v3.0.6
21492026-06-26T04:09:52.645Z Compiling serde-big-array v0.5.1
21502026-06-26T04:09:52.664Z Compiling serde_plain v1.0.2
21512026-06-26T04:09:52.763Z Compiling rfc6979 v0.4.0
21522026-06-26T04:09:52.804Z Compiling float-cmp v0.10.0
21532026-06-26T04:09:52.847Z Compiling memmap2 v0.9.10
21542026-06-26T04:09:52.871Z Compiling env_filter v1.0.0
21552026-06-26T04:09:52.906Z Compiling difflib v0.4.0
21562026-06-26T04:09:52.921Z Compiling static_assertions v1.1.0
21572026-06-26T04:09:52.939Z Compiling precomputed-hash v0.1.1
21582026-06-26T04:09:52.974Z Compiling fixedbitset v0.4.2
21592026-06-26T04:09:53.028Z Compiling typed-path v0.9.3
21602026-06-26T04:09:53.041Z Compiling whoami v2.1.0
21612026-06-26T04:09:53.080Z Compiling new_debug_unreachable v1.0.6
21622026-06-26T04:09:53.152Z Compiling normalize-line-endings v0.3.0
21632026-06-26T04:09:53.171Z Compiling toml_write v0.1.2
21642026-06-26T04:09:53.189Z Compiling data-encoding v2.10.0
21652026-06-26T04:09:53.210Z Compiling keccak v0.1.6
21662026-06-26T04:09:53.255Z Compiling fixedbitset v0.5.7
21672026-06-26T04:09:53.270Z Compiling predicates-core v1.0.10
21682026-06-26T04:09:53.366Z Compiling jiff v0.2.21
21692026-06-26T04:09:53.403Z Compiling predicates v3.1.4
21702026-06-26T04:09:53.427Z Compiling sha3 v0.10.8
21712026-06-26T04:09:53.441Z Compiling toml_edit v0.22.27
21722026-06-26T04:09:53.550Z Compiling hickory-proto v0.25.2
21732026-06-26T04:09:53.706Z Compiling petgraph v0.8.3
21742026-06-26T04:09:53.721Z Compiling tokio-postgres v0.7.16
21752026-06-26T04:09:53.823Z Compiling string_cache v0.8.9
21762026-06-26T04:09:53.990Z Compiling petgraph v0.6.5
21772026-06-26T04:09:54.068Z Compiling env_logger v0.11.9
21782026-06-26T04:09:54.129Z Compiling usdt v0.6.0
21792026-06-26T04:09:54.183Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21802026-06-26T04:09:54.412Z Compiling ecdsa v0.16.9
21812026-06-26T04:09:54.428Z Compiling rsa v0.9.10
21822026-06-26T04:09:54.907Z Compiling ed25519-dalek v2.2.0
21832026-06-26T04:09:55.665Z Compiling zip v0.6.6
21842026-06-26T04:09:55.783Z Compiling crossterm v0.28.1
21852026-06-26T04:09:55.832Z Compiling iddqd v0.4.2
21862026-06-26T04:09:56.180Z Compiling zip v4.6.1
21872026-06-26T04:09:56.196Z Compiling clap v4.6.1
21882026-06-26T04:09:56.557Z Compiling serde_with v3.17.0
21892026-06-26T04:09:56.617Z Compiling similar v2.7.0
21902026-06-26T04:09:56.971Z Compiling strum v0.26.3
21912026-06-26T04:09:57.004Z Compiling toml v0.7.8
21922026-06-26T04:09:57.031Z Compiling tokio-stream v0.1.18
21932026-06-26T04:09:57.059Z Compiling itertools v0.13.0
21942026-06-26T04:09:57.075Z Compiling buf-list v1.1.2
21952026-06-26T04:09:57.214Z Compiling x509-cert v0.2.5
21962026-06-26T04:09:57.368Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21972026-06-26T04:09:57.554Z Compiling openapiv3 v2.2.0
21982026-06-26T04:09:57.686Z Compiling sha1 v0.10.6
21992026-06-26T04:09:58.035Z Compiling peg-runtime v0.8.5
22002026-06-26T04:09:58.087Z Compiling lalrpop-util v0.19.12
22012026-06-26T04:10:13.339Z Compiling rustls-webpki v0.103.9
22022026-06-26T04:10:14.441Z Compiling macaddr v1.0.1
22032026-06-26T04:10:14.459Z Compiling structmeta-derive v0.3.0
22042026-06-26T04:10:14.493Z Compiling crucible-workspace-hack v0.1.0
22052026-06-26T04:10:14.512Z Compiling rayon-core v1.13.0
22062026-06-26T04:10:14.727Z Compiling itertools v0.14.0
22072026-06-26T04:10:14.766Z Compiling secrecy v0.10.3
22082026-06-26T04:10:14.781Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-06-26T04:10:14.850Z Compiling toml_datetime v0.7.5+spec-1.1.0
22102026-06-26T04:10:14.960Z Compiling heapless v0.8.0
22112026-06-26T04:10:14.983Z Compiling rustls v0.22.4
22122026-06-26T04:10:15.099Z Compiling toml_edit v0.23.10+spec-1.0.0
22132026-06-26T04:10:15.211Z Compiling crossbeam-deque v0.8.6
22142026-06-26T04:10:15.214Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-06-26T04:10:15.242Z Compiling rustls-webpki v0.102.8
22162026-06-26T04:10:15.333Z Compiling hash32 v0.3.1
22172026-06-26T04:10:15.383Z Compiling multer v3.1.0
22182026-06-26T04:10:15.399Z Compiling thread_local v1.1.9
22192026-06-26T04:10:15.449Z Compiling smoltcp v0.11.0
22202026-06-26T04:10:15.480Z Compiling slog-async v2.8.0
22212026-06-26T04:10:15.496Z Compiling structmeta v0.3.0
22222026-06-26T04:10:15.519Z Compiling match_cfg v0.1.0
22232026-06-26T04:10:15.600Z Compiling compression-core v0.4.31
22242026-06-26T04:10:15.633Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22252026-06-26T04:10:15.730Z Compiling unicode-width v0.2.0
22262026-06-26T04:10:15.769Z Compiling cpufeatures v0.3.0
22272026-06-26T04:10:15.815Z Compiling derive-ex v0.1.8
22282026-06-26T04:10:15.835Z Compiling compression-codecs v0.4.37
22292026-06-26T04:10:15.869Z Compiling proc-macro-crate v3.4.0
22302026-06-26T04:10:15.964Z Compiling hostname v0.3.1
22312026-06-26T04:10:16.018Z Compiling ingot-macros v0.1.1
22322026-06-26T04:10:16.073Z Compiling atomicwrites v0.4.4
22332026-06-26T04:10:16.153Z Compiling slog-json v2.6.1
22342026-06-26T04:10:16.224Z Compiling crossbeam-channel v0.5.15
22352026-06-26T04:10:16.318Z Compiling half v2.7.1
22362026-06-26T04:10:16.370Z Compiling newtype-uuid-macros v0.1.0
22372026-06-26T04:10:16.426Z Compiling cobs v0.3.0
22382026-06-26T04:10:16.552Z Compiling thiserror-impl-no-std v2.0.2
22392026-06-26T04:10:16.689Z Compiling universal-hash v0.5.1
22402026-06-26T04:10:16.728Z Compiling async-stream-impl v0.3.6
22412026-06-26T04:10:16.862Z Compiling toml_datetime v1.0.0+spec-1.1.0
22422026-06-26T04:10:16.928Z Compiling serde_spanned v1.0.4
22432026-06-26T04:10:17.105Z Compiling tokio-rustls v0.26.4
22442026-06-26T04:10:17.122Z Compiling rustls-platform-verifier v0.6.2
22452026-06-26T04:10:17.145Z Compiling is-terminal v0.4.17
22462026-06-26T04:10:17.266Z Compiling proc-macro-error-attr v1.0.4
22472026-06-26T04:10:17.360Z Compiling dropshot v0.17.0
22482026-06-26T04:10:17.366Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-06-26T04:10:17.366Z Compiling hyper-rustls v0.27.7
22502026-06-26T04:10:17.367Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22512026-06-26T04:10:17.401Z Compiling opaque-debug v0.3.1
22522026-06-26T04:10:17.487Z Compiling term v1.2.1
22532026-06-26T04:10:17.503Z Compiling convert_case v0.4.0
22542026-06-26T04:10:17.558Z Compiling take_mut v0.2.2
22552026-06-26T04:10:17.575Z Compiling ciborium-io v0.2.2
22562026-06-26T04:10:17.596Z Compiling thiserror-no-std v2.0.2
22572026-06-26T04:10:17.622Z Compiling reqwest v0.12.28
22582026-06-26T04:10:17.644Z Compiling reqwest v0.13.2
22592026-06-26T04:10:17.710Z Compiling ciborium-ll v0.2.2
22602026-06-26T04:10:17.717Z Compiling toml v1.0.6+spec-1.1.0
22612026-06-26T04:10:17.786Z Compiling poly1305 v0.8.0
22622026-06-26T04:10:17.815Z Compiling slog-term v2.9.2
22632026-06-26T04:10:17.831Z Compiling derive_more v0.99.20
22642026-06-26T04:10:17.990Z Compiling tokio-rustls v0.25.0
22652026-06-26T04:10:18.270Z Compiling test-strategy v0.4.5
22662026-06-26T04:10:18.441Z Compiling async-stream v0.3.6
22672026-06-26T04:10:18.616Z Compiling ingot-types v0.1.2
22682026-06-26T04:10:18.661Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692026-06-26T04:10:18.679Z Compiling postcard v1.1.3
22702026-06-26T04:10:19.080Z Compiling ingot v0.1.1
22712026-06-26T04:10:19.096Z Compiling slog-bunyan v2.5.0
22722026-06-26T04:10:19.099Z Compiling num_enum_derive v0.7.6
22732026-06-26T04:10:19.274Z Compiling tough v0.22.0
22742026-06-26T04:10:19.306Z Compiling async-compression v0.4.41
22752026-06-26T04:10:19.601Z Compiling parse-display-derive v0.10.0
22762026-06-26T04:10:19.816Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22772026-06-26T04:10:19.979Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-06-26T04:10:20.087Z Compiling proc-macro-crate v1.3.1
22792026-06-26T04:10:20.243Z Compiling waitgroup v0.1.2
22802026-06-26T04:10:20.422Z Compiling backon v1.6.0
22812026-06-26T04:10:20.441Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22822026-06-26T04:10:20.456Z Compiling password-hash v0.5.0
22832026-06-26T04:10:20.704Z Compiling chacha20 v0.9.1
22842026-06-26T04:10:20.810Z Compiling dropshot_endpoint v0.17.0
22852026-06-26T04:10:20.916Z Compiling rustls-pemfile v2.2.0
22862026-06-26T04:10:20.974Z Compiling blake2 v0.10.6
22872026-06-26T04:10:20.977Z Compiling aead v0.5.2
22882026-06-26T04:10:21.142Z Compiling foreign-types-macros v0.2.3
22892026-06-26T04:10:21.208Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22902026-06-26T04:10:21.238Z Compiling serde_path_to_error v0.1.20
22912026-06-26T04:10:21.242Z Compiling hostname v0.4.2
22922026-06-26T04:10:21.442Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22932026-06-26T04:10:21.458Z Compiling proc-macro-error v1.0.4
22942026-06-26T04:10:21.495Z Compiling instant v0.1.13
22952026-06-26T04:10:21.521Z Compiling debug-ignore v1.0.5
22962026-06-26T04:10:21.557Z Compiling foreign-types-shared v0.3.1
22972026-06-26T04:10:21.637Z Compiling typeid v1.0.3
22982026-06-26T04:10:21.662Z Compiling backoff v0.4.0
22992026-06-26T04:10:21.678Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23002026-06-26T04:10:21.681Z Compiling argon2 v0.5.3
23012026-06-26T04:10:21.742Z Compiling chacha20poly1305 v0.10.1
23022026-06-26T04:10:21.745Z Compiling foreign-types v0.5.0
23032026-06-26T04:10:21.787Z Compiling parse-display v0.10.0
23042026-06-26T04:10:21.839Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23052026-06-26T04:10:21.857Z Compiling num_enum_derive v0.5.11
23062026-06-26T04:10:21.904Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-06-26T04:10:21.921Z Compiling num_enum v0.7.6
23082026-06-26T04:10:21.952Z Compiling ciborium v0.2.2
23092026-06-26T04:10:21.986Z Compiling vsss-rs v3.3.4
23102026-06-26T04:10:22.219Z Compiling tabwriter v1.4.1
23112026-06-26T04:10:22.380Z Compiling chacha20 v0.10.0
23122026-06-26T04:10:22.396Z Compiling regress v0.10.5
23132026-06-26T04:10:22.669Z Compiling byte-wrapper v0.1.0
23142026-06-26T04:10:22.704Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23152026-06-26T04:10:22.734Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-26T04:10:22.801Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23172026-06-26T04:10:22.825Z Compiling cstr-argument v0.1.2
23182026-06-26T04:10:22.908Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23192026-06-26T04:10:23.016Z Compiling erased-serde v0.4.9
23202026-06-26T04:10:23.187Z Compiling humantime v2.3.0
23212026-06-26T04:10:23.247Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-06-26T04:10:23.265Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-06-26T04:10:23.386Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-06-26T04:10:23.411Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-06-26T04:10:23.446Z Compiling num_enum v0.5.11
23262026-06-26T04:10:23.499Z Compiling rand v0.10.0
23272026-06-26T04:10:23.537Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23282026-06-26T04:10:23.593Z Compiling rayon v1.11.0
23292026-06-26T04:10:23.652Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-06-26T04:10:23.685Z Compiling colored v3.1.1
23312026-06-26T04:10:23.712Z Compiling indent_write v2.2.0
23322026-06-26T04:10:23.784Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23332026-06-26T04:10:23.813Z Compiling libefi-sys v0.1.0
23342026-06-26T04:10:23.847Z Compiling zone_cfg_derive v0.3.1
23352026-06-26T04:10:23.887Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23362026-06-26T04:10:24.007Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-06-26T04:10:24.054Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23382026-06-26T04:10:24.200Z Compiling camino-tempfile v1.4.1
23392026-06-26T04:10:24.297Z Compiling itertools v0.12.1
23402026-06-26T04:10:24.324Z Compiling usdt-attr-macro v0.5.0
23412026-06-26T04:10:24.363Z Compiling usdt-macro v0.5.0
23422026-06-26T04:10:24.491Z Compiling bitfield-struct v0.6.2
23432026-06-26T04:10:24.506Z Compiling num-derive v0.4.2
23442026-06-26T04:10:24.568Z Compiling blake3 v1.8.5
23452026-06-26T04:10:24.644Z Compiling ordered-float v2.10.1
23462026-06-26T04:10:24.939Z Compiling sigpipe v0.1.3
23472026-06-26T04:10:24.966Z Compiling memmap v0.7.0
23482026-06-26T04:10:25.056Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-06-26T04:10:25.071Z Compiling glob v0.3.3
23502026-06-26T04:10:25.109Z Compiling swrite v0.1.0
23512026-06-26T04:10:25.137Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-06-26T04:10:25.221Z Compiling usdt v0.5.0
23532026-06-26T04:10:25.304Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23542026-06-26T04:10:25.462Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23552026-06-26T04:10:25.477Z Compiling serde-value v0.7.0
23562026-06-26T04:10:25.756Z Compiling zone v0.3.1
23572026-06-26T04:10:25.790Z Compiling serde-untagged v0.1.9
23582026-06-26T04:10:25.856Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23592026-06-26T04:10:26.020Z Compiling toml v0.8.23
23602026-06-26T04:10:26.097Z Compiling smf v0.2.3
23612026-06-26T04:10:26.150Z Compiling filetime v0.2.27
23622026-06-26T04:10:26.173Z Compiling whoami v1.6.1
23632026-06-26T04:10:26.176Z Compiling unicode-xid v0.2.6
23642026-06-26T04:10:26.176Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-06-26T04:10:26.234Z Compiling constant_time_eq v0.4.2
23662026-06-26T04:10:26.286Z Compiling xattr v1.6.1
23672026-06-26T04:10:26.374Z Compiling arrayvec v0.7.6
23682026-06-26T04:10:26.391Z Compiling arrayref v0.3.9
23692026-06-26T04:10:26.408Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-06-26T04:10:26.453Z Compiling tar v0.4.45
23712026-06-26T04:10:26.483Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-06-26T04:10:26.518Z Compiling cargo-util-schemas v0.8.2
23732026-06-26T04:10:26.652Z Compiling tokio-dtrace v0.1.1
23742026-06-26T04:10:26.741Z Compiling console v0.16.2
23752026-06-26T04:10:26.992Z Compiling gethostname v0.5.0
23762026-06-26T04:10:27.075Z Compiling cargo-platform v0.2.0
23772026-06-26T04:10:27.089Z Compiling unit-prefix v0.5.2
23782026-06-26T04:10:27.141Z Compiling topological-sort v0.2.2
23792026-06-26T04:10:27.241Z Compiling indicatif v0.18.4
23802026-06-26T04:10:27.272Z Compiling oxide-tokio-rt v0.1.4
23812026-06-26T04:10:27.339Z Compiling shell-words v1.1.1
23822026-06-26T04:10:27.385Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-06-26T04:10:27.814Z Compiling cargo_metadata v0.21.0
23842026-06-26T04:10:37.238Z Compiling omicron-zone-package v0.12.2
23852026-06-26T04:10:37.270Z Compiling progenitor-client v0.14.0
23862026-06-26T04:10:37.767Z Compiling progenitor-extras v0.2.0
23872026-06-26T04:10:39.932Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23882026-06-26T04:10:39.932Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23892026-06-26T04:10:39.937Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23902026-06-26T04:10:39.937Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23912026-06-26T04:10:39.948Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23922026-06-26T04:10:39.965Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23932026-06-26T04:10:40.292Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-06-26T04:10:40.326Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23952026-06-26T04:10:40.412Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23962026-06-26T04:10:44.261Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23972026-06-26T04:10:52.114Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23982026-06-26T04:10:55.246Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23992026-06-26T04:10:56.286Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24002026-06-26T04:11:05.711Z Finished `release` profile [optimized] target(s) in 1m 44s
24012026-06-26T04:11:05.849Z Running `target/release/omicron-package -t test target create -p dev`
24022026-06-26T04:11:05.911ZLogging to: /work/oxidecomputer/omicron/out/LOG
24032026-06-26T04:11:05.915ZCreated new build target 'test' and set it as active
24042026-06-26T04:11:05.918Z
24052026-06-26T04:11:05.918Zreal 1:44.385260254
24062026-06-26T04:11:05.918Zuser 16:55.190600953
24072026-06-26T04:11:05.918Zsys 2:42.842915088
24082026-06-26T04:11:05.918Ztrap 0.485889833
24092026-06-26T04:11:05.918Ztflt 3.075734568
24102026-06-26T04:11:05.918Zdflt 4.544521404
24112026-06-26T04:11:05.918Zkflt 0.000502420
24122026-06-26T04:11:05.918Zlock 52:53.324001156
24132026-06-26T04:11:05.918Zslp 43:19.781680796
24142026-06-26T04:11:05.918Zlat 43.070043014
24152026-06-26T04:11:05.918Zstop 5:27.157965850
24162026-06-26T04:11:05.918Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24172026-06-26T04:11:06.755Z Finished `release` profile [optimized] target(s) in 0.82s
24182026-06-26T04:11:06.827Z Running `target/release/omicron-package -t test package`
24192026-06-26T04:11:06.884ZLogging to: /work/oxidecomputer/omicron/out/LOG
24202026-06-26T04:11:08.254Z Compiling heck v0.5.0
24212026-06-26T04:11:08.257Z Compiling regress v0.11.1
24222026-06-26T04:11:08.472Z Compiling unsafe-libyaml v0.2.11
24232026-06-26T04:11:08.508Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24242026-06-26T04:11:08.532Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24252026-06-26T04:11:08.534Z Compiling unicode-width v0.1.14
24262026-06-26T04:11:08.534Z Compiling atomicwrites v0.4.4
24272026-06-26T04:11:08.593Z Compiling derive-where v1.6.0
24282026-06-26T04:11:08.596Z Compiling bytecount v0.6.9
24292026-06-26T04:11:08.596Z Compiling is-terminal v0.4.17
24302026-06-26T04:11:08.615Z Compiling prettyplease v0.2.37
24312026-06-26T04:11:08.676Z Compiling console v0.15.11
24322026-06-26T04:11:08.680Z Compiling newline-converter v0.3.0
24332026-06-26T04:11:08.680Z Compiling slog-dtrace v0.3.0
24342026-06-26T04:11:08.722Z Compiling cancel-safe-futures v0.1.5
24352026-06-26T04:11:08.766Z Compiling resolv-conf v0.7.6
24362026-06-26T04:11:08.767Z Compiling owo-colors v4.3.0
24372026-06-26T04:11:08.789Z Compiling rustls v0.22.4
24382026-06-26T04:11:08.839Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-06-26T04:11:08.859Z Compiling num-rational v0.4.2
24402026-06-26T04:11:08.881Z Compiling libsw-core v0.3.2
24412026-06-26T04:11:08.925Z Compiling rustls-webpki v0.102.8
24422026-06-26T04:11:08.971Z Compiling num-complex v0.4.6
24432026-06-26T04:11:08.992Z Compiling serde_yaml v0.9.34+deprecated
24442026-06-26T04:11:09.075Z Compiling expectorate v1.2.0
24452026-06-26T04:11:09.092Z Compiling thread_local v1.1.9
24462026-06-26T04:11:09.148Z Compiling compression-core v0.4.31
24472026-06-26T04:11:09.172Z Compiling match_cfg v0.1.0
24482026-06-26T04:11:09.263Z Compiling hostname v0.3.1
24492026-06-26T04:11:09.313Z Compiling compression-codecs v0.4.37
24502026-06-26T04:11:09.379Z Compiling num v0.4.3
24512026-06-26T04:11:09.472Z Compiling libsw v3.5.0
24522026-06-26T04:11:09.493Z Compiling multer v3.1.0
24532026-06-26T04:11:09.563Z Compiling slog-async v2.8.0
24542026-06-26T04:11:09.582Z Compiling crossbeam-channel v0.5.15
24552026-06-26T04:11:09.612Z Compiling slog-json v2.6.1
24562026-06-26T04:11:09.632Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-06-26T04:11:09.692Z Compiling toml_datetime v1.0.0+spec-1.1.0
24582026-06-26T04:11:09.745Z Compiling serde_spanned v1.0.4
24592026-06-26T04:11:09.785Z Compiling linked-hash-map v0.5.6
24602026-06-26T04:11:09.824Z Compiling take_mut v0.2.2
24612026-06-26T04:11:09.856Z Compiling term v1.2.1
24622026-06-26T04:11:09.878Z Compiling toml_writer v1.0.6+spec-1.1.0
24632026-06-26T04:11:09.907Z Compiling linear-map v1.2.0
24642026-06-26T04:11:09.926Z Compiling float-ord v0.3.2
24652026-06-26T04:11:09.996Z Compiling lru-cache v0.1.2
24662026-06-26T04:11:10.016Z Compiling typify-impl v0.6.2
24672026-06-26T04:11:10.036Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24682026-06-26T04:11:10.062Z Compiling slog-bunyan v2.5.0
24692026-06-26T04:11:10.084Z Compiling toml v1.0.6+spec-1.1.0
24702026-06-26T04:11:10.137Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24712026-06-26T04:11:10.159Z Compiling slog-term v2.9.2
24722026-06-26T04:11:10.247Z Compiling async-compression v0.4.41
24732026-06-26T04:11:10.392Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-06-26T04:11:10.411Z Compiling async-stream v0.3.6
24752026-06-26T04:11:10.546Z Compiling dropshot v0.17.0
24762026-06-26T04:11:10.568Z Compiling progenitor-client v0.14.0
24772026-06-26T04:11:10.592Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24782026-06-26T04:11:10.615Z Compiling waitgroup v0.1.2
24792026-06-26T04:11:10.618Z Compiling backon v1.6.0
24802026-06-26T04:11:10.618Z Compiling rustls-pemfile v2.2.0
24812026-06-26T04:11:10.685Z Compiling serde_path_to_error v0.1.20
24822026-06-26T04:11:10.778Z Compiling hostname v0.4.2
24832026-06-26T04:11:10.806Z Compiling instant v0.1.13
24842026-06-26T04:11:10.872Z Compiling debug-ignore v1.0.5
24852026-06-26T04:11:10.891Z Compiling minimal-lexical v0.2.1
24862026-06-26T04:11:10.915Z Compiling backoff v0.4.0
24872026-06-26T04:11:10.939Z Compiling progenitor-extras v0.2.0
24882026-06-26T04:11:10.960Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24892026-06-26T04:11:11.009Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24902026-06-26T04:11:11.067Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24912026-06-26T04:11:11.144Z Compiling nom v7.1.3
24922026-06-26T04:11:11.165Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-06-26T04:11:11.221Z Compiling parse-display v0.10.0
24942026-06-26T04:11:11.255Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24952026-06-26T04:11:11.300Z Compiling tokio-rustls v0.25.0
24962026-06-26T04:11:11.338Z Compiling hickory-proto v0.24.4
24972026-06-26T04:11:11.561Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24982026-06-26T04:11:11.944Z Compiling regress v0.10.5
24992026-06-26T04:11:12.403Z Compiling macaddr v1.0.1
25002026-06-26T04:11:12.463Z Compiling unicode-xid v0.2.6
25012026-06-26T04:11:12.549Z Compiling humantime v2.3.0
25022026-06-26T04:11:12.630Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-06-26T04:11:12.710Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-06-26T04:11:12.803Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-06-26T04:11:12.827Z Compiling convert_case v0.10.0
25062026-06-26T04:11:12.870Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25072026-06-26T04:11:13.063Z Compiling toml v0.8.23
25082026-06-26T04:11:13.128Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-06-26T04:11:13.322Z Compiling derive_more-impl v2.1.1
25102026-06-26T04:11:13.399Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-06-26T04:11:13.540Z Compiling typify-macro v0.6.2
25122026-06-26T04:11:13.565Z Compiling papergrid v0.11.0
25132026-06-26T04:11:13.648Z Compiling tabled_derive v0.7.0
25142026-06-26T04:11:13.912Z Compiling hickory-resolver v0.24.4
25152026-06-26T04:11:13.989Z Compiling termtree v0.5.1
25162026-06-26T04:11:14.121Z Compiling derive_more v2.1.1
25172026-06-26T04:11:14.204Z Compiling crossterm v0.29.0
25182026-06-26T04:11:14.227Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25192026-06-26T04:11:14.560Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-06-26T04:11:15.096Z Compiling typify v0.6.2
25212026-06-26T04:11:15.236Z Compiling progenitor-impl v0.14.0
25222026-06-26T04:11:15.966Z Compiling qorb v0.4.1
25232026-06-26T04:11:16.250Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25242026-06-26T04:11:16.462Z Compiling tabled v0.15.0
25252026-06-26T04:11:17.269Z Compiling phf_shared v0.12.1
25262026-06-26T04:11:17.389Z Compiling progenitor-macro v0.14.0
25272026-06-26T04:11:17.527Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-06-26T04:11:18.056Z Compiling csv-core v0.1.13
25292026-06-26T04:11:18.256Z Compiling vte v0.14.1
25302026-06-26T04:11:18.517Z Compiling chrono-tz v0.10.4
25312026-06-26T04:11:18.739Z Compiling highway v1.3.0
25322026-06-26T04:11:18.796Z Compiling strip-ansi-escapes v0.2.1
25332026-06-26T04:11:19.173Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-06-26T04:11:19.296Z Compiling csv v1.4.0
25352026-06-26T04:11:19.356Z Compiling phf v0.12.1
25362026-06-26T04:11:19.483Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-06-26T04:11:19.524Z Compiling const_format_proc_macros v0.2.34
25382026-06-26T04:11:19.566Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-06-26T04:11:19.610Z Compiling fd-lock v4.0.4
25402026-06-26T04:11:19.651Z Compiling peg-macros v0.8.5
25412026-06-26T04:11:19.789Z Compiling nu-ansi-term v0.50.3
25422026-06-26T04:11:20.375Z Compiling const_format v0.2.35
25432026-06-26T04:11:20.424Z Compiling reedline v0.40.0
25442026-06-26T04:11:20.656Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25452026-06-26T04:11:20.983Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25462026-06-26T04:11:21.160Z Compiling peg v0.8.5
25472026-06-26T04:11:21.301Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-06-26T04:11:21.428Z Compiling progenitor v0.14.0
25492026-06-26T04:11:21.618Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-06-26T04:11:22.052Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25512026-06-26T04:11:22.079Z Compiling bcs v0.1.6
25522026-06-26T04:11:22.135Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25532026-06-26T04:11:22.518Z Compiling nom v8.0.0
25542026-06-26T04:11:24.413Z Compiling semver v0.1.20
25552026-06-26T04:11:24.528Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25562026-06-26T04:11:24.664Z Compiling rustc_version v0.1.7
25572026-06-26T04:11:24.755Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25582026-06-26T04:11:24.818Z Compiling smawk v0.3.2
25592026-06-26T04:11:24.908Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25602026-06-26T04:11:24.931Z Compiling newtype_derive v0.1.6
25612026-06-26T04:11:24.934Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25622026-06-26T04:11:24.995Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25632026-06-26T04:11:25.016Z Compiling unicode-linebreak v0.1.5
25642026-06-26T04:11:25.209Z Compiling base64 v0.21.7
25652026-06-26T04:11:25.241Z Compiling textwrap v0.16.2
25662026-06-26T04:11:25.264Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-06-26T04:11:25.313Z Compiling dropshot-api-manager-types v0.7.2
25682026-06-26T04:11:25.337Z Compiling utf-8 v0.7.6
25692026-06-26T04:11:25.374Z Compiling steno v0.4.1
25702026-06-26T04:11:25.570Z Compiling tagptr v0.2.0
25712026-06-26T04:11:25.760Z Compiling moka v0.12.13
25722026-06-26T04:11:25.797Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25732026-06-26T04:11:25.911Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25742026-06-26T04:11:26.042Z Compiling tungstenite v0.21.0
25752026-06-26T04:11:26.091Z Compiling display-error-chain v0.2.2
25762026-06-26T04:11:26.268Z Compiling radium v0.7.0
25772026-06-26T04:11:26.605Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-06-26T04:11:26.868Z Compiling tokio-tungstenite v0.21.0
25792026-06-26T04:11:27.045Z Compiling hickory-resolver v0.25.2
25802026-06-26T04:11:27.118Z Compiling maybe-uninit v2.0.0
25812026-06-26T04:11:27.274Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25822026-06-26T04:11:27.481Z Compiling tap v1.0.1
25832026-06-26T04:11:27.607Z Compiling wyz v0.5.1
25842026-06-26T04:11:27.849Z Compiling zerocopy-derive v0.6.6
25852026-06-26T04:11:27.890Z Compiling packed_struct v0.10.1
25862026-06-26T04:11:28.174Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25872026-06-26T04:11:28.200Z Compiling funty v2.0.0
25882026-06-26T04:11:28.675Z Compiling crc-catalog v2.4.0
25892026-06-26T04:11:28.803Z Compiling crc v3.4.0
25902026-06-26T04:11:29.041Z Compiling zerocopy v0.6.6
25912026-06-26T04:11:29.167Z Compiling bitvec v1.0.1
25922026-06-26T04:11:29.434Z Compiling packed_struct_codegen v0.10.1
25932026-06-26T04:11:29.515Z Compiling vergen-lib v0.1.6
25942026-06-26T04:11:29.772Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-06-26T04:11:29.904Z Compiling bitfield-macros v0.19.4
25962026-06-26T04:11:30.395Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25972026-06-26T04:11:30.455Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25982026-06-26T04:11:30.532Z Compiling proc-macro-error-attr2 v2.0.0
25992026-06-26T04:11:30.642Z Compiling indexmap v1.9.3
26002026-06-26T04:11:30.750Z Compiling diesel_derives v2.3.7
26012026-06-26T04:11:30.874Z Compiling nodrop v0.1.14
26022026-06-26T04:11:30.959Z Compiling proc-macro-error2 v2.0.1
26032026-06-26T04:11:31.055Z Compiling array-init v0.0.4
26042026-06-26T04:11:31.110Z Compiling bitfield v0.19.4
26052026-06-26T04:11:31.311Z Compiling smallvec v0.6.14
26062026-06-26T04:11:31.457Z Compiling dsl_auto_type v0.2.0
26072026-06-26T04:11:31.581Z Compiling scheduled-thread-pool v0.2.7
26082026-06-26T04:11:31.604Z Compiling num-derive v0.3.3
26092026-06-26T04:11:31.997Z Compiling vergen-gitcl v1.0.8
26102026-06-26T04:11:32.177Z Compiling diesel_table_macro_syntax v0.3.0
26112026-06-26T04:11:32.239Z Compiling dirs-sys-next v0.1.2
26122026-06-26T04:11:32.264Z Compiling crunchy v0.2.4
26132026-06-26T04:11:32.410Z Compiling hashbrown v0.12.3
26142026-06-26T04:11:32.517Z Compiling glob v0.3.3
26152026-06-26T04:11:32.536Z Compiling maplit v1.0.2
26162026-06-26T04:11:32.585Z Compiling libscf-sys v1.1.0
26172026-06-26T04:11:32.654Z Compiling dirs-next v2.0.0
26182026-06-26T04:11:32.755Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26192026-06-26T04:11:32.836Z Compiling r2d2 v0.8.10
26202026-06-26T04:11:32.873Z Compiling clang-sys v1.8.1
26212026-06-26T04:11:33.054Z Compiling serde-hex v0.1.0
26222026-06-26T04:11:33.266Z Compiling tabled_derive v0.11.0
26232026-06-26T04:11:33.454Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-06-26T04:11:33.489Z Compiling ron v0.8.1
26252026-06-26T04:11:33.555Z Compiling papergrid v0.17.0
26262026-06-26T04:11:33.654Z Compiling testing_table v0.3.0
26272026-06-26T04:11:33.693Z Compiling hashbrown v0.13.2
26282026-06-26T04:11:33.894Z Compiling downcast-rs v2.0.2
26292026-06-26T04:11:34.024Z Compiling crc-any v2.5.0
26302026-06-26T04:11:34.090Z Compiling tiny-keccak v2.0.2
26312026-06-26T04:11:34.318Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26322026-06-26T04:11:34.360Z Compiling object v0.30.4
26332026-06-26T04:11:34.391Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-06-26T04:11:34.968Z Compiling tabled v0.20.0
26352026-06-26T04:11:35.088Z Compiling term v0.7.0
26362026-06-26T04:11:35.221Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-06-26T04:11:35.722Z Compiling progenitor-impl v0.13.0
26382026-06-26T04:11:35.904Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-06-26T04:11:35.989Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26402026-06-26T04:11:36.082Z Compiling xshell-macros v0.2.7
26412026-06-26T04:11:36.256Z Compiling bit-vec v0.6.3
26422026-06-26T04:11:36.341Z Compiling path-slash v0.1.5
26432026-06-26T04:11:36.507Z Compiling xshell v0.2.7
26442026-06-26T04:11:36.529Z Compiling bit-set v0.5.3
26452026-06-26T04:11:36.724Z Compiling ascii-canvas v3.0.0
26462026-06-26T04:11:36.875Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-06-26T04:11:37.026Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26482026-06-26T04:11:37.239Z Compiling diesel v2.3.7
26492026-06-26T04:11:37.364Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-06-26T04:11:37.588Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26512026-06-26T04:11:37.798Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26522026-06-26T04:11:37.865Z Compiling progenitor-macro v0.13.0
26532026-06-26T04:11:39.063Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-06-26T04:11:39.229Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26552026-06-26T04:11:39.448Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26562026-06-26T04:11:39.717Z Compiling progenitor-client v0.13.0
26572026-06-26T04:11:39.934Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26582026-06-26T04:11:39.978Z Compiling itertools v0.10.5
26592026-06-26T04:11:40.174Z Compiling ena v0.14.4
26602026-06-26T04:11:40.270Z Compiling libloading v0.8.9
26612026-06-26T04:11:40.424Z Compiling diff v0.1.13
26622026-06-26T04:11:40.511Z Compiling bindgen v0.71.1
26632026-06-26T04:11:40.715Z Compiling unicase v2.9.0
26642026-06-26T04:11:40.803Z Compiling regex-syntax v0.6.29
26652026-06-26T04:11:41.150Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662026-06-26T04:11:41.612Z Compiling cexpr v0.6.0
26672026-06-26T04:11:41.891Z Compiling progenitor v0.13.0
26682026-06-26T04:11:42.081Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-06-26T04:11:42.237Z Compiling lalrpop v0.19.12
26702026-06-26T04:11:42.300Z Compiling crc8 v0.1.1
26712026-06-26T04:11:42.358Z Compiling rustc-hash v2.1.1
26722026-06-26T04:11:42.521Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26732026-06-26T04:11:42.741Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-06-26T04:11:42.868Z Compiling headers-core v0.3.0
26752026-06-26T04:11:42.980Z Compiling libxml v0.3.3
26762026-06-26T04:11:43.210Z Compiling headers v0.4.1
26772026-06-26T04:11:43.272Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-06-26T04:11:43.391Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-06-26T04:11:43.455Z Compiling git-stub v1.0.0
26802026-06-26T04:11:43.615Z Compiling strum_macros v0.24.3
26812026-06-26T04:11:43.655Z Compiling indoc v1.0.9
26822026-06-26T04:11:43.718Z Compiling git-stub-vcs v0.1.0
26832026-06-26T04:11:44.069Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26842026-06-26T04:11:44.090Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-06-26T04:11:44.111Z Compiling derive_builder v0.20.2
26862026-06-26T04:11:44.285Z Compiling quick-xml v0.37.5
26872026-06-26T04:11:44.322Z Compiling oso-derive v0.27.3
26882026-06-26T04:11:44.861Z Compiling impl-trait-for-tuples v0.2.3
26892026-06-26T04:11:44.891Z Compiling openssl-probe v0.1.6
26902026-06-26T04:11:44.944Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-06-26T04:11:45.203Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-06-26T04:11:45.653Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26932026-06-26T04:11:45.675Z Compiling half v1.8.3
26942026-06-26T04:11:46.137Z Compiling serde_cbor v0.11.2
26952026-06-26T04:11:46.173Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-06-26T04:11:46.397Z Compiling bb8 v0.8.6
26972026-06-26T04:11:46.781Z Compiling trait-variant v0.1.2
26982026-06-26T04:11:46.857Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-06-26T04:11:47.019Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27002026-06-26T04:11:47.127Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012026-06-26T04:11:47.148Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-06-26T04:11:47.341Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27032026-06-26T04:11:47.364Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27042026-06-26T04:11:47.367Z Compiling samael v0.0.19
27052026-06-26T04:11:47.438Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062026-06-26T04:11:47.687Z Compiling fxhash v0.2.1
27072026-06-26T04:11:47.775Z Compiling libz-sys v1.1.24
27082026-06-26T04:11:47.856Z Compiling salty v0.3.0
27092026-06-26T04:11:48.178Z Compiling nonempty v0.12.0
27102026-06-26T04:11:48.410Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27112026-06-26T04:11:48.603Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-06-26T04:11:48.842Z Compiling kstat-rs v0.2.4
27132026-06-26T04:11:49.086Z Compiling arc-swap v1.8.2
27142026-06-26T04:11:49.330Z Compiling fs-err v2.11.0
27152026-06-26T04:11:49.469Z Compiling slog-scope v4.4.1
27162026-06-26T04:11:49.623Z Compiling polar-core v0.27.3
27172026-06-26T04:11:49.663Z Compiling mime_guess v2.0.5
27182026-06-26T04:11:49.731Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-06-26T04:11:49.949Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-06-26T04:11:50.230Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27212026-06-26T04:11:50.285Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27222026-06-26T04:11:50.702Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-06-26T04:11:50.753Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27242026-06-26T04:11:51.279Z Compiling nanorand v0.7.0
27252026-06-26T04:11:51.600Z Compiling darling_core v0.23.0
27262026-06-26T04:11:51.653Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-06-26T04:11:51.825Z Compiling parking_lot_core v0.8.6
27282026-06-26T04:11:52.147Z Compiling flume v0.11.1
27292026-06-26T04:11:52.542Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27302026-06-26T04:11:53.504Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-06-26T04:11:53.701Z Compiling slog-stdlog v4.1.1
27322026-06-26T04:11:53.745Z Compiling darling_macro v0.23.0
27332026-06-26T04:11:54.050Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-06-26T04:11:54.156Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-06-26T04:11:54.177Z Compiling primeorder v0.13.6
27362026-06-26T04:11:54.265Z Compiling atty v0.2.14
27372026-06-26T04:11:54.416Z Compiling http-range v0.1.5
27382026-06-26T04:11:54.657Z Compiling async-bb8-diesel v0.2.1
27392026-06-26T04:11:54.762Z Compiling diesel-dtrace v0.5.0
27402026-06-26T04:11:55.083Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-06-26T04:11:55.130Z Compiling strsim v0.10.0
27422026-06-26T04:11:55.317Z Compiling instability v0.3.11
27432026-06-26T04:11:55.417Z Compiling parse-size v1.1.0
27442026-06-26T04:11:55.447Z Compiling darling_core v0.13.4
27452026-06-26T04:11:55.623Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27462026-06-26T04:11:55.719Z Compiling p384 v0.13.1
27472026-06-26T04:11:57.112Z Compiling darling v0.23.0
27482026-06-26T04:11:57.228Z Compiling slog-envlogger v2.2.0
27492026-06-26T04:11:58.400Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-06-26T04:11:58.766Z Compiling oso v0.27.3
27512026-06-26T04:11:59.431Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27522026-06-26T04:12:00.106Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27532026-06-26T04:12:00.243Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27542026-06-26T04:12:01.441Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27552026-06-26T04:12:01.971Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27562026-06-26T04:12:02.839Z Compiling ignore v0.4.25
27572026-06-26T04:12:03.194Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-06-26T04:12:03.518Z Compiling castaway v0.2.4
27592026-06-26T04:12:03.686Z Compiling vergen-git2 v9.1.0
27602026-06-26T04:12:03.912Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-26T04:12:03.932Z Compiling indoc v2.0.7
27622026-06-26T04:12:04.207Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-06-26T04:12:04.685Z Compiling compact_str v0.8.1
27642026-06-26T04:12:04.909Z Compiling globwalk v0.9.1
27652026-06-26T04:12:05.118Z Compiling parking_lot v0.11.2
27662026-06-26T04:12:05.297Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27672026-06-26T04:12:05.590Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27682026-06-26T04:12:05.826Z Compiling hyper-staticfile v0.10.1
27692026-06-26T04:12:05.941Z Compiling darling_macro v0.13.4
27702026-06-26T04:12:06.345Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27712026-06-26T04:12:06.437Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-06-26T04:12:06.505Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27732026-06-26T04:12:06.958Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27742026-06-26T04:12:07.004Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-06-26T04:12:07.032Z Compiling predicates-tree v1.0.13
27762026-06-26T04:12:07.229Z Compiling unicode-truncate v1.1.0
27772026-06-26T04:12:07.302Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-06-26T04:12:07.440Z Compiling lru v0.12.5
27792026-06-26T04:12:07.516Z Compiling prefix-trie v0.7.0
27802026-06-26T04:12:07.541Z Compiling rand_seeder v0.4.0
27812026-06-26T04:12:07.594Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-06-26T04:12:07.662Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-06-26T04:12:07.799Z Compiling cassowary v0.3.0
27842026-06-26T04:12:07.819Z Compiling rustls v0.21.12
27852026-06-26T04:12:07.904Z Compiling corncobs v0.1.4
27862026-06-26T04:12:08.011Z Compiling illumos-nvpair-sys v0.2.0
27872026-06-26T04:12:08.065Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-06-26T04:12:08.093Z Compiling ratatui v0.29.0
27892026-06-26T04:12:08.147Z Compiling hickory-server v0.25.2
27902026-06-26T04:12:08.299Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-06-26T04:12:08.493Z Compiling camino-tempfile-ext v0.3.3
27922026-06-26T04:12:08.554Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27932026-06-26T04:12:08.776Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-06-26T04:12:08.872Z Compiling darling v0.13.4
27952026-06-26T04:12:09.113Z Compiling sled v0.34.7
27962026-06-26T04:12:09.360Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-06-26T04:12:10.184Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-06-26T04:12:10.280Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-06-26T04:12:11.496Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-06-26T04:12:11.883Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-06-26T04:12:12.103Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28022026-06-26T04:12:12.322Z Compiling rustls-webpki v0.101.7
28032026-06-26T04:12:12.468Z Compiling sct v0.7.1
28042026-06-26T04:12:12.743Z Compiling secrecy v0.8.0
28052026-06-26T04:12:12.868Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-06-26T04:12:13.246Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-06-26T04:12:13.943Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-06-26T04:12:13.995Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-06-26T04:12:14.572Z Compiling serde_with_macros v1.5.2
28102026-06-26T04:12:15.647Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-06-26T04:12:16.250Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-06-26T04:12:16.295Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-06-26T04:12:16.403Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28142026-06-26T04:12:16.615Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28152026-06-26T04:12:16.837Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28162026-06-26T04:12:17.057Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28172026-06-26T04:12:17.283Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-06-26T04:12:17.512Z Compiling git2 v0.20.4
28192026-06-26T04:12:17.534Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-06-26T04:12:17.758Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-06-26T04:12:17.981Z Compiling void v1.0.2
28222026-06-26T04:12:18.136Z Compiling lzss v0.8.2
28232026-06-26T04:12:18.531Z Compiling illumos-nvpair v0.3.0
28242026-06-26T04:12:19.019Z Compiling serde_with v1.14.0
28252026-06-26T04:12:19.298Z Compiling tokio-rustls v0.24.1
28262026-06-26T04:12:19.624Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28272026-06-26T04:12:20.374Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28282026-06-26T04:12:20.536Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-06-26T04:12:20.564Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28302026-06-26T04:12:22.791Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28312026-06-26T04:12:23.207Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28322026-06-26T04:12:23.474Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-06-26T04:12:24.182Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342026-06-26T04:12:24.445Z Compiling rustls-pemfile v1.0.4
28352026-06-26T04:12:24.496Z Compiling tungstenite v0.23.0
28362026-06-26T04:12:24.870Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28372026-06-26T04:12:25.153Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-06-26T04:12:25.175Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28392026-06-26T04:12:25.393Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28402026-06-26T04:12:25.416Z Compiling nix v0.27.1
28412026-06-26T04:12:25.843Z Compiling twox-hash v2.1.2
28422026-06-26T04:12:26.385Z Compiling serde_bytes v0.11.19
28432026-06-26T04:12:26.641Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28442026-06-26T04:12:26.692Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28452026-06-26T04:12:26.963Z Compiling tokio-tungstenite v0.23.1
28462026-06-26T04:12:26.987Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-06-26T04:12:27.033Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28482026-06-26T04:12:27.344Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28492026-06-26T04:12:27.436Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28502026-06-26T04:12:28.758Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28512026-06-26T04:12:29.400Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-06-26T04:12:29.592Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28532026-06-26T04:12:30.045Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28542026-06-26T04:12:30.695Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-06-26T04:12:31.048Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28562026-06-26T04:12:31.092Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28572026-06-26T04:12:31.273Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-06-26T04:12:31.637Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28592026-06-26T04:12:31.825Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-06-26T04:12:32.184Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612026-06-26T04:12:32.751Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-06-26T04:12:32.993Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-06-26T04:12:34.917Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-06-26T04:12:36.190Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-06-26T04:12:36.241Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28662026-06-26T04:12:36.986Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28672026-06-26T04:12:37.636Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28682026-06-26T04:12:37.875Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28692026-06-26T04:12:38.250Z Compiling signal-hook-tokio v0.3.1
28702026-06-26T04:12:38.451Z Compiling fatfs v0.3.6
28712026-06-26T04:12:38.672Z Compiling yasna v0.5.2
28722026-06-26T04:12:38.827Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28732026-06-26T04:12:39.553Z Compiling is_ci v1.2.0
28742026-06-26T04:12:39.786Z Compiling seq-macro v0.3.6
28752026-06-26T04:12:39.810Z Compiling assert_matches v1.5.0
28762026-06-26T04:12:39.876Z Compiling supports-color v3.0.2
28772026-06-26T04:12:39.925Z Compiling rcgen v0.12.1
28782026-06-26T04:12:40.129Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28792026-06-26T04:12:40.291Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28802026-06-26T04:12:40.396Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28812026-06-26T04:12:42.737Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28822026-06-26T04:12:42.980Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28832026-06-26T04:12:43.216Z Compiling rtoolbox v0.0.3
28842026-06-26T04:12:43.496Z Compiling subprocess v0.2.15
28852026-06-26T04:12:43.723Z Compiling rpassword v7.4.0
28862026-06-26T04:12:44.010Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-06-26T04:12:44.260Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-06-26T04:12:45.143Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-06-26T04:12:45.318Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-06-26T04:12:45.487Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-06-26T04:12:45.768Z Compiling tui-tree-widget v0.23.1
28922026-06-26T04:12:46.104Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-06-26T04:12:46.479Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28942026-06-26T04:12:47.928Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-06-26T04:12:48.158Z Compiling uzers v0.12.2
28962026-06-26T04:12:48.966Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-06-26T04:12:49.018Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-06-26T04:12:49.627Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-06-26T04:12:50.536Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-06-26T04:12:52.494Z Compiling support-bundle-viewer v0.1.2
29012026-06-26T04:12:54.118Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-06-26T04:12:54.364Z Compiling multimap v0.10.1
29032026-06-26T04:13:09.113Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29042026-06-26T04:13:09.917Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29052026-06-26T04:13:15.381Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29062026-06-26T04:13:17.114Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-06-26T04:13:18.871Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-06-26T04:22:27.789Z Finished `release` profile [optimized] target(s) in 11m 19s
29092026-06-26T04:23:14.654Z
29102026-06-26T04:23:14.658Zreal 12:08.710649529
29112026-06-26T04:23:14.658Zuser 1:21:27.569848143
29122026-06-26T04:23:14.658Zsys 3:34.474164433
29132026-06-26T04:23:14.658Ztrap 1.809330707
29142026-06-26T04:23:14.658Ztflt 2.448381001
29152026-06-26T04:23:14.658Zdflt 18.108219824
29162026-06-26T04:23:14.658Zkflt 0.004861130
29172026-06-26T04:23:14.658Zlock 8:46:47.328558048
29182026-06-26T04:23:14.658Zslp 2:23:09.948824505
29192026-06-26T04:23:14.658Zlat 2:27.869050552
29202026-06-26T04:23:14.658Zstop 5:12.357976843
29212026-06-26T04:23:14.658Z+ mapfile -t packages
29222026-06-26T04:23:14.658Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-06-26T04:23:15.532Z Finished `release` profile [optimized] target(s) in 0.86s
29242026-06-26T04:23:15.604Z Running `target/release/omicron-package -t test list-outputs`
29252026-06-26T04:23:15.665ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-06-26T04:23:15.668Z+ ptime -m cargo build --locked --release -p xtask
29272026-06-26T04:23:16.143Z Compiling libc v0.2.185
29282026-06-26T04:23:16.143Z Compiling serde v1.0.228
29292026-06-26T04:23:16.146Z Compiling serde_core v1.0.228
29302026-06-26T04:23:16.241Z Compiling rustix v1.1.3
29312026-06-26T04:23:16.257Z Compiling serde_json v1.0.149
29322026-06-26T04:23:16.259Z Compiling bitflags v2.11.0
29332026-06-26T04:23:16.290Z Compiling num-traits v0.2.19
29342026-06-26T04:23:16.299Z Compiling syn v2.0.117
29352026-06-26T04:23:16.320Z Compiling smallvec v1.15.1
29362026-06-26T04:23:16.333Z Compiling indexmap v2.14.0
29372026-06-26T04:23:16.336Z Compiling usdt-impl v0.5.0
29382026-06-26T04:23:16.336Z Compiling syn v1.0.109
29392026-06-26T04:23:16.367Z Compiling getrandom v0.4.1
29402026-06-26T04:23:16.379Z Compiling percent-encoding v2.3.2
29412026-06-26T04:23:16.555Z Compiling log v0.4.29
29422026-06-26T04:23:16.608Z Compiling form_urlencoded v1.2.2
29432026-06-26T04:23:16.758Z Compiling fs-err v3.3.0
29442026-06-26T04:23:16.769Z Compiling anyhow v1.0.102
29452026-06-26T04:23:16.772Z Compiling once_cell v1.21.3
29462026-06-26T04:23:16.805Z Compiling heck v0.4.1
29472026-06-26T04:23:16.982Z Compiling errno v0.3.14
29482026-06-26T04:23:16.982Z Compiling thread-id v4.2.2
29492026-06-26T04:23:17.018Z Compiling memmap v0.7.0
29502026-06-26T04:23:17.303Z Compiling ordered-float v2.10.1
29512026-06-26T04:23:17.840Z Compiling proc-macro-error v1.0.4
29522026-06-26T04:23:17.994Z Compiling terminal_size v0.4.3
29532026-06-26T04:23:17.994Z Compiling tempfile v3.25.0
29542026-06-26T04:23:18.083Z Compiling tabled_derive v0.7.0
29552026-06-26T04:23:18.093Z Compiling clap_builder v4.6.0
29562026-06-26T04:23:18.096Z Compiling textwrap v0.16.2
29572026-06-26T04:23:18.236Z Compiling camino-tempfile v1.4.1
29582026-06-26T04:23:18.768Z Compiling tabled v0.15.0
29592026-06-26T04:23:18.803Z Compiling synstructure v0.13.2
29602026-06-26T04:23:18.803Z Compiling pest_generator v2.8.6
29612026-06-26T04:23:19.172Z Compiling serde_derive v1.0.228
29622026-06-26T04:23:19.176Z Compiling zerovec-derive v0.11.2
29632026-06-26T04:23:19.176Z Compiling displaydoc v0.2.5
29642026-06-26T04:23:19.176Z Compiling thiserror-impl v1.0.69
29652026-06-26T04:23:19.176Z Compiling zerocopy-derive v0.7.35
29662026-06-26T04:23:19.176Z Compiling scroll_derive v0.12.1
29672026-06-26T04:23:19.176Z Compiling thiserror-impl v2.0.18
29682026-06-26T04:23:19.176Z Compiling clap_derive v4.6.1
29692026-06-26T04:23:19.230Z Compiling zerofrom-derive v0.1.6
29702026-06-26T04:23:19.233Z Compiling yoke-derive v0.8.1
29712026-06-26T04:23:19.328Z Compiling pest_derive v2.8.6
29722026-06-26T04:23:19.962Z Compiling scroll v0.12.0
29732026-06-26T04:23:20.039Z Compiling zerocopy v0.7.35
29742026-06-26T04:23:20.230Z Compiling goblin v0.8.2
29752026-06-26T04:23:20.330Z Compiling thiserror v1.0.69
29762026-06-26T04:23:20.350Z Compiling zerofrom v0.1.6
29772026-06-26T04:23:20.394Z Compiling thiserror v2.0.18
29782026-06-26T04:23:20.445Z Compiling dtrace-parser v0.2.0
29792026-06-26T04:23:20.488Z Compiling yoke v0.8.1
29802026-06-26T04:23:20.696Z Compiling zerovec v0.11.5
29812026-06-26T04:23:20.869Z Compiling zerotrie v0.2.3
29822026-06-26T04:23:20.929Z Compiling clap v4.6.1
29832026-06-26T04:23:21.304Z Compiling tinystr v0.8.2
29842026-06-26T04:23:21.324Z Compiling potential_utf v0.1.4
29852026-06-26T04:23:21.518Z Compiling icu_locale_core v2.1.1
29862026-06-26T04:23:21.534Z Compiling icu_collections v2.1.1
29872026-06-26T04:23:22.277Z Compiling icu_provider v2.1.1
29882026-06-26T04:23:22.292Z Compiling toml_datetime v0.6.11
29892026-06-26T04:23:22.487Z Compiling serde_spanned v0.6.9
29902026-06-26T04:23:22.570Z Compiling icu_normalizer v2.1.1
29912026-06-26T04:23:22.599Z Compiling icu_properties v2.1.2
29922026-06-26T04:23:22.654Z Compiling toml_edit v0.22.27
29932026-06-26T04:23:22.671Z Compiling dof v0.3.0
29942026-06-26T04:23:22.691Z Compiling serde_tokenstream v0.2.3
29952026-06-26T04:23:22.703Z Compiling serde-value v0.7.0
29962026-06-26T04:23:22.717Z Compiling cargo-platform v0.2.0
29972026-06-26T04:23:23.043Z Compiling macaddr v1.0.1
29982026-06-26T04:23:23.580Z Compiling idna_adapter v1.2.1
29992026-06-26T04:23:23.592Z Compiling usdt-attr-macro v0.5.0
30002026-06-26T04:23:23.608Z Compiling usdt-macro v0.5.0
30012026-06-26T04:23:23.749Z Compiling idna v1.1.0
30022026-06-26T04:23:24.107Z Compiling url v2.5.8
30032026-06-26T04:23:24.256Z Compiling usdt v0.5.0
30042026-06-26T04:23:24.392Z Compiling toml v0.8.23
30052026-06-26T04:23:24.898Z Compiling cargo-util-schemas v0.8.2
30062026-06-26T04:23:24.925Z Compiling cargo_toml v0.21.0
30072026-06-26T04:23:25.941Z Compiling cargo_metadata v0.21.0
30082026-06-26T04:23:29.435Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-06-26T04:23:32.427Z Finished `release` profile [optimized] target(s) in 16.74s
30102026-06-26T04:23:32.536Z
30112026-06-26T04:23:32.539Zreal 16.833814031
30122026-06-26T04:23:32.540Zuser 2:20.388994388
30132026-06-26T04:23:32.540Zsys 17.064472571
30142026-06-26T04:23:32.540Ztrap 0.073963720
30152026-06-26T04:23:32.540Ztflt 0.459504619
30162026-06-26T04:23:32.540Zdflt 1.558147424
30172026-06-26T04:23:32.540Zkflt 0.000215470
30182026-06-26T04:23:32.540Zlock 5:26.873825565
30192026-06-26T04:23:32.540Zslp 3:30.981224189
30202026-06-26T04:23:32.540Zlat 7.038122979
30212026-06-26T04:23:32.540Zstop 20.485078035
30222026-06-26T04:23:32.540Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-06-26T04:23:32.540Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-06-26T04:23:32.540Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-06-26T04:23:32.540Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-06-26T04:23:32.540Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-06-26T04:23:33.424Z Compiling progenitor-client v0.14.0
30282026-06-26T04:23:33.428Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-06-26T04:23:33.428Z Compiling newtype-uuid-macros v0.1.0
30302026-06-26T04:23:33.567Z Compiling match_cfg v0.1.0
30312026-06-26T04:23:33.570Z Compiling slog-json v2.6.1
30322026-06-26T04:23:33.570Z Compiling structmeta-derive v0.3.0
30332026-06-26T04:23:33.583Z Compiling rustls v0.22.4
30342026-06-26T04:23:33.586Z Compiling rustls-webpki v0.102.8
30352026-06-26T04:23:33.586Z Compiling multer v3.1.0
30362026-06-26T04:23:33.586Z Compiling compression-core v0.4.31
30372026-06-26T04:23:33.600Z Compiling debug-ignore v1.0.5
30382026-06-26T04:23:33.607Z Compiling atomicwrites v0.4.4
30392026-06-26T04:23:33.607Z Compiling itertools v0.14.0
30402026-06-26T04:23:33.677Z Compiling async-stream-impl v0.3.6
30412026-06-26T04:23:33.686Z Compiling toml_datetime v1.0.0+spec-1.1.0
30422026-06-26T04:23:33.686Z Compiling serde_spanned v1.0.4
30432026-06-26T04:23:33.783Z Compiling hostname v0.3.1
30442026-06-26T04:23:33.816Z Compiling compression-codecs v0.4.37
30452026-06-26T04:23:33.819Z Compiling dropshot v0.17.0
30462026-06-26T04:23:33.882Z Compiling toml_writer v1.0.6+spec-1.1.0
30472026-06-26T04:23:33.939Z Compiling slog-bunyan v2.5.0
30482026-06-26T04:23:33.939Z Compiling waitgroup v0.1.2
30492026-06-26T04:23:33.943Z Compiling dropshot_endpoint v0.17.0
30502026-06-26T04:23:33.998Z Compiling rustls-pemfile v2.2.0
30512026-06-26T04:23:34.017Z Compiling serde_path_to_error v0.1.20
30522026-06-26T04:23:34.037Z Compiling hostname v0.4.2
30532026-06-26T04:23:34.114Z Compiling toml v1.0.6+spec-1.1.0
30542026-06-26T04:23:34.158Z Compiling async-compression v0.4.41
30552026-06-26T04:23:34.162Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-06-26T04:23:34.196Z Compiling macaddr v1.0.1
30572026-06-26T04:23:34.199Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-06-26T04:23:34.229Z Compiling instant v0.1.13
30592026-06-26T04:23:34.232Z Compiling regress v0.10.5
30602026-06-26T04:23:34.358Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-06-26T04:23:34.378Z Compiling backon v1.6.0
30622026-06-26T04:23:34.381Z Compiling backoff v0.4.0
30632026-06-26T04:23:34.408Z Compiling async-stream v0.3.6
30642026-06-26T04:23:34.440Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-06-26T04:23:34.457Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30662026-06-26T04:23:34.494Z Compiling humantime v2.3.0
30672026-06-26T04:23:34.544Z Compiling progenitor-extras v0.2.0
30682026-06-26T04:23:34.609Z Compiling universal-hash v0.5.1
30692026-06-26T04:23:34.627Z Compiling opaque-debug v0.3.1
30702026-06-26T04:23:34.627Z Compiling regress v0.11.1
30712026-06-26T04:23:34.630Z Compiling half v2.7.1
30722026-06-26T04:23:34.675Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-06-26T04:23:34.700Z Compiling structmeta v0.3.0
30742026-06-26T04:23:34.717Z Compiling ciborium-io v0.2.2
30752026-06-26T04:23:34.764Z Compiling crucible-workspace-hack v0.1.0
30762026-06-26T04:23:34.783Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-06-26T04:23:34.820Z Compiling convert_case v0.4.0
30782026-06-26T04:23:34.837Z Compiling aead v0.5.2
30792026-06-26T04:23:34.840Z Compiling secrecy v0.10.3
30802026-06-26T04:23:34.891Z Compiling poly1305 v0.8.0
30812026-06-26T04:23:34.939Z Compiling derive-ex v0.1.8
30822026-06-26T04:23:34.969Z Compiling parse-display-derive v0.10.0
30832026-06-26T04:23:35.012Z Compiling ciborium-ll v0.2.2
30842026-06-26T04:23:35.030Z Compiling chacha20 v0.9.1
30852026-06-26T04:23:35.066Z Compiling unsafe-libyaml v0.2.11
30862026-06-26T04:23:35.069Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30872026-06-26T04:23:35.101Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30882026-06-26T04:23:35.137Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30892026-06-26T04:23:35.213Z Compiling derive_more v0.99.20
30902026-06-26T04:23:35.251Z Compiling ciborium v0.2.2
30912026-06-26T04:23:35.312Z Compiling thiserror-impl-no-std v2.0.2
30922026-06-26T04:23:35.378Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30932026-06-26T04:23:35.442Z Compiling byte-wrapper v0.1.0
30942026-06-26T04:23:35.461Z Compiling blake2 v0.10.6
30952026-06-26T04:23:35.480Z Compiling password-hash v0.5.0
30962026-06-26T04:23:35.666Z Compiling serde_yaml v0.9.34+deprecated
30972026-06-26T04:23:35.761Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30982026-06-26T04:23:35.818Z Compiling toml_datetime v0.7.5+spec-1.1.0
30992026-06-26T04:23:35.837Z Compiling argon2 v0.5.3
31002026-06-26T04:23:35.840Z Compiling chacha20poly1305 v0.10.1
31012026-06-26T04:23:35.872Z Compiling indent_write v2.2.0
31022026-06-26T04:23:35.916Z Compiling heapless v0.8.0
31032026-06-26T04:23:36.028Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-06-26T04:23:36.046Z Compiling ingot-macros v0.1.1
31052026-06-26T04:23:36.061Z Compiling tabwriter v1.4.1
31062026-06-26T04:23:36.099Z Compiling hash32 v0.3.1
31072026-06-26T04:23:36.242Z Compiling tokio-rustls v0.25.0
31082026-06-26T04:23:36.281Z Compiling typify-impl v0.6.2
31092026-06-26T04:23:36.311Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31102026-06-26T04:23:36.546Z Compiling thiserror-no-std v2.0.2
31112026-06-26T04:23:36.608Z Compiling proc-macro-crate v3.4.0
31122026-06-26T04:23:36.661Z Compiling vsss-rs v3.3.4
31132026-06-26T04:23:36.726Z Compiling test-strategy v0.4.5
31142026-06-26T04:23:36.763Z Compiling parse-display v0.10.0
31152026-06-26T04:23:37.104Z Compiling smoltcp v0.11.0
31162026-06-26T04:23:37.122Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-06-26T04:23:37.180Z Compiling num_enum_derive v0.7.6
31182026-06-26T04:23:37.198Z Compiling cobs v0.3.0
31192026-06-26T04:23:37.388Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31202026-06-26T04:23:37.430Z Compiling colored v3.1.1
31212026-06-26T04:23:37.472Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31222026-06-26T04:23:37.513Z Compiling postcard v1.1.3
31232026-06-26T04:23:37.600Z Compiling proc-macro-error v1.0.4
31242026-06-26T04:23:37.639Z Compiling proc-macro-crate v1.3.1
31252026-06-26T04:23:37.728Z Compiling foreign-types-macros v0.2.3
31262026-06-26T04:23:37.808Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31272026-06-26T04:23:37.827Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31282026-06-26T04:23:37.854Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31292026-06-26T04:23:37.882Z Compiling cpufeatures v0.3.0
31302026-06-26T04:23:37.958Z Compiling rayon-core v1.13.0
31312026-06-26T04:23:37.987Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31322026-06-26T04:23:38.004Z Compiling foreign-types-shared v0.3.1
31332026-06-26T04:23:38.085Z Compiling num_enum_derive v0.5.11
31342026-06-26T04:23:38.121Z Compiling chacha20 v0.10.0
31352026-06-26T04:23:38.198Z Compiling crossbeam-deque v0.8.6
31362026-06-26T04:23:38.273Z Compiling camino-tempfile v1.4.1
31372026-06-26T04:23:38.273Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31382026-06-26T04:23:38.329Z Compiling num_enum v0.7.6
31392026-06-26T04:23:38.333Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31402026-06-26T04:23:38.362Z Compiling cstr-argument v0.1.2
31412026-06-26T04:23:38.365Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31422026-06-26T04:23:38.417Z Compiling foreign-types v0.5.0
31432026-06-26T04:23:38.473Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31442026-06-26T04:23:38.521Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31452026-06-26T04:23:38.536Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31462026-06-26T04:23:38.555Z Compiling rand v0.10.0
31472026-06-26T04:23:38.559Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31482026-06-26T04:23:38.721Z Compiling zone_cfg_derive v0.3.1
31492026-06-26T04:23:38.777Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-06-26T04:23:38.793Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31512026-06-26T04:23:38.812Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31522026-06-26T04:23:38.850Z Compiling itertools v0.12.1
31532026-06-26T04:23:38.934Z Compiling rayon v1.11.0
31542026-06-26T04:23:38.949Z Compiling num-derive v0.4.2
31552026-06-26T04:23:38.971Z Compiling sigpipe v0.1.3
31562026-06-26T04:23:38.986Z Compiling glob v0.3.3
31572026-06-26T04:23:39.052Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31582026-06-26T04:23:39.067Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31592026-06-26T04:23:39.077Z Compiling ingot-types v0.1.2
31602026-06-26T04:23:39.101Z Compiling smf v0.2.3
31612026-06-26T04:23:39.257Z Compiling num_enum v0.5.11
31622026-06-26T04:23:39.301Z Compiling whoami v1.6.1
31632026-06-26T04:23:39.326Z Compiling usdt-macro v0.5.0
31642026-06-26T04:23:39.403Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31652026-06-26T04:23:39.420Z Compiling usdt-attr-macro v0.5.0
31662026-06-26T04:23:39.436Z Compiling gethostname v0.5.0
31672026-06-26T04:23:39.537Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-06-26T04:23:39.551Z Compiling ingot v0.1.1
31692026-06-26T04:23:39.580Z Compiling num-rational v0.4.2
31702026-06-26T04:23:39.616Z Compiling num-complex v0.4.6
31712026-06-26T04:23:39.664Z Compiling memmap v0.7.0
31722026-06-26T04:23:39.747Z Compiling derive-where v1.6.0
31732026-06-26T04:23:39.874Z Compiling float-ord v0.3.2
31742026-06-26T04:23:39.891Z Compiling toml v0.8.23
31752026-06-26T04:23:39.951Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31762026-06-26T04:23:40.033Z Compiling zone v0.3.1
31772026-06-26T04:23:40.044Z Compiling num v0.4.3
31782026-06-26T04:23:40.153Z Compiling resolv-conf v0.7.6
31792026-06-26T04:23:40.177Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31802026-06-26T04:23:40.183Z Compiling owo-colors v4.3.0
31812026-06-26T04:23:40.201Z Compiling cancel-safe-futures v0.1.5
31822026-06-26T04:23:40.285Z Compiling usdt v0.5.0
31832026-06-26T04:23:40.308Z Compiling libsw-core v0.3.2
31842026-06-26T04:23:40.366Z Compiling prettyplease v0.2.37
31852026-06-26T04:23:40.513Z Compiling libsw v3.5.0
31862026-06-26T04:23:40.531Z Compiling console v0.15.11
31872026-06-26T04:23:40.578Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-06-26T04:23:40.597Z Compiling hickory-proto v0.24.4
31892026-06-26T04:23:40.659Z Compiling newline-converter v0.3.0
31902026-06-26T04:23:40.723Z Compiling libefi-sys v0.1.0
31912026-06-26T04:23:40.747Z Compiling linked-hash-map v0.5.6
31922026-06-26T04:23:40.765Z Compiling linear-map v1.2.0
31932026-06-26T04:23:40.813Z Compiling git-stub v1.0.0
31942026-06-26T04:23:40.813Z Compiling bitfield-struct v0.6.2
31952026-06-26T04:23:40.931Z Compiling typify-macro v0.6.2
31962026-06-26T04:23:40.964Z Compiling lru-cache v0.1.2
31972026-06-26T04:23:40.982Z Compiling expectorate v1.2.0
31982026-06-26T04:23:40.998Z Compiling nom v8.0.0
31992026-06-26T04:23:41.106Z Compiling semver v0.1.20
32002026-06-26T04:23:41.154Z Compiling git-stub-vcs v0.1.0
32012026-06-26T04:23:41.165Z Compiling tokio-dtrace v0.1.1
32022026-06-26T04:23:41.189Z Compiling dropshot-api-manager-types v0.7.2
32032026-06-26T04:23:41.208Z Compiling slog-dtrace v0.3.0
32042026-06-26T04:23:41.345Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32052026-06-26T04:23:41.376Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-06-26T04:23:41.431Z Compiling rustc_version v0.1.7
32072026-06-26T04:23:41.448Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-06-26T04:23:41.467Z Compiling minimal-lexical v0.2.1
32092026-06-26T04:23:41.529Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-06-26T04:23:41.553Z Compiling oxide-tokio-rt v0.1.4
32112026-06-26T04:23:41.563Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32122026-06-26T04:23:41.564Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-06-26T04:23:41.593Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-06-26T04:23:41.706Z Compiling newtype_derive v0.1.6
32152026-06-26T04:23:41.763Z Compiling nom v7.1.3
32162026-06-26T04:23:41.799Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-06-26T04:23:41.856Z Compiling phf_shared v0.12.1
32182026-06-26T04:23:41.878Z Compiling csv-core v0.1.13
32192026-06-26T04:23:41.945Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32202026-06-26T04:23:41.989Z Compiling highway v1.3.0
32212026-06-26T04:23:42.014Z Compiling xshell-macros v0.2.7
32222026-06-26T04:23:42.053Z Compiling chrono-tz v0.10.4
32232026-06-26T04:23:42.098Z Compiling csv v1.4.0
32242026-06-26T04:23:42.154Z Compiling phf v0.12.1
32252026-06-26T04:23:42.180Z Compiling const_format_proc_macros v0.2.34
32262026-06-26T04:23:42.341Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32272026-06-26T04:23:42.393Z Compiling primeorder v0.13.6
32282026-06-26T04:23:42.451Z Compiling xshell v0.2.7
32292026-06-26T04:23:42.520Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-06-26T04:23:42.716Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32312026-06-26T04:23:42.753Z Compiling hickory-resolver v0.24.4
32322026-06-26T04:23:42.844Z Compiling typify v0.6.2
32332026-06-26T04:23:42.930Z Compiling tabled_derive v0.7.0
32342026-06-26T04:23:42.981Z Compiling progenitor-impl v0.14.0
32352026-06-26T04:23:42.999Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-06-26T04:23:43.031Z Compiling bcs v0.1.6
32372026-06-26T04:23:43.111Z Compiling const_format v0.2.35
32382026-06-26T04:23:43.115Z Compiling tagptr v0.2.0
32392026-06-26T04:23:43.201Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32402026-06-26T04:23:43.356Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32412026-06-26T04:23:43.386Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-06-26T04:23:43.456Z Compiling salty v0.3.0
32432026-06-26T04:23:43.476Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32442026-06-26T04:23:43.530Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32452026-06-26T04:23:43.618Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-06-26T04:23:43.736Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32472026-06-26T04:23:43.815Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32482026-06-26T04:23:43.877Z Compiling qorb v0.4.1
32492026-06-26T04:23:43.929Z Compiling termtree v0.5.1
32502026-06-26T04:23:44.003Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32512026-06-26T04:23:44.117Z Compiling tabled v0.15.0
32522026-06-26T04:23:44.202Z Compiling textwrap v0.16.2
32532026-06-26T04:23:44.276Z Compiling moka v0.12.13
32542026-06-26T04:23:44.281Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-06-26T04:23:44.549Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-06-26T04:23:44.611Z Compiling steno v0.4.1
32572026-06-26T04:23:44.716Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32582026-06-26T04:23:44.882Z Compiling base64 v0.21.7
32592026-06-26T04:23:45.001Z Compiling radium v0.7.0
32602026-06-26T04:23:45.075Z Compiling hickory-resolver v0.25.2
32612026-06-26T04:23:45.227Z Compiling p384 v0.13.1
32622026-06-26T04:23:45.245Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32632026-06-26T04:23:45.323Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32642026-06-26T04:23:45.586Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-06-26T04:23:45.623Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32662026-06-26T04:23:45.734Z Compiling maybe-uninit v2.0.0
32672026-06-26T04:23:45.795Z Compiling progenitor-macro v0.14.0
32682026-06-26T04:23:45.839Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32692026-06-26T04:23:45.878Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32702026-06-26T04:23:45.908Z Compiling tap v1.0.1
32712026-06-26T04:23:46.055Z Compiling wyz v0.5.1
32722026-06-26T04:23:46.135Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32732026-06-26T04:23:46.249Z Compiling proc-macro-error-attr2 v2.0.0
32742026-06-26T04:23:46.283Z Compiling parking_lot_core v0.8.6
32752026-06-26T04:23:46.511Z Compiling funty v2.0.0
32762026-06-26T04:23:46.530Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32772026-06-26T04:23:46.533Z Compiling packed_struct v0.10.1
32782026-06-26T04:23:46.551Z Compiling utf-8 v0.7.6
32792026-06-26T04:23:46.713Z Compiling tungstenite v0.21.0
32802026-06-26T04:23:46.731Z Compiling proc-macro-error2 v2.0.1
32812026-06-26T04:23:46.783Z Compiling polyval v0.6.2
32822026-06-26T04:23:46.799Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32832026-06-26T04:23:46.869Z Compiling bitvec v1.0.1
32842026-06-26T04:23:47.006Z Compiling packed_struct_codegen v0.10.1
32852026-06-26T04:23:47.043Z Compiling num-derive v0.3.3
32862026-06-26T04:23:47.087Z Compiling zerocopy-derive v0.6.6
32872026-06-26T04:23:47.121Z Compiling bitfield-macros v0.19.4
32882026-06-26T04:23:47.180Z Compiling indexmap v1.9.3
32892026-06-26T04:23:47.201Z Compiling crc-catalog v2.4.0
32902026-06-26T04:23:47.320Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-06-26T04:23:47.337Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32922026-06-26T04:23:47.405Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32932026-06-26T04:23:47.518Z Compiling nodrop v0.1.14
32942026-06-26T04:23:47.585Z Compiling crc v3.4.0
32952026-06-26T04:23:47.604Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32962026-06-26T04:23:47.607Z Compiling tokio-tungstenite v0.21.0
32972026-06-26T04:23:47.639Z Compiling array-init v0.0.4
32982026-06-26T04:23:47.674Z Compiling tabled_derive v0.11.0
32992026-06-26T04:23:47.690Z Compiling ghash v0.5.1
33002026-06-26T04:23:47.853Z Compiling smallvec v0.6.14
33012026-06-26T04:23:47.902Z Compiling bitfield v0.19.4
33022026-06-26T04:23:48.004Z Compiling zerocopy v0.6.6
33032026-06-26T04:23:48.023Z Compiling libscf-sys v1.1.0
33042026-06-26T04:23:48.038Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33052026-06-26T04:23:48.041Z Compiling progenitor-impl v0.13.0
33062026-06-26T04:23:48.076Z Compiling papergrid v0.17.0
33072026-06-26T04:23:48.099Z Compiling testing_table v0.3.0
33082026-06-26T04:23:48.170Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33092026-06-26T04:23:48.194Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33102026-06-26T04:23:48.233Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33112026-06-26T04:23:48.323Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33122026-06-26T04:23:48.339Z Compiling ctr v0.9.2
33132026-06-26T04:23:48.396Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-06-26T04:23:48.424Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33152026-06-26T04:23:48.448Z Compiling corncobs v0.1.4
33162026-06-26T04:23:48.564Z Compiling unicase v2.9.0
33172026-06-26T04:23:48.580Z Compiling hashbrown v0.12.3
33182026-06-26T04:23:48.642Z Compiling illumos-nvpair-sys v0.2.0
33192026-06-26T04:23:48.660Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-06-26T04:23:48.760Z Compiling aes-gcm v0.10.3
33212026-06-26T04:23:48.782Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-06-26T04:23:48.804Z Compiling mime_guess v2.0.5
33232026-06-26T04:23:48.895Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-06-26T04:23:48.950Z Compiling parking_lot v0.11.2
33252026-06-26T04:23:48.983Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33262026-06-26T04:23:49.099Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-06-26T04:23:49.122Z Compiling tabled v0.20.0
33282026-06-26T04:23:49.259Z Compiling serde-hex v0.1.0
33292026-06-26T04:23:49.389Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33302026-06-26T04:23:49.408Z Compiling ron v0.8.1
33312026-06-26T04:23:49.568Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-06-26T04:23:49.603Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33332026-06-26T04:23:49.743Z Compiling hashbrown v0.13.2
33342026-06-26T04:23:49.821Z Compiling progenitor-client v0.13.0
33352026-06-26T04:23:49.839Z Compiling blowfish v0.9.1
33362026-06-26T04:23:50.101Z Compiling prefix-trie v0.7.0
33372026-06-26T04:23:50.153Z Compiling ssh-encoding v0.2.0
33382026-06-26T04:23:50.196Z Compiling fxhash v0.2.1
33392026-06-26T04:23:50.295Z Compiling secrecy v0.8.0
33402026-06-26T04:23:50.370Z Compiling crc-any v2.5.0
33412026-06-26T04:23:50.451Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-06-26T04:23:50.471Z Compiling hickory-server v0.25.2
33432026-06-26T04:23:50.525Z Compiling ssh-cipher v0.2.0
33442026-06-26T04:23:50.587Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33452026-06-26T04:23:50.643Z Compiling sled v0.34.7
33462026-06-26T04:23:50.665Z Compiling object v0.30.4
33472026-06-26T04:23:50.878Z Compiling progenitor-macro v0.13.0
33482026-06-26T04:23:50.955Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-06-26T04:23:51.001Z Compiling progenitor v0.14.0
33502026-06-26T04:23:51.100Z Compiling bcrypt-pbkdf v0.10.0
33512026-06-26T04:23:51.163Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33522026-06-26T04:23:51.182Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33532026-06-26T04:23:51.285Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33542026-06-26T04:23:51.441Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33552026-06-26T04:23:51.459Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33562026-06-26T04:23:51.594Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33572026-06-26T04:23:51.702Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33582026-06-26T04:23:51.779Z Compiling password-hash v0.4.2
33592026-06-26T04:23:51.923Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33602026-06-26T04:23:52.042Z Compiling half v1.8.3
33612026-06-26T04:23:52.097Z Compiling crc8 v0.1.1
33622026-06-26T04:23:52.190Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33632026-06-26T04:23:52.239Z Compiling http-range v0.1.5
33642026-06-26T04:23:52.335Z Compiling path-slash v0.1.5
33652026-06-26T04:23:52.453Z Compiling serde_cbor v0.11.2
33662026-06-26T04:23:52.471Z Compiling pbkdf2 v0.11.0
33672026-06-26T04:23:52.492Z Compiling illumos-nvpair v0.3.0
33682026-06-26T04:23:52.510Z Compiling ssh-key v0.6.7
33692026-06-26T04:23:52.768Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33702026-06-26T04:23:53.079Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-06-26T04:23:53.700Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33722026-06-26T04:23:53.717Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33732026-06-26T04:23:53.740Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33742026-06-26T04:23:53.927Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33752026-06-26T04:23:54.216Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33762026-06-26T04:23:54.336Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-06-26T04:23:54.396Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33782026-06-26T04:23:54.432Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33792026-06-26T04:23:54.453Z Compiling p256 v0.13.2
33802026-06-26T04:23:54.472Z Compiling p521 v0.13.3
33812026-06-26T04:23:54.490Z Compiling yasna v0.5.2
33822026-06-26T04:23:54.737Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33832026-06-26T04:23:54.847Z Compiling kstat-rs v0.2.4
33842026-06-26T04:23:54.913Z Compiling headers-core v0.3.0
33852026-06-26T04:23:55.068Z Compiling nanorand v0.7.0
33862026-06-26T04:23:55.185Z Compiling atty v0.2.14
33872026-06-26T04:23:55.217Z Compiling russh-cryptovec v0.7.3
33882026-06-26T04:23:55.236Z Compiling home v0.5.12
33892026-06-26T04:23:55.329Z Compiling md5 v0.7.0
33902026-06-26T04:23:55.390Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33912026-06-26T04:23:55.412Z Compiling flume v0.11.1
33922026-06-26T04:23:55.441Z Compiling headers v0.4.1
33932026-06-26T04:23:55.489Z Compiling rcgen v0.12.1
33942026-06-26T04:23:55.553Z Compiling russh-keys v0.45.0
33952026-06-26T04:23:55.631Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-06-26T04:23:55.780Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33972026-06-26T04:23:55.877Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33982026-06-26T04:23:55.937Z Compiling progenitor v0.13.0
33992026-06-26T04:23:56.127Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34002026-06-26T04:23:56.147Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34012026-06-26T04:23:56.266Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34022026-06-26T04:23:56.289Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34032026-06-26T04:23:56.319Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34042026-06-26T04:23:56.381Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34052026-06-26T04:23:56.400Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34062026-06-26T04:23:56.592Z Compiling hyper-staticfile v0.10.1
34072026-06-26T04:23:56.670Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34082026-06-26T04:23:56.728Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34092026-06-26T04:23:56.877Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34102026-06-26T04:23:57.068Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34112026-06-26T04:23:57.086Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34122026-06-26T04:23:57.108Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34132026-06-26T04:23:57.139Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34142026-06-26T04:23:57.159Z Compiling num-bigint v0.4.6
34152026-06-26T04:23:57.179Z Compiling des v0.8.1
34162026-06-26T04:23:57.199Z Compiling subprocess v0.2.15
34172026-06-26T04:23:57.327Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34182026-06-26T04:23:57.370Z Compiling hex-literal v0.4.1
34192026-06-26T04:23:57.389Z Compiling display-error-chain v0.2.2
34202026-06-26T04:23:57.433Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34212026-06-26T04:23:57.513Z Compiling colored v2.2.0
34222026-06-26T04:23:57.555Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34232026-06-26T04:23:57.659Z Compiling internet-checksum v0.2.1
34242026-06-26T04:23:57.786Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34252026-06-26T04:23:57.807Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34262026-06-26T04:23:58.364Z Compiling russh v0.45.0
34272026-06-26T04:23:58.453Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34282026-06-26T04:23:59.297Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34292026-06-26T04:24:00.214Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34302026-06-26T04:24:00.214Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34312026-06-26T04:24:02.582Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34322026-06-26T04:24:02.886Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34332026-06-26T04:24:03.259Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34342026-06-26T04:24:03.743Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34352026-06-26T04:24:05.154Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34362026-06-26T04:24:13.423Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34372026-06-26T04:24:13.423Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34382026-06-26T04:24:13.426Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34392026-06-26T04:24:13.426Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34402026-06-26T04:24:15.133Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34412026-06-26T04:24:15.219Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34422026-06-26T04:24:19.272Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34432026-06-26T04:25:01.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34442026-06-26T04:25:01.191Z
34452026-06-26T04:25:01.191Zreal 1:26.643084221
34462026-06-26T04:25:01.191Zuser 7:58.160489863
34472026-06-26T04:25:01.191Zsys 1:39.336249177
34482026-06-26T04:25:01.191Ztrap 0.236427778
34492026-06-26T04:25:01.191Ztflt 0.575336855
34502026-06-26T04:25:01.191Zdflt 1.687429030
34512026-06-26T04:25:01.191Zkflt 0.000845910
34522026-06-26T04:25:01.191Zlock 28:11.753532855
34532026-06-26T04:25:01.191Zslp 18:03.729502439
34542026-06-26T04:25:01.191Zlat 36.146336909
34552026-06-26T04:25:01.191Zstop 2:44.423691569
34562026-06-26T04:25:01.191Z+ mkdir tests
34572026-06-26T04:25:01.191Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34582026-06-26T04:25:01.191Z+ xargs -I '{}' -t cp '{}' tests/
34592026-06-26T04:25:01.192Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-003f058983494eca tests/
34602026-06-26T04:25:01.192Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d096091fe23969db tests/
34612026-06-26T04:25:01.192Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-af8cac35ccc0720c tests/
34622026-06-26T04:25:01.192Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-83fb33d4792ee1b7 tests/
34632026-06-26T04:25:01.192Z+ 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)
34642026-06-26T04:25:01.192Z+ 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-d096091fe23969db tests/commtest-af8cac35ccc0720c tests/dhcp_server-003f058983494eca tests/end_to_end_tests-83fb33d4792ee1b7 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
34652026-06-26T04:26:19.757ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34662026-06-26T04:26:19.757Za .github/buildomat/ci-env.sh 1K
34672026-06-26T04:26:19.758Za out/target/test 1K
34682026-06-26T04:26:19.758Za out/npuzone/npuzone 27402K
34692026-06-26T04:26:19.758Za package-manifest.toml 35K
34702026-06-26T04:26:19.758Za smf/sled-agent/non-gimlet/config.toml 6K
34712026-06-26T04:26:19.758Za target/release/omicron-package 44673K
34722026-06-26T04:26:19.758Za target/release/xtask 11142K
34732026-06-26T04:26:19.758Za target/debug/bootstrap 356994K
34742026-06-26T04:26:19.758Za tests/bootstrap-d096091fe23969db 31975K
34752026-06-26T04:26:19.758Za tests/commtest-af8cac35ccc0720c 43619K
34762026-06-26T04:26:19.758Za tests/dhcp_server-003f058983494eca 31975K
34772026-06-26T04:26:19.758Za tests/end_to_end_tests-83fb33d4792ee1b7 399875K
34782026-06-26T04:26:19.758Za tools/opte_version 1K
34792026-06-26T04:26:19.758Za tools/opte_version_override 2K
34802026-06-26T04:26:19.758Za out/clickhouse.tar.gz 314108K
34812026-06-26T04:26:19.758Za out/clickhouse_keeper.tar.gz 299289K
34822026-06-26T04:26:19.758Za out/clickhouse_server.tar.gz 314106K
34832026-06-26T04:26:19.758Za out/cockroachdb.tar.gz 157623K
34842026-06-26T04:26:19.758Za out/crucible-pantry-zone.tar.gz 36692K
34852026-06-26T04:26:19.758Za out/crucible-utils.tar 16478K
34862026-06-26T04:26:19.758Za out/crucible-zone.tar.gz 52262K
34872026-06-26T04:26:19.758Za out/external-dns.tar.gz 42832K
34882026-06-26T04:26:19.758Za out/internal-dns.tar.gz 42831K
34892026-06-26T04:26:19.758Za out/mg-ddm-gz.tar 97917K
34902026-06-26T04:26:19.758Za out/nexus.tar.gz 276310K
34912026-06-26T04:26:19.758Za out/ntp.tar.gz 24547K
34922026-06-26T04:26:19.758Za out/omicron-gateway-softnpu.tar.gz 29299K
34932026-06-26T04:26:19.759Za out/omicron-sled-agent.tar 193536K
34942026-06-26T04:26:19.759Za out/overlay.tar.gz 3K
34952026-06-26T04:26:19.759Za out/oximeter.tar.gz 62630K
34962026-06-26T04:26:19.759Za out/oxlog.tar 3809K
34972026-06-26T04:26:19.759Za out/probe.tar.gz 3037K
34982026-06-26T04:26:19.759Za out/propolis-server.tar.gz 34918K
34992026-06-26T04:26:19.759Za out/pumpkind-gz.tar 26647K
35002026-06-26T04:26:19.759Za out/switch-softnpu.tar.gz 446432K
35012026-06-26T04:26:19.762Z
35022026-06-26T04:26:19.762Zreal 1:20.171833663
35032026-06-26T04:26:19.762Zuser 1:17.531071240
35042026-06-26T04:26:19.762Zsys 4.395363160
35052026-06-26T04:26:19.762Ztrap 0.005982842
35062026-06-26T04:26:19.762Ztflt 0.000000000
35072026-06-26T04:26:19.763Zdflt 0.000000000
35082026-06-26T04:26:19.763Zkflt 0.000000000
35092026-06-26T04:26:19.763Zlock 0.000000000
35102026-06-26T04:26:19.763Zslp 1:17.475578299
35112026-06-26T04:26:19.763Zlat 0.930589680
35122026-06-26T04:26:19.763Zstop 0.000196800
35132026-06-26T04:26:19.763Zprocess exited: duration 1131828 ms, exit code 0
 
35142026-06-26T04:26:19.771Zfound 1 output files
35152026-06-26T04:26:19.771Zuploading: /work/package.tar.gz (2482333611 bytes)
35162026-06-26T04:26:49.811Zuploaded: /work/package.tar.gz