01KZVV90CW7F70SZQDZNTSRQD0: 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: 01KZVV9JCTQWTCAD6HXQ374VQE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-12T20:41:36.426Zjob assigned to worker 01KZVV9PR1TVDRZQP3NTWQHV8A [factory aws, i-0abeeed6f7d1879c6] (queued for 48 s)
 
22026-08-12T20:41:43.480Zstarting task 0: "setup"
32026-08-12T20:41:43.484Z++ uname -s
42026-08-12T20:41:43.487Z+ kern=SunOS
52026-08-12T20:41:43.487Z+ build_user=build
62026-08-12T20:41:43.487Z+ build_uid=12345
72026-08-12T20:41:43.487Z+ work_dir=/work
82026-08-12T20:41:43.487Z+ input_dir=/input
92026-08-12T20:41:43.487Z+ [[ 0 == 12345 ]]
102026-08-12T20:41:43.487Z+ case "$kern" in
112026-08-12T20:41:43.487Z+ groupadd -g 12345 build
122026-08-12T20:41:43.501Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-12T20:41:45.508Z+ zfs create -o mountpoint=/work rpool/work
142026-08-12T20:41:45.634Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-12T20:41:45.637Z+ home_fs=zfs
162026-08-12T20:41:45.637Z+ [[ zfs == autofs ]]
172026-08-12T20:41:45.637Z+ mkdir -p /home/build
182026-08-12T20:41:45.637Z+ chown build:build /home/build /work
192026-08-12T20:41:47.640Z+ chmod 0700 /home/build /work
202026-08-12T20:41:47.644Zprocess exited: duration 4167 ms, exit code 0
 
212026-08-12T20:41:47.649Zstarting task 1: "rust-toolchain"
222026-08-12T20:41:47.657Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-12T20:41:47.657Z * rust toolchain channel = "1.97.1"
242026-08-12T20:41:47.658Z * rust toolchain profile = "default"
252026-08-12T20:41:47.658Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-12T20:41:47.658Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-12T20:41:47.658Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-12T20:41:47.661Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-12T20:41:47.661Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-12T20:41:47.771Zinfo: downloading installer
312026-08-12T20:41:49.424Zwarn: It looks like you have an existing rustup settings file at:
322026-08-12T20:41:49.424Zwarn: /home/build/.rustup/settings.toml
332026-08-12T20:41:49.424Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-12T20:41:49.424Zwarn: instead of the one inferred from the default host triple.
352026-08-12T20:41:49.436Zinfo: profile set to default
362026-08-12T20:41:49.436Zinfo: default host triple is x86_64-unknown-illumos
372026-08-12T20:41:49.439Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-12T20:41:49.590Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-12T20:41:49.593Zinfo: downloading 6 components
402026-08-12T20:42:06.357Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-12T20:42:06.357Z
422026-08-12T20:42:06.385Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-12T20:42:06.385Z
442026-08-12T20:42:06.385Z
452026-08-12T20:42:06.385ZRust is installed now. Great!
462026-08-12T20:42:06.385Z
472026-08-12T20:42:06.385ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-12T20:42:06.386Zenvironment variable. This has not been done automatically.
492026-08-12T20:42:06.386Z
502026-08-12T20:42:06.386ZTo configure your current shell, you need to source
512026-08-12T20:42:06.386Zthe corresponding env file under $HOME/.cargo.
522026-08-12T20:42:06.386Z
532026-08-12T20:42:06.386ZThis is usually done by running one of the following (note the leading DOT):
542026-08-12T20:42:06.386Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-12T20:42:06.386Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-12T20:42:06.386Zsource "~/.cargo/env.nu" # For nushell
572026-08-12T20:42:06.386Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-12T20:42:06.386Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-12T20:42:06.386Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-12T20:42:06.390Zwarn: no default linker (`cc`) was found in your PATH
612026-08-12T20:42:06.390Zwarn: many Rust crates require a system C toolchain to build
622026-08-12T20:42:06.481Z+ rustup --version
632026-08-12T20:42:06.486Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-12T20:42:06.486Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-12T20:42:06.507Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-12T20:42:06.511Z+ cargo --version
672026-08-12T20:42:06.519Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-12T20:42:06.523Z+ rustc --version
692026-08-12T20:42:06.543Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-12T20:42:06.547Zprocess exited: duration 18896 ms, exit code 0
 
712026-08-12T20:42:06.554Zstarting task 2: "authentication"
722026-08-12T20:42:06.576Zprocess exited: duration 22 ms, exit code 0
 
732026-08-12T20:42:06.583Zstarting task 3: "clone repository"
742026-08-12T20:42:06.587Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-12T20:42:06.590Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-12T20:42:06.633ZCloning into '/work/oxidecomputer/omicron'...
772026-08-12T20:42:24.590Z+ cd /work/oxidecomputer/omicron
782026-08-12T20:42:24.590Z+ git fetch origin 05e8f0365dfe1ab760f8eac0deab994938295207
792026-08-12T20:42:24.944ZFrom https://github.com/oxidecomputer/omicron
802026-08-12T20:42:24.944Z * branch 05e8f0365dfe1ab760f8eac0deab994938295207 -> FETCH_HEAD
812026-08-12T20:42:24.964Z+ [[ -n john/remove-sled-agent-zone-nat-setup ]]
822026-08-12T20:42:24.968Z++ git branch --show-current
832026-08-12T20:42:24.968Z+ current=main
842026-08-12T20:42:24.969Z+ [[ main != john/remove-sled-agent-zone-nat-setup ]]
852026-08-12T20:42:24.969Z+ git branch -f john/remove-sled-agent-zone-nat-setup 05e8f0365dfe1ab760f8eac0deab994938295207
862026-08-12T20:42:24.969Z+ git checkout -f john/remove-sled-agent-zone-nat-setup
872026-08-12T20:42:25.227ZSwitched to branch 'john/remove-sled-agent-zone-nat-setup'
882026-08-12T20:42:25.234Z+ git reset --hard 05e8f0365dfe1ab760f8eac0deab994938295207
892026-08-12T20:42:25.241ZHEAD is now at 05e8f0365 update ls-apis
902026-08-12T20:42:25.245Zprocess exited: duration 18658 ms, exit code 0
 
