01KZSBV0617D94YEPQWK529QFR: 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: 01KZSC096AKQGEDPD6ZPKSC17F

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T21:35:59.551Zjob assigned to worker 01KZSC0HD3MNHX71WQRVRC3QFG [factory aws, i-056157436cd444071] (queued for 53 s)
 
22026-08-11T21:36:06.537Zstarting task 0: "setup"
32026-08-11T21:36:06.542Z++ uname -s
42026-08-11T21:36:06.546Z+ kern=SunOS
52026-08-11T21:36:06.546Z+ build_user=build
62026-08-11T21:36:06.546Z+ build_uid=12345
72026-08-11T21:36:06.546Z+ work_dir=/work
82026-08-11T21:36:06.546Z+ input_dir=/input
92026-08-11T21:36:06.546Z+ [[ 0 == 12345 ]]
102026-08-11T21:36:06.546Z+ case "$kern" in
112026-08-11T21:36:06.546Z+ groupadd -g 12345 build
122026-08-11T21:36:06.550Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T21:36:08.557Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T21:36:08.623Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T21:36:08.626Z+ home_fs=zfs
162026-08-11T21:36:08.627Z+ [[ zfs == autofs ]]
172026-08-11T21:36:08.628Z+ mkdir -p /home/build
182026-08-11T21:36:08.628Z+ chown build:build /home/build /work
192026-08-11T21:36:10.631Z+ chmod 0700 /home/build /work
202026-08-11T21:36:10.639Zprocess exited: duration 4099 ms, exit code 0
 
212026-08-11T21:36:10.648Zstarting task 1: "rust-toolchain"
222026-08-11T21:36:10.678Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T21:36:10.678Z * rust toolchain channel = "1.97.1"
242026-08-11T21:36:10.678Z * rust toolchain profile = "default"
252026-08-11T21:36:10.678Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-11T21:36:10.678Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T21:36:10.678Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T21:36:10.767Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T21:36:10.767Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T21:36:10.998Zinfo: downloading installer
312026-08-11T21:36:12.368Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T21:36:12.368Zwarn: /home/build/.rustup/settings.toml
332026-08-11T21:36:12.368Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T21:36:12.368Zwarn: instead of the one inferred from the default host triple.
352026-08-11T21:36:12.379Zinfo: profile set to default
362026-08-11T21:36:12.380Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T21:36:12.383Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T21:36:12.518Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T21:36:12.522Zinfo: downloading 6 components
402026-08-11T21:36:27.894Z
412026-08-11T21:36:27.894Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-11T21:36:27.921Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T21:36:27.921Z
442026-08-11T21:36:27.921Z
452026-08-11T21:36:27.921ZRust is installed now. Great!
462026-08-11T21:36:27.921Z
472026-08-11T21:36:27.926ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T21:36:27.926Zenvironment variable. This has not been done automatically.
492026-08-11T21:36:27.926Z
502026-08-11T21:36:27.926ZTo configure your current shell, you need to source
512026-08-11T21:36:27.926Zthe corresponding env file under $HOME/.cargo.
522026-08-11T21:36:27.927Z
532026-08-11T21:36:27.927ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T21:36:27.927Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T21:36:27.927Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T21:36:27.927Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T21:36:27.927Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T21:36:27.927Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T21:36:27.927Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T21:36:27.927Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T21:36:27.927Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T21:36:28.020Z+ rustup --version
632026-08-11T21:36:28.026Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T21:36:28.029Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T21:36:28.047Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T21:36:28.050Z+ cargo --version
672026-08-11T21:36:28.058Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T21:36:28.061Z+ rustc --version
692026-08-11T21:36:28.081Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T21:36:28.084Zprocess exited: duration 17435 ms, exit code 0
 
712026-08-11T21:36:28.093Zstarting task 2: "authentication"
722026-08-11T21:36:28.111Zprocess exited: duration 18 ms, exit code 0
 
732026-08-11T21:36:28.118Zstarting task 3: "clone repository"
742026-08-11T21:36:28.123Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-11T21:36:28.126Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-11T21:36:28.156ZCloning into '/work/oxidecomputer/omicron'...
772026-08-11T21:36:38.425Z+ cd /work/oxidecomputer/omicron
782026-08-11T21:36:38.426Z+ git fetch origin 68697a7dff3a23ccd9cfe5a249b668528ec8c464
792026-08-11T21:36:38.753ZFrom https://github.com/oxidecomputer/omicron
802026-08-11T21:36:38.753Z * branch 68697a7dff3a23ccd9cfe5a249b668528ec8c464 -> FETCH_HEAD
812026-08-11T21:36:38.768Z+ [[ -n '' ]]
822026-08-11T21:36:38.768Z+ git reset --hard 68697a7dff3a23ccd9cfe5a249b668528ec8c464
832026-08-11T21:36:38.860ZHEAD is now at 68697a7df [spr] initial version
842026-08-11T21:36:38.864Zprocess exited: duration 10743 ms, exit code 0
 
