01KY5MSY7GM8BG4D23DNEGJ1A3: 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: 01KY5MTR3K3BMYCY9ETGQXCE9P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T19:29:49.561Zjob assigned to worker 01KY5MV6T37HP71FHVR9JBM8WV [factory aws, i-06e9ea951ffda62ff] (queued for 57 s)
 
22026-07-22T19:29:57.616Zstarting task 0: "setup"
32026-07-22T19:29:57.712Z++ uname -s
42026-07-22T19:29:57.712Z+ kern=SunOS
52026-07-22T19:29:57.712Z+ build_user=build
62026-07-22T19:29:57.712Z+ build_uid=12345
72026-07-22T19:29:57.712Z+ work_dir=/work
82026-07-22T19:29:57.712Z+ input_dir=/input
92026-07-22T19:29:57.712Z+ [[ 0 == 12345 ]]
102026-07-22T19:29:57.712Z+ case "$kern" in
112026-07-22T19:29:57.713Z+ groupadd -g 12345 build
122026-07-22T19:29:57.713Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T19:29:59.528Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T19:29:59.626Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T19:29:59.636Z+ home_fs=zfs
162026-07-22T19:29:59.636Z+ [[ zfs == autofs ]]
172026-07-22T19:29:59.636Z+ mkdir -p /home/build
182026-07-22T19:29:59.637Z+ chown build:build /home/build /work
192026-07-22T19:30:01.620Z+ chmod 0700 /home/build /work
202026-07-22T19:30:01.624Zprocess exited: duration 4109 ms, exit code 0
 
212026-07-22T19:30:01.637Zstarting task 1: "rust-toolchain"
222026-07-22T19:30:01.643Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T19:30:01.643Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-22T19:30:01.643Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-22T19:30:01.643Z * rust toolchain channel = "1.96.1"
262026-07-22T19:30:01.643Z * rust toolchain profile = "default"
272026-07-22T19:30:01.643Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T19:30:01.655Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T19:30:01.655Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T19:30:01.752Zinfo: downloading installer
312026-07-22T19:30:03.195Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T19:30:03.195Zwarn: /home/build/.rustup/settings.toml
332026-07-22T19:30:03.195Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T19:30:03.195Zwarn: instead of the one inferred from the default host triple.
352026-07-22T19:30:03.211Zinfo: profile set to default
362026-07-22T19:30:03.211Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T19:30:03.220Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T19:30:03.362Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T19:30:03.378Zinfo: downloading 6 components
402026-07-22T19:30:18.345Z
412026-07-22T19:30:18.345Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-22T19:30:18.391Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T19:30:18.391Z
442026-07-22T19:30:18.396Z
452026-07-22T19:30:18.396ZRust is installed now. Great!
462026-07-22T19:30:18.396Z
472026-07-22T19:30:18.396ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T19:30:18.396Zenvironment variable. This has not been done automatically.
492026-07-22T19:30:18.396Z
502026-07-22T19:30:18.396ZTo configure your current shell, you need to source
512026-07-22T19:30:18.396Zthe corresponding env file under $HOME/.cargo.
522026-07-22T19:30:18.397Z
532026-07-22T19:30:18.397ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T19:30:18.397Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T19:30:18.397Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T19:30:18.397Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T19:30:18.397Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T19:30:18.397Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T19:30:18.397Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T19:30:18.397Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T19:30:18.397Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T19:30:18.464Z+ rustup --version
632026-07-22T19:30:18.468Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T19:30:18.468Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T19:30:18.502Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T19:30:18.527Z+ cargo --version
672026-07-22T19:30:18.527Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T19:30:18.527Z+ rustc --version
692026-07-22T19:30:18.536Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T19:30:18.536Zprocess exited: duration 16884 ms, exit code 0
 
712026-07-22T19:30:18.605Zstarting task 2: "authentication"
722026-07-22T19:30:18.633Zprocess exited: duration 51 ms, exit code 0
 
732026-07-22T19:30:18.650Zstarting task 3: "clone repository"
742026-07-22T19:30:18.655Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-22T19:30:18.655Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-22T19:30:18.688ZCloning into '/work/oxidecomputer/omicron'...
772026-07-22T19:30:34.056Z+ cd /work/oxidecomputer/omicron
782026-07-22T19:30:34.056Z+ git fetch origin 24719b0281eca143b5b490efa618c11e7fdb11c8
792026-07-22T19:30:35.385ZFrom https://github.com/oxidecomputer/omicron
802026-07-22T19:30:35.385Z * branch 24719b0281eca143b5b490efa618c11e7fdb11c8 -> FETCH_HEAD
812026-07-22T19:30:35.436Z+ [[ -n eliza/limit-reached ]]
822026-07-22T19:30:35.436Z++ git branch --show-current
832026-07-22T19:30:35.436Z+ current=main
842026-07-22T19:30:35.436Z+ [[ main != eliza/limit-reached ]]
852026-07-22T19:30:35.436Z+ git branch -f eliza/limit-reached 24719b0281eca143b5b490efa618c11e7fdb11c8
862026-07-22T19:30:35.437Z+ git checkout -f eliza/limit-reached
872026-07-22T19:30:35.437ZSwitched to branch 'eliza/limit-reached'
882026-07-22T19:30:35.437Z+ git reset --hard 24719b0281eca143b5b490efa618c11e7fdb11c8
892026-07-22T19:30:35.437ZHEAD is now at 24719b028 throw together a test
902026-07-22T19:30:35.437Zprocess exited: duration 15891 ms, exit code 0
 