912026-08-12T20:42:25.252Zstarting task 4: "build"
922026-08-12T20:42:25.259Z+ source .github/buildomat/ci-env.sh
932026-08-12T20:42:25.259Z++ export CARGO_TERM_COLOR=always
942026-08-12T20:42:25.259Z++ CARGO_TERM_COLOR=always
952026-08-12T20:42:25.263Z+++ uname -s
962026-08-12T20:42:25.263Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-12T20:42:25.263Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-12T20:42:25.263Z+ cargo --version
992026-08-12T20:42:25.273Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-12T20:42:25.291Z+ rustc --version
1012026-08-12T20:42:25.297Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-12T20:42:25.297Z+ WORK=/work
1032026-08-12T20:42:25.297Z+ pfexec mkdir -p /work
1042026-08-12T20:42:25.302Z+ pfexec chown build /work
1052026-08-12T20:42:25.307Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-12T20:42:28.917Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-12T20:42:28.953Z Startup: Caching catalogs ... Done
1082026-08-12T20:42:33.780ZPlanning: Solver setup ... Done (1.622s)
1092026-08-12T20:42:33.790ZPlanning: Running solver ... Done (0.052s)
1102026-08-12T20:42:33.790ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-12T20:42:33.790ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-12T20:42:33.790ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-12T20:42:33.791ZPlanning: Package planning ... Done (0.015s)
1142026-08-12T20:42:33.791ZPlanning: Merging actions ... Done (0.001s)
1152026-08-12T20:42:33.791ZPlanning: Checking for conflicting actions ... Done (0.165s)
1162026-08-12T20:42:33.792ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-12T20:42:33.792ZPlanning: Evaluating mediators ... Done (2.106s)
1182026-08-12T20:42:33.792ZPlanning: Planning completed in 4.10 seconds
1192026-08-12T20:42:33.792Z Packages to install: 2
1202026-08-12T20:42:33.792Z Estimated space available: 156.01 GB
1212026-08-12T20:42:33.792ZEstimated space to be consumed: 67.95 MB
1222026-08-12T20:42:33.792Z Create boot environment: No
1232026-08-12T20:42:33.792ZCreate backup boot environment: No
1242026-08-12T20:42:33.792Z Rebuild boot archive: No
1252026-08-12T20:42:33.792Z
1262026-08-12T20:42:33.793ZChanged packages:
1272026-08-12T20:42:33.793Zhelios
1282026-08-12T20:42:33.793Z developer/build-essential
1292026-08-12T20:42:33.793Z None -> 11-3.0
1302026-08-12T20:42:33.793Z library/libxmlsec1
1312026-08-12T20:42:33.793Z None -> 1.2.35-3.0
1322026-08-12T20:42:33.793Z
1332026-08-12T20:42:33.793ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-12T20:42:37.736ZDownload: Completed 1.28 MB in 0.99 seconds (1.3M/s)
1352026-08-12T20:42:37.767Z Actions: 1/268 actions (Installing new actions)
1362026-08-12T20:42:37.768Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-12T20:42:37.768ZFinalize: Updating package state database ... Done (0.031s)
1382026-08-12T20:42:37.768ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-12T20:42:37.768ZFinalize: Updating image state ... Done (0.074s)
1402026-08-12T20:42:37.768ZFinalize: Creating fast lookup database ... Done (3.084s)
1412026-08-12T20:42:37.768ZFinalize: Reading search index ... Done (0.042s)
1422026-08-12T20:42:37.768ZFinalize: Updating search index ... Done (0.000s)
1432026-08-12T20:42:37.768ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-12T20:42:37.808ZPlanning: Evaluating mediator changes ... Done
1452026-08-12T20:42:38.718ZPlanning: Checking for conflicting actions ... Done
1462026-08-12T20:42:38.767ZPlanning: Consolidating action changes ... Done
1472026-08-12T20:42:38.768ZPlanning: Evaluating mediators ... Done
1482026-08-12T20:42:38.768ZPlanning: Planning completed in 0.26 seconds
1492026-08-12T20:42:38.768Z Mediators to change: 2
1502026-08-12T20:42:38.768Z Create boot environment: No
1512026-08-12T20:42:38.768ZCreate backup boot environment: No
1522026-08-12T20:42:38.768ZFinalize: Updating package state database ... Done
1532026-08-12T20:42:38.768ZFinalize: Updating package cache ... Done
1542026-08-12T20:42:38.768ZFinalize: Updating image state ... Done
1552026-08-12T20:42:41.243ZFinalize: Creating fast lookup database ... Done
1562026-08-12T20:42:41.265ZFinalize: Reading search index ... Done
1572026-08-12T20:42:41.265ZFinalize: Updating search index ... Done
1582026-08-12T20:42:41.265ZFinalize: Updating package cache ... Done
1592026-08-12T20:42:41.265ZPlanning: Evaluating mediator changes ... Done
1602026-08-12T20:42:41.265ZPlanning: Checking for conflicting actions ... Done
1612026-08-12T20:42:41.265ZPlanning: Consolidating action changes ... Done
1622026-08-12T20:42:41.265ZPlanning: Evaluating mediators ... Done
1632026-08-12T20:42:41.265ZPlanning: Planning completed in 0.26 seconds
1642026-08-12T20:42:41.265Z Mediators to change: 1
1652026-08-12T20:42:41.265Z Create boot environment: No
1662026-08-12T20:42:41.265ZCreate backup boot environment: No
1672026-08-12T20:42:41.265ZFinalize: Updating package state database ... Done
1682026-08-12T20:42:41.265ZFinalize: Updating package cache ... Done
1692026-08-12T20:42:41.266ZFinalize: Updating image state ... Done
1702026-08-12T20:42:42.838ZFinalize: Creating fast lookup database ... Done
1712026-08-12T20:42:42.898ZFinalize: Reading search index ... Done
1722026-08-12T20:42:42.902ZFinalize: Updating search index ... Done
1732026-08-12T20:42:42.983ZFinalize: Updating package cache ... Done
1742026-08-12T20:42:43.294ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-12T20:42:43.294Zapache system 2.4 system
1762026-08-12T20:42:43.294Zclang system 15 system
1772026-08-12T20:42:43.294Zcsh system system illumos
1782026-08-12T20:42:43.294Zctags system system illumos
1792026-08-12T20:42:43.294Zfile vendor vendor darwinsys
1802026-08-12T20:42:43.294Zfile system system illumos
1812026-08-12T20:42:43.294Zgcc vendor 14 vendor
1822026-08-12T20:42:43.294Zgcc system 13 system
1832026-08-12T20:42:43.294Zgcc system 10 system
1842026-08-12T20:42:43.294Zgo system 1.25 system
1852026-08-12T20:42:43.294Zllvm system 15 system
1862026-08-12T20:42:43.294Zmariadb system 11.4 system
1872026-08-12T20:42:43.294Zmta vendor vendor dma
1882026-08-12T20:42:43.294Zopenjdk system 17 system
1892026-08-12T20:42:43.294Zopenjdk system 11 system
1902026-08-12T20:42:43.294Zopenssl vendor 3 vendor
1912026-08-12T20:42:43.294Zperl system 5.40 system
1922026-08-12T20:42:43.295Zpostgresql system 18 system
1932026-08-12T20:42:43.295Zpostgresql system 17 system
1942026-08-12T20:42:43.295Zpython vendor 3 vendor
1952026-08-12T20:42:43.295Zpython system 2 system
1962026-08-12T20:42:43.295Zpython3 vendor 3.13 vendor
1972026-08-12T20:42:43.295Zruby system 3.4 system
1982026-08-12T20:42:43.295Zruby system 3.0 system
1992026-08-12T20:42:43.295Zwords vendor vendor american-english
2002026-08-12T20:42:43.295Zwords system system australian-english
2012026-08-12T20:42:43.295Zwords system system british-english
2022026-08-12T20:42:43.295Zwords system system canadian-english
2032026-08-12T20:42:43.295Zwords system system french
2042026-08-12T20:42:43.295Zwords system system italian
2052026-08-12T20:42:43.295Zwords system system ngerman
2062026-08-12T20:42:43.295Zwords system system ogerman
2072026-08-12T20:42:43.295Zwords system system spanish
2082026-08-12T20:42:43.545ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-12T20:42:43.545Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-12T20:42:43.982ZFMRI IFO
2112026-08-12T20:42:43.982Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-12T20:42:43.982Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-12T20:42:43.982Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-12T20:42:43.982Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-12T20:42:43.982Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-12T20:42:43.982Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-12T20:42:43.982Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-12T20:42:43.982Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-12T20:42:43.982Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-12T20:42:44.291Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-12T20:42:44.659Z Updating crates.io index
2222026-08-12T20:42:44.663Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-12T20:42:44.965Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-12T20:42:45.334Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-12T20:42:46.375Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-12T20:42:46.943Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-12T20:42:48.673Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-12T20:42:49.599Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-12T20:42:49.956Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-12T20:42:50.306Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-12T20:42:51.937Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-12T20:42:52.255Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-12T20:42:52.623Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-12T20:42:52.990Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-12T20:42:53.280Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-12T20:42:53.573Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-12T20:42:53.847Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-12T20:42:54.146Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-12T20:42:54.459Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-12T20:42:55.084Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-12T20:42:55.480Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-12T20:42:56.027Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-12T20:42:56.325Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-12T20:42:56.992Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-12T20:42:57.349Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-12T20:42:57.634Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-12T20:42:58.074Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-12T20:42:58.360Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-12T20:42:58.816Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-12T20:42:59.172Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-12T20:42:59.474Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-12T20:42:59.834Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-12T20:43:00.304Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-12T20:43:00.833Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-12T20:43:01.135Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-12T20:43:01.412Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-12T20:43:01.773Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-12T20:43:02.378Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-12T20:43:02.691Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-12T20:43:03.018Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-12T20:43:03.329Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-12T20:43:03.685Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-08-12T20:43:06.443Z Downloading crates ...
2642026-08-12T20:43:06.495Z Downloaded camino-tempfile v1.4.1
2652026-08-12T20:43:06.499Z Downloaded digest v0.10.7
2662026-08-12T20:43:06.503Z Downloaded thread-id v4.2.2
2672026-08-12T20:43:06.503Z Downloaded anyhow v1.0.102
2682026-08-12T20:43:06.507Z Downloaded pest_derive v2.8.6
2692026-08-12T20:43:06.510Z Downloaded scroll v0.12.0
2702026-08-12T20:43:06.515Z Downloaded zmij v1.0.21
2712026-08-12T20:43:06.518Z Downloaded papergrid v0.11.0
2722026-08-12T20:43:06.518Z Downloaded heck v0.4.1
2732026-08-12T20:43:06.521Z Downloaded byteorder v1.5.0
2742026-08-12T20:43:06.521Z Downloaded cfg-if v1.0.4
2752026-08-12T20:43:06.521Z Downloaded anstream v1.0.0
2762026-08-12T20:43:06.521Z Downloaded pest_meta v2.8.6
2772026-08-12T20:43:06.525Z Downloaded crypto-common v0.1.7
2782026-08-12T20:43:06.525Z Downloaded zerocopy-derive v0.7.35
2792026-08-12T20:43:06.528Z Downloaded cargo_toml v0.21.0
2802026-08-12T20:43:06.528Z Downloaded macaddr v1.0.1
2812026-08-12T20:43:06.531Z Downloaded colorchoice v1.0.4
2822026-08-12T20:43:06.532Z Downloaded anstyle-parse v1.0.0
2832026-08-12T20:43:06.532Z Downloaded block-buffer v0.10.4
2842026-08-12T20:43:06.532Z Downloaded clap_lex v1.0.0
2852026-08-12T20:43:06.532Z Downloaded once_cell v1.21.3
2862026-08-12T20:43:06.535Z Downloaded zerocopy v0.7.35
2872026-08-12T20:43:06.541Z Downloaded version_check v0.9.5
2882026-08-12T20:43:06.546Z Downloaded generic-array v0.14.7
2892026-08-12T20:43:06.549Z Downloaded getrandom v0.4.1
2902026-08-12T20:43:06.550Z Downloaded itoa v1.0.17
2912026-08-12T20:43:06.550Z Downloaded dof v0.3.0
2922026-08-12T20:43:06.553Z Downloaded dtrace-parser v0.2.0
2932026-08-12T20:43:06.553Z Downloaded errno v0.3.14
2942026-08-12T20:43:06.553Z Downloaded memmap v0.7.0
2952026-08-12T20:43:06.556Z Downloaded cpufeatures v0.2.17
2962026-08-12T20:43:06.559Z Downloaded fnv v1.0.7
2972026-08-12T20:43:06.563Z Downloaded cargo-platform v0.3.2
2982026-08-12T20:43:06.566Z Downloaded fastrand v2.3.0
2992026-08-12T20:43:06.570Z Downloaded usdt-attr-macro v0.5.0
3002026-08-12T20:43:06.574Z Downloaded swrite v0.1.0
3012026-08-12T20:43:06.576Z Downloaded usdt v0.5.0
3022026-08-12T20:43:06.576Z Downloaded anstyle-query v1.1.5
3032026-08-12T20:43:06.581Z Downloaded heck v0.5.0
3042026-08-12T20:43:06.584Z Downloaded serde_spanned v0.6.9
3052026-08-12T20:43:06.584Z Downloaded usdt-macro v0.5.0
3062026-08-12T20:43:06.584Z Downloaded utf8parse v0.2.2
3072026-08-12T20:43:06.584Z Downloaded pretty-hex v0.4.1
3082026-08-12T20:43:06.584Z Downloaded tabled_derive v0.7.0
3092026-08-12T20:43:06.587Z Downloaded scroll_derive v0.12.1
3102026-08-12T20:43:06.590Z Downloaded unicode-linebreak v0.1.5
3112026-08-12T20:43:06.593Z Downloaded strsim v0.11.1
3122026-08-12T20:43:06.596Z Downloaded camino v1.2.2
3132026-08-12T20:43:06.599Z Downloaded bitflags v2.11.0
3142026-08-12T20:43:06.602Z Downloaded is_terminal_polyfill v1.70.2
3152026-08-12T20:43:06.607Z Downloaded plain v0.2.3
3162026-08-12T20:43:06.609Z Downloaded smawk v0.3.2
3172026-08-12T20:43:06.609Z Downloaded proc-macro-error-attr v1.0.4
3182026-08-12T20:43:06.615Z Downloaded toml_write v0.1.2
3192026-08-12T20:43:06.620Z Downloaded toml_datetime v0.6.11
3202026-08-12T20:43:06.622Z Downloaded autocfg v1.5.0
3212026-08-12T20:43:06.622Z Downloaded thiserror v1.0.69
3222026-08-12T20:43:06.625Z Downloaded equivalent v1.0.2
3232026-08-12T20:43:06.628Z Downloaded thiserror-impl v2.0.18
3242026-08-12T20:43:06.628Z Downloaded terminal_size v0.4.3
3252026-08-12T20:43:06.632Z Downloaded usdt-impl v0.5.0
3262026-08-12T20:43:06.635Z Downloaded serde_tokenstream v0.2.3
3272026-08-12T20:43:06.636Z Downloaded sha2 v0.10.9
3282026-08-12T20:43:06.636Z Downloaded bytecount v0.6.9
3292026-08-12T20:43:06.639Z Downloaded fs-err v3.3.0
3302026-08-12T20:43:06.639Z Downloaded cargo_metadata v0.23.1
3312026-08-12T20:43:06.642Z Downloaded anstyle v1.0.14
3322026-08-12T20:43:07.053Z Downloaded quote v1.0.45
3332026-08-12T20:43:07.053Z Downloaded thiserror-impl v1.0.69
3342026-08-12T20:43:07.053Z Downloaded thiserror v2.0.18
3352026-08-12T20:43:07.053Z Downloaded semver v1.0.28
3362026-08-12T20:43:07.053Z Downloaded clap v4.6.1
3372026-08-12T20:43:07.053Z Downloaded tempfile v3.25.0
3382026-08-12T20:43:07.053Z Downloaded toml v0.8.23
3392026-08-12T20:43:07.053Z Downloaded clap_derive v4.6.1
3402026-08-12T20:43:07.053Z Downloaded proc-macro-error v1.0.4
3412026-08-12T20:43:07.053Z Downloaded ucd-trie v0.1.7
3422026-08-12T20:43:07.054Z Downloaded textwrap v0.16.2
3432026-08-12T20:43:07.054Z Downloaded log v0.4.29
3442026-08-12T20:43:07.054Z Downloaded pest_generator v2.8.6
3452026-08-12T20:43:07.054Z Downloaded proc-macro2 v1.0.106
3462026-08-12T20:43:07.054Z Downloaded unicode-ident v1.0.24
3472026-08-12T20:43:07.054Z Downloaded serde_core v1.0.228
3482026-08-12T20:43:07.054Z Downloaded serde_derive v1.0.228
3492026-08-12T20:43:07.054Z Downloaded toml_edit v0.22.27
3502026-08-12T20:43:07.054Z Downloaded serde v1.0.228
3512026-08-12T20:43:07.054Z Downloaded pest v2.8.6
3522026-08-12T20:43:07.054Z Downloaded memchr v2.8.0
3532026-08-12T20:43:07.054Z Downloaded indexmap v2.14.0
3542026-08-12T20:43:07.054Z Downloaded typenum v1.20.1
3552026-08-12T20:43:07.054Z Downloaded clap_builder v4.6.0
3562026-08-12T20:43:07.054Z Downloaded serde_json v1.0.151
3572026-08-12T20:43:07.054Z Downloaded goblin v0.8.2
3582026-08-12T20:43:07.054Z Downloaded hashbrown v0.17.0
3592026-08-12T20:43:07.054Z Downloaded winnow v0.7.14
3602026-08-12T20:43:07.054Z Downloaded tabled v0.15.0
3612026-08-12T20:43:07.054Z Downloaded syn v1.0.109
3622026-08-12T20:43:07.054Z Downloaded unicode-width v0.1.14
3632026-08-12T20:43:07.054Z Downloaded unicode-width v0.2.0
3642026-08-12T20:43:07.054Z Downloaded syn v2.0.117
3652026-08-12T20:43:07.054Z Downloaded rustix v1.1.3
3662026-08-12T20:43:07.054Z Downloaded libc v0.2.185
3672026-08-12T20:43:07.054Z Compiling proc-macro2 v1.0.106
3682026-08-12T20:43:07.054Z Compiling unicode-ident v1.0.24
3692026-08-12T20:43:07.054Z Compiling quote v1.0.45
3702026-08-12T20:43:07.054Z Compiling serde_core v1.0.228
3712026-08-12T20:43:07.135Z Compiling libc v0.2.185
3722026-08-12T20:43:07.138Z Compiling version_check v0.9.5
3732026-08-12T20:43:07.152Z Compiling memchr v2.8.0
3742026-08-12T20:43:07.155Z Compiling serde v1.0.228
3752026-08-12T20:43:07.155Z Compiling zmij v1.0.21
3762026-08-12T20:43:07.155Z Compiling ucd-trie v0.1.7
3772026-08-12T20:43:07.155Z Compiling thiserror v1.0.69
3782026-08-12T20:43:07.155Z Compiling itoa v1.0.17
3792026-08-12T20:43:07.195Z Compiling rustix v1.1.3
3802026-08-12T20:43:07.210Z Compiling byteorder v1.5.0
3812026-08-12T20:43:07.325Z Compiling bitflags v2.11.0
3822026-08-12T20:43:07.418Z Compiling serde_json v1.0.151
3832026-08-12T20:43:07.628Z Compiling usdt-impl v0.5.0
3842026-08-12T20:43:07.663Z Compiling proc-macro-error-attr v1.0.4
3852026-08-12T20:43:07.700Z Compiling camino v1.2.2
3862026-08-12T20:43:07.722Z Compiling syn v1.0.109
3872026-08-12T20:43:07.772Z Compiling pest v2.8.6
3882026-08-12T20:43:07.863Z Compiling proc-macro-error v1.0.4
3892026-08-12T20:43:07.868Z Compiling equivalent v1.0.2
3902026-08-12T20:43:07.951Z Compiling log v0.4.29
3912026-08-12T20:43:07.967Z Compiling getrandom v0.4.1
3922026-08-12T20:43:08.006Z Compiling hashbrown v0.17.0
3932026-08-12T20:43:08.061Z Compiling utf8parse v0.2.2
3942026-08-12T20:43:08.069Z Compiling plain v0.2.3
3952026-08-12T20:43:08.142Z Compiling toml_write v0.1.2
3962026-08-12T20:43:08.191Z Compiling cfg-if v1.0.4
3972026-08-12T20:43:08.211Z Compiling anstyle-parse v1.0.0
3982026-08-12T20:43:08.217Z Compiling winnow v0.7.14
3992026-08-12T20:43:08.217Z Compiling autocfg v1.5.0
4002026-08-12T20:43:08.267Z Compiling anstyle-query v1.1.5
4012026-08-12T20:43:08.271Z Compiling anstyle v1.0.14
4022026-08-12T20:43:08.271Z Compiling is_terminal_polyfill v1.70.2
4032026-08-12T20:43:08.321Z Compiling errno v0.3.14
4042026-08-12T20:43:08.377Z Compiling thread-id v4.2.2
4052026-08-12T20:43:08.394Z Compiling pretty-hex v0.4.1
4062026-08-12T20:43:08.414Z Compiling colorchoice v1.0.4
4072026-08-12T20:43:08.451Z Compiling thiserror v2.0.18
4082026-08-12T20:43:08.528Z Compiling anstream v1.0.0
4092026-08-12T20:43:08.544Z Compiling fastrand v2.3.0
4102026-08-12T20:43:08.564Z Compiling syn v2.0.117
4112026-08-12T20:43:08.567Z Compiling indexmap v2.14.0
4122026-08-12T20:43:08.645Z Compiling once_cell v1.21.3
4132026-08-12T20:43:08.648Z Compiling anyhow v1.0.102
4142026-08-12T20:43:08.714Z Compiling strsim v0.11.1
4152026-08-12T20:43:08.733Z Compiling fs-err v3.3.0
4162026-08-12T20:43:08.897Z Compiling heck v0.4.1
4172026-08-12T20:43:08.921Z Compiling pest_meta v2.8.6
4182026-08-12T20:43:08.954Z Compiling fnv v1.0.7
4192026-08-12T20:43:08.983Z Compiling bytecount v0.6.9
4202026-08-12T20:43:09.067Z Compiling heck v0.5.0
4212026-08-12T20:43:09.086Z Compiling unicode-width v0.1.14
4222026-08-12T20:43:09.107Z Compiling clap_lex v1.0.0
4232026-08-12T20:43:09.167Z Compiling memmap v0.7.0
4242026-08-12T20:43:09.170Z Compiling smawk v0.3.2
4252026-08-12T20:43:09.219Z Compiling unicode-linebreak v0.1.5
4262026-08-12T20:43:09.285Z Compiling unicode-width v0.2.0
4272026-08-12T20:43:09.334Z Compiling papergrid v0.11.0
4282026-08-12T20:43:09.352Z Compiling swrite v0.1.0
4292026-08-12T20:43:09.399Z Compiling terminal_size v0.4.3
4302026-08-12T20:43:09.400Z Compiling tempfile v3.25.0
4312026-08-12T20:43:09.582Z Compiling clap_builder v4.6.0
4322026-08-12T20:43:09.601Z Compiling semver v1.0.28
4332026-08-12T20:43:09.618Z Compiling cargo-platform v0.3.2
4342026-08-12T20:43:09.637Z Compiling textwrap v0.16.2
4352026-08-12T20:43:09.742Z Compiling camino-tempfile v1.4.1
4362026-08-12T20:43:10.172Z Compiling tabled_derive v0.7.0
4372026-08-12T20:43:10.776Z Compiling pest_generator v2.8.6
4382026-08-12T20:43:10.844Z Compiling tabled v0.15.0
4392026-08-12T20:43:11.256Z Compiling serde_derive v1.0.228
4402026-08-12T20:43:11.256Z Compiling thiserror-impl v1.0.69
4412026-08-12T20:43:11.259Z Compiling zerocopy-derive v0.7.35
4422026-08-12T20:43:11.259Z Compiling scroll_derive v0.12.1
4432026-08-12T20:43:11.260Z Compiling thiserror-impl v2.0.18
4442026-08-12T20:43:11.260Z Compiling clap_derive v4.6.1
4452026-08-12T20:43:11.359Z Compiling pest_derive v2.8.6
4462026-08-12T20:43:11.914Z Compiling scroll v0.12.0
4472026-08-12T20:43:12.002Z Compiling zerocopy v0.7.35
4482026-08-12T20:43:12.125Z Compiling goblin v0.8.2
4492026-08-12T20:43:12.324Z Compiling dtrace-parser v0.2.0
4502026-08-12T20:43:12.647Z Compiling clap v4.6.1
4512026-08-12T20:43:13.649Z Compiling dof v0.3.0
4522026-08-12T20:43:13.649Z Compiling serde_tokenstream v0.2.3
4532026-08-12T20:43:13.666Z Compiling serde_spanned v0.6.9
4542026-08-12T20:43:13.669Z Compiling toml_datetime v0.6.11
4552026-08-12T20:43:13.669Z Compiling macaddr v1.0.1
4562026-08-12T20:43:13.669Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-08-12T20:43:13.669Z Compiling cargo_metadata v0.23.1
4582026-08-12T20:43:13.862Z Compiling toml_edit v0.22.27
4592026-08-12T20:43:14.326Z Compiling usdt-attr-macro v0.5.0
4602026-08-12T20:43:14.330Z Compiling usdt-macro v0.5.0
4612026-08-12T20:43:14.935Z Compiling usdt v0.5.0
4622026-08-12T20:43:15.125Z Compiling toml v0.8.23
4632026-08-12T20:43:15.446Z Compiling cargo_toml v0.21.0
4642026-08-12T20:43:16.718Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-08-12T20:43:18.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.65s
4662026-08-12T20:43:18.995Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-08-12T20:43:19.497Z Downloading crates ...
4682026-08-12T20:43:19.562Z Downloaded async-stream v0.3.6
4692026-08-12T20:43:19.567Z Downloaded base16ct v1.0.0
4702026-08-12T20:43:19.570Z Downloaded arrayvec v0.7.6
4712026-08-12T20:43:19.574Z Downloaded aho-corasick v1.1.4
4722026-08-12T20:43:19.577Z Downloaded convert_case v0.4.0
4732026-08-12T20:43:19.579Z Downloaded futures-core v0.3.32
4742026-08-12T20:43:19.586Z Downloaded array-init v0.0.4
4752026-08-12T20:43:19.589Z Downloaded bb8 v0.8.6
4762026-08-12T20:43:19.589Z Downloaded bitfield-struct v0.6.2
4772026-08-12T20:43:19.589Z Downloaded form_urlencoded v1.2.2
4782026-08-12T20:43:19.592Z Downloaded endian-type v0.1.2
4792026-08-12T20:43:19.592Z Downloaded expectorate v1.2.0
4802026-08-12T20:43:19.595Z Downloaded filetime v0.2.27
4812026-08-12T20:43:19.595Z Downloaded ghash v0.6.0
4822026-08-12T20:43:19.595Z Downloaded glob v0.3.3
4832026-08-12T20:43:19.595Z Downloaded constant_time_eq v0.4.2
4842026-08-12T20:43:19.598Z Downloaded ascii-canvas v3.0.0
4852026-08-12T20:43:19.598Z Downloaded foldhash v0.2.0
4862026-08-12T20:43:19.598Z Downloaded adler2 v2.0.1
4872026-08-12T20:43:19.598Z Downloaded fd-lock v4.0.4
4882026-08-12T20:43:19.601Z Downloaded foreign-types-shared v0.1.1
4892026-08-12T20:43:19.601Z Downloaded env_filter v1.0.0
4902026-08-12T20:43:19.601Z Downloaded flagset v0.4.7
4912026-08-12T20:43:19.601Z Downloaded clang-sys v1.8.1
4922026-08-12T20:43:19.604Z Downloaded fixedbitset v0.4.2
4932026-08-12T20:43:19.607Z Downloaded fs_extra v1.3.0
4942026-08-12T20:43:19.607Z Downloaded futures-task v0.3.32
4952026-08-12T20:43:19.607Z Downloaded foreign-types-macros v0.2.3
4962026-08-12T20:43:19.607Z Downloaded futures-io v0.3.32
4972026-08-12T20:43:19.607Z Downloaded erased-serde v0.3.31
4982026-08-12T20:43:19.610Z Downloaded fallible-iterator v0.2.0
4992026-08-12T20:43:19.610Z Downloaded foreign-types v0.3.2
5002026-08-12T20:43:19.610Z Downloaded futures-channel v0.3.32
5012026-08-12T20:43:19.610Z Downloaded atty v0.2.14
5022026-08-12T20:43:19.614Z Downloaded async-recursion v1.1.1
5032026-08-12T20:43:19.614Z Downloaded gethostname v0.5.0
5042026-08-12T20:43:19.614Z Downloaded foreign-types-shared v0.3.1
5052026-08-12T20:43:19.614Z Downloaded git-stub v1.0.0
5062026-08-12T20:43:19.616Z Downloaded float-ord v0.3.2
5072026-08-12T20:43:19.616Z Downloaded funty v2.0.0
5082026-08-12T20:43:19.616Z Downloaded bit-set v0.8.0
5092026-08-12T20:43:19.620Z Downloaded arrayref v0.3.9
5102026-08-12T20:43:19.622Z Downloaded enum-as-inner v0.6.1
5112026-08-12T20:43:19.622Z Downloaded futures-sink v0.3.32
5122026-08-12T20:43:19.622Z Downloaded const-oid v0.10.2
5132026-08-12T20:43:19.625Z Downloaded futures-macro v0.3.32
5142026-08-12T20:43:19.626Z Downloaded generic-array v1.4.3
5152026-08-12T20:43:19.629Z Downloaded argon2 v0.5.3
5162026-08-12T20:43:19.629Z Downloaded argon2 v0.6.0-rc.8
5172026-08-12T20:43:19.630Z Downloaded anstyle-parse v0.2.7
5182026-08-12T20:43:19.635Z Downloaded fixedbitset v0.5.7
5192026-08-12T20:43:19.635Z Downloaded foldhash v0.1.5
5202026-08-12T20:43:19.635Z Downloaded backoff v0.4.0
5212026-08-12T20:43:19.635Z Downloaded enum_dispatch v0.3.13
5222026-08-12T20:43:19.638Z Downloaded foreign-types v0.5.0
5232026-08-12T20:43:19.638Z Downloaded fxhash v0.2.1
5242026-08-12T20:43:19.642Z Downloaded hash32 v0.2.1
5252026-08-12T20:43:19.646Z Downloaded float-cmp v0.10.0
5262026-08-12T20:43:19.646Z Downloaded bcrypt-pbkdf v0.11.0
5272026-08-12T20:43:19.649Z Downloaded async-stream-impl v0.3.6
5282026-08-12T20:43:19.649Z Downloaded atomicwrites v0.4.4
5292026-08-12T20:43:19.649Z Downloaded home v0.5.12
5302026-08-12T20:43:19.650Z Downloaded httpdate v1.0.3
5312026-08-12T20:43:19.659Z Downloaded hostname v0.3.1
5322026-08-12T20:43:19.659Z Downloaded http-body v1.0.1
5332026-08-12T20:43:19.659Z Downloaded hubpack_derive v0.1.1
5342026-08-12T20:43:19.659Z Downloaded blake2 v0.10.6
5352026-08-12T20:43:19.660Z Downloaded chacha20poly1305 v0.10.1
5362026-08-12T20:43:19.660Z Downloaded ciborium-ll v0.2.2
5372026-08-12T20:43:19.665Z Downloaded ff v0.13.1
5382026-08-12T20:43:19.665Z Downloaded futures-executor v0.3.32
5392026-08-12T20:43:19.665Z Downloaded aead v0.5.2
5402026-08-12T20:43:19.665Z Downloaded assert_matches v1.5.0
5412026-08-12T20:43:19.665Z Downloaded atomic-waker v1.1.2
5422026-08-12T20:43:19.665Z Downloaded hostname v0.4.2
5432026-08-12T20:43:19.674Z Downloaded headers-core v0.3.0
5442026-08-12T20:43:19.677Z Downloaded hyper-tls v0.6.0
5452026-08-12T20:43:19.678Z Downloaded base16ct v0.2.0
5462026-08-12T20:43:19.680Z Downloaded hash32 v0.3.1
5472026-08-12T20:43:19.680Z Downloaded hubpack v0.1.2
5482026-08-12T20:43:19.683Z Downloaded cfg_aliases v0.2.1
5492026-08-12T20:43:19.683Z Downloaded compression-core v0.4.31
5502026-08-12T20:43:19.686Z Downloaded bitfield-macros v0.19.4
5512026-08-12T20:43:19.686Z Downloaded block-buffer v0.12.1
5522026-08-12T20:43:19.686Z Downloaded hex-literal v1.1.0
5532026-08-12T20:43:19.689Z Downloaded num_enum_derive v0.5.11
5542026-08-12T20:43:19.689Z Downloaded globwalk v0.9.1
5552026-08-12T20:43:19.692Z Downloaded block-padding v0.4.2
5562026-08-12T20:43:19.692Z Downloaded hex v0.4.3
5572026-08-12T20:43:19.701Z Downloaded packed_struct_codegen v0.10.1
5582026-08-12T20:43:19.701Z Downloaded castaway v0.2.4
5592026-08-12T20:43:19.701Z Downloaded env_logger v0.11.9
5602026-08-12T20:43:19.701Z Downloaded fs-err v2.11.0
5612026-08-12T20:43:19.701Z Downloaded cfg_aliases v0.1.1
5622026-08-12T20:43:19.704Z Downloaded highway v1.3.0
5632026-08-12T20:43:19.704Z Downloaded ciborium-io v0.2.2
5642026-08-12T20:43:19.707Z Downloaded num-conv v0.2.0
5652026-08-12T20:43:19.710Z Downloaded futures v0.3.32
5662026-08-12T20:43:19.716Z Downloaded aead v0.6.1
5672026-08-12T20:43:19.719Z Downloaded group v0.14.0
5682026-08-12T20:43:19.719Z Downloaded bcs v0.1.6
5692026-08-12T20:43:19.719Z Downloaded anstream v0.6.21
5702026-08-12T20:43:19.722Z Downloaded arc-swap v1.8.2
5712026-08-12T20:43:19.722Z Downloaded bzip2 v0.4.4
5722026-08-12T20:43:19.724Z Downloaded predicates-core v1.0.10
5732026-08-12T20:43:19.727Z Downloaded rand_xorshift v0.4.0
5742026-08-12T20:43:19.727Z Downloaded recursive-proc-macro-impl v0.1.1
5752026-08-12T20:43:19.727Z Downloaded progenitor-macro v0.13.0
5762026-08-12T20:43:19.738Z Downloaded progenitor-macro v0.14.0
5772026-08-12T20:43:19.741Z Downloaded cobs v0.3.0
5782026-08-12T20:43:19.744Z Downloaded num v0.4.3
5792026-08-12T20:43:19.744Z Downloaded openssl-macros v0.1.1
5802026-08-12T20:43:19.744Z Downloaded http-range v0.1.5
5812026-08-12T20:43:19.753Z Downloaded phf_shared v0.13.1
5822026-08-12T20:43:19.757Z Downloaded git-stub-vcs v0.1.0
5832026-08-12T20:43:19.757Z Downloaded globset v0.4.18
5842026-08-12T20:43:19.758Z Downloaded http-body-util v0.1.3
5852026-08-12T20:43:19.758Z Downloaded group v0.13.0
5862026-08-12T20:43:19.758Z Downloaded rfc6979 v0.4.0
5872026-08-12T20:43:19.762Z Downloaded same-file v1.0.6
5882026-08-12T20:43:19.766Z Downloaded russh-cryptovec v0.62.0
5892026-08-12T20:43:19.766Z Downloaded bit-set v0.5.3
5902026-08-12T20:43:19.766Z Downloaded sapling-renderdag v0.1.0
5912026-08-12T20:43:19.769Z Downloaded hmac v0.12.1
5922026-08-12T20:43:19.772Z Downloaded hyper-rustls v0.27.7
5932026-08-12T20:43:19.772Z Downloaded bit-vec v0.8.0
5942026-08-12T20:43:19.772Z Downloaded byte-wrapper v0.1.0
5952026-08-12T20:43:19.775Z Downloaded strsim v0.10.0
5962026-08-12T20:43:19.775Z Downloaded cmake v0.1.57
5972026-08-12T20:43:19.775Z Downloaded async-trait v0.1.89
5982026-08-12T20:43:19.778Z Downloaded base64ct v1.8.3
5992026-08-12T20:43:19.778Z Downloaded strip-ansi-escapes v0.2.1
6002026-08-12T20:43:19.778Z Downloaded cipher v0.5.2
6012026-08-12T20:43:19.782Z Downloaded slog-bunyan v2.5.0
6022026-08-12T20:43:19.785Z Downloaded fatfs v0.3.6
6032026-08-12T20:43:19.788Z Downloaded bs58 v0.5.1
6042026-08-12T20:43:19.788Z Downloaded cipher v0.4.4
6052026-08-12T20:43:19.788Z Downloaded bitfield v0.19.4
6062026-08-12T20:43:19.791Z Downloaded chacha20 v0.9.1
6072026-08-12T20:43:19.791Z Downloaded hyper-staticfile v0.10.1
6082026-08-12T20:43:19.791Z Downloaded packed_struct v0.10.1
6092026-08-12T20:43:19.794Z Downloaded termtree v0.5.1
6102026-08-12T20:43:19.794Z Downloaded tap v1.0.1
6112026-08-12T20:43:19.794Z Downloaded serde-big-array v0.5.1
6122026-08-12T20:43:19.797Z Downloaded sigpipe v0.1.3
6132026-08-12T20:43:19.801Z Downloaded getrandom v0.2.17
6142026-08-12T20:43:19.801Z Downloaded blowfish v0.10.0
6152026-08-12T20:43:19.805Z Downloaded const_format_proc_macros v0.2.34
6162026-08-12T20:43:19.805Z Downloaded polyval v0.7.1
6172026-08-12T20:43:19.805Z Downloaded camino-tempfile-ext v0.3.3
6182026-08-12T20:43:19.811Z Downloaded phf v0.12.1
6192026-08-12T20:43:19.814Z Downloaded primefield v0.14.0
6202026-08-12T20:43:19.814Z Downloaded progenitor v0.13.0
6212026-08-12T20:43:19.814Z Downloaded progenitor v0.14.0
6222026-08-12T20:43:19.818Z Downloaded async-bb8-diesel v0.2.1
6232026-08-12T20:43:19.818Z Downloaded bitflags v1.3.2
6242026-08-12T20:43:19.818Z Downloaded supports-color v3.0.2
6252026-08-12T20:43:19.821Z Downloaded sync-ptr v0.1.4
6262026-08-12T20:43:19.821Z Downloaded sec1 v0.8.1
6272026-08-12T20:43:19.821Z Downloaded serde-hex v0.1.0
6282026-08-12T20:43:19.821Z Downloaded topological-sort v0.2.2
6292026-08-12T20:43:19.821Z Downloaded untrusted v0.7.1
6302026-08-12T20:43:19.821Z Downloaded utf8_iter v1.0.4
6312026-08-12T20:43:19.825Z Downloaded usdt-attr-macro v0.6.0
6322026-08-12T20:43:19.825Z Downloaded buf-list v1.1.2
6332026-08-12T20:43:19.828Z Downloaded tower-layer v0.3.3
6342026-08-12T20:43:19.828Z Downloaded wait-timeout v0.2.1
6352026-08-12T20:43:19.828Z Downloaded cexpr v0.6.0
6362026-08-12T20:43:19.828Z Downloaded find-msvc-tools v0.1.9
6372026-08-12T20:43:19.831Z Downloaded rustversion v1.0.22
6382026-08-12T20:43:19.831Z Downloaded sec1 v0.7.3
6392026-08-12T20:43:19.831Z Downloaded half v1.8.3
6402026-08-12T20:43:19.834Z Downloaded hybrid-array v0.4.13
6412026-08-12T20:43:19.834Z Downloaded cassowary v0.3.0
6422026-08-12T20:43:19.834Z Downloaded compression-codecs v0.4.37
6432026-08-12T20:43:19.837Z Downloaded humantime v2.3.0
6442026-08-12T20:43:19.837Z Downloaded hmac v0.13.0
6452026-08-12T20:43:19.839Z Downloaded powerfmt v0.2.0
6462026-08-12T20:43:19.842Z Downloaded pem v3.0.6
6472026-08-12T20:43:19.842Z Downloaded rand_core v0.9.5
6482026-08-12T20:43:19.846Z Downloaded rpassword v7.5.4
6492026-08-12T20:43:19.849Z Downloaded schemars_derive v0.8.22
6502026-08-12T20:43:19.849Z Downloaded ff v0.14.0
6512026-08-12T20:43:19.849Z Downloaded getrandom v0.3.4
6522026-08-12T20:43:19.852Z Downloaded httparse v1.10.1
6532026-08-12T20:43:19.855Z Downloaded shell-words v1.1.1
6542026-08-12T20:43:19.855Z Downloaded cpubits v0.1.1
6552026-08-12T20:43:19.858Z Downloaded flate2 v1.1.9
6562026-08-12T20:43:19.860Z Downloaded slog-dtrace v0.3.0
6572026-08-12T20:43:19.863Z Downloaded smf v0.2.3
6582026-08-12T20:43:19.863Z Downloaded backon v1.6.0
6592026-08-12T20:43:19.863Z Downloaded bit-vec v0.6.3
6602026-08-12T20:43:19.866Z Downloaded pkcs1 v0.7.5
6612026-08-12T20:43:19.869Z Downloaded cbc v0.2.1
6622026-08-12T20:43:19.869Z Downloaded tinystr v0.8.2
6632026-08-12T20:43:19.869Z Downloaded num-rational v0.4.2
6642026-08-12T20:43:19.872Z Downloaded bzip2 v0.6.1
6652026-08-12T20:43:19.875Z Downloaded console v0.16.2
6662026-08-12T20:43:19.875Z Downloaded signal-hook-registry v1.4.8
6672026-08-12T20:43:19.875Z Downloaded spki v0.7.3
6682026-08-12T20:43:19.878Z Downloaded ciborium v0.2.2
6692026-08-12T20:43:19.878Z Downloaded flume v0.11.1
6702026-08-12T20:43:19.881Z Downloaded half v2.7.1
6712026-08-12T20:43:19.881Z Downloaded termios v0.3.3
6722026-08-12T20:43:19.884Z Downloaded simd-adler32 v0.3.8
6732026-08-12T20:43:19.884Z Downloaded cmov v0.5.4
6742026-08-12T20:43:19.884Z Downloaded poly1305 v0.9.0
6752026-08-12T20:43:19.887Z Downloaded cancel-safe-futures v0.1.5
6762026-08-12T20:43:19.890Z Downloaded allocator-api2 v0.2.21
6772026-08-12T20:43:19.893Z Downloaded crc-catalog v2.4.0
6782026-08-12T20:43:19.893Z Downloaded cstr-argument v0.1.2
6792026-08-12T20:43:19.893Z Downloaded darling_macro v0.21.3
6802026-08-12T20:43:19.896Z Downloaded static_assertions v1.1.0
6812026-08-12T20:43:19.896Z Downloaded strum_macros v0.27.2
6822026-08-12T20:43:19.899Z Downloaded downcast-rs v2.0.2
6832026-08-12T20:43:19.899Z Downloaded tokio-native-tls v0.3.1
6842026-08-12T20:43:19.902Z Downloaded defmt v0.3.100
6852026-08-12T20:43:19.905Z Downloaded digest-io v0.1.0
6862026-08-12T20:43:19.908Z Downloaded dropshot-api-manager-types v0.7.2
6872026-08-12T20:43:19.910Z Downloaded dtrace-parser v0.3.0
6882026-08-12T20:43:19.911Z Downloaded embedded-io v0.6.1
6892026-08-12T20:43:19.914Z Downloaded ident_case v1.0.1
6902026-08-12T20:43:19.918Z Downloaded inout v0.2.2
6912026-08-12T20:43:19.918Z Downloaded sha2 v0.11.0
6922026-08-12T20:43:19.921Z Downloaded ahash v0.8.12
6932026-08-12T20:43:19.921Z Downloaded blake2 v0.11.0-rc.6
6942026-08-12T20:43:19.921Z Downloaded colored v3.1.1
6952026-08-12T20:43:19.921Z Downloaded oxide-update-engine-types v0.1.2
6962026-08-12T20:43:19.924Z Downloaded convert_case v0.10.0
6972026-08-12T20:43:19.924Z Downloaded console v0.15.11
6982026-08-12T20:43:19.927Z Downloaded heapless v0.7.17
6992026-08-12T20:43:19.927Z Downloaded internet-checksum v0.2.1
7002026-08-12T20:43:19.930Z Downloaded lalrpop-util v0.19.12
7012026-08-12T20:43:19.933Z Downloaded managed v0.8.0
7022026-08-12T20:43:19.936Z Downloaded smallvec v1.15.1
7032026-08-12T20:43:19.936Z Downloaded vergen-lib v9.1.0
7042026-08-12T20:43:19.939Z Downloaded whoami v1.6.1
7052026-08-12T20:43:19.939Z Downloaded papergrid v0.18.0
7062026-08-12T20:43:19.942Z Downloaded pkcs1 v0.8.0-rc.4
7072026-08-12T20:43:19.946Z Downloaded maplit v1.0.2
7082026-08-12T20:43:19.946Z Downloaded match_cfg v0.1.0
7092026-08-12T20:43:19.946Z Downloaded normalize-line-endings v0.3.0
7102026-08-12T20:43:19.949Z Downloaded lzss v0.8.2
7112026-08-12T20:43:19.949Z Downloaded nonempty v0.12.0
7122026-08-12T20:43:19.949Z Downloaded num_threads v0.1.7
7132026-08-12T20:43:19.952Z Downloaded path-slash v0.1.5
7142026-08-12T20:43:19.952Z Downloaded peg-runtime v0.8.5
7152026-08-12T20:43:19.952Z Downloaded potential_utf v0.1.4
7162026-08-12T20:43:19.952Z Downloaded predicates-tree v1.0.13
7172026-08-12T20:43:19.955Z Downloaded phf_shared v0.11.3
7182026-08-12T20:43:19.958Z Downloaded chacha20 v0.10.0
7192026-08-12T20:43:19.958Z Downloaded colored v2.2.0
7202026-08-12T20:43:19.961Z Downloaded phf_shared v0.12.1
7212026-08-12T20:43:19.961Z Downloaded ctutils v0.4.2
7222026-08-12T20:43:19.964Z Downloaded spki v0.8.0
7232026-08-12T20:43:19.964Z Downloaded tracing-attributes v0.1.31
7242026-08-12T20:43:19.968Z Downloaded ar_archive_writer v0.5.1
7252026-08-12T20:43:19.977Z Downloaded delegate v0.13.5
7262026-08-12T20:43:19.980Z Downloaded unicode-properties v0.1.4
7272026-08-12T20:43:19.980Z Downloaded bytes v1.11.1
7282026-08-12T20:43:19.983Z Downloaded crossbeam-deque v0.8.6
7292026-08-12T20:43:19.986Z Downloaded ref-cast-impl v1.0.25
7302026-08-12T20:43:19.996Z Downloaded headers v0.4.1
7312026-08-12T20:43:19.999Z Downloaded heapless v0.8.0
7322026-08-12T20:43:20.002Z Downloaded deranged v0.5.8
7332026-08-12T20:43:20.002Z Downloaded rfc6979 v0.6.0
7342026-08-12T20:43:20.006Z Downloaded digest v0.11.3
7352026-08-12T20:43:20.007Z Downloaded dunce v1.0.5
7362026-08-12T20:43:20.009Z Downloaded quick-error v1.2.3
7372026-08-12T20:43:20.009Z Downloaded serde_with_macros v3.21.0
7382026-08-12T20:43:20.009Z Downloaded rustc_version v0.1.7
7392026-08-12T20:43:20.009Z Downloaded rustc_version v0.4.1
7402026-08-12T20:43:20.013Z Downloaded linear-map v1.2.0
7412026-08-12T20:43:20.017Z Downloaded seq-macro v0.3.6
7422026-08-12T20:43:20.017Z Downloaded serde_urlencoded v0.7.1
7432026-08-12T20:43:20.020Z Downloaded signal-hook-mio v0.2.5
7442026-08-12T20:43:20.023Z Downloaded const-oid v0.9.6
7452026-08-12T20:43:20.026Z Downloaded tinyvec v1.10.0
7462026-08-12T20:43:20.029Z Downloaded nu-ansi-term v0.50.3
7472026-08-12T20:43:20.029Z Downloaded num_enum_derive v0.7.6
7482026-08-12T20:43:20.032Z Downloaded peg-macros v0.8.5
7492026-08-12T20:43:20.032Z Downloaded vergen v9.1.0
7502026-08-12T20:43:20.035Z Downloaded yoke v0.8.1
7512026-08-12T20:43:20.038Z Downloaded yasna v0.5.2
7522026-08-12T20:43:20.042Z Downloaded keccak v0.2.0
7532026-08-12T20:43:20.042Z Downloaded xattr v1.6.1
7542026-08-12T20:43:20.042Z Downloaded p384 v0.14.0
7552026-08-12T20:43:20.044Z Downloaded libloading v0.8.9
7562026-08-12T20:43:20.044Z Downloaded lock_api v0.4.14
7572026-08-12T20:43:20.045Z Downloaded serde_spanned v1.1.1
7582026-08-12T20:43:20.047Z Downloaded progenitor-impl v0.14.0
7592026-08-12T20:43:20.050Z Downloaded rayon-core v1.13.0
7602026-08-12T20:43:20.053Z Downloaded strum v0.26.3
7612026-08-12T20:43:20.056Z Downloaded either v1.15.0
7622026-08-12T20:43:20.059Z Downloaded rand_chacha v0.9.0
7632026-08-12T20:43:20.059Z Downloaded rand_core v0.6.4
7642026-08-12T20:43:20.063Z Downloaded zone_cfg_derive v0.3.1
7652026-08-12T20:43:20.069Z Downloaded cpufeatures v0.3.0
7662026-08-12T20:43:20.072Z Downloaded multer v3.1.0
7672026-08-12T20:43:20.072Z Downloaded compact_str v0.8.1
7682026-08-12T20:43:20.076Z Downloaded const_format v0.2.35
7692026-08-12T20:43:20.076Z Downloaded crc v3.4.0
7702026-08-12T20:43:20.085Z Downloaded darling_macro v0.23.0
7712026-08-12T20:43:20.086Z Downloaded newtype-uuid-macros v0.1.0
7722026-08-12T20:43:20.086Z Downloaded sync_wrapper v1.0.2
7732026-08-12T20:43:20.086Z Downloaded hickory-resolver v0.24.4
7742026-08-12T20:43:20.086Z Downloaded typify-macro v0.6.2
7752026-08-12T20:43:20.087Z Downloaded unarray v0.1.4
7762026-08-12T20:43:20.090Z Downloaded resolv-conf v0.7.6
7772026-08-12T20:43:20.091Z Downloaded crypto-common v0.2.2
7782026-08-12T20:43:20.091Z Downloaded darling_macro v0.20.11
7792026-08-12T20:43:20.091Z Downloaded darling_macro v0.13.4
7802026-08-12T20:43:20.091Z Downloaded difflib v0.4.0
7812026-08-12T20:43:20.091Z Downloaded dof v0.4.0
7822026-08-12T20:43:20.091Z Downloaded hashbrown v0.12.3
7832026-08-12T20:43:20.095Z Downloaded oxide-tokio-rt v0.1.4
7842026-08-12T20:43:20.100Z Downloaded pkg-config v0.3.32
7852026-08-12T20:43:20.100Z Downloaded primeorder v0.14.0
7862026-08-12T20:43:20.100Z Downloaded proc-macro-error2 v2.0.1
7872026-08-12T20:43:20.103Z Downloaded dsl_auto_type v0.2.0
7882026-08-12T20:43:20.103Z Downloaded zerofrom v0.1.6
7892026-08-12T20:43:20.103Z Downloaded zerofrom-derive v0.1.6
7902026-08-12T20:43:20.106Z Downloaded toml v1.1.2+spec-1.1.0
7912026-08-12T20:43:20.106Z Downloaded derive_builder v0.20.2
7922026-08-12T20:43:20.111Z Downloaded parking_lot v0.11.2
7932026-08-12T20:43:20.113Z Downloaded scrypt v0.12.0
7942026-08-12T20:43:20.113Z Downloaded semver v0.1.20
7952026-08-12T20:43:20.113Z Downloaded usdt-impl v0.6.0
7962026-08-12T20:43:20.116Z Downloaded vergen-git2 v9.1.0
7972026-08-12T20:43:20.120Z Downloaded inout v0.1.4
7982026-08-12T20:43:20.120Z Downloaded instability v0.3.11
7992026-08-12T20:43:20.125Z Downloaded slog-json v2.6.1
8002026-08-12T20:43:20.128Z Downloaded walkdir v2.5.0
8012026-08-12T20:43:20.128Z Downloaded prettyplease v0.2.37
8022026-08-12T20:43:20.131Z Downloaded tungstenite v0.21.0
8032026-08-12T20:43:20.134Z Downloaded rustls-webpki v0.103.13
8042026-08-12T20:43:20.136Z Downloaded slog-term v2.9.2
8052026-08-12T20:43:20.139Z Downloaded sqlformat v0.3.5
8062026-08-12T20:43:20.139Z Downloaded structmeta-derive v0.3.0
8072026-08-12T20:43:20.139Z Downloaded ssh-encoding v0.3.0
8082026-08-12T20:43:20.142Z Downloaded synstructure v0.13.2
8092026-08-12T20:43:20.142Z Downloaded idna_adapter v1.2.1
8102026-08-12T20:43:20.142Z Downloaded newtype_derive v0.1.6
8112026-08-12T20:43:20.142Z Downloaded opaque-debug v0.3.1
8122026-08-12T20:43:20.142Z Downloaded hickory-server v0.25.2
8132026-08-12T20:43:20.147Z Downloaded kem v0.3.0
8142026-08-12T20:43:20.150Z Downloaded http v1.4.2
8152026-08-12T20:43:20.150Z Downloaded icu_properties v2.1.2
8162026-08-12T20:43:20.150Z Downloaded typify v0.6.2
8172026-08-12T20:43:20.153Z Downloaded thiserror-no-std v2.0.2
8182026-08-12T20:43:20.153Z Downloaded hickory-resolver v0.25.2
8192026-08-12T20:43:20.157Z Downloaded base64 v0.21.7
8202026-08-12T20:43:20.160Z Downloaded time-macros v0.2.27
8212026-08-12T20:43:20.163Z Downloaded tls_codec_derive v0.4.2
8222026-08-12T20:43:20.163Z Downloaded unicase v2.9.0
8232026-08-12T20:43:20.163Z Downloaded proc-macro-error-attr2 v2.0.0
8242026-08-12T20:43:20.166Z Downloaded kstat-rs v0.2.5
8252026-08-12T20:43:20.166Z Downloaded lru-cache v0.1.2
8262026-08-12T20:43:20.169Z Downloaded nodrop v0.1.14
8272026-08-12T20:43:20.172Z Downloaded tokio-tungstenite v0.23.1
8282026-08-12T20:43:20.175Z Downloaded radium v0.7.0
8292026-08-12T20:43:20.179Z Downloaded hashbrown v0.13.2
8302026-08-12T20:43:20.183Z Downloaded base64 v0.22.1
8312026-08-12T20:43:20.183Z Downloaded ena v0.14.4
8322026-08-12T20:43:20.186Z Downloaded indoc v2.0.7
8332026-08-12T20:43:20.186Z Downloaded term v1.2.1
8342026-08-12T20:43:20.186Z Downloaded untrusted v0.9.0
8352026-08-12T20:43:20.190Z Downloaded libsw-core v0.3.2
8362026-08-12T20:43:20.194Z Downloaded parse-size v1.1.0
8372026-08-12T20:43:20.194Z Downloaded slog-envlogger v2.2.0
8382026-08-12T20:43:20.194Z Downloaded stable_deref_trait v1.2.1
8392026-08-12T20:43:20.197Z Downloaded proc-macro-crate v3.4.0
8402026-08-12T20:43:20.200Z Downloaded serde_bytes v0.11.19
8412026-08-12T20:43:20.200Z Downloaded signature v3.0.0
8422026-08-12T20:43:20.202Z Downloaded sponge-cursor v0.1.0
8432026-08-12T20:43:20.202Z Downloaded progenitor-extras v0.2.0
8442026-08-12T20:43:20.202Z Downloaded toml v0.7.8
8452026-08-12T20:43:20.206Z Downloaded indexmap v1.9.3
8462026-08-12T20:43:20.217Z Downloaded serde_plain v1.0.2
8472026-08-12T20:43:20.220Z Downloaded serde_repr v0.1.20
8482026-08-12T20:43:20.220Z Downloaded thiserror-impl-no-std v2.0.2
8492026-08-12T20:43:20.224Z Downloaded mime_guess v2.0.5
8502026-08-12T20:43:20.235Z Downloaded num-complex v0.4.6
8512026-08-12T20:43:20.238Z Downloaded unit-prefix v0.5.2
8522026-08-12T20:43:20.241Z Downloaded utf-8 v0.7.6
8532026-08-12T20:43:20.247Z Downloaded pem-rfc7468 v1.0.0
8542026-08-12T20:43:20.250Z Downloaded phf v0.13.1
8552026-08-12T20:43:20.250Z Downloaded libsw v3.5.0
8562026-08-12T20:43:20.250Z Downloaded lru-slab v0.1.2
8572026-08-12T20:43:20.250Z Downloaded structmeta v0.3.0
8582026-08-12T20:43:20.254Z Downloaded signal-hook v0.3.18
8592026-08-12T20:43:20.259Z Downloaded socket2 v0.5.10
8602026-08-12T20:43:20.259Z Downloaded tokio-rustls v0.26.4
8612026-08-12T20:43:20.259Z Downloaded async-compression v0.4.41
8622026-08-12T20:43:20.262Z Downloaded bumpalo v3.20.2
8632026-08-12T20:43:20.262Z Downloaded r2d2 v0.8.10
8642026-08-12T20:43:20.262Z Downloaded wnaf v0.14.0
8652026-08-12T20:43:20.266Z Downloaded xshell-macros v0.2.7
8662026-08-12T20:43:20.266Z Downloaded module-lattice v0.2.3
8672026-08-12T20:43:20.266Z Downloaded crypto-bigint v0.5.5
8682026-08-12T20:43:20.269Z Downloaded time-core v0.1.8
8692026-08-12T20:43:20.269Z Downloaded hashbrown v0.15.5
8702026-08-12T20:43:20.272Z Downloaded tracing-core v0.1.36
8712026-08-12T20:43:20.275Z Downloaded waitgroup v0.1.2
8722026-08-12T20:43:20.275Z Downloaded cc v1.2.56
8732026-08-12T20:43:20.275Z Downloaded darling_core v0.21.3
8742026-08-12T20:43:20.278Z Downloaded oxide-update-engine-display v0.1.2
8752026-08-12T20:43:20.281Z Downloaded signature v2.2.0
8762026-08-12T20:43:20.281Z Downloaded slog-async v2.8.0
8772026-08-12T20:43:20.281Z Downloaded diesel_table_macro_syntax v0.3.0
8782026-08-12T20:43:20.281Z Downloaded display-error-chain v0.2.2
8792026-08-12T20:43:20.284Z Downloaded oxide-update-engine v0.1.2
8802026-08-12T20:43:20.287Z Downloaded pkcs8 v0.10.2
8812026-08-12T20:43:20.289Z Downloaded p521 v0.14.0
8822026-08-12T20:43:20.293Z Downloaded icu_collections v2.1.1
8832026-08-12T20:43:20.295Z Downloaded rcgen v0.12.1
8842026-08-12T20:43:20.298Z Downloaded crucible-workspace-hack v0.1.0
8852026-08-12T20:43:20.298Z Downloaded crunchy v0.2.4
8862026-08-12T20:43:20.298Z Downloaded zerocopy v0.6.6
8872026-08-12T20:43:20.301Z Downloaded zopfli v0.8.3
8882026-08-12T20:43:20.301Z Downloaded indicatif v0.18.4
8892026-08-12T20:43:20.306Z Downloaded crc-any v2.5.0
8902026-08-12T20:43:20.306Z Downloaded md5 v0.8.0
8912026-08-12T20:43:20.306Z Downloaded des v0.9.0
8922026-08-12T20:43:20.311Z Downloaded derive_builder_macro v0.20.2
8932026-08-12T20:43:20.314Z Downloaded scroll v0.13.0
8942026-08-12T20:43:20.314Z Downloaded derive-where v1.6.0
8952026-08-12T20:43:20.320Z Downloaded olpc-cjson v0.1.4
8962026-08-12T20:43:20.326Z Downloaded mime v0.3.17
8972026-08-12T20:43:20.331Z Downloaded zerotrie v0.2.3
8982026-08-12T20:43:20.333Z Downloaded yansi v1.0.1
8992026-08-12T20:43:20.339Z Downloaded zerovec-derive v0.11.2
9002026-08-12T20:43:20.344Z Downloaded stringprep v0.1.5
9012026-08-12T20:43:20.344Z Downloaded subtle v2.6.1
9022026-08-12T20:43:20.344Z Downloaded support-bundle-viewer v0.1.2
9032026-08-12T20:43:20.349Z Downloaded displaydoc v0.2.5
9042026-08-12T20:43:20.351Z Downloaded ml-kem v0.3.2
9052026-08-12T20:43:20.354Z Downloaded tiny-keccak v2.0.2
9062026-08-12T20:43:20.354Z Downloaded tokio-tungstenite v0.21.0
9072026-08-12T20:43:20.357Z Downloaded precomputed-hash v0.1.1
9082026-08-12T20:43:20.357Z Downloaded psl-types v2.0.11
9092026-08-12T20:43:20.357Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9102026-08-12T20:43:20.357Z Downloaded tui-tree-widget v0.23.1
9112026-08-12T20:43:20.360Z Downloaded rtoolbox v0.0.3
9122026-08-12T20:43:20.365Z Downloaded scheduled-thread-pool v0.2.7
9132026-08-12T20:43:20.365Z Downloaded openssl-sys v0.9.117
9142026-08-12T20:43:20.368Z Downloaded crossbeam-channel v0.5.15
9152026-08-12T20:43:20.372Z Downloaded derive_more-impl v2.1.1
9162026-08-12T20:43:20.372Z Downloaded password-hash v0.5.0
9172026-08-12T20:43:20.375Z Downloaded postgres-types v0.2.12
9182026-08-12T20:43:20.378Z Downloaded ipnetwork v0.21.1
9192026-08-12T20:43:20.378Z Downloaded take_mut v0.2.2
9202026-08-12T20:43:20.381Z Downloaded siphasher v1.0.2
9212026-08-12T20:43:20.381Z Downloaded zstd-safe v7.2.4
9222026-08-12T20:43:20.384Z Downloaded tower-service v0.3.3
9232026-08-12T20:43:20.390Z Downloaded tokio-postgres v0.7.16
9242026-08-12T20:43:20.395Z Downloaded dropshot_endpoint v0.17.1
9252026-08-12T20:43:20.398Z Downloaded num-traits v0.2.19
9262026-08-12T20:43:20.401Z Downloaded nanorand v0.7.0
9272026-08-12T20:43:20.401Z Downloaded num-integer v0.1.46
9282026-08-12T20:43:20.401Z Downloaded native-tls v0.2.18
9292026-08-12T20:43:20.401Z Downloaded phc v0.6.1
9302026-08-12T20:43:20.404Z Downloaded tokio-test v0.4.5
9312026-08-12T20:43:20.404Z Downloaded trait-variant v0.1.2
9322026-08-12T20:43:20.407Z Downloaded zeroize_derive v1.5.0
9332026-08-12T20:43:20.410Z Downloaded jobserver v0.1.34
9342026-08-12T20:43:20.410Z Downloaded parse-display-derive v0.10.0
9352026-08-12T20:43:20.415Z Downloaded schemars v1.2.1
9362026-08-12T20:43:20.418Z Downloaded internal-russh-num-bigint v0.5.0
9372026-08-12T20:43:20.422Z Downloaded zip v4.6.1
9382026-08-12T20:43:20.425Z Downloaded x509-cert v0.2.5
9392026-08-12T20:43:20.433Z Downloaded rand v0.10.1
9402026-08-12T20:43:20.435Z Downloaded universal-hash v0.5.1
9412026-08-12T20:43:20.443Z Downloaded rustls-native-certs v0.8.3
9422026-08-12T20:43:20.446Z Downloaded dirs-next v2.0.0
9432026-08-12T20:43:20.449Z Downloaded icu_locale_core v2.1.1
9442026-08-12T20:43:20.452Z Downloaded peg v0.8.5
9452026-08-12T20:43:20.455Z Downloaded predicates v3.1.4
9462026-08-12T20:43:20.461Z Downloaded is_ci v1.2.0
9472026-08-12T20:43:20.465Z Downloaded indoc v1.0.9
9482026-08-12T20:43:20.465Z Downloaded rustls-pemfile v2.2.0
9492026-08-12T20:43:20.465Z Downloaded diesel_derives v2.3.7
9502026-08-12T20:43:20.468Z Downloaded p256 v0.14.0
9512026-08-12T20:43:20.471Z Downloaded libscf-sys v1.2.0
9522026-08-12T20:43:20.475Z Downloaded nibble_vec v0.1.0
9532026-08-12T20:43:20.475Z Downloaded pkcs5 v0.8.1
9542026-08-12T20:43:20.480Z Downloaded serde_with v1.14.0
9552026-08-12T20:43:20.483Z Downloaded sha1 v0.11.0
9562026-08-12T20:43:20.483Z Downloaded cookie v0.18.1
9572026-08-12T20:43:20.484Z Downloaded serde_derive_internals v0.29.1
9582026-08-12T20:43:20.484Z Downloaded serde_path_to_error v0.1.20
9592026-08-12T20:43:20.484Z Downloaded lru v0.12.5
9602026-08-12T20:43:20.488Z Downloaded num-derive v0.4.2
9612026-08-12T20:43:20.488Z Downloaded num-iter v0.1.45
9622026-08-12T20:43:20.493Z Downloaded recursive v0.1.1
9632026-08-12T20:43:20.493Z Downloaded qorb v0.4.1
9642026-08-12T20:43:20.500Z Downloaded samael v0.0.19
9652026-08-12T20:43:20.501Z Downloaded slog-scope v4.4.1
9662026-08-12T20:43:20.501Z Downloaded smallvec v0.6.14
9672026-08-12T20:43:20.501Z Downloaded parking_lot v0.12.5
9682026-08-12T20:43:20.506Z Downloaded hyper v1.10.1
9692026-08-12T20:43:20.506Z Downloaded wyz v0.5.1
9702026-08-12T20:43:20.506Z Downloaded writeable v0.6.2
9712026-08-12T20:43:20.510Z Downloaded darling v0.20.11
9722026-08-12T20:43:20.510Z Downloaded prefix-trie v0.7.0
9732026-08-12T20:43:20.510Z Downloaded uuid v1.23.4
9742026-08-12T20:43:20.514Z Downloaded ingot-macros v0.2.0
9752026-08-12T20:43:20.515Z Downloaded iana-time-zone v0.1.65
9762026-08-12T20:43:20.518Z Downloaded daft v0.1.7
9772026-08-12T20:43:20.518Z Downloaded zeroize v1.9.0
9782026-08-12T20:43:20.518Z Downloaded slog-stdlog v4.1.1
9792026-08-12T20:43:20.518Z Downloaded signal-hook-tokio v0.3.1
9802026-08-12T20:43:20.518Z Downloaded proc-macro-crate v1.3.1
9812026-08-12T20:43:20.522Z Downloaded sha1 v0.10.6
9822026-08-12T20:43:20.536Z Downloaded unicode-truncate v1.1.0
9832026-08-12T20:43:20.539Z Downloaded usdt v0.6.0
9842026-08-12T20:43:20.542Z Downloaded void v1.0.2
9852026-08-12T20:43:20.545Z Downloaded debug-ignore v1.0.5
9862026-08-12T20:43:20.548Z Downloaded h2 v0.4.15
9872026-08-12T20:43:20.551Z Downloaded unicode-xid v0.2.6
9882026-08-12T20:43:20.551Z Downloaded hashbrown v0.16.1
9892026-08-12T20:43:20.554Z Downloaded regex v1.12.3
9902026-08-12T20:43:20.557Z Downloaded aes v0.9.1
9912026-08-12T20:43:20.560Z Downloaded critical-section v1.2.0
9922026-08-12T20:43:20.560Z Downloaded memoffset v0.9.1
9932026-08-12T20:43:20.563Z Downloaded litrs v1.0.0
9942026-08-12T20:43:20.563Z Downloaded tungstenite v0.23.0
9952026-08-12T20:43:20.566Z Downloaded futures-util v0.3.32
9962026-08-12T20:43:20.570Z Downloaded derive-ex v0.1.8
9972026-08-12T20:43:20.573Z Downloaded ed25519 v3.0.0
9982026-08-12T20:43:20.573Z Downloaded hkdf v0.12.4
9992026-08-12T20:43:20.573Z Downloaded ipnet v2.11.0
10002026-08-12T20:43:20.578Z Downloaded quinn-udp v0.5.14
10012026-08-12T20:43:20.578Z Downloaded pin-project v1.1.11
10022026-08-12T20:43:20.583Z Downloaded vergen-gitcl v1.0.8
10032026-08-12T20:43:20.587Z Downloaded indent_write v2.2.0
10042026-08-12T20:43:20.588Z Downloaded multimap v0.10.1
10052026-08-12T20:43:20.588Z Downloaded ecdsa v0.17.0
10062026-08-12T20:43:20.588Z Downloaded dirs-sys-next v0.1.2
10072026-08-12T20:43:20.588Z Downloaded rustyline v14.0.0
10082026-08-12T20:43:20.591Z Downloaded darling_core v0.20.11
10092026-08-12T20:43:20.591Z Downloaded pin-project-internal v1.1.11
10102026-08-12T20:43:20.597Z Downloaded ron v0.8.1
10112026-08-12T20:43:20.599Z Downloaded ignore v0.4.25
10122026-08-12T20:43:20.599Z Downloaded openssl-probe v0.2.1
10132026-08-12T20:43:20.599Z Downloaded elliptic-curve v0.13.8
10142026-08-12T20:43:20.599Z Downloaded darling v0.23.0
10152026-08-12T20:43:20.602Z Downloaded defmt v1.0.1
10162026-08-12T20:43:20.606Z Downloaded libbz2-rs-sys v0.2.2
10172026-08-12T20:43:20.606Z Downloaded pbkdf2 v0.13.0
10182026-08-12T20:43:20.606Z Downloaded tokio-stream v0.1.18
10192026-08-12T20:43:20.610Z Downloaded ppv-lite86 v0.2.21
10202026-08-12T20:43:20.610Z Downloaded primeorder v0.13.6
10212026-08-12T20:43:20.613Z Downloaded rusty-fork v0.3.1
10222026-08-12T20:43:20.613Z Downloaded tls_codec v0.4.2
10232026-08-12T20:43:20.613Z Downloaded is-terminal v0.4.17
10242026-08-12T20:43:20.613Z Downloaded rand_chacha v0.3.1
10252026-08-12T20:43:20.614Z Downloaded schemars v0.8.22
10262026-08-12T20:43:20.620Z Downloaded strum_macros v0.26.4
10272026-08-12T20:43:20.624Z Downloaded tokio-macros v2.7.0
10282026-08-12T20:43:20.624Z Downloaded diff v0.1.13
10292026-08-12T20:43:20.624Z Downloaded vsss-rs v3.3.4
10302026-08-12T20:43:20.624Z Downloaded nom v8.0.0
10312026-08-12T20:43:20.627Z Downloaded unicode-normalization v0.1.25
10322026-08-12T20:43:20.630Z Downloaded tagptr v0.2.0
10332026-08-12T20:43:20.630Z Downloaded thread-id v5.1.0
10342026-08-12T20:43:20.630Z Downloaded usdt-macro v0.6.0
10352026-08-12T20:43:20.630Z Downloaded oso v0.27.3
10362026-08-12T20:43:20.633Z Downloaded stacker v0.1.23
10372026-08-12T20:43:20.633Z Downloaded hkdf v0.13.0
10382026-08-12T20:43:20.635Z Downloaded subprocess v0.2.15
10392026-08-12T20:43:20.638Z Downloaded universal-hash v0.6.1
10402026-08-12T20:43:20.638Z Downloaded csv-core v0.1.13
10412026-08-12T20:43:20.641Z Downloaded darling v0.13.4
10422026-08-12T20:43:20.644Z Downloaded thread_local v1.1.9
10432026-08-12T20:43:20.647Z Downloaded aes-gcm v0.11.0
10442026-08-12T20:43:20.647Z Downloaded parking_lot_core v0.9.12
10452026-08-12T20:43:20.649Z Downloaded crossbeam-epoch v0.9.18
10462026-08-12T20:43:20.650Z Downloaded der_derive v0.7.3
10472026-08-12T20:43:20.654Z Downloaded unicode_categories v0.1.1
10482026-08-12T20:43:20.654Z Downloaded zstd v0.13.3
10492026-08-12T20:43:20.654Z Downloaded defmt-parser v1.0.0
10502026-08-12T20:43:20.657Z Downloaded dyn-clone v1.0.20
10512026-08-12T20:43:20.657Z Downloaded itertools v0.13.0
10522026-08-12T20:43:20.661Z Downloaded quinn v0.11.11
10532026-08-12T20:43:20.670Z Downloaded scroll_derive v0.13.1
10542026-08-12T20:43:20.670Z Downloaded darling_core v0.23.0
10552026-08-12T20:43:20.670Z Downloaded parking_lot_core v0.8.6
10562026-08-12T20:43:20.670Z Downloaded poly1305 v0.8.0
10572026-08-12T20:43:20.670Z Downloaded maybe-uninit v2.0.0
10582026-08-12T20:43:20.670Z Downloaded new_debug_unreachable v1.0.6
10592026-08-12T20:43:20.673Z Downloaded derive_builder_core v0.20.2
10602026-08-12T20:43:20.673Z Downloaded derive_more v2.1.1
10612026-08-12T20:43:20.678Z Downloaded icu_provider v2.1.1
10622026-08-12T20:43:20.680Z Downloaded rand_pcg v0.10.2
10632026-08-12T20:43:20.683Z Downloaded rsa v0.9.10
10642026-08-12T20:43:20.686Z Downloaded num_enum v0.5.11
10652026-08-12T20:43:20.689Z Downloaded toml_parser v1.1.2+spec-1.1.0
10662026-08-12T20:43:20.694Z Downloaded serde_with_macros v1.5.2
10672026-08-12T20:43:20.694Z Downloaded cookie_store v0.22.1
10682026-08-12T20:43:20.694Z Downloaded ref-cast v1.0.25
10692026-08-12T20:43:20.697Z Downloaded strum v0.27.2
10702026-08-12T20:43:20.697Z Downloaded crc8 v0.1.1
10712026-08-12T20:43:20.700Z Downloaded pem-rfc7468 v0.7.0
10722026-08-12T20:43:20.704Z Downloaded serde_cbor v0.11.2
10732026-08-12T20:43:20.709Z Downloaded schemars v0.9.0
10742026-08-12T20:43:20.715Z Downloaded tar v0.4.46
10752026-08-12T20:43:20.719Z Downloaded ctr v0.10.1
10762026-08-12T20:43:20.720Z Downloaded diesel-dtrace v0.5.0
10772026-08-12T20:43:20.723Z Downloaded instant v0.1.13
10782026-08-12T20:43:20.723Z Downloaded newline-converter v0.3.0
10792026-08-12T20:43:20.723Z Downloaded postgres-protocol v0.6.10
10802026-08-12T20:43:20.723Z Downloaded progenitor-client v0.13.0
10812026-08-12T20:43:20.730Z Downloaded illumos-nvpair v0.3.0
10822026-08-12T20:43:20.733Z Downloaded shlex v1.3.0
10832026-08-12T20:43:20.733Z Downloaded term v0.7.0
10842026-08-12T20:43:20.738Z Downloaded slog v2.8.2
10852026-08-12T20:43:20.741Z Downloaded vte v0.14.1
10862026-08-12T20:43:20.741Z Downloaded impl-trait-for-tuples v0.2.3
10872026-08-12T20:43:20.745Z Downloaded snafu-derive v0.8.9
10882026-08-12T20:43:20.745Z Downloaded percent-encoding v2.3.2
10892026-08-12T20:43:20.745Z Downloaded parse-display v0.10.0
10902026-08-12T20:43:20.750Z Downloaded jiff-static v0.2.34
10912026-08-12T20:43:20.753Z Downloaded progenitor-client v0.14.0
10922026-08-12T20:43:20.757Z Downloaded zerocopy-derive v0.8.40
10932026-08-12T20:43:20.766Z Downloaded rsa v0.10.0-rc.18
10942026-08-12T20:43:20.769Z Downloaded rustc-hash v2.1.1
10952026-08-12T20:43:20.772Z Downloaded toml_writer v1.1.1+spec-1.1.0
10962026-08-12T20:43:20.776Z Downloaded russh-util v0.52.0
10972026-08-12T20:43:20.779Z Downloaded tinyvec_macros v0.1.1
10982026-08-12T20:43:20.780Z Downloaded curve25519-dalek-derive v0.1.1
10992026-08-12T20:43:20.780Z Downloaded linked-hash-map v0.5.6
11002026-08-12T20:43:20.780Z Downloaded md-5 v0.10.6
11012026-08-12T20:43:20.780Z Downloaded idna v1.1.0
11022026-08-12T20:43:20.783Z Downloaded ed25519-dalek v3.0.0
11032026-08-12T20:43:20.783Z Downloaded data-encoding v2.10.0
11042026-08-12T20:43:20.786Z Downloaded twox-hash v2.1.2
11052026-08-12T20:43:20.793Z Downloaded libefi-sys v0.1.0
11062026-08-12T20:43:20.796Z Downloaded scopeguard v1.2.0
11072026-08-12T20:43:20.798Z Downloaded password-hash v0.6.1
11082026-08-12T20:43:20.801Z Downloaded pin-project-lite v0.2.17
11092026-08-12T20:43:20.804Z Downloaded winnow v1.0.3
11102026-08-12T20:43:20.810Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11112026-08-12T20:43:20.814Z Downloaded lazy_static v1.5.0
11122026-08-12T20:43:20.817Z Downloaded tabwriter v1.4.1
11132026-08-12T20:43:20.817Z Downloaded secrecy v0.8.0
11142026-08-12T20:43:20.828Z Downloaded der v0.8.0
11152026-08-12T20:43:20.832Z Downloaded string_cache v0.8.9
11162026-08-12T20:43:20.834Z Downloaded vergen-lib v0.1.6
11172026-08-12T20:43:20.834Z Downloaded corncobs v0.1.4
11182026-08-12T20:43:20.834Z Downloaded embedded-io v0.4.0
11192026-08-12T20:43:20.837Z Downloaded zone v0.3.1
11202026-08-12T20:43:20.837Z Downloaded owo-colors v4.3.0
11212026-08-12T20:43:20.840Z Downloaded oso-derive v0.27.3
11222026-08-12T20:43:20.844Z Downloaded yoke-derive v0.8.1
11232026-08-12T20:43:20.847Z Downloaded crc32fast v1.5.0
11242026-08-12T20:43:20.850Z Downloaded spin v0.9.8
11252026-08-12T20:43:20.850Z Downloaded testing_table v0.3.0
11262026-08-12T20:43:20.850Z Downloaded openssl-probe v0.1.6
11272026-08-12T20:43:20.850Z Downloaded paste v1.0.15
11282026-08-12T20:43:20.855Z Downloaded toml_edit v0.23.10+spec-1.0.0
11292026-08-12T20:43:20.858Z Downloaded strum_macros v0.24.3
11302026-08-12T20:43:20.865Z Downloaded slab v0.4.12
11312026-08-12T20:43:20.868Z Downloaded try-lock v0.2.5
11322026-08-12T20:43:20.871Z Downloaded keccak v0.1.6
11332026-08-12T20:43:20.874Z Downloaded sqlparser_derive v0.5.0
11342026-08-12T20:43:20.879Z Downloaded defmt-macros v1.0.1
11352026-08-12T20:43:20.881Z Downloaded pretty_assertions v1.4.1
11362026-08-12T20:43:20.884Z Downloaded litemap v0.8.1
11372026-08-12T20:43:20.888Z Downloaded pkcs8 v0.11.0
11382026-08-12T20:43:20.896Z Downloaded xshell v0.2.7
11392026-08-12T20:43:20.899Z Downloaded elliptic-curve v0.14.1
11402026-08-12T20:43:20.906Z Downloaded document-features v0.2.12
11412026-08-12T20:43:20.909Z Downloaded secrecy v0.10.3
11422026-08-12T20:43:20.915Z Downloaded itertools v0.10.5
11432026-08-12T20:43:20.919Z Downloaded jiff-core v0.1.0
11442026-08-12T20:43:20.929Z Downloaded ssh-key v0.7.0-rc.11
11452026-08-12T20:43:20.929Z Downloaded ryu v1.0.23
11462026-08-12T20:43:20.929Z Downloaded tokio-dtrace v0.1.1
11472026-08-12T20:43:20.933Z Downloaded postcard v1.1.3
11482026-08-12T20:43:20.933Z Downloaded rand_seeder v0.4.0
11492026-08-12T20:43:20.933Z Downloaded miniz_oxide v0.8.9
11502026-08-12T20:43:20.933Z Downloaded rand_core v0.10.0
11512026-08-12T20:43:20.934Z Downloaded want v0.3.1
11522026-08-12T20:43:20.934Z Downloaded ed25519 v2.2.3
11532026-08-12T20:43:20.934Z Downloaded p384 v0.13.1
11542026-08-12T20:43:20.937Z Downloaded illumos-nvpair-sys v0.2.0
11552026-08-12T20:43:20.937Z Downloaded tokio-util v0.7.18
11562026-08-12T20:43:20.940Z Downloaded tough v0.22.0
11572026-08-12T20:43:20.944Z Downloaded ecdsa v0.16.9
11582026-08-12T20:43:20.947Z Downloaded rustls-pki-types v1.14.0
11592026-08-12T20:43:20.947Z Downloaded salsa20 v0.11.0
11602026-08-12T20:43:20.950Z Downloaded crossbeam-utils v0.8.21
11612026-08-12T20:43:20.950Z Downloaded ingot-types v0.2.0
11622026-08-12T20:43:20.952Z Downloaded num_enum v0.7.6
11632026-08-12T20:43:20.955Z Downloaded proptest v1.11.0
11642026-08-12T20:43:20.958Z Downloaded uzers v0.12.2
11652026-08-12T20:43:20.961Z Downloaded winnow v0.6.26
11662026-08-12T20:43:20.966Z Downloaded port-file v0.1.0
11672026-08-12T20:43:20.969Z Downloaded newtype-uuid v1.3.2
11682026-08-12T20:43:20.969Z Downloaded serdect v0.4.3
11692026-08-12T20:43:20.969Z Downloaded psm v0.1.30
11702026-08-12T20:43:20.969Z Downloaded daft-derive v0.1.7
11712026-08-12T20:43:20.972Z Downloaded git2 v0.20.4
11722026-08-12T20:43:20.976Z Downloaded ingot v0.2.1
11732026-08-12T20:43:20.979Z Downloaded nom v7.1.3
11742026-08-12T20:43:20.984Z Downloaded tower-http v0.6.8
11752026-08-12T20:43:20.988Z Downloaded zlib-rs v0.6.2
11762026-08-12T20:43:20.991Z Downloaded oxnet v0.1.6
11772026-08-12T20:43:20.991Z Downloaded whoami v2.1.0
11782026-08-12T20:43:21.002Z Downloaded rustls-platform-verifier v0.6.2
11792026-08-12T20:43:21.005Z Downloaded ssh-cipher v0.3.0
11802026-08-12T20:43:21.008Z Downloaded hyper-util v0.1.20
11812026-08-12T20:43:21.011Z Downloaded toml_edit v0.19.15
11822026-08-12T20:43:21.020Z Downloaded aws-lc-rs v1.16.3
11832026-08-12T20:43:21.025Z Downloaded quick-xml v0.37.5
11842026-08-12T20:43:21.028Z Downloaded bitvec v1.0.1
11852026-08-12T20:43:21.037Z Downloaded icu_normalizer v2.1.1
11862026-08-12T20:43:21.040Z Downloaded memmap2 v0.9.10
11872026-08-12T20:43:21.040Z Downloaded ed25519-dalek v2.2.0
11882026-08-12T20:43:21.043Z Downloaded zip v0.6.6
11892026-08-12T20:43:21.043Z Downloaded scuffle v0.1.0
11902026-08-12T20:43:21.046Z Downloaded unicode-bidi v0.3.18
11912026-08-12T20:43:21.046Z Downloaded unsafe-libyaml v0.2.11
11922026-08-12T20:43:21.049Z Downloaded minimal-lexical v0.2.1
11932026-08-12T20:43:21.053Z Downloaded darling_core v0.13.4
11942026-08-12T20:43:21.057Z Downloaded darling v0.21.3
11952026-08-12T20:43:21.057Z Downloaded socket2 v0.6.3
11962026-08-12T20:43:21.059Z Downloaded drift v0.2.0
11972026-08-12T20:43:21.063Z Downloaded rawzip v0.4.4
11982026-08-12T20:43:21.066Z Downloaded snafu v0.8.9
11992026-08-12T20:43:21.075Z Downloaded bindgen v0.71.1
12002026-08-12T20:43:21.078Z Downloaded blake3 v1.8.5
12012026-08-12T20:43:21.082Z Downloaded russh v0.62.4
12022026-08-12T20:43:21.087Z Downloaded goblin v0.10.5
12032026-08-12T20:43:21.091Z Downloaded progenitor-impl v0.13.0
12042026-08-12T20:43:21.096Z Downloaded derive_more v0.99.20
12052026-08-12T20:43:21.099Z Downloaded serde_yaml v0.9.34+deprecated
12062026-08-12T20:43:21.099Z Downloaded itertools v0.12.1
12072026-08-12T20:43:21.104Z Downloaded libxml v0.3.3
12082026-08-12T20:43:21.108Z Downloaded crypto-primes v0.7.2
12092026-08-12T20:43:21.108Z Downloaded publicsuffix v2.3.0
12102026-08-12T20:43:21.111Z Downloaded test-strategy v0.4.5
12112026-08-12T20:43:21.111Z Downloaded omicron-zone-package v0.12.3
12122026-08-12T20:43:21.114Z Downloaded rand v0.9.2
12132026-08-12T20:43:21.136Z Downloaded num-bigint-dig v0.8.6
12142026-08-12T20:43:21.139Z Downloaded url v2.5.8
12152026-08-12T20:43:21.139Z Downloaded icu_normalizer_data v2.1.1
12162026-08-12T20:43:21.142Z Downloaded steno v0.4.1
12172026-08-12T20:43:21.145Z Downloaded time v0.3.47
12182026-08-12T20:43:21.149Z Downloaded smoltcp v0.9.1
12192026-08-12T20:43:21.154Z Downloaded similar v2.7.0
12202026-08-12T20:43:21.158Z Downloaded rayon v1.11.0
12212026-08-12T20:43:21.162Z Downloaded icu_properties_data v2.1.2
12222026-08-12T20:43:21.167Z Downloaded unicode-segmentation v1.12.0
12232026-08-12T20:43:21.171Z Downloaded iddqd v0.4.2
12242026-08-12T20:43:21.176Z Downloaded der v0.7.10
12252026-08-12T20:43:21.178Z Downloaded mio v1.2.0
12262026-08-12T20:43:21.181Z Downloaded reqwest v0.12.28
12272026-08-12T20:43:21.184Z Downloaded tower v0.5.3
12282026-08-12T20:43:21.195Z Downloaded rand v0.8.6
12292026-08-12T20:43:21.200Z Downloaded chrono v0.4.45
12302026-08-12T20:43:21.208Z Downloaded zerovec v0.11.5
12312026-08-12T20:43:21.228Z Downloaded iri-string v0.7.10
12322026-08-12T20:43:21.235Z Downloaded typed-path v0.9.3
12332026-08-12T20:43:21.238Z Downloaded winnow v0.5.40
12342026-08-12T20:43:21.243Z Downloaded crossterm v0.29.0
12352026-08-12T20:43:21.248Z Downloaded moka v0.12.13
12362026-08-12T20:43:21.254Z Downloaded dropshot-api-manager v0.7.2
12372026-08-12T20:43:21.257Z Downloaded serde_with v3.21.0
12382026-08-12T20:43:21.264Z Downloaded vcpkg v0.2.15
12392026-08-12T20:43:21.286Z Downloaded num-bigint v0.4.6
12402026-08-12T20:43:21.289Z Downloaded itertools v0.14.0
12412026-08-12T20:43:21.292Z Downloaded itertools v0.15.0
12422026-08-12T20:43:21.296Z Downloaded libm v0.2.16
12432026-08-12T20:43:21.302Z Downloaded curve25519-dalek v4.1.3
12442026-08-12T20:43:21.307Z Downloaded reqwest v0.13.2
12452026-08-12T20:43:21.310Z Downloaded object v0.30.4
12462026-08-12T20:43:21.315Z Downloaded reedline v0.40.0
12472026-08-12T20:43:21.319Z Downloaded petname v2.0.2
12482026-08-12T20:43:21.322Z Downloaded polar-core v0.27.3
12492026-08-12T20:43:21.326Z Downloaded crossterm v0.28.1
12502026-08-12T20:43:21.330Z Downloaded openssl v0.10.80
12512026-08-12T20:43:21.352Z Downloaded sha3 v0.12.0
12522026-08-12T20:43:21.357Z Downloaded hickory-proto v0.24.4
12532026-08-12T20:43:21.362Z Downloaded object v0.37.3
12542026-08-12T20:43:21.368Z Downloaded portable-atomic v1.13.1
12552026-08-12T20:43:21.377Z Downloaded lalrpop v0.19.12
12562026-08-12T20:43:21.382Z Downloaded regress v0.11.1
12572026-08-12T20:43:21.387Z Downloaded nix v0.28.0
12582026-08-12T20:43:21.391Z Downloaded salty v0.3.0
12592026-08-12T20:43:21.394Z Downloaded bstr v1.12.1
12602026-08-12T20:43:21.399Z Downloaded regress v0.10.5
12612026-08-12T20:43:21.403Z Downloaded crypto-bigint v0.7.5
12622026-08-12T20:43:21.411Z Downloaded radix_trie v0.2.1
12632026-08-12T20:43:21.415Z Downloaded hickory-proto v0.25.2
12642026-08-12T20:43:21.423Z Downloaded openapiv3 v2.2.0
12652026-08-12T20:43:21.431Z Downloaded rustix v0.38.44
12662026-08-12T20:43:21.443Z Downloaded tabled v0.21.0
12672026-08-12T20:43:21.452Z Downloaded nix v0.27.1
12682026-08-12T20:43:21.458Z Downloaded smoltcp v0.11.0
12692026-08-12T20:43:21.464Z Downloaded curve25519-dalek v5.0.0
12702026-08-12T20:43:21.470Z Downloaded quinn-proto v0.11.16
12712026-08-12T20:43:21.474Z Downloaded regex-syntax v0.8.10
12722026-08-12T20:43:21.478Z Downloaded zerocopy v0.8.40
12732026-08-12T20:43:21.506Z Downloaded regex-syntax v0.6.29
12742026-08-12T20:43:21.520Z Downloaded rustls v0.23.41
12752026-08-12T20:43:21.534Z Downloaded nix v0.31.2
12762026-08-12T20:43:21.551Z Downloaded typify-impl v0.6.2
12772026-08-12T20:43:21.567Z Downloaded sled v0.34.7
12782026-08-12T20:43:21.581Z Downloaded tracing v0.1.44
12792026-08-12T20:43:21.594Z Downloaded dropshot v0.17.1
12802026-08-12T20:43:21.606Z Downloaded sqlparser v0.61.0
12812026-08-12T20:43:21.612Z Downloaded diesel v2.3.7
12822026-08-12T20:43:21.623Z Downloaded sha3 v0.11.0
12832026-08-12T20:43:21.626Z Downloaded ratatui v0.29.0
12842026-08-12T20:43:21.644Z Downloaded bzip2-sys v0.1.13+1.0.8
12852026-08-12T20:43:21.656Z Downloaded zerocopy-derive v0.6.6
12862026-08-12T20:43:21.666Z Downloaded regex-automata v0.4.14
12872026-08-12T20:43:21.675Z Downloaded jiff v0.2.34
12882026-08-12T20:43:21.685Z Downloaded petgraph v0.6.5
12892026-08-12T20:43:21.735Z Downloaded csv v1.4.0
12902026-08-12T20:43:21.750Z Downloaded libz-sys v1.1.24
12912026-08-12T20:43:21.763Z Downloaded tokio v1.52.1
12922026-08-12T20:43:21.787Z Downloaded chrono-tz v0.10.4
12932026-08-12T20:43:21.798Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12942026-08-12T20:43:21.809Z Downloaded encoding_rs v0.8.35
12952026-08-12T20:43:21.820Z Downloaded petgraph v0.8.3
12962026-08-12T20:43:21.832Z Downloaded sha3 v0.10.8
12972026-08-12T20:43:21.957Z Downloaded ring v0.17.14
12982026-08-12T20:43:22.014Z Downloaded libgit2-sys v0.18.3+1.9.2
12992026-08-12T20:43:22.629Z Downloaded aws-lc-sys v0.40.0
13002026-08-12T20:43:22.888Z Compiling libc v0.2.185
13012026-08-12T20:43:22.888Z Compiling serde_core v1.0.228
13022026-08-12T20:43:22.888Z Compiling serde v1.0.228
13032026-08-12T20:43:22.891Z Compiling log v0.4.29
13042026-08-12T20:43:22.891Z Compiling smallvec v1.15.1
13052026-08-12T20:43:22.891Z Compiling shlex v1.3.0
13062026-08-12T20:43:23.029Z Compiling find-msvc-tools v0.1.9
13072026-08-12T20:43:23.031Z Compiling subtle v2.6.1
13082026-08-12T20:43:23.082Z Compiling scopeguard v1.2.0
13092026-08-12T20:43:23.087Z Compiling typenum v1.20.1
13102026-08-12T20:43:23.087Z Compiling stable_deref_trait v1.2.1
13112026-08-12T20:43:23.087Z Compiling zerocopy v0.8.40
13122026-08-12T20:43:23.091Z Compiling portable-atomic v1.13.1
13132026-08-12T20:43:23.119Z Compiling serde_json v1.0.151
13142026-08-12T20:43:23.160Z Compiling syn v2.0.117
13152026-08-12T20:43:23.172Z Compiling critical-section v1.2.0
13162026-08-12T20:43:23.232Z Compiling lock_api v0.4.14
13172026-08-12T20:43:23.267Z Compiling libm v0.2.16
13182026-08-12T20:43:23.286Z Compiling num-traits v0.2.19
13192026-08-12T20:43:23.289Z Compiling pkg-config v0.3.32
13202026-08-12T20:43:23.289Z Compiling generic-array v0.14.7
13212026-08-12T20:43:23.324Z Compiling parking_lot_core v0.9.12
13222026-08-12T20:43:23.324Z Compiling getrandom v0.4.1
13232026-08-12T20:43:23.327Z Compiling pin-project-lite v0.2.17
13242026-08-12T20:43:23.425Z Compiling const-oid v0.9.6
13252026-08-12T20:43:23.440Z Compiling rand_core v0.10.0
13262026-08-12T20:43:23.473Z Compiling futures-core v0.3.32
13272026-08-12T20:43:23.519Z Compiling percent-encoding v2.3.2
13282026-08-12T20:43:23.661Z Compiling litemap v0.8.1
13292026-08-12T20:43:23.679Z Compiling writeable v0.6.2
13302026-08-12T20:43:23.702Z Compiling icu_properties_data v2.1.2
13312026-08-12T20:43:23.719Z Compiling icu_normalizer_data v2.1.1
13322026-08-12T20:43:23.757Z Compiling getrandom v0.3.4
13332026-08-12T20:43:23.775Z Compiling futures-sink v0.3.32
13342026-08-12T20:43:23.832Z Compiling slab v0.4.12
13352026-08-12T20:43:23.836Z Compiling futures-io v0.3.32
13362026-08-12T20:43:23.882Z Compiling futures-channel v0.3.32
13372026-08-12T20:43:23.904Z Compiling futures-task v0.3.32
13382026-08-12T20:43:23.904Z Compiling utf8_iter v1.0.4
13392026-08-12T20:43:23.982Z Compiling rustix v1.1.3
13402026-08-12T20:43:24.028Z Compiling errno v0.3.14
13412026-08-12T20:43:24.043Z Compiling jobserver v0.1.34
13422026-08-12T20:43:24.077Z Compiling getrandom v0.2.17
13432026-08-12T20:43:24.093Z Compiling mio v1.2.0
13442026-08-12T20:43:24.136Z Compiling socket2 v0.6.3
13452026-08-12T20:43:24.139Z Compiling form_urlencoded v1.2.2
13462026-08-12T20:43:24.139Z Compiling rustversion v1.0.22
13472026-08-12T20:43:24.203Z Compiling signal-hook-registry v1.4.8
13482026-08-12T20:43:24.307Z Compiling cc v1.2.56
13492026-08-12T20:43:24.339Z Compiling once_cell v1.21.3
13502026-08-12T20:43:24.354Z Compiling rand_core v0.6.4
13512026-08-12T20:43:24.372Z Compiling parking_lot v0.12.5
13522026-08-12T20:43:24.375Z Compiling iana-time-zone v0.1.65
13532026-08-12T20:43:24.416Z Compiling base64ct v1.8.3
13542026-08-12T20:43:24.455Z Compiling ident_case v1.0.1
13552026-08-12T20:43:24.518Z Compiling regex-syntax v0.8.10
13562026-08-12T20:43:24.600Z Compiling fs_extra v1.3.0
13572026-08-12T20:43:24.604Z Compiling dunce v1.0.5
13582026-08-12T20:43:24.642Z Compiling flagset v0.4.7
13592026-08-12T20:43:24.646Z Compiling rand_core v0.9.5
13602026-08-12T20:43:24.646Z Compiling base64 v0.22.1
13612026-08-12T20:43:24.685Z Compiling pem-rfc7468 v0.7.0
13622026-08-12T20:43:24.717Z Compiling syn v1.0.109
13632026-08-12T20:43:24.732Z Compiling vcpkg v0.2.15
13642026-08-12T20:43:24.745Z Compiling tracing-core v0.1.36
13652026-08-12T20:43:24.785Z Compiling cpufeatures v0.2.17
13662026-08-12T20:43:24.822Z Compiling schemars v0.8.22
13672026-08-12T20:43:24.873Z Compiling aws-lc-rs v1.16.3
13682026-08-12T20:43:24.902Z Compiling dyn-clone v1.0.20
13692026-08-12T20:43:24.941Z Compiling spin v0.9.8
13702026-08-12T20:43:24.945Z Compiling httparse v1.10.1
13712026-08-12T20:43:25.014Z Compiling openssl-probe v0.2.1
13722026-08-12T20:43:25.025Z Compiling crc32fast v1.5.0
13732026-08-12T20:43:25.066Z Compiling cmake v0.1.57
13742026-08-12T20:43:25.092Z Compiling cmov v0.5.4
13752026-08-12T20:43:25.175Z Compiling tinyvec_macros v0.1.1
13762026-08-12T20:43:25.196Z Compiling aho-corasick v1.1.4
13772026-08-12T20:43:25.212Z Compiling atomic-waker v1.1.2
13782026-08-12T20:43:25.253Z Compiling tinyvec v1.10.0
13792026-08-12T20:43:25.269Z Compiling radium v0.7.0
13802026-08-12T20:43:25.272Z Compiling untrusted v0.7.1
13812026-08-12T20:43:25.342Z Compiling bitflags v2.11.0
13822026-08-12T20:43:25.357Z Compiling semver v1.0.28
13832026-08-12T20:43:25.386Z Compiling indexmap v2.14.0
13842026-08-12T20:43:25.401Z Compiling uuid v1.23.4
13852026-08-12T20:43:25.500Z Compiling ctutils v0.4.2
13862026-08-12T20:43:25.528Z Compiling tower-layer v0.3.3
13872026-08-12T20:43:25.543Z Compiling tower-service v0.3.3
13882026-08-12T20:43:25.556Z Compiling try-lock v0.2.5
13892026-08-12T20:43:25.601Z Compiling rustc_version v0.4.1
13902026-08-12T20:43:25.654Z Compiling want v0.3.1
13912026-08-12T20:43:25.712Z Compiling tap v1.0.1
13922026-08-12T20:43:25.728Z Compiling foreign-types-shared v0.1.1
13932026-08-12T20:43:25.763Z Compiling rustls v0.23.41
13942026-08-12T20:43:25.827Z Compiling simd-adler32 v0.3.8
13952026-08-12T20:43:25.842Z Compiling openssl v0.10.80
13962026-08-12T20:43:25.854Z Compiling maybe-uninit v2.0.0
13972026-08-12T20:43:25.892Z Compiling httpdate v1.0.3
13982026-08-12T20:43:25.957Z Compiling untrusted v0.9.0
13992026-08-12T20:43:25.961Z Compiling wyz v0.5.1
14002026-08-12T20:43:25.986Z Compiling aws-lc-sys v0.40.0
14012026-08-12T20:43:25.989Z Compiling openssl-sys v0.9.117
14022026-08-12T20:43:26.086Z Compiling regex-automata v0.4.14
14032026-08-12T20:43:26.100Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-08-12T20:43:26.104Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14052026-08-12T20:43:26.104Z Compiling foreign-types v0.3.2
14062026-08-12T20:43:26.162Z Compiling unicode-normalization v0.1.25
14072026-08-12T20:43:26.191Z Compiling num-integer v0.1.46
14082026-08-12T20:43:26.205Z Compiling synstructure v0.13.2
14092026-08-12T20:43:26.232Z Compiling serde_derive_internals v0.29.1
14102026-08-12T20:43:26.370Z Compiling pest_generator v2.8.6
14112026-08-12T20:43:26.415Z Compiling darling_core v0.20.11
14122026-08-12T20:43:26.547Z Compiling tempfile v3.25.0
14132026-08-12T20:43:26.561Z Compiling terminal_size v0.4.3
14142026-08-12T20:43:26.564Z Compiling wait-timeout v0.2.1
14152026-08-12T20:43:26.657Z Compiling ahash v0.8.12
14162026-08-12T20:43:26.720Z Compiling native-tls v0.2.18
14172026-08-12T20:43:26.736Z Compiling bit-vec v0.8.0
14182026-08-12T20:43:26.830Z Compiling num-bigint-dig v0.8.6
14192026-08-12T20:43:26.884Z Compiling funty v2.0.0
14202026-08-12T20:43:26.898Z Compiling packed_struct v0.10.1
14212026-08-12T20:43:26.948Z Compiling adler2 v2.0.1
14222026-08-12T20:43:26.963Z Compiling powerfmt v0.2.0
14232026-08-12T20:43:26.991Z Compiling num-conv v0.2.0
14242026-08-12T20:43:27.006Z Compiling time-core v0.1.8
14252026-08-12T20:43:27.033Z Compiling quick-error v1.2.3
14262026-08-12T20:43:27.067Z Compiling miniz_oxide v0.8.9
14272026-08-12T20:43:27.101Z Compiling clap_builder v4.6.0
14282026-08-12T20:43:27.135Z Compiling deranged v0.5.8
14292026-08-12T20:43:27.150Z Compiling rusty-fork v0.3.1
14302026-08-12T20:43:27.154Z Compiling bit-set v0.8.0
14312026-08-12T20:43:27.195Z Compiling time-macros v0.2.27
14322026-08-12T20:43:27.235Z Compiling bitvec v1.0.1
14332026-08-12T20:43:27.251Z Compiling num-iter v0.1.45
14342026-08-12T20:43:27.383Z Compiling lazy_static v1.5.0
14352026-08-12T20:43:27.420Z Compiling rand_xorshift v0.4.0
14362026-08-12T20:43:27.475Z Compiling anstyle-parse v0.2.7
14372026-08-12T20:43:27.490Z Compiling sync_wrapper v1.0.2
14382026-08-12T20:43:27.494Z Compiling indexmap v1.9.3
14392026-08-12T20:43:27.603Z Compiling nodrop v0.1.14
14402026-08-12T20:43:27.625Z Compiling paste v1.0.15
14412026-08-12T20:43:27.677Z Compiling unarray v0.1.4
14422026-08-12T20:43:27.691Z Compiling num_threads v0.1.7
14432026-08-12T20:43:27.710Z Compiling usdt-impl v0.6.0
14442026-08-12T20:43:27.713Z Compiling zlib-rs v0.6.2
14452026-08-12T20:43:27.796Z Compiling crossbeam-utils v0.8.21
14462026-08-12T20:43:27.811Z Compiling siphasher v1.0.2
14472026-08-12T20:43:27.910Z Compiling crc-catalog v2.4.0
14482026-08-12T20:43:27.967Z Compiling serde_derive v1.0.228
14492026-08-12T20:43:27.970Z Compiling zeroize_derive v1.5.0
14502026-08-12T20:43:28.037Z Compiling zerofrom-derive v0.1.6
14512026-08-12T20:43:28.063Z Compiling zerocopy-derive v0.8.40
14522026-08-12T20:43:28.127Z Compiling yoke-derive v0.8.1
14532026-08-12T20:43:28.181Z Compiling zerovec-derive v0.11.2
14542026-08-12T20:43:28.361Z Compiling displaydoc v0.2.5
14552026-08-12T20:43:28.455Z Compiling tokio-macros v2.7.0
14562026-08-12T20:43:28.669Z Compiling zeroize v1.9.0
14572026-08-12T20:43:28.761Z Compiling futures-macro v0.3.32
14582026-08-12T20:43:28.764Z Compiling thiserror-impl v2.0.18
14592026-08-12T20:43:29.117Z Compiling der_derive v0.7.3
14602026-08-12T20:43:29.150Z Compiling tracing-attributes v0.1.31
14612026-08-12T20:43:29.216Z Compiling rustls-pki-types v1.14.0
14622026-08-12T20:43:29.328Z Compiling schemars_derive v0.8.22
14632026-08-12T20:43:29.369Z Compiling hybrid-array v0.4.13
14642026-08-12T20:43:29.469Z Compiling zerofrom v0.1.6
14652026-08-12T20:43:29.491Z Compiling crypto-common v0.1.7
14662026-08-12T20:43:29.612Z Compiling yoke v0.8.1
14672026-08-12T20:43:29.627Z Compiling block-buffer v0.10.4
14682026-08-12T20:43:29.658Z Compiling futures-util v0.3.32
14692026-08-12T20:43:29.703Z Compiling pest_derive v2.8.6
14702026-08-12T20:43:29.819Z Compiling zerovec v0.11.5
14712026-08-12T20:43:29.833Z Compiling zerotrie v0.2.3
14722026-08-12T20:43:30.144Z Compiling digest v0.10.7
14732026-08-12T20:43:30.165Z Compiling thiserror v2.0.18
14742026-08-12T20:43:30.165Z Compiling der v0.7.10
14752026-08-12T20:43:30.194Z Compiling scroll_derive v0.13.1
14762026-08-12T20:43:30.212Z Compiling darling_macro v0.20.11
14772026-08-12T20:43:30.215Z Compiling openssl-macros v0.1.1
14782026-08-12T20:43:30.296Z Compiling tinystr v0.8.2
14792026-08-12T20:43:30.368Z Compiling potential_utf v0.1.4
14802026-08-12T20:43:30.383Z Compiling sha2 v0.10.9
14812026-08-12T20:43:30.425Z Compiling signature v2.2.0
14822026-08-12T20:43:30.522Z Compiling icu_locale_core v2.1.1
14832026-08-12T20:43:30.537Z Compiling icu_collections v2.1.1
14842026-08-12T20:43:30.557Z Compiling tracing v0.1.44
14852026-08-12T20:43:30.637Z Compiling thiserror-impl v1.0.69
14862026-08-12T20:43:30.653Z Compiling hmac v0.12.1
14872026-08-12T20:43:30.754Z Compiling darling v0.20.11
14882026-08-12T20:43:30.829Z Compiling packed_struct_codegen v0.10.1
14892026-08-12T20:43:30.849Z Compiling clap_derive v4.6.1
14902026-08-12T20:43:30.864Z Compiling zerocopy-derive v0.6.6
14912026-08-12T20:43:31.026Z Compiling spki v0.7.3
14922026-08-12T20:43:31.042Z Compiling bitfield-macros v0.19.4
14932026-08-12T20:43:31.054Z Compiling scroll v0.13.0
14942026-08-12T20:43:31.253Z Compiling icu_provider v2.1.1
14952026-08-12T20:43:31.339Z Compiling pkcs8 v0.10.2
14962026-08-12T20:43:31.409Z Compiling goblin v0.10.5
14972026-08-12T20:43:31.425Z Compiling derive_builder_core v0.20.2
14982026-08-12T20:43:31.526Z Compiling bytes v1.11.1
14992026-08-12T20:43:31.576Z Compiling icu_properties v2.1.2
15002026-08-12T20:43:31.616Z Compiling icu_normalizer v2.1.1
15012026-08-12T20:43:31.724Z Compiling chrono v0.4.45
15022026-08-12T20:43:31.739Z Compiling ipnet v2.11.0
15032026-08-12T20:43:31.808Z Compiling hex v0.4.3
15042026-08-12T20:43:31.930Z Compiling thiserror v1.0.69
15052026-08-12T20:43:31.945Z Compiling serde_spanned v0.6.9
15062026-08-12T20:43:32.018Z Compiling tokio v1.52.1
15072026-08-12T20:43:32.047Z Compiling http v1.4.2
15082026-08-12T20:43:32.100Z Compiling toml_datetime v0.6.11
15092026-08-12T20:43:32.159Z Compiling bitfield v0.19.4
15102026-08-12T20:43:32.191Z Compiling zerocopy v0.6.6
15112026-08-12T20:43:32.250Z Compiling pkcs1 v0.7.5
15122026-08-12T20:43:32.325Z Compiling flate2 v1.1.9
15132026-08-12T20:43:32.370Z Compiling dtrace-parser v0.3.0
15142026-08-12T20:43:32.469Z Compiling idna_adapter v1.2.1
15152026-08-12T20:43:32.533Z Compiling ppv-lite86 v0.2.21
15162026-08-12T20:43:32.622Z Compiling idna v1.1.0
15172026-08-12T20:43:32.670Z Compiling clap v4.6.1
15182026-08-12T20:43:32.702Z Compiling http-body v1.0.1
15192026-08-12T20:43:32.741Z Compiling time v0.3.47
15202026-08-12T20:43:32.777Z Compiling crc v3.4.0
15212026-08-12T20:43:32.796Z Compiling structmeta-derive v0.3.0
15222026-08-12T20:43:32.869Z Compiling rand_chacha v0.9.0
15232026-08-12T20:43:32.872Z Compiling rand_chacha v0.3.1
15242026-08-12T20:43:33.022Z Compiling url v2.5.8
15252026-08-12T20:43:33.037Z Compiling http-body-util v0.1.3
15262026-08-12T20:43:33.147Z Compiling rand v0.9.2
15272026-08-12T20:43:33.162Z Compiling rand v0.8.6
15282026-08-12T20:43:33.286Z Compiling scroll_derive v0.12.1
15292026-08-12T20:43:33.359Z Compiling array-init v0.0.4
15302026-08-12T20:43:33.375Z Compiling anstream v0.6.21
15312026-08-12T20:43:33.505Z Compiling smallvec v0.6.14
15322026-08-12T20:43:33.706Z Compiling darling_core v0.23.0
15332026-08-12T20:43:33.725Z Compiling proptest v1.11.0
15342026-08-12T20:43:33.739Z Compiling heapless v0.7.17
15352026-08-12T20:43:33.743Z Compiling slog v2.8.2
15362026-08-12T20:43:33.857Z Compiling thread-id v5.1.0
15372026-08-12T20:43:33.931Z Compiling env_filter v1.0.0
15382026-08-12T20:43:33.961Z Compiling cookie v0.18.1
15392026-08-12T20:43:33.976Z Compiling base64 v0.21.7
15402026-08-12T20:43:33.995Z Compiling zstd-safe v7.2.4
15412026-08-12T20:43:34.010Z Compiling iri-string v0.7.10
15422026-08-12T20:43:34.013Z Compiling unicode-bidi v0.3.18
15432026-08-12T20:43:34.037Z Compiling winnow v0.5.40
15442026-08-12T20:43:34.163Z Compiling dof v0.4.0
15452026-08-12T20:43:34.208Z Compiling ryu v1.0.23
15462026-08-12T20:43:34.252Z Compiling allocator-api2 v0.2.21
15472026-08-12T20:43:34.312Z Compiling unicode-properties v0.1.4
15482026-08-12T20:43:34.403Z Compiling signal-hook v0.3.18
15492026-08-12T20:43:34.435Z Compiling anyhow v1.0.102
15502026-08-12T20:43:34.533Z Compiling ipnetwork v0.21.1
15512026-08-12T20:43:34.575Z Compiling hashbrown v0.12.3
15522026-08-12T20:43:34.604Z Compiling stringprep v0.1.5
15532026-08-12T20:43:34.620Z Compiling serde_urlencoded v0.7.1
15542026-08-12T20:43:34.829Z Compiling rsa v0.9.10
15552026-08-12T20:43:34.950Z Compiling oxnet v0.1.6
15562026-08-12T20:43:34.990Z Compiling ron v0.8.1
15572026-08-12T20:43:35.074Z Compiling env_logger v0.11.9
15582026-08-12T20:43:35.166Z Compiling structmeta v0.3.0
15592026-08-12T20:43:35.337Z Compiling toml_edit v0.19.15
15602026-08-12T20:43:35.403Z Compiling scroll v0.12.0
15612026-08-12T20:43:35.421Z Compiling serde-hex v0.1.0
15622026-08-12T20:43:35.450Z Compiling camino v1.2.2
15632026-08-12T20:43:35.489Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15642026-08-12T20:43:35.505Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15652026-08-12T20:43:35.564Z Compiling hashbrown v0.13.2
15662026-08-12T20:43:35.715Z Compiling bzip2 v0.4.4
15672026-08-12T20:43:35.745Z Compiling derive_builder_macro v0.20.2
15682026-08-12T20:43:35.849Z Compiling erased-serde v0.3.31
15692026-08-12T20:43:35.940Z Compiling tokio-util v0.7.18
15702026-08-12T20:43:35.965Z Compiling tower v0.5.3
15712026-08-12T20:43:35.998Z Compiling tokio-native-tls v0.3.1
15722026-08-12T20:43:36.070Z Compiling serde_tokenstream v0.2.3
15732026-08-12T20:43:36.193Z Compiling newtype-uuid v1.3.2
15742026-08-12T20:43:36.226Z Compiling x509-cert v0.2.5
15752026-08-12T20:43:36.250Z Compiling darling_macro v0.23.0
15762026-08-12T20:43:36.265Z Compiling md-5 v0.10.6
15772026-08-12T20:43:36.352Z Compiling crypto-common v0.2.2
15782026-08-12T20:43:36.404Z Compiling tower-http v0.6.8
15792026-08-12T20:43:36.449Z Compiling block-buffer v0.12.1
15802026-08-12T20:43:36.468Z Compiling block-padding v0.4.2
15812026-08-12T20:43:36.553Z Compiling rustls-native-certs v0.8.3
15822026-08-12T20:43:36.655Z Compiling h2 v0.4.15
15832026-08-12T20:43:36.668Z Compiling bstr v1.12.1
15842026-08-12T20:43:36.773Z Compiling pin-project-internal v1.1.11
15852026-08-12T20:43:36.827Z Compiling daft-derive v0.1.7
15862026-08-12T20:43:36.859Z Compiling zerocopy-derive v0.7.35
15872026-08-12T20:43:36.999Z Compiling async-trait v0.1.89
15882026-08-12T20:43:37.195Z Compiling curve25519-dalek v4.1.3
15892026-08-12T20:43:37.326Z Compiling vergen-lib v9.1.0
15902026-08-12T20:43:37.525Z Compiling hash32 v0.2.1
15912026-08-12T20:43:37.558Z Compiling memoffset v0.9.1
15922026-08-12T20:43:37.578Z Compiling encoding_rs v0.8.35
15932026-08-12T20:43:37.735Z Compiling mime v0.3.17
15942026-08-12T20:43:37.770Z Compiling ref-cast v1.0.25
15952026-08-12T20:43:37.781Z Compiling crc-any v2.5.0
15962026-08-12T20:43:37.868Z Compiling psl-types v2.0.11
15972026-08-12T20:43:37.886Z Compiling rustix v0.38.44
15982026-08-12T20:43:37.902Z Compiling litrs v1.0.0
15992026-08-12T20:43:37.917Z Compiling cfg_aliases v0.2.1
16002026-08-12T20:43:38.009Z Compiling smoltcp v0.9.1
16012026-08-12T20:43:38.033Z Compiling fallible-iterator v0.2.0
16022026-08-12T20:43:38.033Z Compiling publicsuffix v2.3.0
16032026-08-12T20:43:38.049Z Compiling nix v0.31.2
16042026-08-12T20:43:38.079Z Compiling pin-project v1.1.11
16052026-08-12T20:43:38.162Z Compiling zerocopy v0.7.35
16062026-08-12T20:43:38.211Z Compiling daft v0.1.7
16072026-08-12T20:43:38.266Z Compiling darling v0.23.0
16082026-08-12T20:43:38.315Z Compiling toml v0.7.8
16092026-08-12T20:43:38.369Z Compiling postgres-protocol v0.6.10
16102026-08-12T20:43:38.384Z Compiling inout v0.2.2
16112026-08-12T20:43:38.414Z Compiling derive_builder v0.20.2
16122026-08-12T20:43:38.457Z Compiling document-features v0.2.12
16132026-08-12T20:43:38.461Z Compiling object v0.30.4
16142026-08-12T20:43:38.525Z Compiling zip v0.6.6
16152026-08-12T20:43:38.564Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16162026-08-12T20:43:38.587Z Compiling goblin v0.8.2
16172026-08-12T20:43:38.698Z Compiling derive-ex v0.1.8
16182026-08-12T20:43:38.842Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16192026-08-12T20:43:39.073Z Compiling futures-executor v0.3.32
16202026-08-12T20:43:39.129Z Compiling hubpack_derive v0.1.1
16212026-08-12T20:43:39.172Z Compiling regex v1.12.3
16222026-08-12T20:43:39.186Z Compiling phf_shared v0.13.1
16232026-08-12T20:43:39.250Z Compiling strum_macros v0.27.2
16242026-08-12T20:43:39.288Z Compiling curve25519-dalek-derive v0.1.1
16252026-08-12T20:43:39.310Z Compiling snafu-derive v0.8.9
16262026-08-12T20:43:39.325Z Compiling ref-cast-impl v1.0.25
16272026-08-12T20:43:39.364Z Compiling cargo-platform v0.3.2
16282026-08-12T20:43:39.450Z Compiling vergen v9.1.0
16292026-08-12T20:43:39.616Z Compiling ff v0.13.1
16302026-08-12T20:43:39.640Z Compiling fs-err v3.3.0
16312026-08-12T20:43:39.661Z Compiling base16ct v0.2.0
16322026-08-12T20:43:39.678Z Compiling same-file v1.0.6
16332026-08-12T20:43:39.781Z Compiling path-slash v0.1.5
16342026-08-12T20:43:39.856Z Compiling unicode-segmentation v1.12.0
16352026-08-12T20:43:39.871Z Compiling object v0.37.3
16362026-08-12T20:43:39.871Z Compiling either v1.15.0
16372026-08-12T20:43:39.918Z Compiling hyper v1.10.1
16382026-08-12T20:43:39.934Z Compiling bitflags v1.3.2
16392026-08-12T20:43:39.976Z Compiling managed v0.8.0
16402026-08-12T20:43:40.024Z Compiling libbz2-rs-sys v0.2.2
16412026-08-12T20:43:40.104Z Compiling foldhash v0.2.0
16422026-08-12T20:43:40.179Z Compiling bumpalo v3.20.2
16432026-08-12T20:43:40.220Z Compiling foldhash v0.1.5
16442026-08-12T20:43:40.261Z Compiling jiff-core v0.1.0
16452026-08-12T20:43:40.276Z Compiling hashbrown v0.16.1
16462026-08-12T20:43:40.356Z Compiling hashbrown v0.15.5
16472026-08-12T20:43:40.418Z Compiling zopfli v0.8.3
16482026-08-12T20:43:40.434Z Compiling test-strategy v0.4.5
16492026-08-12T20:43:40.503Z Compiling bzip2 v0.6.1
16502026-08-12T20:43:40.880Z Compiling dof v0.3.0
16512026-08-12T20:43:40.935Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16522026-08-12T20:43:41.077Z Compiling hyper-util v0.1.20
16532026-08-12T20:43:41.091Z Compiling jiff v0.2.34
16542026-08-12T20:43:41.285Z Compiling strum v0.27.2
16552026-08-12T20:43:41.300Z Compiling snafu v0.8.9
16562026-08-12T20:43:41.409Z Compiling walkdir v2.5.0
16572026-08-12T20:43:41.439Z Compiling sec1 v0.7.3
16582026-08-12T20:43:41.475Z Compiling group v0.13.0
16592026-08-12T20:43:41.559Z Compiling hubpack v0.1.2
16602026-08-12T20:43:41.575Z Compiling cargo_metadata v0.23.1
16612026-08-12T20:43:41.632Z Compiling phf v0.13.1
16622026-08-12T20:43:41.678Z Compiling futures v0.3.32
16632026-08-12T20:43:41.692Z Compiling signal-hook-mio v0.2.5
16642026-08-12T20:43:41.740Z Compiling zstd v0.13.3
16652026-08-12T20:43:41.772Z Compiling cookie_store v0.22.1
16662026-08-12T20:43:41.800Z Compiling postgres-types v0.2.12
16672026-08-12T20:43:41.815Z Compiling cipher v0.5.2
16682026-08-12T20:43:41.934Z Compiling serde_with_macros v3.21.0
16692026-08-12T20:43:42.113Z Compiling globset v0.4.18
16702026-08-12T20:43:42.128Z Compiling usdt-macro v0.6.0
16712026-08-12T20:43:42.143Z Compiling usdt-attr-macro v0.6.0
16722026-08-12T20:43:42.157Z Compiling byte-wrapper v0.1.0
16732026-08-12T20:43:42.374Z Compiling dtrace-parser v0.2.0
16742026-08-12T20:43:42.396Z Compiling ed25519 v2.2.3
16752026-08-12T20:43:42.463Z Compiling serde-big-array v0.5.1
16762026-08-12T20:43:42.513Z Compiling hyper-tls v0.6.0
16772026-08-12T20:43:42.625Z Compiling serde_plain v1.0.2
16782026-08-12T20:43:42.764Z Compiling reqwest v0.12.28
16792026-08-12T20:43:42.809Z Compiling olpc-cjson v0.1.4
16802026-08-12T20:43:42.846Z Compiling hkdf v0.12.4
16812026-08-12T20:43:42.868Z Compiling crypto-bigint v0.5.5
16822026-08-12T20:43:42.958Z Compiling phf_shared v0.11.3
16832026-08-12T20:43:42.984Z Compiling strum_macros v0.26.4
16842026-08-12T20:43:43.039Z Compiling async-recursion v1.1.1
16852026-08-12T20:43:43.042Z Compiling serde_repr v0.1.20
16862026-08-12T20:43:43.069Z Compiling enum-as-inner v0.6.1
16872026-08-12T20:43:43.072Z Compiling float-cmp v0.10.0
16882026-08-12T20:43:43.165Z Compiling pem v3.0.6
16892026-08-12T20:43:43.182Z Compiling memmap2 v0.9.10
16902026-08-12T20:43:43.197Z Compiling thread-id v4.2.2
16912026-08-12T20:43:43.246Z Compiling keccak v0.1.6
16922026-08-12T20:43:43.295Z Compiling predicates-core v1.0.10
16932026-08-12T20:43:43.348Z Compiling difflib v0.4.0
16942026-08-12T20:43:43.427Z Compiling precomputed-hash v0.1.1
16952026-08-12T20:43:43.497Z Compiling const-oid v0.10.2
16962026-08-12T20:43:43.517Z Compiling fixedbitset v0.4.2
16972026-08-12T20:43:43.534Z Compiling normalize-line-endings v0.3.0
16982026-08-12T20:43:43.631Z Compiling fixedbitset v0.5.7
16992026-08-12T20:43:43.647Z Compiling typed-path v0.9.3
17002026-08-12T20:43:43.662Z Compiling whoami v2.1.0
17012026-08-12T20:43:43.734Z Compiling winnow v1.0.3
17022026-08-12T20:43:43.747Z Compiling static_assertions v1.1.0
17032026-08-12T20:43:43.760Z Compiling data-encoding v2.10.0
17042026-08-12T20:43:43.764Z Compiling cpufeatures v0.3.0
17052026-08-12T20:43:43.829Z Compiling new_debug_unreachable v1.0.6
17062026-08-12T20:43:43.859Z Compiling chacha20 v0.10.0
17072026-08-12T20:43:43.910Z Compiling string_cache v0.8.9
17082026-08-12T20:43:43.936Z Compiling tokio-postgres v0.7.16
17092026-08-12T20:43:43.964Z Compiling elliptic-curve v0.13.8
17102026-08-12T20:43:44.015Z Compiling petgraph v0.8.3
17112026-08-12T20:43:44.053Z Compiling toml_parser v1.1.2+spec-1.1.0
17122026-08-12T20:43:44.104Z Compiling hickory-proto v0.25.2
17132026-08-12T20:43:44.155Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17142026-08-12T20:43:44.263Z Compiling toml_edit v0.22.27
17152026-08-12T20:43:44.391Z Compiling petgraph v0.6.5
17162026-08-12T20:43:44.479Z Compiling digest v0.11.3
17172026-08-12T20:43:44.725Z Compiling predicates v3.1.4
17182026-08-12T20:43:44.742Z Compiling sha3 v0.10.8
17192026-08-12T20:43:44.757Z Compiling usdt v0.6.0
17202026-08-12T20:43:44.855Z Compiling strum v0.26.3
17212026-08-12T20:43:44.899Z Compiling zip v4.6.1
17222026-08-12T20:43:44.914Z Compiling usdt-impl v0.5.0
17232026-08-12T20:43:45.001Z Compiling serde_with v3.21.0
17242026-08-12T20:43:45.043Z Compiling crossterm v0.28.1
17252026-08-12T20:43:45.060Z Compiling ed25519-dalek v2.2.0
17262026-08-12T20:43:45.395Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17272026-08-12T20:43:45.633Z Compiling iddqd v0.4.2
17282026-08-12T20:43:45.928Z Compiling heck v0.4.1
17292026-08-12T20:43:46.027Z Compiling similar v2.7.0
17302026-08-12T20:43:46.042Z Compiling itertools v0.15.0
17312026-08-12T20:43:46.168Z Compiling itertools v0.13.0
17322026-08-12T20:43:46.252Z Compiling tokio-stream v0.1.18
17332026-08-12T20:43:46.329Z Compiling crossbeam-epoch v0.9.18
17342026-08-12T20:43:46.636Z Compiling buf-list v1.1.2
17352026-08-12T20:43:46.665Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17362026-08-12T20:43:46.744Z Compiling openapiv3 v2.2.0
17372026-08-12T20:43:46.809Z Compiling peg-runtime v0.8.5
17382026-08-12T20:43:46.890Z Compiling lalrpop-util v0.19.12
17392026-08-12T20:43:46.928Z Compiling thread_local v1.1.9
17402026-08-12T20:43:46.945Z Compiling slog-async v2.8.0
17412026-08-12T20:43:46.945Z Compiling crossbeam-channel v0.5.15
17422026-08-12T20:43:46.997Z Compiling is-terminal v0.4.17
17432026-08-12T20:43:47.012Z Compiling filetime v0.2.27
17442026-08-12T20:43:47.028Z Compiling xattr v1.6.1
17452026-08-12T20:43:47.103Z Compiling take_mut v0.2.2
17462026-08-12T20:43:47.118Z Compiling term v1.2.1
17472026-08-12T20:43:47.121Z Compiling camino-tempfile v1.4.1
17482026-08-12T20:43:47.206Z Compiling tar v0.4.46
17492026-08-12T20:43:47.399Z Compiling slog-term v2.9.2
17502026-08-12T20:44:04.730Z Compiling rustls-webpki v0.103.13
17512026-08-12T20:44:07.397Z Compiling tokio-rustls v0.26.4
17522026-08-12T20:44:07.397Z Compiling rustls-platform-verifier v0.6.2
17532026-08-12T20:44:07.401Z Compiling tough v0.22.0
17542026-08-12T20:44:07.635Z Compiling hyper-rustls v0.27.7
17552026-08-12T20:44:07.825Z Compiling reqwest v0.13.2
17562026-08-12T20:44:09.938Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17572026-08-12T20:44:10.177Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17582026-08-12T20:44:13.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.04s
17592026-08-12T20:44:13.257Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17602026-08-12T20:44:13.296ZAug 12 20:44:12.409 INFO Starting download, target: Cockroach
17612026-08-12T20:44:13.296ZAug 12 20:44:12.410 INFO Starting download, target: Clickhouse
17622026-08-12T20:44:13.296ZAug 12 20:44:12.410 INFO Starting download, target: Console
17632026-08-12T20:44:13.296ZAug 12 20:44:12.410 INFO Starting download, target: DendriteStub
17642026-08-12T20:44:13.296ZAug 12 20:44:12.410 INFO Starting download, target: MaghemiteMgd
17652026-08-12T20:44:13.300ZAug 12 20:44:12.410 INFO Starting download, target: MaghemiteDdmd
17662026-08-12T20:44:13.300ZAug 12 20:44:12.410 INFO Starting download, target: TransceiverControl
17672026-08-12T20:44:13.300ZAug 12 20:44:12.410 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17682026-08-12T20:44:13.300ZAug 12 20:44:12.410 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17692026-08-12T20:44:13.300ZAug 12 20:44:12.410 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17702026-08-12T20:44:13.300ZAug 12 20:44:12.410 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17712026-08-12T20:44:13.300ZAug 12 20:44:12.410 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17722026-08-12T20:44:13.300ZAug 12 20:44:12.410 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17732026-08-12T20:44:13.300ZAug 12 20:44:12.410 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17742026-08-12T20:44:14.025ZAug 12 20:44:13.103 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17752026-08-12T20:44:14.223ZAug 12 20:44:13.316 INFO Download complete, target: TransceiverControl
17762026-08-12T20:44:15.131ZAug 12 20:44:14.203 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17772026-08-12T20:44:15.353ZAug 12 20:44:14.460 INFO Download complete, target: Console
17782026-08-12T20:44:16.411ZAug 12 20:44:15.500 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17792026-08-12T20:44:17.559ZAug 12 20:44:16.641 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17802026-08-12T20:44:17.846ZAug 12 20:44:16.910 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17812026-08-12T20:44:17.980ZAug 12 20:44:17.051 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17822026-08-12T20:44:18.355ZAug 12 20:44:17.455 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17832026-08-12T20:44:18.356ZAug 12 20:44:17.455 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17842026-08-12T20:44:20.059ZAug 12 20:44:19.173 INFO Download complete, target: MaghemiteDdmd
17852026-08-12T20:44:20.232ZAug 12 20:44:19.346 INFO Download complete, target: DendriteStub
17862026-08-12T20:44:20.557ZAug 12 20:44:19.671 INFO Download complete, target: MaghemiteMgd
17872026-08-12T20:44:23.110ZAug 12 20:44:22.205 INFO Checking that binary works, target: Cockroach
17882026-08-12T20:44:23.210ZAug 12 20:44:22.321 INFO Download complete, target: Cockroach
17892026-08-12T20:44:23.340ZAug 12 20:44:22.448 INFO Checking that binary works, target: Clickhouse
17902026-08-12T20:44:23.425ZAug 12 20:44:22.535 INFO Download complete, target: Clickhouse
17912026-08-12T20:44:23.429ZAll prerequisites installed successfully
17922026-08-12T20:44:23.429Z
17932026-08-12T20:44:23.430Zreal 1:58.119893647
17942026-08-12T20:44:23.430Zuser 7:11.882119206
17952026-08-12T20:44:23.430Zsys 1:45.230039525
17962026-08-12T20:44:23.430Ztrap 0.294651221
17972026-08-12T20:44:23.430Ztflt 0.877729021
17982026-08-12T20:44:23.430Zdflt 1.726739979
17992026-08-12T20:44:23.430Zkflt 0.053148377
18002026-08-12T20:44:23.430Zlock 28:23.183431677
18012026-08-12T20:44:23.430Zslp 19:59.993538054
18022026-08-12T20:44:23.430Zlat 25.662809854
18032026-08-12T20:44:23.430Zstop 3:23.446447019
18042026-08-12T20:44:23.430Z+ ptime -m cargo xtask download softnpu
18052026-08-12T20:44:23.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18062026-08-12T20:44:23.928Z Running `target/debug/xtask download softnpu`
18072026-08-12T20:44:24.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18082026-08-12T20:44:24.737Z Running `target/debug/xtask-downloader softnpu`
18092026-08-12T20:44:24.782ZAug 12 20:44:23.889 INFO Starting download, target: Softnpu
18102026-08-12T20:44:24.791ZAug 12 20:44:23.890 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18112026-08-12T20:44:25.376ZAug 12 20:44:24.490 INFO Download complete, target: Softnpu
18122026-08-12T20:44:25.379Z
18132026-08-12T20:44:25.380Zreal 1.946189429
18142026-08-12T20:44:25.380Zuser 1.322284135
18152026-08-12T20:44:25.380Zsys 0.615260257
18162026-08-12T20:44:25.380Ztrap 0.000882020
18172026-08-12T20:44:25.380Ztflt 0.000174000
18182026-08-12T20:44:25.380Zdflt 0.000216300
18192026-08-12T20:44:25.380Zkflt 0.000000000
18202026-08-12T20:44:25.380Zlock 11.124144845
18212026-08-12T20:44:25.380Zslp 0.454217893
18222026-08-12T20:44:25.380Zlat 0.095196785
18232026-08-12T20:44:25.380Zstop 0.000229080
18242026-08-12T20:44:25.383Z+ export CARGO_INCREMENTAL=0
18252026-08-12T20:44:25.383Z+ CARGO_INCREMENTAL=0
18262026-08-12T20:44:25.383Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18272026-08-12T20:44:26.279Z Compiling proc-macro2 v1.0.106
18282026-08-12T20:44:26.280Z Compiling quote v1.0.45
18292026-08-12T20:44:26.280Z Compiling unicode-ident v1.0.24
18302026-08-12T20:44:26.280Z Compiling libc v0.2.185
18312026-08-12T20:44:26.283Z Compiling serde_core v1.0.228
18322026-08-12T20:44:26.283Z Compiling serde v1.0.228
18332026-08-12T20:44:26.283Z Compiling cfg-if v1.0.4
18342026-08-12T20:44:26.283Z Compiling version_check v0.9.5
18352026-08-12T20:44:26.283Z Compiling autocfg v1.5.0
18362026-08-12T20:44:26.283Z Compiling shlex v1.3.0
18372026-08-12T20:44:26.451Z Compiling find-msvc-tools v0.1.9
18382026-08-12T20:44:26.455Z Compiling memchr v2.8.0
18392026-08-12T20:44:26.455Z Compiling zmij v1.0.21
18402026-08-12T20:44:26.455Z Compiling serde_json v1.0.151
18412026-08-12T20:44:26.541Z Compiling portable-atomic v1.13.1
18422026-08-12T20:44:26.552Z Compiling zerocopy v0.8.40
18432026-08-12T20:44:26.735Z Compiling libm v0.2.16
18442026-08-12T20:44:26.764Z Compiling getrandom v0.4.1
18452026-08-12T20:44:26.787Z Compiling generic-array v0.14.7
18462026-08-12T20:44:26.896Z Compiling num-traits v0.2.19
18472026-08-12T20:44:26.942Z Compiling parking_lot_core v0.9.12
18482026-08-12T20:44:26.983Z Compiling smallvec v1.15.1
18492026-08-12T20:44:26.987Z Compiling icu_normalizer_data v2.1.1
18502026-08-12T20:44:27.044Z Compiling icu_properties_data v2.1.2
18512026-08-12T20:44:27.106Z Compiling itoa v1.0.17
18522026-08-12T20:44:27.109Z Compiling log v0.4.29
18532026-08-12T20:44:27.147Z Compiling subtle v2.6.1
18542026-08-12T20:44:27.162Z Compiling pkg-config v0.3.32
18552026-08-12T20:44:27.243Z Compiling typenum v1.20.1
18562026-08-12T20:44:27.272Z Compiling stable_deref_trait v1.2.1
18572026-08-12T20:44:27.363Z Compiling getrandom v0.3.4
18582026-08-12T20:44:27.367Z Compiling scopeguard v1.2.0
18592026-08-12T20:44:27.378Z Compiling thiserror v2.0.18
18602026-08-12T20:44:27.449Z Compiling rustix v1.1.3
18612026-08-12T20:44:27.507Z Compiling jobserver v0.1.34
18622026-08-12T20:44:27.522Z Compiling errno v0.3.14
18632026-08-12T20:44:27.537Z Compiling lock_api v0.4.14
18642026-08-12T20:44:27.692Z Compiling rand_core v0.10.0
18652026-08-12T20:44:27.692Z Compiling getrandom v0.2.17
18662026-08-12T20:44:27.736Z Compiling cc v1.2.56
18672026-08-12T20:44:27.784Z Compiling equivalent v1.0.2
18682026-08-12T20:44:27.788Z Compiling heck v0.5.0
18692026-08-12T20:44:27.828Z Compiling syn v2.0.117
18702026-08-12T20:44:27.906Z Compiling rand_core v0.6.4
18712026-08-12T20:44:27.967Z Compiling pin-project-lite v0.2.17
18722026-08-12T20:44:27.983Z Compiling critical-section v1.2.0
18732026-08-12T20:44:27.998Z Compiling syn v1.0.109
18742026-08-12T20:44:28.103Z Compiling writeable v0.6.2
18752026-08-12T20:44:28.107Z Compiling litemap v0.8.1
18762026-08-12T20:44:28.107Z Compiling percent-encoding v2.3.2
18772026-08-12T20:44:28.148Z Compiling schemars v0.8.22
18782026-08-12T20:44:28.215Z Compiling hashbrown v0.17.0
18792026-08-12T20:44:28.344Z Compiling fs_extra v1.3.0
18802026-08-12T20:44:28.347Z Compiling dunce v1.0.5
18812026-08-12T20:44:28.375Z Compiling rustversion v1.0.22
18822026-08-12T20:44:28.393Z Compiling once_cell v1.21.3
18832026-08-12T20:44:28.518Z Compiling cmake v0.1.57
18842026-08-12T20:44:28.541Z Compiling byteorder v1.5.0
18852026-08-12T20:44:28.615Z Compiling strsim v0.11.1
18862026-08-12T20:44:28.683Z Compiling signal-hook-registry v1.4.8
18872026-08-12T20:44:28.814Z Compiling semver v1.0.28
18882026-08-12T20:44:28.906Z Compiling indexmap v2.14.0
18892026-08-12T20:44:28.925Z Compiling bitflags v2.11.0
18902026-08-12T20:44:28.956Z Compiling utf8_iter v1.0.4
18912026-08-12T20:44:28.981Z Compiling thiserror v1.0.69
18922026-08-12T20:44:28.984Z Compiling parking_lot v0.12.5
18932026-08-12T20:44:29.138Z Compiling aws-lc-sys v0.40.0
18942026-08-12T20:44:29.171Z Compiling form_urlencoded v1.2.2
18952026-08-12T20:44:29.171Z Compiling mio v1.2.0
18962026-08-12T20:44:29.230Z Compiling socket2 v0.6.3
18972026-08-12T20:44:29.389Z Compiling const-oid v0.9.6
18982026-08-12T20:44:29.471Z Compiling aws-lc-rs v1.16.3
18992026-08-12T20:44:29.487Z Compiling futures-core v0.3.32
19002026-08-12T20:44:29.599Z Compiling httparse v1.10.1
19012026-08-12T20:44:29.789Z Compiling fnv v1.0.7
19022026-08-12T20:44:29.878Z Compiling crc32fast v1.5.0
19032026-08-12T20:44:29.908Z Compiling ucd-trie v0.1.7
19042026-08-12T20:44:29.940Z Compiling regex-syntax v0.8.10
19052026-08-12T20:44:30.010Z Compiling vcpkg v0.2.15
19062026-08-12T20:44:30.072Z Compiling pest v2.8.6
19072026-08-12T20:44:30.142Z Compiling iana-time-zone v0.1.65
19082026-08-12T20:44:30.145Z Compiling ident_case v1.0.1
19092026-08-12T20:44:30.201Z Compiling uuid v1.23.4
19102026-08-12T20:44:30.337Z Compiling rustc_version v0.4.1
19112026-08-12T20:44:30.370Z Compiling futures-sink v0.3.32
19122026-08-12T20:44:30.386Z Compiling rustls v0.23.41
19132026-08-12T20:44:30.480Z Compiling futures-channel v0.3.32
19142026-08-12T20:44:30.619Z Compiling openssl-sys v0.9.117
19152026-08-12T20:44:30.634Z Compiling aho-corasick v1.1.4
19162026-08-12T20:44:30.693Z Compiling synstructure v0.13.2
19172026-08-12T20:44:30.722Z Compiling serde_derive_internals v0.29.1
19182026-08-12T20:44:30.766Z Compiling futures-io v0.3.32
19192026-08-12T20:44:30.826Z Compiling futures-task v0.3.32
19202026-08-12T20:44:30.984Z Compiling slab v0.4.12
19212026-08-12T20:44:31.037Z Compiling plain v0.2.3
19222026-08-12T20:44:31.163Z Compiling pest_meta v2.8.6
19232026-08-12T20:44:31.180Z Compiling num-conv v0.2.0
19242026-08-12T20:44:31.183Z Compiling dyn-clone v1.0.20
19252026-08-12T20:44:31.212Z Compiling time-core v0.1.8
19262026-08-12T20:44:31.215Z Compiling radium v0.7.0
19272026-08-12T20:44:31.299Z Compiling crossbeam-utils v0.8.21
19282026-08-12T20:44:31.378Z Compiling base64ct v1.8.3
19292026-08-12T20:44:31.394Z Compiling time-macros v0.2.27
19302026-08-12T20:44:31.411Z Compiling openssl v0.10.80
19312026-08-12T20:44:31.463Z Compiling regex-automata v0.4.14
19322026-08-12T20:44:31.492Z Compiling base64 v0.22.1
19332026-08-12T20:44:31.569Z Compiling pretty-hex v0.4.1
19342026-08-12T20:44:31.592Z Compiling maybe-uninit v2.0.0
19352026-08-12T20:44:31.631Z Compiling pem-rfc7468 v0.7.0
19362026-08-12T20:44:31.758Z Compiling pest_generator v2.8.6
19372026-08-12T20:44:31.846Z Compiling flagset v0.4.7
19382026-08-12T20:44:31.887Z Compiling serde_derive v1.0.228
19392026-08-12T20:44:31.904Z Compiling zeroize_derive v1.5.0
19402026-08-12T20:44:31.904Z Compiling zerofrom-derive v0.1.6
19412026-08-12T20:44:31.934Z Compiling yoke-derive v0.8.1
19422026-08-12T20:44:31.951Z Compiling zerocopy-derive v0.8.40
19432026-08-12T20:44:32.001Z Compiling zerovec-derive v0.11.2
19442026-08-12T20:44:32.042Z Compiling displaydoc v0.2.5
19452026-08-12T20:44:32.057Z Compiling tokio-macros v2.7.0
19462026-08-12T20:44:32.096Z Compiling futures-macro v0.3.32
19472026-08-12T20:44:32.110Z Compiling thiserror-impl v2.0.18
19482026-08-12T20:44:32.411Z Compiling schemars_derive v0.8.22
19492026-08-12T20:44:32.426Z Compiling der_derive v0.7.3
19502026-08-12T20:44:32.451Z Compiling tracing-attributes v0.1.31
19512026-08-12T20:44:32.546Z Compiling zeroize v1.9.0
19522026-08-12T20:44:32.780Z Compiling thiserror-impl v1.0.69
19532026-08-12T20:44:32.817Z Compiling pest_derive v2.8.6
19542026-08-12T20:44:32.920Z Compiling futures-util v0.3.32
19552026-08-12T20:44:33.060Z Compiling zerofrom v0.1.6
19562026-08-12T20:44:33.216Z Compiling yoke v0.8.1
19572026-08-12T20:44:33.290Z Compiling crypto-common v0.1.7
19582026-08-12T20:44:33.308Z Compiling block-buffer v0.10.4
19592026-08-12T20:44:33.444Z Compiling zerovec v0.11.5
19602026-08-12T20:44:33.447Z Compiling zerotrie v0.2.3
19612026-08-12T20:44:33.559Z Compiling digest v0.10.7
19622026-08-12T20:44:33.632Z Compiling scroll_derive v0.13.1
19632026-08-12T20:44:33.676Z Compiling scroll_derive v0.12.1
19642026-08-12T20:44:33.743Z Compiling der v0.7.10
19652026-08-12T20:44:33.794Z Compiling openssl-macros v0.1.1
19662026-08-12T20:44:33.836Z Compiling darling_core v0.23.0
19672026-08-12T20:44:33.908Z Compiling rand_core v0.9.5
19682026-08-12T20:44:33.940Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19692026-08-12T20:44:34.014Z Compiling tinystr v0.8.2
19702026-08-12T20:44:34.064Z Compiling potential_utf v0.1.4
19712026-08-12T20:44:34.214Z Compiling icu_locale_core v2.1.1
19722026-08-12T20:44:34.256Z Compiling icu_collections v2.1.1
19732026-08-12T20:44:34.351Z Compiling bzip2-sys v0.1.13+1.0.8
19742026-08-12T20:44:34.365Z Compiling ahash v0.8.12
19752026-08-12T20:44:34.663Z Compiling native-tls v0.2.18
19762026-08-12T20:44:34.701Z Compiling num-bigint-dig v0.8.6
19772026-08-12T20:44:34.822Z Compiling anyhow v1.0.102
19782026-08-12T20:44:34.866Z Compiling packed_struct v0.10.1
19792026-08-12T20:44:34.870Z Compiling spki v0.7.3
19802026-08-12T20:44:34.896Z Compiling regex v1.12.3
19812026-08-12T20:44:34.911Z Compiling zerocopy-derive v0.7.35
19822026-08-12T20:44:34.985Z Compiling icu_provider v2.1.1
19832026-08-12T20:44:35.043Z Compiling bytes v1.11.1
19842026-08-12T20:44:35.119Z Compiling chrono v0.4.45
19852026-08-12T20:44:35.153Z Compiling serde_tokenstream v0.2.3
19862026-08-12T20:44:35.311Z Compiling icu_normalizer v2.1.1
19872026-08-12T20:44:35.417Z Compiling icu_properties v2.1.2
19882026-08-12T20:44:35.556Z Compiling slog v2.8.2
19892026-08-12T20:44:35.688Z Compiling tokio v1.52.1
19902026-08-12T20:44:35.774Z Compiling http v1.4.2
19912026-08-12T20:44:35.965Z Compiling darling_macro v0.23.0
19922026-08-12T20:44:36.343Z Compiling idna_adapter v1.2.1
19932026-08-12T20:44:36.439Z Compiling ppv-lite86 v0.2.21
19942026-08-12T20:44:36.471Z Compiling idna v1.1.0
19952026-08-12T20:44:36.488Z Compiling tracing-core v0.1.36
19962026-08-12T20:44:36.557Z Compiling cookie v0.18.1
19972026-08-12T20:44:36.572Z Compiling cpufeatures v0.2.17
19982026-08-12T20:44:36.641Z Compiling utf8parse v0.2.2
19992026-08-12T20:44:36.664Z Compiling camino v1.2.2
20002026-08-12T20:44:36.768Z Compiling rand_chacha v0.9.0
20012026-08-12T20:44:36.787Z Compiling darling v0.23.0
20022026-08-12T20:44:36.852Z Compiling url v2.5.8
20032026-08-12T20:44:36.936Z Compiling tracing v0.1.44
20042026-08-12T20:44:36.993Z Compiling serde_spanned v0.6.9
20052026-08-12T20:44:36.996Z Compiling toml_datetime v0.6.11
20062026-08-12T20:44:37.079Z Compiling zerocopy-derive v0.6.6
20072026-08-12T20:44:37.105Z Compiling clap_derive v4.6.1
20082026-08-12T20:44:37.158Z Compiling bitfield-macros v0.19.4
20092026-08-12T20:44:37.183Z Compiling packed_struct_codegen v0.10.1
20102026-08-12T20:44:37.357Z Compiling indexmap v1.9.3
20112026-08-12T20:44:37.574Z Compiling paste v1.0.15
20122026-08-12T20:44:37.693Z Compiling anstyle v1.0.14
20132026-08-12T20:44:37.856Z Compiling rand v0.9.2
20142026-08-12T20:44:37.872Z Compiling http-body v1.0.1
20152026-08-12T20:44:37.888Z Compiling pkcs8 v0.10.2
20162026-08-12T20:44:37.946Z Compiling rustls-pki-types v1.14.0
20172026-08-12T20:44:38.166Z Compiling spin v0.9.8
20182026-08-12T20:44:38.181Z Compiling usdt-impl v0.5.0
20192026-08-12T20:44:38.348Z Compiling cmov v0.5.4
20202026-08-12T20:44:38.383Z Compiling tinyvec_macros v0.1.1
20212026-08-12T20:44:38.435Z Compiling either v1.15.0
20222026-08-12T20:44:38.451Z Compiling fastrand v2.3.0
20232026-08-12T20:44:38.482Z Compiling usdt-impl v0.6.0
20242026-08-12T20:44:38.557Z Compiling openssl-probe v0.2.1
20252026-08-12T20:44:38.580Z Compiling colorchoice v1.0.4
20262026-08-12T20:44:38.599Z Compiling ref-cast v1.0.25
20272026-08-12T20:44:38.655Z Compiling is_terminal_polyfill v1.70.2
20282026-08-12T20:44:38.670Z Compiling winnow v0.5.40
20292026-08-12T20:44:38.707Z Compiling anstyle-query v1.1.5
20302026-08-12T20:44:38.722Z Compiling ctutils v0.4.2
20312026-08-12T20:44:38.756Z Compiling tinyvec v1.10.0
20322026-08-12T20:44:38.887Z Compiling sha2 v0.10.9
20332026-08-12T20:44:38.994Z Compiling scroll v0.13.0
20342026-08-12T20:44:39.009Z Compiling scroll v0.12.0
20352026-08-12T20:44:39.125Z Compiling async-trait v0.1.89
20362026-08-12T20:44:39.246Z Compiling heapless v0.7.17
20372026-08-12T20:44:39.337Z Compiling try-lock v0.2.5
20382026-08-12T20:44:39.352Z Compiling rustix v0.38.44
20392026-08-12T20:44:39.371Z Compiling zstd-safe v7.2.4
20402026-08-12T20:44:39.374Z Compiling tower-layer v0.3.3
20412026-08-12T20:44:39.413Z Compiling tower-service v0.3.3
20422026-08-12T20:44:39.466Z Compiling untrusted v0.7.1
20432026-08-12T20:44:39.525Z Compiling tokio-util v0.7.18
20442026-08-12T20:44:39.563Z Compiling winnow v0.7.14
20452026-08-12T20:44:39.592Z Compiling atomic-waker v1.1.2
20462026-08-12T20:44:39.680Z Compiling litrs v1.0.0
20472026-08-12T20:44:39.746Z Compiling signal-hook v0.3.18
20482026-08-12T20:44:39.761Z Compiling winnow v1.0.3
20492026-08-12T20:44:39.928Z Compiling tempfile v3.25.0
20502026-08-12T20:44:39.948Z Compiling toml_edit v0.19.15
20512026-08-12T20:44:40.078Z Compiling toml_parser v1.1.2+spec-1.1.0
20522026-08-12T20:44:40.093Z Compiling want v0.3.1
20532026-08-12T20:44:40.149Z Compiling document-features v0.2.12
20542026-08-12T20:44:40.270Z Compiling h2 v0.4.15
20552026-08-12T20:44:40.582Z Compiling goblin v0.8.2
20562026-08-12T20:44:40.614Z Compiling goblin v0.10.5
20572026-08-12T20:44:40.649Z Compiling hybrid-array v0.4.13
20582026-08-12T20:44:40.682Z Compiling itertools v0.15.0
20592026-08-12T20:44:40.843Z Compiling anstyle-parse v1.0.0
20602026-08-12T20:44:41.017Z Compiling zerocopy v0.7.35
20612026-08-12T20:44:41.037Z Compiling ipnet v2.11.0
20622026-08-12T20:44:41.463Z Compiling structmeta-derive v0.3.0
20632026-08-12T20:44:41.466Z Compiling daft-derive v0.1.7
20642026-08-12T20:44:41.494Z Compiling ref-cast-impl v1.0.25
20652026-08-12T20:44:41.600Z Compiling darling_core v0.20.11
20662026-08-12T20:44:41.621Z Compiling curve25519-dalek v4.1.3
20672026-08-12T20:44:41.707Z Compiling memoffset v0.9.1
20682026-08-12T20:44:41.889Z Compiling tap v1.0.1
20692026-08-12T20:44:41.952Z Compiling untrusted v0.9.0
20702026-08-12T20:44:42.090Z Compiling httpdate v1.0.3
20712026-08-12T20:44:42.179Z Compiling powerfmt v0.2.0
20722026-08-12T20:44:42.206Z Compiling simd-adler32 v0.3.8
20732026-08-12T20:44:42.237Z Compiling foreign-types-shared v0.1.1
20742026-08-12T20:44:42.325Z Compiling foreign-types v0.3.2
20752026-08-12T20:44:42.340Z Compiling deranged v0.5.8
20762026-08-12T20:44:42.366Z Compiling wyz v0.5.1
20772026-08-12T20:44:42.456Z Compiling anstream v1.0.0
20782026-08-12T20:44:42.491Z Compiling structmeta v0.3.0
20792026-08-12T20:44:42.580Z Compiling unicode-normalization v0.1.25
20802026-08-12T20:44:42.795Z Compiling dtrace-parser v0.2.0
20812026-08-12T20:44:42.816Z Compiling rand_chacha v0.3.1
20822026-08-12T20:44:43.066Z Compiling dof v0.3.0
20832026-08-12T20:44:43.169Z Compiling hex v0.4.3
20842026-08-12T20:44:43.208Z Compiling signature v2.2.0
20852026-08-12T20:44:43.391Z Compiling dof v0.4.0
20862026-08-12T20:44:43.406Z Compiling dtrace-parser v0.3.0
20872026-08-12T20:44:43.453Z Compiling hyper v1.10.1
20882026-08-12T20:44:43.477Z Compiling terminal_size v0.4.3
20892026-08-12T20:44:43.552Z Compiling pin-project-internal v1.1.11
20902026-08-12T20:44:43.581Z Compiling darling_macro v0.20.11
20912026-08-12T20:44:43.656Z Compiling num-integer v0.1.46
20922026-08-12T20:44:43.718Z Compiling thread-id v5.1.0
20932026-08-12T20:44:43.818Z Compiling thread-id v4.2.2
20942026-08-12T20:44:43.914Z Compiling wait-timeout v0.2.1
20952026-08-12T20:44:43.997Z Compiling bit-vec v0.8.0
20962026-08-12T20:44:44.069Z Compiling funty v2.0.0
20972026-08-12T20:44:44.084Z Compiling cfg_aliases v0.2.1
20982026-08-12T20:44:44.157Z Compiling clap_lex v1.0.0
20992026-08-12T20:44:44.250Z Compiling quick-error v1.2.3
21002026-08-12T20:44:44.379Z Compiling num_threads v0.1.7
21012026-08-12T20:44:44.396Z Compiling smoltcp v0.9.1
21022026-08-12T20:44:44.434Z Compiling adler2 v2.0.1
21032026-08-12T20:44:44.456Z Compiling bitvec v1.0.1
21042026-08-12T20:44:44.495Z Compiling time v0.3.47
21052026-08-12T20:44:44.512Z Compiling rusty-fork v0.3.1
21062026-08-12T20:44:44.531Z Compiling clap_builder v4.6.0
21072026-08-12T20:44:44.562Z Compiling hyper-util v0.1.20
21082026-08-12T20:44:44.578Z Compiling miniz_oxide v0.8.9
21092026-08-12T20:44:44.594Z Compiling bit-set v0.8.0
21102026-08-12T20:44:44.597Z Compiling nix v0.31.2
21112026-08-12T20:44:44.738Z Compiling darling v0.20.11
21122026-08-12T20:44:44.810Z Compiling num-iter v0.1.45
21132026-08-12T20:44:44.975Z Compiling rand v0.8.6
21142026-08-12T20:44:45.156Z Compiling ipnetwork v0.21.1
21152026-08-12T20:44:45.295Z Compiling lazy_static v1.5.0
21162026-08-12T20:44:45.429Z Compiling anstyle-parse v0.2.7
21172026-08-12T20:44:45.620Z Compiling rand_xorshift v0.4.0
21182026-08-12T20:44:45.633Z Compiling hmac v0.12.1
21192026-08-12T20:44:45.719Z Compiling curve25519-dalek-derive v0.1.1
21202026-08-12T20:44:45.782Z Compiling sync_wrapper v1.0.2
21212026-08-12T20:44:45.857Z Compiling nodrop v0.1.14
21222026-08-12T20:44:45.901Z Compiling zlib-rs v0.6.2
21232026-08-12T20:44:46.045Z Compiling unarray v0.1.4
21242026-08-12T20:44:46.248Z Compiling siphasher v1.0.2
21252026-08-12T20:44:46.252Z Compiling crc-catalog v2.4.0
21262026-08-12T20:44:46.516Z Compiling crc v3.4.0
21272026-08-12T20:44:46.745Z Compiling proptest v1.11.0
21282026-08-12T20:44:46.749Z Compiling clap v4.6.1
21292026-08-12T20:44:46.827Z Compiling array-init v0.0.4
21302026-08-12T20:44:46.894Z Compiling tower v0.5.3
21312026-08-12T20:44:47.427Z Compiling anstream v0.6.21
21322026-08-12T20:44:47.751Z Compiling smallvec v0.6.14
21332026-08-12T20:44:47.769Z Compiling derive_builder_core v0.20.2
21342026-08-12T20:44:47.980Z Compiling flate2 v1.1.9
21352026-08-12T20:44:48.134Z Compiling pkcs1 v0.7.5
21362026-08-12T20:44:48.219Z Compiling http-body-util v0.1.3
21372026-08-12T20:44:48.239Z Compiling bitfield v0.19.4
21382026-08-12T20:44:48.258Z Compiling zerocopy v0.6.6
21392026-08-12T20:44:48.489Z Compiling strum_macros v0.26.4
21402026-08-12T20:44:48.510Z Compiling strum_macros v0.27.2
21412026-08-12T20:44:48.536Z Compiling snafu-derive v0.8.9
21422026-08-12T20:44:48.565Z Compiling hubpack_derive v0.1.1
21432026-08-12T20:44:48.606Z Compiling env_filter v1.0.0
21442026-08-12T20:44:48.647Z Compiling fs-err v3.3.0
21452026-08-12T20:44:48.841Z Compiling allocator-api2 v0.2.21
21462026-08-12T20:44:48.882Z Compiling unicode-segmentation v1.12.0
21472026-08-12T20:44:48.886Z Compiling unicode-bidi v0.3.18
21482026-08-12T20:44:49.075Z Compiling iri-string v0.7.10
21492026-08-12T20:44:49.146Z Compiling object v0.37.3
21502026-08-12T20:44:49.198Z Compiling base64 v0.21.7
21512026-08-12T20:44:49.278Z Compiling hashbrown v0.12.3
21522026-08-12T20:44:49.419Z Compiling unicode-properties v0.1.4
21532026-08-12T20:44:49.509Z Compiling ryu v1.0.23
21542026-08-12T20:44:49.640Z Compiling serde_urlencoded v0.7.1
21552026-08-12T20:44:49.669Z Compiling stringprep v0.1.5
21562026-08-12T20:44:49.692Z Compiling ron v0.8.1
21572026-08-12T20:44:50.038Z Compiling newtype-uuid v1.3.2
21582026-08-12T20:44:50.066Z Compiling env_logger v0.11.9
21592026-08-12T20:44:50.183Z Compiling derive_builder_macro v0.20.2
21602026-08-12T20:44:50.270Z Compiling tower-http v0.6.8
21612026-08-12T20:44:50.342Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21622026-08-12T20:44:50.359Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21632026-08-12T20:44:50.376Z Compiling rsa v0.9.10
21642026-08-12T20:44:50.379Z Compiling oxnet v0.1.6
21652026-08-12T20:44:50.407Z Compiling serde-hex v0.1.0
21662026-08-12T20:44:50.472Z Compiling hashbrown v0.13.2
21672026-08-12T20:44:50.550Z Compiling tokio-native-tls v0.3.1
21682026-08-12T20:44:50.550Z Compiling bzip2 v0.4.4
21692026-08-12T20:44:50.682Z Compiling usdt-macro v0.6.0
21702026-08-12T20:44:50.696Z Compiling usdt-attr-macro v0.6.0
21712026-08-12T20:44:50.711Z Compiling derive-ex v0.1.8
21722026-08-12T20:44:50.759Z Compiling block-buffer v0.12.1
21732026-08-12T20:44:50.775Z Compiling block-padding v0.4.2
21742026-08-12T20:44:50.813Z Compiling crypto-common v0.2.2
21752026-08-12T20:44:51.012Z Compiling rustls-native-certs v0.8.3
21762026-08-12T20:44:51.285Z Compiling erased-serde v0.3.31
21772026-08-12T20:44:51.304Z Compiling x509-cert v0.2.5
21782026-08-12T20:44:51.418Z Compiling md-5 v0.10.6
21792026-08-12T20:44:51.482Z Compiling bstr v1.12.1
21802026-08-12T20:44:51.581Z Compiling vergen-lib v9.1.0
21812026-08-12T20:44:51.640Z Compiling hash32 v0.2.1
21822026-08-12T20:44:51.728Z Compiling encoding_rs v0.8.35
21832026-08-12T20:44:51.871Z Compiling psl-types v2.0.11
21842026-08-12T20:44:51.910Z Compiling fallible-iterator v0.2.0
21852026-08-12T20:44:52.011Z Compiling mime v0.3.17
21862026-08-12T20:44:52.145Z Compiling crc-any v2.5.0
21872026-08-12T20:44:52.204Z Compiling cpufeatures v0.3.0
21882026-08-12T20:44:52.257Z Compiling test-strategy v0.4.5
21892026-08-12T20:44:52.272Z Compiling postgres-protocol v0.6.10
21902026-08-12T20:44:52.310Z Compiling publicsuffix v2.3.0
21912026-08-12T20:44:52.880Z Compiling object v0.30.4
21922026-08-12T20:44:53.063Z Compiling inout v0.2.2
21932026-08-12T20:44:53.090Z Compiling hyper-tls v0.6.0
21942026-08-12T20:44:53.107Z Compiling zip v0.6.6
21952026-08-12T20:44:53.127Z Compiling derive_builder v0.20.2
21962026-08-12T20:44:53.158Z Compiling daft v0.1.7
21972026-08-12T20:44:53.201Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21982026-08-12T20:44:53.274Z Compiling heck v0.4.1
21992026-08-12T20:44:53.334Z Compiling phf_shared v0.13.1
22002026-08-12T20:44:53.414Z Compiling pin-project v1.1.11
22012026-08-12T20:44:53.535Z Compiling toml v0.7.8
22022026-08-12T20:44:53.611Z Compiling serde_with_macros v3.21.0
22032026-08-12T20:44:53.656Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22042026-08-12T20:44:53.688Z Compiling futures-executor v0.3.32
22052026-08-12T20:44:53.705Z Compiling enum-as-inner v0.6.1
22062026-08-12T20:44:53.814Z Compiling async-recursion v1.1.1
22072026-08-12T20:44:53.850Z Compiling serde_repr v0.1.20
22082026-08-12T20:44:53.985Z Compiling vergen v9.1.0
22092026-08-12T20:44:54.062Z Compiling ff v0.13.1
22102026-08-12T20:44:54.083Z Compiling cargo-platform v0.3.2
22112026-08-12T20:44:54.350Z Compiling same-file v1.0.6
22122026-08-12T20:44:54.365Z Compiling jiff-core v0.1.0
22132026-08-12T20:44:54.386Z Compiling bitflags v1.3.2
22142026-08-12T20:44:54.435Z Compiling managed v0.8.0
22152026-08-12T20:44:54.611Z Compiling foldhash v0.2.0
22162026-08-12T20:44:54.638Z Compiling path-slash v0.1.5
22172026-08-12T20:44:54.670Z Compiling libbz2-rs-sys v0.2.2
22182026-08-12T20:44:54.771Z Compiling foldhash v0.1.5
22192026-08-12T20:44:54.787Z Compiling base16ct v0.2.0
22202026-08-12T20:44:54.899Z Compiling bumpalo v3.20.2
22212026-08-12T20:44:54.913Z Compiling hashbrown v0.15.5
22222026-08-12T20:44:54.958Z Compiling sec1 v0.7.3
22232026-08-12T20:44:54.995Z Compiling hashbrown v0.16.1
22242026-08-12T20:44:55.112Z Compiling zopfli v0.8.3
22252026-08-12T20:44:55.157Z Compiling jiff v0.2.34
22262026-08-12T20:44:55.183Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22272026-08-12T20:44:55.236Z Compiling bzip2 v0.6.1
22282026-08-12T20:44:55.469Z Compiling walkdir v2.5.0
22292026-08-12T20:44:55.593Z Compiling cargo_metadata v0.23.1
22302026-08-12T20:44:55.628Z Compiling group v0.13.0
22312026-08-12T20:44:55.958Z Compiling futures v0.3.32
22322026-08-12T20:44:56.229Z Compiling phf v0.13.1
22332026-08-12T20:44:56.295Z Compiling snafu v0.8.9
22342026-08-12T20:44:56.342Z Compiling reqwest v0.12.28
22352026-08-12T20:44:56.477Z Compiling cipher v0.5.2
22362026-08-12T20:44:56.642Z Compiling signal-hook-mio v0.2.5
22372026-08-12T20:44:56.647Z Compiling cookie_store v0.22.1
22382026-08-12T20:44:56.775Z Compiling postgres-types v0.2.12
22392026-08-12T20:44:56.779Z Compiling zstd v0.13.3
22402026-08-12T20:44:56.779Z Compiling globset v0.4.18
22412026-08-12T20:44:56.799Z Compiling strum v0.27.2
22422026-08-12T20:44:56.877Z Compiling hubpack v0.1.2
22432026-08-12T20:44:57.028Z Compiling phf_shared v0.11.3
22442026-08-12T20:44:57.089Z Compiling hkdf v0.12.4
22452026-08-12T20:44:57.122Z Compiling crossbeam-epoch v0.9.18
22462026-08-12T20:44:57.669Z Compiling byte-wrapper v0.1.0
22472026-08-12T20:44:57.764Z Compiling ed25519 v2.2.3
22482026-08-12T20:44:57.764Z Compiling olpc-cjson v0.1.4
22492026-08-12T20:44:57.764Z Compiling serde-big-array v0.5.1
22502026-08-12T20:44:57.764Z Compiling serde_plain v1.0.2
22512026-08-12T20:44:57.764Z Compiling pem v3.0.6
22522026-08-12T20:44:57.764Z Compiling crypto-bigint v0.5.5
22532026-08-12T20:44:57.786Z Compiling float-cmp v0.10.0
22542026-08-12T20:44:57.794Z Compiling memmap2 v0.9.10
22552026-08-12T20:44:57.833Z Compiling fixedbitset v0.4.2
22562026-08-12T20:44:57.865Z Compiling predicates-core v1.0.10
22572026-08-12T20:44:57.900Z Compiling typed-path v0.9.3
22582026-08-12T20:44:57.930Z Compiling const-oid v0.10.2
22592026-08-12T20:44:57.982Z Compiling precomputed-hash v0.1.1
22602026-08-12T20:44:58.006Z Compiling static_assertions v1.1.0
22612026-08-12T20:44:58.077Z Compiling difflib v0.4.0
22622026-08-12T20:44:58.083Z Compiling new_debug_unreachable v1.0.6
22632026-08-12T20:44:58.086Z Compiling normalize-line-endings v0.3.0
22642026-08-12T20:44:58.100Z Compiling fixedbitset v0.5.7
22652026-08-12T20:44:58.164Z Compiling keccak v0.1.6
22662026-08-12T20:44:58.291Z Compiling whoami v2.1.0
22672026-08-12T20:44:58.376Z Compiling toml_write v0.1.2
22682026-08-12T20:44:58.392Z Compiling data-encoding v2.10.0
22692026-08-12T20:44:58.590Z Compiling elliptic-curve v0.13.8
22702026-08-12T20:44:58.635Z Compiling toml_edit v0.22.27
22712026-08-12T20:44:58.718Z Compiling hickory-proto v0.25.2
22722026-08-12T20:44:58.733Z Compiling tokio-postgres v0.7.16
22732026-08-12T20:44:58.848Z Compiling sha3 v0.10.8
22742026-08-12T20:44:58.936Z Compiling petgraph v0.8.3
22752026-08-12T20:44:58.960Z Compiling predicates v3.1.4
22762026-08-12T20:44:59.126Z Compiling string_cache v0.8.9
22772026-08-12T20:44:59.141Z Compiling digest v0.11.3
22782026-08-12T20:44:59.270Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22792026-08-12T20:44:59.363Z Compiling petgraph v0.6.5
22802026-08-12T20:44:59.395Z Compiling usdt v0.6.0
22812026-08-12T20:44:59.509Z Compiling chacha20 v0.10.0
22822026-08-12T20:44:59.917Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22832026-08-12T20:45:00.852Z Compiling ed25519-dalek v2.2.0
22842026-08-12T20:45:00.884Z Compiling zip v4.6.1
22852026-08-12T20:45:01.182Z Compiling crossterm v0.28.1
22862026-08-12T20:45:01.379Z Compiling iddqd v0.4.2
22872026-08-12T20:45:01.763Z Compiling serde_with v3.21.0
22882026-08-12T20:45:01.999Z Compiling similar v2.7.0
22892026-08-12T20:45:02.089Z Compiling strum v0.26.3
22902026-08-12T20:45:02.483Z Compiling tokio-stream v0.1.18
22912026-08-12T20:45:02.514Z Compiling buf-list v1.1.2
22922026-08-12T20:45:02.631Z Compiling itertools v0.13.0
22932026-08-12T20:45:02.655Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22942026-08-12T20:45:02.826Z Compiling openapiv3 v2.2.0
22952026-08-12T20:45:03.621Z Compiling lalrpop-util v0.19.12
22962026-08-12T20:45:03.940Z Compiling peg-runtime v0.8.5
22972026-08-12T20:45:20.887Z Compiling rustls-webpki v0.103.13
22982026-08-12T20:45:23.773Z Compiling macaddr v1.0.1
22992026-08-12T20:45:23.816Z Compiling rayon-core v1.13.0
23002026-08-12T20:45:23.887Z Compiling crucible-workspace-hack v0.1.0
23012026-08-12T20:45:24.054Z Compiling secrecy v0.10.3
23022026-08-12T20:45:24.070Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23032026-08-12T20:45:24.087Z Compiling heapless v0.8.0
23042026-08-12T20:45:24.102Z Compiling toml_datetime v0.7.5+spec-1.1.0
23052026-08-12T20:45:24.160Z Compiling crossbeam-deque v0.8.6
23062026-08-12T20:45:24.226Z Compiling ingot-macros v0.2.0
23072026-08-12T20:45:24.242Z Compiling inout v0.1.4
23082026-08-12T20:45:24.349Z Compiling toml_edit v0.23.10+spec-1.0.0
23092026-08-12T20:45:24.405Z Compiling hash32 v0.3.1
23102026-08-12T20:45:24.427Z Compiling tokio-rustls v0.26.4
23112026-08-12T20:45:24.505Z Compiling rustls-platform-verifier v0.6.2
23122026-08-12T20:45:24.527Z Compiling tough v0.22.0
23132026-08-12T20:45:24.559Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23142026-08-12T20:45:24.596Z Compiling multer v3.1.0
23152026-08-12T20:45:24.635Z Compiling thread_local v1.1.9
23162026-08-12T20:45:24.723Z Compiling hyper-rustls v0.27.7
23172026-08-12T20:45:24.739Z Compiling compression-core v0.4.31
23182026-08-12T20:45:24.742Z Compiling match_cfg v0.1.0
23192026-08-12T20:45:24.773Z Compiling smoltcp v0.11.0
23202026-08-12T20:45:24.807Z Compiling slog-async v2.8.0
23212026-08-12T20:45:24.828Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-08-12T20:45:24.956Z Compiling reqwest v0.13.2
23232026-08-12T20:45:24.979Z Compiling unicode-width v0.2.0
23242026-08-12T20:45:25.042Z Compiling proc-macro-crate v3.4.0
23252026-08-12T20:45:25.086Z Compiling compression-codecs v0.4.37
23262026-08-12T20:45:25.160Z Compiling hostname v0.3.1
23272026-08-12T20:45:25.213Z Compiling cipher v0.4.4
23282026-08-12T20:45:25.306Z Compiling atomicwrites v0.4.4
23292026-08-12T20:45:25.346Z Compiling slog-json v2.6.1
23302026-08-12T20:45:25.464Z Compiling crossbeam-channel v0.5.15
23312026-08-12T20:45:25.482Z Compiling half v2.7.1
23322026-08-12T20:45:25.486Z Compiling newtype-uuid-macros v0.1.0
23332026-08-12T20:45:25.603Z Compiling cobs v0.3.0
23342026-08-12T20:45:25.622Z Compiling universal-hash v0.5.1
23352026-08-12T20:45:25.716Z Compiling async-stream-impl v0.3.6
23362026-08-12T20:45:25.781Z Compiling thiserror-impl-no-std v2.0.2
23372026-08-12T20:45:25.850Z Compiling toml_datetime v1.1.1+spec-1.1.0
23382026-08-12T20:45:25.914Z Compiling serde_spanned v1.1.1
23392026-08-12T20:45:26.050Z Compiling is-terminal v0.4.17
23402026-08-12T20:45:26.089Z Compiling proc-macro-error-attr v1.0.4
23412026-08-12T20:45:26.165Z Compiling dropshot v0.17.1
23422026-08-12T20:45:26.180Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23432026-08-12T20:45:26.298Z Compiling toml_writer v1.1.1+spec-1.1.0
23442026-08-12T20:45:26.314Z Compiling convert_case v0.4.0
23452026-08-12T20:45:26.317Z Compiling opaque-debug v0.3.1
23462026-08-12T20:45:26.318Z Compiling ciborium-io v0.2.2
23472026-08-12T20:45:26.389Z Compiling take_mut v0.2.2
23482026-08-12T20:45:26.408Z Compiling term v1.2.1
23492026-08-12T20:45:26.439Z Compiling poly1305 v0.8.0
23502026-08-12T20:45:26.456Z Compiling ciborium-ll v0.2.2
23512026-08-12T20:45:26.528Z Compiling toml v1.1.2+spec-1.1.0
23522026-08-12T20:45:26.635Z Compiling derive_more v0.99.20
23532026-08-12T20:45:26.750Z Compiling slog-term v2.9.2
23542026-08-12T20:45:26.750Z Compiling async-stream v0.3.6
23552026-08-12T20:45:26.820Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23562026-08-12T20:45:26.837Z Compiling thiserror-no-std v2.0.2
23572026-08-12T20:45:26.906Z Compiling ingot-types v0.2.0
23582026-08-12T20:45:26.952Z Compiling postcard v1.1.3
23592026-08-12T20:45:27.129Z Compiling slog-bunyan v2.5.0
23602026-08-12T20:45:27.336Z Compiling ingot v0.2.1
23612026-08-12T20:45:27.354Z Compiling num_enum_derive v0.7.6
23622026-08-12T20:45:27.402Z Compiling chacha20 v0.9.1
23632026-08-12T20:45:27.677Z Compiling async-compression v0.4.41
23642026-08-12T20:45:28.097Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23652026-08-12T20:45:28.165Z Compiling sha1 v0.11.0
23662026-08-12T20:45:28.182Z Compiling parse-display-derive v0.10.0
23672026-08-12T20:45:28.235Z Compiling proc-macro-crate v1.3.1
23682026-08-12T20:45:28.254Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23692026-08-12T20:45:28.310Z Compiling waitgroup v0.1.2
23702026-08-12T20:45:28.495Z Compiling backon v1.6.0
23712026-08-12T20:45:28.535Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23722026-08-12T20:45:28.584Z Compiling rustls-pemfile v2.2.0
23732026-08-12T20:45:28.602Z Compiling dropshot_endpoint v0.17.1
23742026-08-12T20:45:28.621Z Compiling password-hash v0.5.0
23752026-08-12T20:45:28.766Z Compiling blake2 v0.10.6
23762026-08-12T20:45:28.886Z Compiling aead v0.5.2
23772026-08-12T20:45:28.903Z Compiling foreign-types-macros v0.2.3
23782026-08-12T20:45:28.928Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23792026-08-12T20:45:28.961Z Compiling serde_path_to_error v0.1.20
23802026-08-12T20:45:29.105Z Compiling hostname v0.4.2
23812026-08-12T20:45:29.283Z Compiling proc-macro-error v1.0.4
23822026-08-12T20:45:29.304Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23832026-08-12T20:45:29.350Z Compiling instant v0.1.13
23842026-08-12T20:45:29.437Z Compiling foreign-types-shared v0.3.1
23852026-08-12T20:45:29.491Z Compiling debug-ignore v1.0.5
23862026-08-12T20:45:29.525Z Compiling backoff v0.4.0
23872026-08-12T20:45:29.560Z Compiling foreign-types v0.5.0
23882026-08-12T20:45:29.588Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23892026-08-12T20:45:29.604Z Compiling chacha20poly1305 v0.10.1
23902026-08-12T20:45:29.607Z Compiling argon2 v0.5.3
23912026-08-12T20:45:29.607Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23922026-08-12T20:45:29.650Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23932026-08-12T20:45:29.667Z Compiling num_enum_derive v0.5.11
23942026-08-12T20:45:29.670Z Compiling parse-display v0.10.0
23952026-08-12T20:45:29.695Z Compiling num_enum v0.7.6
23962026-08-12T20:45:29.767Z Compiling vsss-rs v3.3.4
23972026-08-12T20:45:29.847Z Compiling ciborium v0.2.2
23982026-08-12T20:45:30.139Z Compiling tabwriter v1.4.1
23992026-08-12T20:45:30.198Z Compiling regress v0.10.5
24002026-08-12T20:45:30.219Z Compiling itertools v0.14.0
24012026-08-12T20:45:30.274Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24022026-08-12T20:45:30.312Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24032026-08-12T20:45:30.483Z Compiling cstr-argument v0.1.2
24042026-08-12T20:45:30.530Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24052026-08-12T20:45:30.621Z Compiling humantime v2.3.0
24062026-08-12T20:45:30.636Z Compiling num_enum v0.5.11
24072026-08-12T20:45:30.671Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24082026-08-12T20:45:30.687Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24092026-08-12T20:45:30.727Z Compiling rayon v1.11.0
24102026-08-12T20:45:30.787Z Compiling rand v0.10.1
24112026-08-12T20:45:30.802Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24122026-08-12T20:45:30.818Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24132026-08-12T20:45:30.939Z Compiling libefi-sys v0.1.0
24142026-08-12T20:45:30.979Z Compiling indent_write v2.2.0
24152026-08-12T20:45:30.998Z Compiling colored v3.1.1
24162026-08-12T20:45:31.074Z Compiling zone_cfg_derive v0.3.1
24172026-08-12T20:45:31.090Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24182026-08-12T20:45:31.162Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24192026-08-12T20:45:31.183Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24202026-08-12T20:45:31.199Z Compiling camino-tempfile v1.4.1
24212026-08-12T20:45:31.277Z Compiling itertools v0.12.1
24222026-08-12T20:45:31.308Z Compiling usdt-macro v0.5.0
24232026-08-12T20:45:31.336Z Compiling usdt-attr-macro v0.5.0
24242026-08-12T20:45:31.575Z Compiling num-derive v0.4.2
24252026-08-12T20:45:31.592Z Compiling bitfield-struct v0.6.2
24262026-08-12T20:45:31.618Z Compiling blake3 v1.8.5
24272026-08-12T20:45:31.621Z Compiling memmap v0.7.0
24282026-08-12T20:45:31.649Z Compiling sigpipe v0.1.3
24292026-08-12T20:45:31.722Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24302026-08-12T20:45:31.749Z Compiling glob v0.3.3
24312026-08-12T20:45:31.765Z Compiling swrite v0.1.0
24322026-08-12T20:45:31.903Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24332026-08-12T20:45:31.919Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24342026-08-12T20:45:32.069Z Compiling smf v0.2.3
24352026-08-12T20:45:32.130Z Compiling usdt v0.5.0
24362026-08-12T20:45:32.244Z Compiling filetime v0.2.27
24372026-08-12T20:45:32.260Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24382026-08-12T20:45:32.275Z Compiling arrayref v0.3.9
24392026-08-12T20:45:32.365Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24402026-08-12T20:45:32.462Z Compiling xattr v1.6.1
24412026-08-12T20:45:32.479Z Compiling constant_time_eq v0.4.2
24422026-08-12T20:45:32.548Z Compiling whoami v1.6.1
24432026-08-12T20:45:32.548Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24442026-08-12T20:45:32.548Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24452026-08-12T20:45:32.600Z Compiling arrayvec v0.7.6
24462026-08-12T20:45:32.682Z Compiling zone v0.3.1
24472026-08-12T20:45:32.700Z Compiling tar v0.4.46
24482026-08-12T20:45:32.704Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24492026-08-12T20:45:32.784Z Compiling tokio-dtrace v0.1.1
24502026-08-12T20:45:32.804Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24512026-08-12T20:45:32.959Z Compiling console v0.16.2
24522026-08-12T20:45:32.975Z Compiling gethostname v0.5.0
24532026-08-12T20:45:33.129Z Compiling unit-prefix v0.5.2
24542026-08-12T20:45:33.145Z Compiling topological-sort v0.2.2
24552026-08-12T20:45:33.199Z Compiling oxide-tokio-rt v0.1.4
24562026-08-12T20:45:33.246Z Compiling toml v0.8.23
24572026-08-12T20:45:33.335Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24582026-08-12T20:45:33.394Z Compiling indicatif v0.18.4
24592026-08-12T20:45:33.410Z Compiling shell-words v1.1.1
24602026-08-12T20:45:42.727Z Compiling progenitor-client v0.14.0
24612026-08-12T20:45:42.731Z Compiling omicron-zone-package v0.12.3
24622026-08-12T20:45:42.974Z Compiling progenitor-extras v0.2.0
24632026-08-12T20:45:43.258Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24642026-08-12T20:45:43.285Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24652026-08-12T20:45:43.385Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24662026-08-12T20:45:43.451Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24672026-08-12T20:45:43.483Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24682026-08-12T20:45:43.527Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24692026-08-12T20:45:43.586Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24702026-08-12T20:45:43.708Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24712026-08-12T20:45:44.212Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24722026-08-12T20:45:47.936Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24732026-08-12T20:45:56.095Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24742026-08-12T20:45:59.358Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24752026-08-12T20:46:00.413Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24762026-08-12T20:46:09.801Z Finished `release` profile [optimized] target(s) in 1m 44s
24772026-08-12T20:46:09.945Z Running `target/release/omicron-package -t test target create -p dev`
24782026-08-12T20:46:10.007ZLogging to: /work/oxidecomputer/omicron/out/LOG
24792026-08-12T20:46:10.011ZCreated new build target 'test' and set it as active
24802026-08-12T20:46:10.011Z
24812026-08-12T20:46:10.011Zreal 1:44.625061261
24822026-08-12T20:46:10.011Zuser 17:22.696718213
24832026-08-12T20:46:10.011Zsys 2:43.913496120
24842026-08-12T20:46:10.011Ztrap 0.512346992
24852026-08-12T20:46:10.011Ztflt 2.214058442
24862026-08-12T20:46:10.011Zdflt 4.469938354
24872026-08-12T20:46:10.011Zkflt 0.000684180
24882026-08-12T20:46:10.011Zlock 56:44.012397322
24892026-08-12T20:46:10.011Zslp 44:34.933143065
24902026-08-12T20:46:10.011Zlat 49.586492899
24912026-08-12T20:46:10.011Zstop 5:53.275155638
24922026-08-12T20:46:10.011Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24932026-08-12T20:46:10.887Z Finished `release` profile [optimized] target(s) in 0.86s
24942026-08-12T20:46:10.958Z Running `target/release/omicron-package -t test package`
24952026-08-12T20:46:11.016ZLogging to: /work/oxidecomputer/omicron/out/LOG
24962026-08-12T20:46:12.431Z Compiling heck v0.5.0
24972026-08-12T20:46:12.435Z Compiling regress v0.11.1
24982026-08-12T20:46:12.677Z Compiling unsafe-libyaml v0.2.11
24992026-08-12T20:46:12.695Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25002026-08-12T20:46:12.721Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25012026-08-12T20:46:12.743Z Compiling derive-where v1.6.0
25022026-08-12T20:46:12.746Z Compiling bytecount v0.6.9
25032026-08-12T20:46:12.782Z Compiling atomicwrites v0.4.4
25042026-08-12T20:46:12.785Z Compiling is-terminal v0.4.17
25052026-08-12T20:46:12.785Z Compiling prettyplease v0.2.37
25062026-08-12T20:46:12.785Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-08-12T20:46:12.786Z Compiling console v0.15.11
25082026-08-12T20:46:12.786Z Compiling newline-converter v0.3.0
25092026-08-12T20:46:12.823Z Compiling slog-dtrace v0.3.0
25102026-08-12T20:46:12.865Z Compiling num-rational v0.4.2
25112026-08-12T20:46:12.955Z Compiling num-complex v0.4.6
25122026-08-12T20:46:12.976Z Compiling thread_local v1.1.9
25132026-08-12T20:46:12.980Z Compiling resolv-conf v0.7.6
25142026-08-12T20:46:13.021Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25152026-08-12T20:46:13.062Z Compiling cancel-safe-futures v0.1.5
25162026-08-12T20:46:13.089Z Compiling compression-core v0.4.31
25172026-08-12T20:46:13.232Z Compiling serde_yaml v0.9.34+deprecated
25182026-08-12T20:46:13.288Z Compiling expectorate v1.2.0
25192026-08-12T20:46:13.310Z Compiling unicode-width v0.1.14
25202026-08-12T20:46:13.334Z Compiling match_cfg v0.1.0
25212026-08-12T20:46:13.432Z Compiling hostname v0.3.1
25222026-08-12T20:46:13.453Z Compiling num v0.4.3
25232026-08-12T20:46:13.511Z Compiling compression-codecs v0.4.37
25242026-08-12T20:46:13.533Z Compiling multer v3.1.0
25252026-08-12T20:46:13.558Z Compiling slog-async v2.8.0
25262026-08-12T20:46:13.588Z Compiling crossbeam-channel v0.5.15
25272026-08-12T20:46:13.612Z Compiling slog-json v2.6.1
25282026-08-12T20:46:13.615Z Compiling toml_datetime v1.1.1+spec-1.1.0
25292026-08-12T20:46:13.652Z Compiling serde_spanned v1.1.1
25302026-08-12T20:46:13.671Z Compiling term v1.2.1
25312026-08-12T20:46:13.774Z Compiling toml_writer v1.1.1+spec-1.1.0
25322026-08-12T20:46:13.826Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25332026-08-12T20:46:13.848Z Compiling float-ord v0.3.2
25342026-08-12T20:46:13.868Z Compiling take_mut v0.2.2
25352026-08-12T20:46:13.910Z Compiling oxide-update-engine-types v0.1.2
25362026-08-12T20:46:13.932Z Compiling slog-bunyan v2.5.0
25372026-08-12T20:46:13.935Z Compiling async-compression v0.4.41
25382026-08-12T20:46:14.000Z Compiling toml v1.1.2+spec-1.1.0
25392026-08-12T20:46:14.025Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25402026-08-12T20:46:14.028Z Compiling slog-term v2.9.2
25412026-08-12T20:46:14.165Z Compiling async-stream v0.3.6
25422026-08-12T20:46:14.291Z Compiling typify-impl v0.6.2
25432026-08-12T20:46:14.394Z Compiling dropshot v0.17.1
25442026-08-12T20:46:14.462Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25452026-08-12T20:46:14.486Z Compiling sha1 v0.11.0
25462026-08-12T20:46:14.490Z Compiling progenitor-client v0.14.0
25472026-08-12T20:46:14.529Z Compiling waitgroup v0.1.2
25482026-08-12T20:46:14.559Z Compiling rustls-pemfile v2.2.0
25492026-08-12T20:46:14.629Z Compiling backon v1.6.0
25502026-08-12T20:46:14.691Z Compiling hostname v0.4.2
25512026-08-12T20:46:14.695Z Compiling serde_path_to_error v0.1.20
25522026-08-12T20:46:14.766Z Compiling instant v0.1.13
25532026-08-12T20:46:14.786Z Compiling debug-ignore v1.0.5
25542026-08-12T20:46:14.833Z Compiling minimal-lexical v0.2.1
25552026-08-12T20:46:14.855Z Compiling linked-hash-map v0.5.6
25562026-08-12T20:46:14.874Z Compiling linear-map v1.2.0
25572026-08-12T20:46:14.915Z Compiling backoff v0.4.0
25582026-08-12T20:46:14.935Z Compiling progenitor-extras v0.2.0
25592026-08-12T20:46:15.081Z Compiling nom v7.1.3
25602026-08-12T20:46:15.103Z Compiling lru-cache v0.1.2
25612026-08-12T20:46:15.124Z Compiling oxide-update-engine v0.1.2
25622026-08-12T20:46:15.147Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25632026-08-12T20:46:15.189Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25642026-08-12T20:46:15.192Z Compiling parse-display v0.10.0
25652026-08-12T20:46:15.232Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25662026-08-12T20:46:15.448Z Compiling regress v0.10.5
25672026-08-12T20:46:15.479Z Compiling itertools v0.14.0
25682026-08-12T20:46:15.821Z Compiling macaddr v1.0.1
25692026-08-12T20:46:15.874Z Compiling unicode-xid v0.2.6
25702026-08-12T20:46:16.044Z Compiling humantime v2.3.0
25712026-08-12T20:46:16.092Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25722026-08-12T20:46:16.278Z Compiling hickory-proto v0.24.4
25732026-08-12T20:46:16.450Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25742026-08-12T20:46:16.471Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25752026-08-12T20:46:16.494Z Compiling convert_case v0.10.0
25762026-08-12T20:46:16.801Z Compiling owo-colors v4.3.0
25772026-08-12T20:46:16.804Z Compiling derive_more-impl v2.1.1
25782026-08-12T20:46:16.847Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25792026-08-12T20:46:17.074Z Compiling toml v0.8.23
25802026-08-12T20:46:17.358Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25812026-08-12T20:46:17.489Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25822026-08-12T20:46:17.625Z Compiling derive_more v2.1.1
25832026-08-12T20:46:17.649Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25842026-08-12T20:46:17.701Z Compiling papergrid v0.11.0
25852026-08-12T20:46:17.740Z Compiling tabled_derive v0.7.0
25862026-08-12T20:46:17.763Z Compiling typify-macro v0.6.2
25872026-08-12T20:46:17.811Z Compiling termtree v0.5.1
25882026-08-12T20:46:18.009Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25892026-08-12T20:46:18.135Z Compiling crossterm v0.29.0
25902026-08-12T20:46:18.650Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25912026-08-12T20:46:18.765Z Compiling tabled v0.15.0
25922026-08-12T20:46:18.813Z Compiling hickory-resolver v0.24.4
25932026-08-12T20:46:18.848Z Compiling phf_shared v0.12.1
25942026-08-12T20:46:19.120Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25952026-08-12T20:46:19.338Z Compiling typify v0.6.2
25962026-08-12T20:46:19.623Z Compiling progenitor-impl v0.14.0
25972026-08-12T20:46:20.079Z Compiling qorb v0.4.1
25982026-08-12T20:46:20.567Z Compiling csv-core v0.1.13
25992026-08-12T20:46:20.931Z Compiling vte v0.14.1
26002026-08-12T20:46:21.021Z Compiling highway v1.3.0
26012026-08-12T20:46:21.196Z Compiling chrono-tz v0.10.4
26022026-08-12T20:46:21.436Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26032026-08-12T20:46:21.757Z Compiling strip-ansi-escapes v0.2.1
26042026-08-12T20:46:21.822Z Compiling progenitor-macro v0.14.0
26052026-08-12T20:46:22.896Z Compiling csv v1.4.0
26062026-08-12T20:46:23.191Z Compiling phf v0.12.1
26072026-08-12T20:46:23.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26082026-08-12T20:46:23.381Z Compiling const_format_proc_macros v0.2.34
26092026-08-12T20:46:23.403Z Compiling fd-lock v4.0.4
26102026-08-12T20:46:23.440Z Compiling peg-macros v0.8.5
26112026-08-12T20:46:23.725Z Compiling nu-ansi-term v0.50.3
26122026-08-12T20:46:23.943Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26132026-08-12T20:46:24.149Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26142026-08-12T20:46:24.485Z Compiling const_format v0.2.35
26152026-08-12T20:46:24.705Z Compiling peg v0.8.5
26162026-08-12T20:46:24.811Z Compiling reedline v0.40.0
26172026-08-12T20:46:24.974Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26182026-08-12T20:46:25.027Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26192026-08-12T20:46:25.892Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26202026-08-12T20:46:25.914Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26212026-08-12T20:46:25.942Z Compiling progenitor v0.14.0
26222026-08-12T20:46:26.133Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26232026-08-12T20:46:26.751Z Compiling bcs v0.1.6
26242026-08-12T20:46:26.997Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26252026-08-12T20:46:27.227Z Compiling nom v8.0.0
26262026-08-12T20:46:27.304Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26272026-08-12T20:46:27.557Z Compiling semver v0.1.20
26282026-08-12T20:46:27.862Z Compiling rustc_version v0.1.7
26292026-08-12T20:46:28.093Z Compiling newtype_derive v0.1.6
26302026-08-12T20:46:28.237Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26312026-08-12T20:46:28.327Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26322026-08-12T20:46:28.533Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26332026-08-12T20:46:28.638Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26342026-08-12T20:46:28.727Z Compiling unicode-linebreak v0.1.5
26352026-08-12T20:46:29.036Z Compiling smawk v0.3.2
26362026-08-12T20:46:29.198Z Compiling textwrap v0.16.2
26372026-08-12T20:46:29.379Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26382026-08-12T20:46:29.459Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26392026-08-12T20:46:29.795Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26402026-08-12T20:46:30.168Z Compiling steno v0.4.1
26412026-08-12T20:46:30.412Z Compiling dropshot-api-manager-types v0.7.2
26422026-08-12T20:46:30.716Z Compiling sha1 v0.10.6
26432026-08-12T20:46:30.995Z Compiling utf-8 v0.7.6
26442026-08-12T20:46:31.178Z Compiling tagptr v0.2.0
26452026-08-12T20:46:31.234Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26462026-08-12T20:46:31.239Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26472026-08-12T20:46:31.370Z Compiling moka v0.12.13
26482026-08-12T20:46:31.433Z Compiling tungstenite v0.21.0
26492026-08-12T20:46:31.669Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26502026-08-12T20:46:31.824Z Compiling darling_core v0.21.3
26512026-08-12T20:46:32.874Z Compiling hickory-resolver v0.25.2
26522026-08-12T20:46:33.550Z Compiling tokio-tungstenite v0.21.0
26532026-08-12T20:46:33.936Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26542026-08-12T20:46:34.002Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26552026-08-12T20:46:34.283Z Compiling darling_macro v0.21.3
26562026-08-12T20:46:34.436Z Compiling display-error-chain v0.2.2
26572026-08-12T20:46:34.548Z Compiling vergen-lib v0.1.6
26582026-08-12T20:46:34.621Z Compiling diesel_derives v2.3.7
26592026-08-12T20:46:34.819Z Compiling scheduled-thread-pool v0.2.7
26602026-08-12T20:46:34.863Z Compiling darling v0.21.3
26612026-08-12T20:46:34.915Z Compiling vergen-gitcl v1.0.8
26622026-08-12T20:46:34.996Z Compiling dsl_auto_type v0.2.0
26632026-08-12T20:46:35.018Z Compiling diesel_table_macro_syntax v0.3.0
26642026-08-12T20:46:35.043Z Compiling dirs-sys-next v0.1.2
26652026-08-12T20:46:35.116Z Compiling crunchy v0.2.4
26662026-08-12T20:46:35.183Z Compiling maplit v1.0.2
26672026-08-12T20:46:35.239Z Compiling glob v0.3.3
26682026-08-12T20:46:35.300Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26692026-08-12T20:46:35.304Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26702026-08-12T20:46:35.413Z Compiling dirs-next v2.0.0
26712026-08-12T20:46:35.476Z Compiling r2d2 v0.8.10
26722026-08-12T20:46:35.564Z Compiling libscf-sys v1.2.0
26732026-08-12T20:46:35.590Z Compiling clang-sys v1.8.1
26742026-08-12T20:46:35.737Z Compiling tiny-keccak v2.0.2
26752026-08-12T20:46:35.761Z Compiling downcast-rs v2.0.2
26762026-08-12T20:46:35.890Z Compiling term v0.7.0
26772026-08-12T20:46:36.036Z Compiling papergrid v0.18.0
26782026-08-12T20:46:36.088Z Compiling bit-vec v0.6.3
26792026-08-12T20:46:36.330Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26802026-08-12T20:46:36.334Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26812026-08-12T20:46:36.384Z Compiling bit-set v0.5.3
26822026-08-12T20:46:36.577Z Compiling ascii-canvas v3.0.0
26832026-08-12T20:46:36.891Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26842026-08-12T20:46:37.109Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26852026-08-12T20:46:37.540Z Compiling tabled v0.21.0
26862026-08-12T20:46:37.579Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26872026-08-12T20:46:37.707Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26882026-08-12T20:46:37.855Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26892026-08-12T20:46:37.934Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26902026-08-12T20:46:38.111Z Compiling itertools v0.10.5
26912026-08-12T20:46:38.622Z Compiling ena v0.14.4
26922026-08-12T20:46:38.805Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26932026-08-12T20:46:38.858Z Compiling libloading v0.8.9
26942026-08-12T20:46:38.879Z Compiling xshell-macros v0.2.7
26952026-08-12T20:46:39.038Z Compiling diff v0.1.13
26962026-08-12T20:46:39.093Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26972026-08-12T20:46:39.183Z Compiling regex-syntax v0.6.29
26982026-08-12T20:46:39.273Z Compiling bindgen v0.71.1
26992026-08-12T20:46:39.298Z Compiling unicase v2.9.0
27002026-08-12T20:46:39.319Z Compiling xshell v0.2.7
27012026-08-12T20:46:39.582Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27022026-08-12T20:46:39.637Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27032026-08-12T20:46:40.217Z Compiling diesel v2.3.7
27042026-08-12T20:46:40.478Z Compiling cexpr v0.6.0
27052026-08-12T20:46:40.564Z Compiling lalrpop v0.19.12
27062026-08-12T20:46:41.061Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27072026-08-12T20:46:41.103Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27082026-08-12T20:46:41.278Z Compiling rustc-hash v2.1.1
27092026-08-12T20:46:41.619Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27102026-08-12T20:46:41.969Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27112026-08-12T20:46:42.459Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27122026-08-12T20:46:42.851Z Compiling headers-core v0.3.0
27132026-08-12T20:46:42.971Z Compiling libxml v0.3.3
27142026-08-12T20:46:43.015Z Compiling crc8 v0.1.1
27152026-08-12T20:46:43.150Z Compiling headers v0.4.1
27162026-08-12T20:46:43.173Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27172026-08-12T20:46:43.285Z Compiling strum_macros v0.24.3
27182026-08-12T20:46:43.394Z Compiling indoc v1.0.9
27192026-08-12T20:46:43.845Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27202026-08-12T20:46:43.889Z Compiling derive_builder v0.20.2
27212026-08-12T20:46:43.913Z Compiling oso-derive v0.27.3
27222026-08-12T20:46:44.066Z Compiling quick-xml v0.37.5
27232026-08-12T20:46:44.089Z Compiling impl-trait-for-tuples v0.2.3
27242026-08-12T20:46:44.436Z Compiling openssl-probe v0.1.6
27252026-08-12T20:46:44.537Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27262026-08-12T20:46:44.732Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27272026-08-12T20:46:44.755Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27282026-08-12T20:46:44.842Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27292026-08-12T20:46:44.981Z Compiling bb8 v0.8.6
27302026-08-12T20:46:45.250Z Compiling trait-variant v0.1.2
27312026-08-12T20:46:45.336Z Compiling half v1.8.3
27322026-08-12T20:46:45.409Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27332026-08-12T20:46:45.431Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27342026-08-12T20:46:45.659Z Compiling serde_cbor v0.11.2
27352026-08-12T20:46:45.711Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27362026-08-12T20:46:45.777Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27372026-08-12T20:46:45.800Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27382026-08-12T20:46:46.008Z Compiling nonempty v0.12.0
27392026-08-12T20:46:46.107Z Compiling samael v0.0.19
27402026-08-12T20:46:46.250Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27412026-08-12T20:46:46.631Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27422026-08-12T20:46:46.651Z Compiling fxhash v0.2.1
27432026-08-12T20:46:46.673Z Compiling libz-sys v1.1.24
27442026-08-12T20:46:46.761Z Compiling salty v0.3.0
27452026-08-12T20:46:47.079Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27462026-08-12T20:46:47.178Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27472026-08-12T20:46:47.213Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27482026-08-12T20:46:47.464Z Compiling kstat-rs v0.2.5
27492026-08-12T20:46:47.973Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27502026-08-12T20:46:47.997Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27512026-08-12T20:46:48.105Z Compiling polar-core v0.27.3
27522026-08-12T20:46:48.172Z Compiling mime_guess v2.0.5
27532026-08-12T20:46:49.461Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27542026-08-12T20:46:49.636Z Compiling rfc6979 v0.4.0
27552026-08-12T20:46:49.820Z Compiling nanorand v0.7.0
27562026-08-12T20:46:50.179Z Compiling libgit2-sys v0.18.3+1.9.2
27572026-08-12T20:46:50.272Z Compiling parking_lot_core v0.8.6
27582026-08-12T20:46:50.581Z Compiling flume v0.11.1
27592026-08-12T20:46:50.789Z Compiling ecdsa v0.16.9
27602026-08-12T20:46:51.005Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27612026-08-12T20:46:51.599Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27622026-08-12T20:46:51.655Z Compiling primeorder v0.13.6
27632026-08-12T20:46:51.691Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27642026-08-12T20:46:51.934Z Compiling git-stub v1.0.0
27652026-08-12T20:46:51.997Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27662026-08-12T20:46:52.211Z Compiling instability v0.3.11
27672026-08-12T20:46:52.317Z Compiling strsim v0.10.0
27682026-08-12T20:46:52.440Z Compiling http-range v0.1.5
27692026-08-12T20:46:52.637Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27702026-08-12T20:46:52.777Z Compiling darling_core v0.13.4
27712026-08-12T20:46:52.831Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27722026-08-12T20:46:52.898Z Compiling git-stub-vcs v0.1.0
27732026-08-12T20:46:53.255Z Compiling p384 v0.13.1
27742026-08-12T20:46:54.578Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27752026-08-12T20:46:54.816Z Compiling progenitor-impl v0.13.0
27762026-08-12T20:46:54.902Z Compiling ignore v0.4.25
27772026-08-12T20:46:55.419Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27782026-08-12T20:46:55.686Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27792026-08-12T20:46:56.542Z Compiling castaway v0.2.4
27802026-08-12T20:46:56.705Z Compiling vergen-git2 v9.1.0
27812026-08-12T20:46:56.960Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27822026-08-12T20:46:56.980Z Compiling indoc v2.0.7
27832026-08-12T20:46:57.157Z Compiling oso v0.27.3
27842026-08-12T20:46:57.262Z Compiling progenitor-macro v0.13.0
27852026-08-12T20:46:58.143Z Compiling diesel-dtrace v0.5.0
27862026-08-12T20:46:58.470Z Compiling async-bb8-diesel v0.2.1
27872026-08-12T20:46:58.919Z Compiling compact_str v0.8.1
27882026-08-12T20:46:58.962Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27892026-08-12T20:46:59.838Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27902026-08-12T20:47:00.023Z Compiling globwalk v0.9.1
27912026-08-12T20:47:00.651Z Compiling parking_lot v0.11.2
27922026-08-12T20:47:00.987Z Compiling hyper-staticfile v0.10.1
27932026-08-12T20:47:01.169Z Compiling darling_macro v0.13.4
27942026-08-12T20:47:01.436Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27952026-08-12T20:47:01.540Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27962026-08-12T20:47:01.930Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27972026-08-12T20:47:01.988Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27982026-08-12T20:47:02.138Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-08-12T20:47:02.300Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28002026-08-12T20:47:02.578Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28012026-08-12T20:47:03.224Z Compiling predicates-tree v1.0.13
28022026-08-12T20:47:03.353Z Compiling unicode-truncate v1.1.0
28032026-08-12T20:47:03.568Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28042026-08-12T20:47:03.636Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28052026-08-12T20:47:03.791Z Compiling lru v0.12.5
28062026-08-12T20:47:03.898Z Compiling digest-io v0.1.0
28072026-08-12T20:47:04.016Z Compiling sha2 v0.11.0
28082026-08-12T20:47:04.073Z Compiling progenitor-client v0.13.0
28092026-08-12T20:47:04.409Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28102026-08-12T20:47:04.580Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28112026-08-12T20:47:04.884Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28122026-08-12T20:47:05.326Z Compiling prefix-trie v0.7.0
28132026-08-12T20:47:05.587Z Compiling rand_seeder v0.4.0
28142026-08-12T20:47:05.824Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28152026-08-12T20:47:05.847Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28162026-08-12T20:47:06.098Z Compiling cassowary v0.3.0
28172026-08-12T20:47:06.290Z Compiling rawzip v0.4.4
28182026-08-12T20:47:06.494Z Compiling illumos-nvpair-sys v0.2.0
28192026-08-12T20:47:06.717Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28202026-08-12T20:47:07.350Z Compiling corncobs v0.1.4
28212026-08-12T20:47:07.624Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28222026-08-12T20:47:07.681Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28232026-08-12T20:47:08.326Z Compiling ratatui v0.29.0
28242026-08-12T20:47:08.948Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28252026-08-12T20:47:09.158Z Compiling hickory-server v0.25.2
28262026-08-12T20:47:10.272Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28272026-08-12T20:47:11.298Z Compiling progenitor v0.13.0
28282026-08-12T20:47:11.529Z Compiling camino-tempfile-ext v0.3.3
28292026-08-12T20:47:12.122Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28302026-08-12T20:47:12.517Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28312026-08-12T20:47:12.614Z Compiling darling v0.13.4
28322026-08-12T20:47:12.708Z Compiling sled v0.34.7
28332026-08-12T20:47:12.936Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28342026-08-12T20:47:13.177Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28352026-08-12T20:47:14.154Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28362026-08-12T20:47:14.824Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28372026-08-12T20:47:15.047Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28382026-08-12T20:47:15.112Z Compiling secrecy v0.8.0
28392026-08-12T20:47:15.274Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28402026-08-12T20:47:15.691Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28412026-08-12T20:47:16.147Z Compiling git2 v0.20.4
28422026-08-12T20:47:16.644Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28432026-08-12T20:47:17.233Z Compiling serde_with_macros v1.5.2
28442026-08-12T20:47:17.330Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28452026-08-12T20:47:17.978Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28462026-08-12T20:47:18.218Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28472026-08-12T20:47:19.408Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28482026-08-12T20:47:19.564Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28492026-08-12T20:47:19.595Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28502026-08-12T20:47:19.616Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28512026-08-12T20:47:19.704Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28522026-08-12T20:47:19.797Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28532026-08-12T20:47:19.842Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28542026-08-12T20:47:19.931Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28552026-08-12T20:47:20.040Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28562026-08-12T20:47:20.062Z Compiling arc-swap v1.8.2
28572026-08-12T20:47:20.084Z Compiling void v1.0.2
28582026-08-12T20:47:20.203Z Compiling lzss v0.8.2
28592026-08-12T20:47:20.337Z Compiling slog-scope v4.4.1
28602026-08-12T20:47:20.470Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28612026-08-12T20:47:20.501Z Compiling illumos-nvpair v0.3.0
28622026-08-12T20:47:20.504Z Compiling serde_with v1.14.0
28632026-08-12T20:47:20.994Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28642026-08-12T20:47:21.122Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28652026-08-12T20:47:21.699Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28662026-08-12T20:47:22.859Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28672026-08-12T20:47:22.887Z Compiling scuffle v0.1.0
28682026-08-12T20:47:23.590Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28692026-08-12T20:47:24.702Z Compiling tungstenite v0.23.0
28702026-08-12T20:47:24.996Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28712026-08-12T20:47:26.426Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28722026-08-12T20:47:26.519Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28732026-08-12T20:47:26.768Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28742026-08-12T20:47:26.837Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28752026-08-12T20:47:26.949Z Compiling nix v0.27.1
28762026-08-12T20:47:26.952Z Compiling twox-hash v2.1.2
28772026-08-12T20:47:27.033Z Compiling libsw-core v0.3.2
28782026-08-12T20:47:27.114Z Compiling atty v0.2.14
28792026-08-12T20:47:27.255Z Compiling serde_bytes v0.11.19
28802026-08-12T20:47:27.276Z Compiling libsw v3.5.0
28812026-08-12T20:47:27.545Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28822026-08-12T20:47:27.569Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28832026-08-12T20:47:27.572Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28842026-08-12T20:47:27.874Z Compiling tokio-tungstenite v0.23.1
28852026-08-12T20:47:28.178Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28862026-08-12T20:47:28.260Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28872026-08-12T20:47:28.530Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28882026-08-12T20:47:30.279Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28892026-08-12T20:47:31.635Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28902026-08-12T20:47:31.781Z Compiling slog-stdlog v4.1.1
28912026-08-12T20:47:32.187Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28922026-08-12T20:47:32.211Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28932026-08-12T20:47:32.285Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28942026-08-12T20:47:32.674Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28952026-08-12T20:47:32.752Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28962026-08-12T20:47:33.100Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28972026-08-12T20:47:33.419Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28982026-08-12T20:47:33.993Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28992026-08-12T20:47:34.375Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29002026-08-12T20:47:34.755Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29012026-08-12T20:47:36.816Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29022026-08-12T20:47:38.602Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29032026-08-12T20:47:39.133Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29042026-08-12T20:47:39.679Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29052026-08-12T20:47:40.048Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29062026-08-12T20:47:40.072Z Compiling signal-hook-tokio v0.3.1
29072026-08-12T20:47:40.259Z Compiling fatfs v0.3.6
29082026-08-12T20:47:40.304Z Compiling yasna v0.5.2
29092026-08-12T20:47:40.524Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29102026-08-12T20:47:40.550Z Compiling seq-macro v0.3.6
29112026-08-12T20:47:41.036Z Compiling assert_matches v1.5.0
29122026-08-12T20:47:41.150Z Compiling is_ci v1.2.0
29132026-08-12T20:47:41.371Z Compiling supports-color v3.0.2
29142026-08-12T20:47:41.516Z Compiling rcgen v0.12.1
29152026-08-12T20:47:41.656Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29162026-08-12T20:47:42.183Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29172026-08-12T20:47:42.419Z Compiling slog-envlogger v2.2.0
29182026-08-12T20:47:43.648Z Compiling oxide-update-engine-display v0.1.2
29192026-08-12T20:47:44.330Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29202026-08-12T20:47:44.376Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29212026-08-12T20:47:44.619Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29222026-08-12T20:47:44.848Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29232026-08-12T20:47:45.079Z Compiling port-file v0.1.0
29242026-08-12T20:47:45.400Z Compiling subprocess v0.2.15
29252026-08-12T20:47:46.056Z Compiling rtoolbox v0.0.3
29262026-08-12T20:47:46.341Z Compiling rpassword v7.5.4
29272026-08-12T20:47:47.004Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29282026-08-12T20:47:47.641Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29292026-08-12T20:47:48.098Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29302026-08-12T20:47:48.236Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29312026-08-12T20:47:49.797Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29322026-08-12T20:47:50.453Z Compiling tui-tree-widget v0.23.1
29332026-08-12T20:47:50.488Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29342026-08-12T20:47:50.775Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29352026-08-12T20:47:52.298Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29362026-08-12T20:47:53.264Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29372026-08-12T20:47:53.731Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29382026-08-12T20:47:53.961Z Compiling uzers v0.12.2
29392026-08-12T20:47:55.092Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29402026-08-12T20:47:55.377Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29412026-08-12T20:47:56.116Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29422026-08-12T20:47:57.159Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29432026-08-12T20:47:57.196Z Compiling support-bundle-viewer v0.1.2
29442026-08-12T20:47:58.694Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29452026-08-12T20:47:59.033Z Compiling multimap v0.10.1
29462026-08-12T20:48:07.087Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29472026-08-12T20:48:11.848Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29482026-08-12T20:48:15.807Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29492026-08-12T20:48:20.071Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29502026-08-12T20:48:20.571Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29512026-08-12T20:58:53.738Z Finished `release` profile [optimized] target(s) in 12m 42s
29522026-08-12T20:59:45.318Z
29532026-08-12T20:59:45.318Zreal 13:35.277998903
29542026-08-12T20:59:45.318Zuser 1:23:12.728677342
29552026-08-12T20:59:45.322Zsys 3:36.998567834
29562026-08-12T20:59:45.322Ztrap 1.784723840
29572026-08-12T20:59:45.322Ztflt 2.483663119
29582026-08-12T20:59:45.322Zdflt 19.989732410
29592026-08-12T20:59:45.322Zkflt 0.033957753
29602026-08-12T20:59:45.322Zlock 9:51:59.518525381
29612026-08-12T20:59:45.322Zslp 2:30:15.063803574
29622026-08-12T20:59:45.322Zlat 2:32.784370884
29632026-08-12T20:59:45.322Zstop 5:18.427419635
29642026-08-12T20:59:45.322Z+ mapfile -t packages
29652026-08-12T20:59:45.322Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29662026-08-12T20:59:46.269Z Finished `release` profile [optimized] target(s) in 0.94s
29672026-08-12T20:59:46.338Z Running `target/release/omicron-package -t test list-outputs`
29682026-08-12T20:59:46.397ZLogging to: /work/oxidecomputer/omicron/out/LOG
29692026-08-12T20:59:46.401Z+ ptime -m cargo build --locked --release -p xtask
29702026-08-12T20:59:46.876Z Compiling libc v0.2.185
29712026-08-12T20:59:46.877Z Compiling serde_core v1.0.228
29722026-08-12T20:59:46.877Z Compiling serde v1.0.228
29732026-08-12T20:59:46.880Z Compiling rustix v1.1.3
29742026-08-12T20:59:46.880Z Compiling serde_json v1.0.151
29752026-08-12T20:59:46.880Z Compiling bitflags v2.11.0
29762026-08-12T20:59:46.880Z Compiling usdt-impl v0.5.0
29772026-08-12T20:59:46.880Z Compiling syn v2.0.117
29782026-08-12T20:59:47.006Z Compiling syn v1.0.109
29792026-08-12T20:59:47.064Z Compiling log v0.4.29
29802026-08-12T20:59:47.076Z Compiling getrandom v0.4.1
29812026-08-12T20:59:47.079Z Compiling indexmap v2.14.0
29822026-08-12T20:59:47.102Z Compiling fs-err v3.3.0
29832026-08-12T20:59:47.331Z Compiling heck v0.4.1
29842026-08-12T20:59:47.342Z Compiling anyhow v1.0.102
29852026-08-12T20:59:47.353Z Compiling once_cell v1.21.3
29862026-08-12T20:59:47.750Z Compiling thread-id v4.2.2
29872026-08-12T20:59:47.760Z Compiling errno v0.3.14
29882026-08-12T20:59:47.764Z Compiling memmap v0.7.0
29892026-08-12T20:59:48.509Z Compiling proc-macro-error v1.0.4
29902026-08-12T20:59:48.737Z Compiling terminal_size v0.4.3
29912026-08-12T20:59:48.737Z Compiling tempfile v3.25.0
29922026-08-12T20:59:48.773Z Compiling tabled_derive v0.7.0
29932026-08-12T20:59:48.834Z Compiling clap_builder v4.6.0
29942026-08-12T20:59:48.834Z Compiling textwrap v0.16.2
29952026-08-12T20:59:49.186Z Compiling camino v1.2.2
29962026-08-12T20:59:49.186Z Compiling semver v1.0.28
29972026-08-12T20:59:49.192Z Compiling cargo-platform v0.3.2
29982026-08-12T20:59:49.235Z Compiling pest_generator v2.8.6
29992026-08-12T20:59:49.454Z Compiling tabled v0.15.0
30002026-08-12T20:59:49.506Z Compiling camino-tempfile v1.4.1
30012026-08-12T20:59:49.698Z Compiling serde_derive v1.0.228
30022026-08-12T20:59:49.702Z Compiling thiserror-impl v1.0.69
30032026-08-12T20:59:49.702Z Compiling zerocopy-derive v0.7.35
30042026-08-12T20:59:49.702Z Compiling scroll_derive v0.12.1
30052026-08-12T20:59:49.702Z Compiling thiserror-impl v2.0.18
30062026-08-12T20:59:49.702Z Compiling clap_derive v4.6.1
30072026-08-12T20:59:49.772Z Compiling pest_derive v2.8.6
30082026-08-12T20:59:50.402Z Compiling scroll v0.12.0
30092026-08-12T20:59:50.544Z Compiling zerocopy v0.7.35
30102026-08-12T20:59:50.725Z Compiling goblin v0.8.2
30112026-08-12T20:59:50.813Z Compiling thiserror v1.0.69
30122026-08-12T20:59:50.925Z Compiling dtrace-parser v0.2.0
30132026-08-12T20:59:50.974Z Compiling thiserror v2.0.18
30142026-08-12T20:59:51.285Z Compiling clap v4.6.1
30152026-08-12T20:59:52.828Z Compiling dof v0.3.0
30162026-08-12T20:59:52.842Z Compiling serde_tokenstream v0.2.3
30172026-08-12T20:59:52.869Z Compiling toml_datetime v0.6.11
30182026-08-12T20:59:52.888Z Compiling serde_spanned v0.6.9
30192026-08-12T20:59:52.900Z Compiling macaddr v1.0.1
30202026-08-12T20:59:52.912Z Compiling cargo_metadata v0.23.1
30212026-08-12T20:59:52.940Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30222026-08-12T20:59:53.066Z Compiling toml_edit v0.22.27
30232026-08-12T20:59:53.619Z Compiling usdt-macro v0.5.0
30242026-08-12T20:59:53.622Z Compiling usdt-attr-macro v0.5.0
30252026-08-12T20:59:54.262Z Compiling usdt v0.5.0
30262026-08-12T20:59:54.587Z Compiling toml v0.8.23
30272026-08-12T20:59:55.031Z Compiling cargo_toml v0.21.0
30282026-08-12T20:59:59.448Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30292026-08-12T21:00:02.665Z Finished `release` profile [optimized] target(s) in 16.25s
30302026-08-12T21:00:02.772Z
30312026-08-12T21:00:02.772Zreal 16.335351188
30322026-08-12T21:00:02.772Zuser 2:05.845494888
30332026-08-12T21:00:02.772Zsys 13.556419703
30342026-08-12T21:00:02.772Ztrap 0.074158206
30352026-08-12T21:00:02.772Ztflt 0.429043876
30362026-08-12T21:00:02.772Zdflt 1.353532161
30372026-08-12T21:00:02.772Zkflt 0.001796573
30382026-08-12T21:00:02.776Zlock 4:49.920008958
30392026-08-12T21:00:02.776Zslp 2:43.768588327
30402026-08-12T21:00:02.776Zlat 4.168637632
30412026-08-12T21:00:02.776Zstop 17.056844245
30422026-08-12T21:00:02.776Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30432026-08-12T21:00:02.776Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-08-12T21:00:02.776Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30452026-08-12T21:00:02.776Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-08-12T21:00:02.776Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30472026-08-12T21:00:03.701Z Compiling progenitor-client v0.14.0
30482026-08-12T21:00:03.704Z Compiling newtype-uuid-macros v0.1.0
30492026-08-12T21:00:03.704Z Compiling match_cfg v0.1.0
30502026-08-12T21:00:03.704Z Compiling slog-json v2.6.1
30512026-08-12T21:00:03.704Z Compiling sha1 v0.11.0
30522026-08-12T21:00:03.704Z Compiling multer v3.1.0
30532026-08-12T21:00:03.704Z Compiling compression-core v0.4.31
30542026-08-12T21:00:03.851Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30552026-08-12T21:00:03.880Z Compiling debug-ignore v1.0.5
30562026-08-12T21:00:03.896Z Compiling async-stream-impl v0.3.6
30572026-08-12T21:00:03.900Z Compiling toml_datetime v1.1.1+spec-1.1.0
30582026-08-12T21:00:03.900Z Compiling serde_spanned v1.1.1
30592026-08-12T21:00:03.900Z Compiling dropshot v0.17.1
30602026-08-12T21:00:03.900Z Compiling toml_writer v1.1.1+spec-1.1.0
30612026-08-12T21:00:03.915Z Compiling waitgroup v0.1.2
30622026-08-12T21:00:03.918Z Compiling hostname v0.3.1
30632026-08-12T21:00:03.922Z Compiling rustls-pemfile v2.2.0
30642026-08-12T21:00:04.052Z Compiling compression-codecs v0.4.37
30652026-08-12T21:00:04.105Z Compiling slog-bunyan v2.5.0
30662026-08-12T21:00:04.175Z Compiling dropshot_endpoint v0.17.1
30672026-08-12T21:00:04.179Z Compiling hostname v0.4.2
30682026-08-12T21:00:04.208Z Compiling serde_path_to_error v0.1.20
30692026-08-12T21:00:04.257Z Compiling atomicwrites v0.4.4
30702026-08-12T21:00:04.307Z Compiling macaddr v1.0.1
30712026-08-12T21:00:04.307Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-08-12T21:00:04.312Z Compiling toml v1.1.2+spec-1.1.0
30732026-08-12T21:00:04.321Z Compiling instant v0.1.13
30742026-08-12T21:00:04.373Z Compiling async-compression v0.4.41
30752026-08-12T21:00:04.377Z Compiling parse-display-derive v0.10.0
30762026-08-12T21:00:04.407Z Compiling regress v0.10.5
30772026-08-12T21:00:04.450Z Compiling backon v1.6.0
30782026-08-12T21:00:04.450Z Compiling backoff v0.4.0
30792026-08-12T21:00:04.490Z Compiling itertools v0.14.0
30802026-08-12T21:00:04.528Z Compiling humantime v2.3.0
30812026-08-12T21:00:04.532Z Compiling half v2.7.1
30822026-08-12T21:00:04.586Z Compiling ciborium-io v0.2.2
30832026-08-12T21:00:04.611Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30842026-08-12T21:00:04.681Z Compiling progenitor-extras v0.2.0
30852026-08-12T21:00:04.705Z Compiling crucible-workspace-hack v0.1.0
30862026-08-12T21:00:04.722Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30872026-08-12T21:00:04.726Z Compiling async-stream v0.3.6
30882026-08-12T21:00:04.726Z Compiling convert_case v0.4.0
30892026-08-12T21:00:04.740Z Compiling secrecy v0.10.3
30902026-08-12T21:00:04.788Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30912026-08-12T21:00:04.813Z Compiling regress v0.11.1
30922026-08-12T21:00:04.876Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30932026-08-12T21:00:04.895Z Compiling ciborium-ll v0.2.2
30942026-08-12T21:00:04.927Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30952026-08-12T21:00:04.930Z Compiling inout v0.1.4
30962026-08-12T21:00:04.961Z Compiling thiserror-impl-no-std v2.0.2
30972026-08-12T21:00:04.997Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30982026-08-12T21:00:05.048Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30992026-08-12T21:00:05.068Z Compiling ciborium v0.2.2
31002026-08-12T21:00:05.132Z Compiling cipher v0.4.4
31012026-08-12T21:00:05.135Z Compiling universal-hash v0.5.1
31022026-08-12T21:00:05.167Z Compiling opaque-debug v0.3.1
31032026-08-12T21:00:05.186Z Compiling derive_more v0.99.20
31042026-08-12T21:00:05.205Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31052026-08-12T21:00:05.255Z Compiling blake2 v0.10.6
31062026-08-12T21:00:05.278Z Compiling poly1305 v0.8.0
31072026-08-12T21:00:05.299Z Compiling aead v0.5.2
31082026-08-12T21:00:05.410Z Compiling chacha20 v0.9.1
31092026-08-12T21:00:05.528Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31102026-08-12T21:00:05.631Z Compiling password-hash v0.5.0
31112026-08-12T21:00:05.667Z Compiling toml_datetime v0.7.5+spec-1.1.0
31122026-08-12T21:00:05.684Z Compiling indent_write v2.2.0
31132026-08-12T21:00:05.703Z Compiling chacha20poly1305 v0.10.1
31142026-08-12T21:00:05.725Z Compiling unsafe-libyaml v0.2.11
31152026-08-12T21:00:05.780Z Compiling num-derive v0.4.2
31162026-08-12T21:00:05.844Z Compiling toml_edit v0.23.10+spec-1.0.0
31172026-08-12T21:00:05.860Z Compiling heapless v0.8.0
31182026-08-12T21:00:05.879Z Compiling tabwriter v1.4.1
31192026-08-12T21:00:05.937Z Compiling argon2 v0.5.3
31202026-08-12T21:00:06.023Z Compiling ingot-macros v0.2.0
31212026-08-12T21:00:06.070Z Compiling hash32 v0.3.1
31222026-08-12T21:00:06.150Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31232026-08-12T21:00:06.170Z Compiling parse-display v0.10.0
31242026-08-12T21:00:06.224Z Compiling thiserror-no-std v2.0.2
31252026-08-12T21:00:06.284Z Compiling smoltcp v0.11.0
31262026-08-12T21:00:06.334Z Compiling vsss-rs v3.3.4
31272026-08-12T21:00:06.403Z Compiling proc-macro-crate v3.4.0
31282026-08-12T21:00:06.407Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31292026-08-12T21:00:06.511Z Compiling typify-impl v0.6.2
31302026-08-12T21:00:06.536Z Compiling serde_yaml v0.9.34+deprecated
31312026-08-12T21:00:06.744Z Compiling cobs v0.3.0
31322026-08-12T21:00:06.795Z Compiling colored v3.1.1
31332026-08-12T21:00:06.933Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31342026-08-12T21:00:06.972Z Compiling postcard v1.1.3
31352026-08-12T21:00:06.997Z Compiling num_enum_derive v0.7.6
31362026-08-12T21:00:07.181Z Compiling proc-macro-error v1.0.4
31372026-08-12T21:00:07.198Z Compiling rand v0.10.1
31382026-08-12T21:00:07.202Z Compiling proc-macro-crate v1.3.1
31392026-08-12T21:00:07.343Z Compiling foreign-types-macros v0.2.3
31402026-08-12T21:00:07.361Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31412026-08-12T21:00:07.528Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31422026-08-12T21:00:07.618Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31432026-08-12T21:00:07.675Z Compiling foreign-types-shared v0.3.1
31442026-08-12T21:00:07.692Z Compiling rayon-core v1.13.0
31452026-08-12T21:00:07.744Z Compiling num_enum_derive v0.5.11
31462026-08-12T21:00:07.888Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31472026-08-12T21:00:07.908Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31482026-08-12T21:00:07.961Z Compiling crossbeam-deque v0.8.6
31492026-08-12T21:00:07.966Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31502026-08-12T21:00:07.993Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31512026-08-12T21:00:08.012Z Compiling foreign-types v0.5.0
31522026-08-12T21:00:08.077Z Compiling cstr-argument v0.1.2
31532026-08-12T21:00:08.095Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31542026-08-12T21:00:08.116Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31552026-08-12T21:00:08.135Z Compiling num_enum v0.7.6
31562026-08-12T21:00:08.184Z Compiling cpubits v0.1.1
31572026-08-12T21:00:08.269Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31582026-08-12T21:00:08.286Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31592026-08-12T21:00:08.290Z Compiling zone_cfg_derive v0.3.1
31602026-08-12T21:00:08.344Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31612026-08-12T21:00:08.465Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31622026-08-12T21:00:08.498Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31632026-08-12T21:00:08.501Z Compiling itertools v0.12.1
31642026-08-12T21:00:08.516Z Compiling sigpipe v0.1.3
31652026-08-12T21:00:08.549Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31662026-08-12T21:00:08.565Z Compiling rayon v1.11.0
31672026-08-12T21:00:08.568Z Compiling glob v0.3.3
31682026-08-12T21:00:08.642Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31692026-08-12T21:00:08.718Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31702026-08-12T21:00:08.797Z Compiling smf v0.2.3
31712026-08-12T21:00:08.841Z Compiling whoami v1.6.1
31722026-08-12T21:00:08.882Z Compiling num_enum v0.5.11
31732026-08-12T21:00:08.971Z Compiling gethostname v0.5.0
31742026-08-12T21:00:08.989Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31752026-08-12T21:00:09.005Z Compiling num-rational v0.4.2
31762026-08-12T21:00:09.025Z Compiling pem-rfc7468 v1.0.0
31772026-08-12T21:00:09.045Z Compiling ingot-types v0.2.0
31782026-08-12T21:00:09.049Z Compiling num-complex v0.4.6
31792026-08-12T21:00:09.049Z Compiling usdt-macro v0.5.0
31802026-08-12T21:00:09.095Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-08-12T21:00:09.112Z Compiling usdt-attr-macro v0.5.0
31822026-08-12T21:00:09.163Z Compiling derive-where v1.6.0
31832026-08-12T21:00:09.335Z Compiling memmap v0.7.0
31842026-08-12T21:00:09.355Z Compiling float-ord v0.3.2
31852026-08-12T21:00:09.483Z Compiling ingot v0.2.1
31862026-08-12T21:00:09.501Z Compiling num v0.4.3
31872026-08-12T21:00:09.520Z Compiling toml v0.8.23
31882026-08-12T21:00:09.552Z Compiling hmac v0.13.0
31892026-08-12T21:00:09.596Z Compiling universal-hash v0.6.1
31902026-08-12T21:00:09.612Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31912026-08-12T21:00:09.628Z Compiling resolv-conf v0.7.6
31922026-08-12T21:00:09.755Z Compiling zone v0.3.1
31932026-08-12T21:00:09.772Z Compiling cancel-safe-futures v0.1.5
31942026-08-12T21:00:09.791Z Compiling polyval v0.7.1
31952026-08-12T21:00:09.791Z Compiling der v0.8.0
31962026-08-12T21:00:09.858Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31972026-08-12T21:00:09.997Z Compiling usdt v0.5.0
31982026-08-12T21:00:10.015Z Compiling prettyplease v0.2.37
31992026-08-12T21:00:10.079Z Compiling ghash v0.6.0
32002026-08-12T21:00:10.168Z Compiling pbkdf2 v0.13.0
32012026-08-12T21:00:10.185Z Compiling crypto-bigint v0.7.5
32022026-08-12T21:00:10.242Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32032026-08-12T21:00:10.287Z Compiling aes v0.9.1
32042026-08-12T21:00:10.309Z Compiling console v0.15.11
32052026-08-12T21:00:10.323Z Compiling newline-converter v0.3.0
32062026-08-12T21:00:10.403Z Compiling ctr v0.10.1
32072026-08-12T21:00:10.420Z Compiling aead v0.6.1
32082026-08-12T21:00:10.465Z Compiling sha2 v0.11.0
32092026-08-12T21:00:10.480Z Compiling libefi-sys v0.1.0
32102026-08-12T21:00:10.543Z Compiling oxide-update-engine-types v0.1.2
32112026-08-12T21:00:10.606Z Compiling linear-map v1.2.0
32122026-08-12T21:00:10.718Z Compiling spki v0.8.0
32132026-08-12T21:00:10.847Z Compiling aes-gcm v0.11.0
32142026-08-12T21:00:10.870Z Compiling expectorate v1.2.0
32152026-08-12T21:00:10.932Z Compiling hickory-proto v0.24.4
32162026-08-12T21:00:10.992Z Compiling salsa20 v0.11.0
32172026-08-12T21:00:11.062Z Compiling bitfield-struct v0.6.2
32182026-08-12T21:00:11.079Z Compiling nom v8.0.0
32192026-08-12T21:00:11.114Z Compiling linked-hash-map v0.5.6
32202026-08-12T21:00:11.166Z Compiling semver v0.1.20
32212026-08-12T21:00:11.245Z Compiling typify-macro v0.6.2
32222026-08-12T21:00:11.391Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32232026-08-12T21:00:11.462Z Compiling rustc_version v0.1.7
32242026-08-12T21:00:11.498Z Compiling lru-cache v0.1.2
32252026-08-12T21:00:11.521Z Compiling scrypt v0.12.0
32262026-08-12T21:00:11.651Z Compiling oxide-update-engine v0.1.2
32272026-08-12T21:00:11.844Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-08-12T21:00:11.849Z Compiling tokio-dtrace v0.1.1
32292026-08-12T21:00:11.852Z Compiling cbc v0.2.1
32302026-08-12T21:00:11.852Z Compiling slog-dtrace v0.3.0
32312026-08-12T21:00:11.940Z Compiling minimal-lexical v0.2.1
32322026-08-12T21:00:11.957Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32332026-08-12T21:00:12.039Z Compiling oxide-tokio-rt v0.1.4
32342026-08-12T21:00:12.063Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-08-12T21:00:12.137Z Compiling pkcs5 v0.8.1
32362026-08-12T21:00:12.156Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32372026-08-12T21:00:12.159Z Compiling newtype_derive v0.1.6
32382026-08-12T21:00:12.193Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32392026-08-12T21:00:12.236Z Compiling nom v7.1.3
32402026-08-12T21:00:12.362Z Compiling phf_shared v0.12.1
32412026-08-12T21:00:12.380Z Compiling dropshot-api-manager-types v0.7.2
32422026-08-12T21:00:12.399Z Compiling csv-core v0.1.13
32432026-08-12T21:00:12.404Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32442026-08-12T21:00:12.480Z Compiling unicode-xid v0.2.6
32452026-08-12T21:00:12.497Z Compiling highway v1.3.0
32462026-08-12T21:00:12.554Z Compiling xshell-macros v0.2.7
32472026-08-12T21:00:12.576Z Compiling chrono-tz v0.10.4
32482026-08-12T21:00:12.634Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32492026-08-12T21:00:12.699Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32502026-08-12T21:00:12.715Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32512026-08-12T21:00:12.737Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32522026-08-12T21:00:12.778Z Compiling const_format_proc_macros v0.2.34
32532026-08-12T21:00:12.797Z Compiling csv v1.4.0
32542026-08-12T21:00:12.836Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32552026-08-12T21:00:12.908Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32562026-08-12T21:00:12.990Z Compiling xshell v0.2.7
32572026-08-12T21:00:13.111Z Compiling typify v0.6.2
32582026-08-12T21:00:13.302Z Compiling progenitor-impl v0.14.0
32592026-08-12T21:00:13.388Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32602026-08-12T21:00:13.466Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-08-12T21:00:13.508Z Compiling hickory-resolver v0.24.4
32622026-08-12T21:00:13.532Z Compiling phf v0.12.1
32632026-08-12T21:00:13.665Z Compiling pkcs8 v0.11.0
32642026-08-12T21:00:13.683Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32652026-08-12T21:00:13.777Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32662026-08-12T21:00:14.037Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32672026-08-12T21:00:14.073Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32682026-08-12T21:00:14.115Z Compiling ff v0.14.0
32692026-08-12T21:00:14.118Z Compiling owo-colors v4.3.0
32702026-08-12T21:00:14.261Z Compiling const_format v0.2.35
32712026-08-12T21:00:14.294Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32722026-08-12T21:00:14.307Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32732026-08-12T21:00:14.553Z Compiling qorb v0.4.1
32742026-08-12T21:00:14.587Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32752026-08-12T21:00:14.617Z Compiling tabled_derive v0.7.0
32762026-08-12T21:00:14.711Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32772026-08-12T21:00:14.945Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32782026-08-12T21:00:15.005Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32792026-08-12T21:00:15.031Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32802026-08-12T21:00:15.129Z Compiling bcs v0.1.6
32812026-08-12T21:00:15.501Z Compiling salty v0.3.0
32822026-08-12T21:00:15.519Z Compiling termtree v0.5.1
32832026-08-12T21:00:15.549Z Compiling textwrap v0.16.2
32842026-08-12T21:00:15.656Z Compiling tabled v0.15.0
32852026-08-12T21:00:15.699Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32862026-08-12T21:00:15.798Z Compiling steno v0.4.1
32872026-08-12T21:00:15.816Z Compiling group v0.14.0
32882026-08-12T21:00:15.944Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32892026-08-12T21:00:15.966Z Compiling progenitor-macro v0.14.0
32902026-08-12T21:00:16.001Z Compiling sha1 v0.10.6
32912026-08-12T21:00:16.031Z Compiling signature v3.0.0
32922026-08-12T21:00:16.047Z Compiling tagptr v0.2.0
32932026-08-12T21:00:16.111Z Compiling base16ct v1.0.0
32942026-08-12T21:00:16.248Z Compiling moka v0.12.13
32952026-08-12T21:00:16.304Z Compiling sec1 v0.8.1
32962026-08-12T21:00:16.385Z Compiling hkdf v0.13.0
32972026-08-12T21:00:16.513Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32982026-08-12T21:00:16.531Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32992026-08-12T21:00:16.565Z Compiling rfc6979 v0.4.0
33002026-08-12T21:00:16.640Z Compiling elliptic-curve v0.14.1
33012026-08-12T21:00:16.662Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33022026-08-12T21:00:16.724Z Compiling ecdsa v0.16.9
33032026-08-12T21:00:16.729Z Compiling primeorder v0.13.6
33042026-08-12T21:00:16.885Z Compiling utf-8 v0.7.6
33052026-08-12T21:00:17.025Z Compiling hickory-resolver v0.25.2
33062026-08-12T21:00:17.028Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33072026-08-12T21:00:17.074Z Compiling parking_lot_core v0.8.6
33082026-08-12T21:00:17.099Z Compiling p384 v0.13.1
33092026-08-12T21:00:17.148Z Compiling tungstenite v0.21.0
33102026-08-12T21:00:17.246Z Compiling wnaf v0.14.0
33112026-08-12T21:00:17.290Z Compiling primefield v0.14.0
33122026-08-12T21:00:17.378Z Compiling rfc6979 v0.6.0
33132026-08-12T21:00:17.473Z Compiling libscf-sys v1.2.0
33142026-08-12T21:00:17.553Z Compiling git-stub v1.0.0
33152026-08-12T21:00:17.570Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33162026-08-12T21:00:17.644Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33172026-08-12T21:00:17.691Z Compiling tokio-tungstenite v0.21.0
33182026-08-12T21:00:17.823Z Compiling git-stub-vcs v0.1.0
33192026-08-12T21:00:17.852Z Compiling ecdsa v0.17.0
33202026-08-12T21:00:17.896Z Compiling primeorder v0.14.0
33212026-08-12T21:00:18.060Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-08-12T21:00:18.220Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33232026-08-12T21:00:18.343Z Compiling papergrid v0.18.0
33242026-08-12T21:00:18.379Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33252026-08-12T21:00:18.394Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33262026-08-12T21:00:18.398Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33272026-08-12T21:00:18.398Z Compiling curve25519-dalek v5.0.0
33282026-08-12T21:00:18.425Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33292026-08-12T21:00:18.459Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-08-12T21:00:18.579Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33312026-08-12T21:00:18.656Z Compiling corncobs v0.1.4
33322026-08-12T21:00:18.680Z Compiling unicase v2.9.0
33332026-08-12T21:00:18.804Z Compiling illumos-nvpair-sys v0.2.0
33342026-08-12T21:00:18.856Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-08-12T21:00:18.892Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33362026-08-12T21:00:18.914Z Compiling mime_guess v2.0.5
33372026-08-12T21:00:18.974Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-08-12T21:00:18.991Z Compiling parking_lot v0.11.2
33392026-08-12T21:00:19.051Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-08-12T21:00:19.229Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33412026-08-12T21:00:19.293Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33422026-08-12T21:00:19.328Z Compiling tabled v0.21.0
33432026-08-12T21:00:19.345Z Compiling ssh-encoding v0.3.0
33442026-08-12T21:00:19.403Z Compiling prefix-trie v0.7.0
33452026-08-12T21:00:19.430Z Compiling fxhash v0.2.1
33462026-08-12T21:00:19.499Z Compiling secrecy v0.8.0
33472026-08-12T21:00:19.561Z Compiling keccak v0.2.0
33482026-08-12T21:00:19.595Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33492026-08-12T21:00:19.654Z Compiling sled v0.34.7
33502026-08-12T21:00:19.707Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33512026-08-12T21:00:19.832Z Compiling hickory-server v0.25.2
33522026-08-12T21:00:19.853Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33532026-08-12T21:00:19.887Z Compiling ed25519 v3.0.0
33542026-08-12T21:00:20.022Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33552026-08-12T21:00:20.092Z Compiling crypto-primes v0.7.2
33562026-08-12T21:00:20.414Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33572026-08-12T21:00:20.771Z Compiling pkcs1 v0.8.0-rc.4
33582026-08-12T21:00:20.804Z Compiling poly1305 v0.9.0
33592026-08-12T21:00:20.835Z Compiling blowfish v0.10.0
33602026-08-12T21:00:20.929Z Compiling blake2 v0.11.0-rc.6
33612026-08-12T21:00:21.110Z Compiling half v1.8.3
33622026-08-12T21:00:21.128Z Compiling crc8 v0.1.1
33632026-08-12T21:00:21.131Z Compiling http-range v0.1.5
33642026-08-12T21:00:21.163Z Compiling progenitor v0.14.0
33652026-08-12T21:00:21.188Z Compiling ssh-cipher v0.3.0
33662026-08-12T21:00:21.326Z Compiling argon2 v0.6.0-rc.8
33672026-08-12T21:00:21.415Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33682026-08-12T21:00:21.444Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33692026-08-12T21:00:21.469Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33702026-08-12T21:00:21.621Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33712026-08-12T21:00:21.644Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33722026-08-12T21:00:21.681Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33732026-08-12T21:00:21.777Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33742026-08-12T21:00:21.799Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33752026-08-12T21:00:21.878Z Compiling serde_cbor v0.11.2
33762026-08-12T21:00:21.901Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33772026-08-12T21:00:22.009Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33782026-08-12T21:00:22.435Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33792026-08-12T21:00:22.492Z Compiling rsa v0.10.0-rc.18
33802026-08-12T21:00:22.505Z Compiling bcrypt-pbkdf v0.11.0
33812026-08-12T21:00:22.544Z Compiling ed25519-dalek v3.0.0
33822026-08-12T21:00:22.850Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33832026-08-12T21:00:23.086Z Compiling illumos-nvpair v0.3.0
33842026-08-12T21:00:23.107Z Compiling sha3 v0.11.0
33852026-08-12T21:00:23.366Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33862026-08-12T21:00:23.498Z Compiling p521 v0.14.0
33872026-08-12T21:00:23.585Z Compiling p384 v0.14.0
33882026-08-12T21:00:23.642Z Compiling p256 v0.14.0
33892026-08-12T21:00:23.782Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33902026-08-12T21:00:24.111Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33912026-08-12T21:00:24.302Z Compiling scuffle v0.1.0
33922026-08-12T21:00:24.306Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-08-12T21:00:24.410Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33942026-08-12T21:00:24.735Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33952026-08-12T21:00:24.785Z Compiling yasna v0.5.2
33962026-08-12T21:00:25.642Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33972026-08-12T21:00:25.663Z Compiling kstat-rs v0.2.5
33982026-08-12T21:00:25.664Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33992026-08-12T21:00:25.664Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34002026-08-12T21:00:25.664Z Compiling headers-core v0.3.0
34012026-08-12T21:00:25.664Z Compiling kem v0.3.0
34022026-08-12T21:00:25.681Z Compiling module-lattice v0.2.3
34032026-08-12T21:00:25.731Z Compiling nanorand v0.7.0
34042026-08-12T21:00:25.749Z Compiling sponge-cursor v0.1.0
34052026-08-12T21:00:25.908Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34062026-08-12T21:00:25.915Z Compiling ml-kem v0.3.2
34072026-08-12T21:00:25.960Z Compiling flume v0.11.1
34082026-08-12T21:00:25.964Z Compiling sha3 v0.12.0
34092026-08-12T21:00:26.050Z Compiling headers v0.4.1
34102026-08-12T21:00:26.119Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-08-12T21:00:26.333Z Compiling rcgen v0.12.1
34122026-08-12T21:00:26.346Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34132026-08-12T21:00:26.404Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34142026-08-12T21:00:26.580Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34152026-08-12T21:00:26.596Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34162026-08-12T21:00:26.751Z Compiling ssh-key v0.7.0-rc.11
34172026-08-12T21:00:26.771Z Compiling hyper-staticfile v0.10.1
34182026-08-12T21:00:26.895Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34192026-08-12T21:00:26.914Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34202026-08-12T21:00:27.003Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34212026-08-12T21:00:27.023Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34222026-08-12T21:00:27.058Z Compiling russh-cryptovec v0.62.0
34232026-08-12T21:00:27.197Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34242026-08-12T21:00:27.223Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34252026-08-12T21:00:27.236Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34262026-08-12T21:00:27.307Z Compiling internal-russh-num-bigint v0.5.0
34272026-08-12T21:00:27.325Z Compiling port-file v0.1.0
34282026-08-12T21:00:27.334Z Compiling num-bigint v0.4.6
34292026-08-12T21:00:27.389Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34302026-08-12T21:00:27.407Z Compiling generic-array v1.4.3
34312026-08-12T21:00:27.463Z Compiling russh-util v0.52.0
34322026-08-12T21:00:27.576Z Compiling enum_dispatch v0.3.13
34332026-08-12T21:00:27.602Z Compiling delegate v0.13.5
34342026-08-12T21:00:27.628Z Compiling subprocess v0.2.15
34352026-08-12T21:00:27.628Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34362026-08-12T21:00:27.810Z Compiling display-error-chain v0.2.2
34372026-08-12T21:00:27.905Z Compiling hex-literal v1.1.0
34382026-08-12T21:00:27.977Z Compiling md5 v0.8.0
34392026-08-12T21:00:28.041Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34402026-08-12T21:00:28.072Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34412026-08-12T21:00:28.085Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-08-12T21:00:28.265Z Compiling colored v2.2.0
34432026-08-12T21:00:28.385Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34442026-08-12T21:00:28.494Z Compiling socket2 v0.5.10
34452026-08-12T21:00:28.552Z Compiling internet-checksum v0.2.1
34462026-08-12T21:00:28.596Z Compiling russh v0.62.4
34472026-08-12T21:00:28.956Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34482026-08-12T21:00:29.259Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34492026-08-12T21:00:30.749Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34502026-08-12T21:00:30.749Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34512026-08-12T21:00:32.677Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34522026-08-12T21:00:33.365Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34532026-08-12T21:00:33.841Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34542026-08-12T21:00:36.494Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34552026-08-12T21:00:44.703Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34562026-08-12T21:00:44.707Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34572026-08-12T21:00:44.707Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34582026-08-12T21:00:44.707Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34592026-08-12T21:00:46.501Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34602026-08-12T21:00:46.590Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34612026-08-12T21:00:50.792Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34622026-08-12T21:01:30.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34632026-08-12T21:01:30.742Z
34642026-08-12T21:01:30.742Zreal 1:27.889898948
34652026-08-12T21:01:30.742Zuser 8:09.345660780
34662026-08-12T21:01:30.742Zsys 1:38.168360902
34672026-08-12T21:01:30.757Ztrap 0.235713169
34682026-08-12T21:01:30.757Ztflt 0.278460513
34692026-08-12T21:01:30.757Zdflt 1.857707515
34702026-08-12T21:01:30.757Zkflt 0.000296190
34712026-08-12T21:01:30.758Zlock 30:05.582054114
34722026-08-12T21:01:30.758Zslp 18:16.080774809
34732026-08-12T21:01:30.758Zlat 38.763114280
34742026-08-12T21:01:30.758Zstop 2:55.772030438
34752026-08-12T21:01:30.758Z+ mkdir tests
34762026-08-12T21:01:30.758Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34772026-08-12T21:01:30.758Z+ xargs -I '{}' -t cp '{}' tests/
34782026-08-12T21:01:30.765Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9a443e7f1dbf094e tests/
34792026-08-12T21:01:30.777Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-30c3513ee5b1562f tests/
34802026-08-12T21:01:30.803Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-8b23a6ddd500ced6 tests/
34812026-08-12T21:01:30.847Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-66631205b6dcad35 tests/
34822026-08-12T21:01:31.129Z+ 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)
34832026-08-12T21:01:31.137Z+ 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-30c3513ee5b1562f tests/commtest-8b23a6ddd500ced6 tests/dhcp_server-9a443e7f1dbf094e tests/end_to_end_tests-66631205b6dcad35 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
34842026-08-12T21:03:00.693ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34852026-08-12T21:03:00.693Za .github/buildomat/ci-env.sh 1K
34862026-08-12T21:03:00.694Za out/target/test 1K
34872026-08-12T21:03:00.694Za out/npuzone/npuzone 27402K
34882026-08-12T21:03:00.694Za package-manifest.toml 35K
34892026-08-12T21:03:00.694Za smf/sled-agent/non-gimlet/config.toml 6K
34902026-08-12T21:03:00.694Za target/release/omicron-package 48049K
34912026-08-12T21:03:00.694Za target/release/xtask 11722K
34922026-08-12T21:03:00.694Za target/debug/bootstrap 436156K
34932026-08-12T21:03:00.694Za tests/bootstrap-30c3513ee5b1562f 34516K
34942026-08-12T21:03:00.694Za tests/commtest-8b23a6ddd500ced6 34517K
34952026-08-12T21:03:00.694Za tests/dhcp_server-9a443e7f1dbf094e 34516K
34962026-08-12T21:03:00.694Za tests/end_to_end_tests-66631205b6dcad35 499376K
34972026-08-12T21:03:00.694Za tools/opte_version 1K
34982026-08-12T21:03:00.694Za tools/opte_version_override 2K
34992026-08-12T21:03:00.694Za out/clickhouse.tar.gz 327543K
35002026-08-12T21:03:00.694Za out/clickhouse_keeper.tar.gz 311546K
35012026-08-12T21:03:00.694Za out/clickhouse_server.tar.gz 327540K
35022026-08-12T21:03:00.694Za out/cockroachdb.tar.gz 168944K
35032026-08-12T21:03:00.694Za out/crucible-pantry-zone.tar.gz 41269K
35042026-08-12T21:03:00.694Za out/crucible-utils.tar 18900K
35052026-08-12T21:03:00.694Za out/crucible-zone.tar.gz 56081K
35062026-08-12T21:03:00.694Za out/external-dns.tar.gz 54238K
35072026-08-12T21:03:00.694Za out/internal-dns.tar.gz 54238K
35082026-08-12T21:03:00.694Za out/mg-ddm-gz.tar 100917K
35092026-08-12T21:03:00.694Za out/nexus.tar.gz 355271K
35102026-08-12T21:03:00.694Za out/ntp.tar.gz 34609K
35112026-08-12T21:03:00.694Za out/omicron-gateway-softnpu.tar.gz 29193K
35122026-08-12T21:03:00.694Za out/omicron-sled-agent.tar 240031K
35132026-08-12T21:03:00.695Za out/overlay.tar.gz 4K
35142026-08-12T21:03:00.695Za out/oximeter.tar.gz 71253K
35152026-08-12T21:03:00.695Za out/oxlog.tar 4066K
35162026-08-12T21:03:00.695Za out/probe.tar.gz 3037K
35172026-08-12T21:03:00.695Za out/propolis-server.tar.gz 34642K
35182026-08-12T21:03:00.695Za out/pumpkind-gz.tar 26647K
35192026-08-12T21:03:00.695Za out/switch-softnpu.tar.gz 499423K
35202026-08-12T21:03:00.699Z
35212026-08-12T21:03:00.699Zreal 1:29.561947921
35222026-08-12T21:03:00.699Zuser 1:26.457822507
35232026-08-12T21:03:00.699Zsys 5.099622861
35242026-08-12T21:03:00.699Ztrap 0.006812853
35252026-08-12T21:03:00.699Ztflt 0.000000000
35262026-08-12T21:03:00.699Zdflt 0.000000000
35272026-08-12T21:03:00.699Zkflt 0.000000000
35282026-08-12T21:03:00.699Zlock 0.000000000
35292026-08-12T21:03:00.699Zslp 1:26.343329198
35302026-08-12T21:03:00.699Zlat 1.211814811
35312026-08-12T21:03:00.699Zstop 0.000178990
35322026-08-12T21:03:00.699Zprocess exited: duration 1235438 ms, exit code 0
 
35332026-08-12T21:03:00.713Zfound 1 output files
35342026-08-12T21:03:00.713Zuploading: /work/package.tar.gz (2760283410 bytes)
35352026-08-12T21:03:35.697Zuploaded: /work/package.tar.gz