852026-08-11T21:36:38.871Zstarting task 4: "build"
862026-08-11T21:36:38.877Z+ source .github/buildomat/ci-env.sh
872026-08-11T21:36:38.877Z++ export CARGO_TERM_COLOR=always
882026-08-11T21:36:38.877Z++ CARGO_TERM_COLOR=always
892026-08-11T21:36:38.881Z+++ uname -s
902026-08-11T21:36:38.881Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-11T21:36:38.881Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-11T21:36:38.886Z+ cargo --version
932026-08-11T21:36:38.893Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-11T21:36:38.900Z+ rustc --version
952026-08-11T21:36:38.915Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-11T21:36:38.918Z+ WORK=/work
972026-08-11T21:36:38.919Z+ pfexec mkdir -p /work
982026-08-11T21:36:38.922Z+ pfexec chown build /work
992026-08-11T21:36:38.925Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-11T21:36:40.895Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-11T21:36:41.204Z Startup: Caching catalogs ... Done
1022026-08-11T21:36:42.942ZPlanning: Solver setup ... Done (1.620s)
1032026-08-11T21:36:42.988ZPlanning: Running solver ... Done (0.054s)
1042026-08-11T21:36:43.028ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-11T21:36:43.050ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-11T21:36:43.065ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-11T21:36:43.083ZPlanning: Package planning ... Done (0.015s)
1082026-08-11T21:36:43.088ZPlanning: Merging actions ... Done (0.001s)
1092026-08-11T21:36:43.246ZPlanning: Checking for conflicting actions ... Done (0.164s)
1102026-08-11T21:36:43.250ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-11T21:36:44.152ZPlanning: Evaluating mediators ... Done (0.905s)
1122026-08-11T21:36:44.155ZPlanning: Planning completed in 2.91 seconds
1132026-08-11T21:36:44.161Z Packages to install: 2
1142026-08-11T21:36:44.161Z Estimated space available: 156.01 GB
1152026-08-11T21:36:44.162ZEstimated space to be consumed: 67.95 MB
1162026-08-11T21:36:44.162Z Create boot environment: No
1172026-08-11T21:36:44.162ZCreate backup boot environment: No
1182026-08-11T21:36:44.168Z Rebuild boot archive: No
1192026-08-11T21:36:44.168Z
1202026-08-11T21:36:44.168ZChanged packages:
1212026-08-11T21:36:44.168Zhelios
1222026-08-11T21:36:44.168Z developer/build-essential
1232026-08-11T21:36:44.168Z None -> 11-3.0
1242026-08-11T21:36:44.168Z library/libxmlsec1
1252026-08-11T21:36:44.168Z None -> 1.2.35-3.0
1262026-08-11T21:36:44.187Z
1272026-08-11T21:36:44.187ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-11T21:36:44.266ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1292026-08-11T21:36:44.336Z Actions: 1/268 actions (Installing new actions)
1302026-08-11T21:36:44.375Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-11T21:36:44.405ZFinalize: Updating package state database ... Done (0.030s)
1322026-08-11T21:36:44.405ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-11T21:36:44.489ZFinalize: Updating image state ... Done (0.071s)
1342026-08-11T21:36:47.177ZFinalize: Creating fast lookup database ... Done (2.652s)
1352026-08-11T21:36:47.253ZFinalize: Reading search index ... Done (0.012s)
1362026-08-11T21:36:47.259ZFinalize: Updating search index ... Done (0.000s)
1372026-08-11T21:36:47.342ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-11T21:36:47.707ZPlanning: Evaluating mediator changes ... Done
1392026-08-11T21:36:47.809ZPlanning: Checking for conflicting actions ... Done
1402026-08-11T21:36:47.814ZPlanning: Consolidating action changes ... Done
1412026-08-11T21:36:47.966ZPlanning: Evaluating mediators ... Done
1422026-08-11T21:36:47.971ZPlanning: Planning completed in 0.27 seconds
1432026-08-11T21:36:47.998Z Mediators to change: 2
1442026-08-11T21:36:47.998Z Create boot environment: No
1452026-08-11T21:36:47.998ZCreate backup boot environment: No
1462026-08-11T21:36:48.039ZFinalize: Updating package state database ... Done
1472026-08-11T21:36:48.040ZFinalize: Updating package cache ... Done
1482026-08-11T21:36:48.081ZFinalize: Updating image state ... Done
1492026-08-11T21:36:50.025ZFinalize: Creating fast lookup database ... Done
1502026-08-11T21:36:50.072ZFinalize: Reading search index ... Done
1512026-08-11T21:36:50.083ZFinalize: Updating search index ... Done
1522026-08-11T21:36:50.126ZFinalize: Updating package cache ... Done
1532026-08-11T21:36:50.411ZPlanning: Evaluating mediator changes ... Done
1542026-08-11T21:36:50.517ZPlanning: Checking for conflicting actions ... Done
1552026-08-11T21:36:50.525ZPlanning: Consolidating action changes ... Done
1562026-08-11T21:36:50.676ZPlanning: Evaluating mediators ... Done
1572026-08-11T21:36:50.682ZPlanning: Planning completed in 0.27 seconds
1582026-08-11T21:36:50.704Z Mediators to change: 1
1592026-08-11T21:36:50.704Z Create boot environment: No
1602026-08-11T21:36:50.704ZCreate backup boot environment: No
1612026-08-11T21:36:50.745ZFinalize: Updating package state database ... Done
1622026-08-11T21:36:50.745ZFinalize: Updating package cache ... Done
1632026-08-11T21:36:50.790ZFinalize: Updating image state ... Done
1642026-08-11T21:36:52.733ZFinalize: Creating fast lookup database ... Done
1652026-08-11T21:36:52.793ZFinalize: Reading search index ... Done
1662026-08-11T21:36:52.800ZFinalize: Updating search index ... Done
1672026-08-11T21:36:52.870ZFinalize: Updating package cache ... Done
1682026-08-11T21:36:53.186ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-11T21:36:53.187Zapache system 2.4 system
1702026-08-11T21:36:53.187Zclang system 15 system
1712026-08-11T21:36:53.187Zcsh system system illumos
1722026-08-11T21:36:53.187Zctags system system illumos
1732026-08-11T21:36:53.187Zfile vendor vendor darwinsys
1742026-08-11T21:36:53.187Zfile system system illumos
1752026-08-11T21:36:53.187Zgcc vendor 14 vendor
1762026-08-11T21:36:53.187Zgcc system 13 system
1772026-08-11T21:36:53.187Zgcc system 10 system
1782026-08-11T21:36:53.187Zgo system 1.25 system
1792026-08-11T21:36:53.187Zllvm system 15 system
1802026-08-11T21:36:53.187Zmariadb system 11.4 system
1812026-08-11T21:36:53.187Zmta vendor vendor dma
1822026-08-11T21:36:53.187Zopenjdk system 17 system
1832026-08-11T21:36:53.187Zopenjdk system 11 system
1842026-08-11T21:36:53.187Zopenssl vendor 3 vendor
1852026-08-11T21:36:53.187Zperl system 5.40 system
1862026-08-11T21:36:53.187Zpostgresql system 18 system
1872026-08-11T21:36:53.187Zpostgresql system 17 system
1882026-08-11T21:36:53.187Zpython vendor 3 vendor
1892026-08-11T21:36:53.187Zpython system 2 system
1902026-08-11T21:36:53.187Zpython3 vendor 3.13 vendor
1912026-08-11T21:36:53.188Zruby system 3.4 system
1922026-08-11T21:36:53.188Zruby system 3.0 system
1932026-08-11T21:36:53.188Zwords vendor vendor american-english
1942026-08-11T21:36:53.188Zwords system system australian-english
1952026-08-11T21:36:53.188Zwords system system british-english
1962026-08-11T21:36:53.188Zwords system system canadian-english
1972026-08-11T21:36:53.188Zwords system system french
1982026-08-11T21:36:53.188Zwords system system italian
1992026-08-11T21:36:53.188Zwords system system ngerman
2002026-08-11T21:36:53.188Zwords system system ogerman
2012026-08-11T21:36:53.188Zwords system system spanish
2022026-08-11T21:36:53.436ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-11T21:36:53.436Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-11T21:36:53.899ZFMRI IFO
2052026-08-11T21:36:53.899Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-11T21:36:53.900Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-11T21:36:53.900Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-11T21:36:53.900Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-11T21:36:53.900Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-11T21:36:53.900Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-11T21:36:53.900Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-11T21:36:53.900Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-11T21:36:53.900Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-11T21:36:54.221Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-11T21:36:54.556Z Updating crates.io index
2162026-08-11T21:36:54.576Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-11T21:36:54.806Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-11T21:36:55.176Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-08-11T21:36:56.146Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-08-11T21:36:56.688Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-08-11T21:36:58.253Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-08-11T21:36:59.117Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-08-11T21:36:59.462Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-08-11T21:36:59.805Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-08-11T21:37:01.009Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-08-11T21:37:01.655Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-08-11T21:37:01.984Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-08-11T21:37:02.273Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-08-11T21:37:02.533Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2302026-08-11T21:37:02.812Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2312026-08-11T21:37:03.111Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-08-11T21:37:03.396Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-08-11T21:37:03.670Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-11T21:37:04.081Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-11T21:37:04.538Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-08-11T21:37:04.927Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2372026-08-11T21:37:05.391Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2382026-08-11T21:37:05.683Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2392026-08-11T21:37:06.277Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-11T21:37:06.592Z Updating git repository `https://github.com/oxidecomputer/erebor`
2412026-08-11T21:37:06.850Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-08-11T21:37:07.310Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-08-11T21:37:07.584Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-11T21:37:08.081Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-08-11T21:37:08.421Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-08-11T21:37:08.699Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2472026-08-11T21:37:09.013Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-08-11T21:37:09.362Z Updating git repository `https://github.com/oxidecomputer/tough`
2492026-08-11T21:37:09.958Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-08-11T21:37:10.280Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-08-11T21:37:10.664Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-08-11T21:37:10.976Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2532026-08-11T21:37:11.758Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542026-08-11T21:37:12.057Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-08-11T21:37:12.971Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-08-11T21:37:12.999Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-08-11T21:37:12.999Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-08-11T21:37:15.563Z Downloading crates ...
2592026-08-11T21:37:15.664Z Downloaded anstyle-query v1.1.5
2602026-08-11T21:37:15.691Z Downloaded cfg-if v1.0.4
2612026-08-11T21:37:15.691Z Downloaded cargo-platform v0.3.2
2622026-08-11T21:37:15.692Z Downloaded camino-tempfile v1.4.1
2632026-08-11T21:37:15.692Z Downloaded is_terminal_polyfill v1.70.2
2642026-08-11T21:37:15.692Z Downloaded terminal_size v0.4.3
2652026-08-11T21:37:15.692Z Downloaded toml_datetime v0.6.11
2662026-08-11T21:37:15.692Z Downloaded crypto-common v0.1.7
2672026-08-11T21:37:15.692Z Downloaded zmij v1.0.21
2682026-08-11T21:37:15.692Z Downloaded plain v0.2.3
2692026-08-11T21:37:15.692Z Downloaded byteorder v1.5.0
2702026-08-11T21:37:15.692Z Downloaded usdt-macro v0.5.0
2712026-08-11T21:37:15.692Z Downloaded errno v0.3.14
2722026-08-11T21:37:15.692Z Downloaded zerocopy v0.7.35
2732026-08-11T21:37:15.692Z Downloaded thiserror-impl v2.0.18
2742026-08-11T21:37:15.692Z Downloaded clap v4.6.1
2752026-08-11T21:37:15.692Z Downloaded clap_derive v4.6.1
2762026-08-11T21:37:15.692Z Downloaded clap_lex v1.0.0
2772026-08-11T21:37:15.692Z Downloaded fastrand v2.3.0
2782026-08-11T21:37:15.693Z Downloaded semver v1.0.28
2792026-08-11T21:37:15.693Z Downloaded getrandom v0.4.1
2802026-08-11T21:37:15.693Z Downloaded papergrid v0.11.0
2812026-08-11T21:37:15.693Z Downloaded cpufeatures v0.2.17
2822026-08-11T21:37:15.693Z Downloaded anstyle v1.0.14
2832026-08-11T21:37:15.693Z Downloaded equivalent v1.0.2
2842026-08-11T21:37:15.693Z Downloaded heck v0.5.0
2852026-08-11T21:37:15.693Z Downloaded itoa v1.0.17
2862026-08-11T21:37:15.693Z Downloaded block-buffer v0.10.4
2872026-08-11T21:37:15.693Z Downloaded colorchoice v1.0.4
2882026-08-11T21:37:15.694Z Downloaded usdt v0.5.0
2892026-08-11T21:37:15.694Z Downloaded dof v0.3.0
2902026-08-11T21:37:15.694Z Downloaded anstyle-parse v1.0.0
2912026-08-11T21:37:15.694Z Downloaded fs-err v3.3.0
2922026-08-11T21:37:15.694Z Downloaded memmap v0.7.0
2932026-08-11T21:37:15.694Z Downloaded dtrace-parser v0.2.0
2942026-08-11T21:37:15.694Z Downloaded serde_spanned v0.6.9
2952026-08-11T21:37:15.694Z Downloaded scroll_derive v0.12.1
2962026-08-11T21:37:15.694Z Downloaded cargo_toml v0.21.0
2972026-08-11T21:37:15.700Z Downloaded tabled_derive v0.7.0
2982026-08-11T21:37:15.700Z Downloaded fnv v1.0.7
2992026-08-11T21:37:15.700Z Downloaded version_check v0.9.5
3002026-08-11T21:37:15.700Z Downloaded generic-array v0.14.7
3012026-08-11T21:37:15.700Z Downloaded strsim v0.11.1
3022026-08-11T21:37:15.706Z Downloaded swrite v0.1.0
3032026-08-11T21:37:15.706Z Downloaded usdt-attr-macro v0.5.0
3042026-08-11T21:37:15.706Z Downloaded macaddr v1.0.1
3052026-08-11T21:37:15.710Z Downloaded utf8parse v0.2.2
3062026-08-11T21:37:15.711Z Downloaded smawk v0.3.2
3072026-08-11T21:37:15.711Z Downloaded toml_write v0.1.2
3082026-08-11T21:37:15.715Z Downloaded thread-id v4.2.2
3092026-08-11T21:37:15.722Z Downloaded heck v0.4.1
3102026-08-11T21:37:15.727Z Downloaded unicode-linebreak v0.1.5
3112026-08-11T21:37:15.727Z Downloaded proc-macro-error-attr v1.0.4
3122026-08-11T21:37:15.783Z Downloaded pretty-hex v0.4.1
3132026-08-11T21:37:15.783Z Downloaded bytecount v0.6.9
3142026-08-11T21:37:15.783Z Downloaded autocfg v1.5.0
3152026-08-11T21:37:15.783Z Downloaded proc-macro-error v1.0.4
3162026-08-11T21:37:15.787Z Downloaded once_cell v1.21.3
3172026-08-11T21:37:15.795Z Downloaded thiserror-impl v1.0.69
3182026-08-11T21:37:15.795Z Downloaded quote v1.0.45
3192026-08-11T21:37:15.795Z Downloaded cargo_metadata v0.23.1
3202026-08-11T21:37:15.795Z Downloaded usdt-impl v0.5.0
3212026-08-11T21:37:15.795Z Downloaded scroll v0.12.0
3222026-08-11T21:37:15.795Z Downloaded anstream v1.0.0
3232026-08-11T21:37:15.799Z Downloaded thiserror v1.0.69
3242026-08-11T21:37:15.799Z Downloaded sha2 v0.10.9
3252026-08-11T21:37:15.799Z Downloaded thiserror v2.0.18
3262026-08-11T21:37:15.799Z Downloaded digest v0.10.7
3272026-08-11T21:37:15.799Z Downloaded camino v1.2.2
3282026-08-11T21:37:15.799Z Downloaded pest_generator v2.8.6
3292026-08-11T21:37:15.799Z Downloaded ucd-trie v0.1.7
3302026-08-11T21:37:15.812Z Downloaded tempfile v3.25.0
3312026-08-11T21:37:15.812Z Downloaded toml v0.8.23
3322026-08-11T21:37:15.812Z Downloaded serde_tokenstream v0.2.3
3332026-08-11T21:37:15.812Z Downloaded anyhow v1.0.102
3342026-08-11T21:37:15.819Z Downloaded log v0.4.29
3352026-08-11T21:37:15.819Z Downloaded pest_derive v2.8.6
3362026-08-11T21:37:15.819Z Downloaded textwrap v0.16.2
3372026-08-11T21:37:15.819Z Downloaded serde_derive v1.0.228
3382026-08-11T21:37:15.825Z Downloaded serde_core v1.0.228
3392026-08-11T21:37:15.858Z Downloaded pest_meta v2.8.6
3402026-08-11T21:37:15.858Z Downloaded bitflags v2.11.0
3412026-08-11T21:37:15.858Z Downloaded unicode-ident v1.0.24
3422026-08-11T21:37:15.869Z Downloaded proc-macro2 v1.0.106
3432026-08-11T21:37:15.869Z Downloaded pest v2.8.6
3442026-08-11T21:37:15.869Z Downloaded clap_builder v4.6.0
3452026-08-11T21:37:15.869Z Downloaded toml_edit v0.22.27
3462026-08-11T21:37:15.869Z Downloaded serde v1.0.228
3472026-08-11T21:37:15.870Z Downloaded zerocopy-derive v0.7.35
3482026-08-11T21:37:15.870Z Downloaded typenum v1.20.1
3492026-08-11T21:37:15.870Z Downloaded memchr v2.8.0
3502026-08-11T21:37:15.870Z Downloaded indexmap v2.14.0
3512026-08-11T21:37:15.895Z Downloaded hashbrown v0.17.0
3522026-08-11T21:37:15.895Z Downloaded winnow v0.7.14
3532026-08-11T21:37:15.907Z Downloaded serde_json v1.0.151
3542026-08-11T21:37:15.907Z Downloaded goblin v0.8.2
3552026-08-11T21:37:15.918Z Downloaded tabled v0.15.0
3562026-08-11T21:37:15.932Z Downloaded unicode-width v0.1.14
3572026-08-11T21:37:15.947Z Downloaded syn v1.0.109
3582026-08-11T21:37:15.947Z Downloaded unicode-width v0.2.0
3592026-08-11T21:37:15.947Z Downloaded syn v2.0.117
3602026-08-11T21:37:15.962Z Downloaded rustix v1.1.3
3612026-08-11T21:37:15.987Z Downloaded libc v0.2.185
3622026-08-11T21:37:16.044Z Compiling proc-macro2 v1.0.106
3632026-08-11T21:37:16.044Z Compiling quote v1.0.45
3642026-08-11T21:37:16.044Z Compiling unicode-ident v1.0.24
3652026-08-11T21:37:16.053Z Compiling serde_core v1.0.228
3662026-08-11T21:37:16.054Z Compiling libc v0.2.185
3672026-08-11T21:37:16.054Z Compiling version_check v0.9.5
3682026-08-11T21:37:16.054Z Compiling memchr v2.8.0
3692026-08-11T21:37:16.054Z Compiling serde v1.0.228
3702026-08-11T21:37:16.230Z Compiling zmij v1.0.21
3712026-08-11T21:37:16.244Z Compiling thiserror v1.0.69
3722026-08-11T21:37:16.257Z Compiling itoa v1.0.17
3732026-08-11T21:37:16.257Z Compiling ucd-trie v0.1.7
3742026-08-11T21:37:16.257Z Compiling byteorder v1.5.0
3752026-08-11T21:37:16.257Z Compiling rustix v1.1.3
3762026-08-11T21:37:16.455Z Compiling bitflags v2.11.0
3772026-08-11T21:37:16.547Z Compiling serde_json v1.0.151
3782026-08-11T21:37:16.614Z Compiling usdt-impl v0.5.0
3792026-08-11T21:37:16.715Z Compiling pest v2.8.6
3802026-08-11T21:37:16.763Z Compiling proc-macro-error-attr v1.0.4
3812026-08-11T21:37:16.787Z Compiling camino v1.2.2
3822026-08-11T21:37:16.787Z Compiling syn v1.0.109
3832026-08-11T21:37:16.981Z Compiling proc-macro-error v1.0.4
3842026-08-11T21:37:16.995Z Compiling equivalent v1.0.2
3852026-08-11T21:37:16.995Z Compiling hashbrown v0.17.0
3862026-08-11T21:37:16.995Z Compiling plain v0.2.3
3872026-08-11T21:37:16.995Z Compiling getrandom v0.4.1
3882026-08-11T21:37:17.082Z Compiling errno v0.3.14
3892026-08-11T21:37:17.119Z Compiling thread-id v4.2.2
3902026-08-11T21:37:17.136Z Compiling log v0.4.29
3912026-08-11T21:37:17.136Z Compiling utf8parse v0.2.2
3922026-08-11T21:37:17.172Z Compiling pretty-hex v0.4.1
3932026-08-11T21:37:17.191Z Compiling colorchoice v1.0.4
3942026-08-11T21:37:17.289Z Compiling anstyle-parse v1.0.0
3952026-08-11T21:37:17.320Z Compiling cfg-if v1.0.4
3962026-08-11T21:37:17.339Z Compiling is_terminal_polyfill v1.70.2
3972026-08-11T21:37:17.399Z Compiling anstyle-query v1.1.5
3982026-08-11T21:37:17.414Z Compiling autocfg v1.5.0
3992026-08-11T21:37:17.414Z Compiling winnow v0.7.14
4002026-08-11T21:37:17.414Z Compiling thiserror v2.0.18
4012026-08-11T21:37:17.414Z Compiling toml_write v0.1.2
4022026-08-11T21:37:17.498Z Compiling anstyle v1.0.14
4032026-08-11T21:37:17.522Z Compiling clap_lex v1.0.0
4042026-08-11T21:37:17.541Z Compiling indexmap v2.14.0
4052026-08-11T21:37:17.580Z Compiling once_cell v1.21.3
4062026-08-11T21:37:17.604Z Compiling fastrand v2.3.0
4072026-08-11T21:37:17.662Z Compiling syn v2.0.117
4082026-08-11T21:37:17.759Z Compiling pest_meta v2.8.6
4092026-08-11T21:37:17.814Z Compiling anstream v1.0.0
4102026-08-11T21:37:17.834Z Compiling heck v0.5.0
4112026-08-11T21:37:17.886Z Compiling unicode-width v0.1.14
4122026-08-11T21:37:17.897Z Compiling fs-err v3.3.0
4132026-08-11T21:37:17.945Z Compiling bytecount v0.6.9
4142026-08-11T21:37:18.140Z Compiling strsim v0.11.1
4152026-08-11T21:37:18.196Z Compiling heck v0.4.1
4162026-08-11T21:37:18.196Z Compiling anyhow v1.0.102
4172026-08-11T21:37:18.196Z Compiling fnv v1.0.7
4182026-08-11T21:37:18.262Z Compiling memmap v0.7.0
4192026-08-11T21:37:18.262Z Compiling unicode-linebreak v0.1.5
4202026-08-11T21:37:18.341Z Compiling terminal_size v0.4.3
4212026-08-11T21:37:18.341Z Compiling papergrid v0.11.0
4222026-08-11T21:37:18.341Z Compiling tempfile v3.25.0
4232026-08-11T21:37:18.341Z Compiling smawk v0.3.2
4242026-08-11T21:37:18.370Z Compiling unicode-width v0.2.0
4252026-08-11T21:37:18.396Z Compiling clap_builder v4.6.0
4262026-08-11T21:37:18.420Z Compiling swrite v0.1.0
4272026-08-11T21:37:18.565Z Compiling textwrap v0.16.2
4282026-08-11T21:37:18.840Z Compiling cargo-platform v0.3.2
4292026-08-11T21:37:18.840Z Compiling semver v1.0.28
4302026-08-11T21:37:19.128Z Compiling camino-tempfile v1.4.1
4312026-08-11T21:37:19.276Z Compiling tabled_derive v0.7.0
4322026-08-11T21:37:19.878Z Compiling pest_generator v2.8.6
4332026-08-11T21:37:19.935Z Compiling tabled v0.15.0
4342026-08-11T21:37:20.632Z Compiling serde_derive v1.0.228
4352026-08-11T21:37:20.711Z Compiling thiserror-impl v1.0.69
4362026-08-11T21:37:20.712Z Compiling zerocopy-derive v0.7.35
4372026-08-11T21:37:20.712Z Compiling scroll_derive v0.12.1
4382026-08-11T21:37:20.712Z Compiling thiserror-impl v2.0.18
4392026-08-11T21:37:20.712Z Compiling clap_derive v4.6.1
4402026-08-11T21:37:20.712Z Compiling pest_derive v2.8.6
4412026-08-11T21:37:21.092Z Compiling scroll v0.12.0
4422026-08-11T21:37:21.113Z Compiling zerocopy v0.7.35
4432026-08-11T21:37:21.292Z Compiling goblin v0.8.2
4442026-08-11T21:37:21.422Z Compiling dtrace-parser v0.2.0
4452026-08-11T21:37:21.748Z Compiling clap v4.6.1
4462026-08-11T21:37:22.757Z Compiling dof v0.3.0
4472026-08-11T21:37:22.757Z Compiling serde_tokenstream v0.2.3
4482026-08-11T21:37:22.796Z Compiling toml_datetime v0.6.11
4492026-08-11T21:37:22.796Z Compiling serde_spanned v0.6.9
4502026-08-11T21:37:22.796Z Compiling macaddr v1.0.1
4512026-08-11T21:37:22.796Z Compiling cargo_metadata v0.23.1
4522026-08-11T21:37:22.796Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4532026-08-11T21:37:23.037Z Compiling toml_edit v0.22.27
4542026-08-11T21:37:23.427Z Compiling usdt-macro v0.5.0
4552026-08-11T21:37:23.524Z Compiling usdt-attr-macro v0.5.0
4562026-08-11T21:37:24.131Z Compiling usdt v0.5.0
4572026-08-11T21:37:24.309Z Compiling toml v0.8.23
4582026-08-11T21:37:24.663Z Compiling cargo_toml v0.21.0
4592026-08-11T21:37:28.785Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4602026-08-11T21:37:28.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.88s
4612026-08-11T21:37:28.885Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4622026-08-11T21:37:28.885Z Downloading crates ...
4632026-08-11T21:37:28.885Z Downloaded backoff v0.4.0
4642026-08-11T21:37:28.885Z Downloaded argon2 v0.6.0-rc.8
4652026-08-11T21:37:28.885Z Downloaded cassowary v0.3.0
4662026-08-11T21:37:28.885Z Downloaded cobs v0.3.0
4672026-08-11T21:37:28.885Z Downloaded base16ct v1.0.0
4682026-08-11T21:37:28.885Z Downloaded bit-set v0.5.3
4692026-08-11T21:37:28.885Z Downloaded bit-set v0.8.0
4702026-08-11T21:37:28.885Z Downloaded bitfield-macros v0.19.4
4712026-08-11T21:37:28.885Z Downloaded float-cmp v0.10.0
4722026-08-11T21:37:28.885Z Downloaded convert_case v0.4.0
4732026-08-11T21:37:28.886Z Downloaded futures-sink v0.3.32
4742026-08-11T21:37:28.886Z Downloaded endian-type v0.1.2
4752026-08-11T21:37:28.886Z Downloaded aead v0.5.2
4762026-08-11T21:37:28.886Z Downloaded foreign-types-shared v0.3.1
4772026-08-11T21:37:28.886Z Downloaded fixedbitset v0.5.7
4782026-08-11T21:37:28.886Z Downloaded foldhash v0.1.5
4792026-08-11T21:37:28.886Z Downloaded assert_matches v1.5.0
4802026-08-11T21:37:28.886Z Downloaded adler2 v2.0.1
4812026-08-11T21:37:28.886Z Downloaded ahash v0.8.12
4822026-08-11T21:37:28.886Z Downloaded base16ct v0.2.0
4832026-08-11T21:37:28.886Z Downloaded bcrypt-pbkdf v0.11.0
4842026-08-11T21:37:28.886Z Downloaded ff v0.13.1
4852026-08-11T21:37:28.886Z Downloaded futures-executor v0.3.32
4862026-08-11T21:37:28.886Z Downloaded futures-macro v0.3.32
4872026-08-11T21:37:28.886Z Downloaded atomic-waker v1.1.2
4882026-08-11T21:37:28.886Z Downloaded enum-as-inner v0.6.1
4892026-08-11T21:37:28.886Z Downloaded fixedbitset v0.4.2
4902026-08-11T21:37:28.886Z Downloaded aead v0.6.1
4912026-08-11T21:37:28.886Z Downloaded argon2 v0.5.3
4922026-08-11T21:37:28.886Z Downloaded env_filter v1.0.0
4932026-08-11T21:37:28.886Z Downloaded foreign-types v0.3.2
4942026-08-11T21:37:28.887Z Downloaded foreign-types v0.5.0
4952026-08-11T21:37:28.887Z Downloaded env_logger v0.11.9
4962026-08-11T21:37:28.887Z Downloaded fallible-iterator v0.2.0
4972026-08-11T21:37:28.887Z Downloaded fs_extra v1.3.0
4982026-08-11T21:37:28.887Z Downloaded group v0.13.0
4992026-08-11T21:37:28.888Z Downloaded enum_dispatch v0.3.13
5002026-08-11T21:37:28.888Z Downloaded atty v0.2.14
5012026-08-11T21:37:28.888Z Downloaded bb8 v0.8.6
5022026-08-11T21:37:28.888Z Downloaded cfg_aliases v0.1.1
5032026-08-11T21:37:28.888Z Downloaded async-stream-impl v0.3.6
5042026-08-11T21:37:28.888Z Downloaded foreign-types-macros v0.2.3
5052026-08-11T21:37:28.888Z Downloaded flagset v0.4.7
5062026-08-11T21:37:28.888Z Downloaded async-stream v0.3.6
5072026-08-11T21:37:28.888Z Downloaded foldhash v0.2.0
5082026-08-11T21:37:28.888Z Downloaded async-recursion v1.1.1
5092026-08-11T21:37:28.888Z Downloaded bitfield-struct v0.6.2
5102026-08-11T21:37:28.888Z Downloaded futures v0.3.32
5112026-08-11T21:37:28.888Z Downloaded futures-io v0.3.32
5122026-08-11T21:37:28.888Z Downloaded ff v0.14.0
5132026-08-11T21:37:28.888Z Downloaded filetime v0.2.27
5142026-08-11T21:37:28.888Z Downloaded futures-core v0.3.32
5152026-08-11T21:37:28.888Z Downloaded ciborium-io v0.2.2
5162026-08-11T21:37:28.888Z Downloaded ciborium-ll v0.2.2
5172026-08-11T21:37:28.888Z Downloaded hickory-resolver v0.25.2
5182026-08-11T21:37:28.888Z Downloaded fd-lock v4.0.4
5192026-08-11T21:37:28.888Z Downloaded cfg_aliases v0.2.1
5202026-08-11T21:37:28.889Z Downloaded fxhash v0.2.1
5212026-08-11T21:37:28.889Z Downloaded git-stub v1.0.0
5222026-08-11T21:37:28.889Z Downloaded array-init v0.0.4
5232026-08-11T21:37:28.889Z Downloaded compression-core v0.4.31
5242026-08-11T21:37:28.889Z Downloaded float-ord v0.3.2
5252026-08-11T21:37:28.889Z Downloaded futures-task v0.3.32
5262026-08-11T21:37:28.889Z Downloaded form_urlencoded v1.2.2
5272026-08-11T21:37:28.889Z Downloaded gethostname v0.5.0
5282026-08-11T21:37:28.889Z Downloaded httpdate v1.0.3
5292026-08-11T21:37:28.889Z Downloaded ascii-canvas v3.0.0
5302026-08-11T21:37:28.889Z Downloaded block-buffer v0.12.1
5312026-08-11T21:37:28.889Z Downloaded fs-err v2.11.0
5322026-08-11T21:37:28.889Z Downloaded futures-channel v0.3.32
5332026-08-11T21:37:28.889Z Downloaded castaway v0.2.4
5342026-08-11T21:37:28.889Z Downloaded globwalk v0.9.1
5352026-08-11T21:37:28.889Z Downloaded hex-literal v1.1.0
5362026-08-11T21:37:28.889Z Downloaded num v0.4.3
5372026-08-11T21:37:28.889Z Downloaded hash32 v0.3.1
5382026-08-11T21:37:28.926Z Downloaded foreign-types-shared v0.1.1
5392026-08-11T21:37:28.926Z Downloaded funty v2.0.0
5402026-08-11T21:37:28.926Z Downloaded headers-core v0.3.0
5412026-08-11T21:37:28.926Z Downloaded num_enum_derive v0.5.11
5422026-08-11T21:37:28.926Z Downloaded ghash v0.6.0
5432026-08-11T21:37:28.926Z Downloaded hostname v0.4.2
5442026-08-11T21:37:28.926Z Downloaded atomicwrites v0.4.4
5452026-08-11T21:37:28.926Z Downloaded hostname v0.3.1
5462026-08-11T21:37:28.926Z Downloaded packed_struct_codegen v0.10.1
5472026-08-11T21:37:28.926Z Downloaded arrayref v0.3.9
5482026-08-11T21:37:28.926Z Downloaded http-range v0.1.5
5492026-08-11T21:37:28.926Z Downloaded phf_shared v0.13.1
5502026-08-11T21:37:28.926Z Downloaded block-padding v0.4.2
5512026-08-11T21:37:28.926Z Downloaded num-conv v0.2.0
5522026-08-11T21:37:28.926Z Downloaded home v0.5.12
5532026-08-11T21:37:28.926Z Downloaded hubpack_derive v0.1.1
5542026-08-11T21:37:28.927Z Downloaded hubpack v0.1.2
5552026-08-11T21:37:28.927Z Downloaded peg-runtime v0.8.5
5562026-08-11T21:37:28.927Z Downloaded parse-display v0.10.0
5572026-08-11T21:37:28.927Z Downloaded hash32 v0.2.1
5582026-08-11T21:37:28.927Z Downloaded bit-vec v0.8.0
5592026-08-11T21:37:28.927Z Downloaded bitfield v0.19.4
5602026-08-11T21:37:28.927Z Downloaded hyper-tls v0.6.0
5612026-08-11T21:37:28.927Z Downloaded http-body v1.0.1
5622026-08-11T21:37:28.927Z Downloaded async-trait v0.1.89
5632026-08-11T21:37:28.927Z Downloaded cipher v0.4.4
5642026-08-11T21:37:28.927Z Downloaded cmov v0.5.4
5652026-08-11T21:37:28.927Z Downloaded constant_time_eq v0.4.2
5662026-08-11T21:37:28.927Z Downloaded anstyle-parse v0.2.7
5672026-08-11T21:37:28.927Z Downloaded find-msvc-tools v0.1.9
5682026-08-11T21:37:28.927Z Downloaded bcs v0.1.6
5692026-08-11T21:37:28.927Z Downloaded proc-macro-crate v1.3.1
5702026-08-11T21:37:28.927Z Downloaded progenitor-macro v0.14.0
5712026-08-11T21:37:28.927Z Downloaded progenitor-macro v0.13.0
5722026-08-11T21:37:28.927Z Downloaded radium v0.7.0
5732026-08-11T21:37:28.927Z Downloaded byte-wrapper v0.1.0
5742026-08-11T21:37:28.927Z Downloaded cexpr v0.6.0
5752026-08-11T21:37:28.927Z Downloaded backon v1.6.0
5762026-08-11T21:37:28.927Z Downloaded same-file v1.0.6
5772026-08-11T21:37:28.927Z Downloaded rfc6979 v0.4.0
5782026-08-11T21:37:28.927Z Downloaded rustc_version v0.1.7
5792026-08-11T21:37:28.927Z Downloaded scroll_derive v0.13.1
5802026-08-11T21:37:28.927Z Downloaded shell-words v1.1.1
5812026-08-11T21:37:28.927Z Downloaded serde-big-array v0.5.1
5822026-08-11T21:37:28.927Z Downloaded sha1 v0.11.0
5832026-08-11T21:37:28.927Z Downloaded sigpipe v0.1.3
5842026-08-11T21:37:28.927Z Downloaded num-rational v0.4.2
5852026-08-11T21:37:28.927Z Downloaded cmake v0.1.57
5862026-08-11T21:37:28.946Z Downloaded humantime v2.3.0
5872026-08-11T21:37:28.946Z Downloaded blowfish v0.10.0
5882026-08-11T21:37:28.946Z Downloaded anstream v0.6.21
5892026-08-11T21:37:28.946Z Downloaded bit-vec v0.6.3
5902026-08-11T21:37:28.946Z Downloaded hex v0.4.3
5912026-08-11T21:37:28.947Z Downloaded highway v1.3.0
5922026-08-11T21:37:28.947Z Downloaded chacha20 v0.9.1
5932026-08-11T21:37:28.947Z Downloaded compression-codecs v0.4.37
5942026-08-11T21:37:28.947Z Downloaded bitflags v1.3.2
5952026-08-11T21:37:28.947Z Downloaded git-stub-vcs v0.1.0
5962026-08-11T21:37:28.947Z Downloaded cipher v0.5.2
5972026-08-11T21:37:28.947Z Downloaded phc v0.6.1
5982026-08-11T21:37:28.947Z Downloaded buf-list v1.1.2
5992026-08-11T21:37:28.947Z Downloaded camino-tempfile-ext v0.3.3
6002026-08-11T21:37:28.947Z Downloaded glob v0.3.3
6012026-08-11T21:37:28.947Z Downloaded group v0.14.0
6022026-08-11T21:37:28.947Z Downloaded num_enum_derive v0.7.6
6032026-08-11T21:37:28.947Z Downloaded ppv-lite86 v0.2.21
6042026-08-11T21:37:28.947Z Downloaded globset v0.4.18
6052026-08-11T21:37:28.948Z Downloaded port-file v0.1.0
6062026-08-11T21:37:28.948Z Downloaded strum v0.26.3
6072026-08-11T21:37:28.948Z Downloaded arrayvec v0.7.6
6082026-08-11T21:37:28.948Z Downloaded clang-sys v1.8.1
6092026-08-11T21:37:28.948Z Downloaded http-body-util v0.1.3
6102026-08-11T21:37:28.948Z Downloaded progenitor v0.13.0
6112026-08-11T21:37:28.948Z Downloaded base64ct v1.8.3
6122026-08-11T21:37:28.948Z Downloaded owo-colors v4.3.0
6132026-08-11T21:37:28.948Z Downloaded const-oid v0.9.6
6142026-08-11T21:37:28.948Z Downloaded strip-ansi-escapes v0.2.1
6152026-08-11T21:37:28.948Z Downloaded tap v1.0.1
6162026-08-11T21:37:28.948Z Downloaded console v0.15.11
6172026-08-11T21:37:28.948Z Downloaded polyval v0.7.1
6182026-08-11T21:37:28.948Z Downloaded colored v2.2.0
6192026-08-11T21:37:28.952Z Downloaded hybrid-array v0.4.13
6202026-08-11T21:37:28.952Z Downloaded allocator-api2 v0.2.21
6212026-08-11T21:37:28.953Z Downloaded supports-color v3.0.2
6222026-08-11T21:37:28.953Z Downloaded termtree v0.5.1
6232026-08-11T21:37:28.953Z Downloaded fatfs v0.3.6
6242026-08-11T21:37:28.953Z Downloaded topological-sort v0.2.2
6252026-08-11T21:37:28.953Z Downloaded tower-layer v0.3.3
6262026-08-11T21:37:28.953Z Downloaded seq-macro v0.3.6
6272026-08-11T21:37:28.953Z Downloaded rfc6979 v0.6.0
6282026-08-11T21:37:28.953Z Downloaded rustversion v1.0.22
6292026-08-11T21:37:28.953Z Downloaded ssh-encoding v0.3.0
6302026-08-11T21:37:28.953Z Downloaded simd-adler32 v0.3.8
6312026-08-11T21:37:28.953Z Downloaded xattr v1.6.1
6322026-08-11T21:37:28.953Z Downloaded scroll v0.13.0
6332026-08-11T21:37:28.953Z Downloaded scrypt v0.12.0
6342026-08-11T21:37:28.953Z Downloaded slog-bunyan v2.5.0
6352026-08-11T21:37:28.961Z Downloaded rustls-native-certs v0.8.3
6362026-08-11T21:37:28.961Z Downloaded blake2 v0.10.6
6372026-08-11T21:37:28.962Z Downloaded unit-prefix v0.5.2
6382026-08-11T21:37:28.962Z Downloaded const_format_proc_macros v0.2.34
6392026-08-11T21:37:28.965Z Downloaded sqlformat v0.3.5
6402026-08-11T21:37:28.965Z Downloaded bzip2 v0.4.4
6412026-08-11T21:37:28.965Z Downloaded bzip2 v0.6.1
6422026-08-11T21:37:28.965Z Downloaded universal-hash v0.5.1
6432026-08-11T21:37:28.965Z Downloaded usdt-attr-macro v0.6.0
6442026-08-11T21:37:28.965Z Downloaded utf8_iter v1.0.4
6452026-08-11T21:37:28.965Z Downloaded wait-timeout v0.2.1
6462026-08-11T21:37:28.965Z Downloaded crc-catalog v2.4.0
6472026-08-11T21:37:28.965Z Downloaded cancel-safe-futures v0.1.5
6482026-08-11T21:37:28.965Z Downloaded cbc v0.2.1
6492026-08-11T21:37:28.969Z Downloaded console v0.16.2
6502026-08-11T21:37:28.969Z Downloaded getrandom v0.2.17
6512026-08-11T21:37:28.969Z Downloaded erased-serde v0.3.31
6522026-08-11T21:37:28.972Z Downloaded shlex v1.3.0
6532026-08-11T21:37:28.973Z Downloaded slog-dtrace v0.3.0
6542026-08-11T21:37:28.973Z Downloaded static_assertions v1.1.0
6552026-08-11T21:37:28.973Z Downloaded bs58 v0.5.1
6562026-08-11T21:37:28.973Z Downloaded ciborium v0.2.2
6572026-08-11T21:37:28.976Z Downloaded hmac v0.12.1
6582026-08-11T21:37:28.976Z Downloaded hyper-rustls v0.27.7
6592026-08-11T21:37:28.976Z Downloaded crucible-workspace-hack v0.1.0
6602026-08-11T21:37:28.976Z Downloaded progenitor v0.14.0
6612026-08-11T21:37:28.979Z Downloaded hyper-staticfile v0.10.1
6622026-08-11T21:37:28.979Z Downloaded hmac v0.13.0
6632026-08-11T21:37:28.980Z Downloaded const-oid v0.10.2
6642026-08-11T21:37:28.983Z Downloaded async-bb8-diesel v0.2.1
6652026-08-11T21:37:28.983Z Downloaded colored v3.1.1
6662026-08-11T21:37:28.983Z Downloaded httparse v1.10.1
6672026-08-11T21:37:28.986Z Downloaded darling_macro v0.21.3
6682026-08-11T21:37:28.987Z Downloaded smf v0.2.3
6692026-08-11T21:37:28.991Z Downloaded cpubits v0.1.1
6702026-08-11T21:37:28.994Z Downloaded parking_lot_core v0.9.12
6712026-08-11T21:37:28.994Z Downloaded tinystr v0.8.2
6722026-08-11T21:37:28.994Z Downloaded defmt v0.3.100
6732026-08-11T21:37:28.994Z Downloaded difflib v0.4.0
6742026-08-11T21:37:28.997Z Downloaded strum_macros v0.27.2
6752026-08-11T21:37:28.997Z Downloaded cstr-argument v0.1.2
6762026-08-11T21:37:28.997Z Downloaded getrandom v0.3.4
6772026-08-11T21:37:29.002Z Downloaded poly1305 v0.9.0
6782026-08-11T21:37:29.002Z Downloaded flume v0.11.1
6792026-08-11T21:37:29.005Z Downloaded downcast-rs v2.0.2
6802026-08-11T21:37:29.008Z Downloaded embedded-io v0.6.1
6812026-08-11T21:37:29.012Z Downloaded is-terminal v0.4.17
6822026-08-11T21:37:29.016Z Downloaded dyn-clone v1.0.20
6832026-08-11T21:37:29.016Z Downloaded tls_codec_derive v0.4.2
6842026-08-11T21:37:29.016Z Downloaded inout v0.2.2
6852026-08-11T21:37:29.019Z Downloaded pbkdf2 v0.13.0
6862026-08-11T21:37:29.020Z Downloaded dunce v1.0.5
6872026-08-11T21:37:29.022Z Downloaded kem v0.3.0
6882026-08-11T21:37:29.023Z Downloaded unicase v2.9.0
6892026-08-11T21:37:29.025Z Downloaded lzss v0.8.2
6902026-08-11T21:37:29.030Z Downloaded whoami v1.6.1
6912026-08-11T21:37:29.030Z Downloaded xshell v0.2.7
6922026-08-11T21:37:29.034Z Downloaded chacha20 v0.10.0
6932026-08-11T21:37:29.034Z Downloaded maybe-uninit v2.0.0
6942026-08-11T21:37:29.034Z Downloaded mime v0.3.17
6952026-08-11T21:37:29.038Z Downloaded blake2 v0.11.0-rc.6
6962026-08-11T21:37:29.038Z Downloaded newtype-uuid-macros v0.1.0
6972026-08-11T21:37:29.038Z Downloaded nonempty v0.12.0
6982026-08-11T21:37:29.039Z Downloaded pkcs1 v0.8.0-rc.4
6992026-08-11T21:37:29.042Z Downloaded crossbeam-deque v0.8.6
7002026-08-11T21:37:29.042Z Downloaded memoffset v0.9.1
7012026-08-11T21:37:29.045Z Downloaded num_threads v0.1.7
7022026-08-11T21:37:29.046Z Downloaded half v2.7.1
7032026-08-11T21:37:29.048Z Downloaded openssl-probe v0.2.1
7042026-08-11T21:37:29.049Z Downloaded pkcs1 v0.7.5
7052026-08-11T21:37:29.052Z Downloaded tokio-rustls v0.26.4
7062026-08-11T21:37:29.052Z Downloaded daft v0.1.7
7072026-08-11T21:37:29.052Z Downloaded chacha20poly1305 v0.10.1
7082026-08-11T21:37:29.055Z Downloaded compact_str v0.8.1
7092026-08-11T21:37:29.055Z Downloaded base64 v0.22.1
7102026-08-11T21:37:29.059Z Downloaded smallvec v1.15.1
7112026-08-11T21:37:29.059Z Downloaded convert_case v0.10.0
7122026-08-11T21:37:29.063Z Downloaded delegate v0.13.5
7132026-08-11T21:37:29.063Z Downloaded deranged v0.5.8
7142026-08-11T21:37:29.066Z Downloaded derive-ex v0.1.8
7152026-08-11T21:37:29.066Z Downloaded half v1.8.3
7162026-08-11T21:37:29.067Z Downloaded digest v0.11.3
7172026-08-11T21:37:29.067Z Downloaded generic-array v1.4.3
7182026-08-11T21:37:29.070Z Downloaded powerfmt v0.2.0
7192026-08-11T21:37:29.073Z Downloaded predicates-core v1.0.10
7202026-08-11T21:37:29.073Z Downloaded rand_xorshift v0.4.0
7212026-08-11T21:37:29.077Z Downloaded psl-types v2.0.11
7222026-08-11T21:37:29.081Z Downloaded termios v0.3.3
7232026-08-11T21:37:29.085Z Downloaded expectorate v1.2.0
7242026-08-11T21:37:29.088Z Downloaded rtoolbox v0.0.3
7252026-08-11T21:37:29.088Z Downloaded vergen-lib v0.1.6
7262026-08-11T21:37:29.088Z Downloaded either v1.15.0
7272026-08-11T21:37:29.088Z Downloaded instability v0.3.11
7282026-08-11T21:37:29.092Z Downloaded oxide-update-engine-types v0.1.2
7292026-08-11T21:37:29.095Z Downloaded progenitor-impl v0.14.0
7302026-08-11T21:37:29.098Z Downloaded semver v0.1.20
7312026-08-11T21:37:29.098Z Downloaded signal-hook-mio v0.2.5
7322026-08-11T21:37:29.101Z Downloaded strsim v0.10.0
7332026-08-11T21:37:29.101Z Downloaded libsw-core v0.3.2
7342026-08-11T21:37:29.104Z Downloaded normalize-line-endings v0.3.0
7352026-08-11T21:37:29.108Z Downloaded bytes v1.11.1
7362026-08-11T21:37:29.108Z Downloaded lock_api v0.4.14
7372026-08-11T21:37:29.112Z Downloaded const_format v0.2.35
7382026-08-11T21:37:29.115Z Downloaded native-tls v0.2.18
7392026-08-11T21:37:29.116Z Downloaded sync_wrapper v1.0.2
7402026-08-11T21:37:29.119Z Downloaded sync-ptr v0.1.4
7412026-08-11T21:37:29.119Z Downloaded ar_archive_writer v0.5.1
7422026-08-11T21:37:29.122Z Downloaded arc-swap v1.8.2
7432026-08-11T21:37:29.122Z Downloaded bumpalo v3.20.2
7442026-08-11T21:37:29.129Z Downloaded ctutils v0.4.2
7452026-08-11T21:37:29.129Z Downloaded hyper v1.10.1
7462026-08-11T21:37:29.132Z Downloaded oxide-update-engine v0.1.2
7472026-08-11T21:37:29.132Z Downloaded parse-display-derive v0.10.0
7482026-08-11T21:37:29.132Z Downloaded oxide-tokio-rt v0.1.4
7492026-08-11T21:37:29.132Z Downloaded paste v1.0.15
7502026-08-11T21:37:29.136Z Downloaded primeorder v0.13.6
7512026-08-11T21:37:29.136Z Downloaded primeorder v0.14.0
7522026-08-11T21:37:29.136Z Downloaded headers v0.4.1
7532026-08-11T21:37:29.139Z Downloaded heapless v0.7.17
7542026-08-11T21:37:29.139Z Downloaded nu-ansi-term v0.50.3
7552026-08-11T21:37:29.142Z Downloaded thread-id v5.1.0
7562026-08-11T21:37:29.142Z Downloaded zerofrom v0.1.6
7572026-08-11T21:37:29.142Z Downloaded zone v0.3.1
7582026-08-11T21:37:29.142Z Downloaded base64 v0.21.7
7592026-08-11T21:37:29.145Z Downloaded crc8 v0.1.1
7602026-08-11T21:37:29.146Z Downloaded tungstenite v0.21.0
7612026-08-11T21:37:29.150Z Downloaded untrusted v0.9.0
7622026-08-11T21:37:29.150Z Downloaded flate2 v1.1.9
7632026-08-11T21:37:29.153Z Downloaded darling v0.21.3
7642026-08-11T21:37:29.157Z Downloaded pem v3.0.6
7652026-08-11T21:37:29.158Z Downloaded pem-rfc7468 v0.7.0
7662026-08-11T21:37:29.158Z Downloaded oxide-update-engine-display v0.1.2
7672026-08-11T21:37:29.165Z Downloaded pem-rfc7468 v1.0.0
7682026-08-11T21:37:29.165Z Downloaded rand_core v0.9.5
7692026-08-11T21:37:29.165Z Downloaded serde_derive_internals v0.29.1
7702026-08-11T21:37:29.165Z Downloaded test-strategy v0.4.5
7712026-08-11T21:37:29.170Z Downloaded toml v1.1.2+spec-1.1.0
7722026-08-11T21:37:29.170Z Downloaded wnaf v0.14.0
7732026-08-11T21:37:29.170Z Downloaded keccak v0.2.0
7742026-08-11T21:37:29.170Z Downloaded psm v0.1.30
7752026-08-11T21:37:29.170Z Downloaded void v1.0.2
7762026-08-11T21:37:29.173Z Downloaded curve25519-dalek-derive v0.1.1
7772026-08-11T21:37:29.173Z Downloaded cpufeatures v0.3.0
7782026-08-11T21:37:29.173Z Downloaded debug-ignore v1.0.5
7792026-08-11T21:37:29.173Z Downloaded darling_macro v0.13.4
7802026-08-11T21:37:29.173Z Downloaded dof v0.4.0
7812026-08-11T21:37:29.174Z Downloaded schemars_derive v0.8.22
7822026-08-11T21:37:29.174Z Downloaded toml v0.7.8
7832026-08-11T21:37:29.177Z Downloaded rayon-core v1.13.0
7842026-08-11T21:37:29.178Z Downloaded schemars v0.9.0
7852026-08-11T21:37:29.183Z Downloaded libsw v3.5.0
7862026-08-11T21:37:29.187Z Downloaded unicode-bidi v0.3.18
7872026-08-11T21:37:29.187Z Downloaded serde_spanned v1.1.1
7882026-08-11T21:37:29.192Z Downloaded slog-json v2.6.1
7892026-08-11T21:37:29.192Z Downloaded smallvec v0.6.14
7902026-08-11T21:37:29.192Z Downloaded diesel_table_macro_syntax v0.3.0
7912026-08-11T21:37:29.194Z Downloaded dirs-sys-next v0.1.2
7922026-08-11T21:37:29.198Z Downloaded tui-tree-widget v0.23.1
7932026-08-11T21:37:29.200Z Downloaded usdt-macro v0.6.0
7942026-08-11T21:37:29.201Z Downloaded strum_macros v0.26.4
7952026-08-11T21:37:29.201Z Downloaded synstructure v0.13.2
7962026-08-11T21:37:29.207Z Downloaded heapless v0.8.0
7972026-08-11T21:37:29.210Z Downloaded tokio-tungstenite v0.23.1
7982026-08-11T21:37:29.214Z Downloaded inout v0.1.4
7992026-08-11T21:37:29.214Z Downloaded pin-project-lite v0.2.17
8002026-08-11T21:37:29.218Z Downloaded linked-hash-map v0.5.6
8012026-08-11T21:37:29.218Z Downloaded time-macros v0.2.27
8022026-08-11T21:37:29.218Z Downloaded tls_codec v0.4.2
8032026-08-11T21:37:29.222Z Downloaded newtype_derive v0.1.6
8042026-08-11T21:37:29.222Z Downloaded tracing-core v0.1.36
8052026-08-11T21:37:29.222Z Downloaded illumos-nvpair-sys v0.2.0
8062026-08-11T21:37:29.225Z Downloaded indoc v1.0.9
8072026-08-11T21:37:29.225Z Downloaded kstat-rs v0.2.5
8082026-08-11T21:37:29.225Z Downloaded match_cfg v0.1.0
8092026-08-11T21:37:29.226Z Downloaded p384 v0.14.0
8102026-08-11T21:37:29.229Z Downloaded prettyplease v0.2.37
8112026-08-11T21:37:29.232Z Downloaded rustls-webpki v0.103.13
8122026-08-11T21:37:29.235Z Downloaded icu_properties v2.1.2
8132026-08-11T21:37:29.238Z Downloaded nodrop v0.1.14
8142026-08-11T21:37:29.238Z Downloaded vergen-lib v9.1.0
8152026-08-11T21:37:29.238Z Downloaded writeable v0.6.2
8162026-08-11T21:37:29.244Z Downloaded potential_utf v0.1.4
8172026-08-11T21:37:29.244Z Downloaded precomputed-hash v0.1.1
8182026-08-11T21:37:29.247Z Downloaded drift v0.2.0
8192026-08-11T21:37:29.250Z Downloaded indexmap v1.9.3
8202026-08-11T21:37:29.250Z Downloaded csv-core v0.1.13
8212026-08-11T21:37:29.254Z Downloaded openssl-probe v0.1.6
8222026-08-11T21:37:29.254Z Downloaded parse-size v1.1.0
8232026-08-11T21:37:29.254Z Downloaded serde_yaml v0.9.34+deprecated
8242026-08-11T21:37:29.254Z Downloaded zopfli v0.8.3
8252026-08-11T21:37:29.258Z Downloaded ref-cast v1.0.25
8262026-08-11T21:37:29.258Z Downloaded defmt v1.0.1
8272026-08-11T21:37:29.261Z Downloaded derive_builder_core v0.20.2
8282026-08-11T21:37:29.261Z Downloaded async-compression v0.4.41
8292026-08-11T21:37:29.265Z Downloaded proc-macro-error-attr2 v2.0.0
8302026-08-11T21:37:29.265Z Downloaded progenitor-client v0.14.0
8312026-08-11T21:37:29.269Z Downloaded rustc-hash v2.1.1
8322026-08-11T21:37:29.269Z Downloaded rustc_version v0.4.1
8332026-08-11T21:37:29.269Z Downloaded scheduled-thread-pool v0.2.7
8342026-08-11T21:37:29.269Z Downloaded ed25519 v2.2.3
8352026-08-11T21:37:29.269Z Downloaded ena v0.14.4
8362026-08-11T21:37:29.276Z Downloaded hashbrown v0.12.3
8372026-08-11T21:37:29.279Z Downloaded hashbrown v0.13.2
8382026-08-11T21:37:29.284Z Downloaded serde_plain v1.0.2
8392026-08-11T21:37:29.284Z Downloaded structmeta-derive v0.3.0
8402026-08-11T21:37:29.284Z Downloaded tabwriter v1.4.1
8412026-08-11T21:37:29.288Z Downloaded hickory-resolver v0.24.4
8422026-08-11T21:37:29.288Z Downloaded aes-gcm v0.11.0
8432026-08-11T21:37:29.292Z Downloaded instant v0.1.13
8442026-08-11T21:37:29.292Z Downloaded sha1 v0.10.6
8452026-08-11T21:37:29.292Z Downloaded stable_deref_trait v1.2.1
8462026-08-11T21:37:29.292Z Downloaded darling_core v0.21.3
8472026-08-11T21:37:29.295Z Downloaded libefi-sys v0.1.0
8482026-08-11T21:37:29.295Z Downloaded mime_guess v2.0.5
8492026-08-11T21:37:29.298Z Downloaded nanorand v0.7.0
8502026-08-11T21:37:29.298Z Downloaded omicron-zone-package v0.12.3
8512026-08-11T21:37:29.301Z Downloaded testing_table v0.3.0
8522026-08-11T21:37:29.301Z Downloaded try-lock v0.2.5
8532026-08-11T21:37:29.301Z Downloaded unicode-truncate v1.1.0
8542026-08-11T21:37:29.302Z Downloaded utf-8 v0.7.6
8552026-08-11T21:37:29.302Z Downloaded zeroize_derive v1.5.0
8562026-08-11T21:37:29.305Z Downloaded postcard v1.1.3
8572026-08-11T21:37:29.305Z Downloaded vergen v9.1.0
8582026-08-11T21:37:29.305Z Downloaded pkcs5 v0.8.1
8592026-08-11T21:37:29.309Z Downloaded serde_with_macros v3.21.0
8602026-08-11T21:37:29.309Z Downloaded num-complex v0.4.6
8612026-08-11T21:37:29.309Z Downloaded waitgroup v0.1.2
8622026-08-11T21:37:29.313Z Downloaded icu_normalizer_data v2.1.1
8632026-08-11T21:37:29.313Z Downloaded ryu v1.0.23
8642026-08-11T21:37:29.313Z Downloaded signal-hook v0.3.18
8652026-08-11T21:37:29.317Z Downloaded daft-derive v0.1.7
8662026-08-11T21:37:29.321Z Downloaded parking_lot_core v0.8.6
8672026-08-11T21:37:29.321Z Downloaded rand v0.8.6
8682026-08-11T21:37:29.322Z Downloaded zerotrie v0.2.3
8692026-08-11T21:37:29.325Z Downloaded pin-project-internal v1.1.11
8702026-08-11T21:37:29.325Z Downloaded socket2 v0.6.3
8712026-08-11T21:37:29.329Z Downloaded derive_builder v0.20.2
8722026-08-11T21:37:29.336Z Downloaded ecdsa v0.17.0
8732026-08-11T21:37:29.336Z Downloaded serde-hex v0.1.0
8742026-08-11T21:37:29.467Z Downloaded crossbeam-channel v0.5.15
8752026-08-11T21:37:29.467Z Downloaded socket2 v0.5.10
8762026-08-11T21:37:29.467Z Downloaded embedded-io v0.4.0
8772026-08-11T21:37:29.467Z Downloaded cc v1.2.56
8782026-08-11T21:37:29.467Z Downloaded lru v0.12.5
8792026-08-11T21:37:29.467Z Downloaded maplit v1.0.2
8802026-08-11T21:37:29.467Z Downloaded hickory-server v0.25.2
8812026-08-11T21:37:29.467Z Downloaded spki v0.8.0
8822026-08-11T21:37:29.467Z Downloaded aes v0.9.1
8832026-08-11T21:37:29.467Z Downloaded serde_with_macros v1.5.2
8842026-08-11T21:37:29.468Z Downloaded serdect v0.4.3
8852026-08-11T21:37:29.468Z Downloaded slog-scope v4.4.1
8862026-08-11T21:37:29.468Z Downloaded tagptr v0.2.0
8872026-08-11T21:37:29.468Z Downloaded ml-kem v0.3.2
8882026-08-11T21:37:29.468Z Downloaded litemap v0.8.1
8892026-08-11T21:37:29.468Z Downloaded lalrpop-util v0.19.12
8902026-08-11T21:37:29.468Z Downloaded tiny-keccak v2.0.2
8912026-08-11T21:37:29.468Z Downloaded num-iter v0.1.45
8922026-08-11T21:37:29.468Z Downloaded progenitor-impl v0.13.0
8932026-08-11T21:37:29.468Z Downloaded predicates-tree v1.0.13
8942026-08-11T21:37:29.468Z Downloaded tokio-tungstenite v0.21.0
8952026-08-11T21:37:29.468Z Downloaded critical-section v1.2.0
8962026-08-11T21:37:29.468Z Downloaded oso-derive v0.27.3
8972026-08-11T21:37:29.468Z Downloaded x509-cert v0.2.5
8982026-08-11T21:37:29.468Z Downloaded icu_collections v2.1.1
8992026-08-11T21:37:29.468Z Downloaded indicatif v0.18.4
9002026-08-11T21:37:29.468Z Downloaded rand v0.9.2
9012026-08-11T21:37:29.468Z Downloaded serde_with v1.14.0
9022026-08-11T21:37:29.468Z Downloaded corncobs v0.1.4
9032026-08-11T21:37:29.468Z Downloaded proc-macro-crate v3.4.0
9042026-08-11T21:37:29.469Z Downloaded signal-hook-tokio v0.3.1
9052026-08-11T21:37:29.469Z Downloaded dropshot_endpoint v0.17.1
9062026-08-11T21:37:29.469Z Downloaded siphasher v1.0.2
9072026-08-11T21:37:29.469Z Downloaded data-encoding v2.10.0
9082026-08-11T21:37:29.469Z Downloaded indent_write v2.2.0
9092026-08-11T21:37:29.469Z Downloaded serde_bytes v0.11.19
9102026-08-11T21:37:29.469Z Downloaded sqlparser_derive v0.5.0
9112026-08-11T21:37:29.469Z Downloaded take_mut v0.2.2
9122026-08-11T21:37:29.469Z Downloaded tinyvec_macros v0.1.1
9132026-08-11T21:37:29.469Z Downloaded darling v0.13.4
9142026-08-11T21:37:29.469Z Downloaded impl-trait-for-tuples v0.2.3
9152026-08-11T21:37:29.469Z Downloaded ipnetwork v0.21.1
9162026-08-11T21:37:29.469Z Downloaded http v1.4.2
9172026-08-11T21:37:29.469Z Downloaded ecdsa v0.16.9
9182026-08-11T21:37:29.469Z Downloaded tokio-test v0.4.5
9192026-08-11T21:37:29.469Z Downloaded tower-service v0.3.3
9202026-08-11T21:37:29.469Z Downloaded multer v3.1.0
9212026-08-11T21:37:29.469Z Downloaded xshell-macros v0.2.7
9222026-08-11T21:37:29.469Z Downloaded derive_more-impl v2.1.1
9232026-08-11T21:37:29.469Z Downloaded oso v0.27.3
9242026-08-11T21:37:29.469Z Downloaded jobserver v0.1.34
9252026-08-11T21:37:29.470Z Downloaded libbz2-rs-sys v0.2.2
9262026-08-11T21:37:29.470Z Downloaded crossbeam-epoch v0.9.18
9272026-08-11T21:37:29.470Z Downloaded newtype-uuid v1.3.2
9282026-08-11T21:37:29.470Z Downloaded num_enum v0.5.11
9292026-08-11T21:37:29.470Z Downloaded peg v0.8.5
9302026-08-11T21:37:29.471Z Downloaded peg-macros v0.8.5
9312026-08-11T21:37:29.471Z Downloaded num-integer v0.1.46
9322026-08-11T21:37:29.471Z Downloaded oxnet v0.1.6
9332026-08-11T21:37:29.471Z Downloaded want v0.3.1
9342026-08-11T21:37:29.471Z Downloaded display-error-chain v0.2.2
9352026-08-11T21:37:29.471Z Downloaded darling_macro v0.23.0
9362026-08-11T21:37:29.471Z Downloaded zstd v0.13.3
9372026-08-11T21:37:29.471Z Downloaded libscf-sys v1.2.0
9382026-08-11T21:37:29.471Z Downloaded lru-cache v0.1.2
9392026-08-11T21:37:29.471Z Downloaded lru-slab v0.1.2
9402026-08-11T21:37:29.471Z Downloaded typed-path v0.9.3
9412026-08-11T21:37:29.471Z Downloaded des v0.9.0
9422026-08-11T21:37:29.488Z Downloaded rsa v0.9.10
9432026-08-11T21:37:29.488Z Downloaded pin-project v1.1.11
9442026-08-11T21:37:29.488Z Downloaded quinn-udp v0.5.14
9452026-08-11T21:37:29.512Z Downloaded rand_core v0.10.0
9462026-08-11T21:37:29.513Z Downloaded rustls-pemfile v2.2.0
9472026-08-11T21:37:29.513Z Downloaded schemars v0.8.22
9482026-08-11T21:37:29.513Z Downloaded nibble_vec v0.1.0
9492026-08-11T21:37:29.513Z Downloaded zip v4.6.1
9502026-08-11T21:37:29.513Z Downloaded rusty-fork v0.3.1
9512026-08-11T21:37:29.513Z Downloaded thiserror-impl-no-std v2.0.2
9522026-08-11T21:37:29.513Z Downloaded hashbrown v0.15.5
9532026-08-11T21:37:29.513Z Downloaded icu_normalizer v2.1.1
9542026-08-11T21:37:29.523Z Downloaded phf_shared v0.11.3
9552026-08-11T21:37:29.523Z Downloaded slab v0.4.12
9562026-08-11T21:37:29.523Z Downloaded stringprep v0.1.5
9572026-08-11T21:37:29.523Z Downloaded tokio-postgres v0.7.16
9582026-08-11T21:37:29.523Z Downloaded path-slash v0.1.5
9592026-08-11T21:37:29.523Z Downloaded diesel_derives v2.3.7
9602026-08-11T21:37:29.523Z Downloaded tinyvec v1.10.0
9612026-08-11T21:37:29.523Z Downloaded vergen-git2 v9.1.0
9622026-08-11T21:37:29.523Z Downloaded unicode_categories v0.1.1
9632026-08-11T21:37:29.523Z Downloaded tungstenite v0.23.0
9642026-08-11T21:37:29.523Z Downloaded unsafe-libyaml v0.2.11
9652026-08-11T21:37:29.523Z Downloaded vte v0.14.1
9662026-08-11T21:37:29.527Z Downloaded zstd-safe v7.2.4
9672026-08-11T21:37:29.527Z Downloaded recursive v0.1.1
9682026-08-11T21:37:29.527Z Downloaded ctr v0.10.1
9692026-08-11T21:37:29.527Z Downloaded defmt-macros v1.0.1
9702026-08-11T21:37:29.527Z Downloaded diesel-dtrace v0.5.0
9712026-08-11T21:37:29.527Z Downloaded signature v3.0.0
9722026-08-11T21:37:29.527Z Downloaded uuid v1.23.4
9732026-08-11T21:37:29.527Z Downloaded russh-util v0.52.0
9742026-08-11T21:37:29.527Z Downloaded sapling-renderdag v0.1.0
9752026-08-11T21:37:29.534Z Downloaded serde_repr v0.1.20
9762026-08-11T21:37:29.534Z Downloaded trait-variant v0.1.2
9772026-08-11T21:37:29.538Z Downloaded schemars v1.2.1
9782026-08-11T21:37:29.545Z Downloaded num-traits v0.2.19
9792026-08-11T21:37:29.548Z Downloaded openssl-sys v0.9.117
9802026-08-11T21:37:29.552Z Downloaded proc-macro-error2 v2.0.1
9812026-08-11T21:37:29.552Z Downloaded zerofrom-derive v0.1.6
9822026-08-11T21:37:29.552Z Downloaded nom v8.0.0
9832026-08-11T21:37:29.555Z Downloaded steno v0.4.1
9842026-08-11T21:37:29.559Z Downloaded derive_more v0.99.20
9852026-08-11T21:37:29.559Z Downloaded elliptic-curve v0.14.1
9862026-08-11T21:37:29.562Z Downloaded elliptic-curve v0.13.8
9872026-08-11T21:37:29.562Z Downloaded rustls-pki-types v1.14.0
9882026-08-11T21:37:29.566Z Downloaded ipnet v2.11.0
9892026-08-11T21:37:29.566Z Downloaded usdt v0.6.0
9902026-08-11T21:37:29.566Z Downloaded digest-io v0.1.0
9912026-08-11T21:37:29.569Z Downloaded aho-corasick v1.1.4
9922026-08-11T21:37:29.573Z Downloaded hashbrown v0.16.1
9932026-08-11T21:37:29.576Z Downloaded module-lattice v0.2.3
9942026-08-11T21:37:29.576Z Downloaded darling_macro v0.20.11
9952026-08-11T21:37:29.580Z Downloaded ident_case v1.0.1
9962026-08-11T21:37:29.580Z Downloaded jiff-static v0.2.34
9972026-08-11T21:37:29.580Z Downloaded newline-converter v0.3.0
9982026-08-11T21:37:29.580Z Downloaded opaque-debug v0.3.1
9992026-08-11T21:37:29.580Z Downloaded phf_shared v0.12.1
10002026-08-11T21:37:29.580Z Downloaded dropshot-api-manager-types v0.7.2
10012026-08-11T21:37:29.584Z Downloaded idna_adapter v1.2.1
10022026-08-11T21:37:29.584Z Downloaded tokio-stream v0.1.18
10032026-08-11T21:37:29.584Z Downloaded managed v0.8.0
10042026-08-11T21:37:29.584Z Downloaded progenitor-client v0.13.0
10052026-08-11T21:37:29.587Z Downloaded toml_edit v0.23.10+spec-1.0.0
10062026-08-11T21:37:29.592Z Downloaded bindgen v0.71.1
10072026-08-11T21:37:29.595Z Downloaded darling v0.23.0
10082026-08-11T21:37:29.599Z Downloaded unicode-properties v0.1.4
10092026-08-11T21:37:29.602Z Downloaded rand_pcg v0.10.2
10102026-08-11T21:37:29.602Z Downloaded rand_chacha v0.3.1
10112026-08-11T21:37:29.602Z Downloaded rand_core v0.6.4
10122026-08-11T21:37:29.602Z Downloaded reedline v0.40.0
10132026-08-11T21:37:29.606Z Downloaded strum_macros v0.24.3
10142026-08-11T21:37:29.606Z Downloaded pkcs8 v0.11.0
10152026-08-11T21:37:29.609Z Downloaded resolv-conf v0.7.6
10162026-08-11T21:37:29.609Z Downloaded serde_path_to_error v0.1.20
10172026-08-11T21:37:29.609Z Downloaded stacker v0.1.23
10182026-08-11T21:37:29.609Z Downloaded rustyline v14.0.0
10192026-08-11T21:37:29.613Z Downloaded snafu-derive v0.8.9
10202026-08-11T21:37:29.613Z Downloaded tokio-native-tls v0.3.1
10212026-08-11T21:37:29.616Z Downloaded serde_urlencoded v0.7.1
10222026-08-11T21:37:29.617Z Downloaded structmeta v0.3.0
10232026-08-11T21:37:29.617Z Downloaded displaydoc v0.2.5
10242026-08-11T21:37:29.620Z Downloaded slog-envlogger v2.2.0
10252026-08-11T21:37:29.620Z Downloaded time-core v0.1.8
10262026-08-11T21:37:29.620Z Downloaded yansi v1.0.1
10272026-08-11T21:37:29.620Z Downloaded usdt-impl v0.6.0
10282026-08-11T21:37:29.620Z Downloaded zerovec-derive v0.11.2
10292026-08-11T21:37:29.624Z Downloaded jiff-core v0.1.0
10302026-08-11T21:37:29.627Z Downloaded darling_core v0.20.11
10312026-08-11T21:37:29.643Z Downloaded rustls-platform-verifier v0.6.2
10322026-08-11T21:37:29.643Z Downloaded ingot v0.2.1
10332026-08-11T21:37:29.643Z Downloaded zeroize v1.9.0
10342026-08-11T21:37:29.643Z Downloaded unicode-xid v0.2.6
10352026-08-11T21:37:29.643Z Downloaded zone_cfg_derive v0.3.1
10362026-08-11T21:37:29.643Z Downloaded dsl_auto_type v0.2.0
10372026-08-11T21:37:29.650Z Downloaded wyz v0.5.1
10382026-08-11T21:37:29.653Z Downloaded predicates v3.1.4
10392026-08-11T21:37:29.658Z Downloaded zerocopy-derive v0.8.40
10402026-08-11T21:37:29.661Z Downloaded typify v0.6.2
10412026-08-11T21:37:29.664Z Downloaded zerocopy v0.6.6
10422026-08-11T21:37:29.667Z Downloaded progenitor-extras v0.2.0
10432026-08-11T21:37:29.667Z Downloaded password-hash v0.6.1
10442026-08-11T21:37:29.674Z Downloaded p256 v0.14.0
10452026-08-11T21:37:29.678Z Downloaded crc-any v2.5.0
10462026-08-11T21:37:29.681Z Downloaded sec1 v0.8.1
10472026-08-11T21:37:29.685Z Downloaded slog-stdlog v4.1.1
10482026-08-11T21:37:29.685Z Downloaded rand_chacha v0.9.0
10492026-08-11T21:37:29.685Z Downloaded signal-hook-registry v1.4.8
10502026-08-11T21:37:29.685Z Downloaded spki v0.7.3
10512026-08-11T21:37:29.688Z Downloaded dtrace-parser v0.3.0
10522026-08-11T21:37:29.688Z Downloaded yoke-derive v0.8.1
10532026-08-11T21:37:29.688Z Downloaded term v0.7.0
10542026-08-11T21:37:29.692Z Downloaded md5 v0.8.0
10552026-08-11T21:37:29.692Z Downloaded sec1 v0.7.3
10562026-08-11T21:37:29.697Z Downloaded secrecy v0.10.3
10572026-08-11T21:37:29.697Z Downloaded rsa v0.10.0-rc.18
10582026-08-11T21:37:29.703Z Downloaded derive_more v2.1.1
10592026-08-11T21:37:29.711Z Downloaded subprocess v0.2.15
10602026-08-11T21:37:29.714Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10612026-08-11T21:37:29.714Z Downloaded rcgen v0.12.1
10622026-08-11T21:37:29.714Z Downloaded openssl-macros v0.1.1
10632026-08-11T21:37:29.717Z Downloaded quick-error v1.2.3
10642026-08-11T21:37:29.717Z Downloaded hkdf v0.13.0
10652026-08-11T21:37:29.718Z Downloaded h2 v0.4.15
10662026-08-11T21:37:29.721Z Downloaded iana-time-zone v0.1.65
10672026-08-11T21:37:29.726Z Downloaded vergen-gitcl v1.0.8
10682026-08-11T21:37:29.726Z Downloaded crypto-common v0.2.2
10692026-08-11T21:37:29.726Z Downloaded hkdf v0.12.4
10702026-08-11T21:37:29.726Z Downloaded lazy_static v1.5.0
10712026-08-11T21:37:29.731Z Downloaded illumos-nvpair v0.3.0
10722026-08-11T21:37:29.731Z Downloaded quinn v0.11.11
10732026-08-11T21:37:29.731Z Downloaded ref-cast-impl v1.0.25
10742026-08-11T21:37:29.731Z Downloaded scopeguard v1.2.0
10752026-08-11T21:37:29.735Z Downloaded universal-hash v0.6.1
10762026-08-11T21:37:29.735Z Downloaded crunchy v0.2.4
10772026-08-11T21:37:29.739Z Downloaded document-features v0.2.12
10782026-08-11T21:37:29.739Z Downloaded internal-russh-num-bigint v0.5.0
10792026-08-11T21:37:29.744Z Downloaded keccak v0.1.6
10802026-08-11T21:37:29.744Z Downloaded unicode-normalization v0.1.25
10812026-08-11T21:37:29.747Z Downloaded parking_lot v0.12.5
10822026-08-11T21:37:29.747Z Downloaded new_debug_unreachable v1.0.6
10832026-08-11T21:37:29.748Z Downloaded password-hash v0.5.0
10842026-08-11T21:37:29.751Z Downloaded postgres-types v0.2.12
10852026-08-11T21:37:29.754Z Downloaded postgres-protocol v0.6.10
10862026-08-11T21:37:29.760Z Downloaded ssh-cipher v0.3.0
10872026-08-11T21:37:29.763Z Downloaded num-derive v0.4.2
10882026-08-11T21:37:29.763Z Downloaded secrecy v0.8.0
10892026-08-11T21:37:29.766Z Downloaded winnow v0.6.26
10902026-08-11T21:37:29.769Z Downloaded string_cache v0.8.9
10912026-08-11T21:37:29.773Z Downloaded crossterm v0.28.1
10922026-08-11T21:37:29.777Z Downloaded zerovec v0.11.5
10932026-08-11T21:37:29.780Z Downloaded itertools v0.13.0
10942026-08-11T21:37:29.780Z Downloaded tokio-dtrace v0.1.1
10952026-08-11T21:37:29.785Z Downloaded slog v2.8.2
10962026-08-11T21:37:29.785Z Downloaded unarray v0.1.4
10972026-08-11T21:37:29.785Z Downloaded defmt-parser v1.0.0
10982026-08-11T21:37:29.785Z Downloaded futures-util v0.3.32
10992026-08-11T21:37:29.794Z Downloaded ignore v0.4.25
11002026-08-11T21:37:29.797Z Downloaded md-5 v0.10.6
11012026-08-11T21:37:29.797Z Downloaded internet-checksum v0.2.1
11022026-08-11T21:37:29.797Z Downloaded indoc v2.0.7
11032026-08-11T21:37:29.801Z Downloaded phf v0.12.1
11042026-08-11T21:37:29.801Z Downloaded phf v0.13.1
11052026-08-11T21:37:29.801Z Downloaded tough v0.22.0
11062026-08-11T21:37:29.805Z Downloaded percent-encoding v2.3.2
11072026-08-11T21:37:29.805Z Downloaded darling v0.20.11
11082026-08-11T21:37:29.808Z Downloaded ingot-macros v0.2.0
11092026-08-11T21:37:29.811Z Downloaded slog-async v2.8.0
11102026-08-11T21:37:29.811Z Downloaded walkdir v2.5.0
11112026-08-11T21:37:29.811Z Downloaded crc v3.4.0
11122026-08-11T21:37:29.812Z Downloaded parking_lot v0.11.2
11132026-08-11T21:37:29.815Z Downloaded support-bundle-viewer v0.1.2
11142026-08-11T21:37:29.815Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11152026-08-11T21:37:29.815Z Downloaded url v2.5.8
11162026-08-11T21:37:29.815Z Downloaded minimal-lexical v0.2.1
11172026-08-11T21:37:29.819Z Downloaded bitvec v1.0.1
11182026-08-11T21:37:29.825Z Downloaded signature v2.2.0
11192026-08-11T21:37:29.827Z Downloaded is_ci v1.2.0
11202026-08-11T21:37:29.828Z Downloaded untrusted v0.7.1
11212026-08-11T21:37:29.828Z Downloaded sha2 v0.11.0
11222026-08-11T21:37:29.831Z Downloaded ed25519-dalek v2.2.0
11232026-08-11T21:37:29.831Z Downloaded toml_parser v1.1.2+spec-1.1.0
11242026-08-11T21:37:29.835Z Downloaded yoke v0.8.1
11252026-08-11T21:37:29.835Z Downloaded pkg-config v0.3.32
11262026-08-11T21:37:29.836Z Downloaded dirs-next v2.0.0
11272026-08-11T21:37:29.839Z Downloaded primefield v0.14.0
11282026-08-11T21:37:29.839Z Downloaded recursive-proc-macro-impl v0.1.1
11292026-08-11T21:37:29.839Z Downloaded derive_builder_macro v0.20.2
11302026-08-11T21:37:29.842Z Downloaded crypto-bigint v0.5.5
11312026-08-11T21:37:29.845Z Downloaded icu_properties_data v2.1.2
11322026-08-11T21:37:29.850Z Downloaded idna v1.1.0
11332026-08-11T21:37:29.853Z Downloaded slog-term v2.9.2
11342026-08-11T21:37:29.853Z Downloaded crossterm v0.29.0
11352026-08-11T21:37:29.856Z Downloaded serde_cbor v0.11.2
11362026-08-11T21:37:29.860Z Downloaded tracing-attributes v0.1.31
11372026-08-11T21:37:29.860Z Downloaded twox-hash v2.1.2
11382026-08-11T21:37:29.864Z Downloaded typify-macro v0.6.2
11392026-08-11T21:37:29.864Z Downloaded vsss-rs v3.3.4
11402026-08-11T21:37:29.864Z Downloaded ed25519 v3.0.0
11412026-08-11T21:37:29.864Z Downloaded thread_local v1.1.9
11422026-08-11T21:37:29.867Z Downloaded zip v0.6.6
11432026-08-11T21:37:29.871Z Downloaded tokio-util v0.7.18
11442026-08-11T21:37:29.874Z Downloaded diff v0.1.13
11452026-08-11T21:37:29.874Z Downloaded derive-where v1.6.0
11462026-08-11T21:37:29.877Z Downloaded icu_provider v2.1.1
11472026-08-11T21:37:29.877Z Downloaded pkcs8 v0.10.2
11482026-08-11T21:37:29.880Z Downloaded sponge-cursor v0.1.0
11492026-08-11T21:37:29.880Z Downloaded uzers v0.12.2
11502026-08-11T21:37:29.881Z Downloaded miniz_oxide v0.8.9
11512026-08-11T21:37:29.883Z Downloaded qorb v0.4.1
11522026-08-11T21:37:29.886Z Downloaded cookie_store v0.22.1
11532026-08-11T21:37:29.887Z Downloaded russh-cryptovec v0.62.0
11542026-08-11T21:37:29.887Z Downloaded salsa20 v0.11.0
11552026-08-11T21:37:29.887Z Downloaded spin v0.9.8
11562026-08-11T21:37:29.890Z Downloaded aws-lc-rs v1.16.3
11572026-08-11T21:37:29.895Z Downloaded der_derive v0.7.3
11582026-08-11T21:37:29.898Z Downloaded multimap v0.10.1
11592026-08-11T21:37:29.899Z Downloaded tokio-macros v2.7.0
11602026-08-11T21:37:29.899Z Downloaded poly1305 v0.8.0
11612026-08-11T21:37:29.899Z Downloaded rawzip v0.4.4
11622026-08-11T21:37:29.902Z Downloaded num_enum v0.7.6
11632026-08-11T21:37:29.905Z Downloaded strum v0.27.2
11642026-08-11T21:37:29.905Z Downloaded olpc-cjson v0.1.4
11652026-08-11T21:37:29.905Z Downloaded litrs v1.0.0
11662026-08-11T21:37:29.905Z Downloaded r2d2 v0.8.10
11672026-08-11T21:37:29.910Z Downloaded toml_edit v0.19.15
11682026-08-11T21:37:29.916Z Downloaded ingot-types v0.2.0
11692026-08-11T21:37:29.920Z Downloaded rpassword v7.5.4
11702026-08-11T21:37:29.920Z Downloaded nom v7.1.3
11712026-08-11T21:37:29.920Z Downloaded rand v0.10.1
11722026-08-11T21:37:29.923Z Downloaded ed25519-dalek v3.0.0
11732026-08-11T21:37:29.923Z Downloaded rand_seeder v0.4.0
11742026-08-11T21:37:29.927Z Downloaded tar v0.4.46
11752026-08-11T21:37:29.928Z Downloaded toml_writer v1.1.1+spec-1.1.0
11762026-08-11T21:37:29.928Z Downloaded whoami v2.1.0
11772026-08-11T21:37:29.931Z Downloaded der v0.8.0
11782026-08-11T21:37:29.931Z Downloaded blake3 v1.8.5
11792026-08-11T21:37:29.935Z Downloaded subtle v2.6.1
11802026-08-11T21:37:29.940Z Downloaded linear-map v1.2.0
11812026-08-11T21:37:29.940Z Downloaded chrono v0.4.45
11822026-08-11T21:37:29.944Z Downloaded thiserror-no-std v2.0.2
11832026-08-11T21:37:29.944Z Downloaded packed_struct v0.10.1
11842026-08-11T21:37:29.947Z Downloaded libxml v0.3.3
11852026-08-11T21:37:29.953Z Downloaded term v1.2.1
11862026-08-11T21:37:29.955Z Downloaded yasna v0.5.2
11872026-08-11T21:37:29.961Z Downloaded ron v0.8.1
11882026-08-11T21:37:29.961Z Downloaded similar v2.7.0
11892026-08-11T21:37:29.964Z Downloaded hyper-util v0.1.20
11902026-08-11T21:37:29.969Z Downloaded crossbeam-utils v0.8.21
11912026-08-11T21:37:29.969Z Downloaded darling_core v0.23.0
11922026-08-11T21:37:29.976Z Downloaded libloading v0.8.9
11932026-08-11T21:37:29.976Z Downloaded reqwest v0.12.28
11942026-08-11T21:37:29.979Z Downloaded russh v0.62.4
11952026-08-11T21:37:29.979Z Downloaded crc32fast v1.5.0
11962026-08-11T21:37:29.982Z Downloaded tabled v0.21.0
11972026-08-11T21:37:29.989Z Downloaded cookie v0.18.1
11982026-08-11T21:37:29.992Z Downloaded git2 v0.20.4
11992026-08-11T21:37:29.995Z Downloaded p521 v0.14.0
12002026-08-11T21:37:29.998Z Downloaded iri-string v0.7.10
12012026-08-11T21:37:30.002Z Downloaded memmap2 v0.9.10
12022026-08-11T21:37:30.005Z Downloaded winnow v1.0.3
12032026-08-11T21:37:30.009Z Downloaded publicsuffix v2.3.0
12042026-08-11T21:37:30.012Z Downloaded samael v0.0.19
12052026-08-11T21:37:30.013Z Downloaded ssh-key v0.7.0-rc.11
12062026-08-11T21:37:30.017Z Downloaded tower-http v0.6.8
12072026-08-11T21:37:30.021Z Downloaded radix_trie v0.2.1
12082026-08-11T21:37:30.024Z Downloaded darling_core v0.13.4
12092026-08-11T21:37:30.027Z Downloaded der v0.7.10
12102026-08-11T21:37:30.031Z Downloaded num-bigint-dig v0.8.6
12112026-08-11T21:37:30.033Z Downloaded dropshot-api-manager v0.7.2
12122026-08-11T21:37:30.036Z Downloaded prefix-trie v0.7.0
12132026-08-11T21:37:30.037Z Downloaded goblin v0.10.5
12142026-08-11T21:37:30.040Z Downloaded papergrid v0.18.0
12152026-08-11T21:37:30.043Z Downloaded vcpkg v0.2.15
12162026-08-11T21:37:30.066Z Downloaded snafu v0.8.9
12172026-08-11T21:37:30.070Z Downloaded regex v1.12.3
12182026-08-11T21:37:30.073Z Downloaded moka v0.12.13
12192026-08-11T21:37:30.077Z Downloaded scuffle v0.1.0
12202026-08-11T21:37:30.080Z Downloaded smoltcp v0.9.1
12212026-08-11T21:37:30.085Z Downloaded itertools v0.10.5
12222026-08-11T21:37:30.088Z Downloaded pretty_assertions v1.4.1
12232026-08-11T21:37:30.091Z Downloaded icu_locale_core v2.1.1
12242026-08-11T21:37:30.094Z Downloaded zerocopy v0.8.40
12252026-08-11T21:37:30.098Z Downloaded unicode-segmentation v1.12.0
12262026-08-11T21:37:30.101Z Downloaded quick-xml v0.37.5
12272026-08-11T21:37:30.104Z Downloaded itertools v0.14.0
12282026-08-11T21:37:30.107Z Downloaded num-bigint v0.4.6
12292026-08-11T21:37:30.113Z Downloaded mio v1.2.0
12302026-08-11T21:37:30.117Z Downloaded portable-atomic v1.13.1
12312026-08-11T21:37:30.117Z Downloaded regex-syntax v0.6.29
12322026-08-11T21:37:30.120Z Downloaded tower v0.5.3
12332026-08-11T21:37:30.125Z Downloaded proptest v1.11.0
12342026-08-11T21:37:30.130Z Downloaded libm v0.2.16
12352026-08-11T21:37:30.135Z Downloaded serde_with v3.21.0
12362026-08-11T21:37:30.142Z Downloaded itertools v0.12.1
12372026-08-11T21:37:30.146Z Downloaded winnow v0.5.40
12382026-08-11T21:37:30.157Z Downloaded salty v0.3.0
12392026-08-11T21:37:30.161Z Downloaded quinn-proto v0.11.16
12402026-08-11T21:37:30.165Z Downloaded nix v0.27.1
12412026-08-11T21:37:30.175Z Downloaded petname v2.0.2
12422026-08-11T21:37:30.180Z Downloaded itertools v0.15.0
12432026-08-11T21:37:30.186Z Downloaded rayon v1.11.0
12442026-08-11T21:37:30.190Z Downloaded openssl v0.10.80
12452026-08-11T21:37:30.201Z Downloaded p384 v0.13.1
12462026-08-11T21:37:30.213Z Downloaded bstr v1.12.1
12472026-08-11T21:37:30.218Z Downloaded reqwest v0.13.2
12482026-08-11T21:37:30.222Z Downloaded lalrpop v0.19.12
12492026-08-11T21:37:30.231Z Downloaded openapiv3 v2.2.0
12502026-08-11T21:37:30.239Z Downloaded zlib-rs v0.6.2
12512026-08-11T21:37:30.246Z Downloaded time v0.3.47
12522026-08-11T21:37:30.253Z Downloaded iddqd v0.4.2
12532026-08-11T21:37:30.258Z Downloaded sha3 v0.12.0
12542026-08-11T21:37:30.261Z Downloaded object v0.30.4
12552026-08-11T21:37:30.265Z Downloaded crypto-primes v0.7.2
12562026-08-11T21:37:30.272Z Downloaded chrono-tz v0.10.4
12572026-08-11T21:37:30.283Z Downloaded hickory-proto v0.24.4
12582026-08-11T21:37:30.296Z Downloaded regress v0.11.1
12592026-08-11T21:37:30.316Z Downloaded hickory-proto v0.25.2
12602026-08-11T21:37:30.325Z Downloaded regress v0.10.5
12612026-08-11T21:37:30.329Z Downloaded polar-core v0.27.3
12622026-08-11T21:37:30.334Z Downloaded smoltcp v0.11.0
12632026-08-11T21:37:30.342Z Downloaded rustix v0.38.44
12642026-08-11T21:37:30.357Z Downloaded crypto-bigint v0.7.5
12652026-08-11T21:37:30.366Z Downloaded curve25519-dalek v5.0.0
12662026-08-11T21:37:30.373Z Downloaded regex-syntax v0.8.10
12672026-08-11T21:37:30.377Z Downloaded curve25519-dalek v4.1.3
12682026-08-11T21:37:30.383Z Downloaded tracing v0.1.44
12692026-08-11T21:37:30.398Z Downloaded rustls v0.23.41
12702026-08-11T21:37:30.404Z Downloaded sled v0.34.7
12712026-08-11T21:37:30.409Z Downloaded sqlparser v0.61.0
12722026-08-11T21:37:30.415Z Downloaded nix v0.28.0
12732026-08-11T21:37:30.421Z Downloaded nix v0.31.2
12742026-08-11T21:37:30.428Z Downloaded object v0.37.3
12752026-08-11T21:37:30.435Z Downloaded typify-impl v0.6.2
12762026-08-11T21:37:30.443Z Downloaded dropshot v0.17.1
12772026-08-11T21:37:30.477Z Downloaded ratatui v0.29.0
12782026-08-11T21:37:30.488Z Downloaded jiff v0.2.34
12792026-08-11T21:37:30.498Z Downloaded zerocopy-derive v0.6.6
12802026-08-11T21:37:30.503Z Downloaded regex-automata v0.4.14
12812026-08-11T21:37:30.563Z Downloaded diesel v2.3.7
12822026-08-11T21:37:30.597Z Downloaded bzip2-sys v0.1.13+1.0.8
12832026-08-11T21:37:30.597Z Downloaded tokio v1.52.1
12842026-08-11T21:37:30.597Z Downloaded petgraph v0.6.5
12852026-08-11T21:37:30.597Z Downloaded sha3 v0.11.0
12862026-08-11T21:37:30.597Z Downloaded libz-sys v1.1.24
12872026-08-11T21:37:30.597Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12882026-08-11T21:37:30.603Z Downloaded sha3 v0.10.8
12892026-08-11T21:37:30.603Z Downloaded petgraph v0.8.3
12902026-08-11T21:37:30.614Z Downloaded encoding_rs v0.8.35
12912026-08-11T21:37:30.626Z Downloaded csv v1.4.0
12922026-08-11T21:37:30.657Z Downloaded ring v0.17.14
12932026-08-11T21:37:30.683Z Downloaded libgit2-sys v0.18.3+1.9.2
12942026-08-11T21:37:31.172Z Downloaded aws-lc-sys v0.40.0
12952026-08-11T21:37:31.434Z Compiling libc v0.2.185
12962026-08-11T21:37:31.434Z Compiling serde_core v1.0.228
12972026-08-11T21:37:31.435Z Compiling serde v1.0.228
12982026-08-11T21:37:31.438Z Compiling log v0.4.29
12992026-08-11T21:37:31.438Z Compiling smallvec v1.15.1
13002026-08-11T21:37:31.439Z Compiling shlex v1.3.0
13012026-08-11T21:37:31.439Z Compiling find-msvc-tools v0.1.9
13022026-08-11T21:37:31.439Z Compiling subtle v2.6.1
13032026-08-11T21:37:31.593Z Compiling scopeguard v1.2.0
13042026-08-11T21:37:31.597Z Compiling typenum v1.20.1
13052026-08-11T21:37:31.597Z Compiling stable_deref_trait v1.2.1
13062026-08-11T21:37:31.597Z Compiling zerocopy v0.8.40
13072026-08-11T21:37:31.601Z Compiling portable-atomic v1.13.1
13082026-08-11T21:37:31.654Z Compiling serde_json v1.0.151
13092026-08-11T21:37:31.658Z Compiling syn v2.0.117
13102026-08-11T21:37:31.667Z Compiling critical-section v1.2.0
13112026-08-11T21:37:31.693Z Compiling libm v0.2.16
13122026-08-11T21:37:31.828Z Compiling num-traits v0.2.19
13132026-08-11T21:37:31.851Z Compiling lock_api v0.4.14
13142026-08-11T21:37:31.851Z Compiling pkg-config v0.3.32
13152026-08-11T21:37:31.859Z Compiling generic-array v0.14.7
13162026-08-11T21:37:31.866Z Compiling getrandom v0.4.1
13172026-08-11T21:37:31.897Z Compiling parking_lot_core v0.9.12
13182026-08-11T21:37:31.929Z Compiling const-oid v0.9.6
13192026-08-11T21:37:31.959Z Compiling pin-project-lite v0.2.17
13202026-08-11T21:37:32.080Z Compiling rand_core v0.10.0
13212026-08-11T21:37:32.126Z Compiling writeable v0.6.2
13222026-08-11T21:37:32.126Z Compiling litemap v0.8.1
13232026-08-11T21:37:32.126Z Compiling percent-encoding v2.3.2
13242026-08-11T21:37:32.180Z Compiling futures-core v0.3.32
13252026-08-11T21:37:32.188Z Compiling icu_properties_data v2.1.2
13262026-08-11T21:37:32.217Z Compiling icu_normalizer_data v2.1.1
13272026-08-11T21:37:32.271Z Compiling getrandom v0.3.4
13282026-08-11T21:37:32.280Z Compiling futures-sink v0.3.32
13292026-08-11T21:37:32.329Z Compiling utf8_iter v1.0.4
13302026-08-11T21:37:32.373Z Compiling slab v0.4.12
13312026-08-11T21:37:32.374Z Compiling futures-io v0.3.32
13322026-08-11T21:37:32.374Z Compiling futures-task v0.3.32
13332026-08-11T21:37:32.422Z Compiling futures-channel v0.3.32
13342026-08-11T21:37:32.452Z Compiling rustix v1.1.3
13352026-08-11T21:37:32.463Z Compiling form_urlencoded v1.2.2
13362026-08-11T21:37:32.484Z Compiling errno v0.3.14
13372026-08-11T21:37:32.506Z Compiling jobserver v0.1.34
13382026-08-11T21:37:32.539Z Compiling getrandom v0.2.17
13392026-08-11T21:37:32.558Z Compiling mio v1.2.0
13402026-08-11T21:37:32.599Z Compiling signal-hook-registry v1.4.8
13412026-08-11T21:37:32.636Z Compiling once_cell v1.21.3
13422026-08-11T21:37:32.678Z Compiling socket2 v0.6.3
13432026-08-11T21:37:32.694Z Compiling rand_core v0.6.4
13442026-08-11T21:37:32.762Z Compiling cc v1.2.56
13452026-08-11T21:37:32.794Z Compiling parking_lot v0.12.5
13462026-08-11T21:37:32.794Z Compiling rustversion v1.0.22
13472026-08-11T21:37:32.795Z Compiling iana-time-zone v0.1.65
13482026-08-11T21:37:32.843Z Compiling base64ct v1.8.3
13492026-08-11T21:37:32.962Z Compiling ident_case v1.0.1
13502026-08-11T21:37:32.994Z Compiling regex-syntax v0.8.10
13512026-08-11T21:37:33.101Z Compiling dunce v1.0.5
13522026-08-11T21:37:33.101Z Compiling flagset v0.4.7
13532026-08-11T21:37:33.265Z Compiling fs_extra v1.3.0
13542026-08-11T21:37:33.265Z Compiling base64 v0.22.1
13552026-08-11T21:37:33.265Z Compiling syn v1.0.109
13562026-08-11T21:37:33.265Z Compiling rand_core v0.9.5
13572026-08-11T21:37:33.265Z Compiling vcpkg v0.2.15
13582026-08-11T21:37:33.414Z Compiling pem-rfc7468 v0.7.0
13592026-08-11T21:37:33.414Z Compiling tracing-core v0.1.36
13602026-08-11T21:37:33.414Z Compiling dyn-clone v1.0.20
13612026-08-11T21:37:33.414Z Compiling schemars v0.8.22
13622026-08-11T21:37:33.414Z Compiling cpufeatures v0.2.17
13632026-08-11T21:37:33.547Z Compiling aws-lc-rs v1.16.3
13642026-08-11T21:37:33.548Z Compiling spin v0.9.8
13652026-08-11T21:37:33.548Z Compiling crc32fast v1.5.0
13662026-08-11T21:37:33.757Z Compiling openssl-probe v0.2.1
13672026-08-11T21:37:33.757Z Compiling httparse v1.10.1
13682026-08-11T21:37:33.757Z Compiling cmake v0.1.57
13692026-08-11T21:37:33.757Z Compiling tinyvec_macros v0.1.1
13702026-08-11T21:37:33.919Z Compiling cmov v0.5.4
13712026-08-11T21:37:33.919Z Compiling tinyvec v1.10.0
13722026-08-11T21:37:33.919Z Compiling aho-corasick v1.1.4
13732026-08-11T21:37:33.919Z Compiling radium v0.7.0
13742026-08-11T21:37:33.919Z Compiling try-lock v0.2.5
13752026-08-11T21:37:33.919Z Compiling tower-service v0.3.3
13762026-08-11T21:37:33.940Z Compiling bitflags v2.11.0
13772026-08-11T21:37:33.940Z Compiling semver v1.0.28
13782026-08-11T21:37:33.940Z Compiling indexmap v2.14.0
13792026-08-11T21:37:33.940Z Compiling uuid v1.23.4
13802026-08-11T21:37:34.033Z Compiling ctutils v0.4.2
13812026-08-11T21:37:34.099Z Compiling untrusted v0.7.1
13822026-08-11T21:37:34.099Z Compiling tower-layer v0.3.3
13832026-08-11T21:37:34.099Z Compiling atomic-waker v1.1.2
13842026-08-11T21:37:34.255Z Compiling rustc_version v0.4.1
13852026-08-11T21:37:34.255Z Compiling want v0.3.1
13862026-08-11T21:37:34.433Z Compiling tap v1.0.1
13872026-08-11T21:37:34.433Z Compiling httpdate v1.0.3
13882026-08-11T21:37:34.433Z Compiling openssl v0.10.80
13892026-08-11T21:37:34.434Z Compiling foreign-types-shared v0.1.1
13902026-08-11T21:37:34.434Z Compiling maybe-uninit v2.0.0
13912026-08-11T21:37:34.434Z Compiling rustls v0.23.41
13922026-08-11T21:37:34.545Z Compiling simd-adler32 v0.3.8
13932026-08-11T21:37:34.545Z Compiling untrusted v0.9.0
13942026-08-11T21:37:34.545Z Compiling aws-lc-sys v0.40.0
13952026-08-11T21:37:34.545Z Compiling openssl-sys v0.9.117
13962026-08-11T21:37:34.545Z Compiling bzip2-sys v0.1.13+1.0.8
13972026-08-11T21:37:34.545Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-08-11T21:37:34.631Z Compiling regex-automata v0.4.14
13992026-08-11T21:37:34.631Z Compiling foreign-types v0.3.2
14002026-08-11T21:37:34.791Z Compiling wyz v0.5.1
14012026-08-11T21:37:34.791Z Compiling unicode-normalization v0.1.25
14022026-08-11T21:37:34.791Z Compiling num-integer v0.1.46
14032026-08-11T21:37:34.792Z Compiling wait-timeout v0.2.1
14042026-08-11T21:37:35.043Z Compiling synstructure v0.13.2
14052026-08-11T21:37:35.043Z Compiling serde_derive_internals v0.29.1
14062026-08-11T21:37:35.043Z Compiling pest_generator v2.8.6
14072026-08-11T21:37:35.257Z Compiling darling_core v0.20.11
14082026-08-11T21:37:35.258Z Compiling ahash v0.8.12
14092026-08-11T21:37:35.258Z Compiling tempfile v3.25.0
14102026-08-11T21:37:35.258Z Compiling terminal_size v0.4.3
14112026-08-11T21:37:35.411Z Compiling bit-vec v0.8.0
14122026-08-11T21:37:35.411Z Compiling adler2 v2.0.1
14132026-08-11T21:37:35.412Z Compiling time-core v0.1.8
14142026-08-11T21:37:35.412Z Compiling num-bigint-dig v0.8.6
14152026-08-11T21:37:35.482Z Compiling funty v2.0.0
14162026-08-11T21:37:35.482Z Compiling native-tls v0.2.18
14172026-08-11T21:37:35.482Z Compiling powerfmt v0.2.0
14182026-08-11T21:37:35.482Z Compiling quick-error v1.2.3
14192026-08-11T21:37:35.590Z Compiling num-conv v0.2.0
14202026-08-11T21:37:35.590Z Compiling packed_struct v0.10.1
14212026-08-11T21:37:35.591Z Compiling clap_builder v4.6.0
14222026-08-11T21:37:35.601Z Compiling rusty-fork v0.3.1
14232026-08-11T21:37:35.601Z Compiling bit-set v0.8.0
14242026-08-11T21:37:35.601Z Compiling time-macros v0.2.27
14252026-08-11T21:37:35.619Z Compiling deranged v0.5.8
14262026-08-11T21:37:35.652Z Compiling miniz_oxide v0.8.9
14272026-08-11T21:37:35.726Z Compiling bitvec v1.0.1
14282026-08-11T21:37:35.763Z Compiling num-iter v0.1.45
14292026-08-11T21:37:35.884Z Compiling lazy_static v1.5.0
14302026-08-11T21:37:35.912Z Compiling rand_xorshift v0.4.0
14312026-08-11T21:37:35.936Z Compiling anstyle-parse v0.2.7
14322026-08-11T21:37:35.957Z Compiling sync_wrapper v1.0.2
14332026-08-11T21:37:35.965Z Compiling indexmap v1.9.3
14342026-08-11T21:37:36.051Z Compiling zlib-rs v0.6.2
14352026-08-11T21:37:36.073Z Compiling unarray v0.1.4
14362026-08-11T21:37:36.114Z Compiling paste v1.0.15
14372026-08-11T21:37:36.195Z Compiling crossbeam-utils v0.8.21
14382026-08-11T21:37:36.224Z Compiling siphasher v1.0.2
14392026-08-11T21:37:36.338Z Compiling crc-catalog v2.4.0
14402026-08-11T21:37:36.396Z Compiling usdt-impl v0.6.0
14412026-08-11T21:37:36.406Z Compiling nodrop v0.1.14
14422026-08-11T21:37:36.425Z Compiling num_threads v0.1.7
14432026-08-11T21:37:36.486Z Compiling serde_derive v1.0.228
14442026-08-11T21:37:36.501Z Compiling zeroize_derive v1.5.0
14452026-08-11T21:37:36.517Z Compiling zerocopy-derive v0.8.40
14462026-08-11T21:37:36.529Z Compiling zerofrom-derive v0.1.6
14472026-08-11T21:37:36.614Z Compiling yoke-derive v0.8.1
14482026-08-11T21:37:36.640Z Compiling zerovec-derive v0.11.2
14492026-08-11T21:37:36.712Z Compiling displaydoc v0.2.5
14502026-08-11T21:37:36.747Z Compiling tokio-macros v2.7.0
14512026-08-11T21:37:37.222Z Compiling zeroize v1.9.0
14522026-08-11T21:37:37.244Z Compiling futures-macro v0.3.32
14532026-08-11T21:37:37.321Z Compiling thiserror-impl v2.0.18
14542026-08-11T21:37:37.516Z Compiling der_derive v0.7.3
14552026-08-11T21:37:37.526Z Compiling tracing-attributes v0.1.31
14562026-08-11T21:37:37.594Z Compiling rustls-pki-types v1.14.0
14572026-08-11T21:37:37.830Z Compiling schemars_derive v0.8.22
14582026-08-11T21:37:37.853Z Compiling hybrid-array v0.4.13
14592026-08-11T21:37:38.014Z Compiling zerofrom v0.1.6
14602026-08-11T21:37:38.073Z Compiling block-buffer v0.10.4
14612026-08-11T21:37:38.168Z Compiling yoke v0.8.1
14622026-08-11T21:37:38.238Z Compiling crypto-common v0.1.7
14632026-08-11T21:37:38.238Z Compiling futures-util v0.3.32
14642026-08-11T21:37:38.286Z Compiling digest v0.10.7
14652026-08-11T21:37:38.304Z Compiling scroll_derive v0.13.1
14662026-08-11T21:37:38.317Z Compiling zerovec v0.11.5
14672026-08-11T21:37:38.513Z Compiling zerotrie v0.2.3
14682026-08-11T21:37:38.531Z Compiling der v0.7.10
14692026-08-11T21:37:38.578Z Compiling sha2 v0.10.9
14702026-08-11T21:37:38.668Z Compiling pest_derive v2.8.6
14712026-08-11T21:37:38.726Z Compiling thiserror v2.0.18
14722026-08-11T21:37:38.837Z Compiling tinystr v0.8.2
14732026-08-11T21:37:38.854Z Compiling potential_utf v0.1.4
14742026-08-11T21:37:38.857Z Compiling signature v2.2.0
14752026-08-11T21:37:38.885Z Compiling darling_macro v0.20.11
14762026-08-11T21:37:38.900Z Compiling tracing v0.1.44
14772026-08-11T21:37:39.040Z Compiling icu_locale_core v2.1.1
14782026-08-11T21:37:39.065Z Compiling icu_collections v2.1.1
14792026-08-11T21:37:39.083Z Compiling openssl-macros v0.1.1
14802026-08-11T21:37:39.161Z Compiling scroll v0.13.0
14812026-08-11T21:37:39.165Z Compiling thiserror-impl v1.0.69
14822026-08-11T21:37:39.189Z Compiling hmac v0.12.1
14832026-08-11T21:37:39.202Z Compiling packed_struct_codegen v0.10.1
14842026-08-11T21:37:39.364Z Compiling bitfield-macros v0.19.4
14852026-08-11T21:37:39.384Z Compiling spki v0.7.3
14862026-08-11T21:37:39.418Z Compiling darling v0.20.11
14872026-08-11T21:37:39.452Z Compiling goblin v0.10.5
14882026-08-11T21:37:39.514Z Compiling zerocopy-derive v0.6.6
14892026-08-11T21:37:39.563Z Compiling clap_derive v4.6.1
14902026-08-11T21:37:39.613Z Compiling pkcs8 v0.10.2
14912026-08-11T21:37:39.771Z Compiling icu_provider v2.1.1
14922026-08-11T21:37:39.898Z Compiling pkcs1 v0.7.5
14932026-08-11T21:37:39.924Z Compiling derive_builder_core v0.20.2
14942026-08-11T21:37:39.971Z Compiling dtrace-parser v0.3.0
14952026-08-11T21:37:40.126Z Compiling bytes v1.11.1
14962026-08-11T21:37:40.137Z Compiling icu_properties v2.1.2
14972026-08-11T21:37:40.153Z Compiling icu_normalizer v2.1.1
14982026-08-11T21:37:40.338Z Compiling chrono v0.4.45
14992026-08-11T21:37:40.350Z Compiling ipnet v2.11.0
15002026-08-11T21:37:40.434Z Compiling hex v0.4.3
15012026-08-11T21:37:40.535Z Compiling thiserror v1.0.69
15022026-08-11T21:37:40.554Z Compiling serde_spanned v0.6.9
15032026-08-11T21:37:40.647Z Compiling tokio v1.52.1
15042026-08-11T21:37:40.703Z Compiling http v1.4.2
15052026-08-11T21:37:40.717Z Compiling toml_datetime v0.6.11
15062026-08-11T21:37:40.722Z Compiling zerocopy v0.6.6
15072026-08-11T21:37:40.797Z Compiling bitfield v0.19.4
15082026-08-11T21:37:40.814Z Compiling flate2 v1.1.9
15092026-08-11T21:37:40.973Z Compiling idna_adapter v1.2.1
15102026-08-11T21:37:40.996Z Compiling ppv-lite86 v0.2.21
15112026-08-11T21:37:41.078Z Compiling time v0.3.47
15122026-08-11T21:37:41.132Z Compiling idna v1.1.0
15132026-08-11T21:37:41.217Z Compiling scroll_derive v0.12.1
15142026-08-11T21:37:41.232Z Compiling structmeta-derive v0.3.0
15152026-08-11T21:37:41.238Z Compiling array-init v0.0.4
15162026-08-11T21:37:41.313Z Compiling rand_chacha v0.9.0
15172026-08-11T21:37:41.330Z Compiling http-body v1.0.1
15182026-08-11T21:37:41.375Z Compiling rand_chacha v0.3.1
15192026-08-11T21:37:41.509Z Compiling url v2.5.8
15202026-08-11T21:37:41.594Z Compiling rand v0.9.2
15212026-08-11T21:37:41.618Z Compiling rand v0.8.6
15222026-08-11T21:37:41.710Z Compiling http-body-util v0.1.3
15232026-08-11T21:37:41.903Z Compiling clap v4.6.1
15242026-08-11T21:37:42.020Z Compiling crc v3.4.0
15252026-08-11T21:37:42.054Z Compiling anstream v0.6.21
15262026-08-11T21:37:42.069Z Compiling smallvec v0.6.14
15272026-08-11T21:37:42.115Z Compiling darling_core v0.23.0
15282026-08-11T21:37:42.159Z Compiling dof v0.4.0
15292026-08-11T21:37:42.291Z Compiling proptest v1.11.0
15302026-08-11T21:37:42.306Z Compiling heapless v0.7.17
15312026-08-11T21:37:42.329Z Compiling slog v2.8.2
15322026-08-11T21:37:42.352Z Compiling thread-id v5.1.0
15332026-08-11T21:37:42.372Z Compiling env_filter v1.0.0
15342026-08-11T21:37:42.447Z Compiling cookie v0.18.1
15352026-08-11T21:37:42.462Z Compiling zstd-safe v7.2.4
15362026-08-11T21:37:42.533Z Compiling signal-hook v0.3.18
15372026-08-11T21:37:42.537Z Compiling ryu v1.0.23
15382026-08-11T21:37:42.563Z Compiling unicode-properties v0.1.4
15392026-08-11T21:37:42.655Z Compiling base64 v0.21.7
15402026-08-11T21:37:42.679Z Compiling allocator-api2 v0.2.21
15412026-08-11T21:37:42.683Z Compiling unicode-bidi v0.3.18
15422026-08-11T21:37:42.683Z Compiling iri-string v0.7.10
15432026-08-11T21:37:42.723Z Compiling hashbrown v0.12.3
15442026-08-11T21:37:42.739Z Compiling anyhow v1.0.102
15452026-08-11T21:37:42.786Z Compiling ipnetwork v0.21.1
15462026-08-11T21:37:42.800Z Compiling winnow v0.5.40
15472026-08-11T21:37:43.094Z Compiling stringprep v0.1.5
15482026-08-11T21:37:43.207Z Compiling oxnet v0.1.6
15492026-08-11T21:37:43.297Z Compiling ron v0.8.1
15502026-08-11T21:37:43.312Z Compiling rsa v0.9.10
15512026-08-11T21:37:43.466Z Compiling serde_urlencoded v0.7.1
15522026-08-11T21:37:43.605Z Compiling env_logger v0.11.9
15532026-08-11T21:37:43.619Z Compiling structmeta v0.3.0
15542026-08-11T21:37:43.632Z Compiling serde-hex v0.1.0
15552026-08-11T21:37:43.665Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15562026-08-11T21:37:43.680Z Compiling camino v1.2.2
15572026-08-11T21:37:43.764Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15582026-08-11T21:37:43.852Z Compiling scroll v0.12.0
15592026-08-11T21:37:43.866Z Compiling hashbrown v0.13.2
15602026-08-11T21:37:44.069Z Compiling bzip2 v0.4.4
15612026-08-11T21:37:44.139Z Compiling toml_edit v0.19.15
15622026-08-11T21:37:44.226Z Compiling derive_builder_macro v0.20.2
15632026-08-11T21:37:44.241Z Compiling erased-serde v0.3.31
15642026-08-11T21:37:44.260Z Compiling serde_tokenstream v0.2.3
15652026-08-11T21:37:44.291Z Compiling x509-cert v0.2.5
15662026-08-11T21:37:44.303Z Compiling crypto-common v0.2.2
15672026-08-11T21:37:44.373Z Compiling block-buffer v0.12.1
15682026-08-11T21:37:44.487Z Compiling tokio-util v0.7.18
15692026-08-11T21:37:44.603Z Compiling tower v0.5.3
15702026-08-11T21:37:44.614Z Compiling tokio-native-tls v0.3.1
15712026-08-11T21:37:44.682Z Compiling darling_macro v0.23.0
15722026-08-11T21:37:44.731Z Compiling block-padding v0.4.2
15732026-08-11T21:37:44.754Z Compiling newtype-uuid v1.3.2
15742026-08-11T21:37:44.787Z Compiling md-5 v0.10.6
15752026-08-11T21:37:44.912Z Compiling rustls-native-certs v0.8.3
15762026-08-11T21:37:44.976Z Compiling bstr v1.12.1
15772026-08-11T21:37:45.111Z Compiling tower-http v0.6.8
15782026-08-11T21:37:45.127Z Compiling async-trait v0.1.89
15792026-08-11T21:37:45.203Z Compiling h2 v0.4.15
15802026-08-11T21:37:45.223Z Compiling zerocopy-derive v0.7.35
15812026-08-11T21:37:45.389Z Compiling pin-project-internal v1.1.11
15822026-08-11T21:37:45.530Z Compiling daft-derive v0.1.7
15832026-08-11T21:37:45.562Z Compiling curve25519-dalek v4.1.3
15842026-08-11T21:37:45.633Z Compiling vergen-lib v9.1.0
15852026-08-11T21:37:45.822Z Compiling hash32 v0.2.1
15862026-08-11T21:37:45.941Z Compiling memoffset v0.9.1
15872026-08-11T21:37:45.954Z Compiling encoding_rs v0.8.35
15882026-08-11T21:37:46.047Z Compiling smoltcp v0.9.1
15892026-08-11T21:37:46.084Z Compiling crc-any v2.5.0
15902026-08-11T21:37:46.134Z Compiling rustix v0.38.44
15912026-08-11T21:37:46.149Z Compiling psl-types v2.0.11
15922026-08-11T21:37:46.205Z Compiling fallible-iterator v0.2.0
15932026-08-11T21:37:46.283Z Compiling cfg_aliases v0.2.1
15942026-08-11T21:37:46.298Z Compiling mime v0.3.17
15952026-08-11T21:37:46.330Z Compiling ref-cast v1.0.25
15962026-08-11T21:37:46.370Z Compiling litrs v1.0.0
15972026-08-11T21:37:46.404Z Compiling nix v0.31.2
15982026-08-11T21:37:46.440Z Compiling daft v0.1.7
15992026-08-11T21:37:46.467Z Compiling publicsuffix v2.3.0
16002026-08-11T21:37:46.532Z Compiling postgres-protocol v0.6.10
16012026-08-11T21:37:46.558Z Compiling pin-project v1.1.11
16022026-08-11T21:37:46.573Z Compiling zerocopy v0.7.35
16032026-08-11T21:37:46.744Z Compiling toml v0.7.8
16042026-08-11T21:37:46.748Z Compiling darling v0.23.0
16052026-08-11T21:37:46.757Z Compiling inout v0.2.2
16062026-08-11T21:37:46.767Z Compiling derive_builder v0.20.2
16072026-08-11T21:37:46.816Z Compiling object v0.30.4
16082026-08-11T21:37:46.829Z Compiling zip v0.6.6
16092026-08-11T21:37:46.900Z Compiling document-features v0.2.12
16102026-08-11T21:37:46.915Z Compiling goblin v0.8.2
16112026-08-11T21:37:46.946Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16122026-08-11T21:37:47.103Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16132026-08-11T21:37:47.156Z Compiling derive-ex v0.1.8
16142026-08-11T21:37:47.425Z Compiling futures-executor v0.3.32
16152026-08-11T21:37:47.444Z Compiling hubpack_derive v0.1.1
16162026-08-11T21:37:47.468Z Compiling regex v1.12.3
16172026-08-11T21:37:47.509Z Compiling curve25519-dalek-derive v0.1.1
16182026-08-11T21:37:47.562Z Compiling strum_macros v0.27.2
16192026-08-11T21:37:47.683Z Compiling snafu-derive v0.8.9
16202026-08-11T21:37:47.708Z Compiling ref-cast-impl v1.0.25
16212026-08-11T21:37:47.724Z Compiling phf_shared v0.13.1
16222026-08-11T21:37:47.837Z Compiling vergen v9.1.0
16232026-08-11T21:37:47.940Z Compiling cargo-platform v0.3.2
16242026-08-11T21:37:47.958Z Compiling ff v0.13.1
16252026-08-11T21:37:48.025Z Compiling fs-err v3.3.0
16262026-08-11T21:37:48.071Z Compiling object v0.37.3
16272026-08-11T21:37:48.112Z Compiling unicode-segmentation v1.12.0
16282026-08-11T21:37:48.244Z Compiling either v1.15.0
16292026-08-11T21:37:48.255Z Compiling base16ct v0.2.0
16302026-08-11T21:37:48.258Z Compiling bitflags v1.3.2
16312026-08-11T21:37:48.315Z Compiling managed v0.8.0
16322026-08-11T21:37:48.345Z Compiling hyper v1.10.1
16332026-08-11T21:37:48.368Z Compiling libbz2-rs-sys v0.2.2
16342026-08-11T21:37:48.438Z Compiling foldhash v0.2.0
16352026-08-11T21:37:48.461Z Compiling foldhash v0.1.5
16362026-08-11T21:37:48.476Z Compiling path-slash v0.1.5
16372026-08-11T21:37:48.520Z Compiling same-file v1.0.6
16382026-08-11T21:37:48.553Z Compiling jiff-core v0.1.0
16392026-08-11T21:37:48.624Z Compiling bumpalo v3.20.2
16402026-08-11T21:37:48.645Z Compiling walkdir v2.5.0
16412026-08-11T21:37:48.675Z Compiling hashbrown v0.16.1
16422026-08-11T21:37:48.702Z Compiling hashbrown v0.15.5
16432026-08-11T21:37:48.879Z Compiling test-strategy v0.4.5
16442026-08-11T21:37:48.900Z Compiling zopfli v0.8.3
16452026-08-11T21:37:48.973Z Compiling bzip2 v0.6.1
16462026-08-11T21:37:49.196Z Compiling dof v0.3.0
16472026-08-11T21:37:49.286Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16482026-08-11T21:37:49.314Z Compiling jiff v0.2.34
16492026-08-11T21:37:49.390Z Compiling sec1 v0.7.3
16502026-08-11T21:37:49.580Z Compiling hyper-util v0.1.20
16512026-08-11T21:37:49.632Z Compiling strum v0.27.2
16522026-08-11T21:37:49.731Z Compiling snafu v0.8.9
16532026-08-11T21:37:49.820Z Compiling cargo_metadata v0.23.1
16542026-08-11T21:37:49.834Z Compiling group v0.13.0
16552026-08-11T21:37:49.913Z Compiling hubpack v0.1.2
16562026-08-11T21:37:49.926Z Compiling phf v0.13.1
16572026-08-11T21:37:49.961Z Compiling futures v0.3.32
16582026-08-11T21:37:50.026Z Compiling cookie_store v0.22.1
16592026-08-11T21:37:50.049Z Compiling signal-hook-mio v0.2.5
16602026-08-11T21:37:50.093Z Compiling zstd v0.13.3
16612026-08-11T21:37:50.107Z Compiling postgres-types v0.2.12
16622026-08-11T21:37:50.134Z Compiling cipher v0.5.2
16632026-08-11T21:37:50.181Z Compiling serde_with_macros v3.21.0
16642026-08-11T21:37:50.416Z Compiling globset v0.4.18
16652026-08-11T21:37:50.452Z Compiling usdt-attr-macro v0.6.0
16662026-08-11T21:37:50.467Z Compiling usdt-macro v0.6.0
16672026-08-11T21:37:50.490Z Compiling byte-wrapper v0.1.0
16682026-08-11T21:37:50.679Z Compiling dtrace-parser v0.2.0
16692026-08-11T21:37:50.682Z Compiling olpc-cjson v0.1.4
16702026-08-11T21:37:50.749Z Compiling serde_plain v1.0.2
16712026-08-11T21:37:50.844Z Compiling serde-big-array v0.5.1
16722026-08-11T21:37:50.869Z Compiling ed25519 v2.2.3
16732026-08-11T21:37:50.960Z Compiling hkdf v0.12.4
16742026-08-11T21:37:51.001Z Compiling hyper-tls v0.6.0
16752026-08-11T21:37:51.110Z Compiling crypto-bigint v0.5.5
16762026-08-11T21:37:51.143Z Compiling strum_macros v0.26.4
16772026-08-11T21:37:51.192Z Compiling reqwest v0.12.28
16782026-08-11T21:37:51.257Z Compiling enum-as-inner v0.6.1
16792026-08-11T21:37:51.280Z Compiling async-recursion v1.1.1
16802026-08-11T21:37:51.364Z Compiling serde_repr v0.1.20
16812026-08-11T21:37:51.376Z Compiling phf_shared v0.11.3
16822026-08-11T21:37:51.391Z Compiling float-cmp v0.10.0
16832026-08-11T21:37:51.429Z Compiling pem v3.0.6
16842026-08-11T21:37:51.501Z Compiling memmap2 v0.9.10
16852026-08-11T21:37:51.547Z Compiling thread-id v4.2.2
16862026-08-11T21:37:51.578Z Compiling whoami v2.1.0
16872026-08-11T21:37:51.643Z Compiling predicates-core v1.0.10
16882026-08-11T21:37:51.734Z Compiling new_debug_unreachable v1.0.6
16892026-08-11T21:37:51.776Z Compiling keccak v0.1.6
16902026-08-11T21:37:51.791Z Compiling fixedbitset v0.4.2
16912026-08-11T21:37:51.807Z Compiling winnow v1.0.3
16922026-08-11T21:37:51.823Z Compiling data-encoding v2.10.0
16932026-08-11T21:37:51.837Z Compiling static_assertions v1.1.0
16942026-08-11T21:37:51.910Z Compiling difflib v0.4.0
16952026-08-11T21:37:51.924Z Compiling fixedbitset v0.5.7
16962026-08-11T21:37:51.965Z Compiling cpufeatures v0.3.0
16972026-08-11T21:37:51.980Z Compiling typed-path v0.9.3
16982026-08-11T21:37:52.022Z Compiling const-oid v0.10.2
16992026-08-11T21:37:52.054Z Compiling precomputed-hash v0.1.1
17002026-08-11T21:37:52.150Z Compiling normalize-line-endings v0.3.0
17012026-08-11T21:37:52.172Z Compiling digest v0.11.3
17022026-08-11T21:37:52.245Z Compiling predicates v3.1.4
17032026-08-11T21:37:52.261Z Compiling petgraph v0.8.3
17042026-08-11T21:37:52.265Z Compiling hickory-proto v0.25.2
17052026-08-11T21:37:52.413Z Compiling string_cache v0.8.9
17062026-08-11T21:37:52.479Z Compiling toml_parser v1.1.2+spec-1.1.0
17072026-08-11T21:37:52.530Z Compiling elliptic-curve v0.13.8
17082026-08-11T21:37:52.545Z Compiling chacha20 v0.10.0
17092026-08-11T21:37:52.659Z Compiling petgraph v0.6.5
17102026-08-11T21:37:52.662Z Compiling sha3 v0.10.8
17112026-08-11T21:37:52.885Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17122026-08-11T21:37:52.954Z Compiling tokio-postgres v0.7.16
17132026-08-11T21:37:52.970Z Compiling strum v0.26.3
17142026-08-11T21:37:52.982Z Compiling toml_edit v0.22.27
17152026-08-11T21:37:53.004Z Compiling usdt v0.6.0
17162026-08-11T21:37:53.114Z Compiling usdt-impl v0.5.0
17172026-08-11T21:37:53.140Z Compiling zip v4.6.1
17182026-08-11T21:37:53.187Z Compiling serde_with v3.21.0
17192026-08-11T21:37:53.229Z Compiling crossterm v0.28.1
17202026-08-11T21:37:53.287Z Compiling ed25519-dalek v2.2.0
17212026-08-11T21:37:53.301Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17222026-08-11T21:37:53.862Z Compiling iddqd v0.4.2
17232026-08-11T21:37:54.196Z Compiling itertools v0.13.0
17242026-08-11T21:37:54.258Z Compiling itertools v0.15.0
17252026-08-11T21:37:54.272Z Compiling similar v2.7.0
17262026-08-11T21:37:54.531Z Compiling heck v0.4.1
17272026-08-11T21:37:54.779Z Compiling tokio-stream v0.1.18
17282026-08-11T21:37:54.845Z Compiling buf-list v1.1.2
17292026-08-11T21:37:55.021Z Compiling crossbeam-epoch v0.9.18
17302026-08-11T21:37:55.044Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17312026-08-11T21:37:55.146Z Compiling openapiv3 v2.2.0
17322026-08-11T21:37:55.161Z Compiling lalrpop-util v0.19.12
17332026-08-11T21:37:55.202Z Compiling peg-runtime v0.8.5
17342026-08-11T21:37:55.235Z Compiling thread_local v1.1.9
17352026-08-11T21:37:55.258Z Compiling slog-async v2.8.0
17362026-08-11T21:37:55.359Z Compiling crossbeam-channel v0.5.15
17372026-08-11T21:37:55.374Z Compiling filetime v0.2.27
17382026-08-11T21:37:55.374Z Compiling is-terminal v0.4.17
17392026-08-11T21:37:55.457Z Compiling xattr v1.6.1
17402026-08-11T21:37:55.471Z Compiling term v1.2.1
17412026-08-11T21:37:55.498Z Compiling take_mut v0.2.2
17422026-08-11T21:37:55.527Z Compiling camino-tempfile v1.4.1
17432026-08-11T21:37:55.599Z Compiling tar v0.4.46
17442026-08-11T21:37:55.753Z Compiling slog-term v2.9.2
17452026-08-11T21:38:13.032Z Compiling rustls-webpki v0.103.13
17462026-08-11T21:38:15.693Z Compiling tokio-rustls v0.26.4
17472026-08-11T21:38:15.694Z Compiling rustls-platform-verifier v0.6.2
17482026-08-11T21:38:15.697Z Compiling tough v0.22.0
17492026-08-11T21:38:15.890Z Compiling hyper-rustls v0.27.7
17502026-08-11T21:38:16.080Z Compiling reqwest v0.13.2
17512026-08-11T21:38:18.219Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522026-08-11T21:38:18.508Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17532026-08-11T21:38:21.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.16s
17542026-08-11T21:38:21.500Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17552026-08-11T21:38:21.562ZAug 11 21:38:21.239 INFO Starting download, target: Clickhouse
17562026-08-11T21:38:21.562ZAug 11 21:38:21.240 INFO Starting download, target: Cockroach
17572026-08-11T21:38:21.562ZAug 11 21:38:21.240 INFO Starting download, target: Console
17582026-08-11T21:38:21.580ZAug 11 21:38:21.240 INFO Starting download, target: DendriteStub
17592026-08-11T21:38:21.580ZAug 11 21:38:21.240 INFO Starting download, target: MaghemiteMgd
17602026-08-11T21:38:21.580ZAug 11 21:38:21.240 INFO Starting download, target: TransceiverControl
17612026-08-11T21:38:21.580ZAug 11 21:38:21.240 INFO Starting download, target: MaghemiteDdmd
17622026-08-11T21:38:21.580ZAug 11 21:38:21.241 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-08-11T21:38:21.580ZAug 11 21:38:21.241 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17642026-08-11T21:38:21.581ZAug 11 21:38:21.241 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-08-11T21:38:21.581ZAug 11 21:38:21.241 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17662026-08-11T21:38:21.581ZAug 11 21:38:21.241 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17672026-08-11T21:38:21.581ZAug 11 21:38:21.241 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17682026-08-11T21:38:21.581ZAug 11 21:38:21.241 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17692026-08-11T21:38:22.182ZAug 11 21:38:21.864 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17702026-08-11T21:38:22.403ZAug 11 21:38:22.084 INFO Download complete, target: TransceiverControl
17712026-08-11T21:38:23.885ZAug 11 21:38:23.569 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17722026-08-11T21:38:24.132ZAug 11 21:38:23.815 INFO Download complete, target: Console
17732026-08-11T21:38:25.694ZAug 11 21:38:25.377 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17742026-08-11T21:38:32.288ZAug 11 21:38:31.971 INFO Checking that binary works, target: Clickhouse
17752026-08-11T21:38:32.379ZAug 11 21:38:32.060 INFO Download complete, target: Clickhouse
17762026-08-11T21:38:50.029ZAug 11 21:38:49.531 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17772026-08-11T21:38:51.786ZAug 11 21:38:51.268 INFO Download complete, target: MaghemiteDdmd
17782026-08-11T21:38:53.346ZAug 11 21:38:53.020 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17792026-08-11T21:38:56.153ZAug 11 21:38:55.322 INFO Download complete, target: DendriteStub
17802026-08-11T21:38:56.545ZAug 11 21:38:56.015 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17812026-08-11T21:38:58.959ZAug 11 21:38:58.450 INFO Download complete, target: MaghemiteMgd
17822026-08-11T21:39:02.947ZAug 11 21:39:02.556 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17832026-08-11T21:39:02.948ZAug 11 21:39:02.556 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17842026-08-11T21:39:07.504ZAug 11 21:39:07.187 INFO Checking that binary works, target: Cockroach
17852026-08-11T21:39:07.633ZAug 11 21:39:07.316 INFO Download complete, target: Cockroach
17862026-08-11T21:39:07.638ZAll prerequisites installed successfully
17872026-08-11T21:39:07.641Z
17882026-08-11T21:39:07.641Zreal 2:28.709972949
17892026-08-11T21:39:07.642Zuser 7:10.241555592
17902026-08-11T21:39:07.642Zsys 1:41.759989414
17912026-08-11T21:39:07.642Ztrap 0.309011191
17922026-08-11T21:39:07.642Ztflt 0.877813466
17932026-08-11T21:39:07.642Zdflt 1.544853631
17942026-08-11T21:39:07.642Zkflt 0.030568633
17952026-08-11T21:39:07.642Zlock 41:35.814632078
17962026-08-11T21:39:07.642Zslp 20:50.387541264
17972026-08-11T21:39:07.642Zlat 28.975426143
17982026-08-11T21:39:07.642Zstop 3:23.941036955
17992026-08-11T21:39:07.642Z+ ptime -m cargo xtask download softnpu
18002026-08-11T21:39:08.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18012026-08-11T21:39:08.124Z Running `target/debug/xtask download softnpu`
18022026-08-11T21:39:08.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18032026-08-11T21:39:08.967Z Running `target/debug/xtask-downloader softnpu`
18042026-08-11T21:39:09.014ZAug 11 21:39:08.687 INFO Starting download, target: Softnpu
18052026-08-11T21:39:09.033ZAug 11 21:39:08.688 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18062026-08-11T21:39:10.256ZAug 11 21:39:09.940 INFO Download complete, target: Softnpu
18072026-08-11T21:39:10.261Z
18082026-08-11T21:39:10.261Zreal 2.615588746
18092026-08-11T21:39:10.261Zuser 1.318577127
18102026-08-11T21:39:10.261Zsys 0.626171338
18112026-08-11T21:39:10.265Ztrap 0.000517980
18122026-08-11T21:39:10.265Ztflt 0.000371160
18132026-08-11T21:39:10.265Zdflt 0.000266760
18142026-08-11T21:39:10.265Zkflt 0.000000000
18152026-08-11T21:39:10.265Zlock 23.081562595
18162026-08-11T21:39:10.265Zslp 1.117560792
18172026-08-11T21:39:10.265Zlat 0.093370844
18182026-08-11T21:39:10.265Zstop 0.000214210
18192026-08-11T21:39:10.265Z+ export CARGO_INCREMENTAL=0
18202026-08-11T21:39:10.265Z+ CARGO_INCREMENTAL=0
18212026-08-11T21:39:10.265Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18222026-08-11T21:39:11.226Z Compiling proc-macro2 v1.0.106
18232026-08-11T21:39:11.226Z Compiling quote v1.0.45
18242026-08-11T21:39:11.226Z Compiling unicode-ident v1.0.24
18252026-08-11T21:39:11.236Z Compiling libc v0.2.185
18262026-08-11T21:39:11.237Z Compiling serde_core v1.0.228
18272026-08-11T21:39:11.237Z Compiling serde v1.0.228
18282026-08-11T21:39:11.237Z Compiling cfg-if v1.0.4
18292026-08-11T21:39:11.237Z Compiling version_check v0.9.5
18302026-08-11T21:39:11.237Z Compiling autocfg v1.5.0
18312026-08-11T21:39:11.237Z Compiling find-msvc-tools v0.1.9
18322026-08-11T21:39:11.237Z Compiling shlex v1.3.0
18332026-08-11T21:39:11.325Z Compiling memchr v2.8.0
18342026-08-11T21:39:11.355Z Compiling zmij v1.0.21
18352026-08-11T21:39:11.355Z Compiling serde_json v1.0.151
18362026-08-11T21:39:11.685Z Compiling portable-atomic v1.13.1
18372026-08-11T21:39:11.780Z Compiling zerocopy v0.8.40
18382026-08-11T21:39:11.796Z Compiling libm v0.2.16
18392026-08-11T21:39:11.796Z Compiling getrandom v0.4.1
18402026-08-11T21:39:11.796Z Compiling generic-array v0.14.7
18412026-08-11T21:39:11.796Z Compiling parking_lot_core v0.9.12
18422026-08-11T21:39:11.797Z Compiling icu_normalizer_data v2.1.1
18432026-08-11T21:39:11.797Z Compiling icu_properties_data v2.1.2
18442026-08-11T21:39:11.797Z Compiling num-traits v0.2.19
18452026-08-11T21:39:11.917Z Compiling smallvec v1.15.1
18462026-08-11T21:39:11.946Z Compiling itoa v1.0.17
18472026-08-11T21:39:11.959Z Compiling log v0.4.29
18482026-08-11T21:39:12.015Z Compiling subtle v2.6.1
18492026-08-11T21:39:12.028Z Compiling pkg-config v0.3.32
18502026-08-11T21:39:12.028Z Compiling typenum v1.20.1
18512026-08-11T21:39:12.028Z Compiling stable_deref_trait v1.2.1
18522026-08-11T21:39:12.169Z Compiling getrandom v0.3.4
18532026-08-11T21:39:12.200Z Compiling scopeguard v1.2.0
18542026-08-11T21:39:12.211Z Compiling thiserror v2.0.18
18552026-08-11T21:39:12.251Z Compiling rustix v1.1.3
18562026-08-11T21:39:12.322Z Compiling jobserver v0.1.34
18572026-08-11T21:39:12.336Z Compiling errno v0.3.14
18582026-08-11T21:39:12.376Z Compiling lock_api v0.4.14
18592026-08-11T21:39:12.475Z Compiling rand_core v0.10.0
18602026-08-11T21:39:12.504Z Compiling getrandom v0.2.17
18612026-08-11T21:39:12.630Z Compiling cc v1.2.56
18622026-08-11T21:39:12.646Z Compiling equivalent v1.0.2
18632026-08-11T21:39:12.646Z Compiling heck v0.5.0
18642026-08-11T21:39:12.646Z Compiling syn v2.0.117
18652026-08-11T21:39:12.650Z Compiling rand_core v0.6.4
18662026-08-11T21:39:12.736Z Compiling syn v1.0.109
18672026-08-11T21:39:12.741Z Compiling pin-project-lite v0.2.17
18682026-08-11T21:39:12.741Z Compiling critical-section v1.2.0
18692026-08-11T21:39:12.870Z Compiling schemars v0.8.22
18702026-08-11T21:39:12.884Z Compiling writeable v0.6.2
18712026-08-11T21:39:12.914Z Compiling litemap v0.8.1
18722026-08-11T21:39:12.919Z Compiling percent-encoding v2.3.2
18732026-08-11T21:39:12.963Z Compiling hashbrown v0.17.0
18742026-08-11T21:39:13.039Z Compiling fs_extra v1.3.0
18752026-08-11T21:39:13.078Z Compiling dunce v1.0.5
18762026-08-11T21:39:13.110Z Compiling once_cell v1.21.3
18772026-08-11T21:39:13.140Z Compiling rustversion v1.0.22
18782026-08-11T21:39:13.248Z Compiling byteorder v1.5.0
18792026-08-11T21:39:13.338Z Compiling cmake v0.1.57
18802026-08-11T21:39:13.366Z Compiling strsim v0.11.1
18812026-08-11T21:39:13.403Z Compiling signal-hook-registry v1.4.8
18822026-08-11T21:39:13.511Z Compiling semver v1.0.28
18832026-08-11T21:39:13.516Z Compiling indexmap v2.14.0
18842026-08-11T21:39:13.667Z Compiling bitflags v2.11.0
18852026-08-11T21:39:13.731Z Compiling thiserror v1.0.69
18862026-08-11T21:39:13.781Z Compiling utf8_iter v1.0.4
18872026-08-11T21:39:13.830Z Compiling parking_lot v0.12.5
18882026-08-11T21:39:13.871Z Compiling form_urlencoded v1.2.2
18892026-08-11T21:39:13.887Z Compiling aws-lc-sys v0.40.0
18902026-08-11T21:39:13.924Z Compiling socket2 v0.6.3
18912026-08-11T21:39:13.962Z Compiling mio v1.2.0
18922026-08-11T21:39:14.096Z Compiling const-oid v0.9.6
18932026-08-11T21:39:14.111Z Compiling futures-core v0.3.32
18942026-08-11T21:39:14.152Z Compiling aws-lc-rs v1.16.3
18952026-08-11T21:39:14.356Z Compiling httparse v1.10.1
18962026-08-11T21:39:14.496Z Compiling ucd-trie v0.1.7
18972026-08-11T21:39:14.613Z Compiling crc32fast v1.5.0
18982026-08-11T21:39:14.655Z Compiling regex-syntax v0.8.10
18992026-08-11T21:39:14.689Z Compiling fnv v1.0.7
19002026-08-11T21:39:14.724Z Compiling pest v2.8.6
19012026-08-11T21:39:14.816Z Compiling ident_case v1.0.1
19022026-08-11T21:39:14.829Z Compiling vcpkg v0.2.15
19032026-08-11T21:39:14.874Z Compiling iana-time-zone v0.1.65
19042026-08-11T21:39:14.949Z Compiling uuid v1.23.4
19052026-08-11T21:39:15.059Z Compiling rustc_version v0.4.1
19062026-08-11T21:39:15.087Z Compiling futures-sink v0.3.32
19072026-08-11T21:39:15.102Z Compiling rustls v0.23.41
19082026-08-11T21:39:15.198Z Compiling futures-channel v0.3.32
19092026-08-11T21:39:15.322Z Compiling aho-corasick v1.1.4
19102026-08-11T21:39:15.355Z Compiling futures-task v0.3.32
19112026-08-11T21:39:15.398Z Compiling openssl-sys v0.9.117
19122026-08-11T21:39:15.415Z Compiling synstructure v0.13.2
19132026-08-11T21:39:15.437Z Compiling serde_derive_internals v0.29.1
19142026-08-11T21:39:15.526Z Compiling futures-io v0.3.32
19152026-08-11T21:39:15.539Z Compiling slab v0.4.12
19162026-08-11T21:39:15.755Z Compiling dyn-clone v1.0.20
19172026-08-11T21:39:15.759Z Compiling num-conv v0.2.0
19182026-08-11T21:39:15.787Z Compiling pest_meta v2.8.6
19192026-08-11T21:39:15.912Z Compiling plain v0.2.3
19202026-08-11T21:39:15.912Z Compiling time-core v0.1.8
19212026-08-11T21:39:15.957Z Compiling radium v0.7.0
19222026-08-11T21:39:15.961Z Compiling crossbeam-utils v0.8.21
19232026-08-11T21:39:16.054Z Compiling base64 v0.22.1
19242026-08-11T21:39:16.088Z Compiling base64ct v1.8.3
19252026-08-11T21:39:16.104Z Compiling time-macros v0.2.27
19262026-08-11T21:39:16.175Z Compiling regex-automata v0.4.14
19272026-08-11T21:39:16.194Z Compiling openssl v0.10.80
19282026-08-11T21:39:16.221Z Compiling pretty-hex v0.4.1
19292026-08-11T21:39:16.257Z Compiling maybe-uninit v2.0.0
19302026-08-11T21:39:16.385Z Compiling pest_generator v2.8.6
19312026-08-11T21:39:16.385Z Compiling pem-rfc7468 v0.7.0
19322026-08-11T21:39:16.470Z Compiling flagset v0.4.7
19332026-08-11T21:39:16.519Z Compiling darling_core v0.23.0
19342026-08-11T21:39:16.580Z Compiling rand_core v0.9.5
19352026-08-11T21:39:16.634Z Compiling bzip2-sys v0.1.13+1.0.8
19362026-08-11T21:39:16.650Z Compiling serde_derive v1.0.228
19372026-08-11T21:39:16.654Z Compiling zeroize_derive v1.5.0
19382026-08-11T21:39:16.682Z Compiling zerofrom-derive v0.1.6
19392026-08-11T21:39:16.704Z Compiling yoke-derive v0.8.1
19402026-08-11T21:39:16.735Z Compiling zerocopy-derive v0.8.40
19412026-08-11T21:39:16.774Z Compiling zerovec-derive v0.11.2
19422026-08-11T21:39:16.802Z Compiling displaydoc v0.2.5
19432026-08-11T21:39:16.940Z Compiling tokio-macros v2.7.0
19442026-08-11T21:39:17.020Z Compiling futures-macro v0.3.32
19452026-08-11T21:39:17.036Z Compiling thiserror-impl v2.0.18
19462026-08-11T21:39:17.050Z Compiling schemars_derive v0.8.22
19472026-08-11T21:39:17.068Z Compiling der_derive v0.7.3
19482026-08-11T21:39:17.269Z Compiling zeroize v1.9.0
19492026-08-11T21:39:17.528Z Compiling tracing-attributes v0.1.31
19502026-08-11T21:39:17.545Z Compiling thiserror-impl v1.0.69
19512026-08-11T21:39:17.663Z Compiling pest_derive v2.8.6
19522026-08-11T21:39:17.784Z Compiling futures-util v0.3.32
19532026-08-11T21:39:17.821Z Compiling zerofrom v0.1.6
19542026-08-11T21:39:17.986Z Compiling yoke v0.8.1
19552026-08-11T21:39:18.028Z Compiling crypto-common v0.1.7
19562026-08-11T21:39:18.066Z Compiling block-buffer v0.10.4
19572026-08-11T21:39:18.182Z Compiling zerovec v0.11.5
19582026-08-11T21:39:18.201Z Compiling zerotrie v0.2.3
19592026-08-11T21:39:18.262Z Compiling digest v0.10.7
19602026-08-11T21:39:18.534Z Compiling scroll_derive v0.13.1
19612026-08-11T21:39:18.551Z Compiling scroll_derive v0.12.1
19622026-08-11T21:39:18.578Z Compiling der v0.7.10
19632026-08-11T21:39:18.659Z Compiling openssl-macros v0.1.1
19642026-08-11T21:39:18.677Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19652026-08-11T21:39:18.681Z Compiling ahash v0.8.12
19662026-08-11T21:39:18.710Z Compiling tinystr v0.8.2
19672026-08-11T21:39:18.725Z Compiling potential_utf v0.1.4
19682026-08-11T21:39:18.913Z Compiling icu_locale_core v2.1.1
19692026-08-11T21:39:18.932Z Compiling icu_collections v2.1.1
19702026-08-11T21:39:18.992Z Compiling anyhow v1.0.102
19712026-08-11T21:39:19.088Z Compiling native-tls v0.2.18
19722026-08-11T21:39:19.104Z Compiling packed_struct v0.10.1
19732026-08-11T21:39:19.204Z Compiling num-bigint-dig v0.8.6
19742026-08-11T21:39:19.322Z Compiling darling_macro v0.23.0
19752026-08-11T21:39:19.451Z Compiling regex v1.12.3
19762026-08-11T21:39:19.462Z Compiling spki v0.7.3
19772026-08-11T21:39:19.650Z Compiling icu_provider v2.1.1
19782026-08-11T21:39:19.682Z Compiling zerocopy-derive v0.7.35
19792026-08-11T21:39:19.742Z Compiling slog v2.8.2
19802026-08-11T21:39:19.833Z Compiling bytes v1.11.1
19812026-08-11T21:39:19.849Z Compiling serde_tokenstream v0.2.3
19822026-08-11T21:39:19.958Z Compiling icu_normalizer v2.1.1
19832026-08-11T21:39:19.976Z Compiling icu_properties v2.1.2
19842026-08-11T21:39:19.992Z Compiling chrono v0.4.45
19852026-08-11T21:39:20.345Z Compiling tokio v1.52.1
19862026-08-11T21:39:20.477Z Compiling http v1.4.2
19872026-08-11T21:39:20.758Z Compiling tracing-core v0.1.36
19882026-08-11T21:39:21.027Z Compiling idna_adapter v1.2.1
19892026-08-11T21:39:21.108Z Compiling ppv-lite86 v0.2.21
19902026-08-11T21:39:21.179Z Compiling idna v1.1.0
19912026-08-11T21:39:21.286Z Compiling cookie v0.18.1
19922026-08-11T21:39:21.369Z Compiling camino v1.2.2
19932026-08-11T21:39:21.375Z Compiling cpufeatures v0.2.17
19942026-08-11T21:39:21.389Z Compiling utf8parse v0.2.2
19952026-08-11T21:39:21.442Z Compiling rand_chacha v0.9.0
19962026-08-11T21:39:21.461Z Compiling tracing v0.1.44
19972026-08-11T21:39:21.513Z Compiling url v2.5.8
19982026-08-11T21:39:21.616Z Compiling darling v0.23.0
19992026-08-11T21:39:21.630Z Compiling serde_spanned v0.6.9
20002026-08-11T21:39:21.660Z Compiling toml_datetime v0.6.11
20012026-08-11T21:39:21.709Z Compiling zerocopy-derive v0.6.6
20022026-08-11T21:39:21.761Z Compiling bitfield-macros v0.19.4
20032026-08-11T21:39:21.781Z Compiling clap_derive v4.6.1
20042026-08-11T21:39:21.797Z Compiling packed_struct_codegen v0.10.1
20052026-08-11T21:39:21.867Z Compiling indexmap v1.9.3
20062026-08-11T21:39:21.911Z Compiling paste v1.0.15
20072026-08-11T21:39:22.082Z Compiling anstyle v1.0.14
20082026-08-11T21:39:22.390Z Compiling rand v0.9.2
20092026-08-11T21:39:22.433Z Compiling http-body v1.0.1
20102026-08-11T21:39:22.449Z Compiling pkcs8 v0.10.2
20112026-08-11T21:39:22.466Z Compiling rustls-pki-types v1.14.0
20122026-08-11T21:39:22.688Z Compiling spin v0.9.8
20132026-08-11T21:39:22.705Z Compiling usdt-impl v0.5.0
20142026-08-11T21:39:22.943Z Compiling either v1.15.0
20152026-08-11T21:39:22.947Z Compiling usdt-impl v0.6.0
20162026-08-11T21:39:22.977Z Compiling cmov v0.5.4
20172026-08-11T21:39:22.991Z Compiling winnow v0.5.40
20182026-08-11T21:39:23.168Z Compiling tinyvec_macros v0.1.1
20192026-08-11T21:39:23.210Z Compiling is_terminal_polyfill v1.70.2
20202026-08-11T21:39:23.224Z Compiling fastrand v2.3.0
20212026-08-11T21:39:23.246Z Compiling colorchoice v1.0.4
20222026-08-11T21:39:23.275Z Compiling openssl-probe v0.2.1
20232026-08-11T21:39:23.320Z Compiling anstyle-query v1.1.5
20242026-08-11T21:39:23.363Z Compiling ref-cast v1.0.25
20252026-08-11T21:39:23.403Z Compiling tinyvec v1.10.0
20262026-08-11T21:39:23.438Z Compiling ctutils v0.4.2
20272026-08-11T21:39:23.469Z Compiling sha2 v0.10.9
20282026-08-11T21:39:23.711Z Compiling scroll v0.13.0
20292026-08-11T21:39:23.766Z Compiling scroll v0.12.0
20302026-08-11T21:39:23.823Z Compiling async-trait v0.1.89
20312026-08-11T21:39:23.839Z Compiling heapless v0.7.17
20322026-08-11T21:39:24.053Z Compiling rustix v0.38.44
20332026-08-11T21:39:24.057Z Compiling tower-service v0.3.3
20342026-08-11T21:39:24.057Z Compiling litrs v1.0.0
20352026-08-11T21:39:24.098Z Compiling tokio-util v0.7.18
20362026-08-11T21:39:24.128Z Compiling winnow v1.0.3
20372026-08-11T21:39:24.174Z Compiling winnow v0.7.14
20382026-08-11T21:39:24.298Z Compiling toml_edit v0.19.15
20392026-08-11T21:39:24.382Z Compiling tower-layer v0.3.3
20402026-08-11T21:39:24.421Z Compiling atomic-waker v1.1.2
20412026-08-11T21:39:24.479Z Compiling zstd-safe v7.2.4
20422026-08-11T21:39:24.547Z Compiling try-lock v0.2.5
20432026-08-11T21:39:24.563Z Compiling untrusted v0.7.1
20442026-08-11T21:39:24.578Z Compiling signal-hook v0.3.18
20452026-08-11T21:39:24.681Z Compiling want v0.3.1
20462026-08-11T21:39:24.715Z Compiling document-features v0.2.12
20472026-08-11T21:39:24.718Z Compiling toml_parser v1.1.2+spec-1.1.0
20482026-08-11T21:39:24.775Z Compiling tempfile v3.25.0
20492026-08-11T21:39:24.854Z Compiling h2 v0.4.15
20502026-08-11T21:39:25.113Z Compiling goblin v0.8.2
20512026-08-11T21:39:25.288Z Compiling goblin v0.10.5
20522026-08-11T21:39:25.400Z Compiling hybrid-array v0.4.13
20532026-08-11T21:39:25.447Z Compiling itertools v0.15.0
20542026-08-11T21:39:25.566Z Compiling anstyle-parse v1.0.0
20552026-08-11T21:39:25.632Z Compiling zerocopy v0.7.35
20562026-08-11T21:39:25.742Z Compiling ipnet v2.11.0
20572026-08-11T21:39:26.119Z Compiling structmeta-derive v0.3.0
20582026-08-11T21:39:26.185Z Compiling ref-cast-impl v1.0.25
20592026-08-11T21:39:26.200Z Compiling daft-derive v0.1.7
20602026-08-11T21:39:26.231Z Compiling darling_core v0.20.11
20612026-08-11T21:39:26.248Z Compiling curve25519-dalek v4.1.3
20622026-08-11T21:39:26.343Z Compiling memoffset v0.9.1
20632026-08-11T21:39:26.509Z Compiling untrusted v0.9.0
20642026-08-11T21:39:26.562Z Compiling foreign-types-shared v0.1.1
20652026-08-11T21:39:26.630Z Compiling httpdate v1.0.3
20662026-08-11T21:39:26.735Z Compiling tap v1.0.1
20672026-08-11T21:39:26.814Z Compiling simd-adler32 v0.3.8
20682026-08-11T21:39:26.856Z Compiling powerfmt v0.2.0
20692026-08-11T21:39:26.877Z Compiling wyz v0.5.1
20702026-08-11T21:39:26.903Z Compiling foreign-types v0.3.2
20712026-08-11T21:39:27.017Z Compiling anstream v1.0.0
20722026-08-11T21:39:27.060Z Compiling deranged v0.5.8
20732026-08-11T21:39:27.153Z Compiling structmeta v0.3.0
20742026-08-11T21:39:27.159Z Compiling unicode-normalization v0.1.25
20752026-08-11T21:39:27.310Z Compiling dof v0.3.0
20762026-08-11T21:39:27.389Z Compiling dtrace-parser v0.2.0
20772026-08-11T21:39:27.600Z Compiling rand_chacha v0.3.1
20782026-08-11T21:39:27.777Z Compiling hex v0.4.3
20792026-08-11T21:39:27.934Z Compiling signature v2.2.0
20802026-08-11T21:39:27.994Z Compiling dof v0.4.0
20812026-08-11T21:39:28.021Z Compiling hyper v1.10.1
20822026-08-11T21:39:28.037Z Compiling dtrace-parser v0.3.0
20832026-08-11T21:39:28.079Z Compiling terminal_size v0.4.3
20842026-08-11T21:39:28.097Z Compiling pin-project-internal v1.1.11
20852026-08-11T21:39:28.219Z Compiling darling_macro v0.20.11
20862026-08-11T21:39:28.234Z Compiling num-integer v0.1.46
20872026-08-11T21:39:28.263Z Compiling thread-id v4.2.2
20882026-08-11T21:39:28.360Z Compiling thread-id v5.1.0
20892026-08-11T21:39:28.456Z Compiling wait-timeout v0.2.1
20902026-08-11T21:39:28.555Z Compiling adler2 v2.0.1
20912026-08-11T21:39:28.689Z Compiling cfg_aliases v0.2.1
20922026-08-11T21:39:28.738Z Compiling clap_lex v1.0.0
20932026-08-11T21:39:28.779Z Compiling quick-error v1.2.3
20942026-08-11T21:39:28.852Z Compiling funty v2.0.0
20952026-08-11T21:39:28.914Z Compiling bit-vec v0.8.0
20962026-08-11T21:39:28.929Z Compiling smoltcp v0.9.1
20972026-08-11T21:39:29.016Z Compiling num_threads v0.1.7
20982026-08-11T21:39:29.032Z Compiling clap_builder v4.6.0
20992026-08-11T21:39:29.051Z Compiling rusty-fork v0.3.1
21002026-08-11T21:39:29.091Z Compiling nix v0.31.2
21012026-08-11T21:39:29.107Z Compiling time v0.3.47
21022026-08-11T21:39:29.122Z Compiling hyper-util v0.1.20
21032026-08-11T21:39:29.126Z Compiling bit-set v0.8.0
21042026-08-11T21:39:29.155Z Compiling darling v0.20.11
21052026-08-11T21:39:29.256Z Compiling bitvec v1.0.1
21062026-08-11T21:39:29.267Z Compiling miniz_oxide v0.8.9
21072026-08-11T21:39:29.319Z Compiling num-iter v0.1.45
21082026-08-11T21:39:29.461Z Compiling rand v0.8.6
21092026-08-11T21:39:29.686Z Compiling ipnetwork v0.21.1
21102026-08-11T21:39:29.798Z Compiling lazy_static v1.5.0
21112026-08-11T21:39:29.879Z Compiling anstyle-parse v0.2.7
21122026-08-11T21:39:30.085Z Compiling hmac v0.12.1
21132026-08-11T21:39:30.125Z Compiling rand_xorshift v0.4.0
21142026-08-11T21:39:30.237Z Compiling curve25519-dalek-derive v0.1.1
21152026-08-11T21:39:30.253Z Compiling sync_wrapper v1.0.2
21162026-08-11T21:39:30.508Z Compiling siphasher v1.0.2
21172026-08-11T21:39:30.662Z Compiling zlib-rs v0.6.2
21182026-08-11T21:39:30.781Z Compiling crc-catalog v2.4.0
21192026-08-11T21:39:30.844Z Compiling nodrop v0.1.14
21202026-08-11T21:39:30.861Z Compiling unarray v0.1.4
21212026-08-11T21:39:30.874Z Compiling crc v3.4.0
21222026-08-11T21:39:30.985Z Compiling proptest v1.11.0
21232026-08-11T21:39:30.999Z Compiling array-init v0.0.4
21242026-08-11T21:39:31.336Z Compiling clap v4.6.1
21252026-08-11T21:39:31.486Z Compiling tower v0.5.3
21262026-08-11T21:39:32.223Z Compiling anstream v0.6.21
21272026-08-11T21:39:32.363Z Compiling smallvec v0.6.14
21282026-08-11T21:39:32.465Z Compiling derive_builder_core v0.20.2
21292026-08-11T21:39:32.566Z Compiling pkcs1 v0.7.5
21302026-08-11T21:39:32.581Z Compiling http-body-util v0.1.3
21312026-08-11T21:39:32.596Z Compiling zerocopy v0.6.6
21322026-08-11T21:39:32.834Z Compiling flate2 v1.1.9
21332026-08-11T21:39:32.903Z Compiling bitfield v0.19.4
21342026-08-11T21:39:32.970Z Compiling snafu-derive v0.8.9
21352026-08-11T21:39:32.970Z Compiling strum_macros v0.26.4
21362026-08-11T21:39:32.974Z Compiling strum_macros v0.27.2
21372026-08-11T21:39:33.109Z Compiling hubpack_derive v0.1.1
21382026-08-11T21:39:33.252Z Compiling env_filter v1.0.0
21392026-08-11T21:39:33.267Z Compiling fs-err v3.3.0
21402026-08-11T21:39:33.336Z Compiling base64 v0.21.7
21412026-08-11T21:39:33.351Z Compiling unicode-properties v0.1.4
21422026-08-11T21:39:33.571Z Compiling hashbrown v0.12.3
21432026-08-11T21:39:33.586Z Compiling iri-string v0.7.10
21442026-08-11T21:39:33.605Z Compiling object v0.37.3
21452026-08-11T21:39:33.881Z Compiling ryu v1.0.23
21462026-08-11T21:39:33.905Z Compiling allocator-api2 v0.2.21
21472026-08-11T21:39:33.969Z Compiling unicode-bidi v0.3.18
21482026-08-11T21:39:34.055Z Compiling unicode-segmentation v1.12.0
21492026-08-11T21:39:34.247Z Compiling serde_urlencoded v0.7.1
21502026-08-11T21:39:34.445Z Compiling stringprep v0.1.5
21512026-08-11T21:39:34.503Z Compiling ron v0.8.1
21522026-08-11T21:39:34.568Z Compiling env_logger v0.11.9
21532026-08-11T21:39:34.639Z Compiling derive_builder_macro v0.20.2
21542026-08-11T21:39:34.657Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21552026-08-11T21:39:34.759Z Compiling tower-http v0.6.8
21562026-08-11T21:39:34.811Z Compiling rsa v0.9.10
21572026-08-11T21:39:34.827Z Compiling newtype-uuid v1.3.2
21582026-08-11T21:39:34.886Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21592026-08-11T21:39:34.926Z Compiling oxnet v0.1.6
21602026-08-11T21:39:34.951Z Compiling serde-hex v0.1.0
21612026-08-11T21:39:35.078Z Compiling hashbrown v0.13.2
21622026-08-11T21:39:35.137Z Compiling tokio-native-tls v0.3.1
21632026-08-11T21:39:35.140Z Compiling bzip2 v0.4.4
21642026-08-11T21:39:35.182Z Compiling usdt-macro v0.6.0
21652026-08-11T21:39:35.256Z Compiling usdt-attr-macro v0.6.0
21662026-08-11T21:39:35.322Z Compiling derive-ex v0.1.8
21672026-08-11T21:39:35.337Z Compiling block-buffer v0.12.1
21682026-08-11T21:39:35.351Z Compiling crypto-common v0.2.2
21692026-08-11T21:39:35.432Z Compiling block-padding v0.4.2
21702026-08-11T21:39:35.599Z Compiling rustls-native-certs v0.8.3
21712026-08-11T21:39:35.883Z Compiling erased-serde v0.3.31
21722026-08-11T21:39:35.913Z Compiling x509-cert v0.2.5
21732026-08-11T21:39:36.040Z Compiling md-5 v0.10.6
21742026-08-11T21:39:36.162Z Compiling bstr v1.12.1
21752026-08-11T21:39:36.186Z Compiling vergen-lib v9.1.0
21762026-08-11T21:39:36.205Z Compiling hash32 v0.2.1
21772026-08-11T21:39:36.328Z Compiling encoding_rs v0.8.35
21782026-08-11T21:39:36.386Z Compiling cpufeatures v0.3.0
21792026-08-11T21:39:36.404Z Compiling mime v0.3.17
21802026-08-11T21:39:36.488Z Compiling fallible-iterator v0.2.0
21812026-08-11T21:39:36.648Z Compiling crc-any v2.5.0
21822026-08-11T21:39:36.667Z Compiling psl-types v2.0.11
21832026-08-11T21:39:36.771Z Compiling publicsuffix v2.3.0
21842026-08-11T21:39:36.792Z Compiling test-strategy v0.4.5
21852026-08-11T21:39:36.807Z Compiling postgres-protocol v0.6.10
21862026-08-11T21:39:37.375Z Compiling inout v0.2.2
21872026-08-11T21:39:37.551Z Compiling object v0.30.4
21882026-08-11T21:39:37.562Z Compiling zip v0.6.6
21892026-08-11T21:39:37.570Z Compiling hyper-tls v0.6.0
21902026-08-11T21:39:37.579Z Compiling daft v0.1.7
21912026-08-11T21:39:37.634Z Compiling derive_builder v0.20.2
21922026-08-11T21:39:37.653Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21932026-08-11T21:39:37.686Z Compiling heck v0.4.1
21942026-08-11T21:39:37.772Z Compiling phf_shared v0.13.1
21952026-08-11T21:39:37.855Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21962026-08-11T21:39:37.861Z Compiling pin-project v1.1.11
21972026-08-11T21:39:37.986Z Compiling toml v0.7.8
21982026-08-11T21:39:38.069Z Compiling serde_with_macros v3.21.0
21992026-08-11T21:39:38.084Z Compiling futures-executor v0.3.32
22002026-08-11T21:39:38.151Z Compiling enum-as-inner v0.6.1
22012026-08-11T21:39:38.294Z Compiling async-recursion v1.1.1
22022026-08-11T21:39:38.329Z Compiling serde_repr v0.1.20
22032026-08-11T21:39:38.401Z Compiling vergen v9.1.0
22042026-08-11T21:39:38.498Z Compiling ff v0.13.1
22052026-08-11T21:39:38.592Z Compiling cargo-platform v0.3.2
22062026-08-11T21:39:38.656Z Compiling foldhash v0.1.5
22072026-08-11T21:39:38.799Z Compiling bitflags v1.3.2
22082026-08-11T21:39:38.802Z Compiling libbz2-rs-sys v0.2.2
22092026-08-11T21:39:38.861Z Compiling path-slash v0.1.5
22102026-08-11T21:39:38.891Z Compiling jiff-core v0.1.0
22112026-08-11T21:39:38.946Z Compiling managed v0.8.0
22122026-08-11T21:39:39.008Z Compiling bumpalo v3.20.2
22132026-08-11T21:39:39.024Z Compiling base16ct v0.2.0
22142026-08-11T21:39:39.122Z Compiling same-file v1.0.6
22152026-08-11T21:39:39.201Z Compiling foldhash v0.2.0
22162026-08-11T21:39:39.272Z Compiling bzip2 v0.6.1
22172026-08-11T21:39:39.286Z Compiling walkdir v2.5.0
22182026-08-11T21:39:39.425Z Compiling hashbrown v0.16.1
22192026-08-11T21:39:39.441Z Compiling zopfli v0.8.3
22202026-08-11T21:39:39.565Z Compiling sec1 v0.7.3
22212026-08-11T21:39:39.659Z Compiling jiff v0.2.34
22222026-08-11T21:39:39.679Z Compiling hashbrown v0.15.5
22232026-08-11T21:39:39.833Z Compiling cargo_metadata v0.23.1
22242026-08-11T21:39:39.875Z Compiling group v0.13.0
22252026-08-11T21:39:39.983Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22262026-08-11T21:39:40.292Z Compiling futures v0.3.32
22272026-08-11T21:39:40.603Z Compiling phf v0.13.1
22282026-08-11T21:39:40.720Z Compiling snafu v0.8.9
22292026-08-11T21:39:40.804Z Compiling reqwest v0.12.28
22302026-08-11T21:39:40.947Z Compiling signal-hook-mio v0.2.5
22312026-08-11T21:39:41.046Z Compiling cipher v0.5.2
22322026-08-11T21:39:41.066Z Compiling cookie_store v0.22.1
22332026-08-11T21:39:41.083Z Compiling postgres-types v0.2.12
22342026-08-11T21:39:41.099Z Compiling zstd v0.13.3
22352026-08-11T21:39:41.133Z Compiling globset v0.4.18
22362026-08-11T21:39:41.201Z Compiling strum v0.27.2
22372026-08-11T21:39:41.354Z Compiling hubpack v0.1.2
22382026-08-11T21:39:41.428Z Compiling phf_shared v0.11.3
22392026-08-11T21:39:41.471Z Compiling hkdf v0.12.4
22402026-08-11T21:39:41.515Z Compiling crossbeam-epoch v0.9.18
22412026-08-11T21:39:41.601Z Compiling ed25519 v2.2.3
22422026-08-11T21:39:41.622Z Compiling byte-wrapper v0.1.0
22432026-08-11T21:39:41.638Z Compiling olpc-cjson v0.1.4
22442026-08-11T21:39:41.883Z Compiling serde_plain v1.0.2
22452026-08-11T21:39:41.888Z Compiling serde-big-array v0.5.1
22462026-08-11T21:39:41.936Z Compiling pem v3.0.6
22472026-08-11T21:39:41.999Z Compiling crypto-bigint v0.5.5
22482026-08-11T21:39:42.155Z Compiling float-cmp v0.10.0
22492026-08-11T21:39:42.171Z Compiling memmap2 v0.9.10
22502026-08-11T21:39:42.247Z Compiling difflib v0.4.0
22512026-08-11T21:39:42.247Z Compiling static_assertions v1.1.0
22522026-08-11T21:39:42.321Z Compiling fixedbitset v0.5.7
22532026-08-11T21:39:42.368Z Compiling new_debug_unreachable v1.0.6
22542026-08-11T21:39:42.383Z Compiling keccak v0.1.6
22552026-08-11T21:39:42.400Z Compiling typed-path v0.9.3
22562026-08-11T21:39:42.416Z Compiling data-encoding v2.10.0
22572026-08-11T21:39:42.452Z Compiling precomputed-hash v0.1.1
22582026-08-11T21:39:42.597Z Compiling predicates-core v1.0.10
22592026-08-11T21:39:42.612Z Compiling fixedbitset v0.4.2
22602026-08-11T21:39:42.701Z Compiling whoami v2.1.0
22612026-08-11T21:39:42.715Z Compiling normalize-line-endings v0.3.0
22622026-08-11T21:39:42.788Z Compiling const-oid v0.10.2
22632026-08-11T21:39:42.860Z Compiling toml_write v0.1.2
22642026-08-11T21:39:42.965Z Compiling digest v0.11.3
22652026-08-11T21:39:43.065Z Compiling toml_edit v0.22.27
22662026-08-11T21:39:43.081Z Compiling tokio-postgres v0.7.16
22672026-08-11T21:39:43.098Z Compiling elliptic-curve v0.13.8
22682026-08-11T21:39:43.117Z Compiling predicates v3.1.4
22692026-08-11T21:39:43.191Z Compiling petgraph v0.6.5
22702026-08-11T21:39:43.206Z Compiling chacha20 v0.10.0
22712026-08-11T21:39:43.222Z Compiling hickory-proto v0.25.2
22722026-08-11T21:39:43.516Z Compiling sha3 v0.10.8
22732026-08-11T21:39:43.585Z Compiling string_cache v0.8.9
22742026-08-11T21:39:43.593Z Compiling petgraph v0.8.3
22752026-08-11T21:39:43.790Z Compiling usdt v0.6.0
22762026-08-11T21:39:43.806Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22772026-08-11T21:39:44.685Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22782026-08-11T21:39:44.768Z Compiling zip v4.6.1
22792026-08-11T21:39:45.285Z Compiling ed25519-dalek v2.2.0
22802026-08-11T21:39:45.598Z Compiling crossterm v0.28.1
22812026-08-11T21:39:45.879Z Compiling iddqd v0.4.2
22822026-08-11T21:39:46.000Z Compiling serde_with v3.21.0
22832026-08-11T21:39:46.281Z Compiling similar v2.7.0
22842026-08-11T21:39:46.558Z Compiling strum v0.26.3
22852026-08-11T21:39:46.865Z Compiling tokio-stream v0.1.18
22862026-08-11T21:39:46.976Z Compiling buf-list v1.1.2
22872026-08-11T21:39:47.013Z Compiling itertools v0.13.0
22882026-08-11T21:39:47.051Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22892026-08-11T21:39:47.243Z Compiling openapiv3 v2.2.0
22902026-08-11T21:39:47.781Z Compiling peg-runtime v0.8.5
22912026-08-11T21:39:48.059Z Compiling lalrpop-util v0.19.12
22922026-08-11T21:40:04.548Z Compiling rustls-webpki v0.103.13
22932026-08-11T21:40:07.943Z Compiling tokio-rustls v0.26.4
22942026-08-11T21:40:07.961Z Compiling rustls-platform-verifier v0.6.2
22952026-08-11T21:40:08.032Z Compiling tough v0.22.0
22962026-08-11T21:40:08.172Z Compiling hyper-rustls v0.27.7
22972026-08-11T21:40:08.226Z Compiling macaddr v1.0.1
22982026-08-11T21:40:08.486Z Compiling reqwest v0.13.2
22992026-08-11T21:40:08.521Z Compiling rayon-core v1.13.0
23002026-08-11T21:40:08.547Z Compiling crucible-workspace-hack v0.1.0
23012026-08-11T21:40:08.622Z Compiling secrecy v0.10.3
23022026-08-11T21:40:08.674Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23032026-08-11T21:40:08.695Z Compiling toml_datetime v0.7.5+spec-1.1.0
23042026-08-11T21:40:08.750Z Compiling heapless v0.8.0
23052026-08-11T21:40:08.781Z Compiling crossbeam-deque v0.8.6
23062026-08-11T21:40:08.815Z Compiling ingot-macros v0.2.0
23072026-08-11T21:40:08.889Z Compiling toml_edit v0.23.10+spec-1.0.0
23082026-08-11T21:40:08.935Z Compiling inout v0.1.4
23092026-08-11T21:40:09.039Z Compiling hash32 v0.3.1
23102026-08-11T21:40:09.088Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23112026-08-11T21:40:09.114Z Compiling multer v3.1.0
23122026-08-11T21:40:09.224Z Compiling thread_local v1.1.9
23132026-08-11T21:40:09.240Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23142026-08-11T21:40:09.256Z Compiling match_cfg v0.1.0
23152026-08-11T21:40:09.271Z Compiling unicode-width v0.2.0
23162026-08-11T21:40:09.320Z Compiling compression-core v0.4.31
23172026-08-11T21:40:09.346Z Compiling slog-async v2.8.0
23182026-08-11T21:40:09.476Z Compiling smoltcp v0.11.0
23192026-08-11T21:40:09.528Z Compiling compression-codecs v0.4.37
23202026-08-11T21:40:09.547Z Compiling proc-macro-crate v3.4.0
23212026-08-11T21:40:09.605Z Compiling hostname v0.3.1
23222026-08-11T21:40:09.621Z Compiling cipher v0.4.4
23232026-08-11T21:40:09.786Z Compiling atomicwrites v0.4.4
23242026-08-11T21:40:09.828Z Compiling slog-json v2.6.1
23252026-08-11T21:40:09.836Z Compiling crossbeam-channel v0.5.15
23262026-08-11T21:40:09.890Z Compiling half v2.7.1
23272026-08-11T21:40:09.909Z Compiling newtype-uuid-macros v0.1.0
23282026-08-11T21:40:09.983Z Compiling cobs v0.3.0
23292026-08-11T21:40:10.076Z Compiling universal-hash v0.5.1
23302026-08-11T21:40:10.092Z Compiling async-stream-impl v0.3.6
23312026-08-11T21:40:10.140Z Compiling thiserror-impl-no-std v2.0.2
23322026-08-11T21:40:10.252Z Compiling toml_datetime v1.1.1+spec-1.1.0
23332026-08-11T21:40:10.267Z Compiling serde_spanned v1.1.1
23342026-08-11T21:40:10.284Z Compiling is-terminal v0.4.17
23352026-08-11T21:40:10.396Z Compiling proc-macro-error-attr v1.0.4
23362026-08-11T21:40:10.436Z Compiling dropshot v0.17.1
23372026-08-11T21:40:10.613Z Compiling take_mut v0.2.2
23382026-08-11T21:40:10.617Z Compiling convert_case v0.4.0
23392026-08-11T21:40:10.654Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-08-11T21:40:10.668Z Compiling opaque-debug v0.3.1
23412026-08-11T21:40:10.685Z Compiling term v1.2.1
23422026-08-11T21:40:10.685Z Compiling toml_writer v1.1.1+spec-1.1.0
23432026-08-11T21:40:10.746Z Compiling ciborium-io v0.2.2
23442026-08-11T21:40:10.826Z Compiling poly1305 v0.8.0
23452026-08-11T21:40:10.872Z Compiling ciborium-ll v0.2.2
23462026-08-11T21:40:10.894Z Compiling toml v1.1.2+spec-1.1.0
23472026-08-11T21:40:10.948Z Compiling derive_more v0.99.20
23482026-08-11T21:40:10.982Z Compiling async-stream v0.3.6
23492026-08-11T21:40:11.150Z Compiling slog-term v2.9.2
23502026-08-11T21:40:11.166Z Compiling thiserror-no-std v2.0.2
23512026-08-11T21:40:11.210Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23522026-08-11T21:40:11.281Z Compiling postcard v1.1.3
23532026-08-11T21:40:11.394Z Compiling ingot-types v0.2.0
23542026-08-11T21:40:11.475Z Compiling slog-bunyan v2.5.0
23552026-08-11T21:40:11.582Z Compiling num_enum_derive v0.7.6
23562026-08-11T21:40:11.675Z Compiling chacha20 v0.9.1
23572026-08-11T21:40:11.691Z Compiling async-compression v0.4.41
23582026-08-11T21:40:11.749Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23592026-08-11T21:40:11.865Z Compiling ingot v0.2.1
23602026-08-11T21:40:12.075Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23612026-08-11T21:40:12.126Z Compiling sha1 v0.11.0
23622026-08-11T21:40:12.170Z Compiling parse-display-derive v0.10.0
23632026-08-11T21:40:12.416Z Compiling proc-macro-crate v1.3.1
23642026-08-11T21:40:12.470Z Compiling waitgroup v0.1.2
23652026-08-11T21:40:12.535Z Compiling backon v1.6.0
23662026-08-11T21:40:12.584Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23672026-08-11T21:40:12.675Z Compiling rustls-pemfile v2.2.0
23682026-08-11T21:40:12.722Z Compiling dropshot_endpoint v0.17.1
23692026-08-11T21:40:12.784Z Compiling password-hash v0.5.0
23702026-08-11T21:40:12.800Z Compiling blake2 v0.10.6
23712026-08-11T21:40:12.981Z Compiling aead v0.5.2
23722026-08-11T21:40:13.116Z Compiling foreign-types-macros v0.2.3
23732026-08-11T21:40:13.158Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23742026-08-11T21:40:13.192Z Compiling serde_path_to_error v0.1.20
23752026-08-11T21:40:13.260Z Compiling hostname v0.4.2
23762026-08-11T21:40:13.341Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23772026-08-11T21:40:13.442Z Compiling proc-macro-error v1.0.4
23782026-08-11T21:40:13.554Z Compiling instant v0.1.13
23792026-08-11T21:40:13.578Z Compiling foreign-types-shared v0.3.1
23802026-08-11T21:40:13.659Z Compiling debug-ignore v1.0.5
23812026-08-11T21:40:13.662Z Compiling backoff v0.4.0
23822026-08-11T21:40:13.689Z Compiling parse-display v0.10.0
23832026-08-11T21:40:13.707Z Compiling chacha20poly1305 v0.10.1
23842026-08-11T21:40:13.739Z Compiling foreign-types v0.5.0
23852026-08-11T21:40:13.770Z Compiling argon2 v0.5.3
23862026-08-11T21:40:13.786Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23872026-08-11T21:40:13.802Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23882026-08-11T21:40:13.825Z Compiling num_enum_derive v0.5.11
23892026-08-11T21:40:13.848Z Compiling num_enum v0.7.6
23902026-08-11T21:40:13.893Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23912026-08-11T21:40:14.002Z Compiling vsss-rs v3.3.4
23922026-08-11T21:40:14.112Z Compiling ciborium v0.2.2
23932026-08-11T21:40:14.297Z Compiling tabwriter v1.4.1
23942026-08-11T21:40:14.317Z Compiling regress v0.10.5
23952026-08-11T21:40:14.370Z Compiling itertools v0.14.0
23962026-08-11T21:40:14.409Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23972026-08-11T21:40:14.507Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23982026-08-11T21:40:14.605Z Compiling cstr-argument v0.1.2
23992026-08-11T21:40:14.672Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24002026-08-11T21:40:14.769Z Compiling humantime v2.3.0
24012026-08-11T21:40:14.784Z Compiling num_enum v0.5.11
24022026-08-11T21:40:14.799Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24032026-08-11T21:40:14.922Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24042026-08-11T21:40:14.955Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24052026-08-11T21:40:14.969Z Compiling rayon v1.11.0
24062026-08-11T21:40:15.007Z Compiling rand v0.10.1
24072026-08-11T21:40:15.023Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24082026-08-11T21:40:15.100Z Compiling libefi-sys v0.1.0
24092026-08-11T21:40:15.115Z Compiling indent_write v2.2.0
24102026-08-11T21:40:15.169Z Compiling colored v3.1.1
24112026-08-11T21:40:15.184Z Compiling zone_cfg_derive v0.3.1
24122026-08-11T21:40:15.198Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24132026-08-11T21:40:15.217Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24142026-08-11T21:40:15.276Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24152026-08-11T21:40:15.333Z Compiling camino-tempfile v1.4.1
24162026-08-11T21:40:15.381Z Compiling itertools v0.12.1
24172026-08-11T21:40:15.491Z Compiling usdt-macro v0.5.0
24182026-08-11T21:40:15.519Z Compiling usdt-attr-macro v0.5.0
24192026-08-11T21:40:15.533Z Compiling bitfield-struct v0.6.2
24202026-08-11T21:40:15.740Z Compiling num-derive v0.4.2
24212026-08-11T21:40:15.756Z Compiling blake3 v1.8.5
24222026-08-11T21:40:15.777Z Compiling sigpipe v0.1.3
24232026-08-11T21:40:15.794Z Compiling memmap v0.7.0
24242026-08-11T21:40:15.810Z Compiling swrite v0.1.0
24252026-08-11T21:40:15.887Z Compiling glob v0.3.3
24262026-08-11T21:40:15.891Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24272026-08-11T21:40:15.932Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24282026-08-11T21:40:16.039Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24292026-08-11T21:40:16.187Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24302026-08-11T21:40:16.221Z Compiling smf v0.2.3
24312026-08-11T21:40:16.238Z Compiling filetime v0.2.27
24322026-08-11T21:40:16.288Z Compiling usdt v0.5.0
24332026-08-11T21:40:16.381Z Compiling xattr v1.6.1
24342026-08-11T21:40:16.456Z Compiling constant_time_eq v0.4.2
24352026-08-11T21:40:16.504Z Compiling arrayvec v0.7.6
24362026-08-11T21:40:16.587Z Compiling whoami v1.6.1
24372026-08-11T21:40:16.627Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24382026-08-11T21:40:16.643Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24392026-08-11T21:40:16.696Z Compiling arrayref v0.3.9
24402026-08-11T21:40:16.705Z Compiling tar v0.4.46
24412026-08-11T21:40:16.724Z Compiling zone v0.3.1
24422026-08-11T21:40:16.752Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24432026-08-11T21:40:16.802Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24442026-08-11T21:40:16.850Z Compiling tokio-dtrace v0.1.1
24452026-08-11T21:40:16.925Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24462026-08-11T21:40:17.067Z Compiling console v0.16.2
24472026-08-11T21:40:17.168Z Compiling gethostname v0.5.0
24482026-08-11T21:40:17.200Z Compiling unit-prefix v0.5.2
24492026-08-11T21:40:17.319Z Compiling topological-sort v0.2.2
24502026-08-11T21:40:17.335Z Compiling oxide-tokio-rt v0.1.4
24512026-08-11T21:40:17.365Z Compiling toml v0.8.23
24522026-08-11T21:40:17.380Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24532026-08-11T21:40:17.383Z Compiling shell-words v1.1.1
24542026-08-11T21:40:17.469Z Compiling indicatif v0.18.4
24552026-08-11T21:40:26.969Z Compiling progenitor-client v0.14.0
24562026-08-11T21:40:26.969Z Compiling omicron-zone-package v0.12.3
24572026-08-11T21:40:27.219Z Compiling progenitor-extras v0.2.0
24582026-08-11T21:40:27.510Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24592026-08-11T21:40:27.621Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-08-11T21:40:27.658Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24612026-08-11T21:40:27.708Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24622026-08-11T21:40:27.747Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24632026-08-11T21:40:27.770Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24642026-08-11T21:40:27.828Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24652026-08-11T21:40:28.043Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24662026-08-11T21:40:28.887Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24672026-08-11T21:40:32.550Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24682026-08-11T21:40:40.635Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24692026-08-11T21:40:43.871Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24702026-08-11T21:40:44.942Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24712026-08-11T21:40:54.407Z Finished `release` profile [optimized] target(s) in 1m 44s
24722026-08-11T21:40:54.554Z Running `target/release/omicron-package -t test target create -p dev`
24732026-08-11T21:40:54.615ZLogging to: /work/oxidecomputer/omicron/out/LOG
24742026-08-11T21:40:54.618ZCreated new build target 'test' and set it as active
24752026-08-11T21:40:54.621Z
24762026-08-11T21:40:54.621Zreal 1:44.353740973
24772026-08-11T21:40:54.621Zuser 17:18.277651730
24782026-08-11T21:40:54.621Zsys 2:39.336257575
24792026-08-11T21:40:54.621Ztrap 0.488244096
24802026-08-11T21:40:54.621Ztflt 2.131154986
24812026-08-11T21:40:54.621Zdflt 4.725738749
24822026-08-11T21:40:54.621Zkflt 0.000488730
24832026-08-11T21:40:54.621Zlock 56:22.368179531
24842026-08-11T21:40:54.621Zslp 44:10.874303296
24852026-08-11T21:40:54.621Zlat 46.355455203
24862026-08-11T21:40:54.621Zstop 5:53.430936928
24872026-08-11T21:40:54.621Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24882026-08-11T21:40:55.513Z Finished `release` profile [optimized] target(s) in 0.88s
24892026-08-11T21:40:55.594Z Running `target/release/omicron-package -t test package`
24902026-08-11T21:40:55.653ZLogging to: /work/oxidecomputer/omicron/out/LOG
24912026-08-11T21:40:57.073Z Compiling heck v0.5.0
24922026-08-11T21:40:57.073Z Compiling regress v0.11.1
24932026-08-11T21:40:57.291Z Compiling unsafe-libyaml v0.2.11
24942026-08-11T21:40:57.321Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24952026-08-11T21:40:57.346Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24962026-08-11T21:40:57.368Z Compiling derive-where v1.6.0
24972026-08-11T21:40:57.368Z Compiling bytecount v0.6.9
24982026-08-11T21:40:57.403Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-08-11T21:40:57.406Z Compiling atomicwrites v0.4.4
25002026-08-11T21:40:57.406Z Compiling is-terminal v0.4.17
25012026-08-11T21:40:57.406Z Compiling prettyplease v0.2.37
25022026-08-11T21:40:57.406Z Compiling console v0.15.11
25032026-08-11T21:40:57.406Z Compiling newline-converter v0.3.0
25042026-08-11T21:40:57.463Z Compiling slog-dtrace v0.3.0
25052026-08-11T21:40:57.520Z Compiling resolv-conf v0.7.6
25062026-08-11T21:40:57.563Z Compiling num-rational v0.4.2
25072026-08-11T21:40:57.586Z Compiling num-complex v0.4.6
25082026-08-11T21:40:57.609Z Compiling thread_local v1.1.9
25092026-08-11T21:40:57.630Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25102026-08-11T21:40:57.634Z Compiling cancel-safe-futures v0.1.5
25112026-08-11T21:40:57.702Z Compiling unicode-width v0.1.14
25122026-08-11T21:40:57.794Z Compiling serde_yaml v0.9.34+deprecated
25132026-08-11T21:40:57.878Z Compiling expectorate v1.2.0
25142026-08-11T21:40:57.952Z Compiling match_cfg v0.1.0
25152026-08-11T21:40:58.043Z Compiling compression-core v0.4.31
25162026-08-11T21:40:58.063Z Compiling hostname v0.3.1
25172026-08-11T21:40:58.085Z Compiling num v0.4.3
25182026-08-11T21:40:58.133Z Compiling slog-async v2.8.0
25192026-08-11T21:40:58.156Z Compiling multer v3.1.0
25202026-08-11T21:40:58.178Z Compiling crossbeam-channel v0.5.15
25212026-08-11T21:40:58.202Z Compiling compression-codecs v0.4.37
25222026-08-11T21:40:58.205Z Compiling slog-json v2.6.1
25232026-08-11T21:40:58.247Z Compiling serde_spanned v1.1.1
25242026-08-11T21:40:58.247Z Compiling toml_datetime v1.1.1+spec-1.1.0
25252026-08-11T21:40:58.250Z Compiling linked-hash-map v0.5.6
25262026-08-11T21:40:58.425Z Compiling toml_writer v1.1.1+spec-1.1.0
25272026-08-11T21:40:58.456Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25282026-08-11T21:40:58.478Z Compiling term v1.2.1
25292026-08-11T21:40:58.511Z Compiling take_mut v0.2.2
25302026-08-11T21:40:58.555Z Compiling oxide-update-engine-types v0.1.2
25312026-08-11T21:40:58.577Z Compiling float-ord v0.3.2
25322026-08-11T21:40:58.601Z Compiling lru-cache v0.1.2
25332026-08-11T21:40:58.604Z Compiling slog-bunyan v2.5.0
25342026-08-11T21:40:58.648Z Compiling toml v1.1.2+spec-1.1.0
25352026-08-11T21:40:58.669Z Compiling async-compression v0.4.41
25362026-08-11T21:40:58.711Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25372026-08-11T21:40:58.795Z Compiling slog-term v2.9.2
25382026-08-11T21:40:58.972Z Compiling typify-impl v0.6.2
25392026-08-11T21:40:59.017Z Compiling dropshot v0.17.1
25402026-08-11T21:40:59.079Z Compiling async-stream v0.3.6
25412026-08-11T21:40:59.083Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25422026-08-11T21:40:59.138Z Compiling progenitor-client v0.14.0
25432026-08-11T21:40:59.159Z Compiling sha1 v0.11.0
25442026-08-11T21:40:59.253Z Compiling waitgroup v0.1.2
25452026-08-11T21:40:59.275Z Compiling rustls-pemfile v2.2.0
25462026-08-11T21:40:59.299Z Compiling backon v1.6.0
25472026-08-11T21:40:59.382Z Compiling serde_path_to_error v0.1.20
25482026-08-11T21:40:59.413Z Compiling hostname v0.4.2
25492026-08-11T21:40:59.435Z Compiling instant v0.1.13
25502026-08-11T21:40:59.458Z Compiling linear-map v1.2.0
25512026-08-11T21:40:59.486Z Compiling minimal-lexical v0.2.1
25522026-08-11T21:40:59.532Z Compiling debug-ignore v1.0.5
25532026-08-11T21:40:59.575Z Compiling backoff v0.4.0
25542026-08-11T21:40:59.596Z Compiling progenitor-extras v0.2.0
25552026-08-11T21:40:59.701Z Compiling nom v7.1.3
25562026-08-11T21:40:59.722Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25572026-08-11T21:40:59.762Z Compiling oxide-update-engine v0.1.2
25582026-08-11T21:40:59.783Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25592026-08-11T21:40:59.786Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25602026-08-11T21:40:59.824Z Compiling parse-display v0.10.0
25612026-08-11T21:40:59.867Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25622026-08-11T21:40:59.996Z Compiling hickory-proto v0.24.4
25632026-08-11T21:41:00.350Z Compiling regress v0.10.5
25642026-08-11T21:41:00.517Z Compiling itertools v0.14.0
25652026-08-11T21:41:01.040Z Compiling macaddr v1.0.1
25662026-08-11T21:41:01.077Z Compiling unicode-xid v0.2.6
25672026-08-11T21:41:01.099Z Compiling humantime v2.3.0
25682026-08-11T21:41:01.288Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25692026-08-11T21:41:01.362Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25702026-08-11T21:41:01.461Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25712026-08-11T21:41:01.661Z Compiling convert_case v0.10.0
25722026-08-11T21:41:01.700Z Compiling owo-colors v4.3.0
25732026-08-11T21:41:01.779Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25742026-08-11T21:41:01.814Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25752026-08-11T21:41:01.947Z Compiling derive_more-impl v2.1.1
25762026-08-11T21:41:02.061Z Compiling toml v0.8.23
25772026-08-11T21:41:02.323Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25782026-08-11T21:41:02.400Z Compiling typify-macro v0.6.2
25792026-08-11T21:41:02.491Z Compiling papergrid v0.11.0
25802026-08-11T21:41:02.514Z Compiling hickory-resolver v0.24.4
25812026-08-11T21:41:02.635Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25822026-08-11T21:41:02.717Z Compiling derive_more v2.1.1
25832026-08-11T21:41:02.850Z Compiling tabled_derive v0.7.0
25842026-08-11T21:41:03.028Z Compiling termtree v0.5.1
25852026-08-11T21:41:03.230Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25862026-08-11T21:41:03.258Z Compiling crossterm v0.29.0
25872026-08-11T21:41:03.664Z Compiling phf_shared v0.12.1
25882026-08-11T21:41:03.743Z Compiling qorb v0.4.1
25892026-08-11T21:41:03.925Z Compiling tabled v0.15.0
25902026-08-11T21:41:03.976Z Compiling typify v0.6.2
25912026-08-11T21:41:04.277Z Compiling progenitor-impl v0.14.0
25922026-08-11T21:41:04.751Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25932026-08-11T21:41:05.279Z Compiling vte v0.14.1
25942026-08-11T21:41:05.539Z Compiling csv-core v0.1.13
25952026-08-11T21:41:05.959Z Compiling highway v1.3.0
25962026-08-11T21:41:06.394Z Compiling progenitor-macro v0.14.0
25972026-08-11T21:41:06.660Z Compiling chrono-tz v0.10.4
25982026-08-11T21:41:06.913Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25992026-08-11T21:41:07.174Z Compiling csv v1.4.0
26002026-08-11T21:41:07.731Z Compiling strip-ansi-escapes v0.2.1
26012026-08-11T21:41:07.807Z Compiling phf v0.12.1
26022026-08-11T21:41:08.011Z Compiling const_format_proc_macros v0.2.34
26032026-08-11T21:41:08.130Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26042026-08-11T21:41:08.295Z Compiling fd-lock v4.0.4
26052026-08-11T21:41:08.316Z Compiling peg-macros v0.8.5
26062026-08-11T21:41:08.467Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26072026-08-11T21:41:08.614Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26082026-08-11T21:41:08.742Z Compiling nu-ansi-term v0.50.3
26092026-08-11T21:41:08.787Z Compiling const_format v0.2.35
26102026-08-11T21:41:09.013Z Compiling reedline v0.40.0
26112026-08-11T21:41:09.541Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26122026-08-11T21:41:09.590Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26132026-08-11T21:41:10.533Z Compiling progenitor v0.14.0
26142026-08-11T21:41:10.726Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26152026-08-11T21:41:10.748Z Compiling peg v0.8.5
26162026-08-11T21:41:10.837Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26172026-08-11T21:41:10.857Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26182026-08-11T21:41:10.978Z Compiling bcs v0.1.6
26192026-08-11T21:41:11.424Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26202026-08-11T21:41:11.725Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26212026-08-11T21:41:11.868Z Compiling nom v8.0.0
26222026-08-11T21:41:12.323Z Compiling semver v0.1.20
26232026-08-11T21:41:12.619Z Compiling rustc_version v0.1.7
26242026-08-11T21:41:12.885Z Compiling newtype_derive v0.1.6
26252026-08-11T21:41:13.004Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26262026-08-11T21:41:13.040Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26272026-08-11T21:41:13.147Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26282026-08-11T21:41:13.272Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26292026-08-11T21:41:13.373Z Compiling smawk v0.3.2
26302026-08-11T21:41:13.401Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26312026-08-11T21:41:13.572Z Compiling unicode-linebreak v0.1.5
26322026-08-11T21:41:13.928Z Compiling textwrap v0.16.2
26332026-08-11T21:41:14.245Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26342026-08-11T21:41:14.330Z Compiling steno v0.4.1
26352026-08-11T21:41:14.583Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26362026-08-11T21:41:15.234Z Compiling dropshot-api-manager-types v0.7.2
26372026-08-11T21:41:15.445Z Compiling sha1 v0.10.6
26382026-08-11T21:41:15.811Z Compiling utf-8 v0.7.6
26392026-08-11T21:41:15.904Z Compiling tagptr v0.2.0
26402026-08-11T21:41:16.049Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26412026-08-11T21:41:16.071Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26422026-08-11T21:41:16.096Z Compiling moka v0.12.13
26432026-08-11T21:41:16.240Z Compiling tungstenite v0.21.0
26442026-08-11T21:41:16.327Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26452026-08-11T21:41:16.452Z Compiling darling_core v0.21.3
26462026-08-11T21:41:16.500Z Compiling display-error-chain v0.2.2
26472026-08-11T21:41:16.675Z Compiling libscf-sys v1.2.0
26482026-08-11T21:41:16.847Z Compiling tokio-tungstenite v0.21.0
26492026-08-11T21:41:17.233Z Compiling hickory-resolver v0.25.2
26502026-08-11T21:41:17.377Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26512026-08-11T21:41:18.311Z Compiling vergen-lib v0.1.6
26522026-08-11T21:41:18.538Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26532026-08-11T21:41:18.654Z Compiling darling_macro v0.21.3
26542026-08-11T21:41:18.989Z Compiling diesel_derives v2.3.7
26552026-08-11T21:41:19.182Z Compiling darling v0.21.3
26562026-08-11T21:41:19.227Z Compiling scheduled-thread-pool v0.2.7
26572026-08-11T21:41:19.251Z Compiling vergen-gitcl v1.0.8
26582026-08-11T21:41:19.274Z Compiling dsl_auto_type v0.2.0
26592026-08-11T21:41:19.294Z Compiling diesel_table_macro_syntax v0.3.0
26602026-08-11T21:41:19.481Z Compiling dirs-sys-next v0.1.2
26612026-08-11T21:41:19.511Z Compiling maplit v1.0.2
26622026-08-11T21:41:19.559Z Compiling glob v0.3.3
26632026-08-11T21:41:19.581Z Compiling crunchy v0.2.4
26642026-08-11T21:41:19.675Z Compiling dirs-next v2.0.0
26652026-08-11T21:41:19.755Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26662026-08-11T21:41:19.824Z Compiling r2d2 v0.8.10
26672026-08-11T21:41:19.917Z Compiling clang-sys v1.8.1
26682026-08-11T21:41:19.942Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26692026-08-11T21:41:20.098Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26702026-08-11T21:41:20.155Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26712026-08-11T21:41:20.287Z Compiling papergrid v0.18.0
26722026-08-11T21:41:20.310Z Compiling tiny-keccak v2.0.2
26732026-08-11T21:41:20.521Z Compiling downcast-rs v2.0.2
26742026-08-11T21:41:20.796Z Compiling term v0.7.0
26752026-08-11T21:41:21.179Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26762026-08-11T21:41:21.307Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26772026-08-11T21:41:21.533Z Compiling tabled v0.21.0
26782026-08-11T21:41:22.099Z Compiling bit-vec v0.6.3
26792026-08-11T21:41:22.253Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26802026-08-11T21:41:22.341Z Compiling bit-set v0.5.3
26812026-08-11T21:41:22.549Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26822026-08-11T21:41:22.571Z Compiling ascii-canvas v3.0.0
26832026-08-11T21:41:22.761Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26842026-08-11T21:41:22.826Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26852026-08-11T21:41:22.857Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-08-11T21:41:23.071Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26872026-08-11T21:41:23.097Z Compiling itertools v0.10.5
26882026-08-11T21:41:23.244Z Compiling ena v0.14.4
26892026-08-11T21:41:23.455Z Compiling libloading v0.8.9
26902026-08-11T21:41:23.495Z Compiling bindgen v0.71.1
26912026-08-11T21:41:23.650Z Compiling xshell-macros v0.2.7
26922026-08-11T21:41:23.767Z Compiling regex-syntax v0.6.29
26932026-08-11T21:41:23.978Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26942026-08-11T21:41:24.034Z Compiling diff v0.1.13
26952026-08-11T21:41:24.054Z Compiling unicase v2.9.0
26962026-08-11T21:41:24.196Z Compiling xshell v0.2.7
26972026-08-11T21:41:24.406Z Compiling diesel v2.3.7
26982026-08-11T21:41:25.053Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26992026-08-11T21:41:25.436Z Compiling lalrpop v0.19.12
27002026-08-11T21:41:25.617Z Compiling cexpr v0.6.0
27012026-08-11T21:41:25.852Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27022026-08-11T21:41:25.953Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27032026-08-11T21:41:26.094Z Compiling crc8 v0.1.1
27042026-08-11T21:41:26.238Z Compiling rustc-hash v2.1.1
27052026-08-11T21:41:26.453Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27062026-08-11T21:41:26.477Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27072026-08-11T21:41:26.567Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27082026-08-11T21:41:26.761Z Compiling headers-core v0.3.0
27092026-08-11T21:41:26.918Z Compiling libxml v0.3.3
27102026-08-11T21:41:27.064Z Compiling headers v0.4.1
27112026-08-11T21:41:27.214Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27122026-08-11T21:41:27.244Z Compiling strum_macros v0.24.3
27132026-08-11T21:41:27.431Z Compiling indoc v1.0.9
27142026-08-11T21:41:27.688Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27152026-08-11T21:41:27.867Z Compiling derive_builder v0.20.2
27162026-08-11T21:41:27.939Z Compiling oso-derive v0.27.3
27172026-08-11T21:41:28.036Z Compiling quick-xml v0.37.5
27182026-08-11T21:41:28.453Z Compiling impl-trait-for-tuples v0.2.3
27192026-08-11T21:41:28.474Z Compiling openssl-probe v0.1.6
27202026-08-11T21:41:28.712Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27212026-08-11T21:41:28.774Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27222026-08-11T21:41:29.233Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27232026-08-11T21:41:29.426Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27242026-08-11T21:41:29.448Z Compiling bb8 v0.8.6
27252026-08-11T21:41:29.470Z Compiling trait-variant v0.1.2
27262026-08-11T21:41:29.498Z Compiling half v1.8.3
27272026-08-11T21:41:29.605Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27282026-08-11T21:41:29.767Z Compiling serde_cbor v0.11.2
27292026-08-11T21:41:29.825Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27302026-08-11T21:41:29.933Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27312026-08-11T21:41:30.003Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27322026-08-11T21:41:30.073Z Compiling progenitor-impl v0.13.0
27332026-08-11T21:41:30.683Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27342026-08-11T21:41:30.687Z Compiling nonempty v0.12.0
27352026-08-11T21:41:30.799Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27362026-08-11T21:41:30.941Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27372026-08-11T21:41:30.984Z Compiling samael v0.0.19
27382026-08-11T21:41:31.225Z Compiling progenitor-client v0.13.0
27392026-08-11T21:41:31.734Z Compiling fxhash v0.2.1
27402026-08-11T21:41:31.950Z Compiling libz-sys v1.1.24
27412026-08-11T21:41:32.132Z Compiling salty v0.3.0
27422026-08-11T21:41:32.205Z Compiling progenitor-macro v0.13.0
27432026-08-11T21:41:32.430Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27442026-08-11T21:41:32.451Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27452026-08-11T21:41:32.525Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27462026-08-11T21:41:32.820Z Compiling kstat-rs v0.2.5
27472026-08-11T21:41:32.847Z Compiling polar-core v0.27.3
27482026-08-11T21:41:33.521Z Compiling mime_guess v2.0.5
27492026-08-11T21:41:34.070Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27502026-08-11T21:41:34.719Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27512026-08-11T21:41:35.619Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27522026-08-11T21:41:35.818Z Compiling rfc6979 v0.4.0
27532026-08-11T21:41:36.000Z Compiling nanorand v0.7.0
27542026-08-11T21:41:36.093Z Compiling libgit2-sys v0.18.3+1.9.2
27552026-08-11T21:41:36.322Z Compiling parking_lot_core v0.8.6
27562026-08-11T21:41:36.359Z Compiling progenitor v0.13.0
27572026-08-11T21:41:36.380Z Compiling flume v0.11.1
27582026-08-11T21:41:36.554Z Compiling ecdsa v0.16.9
27592026-08-11T21:41:36.623Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27602026-08-11T21:41:36.953Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27612026-08-11T21:41:36.985Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27622026-08-11T21:41:37.197Z Compiling primeorder v0.13.6
27632026-08-11T21:41:37.513Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27642026-08-11T21:41:38.150Z Compiling git-stub v1.0.0
27652026-08-11T21:41:38.347Z Compiling strsim v0.10.0
27662026-08-11T21:41:38.418Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27672026-08-11T21:41:38.641Z Compiling http-range v0.1.5
27682026-08-11T21:41:38.662Z Compiling instability v0.3.11
27692026-08-11T21:41:38.957Z Compiling darling_core v0.13.4
27702026-08-11T21:41:38.977Z Compiling git-stub-vcs v0.1.0
27712026-08-11T21:41:39.332Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27722026-08-11T21:41:39.959Z Compiling p384 v0.13.1
27732026-08-11T21:41:40.602Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27742026-08-11T21:41:40.994Z Compiling ignore v0.4.25
27752026-08-11T21:41:41.184Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27762026-08-11T21:41:41.440Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27772026-08-11T21:41:42.862Z Compiling oso v0.27.3
27782026-08-11T21:41:44.084Z Compiling diesel-dtrace v0.5.0
27792026-08-11T21:41:44.410Z Compiling async-bb8-diesel v0.2.1
27802026-08-11T21:41:44.839Z Compiling vergen-git2 v9.1.0
27812026-08-11T21:41:44.965Z Compiling castaway v0.2.4
27822026-08-11T21:41:45.026Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27832026-08-11T21:41:45.058Z Compiling indoc v2.0.7
27842026-08-11T21:41:45.149Z Compiling compact_str v0.8.1
27852026-08-11T21:41:45.341Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27862026-08-11T21:41:45.889Z Compiling globwalk v0.9.1
27872026-08-11T21:41:46.188Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27882026-08-11T21:41:46.269Z Compiling parking_lot v0.11.2
27892026-08-11T21:41:46.315Z Compiling hyper-staticfile v0.10.1
27902026-08-11T21:41:46.521Z Compiling darling_macro v0.13.4
27912026-08-11T21:41:46.664Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27922026-08-11T21:41:47.018Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27932026-08-11T21:41:47.395Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27942026-08-11T21:41:47.447Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27952026-08-11T21:41:47.469Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-08-11T21:41:47.501Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27972026-08-11T21:41:48.042Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27982026-08-11T21:41:48.173Z Compiling predicates-tree v1.0.13
27992026-08-11T21:41:48.585Z Compiling unicode-truncate v1.1.0
28002026-08-11T21:41:48.796Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28012026-08-11T21:41:49.029Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28022026-08-11T21:41:49.052Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28032026-08-11T21:41:49.406Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28042026-08-11T21:41:49.454Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28052026-08-11T21:41:49.543Z Compiling digest-io v0.1.0
28062026-08-11T21:41:49.714Z Compiling lru v0.12.5
28072026-08-11T21:41:49.888Z Compiling sha2 v0.11.0
28082026-08-11T21:41:49.941Z Compiling prefix-trie v0.7.0
28092026-08-11T21:41:50.389Z Compiling rand_seeder v0.4.0
28102026-08-11T21:41:50.432Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28112026-08-11T21:41:50.537Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28122026-08-11T21:41:50.646Z Compiling illumos-nvpair-sys v0.2.0
28132026-08-11T21:41:50.777Z Compiling rawzip v0.4.4
28142026-08-11T21:41:50.883Z Compiling cassowary v0.3.0
28152026-08-11T21:41:50.905Z Compiling corncobs v0.1.4
28162026-08-11T21:41:51.145Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28172026-08-11T21:41:51.432Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28182026-08-11T21:41:51.815Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28192026-08-11T21:41:51.838Z Compiling ratatui v0.29.0
28202026-08-11T21:41:52.470Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28212026-08-11T21:41:52.677Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28222026-08-11T21:41:53.503Z Compiling hickory-server v0.25.2
28232026-08-11T21:41:53.668Z Compiling camino-tempfile-ext v0.3.3
28242026-08-11T21:41:54.232Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28252026-08-11T21:41:55.822Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28262026-08-11T21:41:56.506Z Compiling darling v0.13.4
28272026-08-11T21:41:57.048Z Compiling sled v0.34.7
28282026-08-11T21:41:57.190Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28292026-08-11T21:41:57.322Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28302026-08-11T21:41:58.502Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28312026-08-11T21:41:58.747Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28322026-08-11T21:41:58.966Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28332026-08-11T21:41:58.989Z Compiling secrecy v0.8.0
28342026-08-11T21:41:59.070Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28352026-08-11T21:41:59.356Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28362026-08-11T21:41:59.419Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28372026-08-11T21:41:59.867Z Compiling serde_with_macros v1.5.2
28382026-08-11T21:42:00.181Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28392026-08-11T21:42:00.675Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28402026-08-11T21:42:01.653Z Compiling git2 v0.20.4
28412026-08-11T21:42:01.769Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28422026-08-11T21:42:02.226Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28432026-08-11T21:42:02.250Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28442026-08-11T21:42:02.453Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28452026-08-11T21:42:02.475Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28462026-08-11T21:42:02.691Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28472026-08-11T21:42:02.723Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28482026-08-11T21:42:02.924Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28492026-08-11T21:42:03.019Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28502026-08-11T21:42:03.143Z Compiling arc-swap v1.8.2
28512026-08-11T21:42:03.249Z Compiling void v1.0.2
28522026-08-11T21:42:03.389Z Compiling lzss v0.8.2
28532026-08-11T21:42:03.527Z Compiling slog-scope v4.4.1
28542026-08-11T21:42:03.857Z Compiling illumos-nvpair v0.3.0
28552026-08-11T21:42:03.884Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28562026-08-11T21:42:04.109Z Compiling serde_with v1.14.0
28572026-08-11T21:42:04.566Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28582026-08-11T21:42:04.757Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28592026-08-11T21:42:04.791Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28602026-08-11T21:42:05.276Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28612026-08-11T21:42:05.708Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28622026-08-11T21:42:06.410Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28632026-08-11T21:42:07.366Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28642026-08-11T21:42:07.685Z Compiling scuffle v0.1.0
28652026-08-11T21:42:09.775Z Compiling tungstenite v0.23.0
28662026-08-11T21:42:10.321Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28672026-08-11T21:42:10.861Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28682026-08-11T21:42:11.560Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28692026-08-11T21:42:11.778Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-08-11T21:42:11.997Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28712026-08-11T21:42:12.027Z Compiling nix v0.27.1
28722026-08-11T21:42:12.245Z Compiling twox-hash v2.1.2
28732026-08-11T21:42:12.284Z Compiling libsw-core v0.3.2
28742026-08-11T21:42:12.357Z Compiling atty v0.2.14
28752026-08-11T21:42:12.456Z Compiling serde_bytes v0.11.19
28762026-08-11T21:42:12.502Z Compiling libsw v3.5.0
28772026-08-11T21:42:12.588Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28782026-08-11T21:42:12.724Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28792026-08-11T21:42:12.747Z Compiling tokio-tungstenite v0.23.1
28802026-08-11T21:42:12.750Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28812026-08-11T21:42:12.866Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28822026-08-11T21:42:13.124Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28832026-08-11T21:42:13.194Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28842026-08-11T21:42:14.648Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28852026-08-11T21:42:15.965Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28862026-08-11T21:42:16.042Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28872026-08-11T21:42:16.671Z Compiling slog-stdlog v4.1.1
28882026-08-11T21:42:16.696Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28892026-08-11T21:42:16.767Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28902026-08-11T21:42:17.071Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28912026-08-11T21:42:17.222Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28922026-08-11T21:42:17.321Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28932026-08-11T21:42:17.500Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28942026-08-11T21:42:18.394Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28952026-08-11T21:42:19.148Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28962026-08-11T21:42:19.353Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28972026-08-11T21:42:19.718Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28982026-08-11T21:42:22.092Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28992026-08-11T21:42:23.666Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29002026-08-11T21:42:24.417Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29012026-08-11T21:42:24.915Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29022026-08-11T21:42:25.118Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29032026-08-11T21:42:25.338Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29042026-08-11T21:42:26.242Z Compiling signal-hook-tokio v0.3.1
29052026-08-11T21:42:26.337Z Compiling fatfs v0.3.6
29062026-08-11T21:42:26.424Z Compiling yasna v0.5.2
29072026-08-11T21:42:26.897Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29082026-08-11T21:42:27.655Z Compiling assert_matches v1.5.0
29092026-08-11T21:42:27.764Z Compiling is_ci v1.2.0
29102026-08-11T21:42:28.049Z Compiling seq-macro v0.3.6
29112026-08-11T21:42:28.064Z Compiling supports-color v3.0.2
29122026-08-11T21:42:28.064Z Compiling rcgen v0.12.1
29132026-08-11T21:42:28.244Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29142026-08-11T21:42:28.483Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29152026-08-11T21:42:30.850Z Compiling slog-envlogger v2.2.0
29162026-08-11T21:42:31.536Z Compiling oxide-update-engine-display v0.1.2
29172026-08-11T21:42:31.943Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29182026-08-11T21:42:32.033Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29192026-08-11T21:42:32.460Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29202026-08-11T21:42:32.578Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29212026-08-11T21:42:32.681Z Compiling port-file v0.1.0
29222026-08-11T21:42:32.807Z Compiling rtoolbox v0.0.3
29232026-08-11T21:42:33.015Z Compiling subprocess v0.2.15
29242026-08-11T21:42:33.084Z Compiling rpassword v7.5.4
29252026-08-11T21:42:33.695Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29262026-08-11T21:42:33.824Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29272026-08-11T21:42:35.176Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29282026-08-11T21:42:35.845Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29292026-08-11T21:42:35.986Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29302026-08-11T21:42:37.412Z Compiling tui-tree-widget v0.23.1
29312026-08-11T21:42:38.977Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29322026-08-11T21:42:39.089Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29332026-08-11T21:42:39.089Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29342026-08-11T21:42:39.090Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29352026-08-11T21:42:39.090Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29362026-08-11T21:42:39.236Z Compiling uzers v0.12.2
29372026-08-11T21:42:40.642Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29382026-08-11T21:42:40.740Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29392026-08-11T21:42:41.787Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29402026-08-11T21:42:43.311Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29412026-08-11T21:42:43.410Z Compiling support-bundle-viewer v0.1.2
29422026-08-11T21:42:44.700Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29432026-08-11T21:42:45.276Z Compiling multimap v0.10.1
29442026-08-11T21:42:53.174Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29452026-08-11T21:42:56.054Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29462026-08-11T21:43:00.948Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29472026-08-11T21:43:05.148Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29482026-08-11T21:43:06.044Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29492026-08-11T21:51:57.666Z Finished `release` profile [optimized] target(s) in 11m 01s
29502026-08-11T21:52:49.825Z
29512026-08-11T21:52:49.837Zreal 11:55.169016569
29522026-08-11T21:52:49.837Zuser 1:22:21.978107075
29532026-08-11T21:52:49.838Zsys 3:34.388566918
29542026-08-11T21:52:49.838Ztrap 1.843391303
29552026-08-11T21:52:49.838Ztflt 1.965318485
29562026-08-11T21:52:49.838Zdflt 19.680278384
29572026-08-11T21:52:49.838Zkflt 0.005051786
29582026-08-11T21:52:49.838Zlock 8:47:11.523860493
29592026-08-11T21:52:49.838Zslp 2:22:37.835821816
29602026-08-11T21:52:49.838Zlat 2:31.506218445
29612026-08-11T21:52:49.838Zstop 5:29.177345534
29622026-08-11T21:52:49.838Z+ mapfile -t packages
29632026-08-11T21:52:49.838Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29642026-08-11T21:52:50.757Z Finished `release` profile [optimized] target(s) in 0.92s
29652026-08-11T21:52:50.828Z Running `target/release/omicron-package -t test list-outputs`
29662026-08-11T21:52:50.886ZLogging to: /work/oxidecomputer/omicron/out/LOG
29672026-08-11T21:52:50.890Z+ ptime -m cargo build --locked --release -p xtask
29682026-08-11T21:52:51.379Z Compiling libc v0.2.185
29692026-08-11T21:52:51.379Z Compiling serde_core v1.0.228
29702026-08-11T21:52:51.379Z Compiling serde v1.0.228
29712026-08-11T21:52:51.382Z Compiling rustix v1.1.3
29722026-08-11T21:52:51.382Z Compiling bitflags v2.11.0
29732026-08-11T21:52:51.382Z Compiling serde_json v1.0.151
29742026-08-11T21:52:51.539Z Compiling usdt-impl v0.5.0
29752026-08-11T21:52:51.549Z Compiling syn v2.0.117
29762026-08-11T21:52:51.559Z Compiling syn v1.0.109
29772026-08-11T21:52:51.572Z Compiling getrandom v0.4.1
29782026-08-11T21:52:51.576Z Compiling log v0.4.29
29792026-08-11T21:52:51.576Z Compiling indexmap v2.14.0
29802026-08-11T21:52:51.607Z Compiling fs-err v3.3.0
29812026-08-11T21:52:51.812Z Compiling anyhow v1.0.102
29822026-08-11T21:52:51.895Z Compiling once_cell v1.21.3
29832026-08-11T21:52:51.918Z Compiling heck v0.4.1
29842026-08-11T21:52:52.222Z Compiling thread-id v4.2.2
29852026-08-11T21:52:52.252Z Compiling errno v0.3.14
29862026-08-11T21:52:52.255Z Compiling memmap v0.7.0
29872026-08-11T21:52:52.989Z Compiling proc-macro-error v1.0.4
29882026-08-11T21:52:53.215Z Compiling terminal_size v0.4.3
29892026-08-11T21:52:53.215Z Compiling tempfile v3.25.0
29902026-08-11T21:52:53.254Z Compiling tabled_derive v0.7.0
29912026-08-11T21:52:53.314Z Compiling clap_builder v4.6.0
29922026-08-11T21:52:53.314Z Compiling textwrap v0.16.2
29932026-08-11T21:52:53.571Z Compiling camino v1.2.2
29942026-08-11T21:52:53.571Z Compiling semver v1.0.28
29952026-08-11T21:52:53.575Z Compiling cargo-platform v0.3.2
29962026-08-11T21:52:53.703Z Compiling pest_generator v2.8.6
29972026-08-11T21:52:53.950Z Compiling camino-tempfile v1.4.1
29982026-08-11T21:52:53.965Z Compiling tabled v0.15.0
29992026-08-11T21:52:54.196Z Compiling serde_derive v1.0.228
30002026-08-11T21:52:54.196Z Compiling thiserror-impl v1.0.69
30012026-08-11T21:52:54.199Z Compiling zerocopy-derive v0.7.35
30022026-08-11T21:52:54.199Z Compiling scroll_derive v0.12.1
30032026-08-11T21:52:54.199Z Compiling thiserror-impl v2.0.18
30042026-08-11T21:52:54.199Z Compiling clap_derive v4.6.1
30052026-08-11T21:52:54.261Z Compiling pest_derive v2.8.6
30062026-08-11T21:52:54.866Z Compiling scroll v0.12.0
30072026-08-11T21:52:55.024Z Compiling zerocopy v0.7.35
30082026-08-11T21:52:55.152Z Compiling goblin v0.8.2
30092026-08-11T21:52:55.323Z Compiling thiserror v1.0.69
30102026-08-11T21:52:55.452Z Compiling dtrace-parser v0.2.0
30112026-08-11T21:52:55.606Z Compiling thiserror v2.0.18
30122026-08-11T21:52:55.632Z Compiling clap v4.6.1
30132026-08-11T21:52:57.267Z Compiling serde_spanned v0.6.9
30142026-08-11T21:52:57.291Z Compiling toml_datetime v0.6.11
30152026-08-11T21:52:57.291Z Compiling macaddr v1.0.1
30162026-08-11T21:52:57.300Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30172026-08-11T21:52:57.311Z Compiling cargo_metadata v0.23.1
30182026-08-11T21:52:57.361Z Compiling dof v0.3.0
30192026-08-11T21:52:57.371Z Compiling serde_tokenstream v0.2.3
30202026-08-11T21:52:57.576Z Compiling toml_edit v0.22.27
30212026-08-11T21:52:58.126Z Compiling usdt-macro v0.5.0
30222026-08-11T21:52:58.129Z Compiling usdt-attr-macro v0.5.0
30232026-08-11T21:52:58.796Z Compiling usdt v0.5.0
30242026-08-11T21:52:59.168Z Compiling toml v0.8.23
30252026-08-11T21:52:59.606Z Compiling cargo_toml v0.21.0
30262026-08-11T21:53:04.006Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30272026-08-11T21:53:07.223Z Finished `release` profile [optimized] target(s) in 16.32s
30282026-08-11T21:53:07.331Z
30292026-08-11T21:53:07.331Zreal 16.406650619
30302026-08-11T21:53:07.331Zuser 2:05.207238005
30312026-08-11T21:53:07.331Zsys 13.575311798
30322026-08-11T21:53:07.336Ztrap 0.065370778
30332026-08-11T21:53:07.336Ztflt 0.424325433
30342026-08-11T21:53:07.336Zdflt 1.233472947
30352026-08-11T21:53:07.336Zkflt 0.000038480
30362026-08-11T21:53:07.336Zlock 4:44.761758554
30372026-08-11T21:53:07.336Zslp 2:43.475898294
30382026-08-11T21:53:07.336Zlat 3.361937799
30392026-08-11T21:53:07.336Zstop 16.500183073
30402026-08-11T21:53:07.336Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30412026-08-11T21:53:07.336Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30422026-08-11T21:53:07.336Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30432026-08-11T21:53:07.336Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30442026-08-11T21:53:07.336Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30452026-08-11T21:53:08.281Z Compiling match_cfg v0.1.0
30462026-08-11T21:53:08.281Z Compiling progenitor-client v0.14.0
30472026-08-11T21:53:08.281Z Compiling slog-json v2.6.1
30482026-08-11T21:53:08.281Z Compiling newtype-uuid-macros v0.1.0
30492026-08-11T21:53:08.281Z Compiling sha1 v0.11.0
30502026-08-11T21:53:08.281Z Compiling multer v3.1.0
30512026-08-11T21:53:08.285Z Compiling compression-core v0.4.31
30522026-08-11T21:53:08.285Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30532026-08-11T21:53:08.430Z Compiling debug-ignore v1.0.5
30542026-08-11T21:53:08.449Z Compiling async-stream-impl v0.3.6
30552026-08-11T21:53:08.452Z Compiling toml_datetime v1.1.1+spec-1.1.0
30562026-08-11T21:53:08.452Z Compiling serde_spanned v1.1.1
30572026-08-11T21:53:08.452Z Compiling dropshot v0.17.1
30582026-08-11T21:53:08.452Z Compiling toml_writer v1.1.1+spec-1.1.0
30592026-08-11T21:53:08.456Z Compiling waitgroup v0.1.2
30602026-08-11T21:53:08.456Z Compiling rustls-pemfile v2.2.0
30612026-08-11T21:53:08.686Z Compiling compression-codecs v0.4.37
30622026-08-11T21:53:08.703Z Compiling dropshot_endpoint v0.17.1
30632026-08-11T21:53:09.143Z Compiling serde_path_to_error v0.1.20
30642026-08-11T21:53:09.147Z Compiling hostname v0.3.1
30652026-08-11T21:53:09.147Z Compiling hostname v0.4.2
30662026-08-11T21:53:09.147Z Compiling toml v1.1.2+spec-1.1.0
30672026-08-11T21:53:09.147Z Compiling atomicwrites v0.4.4
30682026-08-11T21:53:09.147Z Compiling macaddr v1.0.1
30692026-08-11T21:53:09.147Z Compiling slog-bunyan v2.5.0
30702026-08-11T21:53:09.147Z Compiling async-compression v0.4.41
30712026-08-11T21:53:09.147Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-08-11T21:53:09.147Z Compiling instant v0.1.13
30732026-08-11T21:53:09.147Z Compiling regress v0.10.5
30742026-08-11T21:53:09.147Z Compiling parse-display-derive v0.10.0
30752026-08-11T21:53:09.147Z Compiling backon v1.6.0
30762026-08-11T21:53:09.147Z Compiling backoff v0.4.0
30772026-08-11T21:53:09.147Z Compiling itertools v0.14.0
30782026-08-11T21:53:09.147Z Compiling humantime v2.3.0
30792026-08-11T21:53:09.147Z Compiling half v2.7.1
30802026-08-11T21:53:09.170Z Compiling ciborium-io v0.2.2
30812026-08-11T21:53:09.190Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30822026-08-11T21:53:09.210Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30832026-08-11T21:53:09.232Z Compiling async-stream v0.3.6
30842026-08-11T21:53:09.255Z Compiling progenitor-extras v0.2.0
30852026-08-11T21:53:09.287Z Compiling crucible-workspace-hack v0.1.0
30862026-08-11T21:53:09.304Z Compiling regress v0.11.1
30872026-08-11T21:53:09.325Z Compiling convert_case v0.4.0
30882026-08-11T21:53:09.385Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30892026-08-11T21:53:09.425Z Compiling ciborium-ll v0.2.2
30902026-08-11T21:53:09.428Z Compiling secrecy v0.10.3
30912026-08-11T21:53:09.463Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30922026-08-11T21:53:09.480Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30932026-08-11T21:53:09.496Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30942026-08-11T21:53:09.549Z Compiling inout v0.1.4
30952026-08-11T21:53:09.619Z Compiling ciborium v0.2.2
30962026-08-11T21:53:09.656Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30972026-08-11T21:53:09.674Z Compiling unsafe-libyaml v0.2.11
30982026-08-11T21:53:09.689Z Compiling cipher v0.4.4
30992026-08-11T21:53:09.713Z Compiling derive_more v0.99.20
31002026-08-11T21:53:09.736Z Compiling thiserror-impl-no-std v2.0.2
31012026-08-11T21:53:09.773Z Compiling universal-hash v0.5.1
31022026-08-11T21:53:09.831Z Compiling opaque-debug v0.3.1
31032026-08-11T21:53:09.848Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31042026-08-11T21:53:09.866Z Compiling blake2 v0.10.6
31052026-08-11T21:53:09.919Z Compiling chacha20 v0.9.1
31062026-08-11T21:53:09.940Z Compiling poly1305 v0.8.0
31072026-08-11T21:53:09.963Z Compiling aead v0.5.2
31082026-08-11T21:53:10.103Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31092026-08-11T21:53:10.186Z Compiling password-hash v0.5.0
31102026-08-11T21:53:10.204Z Compiling serde_yaml v0.9.34+deprecated
31112026-08-11T21:53:10.207Z Compiling indent_write v2.2.0
31122026-08-11T21:53:10.341Z Compiling chacha20poly1305 v0.10.1
31132026-08-11T21:53:10.363Z Compiling toml_datetime v0.7.5+spec-1.1.0
31142026-08-11T21:53:10.429Z Compiling num-derive v0.4.2
31152026-08-11T21:53:10.449Z Compiling argon2 v0.5.3
31162026-08-11T21:53:10.465Z Compiling heapless v0.8.0
31172026-08-11T21:53:10.526Z Compiling tabwriter v1.4.1
31182026-08-11T21:53:10.613Z Compiling toml_edit v0.23.10+spec-1.0.0
31192026-08-11T21:53:10.640Z Compiling ingot-macros v0.2.0
31202026-08-11T21:53:10.695Z Compiling hash32 v0.3.1
31212026-08-11T21:53:10.782Z Compiling smoltcp v0.11.0
31222026-08-11T21:53:10.799Z Compiling parse-display v0.10.0
31232026-08-11T21:53:10.902Z Compiling typify-impl v0.6.2
31242026-08-11T21:53:10.963Z Compiling thiserror-no-std v2.0.2
31252026-08-11T21:53:10.995Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31262026-08-11T21:53:11.079Z Compiling vsss-rs v3.3.4
31272026-08-11T21:53:11.140Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31282026-08-11T21:53:11.159Z Compiling proc-macro-crate v3.4.0
31292026-08-11T21:53:11.406Z Compiling cobs v0.3.0
31302026-08-11T21:53:11.423Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31312026-08-11T21:53:11.632Z Compiling colored v3.1.1
31322026-08-11T21:53:11.650Z Compiling postcard v1.1.3
31332026-08-11T21:53:11.685Z Compiling proc-macro-error v1.0.4
31342026-08-11T21:53:11.700Z Compiling rand v0.10.1
31352026-08-11T21:53:11.733Z Compiling num_enum_derive v0.7.6
31362026-08-11T21:53:11.775Z Compiling proc-macro-crate v1.3.1
31372026-08-11T21:53:11.962Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31382026-08-11T21:53:12.022Z Compiling foreign-types-macros v0.2.3
31392026-08-11T21:53:12.040Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31402026-08-11T21:53:12.044Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31412026-08-11T21:53:12.171Z Compiling foreign-types-shared v0.3.1
31422026-08-11T21:53:12.200Z Compiling rayon-core v1.13.0
31432026-08-11T21:53:12.218Z Compiling num_enum_derive v0.5.11
31442026-08-11T21:53:12.371Z Compiling crossbeam-deque v0.8.6
31452026-08-11T21:53:12.394Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31462026-08-11T21:53:12.428Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31472026-08-11T21:53:12.445Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31482026-08-11T21:53:12.462Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31492026-08-11T21:53:12.544Z Compiling cstr-argument v0.1.2
31502026-08-11T21:53:12.599Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31512026-08-11T21:53:12.674Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31522026-08-11T21:53:12.692Z Compiling foreign-types v0.5.0
31532026-08-11T21:53:12.726Z Compiling cpubits v0.1.1
31542026-08-11T21:53:12.796Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31552026-08-11T21:53:12.835Z Compiling zone_cfg_derive v0.3.1
31562026-08-11T21:53:12.852Z Compiling num_enum v0.7.6
31572026-08-11T21:53:12.867Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31582026-08-11T21:53:12.931Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31592026-08-11T21:53:12.970Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31602026-08-11T21:53:13.005Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31612026-08-11T21:53:13.020Z Compiling rayon v1.11.0
31622026-08-11T21:53:13.087Z Compiling itertools v0.12.1
31632026-08-11T21:53:13.091Z Compiling sigpipe v0.1.3
31642026-08-11T21:53:13.123Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31652026-08-11T21:53:13.138Z Compiling glob v0.3.3
31662026-08-11T21:53:13.231Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31672026-08-11T21:53:13.271Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31682026-08-11T21:53:13.351Z Compiling num_enum v0.5.11
31692026-08-11T21:53:13.354Z Compiling smf v0.2.3
31702026-08-11T21:53:13.384Z Compiling whoami v1.6.1
31712026-08-11T21:53:13.496Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31722026-08-11T21:53:13.514Z Compiling usdt-attr-macro v0.5.0
31732026-08-11T21:53:13.556Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31742026-08-11T21:53:13.581Z Compiling usdt-macro v0.5.0
31752026-08-11T21:53:13.600Z Compiling gethostname v0.5.0
31762026-08-11T21:53:13.600Z Compiling num-rational v0.4.2
31772026-08-11T21:53:13.635Z Compiling ingot-types v0.2.0
31782026-08-11T21:53:13.679Z Compiling pem-rfc7468 v1.0.0
31792026-08-11T21:53:13.748Z Compiling num-complex v0.4.6
31802026-08-11T21:53:13.838Z Compiling derive-where v1.6.0
31812026-08-11T21:53:13.916Z Compiling memmap v0.7.0
31822026-08-11T21:53:13.994Z Compiling float-ord v0.3.2
31832026-08-11T21:53:14.014Z Compiling toml v0.8.23
31842026-08-11T21:53:14.091Z Compiling ingot v0.2.1
31852026-08-11T21:53:14.130Z Compiling num v0.4.3
31862026-08-11T21:53:14.148Z Compiling hmac v0.13.0
31872026-08-11T21:53:14.173Z Compiling universal-hash v0.6.1
31882026-08-11T21:53:14.225Z Compiling resolv-conf v0.7.6
31892026-08-11T21:53:14.244Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31902026-08-11T21:53:14.341Z Compiling zone v0.3.1
31912026-08-11T21:53:14.365Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31922026-08-11T21:53:14.384Z Compiling cancel-safe-futures v0.1.5
31932026-08-11T21:53:14.400Z Compiling polyval v0.7.1
31942026-08-11T21:53:14.415Z Compiling usdt v0.5.0
31952026-08-11T21:53:14.534Z Compiling der v0.8.0
31962026-08-11T21:53:14.599Z Compiling prettyplease v0.2.37
31972026-08-11T21:53:14.653Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31982026-08-11T21:53:14.690Z Compiling ghash v0.6.0
31992026-08-11T21:53:14.727Z Compiling pbkdf2 v0.13.0
32002026-08-11T21:53:14.784Z Compiling aes v0.9.1
32012026-08-11T21:53:14.819Z Compiling crypto-bigint v0.7.5
32022026-08-11T21:53:14.851Z Compiling console v0.15.11
32032026-08-11T21:53:14.873Z Compiling hickory-proto v0.24.4
32042026-08-11T21:53:14.890Z Compiling newline-converter v0.3.0
32052026-08-11T21:53:15.006Z Compiling ctr v0.10.1
32062026-08-11T21:53:15.031Z Compiling aead v0.6.1
32072026-08-11T21:53:15.062Z Compiling sha2 v0.11.0
32082026-08-11T21:53:15.211Z Compiling oxide-update-engine-types v0.1.2
32092026-08-11T21:53:15.228Z Compiling linear-map v1.2.0
32102026-08-11T21:53:15.249Z Compiling linked-hash-map v0.5.6
32112026-08-11T21:53:15.268Z Compiling libefi-sys v0.1.0
32122026-08-11T21:53:15.450Z Compiling spki v0.8.0
32132026-08-11T21:53:15.468Z Compiling lru-cache v0.1.2
32142026-08-11T21:53:15.473Z Compiling aes-gcm v0.11.0
32152026-08-11T21:53:15.534Z Compiling expectorate v1.2.0
32162026-08-11T21:53:15.558Z Compiling typify-macro v0.6.2
32172026-08-11T21:53:15.692Z Compiling salsa20 v0.11.0
32182026-08-11T21:53:15.716Z Compiling bitfield-struct v0.6.2
32192026-08-11T21:53:15.734Z Compiling nom v8.0.0
32202026-08-11T21:53:15.825Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32212026-08-11T21:53:15.868Z Compiling semver v0.1.20
32222026-08-11T21:53:15.908Z Compiling scrypt v0.12.0
32232026-08-11T21:53:16.192Z Compiling rustc_version v0.1.7
32242026-08-11T21:53:16.234Z Compiling oxide-update-engine v0.1.2
32252026-08-11T21:53:16.251Z Compiling tokio-dtrace v0.1.1
32262026-08-11T21:53:16.269Z Compiling cbc v0.2.1
32272026-08-11T21:53:16.405Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-08-11T21:53:16.452Z Compiling slog-dtrace v0.3.0
32292026-08-11T21:53:16.455Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32302026-08-11T21:53:16.488Z Compiling minimal-lexical v0.2.1
32312026-08-11T21:53:16.555Z Compiling oxide-tokio-rt v0.1.4
32322026-08-11T21:53:16.572Z Compiling newtype_derive v0.1.6
32332026-08-11T21:53:16.589Z Compiling pkcs5 v0.8.1
32342026-08-11T21:53:16.746Z Compiling nom v7.1.3
32352026-08-11T21:53:16.765Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-08-11T21:53:16.789Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32372026-08-11T21:53:16.808Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32382026-08-11T21:53:16.812Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-08-11T21:53:16.855Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32402026-08-11T21:53:16.881Z Compiling phf_shared v0.12.1
32412026-08-11T21:53:16.982Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32422026-08-11T21:53:17.028Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32432026-08-11T21:53:17.066Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-08-11T21:53:17.088Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32452026-08-11T21:53:17.145Z Compiling hickory-resolver v0.24.4
32462026-08-11T21:53:17.180Z Compiling dropshot-api-manager-types v0.7.2
32472026-08-11T21:53:17.235Z Compiling csv-core v0.1.13
32482026-08-11T21:53:17.426Z Compiling typify v0.6.2
32492026-08-11T21:53:17.472Z Compiling chrono-tz v0.10.4
32502026-08-11T21:53:17.492Z Compiling unicode-xid v0.2.6
32512026-08-11T21:53:17.549Z Compiling progenitor-impl v0.14.0
32522026-08-11T21:53:17.566Z Compiling highway v1.3.0
32532026-08-11T21:53:17.584Z Compiling xshell-macros v0.2.7
32542026-08-11T21:53:17.649Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32552026-08-11T21:53:17.705Z Compiling const_format_proc_macros v0.2.34
32562026-08-11T21:53:17.743Z Compiling csv v1.4.0
32572026-08-11T21:53:17.967Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32582026-08-11T21:53:18.012Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32592026-08-11T21:53:18.085Z Compiling xshell v0.2.7
32602026-08-11T21:53:18.104Z Compiling phf v0.12.1
32612026-08-11T21:53:18.192Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-08-11T21:53:18.219Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32632026-08-11T21:53:18.291Z Compiling qorb v0.4.1
32642026-08-11T21:53:18.364Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32652026-08-11T21:53:18.588Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32662026-08-11T21:53:18.608Z Compiling pkcs8 v0.11.0
32672026-08-11T21:53:18.698Z Compiling ff v0.14.0
32682026-08-11T21:53:18.742Z Compiling owo-colors v4.3.0
32692026-08-11T21:53:18.871Z Compiling const_format v0.2.35
32702026-08-11T21:53:19.015Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32712026-08-11T21:53:19.034Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32722026-08-11T21:53:19.158Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32732026-08-11T21:53:19.175Z Compiling tabled_derive v0.7.0
32742026-08-11T21:53:19.223Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32752026-08-11T21:53:19.382Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32762026-08-11T21:53:19.406Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32772026-08-11T21:53:19.511Z Compiling bcs v0.1.6
32782026-08-11T21:53:19.885Z Compiling termtree v0.5.1
32792026-08-11T21:53:19.905Z Compiling tagptr v0.2.0
32802026-08-11T21:53:20.074Z Compiling salty v0.3.0
32812026-08-11T21:53:20.093Z Compiling moka v0.12.13
32822026-08-11T21:53:20.111Z Compiling textwrap v0.16.2
32832026-08-11T21:53:20.197Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32842026-08-11T21:53:20.233Z Compiling tabled v0.15.0
32852026-08-11T21:53:20.366Z Compiling progenitor-macro v0.14.0
32862026-08-11T21:53:20.406Z Compiling steno v0.4.1
32872026-08-11T21:53:20.425Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32882026-08-11T21:53:20.451Z Compiling group v0.14.0
32892026-08-11T21:53:20.615Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32902026-08-11T21:53:20.670Z Compiling sha1 v0.10.6
32912026-08-11T21:53:20.725Z Compiling signature v3.0.0
32922026-08-11T21:53:20.786Z Compiling base16ct v1.0.0
32932026-08-11T21:53:20.920Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32942026-08-11T21:53:20.923Z Compiling hickory-resolver v0.25.2
32952026-08-11T21:53:20.955Z Compiling sec1 v0.8.1
32962026-08-11T21:53:21.002Z Compiling hkdf v0.13.0
32972026-08-11T21:53:21.147Z Compiling libscf-sys v1.2.0
32982026-08-11T21:53:21.176Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32992026-08-11T21:53:21.201Z Compiling rfc6979 v0.4.0
33002026-08-11T21:53:21.243Z Compiling elliptic-curve v0.14.1
33012026-08-11T21:53:21.289Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33022026-08-11T21:53:21.312Z Compiling ecdsa v0.16.9
33032026-08-11T21:53:21.350Z Compiling primeorder v0.13.6
33042026-08-11T21:53:21.412Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33052026-08-11T21:53:21.642Z Compiling utf-8 v0.7.6
33062026-08-11T21:53:21.660Z Compiling parking_lot_core v0.8.6
33072026-08-11T21:53:21.664Z Compiling p384 v0.13.1
33082026-08-11T21:53:21.792Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33092026-08-11T21:53:21.843Z Compiling tungstenite v0.21.0
33102026-08-11T21:53:21.880Z Compiling wnaf v0.14.0
33112026-08-11T21:53:21.995Z Compiling primefield v0.14.0
33122026-08-11T21:53:22.097Z Compiling rfc6979 v0.6.0
33132026-08-11T21:53:22.174Z Compiling papergrid v0.18.0
33142026-08-11T21:53:22.245Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33152026-08-11T21:53:22.282Z Compiling git-stub v1.0.0
33162026-08-11T21:53:22.300Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33172026-08-11T21:53:22.523Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33182026-08-11T21:53:22.572Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33192026-08-11T21:53:22.682Z Compiling git-stub-vcs v0.1.0
33202026-08-11T21:53:22.710Z Compiling tokio-tungstenite v0.21.0
33212026-08-11T21:53:22.763Z Compiling ecdsa v0.17.0
33222026-08-11T21:53:22.824Z Compiling primeorder v0.14.0
33232026-08-11T21:53:22.853Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33242026-08-11T21:53:22.954Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-08-11T21:53:23.101Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33262026-08-11T21:53:23.119Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33272026-08-11T21:53:23.261Z Compiling tabled v0.21.0
33282026-08-11T21:53:23.279Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33292026-08-11T21:53:23.279Z Compiling curve25519-dalek v5.0.0
33302026-08-11T21:53:23.314Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33312026-08-11T21:53:23.335Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-08-11T21:53:23.363Z Compiling corncobs v0.1.4
33332026-08-11T21:53:23.551Z Compiling unicase v2.9.0
33342026-08-11T21:53:23.568Z Compiling illumos-nvpair-sys v0.2.0
33352026-08-11T21:53:23.586Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-08-11T21:53:23.624Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-08-11T21:53:23.692Z Compiling parking_lot v0.11.2
33382026-08-11T21:53:23.803Z Compiling mime_guess v2.0.5
33392026-08-11T21:53:23.825Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33402026-08-11T21:53:23.828Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33412026-08-11T21:53:24.033Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33422026-08-11T21:53:24.108Z Compiling progenitor-impl v0.13.0
33432026-08-11T21:53:24.125Z Compiling ssh-encoding v0.3.0
33442026-08-11T21:53:24.147Z Compiling prefix-trie v0.7.0
33452026-08-11T21:53:24.180Z Compiling fxhash v0.2.1
33462026-08-11T21:53:24.267Z Compiling secrecy v0.8.0
33472026-08-11T21:53:24.345Z Compiling keccak v0.2.0
33482026-08-11T21:53:24.369Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33492026-08-11T21:53:24.395Z Compiling crc8 v0.1.1
33502026-08-11T21:53:24.506Z Compiling hickory-server v0.25.2
33512026-08-11T21:53:24.563Z Compiling sled v0.34.7
33522026-08-11T21:53:24.643Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33532026-08-11T21:53:24.660Z Compiling ed25519 v3.0.0
33542026-08-11T21:53:24.679Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33552026-08-11T21:53:24.750Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-08-11T21:53:24.766Z Compiling crypto-primes v0.7.2
33572026-08-11T21:53:25.554Z Compiling pkcs1 v0.8.0-rc.4
33582026-08-11T21:53:25.580Z Compiling poly1305 v0.9.0
33592026-08-11T21:53:25.598Z Compiling progenitor v0.14.0
33602026-08-11T21:53:25.710Z Compiling progenitor-client v0.13.0
33612026-08-11T21:53:25.784Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33622026-08-11T21:53:25.803Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33632026-08-11T21:53:25.819Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33642026-08-11T21:53:25.823Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33652026-08-11T21:53:25.853Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33662026-08-11T21:53:25.967Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33672026-08-11T21:53:26.056Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33682026-08-11T21:53:26.333Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33692026-08-11T21:53:26.350Z Compiling blowfish v0.10.0
33702026-08-11T21:53:26.407Z Compiling blake2 v0.11.0-rc.6
33712026-08-11T21:53:26.534Z Compiling half v1.8.3
33722026-08-11T21:53:26.556Z Compiling http-range v0.1.5
33732026-08-11T21:53:26.618Z Compiling bcrypt-pbkdf v0.11.0
33742026-08-11T21:53:26.698Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33752026-08-11T21:53:26.703Z Compiling argon2 v0.6.0-rc.8
33762026-08-11T21:53:26.764Z Compiling serde_cbor v0.11.2
33772026-08-11T21:53:26.782Z Compiling progenitor-macro v0.13.0
33782026-08-11T21:53:26.832Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33792026-08-11T21:53:27.021Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33802026-08-11T21:53:27.364Z Compiling ssh-cipher v0.3.0
33812026-08-11T21:53:27.800Z Compiling rsa v0.10.0-rc.18
33822026-08-11T21:53:27.907Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33832026-08-11T21:53:27.978Z Compiling ed25519-dalek v3.0.0
33842026-08-11T21:53:28.306Z Compiling illumos-nvpair v0.3.0
33852026-08-11T21:53:28.534Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33862026-08-11T21:53:28.555Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33872026-08-11T21:53:28.588Z Compiling sha3 v0.11.0
33882026-08-11T21:53:28.852Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33892026-08-11T21:53:28.871Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33902026-08-11T21:53:28.894Z Compiling p384 v0.14.0
33912026-08-11T21:53:29.076Z Compiling p521 v0.14.0
33922026-08-11T21:53:29.093Z Compiling p256 v0.14.0
33932026-08-11T21:53:29.273Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33942026-08-11T21:53:29.465Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33952026-08-11T21:53:29.521Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33962026-08-11T21:53:29.967Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33972026-08-11T21:53:30.146Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-08-11T21:53:30.172Z Compiling scuffle v0.1.0
33992026-08-11T21:53:30.250Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34002026-08-11T21:53:30.503Z Compiling yasna v0.5.2
34012026-08-11T21:53:30.729Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34022026-08-11T21:53:31.014Z Compiling kstat-rs v0.2.5
34032026-08-11T21:53:31.082Z Compiling headers-core v0.3.0
34042026-08-11T21:53:31.164Z Compiling kem v0.3.0
34052026-08-11T21:53:31.183Z Compiling module-lattice v0.2.3
34062026-08-11T21:53:31.227Z Compiling nanorand v0.7.0
34072026-08-11T21:53:31.244Z Compiling sponge-cursor v0.1.0
34082026-08-11T21:53:31.280Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34092026-08-11T21:53:31.313Z Compiling headers v0.4.1
34102026-08-11T21:53:31.336Z Compiling rcgen v0.12.1
34112026-08-11T21:53:31.388Z Compiling sha3 v0.12.0
34122026-08-11T21:53:31.413Z Compiling ml-kem v0.3.2
34132026-08-11T21:53:31.436Z Compiling flume v0.11.1
34142026-08-11T21:53:31.455Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-08-11T21:53:31.458Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34162026-08-11T21:53:31.544Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34172026-08-11T21:53:31.731Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34182026-08-11T21:53:31.805Z Compiling hyper-staticfile v0.10.1
34192026-08-11T21:53:31.897Z Compiling progenitor v0.13.0
34202026-08-11T21:53:31.952Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34212026-08-11T21:53:32.063Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34222026-08-11T21:53:32.083Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34232026-08-11T21:53:32.104Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-08-11T21:53:32.227Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34252026-08-11T21:53:32.290Z Compiling ssh-key v0.7.0-rc.11
34262026-08-11T21:53:32.336Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34272026-08-11T21:53:32.368Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34282026-08-11T21:53:32.403Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34292026-08-11T21:53:32.469Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34302026-08-11T21:53:32.492Z Compiling russh-cryptovec v0.62.0
34312026-08-11T21:53:32.557Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34322026-08-11T21:53:32.589Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-08-11T21:53:32.607Z Compiling internal-russh-num-bigint v0.5.0
34342026-08-11T21:53:32.707Z Compiling port-file v0.1.0
34352026-08-11T21:53:32.738Z Compiling num-bigint v0.4.6
34362026-08-11T21:53:32.780Z Compiling generic-array v1.4.3
34372026-08-11T21:53:32.804Z Compiling russh-util v0.52.0
34382026-08-11T21:53:32.821Z Compiling enum_dispatch v0.3.13
34392026-08-11T21:53:32.974Z Compiling delegate v0.13.5
34402026-08-11T21:53:32.992Z Compiling subprocess v0.2.15
34412026-08-11T21:53:33.197Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34422026-08-11T21:53:33.287Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-08-11T21:53:33.396Z Compiling md5 v0.8.0
34442026-08-11T21:53:33.699Z Compiling hex-literal v1.1.0
34452026-08-11T21:53:33.743Z Compiling display-error-chain v0.2.2
34462026-08-11T21:53:33.762Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-08-11T21:53:33.827Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-08-11T21:53:33.843Z Compiling colored v2.2.0
34492026-08-11T21:53:33.886Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-08-11T21:53:33.914Z Compiling socket2 v0.5.10
34512026-08-11T21:53:33.958Z Compiling internet-checksum v0.2.1
34522026-08-11T21:53:34.016Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34532026-08-11T21:53:34.130Z Compiling russh v0.62.4
34542026-08-11T21:53:34.363Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34552026-08-11T21:53:34.684Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34562026-08-11T21:53:37.122Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34572026-08-11T21:53:37.851Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34582026-08-11T21:53:38.395Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34592026-08-11T21:53:40.516Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34602026-08-11T21:53:49.236Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34612026-08-11T21:53:49.236Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-08-11T21:53:49.240Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34632026-08-11T21:53:49.240Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34642026-08-11T21:53:50.998Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34652026-08-11T21:53:51.087Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34662026-08-11T21:53:55.324Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34672026-08-11T21:54:36.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34682026-08-11T21:54:36.545Z
34692026-08-11T21:54:36.546Zreal 1:29.146987977
34702026-08-11T21:54:36.546Zuser 8:25.113289540
34712026-08-11T21:54:36.546Zsys 1:40.186818198
34722026-08-11T21:54:36.546Ztrap 0.258176315
34732026-08-11T21:54:36.546Ztflt 0.253934149
34742026-08-11T21:54:36.546Zdflt 1.813992811
34752026-08-11T21:54:36.546Zkflt 0.000388910
34762026-08-11T21:54:36.546Zlock 31:12.935140346
34772026-08-11T21:54:36.546Zslp 19:01.837877477
34782026-08-11T21:54:36.546Zlat 40.875245363
34792026-08-11T21:54:36.546Zstop 3:00.915719756
34802026-08-11T21:54:36.549Z+ mkdir tests
34812026-08-11T21:54:36.553Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34822026-08-11T21:54:36.553Z+ xargs -I '{}' -t cp '{}' tests/
34832026-08-11T21:54:36.576Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1cf9d5579d532c85 tests/
34842026-08-11T21:54:36.608Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4ab9323431d4473c tests/
34852026-08-11T21:54:36.641Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-703343ed244e62b6 tests/
34862026-08-11T21:54:36.673Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7ea23dadf2f302f2 tests/
34872026-08-11T21:54:37.042Z+ 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)
34882026-08-11T21:54:37.045Z+ 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-4ab9323431d4473c tests/commtest-703343ed244e62b6 tests/dhcp_server-1cf9d5579d532c85 tests/end_to_end_tests-7ea23dadf2f302f2 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
34892026-08-11T21:56:06.186ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34902026-08-11T21:56:06.186Za .github/buildomat/ci-env.sh 1K
34912026-08-11T21:56:06.186Za out/target/test 1K
34922026-08-11T21:56:06.186Za out/npuzone/npuzone 27402K
34932026-08-11T21:56:06.186Za package-manifest.toml 35K
34942026-08-11T21:56:06.186Za smf/sled-agent/non-gimlet/config.toml 6K
34952026-08-11T21:56:06.186Za target/release/omicron-package 48049K
34962026-08-11T21:56:06.186Za target/release/xtask 11722K
34972026-08-11T21:56:06.186Za target/debug/bootstrap 435368K
34982026-08-11T21:56:06.186Za tests/bootstrap-4ab9323431d4473c 34516K
34992026-08-11T21:56:06.186Za tests/commtest-703343ed244e62b6 34517K
35002026-08-11T21:56:06.186Za tests/dhcp_server-1cf9d5579d532c85 34516K
35012026-08-11T21:56:06.186Za tests/end_to_end_tests-7ea23dadf2f302f2 498358K
35022026-08-11T21:56:06.186Za tools/opte_version 1K
35032026-08-11T21:56:06.186Za tools/opte_version_override 2K
35042026-08-11T21:56:06.186Za out/clickhouse.tar.gz 327543K
35052026-08-11T21:56:06.186Za out/clickhouse_keeper.tar.gz 311546K
35062026-08-11T21:56:06.186Za out/clickhouse_server.tar.gz 327540K
35072026-08-11T21:56:06.186Za out/cockroachdb.tar.gz 168943K
35082026-08-11T21:56:06.186Za out/crucible-pantry-zone.tar.gz 41269K
35092026-08-11T21:56:06.186Za out/crucible-utils.tar 18900K
35102026-08-11T21:56:06.187Za out/crucible-zone.tar.gz 56081K
35112026-08-11T21:56:06.187Za out/external-dns.tar.gz 54238K
35122026-08-11T21:56:06.187Za out/internal-dns.tar.gz 54238K
35132026-08-11T21:56:06.187Za out/mg-ddm-gz.tar 100917K
35142026-08-11T21:56:06.187Za out/nexus.tar.gz 354990K
35152026-08-11T21:56:06.187Za out/ntp.tar.gz 34609K
35162026-08-11T21:56:06.187Za out/omicron-gateway-softnpu.tar.gz 29197K
35172026-08-11T21:56:06.187Za out/omicron-sled-agent.tar 242245K
35182026-08-11T21:56:06.187Za out/overlay.tar.gz 4K
35192026-08-11T21:56:06.187Za out/oximeter.tar.gz 71156K
35202026-08-11T21:56:06.187Za out/oxlog.tar 4066K
35212026-08-11T21:56:06.187Za out/probe.tar.gz 3037K
35222026-08-11T21:56:06.187Za out/propolis-server.tar.gz 34642K
35232026-08-11T21:56:06.187Za out/pumpkind-gz.tar 26647K
35242026-08-11T21:56:06.187Za out/switch-softnpu.tar.gz 498917K
35252026-08-11T21:56:06.197Z
35262026-08-11T21:56:06.197Zreal 1:29.140832726
35272026-08-11T21:56:06.197Zuser 1:26.235279610
35282026-08-11T21:56:06.197Zsys 4.878036377
35292026-08-11T21:56:06.197Ztrap 0.006994930
35302026-08-11T21:56:06.197Ztflt 0.000000000
35312026-08-11T21:56:06.197Zdflt 0.000000000
35322026-08-11T21:56:06.198Zkflt 0.000000000
35332026-08-11T21:56:06.198Zlock 0.000000000
35342026-08-11T21:56:06.198Zslp 1:26.079055461
35352026-08-11T21:56:06.198Zlat 1.077971507
35362026-08-11T21:56:06.198Zstop 0.000143770
35372026-08-11T21:56:06.198Zprocess exited: duration 1167311 ms, exit code 0
 
35382026-08-11T21:56:06.222Zfound 1 output files
35392026-08-11T21:56:06.222Zuploading: /work/package.tar.gz (2759706986 bytes)
35402026-08-11T21:56:39.494Zuploaded: /work/package.tar.gz