912026-07-22T19:30:35.796Zstarting task 4: "build"
922026-07-22T19:30:35.812Z+ source .github/buildomat/ci-env.sh
932026-07-22T19:30:35.812Z++ export CARGO_TERM_COLOR=always
942026-07-22T19:30:35.812Z++ CARGO_TERM_COLOR=always
952026-07-22T19:30:35.812Z+++ uname -s
962026-07-22T19:30:35.812Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-22T19:30:35.812Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-22T19:30:35.812Z+ cargo --version
992026-07-22T19:30:35.812Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-22T19:30:35.812Z+ rustc --version
1012026-07-22T19:30:35.812Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-22T19:30:35.829Z+ WORK=/work
1032026-07-22T19:30:35.829Z+ pfexec mkdir -p /work
1042026-07-22T19:30:35.829Z+ pfexec chown build /work
1052026-07-22T19:30:35.829Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-22T19:30:41.235Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-22T19:30:41.235Z Startup: Caching catalogs ... Done
1082026-07-22T19:30:41.235ZPlanning: Solver setup ... Done (0.991s)
1092026-07-22T19:30:41.235ZPlanning: Running solver ... Done (0.042s)
1102026-07-22T19:30:41.235ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-22T19:30:41.235ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-22T19:30:41.236ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-22T19:30:41.236ZPlanning: Package planning ... Done (0.014s)
1142026-07-22T19:30:41.236ZPlanning: Merging actions ... Done (0.001s)
1152026-07-22T19:30:41.236ZPlanning: Checking for conflicting actions ... Done (0.210s)
1162026-07-22T19:30:41.236ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-22T19:30:41.236ZPlanning: Evaluating mediators ... Done (0.865s)
1182026-07-22T19:30:41.236ZPlanning: Planning completed in 2.24 seconds
1192026-07-22T19:30:41.236Z Packages to install: 2
1202026-07-22T19:30:41.236Z Estimated space available: 156.06 GB
1212026-07-22T19:30:41.236ZEstimated space to be consumed: 52.23 MB
1222026-07-22T19:30:41.236Z Create boot environment: No
1232026-07-22T19:30:41.236ZCreate backup boot environment: No
1242026-07-22T19:30:41.236Z Rebuild boot archive: No
1252026-07-22T19:30:41.236Z
1262026-07-22T19:30:41.236ZChanged packages:
1272026-07-22T19:30:41.236Zhelios
1282026-07-22T19:30:41.236Z developer/build-essential
1292026-07-22T19:30:41.236Z None -> 11-3.0
1302026-07-22T19:30:41.236Z library/libxmlsec1
1312026-07-22T19:30:41.236Z None -> 1.2.35-3.0
1322026-07-22T19:30:41.236Z
1332026-07-22T19:30:41.236ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-22T19:30:41.236ZDownload: Completed 1.28 MB in 0.08 seconds (16.5M/s)
1352026-07-22T19:30:41.236Z Actions: 1/268 actions (Installing new actions)
1362026-07-22T19:30:41.236Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-22T19:30:41.236ZFinalize: Updating package state database ... Done (0.023s)
1382026-07-22T19:30:41.236ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-22T19:30:41.236ZFinalize: Updating image state ... Done (0.053s)
1402026-07-22T19:30:44.897ZFinalize: Creating fast lookup database ... Done (2.532s)
1412026-07-22T19:30:44.897ZFinalize: Reading search index ... Done (0.012s)
1422026-07-22T19:30:44.897ZFinalize: Updating search index ... Done (0.000s)
1432026-07-22T19:30:44.897ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-22T19:30:44.897ZPlanning: Evaluating mediator changes ... Done
1452026-07-22T19:30:44.897ZPlanning: Checking for conflicting actions ... Done
1462026-07-22T19:30:44.897ZPlanning: Consolidating action changes ... Done
1472026-07-22T19:30:44.897ZPlanning: Evaluating mediators ... Done
1482026-07-22T19:30:44.898ZPlanning: Planning completed in 0.26 seconds
1492026-07-22T19:30:44.898Z Mediators to change: 2
1502026-07-22T19:30:44.898Z Create boot environment: No
1512026-07-22T19:30:44.898ZCreate backup boot environment: No
1522026-07-22T19:30:44.898ZFinalize: Updating package state database ... Done
1532026-07-22T19:30:44.898ZFinalize: Updating package cache ... Done
1542026-07-22T19:30:44.898ZFinalize: Updating image state ... Done
1552026-07-22T19:30:46.392ZFinalize: Creating fast lookup database ... Done
1562026-07-22T19:30:46.803ZFinalize: Reading search index ... Done
1572026-07-22T19:30:46.803ZFinalize: Updating search index ... Done
1582026-07-22T19:30:46.803ZFinalize: Updating package cache ... Done
1592026-07-22T19:30:46.803ZPlanning: Evaluating mediator changes ... Done
1602026-07-22T19:30:46.803ZPlanning: Checking for conflicting actions ... Done
1612026-07-22T19:30:46.803ZPlanning: Consolidating action changes ... Done
1622026-07-22T19:30:46.839ZPlanning: Evaluating mediators ... Done
1632026-07-22T19:30:46.840ZPlanning: Planning completed in 0.26 seconds
1642026-07-22T19:30:46.840Z Mediators to change: 1
1652026-07-22T19:30:46.840Z Create boot environment: No
1662026-07-22T19:30:46.840ZCreate backup boot environment: No
1672026-07-22T19:30:46.840ZFinalize: Updating package state database ... Done
1682026-07-22T19:30:46.840ZFinalize: Updating package cache ... Done
1692026-07-22T19:30:46.840ZFinalize: Updating image state ... Done
1702026-07-22T19:30:48.528ZFinalize: Creating fast lookup database ... Done
1712026-07-22T19:30:48.595ZFinalize: Reading search index ... Done
1722026-07-22T19:30:48.602ZFinalize: Updating search index ... Done
1732026-07-22T19:30:48.651ZFinalize: Updating package cache ... Done
1742026-07-22T19:30:48.967ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-22T19:30:48.967Zapache system 2.4 system
1762026-07-22T19:30:48.967Zclang system 15 system
1772026-07-22T19:30:48.967Zcsh system system illumos
1782026-07-22T19:30:48.967Zctags system system illumos
1792026-07-22T19:30:48.967Zfile vendor vendor darwinsys
1802026-07-22T19:30:48.967Zfile system system illumos
1812026-07-22T19:30:48.967Zgcc vendor 14 vendor
1822026-07-22T19:30:48.967Zgcc system 13 system
1832026-07-22T19:30:48.967Zgcc system 10 system
1842026-07-22T19:30:48.967Zgo system 1.25 system
1852026-07-22T19:30:48.967Zllvm system 15 system
1862026-07-22T19:30:48.967Zmariadb system 11.4 system
1872026-07-22T19:30:48.967Zmta vendor vendor dma
1882026-07-22T19:30:48.967Zopenjdk system 17 system
1892026-07-22T19:30:48.967Zopenjdk system 11 system
1902026-07-22T19:30:48.967Zopenssl vendor 3 vendor
1912026-07-22T19:30:48.968Zperl system 5.40 system
1922026-07-22T19:30:48.968Zpostgresql system 18 system
1932026-07-22T19:30:48.968Zpostgresql system 17 system
1942026-07-22T19:30:48.968Zpython vendor 3 vendor
1952026-07-22T19:30:48.968Zpython system 2 system
1962026-07-22T19:30:48.968Zpython3 vendor 3.13 vendor
1972026-07-22T19:30:48.968Zruby system 3.4 system
1982026-07-22T19:30:48.968Zruby system 3.0 system
1992026-07-22T19:30:48.968Zwords vendor vendor american-english
2002026-07-22T19:30:48.968Zwords system system australian-english
2012026-07-22T19:30:48.968Zwords system system british-english
2022026-07-22T19:30:48.968Zwords system system canadian-english
2032026-07-22T19:30:48.968Zwords system system french
2042026-07-22T19:30:48.968Zwords system system italian
2052026-07-22T19:30:48.968Zwords system system ngerman
2062026-07-22T19:30:48.968Zwords system system ogerman
2072026-07-22T19:30:48.968Zwords system system spanish
2082026-07-22T19:30:49.220ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-22T19:30:49.220Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-22T19:30:49.611ZFMRI IFO
2112026-07-22T19:30:49.611Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-22T19:30:49.611Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-22T19:30:49.611Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-22T19:30:49.611Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-22T19:30:49.611Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-22T19:30:49.611Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-22T19:30:49.611Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-22T19:30:49.611Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-22T19:30:49.611Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-22T19:30:49.900Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-22T19:30:50.184Z Updating crates.io index
2222026-07-22T19:30:50.187Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-22T19:30:50.449Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-22T19:30:50.759Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-22T19:30:51.744Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-22T19:30:52.238Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-22T19:30:55.129Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-22T19:30:55.882Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-22T19:30:56.133Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-22T19:30:56.425Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-22T19:30:57.554Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-22T19:30:58.009Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-22T19:30:58.325Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-22T19:30:58.597Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-22T19:30:59.034Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-22T19:30:59.516Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-22T19:30:59.800Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-22T19:31:00.017Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-22T19:31:00.280Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-22T19:31:00.544Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-22T19:31:00.918Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-22T19:31:01.168Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-22T19:31:01.424Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-22T19:31:01.805Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-22T19:31:02.528Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-22T19:31:02.787Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-22T19:31:03.198Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-22T19:31:03.495Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-22T19:31:03.856Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-22T19:31:04.247Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-22T19:31:04.471Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-22T19:31:04.707Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-22T19:31:05.027Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-22T19:31:05.396Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-22T19:31:05.650Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-22T19:31:05.917Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-22T19:31:06.173Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-22T19:31:06.549Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-22T19:31:06.864Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-22T19:31:07.120Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-22T19:31:07.404Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-22T19:31:07.640Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-22T19:31:10.567Z Downloading crates ...
2642026-07-22T19:31:10.640Z Downloaded byteorder v1.5.0
2652026-07-22T19:31:10.646Z Downloaded serde_spanned v0.6.9
2662026-07-22T19:31:10.646Z Downloaded camino v1.2.2
2672026-07-22T19:31:10.646Z Downloaded zmij v1.0.21
2682026-07-22T19:31:10.646Z Downloaded anstyle-parse v1.0.0
2692026-07-22T19:31:10.646Z Downloaded bytecount v0.6.9
2702026-07-22T19:31:10.647Z Downloaded thread-id v4.2.2
2712026-07-22T19:31:10.647Z Downloaded colorchoice v1.0.4
2722026-07-22T19:31:10.647Z Downloaded cargo-platform v0.3.2
2732026-07-22T19:31:10.647Z Downloaded cargo_toml v0.21.0
2742026-07-22T19:31:10.647Z Downloaded anstream v1.0.0
2752026-07-22T19:31:10.647Z Downloaded bitflags v2.11.0
2762026-07-22T19:31:10.652Z Downloaded errno v0.3.14
2772026-07-22T19:31:10.652Z Downloaded zerocopy-derive v0.7.35
2782026-07-22T19:31:10.652Z Downloaded clap_lex v1.0.0
2792026-07-22T19:31:10.652Z Downloaded zerocopy v0.7.35
2802026-07-22T19:31:10.661Z Downloaded dtrace-parser v0.2.0
2812026-07-22T19:31:10.664Z Downloaded camino-tempfile v1.4.1
2822026-07-22T19:31:10.665Z Downloaded crypto-common v0.1.7
2832026-07-22T19:31:10.665Z Downloaded cfg-if v1.0.4
2842026-07-22T19:31:10.665Z Downloaded clap_derive v4.6.1
2852026-07-22T19:31:10.669Z Downloaded is_terminal_polyfill v1.70.2
2862026-07-22T19:31:10.670Z Downloaded fnv v1.0.7
2872026-07-22T19:31:10.673Z Downloaded equivalent v1.0.2
2882026-07-22T19:31:10.673Z Downloaded itoa v1.0.17
2892026-07-22T19:31:10.679Z Downloaded heck v0.4.1
2902026-07-22T19:31:10.683Z Downloaded cpufeatures v0.2.17
2912026-07-22T19:31:10.683Z Downloaded memmap v0.7.0
2922026-07-22T19:31:10.683Z Downloaded dof v0.3.0
2932026-07-22T19:31:10.686Z Downloaded fs-err v3.3.0
2942026-07-22T19:31:10.686Z Downloaded clap v4.6.1
2952026-07-22T19:31:10.689Z Downloaded pest_meta v2.8.6
2962026-07-22T19:31:10.693Z Downloaded anstyle-query v1.1.5
2972026-07-22T19:31:10.693Z Downloaded autocfg v1.5.0
2982026-07-22T19:31:10.693Z Downloaded anstyle v1.0.14
2992026-07-22T19:31:10.697Z Downloaded generic-array v0.14.7
3002026-07-22T19:31:10.701Z Downloaded block-buffer v0.10.4
3012026-07-22T19:31:10.707Z Downloaded usdt v0.5.0
3022026-07-22T19:31:10.708Z Downloaded toml_datetime v0.6.11
3032026-07-22T19:31:10.708Z Downloaded macaddr v1.0.1
3042026-07-22T19:31:10.716Z Downloaded pretty-hex v0.4.1
3052026-07-22T19:31:10.721Z Downloaded tabled_derive v0.7.0
3062026-07-22T19:31:10.721Z Downloaded fastrand v2.3.0
3072026-07-22T19:31:10.726Z Downloaded proc-macro-error-attr v1.0.4
3082026-07-22T19:31:10.726Z Downloaded heck v0.5.0
3092026-07-22T19:31:10.726Z Downloaded scroll_derive v0.12.1
3102026-07-22T19:31:10.731Z Downloaded usdt-attr-macro v0.5.0
3112026-07-22T19:31:10.731Z Downloaded unicode-linebreak v0.1.5
3122026-07-22T19:31:10.736Z Downloaded toml_write v0.1.2
3132026-07-22T19:31:10.742Z Downloaded version_check v0.9.5
3142026-07-22T19:31:10.746Z Downloaded utf8parse v0.2.2
3152026-07-22T19:31:10.749Z Downloaded terminal_size v0.4.3
3162026-07-22T19:31:10.749Z Downloaded plain v0.2.3
3172026-07-22T19:31:10.749Z Downloaded strsim v0.11.1
3182026-07-22T19:31:10.753Z Downloaded smawk v0.3.2
3192026-07-22T19:31:10.757Z Downloaded digest v0.10.7
3202026-07-22T19:31:10.764Z Downloaded swrite v0.1.0
3212026-07-22T19:31:10.770Z Downloaded cargo_metadata v0.23.1
3222026-07-22T19:31:10.775Z Downloaded thiserror-impl v2.0.18
3232026-07-22T19:31:10.780Z Downloaded serde_tokenstream v0.2.3
3242026-07-22T19:31:10.783Z Downloaded thiserror-impl v1.0.69
3252026-07-22T19:31:10.784Z Downloaded thiserror v2.0.18
3262026-07-22T19:31:10.787Z Downloaded quote v1.0.45
3272026-07-22T19:31:10.790Z Downloaded usdt-macro v0.5.0
3282026-07-22T19:31:10.794Z Downloaded thiserror v1.0.69
3292026-07-22T19:31:10.794Z Downloaded scroll v0.12.0
3302026-07-22T19:31:10.798Z Downloaded proc-macro-error v1.0.4
3312026-07-22T19:31:10.798Z Downloaded anyhow v1.0.102
3322026-07-22T19:31:10.801Z Downloaded once_cell v1.21.3
3332026-07-22T19:31:10.806Z Downloaded usdt-impl v0.5.0
3342026-07-22T19:31:10.810Z Downloaded pest_derive v2.8.6
3352026-07-22T19:31:10.811Z Downloaded pest_generator v2.8.6
3362026-07-22T19:31:10.816Z Downloaded tempfile v3.25.0
3372026-07-22T19:31:10.819Z Downloaded semver v1.0.28
3382026-07-22T19:31:10.819Z Downloaded sha2 v0.10.9
3392026-07-22T19:31:10.823Z Downloaded toml v0.8.23
3402026-07-22T19:31:10.830Z Downloaded serde_core v1.0.228
3412026-07-22T19:31:10.833Z Downloaded log v0.4.29
3422026-07-22T19:31:10.837Z Downloaded getrandom v0.4.1
3432026-07-22T19:31:10.840Z Downloaded textwrap v0.16.2
3442026-07-22T19:31:10.844Z Downloaded proc-macro2 v1.0.106
3452026-07-22T19:31:10.851Z Downloaded ucd-trie v0.1.7
3462026-07-22T19:31:10.857Z Downloaded serde_derive v1.0.228
3472026-07-22T19:31:10.860Z Downloaded papergrid v0.11.0
3482026-07-22T19:31:10.860Z Downloaded memchr v2.8.0
3492026-07-22T19:31:10.865Z Downloaded pest v2.8.6
3502026-07-22T19:31:10.865Z Downloaded indexmap v2.14.0
3512026-07-22T19:31:10.868Z Downloaded toml_edit v0.22.27
3522026-07-22T19:31:10.868Z Downloaded unicode-ident v1.0.24
3532026-07-22T19:31:10.878Z Downloaded clap_builder v4.6.0
3542026-07-22T19:31:10.891Z Downloaded typenum v1.20.1
3552026-07-22T19:31:10.895Z Downloaded serde v1.0.228
3562026-07-22T19:31:10.929Z Downloaded hashbrown v0.17.0
3572026-07-22T19:31:10.943Z Downloaded serde_json v1.0.150
3582026-07-22T19:31:10.947Z Downloaded goblin v0.8.2
3592026-07-22T19:31:10.960Z Downloaded tabled v0.15.0
3602026-07-22T19:31:10.969Z Downloaded winnow v0.7.14
3612026-07-22T19:31:10.983Z Downloaded syn v1.0.109
3622026-07-22T19:31:10.991Z Downloaded unicode-width v0.1.14
3632026-07-22T19:31:10.996Z Downloaded syn v2.0.117
3642026-07-22T19:31:11.003Z Downloaded unicode-width v0.2.0
3652026-07-22T19:31:11.011Z Downloaded rustix v1.1.3
3662026-07-22T19:31:11.043Z Downloaded libc v0.2.185
3672026-07-22T19:31:11.103Z Compiling proc-macro2 v1.0.106
3682026-07-22T19:31:11.103Z Compiling quote v1.0.45
3692026-07-22T19:31:11.107Z Compiling unicode-ident v1.0.24
3702026-07-22T19:31:11.107Z Compiling serde_core v1.0.228
3712026-07-22T19:31:11.107Z Compiling libc v0.2.185
3722026-07-22T19:31:11.107Z Compiling version_check v0.9.5
3732026-07-22T19:31:11.107Z Compiling memchr v2.8.0
3742026-07-22T19:31:11.107Z Compiling serde v1.0.228
3752026-07-22T19:31:11.107Z Compiling zmij v1.0.21
3762026-07-22T19:31:11.107Z Compiling ucd-trie v0.1.7
3772026-07-22T19:31:11.107Z Compiling thiserror v1.0.69
3782026-07-22T19:31:11.107Z Compiling itoa v1.0.17
3792026-07-22T19:31:11.107Z Compiling rustix v1.1.3
3802026-07-22T19:31:11.107Z Compiling byteorder v1.5.0
3812026-07-22T19:31:11.568Z Compiling bitflags v2.11.0
3822026-07-22T19:31:11.734Z Compiling serde_json v1.0.150
3832026-07-22T19:31:11.777Z Compiling pest v2.8.6
3842026-07-22T19:31:11.805Z Compiling proc-macro-error-attr v1.0.4
3852026-07-22T19:31:11.809Z Compiling usdt-impl v0.5.0
3862026-07-22T19:31:11.858Z Compiling camino v1.2.2
3872026-07-22T19:31:11.896Z Compiling syn v1.0.109
3882026-07-22T19:31:11.985Z Compiling proc-macro-error v1.0.4
3892026-07-22T19:31:12.059Z Compiling hashbrown v0.17.0
3902026-07-22T19:31:12.080Z Compiling log v0.4.29
3912026-07-22T19:31:12.149Z Compiling equivalent v1.0.2
3922026-07-22T19:31:12.167Z Compiling getrandom v0.4.1
3932026-07-22T19:31:12.237Z Compiling utf8parse v0.2.2
3942026-07-22T19:31:12.273Z Compiling plain v0.2.3
3952026-07-22T19:31:12.346Z Compiling autocfg v1.5.0
3962026-07-22T19:31:12.350Z Compiling anstyle-parse v1.0.0
3972026-07-22T19:31:12.381Z Compiling pretty-hex v0.4.1
3982026-07-22T19:31:12.397Z Compiling toml_write v0.1.2
3992026-07-22T19:31:12.403Z Compiling anstyle v1.0.14
4002026-07-22T19:31:12.403Z Compiling cfg-if v1.0.4
4012026-07-22T19:31:12.434Z Compiling errno v0.3.14
4022026-07-22T19:31:12.486Z Compiling thread-id v4.2.2
4032026-07-22T19:31:12.505Z Compiling colorchoice v1.0.4
4042026-07-22T19:31:12.536Z Compiling thiserror v2.0.18
4052026-07-22T19:31:12.564Z Compiling winnow v0.7.14
4062026-07-22T19:31:12.580Z Compiling anstyle-query v1.1.5
4072026-07-22T19:31:12.639Z Compiling indexmap v2.14.0
4082026-07-22T19:31:12.659Z Compiling is_terminal_polyfill v1.70.2
4092026-07-22T19:31:12.713Z Compiling heck v0.4.1
4102026-07-22T19:31:12.718Z Compiling fastrand v2.3.0
4112026-07-22T19:31:12.765Z Compiling anstream v1.0.0
4122026-07-22T19:31:12.792Z Compiling syn v2.0.117
4132026-07-22T19:31:12.834Z Compiling pest_meta v2.8.6
4142026-07-22T19:31:12.893Z Compiling fs-err v3.3.0
4152026-07-22T19:31:12.953Z Compiling once_cell v1.21.3
4162026-07-22T19:31:12.970Z Compiling unicode-width v0.1.14
4172026-07-22T19:31:13.052Z Compiling heck v0.5.0
4182026-07-22T19:31:13.101Z Compiling clap_lex v1.0.0
4192026-07-22T19:31:13.135Z Compiling strsim v0.11.1
4202026-07-22T19:31:13.148Z Compiling bytecount v0.6.9
4212026-07-22T19:31:13.159Z Compiling anyhow v1.0.102
4222026-07-22T19:31:13.183Z Compiling fnv v1.0.7
4232026-07-22T19:31:13.288Z Compiling memmap v0.7.0
4242026-07-22T19:31:13.288Z Compiling unicode-linebreak v0.1.5
4252026-07-22T19:31:13.326Z Compiling papergrid v0.11.0
4262026-07-22T19:31:13.326Z Compiling smawk v0.3.2
4272026-07-22T19:31:13.360Z Compiling unicode-width v0.2.0
4282026-07-22T19:31:13.368Z Compiling swrite v0.1.0
4292026-07-22T19:31:13.476Z Compiling terminal_size v0.4.3
4302026-07-22T19:31:13.495Z Compiling tempfile v3.25.0
4312026-07-22T19:31:13.642Z Compiling clap_builder v4.6.0
4322026-07-22T19:31:13.667Z Compiling cargo-platform v0.3.2
4332026-07-22T19:31:13.703Z Compiling semver v1.0.28
4342026-07-22T19:31:13.718Z Compiling textwrap v0.16.2
4352026-07-22T19:31:14.121Z Compiling camino-tempfile v1.4.1
4362026-07-22T19:31:14.343Z Compiling tabled_derive v0.7.0
4372026-07-22T19:31:15.220Z Compiling pest_generator v2.8.6
4382026-07-22T19:31:15.265Z Compiling tabled v0.15.0
4392026-07-22T19:31:15.605Z Compiling serde_derive v1.0.228
4402026-07-22T19:31:15.886Z Compiling thiserror-impl v1.0.69
4412026-07-22T19:31:15.886Z Compiling zerocopy-derive v0.7.35
4422026-07-22T19:31:15.886Z Compiling scroll_derive v0.12.1
4432026-07-22T19:31:15.886Z Compiling thiserror-impl v2.0.18
4442026-07-22T19:31:15.886Z Compiling clap_derive v4.6.1
4452026-07-22T19:31:15.887Z Compiling pest_derive v2.8.6
4462026-07-22T19:31:16.373Z Compiling scroll v0.12.0
4472026-07-22T19:31:16.694Z Compiling zerocopy v0.7.35
4482026-07-22T19:31:16.694Z Compiling goblin v0.8.2
4492026-07-22T19:31:17.005Z Compiling dtrace-parser v0.2.0
4502026-07-22T19:31:17.317Z Compiling clap v4.6.1
4512026-07-22T19:31:17.946Z Compiling serde_spanned v0.6.9
4522026-07-22T19:31:17.946Z Compiling toml_datetime v0.6.11
4532026-07-22T19:31:18.013Z Compiling macaddr v1.0.1
4542026-07-22T19:31:18.013Z Compiling cargo_metadata v0.23.1
4552026-07-22T19:31:18.013Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-22T19:31:18.013Z Compiling dof v0.3.0
4572026-07-22T19:31:18.013Z Compiling serde_tokenstream v0.2.3
4582026-07-22T19:31:18.130Z Compiling toml_edit v0.22.27
4592026-07-22T19:31:18.739Z Compiling usdt-attr-macro v0.5.0
4602026-07-22T19:31:18.932Z Compiling usdt-macro v0.5.0
4612026-07-22T19:31:19.342Z Compiling usdt v0.5.0
4622026-07-22T19:31:19.466Z Compiling toml v0.8.23
4632026-07-22T19:31:19.721Z Compiling cargo_toml v0.21.0
4642026-07-22T19:31:20.967Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-22T19:31:23.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.17s
4662026-07-22T19:31:23.154Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-22T19:31:23.666Z Downloading crates ...
4682026-07-22T19:31:24.199Z Downloaded assert_matches v1.5.0
4692026-07-22T19:31:24.235Z Downloaded async-stream-impl v0.3.6
4702026-07-22T19:31:24.235Z Downloaded bitflags v1.3.2
4712026-07-22T19:31:24.235Z Downloaded anstream v0.6.21
4722026-07-22T19:31:24.235Z Downloaded const_format_proc_macros v0.2.34
4732026-07-22T19:31:24.235Z Downloaded async-stream v0.3.6
4742026-07-22T19:31:24.235Z Downloaded buf-list v1.1.2
4752026-07-22T19:31:24.236Z Downloaded crc v3.4.0
4762026-07-22T19:31:24.236Z Downloaded cpufeatures v0.3.0
4772026-07-22T19:31:24.236Z Downloaded aead v0.5.2
4782026-07-22T19:31:24.236Z Downloaded bb8 v0.8.6
4792026-07-22T19:31:24.236Z Downloaded crc-catalog v2.4.0
4802026-07-22T19:31:24.236Z Downloaded base16ct v1.0.0
4812026-07-22T19:31:24.236Z Downloaded crypto-common v0.2.2
4822026-07-22T19:31:24.236Z Downloaded convert_case v0.4.0
4832026-07-22T19:31:24.236Z Downloaded base16ct v0.2.0
4842026-07-22T19:31:24.236Z Downloaded atty v0.2.14
4852026-07-22T19:31:24.236Z Downloaded corncobs v0.1.4
4862026-07-22T19:31:24.236Z Downloaded atomic-waker v1.1.2
4872026-07-22T19:31:24.236Z Downloaded darling_macro v0.23.0
4882026-07-22T19:31:24.236Z Downloaded async-bb8-diesel v0.2.1
4892026-07-22T19:31:24.237Z Downloaded convert_case v0.10.0
4902026-07-22T19:31:24.237Z Downloaded adler2 v2.0.1
4912026-07-22T19:31:24.237Z Downloaded arrayvec v0.7.6
4922026-07-22T19:31:24.237Z Downloaded cookie_store v0.22.1
4932026-07-22T19:31:24.237Z Downloaded bit-set v0.8.0
4942026-07-22T19:31:24.237Z Downloaded bcrypt-pbkdf v0.11.0
4952026-07-22T19:31:24.237Z Downloaded defmt v0.3.100
4962026-07-22T19:31:24.237Z Downloaded crunchy v0.2.4
4972026-07-22T19:31:24.237Z Downloaded cpubits v0.1.1
4982026-07-22T19:31:24.237Z Downloaded atomicwrites v0.4.4
4992026-07-22T19:31:24.237Z Downloaded array-init v0.0.4
5002026-07-22T19:31:24.237Z Downloaded bit-set v0.5.3
5012026-07-22T19:31:24.237Z Downloaded darling_macro v0.21.3
5022026-07-22T19:31:24.237Z Downloaded darling_macro v0.13.4
5032026-07-22T19:31:24.237Z Downloaded ctr v0.10.1
5042026-07-22T19:31:24.237Z Downloaded anstyle-parse v0.2.7
5052026-07-22T19:31:24.237Z Downloaded darling v0.23.0
5062026-07-22T19:31:24.237Z Downloaded data-encoding v2.10.0
5072026-07-22T19:31:24.237Z Downloaded bitfield-struct v0.6.2
5082026-07-22T19:31:24.237Z Downloaded crc32fast v1.5.0
5092026-07-22T19:31:24.237Z Downloaded crc-any v2.5.0
5102026-07-22T19:31:24.238Z Downloaded critical-section v1.2.0
5112026-07-22T19:31:24.238Z Downloaded dirs-next v2.0.0
5122026-07-22T19:31:24.238Z Downloaded dirs-sys-next v0.1.2
5132026-07-22T19:31:24.238Z Downloaded bitfield-macros v0.19.4
5142026-07-22T19:31:24.238Z Downloaded ascii-canvas v3.0.0
5152026-07-22T19:31:24.238Z Downloaded async-recursion v1.1.1
5162026-07-22T19:31:24.238Z Downloaded curve25519-dalek-derive v0.1.1
5172026-07-22T19:31:24.238Z Downloaded crucible-workspace-hack v0.1.0
5182026-07-22T19:31:24.238Z Downloaded cstr-argument v0.1.2
5192026-07-22T19:31:24.238Z Downloaded daft-derive v0.1.7
5202026-07-22T19:31:24.238Z Downloaded csv-core v0.1.13
5212026-07-22T19:31:24.238Z Downloaded cobs v0.3.0
5222026-07-22T19:31:24.238Z Downloaded debug-ignore v1.0.5
5232026-07-22T19:31:24.238Z Downloaded async-compression v0.4.41
5242026-07-22T19:31:24.238Z Downloaded downcast-rs v2.0.2
5252026-07-22T19:31:24.238Z Downloaded darling_macro v0.20.11
5262026-07-22T19:31:24.238Z Downloaded crc8 v0.1.1
5272026-07-22T19:31:24.238Z Downloaded arrayref v0.3.9
5282026-07-22T19:31:24.238Z Downloaded darling v0.20.11
5292026-07-22T19:31:24.238Z Downloaded bitfield v0.19.4
5302026-07-22T19:31:24.238Z Downloaded display-error-chain v0.2.2
5312026-07-22T19:31:24.238Z Downloaded diesel_table_macro_syntax v0.3.0
5322026-07-22T19:31:24.238Z Downloaded ciborium-ll v0.2.2
5332026-07-22T19:31:24.238Z Downloaded ciborium-io v0.2.2
5342026-07-22T19:31:24.238Z Downloaded cfg_aliases v0.2.1
5352026-07-22T19:31:24.238Z Downloaded castaway v0.2.4
5362026-07-22T19:31:24.238Z Downloaded block-padding v0.4.2
5372026-07-22T19:31:24.238Z Downloaded cfg_aliases v0.1.1
5382026-07-22T19:31:24.238Z Downloaded block-buffer v0.12.1
5392026-07-22T19:31:24.238Z Downloaded dtrace-parser v0.3.0
5402026-07-22T19:31:24.239Z Downloaded difflib v0.4.0
5412026-07-22T19:31:24.239Z Downloaded derive_builder_macro v0.20.2
5422026-07-22T19:31:24.239Z Downloaded dof v0.4.0
5432026-07-22T19:31:24.239Z Downloaded document-features v0.2.12
5442026-07-22T19:31:24.239Z Downloaded defmt-parser v1.0.0
5452026-07-22T19:31:24.239Z Downloaded dropshot-api-manager-types v0.7.2
5462026-07-22T19:31:24.239Z Downloaded dsl_auto_type v0.2.0
5472026-07-22T19:31:24.239Z Downloaded dunce v1.0.5
5482026-07-22T19:31:24.239Z Downloaded embedded-io v0.4.0
5492026-07-22T19:31:24.239Z Downloaded endian-type v0.1.2
5502026-07-22T19:31:24.239Z Downloaded darling_core v0.21.3
5512026-07-22T19:31:24.239Z Downloaded ed25519 v3.0.0
5522026-07-22T19:31:24.239Z Downloaded crossbeam-utils v0.8.21
5532026-07-22T19:31:24.239Z Downloaded crypto-bigint v0.5.5
5542026-07-22T19:31:24.239Z Downloaded float-cmp v0.10.0
5552026-07-22T19:31:24.239Z Downloaded env_filter v1.0.0
5562026-07-22T19:31:24.239Z Downloaded flagset v0.4.7
5572026-07-22T19:31:24.239Z Downloaded foreign-types-shared v0.1.1
5582026-07-22T19:31:24.239Z Downloaded foreign-types v0.5.0
5592026-07-22T19:31:24.239Z Downloaded fd-lock v4.0.4
5602026-07-22T19:31:24.239Z Downloaded foreign-types-macros v0.2.3
5612026-07-22T19:31:24.239Z Downloaded enum-as-inner v0.6.1
5622026-07-22T19:31:24.239Z Downloaded base64ct v1.8.3
5632026-07-22T19:31:24.239Z Downloaded dyn-clone v1.0.20
5642026-07-22T19:31:24.239Z Downloaded aead v0.6.1
5652026-07-22T19:31:24.239Z Downloaded ctutils v0.4.2
5662026-07-22T19:31:24.239Z Downloaded chacha20 v0.9.1
5672026-07-22T19:31:24.239Z Downloaded funty v2.0.0
5682026-07-22T19:31:24.239Z Downloaded blowfish v0.10.0
5692026-07-22T19:31:24.261Z Downloaded bit-vec v0.6.3
5702026-07-22T19:31:24.261Z Downloaded form_urlencoded v1.2.2
5712026-07-22T19:31:24.261Z Downloaded futures-macro v0.3.32
5722026-07-22T19:31:24.262Z Downloaded cbc v0.2.1
5732026-07-22T19:31:24.262Z Downloaded bcs v0.1.6
5742026-07-22T19:31:24.262Z Downloaded futures-task v0.3.32
5752026-07-22T19:31:24.262Z Downloaded futures-sink v0.3.32
5762026-07-22T19:31:24.262Z Downloaded backoff v0.4.0
5772026-07-22T19:31:24.262Z Downloaded git-stub v1.0.0
5782026-07-22T19:31:24.262Z Downloaded ghash v0.6.0
5792026-07-22T19:31:24.262Z Downloaded float-ord v0.3.2
5802026-07-22T19:31:24.262Z Downloaded futures-io v0.3.32
5812026-07-22T19:31:24.263Z Downloaded cookie v0.18.1
5822026-07-22T19:31:24.264Z Downloaded daft v0.1.7
5832026-07-22T19:31:24.264Z Downloaded foreign-types-shared v0.3.1
5842026-07-22T19:31:24.264Z Downloaded foreign-types v0.3.2
5852026-07-22T19:31:24.264Z Downloaded gethostname v0.5.0
5862026-07-22T19:31:24.264Z Downloaded fxhash v0.2.1
5872026-07-22T19:31:24.264Z Downloaded digest-io v0.1.0
5882026-07-22T19:31:24.264Z Downloaded crossbeam-deque v0.8.6
5892026-07-22T19:31:24.264Z Downloaded cassowary v0.3.0
5902026-07-22T19:31:24.264Z Downloaded ed25519 v2.2.3
5912026-07-22T19:31:24.264Z Downloaded bit-vec v0.8.0
5922026-07-22T19:31:24.264Z Downloaded diesel-dtrace v0.5.0
5932026-07-22T19:31:24.264Z Downloaded compression-core v0.4.31
5942026-07-22T19:31:24.265Z Downloaded cmov v0.5.4
5952026-07-22T19:31:24.265Z Downloaded either v1.15.0
5962026-07-22T19:31:24.265Z Downloaded find-msvc-tools v0.1.9
5972026-07-22T19:31:24.265Z Downloaded defmt-macros v1.0.1
5982026-07-22T19:31:24.265Z Downloaded displaydoc v0.2.5
5992026-07-22T19:31:24.265Z Downloaded globwalk v0.9.1
6002026-07-22T19:31:24.265Z Downloaded argon2 v0.5.3
6012026-07-22T19:31:24.265Z Downloaded derive_builder_core v0.20.2
6022026-07-22T19:31:24.265Z Downloaded darling v0.21.3
6032026-07-22T19:31:24.265Z Downloaded cipher v0.5.2
6042026-07-22T19:31:24.265Z Downloaded deranged v0.5.8
6052026-07-22T19:31:24.265Z Downloaded cexpr v0.6.0
6062026-07-22T19:31:24.265Z Downloaded bs58 v0.5.1
6072026-07-22T19:31:24.266Z Downloaded embedded-io v0.6.1
6082026-07-22T19:31:24.266Z Downloaded ecdsa v0.16.9
6092026-07-22T19:31:24.266Z Downloaded fixedbitset v0.4.2
6102026-07-22T19:31:24.266Z Downloaded ff v0.14.0
6112026-07-22T19:31:24.266Z Downloaded headers-core v0.3.0
6122026-07-22T19:31:24.266Z Downloaded ena v0.14.4
6132026-07-22T19:31:24.266Z Downloaded env_logger v0.11.9
6142026-07-22T19:31:24.266Z Downloaded hex v0.4.3
6152026-07-22T19:31:24.266Z Downloaded ecdsa v0.17.0-rc.18
6162026-07-22T19:31:24.266Z Downloaded hash32 v0.2.1
6172026-07-22T19:31:24.266Z Downloaded foldhash v0.1.5
6182026-07-22T19:31:24.266Z Downloaded hash32 v0.3.1
6192026-07-22T19:31:24.266Z Downloaded futures-executor v0.3.32
6202026-07-22T19:31:24.266Z Downloaded ff v0.13.1
6212026-07-22T19:31:24.266Z Downloaded hex-literal v1.1.0
6222026-07-22T19:31:24.267Z Downloaded const-oid v0.9.6
6232026-07-22T19:31:24.267Z Downloaded erased-serde v0.3.31
6242026-07-22T19:31:24.267Z Downloaded console v0.15.11
6252026-07-22T19:31:24.267Z Downloaded hostname v0.3.1
6262026-07-22T19:31:24.267Z Downloaded console v0.16.2
6272026-07-22T19:31:24.267Z Downloaded blake2 v0.11.0-rc.6
6282026-07-22T19:31:24.267Z Downloaded futures-core v0.3.32
6292026-07-22T19:31:24.267Z Downloaded fs-err v2.11.0
6302026-07-22T19:31:24.267Z Downloaded darling_core v0.20.11
6312026-07-22T19:31:24.267Z Downloaded filetime v0.2.27
6322026-07-22T19:31:24.267Z Downloaded crossbeam-epoch v0.9.18
6332026-07-22T19:31:24.267Z Downloaded fallible-iterator v0.2.0
6342026-07-22T19:31:24.267Z Downloaded des v0.9.0
6352026-07-22T19:31:24.267Z Downloaded fs_extra v1.3.0
6362026-07-22T19:31:24.267Z Downloaded fixedbitset v0.5.7
6372026-07-22T19:31:24.268Z Downloaded git-stub-vcs v0.1.0
6382026-07-22T19:31:24.268Z Downloaded hubpack v0.1.2
6392026-07-22T19:31:24.268Z Downloaded defmt v1.0.1
6402026-07-22T19:31:24.268Z Downloaded http-body v1.0.1
6412026-07-22T19:31:24.268Z Downloaded home v0.5.12
6422026-07-22T19:31:24.268Z Downloaded httpdate v1.0.3
6432026-07-22T19:31:24.268Z Downloaded hyper-tls v0.6.0
6442026-07-22T19:31:24.268Z Downloaded glob v0.3.3
6452026-07-22T19:31:24.268Z Downloaded async-trait v0.1.89
6462026-07-22T19:31:24.268Z Downloaded chacha20 v0.10.0
6472026-07-22T19:31:24.270Z Downloaded group v0.14.0
6482026-07-22T19:31:24.270Z Downloaded clang-sys v1.8.1
6492026-07-22T19:31:24.270Z Downloaded bzip2 v0.4.4
6502026-07-22T19:31:24.270Z Downloaded backon v1.6.0
6512026-07-22T19:31:24.270Z Downloaded ciborium v0.2.2
6522026-07-22T19:31:24.270Z Downloaded argon2 v0.6.0-rc.8
6532026-07-22T19:31:24.270Z Downloaded idna_adapter v1.2.1
6542026-07-22T19:31:24.270Z Downloaded globset v0.4.18
6552026-07-22T19:31:24.270Z Downloaded derive_builder v0.20.2
6562026-07-22T19:31:24.270Z Downloaded indent_write v2.2.0
6572026-07-22T19:31:24.270Z Downloaded bzip2 v0.6.1
6582026-07-22T19:31:24.270Z Downloaded colored v3.1.1
6592026-07-22T19:31:24.270Z Downloaded http-range v0.1.5
6602026-07-22T19:31:24.270Z Downloaded darling_core v0.13.4
6612026-07-22T19:31:24.270Z Downloaded ident_case v1.0.1
6622026-07-22T19:31:24.270Z Downloaded hubpack_derive v0.1.1
6632026-07-22T19:31:24.270Z Downloaded group v0.13.0
6642026-07-22T19:31:24.270Z Downloaded digest v0.11.3
6652026-07-22T19:31:24.270Z Downloaded getrandom v0.2.17
6662026-07-22T19:31:24.270Z Downloaded illumos-nvpair-sys v0.2.0
6672026-07-22T19:31:24.270Z Downloaded colored v2.2.0
6682026-07-22T19:31:24.270Z Downloaded blake2 v0.10.6
6692026-07-22T19:31:24.285Z Downloaded allocator-api2 v0.2.21
6702026-07-22T19:31:24.286Z Downloaded is_ci v1.2.0
6712026-07-22T19:31:24.286Z Downloaded internet-checksum v0.2.1
6722026-07-22T19:31:24.286Z Downloaded illumos-nvpair v0.3.0
6732026-07-22T19:31:24.286Z Downloaded const-oid v0.10.2
6742026-07-22T19:31:24.286Z Downloaded lalrpop-util v0.19.12
6752026-07-22T19:31:24.286Z Downloaded fatfs v0.3.6
6762026-07-22T19:31:24.286Z Downloaded dropshot_endpoint v0.17.1
6772026-07-22T19:31:24.286Z Downloaded inout v0.1.4
6782026-07-22T19:31:24.287Z Downloaded inout v0.2.2
6792026-07-22T19:31:24.287Z Downloaded is-terminal v0.4.17
6802026-07-22T19:31:24.287Z Downloaded instability v0.3.11
6812026-07-22T19:31:24.287Z Downloaded elliptic-curve v0.13.8
6822026-07-22T19:31:24.288Z Downloaded derive-where v1.6.0
6832026-07-22T19:31:24.288Z Downloaded lazy_static v1.5.0
6842026-07-22T19:31:24.288Z Downloaded kstat-rs v0.2.4
6852026-07-22T19:31:24.288Z Downloaded kem v0.3.0
6862026-07-22T19:31:24.288Z Downloaded http-body-util v0.1.3
6872026-07-22T19:31:24.288Z Downloaded hostname v0.4.2
6882026-07-22T19:31:24.288Z Downloaded libscf-sys v1.1.0
6892026-07-22T19:31:24.289Z Downloaded darling_core v0.23.0
6902026-07-22T19:31:24.289Z Downloaded keccak v0.1.6
6912026-07-22T19:31:24.289Z Downloaded diesel_derives v2.3.7
6922026-07-22T19:31:24.289Z Downloaded linked-hash-map v0.5.6
6932026-07-22T19:31:24.289Z Downloaded hyper-staticfile v0.10.1
6942026-07-22T19:31:24.289Z Downloaded managed v0.8.0
6952026-07-22T19:31:24.289Z Downloaded lzss v0.8.2
6962026-07-22T19:31:24.289Z Downloaded lru-slab v0.1.2
6972026-07-22T19:31:24.289Z Downloaded diff v0.1.13
6982026-07-22T19:31:24.289Z Downloaded derive_more v0.99.20
6992026-07-22T19:31:24.289Z Downloaded humantime v2.3.0
7002026-07-22T19:31:24.289Z Downloaded cancel-safe-futures v0.1.5
7012026-07-22T19:31:24.289Z Downloaded indoc v1.0.9
7022026-07-22T19:31:24.290Z Downloaded arc-swap v1.8.2
7032026-07-22T19:31:24.290Z Downloaded instant v0.1.13
7042026-07-22T19:31:24.290Z Downloaded mime v0.3.17
7052026-07-22T19:31:24.290Z Downloaded maybe-uninit v2.0.0
7062026-07-22T19:31:24.290Z Downloaded match_cfg v0.1.0
7072026-07-22T19:31:24.290Z Downloaded enum_dispatch v0.3.13
7082026-07-22T19:31:24.290Z Downloaded futures-channel v0.3.32
7092026-07-22T19:31:24.290Z Downloaded der_derive v0.7.3
7102026-07-22T19:31:24.290Z Downloaded elliptic-curve v0.14.0-rc.33
7112026-07-22T19:31:24.290Z Downloaded ingot v0.1.1
7122026-07-22T19:31:24.290Z Downloaded indoc v2.0.7
7132026-07-22T19:31:24.290Z Downloaded getrandom v0.3.4
7142026-07-22T19:31:24.291Z Downloaded half v1.8.3
7152026-07-22T19:31:24.291Z Downloaded lru-cache v0.1.2
7162026-07-22T19:31:24.291Z Downloaded md5 v0.8.0
7172026-07-22T19:31:24.291Z Downloaded md-5 v0.10.6
7182026-07-22T19:31:24.291Z Downloaded ipnetwork v0.21.1
7192026-07-22T19:31:24.291Z Downloaded ingot-types v0.1.2
7202026-07-22T19:31:24.291Z Downloaded maplit v1.0.2
7212026-07-22T19:31:24.291Z Downloaded hmac v0.13.0
7222026-07-22T19:31:24.291Z Downloaded newtype_derive v0.1.6
7232026-07-22T19:31:24.291Z Downloaded newtype-uuid-macros v0.1.0
7242026-07-22T19:31:24.291Z Downloaded futures v0.3.32
7252026-07-22T19:31:24.291Z Downloaded foldhash v0.2.0
7262026-07-22T19:31:24.291Z Downloaded libefi-sys v0.1.0
7272026-07-22T19:31:24.291Z Downloaded memoffset v0.9.1
7282026-07-22T19:31:24.292Z Downloaded httparse v1.10.1
7292026-07-22T19:31:24.292Z Downloaded darling v0.13.4
7302026-07-22T19:31:24.292Z Downloaded constant_time_eq v0.4.2
7312026-07-22T19:31:24.292Z Downloaded drift v0.2.0
7322026-07-22T19:31:24.292Z Downloaded nonempty v0.12.0
7332026-07-22T19:31:24.292Z Downloaded multimap v0.10.1
7342026-07-22T19:31:24.292Z Downloaded hyper-rustls v0.27.7
7352026-07-22T19:31:24.292Z Downloaded nodrop v0.1.14
7362026-07-22T19:31:24.292Z Downloaded newline-converter v0.3.0
7372026-07-22T19:31:24.292Z Downloaded nibble_vec v0.1.0
7382026-07-22T19:31:24.292Z Downloaded new_debug_unreachable v1.0.6
7392026-07-22T19:31:24.292Z Downloaded half v2.7.1
7402026-07-22T19:31:24.292Z Downloaded compression-codecs v0.4.37
7412026-07-22T19:31:24.292Z Downloaded num-iter v0.1.45
7422026-07-22T19:31:24.293Z Downloaded highway v1.3.0
7432026-07-22T19:31:24.293Z Downloaded cipher v0.4.4
7442026-07-22T19:31:24.293Z Downloaded crossterm v0.29.0
7452026-07-22T19:31:24.293Z Downloaded jobserver v0.1.34
7462026-07-22T19:31:24.293Z Downloaded lock_api v0.4.14
7472026-07-22T19:31:24.293Z Downloaded linear-map v1.2.0
7482026-07-22T19:31:24.293Z Downloaded libsw v3.5.0
7492026-07-22T19:31:24.293Z Downloaded libloading v0.8.9
7502026-07-22T19:31:24.293Z Downloaded openssl-macros v0.1.1
7512026-07-22T19:31:24.293Z Downloaded num_threads v0.1.7
7522026-07-22T19:31:24.293Z Downloaded openssl-probe v0.2.1
7532026-07-22T19:31:24.293Z Downloaded num-derive v0.3.3
7542026-07-22T19:31:24.293Z Downloaded oso-derive v0.27.3
7552026-07-22T19:31:24.293Z Downloaded num-derive v0.4.2
7562026-07-22T19:31:24.294Z Downloaded num v0.4.3
7572026-07-22T19:31:24.294Z Downloaded normalize-line-endings v0.3.0
7582026-07-22T19:31:24.294Z Downloaded num-conv v0.2.0
7592026-07-22T19:31:24.294Z Downloaded camino-tempfile-ext v0.3.3
7602026-07-22T19:31:24.294Z Downloaded num_enum_derive v0.5.11
7612026-07-22T19:31:24.294Z Downloaded mime_guess v2.0.5
7622026-07-22T19:31:24.294Z Downloaded olpc-cjson v0.1.4
7632026-07-22T19:31:24.294Z Downloaded newtype-uuid v1.3.2
7642026-07-22T19:31:24.294Z Downloaded ipnet v2.11.0
7652026-07-22T19:31:24.294Z Downloaded const_format v0.2.35
7662026-07-22T19:31:24.294Z Downloaded ingot-macros v0.1.1
7672026-07-22T19:31:24.294Z Downloaded hybrid-array v0.4.13
7682026-07-22T19:31:24.294Z Downloaded iana-time-zone v0.1.65
7692026-07-22T19:31:24.313Z Downloaded openssl-probe v0.1.6
7702026-07-22T19:31:24.313Z Downloaded ed25519-dalek v2.2.0
7712026-07-22T19:31:24.313Z Downloaded derive_more v2.1.1
7722026-07-22T19:31:24.314Z Downloaded opaque-debug v0.3.1
7732026-07-22T19:31:24.314Z Downloaded libsw-core v0.3.2
7742026-07-22T19:31:24.314Z Downloaded derive_more-impl v2.1.1
7752026-07-22T19:31:24.314Z Downloaded crossbeam-channel v0.5.15
7762026-07-22T19:31:24.314Z Downloaded path-slash v0.1.5
7772026-07-22T19:31:24.314Z Downloaded password-hash v0.6.1
7782026-07-22T19:31:24.314Z Downloaded parse-size v1.1.0
7792026-07-22T19:31:24.314Z Downloaded parse-display v0.10.0
7802026-07-22T19:31:24.315Z Downloaded cc v1.2.56
7812026-07-22T19:31:24.315Z Downloaded native-tls v0.2.18
7822026-07-22T19:31:24.315Z Downloaded packed_struct_codegen v0.10.1
7832026-07-22T19:31:24.315Z Downloaded multer v3.1.0
7842026-07-22T19:31:24.315Z Downloaded module-lattice v0.2.3
7852026-07-22T19:31:24.315Z Downloaded ahash v0.8.12
7862026-07-22T19:31:24.315Z Downloaded peg-runtime v0.8.5
7872026-07-22T19:31:24.315Z Downloaded litrs v1.0.0
7882026-07-22T19:31:24.315Z Downloaded generic-array v1.4.3
7892026-07-22T19:31:24.316Z Downloaded ignore v0.4.25
7902026-07-22T19:31:24.316Z Downloaded icu_properties v2.1.2
7912026-07-22T19:31:24.316Z Downloaded nu-ansi-term v0.50.3
7922026-07-22T19:31:24.316Z Downloaded phf_shared v0.12.1
7932026-07-22T19:31:24.316Z Downloaded num_enum v0.7.6
7942026-07-22T19:31:24.316Z Downloaded heapless v0.7.17
7952026-07-22T19:31:24.316Z Downloaded phf_shared v0.11.3
7962026-07-22T19:31:24.316Z Downloaded oxnet v0.1.6
7972026-07-22T19:31:24.316Z Downloaded num-complex v0.4.6
7982026-07-22T19:31:24.317Z Downloaded lru v0.12.5
7992026-07-22T19:31:24.317Z Downloaded litemap v0.8.1
8002026-07-22T19:31:24.317Z Downloaded num_enum_derive v0.7.6
8012026-07-22T19:31:24.317Z Downloaded base64 v0.21.7
8022026-07-22T19:31:24.317Z Downloaded chacha20poly1305 v0.10.1
8032026-07-22T19:31:24.317Z Downloaded keccak v0.2.0
8042026-07-22T19:31:24.317Z Downloaded packed_struct v0.10.1
8052026-07-22T19:31:24.319Z Downloaded hmac v0.12.1
8062026-07-22T19:31:24.319Z Downloaded bytes v1.11.1
8072026-07-22T19:31:24.319Z Downloaded icu_provider v2.1.1
8082026-07-22T19:31:24.319Z Downloaded der v0.7.10
8092026-07-22T19:31:24.319Z Downloaded heapless v0.8.0
8102026-07-22T19:31:24.319Z Downloaded memmap2 v0.9.10
8112026-07-22T19:31:24.319Z Downloaded oxide-tokio-rt v0.1.4
8122026-07-22T19:31:24.321Z Downloaded potential_utf v0.1.4
8132026-07-22T19:31:24.321Z Downloaded indexmap v1.9.3
8142026-07-22T19:31:24.321Z Downloaded ar_archive_writer v0.5.1
8152026-07-22T19:31:24.321Z Downloaded predicates-core v1.0.10
8162026-07-22T19:31:24.394Z Downloaded flume v0.11.1
8172026-07-22T19:31:24.394Z Downloaded base64 v0.22.1
8182026-07-22T19:31:24.394Z Downloaded aes-gcm v0.11.0
8192026-07-22T19:31:24.394Z Downloaded percent-encoding v2.3.2
8202026-07-22T19:31:24.394Z Downloaded pem-rfc7468 v1.0.0
8212026-07-22T19:31:24.394Z Downloaded predicates-tree v1.0.13
8222026-07-22T19:31:24.394Z Downloaded owo-colors v4.3.0
8232026-07-22T19:31:24.394Z Downloaded proc-macro-crate v1.3.1
8242026-07-22T19:31:24.394Z Downloaded headers v0.4.1
8252026-07-22T19:31:24.394Z Downloaded nanorand v0.7.0
8262026-07-22T19:31:24.394Z Downloaded phc v0.6.1
8272026-07-22T19:31:24.395Z Downloaded pem-rfc7468 v0.7.0
8282026-07-22T19:31:24.395Z Downloaded pbkdf2 v0.13.0
8292026-07-22T19:31:24.395Z Downloaded powerfmt v0.2.0
8302026-07-22T19:31:24.395Z Downloaded icu_locale_core v2.1.1
8312026-07-22T19:31:24.395Z Downloaded precomputed-hash v0.1.1
8322026-07-22T19:31:24.395Z Downloaded peg-macros v0.8.5
8332026-07-22T19:31:24.395Z Downloaded phf_shared v0.13.1
8342026-07-22T19:31:24.395Z Downloaded num-rational v0.4.2
8352026-07-22T19:31:24.396Z Downloaded icu_normalizer_data v2.1.1
8362026-07-22T19:31:24.396Z Downloaded phf v0.13.1
8372026-07-22T19:31:24.396Z Downloaded pem v3.0.6
8382026-07-22T19:31:24.396Z Downloaded progenitor-macro v0.13.0
8392026-07-22T19:31:24.396Z Downloaded ml-kem v0.3.2
8402026-07-22T19:31:24.396Z Downloaded peg v0.8.5
8412026-07-22T19:31:24.396Z Downloaded proc-macro-crate v3.4.0
8422026-07-22T19:31:24.396Z Downloaded indicatif v0.18.4
8432026-07-22T19:31:24.396Z Downloaded progenitor-client v0.14.0
8442026-07-22T19:31:24.396Z Downloaded proc-macro-error-attr2 v2.0.0
8452026-07-22T19:31:24.396Z Downloaded hickory-resolver v0.24.4
8462026-07-22T19:31:24.396Z Downloaded phf v0.12.1
8472026-07-22T19:31:24.396Z Downloaded num_enum v0.5.11
8482026-07-22T19:31:24.397Z Downloaded parking_lot v0.11.2
8492026-07-22T19:31:24.397Z Downloaded psl-types v2.0.11
8502026-07-22T19:31:24.397Z Downloaded progenitor-macro v0.14.0
8512026-07-22T19:31:24.397Z Downloaded hickory-resolver v0.25.2
8522026-07-22T19:31:24.397Z Downloaded pin-project-internal v1.1.11
8532026-07-22T19:31:24.397Z Downloaded compact_str v0.8.1
8542026-07-22T19:31:24.397Z Downloaded der v0.8.0
8552026-07-22T19:31:24.397Z Downloaded pkcs8 v0.10.2
8562026-07-22T19:31:24.397Z Downloaded ppv-lite86 v0.2.21
8572026-07-22T19:31:24.544Z Downloaded expectorate v1.2.0
8582026-07-22T19:31:24.545Z Downloaded radium v0.7.0
8592026-07-22T19:31:24.545Z Downloaded polyval v0.7.1
8602026-07-22T19:31:24.545Z Downloaded num-integer v0.1.46
8612026-07-22T19:31:24.545Z Downloaded quick-error v1.2.3
8622026-07-22T19:31:24.545Z Downloaded parking_lot_core v0.9.12
8632026-07-22T19:31:24.545Z Downloaded port-file v0.1.0
8642026-07-22T19:31:24.545Z Downloaded poly1305 v0.8.0
8652026-07-22T19:31:24.545Z Downloaded libbz2-rs-sys v0.2.2
8662026-07-22T19:31:24.545Z Downloaded icu_normalizer v2.1.1
8672026-07-22T19:31:24.545Z Downloaded flate2 v1.1.9
8682026-07-22T19:31:24.545Z Downloaded rand_xorshift v0.4.0
8692026-07-22T19:31:24.545Z Downloaded ref-cast v1.0.25
8702026-07-22T19:31:24.546Z Downloaded recursive v0.1.1
8712026-07-22T19:31:24.546Z Downloaded num-traits v0.2.19
8722026-07-22T19:31:24.546Z Downloaded rand_chacha v0.3.1
8732026-07-22T19:31:24.546Z Downloaded paste v1.0.15
8742026-07-22T19:31:24.546Z Downloaded primeorder v0.14.0-rc.10
8752026-07-22T19:31:24.546Z Downloaded primeorder v0.13.6
8762026-07-22T19:31:24.546Z Downloaded oso v0.27.3
8772026-07-22T19:31:24.546Z Downloaded icu_collections v2.1.1
8782026-07-22T19:31:24.546Z Downloaded progenitor v0.14.0
8792026-07-22T19:31:24.546Z Downloaded parking_lot v0.12.5
8802026-07-22T19:31:24.546Z Downloaded ed25519-dalek v3.0.0-rc.0
8812026-07-22T19:31:24.546Z Downloaded predicates v3.1.4
8822026-07-22T19:31:24.546Z Downloaded parse-display-derive v0.10.0
8832026-07-22T19:31:24.546Z Downloaded impl-trait-for-tuples v0.2.3
8842026-07-22T19:31:24.546Z Downloaded byte-wrapper v0.1.0
8852026-07-22T19:31:24.546Z Downloaded cmake v0.1.57
8862026-07-22T19:31:24.546Z Downloaded recursive-proc-macro-impl v0.1.1
8872026-07-22T19:31:24.547Z Downloaded derive-ex v0.1.8
8882026-07-22T19:31:24.547Z Downloaded psm v0.1.30
8892026-07-22T19:31:24.547Z Downloaded primefield v0.14.0
8902026-07-22T19:31:24.547Z Downloaded rfc6979 v0.4.0
8912026-07-22T19:31:24.547Z Downloaded rfc6979 v0.5.0
8922026-07-22T19:31:24.547Z Downloaded password-hash v0.5.0
8932026-07-22T19:31:24.547Z Downloaded parking_lot_core v0.8.6
8942026-07-22T19:31:24.547Z Downloaded delegate v0.13.5
8952026-07-22T19:31:24.766Z Downloaded rtoolbox v0.0.3
8962026-07-22T19:31:24.766Z Downloaded pkcs8 v0.11.0
8972026-07-22T19:31:24.767Z Downloaded ref-cast-impl v1.0.25
8982026-07-22T19:31:24.767Z Downloaded jiff-static v0.2.21
8992026-07-22T19:31:24.767Z Downloaded progenitor v0.13.0
9002026-07-22T19:31:24.767Z Downloaded r2d2 v0.8.10
9012026-07-22T19:31:24.767Z Downloaded pin-project-lite v0.2.17
9022026-07-22T19:31:24.767Z Downloaded russh-cryptovec v0.61.0
9032026-07-22T19:31:24.767Z Downloaded rand_core v0.6.4
9042026-07-22T19:31:24.767Z Downloaded rustc_version v0.4.1
9052026-07-22T19:31:24.767Z Downloaded pkcs1 v0.7.5
9062026-07-22T19:31:24.767Z Downloaded progenitor-extras v0.2.0
9072026-07-22T19:31:24.768Z Downloaded rand_seeder v0.4.0
9082026-07-22T19:31:24.768Z Downloaded postgres-protocol v0.6.10
9092026-07-22T19:31:24.768Z Downloaded postcard v1.1.3
9102026-07-22T19:31:24.768Z Downloaded hashbrown v0.13.2
9112026-07-22T19:31:24.768Z Downloaded omicron-zone-package v0.12.3
9122026-07-22T19:31:24.768Z Downloaded progenitor-client v0.13.0
9132026-07-22T19:31:24.768Z Downloaded pkcs1 v0.8.0-rc.4
9142026-07-22T19:31:24.768Z Downloaded pkg-config v0.3.32
9152026-07-22T19:31:24.768Z Downloaded hyper-util v0.1.20
9162026-07-22T19:31:24.768Z Downloaded scopeguard v1.2.0
9172026-07-22T19:31:24.768Z Downloaded rustc_version v0.1.7
9182026-07-22T19:31:24.768Z Downloaded russh-util v0.52.0
9192026-07-22T19:31:24.768Z Downloaded rustc-hash v2.1.1
9202026-07-22T19:31:24.768Z Downloaded bumpalo v3.20.2
9212026-07-22T19:31:24.768Z Downloaded scheduled-thread-pool v0.2.7
9222026-07-22T19:31:24.768Z Downloaded same-file v1.0.6
9232026-07-22T19:31:24.768Z Downloaded rand_chacha v0.9.0
9242026-07-22T19:31:24.768Z Downloaded proc-macro-error2 v2.0.1
9252026-07-22T19:31:24.768Z Downloaded scroll_derive v0.13.1
9262026-07-22T19:31:24.768Z Downloaded poly1305 v0.9.0
9272026-07-22T19:31:24.768Z Downloaded postgres-types v0.2.12
9282026-07-22T19:31:24.769Z Downloaded secrecy v0.8.0
9292026-07-22T19:31:24.769Z Downloaded aes v0.9.1
9302026-07-22T19:31:24.769Z Downloaded rand_core v0.9.5
9312026-07-22T19:31:24.769Z Downloaded pin-project v1.1.11
9322026-07-22T19:31:24.769Z Downloaded sapling-renderdag v0.1.0
9332026-07-22T19:31:24.769Z Downloaded rand_core v0.10.0
9342026-07-22T19:31:24.769Z Downloaded papergrid v0.17.0
9352026-07-22T19:31:24.769Z Downloaded seq-macro v0.3.6
9362026-07-22T19:31:24.769Z Downloaded rpassword v7.5.4
9372026-07-22T19:31:24.769Z Downloaded resolv-conf v0.7.6
9382026-07-22T19:31:24.769Z Downloaded serde_urlencoded v0.7.1
9392026-07-22T19:31:24.769Z Downloaded serde_repr v0.1.20
9402026-07-22T19:31:24.769Z Downloaded crossterm v0.28.1
9412026-07-22T19:31:24.769Z Downloaded p384 v0.14.0-rc.10
9422026-07-22T19:31:24.769Z Downloaded pkcs5 v0.8.1
9432026-07-22T19:31:24.769Z Downloaded dropshot-api-manager v0.7.2
9442026-07-22T19:31:24.769Z Downloaded serde_spanned v1.1.1
9452026-07-22T19:31:24.769Z Downloaded quinn-udp v0.5.14
9462026-07-22T19:31:24.769Z Downloaded serde-big-array v0.5.1
9472026-07-22T19:31:24.769Z Downloaded http v1.4.2
9482026-07-22T19:31:24.769Z Downloaded rusty-fork v0.3.1
9492026-07-22T19:31:24.769Z Downloaded semver v0.1.20
9502026-07-22T19:31:24.769Z Downloaded secrecy v0.10.3
9512026-07-22T19:31:24.769Z Downloaded rustls-pemfile v2.2.0
9522026-07-22T19:31:24.769Z Downloaded rustls-native-certs v0.8.3
9532026-07-22T19:31:24.769Z Downloaded miniz_oxide v0.8.9
9542026-07-22T19:31:24.769Z Downloaded shell-words v1.1.1
9552026-07-22T19:31:24.769Z Downloaded serde_bytes v0.11.19
9562026-07-22T19:31:24.769Z Downloaded schemars_derive v0.8.22
9572026-07-22T19:31:24.769Z Downloaded openssl-sys v0.9.115
9582026-07-22T19:31:24.769Z Downloaded siphasher v1.0.2
9592026-07-22T19:31:24.769Z Downloaded sigpipe v0.1.3
9602026-07-22T19:31:24.769Z Downloaded slog-bunyan v2.5.0
9612026-07-22T19:31:24.769Z Downloaded slog-envlogger v2.2.0
9622026-07-22T19:31:24.769Z Downloaded sha1 v0.11.0
9632026-07-22T19:31:24.770Z Downloaded serde-hex v0.1.0
9642026-07-22T19:31:24.770Z Downloaded sec1 v0.8.1
9652026-07-22T19:31:24.770Z Downloaded p256 v0.14.0-rc.10
9662026-07-22T19:31:24.770Z Downloaded signature v3.0.0
9672026-07-22T19:31:24.770Z Downloaded signal-hook-mio v0.2.5
9682026-07-22T19:31:24.770Z Downloaded sha1 v0.10.6
9692026-07-22T19:31:24.770Z Downloaded rustversion v1.0.22
9702026-07-22T19:31:24.770Z Downloaded itertools v0.10.5
9712026-07-22T19:31:24.770Z Downloaded minimal-lexical v0.2.1
9722026-07-22T19:31:24.770Z Downloaded serde_derive_internals v0.29.1
9732026-07-22T19:31:24.770Z Downloaded hashbrown v0.12.3
9742026-07-22T19:31:24.770Z Downloaded internal-russh-num-bigint v0.5.0
9752026-07-22T19:31:24.770Z Downloaded serde_plain v1.0.2
9762026-07-22T19:31:24.770Z Downloaded signature v2.2.0
9772026-07-22T19:31:24.770Z Downloaded signal-hook-tokio v0.3.1
9782026-07-22T19:31:24.770Z Downloaded serde_with_macros v1.5.2
9792026-07-22T19:31:24.770Z Downloaded salsa20 v0.11.0
9802026-07-22T19:31:24.770Z Downloaded sec1 v0.7.3
9812026-07-22T19:31:24.770Z Downloaded scrypt v0.12.0
9822026-07-22T19:31:24.770Z Downloaded scroll v0.13.0
9832026-07-22T19:31:24.770Z Downloaded hickory-server v0.25.2
9842026-07-22T19:31:24.770Z Downloaded stable_deref_trait v1.2.1
9852026-07-22T19:31:24.770Z Downloaded prefix-trie v0.7.0
9862026-07-22T19:31:24.770Z Downloaded strsim v0.10.0
9872026-07-22T19:31:24.770Z Downloaded strip-ansi-escapes v0.2.1
9882026-07-22T19:31:24.770Z Downloaded structmeta v0.3.0
9892026-07-22T19:31:24.770Z Downloaded shlex v1.3.0
9902026-07-22T19:31:24.770Z Downloaded progenitor-impl v0.13.0
9912026-07-22T19:31:24.770Z Downloaded signal-hook-registry v1.4.8
9922026-07-22T19:31:24.770Z Downloaded structmeta-derive v0.3.0
9932026-07-22T19:31:24.770Z Downloaded slab v0.4.12
9942026-07-22T19:31:24.770Z Downloaded supports-color v3.0.2
9952026-07-22T19:31:24.894Z Downloaded slog-scope v4.4.1
9962026-07-22T19:31:24.894Z Downloaded progenitor-impl v0.14.0
9972026-07-22T19:31:24.894Z Downloaded sqlparser_derive v0.5.0
9982026-07-22T19:31:24.894Z Downloaded sync-ptr v0.1.4
9992026-07-22T19:31:24.896Z Downloaded smallvec v0.6.14
10002026-07-22T19:31:24.896Z Downloaded nom v7.1.3
10012026-07-22T19:31:24.896Z Downloaded serde_path_to_error v0.1.20
10022026-07-22T19:31:24.896Z Downloaded tabled_derive v0.11.0
10032026-07-22T19:31:24.896Z Downloaded spki v0.8.0
10042026-07-22T19:31:24.896Z Downloaded tagptr v0.2.0
10052026-07-22T19:31:24.896Z Downloaded tabwriter v1.4.1
10062026-07-22T19:31:24.896Z Downloaded rustls-pki-types v1.14.0
10072026-07-22T19:31:24.897Z Downloaded ssh-cipher v0.3.0-rc.9
10082026-07-22T19:31:24.897Z Downloaded libxml v0.3.3
10092026-07-22T19:31:24.897Z Downloaded strum v0.26.3
10102026-07-22T19:31:24.897Z Downloaded serdect v0.4.3
10112026-07-22T19:31:24.897Z Downloaded subtle v2.6.1
10122026-07-22T19:31:24.897Z Downloaded strum v0.27.2
10132026-07-22T19:31:24.897Z Downloaded sha2 v0.11.0
10142026-07-22T19:31:24.897Z Downloaded take_mut v0.2.2
10152026-07-22T19:31:24.897Z Downloaded stringprep v0.1.5
10162026-07-22T19:31:24.897Z Downloaded thiserror-impl-no-std v2.0.2
10172026-07-22T19:31:24.897Z Downloaded stacker v0.1.23
10182026-07-22T19:31:24.898Z Downloaded num-bigint v0.4.6
10192026-07-22T19:31:24.898Z Downloaded simd-adler32 v0.3.8
10202026-07-22T19:31:24.898Z Downloaded rcgen v0.12.1
10212026-07-22T19:31:24.898Z Downloaded tap v1.0.1
10222026-07-22T19:31:24.898Z Downloaded sync_wrapper v1.0.2
10232026-07-22T19:31:24.898Z Downloaded time-core v0.1.8
10242026-07-22T19:31:24.898Z Downloaded slog-json v2.6.1
10252026-07-22T19:31:24.898Z Downloaded futures-util v0.3.32
10262026-07-22T19:31:24.898Z Downloaded prettyplease v0.2.37
10272026-07-22T19:31:24.898Z Downloaded strum_macros v0.26.4
10282026-07-22T19:31:24.898Z Downloaded tinyvec_macros v0.1.1
10292026-07-22T19:31:24.898Z Downloaded strum_macros v0.24.3
10302026-07-22T19:31:24.898Z Downloaded slog-term v2.9.2
10312026-07-22T19:31:24.898Z Downloaded slog-dtrace v0.3.0
10322026-07-22T19:31:24.899Z Downloaded thread-id v5.1.0
10332026-07-22T19:31:24.899Z Downloaded synstructure v0.13.2
10342026-07-22T19:31:24.899Z Downloaded testing_table v0.3.0
10352026-07-22T19:31:24.899Z Downloaded termtree v0.5.1
10362026-07-22T19:31:24.899Z Downloaded rand v0.8.6
10372026-07-22T19:31:24.899Z Downloaded crypto-primes v0.7.2
10382026-07-22T19:31:24.899Z Downloaded smf v0.2.3
10392026-07-22T19:31:24.899Z Downloaded tokio-test v0.4.5
10402026-07-22T19:31:24.899Z Downloaded slog-stdlog v4.1.1
10412026-07-22T19:31:24.899Z Downloaded slog-async v2.8.0
10422026-07-22T19:31:24.899Z Downloaded hashbrown v0.15.5
10432026-07-22T19:31:24.899Z Downloaded schemars v0.8.22
10442026-07-22T19:31:24.899Z Downloaded snafu-derive v0.8.9
10452026-07-22T19:31:24.899Z Downloaded serde_cbor v0.11.2
10462026-07-22T19:31:24.899Z Downloaded string_cache v0.8.9
10472026-07-22T19:31:24.899Z Downloaded static_assertions v1.1.0
10482026-07-22T19:31:24.899Z Downloaded ssh-encoding v0.3.0-rc.9
10492026-07-22T19:31:24.900Z Downloaded spki v0.7.3
10502026-07-22T19:31:24.900Z Downloaded ron v0.8.1
10512026-07-22T19:31:24.900Z Downloaded schemars v0.9.0
10522026-07-22T19:31:24.900Z Downloaded serde_with_macros v3.21.0
10532026-07-22T19:31:24.900Z Downloaded icu_properties_data v2.1.2
10542026-07-22T19:31:24.900Z Downloaded topological-sort v0.2.2
10552026-07-22T19:31:24.900Z Downloaded strum_macros v0.27.2
10562026-07-22T19:31:24.900Z Downloaded rustls-platform-verifier v0.6.2
10572026-07-22T19:31:24.900Z Downloaded tokio-macros v2.7.0
10582026-07-22T19:31:24.900Z Downloaded hkdf v0.12.4
10592026-07-22T19:31:24.900Z Downloaded tinystr v0.8.2
10602026-07-22T19:31:24.900Z Downloaded support-bundle-viewer v0.1.2
10612026-07-22T19:31:24.900Z Downloaded tokio-native-tls v0.3.1
10622026-07-22T19:31:24.900Z Downloaded hashbrown v0.16.1
10632026-07-22T19:31:24.900Z Downloaded trait-variant v0.1.2
10642026-07-22T19:31:24.901Z Downloaded tower-service v0.3.3
10652026-07-22T19:31:24.901Z Downloaded tokio-dtrace v0.1.1
10662026-07-22T19:31:24.901Z Downloaded mio v1.2.0
10672026-07-22T19:31:24.901Z Downloaded similar v2.7.0
10682026-07-22T19:31:24.901Z Downloaded smallvec v1.15.1
10692026-07-22T19:31:24.901Z Downloaded pretty_assertions v1.4.1
10702026-07-22T19:31:24.901Z Downloaded signal-hook v0.3.18
10712026-07-22T19:31:24.901Z Downloaded hkdf v0.13.0
10722026-07-22T19:31:24.901Z Downloaded socket2 v0.6.3
10732026-07-22T19:31:24.901Z Downloaded rayon-core v1.13.0
10742026-07-22T19:31:24.901Z Downloaded typify-macro v0.6.2
10752026-07-22T19:31:24.901Z Downloaded tokio-tungstenite v0.23.1
10762026-07-22T19:31:24.901Z Downloaded termios v0.3.3
10772026-07-22T19:31:24.902Z Downloaded tower-layer v0.3.3
10782026-07-22T19:31:24.902Z Downloaded h2 v0.4.15
10792026-07-22T19:31:24.902Z Downloaded try-lock v0.2.5
10802026-07-22T19:31:24.902Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10812026-07-22T19:31:24.902Z Downloaded thread_local v1.1.9
10822026-07-22T19:31:24.902Z Downloaded term v1.2.1
10832026-07-22T19:31:24.902Z Downloaded term v0.7.0
10842026-07-22T19:31:24.902Z Downloaded unit-prefix v0.5.2
10852026-07-22T19:31:24.902Z Downloaded thiserror-no-std v2.0.2
10862026-07-22T19:31:24.902Z Downloaded unicode-xid v0.2.6
10872026-07-22T19:31:24.902Z Downloaded unicode-truncate v1.1.0
10882026-07-22T19:31:24.902Z Downloaded nom v8.0.0
10892026-07-22T19:31:25.038Z Downloaded num-bigint-dig v0.8.6
10902026-07-22T19:31:25.038Z Downloaded tiny-keccak v2.0.2
10912026-07-22T19:31:25.038Z Downloaded time-macros v0.2.27
10922026-07-22T19:31:25.038Z Downloaded toml_writer v1.1.1+spec-1.1.0
10932026-07-22T19:31:25.038Z Downloaded subprocess v0.2.15
10942026-07-22T19:31:25.038Z Downloaded tls_codec_derive v0.4.2
10952026-07-22T19:31:25.039Z Downloaded utf-8 v0.7.6
10962026-07-22T19:31:25.039Z Downloaded usdt-macro v0.6.0
10972026-07-22T19:31:25.039Z Downloaded unarray v0.1.4
10982026-07-22T19:31:25.039Z Downloaded tls_codec v0.4.2
10992026-07-22T19:31:25.039Z Downloaded schemars v1.2.1
11002026-07-22T19:31:25.039Z Downloaded tokio-rustls v0.26.4
11012026-07-22T19:31:25.039Z Downloaded rsa v0.9.10
11022026-07-22T19:31:25.039Z Downloaded quinn v0.11.9
11032026-07-22T19:31:25.039Z Downloaded void v1.0.2
11042026-07-22T19:31:25.039Z Downloaded tokio-stream v0.1.18
11052026-07-22T19:31:25.039Z Downloaded untrusted v0.9.0
11062026-07-22T19:31:25.039Z Downloaded untrusted v0.7.1
11072026-07-22T19:31:25.039Z Downloaded universal-hash v0.5.1
11082026-07-22T19:31:25.039Z Downloaded qorb v0.4.1
11092026-07-22T19:31:25.039Z Downloaded usdt-attr-macro v0.6.0
11102026-07-22T19:31:25.039Z Downloaded usdt v0.6.0
11112026-07-22T19:31:25.039Z Downloaded waitgroup v0.1.2
11122026-07-22T19:31:25.039Z Downloaded sqlformat v0.3.5
11132026-07-22T19:31:25.039Z Downloaded ryu v1.0.23
11142026-07-22T19:31:25.040Z Downloaded wait-timeout v0.2.1
11152026-07-22T19:31:25.040Z Downloaded tokio-tungstenite v0.21.0
11162026-07-22T19:31:25.040Z Downloaded slog v2.8.2
11172026-07-22T19:31:25.040Z Downloaded p521 v0.14.0-rc.10
11182026-07-22T19:31:25.040Z Downloaded utf8_iter v1.0.4
11192026-07-22T19:31:25.040Z Downloaded spin v0.9.8
11202026-07-22T19:31:25.040Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11212026-07-22T19:31:25.040Z Downloaded itertools v0.13.0
11222026-07-22T19:31:25.040Z Downloaded universal-hash v0.6.1
11232026-07-22T19:31:25.040Z Downloaded itertools v0.12.1
11242026-07-22T19:31:25.040Z Downloaded xattr v1.6.1
11252026-07-22T19:31:25.040Z Downloaded tui-tree-widget v0.23.1
11262026-07-22T19:31:25.040Z Downloaded toml_parser v1.1.2+spec-1.1.0
11272026-07-22T19:31:25.040Z Downloaded aho-corasick v1.1.4
11282026-07-22T19:31:25.040Z Downloaded zerofrom-derive v0.1.6
11292026-07-22T19:31:25.040Z Downloaded zerofrom v0.1.6
11302026-07-22T19:31:25.040Z Downloaded usdt-impl v0.6.0
11312026-07-22T19:31:25.040Z Downloaded socket2 v0.5.10
11322026-07-22T19:31:25.107Z Downloaded twox-hash v2.1.2
11332026-07-22T19:31:25.107Z Downloaded zone_cfg_derive v0.3.1
11342026-07-22T19:31:25.107Z Downloaded xshell-macros v0.2.7
11352026-07-22T19:31:25.107Z Downloaded yoke-derive v0.8.1
11362026-07-22T19:31:25.107Z Downloaded want v0.3.1
11372026-07-22T19:31:25.107Z Downloaded publicsuffix v2.3.0
11382026-07-22T19:31:25.108Z Downloaded zone v0.3.1
11392026-07-22T19:31:25.108Z Downloaded serde_yaml v0.9.34+deprecated
11402026-07-22T19:31:25.108Z Downloaded rustls-webpki v0.103.13
11412026-07-22T19:31:25.108Z Downloaded unicase v2.9.0
11422026-07-22T19:31:25.108Z Downloaded zeroize_derive v1.4.3
11432026-07-22T19:31:25.108Z Downloaded vsss-rs v3.3.4
11442026-07-22T19:31:25.108Z Downloaded libm v0.2.16
11452026-07-22T19:31:25.108Z Downloaded whoami v2.1.0
11462026-07-22T19:31:25.108Z Downloaded whoami v1.6.1
11472026-07-22T19:31:25.108Z Downloaded rand v0.9.2
11482026-07-22T19:31:25.108Z Downloaded toml v0.7.8
11492026-07-22T19:31:25.108Z Downloaded unicode-properties v0.1.4
11502026-07-22T19:31:25.108Z Downloaded wyz v0.5.1
11512026-07-22T19:31:25.109Z Downloaded walkdir v2.5.0
11522026-07-22T19:31:25.109Z Downloaded xshell v0.2.7
11532026-07-22T19:31:25.109Z Downloaded toml v1.1.2+spec-1.1.0
11542026-07-22T19:31:25.109Z Downloaded samael v0.0.19
11552026-07-22T19:31:25.109Z Downloaded uzers v0.12.2
11562026-07-22T19:31:25.109Z Downloaded itertools v0.14.0
11572026-07-22T19:31:25.109Z Downloaded vergen-lib v9.1.0
11582026-07-22T19:31:25.109Z Downloaded vergen-gitcl v1.0.8
11592026-07-22T19:31:25.109Z Downloaded vergen-lib v0.1.6
11602026-07-22T19:31:25.109Z Downloaded tracing-attributes v0.1.31
11612026-07-22T19:31:25.109Z Downloaded test-strategy v0.4.5
11622026-07-22T19:31:25.110Z Downloaded writeable v0.6.2
11632026-07-22T19:31:25.110Z Downloaded hyper v1.10.1
11642026-07-22T19:31:25.110Z Downloaded tungstenite v0.21.0
11652026-07-22T19:31:25.110Z Downloaded snafu v0.8.9
11662026-07-22T19:31:25.110Z Downloaded vergen-git2 v9.1.0
11672026-07-22T19:31:25.110Z Downloaded tungstenite v0.23.0
11682026-07-22T19:31:25.110Z Downloaded tinyvec v1.10.0
11692026-07-22T19:31:25.110Z Downloaded yoke v0.8.1
11702026-07-22T19:31:25.110Z Downloaded zerovec-derive v0.11.2
11712026-07-22T19:31:25.110Z Downloaded curve25519-dalek v4.1.3
11722026-07-22T19:31:25.110Z Downloaded zeroize v1.8.2
11732026-07-22T19:31:25.112Z Downloaded rustyline v14.0.0
11742026-07-22T19:31:25.112Z Downloaded steno v0.4.1
11752026-07-22T19:31:25.113Z Downloaded toml_edit v0.23.10+spec-1.0.0
11762026-07-22T19:31:25.113Z Downloaded zstd-safe v7.2.4
11772026-07-22T19:31:25.113Z Downloaded yasna v0.5.2
11782026-07-22T19:31:25.113Z Downloaded zstd v0.13.3
11792026-07-22T19:31:25.113Z Downloaded tracing-core v0.1.36
11802026-07-22T19:31:25.113Z Downloaded tar v0.4.46
11812026-07-22T19:31:25.113Z Downloaded vergen v9.1.0
11822026-07-22T19:31:25.113Z Downloaded uuid v1.23.4
11832026-07-22T19:31:25.113Z Downloaded tokio-postgres v0.7.16
11842026-07-22T19:31:25.113Z Downloaded iddqd v0.4.2
11852026-07-22T19:31:25.113Z Downloaded idna v1.1.0
11862026-07-22T19:31:25.233Z Downloaded git2 v0.20.4
11872026-07-22T19:31:25.233Z Downloaded zerocopy v0.6.6
11882026-07-22T19:31:25.233Z Downloaded unsafe-libyaml v0.2.11
11892026-07-22T19:31:25.233Z Downloaded serde_with v1.14.0
11902026-07-22T19:31:25.233Z Downloaded rsa v0.10.0-rc.18
11912026-07-22T19:31:25.233Z Downloaded rand v0.10.1
11922026-07-22T19:31:25.233Z Downloaded iri-string v0.7.10
11932026-07-22T19:31:25.233Z Downloaded vte v0.14.1
11942026-07-22T19:31:25.233Z Downloaded bitvec v1.0.1
11952026-07-22T19:31:25.234Z Downloaded crypto-bigint v0.7.5
11962026-07-22T19:31:25.234Z Downloaded typify v0.6.2
11972026-07-22T19:31:25.234Z Downloaded bindgen v0.71.1
11982026-07-22T19:31:25.234Z Downloaded zopfli v0.8.3
11992026-07-22T19:31:25.234Z Downloaded reqwest v0.13.2
12002026-07-22T19:31:25.234Z Downloaded toml_edit v0.19.15
12012026-07-22T19:31:25.234Z Downloaded yansi v1.0.1
12022026-07-22T19:31:25.234Z Downloaded url v2.5.8
12032026-07-22T19:31:25.234Z Downloaded goblin v0.10.5
12042026-07-22T19:31:25.234Z Downloaded reqwest v0.12.28
12052026-07-22T19:31:25.234Z Downloaded chrono v0.4.45
12062026-07-22T19:31:25.234Z Downloaded moka v0.12.13
12072026-07-22T19:31:25.252Z Downloaded unicode-bidi v0.3.18
12082026-07-22T19:31:25.252Z Downloaded zip v0.6.6
12092026-07-22T19:31:25.252Z Downloaded zerotrie v0.2.3
12102026-07-22T19:31:25.252Z Downloaded lalrpop v0.19.12
12112026-07-22T19:31:25.252Z Downloaded typed-path v0.9.3
12122026-07-22T19:31:25.252Z Downloaded blake3 v1.8.5
12132026-07-22T19:31:25.253Z Downloaded aws-lc-rs v1.16.3
12142026-07-22T19:31:25.253Z Downloaded regex v1.12.3
12152026-07-22T19:31:25.253Z Downloaded reedline v0.40.0
12162026-07-22T19:31:25.253Z Downloaded tower v0.5.3
12172026-07-22T19:31:25.253Z Downloaded zerocopy-derive v0.8.40
12182026-07-22T19:31:25.253Z Downloaded unicode_categories v0.1.1
12192026-07-22T19:31:25.253Z Downloaded p384 v0.13.1
12202026-07-22T19:31:25.253Z Downloaded portable-atomic v1.13.1
12212026-07-22T19:31:25.253Z Downloaded rawzip v0.4.4
12222026-07-22T19:31:25.253Z Downloaded ssh-key v0.7.0-rc.10
12232026-07-22T19:31:25.253Z Downloaded quick-xml v0.37.5
12242026-07-22T19:31:25.253Z Downloaded proptest v1.10.0
12252026-07-22T19:31:25.253Z Downloaded salty v0.3.0
12262026-07-22T19:31:25.332Z Downloaded tokio-util v0.7.18
12272026-07-22T19:31:25.332Z Downloaded unicode-segmentation v1.12.0
12282026-07-22T19:31:25.332Z Downloaded petname v2.0.2
12292026-07-22T19:31:25.332Z Downloaded x509-cert v0.2.5
12302026-07-22T19:31:25.332Z Downloaded unicode-normalization v0.1.25
12312026-07-22T19:31:25.332Z Downloaded tough v0.22.0
12322026-07-22T19:31:25.350Z Downloaded tower-http v0.6.8
12332026-07-22T19:31:25.350Z Downloaded object v0.30.4
12342026-07-22T19:31:25.350Z Downloaded rayon v1.11.0
12352026-07-22T19:31:25.350Z Downloaded dropshot v0.17.1
12362026-07-22T19:31:25.350Z Downloaded zip v4.6.1
12372026-07-22T19:31:25.350Z Downloaded zerovec v0.11.5
12382026-07-22T19:31:25.350Z Downloaded serde_with v3.21.0
12392026-07-22T19:31:25.350Z Downloaded curve25519-dalek v5.0.0-rc.0
12402026-07-22T19:31:25.350Z Downloaded openssl v0.10.79
12412026-07-22T19:31:25.350Z Downloaded nix v0.27.1
12422026-07-22T19:31:25.377Z Downloaded russh v0.61.2
12432026-07-22T19:31:25.377Z Downloaded winnow v0.5.40
12442026-07-22T19:31:25.406Z Downloaded tabled v0.20.0
12452026-07-22T19:31:25.406Z Downloaded hickory-proto v0.24.4
12462026-07-22T19:31:25.407Z Downloaded polar-core v0.27.3
12472026-07-22T19:31:25.445Z Downloaded time v0.3.47
12482026-07-22T19:31:25.445Z Downloaded winnow v1.0.3
12492026-07-22T19:31:25.447Z Downloaded radix_trie v0.2.1
12502026-07-22T19:31:25.447Z Downloaded winnow v0.6.26
12512026-07-22T19:31:25.447Z Downloaded quinn-proto v0.11.13
12522026-07-22T19:31:25.447Z Downloaded bstr v1.12.1
12532026-07-22T19:31:25.463Z Downloaded object v0.37.3
12542026-07-22T19:31:25.463Z Downloaded smoltcp v0.9.1
12552026-07-22T19:31:25.463Z Downloaded nix v0.28.0
12562026-07-22T19:31:25.463Z Downloaded regex-syntax v0.6.29
12572026-07-22T19:31:25.463Z Downloaded vcpkg v0.2.15
12582026-07-22T19:31:25.478Z Downloaded zlib-rs v0.6.2
12592026-07-22T19:31:25.479Z Downloaded diesel v2.3.7
12602026-07-22T19:31:25.494Z Downloaded regress v0.11.1
12612026-07-22T19:31:25.494Z Downloaded hickory-proto v0.25.2
12622026-07-22T19:31:25.520Z Downloaded zerocopy v0.8.40
12632026-07-22T19:31:25.520Z Downloaded bzip2-sys v0.1.13+1.0.8
12642026-07-22T19:31:25.540Z Downloaded nix v0.31.2
12652026-07-22T19:31:25.540Z Downloaded smoltcp v0.11.0
12662026-07-22T19:31:25.540Z Downloaded rustls v0.23.41
12672026-07-22T19:31:25.541Z Downloaded rustix v0.38.44
12682026-07-22T19:31:25.558Z Downloaded regex-syntax v0.8.10
12692026-07-22T19:31:25.558Z Downloaded regress v0.10.5
12702026-07-22T19:31:25.569Z Downloaded openapiv3 v2.2.0
12712026-07-22T19:31:25.578Z Downloaded sqlparser v0.61.0
12722026-07-22T19:31:25.610Z Downloaded fiat-crypto v0.3.0
12732026-07-22T19:31:25.634Z Downloaded typify-impl v0.6.2
12742026-07-22T19:31:25.671Z Downloaded sha3 v0.11.0
12752026-07-22T19:31:25.671Z Downloaded sled v0.34.7
12762026-07-22T19:31:25.672Z Downloaded tracing v0.1.44
12772026-07-22T19:31:25.672Z Downloaded ratatui v0.29.0
12782026-07-22T19:31:25.672Z Downloaded regex-automata v0.4.14
12792026-07-22T19:31:25.701Z Downloaded zerocopy-derive v0.6.6
12802026-07-22T19:31:25.758Z Downloaded jiff v0.2.21
12812026-07-22T19:31:25.758Z Downloaded petgraph v0.6.5
12822026-07-22T19:31:25.758Z Downloaded chrono-tz v0.10.4
12832026-07-22T19:31:25.831Z Downloaded petgraph v0.8.3
12842026-07-22T19:31:25.831Z Downloaded csv v1.4.0
12852026-07-22T19:31:25.831Z Downloaded libz-sys v1.1.24
12862026-07-22T19:31:26.052Z Downloaded sha3 v0.10.8
12872026-07-22T19:31:26.052Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12882026-07-22T19:31:26.052Z Downloaded tokio v1.52.1
12892026-07-22T19:31:26.052Z Downloaded libgit2-sys v0.18.3+1.9.2
12902026-07-22T19:31:26.144Z Downloaded encoding_rs v0.8.35
12912026-07-22T19:31:26.144Z Downloaded ring v0.17.14
12922026-07-22T19:31:26.600Z Downloaded aws-lc-sys v0.40.0
12932026-07-22T19:31:26.912Z Compiling libc v0.2.185
12942026-07-22T19:31:27.143Z Compiling serde_core v1.0.228
12952026-07-22T19:31:27.143Z Compiling serde v1.0.228
12962026-07-22T19:31:27.144Z Compiling log v0.4.29
12972026-07-22T19:31:27.144Z Compiling smallvec v1.15.1
12982026-07-22T19:31:27.144Z Compiling find-msvc-tools v0.1.9
12992026-07-22T19:31:27.144Z Compiling shlex v1.3.0
13002026-07-22T19:31:27.144Z Compiling subtle v2.6.1
13012026-07-22T19:31:27.144Z Compiling stable_deref_trait v1.2.1
13022026-07-22T19:31:27.144Z Compiling scopeguard v1.2.0
13032026-07-22T19:31:27.144Z Compiling typenum v1.20.1
13042026-07-22T19:31:27.144Z Compiling serde_json v1.0.150
13052026-07-22T19:31:27.337Z Compiling zerocopy v0.8.40
13062026-07-22T19:31:27.337Z Compiling portable-atomic v1.13.1
13072026-07-22T19:31:27.337Z Compiling syn v2.0.117
13082026-07-22T19:31:27.337Z Compiling parking_lot_core v0.9.12
13092026-07-22T19:31:27.337Z Compiling pin-project-lite v0.2.17
13102026-07-22T19:31:27.337Z Compiling lock_api v0.4.14
13112026-07-22T19:31:27.337Z Compiling critical-section v1.2.0
13122026-07-22T19:31:27.337Z Compiling getrandom v0.4.1
13132026-07-22T19:31:27.460Z Compiling pkg-config v0.3.32
13142026-07-22T19:31:27.460Z Compiling libm v0.2.16
13152026-07-22T19:31:27.460Z Compiling num-traits v0.2.19
13162026-07-22T19:31:27.460Z Compiling futures-core v0.3.32
13172026-07-22T19:31:27.460Z Compiling rand_core v0.10.0
13182026-07-22T19:31:27.460Z Compiling generic-array v0.14.7
13192026-07-22T19:31:27.460Z Compiling percent-encoding v2.3.2
13202026-07-22T19:31:27.635Z Compiling litemap v0.8.1
13212026-07-22T19:31:27.636Z Compiling const-oid v0.9.6
13222026-07-22T19:31:27.636Z Compiling writeable v0.6.2
13232026-07-22T19:31:27.636Z Compiling icu_normalizer_data v2.1.1
13242026-07-22T19:31:27.691Z Compiling icu_properties_data v2.1.2
13252026-07-22T19:31:27.691Z Compiling futures-sink v0.3.32
13262026-07-22T19:31:27.691Z Compiling slab v0.4.12
13272026-07-22T19:31:27.692Z Compiling futures-task v0.3.32
13282026-07-22T19:31:27.747Z Compiling futures-channel v0.3.32
13292026-07-22T19:31:27.747Z Compiling futures-io v0.3.32
13302026-07-22T19:31:27.747Z Compiling utf8_iter v1.0.4
13312026-07-22T19:31:27.795Z Compiling form_urlencoded v1.2.2
13322026-07-22T19:31:27.817Z Compiling getrandom v0.3.4
13332026-07-22T19:31:27.837Z Compiling rustversion v1.0.22
13342026-07-22T19:31:27.857Z Compiling jobserver v0.1.34
13352026-07-22T19:31:27.881Z Compiling errno v0.3.14
13362026-07-22T19:31:27.881Z Compiling getrandom v0.2.17
13372026-07-22T19:31:27.921Z Compiling mio v1.2.0
13382026-07-22T19:31:27.939Z Compiling socket2 v0.6.3
13392026-07-22T19:31:27.957Z Compiling dunce v1.0.5
13402026-07-22T19:31:27.966Z Compiling fs_extra v1.3.0
13412026-07-22T19:31:28.042Z Compiling rand_core v0.6.4
13422026-07-22T19:31:28.069Z Compiling cc v1.2.56
13432026-07-22T19:31:28.196Z Compiling signal-hook-registry v1.4.8
13442026-07-22T19:31:28.238Z Compiling parking_lot v0.12.5
13452026-07-22T19:31:28.238Z Compiling once_cell v1.21.3
13462026-07-22T19:31:28.238Z Compiling ident_case v1.0.1
13472026-07-22T19:31:28.296Z Compiling iana-time-zone v0.1.65
13482026-07-22T19:31:28.296Z Compiling rustix v1.1.3
13492026-07-22T19:31:28.332Z Compiling regex-syntax v0.8.10
13502026-07-22T19:31:28.360Z Compiling base64 v0.22.1
13512026-07-22T19:31:28.360Z Compiling vcpkg v0.2.15
13522026-07-22T19:31:28.461Z Compiling base64ct v1.8.3
13532026-07-22T19:31:28.563Z Compiling tracing-core v0.1.36
13542026-07-22T19:31:28.563Z Compiling aws-lc-rs v1.16.3
13552026-07-22T19:31:28.563Z Compiling flagset v0.4.7
13562026-07-22T19:31:28.758Z Compiling openssl-probe v0.2.1
13572026-07-22T19:31:28.758Z Compiling pem-rfc7468 v0.7.0
13582026-07-22T19:31:28.865Z Compiling httparse v1.10.1
13592026-07-22T19:31:28.865Z Compiling rand_core v0.9.5
13602026-07-22T19:31:28.921Z Compiling schemars v0.8.22
13612026-07-22T19:31:28.921Z Compiling tinyvec_macros v0.1.1
13622026-07-22T19:31:28.921Z Compiling dyn-clone v1.0.20
13632026-07-22T19:31:28.921Z Compiling cmake v0.1.57
13642026-07-22T19:31:28.945Z Compiling cmov v0.5.4
13652026-07-22T19:31:29.037Z Compiling tinyvec v1.10.0
13662026-07-22T19:31:29.097Z Compiling aho-corasick v1.1.4
13672026-07-22T19:31:29.097Z Compiling untrusted v0.7.1
13682026-07-22T19:31:29.097Z Compiling atomic-waker v1.1.2
13692026-07-22T19:31:29.097Z Compiling tower-layer v0.3.3
13702026-07-22T19:31:29.121Z Compiling try-lock v0.2.5
13712026-07-22T19:31:29.122Z Compiling tower-service v0.3.3
13722026-07-22T19:31:29.141Z Compiling ctutils v0.4.2
13732026-07-22T19:31:29.164Z Compiling untrusted v0.9.0
13742026-07-22T19:31:29.175Z Compiling bitflags v2.11.0
13752026-07-22T19:31:29.205Z Compiling semver v1.0.28
13762026-07-22T19:31:29.205Z Compiling indexmap v2.14.0
13772026-07-22T19:31:29.253Z Compiling uuid v1.23.4
13782026-07-22T19:31:29.260Z Compiling want v0.3.1
13792026-07-22T19:31:29.292Z Compiling rustls v0.23.41
13802026-07-22T19:31:29.330Z Compiling httpdate v1.0.3
13812026-07-22T19:31:29.391Z Compiling foreign-types-shared v0.1.1
13822026-07-22T19:31:29.992Z Compiling cpufeatures v0.2.17
13832026-07-22T19:31:29.992Z Compiling rustc_version v0.4.1
13842026-07-22T19:31:29.992Z Compiling openssl v0.10.79
13852026-07-22T19:31:29.992Z Compiling foreign-types v0.3.2
13862026-07-22T19:31:30.076Z Compiling unicode-normalization v0.1.25
13872026-07-22T19:31:30.076Z Compiling spin v0.9.8
13882026-07-22T19:31:30.076Z Compiling powerfmt v0.2.0
13892026-07-22T19:31:30.077Z Compiling crc32fast v1.5.0
13902026-07-22T19:31:30.077Z Compiling native-tls v0.2.18
13912026-07-22T19:31:30.077Z Compiling time-core v0.1.8
13922026-07-22T19:31:30.077Z Compiling num-conv v0.2.0
13932026-07-22T19:31:30.077Z Compiling deranged v0.5.8
13942026-07-22T19:31:30.077Z Compiling aws-lc-sys v0.40.0
13952026-07-22T19:31:30.077Z Compiling openssl-sys v0.9.115
13962026-07-22T19:31:30.077Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13972026-07-22T19:31:30.077Z Compiling wait-timeout v0.2.1
13982026-07-22T19:31:30.077Z Compiling sync_wrapper v1.0.2
13992026-07-22T19:31:30.077Z Compiling time-macros v0.2.27
14002026-07-22T19:31:30.078Z Compiling regex-automata v0.4.14
14012026-07-22T19:31:30.078Z Compiling siphasher v1.0.2
14022026-07-22T19:31:30.078Z Compiling quick-error v1.2.3
14032026-07-22T19:31:30.078Z Compiling bit-vec v0.8.0
14042026-07-22T19:31:30.202Z Compiling simd-adler32 v0.3.8
14052026-07-22T19:31:30.202Z Compiling synstructure v0.13.2
14062026-07-22T19:31:30.202Z Compiling serde_derive_internals v0.29.1
14072026-07-22T19:31:30.294Z Compiling pest_generator v2.8.6
14082026-07-22T19:31:30.363Z Compiling darling_core v0.20.11
14092026-07-22T19:31:30.656Z Compiling num_threads v0.1.7
14102026-07-22T19:31:30.656Z Compiling tempfile v3.25.0
14112026-07-22T19:31:30.656Z Compiling syn v1.0.109
14122026-07-22T19:31:30.905Z Compiling crossbeam-utils v0.8.21
14132026-07-22T19:31:31.137Z Compiling usdt-impl v0.6.0
14142026-07-22T19:31:31.137Z Compiling rusty-fork v0.3.1
14152026-07-22T19:31:31.137Z Compiling bit-set v0.8.0
14162026-07-22T19:31:31.137Z Compiling darling_core v0.23.0
14172026-07-22T19:31:31.137Z Compiling heapless v0.7.17
14182026-07-22T19:31:31.137Z Compiling bzip2-sys v0.1.13+1.0.8
14192026-07-22T19:31:31.249Z Compiling slog v2.8.2
14202026-07-22T19:31:31.250Z Compiling rand_xorshift v0.4.0
14212026-07-22T19:31:31.250Z Compiling thread-id v5.1.0
14222026-07-22T19:31:31.250Z Compiling cookie v0.18.1
14232026-07-22T19:31:31.250Z Compiling iri-string v0.7.10
14242026-07-22T19:31:31.250Z Compiling time v0.3.47
14252026-07-22T19:31:31.250Z Compiling zstd-safe v7.2.4
14262026-07-22T19:31:31.250Z Compiling paste v1.0.15
14272026-07-22T19:31:31.250Z Compiling unicode-properties v0.1.4
14282026-07-22T19:31:31.272Z Compiling allocator-api2 v0.2.21
14292026-07-22T19:31:31.273Z Compiling anyhow v1.0.102
14302026-07-22T19:31:31.273Z Compiling ryu v1.0.23
14312026-07-22T19:31:31.273Z Compiling unicode-bidi v0.3.18
14322026-07-22T19:31:31.288Z Compiling adler2 v2.0.1
14332026-07-22T19:31:31.448Z Compiling unarray v0.1.4
14342026-07-22T19:31:31.763Z Compiling signal-hook v0.3.18
14352026-07-22T19:31:31.763Z Compiling miniz_oxide v0.8.9
14362026-07-22T19:31:32.029Z Compiling camino v1.2.2
14372026-07-22T19:31:32.029Z Compiling stringprep v0.1.5
14382026-07-22T19:31:32.029Z Compiling curve25519-dalek v4.1.3
14392026-07-22T19:31:32.029Z Compiling num-integer v0.1.46
14402026-07-22T19:31:32.229Z Compiling serde_derive v1.0.228
14412026-07-22T19:31:32.230Z Compiling zeroize_derive v1.4.3
14422026-07-22T19:31:32.230Z Compiling zerofrom-derive v0.1.6
14432026-07-22T19:31:32.230Z Compiling yoke-derive v0.8.1
14442026-07-22T19:31:32.275Z Compiling zerovec-derive v0.11.2
14452026-07-22T19:31:32.275Z Compiling zerocopy-derive v0.8.40
14462026-07-22T19:31:32.275Z Compiling displaydoc v0.2.5
14472026-07-22T19:31:32.285Z Compiling tokio-macros v2.7.0
14482026-07-22T19:31:32.699Z Compiling futures-macro v0.3.32
14492026-07-22T19:31:32.713Z Compiling zeroize v1.8.2
14502026-07-22T19:31:32.713Z Compiling tracing-attributes v0.1.31
14512026-07-22T19:31:32.780Z Compiling der_derive v0.7.3
14522026-07-22T19:31:33.062Z Compiling thiserror-impl v2.0.18
14532026-07-22T19:31:33.105Z Compiling rustls-pki-types v1.14.0
14542026-07-22T19:31:34.543Z Compiling schemars_derive v0.8.22
14552026-07-22T19:31:34.670Z Compiling hybrid-array v0.4.13
14562026-07-22T19:31:34.670Z Compiling block-buffer v0.10.4
14572026-07-22T19:31:34.670Z Compiling crypto-common v0.1.7
14582026-07-22T19:31:34.670Z Compiling scroll_derive v0.13.1
14592026-07-22T19:31:34.670Z Compiling zerofrom v0.1.6
14602026-07-22T19:31:34.671Z Compiling futures-util v0.3.32
14612026-07-22T19:31:34.671Z Compiling yoke v0.8.1
14622026-07-22T19:31:34.671Z Compiling digest v0.10.7
14632026-07-22T19:31:34.671Z Compiling pest_derive v2.8.6
14642026-07-22T19:31:34.671Z Compiling der v0.7.10
14652026-07-22T19:31:34.671Z Compiling zerovec v0.11.5
14662026-07-22T19:31:34.671Z Compiling zerotrie v0.2.3
14672026-07-22T19:31:34.671Z Compiling tracing v0.1.44
14682026-07-22T19:31:34.671Z Compiling darling_macro v0.20.11
14692026-07-22T19:31:34.671Z Compiling openssl-macros v0.1.1
14702026-07-22T19:31:34.671Z Compiling hmac v0.12.1
14712026-07-22T19:31:34.671Z Compiling sha2 v0.10.9
14722026-07-22T19:31:34.672Z Compiling tinystr v0.8.2
14732026-07-22T19:31:34.672Z Compiling potential_utf v0.1.4
14742026-07-22T19:31:34.672Z Compiling thiserror v2.0.18
14752026-07-22T19:31:34.672Z Compiling scroll v0.13.0
14762026-07-22T19:31:34.672Z Compiling scroll_derive v0.12.1
14772026-07-22T19:31:34.672Z Compiling icu_collections v2.1.1
14782026-07-22T19:31:34.672Z Compiling icu_locale_core v2.1.1
14792026-07-22T19:31:34.786Z Compiling dtrace-parser v0.3.0
14802026-07-22T19:31:34.922Z Compiling spki v0.7.3
14812026-07-22T19:31:34.922Z Compiling darling v0.20.11
14822026-07-22T19:31:34.922Z Compiling goblin v0.10.5
14832026-07-22T19:31:34.922Z Compiling derive_builder_core v0.20.2
14842026-07-22T19:31:35.077Z Compiling pkcs8 v0.10.2
14852026-07-22T19:31:35.217Z Compiling thiserror-impl v1.0.69
14862026-07-22T19:31:35.217Z Compiling block-padding v0.4.2
14872026-07-22T19:31:35.308Z Compiling scroll v0.12.0
14882026-07-22T19:31:35.308Z Compiling icu_provider v2.1.1
14892026-07-22T19:31:35.387Z Compiling crypto-common v0.2.2
14902026-07-22T19:31:35.494Z Compiling bytes v1.11.1
14912026-07-22T19:31:35.650Z Compiling chrono v0.4.45
14922026-07-22T19:31:35.650Z Compiling ipnet v2.11.0
14932026-07-22T19:31:35.650Z Compiling icu_properties v2.1.2
14942026-07-22T19:31:35.651Z Compiling icu_normalizer v2.1.1
14952026-07-22T19:31:35.744Z Compiling erased-serde v0.3.31
14962026-07-22T19:31:35.836Z Compiling derive_builder_macro v0.20.2
14972026-07-22T19:31:35.836Z Compiling toml_datetime v0.6.11
14982026-07-22T19:31:36.077Z Compiling tokio v1.52.1
14992026-07-22T19:31:36.086Z Compiling http v1.4.2
15002026-07-22T19:31:36.086Z Compiling hex v0.4.3
15012026-07-22T19:31:36.086Z Compiling serde_urlencoded v0.7.1
15022026-07-22T19:31:36.104Z Compiling serde_spanned v0.6.9
15032026-07-22T19:31:36.117Z Compiling serde_tokenstream v0.2.3
15042026-07-22T19:31:36.242Z Compiling block-buffer v0.12.1
15052026-07-22T19:31:36.253Z Compiling signature v2.2.0
15062026-07-22T19:31:36.357Z Compiling md-5 v0.10.6
15072026-07-22T19:31:36.377Z Compiling darling_macro v0.23.0
15082026-07-22T19:31:36.389Z Compiling idna_adapter v1.2.1
15092026-07-22T19:31:36.441Z Compiling thiserror v1.0.69
15102026-07-22T19:31:36.491Z Compiling rustls-native-certs v0.8.3
15112026-07-22T19:31:36.491Z Compiling bstr v1.12.1
15122026-07-22T19:31:36.556Z Compiling idna v1.1.0
15132026-07-22T19:31:36.596Z Compiling pin-project-internal v1.1.11
15142026-07-22T19:31:36.596Z Compiling async-trait v0.1.89
15152026-07-22T19:31:36.641Z Compiling http-body v1.0.1
15162026-07-22T19:31:36.781Z Compiling ppv-lite86 v0.2.21
15172026-07-22T19:31:36.813Z Compiling url v2.5.8
15182026-07-22T19:31:36.866Z Compiling http-body-util v0.1.3
15192026-07-22T19:31:36.880Z Compiling zerocopy-derive v0.7.35
15202026-07-22T19:31:36.939Z Compiling vergen-lib v9.1.0
15212026-07-22T19:31:37.033Z Compiling hash32 v0.2.1
15222026-07-22T19:31:37.132Z Compiling rand_chacha v0.9.0
15232026-07-22T19:31:37.132Z Compiling rand_chacha v0.3.1
15242026-07-22T19:31:37.136Z Compiling memoffset v0.9.1
15252026-07-22T19:31:37.173Z Compiling encoding_rs v0.8.35
15262026-07-22T19:31:37.189Z Compiling fallible-iterator v0.2.0
15272026-07-22T19:31:37.231Z Compiling ref-cast v1.0.25
15282026-07-22T19:31:37.244Z Compiling smoltcp v0.9.1
15292026-07-22T19:31:37.384Z Compiling rand v0.9.2
15302026-07-22T19:31:37.571Z Compiling dof v0.4.0
15312026-07-22T19:31:37.621Z Compiling rustix v0.38.44
15322026-07-22T19:31:37.639Z Compiling num-bigint-dig v0.8.6
15332026-07-22T19:31:37.654Z Compiling zlib-rs v0.6.2
15342026-07-22T19:31:37.688Z Compiling litrs v1.0.0
15352026-07-22T19:31:37.712Z Compiling mime v0.3.17
15362026-07-22T19:31:37.794Z Compiling psl-types v2.0.11
15372026-07-22T19:31:37.844Z Compiling cfg_aliases v0.2.1
15382026-07-22T19:31:37.901Z Compiling publicsuffix v2.3.0
15392026-07-22T19:31:37.930Z Compiling nix v0.31.2
15402026-07-22T19:31:37.934Z Compiling zerocopy v0.7.35
15412026-07-22T19:31:37.959Z Compiling proptest v1.10.0
15422026-07-22T19:31:37.993Z Compiling postgres-protocol v0.6.10
15432026-07-22T19:31:38.089Z Compiling pin-project v1.1.11
15442026-07-22T19:31:38.168Z Compiling rand v0.8.6
15452026-07-22T19:31:38.212Z Compiling document-features v0.2.12
15462026-07-22T19:31:38.244Z Compiling darling v0.23.0
15472026-07-22T19:31:38.261Z Compiling derive_builder v0.20.2
15482026-07-22T19:31:38.338Z Compiling ipnetwork v0.21.1
15492026-07-22T19:31:38.508Z Compiling futures-executor v0.3.32
15502026-07-22T19:31:38.564Z Compiling oxnet v0.1.6
15512026-07-22T19:31:38.729Z Compiling hubpack_derive v0.1.1
15522026-07-22T19:31:38.744Z Compiling goblin v0.8.2
15532026-07-22T19:31:38.806Z Compiling inout v0.2.2
15542026-07-22T19:31:38.841Z Compiling regex v1.12.3
15552026-07-22T19:31:38.888Z Compiling num-iter v0.1.45
15562026-07-22T19:31:38.991Z Compiling ref-cast-impl v1.0.25
15572026-07-22T19:31:39.002Z Compiling daft-derive v0.1.7
15582026-07-22T19:31:39.005Z Compiling curve25519-dalek-derive v0.1.1
15592026-07-22T19:31:39.016Z Compiling strum_macros v0.27.2
15602026-07-22T19:31:39.028Z Compiling snafu-derive v0.8.9
15612026-07-22T19:31:39.229Z Compiling terminal_size v0.4.3
15622026-07-22T19:31:39.295Z Compiling phf_shared v0.13.1
15632026-07-22T19:31:39.685Z Compiling lazy_static v1.5.0
15642026-07-22T19:31:39.709Z Compiling cargo-platform v0.3.2
15652026-07-22T19:31:39.709Z Compiling anstyle-parse v0.2.7
15662026-07-22T19:31:39.709Z Compiling vergen v9.1.0
15672026-07-22T19:31:39.709Z Compiling ff v0.13.1
15682026-07-22T19:31:39.709Z Compiling fs-err v3.3.0
15692026-07-22T19:31:39.709Z Compiling ahash v0.8.12
15702026-07-22T19:31:39.709Z Compiling managed v0.8.0
15712026-07-22T19:31:39.709Z Compiling same-file v1.0.6
15722026-07-22T19:31:39.709Z Compiling object v0.37.3
15732026-07-22T19:31:39.709Z Compiling base16ct v0.2.0
15742026-07-22T19:31:39.710Z Compiling bumpalo v3.20.2
15752026-07-22T19:31:39.720Z Compiling winnow v0.5.40
15762026-07-22T19:31:39.756Z Compiling foldhash v0.2.0
15772026-07-22T19:31:39.789Z Compiling tokio-util v0.7.18
15782026-07-22T19:31:39.815Z Compiling tower v0.5.3
15792026-07-22T19:31:39.831Z Compiling tokio-native-tls v0.3.1
15802026-07-22T19:31:39.843Z Compiling foldhash v0.1.5
15812026-07-22T19:31:39.858Z Compiling unicode-segmentation v1.12.0
15822026-07-22T19:31:39.953Z Compiling bitflags v1.3.2
15832026-07-22T19:31:39.989Z Compiling libbz2-rs-sys v0.2.2
15842026-07-22T19:31:40.032Z Compiling hashbrown v0.15.5
15852026-07-22T19:31:40.048Z Compiling hashbrown v0.16.1
15862026-07-22T19:31:40.061Z Compiling zopfli v0.8.3
15872026-07-22T19:31:40.259Z Compiling tower-http v0.6.8
15882026-07-22T19:31:40.373Z Compiling newtype-uuid v1.3.2
15892026-07-22T19:31:40.594Z Compiling h2 v0.4.15
15902026-07-22T19:31:40.656Z Compiling flate2 v1.1.9
15912026-07-22T19:31:40.699Z Compiling daft v0.1.7
15922026-07-22T19:31:40.764Z Compiling bzip2 v0.6.1
15932026-07-22T19:31:40.883Z Compiling sec1 v0.7.3
15942026-07-22T19:31:40.901Z Compiling walkdir v2.5.0
15952026-07-22T19:31:40.921Z Compiling clap_builder v4.6.0
15962026-07-22T19:31:40.933Z Compiling group v0.13.0
15972026-07-22T19:31:40.994Z Compiling snafu v0.8.9
15982026-07-22T19:31:41.007Z Compiling toml_edit v0.19.15
15992026-07-22T19:31:41.022Z Compiling dof v0.3.0
16002026-07-22T19:31:41.044Z Compiling cargo_metadata v0.23.1
16012026-07-22T19:31:41.069Z Compiling strum v0.27.2
16022026-07-22T19:31:41.154Z Compiling anstream v0.6.21
16032026-07-22T19:31:41.183Z Compiling phf v0.13.1
16042026-07-22T19:31:41.206Z Compiling signal-hook-mio v0.2.5
16052026-07-22T19:31:41.338Z Compiling hubpack v0.1.2
16062026-07-22T19:31:41.358Z Compiling cookie_store v0.22.1
16072026-07-22T19:31:41.376Z Compiling usdt-macro v0.6.0
16082026-07-22T19:31:41.454Z Compiling usdt-attr-macro v0.6.0
16092026-07-22T19:31:41.567Z Compiling cipher v0.5.2
16102026-07-22T19:31:41.587Z Compiling bzip2 v0.4.4
16112026-07-22T19:31:41.732Z Compiling futures v0.3.32
16122026-07-22T19:31:41.753Z Compiling postgres-types v0.2.12
16132026-07-22T19:31:41.822Z Compiling serde_with_macros v3.21.0
16142026-07-22T19:31:41.923Z Compiling zstd v0.13.3
16152026-07-22T19:31:42.015Z Compiling globset v0.4.18
16162026-07-22T19:31:42.168Z Compiling dtrace-parser v0.2.0
16172026-07-22T19:31:42.198Z Compiling ed25519 v2.2.3
16182026-07-22T19:31:42.311Z Compiling olpc-cjson v0.1.4
16192026-07-22T19:31:42.325Z Compiling serde_plain v1.0.2
16202026-07-22T19:31:42.333Z Compiling serde-big-array v0.5.1
16212026-07-22T19:31:42.422Z Compiling pkcs1 v0.7.5
16222026-07-22T19:31:42.484Z Compiling hkdf v0.12.4
16232026-07-22T19:31:42.487Z Compiling crypto-bigint v0.5.5
16242026-07-22T19:31:42.590Z Compiling async-recursion v1.1.1
16252026-07-22T19:31:42.667Z Compiling clap_derive v4.6.1
16262026-07-22T19:31:42.721Z Compiling strum_macros v0.26.4
16272026-07-22T19:31:42.830Z Compiling serde_repr v0.1.20
16282026-07-22T19:31:42.912Z Compiling enum-as-inner v0.6.1
16292026-07-22T19:31:42.987Z Compiling phf_shared v0.11.3
16302026-07-22T19:31:43.000Z Compiling float-cmp v0.10.0
16312026-07-22T19:31:43.116Z Compiling pem v3.0.6
16322026-07-22T19:31:43.166Z Compiling thread-id v4.2.2
16332026-07-22T19:31:43.186Z Compiling memmap2 v0.9.10
16342026-07-22T19:31:43.225Z Compiling env_filter v1.0.0
16352026-07-22T19:31:43.260Z Compiling winnow v1.0.3
16362026-07-22T19:31:43.421Z Compiling precomputed-hash v0.1.1
16372026-07-22T19:31:43.437Z Compiling typed-path v0.9.3
16382026-07-22T19:31:43.488Z Compiling keccak v0.1.6
16392026-07-22T19:31:43.492Z Compiling either v1.15.0
16402026-07-22T19:31:43.522Z Compiling whoami v2.1.0
16412026-07-22T19:31:43.577Z Compiling jiff v0.2.21
16422026-07-22T19:31:43.694Z Compiling const-oid v0.10.2
16432026-07-22T19:31:43.708Z Compiling static_assertions v1.1.0
16442026-07-22T19:31:43.777Z Compiling difflib v0.4.0
16452026-07-22T19:31:43.825Z Compiling hyper v1.10.1
16462026-07-22T19:31:43.902Z Compiling cpufeatures v0.3.0
16472026-07-22T19:31:43.930Z Compiling predicates-core v1.0.10
16482026-07-22T19:31:43.937Z Compiling fixedbitset v0.4.2
16492026-07-22T19:31:43.949Z Compiling data-encoding v2.10.0
16502026-07-22T19:31:43.987Z Compiling new_debug_unreachable v1.0.6
16512026-07-22T19:31:44.071Z Compiling fixedbitset v0.5.7
16522026-07-22T19:31:44.112Z Compiling normalize-line-endings v0.3.0
16532026-07-22T19:31:44.172Z Compiling petgraph v0.6.5
16542026-07-22T19:31:44.216Z Compiling predicates v3.1.4
16552026-07-22T19:31:44.324Z Compiling petgraph v0.8.3
16562026-07-22T19:31:44.367Z Compiling hickory-proto v0.25.2
16572026-07-22T19:31:44.397Z Compiling string_cache v0.8.9
16582026-07-22T19:31:44.544Z Compiling clap v4.6.1
16592026-07-22T19:31:44.613Z Compiling strum v0.26.3
16602026-07-22T19:31:44.640Z Compiling chacha20 v0.10.0
16612026-07-22T19:31:44.654Z Compiling digest v0.11.3
16622026-07-22T19:31:44.672Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16632026-07-22T19:31:44.724Z Compiling tokio-postgres v0.7.16
16642026-07-22T19:31:44.739Z Compiling itertools v0.13.0
16652026-07-22T19:31:44.761Z Compiling sha3 v0.10.8
16662026-07-22T19:31:44.859Z Compiling toml_edit v0.22.27
16672026-07-22T19:31:44.898Z Compiling toml_parser v1.1.2+spec-1.1.0
16682026-07-22T19:31:44.914Z Compiling elliptic-curve v0.13.8
16692026-07-22T19:31:45.039Z Compiling hyper-util v0.1.20
16702026-07-22T19:31:45.239Z Compiling env_logger v0.11.9
16712026-07-22T19:31:45.339Z Compiling usdt v0.6.0
16722026-07-22T19:31:45.483Z Compiling usdt-impl v0.5.0
16732026-07-22T19:31:45.559Z Compiling serde_with v3.21.0
16742026-07-22T19:31:45.613Z Compiling crossterm v0.28.1
16752026-07-22T19:31:45.628Z Compiling rsa v0.9.10
16762026-07-22T19:31:45.731Z Compiling ed25519-dalek v2.2.0
16772026-07-22T19:31:46.026Z Compiling toml v0.7.8
16782026-07-22T19:31:46.314Z Compiling zip v4.6.1
16792026-07-22T19:31:46.503Z Compiling hyper-tls v0.6.0
16802026-07-22T19:31:46.637Z Compiling zip v0.6.6
16812026-07-22T19:31:46.751Z Compiling reqwest v0.12.28
16822026-07-22T19:31:46.825Z Compiling iddqd v0.4.2
16832026-07-22T19:31:46.942Z Compiling tokio-stream v0.1.18
16842026-07-22T19:31:47.231Z Compiling similar v2.7.0
16852026-07-22T19:31:47.247Z Compiling heck v0.4.1
16862026-07-22T19:31:47.362Z Compiling buf-list v1.1.2
16872026-07-22T19:31:47.384Z Compiling byte-wrapper v0.1.0
16882026-07-22T19:31:47.424Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16892026-07-22T19:31:47.490Z Compiling openapiv3 v2.2.0
16902026-07-22T19:31:47.549Z Compiling x509-cert v0.2.5
16912026-07-22T19:31:47.620Z Compiling crossbeam-epoch v0.9.18
16922026-07-22T19:31:47.662Z Compiling peg-runtime v0.8.5
16932026-07-22T19:31:47.738Z Compiling lalrpop-util v0.19.12
16942026-07-22T19:31:47.742Z Compiling thread_local v1.1.9
16952026-07-22T19:31:47.836Z Compiling slog-async v2.8.0
16962026-07-22T19:31:47.950Z Compiling crossbeam-channel v0.5.15
16972026-07-22T19:31:47.965Z Compiling filetime v0.2.27
16982026-07-22T19:31:47.981Z Compiling is-terminal v0.4.17
16992026-07-22T19:31:48.019Z Compiling term v1.2.1
17002026-07-22T19:31:48.088Z Compiling xattr v1.6.1
17012026-07-22T19:31:48.103Z Compiling take_mut v0.2.2
17022026-07-22T19:31:48.122Z Compiling camino-tempfile v1.4.1
17032026-07-22T19:31:48.223Z Compiling tar v0.4.46
17042026-07-22T19:31:48.420Z Compiling slog-term v2.9.2
17052026-07-22T19:32:06.119Z Compiling rustls-webpki v0.103.13
17062026-07-22T19:32:08.794Z Compiling tokio-rustls v0.26.4
17072026-07-22T19:32:08.794Z Compiling rustls-platform-verifier v0.6.2
17082026-07-22T19:32:08.794Z Compiling tough v0.22.0
17092026-07-22T19:32:09.014Z Compiling hyper-rustls v0.27.7
17102026-07-22T19:32:09.202Z Compiling reqwest v0.13.2
17112026-07-22T19:32:11.336Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17122026-07-22T19:32:11.577Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17132026-07-22T19:32:14.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.31s
17142026-07-22T19:32:14.663Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17152026-07-22T19:32:14.709ZJul 22 19:32:13.696 INFO Starting download, target: Cockroach
17162026-07-22T19:32:14.709ZJul 22 19:32:13.696 INFO Starting download, target: Clickhouse
17172026-07-22T19:32:14.709ZJul 22 19:32:13.696 INFO Starting download, target: MaghemiteMgd
17182026-07-22T19:32:14.709ZJul 22 19:32:13.696 INFO Starting download, target: Console
17192026-07-22T19:32:14.718ZJul 22 19:32:13.696 INFO Starting download, target: DendriteStub
17202026-07-22T19:32:14.718ZJul 22 19:32:13.696 INFO Starting download, target: MaghemiteDdmd
17212026-07-22T19:32:14.718ZJul 22 19:32:13.696 INFO Starting download, target: TransceiverControl
17222026-07-22T19:32:14.718ZJul 22 19:32:13.697 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17232026-07-22T19:32:14.718ZJul 22 19:32:13.697 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17242026-07-22T19:32:14.718ZJul 22 19:32:13.697 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17252026-07-22T19:32:14.718ZJul 22 19:32:13.697 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17262026-07-22T19:32:14.718ZJul 22 19:32:13.697 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17272026-07-22T19:32:14.718ZJul 22 19:32:13.697 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17282026-07-22T19:32:14.718ZJul 22 19:32:13.697 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17292026-07-22T19:32:15.319ZJul 22 19:32:14.292 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17302026-07-22T19:32:15.534ZJul 22 19:32:14.509 INFO Download complete, target: TransceiverControl
17312026-07-22T19:32:16.505ZJul 22 19:32:15.474 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17322026-07-22T19:32:16.648ZJul 22 19:32:15.591 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17332026-07-22T19:32:16.767ZJul 22 19:32:15.731 INFO Download complete, target: Console
17342026-07-22T19:32:17.605ZJul 22 19:32:16.522 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17352026-07-22T19:32:17.681ZJul 22 19:32:16.654 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17362026-07-22T19:32:17.907ZJul 22 19:32:16.895 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17372026-07-22T19:32:18.204ZJul 22 19:32:17.197 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17382026-07-22T19:32:18.204ZJul 22 19:32:17.197 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17392026-07-22T19:32:19.579ZJul 22 19:32:18.572 INFO Download complete, target: MaghemiteDdmd
17402026-07-22T19:32:20.241ZJul 22 19:32:19.234 INFO Download complete, target: DendriteStub
17412026-07-22T19:32:20.590ZJul 22 19:32:19.583 INFO Download complete, target: MaghemiteMgd
17422026-07-22T19:32:22.936ZJul 22 19:32:21.912 INFO Checking that binary works, target: Cockroach
17432026-07-22T19:32:23.057ZJul 22 19:32:22.032 INFO Download complete, target: Cockroach
17442026-07-22T19:32:23.481ZJul 22 19:32:22.463 INFO Checking that binary works, target: Clickhouse
17452026-07-22T19:32:23.562ZJul 22 19:32:22.553 INFO Download complete, target: Clickhouse
17462026-07-22T19:32:23.581ZAll prerequisites installed successfully
17472026-07-22T19:32:23.593Z
17482026-07-22T19:32:23.593Zreal 1:47.757037261
17492026-07-22T19:32:23.593Zuser 6:38.293528706
17502026-07-22T19:32:23.594Zsys 1:38.795370471
17512026-07-22T19:32:23.594Ztrap 0.274656875
17522026-07-22T19:32:23.594Ztflt 0.817682753
17532026-07-22T19:32:23.594Zdflt 1.656351599
17542026-07-22T19:32:23.594Zkflt 0.023028971
17552026-07-22T19:32:23.594Zlock 23:13.469494735
17562026-07-22T19:32:23.594Zslp 18:14.437509887
17572026-07-22T19:32:23.594Zlat 23.980200703
17582026-07-22T19:32:23.594Zstop 2:44.280693391
17592026-07-22T19:32:23.594Z+ ptime -m cargo xtask download softnpu
17602026-07-22T19:32:24.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17612026-07-22T19:32:24.093Z Running `target/debug/xtask download softnpu`
17622026-07-22T19:32:24.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17632026-07-22T19:32:24.814Z Running `target/debug/xtask-downloader softnpu`
17642026-07-22T19:32:24.853ZJul 22 19:32:23.844 INFO Starting download, target: Softnpu
17652026-07-22T19:32:24.866ZJul 22 19:32:23.844 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17662026-07-22T19:32:25.587ZJul 22 19:32:24.579 INFO Download complete, target: Softnpu
17672026-07-22T19:32:25.591Z
17682026-07-22T19:32:25.591Zreal 2.016868621
17692026-07-22T19:32:25.591Zuser 1.267871771
17702026-07-22T19:32:25.591Zsys 0.591429638
17712026-07-22T19:32:25.591Ztrap 0.000525230
17722026-07-22T19:32:25.591Ztflt 0.000110850
17732026-07-22T19:32:25.591Zdflt 0.000201580
17742026-07-22T19:32:25.591Zkflt 0.000000000
17752026-07-22T19:32:25.591Zlock 13.633707338
17762026-07-22T19:32:25.591Zslp 0.589291656
17772026-07-22T19:32:25.591Zlat 0.078270616
17782026-07-22T19:32:25.591Zstop 0.000155400
17792026-07-22T19:32:25.591Z+ export CARGO_INCREMENTAL=0
17802026-07-22T19:32:25.591Z+ CARGO_INCREMENTAL=0
17812026-07-22T19:32:25.591Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17822026-07-22T19:32:26.444Z Compiling proc-macro2 v1.0.106
17832026-07-22T19:32:26.445Z Compiling quote v1.0.45
17842026-07-22T19:32:26.445Z Compiling unicode-ident v1.0.24
17852026-07-22T19:32:26.451Z Compiling libc v0.2.185
17862026-07-22T19:32:26.451Z Compiling serde_core v1.0.228
17872026-07-22T19:32:26.452Z Compiling serde v1.0.228
17882026-07-22T19:32:26.452Z Compiling cfg-if v1.0.4
17892026-07-22T19:32:26.452Z Compiling version_check v0.9.5
17902026-07-22T19:32:26.452Z Compiling shlex v1.3.0
17912026-07-22T19:32:26.452Z Compiling find-msvc-tools v0.1.9
17922026-07-22T19:32:26.452Z Compiling memchr v2.8.0
17932026-07-22T19:32:26.588Z Compiling zmij v1.0.21
17942026-07-22T19:32:26.599Z Compiling serde_json v1.0.150
17952026-07-22T19:32:26.602Z Compiling autocfg v1.5.0
17962026-07-22T19:32:26.721Z Compiling portable-atomic v1.13.1
17972026-07-22T19:32:26.724Z Compiling getrandom v0.4.1
17982026-07-22T19:32:26.793Z Compiling zerocopy v0.8.40
17992026-07-22T19:32:26.878Z Compiling libm v0.2.16
18002026-07-22T19:32:26.929Z Compiling parking_lot_core v0.9.12
18012026-07-22T19:32:26.966Z Compiling icu_properties_data v2.1.2
18022026-07-22T19:32:26.966Z Compiling icu_normalizer_data v2.1.1
18032026-07-22T19:32:27.116Z Compiling smallvec v1.15.1
18042026-07-22T19:32:27.119Z Compiling generic-array v0.14.7
18052026-07-22T19:32:27.253Z Compiling num-traits v0.2.19
18062026-07-22T19:32:27.253Z Compiling itoa v1.0.17
18072026-07-22T19:32:27.296Z Compiling log v0.4.29
18082026-07-22T19:32:27.312Z Compiling subtle v2.6.1
18092026-07-22T19:32:27.315Z Compiling pkg-config v0.3.32
18102026-07-22T19:32:27.404Z Compiling stable_deref_trait v1.2.1
18112026-07-22T19:32:27.479Z Compiling typenum v1.20.1
18122026-07-22T19:32:27.537Z Compiling scopeguard v1.2.0
18132026-07-22T19:32:27.600Z Compiling rand_core v0.10.0
18142026-07-22T19:32:27.643Z Compiling jobserver v0.1.34
18152026-07-22T19:32:27.647Z Compiling lock_api v0.4.14
18162026-07-22T19:32:27.647Z Compiling errno v0.3.14
18172026-07-22T19:32:27.733Z Compiling thiserror v2.0.18
18182026-07-22T19:32:27.751Z Compiling getrandom v0.3.4
18192026-07-22T19:32:27.817Z Compiling pin-project-lite v0.2.17
18202026-07-22T19:32:27.920Z Compiling cc v1.2.56
18212026-07-22T19:32:27.936Z Compiling equivalent v1.0.2
18222026-07-22T19:32:27.968Z Compiling percent-encoding v2.3.2
18232026-07-22T19:32:27.971Z Compiling writeable v0.6.2
18242026-07-22T19:32:27.971Z Compiling fnv v1.0.7
18252026-07-22T19:32:28.027Z Compiling litemap v0.8.1
18262026-07-22T19:32:28.030Z Compiling getrandom v0.2.17
18272026-07-22T19:32:28.111Z Compiling schemars v0.8.22
18282026-07-22T19:32:28.157Z Compiling rustversion v1.0.22
18292026-07-22T19:32:28.196Z Compiling syn v2.0.117
18302026-07-22T19:32:28.244Z Compiling rand_core v0.6.4
18312026-07-22T19:32:28.291Z Compiling dunce v1.0.5
18322026-07-22T19:32:28.294Z Compiling rustix v1.1.3
18332026-07-22T19:32:28.322Z Compiling fs_extra v1.3.0
18342026-07-22T19:32:28.353Z Compiling critical-section v1.2.0
18352026-07-22T19:32:28.455Z Compiling hashbrown v0.17.0
18362026-07-22T19:32:28.521Z Compiling signal-hook-registry v1.4.8
18372026-07-22T19:32:28.629Z Compiling utf8_iter v1.0.4
18382026-07-22T19:32:28.644Z Compiling strsim v0.11.1
18392026-07-22T19:32:28.672Z Compiling cmake v0.1.57
18402026-07-22T19:32:28.687Z Compiling heck v0.5.0
18412026-07-22T19:32:28.810Z Compiling once_cell v1.21.3
18422026-07-22T19:32:28.969Z Compiling parking_lot v0.12.5
18432026-07-22T19:32:29.008Z Compiling semver v1.0.28
18442026-07-22T19:32:29.042Z Compiling indexmap v2.14.0
18452026-07-22T19:32:29.045Z Compiling form_urlencoded v1.2.2
18462026-07-22T19:32:29.073Z Compiling socket2 v0.6.3
18472026-07-22T19:32:29.087Z Compiling mio v1.2.0
18482026-07-22T19:32:29.162Z Compiling futures-core v0.3.32
18492026-07-22T19:32:29.165Z Compiling aws-lc-rs v1.16.3
18502026-07-22T19:32:29.228Z Compiling aws-lc-sys v0.40.0
18512026-07-22T19:32:29.274Z Compiling ident_case v1.0.1
18522026-07-22T19:32:29.335Z Compiling bitflags v2.11.0
18532026-07-22T19:32:29.403Z Compiling httparse v1.10.1
18542026-07-22T19:32:29.696Z Compiling byteorder v1.5.0
18552026-07-22T19:32:29.712Z Compiling thiserror v1.0.69
18562026-07-22T19:32:29.728Z Compiling ucd-trie v0.1.7
18572026-07-22T19:32:29.829Z Compiling vcpkg v0.2.15
18582026-07-22T19:32:29.862Z Compiling syn v1.0.109
18592026-07-22T19:32:29.905Z Compiling const-oid v0.9.6
18602026-07-22T19:32:29.920Z Compiling pest v2.8.6
18612026-07-22T19:32:29.923Z Compiling iana-time-zone v0.1.65
18622026-07-22T19:32:30.037Z Compiling regex-syntax v0.8.10
18632026-07-22T19:32:30.175Z Compiling uuid v1.23.4
18642026-07-22T19:32:30.304Z Compiling rustc_version v0.4.1
18652026-07-22T19:32:30.307Z Compiling rustls v0.23.41
18662026-07-22T19:32:30.379Z Compiling futures-sink v0.3.32
18672026-07-22T19:32:30.400Z Compiling openssl-sys v0.9.115
18682026-07-22T19:32:30.504Z Compiling futures-channel v0.3.32
18692026-07-22T19:32:30.539Z Compiling aho-corasick v1.1.4
18702026-07-22T19:32:30.576Z Compiling futures-io v0.3.32
18712026-07-22T19:32:30.631Z Compiling futures-task v0.3.32
18722026-07-22T19:32:30.641Z Compiling slab v0.4.12
18732026-07-22T19:32:30.848Z Compiling time-core v0.1.8
18742026-07-22T19:32:30.975Z Compiling num-conv v0.2.0
18752026-07-22T19:32:30.988Z Compiling synstructure v0.13.2
18762026-07-22T19:32:31.014Z Compiling serde_derive_internals v0.29.1
18772026-07-22T19:32:31.029Z Compiling pest_meta v2.8.6
18782026-07-22T19:32:31.048Z Compiling dyn-clone v1.0.20
18792026-07-22T19:32:31.068Z Compiling plain v0.2.3
18802026-07-22T19:32:31.073Z Compiling crc32fast v1.5.0
18812026-07-22T19:32:31.115Z Compiling time-macros v0.2.27
18822026-07-22T19:32:31.246Z Compiling base64 v0.22.1
18832026-07-22T19:32:31.260Z Compiling crossbeam-utils v0.8.21
18842026-07-22T19:32:31.382Z Compiling pretty-hex v0.4.1
18852026-07-22T19:32:31.402Z Compiling openssl v0.10.79
18862026-07-22T19:32:31.492Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18872026-07-22T19:32:31.535Z Compiling regex-automata v0.4.14
18882026-07-22T19:32:31.653Z Compiling pest_generator v2.8.6
18892026-07-22T19:32:31.668Z Compiling anyhow v1.0.102
18902026-07-22T19:32:31.684Z Compiling native-tls v0.2.18
18912026-07-22T19:32:31.773Z Compiling rand_core v0.9.5
18922026-07-22T19:32:31.952Z Compiling slog v2.8.2
18932026-07-22T19:32:31.955Z Compiling tracing-core v0.1.36
18942026-07-22T19:32:32.088Z Compiling cookie v0.18.1
18952026-07-22T19:32:32.216Z Compiling camino v1.2.2
18962026-07-22T19:32:32.242Z Compiling base64ct v1.8.3
18972026-07-22T19:32:32.274Z Compiling serde_derive v1.0.228
18982026-07-22T19:32:32.279Z Compiling zeroize_derive v1.4.3
18992026-07-22T19:32:32.303Z Compiling zerofrom-derive v0.1.6
19002026-07-22T19:32:32.320Z Compiling yoke-derive v0.8.1
19012026-07-22T19:32:32.335Z Compiling zerovec-derive v0.11.2
19022026-07-22T19:32:32.338Z Compiling displaydoc v0.2.5
19032026-07-22T19:32:32.450Z Compiling zerocopy-derive v0.8.40
19042026-07-22T19:32:32.472Z Compiling tokio-macros v2.7.0
19052026-07-22T19:32:32.540Z Compiling futures-macro v0.3.32
19062026-07-22T19:32:32.559Z Compiling thiserror-impl v2.0.18
19072026-07-22T19:32:32.913Z Compiling zeroize v1.8.2
19082026-07-22T19:32:33.070Z Compiling schemars_derive v0.8.22
19092026-07-22T19:32:33.182Z Compiling tracing-attributes v0.1.31
19102026-07-22T19:32:33.239Z Compiling der_derive v0.7.3
19112026-07-22T19:32:33.304Z Compiling thiserror-impl v1.0.69
19122026-07-22T19:32:33.392Z Compiling pest_derive v2.8.6
19132026-07-22T19:32:33.415Z Compiling futures-util v0.3.32
19142026-07-22T19:32:33.449Z Compiling zerofrom v0.1.6
19152026-07-22T19:32:33.597Z Compiling yoke v0.8.1
19162026-07-22T19:32:33.769Z Compiling zerovec v0.11.5
19172026-07-22T19:32:33.782Z Compiling zerotrie v0.2.3
19182026-07-22T19:32:33.869Z Compiling crypto-common v0.1.7
19192026-07-22T19:32:34.165Z Compiling block-buffer v0.10.4
19202026-07-22T19:32:34.335Z Compiling tinystr v0.8.2
19212026-07-22T19:32:34.355Z Compiling potential_utf v0.1.4
19222026-07-22T19:32:34.371Z Compiling digest v0.10.7
19232026-07-22T19:32:34.401Z Compiling scroll_derive v0.12.1
19242026-07-22T19:32:34.407Z Compiling scroll_derive v0.13.1
19252026-07-22T19:32:34.430Z Compiling openssl-macros v0.1.1
19262026-07-22T19:32:34.540Z Compiling icu_locale_core v2.1.1
19272026-07-22T19:32:34.554Z Compiling icu_collections v2.1.1
19282026-07-22T19:32:34.893Z Compiling regex v1.12.3
19292026-07-22T19:32:35.067Z Compiling zerocopy-derive v0.7.35
19302026-07-22T19:32:35.105Z Compiling tracing v0.1.44
19312026-07-22T19:32:35.205Z Compiling pem-rfc7468 v0.7.0
19322026-07-22T19:32:35.312Z Compiling icu_provider v2.1.1
19332026-07-22T19:32:35.485Z Compiling bytes v1.11.1
19342026-07-22T19:32:35.544Z Compiling chrono v0.4.45
19352026-07-22T19:32:35.559Z Compiling serde_tokenstream v0.2.3
19362026-07-22T19:32:35.597Z Compiling icu_properties v2.1.2
19372026-07-22T19:32:35.729Z Compiling icu_normalizer v2.1.1
19382026-07-22T19:32:36.046Z Compiling tokio v1.52.1
19392026-07-22T19:32:36.147Z Compiling http v1.4.2
19402026-07-22T19:32:36.838Z Compiling idna_adapter v1.2.1
19412026-07-22T19:32:36.901Z Compiling ppv-lite86 v0.2.21
19422026-07-22T19:32:36.940Z Compiling flagset v0.4.7
19432026-07-22T19:32:36.993Z Compiling idna v1.1.0
19442026-07-22T19:32:37.070Z Compiling der v0.7.10
19452026-07-22T19:32:37.102Z Compiling http-body v1.0.1
19462026-07-22T19:32:37.173Z Compiling rustls-pki-types v1.14.0
19472026-07-22T19:32:37.233Z Compiling rand_chacha v0.9.0
19482026-07-22T19:32:37.334Z Compiling usdt-impl v0.5.0
19492026-07-22T19:32:37.410Z Compiling url v2.5.8
19502026-07-22T19:32:37.587Z Compiling usdt-impl v0.6.0
19512026-07-22T19:32:37.601Z Compiling ref-cast v1.0.25
19522026-07-22T19:32:37.618Z Compiling cmov v0.5.4
19532026-07-22T19:32:37.634Z Compiling paste v1.0.15
19542026-07-22T19:32:37.844Z Compiling tinyvec_macros v0.1.1
19552026-07-22T19:32:37.860Z Compiling openssl-probe v0.2.1
19562026-07-22T19:32:37.936Z Compiling either v1.15.0
19572026-07-22T19:32:38.056Z Compiling fastrand v2.3.0
19582026-07-22T19:32:38.090Z Compiling ctutils v0.4.2
19592026-07-22T19:32:38.126Z Compiling tinyvec v1.10.0
19602026-07-22T19:32:38.141Z Compiling spki v0.7.3
19612026-07-22T19:32:38.326Z Compiling rand v0.9.2
19622026-07-22T19:32:38.367Z Compiling toml_datetime v0.6.11
19632026-07-22T19:32:38.367Z Compiling serde_spanned v0.6.9
19642026-07-22T19:32:38.432Z Compiling scroll v0.13.0
19652026-07-22T19:32:38.496Z Compiling scroll v0.12.0
19662026-07-22T19:32:38.530Z Compiling async-trait v0.1.89
19672026-07-22T19:32:38.545Z Compiling heapless v0.7.17
19682026-07-22T19:32:38.696Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-07-22T19:32:38.737Z Compiling untrusted v0.7.1
19702026-07-22T19:32:38.751Z Compiling rustix v0.38.44
19712026-07-22T19:32:38.779Z Compiling atomic-waker v1.1.2
19722026-07-22T19:32:38.822Z Compiling winnow v1.0.3
19732026-07-22T19:32:38.875Z Compiling winnow v0.7.14
19742026-07-22T19:32:38.916Z Compiling litrs v1.0.0
19752026-07-22T19:32:38.932Z Compiling cpufeatures v0.2.17
19762026-07-22T19:32:39.019Z Compiling signal-hook v0.3.18
19772026-07-22T19:32:39.034Z Compiling tower-service v0.3.3
19782026-07-22T19:32:39.075Z Compiling try-lock v0.2.5
19792026-07-22T19:32:39.148Z Compiling zstd-safe v7.2.4
19802026-07-22T19:32:39.162Z Compiling tower-layer v0.3.3
19812026-07-22T19:32:39.192Z Compiling want v0.3.1
19822026-07-22T19:32:39.207Z Compiling toml_parser v1.1.2+spec-1.1.0
19832026-07-22T19:32:39.339Z Compiling goblin v0.8.2
19842026-07-22T19:32:39.406Z Compiling document-features v0.2.12
19852026-07-22T19:32:39.413Z Compiling goblin v0.10.5
19862026-07-22T19:32:39.445Z Compiling hybrid-array v0.4.13
19872026-07-22T19:32:39.868Z Compiling zerocopy v0.7.35
19882026-07-22T19:32:39.933Z Compiling tokio-util v0.7.18
19892026-07-22T19:32:39.955Z Compiling ipnet v2.11.0
19902026-07-22T19:32:40.245Z Compiling ref-cast-impl v1.0.25
19912026-07-22T19:32:40.271Z Compiling darling_core v0.20.11
19922026-07-22T19:32:40.372Z Compiling curve25519-dalek v4.1.3
19932026-07-22T19:32:40.387Z Compiling memoffset v0.9.1
19942026-07-22T19:32:40.432Z Compiling foreign-types-shared v0.1.1
19952026-07-22T19:32:40.490Z Compiling winnow v0.5.40
19962026-07-22T19:32:40.636Z Compiling h2 v0.4.15
19972026-07-22T19:32:40.670Z Compiling utf8parse v0.2.2
19982026-07-22T19:32:40.807Z Compiling httpdate v1.0.3
19992026-07-22T19:32:40.951Z Compiling untrusted v0.9.0
20002026-07-22T19:32:41.089Z Compiling powerfmt v0.2.0
20012026-07-22T19:32:41.206Z Compiling tempfile v3.25.0
20022026-07-22T19:32:41.261Z Compiling deranged v0.5.8
20032026-07-22T19:32:41.375Z Compiling foreign-types v0.3.2
20042026-07-22T19:32:41.459Z Compiling unicode-normalization v0.1.25
20052026-07-22T19:32:41.516Z Compiling pkcs8 v0.10.2
20062026-07-22T19:32:41.776Z Compiling toml_edit v0.19.15
20072026-07-22T19:32:41.911Z Compiling dof v0.3.0
20082026-07-22T19:32:41.933Z Compiling dtrace-parser v0.2.0
20092026-07-22T19:32:42.211Z Compiling darling_macro v0.20.11
20102026-07-22T19:32:42.262Z Compiling dof v0.4.0
20112026-07-22T19:32:42.569Z Compiling dtrace-parser v0.3.0
20122026-07-22T19:32:42.599Z Compiling daft-derive v0.1.7
20132026-07-22T19:32:42.714Z Compiling pin-project-internal v1.1.11
20142026-07-22T19:32:42.917Z Compiling spin v0.9.8
20152026-07-22T19:32:42.985Z Compiling thread-id v4.2.2
20162026-07-22T19:32:43.088Z Compiling thread-id v5.1.0
20172026-07-22T19:32:43.122Z Compiling anstyle v1.0.14
20182026-07-22T19:32:43.139Z Compiling cfg_aliases v0.2.1
20192026-07-22T19:32:43.201Z Compiling smoltcp v0.9.1
20202026-07-22T19:32:43.224Z Compiling num_threads v0.1.7
20212026-07-22T19:32:43.291Z Compiling num-bigint-dig v0.8.6
20222026-07-22T19:32:43.379Z Compiling nix v0.31.2
20232026-07-22T19:32:43.496Z Compiling time v0.3.47
20242026-07-22T19:32:43.775Z Compiling darling v0.20.11
20252026-07-22T19:32:43.846Z Compiling hyper v1.10.1
20262026-07-22T19:32:43.876Z Compiling sha2 v0.10.9
20272026-07-22T19:32:44.029Z Compiling ipnetwork v0.21.1
20282026-07-22T19:32:44.089Z Compiling hmac v0.12.1
20292026-07-22T19:32:44.109Z Compiling strum_macros v0.26.4
20302026-07-22T19:32:44.237Z Compiling curve25519-dalek-derive v0.1.1
20312026-07-22T19:32:44.339Z Compiling darling_core v0.23.0
20322026-07-22T19:32:44.521Z Compiling sync_wrapper v1.0.2
20332026-07-22T19:32:44.567Z Compiling wait-timeout v0.2.1
20342026-07-22T19:32:44.769Z Compiling bit-vec v0.8.0
20352026-07-22T19:32:44.867Z Compiling siphasher v1.0.2
20362026-07-22T19:32:45.017Z Compiling hyper-util v0.1.20
20372026-07-22T19:32:45.033Z Compiling anstyle-query v1.1.5
20382026-07-22T19:32:45.067Z Compiling simd-adler32 v0.3.8
20392026-07-22T19:32:45.160Z Compiling quick-error v1.2.3
20402026-07-22T19:32:45.289Z Compiling colorchoice v1.0.4
20412026-07-22T19:32:45.417Z Compiling is_terminal_polyfill v1.70.2
20422026-07-22T19:32:45.609Z Compiling rusty-fork v0.3.1
20432026-07-22T19:32:45.903Z Compiling bit-set v0.8.0
20442026-07-22T19:32:45.919Z Compiling tower v0.5.3
20452026-07-22T19:32:46.412Z Compiling derive_builder_core v0.20.2
20462026-07-22T19:32:46.427Z Compiling http-body-util v0.1.3
20472026-07-22T19:32:46.462Z Compiling darling_macro v0.23.0
20482026-07-22T19:32:46.589Z Compiling hubpack_derive v0.1.1
20492026-07-22T19:32:46.674Z Compiling snafu-derive v0.8.9
20502026-07-22T19:32:46.689Z Compiling strum_macros v0.27.2
20512026-07-22T19:32:46.706Z Compiling rand_xorshift v0.4.0
20522026-07-22T19:32:46.858Z Compiling fs-err v3.3.0
20532026-07-22T19:32:46.874Z Compiling ahash v0.8.12
20542026-07-22T19:32:47.070Z Compiling unicode-bidi v0.3.18
20552026-07-22T19:32:47.135Z Compiling allocator-api2 v0.2.21
20562026-07-22T19:32:47.207Z Compiling unarray v0.1.4
20572026-07-22T19:32:47.224Z Compiling unicode-segmentation v1.12.0
20582026-07-22T19:32:47.254Z Compiling iri-string v0.7.10
20592026-07-22T19:32:47.336Z Compiling adler2 v2.0.1
20602026-07-22T19:32:47.466Z Compiling ryu v1.0.23
20612026-07-22T19:32:47.485Z Compiling object v0.37.3
20622026-07-22T19:32:47.505Z Compiling unicode-properties v0.1.4
20632026-07-22T19:32:47.577Z Compiling miniz_oxide v0.8.9
20642026-07-22T19:32:47.634Z Compiling serde_urlencoded v0.7.1
20652026-07-22T19:32:47.654Z Compiling proptest v1.10.0
20662026-07-22T19:32:47.735Z Compiling stringprep v0.1.5
20672026-07-22T19:32:47.783Z Compiling derive_builder_macro v0.20.2
20682026-07-22T19:32:48.142Z Compiling darling v0.23.0
20692026-07-22T19:32:48.277Z Compiling tokio-native-tls v0.3.1
20702026-07-22T19:32:48.305Z Compiling usdt-macro v0.6.0
20712026-07-22T19:32:48.360Z Compiling usdt-attr-macro v0.6.0
20722026-07-22T19:32:48.411Z Compiling tower-http v0.6.8
20732026-07-22T19:32:48.470Z Compiling anstyle-parse v1.0.0
20742026-07-22T19:32:48.510Z Compiling block-buffer v0.12.1
20752026-07-22T19:32:48.523Z Compiling crypto-common v0.2.2
20762026-07-22T19:32:48.672Z Compiling block-padding v0.4.2
20772026-07-22T19:32:48.982Z Compiling rustls-native-certs v0.8.3
20782026-07-22T19:32:49.042Z Compiling rand_chacha v0.3.1
20792026-07-22T19:32:49.058Z Compiling hex v0.4.3
20802026-07-22T19:32:49.161Z Compiling erased-serde v0.3.31
20812026-07-22T19:32:49.200Z Compiling md-5 v0.10.6
20822026-07-22T19:32:49.230Z Compiling signature v2.2.0
20832026-07-22T19:32:49.262Z Compiling bstr v1.12.1
20842026-07-22T19:32:49.393Z Compiling num-integer v0.1.46
20852026-07-22T19:32:49.411Z Compiling hash32 v0.2.1
20862026-07-22T19:32:49.414Z Compiling vergen-lib v9.1.0
20872026-07-22T19:32:49.551Z Compiling encoding_rs v0.8.35
20882026-07-22T19:32:49.618Z Compiling fallible-iterator v0.2.0
20892026-07-22T19:32:49.638Z Compiling zlib-rs v0.6.2
20902026-07-22T19:32:49.694Z Compiling mime v0.3.17
20912026-07-22T19:32:49.779Z Compiling cpufeatures v0.3.0
20922026-07-22T19:32:49.835Z Compiling psl-types v2.0.11
20932026-07-22T19:32:49.912Z Compiling postgres-protocol v0.6.10
20942026-07-22T19:32:49.942Z Compiling publicsuffix v2.3.0
20952026-07-22T19:32:49.957Z Compiling newtype-uuid v1.3.2
20962026-07-22T19:32:49.975Z Compiling num-iter v0.1.45
20972026-07-22T19:32:50.446Z Compiling rand v0.8.6
20982026-07-22T19:32:50.508Z Compiling oxnet v0.1.6
20992026-07-22T19:32:50.641Z Compiling inout v0.2.2
21002026-07-22T19:32:50.690Z Compiling anstream v1.0.0
21012026-07-22T19:32:50.742Z Compiling hyper-tls v0.6.0
21022026-07-22T19:32:50.820Z Compiling derive_builder v0.20.2
21032026-07-22T19:32:50.859Z Compiling serde_with_macros v3.21.0
21042026-07-22T19:32:50.922Z Compiling heck v0.4.1
21052026-07-22T19:32:50.958Z Compiling phf_shared v0.13.1
21062026-07-22T19:32:50.980Z Compiling pin-project v1.1.11
21072026-07-22T19:32:51.037Z Compiling lazy_static v1.5.0
21082026-07-22T19:32:51.085Z Compiling anstyle-parse v0.2.7
21092026-07-22T19:32:51.192Z Compiling futures-executor v0.3.32
21102026-07-22T19:32:51.226Z Compiling terminal_size v0.4.3
21112026-07-22T19:32:51.240Z Compiling clap_derive v4.6.1
21122026-07-22T19:32:51.243Z Compiling enum-as-inner v0.6.1
21132026-07-22T19:32:51.275Z Compiling async-recursion v1.1.1
21142026-07-22T19:32:51.290Z Compiling serde_repr v0.1.20
21152026-07-22T19:32:51.458Z Compiling ff v0.13.1
21162026-07-22T19:32:51.528Z Compiling vergen v9.1.0
21172026-07-22T19:32:51.609Z Compiling cargo-platform v0.3.2
21182026-07-22T19:32:51.736Z Compiling flate2 v1.1.9
21192026-07-22T19:32:51.763Z Compiling bumpalo v3.20.2
21202026-07-22T19:32:51.785Z Compiling same-file v1.0.6
21212026-07-22T19:32:51.881Z Compiling libbz2-rs-sys v0.2.2
21222026-07-22T19:32:51.929Z Compiling foldhash v0.2.0
21232026-07-22T19:32:51.961Z Compiling managed v0.8.0
21242026-07-22T19:32:52.066Z Compiling foldhash v0.1.5
21252026-07-22T19:32:52.167Z Compiling bitflags v1.3.2
21262026-07-22T19:32:52.183Z Compiling clap_lex v1.0.0
21272026-07-22T19:32:52.257Z Compiling base16ct v0.2.0
21282026-07-22T19:32:52.260Z Compiling hashbrown v0.15.5
21292026-07-22T19:32:52.302Z Compiling hashbrown v0.16.1
21302026-07-22T19:32:52.445Z Compiling sec1 v0.7.3
21312026-07-22T19:32:52.471Z Compiling clap_builder v4.6.0
21322026-07-22T19:32:52.491Z Compiling bzip2 v0.6.1
21332026-07-22T19:32:52.592Z Compiling zopfli v0.8.3
21342026-07-22T19:32:52.733Z Compiling walkdir v2.5.0
21352026-07-22T19:32:52.842Z Compiling cargo_metadata v0.23.1
21362026-07-22T19:32:52.945Z Compiling group v0.13.0
21372026-07-22T19:32:53.136Z Compiling futures v0.3.32
21382026-07-22T19:32:53.229Z Compiling anstream v0.6.21
21392026-07-22T19:32:53.536Z Compiling phf v0.13.1
21402026-07-22T19:32:53.583Z Compiling zstd v0.13.3
21412026-07-22T19:32:53.714Z Compiling snafu v0.8.9
21422026-07-22T19:32:53.853Z Compiling reqwest v0.12.28
21432026-07-22T19:32:54.067Z Compiling signal-hook-mio v0.2.5
21442026-07-22T19:32:54.083Z Compiling cipher v0.5.2
21452026-07-22T19:32:54.204Z Compiling daft v0.1.7
21462026-07-22T19:32:54.298Z Compiling cookie_store v0.22.1
21472026-07-22T19:32:54.365Z Compiling postgres-types v0.2.12
21482026-07-22T19:32:54.381Z Compiling bzip2 v0.4.4
21492026-07-22T19:32:54.465Z Compiling globset v0.4.18
21502026-07-22T19:32:54.502Z Compiling ed25519 v2.2.3
21512026-07-22T19:32:54.553Z Compiling strum v0.27.2
21522026-07-22T19:32:54.726Z Compiling hubpack v0.1.2
21532026-07-22T19:32:54.779Z Compiling phf_shared v0.11.3
21542026-07-22T19:32:54.818Z Compiling hkdf v0.12.4
21552026-07-22T19:32:54.836Z Compiling crossbeam-epoch v0.9.18
21562026-07-22T19:32:54.896Z Compiling olpc-cjson v0.1.4
21572026-07-22T19:32:54.915Z Compiling pkcs1 v0.7.5
21582026-07-22T19:32:55.071Z Compiling serde-big-array v0.5.1
21592026-07-22T19:32:55.206Z Compiling serde_plain v1.0.2
21602026-07-22T19:32:55.250Z Compiling crypto-bigint v0.5.5
21612026-07-22T19:32:55.348Z Compiling pem v3.0.6
21622026-07-22T19:32:55.429Z Compiling float-cmp v0.10.0
21632026-07-22T19:32:55.432Z Compiling memmap2 v0.9.10
21642026-07-22T19:32:55.462Z Compiling env_filter v1.0.0
21652026-07-22T19:32:55.534Z Compiling difflib v0.4.0
21662026-07-22T19:32:55.642Z Compiling precomputed-hash v0.1.1
21672026-07-22T19:32:55.660Z Compiling whoami v2.1.0
21682026-07-22T19:32:55.736Z Compiling fixedbitset v0.4.2
21692026-07-22T19:32:55.842Z Compiling typed-path v0.9.3
21702026-07-22T19:32:55.886Z Compiling fixedbitset v0.5.7
21712026-07-22T19:32:55.918Z Compiling const-oid v0.10.2
21722026-07-22T19:32:55.955Z Compiling toml_write v0.1.2
21732026-07-22T19:32:55.988Z Compiling new_debug_unreachable v1.0.6
21742026-07-22T19:32:56.006Z Compiling data-encoding v2.10.0
21752026-07-22T19:32:56.047Z Compiling keccak v0.1.6
21762026-07-22T19:32:56.072Z Compiling normalize-line-endings v0.3.0
21772026-07-22T19:32:56.125Z Compiling static_assertions v1.1.0
21782026-07-22T19:32:56.176Z Compiling predicates-core v1.0.10
21792026-07-22T19:32:56.186Z Compiling jiff v0.2.21
21802026-07-22T19:32:56.189Z Compiling elliptic-curve v0.13.8
21812026-07-22T19:32:56.217Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21822026-07-22T19:32:56.241Z Compiling sha3 v0.10.8
21832026-07-22T19:32:56.269Z Compiling toml_edit v0.22.27
21842026-07-22T19:32:56.336Z Compiling hickory-proto v0.25.2
21852026-07-22T19:32:56.354Z Compiling predicates v3.1.4
21862026-07-22T19:32:56.427Z Compiling petgraph v0.8.3
21872026-07-22T19:32:56.515Z Compiling digest v0.11.3
21882026-07-22T19:32:56.531Z Compiling string_cache v0.8.9
21892026-07-22T19:32:56.548Z Compiling petgraph v0.6.5
21902026-07-22T19:32:56.741Z Compiling tokio-postgres v0.7.16
21912026-07-22T19:32:56.773Z Compiling chacha20 v0.10.0
21922026-07-22T19:32:56.845Z Compiling env_logger v0.11.9
21932026-07-22T19:32:56.931Z Compiling usdt v0.6.0
21942026-07-22T19:32:57.381Z Compiling rsa v0.9.10
21952026-07-22T19:32:58.609Z Compiling ed25519-dalek v2.2.0
21962026-07-22T19:32:58.639Z Compiling zip v0.6.6
21972026-07-22T19:32:58.645Z Compiling iddqd v0.4.2
21982026-07-22T19:32:58.852Z Compiling zip v4.6.1
21992026-07-22T19:32:59.010Z Compiling crossterm v0.28.1
22002026-07-22T19:32:59.189Z Compiling clap v4.6.1
22012026-07-22T19:32:59.312Z Compiling serde_with v3.21.0
22022026-07-22T19:32:59.602Z Compiling similar v2.7.0
22032026-07-22T19:32:59.667Z Compiling byte-wrapper v0.1.0
22042026-07-22T19:32:59.758Z Compiling strum v0.26.3
22052026-07-22T19:32:59.874Z Compiling toml v0.7.8
22062026-07-22T19:32:59.909Z Compiling tokio-stream v0.1.18
22072026-07-22T19:32:59.925Z Compiling buf-list v1.1.2
22082026-07-22T19:32:59.979Z Compiling x509-cert v0.2.5
22092026-07-22T19:33:00.159Z Compiling itertools v0.13.0
22102026-07-22T19:33:00.342Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22112026-07-22T19:33:00.421Z Compiling openapiv3 v2.2.0
22122026-07-22T19:33:01.137Z Compiling lalrpop-util v0.19.12
22132026-07-22T19:33:01.233Z Compiling peg-runtime v0.8.5
22142026-07-22T19:33:16.917Z Compiling rustls-webpki v0.103.13
22152026-07-22T19:33:18.552Z Compiling macaddr v1.0.1
22162026-07-22T19:33:18.573Z Compiling structmeta-derive v0.3.0
22172026-07-22T19:33:18.595Z Compiling darling_core v0.21.3
22182026-07-22T19:33:18.841Z Compiling crucible-workspace-hack v0.1.0
22192026-07-22T19:33:18.857Z Compiling rayon-core v1.13.0
22202026-07-22T19:33:18.861Z Compiling itertools v0.14.0
22212026-07-22T19:33:18.938Z Compiling secrecy v0.10.3
22222026-07-22T19:33:19.111Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-07-22T19:33:19.115Z Compiling toml_datetime v0.7.5+spec-1.1.0
22242026-07-22T19:33:19.128Z Compiling heapless v0.8.0
22252026-07-22T19:33:19.379Z Compiling toml_edit v0.23.10+spec-1.0.0
22262026-07-22T19:33:19.546Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22272026-07-22T19:33:19.573Z Compiling crossbeam-deque v0.8.6
22282026-07-22T19:33:19.588Z Compiling inout v0.1.4
22292026-07-22T19:33:19.607Z Compiling structmeta v0.3.0
22302026-07-22T19:33:19.658Z Compiling hash32 v0.3.1
22312026-07-22T19:33:19.663Z Compiling multer v3.1.0
22322026-07-22T19:33:19.715Z Compiling thread_local v1.1.9
22332026-07-22T19:33:19.779Z Compiling unicode-width v0.2.0
22342026-07-22T19:33:19.811Z Compiling smoltcp v0.11.0
22352026-07-22T19:33:19.840Z Compiling slog-async v2.8.0
22362026-07-22T19:33:19.853Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372026-07-22T19:33:19.905Z Compiling match_cfg v0.1.0
22382026-07-22T19:33:19.997Z Compiling compression-core v0.4.31
22392026-07-22T19:33:20.092Z Compiling hostname v0.3.1
22402026-07-22T19:33:20.107Z Compiling proc-macro-crate v3.4.0
22412026-07-22T19:33:20.159Z Compiling compression-codecs v0.4.37
22422026-07-22T19:33:20.209Z Compiling derive-ex v0.1.8
22432026-07-22T19:33:20.242Z Compiling cipher v0.4.4
22442026-07-22T19:33:20.271Z Compiling atomicwrites v0.4.4
22452026-07-22T19:33:20.297Z Compiling slog-json v2.6.1
22462026-07-22T19:33:20.516Z Compiling crossbeam-channel v0.5.15
22472026-07-22T19:33:20.540Z Compiling half v2.7.1
22482026-07-22T19:33:20.540Z Compiling newtype-uuid-macros v0.1.0
22492026-07-22T19:33:20.571Z Compiling cobs v0.3.0
22502026-07-22T19:33:20.588Z Compiling tokio-rustls v0.26.4
22512026-07-22T19:33:20.732Z Compiling rustls-platform-verifier v0.6.2
22522026-07-22T19:33:20.752Z Compiling tough v0.22.0
22532026-07-22T19:33:20.865Z Compiling hyper-rustls v0.27.7
22542026-07-22T19:33:20.870Z Compiling darling_macro v0.21.3
22552026-07-22T19:33:20.902Z Compiling universal-hash v0.5.1
22562026-07-22T19:33:20.947Z Compiling thiserror-impl-no-std v2.0.2
22572026-07-22T19:33:21.059Z Compiling async-stream-impl v0.3.6
22582026-07-22T19:33:21.178Z Compiling reqwest v0.13.2
22592026-07-22T19:33:21.221Z Compiling toml_datetime v1.1.1+spec-1.1.0
22602026-07-22T19:33:21.303Z Compiling serde_spanned v1.1.1
22612026-07-22T19:33:21.395Z Compiling darling v0.21.3
22622026-07-22T19:33:21.468Z Compiling is-terminal v0.4.17
22632026-07-22T19:33:21.493Z Compiling ingot-macros v0.1.1
22642026-07-22T19:33:21.588Z Compiling proc-macro-error-attr v1.0.4
22652026-07-22T19:33:21.669Z Compiling dropshot v0.17.1
22662026-07-22T19:33:21.684Z Compiling take_mut v0.2.2
22672026-07-22T19:33:21.732Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22682026-07-22T19:33:21.748Z Compiling opaque-debug v0.3.1
22692026-07-22T19:33:21.823Z Compiling ciborium-io v0.2.2
22702026-07-22T19:33:21.838Z Compiling convert_case v0.4.0
22712026-07-22T19:33:21.841Z Compiling term v1.2.1
22722026-07-22T19:33:21.908Z Compiling toml_writer v1.1.1+spec-1.1.0
22732026-07-22T19:33:21.987Z Compiling ciborium-ll v0.2.2
22742026-07-22T19:33:22.021Z Compiling thiserror-no-std v2.0.2
22752026-07-22T19:33:22.060Z Compiling poly1305 v0.8.0
22762026-07-22T19:33:22.156Z Compiling toml v1.1.2+spec-1.1.0
22772026-07-22T19:33:22.186Z Compiling derive_more v0.99.20
22782026-07-22T19:33:22.205Z Compiling slog-term v2.9.2
22792026-07-22T19:33:22.221Z Compiling test-strategy v0.4.5
22802026-07-22T19:33:22.274Z Compiling async-stream v0.3.6
22812026-07-22T19:33:22.491Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22822026-07-22T19:33:22.647Z Compiling postcard v1.1.3
22832026-07-22T19:33:23.067Z Compiling num_enum_derive v0.7.6
22842026-07-22T19:33:23.500Z Compiling slog-bunyan v2.5.0
22852026-07-22T19:33:23.516Z Compiling chacha20 v0.9.1
22862026-07-22T19:33:23.555Z Compiling async-compression v0.4.41
22872026-07-22T19:33:23.697Z Compiling parse-display-derive v0.10.0
22882026-07-22T19:33:23.805Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22892026-07-22T19:33:24.045Z Compiling sha1 v0.11.0
22902026-07-22T19:33:24.146Z Compiling ingot-types v0.1.2
22912026-07-22T19:33:24.161Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22922026-07-22T19:33:24.291Z Compiling proc-macro-crate v1.3.1
22932026-07-22T19:33:24.410Z Compiling waitgroup v0.1.2
22942026-07-22T19:33:24.431Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22952026-07-22T19:33:24.445Z Compiling backon v1.6.0
22962026-07-22T19:33:24.464Z Compiling password-hash v0.5.0
22972026-07-22T19:33:24.490Z Compiling rustls-pemfile v2.2.0
22982026-07-22T19:33:24.507Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22992026-07-22T19:33:24.589Z Compiling ingot v0.1.1
23002026-07-22T19:33:24.621Z Compiling dropshot_endpoint v0.17.1
23012026-07-22T19:33:24.651Z Compiling blake2 v0.10.6
23022026-07-22T19:33:24.682Z Compiling aead v0.5.2
23032026-07-22T19:33:24.722Z Compiling foreign-types-macros v0.2.3
23042026-07-22T19:33:24.788Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23052026-07-22T19:33:24.859Z Compiling serde_path_to_error v0.1.20
23062026-07-22T19:33:24.903Z Compiling hostname v0.4.2
23072026-07-22T19:33:24.906Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-22T19:33:25.088Z Compiling proc-macro-error v1.0.4
23092026-07-22T19:33:25.153Z Compiling instant v0.1.13
23102026-07-22T19:33:25.173Z Compiling foreign-types-shared v0.3.1
23112026-07-22T19:33:25.198Z Compiling debug-ignore v1.0.5
23122026-07-22T19:33:25.235Z Compiling parse-display v0.10.0
23132026-07-22T19:33:25.292Z Compiling backoff v0.4.0
23142026-07-22T19:33:25.325Z Compiling argon2 v0.5.3
23152026-07-22T19:33:25.357Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-07-22T19:33:25.360Z Compiling foreign-types v0.5.0
23172026-07-22T19:33:25.360Z Compiling chacha20poly1305 v0.10.1
23182026-07-22T19:33:25.439Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23192026-07-22T19:33:25.521Z Compiling num_enum_derive v0.5.11
23202026-07-22T19:33:25.535Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23212026-07-22T19:33:25.553Z Compiling num_enum v0.7.6
23222026-07-22T19:33:25.567Z Compiling ciborium v0.2.2
23232026-07-22T19:33:25.567Z Compiling vsss-rs v3.3.4
23242026-07-22T19:33:25.936Z Compiling tabwriter v1.4.1
23252026-07-22T19:33:25.998Z Compiling regress v0.10.5
23262026-07-22T19:33:26.087Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-07-22T19:33:26.100Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23282026-07-22T19:33:26.217Z Compiling cstr-argument v0.1.2
23292026-07-22T19:33:26.322Z Compiling humantime v2.3.0
23302026-07-22T19:33:26.340Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23312026-07-22T19:33:26.365Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-07-22T19:33:26.407Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-07-22T19:33:26.423Z Compiling rayon v1.11.0
23342026-07-22T19:33:26.444Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23352026-07-22T19:33:26.563Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23362026-07-22T19:33:26.610Z Compiling num_enum v0.5.11
23372026-07-22T19:33:26.631Z Compiling rand v0.10.1
23382026-07-22T19:33:26.738Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23392026-07-22T19:33:26.757Z Compiling indent_write v2.2.0
23402026-07-22T19:33:26.757Z Compiling colored v3.1.1
23412026-07-22T19:33:26.778Z Compiling libefi-sys v0.1.0
23422026-07-22T19:33:26.795Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-07-22T19:33:26.804Z Compiling zone_cfg_derive v0.3.1
23442026-07-22T19:33:26.848Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23452026-07-22T19:33:26.857Z Compiling camino-tempfile v1.4.1
23462026-07-22T19:33:27.004Z Compiling itertools v0.12.1
23472026-07-22T19:33:27.022Z Compiling usdt-attr-macro v0.5.0
23482026-07-22T19:33:27.060Z Compiling usdt-macro v0.5.0
23492026-07-22T19:33:27.113Z Compiling num-derive v0.4.2
23502026-07-22T19:33:27.143Z Compiling bitfield-struct v0.6.2
23512026-07-22T19:33:27.356Z Compiling blake3 v1.8.5
23522026-07-22T19:33:27.478Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23532026-07-22T19:33:27.493Z Compiling memmap v0.7.0
23542026-07-22T19:33:27.608Z Compiling sigpipe v0.1.3
23552026-07-22T19:33:27.612Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23562026-07-22T19:33:27.728Z Compiling swrite v0.1.0
23572026-07-22T19:33:27.752Z Compiling glob v0.3.3
23582026-07-22T19:33:27.816Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23592026-07-22T19:33:27.834Z Compiling usdt v0.5.0
23602026-07-22T19:33:27.838Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-07-22T19:33:27.901Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23622026-07-22T19:33:28.090Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23632026-07-22T19:33:28.184Z Compiling smf v0.2.3
23642026-07-22T19:33:28.211Z Compiling filetime v0.2.27
23652026-07-22T19:33:28.263Z Compiling whoami v1.6.1
23662026-07-22T19:33:28.282Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-07-22T19:33:28.387Z Compiling zone v0.3.1
23682026-07-22T19:33:28.403Z Compiling constant_time_eq v0.4.2
23692026-07-22T19:33:28.426Z Compiling arrayvec v0.7.6
23702026-07-22T19:33:28.441Z Compiling arrayref v0.3.9
23712026-07-22T19:33:28.488Z Compiling xattr v1.6.1
23722026-07-22T19:33:28.515Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-07-22T19:33:28.540Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23742026-07-22T19:33:28.620Z Compiling tokio-dtrace v0.1.1
23752026-07-22T19:33:28.695Z Compiling tar v0.4.46
23762026-07-22T19:33:28.699Z Compiling console v0.16.2
23772026-07-22T19:33:28.726Z Compiling gethostname v0.5.0
23782026-07-22T19:33:28.771Z Compiling topological-sort v0.2.2
23792026-07-22T19:33:28.786Z Compiling unit-prefix v0.5.2
23802026-07-22T19:33:28.874Z Compiling oxide-tokio-rt v0.1.4
23812026-07-22T19:33:28.980Z Compiling toml v0.8.23
23822026-07-22T19:33:28.984Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-07-22T19:33:29.196Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23842026-07-22T19:33:29.295Z Compiling indicatif v0.18.4
23852026-07-22T19:33:29.336Z Compiling shell-words v1.1.1
23862026-07-22T19:33:38.675Z Compiling progenitor-client v0.14.0
23872026-07-22T19:33:38.675Z Compiling omicron-zone-package v0.12.3
23882026-07-22T19:33:38.912Z Compiling progenitor-extras v0.2.0
23892026-07-22T19:33:39.250Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-07-22T19:33:39.301Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23912026-07-22T19:33:39.348Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-07-22T19:33:39.399Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23932026-07-22T19:33:39.451Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23942026-07-22T19:33:39.471Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23952026-07-22T19:33:39.607Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-07-22T19:33:39.727Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-07-22T19:33:40.014Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23982026-07-22T19:33:43.993Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23992026-07-22T19:33:51.963Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24002026-07-22T19:33:55.107Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24012026-07-22T19:33:56.127Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24022026-07-22T19:34:05.482Z Finished `release` profile [optimized] target(s) in 1m 39s
24032026-07-22T19:34:05.623Z Running `target/release/omicron-package -t test target create -p dev`
24042026-07-22T19:34:05.679ZLogging to: /work/oxidecomputer/omicron/out/LOG
24052026-07-22T19:34:05.682ZCreated new build target 'test' and set it as active
24062026-07-22T19:34:05.685Z
24072026-07-22T19:34:05.685Zreal 1:40.087924740
24082026-07-22T19:34:05.685Zuser 16:24.364333200
24092026-07-22T19:34:05.685Zsys 2:36.766334273
24102026-07-22T19:34:05.685Ztrap 0.466333121
24112026-07-22T19:34:05.685Ztflt 2.190117269
24122026-07-22T19:34:05.685Zdflt 4.168379667
24132026-07-22T19:34:05.685Zkflt 0.000447710
24142026-07-22T19:34:05.685Zlock 51:53.212051289
24152026-07-22T19:34:05.685Zslp 42:23.449205528
24162026-07-22T19:34:05.685Zlat 44.748403436
24172026-07-22T19:34:05.685Zstop 5:14.446642058
24182026-07-22T19:34:05.685Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24192026-07-22T19:34:06.521Z Finished `release` profile [optimized] target(s) in 0.82s
24202026-07-22T19:34:06.587Z Running `target/release/omicron-package -t test package`
24212026-07-22T19:34:06.643ZLogging to: /work/oxidecomputer/omicron/out/LOG
24222026-07-22T19:34:08.021Z Compiling heck v0.5.0
24232026-07-22T19:34:08.021Z Compiling regress v0.11.1
24242026-07-22T19:34:08.252Z Compiling unsafe-libyaml v0.2.11
24252026-07-22T19:34:08.272Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-07-22T19:34:08.295Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24272026-07-22T19:34:08.297Z Compiling unicode-width v0.1.14
24282026-07-22T19:34:08.335Z Compiling derive-where v1.6.0
24292026-07-22T19:34:08.339Z Compiling bytecount v0.6.9
24302026-07-22T19:34:08.356Z Compiling atomicwrites v0.4.4
24312026-07-22T19:34:08.396Z Compiling is-terminal v0.4.17
24322026-07-22T19:34:08.399Z Compiling prettyplease v0.2.37
24332026-07-22T19:34:08.399Z Compiling console v0.15.11
24342026-07-22T19:34:08.399Z Compiling newline-converter v0.3.0
24352026-07-22T19:34:08.399Z Compiling slog-dtrace v0.3.0
24362026-07-22T19:34:08.478Z Compiling resolv-conf v0.7.6
24372026-07-22T19:34:08.522Z Compiling owo-colors v4.3.0
24382026-07-22T19:34:08.546Z Compiling cancel-safe-futures v0.1.5
24392026-07-22T19:34:08.580Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24402026-07-22T19:34:08.600Z Compiling num-rational v0.4.2
24412026-07-22T19:34:08.651Z Compiling libsw-core v0.3.2
24422026-07-22T19:34:08.671Z Compiling num-complex v0.4.6
24432026-07-22T19:34:08.757Z Compiling thread_local v1.1.9
24442026-07-22T19:34:08.821Z Compiling serde_yaml v0.9.34+deprecated
24452026-07-22T19:34:08.867Z Compiling expectorate v1.2.0
24462026-07-22T19:34:08.992Z Compiling compression-core v0.4.31
24472026-07-22T19:34:09.000Z Compiling match_cfg v0.1.0
24482026-07-22T19:34:09.072Z Compiling num v0.4.3
24492026-07-22T19:34:09.121Z Compiling compression-codecs v0.4.37
24502026-07-22T19:34:09.143Z Compiling hostname v0.3.1
24512026-07-22T19:34:09.166Z Compiling libsw v3.5.0
24522026-07-22T19:34:09.170Z Compiling multer v3.1.0
24532026-07-22T19:34:09.208Z Compiling slog-async v2.8.0
24542026-07-22T19:34:09.270Z Compiling crossbeam-channel v0.5.15
24552026-07-22T19:34:09.291Z Compiling slog-json v2.6.1
24562026-07-22T19:34:09.315Z Compiling toml_datetime v1.1.1+spec-1.1.0
24572026-07-22T19:34:09.392Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24582026-07-22T19:34:09.414Z Compiling serde_spanned v1.1.1
24592026-07-22T19:34:09.432Z Compiling take_mut v0.2.2
24602026-07-22T19:34:09.518Z Compiling linear-map v1.2.0
24612026-07-22T19:34:09.537Z Compiling term v1.2.1
24622026-07-22T19:34:09.556Z Compiling float-ord v0.3.2
24632026-07-22T19:34:09.590Z Compiling linked-hash-map v0.5.6
24642026-07-22T19:34:09.591Z Compiling toml_writer v1.1.1+spec-1.1.0
24652026-07-22T19:34:09.634Z Compiling slog-bunyan v2.5.0
24662026-07-22T19:34:09.639Z Compiling async-compression v0.4.41
24672026-07-22T19:34:09.675Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24682026-07-22T19:34:09.726Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24692026-07-22T19:34:09.813Z Compiling lru-cache v0.1.2
24702026-07-22T19:34:09.844Z Compiling typify-impl v0.6.2
24712026-07-22T19:34:09.865Z Compiling slog-term v2.9.2
24722026-07-22T19:34:09.956Z Compiling toml v1.1.2+spec-1.1.0
24732026-07-22T19:34:10.006Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24742026-07-22T19:34:10.060Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752026-07-22T19:34:10.145Z Compiling dropshot v0.17.1
24762026-07-22T19:34:10.165Z Compiling async-stream v0.3.6
24772026-07-22T19:34:10.189Z Compiling sha1 v0.11.0
24782026-07-22T19:34:10.216Z Compiling progenitor-client v0.14.0
24792026-07-22T19:34:10.239Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24802026-07-22T19:34:10.361Z Compiling waitgroup v0.1.2
24812026-07-22T19:34:10.383Z Compiling rustls-pemfile v2.2.0
24822026-07-22T19:34:10.407Z Compiling backon v1.6.0
24832026-07-22T19:34:10.464Z Compiling hostname v0.4.2
24842026-07-22T19:34:10.496Z Compiling serde_path_to_error v0.1.20
24852026-07-22T19:34:10.537Z Compiling instant v0.1.13
24862026-07-22T19:34:10.556Z Compiling debug-ignore v1.0.5
24872026-07-22T19:34:10.619Z Compiling minimal-lexical v0.2.1
24882026-07-22T19:34:10.640Z Compiling progenitor-extras v0.2.0
24892026-07-22T19:34:10.660Z Compiling backoff v0.4.0
24902026-07-22T19:34:10.688Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24912026-07-22T19:34:10.710Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24922026-07-22T19:34:10.804Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-07-22T19:34:10.877Z Compiling nom v7.1.3
24942026-07-22T19:34:10.920Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-07-22T19:34:10.941Z Compiling parse-display v0.10.0
24962026-07-22T19:34:10.996Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24972026-07-22T19:34:11.115Z Compiling hickory-proto v0.24.4
24982026-07-22T19:34:11.286Z Compiling regress v0.10.5
24992026-07-22T19:34:11.813Z Compiling macaddr v1.0.1
25002026-07-22T19:34:12.096Z Compiling unicode-xid v0.2.6
25012026-07-22T19:34:12.096Z Compiling humantime v2.3.0
25022026-07-22T19:34:12.403Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-07-22T19:34:12.408Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-07-22T19:34:12.476Z Compiling convert_case v0.10.0
25052026-07-22T19:34:12.673Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25062026-07-22T19:34:12.736Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25072026-07-22T19:34:12.798Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-07-22T19:34:12.879Z Compiling derive_more-impl v2.1.1
25092026-07-22T19:34:12.934Z Compiling toml v0.8.23
25102026-07-22T19:34:13.073Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-07-22T19:34:13.270Z Compiling papergrid v0.11.0
25122026-07-22T19:34:13.297Z Compiling typify-macro v0.6.2
25132026-07-22T19:34:13.351Z Compiling tabled_derive v0.7.0
25142026-07-22T19:34:13.539Z Compiling termtree v0.5.1
25152026-07-22T19:34:13.587Z Compiling phf_shared v0.12.1
25162026-07-22T19:34:13.696Z Compiling hickory-resolver v0.24.4
25172026-07-22T19:34:13.753Z Compiling derive_more v2.1.1
25182026-07-22T19:34:13.860Z Compiling crossterm v0.29.0
25192026-07-22T19:34:13.881Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-07-22T19:34:14.282Z Compiling tabled v0.15.0
25212026-07-22T19:34:14.855Z Compiling typify v0.6.2
25222026-07-22T19:34:15.012Z Compiling progenitor-impl v0.14.0
25232026-07-22T19:34:15.689Z Compiling qorb v0.4.1
25242026-07-22T19:34:15.728Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252026-07-22T19:34:15.824Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-07-22T19:34:16.399Z Compiling vte v0.14.1
25272026-07-22T19:34:16.671Z Compiling csv-core v0.1.13
25282026-07-22T19:34:16.821Z Compiling chrono-tz v0.10.4
25292026-07-22T19:34:17.077Z Compiling highway v1.3.0
25302026-07-22T19:34:17.149Z Compiling csv v1.4.0
25312026-07-22T19:34:17.177Z Compiling progenitor-macro v0.14.0
25322026-07-22T19:34:18.166Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-07-22T19:34:18.457Z Compiling strip-ansi-escapes v0.2.1
25342026-07-22T19:34:18.758Z Compiling phf v0.12.1
25352026-07-22T19:34:18.784Z Compiling const_format_proc_macros v0.2.34
25362026-07-22T19:34:18.937Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-07-22T19:34:18.978Z Compiling fd-lock v4.0.4
25382026-07-22T19:34:19.039Z Compiling peg-macros v0.8.5
25392026-07-22T19:34:19.247Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25402026-07-22T19:34:19.455Z Compiling nu-ansi-term v0.50.3
25412026-07-22T19:34:19.587Z Compiling const_format v0.2.35
25422026-07-22T19:34:20.101Z Compiling reedline v0.40.0
25432026-07-22T19:34:20.336Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-07-22T19:34:20.447Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25452026-07-22T19:34:21.106Z Compiling peg v0.8.5
25462026-07-22T19:34:21.256Z Compiling progenitor v0.14.0
25472026-07-22T19:34:21.316Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-07-22T19:34:21.467Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25492026-07-22T19:34:21.560Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-07-22T19:34:21.612Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512026-07-22T19:34:21.828Z Compiling bcs v0.1.6
25522026-07-22T19:34:22.168Z Compiling nom v8.0.0
25532026-07-22T19:34:22.297Z Compiling semver v0.1.20
25542026-07-22T19:34:22.618Z Compiling rustc_version v0.1.7
25552026-07-22T19:34:22.898Z Compiling newtype_derive v0.1.6
25562026-07-22T19:34:23.161Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25572026-07-22T19:34:23.428Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25582026-07-22T19:34:24.147Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25592026-07-22T19:34:24.233Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25602026-07-22T19:34:24.257Z Compiling unicode-linebreak v0.1.5
25612026-07-22T19:34:24.387Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25622026-07-22T19:34:24.505Z Compiling smawk v0.3.2
25632026-07-22T19:34:24.592Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25642026-07-22T19:34:24.631Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25652026-07-22T19:34:24.659Z Compiling base64 v0.21.7
25662026-07-22T19:34:24.720Z Compiling textwrap v0.16.2
25672026-07-22T19:34:24.754Z Compiling steno v0.4.1
25682026-07-22T19:34:24.897Z Compiling dropshot-api-manager-types v0.7.2
25692026-07-22T19:34:25.204Z Compiling sha1 v0.10.6
25702026-07-22T19:34:25.504Z Compiling utf-8 v0.7.6
25712026-07-22T19:34:25.770Z Compiling tagptr v0.2.0
25722026-07-22T19:34:25.899Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25732026-07-22T19:34:26.001Z Compiling moka v0.12.13
25742026-07-22T19:34:26.191Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25752026-07-22T19:34:26.217Z Compiling tungstenite v0.21.0
25762026-07-22T19:34:26.339Z Compiling display-error-chain v0.2.2
25772026-07-22T19:34:26.470Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-07-22T19:34:26.529Z Compiling radium v0.7.0
25792026-07-22T19:34:26.581Z Compiling tap v1.0.1
25802026-07-22T19:34:26.741Z Compiling maybe-uninit v2.0.0
25812026-07-22T19:34:26.855Z Compiling tokio-tungstenite v0.21.0
25822026-07-22T19:34:27.120Z Compiling hickory-resolver v0.25.2
25832026-07-22T19:34:27.306Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25842026-07-22T19:34:27.399Z Compiling wyz v0.5.1
25852026-07-22T19:34:27.492Z Compiling vergen-lib v0.1.6
25862026-07-22T19:34:27.657Z Compiling zerocopy-derive v0.6.6
25872026-07-22T19:34:27.751Z Compiling packed_struct v0.10.1
25882026-07-22T19:34:28.064Z Compiling funty v2.0.0
25892026-07-22T19:34:28.381Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25902026-07-22T19:34:28.483Z Compiling diesel_derives v2.3.7
25912026-07-22T19:34:28.732Z Compiling crc-catalog v2.4.0
25922026-07-22T19:34:28.872Z Compiling crc v3.4.0
25932026-07-22T19:34:29.139Z Compiling bitvec v1.0.1
25942026-07-22T19:34:29.165Z Compiling zerocopy v0.6.6
25952026-07-22T19:34:29.490Z Compiling dsl_auto_type v0.2.0
25962026-07-22T19:34:29.590Z Compiling scheduled-thread-pool v0.2.7
25972026-07-22T19:34:29.627Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25982026-07-22T19:34:30.011Z Compiling packed_struct_codegen v0.10.1
25992026-07-22T19:34:30.037Z Compiling vergen-gitcl v1.0.8
26002026-07-22T19:34:30.165Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26012026-07-22T19:34:30.298Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26022026-07-22T19:34:30.452Z Compiling diesel_table_macro_syntax v0.3.0
26032026-07-22T19:34:30.481Z Compiling bitfield-macros v0.19.4
26042026-07-22T19:34:30.696Z Compiling proc-macro-error-attr2 v2.0.0
26052026-07-22T19:34:30.994Z Compiling dirs-sys-next v0.1.2
26062026-07-22T19:34:30.997Z Compiling indexmap v1.9.3
26072026-07-22T19:34:31.155Z Compiling glob v0.3.3
26082026-07-22T19:34:31.269Z Compiling nodrop v0.1.14
26092026-07-22T19:34:31.291Z Compiling maplit v1.0.2
26102026-07-22T19:34:31.312Z Compiling crunchy v0.2.4
26112026-07-22T19:34:31.410Z Compiling array-init v0.0.4
26122026-07-22T19:34:31.478Z Compiling bitfield v0.19.4
26132026-07-22T19:34:31.539Z Compiling clang-sys v1.8.1
26142026-07-22T19:34:31.659Z Compiling dirs-next v2.0.0
26152026-07-22T19:34:31.805Z Compiling proc-macro-error2 v2.0.1
26162026-07-22T19:34:31.979Z Compiling r2d2 v0.8.10
26172026-07-22T19:34:32.151Z Compiling smallvec v0.6.14
26182026-07-22T19:34:32.336Z Compiling num-derive v0.3.3
26192026-07-22T19:34:32.437Z Compiling downcast-rs v2.0.2
26202026-07-22T19:34:32.581Z Compiling tiny-keccak v2.0.2
26212026-07-22T19:34:32.629Z Compiling hashbrown v0.12.3
26222026-07-22T19:34:32.925Z Compiling serde-hex v0.1.0
26232026-07-22T19:34:32.958Z Compiling tabled_derive v0.11.0
26242026-07-22T19:34:33.260Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-07-22T19:34:33.284Z Compiling libscf-sys v1.1.0
26262026-07-22T19:34:33.607Z Compiling term v0.7.0
26272026-07-22T19:34:33.636Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-07-22T19:34:33.636Z Compiling ron v0.8.1
26292026-07-22T19:34:33.636Z Compiling papergrid v0.17.0
26302026-07-22T19:34:33.741Z Compiling testing_table v0.3.0
26312026-07-22T19:34:33.871Z Compiling hashbrown v0.13.2
26322026-07-22T19:34:33.936Z Compiling crc-any v2.5.0
26332026-07-22T19:34:34.032Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26342026-07-22T19:34:34.186Z Compiling bit-vec v0.6.3
26352026-07-22T19:34:34.376Z Compiling bit-set v0.5.3
26362026-07-22T19:34:34.447Z Compiling object v0.30.4
26372026-07-22T19:34:34.521Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26382026-07-22T19:34:34.596Z Compiling ascii-canvas v3.0.0
26392026-07-22T19:34:34.859Z Compiling tabled v0.20.0
26402026-07-22T19:34:35.173Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26412026-07-22T19:34:35.336Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26422026-07-22T19:34:35.943Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-07-22T19:34:35.961Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-07-22T19:34:35.991Z Compiling progenitor-impl v0.13.0
26452026-07-22T19:34:36.010Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-07-22T19:34:36.177Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-07-22T19:34:36.273Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482026-07-22T19:34:36.471Z Compiling itertools v0.10.5
26492026-07-22T19:34:36.547Z Compiling diesel v2.3.7
26502026-07-22T19:34:36.570Z Compiling ena v0.14.4
26512026-07-22T19:34:36.837Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26522026-07-22T19:34:37.124Z Compiling libloading v0.8.9
26532026-07-22T19:34:37.247Z Compiling unicase v2.9.0
26542026-07-22T19:34:37.377Z Compiling regex-syntax v0.6.29
26552026-07-22T19:34:37.579Z Compiling diff v0.1.13
26562026-07-22T19:34:37.657Z Compiling bindgen v0.71.1
26572026-07-22T19:34:37.707Z Compiling path-slash v0.1.5
26582026-07-22T19:34:37.861Z Compiling xshell-macros v0.2.7
26592026-07-22T19:34:37.919Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26602026-07-22T19:34:38.202Z Compiling progenitor-macro v0.13.0
26612026-07-22T19:34:38.300Z Compiling xshell v0.2.7
26622026-07-22T19:34:39.139Z Compiling lalrpop v0.19.12
26632026-07-22T19:34:39.284Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26642026-07-22T19:34:39.575Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26652026-07-22T19:34:39.620Z Compiling cexpr v0.6.0
26662026-07-22T19:34:40.310Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-07-22T19:34:40.555Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-07-22T19:34:41.027Z Compiling progenitor-client v0.13.0
26692026-07-22T19:34:41.067Z Compiling rustc-hash v2.1.1
26702026-07-22T19:34:41.668Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26712026-07-22T19:34:42.217Z Compiling progenitor v0.13.0
26722026-07-22T19:34:42.939Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26732026-07-22T19:34:43.074Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-07-22T19:34:43.645Z Compiling headers-core v0.3.0
26752026-07-22T19:34:43.648Z Compiling libxml v0.3.3
26762026-07-22T19:34:43.723Z Compiling crc8 v0.1.1
26772026-07-22T19:34:43.760Z Compiling headers v0.4.1
26782026-07-22T19:34:43.808Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-07-22T19:34:43.888Z Compiling strum_macros v0.24.3
26802026-07-22T19:34:43.949Z Compiling indoc v1.0.9
26812026-07-22T19:34:44.126Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-07-22T19:34:44.181Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-07-22T19:34:44.431Z Compiling derive_builder v0.20.2
26842026-07-22T19:34:44.455Z Compiling quick-xml v0.37.5
26852026-07-22T19:34:44.628Z Compiling oso-derive v0.27.3
26862026-07-22T19:34:44.901Z Compiling impl-trait-for-tuples v0.2.3
26872026-07-22T19:34:45.160Z Compiling openssl-probe v0.1.6
26882026-07-22T19:34:45.214Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-07-22T19:34:45.427Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26902026-07-22T19:34:45.482Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-07-22T19:34:45.738Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-07-22T19:34:45.865Z Compiling bb8 v0.8.6
26932026-07-22T19:34:45.919Z Compiling samael v0.0.19
26942026-07-22T19:34:45.991Z Compiling trait-variant v0.1.2
26952026-07-22T19:34:46.196Z Compiling half v1.8.3
26962026-07-22T19:34:46.291Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-07-22T19:34:46.329Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-07-22T19:34:46.535Z Compiling polar-core v0.27.3
26992026-07-22T19:34:46.586Z Compiling serde_cbor v0.11.2
27002026-07-22T19:34:46.752Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27012026-07-22T19:34:46.760Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27022026-07-22T19:34:47.170Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27032026-07-22T19:34:47.579Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27042026-07-22T19:34:47.621Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27052026-07-22T19:34:47.652Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-07-22T19:34:47.684Z Compiling nonempty v0.12.0
27072026-07-22T19:34:47.935Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-07-22T19:34:47.966Z Compiling fxhash v0.2.1
27092026-07-22T19:34:47.985Z Compiling libz-sys v1.1.24
27102026-07-22T19:34:48.157Z Compiling salty v0.3.0
27112026-07-22T19:34:48.561Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-07-22T19:34:48.831Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27132026-07-22T19:34:48.982Z Compiling kstat-rs v0.2.4
27142026-07-22T19:34:49.384Z Compiling arc-swap v1.8.2
27152026-07-22T19:34:49.491Z Compiling fs-err v2.11.0
27162026-07-22T19:34:49.952Z Compiling slog-scope v4.4.1
27172026-07-22T19:34:50.008Z Compiling mime_guess v2.0.5
27182026-07-22T19:34:50.030Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-07-22T19:34:50.355Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-07-22T19:34:50.594Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-07-22T19:34:50.812Z Compiling rfc6979 v0.4.0
27222026-07-22T19:34:51.015Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27232026-07-22T19:34:51.540Z Compiling nanorand v0.7.0
27242026-07-22T19:34:51.555Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-07-22T19:34:51.937Z Compiling parking_lot_core v0.8.6
27262026-07-22T19:34:51.969Z Compiling flume v0.11.1
27272026-07-22T19:34:52.301Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27282026-07-22T19:34:52.427Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-07-22T19:34:52.699Z Compiling ecdsa v0.16.9
27302026-07-22T19:34:53.428Z Compiling slog-stdlog v4.1.1
27312026-07-22T19:34:54.069Z Compiling async-bb8-diesel v0.2.1
27322026-07-22T19:34:54.095Z Compiling diesel-dtrace v0.5.0
27332026-07-22T19:34:54.282Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-07-22T19:34:54.454Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-07-22T19:34:54.581Z Compiling primeorder v0.13.6
27362026-07-22T19:34:54.876Z Compiling git-stub v1.0.0
27372026-07-22T19:34:54.894Z Compiling atty v0.2.14
27382026-07-22T19:34:55.064Z Compiling strsim v0.10.0
27392026-07-22T19:34:55.136Z Compiling http-range v0.1.5
27402026-07-22T19:34:55.404Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-07-22T19:34:55.596Z Compiling oso v0.27.3
27422026-07-22T19:34:55.668Z Compiling parse-size v1.1.0
27432026-07-22T19:34:55.729Z Compiling instability v0.3.11
27442026-07-22T19:34:55.906Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27452026-07-22T19:34:56.048Z Compiling darling_core v0.13.4
27462026-07-22T19:34:57.533Z Compiling git-stub-vcs v0.1.0
27472026-07-22T19:34:57.708Z Compiling p384 v0.13.1
27482026-07-22T19:34:57.893Z Compiling slog-envlogger v2.2.0
27492026-07-22T19:34:59.089Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-07-22T19:34:59.871Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-07-22T19:34:59.904Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-07-22T19:35:01.260Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27532026-07-22T19:35:02.023Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27542026-07-22T19:35:02.101Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27552026-07-22T19:35:02.203Z Compiling ignore v0.4.25
27562026-07-22T19:35:02.489Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-22T19:35:02.634Z Compiling castaway v0.2.4
27582026-07-22T19:35:02.725Z Compiling vergen-git2 v9.1.0
27592026-07-22T19:35:07.711Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-07-22T19:35:07.833Z Compiling indoc v2.0.7
27612026-07-22T19:35:07.833Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-22T19:35:07.833Z Compiling globwalk v0.9.1
27632026-07-22T19:35:07.834Z Compiling compact_str v0.8.1
27642026-07-22T19:35:07.834Z Compiling parking_lot v0.11.2
27652026-07-22T19:35:07.834Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-07-22T19:35:07.834Z Compiling hyper-staticfile v0.10.1
27672026-07-22T19:35:07.834Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-07-22T19:35:07.834Z Compiling darling_macro v0.13.4
27692026-07-22T19:35:07.834Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-07-22T19:35:07.834Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27712026-07-22T19:35:07.834Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-07-22T19:35:07.834Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27732026-07-22T19:35:07.834Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-07-22T19:35:07.834Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27752026-07-22T19:35:07.834Z Compiling predicates-tree v1.0.13
27762026-07-22T19:35:07.834Z Compiling unicode-truncate v1.1.0
27772026-07-22T19:35:07.834Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-07-22T19:35:08.409Z Compiling lru v0.12.5
27792026-07-22T19:35:08.409Z Compiling rand_seeder v0.4.0
27802026-07-22T19:35:08.409Z Compiling prefix-trie v0.7.0
27812026-07-22T19:35:08.464Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-22T19:35:08.464Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27832026-07-22T19:35:08.464Z Compiling cassowary v0.3.0
27842026-07-22T19:35:08.464Z Compiling illumos-nvpair-sys v0.2.0
27852026-07-22T19:35:08.464Z Compiling corncobs v0.1.4
27862026-07-22T19:35:08.464Z Compiling ratatui v0.29.0
27872026-07-22T19:35:08.464Z Compiling hickory-server v0.25.2
27882026-07-22T19:35:08.465Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-07-22T19:35:08.478Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-07-22T19:35:08.488Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27912026-07-22T19:35:08.696Z Compiling camino-tempfile-ext v0.3.3
27922026-07-22T19:35:08.728Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-07-22T19:35:08.767Z Compiling darling v0.13.4
27942026-07-22T19:35:08.938Z Compiling sled v0.34.7
27952026-07-22T19:35:09.348Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27962026-07-22T19:35:09.513Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-07-22T19:35:10.006Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-22T19:35:11.174Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-07-22T19:35:11.593Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-07-22T19:35:12.085Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-07-22T19:35:12.314Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28022026-07-22T19:35:12.585Z Compiling secrecy v0.8.0
28032026-07-22T19:35:12.611Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-07-22T19:35:13.356Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-07-22T19:35:13.804Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28062026-07-22T19:35:13.916Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-07-22T19:35:14.128Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-07-22T19:35:15.480Z Compiling serde_with_macros v1.5.2
28092026-07-22T19:35:15.739Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-07-22T19:35:16.036Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-07-22T19:35:16.375Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-07-22T19:35:16.502Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28132026-07-22T19:35:16.587Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28142026-07-22T19:35:16.635Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28152026-07-22T19:35:16.767Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28162026-07-22T19:35:16.847Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28172026-07-22T19:35:16.903Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-07-22T19:35:17.030Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-07-22T19:35:17.123Z Compiling void v1.0.2
28202026-07-22T19:35:17.269Z Compiling git2 v0.20.4
28212026-07-22T19:35:17.315Z Compiling lzss v0.8.2
28222026-07-22T19:35:17.646Z Compiling serde_with v1.14.0
28232026-07-22T19:35:17.673Z Compiling illumos-nvpair v0.3.0
28242026-07-22T19:35:18.214Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-07-22T19:35:18.701Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28262026-07-22T19:35:18.848Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-07-22T19:35:20.128Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28282026-07-22T19:35:20.295Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28292026-07-22T19:35:21.253Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28302026-07-22T19:35:21.304Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28312026-07-22T19:35:21.499Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-07-22T19:35:22.239Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-07-22T19:35:22.504Z Compiling tungstenite v0.23.0
28342026-07-22T19:35:22.658Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28352026-07-22T19:35:23.305Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-07-22T19:35:24.275Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28372026-07-22T19:35:24.530Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-07-22T19:35:24.753Z Compiling nix v0.27.1
28392026-07-22T19:35:24.791Z Compiling twox-hash v2.1.2
28402026-07-22T19:35:24.882Z Compiling serde_bytes v0.11.19
28412026-07-22T19:35:25.214Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28422026-07-22T19:35:25.245Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28432026-07-22T19:35:25.299Z Compiling tokio-tungstenite v0.23.1
28442026-07-22T19:35:25.320Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-07-22T19:35:25.427Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28462026-07-22T19:35:25.690Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-07-22T19:35:25.962Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-07-22T19:35:27.345Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-07-22T19:35:28.016Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-07-22T19:35:29.494Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-07-22T19:35:30.011Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-07-22T19:35:30.022Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28532026-07-22T19:35:30.229Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28542026-07-22T19:35:30.553Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28552026-07-22T19:35:30.565Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28562026-07-22T19:35:30.995Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-07-22T19:35:31.464Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-07-22T19:35:31.631Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28592026-07-22T19:35:32.394Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28602026-07-22T19:35:32.706Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28612026-07-22T19:35:34.055Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28622026-07-22T19:35:35.128Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28632026-07-22T19:35:36.217Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28642026-07-22T19:35:36.735Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-07-22T19:35:36.935Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28662026-07-22T19:35:37.206Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28672026-07-22T19:35:37.236Z Compiling signal-hook-tokio v0.3.1
28682026-07-22T19:35:37.362Z Compiling fatfs v0.3.6
28692026-07-22T19:35:37.448Z Compiling yasna v0.5.2
28702026-07-22T19:35:38.155Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-07-22T19:35:38.274Z Compiling seq-macro v0.3.6
28722026-07-22T19:35:38.583Z Compiling is_ci v1.2.0
28732026-07-22T19:35:38.715Z Compiling assert_matches v1.5.0
28742026-07-22T19:35:38.830Z Compiling supports-color v3.0.2
28752026-07-22T19:35:38.852Z Compiling rcgen v0.12.1
28762026-07-22T19:35:38.873Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-07-22T19:35:39.147Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-07-22T19:35:40.692Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-07-22T19:35:41.857Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-07-22T19:35:42.052Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-07-22T19:35:42.120Z Compiling port-file v0.1.0
28822026-07-22T19:35:42.318Z Compiling subprocess v0.2.15
28832026-07-22T19:35:42.476Z Compiling rtoolbox v0.0.3
28842026-07-22T19:35:42.789Z Compiling rpassword v7.5.4
28852026-07-22T19:35:43.446Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-07-22T19:35:43.536Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-07-22T19:35:44.514Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28882026-07-22T19:35:44.606Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-07-22T19:35:44.745Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-07-22T19:35:44.897Z Compiling tui-tree-widget v0.23.1
28912026-07-22T19:35:45.218Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-07-22T19:35:47.123Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-07-22T19:35:47.243Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-07-22T19:35:47.296Z Compiling uzers v0.12.2
28952026-07-22T19:35:47.519Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-07-22T19:35:48.808Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-07-22T19:35:49.672Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-07-22T19:35:49.724Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-07-22T19:35:52.177Z Compiling support-bundle-viewer v0.1.2
29002026-07-22T19:35:53.363Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-07-22T19:35:54.072Z Compiling multimap v0.10.1
29022026-07-22T19:36:05.082Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-07-22T19:36:11.600Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29042026-07-22T19:36:14.993Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-07-22T19:36:15.898Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-07-22T19:36:18.017Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-07-22T19:42:17.329Z Finished `release` profile [optimized] target(s) in 8m 10s
29082026-07-22T19:43:02.714Z
29092026-07-22T19:43:02.718Zreal 8:57.003916301
29102026-07-22T19:43:02.718Zuser 1:18:02.682424686
29112026-07-22T19:43:02.718Zsys 3:35.653396275
29122026-07-22T19:43:02.718Ztrap 1.753494102
29132026-07-22T19:43:02.718Ztflt 2.277760279
29142026-07-22T19:43:02.718Zdflt 17.625766721
29152026-07-22T19:43:02.718Zkflt 0.006837235
29162026-07-22T19:43:02.718Zlock 6:26:13.042297092
29172026-07-22T19:43:02.719Zslp 2:10:15.840116773
29182026-07-22T19:43:02.719Zlat 2:23.098143284
29192026-07-22T19:43:02.719Zstop 5:08.408099522
29202026-07-22T19:43:02.719Z+ mapfile -t packages
29212026-07-22T19:43:02.719Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-07-22T19:43:03.616Z Finished `release` profile [optimized] target(s) in 0.88s
29232026-07-22T19:43:03.681Z Running `target/release/omicron-package -t test list-outputs`
29242026-07-22T19:43:03.739ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-07-22T19:43:03.743Z+ ptime -m cargo build --locked --release -p xtask
29262026-07-22T19:43:04.224Z Compiling libc v0.2.185
29272026-07-22T19:43:04.224Z Compiling serde_core v1.0.228
29282026-07-22T19:43:04.224Z Compiling serde v1.0.228
29292026-07-22T19:43:04.245Z Compiling rustix v1.1.3
29302026-07-22T19:43:04.245Z Compiling bitflags v2.11.0
29312026-07-22T19:43:04.327Z Compiling serde_json v1.0.150
29322026-07-22T19:43:04.380Z Compiling usdt-impl v0.5.0
29332026-07-22T19:43:04.387Z Compiling syn v2.0.117
29342026-07-22T19:43:04.399Z Compiling syn v1.0.109
29352026-07-22T19:43:04.405Z Compiling log v0.4.29
29362026-07-22T19:43:04.418Z Compiling getrandom v0.4.1
29372026-07-22T19:43:04.428Z Compiling indexmap v2.14.0
29382026-07-22T19:43:04.446Z Compiling fs-err v3.3.0
29392026-07-22T19:43:04.615Z Compiling once_cell v1.21.3
29402026-07-22T19:43:04.678Z Compiling anyhow v1.0.102
29412026-07-22T19:43:04.724Z Compiling heck v0.4.1
29422026-07-22T19:43:05.104Z Compiling thread-id v4.2.2
29432026-07-22T19:43:05.123Z Compiling errno v0.3.14
29442026-07-22T19:43:05.128Z Compiling memmap v0.7.0
29452026-07-22T19:43:05.860Z Compiling proc-macro-error v1.0.4
29462026-07-22T19:43:06.099Z Compiling terminal_size v0.4.3
29472026-07-22T19:43:06.100Z Compiling tempfile v3.25.0
29482026-07-22T19:43:06.120Z Compiling tabled_derive v0.7.0
29492026-07-22T19:43:06.189Z Compiling clap_builder v4.6.0
29502026-07-22T19:43:06.190Z Compiling textwrap v0.16.2
29512026-07-22T19:43:06.475Z Compiling camino v1.2.2
29522026-07-22T19:43:06.488Z Compiling semver v1.0.28
29532026-07-22T19:43:06.505Z Compiling cargo-platform v0.3.2
29542026-07-22T19:43:06.618Z Compiling pest_generator v2.8.6
29552026-07-22T19:43:06.777Z Compiling camino-tempfile v1.4.1
29562026-07-22T19:43:06.821Z Compiling tabled v0.15.0
29572026-07-22T19:43:07.124Z Compiling serde_derive v1.0.228
29582026-07-22T19:43:07.124Z Compiling thiserror-impl v1.0.69
29592026-07-22T19:43:07.124Z Compiling zerocopy-derive v0.7.35
29602026-07-22T19:43:07.128Z Compiling scroll_derive v0.12.1
29612026-07-22T19:43:07.128Z Compiling thiserror-impl v2.0.18
29622026-07-22T19:43:07.130Z Compiling clap_derive v4.6.1
29632026-07-22T19:43:07.197Z Compiling pest_derive v2.8.6
29642026-07-22T19:43:07.848Z Compiling scroll v0.12.0
29652026-07-22T19:43:07.960Z Compiling zerocopy v0.7.35
29662026-07-22T19:43:08.151Z Compiling goblin v0.8.2
29672026-07-22T19:43:08.199Z Compiling thiserror v1.0.69
29682026-07-22T19:43:08.267Z Compiling thiserror v2.0.18
29692026-07-22T19:43:08.319Z Compiling dtrace-parser v0.2.0
29702026-07-22T19:43:08.652Z Compiling clap v4.6.1
29712026-07-22T19:43:10.268Z Compiling dof v0.3.0
29722026-07-22T19:43:10.314Z Compiling toml_datetime v0.6.11
29732026-07-22T19:43:10.376Z Compiling serde_spanned v0.6.9
29742026-07-22T19:43:10.425Z Compiling serde_tokenstream v0.2.3
29752026-07-22T19:43:10.425Z Compiling macaddr v1.0.1
29762026-07-22T19:43:10.493Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29772026-07-22T19:43:10.543Z Compiling toml_edit v0.22.27
29782026-07-22T19:43:10.585Z Compiling cargo_metadata v0.23.1
29792026-07-22T19:43:11.037Z Compiling usdt-attr-macro v0.5.0
29802026-07-22T19:43:11.059Z Compiling usdt-macro v0.5.0
29812026-07-22T19:43:11.696Z Compiling usdt v0.5.0
29822026-07-22T19:43:12.061Z Compiling toml v0.8.23
29832026-07-22T19:43:12.499Z Compiling cargo_toml v0.21.0
29842026-07-22T19:43:16.912Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29852026-07-22T19:43:20.126Z Finished `release` profile [optimized] target(s) in 16.37s
29862026-07-22T19:43:20.231Z
29872026-07-22T19:43:20.231Zreal 16.451798491
29882026-07-22T19:43:20.231Zuser 2:05.150243704
29892026-07-22T19:43:20.231Zsys 14.064527933
29902026-07-22T19:43:20.241Ztrap 0.075115906
29912026-07-22T19:43:20.241Ztflt 0.495077672
29922026-07-22T19:43:20.241Zdflt 1.542561056
29932026-07-22T19:43:20.242Zkflt 0.000023420
29942026-07-22T19:43:20.242Zlock 4:30.827283320
29952026-07-22T19:43:20.242Zslp 2:42.025372943
29962026-07-22T19:43:20.242Zlat 5.089933305
29972026-07-22T19:43:20.242Zstop 15.566227125
29982026-07-22T19:43:20.242Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29992026-07-22T19:43:20.242Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30002026-07-22T19:43:20.243Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30012026-07-22T19:43:20.243Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30022026-07-22T19:43:20.243Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30032026-07-22T19:43:21.136Z Compiling progenitor-client v0.14.0
30042026-07-22T19:43:21.136Z Compiling newtype-uuid-macros v0.1.0
30052026-07-22T19:43:21.136Z Compiling match_cfg v0.1.0
30062026-07-22T19:43:21.136Z Compiling slog-json v2.6.1
30072026-07-22T19:43:21.142Z Compiling structmeta-derive v0.3.0
30082026-07-22T19:43:21.142Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30092026-07-22T19:43:21.285Z Compiling sha1 v0.11.0
30102026-07-22T19:43:21.288Z Compiling multer v3.1.0
30112026-07-22T19:43:21.289Z Compiling compression-core v0.4.31
30122026-07-22T19:43:21.294Z Compiling debug-ignore v1.0.5
30132026-07-22T19:43:21.294Z Compiling itertools v0.14.0
30142026-07-22T19:43:21.294Z Compiling async-stream-impl v0.3.6
30152026-07-22T19:43:21.294Z Compiling serde_spanned v1.1.1
30162026-07-22T19:43:21.294Z Compiling toml_datetime v1.1.1+spec-1.1.0
30172026-07-22T19:43:21.313Z Compiling dropshot v0.17.1
30182026-07-22T19:43:21.319Z Compiling toml_writer v1.1.1+spec-1.1.0
30192026-07-22T19:43:21.428Z Compiling waitgroup v0.1.2
30202026-07-22T19:43:21.562Z Compiling rustls-pemfile v2.2.0
30212026-07-22T19:43:21.599Z Compiling hostname v0.3.1
30222026-07-22T19:43:21.602Z Compiling dropshot_endpoint v0.17.1
30232026-07-22T19:43:21.633Z Compiling compression-codecs v0.4.37
30242026-07-22T19:43:21.637Z Compiling toml v1.1.2+spec-1.1.0
30252026-07-22T19:43:21.673Z Compiling serde_path_to_error v0.1.20
30262026-07-22T19:43:21.724Z Compiling slog-bunyan v2.5.0
30272026-07-22T19:43:21.749Z Compiling hostname v0.4.2
30282026-07-22T19:43:21.780Z Compiling atomicwrites v0.4.4
30292026-07-22T19:43:21.784Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30302026-07-22T19:43:21.784Z Compiling macaddr v1.0.1
30312026-07-22T19:43:21.784Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30322026-07-22T19:43:21.897Z Compiling async-compression v0.4.41
30332026-07-22T19:43:21.897Z Compiling instant v0.1.13
30342026-07-22T19:43:21.928Z Compiling regress v0.10.5
30352026-07-22T19:43:21.955Z Compiling backon v1.6.0
30362026-07-22T19:43:21.982Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30372026-07-22T19:43:22.040Z Compiling backoff v0.4.0
30382026-07-22T19:43:22.058Z Compiling humantime v2.3.0
30392026-07-22T19:43:22.064Z Compiling half v2.7.1
30402026-07-22T19:43:22.071Z Compiling crucible-workspace-hack v0.1.0
30412026-07-22T19:43:22.108Z Compiling async-stream v0.3.6
30422026-07-22T19:43:22.179Z Compiling progenitor-extras v0.2.0
30432026-07-22T19:43:22.221Z Compiling ciborium-io v0.2.2
30442026-07-22T19:43:22.276Z Compiling regress v0.11.1
30452026-07-22T19:43:22.302Z Compiling convert_case v0.4.0
30462026-07-22T19:43:22.321Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30472026-07-22T19:43:22.339Z Compiling ciborium-ll v0.2.2
30482026-07-22T19:43:22.374Z Compiling secrecy v0.10.3
30492026-07-22T19:43:22.377Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30502026-07-22T19:43:22.377Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30512026-07-22T19:43:22.429Z Compiling structmeta v0.3.0
30522026-07-22T19:43:22.429Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30532026-07-22T19:43:22.488Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30542026-07-22T19:43:22.492Z Compiling inout v0.1.4
30552026-07-22T19:43:22.502Z Compiling unsafe-libyaml v0.2.11
30562026-07-22T19:43:22.557Z Compiling thiserror-impl-no-std v2.0.2
30572026-07-22T19:43:22.573Z Compiling ciborium v0.2.2
30582026-07-22T19:43:22.594Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30592026-07-22T19:43:22.677Z Compiling derive-ex v0.1.8
30602026-07-22T19:43:22.700Z Compiling parse-display-derive v0.10.0
30612026-07-22T19:43:22.721Z Compiling derive_more v0.99.20
30622026-07-22T19:43:22.754Z Compiling cipher v0.4.4
30632026-07-22T19:43:22.766Z Compiling universal-hash v0.5.1
30642026-07-22T19:43:22.780Z Compiling opaque-debug v0.3.1
30652026-07-22T19:43:22.834Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30662026-07-22T19:43:22.877Z Compiling poly1305 v0.8.0
30672026-07-22T19:43:22.904Z Compiling blake2 v0.10.6
30682026-07-22T19:43:22.968Z Compiling chacha20 v0.9.1
30692026-07-22T19:43:23.007Z Compiling aead v0.5.2
30702026-07-22T19:43:23.078Z Compiling serde_yaml v0.9.34+deprecated
30712026-07-22T19:43:23.171Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30722026-07-22T19:43:23.237Z Compiling password-hash v0.5.0
30732026-07-22T19:43:23.253Z Compiling toml_datetime v0.7.5+spec-1.1.0
30742026-07-22T19:43:23.287Z Compiling chacha20poly1305 v0.10.1
30752026-07-22T19:43:23.307Z Compiling indent_write v2.2.0
30762026-07-22T19:43:23.466Z Compiling toml_edit v0.23.10+spec-1.0.0
30772026-07-22T19:43:23.480Z Compiling darling_core v0.21.3
30782026-07-22T19:43:23.497Z Compiling argon2 v0.5.3
30792026-07-22T19:43:23.531Z Compiling heapless v0.8.0
30802026-07-22T19:43:23.638Z Compiling tabwriter v1.4.1
30812026-07-22T19:43:23.677Z Compiling hash32 v0.3.1
30822026-07-22T19:43:23.810Z Compiling thiserror-no-std v2.0.2
30832026-07-22T19:43:23.860Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30842026-07-22T19:43:23.878Z Compiling typify-impl v0.6.2
30852026-07-22T19:43:23.906Z Compiling vsss-rs v3.3.4
30862026-07-22T19:43:24.112Z Compiling proc-macro-crate v3.4.0
30872026-07-22T19:43:24.148Z Compiling smoltcp v0.11.0
30882026-07-22T19:43:24.421Z Compiling test-strategy v0.4.5
30892026-07-22T19:43:24.492Z Compiling parse-display v0.10.0
30902026-07-22T19:43:24.564Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30912026-07-22T19:43:24.625Z Compiling cobs v0.3.0
30922026-07-22T19:43:24.686Z Compiling colored v3.1.1
30932026-07-22T19:43:24.718Z Compiling num_enum_derive v0.7.6
30942026-07-22T19:43:24.813Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30952026-07-22T19:43:24.847Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30962026-07-22T19:43:24.870Z Compiling postcard v1.1.3
30972026-07-22T19:43:24.974Z Compiling proc-macro-error v1.0.4
30982026-07-22T19:43:25.082Z Compiling proc-macro-crate v1.3.1
30992026-07-22T19:43:25.099Z Compiling rand v0.10.1
31002026-07-22T19:43:25.147Z Compiling foreign-types-macros v0.2.3
31012026-07-22T19:43:25.241Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31022026-07-22T19:43:25.301Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31032026-07-22T19:43:25.323Z Compiling rayon-core v1.13.0
31042026-07-22T19:43:25.368Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31052026-07-22T19:43:25.534Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31062026-07-22T19:43:25.562Z Compiling foreign-types-shared v0.3.1
31072026-07-22T19:43:25.610Z Compiling num_enum_derive v0.5.11
31082026-07-22T19:43:25.682Z Compiling crossbeam-deque v0.8.6
31092026-07-22T19:43:25.685Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31102026-07-22T19:43:25.726Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31112026-07-22T19:43:25.806Z Compiling cstr-argument v0.1.2
31122026-07-22T19:43:25.810Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31132026-07-22T19:43:25.856Z Compiling foreign-types v0.5.0
31142026-07-22T19:43:25.902Z Compiling num_enum v0.7.6
31152026-07-22T19:43:25.956Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31162026-07-22T19:43:25.972Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31172026-07-22T19:43:26.022Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31182026-07-22T19:43:26.045Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31192026-07-22T19:43:26.084Z Compiling zone_cfg_derive v0.3.1
31202026-07-22T19:43:26.110Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31212026-07-22T19:43:26.118Z Compiling darling_macro v0.21.3
31222026-07-22T19:43:26.191Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31232026-07-22T19:43:26.237Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31242026-07-22T19:43:26.237Z Compiling itertools v0.12.1
31252026-07-22T19:43:26.270Z Compiling num-derive v0.4.2
31262026-07-22T19:43:26.308Z Compiling sigpipe v0.1.3
31272026-07-22T19:43:26.340Z Compiling rayon v1.11.0
31282026-07-22T19:43:26.413Z Compiling cpubits v0.1.1
31292026-07-22T19:43:26.484Z Compiling glob v0.3.3
31302026-07-22T19:43:26.513Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31312026-07-22T19:43:26.547Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31322026-07-22T19:43:26.622Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31332026-07-22T19:43:26.640Z Compiling smf v0.2.3
31342026-07-22T19:43:26.685Z Compiling darling v0.21.3
31352026-07-22T19:43:26.746Z Compiling num_enum v0.5.11
31362026-07-22T19:43:26.795Z Compiling ingot-macros v0.1.1
31372026-07-22T19:43:26.798Z Compiling whoami v1.6.1
31382026-07-22T19:43:26.830Z Compiling usdt-attr-macro v0.5.0
31392026-07-22T19:43:26.891Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31402026-07-22T19:43:26.932Z Compiling usdt-macro v0.5.0
31412026-07-22T19:43:26.937Z Compiling gethostname v0.5.0
31422026-07-22T19:43:26.948Z Compiling num-rational v0.4.2
31432026-07-22T19:43:27.076Z Compiling pem-rfc7468 v1.0.0
31442026-07-22T19:43:27.188Z Compiling num-complex v0.4.6
31452026-07-22T19:43:27.231Z Compiling memmap v0.7.0
31462026-07-22T19:43:27.300Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31472026-07-22T19:43:27.412Z Compiling zone v0.3.1
31482026-07-22T19:43:27.430Z Compiling derive-where v1.6.0
31492026-07-22T19:43:27.448Z Compiling float-ord v0.3.2
31502026-07-22T19:43:27.523Z Compiling toml v0.8.23
31512026-07-22T19:43:27.565Z Compiling num v0.4.3
31522026-07-22T19:43:27.593Z Compiling hmac v0.13.0
31532026-07-22T19:43:27.622Z Compiling universal-hash v0.6.1
31542026-07-22T19:43:27.658Z Compiling resolv-conf v0.7.6
31552026-07-22T19:43:27.699Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-07-22T19:43:27.726Z Compiling cancel-safe-futures v0.1.5
31572026-07-22T19:43:27.743Z Compiling usdt v0.5.0
31582026-07-22T19:43:27.781Z Compiling owo-colors v4.3.0
31592026-07-22T19:43:27.801Z Compiling polyval v0.7.1
31602026-07-22T19:43:27.856Z Compiling der v0.8.0
31612026-07-22T19:43:27.957Z Compiling libsw-core v0.3.2
31622026-07-22T19:43:28.000Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31632026-07-22T19:43:28.035Z Compiling prettyplease v0.2.37
31642026-07-22T19:43:28.071Z Compiling ghash v0.6.0
31652026-07-22T19:43:28.132Z Compiling libsw v3.5.0
31662026-07-22T19:43:28.158Z Compiling pbkdf2 v0.13.0
31672026-07-22T19:43:28.191Z Compiling aes v0.9.1
31682026-07-22T19:43:28.194Z Compiling console v0.15.11
31692026-07-22T19:43:28.229Z Compiling newline-converter v0.3.0
31702026-07-22T19:43:28.318Z Compiling hickory-proto v0.24.4
31712026-07-22T19:43:28.321Z Compiling ctr v0.10.1
31722026-07-22T19:43:28.353Z Compiling aead v0.6.1
31732026-07-22T19:43:28.384Z Compiling sha2 v0.11.0
31742026-07-22T19:43:28.401Z Compiling linear-map v1.2.0
31752026-07-22T19:43:28.496Z Compiling typify-macro v0.6.2
31762026-07-22T19:43:28.550Z Compiling linked-hash-map v0.5.6
31772026-07-22T19:43:28.573Z Compiling libefi-sys v0.1.0
31782026-07-22T19:43:28.612Z Compiling expectorate v1.2.0
31792026-07-22T19:43:28.629Z Compiling aes-gcm v0.11.0
31802026-07-22T19:43:28.766Z Compiling spki v0.8.0
31812026-07-22T19:43:28.826Z Compiling lru-cache v0.1.2
31822026-07-22T19:43:28.845Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31832026-07-22T19:43:28.863Z Compiling crypto-bigint v0.7.5
31842026-07-22T19:43:28.896Z Compiling cbc v0.2.1
31852026-07-22T19:43:28.981Z Compiling salsa20 v0.11.0
31862026-07-22T19:43:28.998Z Compiling bitfield-struct v0.6.2
31872026-07-22T19:43:29.014Z Compiling nom v8.0.0
31882026-07-22T19:43:29.081Z Compiling semver v0.1.20
31892026-07-22T19:43:29.158Z Compiling scrypt v0.12.0
31902026-07-22T19:43:29.200Z Compiling tokio-dtrace v0.1.1
31912026-07-22T19:43:29.319Z Compiling rustc_version v0.1.7
31922026-07-22T19:43:29.391Z Compiling dropshot-api-manager-types v0.7.2
31932026-07-22T19:43:29.412Z Compiling slog-dtrace v0.3.0
31942026-07-22T19:43:29.470Z Compiling minimal-lexical v0.2.1
31952026-07-22T19:43:29.505Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-07-22T19:43:29.595Z Compiling newtype_derive v0.1.6
31972026-07-22T19:43:29.628Z Compiling oxide-tokio-rt v0.1.4
31982026-07-22T19:43:29.724Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-07-22T19:43:29.742Z Compiling nom v7.1.3
32002026-07-22T19:43:29.763Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32012026-07-22T19:43:29.787Z Compiling pkcs5 v0.8.1
32022026-07-22T19:43:29.809Z Compiling ingot-types v0.1.2
32032026-07-22T19:43:29.832Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-07-22T19:43:29.947Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32052026-07-22T19:43:30.005Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-07-22T19:43:30.051Z Compiling phf_shared v0.12.1
32072026-07-22T19:43:30.068Z Compiling csv-core v0.1.13
32082026-07-22T19:43:30.258Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32092026-07-22T19:43:30.261Z Compiling ingot v0.1.1
32102026-07-22T19:43:30.292Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32112026-07-22T19:43:30.354Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32122026-07-22T19:43:30.419Z Compiling unicode-xid v0.2.6
32132026-07-22T19:43:30.422Z Compiling typify v0.6.2
32142026-07-22T19:43:30.450Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32152026-07-22T19:43:30.542Z Compiling progenitor-impl v0.14.0
32162026-07-22T19:43:30.567Z Compiling highway v1.3.0
32172026-07-22T19:43:30.586Z Compiling hickory-resolver v0.24.4
32182026-07-22T19:43:30.607Z Compiling xshell-macros v0.2.7
32192026-07-22T19:43:30.622Z Compiling chrono-tz v0.10.4
32202026-07-22T19:43:30.877Z Compiling const_format_proc_macros v0.2.34
32212026-07-22T19:43:30.967Z Compiling csv v1.4.0
32222026-07-22T19:43:31.055Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32232026-07-22T19:43:31.193Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-07-22T19:43:31.348Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32252026-07-22T19:43:31.399Z Compiling xshell v0.2.7
32262026-07-22T19:43:31.554Z Compiling phf v0.12.1
32272026-07-22T19:43:31.703Z Compiling qorb v0.4.1
32282026-07-22T19:43:31.731Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32292026-07-22T19:43:31.749Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32302026-07-22T19:43:31.773Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32312026-07-22T19:43:31.885Z Compiling pkcs8 v0.11.0
32322026-07-22T19:43:32.026Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32332026-07-22T19:43:32.103Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32342026-07-22T19:43:32.189Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32352026-07-22T19:43:32.285Z Compiling const_format v0.2.35
32362026-07-22T19:43:32.344Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32372026-07-22T19:43:32.347Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32382026-07-22T19:43:32.507Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32392026-07-22T19:43:32.632Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32402026-07-22T19:43:32.671Z Compiling tabled_derive v0.7.0
32412026-07-22T19:43:32.863Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32422026-07-22T19:43:33.275Z Compiling progenitor-macro v0.14.0
32432026-07-22T19:43:33.295Z Compiling bcs v0.1.6
32442026-07-22T19:43:33.298Z Compiling ff v0.14.0
32452026-07-22T19:43:33.485Z Compiling tagptr v0.2.0
32462026-07-22T19:43:33.587Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32472026-07-22T19:43:33.646Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32482026-07-22T19:43:33.665Z Compiling salty v0.3.0
32492026-07-22T19:43:33.714Z Compiling termtree v0.5.1
32502026-07-22T19:43:33.749Z Compiling textwrap v0.16.2
32512026-07-22T19:43:33.799Z Compiling tabled v0.15.0
32522026-07-22T19:43:33.818Z Compiling moka v0.12.13
32532026-07-22T19:43:33.900Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-07-22T19:43:33.918Z Compiling steno v0.4.1
32552026-07-22T19:43:33.983Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-07-22T19:43:34.001Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32572026-07-22T19:43:34.137Z Compiling sha1 v0.10.6
32582026-07-22T19:43:34.157Z Compiling signature v3.0.0
32592026-07-22T19:43:34.238Z Compiling radium v0.7.0
32602026-07-22T19:43:34.352Z Compiling base16ct v1.0.0
32612026-07-22T19:43:34.392Z Compiling base64 v0.21.7
32622026-07-22T19:43:34.446Z Compiling group v0.14.0
32632026-07-22T19:43:34.568Z Compiling hickory-resolver v0.25.2
32642026-07-22T19:43:34.589Z Compiling sec1 v0.8.1
32652026-07-22T19:43:34.630Z Compiling hkdf v0.13.0
32662026-07-22T19:43:34.657Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32672026-07-22T19:43:34.735Z Compiling rfc6979 v0.4.0
32682026-07-22T19:43:34.831Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32692026-07-22T19:43:34.853Z Compiling tap v1.0.1
32702026-07-22T19:43:34.900Z Compiling maybe-uninit v2.0.0
32712026-07-22T19:43:34.932Z Compiling ecdsa v0.16.9
32722026-07-22T19:43:34.965Z Compiling wyz v0.5.1
32732026-07-22T19:43:34.995Z Compiling elliptic-curve v0.14.0-rc.33
32742026-07-22T19:43:35.285Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32752026-07-22T19:43:35.363Z Compiling primeorder v0.13.6
32762026-07-22T19:43:35.450Z Compiling proc-macro-error-attr2 v2.0.0
32772026-07-22T19:43:35.665Z Compiling packed_struct v0.10.1
32782026-07-22T19:43:35.682Z Compiling parking_lot_core v0.8.6
32792026-07-22T19:43:35.708Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32802026-07-22T19:43:35.853Z Compiling funty v2.0.0
32812026-07-22T19:43:35.927Z Compiling utf-8 v0.7.6
32822026-07-22T19:43:35.986Z Compiling proc-macro-error2 v2.0.1
32832026-07-22T19:43:36.038Z Compiling p384 v0.13.1
32842026-07-22T19:43:36.146Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32852026-07-22T19:43:36.164Z Compiling tungstenite v0.21.0
32862026-07-22T19:43:36.202Z Compiling rfc6979 v0.5.0
32872026-07-22T19:43:36.284Z Compiling bitvec v1.0.1
32882026-07-22T19:43:36.346Z Compiling git-stub v1.0.0
32892026-07-22T19:43:36.386Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32902026-07-22T19:43:36.497Z Compiling packed_struct_codegen v0.10.1
32912026-07-22T19:43:36.514Z Compiling num-derive v0.3.3
32922026-07-22T19:43:36.533Z Compiling bitfield-macros v0.19.4
32932026-07-22T19:43:36.537Z Compiling zerocopy-derive v0.6.6
32942026-07-22T19:43:36.658Z Compiling indexmap v1.9.3
32952026-07-22T19:43:36.661Z Compiling crc-catalog v2.4.0
32962026-07-22T19:43:36.796Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32972026-07-22T19:43:36.918Z Compiling nodrop v0.1.14
32982026-07-22T19:43:36.981Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32992026-07-22T19:43:37.039Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33002026-07-22T19:43:37.058Z Compiling array-init v0.0.4
33012026-07-22T19:43:37.126Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33022026-07-22T19:43:37.254Z Compiling crc v3.4.0
33032026-07-22T19:43:37.272Z Compiling tokio-tungstenite v0.21.0
33042026-07-22T19:43:37.319Z Compiling git-stub-vcs v0.1.0
33052026-07-22T19:43:37.349Z Compiling bitfield v0.19.4
33062026-07-22T19:43:37.457Z Compiling ecdsa v0.17.0-rc.18
33072026-07-22T19:43:37.497Z Compiling tabled_derive v0.11.0
33082026-07-22T19:43:37.517Z Compiling zerocopy v0.6.6
33092026-07-22T19:43:37.517Z Compiling libscf-sys v1.1.0
33102026-07-22T19:43:37.579Z Compiling smallvec v0.6.14
33112026-07-22T19:43:37.687Z Compiling primeorder v0.14.0-rc.10
33122026-07-22T19:43:37.703Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-07-22T19:43:37.813Z Compiling primefield v0.14.0
33142026-07-22T19:43:37.832Z Compiling progenitor-impl v0.13.0
33152026-07-22T19:43:37.880Z Compiling papergrid v0.17.0
33162026-07-22T19:43:37.899Z Compiling testing_table v0.3.0
33172026-07-22T19:43:37.915Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33182026-07-22T19:43:37.946Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33192026-07-22T19:43:38.034Z Compiling curve25519-dalek v5.0.0-rc.0
33202026-07-22T19:43:38.075Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33212026-07-22T19:43:38.092Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-07-22T19:43:38.109Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-22T19:43:38.234Z Compiling illumos-nvpair-sys v0.2.0
33242026-07-22T19:43:38.278Z Compiling corncobs v0.1.4
33252026-07-22T19:43:38.332Z Compiling hashbrown v0.12.3
33262026-07-22T19:43:38.335Z Compiling progenitor v0.14.0
33272026-07-22T19:43:38.367Z Compiling unicase v2.9.0
33282026-07-22T19:43:38.448Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-07-22T19:43:38.511Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33302026-07-22T19:43:38.530Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33312026-07-22T19:43:38.551Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33322026-07-22T19:43:38.555Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33332026-07-22T19:43:38.592Z Compiling mime_guess v2.0.5
33342026-07-22T19:43:38.714Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-07-22T19:43:38.749Z Compiling parking_lot v0.11.2
33362026-07-22T19:43:38.847Z Compiling tabled v0.20.0
33372026-07-22T19:43:38.867Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33382026-07-22T19:43:38.957Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33392026-07-22T19:43:39.066Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33402026-07-22T19:43:39.084Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-07-22T19:43:39.153Z Compiling serde-hex v0.1.0
33422026-07-22T19:43:39.203Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33432026-07-22T19:43:39.219Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33442026-07-22T19:43:39.323Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33452026-07-22T19:43:39.534Z Compiling ron v0.8.1
33462026-07-22T19:43:39.591Z Compiling ssh-encoding v0.3.0-rc.9
33472026-07-22T19:43:39.608Z Compiling hashbrown v0.13.2
33482026-07-22T19:43:39.709Z Compiling progenitor-client v0.13.0
33492026-07-22T19:43:39.732Z Compiling prefix-trie v0.7.0
33502026-07-22T19:43:39.965Z Compiling fxhash v0.2.1
33512026-07-22T19:43:40.142Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33522026-07-22T19:43:40.159Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33532026-07-22T19:43:40.163Z Compiling secrecy v0.8.0
33542026-07-22T19:43:40.363Z Compiling crc-any v2.5.0
33552026-07-22T19:43:40.458Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-07-22T19:43:40.515Z Compiling progenitor-macro v0.13.0
33572026-07-22T19:43:40.729Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-07-22T19:43:40.946Z Compiling sled v0.34.7
33592026-07-22T19:43:41.072Z Compiling hickory-server v0.25.2
33602026-07-22T19:43:41.104Z Compiling object v0.30.4
33612026-07-22T19:43:41.270Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33622026-07-22T19:43:41.361Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-07-22T19:43:41.555Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33642026-07-22T19:43:41.798Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33652026-07-22T19:43:41.837Z Compiling ed25519 v3.0.0
33662026-07-22T19:43:41.903Z Compiling crypto-primes v0.7.2
33672026-07-22T19:43:42.189Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33682026-07-22T19:43:42.489Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33692026-07-22T19:43:42.616Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33702026-07-22T19:43:42.973Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-07-22T19:43:42.994Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-07-22T19:43:43.016Z Compiling pkcs1 v0.8.0-rc.4
33732026-07-22T19:43:43.020Z Compiling poly1305 v0.9.0
33742026-07-22T19:43:43.191Z Compiling blowfish v0.10.0
33752026-07-22T19:43:43.348Z Compiling blake2 v0.11.0-rc.6
33762026-07-22T19:43:43.443Z Compiling keccak v0.2.0
33772026-07-22T19:43:43.488Z Compiling http-range v0.1.5
33782026-07-22T19:43:43.621Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33792026-07-22T19:43:43.652Z Compiling fiat-crypto v0.3.0
33802026-07-22T19:43:43.675Z Compiling path-slash v0.1.5
33812026-07-22T19:43:43.692Z Compiling half v1.8.3
33822026-07-22T19:43:43.764Z Compiling crc8 v0.1.1
33832026-07-22T19:43:43.831Z Compiling argon2 v0.6.0-rc.8
33842026-07-22T19:43:43.848Z Compiling sha3 v0.11.0
33852026-07-22T19:43:43.910Z Compiling serde_cbor v0.11.2
33862026-07-22T19:43:43.974Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33872026-07-22T19:43:44.094Z Compiling bcrypt-pbkdf v0.11.0
33882026-07-22T19:43:44.212Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33892026-07-22T19:43:44.296Z Compiling ssh-cipher v0.3.0-rc.9
33902026-07-22T19:43:44.337Z Compiling rsa v0.10.0-rc.18
33912026-07-22T19:43:44.364Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33922026-07-22T19:43:44.430Z Compiling ed25519-dalek v3.0.0-rc.0
33932026-07-22T19:43:44.534Z Compiling illumos-nvpair v0.3.0
33942026-07-22T19:43:44.769Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33952026-07-22T19:43:44.805Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33962026-07-22T19:43:44.937Z Compiling p521 v0.14.0-rc.10
33972026-07-22T19:43:44.954Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33982026-07-22T19:43:44.974Z Compiling p256 v0.14.0-rc.10
33992026-07-22T19:43:45.056Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-07-22T19:43:45.116Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34012026-07-22T19:43:45.197Z Compiling yasna v0.5.2
34022026-07-22T19:43:45.376Z Compiling kstat-rs v0.2.4
34032026-07-22T19:43:45.606Z Compiling progenitor v0.13.0
34042026-07-22T19:43:45.648Z Compiling headers-core v0.3.0
34052026-07-22T19:43:45.687Z Compiling kem v0.3.0
34062026-07-22T19:43:45.726Z Compiling module-lattice v0.2.3
34072026-07-22T19:43:45.743Z Compiling nanorand v0.7.0
34082026-07-22T19:43:45.785Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34092026-07-22T19:43:45.801Z Compiling atty v0.2.14
34102026-07-22T19:43:45.833Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34112026-07-22T19:43:45.927Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34122026-07-22T19:43:45.944Z Compiling headers v0.4.1
34132026-07-22T19:43:45.947Z Compiling rcgen v0.12.1
34142026-07-22T19:43:46.006Z Compiling flume v0.11.1
34152026-07-22T19:43:46.055Z Compiling ml-kem v0.3.2
34162026-07-22T19:43:46.246Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34172026-07-22T19:43:46.347Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34182026-07-22T19:43:46.398Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34192026-07-22T19:43:46.735Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34202026-07-22T19:43:46.842Z Compiling hyper-staticfile v0.10.1
34212026-07-22T19:43:46.862Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34222026-07-22T19:43:47.026Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34232026-07-22T19:43:47.069Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-07-22T19:43:47.395Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34252026-07-22T19:43:47.413Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34262026-07-22T19:43:47.458Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34272026-07-22T19:43:47.724Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34282026-07-22T19:43:47.742Z Compiling russh-cryptovec v0.61.0
34292026-07-22T19:43:48.000Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34302026-07-22T19:43:48.019Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-07-22T19:43:48.058Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34322026-07-22T19:43:48.165Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-07-22T19:43:48.184Z Compiling internal-russh-num-bigint v0.5.0
34342026-07-22T19:43:48.295Z Compiling port-file v0.1.0
34352026-07-22T19:43:48.458Z Compiling num-bigint v0.4.6
34362026-07-22T19:43:48.494Z Compiling generic-array v1.4.3
34372026-07-22T19:43:48.568Z Compiling russh-util v0.52.0
34382026-07-22T19:43:48.586Z Compiling enum_dispatch v0.3.13
34392026-07-22T19:43:48.752Z Compiling delegate v0.13.5
34402026-07-22T19:43:48.800Z Compiling subprocess v0.2.15
34412026-07-22T19:43:48.914Z Compiling p384 v0.14.0-rc.10
34422026-07-22T19:43:49.011Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-07-22T19:43:49.136Z Compiling hex-literal v1.1.0
34442026-07-22T19:43:49.284Z Compiling display-error-chain v0.2.2
34452026-07-22T19:43:49.336Z Compiling md5 v0.8.0
34462026-07-22T19:43:49.381Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-07-22T19:43:49.455Z Compiling colored v2.2.0
34482026-07-22T19:43:49.494Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34492026-07-22T19:43:49.533Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-07-22T19:43:49.576Z Compiling socket2 v0.5.10
34512026-07-22T19:43:49.639Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34522026-07-22T19:43:49.657Z Compiling internet-checksum v0.2.1
34532026-07-22T19:43:50.452Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34542026-07-22T19:43:50.996Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34552026-07-22T19:43:51.082Z Compiling ssh-key v0.7.0-rc.10
34562026-07-22T19:43:52.361Z Compiling russh v0.61.2
34572026-07-22T19:43:52.852Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34582026-07-22T19:43:53.505Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-07-22T19:44:02.027Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34602026-07-22T19:44:02.027Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34612026-07-22T19:44:02.031Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34622026-07-22T19:44:02.031Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-07-22T19:44:03.769Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-07-22T19:44:03.881Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-07-22T19:44:07.874Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34662026-07-22T19:44:47.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34672026-07-22T19:44:47.365Z
34682026-07-22T19:44:47.365Zreal 1:27.070022207
34692026-07-22T19:44:47.365Zuser 8:43.794759196
34702026-07-22T19:44:47.365Zsys 1:44.921728598
34712026-07-22T19:44:47.365Ztrap 0.267728953
34722026-07-22T19:44:47.368Ztflt 0.412505142
34732026-07-22T19:44:47.369Zdflt 1.504855741
34742026-07-22T19:44:47.369Zkflt 0.000416310
34752026-07-22T19:44:47.369Zlock 31:07.577743939
34762026-07-22T19:44:47.369Zslp 20:03.783993712
34772026-07-22T19:44:47.369Zlat 43.194753218
34782026-07-22T19:44:47.369Zstop 3:07.742193183
34792026-07-22T19:44:47.369Z+ mkdir tests
34802026-07-22T19:44:47.372Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34812026-07-22T19:44:47.372Z+ xargs -I '{}' -t cp '{}' tests/
34822026-07-22T19:44:47.394Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2e35cbd4c86b5888 tests/
34832026-07-22T19:44:47.424Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bc564b72c0409794 tests/
34842026-07-22T19:44:47.455Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-2909b50dda026b43 tests/
34852026-07-22T19:44:47.485Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-edfb0201e5ff36e5 tests/
34862026-07-22T19:44:47.826Z+ 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)
34872026-07-22T19:44:47.830Z+ 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-bc564b72c0409794 tests/commtest-2909b50dda026b43 tests/dhcp_server-2e35cbd4c86b5888 tests/end_to_end_tests-edfb0201e5ff36e5 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
34882026-07-22T19:46:07.945ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34892026-07-22T19:46:07.945Za .github/buildomat/ci-env.sh 1K
34902026-07-22T19:46:07.945Za out/target/test 1K
34912026-07-22T19:46:07.945Za out/npuzone/npuzone 27402K
34922026-07-22T19:46:07.946Za package-manifest.toml 35K
34932026-07-22T19:46:07.946Za smf/sled-agent/non-gimlet/config.toml 6K
34942026-07-22T19:46:07.946Za target/release/omicron-package 40729K
34952026-07-22T19:46:07.946Za target/release/xtask 10468K
34962026-07-22T19:46:07.946Za target/debug/bootstrap 349628K
34972026-07-22T19:46:07.946Za tests/bootstrap-bc564b72c0409794 31974K
34982026-07-22T19:46:07.946Za tests/commtest-2909b50dda026b43 32169K
34992026-07-22T19:46:07.946Za tests/dhcp_server-2e35cbd4c86b5888 31974K
35002026-07-22T19:46:07.946Za tests/end_to_end_tests-edfb0201e5ff36e5 399501K
35012026-07-22T19:46:07.946Za tools/opte_version 1K
35022026-07-22T19:46:07.946Za tools/opte_version_override 2K
35032026-07-22T19:46:07.946Za out/clickhouse.tar.gz 310737K
35042026-07-22T19:46:07.946Za out/clickhouse_keeper.tar.gz 297204K
35052026-07-22T19:46:07.946Za out/clickhouse_server.tar.gz 310735K
35062026-07-22T19:46:07.946Za out/cockroachdb.tar.gz 161742K
35072026-07-22T19:46:07.946Za out/crucible-pantry-zone.tar.gz 39110K
35082026-07-22T19:46:07.946Za out/crucible-utils.tar 18900K
35092026-07-22T19:46:07.946Za out/crucible-zone.tar.gz 53805K
35102026-07-22T19:46:07.946Za out/external-dns.tar.gz 46165K
35112026-07-22T19:46:07.946Za out/internal-dns.tar.gz 46165K
35122026-07-22T19:46:07.946Za out/mg-ddm-gz.tar 102717K
35132026-07-22T19:46:07.946Za out/nexus.tar.gz 274112K
35142026-07-22T19:46:07.946Za out/ntp.tar.gz 29912K
35152026-07-22T19:46:07.946Za out/omicron-gateway-softnpu.tar.gz 27708K
35162026-07-22T19:46:07.947Za out/omicron-sled-agent.tar 191459K
35172026-07-22T19:46:07.947Za out/overlay.tar.gz 4K
35182026-07-22T19:46:07.947Za out/oximeter.tar.gz 59921K
35192026-07-22T19:46:07.947Za out/oxlog.tar 3808K
35202026-07-22T19:46:07.947Za out/probe.tar.gz 3037K
35212026-07-22T19:46:07.947Za out/propolis-server.tar.gz 34372K
35222026-07-22T19:46:07.947Za out/pumpkind-gz.tar 26647K
35232026-07-22T19:46:07.947Za out/switch-softnpu.tar.gz 450322K
35242026-07-22T19:46:07.955Z
35252026-07-22T19:46:07.955Zreal 1:20.115115551
35262026-07-22T19:46:07.955Zuser 1:17.429031688
35272026-07-22T19:46:07.955Zsys 4.436611593
35282026-07-22T19:46:07.955Ztrap 0.005374646
35292026-07-22T19:46:07.955Ztflt 0.000000000
35302026-07-22T19:46:07.955Zdflt 0.000000000
35312026-07-22T19:46:07.955Zkflt 0.000000000
35322026-07-22T19:46:07.955Zlock 0.000000000
35332026-07-22T19:46:07.955Zslp 1:17.337752784
35342026-07-22T19:46:07.955Zlat 1.015836559
35352026-07-22T19:46:07.955Zstop 0.000540600
35362026-07-22T19:46:07.955Zprocess exited: duration 932185 ms, exit code 0
 
35372026-07-22T19:46:07.995Zfound 1 output files
35382026-07-22T19:46:07.995Zuploading: /work/package.tar.gz (2484477851 bytes)
35392026-07-22T19:47:42.573Zuploaded: /work/package.tar.gz