01M1C2B9VK5Q2XQR9N1GGDR3FN: 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: 01M1C2CBTSCNVYCG0E5JJJ538N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T14:09:00.944Zjob assigned to worker 01M1C2CJAF8K70736D126ZTQSD [factory aws, i-003aa5ff2f77329d7] (queued for 48 s)
 
22026-08-31T14:09:07.836Zstarting task 0: "setup"
32026-08-31T14:09:07.840Z++ uname -s
42026-08-31T14:09:07.844Z+ kern=SunOS
52026-08-31T14:09:07.844Z+ build_user=build
62026-08-31T14:09:07.844Z+ build_uid=12345
72026-08-31T14:09:07.844Z+ work_dir=/work
82026-08-31T14:09:07.845Z+ input_dir=/input
92026-08-31T14:09:07.845Z+ [[ 0 == 12345 ]]
102026-08-31T14:09:07.845Z+ case "$kern" in
112026-08-31T14:09:07.845Z+ groupadd -g 12345 build
122026-08-31T14:09:07.848Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T14:09:09.851Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T14:09:10.010Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T14:09:10.013Z+ home_fs=zfs
162026-08-31T14:09:10.013Z+ [[ zfs == autofs ]]
172026-08-31T14:09:10.013Z+ mkdir -p /home/build
182026-08-31T14:09:10.013Z+ chown build:build /home/build /work
192026-08-31T14:09:12.012Z+ chmod 0700 /home/build /work
202026-08-31T14:09:12.015Zprocess exited: duration 4181 ms, exit code 0
 
212026-08-31T14:09:12.023Zstarting task 1: "rust-toolchain"
222026-08-31T14:09:12.027Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-31T14:09:12.027Z * rust toolchain channel = "1.97.1"
242026-08-31T14:09:12.027Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-31T14:09:12.027Z * rust toolchain profile = "default"
262026-08-31T14:09:12.027Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T14:09:12.027Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T14:09:12.030Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T14:09:12.030Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-31T14:09:12.136Zinfo: downloading installer
312026-08-31T14:09:13.353Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T14:09:13.353Zwarn: /home/build/.rustup/settings.toml
332026-08-31T14:09:13.353Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T14:09:13.353Zwarn: instead of the one inferred from the default host triple.
352026-08-31T14:09:13.367Zinfo: profile set to default
362026-08-31T14:09:13.367Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T14:09:13.370Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-31T14:09:13.504Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-31T14:09:13.508Zinfo: downloading 6 components
402026-08-31T14:09:27.344Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-31T14:09:27.344Z
422026-08-31T14:09:27.377Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-31T14:09:27.377Z
442026-08-31T14:09:27.377Z
452026-08-31T14:09:27.377ZRust is installed now. Great!
462026-08-31T14:09:27.377Z
472026-08-31T14:09:27.377ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T14:09:27.377Zenvironment variable. This has not been done automatically.
492026-08-31T14:09:27.377Z
502026-08-31T14:09:27.377ZTo configure your current shell, you need to source
512026-08-31T14:09:27.377Zthe corresponding env file under $HOME/.cargo.
522026-08-31T14:09:27.377Z
532026-08-31T14:09:27.377ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T14:09:27.377Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T14:09:27.377Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T14:09:27.378Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T14:09:27.378Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T14:09:27.378Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T14:09:27.378Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T14:09:27.381Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T14:09:27.381Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T14:09:27.480Z+ rustup --version
632026-08-31T14:09:27.485Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T14:09:27.488Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T14:09:27.506Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-31T14:09:27.509Z+ cargo --version
672026-08-31T14:09:27.517Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-31T14:09:27.520Z+ rustc --version
692026-08-31T14:09:27.539Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-31T14:09:27.542Zprocess exited: duration 15520 ms, exit code 0
 
712026-08-31T14:09:27.549Zstarting task 2: "authentication"
722026-08-31T14:09:27.566Zprocess exited: duration 17 ms, exit code 0
 
732026-08-31T14:09:27.571Zstarting task 3: "clone repository"
742026-08-31T14:09:27.576Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-31T14:09:27.580Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-31T14:09:27.612ZCloning into '/work/oxidecomputer/omicron'...
772026-08-31T14:09:41.000Z+ cd /work/oxidecomputer/omicron
782026-08-31T14:09:41.000Z+ git fetch origin 4f380ddc5e035d11ec69933c4af2cc15385932dd
792026-08-31T14:09:41.332ZFrom https://github.com/oxidecomputer/omicron
802026-08-31T14:09:41.332Z * branch 4f380ddc5e035d11ec69933c4af2cc15385932dd -> FETCH_HEAD
812026-08-31T14:09:41.346Z+ [[ -n john/data-migration-idempotency ]]
822026-08-31T14:09:41.349Z++ git branch --show-current
832026-08-31T14:09:41.350Z+ current=main
842026-08-31T14:09:41.350Z+ [[ main != john/data-migration-idempotency ]]
852026-08-31T14:09:41.352Z+ git branch -f john/data-migration-idempotency 4f380ddc5e035d11ec69933c4af2cc15385932dd
862026-08-31T14:09:41.356Z+ git checkout -f john/data-migration-idempotency
872026-08-31T14:09:41.602ZSwitched to branch 'john/data-migration-idempotency'
882026-08-31T14:09:41.605Z+ git reset --hard 4f380ddc5e035d11ec69933c4af2cc15385932dd
892026-08-31T14:09:41.618ZHEAD is now at 4f380ddc5 add comment explaining apply_update(..., 2)
902026-08-31T14:09:41.621Zprocess exited: duration 14048 ms, exit code 0
 
912026-08-31T14:09:41.627Zstarting task 4: "build"
922026-08-31T14:09:41.632Z+ source .github/buildomat/ci-env.sh
932026-08-31T14:09:41.633Z++ export CARGO_TERM_COLOR=always
942026-08-31T14:09:41.633Z++ CARGO_TERM_COLOR=always
952026-08-31T14:09:41.635Z+++ uname -s
962026-08-31T14:09:41.635Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-31T14:09:41.636Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-31T14:09:41.638Z+ cargo --version
992026-08-31T14:09:41.647Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-31T14:09:41.649Z+ rustc --version
1012026-08-31T14:09:41.669Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-31T14:09:41.672Z+ WORK=/work
1032026-08-31T14:09:41.672Z+ pfexec mkdir -p /work
1042026-08-31T14:09:41.675Z+ pfexec chown build /work
1052026-08-31T14:09:41.678Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-31T14:09:44.137Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-31T14:09:44.552Z Startup: Caching catalogs ... Done
1082026-08-31T14:09:46.863ZPlanning: Solver setup ... Done (2.199s)
1092026-08-31T14:09:46.931ZPlanning: Running solver ... Done (0.064s)
1102026-08-31T14:09:46.983ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-31T14:09:46.995ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-31T14:09:47.009ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-31T14:09:47.029ZPlanning: Package planning ... Done (0.013s)
1142026-08-31T14:09:47.039ZPlanning: Merging actions ... Done (0.002s)
1152026-08-31T14:09:47.242ZPlanning: Checking for conflicting actions ... Done (0.221s)
1162026-08-31T14:09:47.246ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-31T14:09:48.091ZPlanning: Evaluating mediators ... Done (0.848s)
1182026-08-31T14:09:48.094ZPlanning: Planning completed in 3.52 seconds
1192026-08-31T14:09:48.101Z Packages to install: 2
1202026-08-31T14:09:48.101Z Estimated space available: 156.00 GB
1212026-08-31T14:09:48.101ZEstimated space to be consumed: 83.65 MB
1222026-08-31T14:09:48.101Z Create boot environment: No
1232026-08-31T14:09:48.104ZCreate backup boot environment: No
1242026-08-31T14:09:48.104Z Rebuild boot archive: No
1252026-08-31T14:09:48.104Z
1262026-08-31T14:09:48.104ZChanged packages:
1272026-08-31T14:09:48.104Zhelios
1282026-08-31T14:09:48.104Z developer/build-essential
1292026-08-31T14:09:48.104Z None -> 11-3.0
1302026-08-31T14:09:48.104Z library/libxmlsec1
1312026-08-31T14:09:48.104Z None -> 1.2.35-3.0
1322026-08-31T14:09:48.127Z
1332026-08-31T14:09:48.127ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-31T14:09:48.194ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1352026-08-31T14:09:48.272Z Actions: 1/268 actions (Installing new actions)
1362026-08-31T14:09:48.312Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-31T14:09:48.350ZFinalize: Updating package state database ... Done (0.040s)
1382026-08-31T14:09:48.350ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-31T14:09:48.445ZFinalize: Updating image state ... Done (0.095s)
1402026-08-31T14:09:51.161ZFinalize: Creating fast lookup database ... Done (2.589s)
1412026-08-31T14:09:51.247ZFinalize: Reading search index ... Done (0.012s)
1422026-08-31T14:09:51.247ZFinalize: Updating search index ... Done (0.000s)
1432026-08-31T14:09:51.361ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-31T14:09:51.673ZPlanning: Evaluating mediator changes ... Done
1452026-08-31T14:09:51.794ZPlanning: Checking for conflicting actions ... Done
1462026-08-31T14:09:51.841ZPlanning: Consolidating action changes ... Done
1472026-08-31T14:09:51.933ZPlanning: Evaluating mediators ... Done
1482026-08-31T14:09:51.987ZPlanning: Planning completed in 0.27 seconds
1492026-08-31T14:09:51.987Z Mediators to change: 2
1502026-08-31T14:09:51.987Z Create boot environment: No
1512026-08-31T14:09:51.987ZCreate backup boot environment: No
1522026-08-31T14:09:52.014ZFinalize: Updating package state database ... Done
1532026-08-31T14:09:52.015ZFinalize: Updating package cache ... Done
1542026-08-31T14:09:52.068ZFinalize: Updating image state ... Done
1552026-08-31T14:09:53.990ZFinalize: Creating fast lookup database ... Done
1562026-08-31T14:09:54.047ZFinalize: Reading search index ... Done
1572026-08-31T14:09:54.056ZFinalize: Updating search index ... Done
1582026-08-31T14:09:54.184ZFinalize: Updating package cache ... Done
1592026-08-31T14:09:54.436ZPlanning: Evaluating mediator changes ... Done
1602026-08-31T14:09:54.547ZPlanning: Checking for conflicting actions ... Done
1612026-08-31T14:09:54.554ZPlanning: Consolidating action changes ... Done
1622026-08-31T14:09:54.700ZPlanning: Evaluating mediators ... Done
1632026-08-31T14:09:54.706ZPlanning: Planning completed in 0.26 seconds
1642026-08-31T14:09:54.723Z Mediators to change: 1
1652026-08-31T14:09:54.724Z Create boot environment: No
1662026-08-31T14:09:54.724ZCreate backup boot environment: No
1672026-08-31T14:09:54.778ZFinalize: Updating package state database ... Done
1682026-08-31T14:09:54.778ZFinalize: Updating package cache ... Done
1692026-08-31T14:09:54.837ZFinalize: Updating image state ... Done
1702026-08-31T14:09:56.767ZFinalize: Creating fast lookup database ... Done
1712026-08-31T14:09:56.829ZFinalize: Reading search index ... Done
1722026-08-31T14:09:56.834ZFinalize: Updating search index ... Done
1732026-08-31T14:09:56.934ZFinalize: Updating package cache ... Done
1742026-08-31T14:09:57.225ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-31T14:09:57.225Zapache system 2.4 system
1762026-08-31T14:09:57.225Zclang system 15 system
1772026-08-31T14:09:57.225Zcsh system system illumos
1782026-08-31T14:09:57.225Zctags system system illumos
1792026-08-31T14:09:57.225Zfile vendor vendor darwinsys
1802026-08-31T14:09:57.225Zfile system system illumos
1812026-08-31T14:09:57.225Zgcc vendor 14 vendor
1822026-08-31T14:09:57.225Zgcc system 13 system
1832026-08-31T14:09:57.225Zgcc system 10 system
1842026-08-31T14:09:57.225Zgo system 1.25 system
1852026-08-31T14:09:57.225Zllvm system 15 system
1862026-08-31T14:09:57.225Zmariadb system 11.4 system
1872026-08-31T14:09:57.225Zmta vendor vendor dma
1882026-08-31T14:09:57.225Zopenjdk system 17 system
1892026-08-31T14:09:57.225Zopenjdk system 11 system
1902026-08-31T14:09:57.226Zopenssl vendor 3 vendor
1912026-08-31T14:09:57.226Zperl system 5.40 system
1922026-08-31T14:09:57.226Zpostgresql system 18 system
1932026-08-31T14:09:57.226Zpostgresql system 17 system
1942026-08-31T14:09:57.226Zpython vendor 3 vendor
1952026-08-31T14:09:57.226Zpython system 2 system
1962026-08-31T14:09:57.226Zpython3 vendor 3.13 vendor
1972026-08-31T14:09:57.226Zruby system 3.4 system
1982026-08-31T14:09:57.226Zruby system 3.0 system
1992026-08-31T14:09:57.226Zwords vendor vendor american-english
2002026-08-31T14:09:57.227Zwords system system australian-english
2012026-08-31T14:09:57.227Zwords system system british-english
2022026-08-31T14:09:57.227Zwords system system canadian-english
2032026-08-31T14:09:57.227Zwords system system french
2042026-08-31T14:09:57.227Zwords system system italian
2052026-08-31T14:09:57.227Zwords system system ngerman
2062026-08-31T14:09:57.227Zwords system system ogerman
2072026-08-31T14:09:57.227Zwords system system spanish
2082026-08-31T14:09:57.479ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-31T14:09:57.479Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-31T14:09:57.995ZFMRI IFO
2112026-08-31T14:09:57.995Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-31T14:09:57.995Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-31T14:09:57.995Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-31T14:09:57.995Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-31T14:09:57.996Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-31T14:09:57.996Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-31T14:09:57.996Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-31T14:09:57.996Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-31T14:09:57.996Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-31T14:09:58.337Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-31T14:09:58.680Z Updating crates.io index
2222026-08-31T14:09:58.687Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-31T14:09:59.160Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-31T14:09:59.573Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2252026-08-31T14:09:59.839Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-31T14:10:00.871Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-31T14:10:01.397Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-31T14:10:03.297Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-31T14:10:04.279Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-31T14:10:04.557Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-31T14:10:04.927Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-31T14:10:06.214Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-31T14:10:06.558Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-31T14:10:06.971Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-31T14:10:07.538Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-31T14:10:07.814Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-31T14:10:08.248Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-31T14:10:08.551Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-31T14:10:08.831Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-31T14:10:09.171Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-31T14:10:09.571Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-31T14:10:10.192Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-31T14:10:10.480Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-31T14:10:11.238Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-31T14:10:11.592Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-31T14:10:11.993Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-31T14:10:12.781Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-31T14:10:13.113Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-31T14:10:13.555Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-31T14:10:13.928Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-31T14:10:14.488Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-31T14:10:14.946Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-31T14:10:15.718Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-31T14:10:16.604Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-31T14:10:17.168Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-31T14:10:17.461Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-31T14:10:17.788Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-31T14:10:18.488Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-31T14:10:18.767Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-31T14:10:19.057Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-31T14:10:19.621Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-31T14:10:19.904Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2632026-08-31T14:10:20.325Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-31T14:10:22.850Z Downloading crates ...
2652026-08-31T14:10:22.916Z Downloaded colorchoice v1.0.4
2662026-08-31T14:10:22.921Z Downloaded heck v0.5.0
2672026-08-31T14:10:22.924Z Downloaded memmap v0.7.0
2682026-08-31T14:10:22.924Z Downloaded itoa v1.0.17
2692026-08-31T14:10:22.928Z Downloaded cpufeatures v0.2.17
2702026-08-31T14:10:22.931Z Downloaded autocfg v1.5.0
2712026-08-31T14:10:22.931Z Downloaded clap_builder v4.6.0
2722026-08-31T14:10:22.935Z Downloaded anstyle v1.0.14
2732026-08-31T14:10:22.940Z Downloaded block-buffer v0.10.4
2742026-08-31T14:10:22.940Z Downloaded dtrace-parser v0.2.0
2752026-08-31T14:10:22.940Z Downloaded zerocopy v0.7.35
2762026-08-31T14:10:22.943Z Downloaded clap_lex v1.0.0
2772026-08-31T14:10:22.948Z Downloaded zerocopy-derive v0.7.35
2782026-08-31T14:10:22.948Z Downloaded zmij v1.0.21
2792026-08-31T14:10:22.951Z Downloaded cfg-if v1.0.4
2802026-08-31T14:10:22.951Z Downloaded is_terminal_polyfill v1.70.2
2812026-08-31T14:10:22.951Z Downloaded dof v0.3.0
2822026-08-31T14:10:22.951Z Downloaded macaddr v1.0.1
2832026-08-31T14:10:22.951Z Downloaded crypto-common v0.1.7
2842026-08-31T14:10:22.951Z Downloaded anstream v1.0.0
2852026-08-31T14:10:22.951Z Downloaded cargo_metadata v0.23.1
2862026-08-31T14:10:22.954Z Downloaded bytecount v0.6.9
2872026-08-31T14:10:22.958Z Downloaded version_check v0.9.5
2882026-08-31T14:10:22.958Z Downloaded cargo-platform v0.3.2
2892026-08-31T14:10:22.958Z Downloaded strsim v0.11.1
2902026-08-31T14:10:22.963Z Downloaded thread-id v4.2.2
2912026-08-31T14:10:22.970Z Downloaded unicode-linebreak v0.1.5
2922026-08-31T14:10:22.973Z Downloaded quote v1.0.45
2932026-08-31T14:10:22.976Z Downloaded anstyle-parse v1.0.0
2942026-08-31T14:10:22.976Z Downloaded fs-err v3.3.0
2952026-08-31T14:10:22.976Z Downloaded heck v0.4.1
2962026-08-31T14:10:22.981Z Downloaded cargo_toml v0.21.0
2972026-08-31T14:10:22.984Z Downloaded clap_derive v4.6.1
2982026-08-31T14:10:22.984Z Downloaded digest v0.10.7
2992026-08-31T14:10:22.984Z Downloaded camino v1.2.5
3002026-08-31T14:10:22.984Z Downloaded plain v0.2.3
3012026-08-31T14:10:22.987Z Downloaded pretty-hex v0.4.1
3022026-08-31T14:10:22.987Z Downloaded serde_spanned v0.6.9
3032026-08-31T14:10:22.987Z Downloaded terminal_size v0.4.3
3042026-08-31T14:10:22.991Z Downloaded proc-macro-error-attr v1.0.4
3052026-08-31T14:10:22.996Z Downloaded toml_write v0.1.2
3062026-08-31T14:10:22.996Z Downloaded usdt-macro v0.5.0
3072026-08-31T14:10:22.999Z Downloaded smawk v0.3.2
3082026-08-31T14:10:23.003Z Downloaded fastrand v2.3.0
3092026-08-31T14:10:23.006Z Downloaded thiserror-impl v1.0.69
3102026-08-31T14:10:23.009Z Downloaded swrite v0.1.0
3112026-08-31T14:10:23.011Z Downloaded tabled_derive v0.7.0
3122026-08-31T14:10:23.014Z Downloaded toml_datetime v0.6.11
3132026-08-31T14:10:23.018Z Downloaded equivalent v1.0.2
3142026-08-31T14:10:23.023Z Downloaded errno v0.3.14
3152026-08-31T14:10:23.023Z Downloaded fnv v1.0.7
3162026-08-31T14:10:23.027Z Downloaded pest_generator v2.8.6
3172026-08-31T14:10:23.033Z Downloaded utf8parse v0.2.2
3182026-08-31T14:10:23.039Z Downloaded scroll_derive v0.12.1
3192026-08-31T14:10:23.042Z Downloaded bitflags v2.11.0
3202026-08-31T14:10:23.044Z Downloaded usdt-attr-macro v0.5.0
3212026-08-31T14:10:23.057Z Downloaded usdt v0.5.0
3222026-08-31T14:10:23.057Z Downloaded scroll v0.12.0
3232026-08-31T14:10:23.057Z Downloaded generic-array v0.14.7
3242026-08-31T14:10:23.061Z Downloaded sha2 v0.10.9
3252026-08-31T14:10:23.061Z Downloaded thiserror v1.0.69
3262026-08-31T14:10:23.061Z Downloaded usdt-impl v0.5.0
3272026-08-31T14:10:23.061Z Downloaded serde_tokenstream v0.2.3
3282026-08-31T14:10:23.070Z Downloaded anstyle-query v1.1.5
3292026-08-31T14:10:23.073Z Downloaded byteorder v1.5.0
3302026-08-31T14:10:23.073Z Downloaded anyhow v1.0.104
3312026-08-31T14:10:23.076Z Downloaded tempfile v3.27.0
3322026-08-31T14:10:23.076Z Downloaded ucd-trie v0.1.7
3332026-08-31T14:10:23.083Z Downloaded proc-macro-error v1.0.4
3342026-08-31T14:10:23.088Z Downloaded pest_derive v2.8.6
3352026-08-31T14:10:23.088Z Downloaded thiserror-impl v2.0.18
3362026-08-31T14:10:23.094Z Downloaded camino-tempfile v1.4.1
3372026-08-31T14:10:23.107Z Downloaded semver v1.0.28
3382026-08-31T14:10:23.107Z Downloaded getrandom v0.4.3
3392026-08-31T14:10:23.107Z Downloaded textwrap v0.16.2
3402026-08-31T14:10:23.112Z Downloaded once_cell v1.21.3
3412026-08-31T14:10:23.112Z Downloaded serde_derive v1.0.228
3422026-08-31T14:10:23.112Z Downloaded pest_meta v2.8.6
3432026-08-31T14:10:23.112Z Downloaded toml v0.8.23
3442026-08-31T14:10:23.115Z Downloaded thiserror v2.0.18
3452026-08-31T14:10:23.121Z Downloaded log v0.4.33
3462026-08-31T14:10:23.128Z Downloaded proc-macro2 v1.0.106
3472026-08-31T14:10:23.128Z Downloaded papergrid v0.11.0
3482026-08-31T14:10:23.133Z Downloaded toml_edit v0.22.27
3492026-08-31T14:10:23.133Z Downloaded memchr v2.8.0
3502026-08-31T14:10:23.137Z Downloaded clap v4.6.1
3512026-08-31T14:10:23.141Z Downloaded serde_core v1.0.228
3522026-08-31T14:10:23.144Z Downloaded unicode-ident v1.0.24
3532026-08-31T14:10:23.162Z Downloaded serde v1.0.228
3542026-08-31T14:10:23.177Z Downloaded typenum v1.20.1
3552026-08-31T14:10:23.188Z Downloaded pest v2.8.6
3562026-08-31T14:10:23.198Z Downloaded indexmap v2.14.0
3572026-08-31T14:10:23.207Z Downloaded hashbrown v0.17.0
3582026-08-31T14:10:23.237Z Downloaded serde_json v1.0.151
3592026-08-31T14:10:23.319Z Downloaded goblin v0.8.2
3602026-08-31T14:10:23.319Z Downloaded winnow v0.7.14
3612026-08-31T14:10:23.319Z Downloaded tabled v0.15.0
3622026-08-31T14:10:23.319Z Downloaded syn v1.0.109
3632026-08-31T14:10:23.402Z Downloaded unicode-width v0.1.14
3642026-08-31T14:10:23.402Z Downloaded unicode-width v0.2.0
3652026-08-31T14:10:23.402Z Downloaded syn v2.0.117
3662026-08-31T14:10:23.402Z Downloaded rustix v1.1.4
3672026-08-31T14:10:23.402Z Downloaded libc v0.2.185
3682026-08-31T14:10:23.504Z Compiling proc-macro2 v1.0.106
3692026-08-31T14:10:23.504Z Compiling quote v1.0.45
3702026-08-31T14:10:23.504Z Compiling unicode-ident v1.0.24
3712026-08-31T14:10:23.504Z Compiling serde_core v1.0.228
3722026-08-31T14:10:23.504Z Compiling libc v0.2.185
3732026-08-31T14:10:23.504Z Compiling version_check v0.9.5
3742026-08-31T14:10:23.590Z Compiling memchr v2.8.0
3752026-08-31T14:10:23.677Z Compiling serde v1.0.228
3762026-08-31T14:10:23.678Z Compiling zmij v1.0.21
3772026-08-31T14:10:23.678Z Compiling ucd-trie v0.1.7
3782026-08-31T14:10:23.678Z Compiling itoa v1.0.17
3792026-08-31T14:10:23.678Z Compiling thiserror v1.0.69
3802026-08-31T14:10:23.678Z Compiling rustix v1.1.4
3812026-08-31T14:10:23.678Z Compiling byteorder v1.5.0
3822026-08-31T14:10:23.906Z Compiling bitflags v2.11.0
3832026-08-31T14:10:23.997Z Compiling serde_json v1.0.151
3842026-08-31T14:10:24.100Z Compiling syn v1.0.109
3852026-08-31T14:10:24.101Z Compiling camino v1.2.5
3862026-08-31T14:10:24.200Z Compiling getrandom v0.4.3
3872026-08-31T14:10:24.200Z Compiling pest v2.8.6
3882026-08-31T14:10:24.280Z Compiling proc-macro-error-attr v1.0.4
3892026-08-31T14:10:24.280Z Compiling usdt-impl v0.5.0
3902026-08-31T14:10:24.280Z Compiling proc-macro-error v1.0.4
3912026-08-31T14:10:24.349Z Compiling hashbrown v0.17.0
3922026-08-31T14:10:24.405Z Compiling log v0.4.33
3932026-08-31T14:10:24.405Z Compiling equivalent v1.0.2
3942026-08-31T14:10:24.466Z Compiling utf8parse v0.2.2
3952026-08-31T14:10:24.472Z Compiling plain v0.2.3
3962026-08-31T14:10:24.513Z Compiling pretty-hex v0.4.1
3972026-08-31T14:10:24.547Z Compiling anstyle-parse v1.0.0
3982026-08-31T14:10:24.565Z Compiling winnow v0.7.14
3992026-08-31T14:10:24.582Z Compiling thiserror v2.0.18
4002026-08-31T14:10:24.585Z Compiling autocfg v1.5.0
4012026-08-31T14:10:24.585Z Compiling toml_write v0.1.2
4022026-08-31T14:10:24.585Z Compiling anstyle v1.0.14
4032026-08-31T14:10:24.669Z Compiling is_terminal_polyfill v1.70.2
4042026-08-31T14:10:24.674Z Compiling errno v0.3.14
4052026-08-31T14:10:24.739Z Compiling thread-id v4.2.2
4062026-08-31T14:10:24.781Z Compiling anstyle-query v1.1.5
4072026-08-31T14:10:24.831Z Compiling indexmap v2.14.0
4082026-08-31T14:10:24.838Z Compiling cfg-if v1.0.4
4092026-08-31T14:10:24.851Z Compiling colorchoice v1.0.4
4102026-08-31T14:10:24.884Z Compiling heck v0.5.0
4112026-08-31T14:10:24.902Z Compiling heck v0.4.1
4122026-08-31T14:10:24.905Z Compiling clap_lex v1.0.0
4132026-08-31T14:10:24.938Z Compiling syn v2.0.117
4142026-08-31T14:10:24.971Z Compiling anstream v1.0.0
4152026-08-31T14:10:25.060Z Compiling fs-err v3.3.0
4162026-08-31T14:10:25.135Z Compiling strsim v0.11.1
4172026-08-31T14:10:25.163Z Compiling bytecount v0.6.9
4182026-08-31T14:10:25.184Z Compiling pest_meta v2.8.6
4192026-08-31T14:10:25.207Z Compiling once_cell v1.21.3
4202026-08-31T14:10:25.220Z Compiling anyhow v1.0.104
4212026-08-31T14:10:25.276Z Compiling fnv v1.0.7
4222026-08-31T14:10:25.292Z Compiling unicode-width v0.1.14
4232026-08-31T14:10:25.310Z Compiling fastrand v2.3.0
4242026-08-31T14:10:25.411Z Compiling memmap v0.7.0
4252026-08-31T14:10:25.445Z Compiling smawk v0.3.2
4262026-08-31T14:10:25.448Z Compiling unicode-linebreak v0.1.5
4272026-08-31T14:10:25.482Z Compiling unicode-width v0.2.0
4282026-08-31T14:10:25.505Z Compiling swrite v0.1.0
4292026-08-31T14:10:25.521Z Compiling papergrid v0.11.0
4302026-08-31T14:10:25.637Z Compiling terminal_size v0.4.3
4312026-08-31T14:10:25.637Z Compiling tempfile v3.27.0
4322026-08-31T14:10:25.742Z Compiling clap_builder v4.6.0
4332026-08-31T14:10:25.743Z Compiling textwrap v0.16.2
4342026-08-31T14:10:26.015Z Compiling cargo-platform v0.3.2
4352026-08-31T14:10:26.084Z Compiling semver v1.0.28
4362026-08-31T14:10:26.245Z Compiling camino-tempfile v1.4.1
4372026-08-31T14:10:26.409Z Compiling tabled_derive v0.7.0
4382026-08-31T14:10:27.079Z Compiling pest_generator v2.8.6
4392026-08-31T14:10:27.122Z Compiling tabled v0.15.0
4402026-08-31T14:10:27.587Z Compiling serde_derive v1.0.228
4412026-08-31T14:10:27.590Z Compiling thiserror-impl v1.0.69
4422026-08-31T14:10:27.590Z Compiling zerocopy-derive v0.7.35
4432026-08-31T14:10:27.590Z Compiling scroll_derive v0.12.1
4442026-08-31T14:10:27.590Z Compiling thiserror-impl v2.0.18
4452026-08-31T14:10:27.590Z Compiling clap_derive v4.6.1
4462026-08-31T14:10:27.647Z Compiling pest_derive v2.8.6
4472026-08-31T14:10:28.286Z Compiling scroll v0.12.0
4482026-08-31T14:10:28.303Z Compiling zerocopy v0.7.35
4492026-08-31T14:10:28.525Z Compiling goblin v0.8.2
4502026-08-31T14:10:28.589Z Compiling dtrace-parser v0.2.0
4512026-08-31T14:10:28.939Z Compiling clap v4.6.1
4522026-08-31T14:10:30.031Z Compiling dof v0.3.0
4532026-08-31T14:10:30.031Z Compiling serde_tokenstream v0.2.3
4542026-08-31T14:10:30.048Z Compiling toml_datetime v0.6.11
4552026-08-31T14:10:30.051Z Compiling serde_spanned v0.6.9
4562026-08-31T14:10:30.051Z Compiling cargo_metadata v0.23.1
4572026-08-31T14:10:30.060Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-08-31T14:10:30.063Z Compiling macaddr v1.0.1
4592026-08-31T14:10:30.239Z Compiling toml_edit v0.22.27
4602026-08-31T14:10:30.702Z Compiling usdt-macro v0.5.0
4612026-08-31T14:10:30.702Z Compiling usdt-attr-macro v0.5.0
4622026-08-31T14:10:31.330Z Compiling usdt v0.5.0
4632026-08-31T14:10:31.496Z Compiling toml v0.8.23
4642026-08-31T14:10:31.808Z Compiling cargo_toml v0.21.0
4652026-08-31T14:10:33.087Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-31T14:10:35.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.96s
4672026-08-31T14:10:35.326Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-31T14:10:35.830Z Downloading crates ...
4692026-08-31T14:10:35.882Z Downloaded adler2 v2.0.1
4702026-08-31T14:10:35.886Z Downloaded aead v0.5.2
4712026-08-31T14:10:35.897Z Downloaded ahash v0.8.12
4722026-08-31T14:10:35.901Z Downloaded async-recursion v1.1.1
4732026-08-31T14:10:35.901Z Downloaded async-stream-impl v0.3.6
4742026-08-31T14:10:35.901Z Downloaded bcrypt-pbkdf v0.11.0
4752026-08-31T14:10:35.905Z Downloaded funty v2.0.0
4762026-08-31T14:10:35.905Z Downloaded async-stream v0.3.6
4772026-08-31T14:10:35.905Z Downloaded arrayref v0.3.9
4782026-08-31T14:10:35.911Z Downloaded bb8 v0.8.6
4792026-08-31T14:10:35.911Z Downloaded base16ct v1.0.0
4802026-08-31T14:10:35.912Z Downloaded aead v0.6.1
4812026-08-31T14:10:35.912Z Downloaded anstream v0.6.21
4822026-08-31T14:10:35.915Z Downloaded argon2 v0.5.3
4832026-08-31T14:10:35.915Z Downloaded env_logger v0.11.11
4842026-08-31T14:10:35.918Z Downloaded ascii-canvas v3.0.0
4852026-08-31T14:10:35.918Z Downloaded const-oid v0.10.2
4862026-08-31T14:10:35.918Z Downloaded enum-as-inner v0.6.1
4872026-08-31T14:10:35.921Z Downloaded fd-lock v4.0.4
4882026-08-31T14:10:35.922Z Downloaded env_filter v2.0.0
4892026-08-31T14:10:35.922Z Downloaded bitfield-struct v0.6.2
4902026-08-31T14:10:35.925Z Downloaded array-init v0.0.4
4912026-08-31T14:10:35.925Z Downloaded atomic-waker v1.1.2
4922026-08-31T14:10:35.925Z Downloaded ff v0.13.1
4932026-08-31T14:10:35.925Z Downloaded atty v0.2.14
4942026-08-31T14:10:35.929Z Downloaded float-ord v0.3.2
4952026-08-31T14:10:35.929Z Downloaded form_urlencoded v1.2.2
4962026-08-31T14:10:35.929Z Downloaded ghash v0.6.0
4972026-08-31T14:10:35.929Z Downloaded arrayvec v0.7.6
4982026-08-31T14:10:35.932Z Downloaded bit-vec v0.6.3
4992026-08-31T14:10:35.932Z Downloaded addr2line v0.25.1
5002026-08-31T14:10:35.932Z Downloaded hostname v0.4.2
5012026-08-31T14:10:35.935Z Downloaded hubpack_derive v0.1.1
5022026-08-31T14:10:35.935Z Downloaded allocator-api2 v0.2.21
5032026-08-31T14:10:35.935Z Downloaded foreign-types-macros v0.2.3
5042026-08-31T14:10:35.935Z Downloaded futures-task v0.3.32
5052026-08-31T14:10:35.935Z Downloaded bitfield-macros v0.19.4
5062026-08-31T14:10:35.940Z Downloaded assert_matches v1.5.0
5072026-08-31T14:10:35.940Z Downloaded atomicwrites v0.4.4
5082026-08-31T14:10:35.940Z Downloaded backtrace-ext v0.2.1
5092026-08-31T14:10:35.940Z Downloaded ff v0.14.0
5102026-08-31T14:10:35.940Z Downloaded bit-set v0.8.0
5112026-08-31T14:10:35.940Z Downloaded gethostname v0.5.0
5122026-08-31T14:10:35.944Z Downloaded embedded-io v0.6.1
5132026-08-31T14:10:35.948Z Downloaded foreign-types-shared v0.1.1
5142026-08-31T14:10:35.949Z Downloaded erased-serde v0.3.31
5152026-08-31T14:10:35.949Z Downloaded ena v0.14.4
5162026-08-31T14:10:35.954Z Downloaded flagset v0.4.7
5172026-08-31T14:10:35.954Z Downloaded ciborium-io v0.2.2
5182026-08-31T14:10:35.954Z Downloaded futures-io v0.3.32
5192026-08-31T14:10:35.962Z Downloaded backoff v0.4.0
5202026-08-31T14:10:35.962Z Downloaded bit-vec v0.8.0
5212026-08-31T14:10:35.962Z Downloaded futures-macro v0.3.32
5222026-08-31T14:10:35.970Z Downloaded base16ct v0.2.0
5232026-08-31T14:10:35.970Z Downloaded bitfield v0.19.4
5242026-08-31T14:10:35.970Z Downloaded futures-core v0.3.32
5252026-08-31T14:10:35.970Z Downloaded futures-sink v0.3.32
5262026-08-31T14:10:35.971Z Downloaded bcs v0.1.6
5272026-08-31T14:10:35.971Z Downloaded cobs v0.3.0
5282026-08-31T14:10:35.971Z Downloaded foldhash v0.1.5
5292026-08-31T14:10:35.971Z Downloaded foreign-types v0.3.2
5302026-08-31T14:10:35.971Z Downloaded fs_extra v1.3.0
5312026-08-31T14:10:35.971Z Downloaded cfg_aliases v0.2.1
5322026-08-31T14:10:35.981Z Downloaded fixedbitset v0.4.2
5332026-08-31T14:10:35.981Z Downloaded foreign-types-shared v0.3.1
5342026-08-31T14:10:35.981Z Downloaded endian-type v0.1.2
5352026-08-31T14:10:35.981Z Downloaded find-msvc-tools v0.1.9
5362026-08-31T14:10:35.981Z Downloaded flume v0.11.1
5372026-08-31T14:10:35.981Z Downloaded futures-channel v0.3.32
5382026-08-31T14:10:35.981Z Downloaded futures-executor v0.3.32
5392026-08-31T14:10:35.981Z Downloaded float-cmp v0.10.0
5402026-08-31T14:10:35.981Z Downloaded home v0.5.12
5412026-08-31T14:10:35.981Z Downloaded fxhash v0.2.1
5422026-08-31T14:10:35.985Z Downloaded foreign-types v0.5.0
5432026-08-31T14:10:35.985Z Downloaded httpdate v1.0.3
5442026-08-31T14:10:35.986Z Downloaded base64ct v1.8.3
5452026-08-31T14:10:35.986Z Downloaded git-stub v1.0.0
5462026-08-31T14:10:35.986Z Downloaded castaway v0.2.4
5472026-08-31T14:10:35.987Z Downloaded hash32 v0.3.1
5482026-08-31T14:10:35.991Z Downloaded hex-literal v1.1.0
5492026-08-31T14:10:35.991Z Downloaded hubpack v0.1.2
5502026-08-31T14:10:35.991Z Downloaded headers-core v0.3.0
5512026-08-31T14:10:35.996Z Downloaded hostname v0.3.1
5522026-08-31T14:10:35.996Z Downloaded globwalk v0.9.1
5532026-08-31T14:10:35.999Z Downloaded cfg_aliases v0.1.1
5542026-08-31T14:10:35.999Z Downloaded compression-core v0.4.31
5552026-08-31T14:10:35.999Z Downloaded embedded-io v0.4.0
5562026-08-31T14:10:36.002Z Downloaded fallible-iterator v0.2.0
5572026-08-31T14:10:36.002Z Downloaded fs-err v2.11.0
5582026-08-31T14:10:36.002Z Downloaded http-range v0.1.5
5592026-08-31T14:10:36.002Z Downloaded newline-converter v0.3.0
5602026-08-31T14:10:36.006Z Downloaded nodrop v0.1.14
5612026-08-31T14:10:36.006Z Downloaded normalize-line-endings v0.3.0
5622026-08-31T14:10:36.006Z Downloaded block-padding v0.4.2
5632026-08-31T14:10:36.006Z Downloaded http-body v1.0.1
5642026-08-31T14:10:36.009Z Downloaded anstyle-parse v0.2.7
5652026-08-31T14:10:36.012Z Downloaded cipher v0.4.4
5662026-08-31T14:10:36.012Z Downloaded bitflags v1.3.2
5672026-08-31T14:10:36.012Z Downloaded byte-wrapper v0.1.0
5682026-08-31T14:10:36.017Z Downloaded cassowary v0.3.0
5692026-08-31T14:10:36.018Z Downloaded bs58 v0.5.1
5702026-08-31T14:10:36.018Z Downloaded globset v0.4.18
5712026-08-31T14:10:36.025Z Downloaded async-trait v0.1.89
5722026-08-31T14:10:36.025Z Downloaded backon v1.6.0
5732026-08-31T14:10:36.025Z Downloaded num_threads v0.1.7
5742026-08-31T14:10:36.025Z Downloaded olpc-cjson v0.1.4
5752026-08-31T14:10:36.031Z Downloaded oxide-generation-macros v0.2.0
5762026-08-31T14:10:36.031Z Downloaded bit-set v0.5.3
5772026-08-31T14:10:36.031Z Downloaded cexpr v0.6.0
5782026-08-31T14:10:36.031Z Downloaded ciborium-ll v0.2.2
5792026-08-31T14:10:36.031Z Downloaded compression-codecs v0.4.37
5802026-08-31T14:10:36.036Z Downloaded camino-tempfile-ext v0.3.3
5812026-08-31T14:10:36.036Z Downloaded chacha20 v0.9.1
5822026-08-31T14:10:36.036Z Downloaded parse-size v1.1.0
5832026-08-31T14:10:36.036Z Downloaded phf_shared v0.13.1
5842026-08-31T14:10:36.041Z Downloaded rfc6979 v0.4.0
5852026-08-31T14:10:36.041Z Downloaded proc-macro-error-attr2 v2.0.0
5862026-08-31T14:10:36.041Z Downloaded rtoolbox v0.0.3
5872026-08-31T14:10:36.041Z Downloaded rustc-hash v2.1.1
5882026-08-31T14:10:36.041Z Downloaded http-body-util v0.1.3
5892026-08-31T14:10:36.045Z Downloaded rand_pcg v0.10.2
5902026-08-31T14:10:36.045Z Downloaded same-file v1.0.6
5912026-08-31T14:10:36.045Z Downloaded group v0.14.0
5922026-08-31T14:10:36.045Z Downloaded hex v0.4.3
5932026-08-31T14:10:36.045Z Downloaded argon2 v0.6.0-rc.8
5942026-08-31T14:10:36.049Z Downloaded arc-swap v1.8.2
5952026-08-31T14:10:36.049Z Downloaded foldhash v0.2.0
5962026-08-31T14:10:36.049Z Downloaded num_enum v0.5.11
5972026-08-31T14:10:36.053Z Downloaded git-stub-vcs v0.1.0
5982026-08-31T14:10:36.053Z Downloaded group v0.13.0
5992026-08-31T14:10:36.058Z Downloaded highway v1.3.0
6002026-08-31T14:10:36.058Z Downloaded rustc_version v0.1.7
6012026-08-31T14:10:36.059Z Downloaded sapling-renderdag v0.1.0
6022026-08-31T14:10:36.059Z Downloaded serde_bytes v0.11.19
6032026-08-31T14:10:36.059Z Downloaded sha1 v0.10.6
6042026-08-31T14:10:36.063Z Downloaded siphasher v1.0.2
6052026-08-31T14:10:36.063Z Downloaded sha1 v0.11.0
6062026-08-31T14:10:36.063Z Downloaded blowfish v0.10.0
6072026-08-31T14:10:36.063Z Downloaded cmake v0.1.57
6082026-08-31T14:10:36.063Z Downloaded block-buffer v0.12.1
6092026-08-31T14:10:36.063Z Downloaded cbc v0.2.1
6102026-08-31T14:10:36.068Z Downloaded enum_dispatch v0.3.13
6112026-08-31T14:10:36.068Z Downloaded filetime v0.2.27
6122026-08-31T14:10:36.068Z Downloaded glob v0.3.3
6132026-08-31T14:10:36.068Z Downloaded hash32 v0.2.1
6142026-08-31T14:10:36.068Z Downloaded nibble_vec v0.1.0
6152026-08-31T14:10:36.073Z Downloaded cipher v0.5.2
6162026-08-31T14:10:36.073Z Downloaded num-complex v0.4.6
6172026-08-31T14:10:36.074Z Downloaded slog-envlogger v2.2.0
6182026-08-31T14:10:36.081Z Downloaded cmov v0.5.4
6192026-08-31T14:10:36.081Z Downloaded colored v2.2.0
6202026-08-31T14:10:36.081Z Downloaded futures v0.3.32
6212026-08-31T14:10:36.088Z Downloaded generic-array v1.4.3
6222026-08-31T14:10:36.088Z Downloaded signature v2.2.0
6232026-08-31T14:10:36.088Z Downloaded sqlparser_derive v0.5.0
6242026-08-31T14:10:36.088Z Downloaded structmeta v0.3.0
6252026-08-31T14:10:36.088Z Downloaded structmeta-derive v0.3.0
6262026-08-31T14:10:36.088Z Downloaded oxide-update-engine v0.1.2
6272026-08-31T14:10:36.094Z Downloaded subtle v2.6.1
6282026-08-31T14:10:36.094Z Downloaded tokio-macros v2.7.0
6292026-08-31T14:10:36.094Z Downloaded pbkdf2 v0.13.0
6302026-08-31T14:10:36.094Z Downloaded peg v0.8.5
6312026-08-31T14:10:36.099Z Downloaded getrandom v0.2.17
6322026-08-31T14:10:36.099Z Downloaded blake2 v0.11.0-rc.6
6332026-08-31T14:10:36.099Z Downloaded phf v0.12.1
6342026-08-31T14:10:36.099Z Downloaded primefield v0.14.0
6352026-08-31T14:10:36.104Z Downloaded postgres-protocol v0.6.10
6362026-08-31T14:10:36.104Z Downloaded progenitor-extras v0.2.0
6372026-08-31T14:10:36.104Z Downloaded rand_core v0.9.5
6382026-08-31T14:10:36.104Z Downloaded rand_core v0.10.0
6392026-08-31T14:10:36.107Z Downloaded trait-variant v0.1.2
6402026-08-31T14:10:36.108Z Downloaded unit-prefix v0.5.2
6412026-08-31T14:10:36.108Z Downloaded utf-8 v0.7.6
6422026-08-31T14:10:36.108Z Downloaded topological-sort v0.2.2
6432026-08-31T14:10:36.108Z Downloaded flate2 v1.1.9
6442026-08-31T14:10:36.112Z Downloaded usdt v0.6.0
6452026-08-31T14:10:36.112Z Downloaded want v0.3.1
6462026-08-31T14:10:36.117Z Downloaded fixedbitset v0.5.7
6472026-08-31T14:10:36.117Z Downloaded chacha20 v0.10.0
6482026-08-31T14:10:36.123Z Downloaded buf-list v1.1.2
6492026-08-31T14:10:36.123Z Downloaded sec1 v0.7.3
6502026-08-31T14:10:36.123Z Downloaded rpassword v7.5.4
6512026-08-31T14:10:36.127Z Downloaded bzip2 v0.6.1
6522026-08-31T14:10:36.127Z Downloaded bzip2 v0.4.4
6532026-08-31T14:10:36.133Z Downloaded clang-sys v1.8.1
6542026-08-31T14:10:36.133Z Downloaded const-oid v0.9.6
6552026-08-31T14:10:36.133Z Downloaded console v0.15.11
6562026-08-31T14:10:36.137Z Downloaded half v1.8.3
6572026-08-31T14:10:36.137Z Downloaded hmac v0.13.0
6582026-08-31T14:10:36.137Z Downloaded cancel-safe-futures v0.1.5
6592026-08-31T14:10:36.137Z Downloaded hmac v0.12.1
6602026-08-31T14:10:36.143Z Downloaded yoke-derive v0.8.1
6612026-08-31T14:10:36.143Z Downloaded zerofrom v0.1.6
6622026-08-31T14:10:36.143Z Downloaded crunchy v0.2.4
6632026-08-31T14:10:36.143Z Downloaded zerofrom-derive v0.1.6
6642026-08-31T14:10:36.143Z Downloaded fatfs v0.3.6
6652026-08-31T14:10:36.143Z Downloaded slog-stdlog v4.1.1
6662026-08-31T14:10:36.149Z Downloaded smallvec v0.6.14
6672026-08-31T14:10:36.149Z Downloaded static_assertions v1.1.0
6682026-08-31T14:10:36.149Z Downloaded support-bundle-viewer v0.1.2
6692026-08-31T14:10:36.149Z Downloaded async-bb8-diesel v0.2.1
6702026-08-31T14:10:36.149Z Downloaded ciborium v0.2.2
6712026-08-31T14:10:36.149Z Downloaded serde_with_macros v1.5.2
6722026-08-31T14:10:36.154Z Downloaded ssh-cipher v0.3.0
6732026-08-31T14:10:36.154Z Downloaded colored v3.1.1
6742026-08-31T14:10:36.154Z Downloaded difflib v0.4.0
6752026-08-31T14:10:36.154Z Downloaded console v0.16.2
6762026-08-31T14:10:36.154Z Downloaded indent_write v2.2.0
6772026-08-31T14:10:36.154Z Downloaded oxide-tokio-rt v0.1.4
6782026-08-31T14:10:36.159Z Downloaded parking_lot_core v0.9.12
6792026-08-31T14:10:36.159Z Downloaded synstructure v0.13.2
6802026-08-31T14:10:36.159Z Downloaded debug-ignore v1.0.5
6812026-08-31T14:10:36.159Z Downloaded defmt-parser v1.0.0
6822026-08-31T14:10:36.159Z Downloaded dirs-sys-next v0.1.2
6832026-08-31T14:10:36.159Z Downloaded dof v0.4.0
6842026-08-31T14:10:36.159Z Downloaded pin-project-lite v0.2.17
6852026-08-31T14:10:36.163Z Downloaded pkcs1 v0.7.5
6862026-08-31T14:10:36.163Z Downloaded postcard v1.1.3
6872026-08-31T14:10:36.168Z Downloaded termios v0.3.3
6882026-08-31T14:10:36.168Z Downloaded postgres-types v0.2.12
6892026-08-31T14:10:36.168Z Downloaded utf8_iter v1.0.4
6902026-08-31T14:10:36.172Z Downloaded vergen-lib v0.1.6
6912026-08-31T14:10:36.172Z Downloaded thiserror-no-std v2.0.2
6922026-08-31T14:10:36.172Z Downloaded tiny-keccak v2.0.2
6932026-08-31T14:10:36.172Z Downloaded tls_codec v0.4.2
6942026-08-31T14:10:36.178Z Downloaded wyz v0.5.1
6952026-08-31T14:10:36.178Z Downloaded is-terminal v0.4.17
6962026-08-31T14:10:36.178Z Downloaded jiff-static v0.2.34
6972026-08-31T14:10:36.178Z Downloaded libscf-sys v1.2.0
6982026-08-31T14:10:36.178Z Downloaded match_cfg v0.1.0
6992026-08-31T14:10:36.178Z Downloaded newtype_derive v0.1.6
7002026-08-31T14:10:36.178Z Downloaded illumos-nvpair-sys v0.2.0
7012026-08-31T14:10:36.183Z Downloaded zeroize v1.9.0
7022026-08-31T14:10:36.183Z Downloaded aes-gcm v0.11.0
7032026-08-31T14:10:36.183Z Downloaded async-compression v0.4.41
7042026-08-31T14:10:36.187Z Downloaded blake2 v0.10.6
7052026-08-31T14:10:36.187Z Downloaded half v2.7.1
7062026-08-31T14:10:36.192Z Downloaded httparse v1.10.1
7072026-08-31T14:10:36.192Z Downloaded lalrpop-util v0.19.12
7082026-08-31T14:10:36.192Z Downloaded const_format_proc_macros v0.2.34
7092026-08-31T14:10:36.192Z Downloaded corncobs v0.1.4
7102026-08-31T14:10:36.192Z Downloaded mime v0.3.17
7112026-08-31T14:10:36.196Z Downloaded compact_str v0.8.1
7122026-08-31T14:10:36.196Z Downloaded serde_tokenstream v0.3.0
7132026-08-31T14:10:36.201Z Downloaded getrandom v0.3.4
7142026-08-31T14:10:36.201Z Downloaded serde-hex v0.1.0
7152026-08-31T14:10:36.201Z Downloaded sha2 v0.11.0
7162026-08-31T14:10:36.206Z Downloaded new_debug_unreachable v1.0.6
7172026-08-31T14:10:36.206Z Downloaded num-iter v0.1.45
7182026-08-31T14:10:36.206Z Downloaded opaque-debug v0.3.1
7192026-08-31T14:10:36.206Z Downloaded path-slash v0.1.5
7202026-08-31T14:10:36.206Z Downloaded elliptic-curve v0.14.1
7212026-08-31T14:10:36.211Z Downloaded heapless v0.7.17
7222026-08-31T14:10:36.211Z Downloaded critical-section v1.2.0
7232026-08-31T14:10:36.211Z Downloaded slog-term v2.9.2
7242026-08-31T14:10:36.215Z Downloaded base64 v0.21.7
7252026-08-31T14:10:36.215Z Downloaded base64 v0.22.1
7262026-08-31T14:10:36.220Z Downloaded omicron-zone-package v0.12.3
7272026-08-31T14:10:36.220Z Downloaded ctr v0.10.1
7282026-08-31T14:10:36.220Z Downloaded instability v0.3.11
7292026-08-31T14:10:36.225Z Downloaded ctutils v0.4.2
7302026-08-31T14:10:36.225Z Downloaded der_derive v0.7.3
7312026-08-31T14:10:36.225Z Downloaded impl-trait-for-tuples v0.2.3
7322026-08-31T14:10:36.225Z Downloaded potential_utf v0.1.4
7332026-08-31T14:10:36.225Z Downloaded downcast-rs v2.0.2
7342026-08-31T14:10:36.229Z Downloaded papergrid v0.18.0
7352026-08-31T14:10:36.229Z Downloaded rustls-platform-verifier v0.6.2
7362026-08-31T14:10:36.234Z Downloaded tokio-native-tls v0.3.1
7372026-08-31T14:10:36.234Z Downloaded tracing-attributes v0.1.31
7382026-08-31T14:10:36.234Z Downloaded recursive-proc-macro-impl v0.1.1
7392026-08-31T14:10:36.240Z Downloaded ref-cast v1.0.25
7402026-08-31T14:10:36.240Z Downloaded progenitor-macro v0.14.0
7412026-08-31T14:10:36.245Z Downloaded russh-util v0.52.0
7422026-08-31T14:10:36.245Z Downloaded jobserver v0.1.34
7432026-08-31T14:10:36.245Z Downloaded headers v0.4.1
7442026-08-31T14:10:36.250Z Downloaded chacha20poly1305 v0.10.1
7452026-08-31T14:10:36.250Z Downloaded chumsky v0.9.3
7462026-08-31T14:10:36.254Z Downloaded rustc_version v0.4.1
7472026-08-31T14:10:36.254Z Downloaded secrecy v0.10.3
7482026-08-31T14:10:36.254Z Downloaded serde_spanned v1.1.1
7492026-08-31T14:10:36.254Z Downloaded secrecy v0.8.0
7502026-08-31T14:10:36.260Z Downloaded lock_api v0.4.14
7512026-08-31T14:10:36.298Z Downloaded backtrace v0.3.76
7522026-08-31T14:10:36.316Z Downloaded crossbeam-utils v0.8.21
7532026-08-31T14:10:36.316Z Downloaded num_enum_derive v0.5.11
7542026-08-31T14:10:36.316Z Downloaded password-hash v0.5.0
7552026-08-31T14:10:36.316Z Downloaded sponge-cursor v0.1.0
7562026-08-31T14:10:36.316Z Downloaded owo-colors v4.3.0
7572026-08-31T14:10:36.316Z Downloaded oxnet v0.1.6
7582026-08-31T14:10:36.316Z Downloaded tabwriter v1.4.1
7592026-08-31T14:10:36.316Z Downloaded testing_table v0.3.0
7602026-08-31T14:10:36.316Z Downloaded unicode-truncate v1.1.0
7612026-08-31T14:10:36.316Z Downloaded hickory-resolver v0.24.4
7622026-08-31T14:10:36.316Z Downloaded tagptr v0.2.0
7632026-08-31T14:10:36.317Z Downloaded phc v0.6.1
7642026-08-31T14:10:36.317Z Downloaded smallvec v1.15.1
7652026-08-31T14:10:36.317Z Downloaded oso v0.27.3
7662026-08-31T14:10:36.317Z Downloaded darling v0.20.11
7672026-08-31T14:10:36.317Z Downloaded hybrid-array v0.4.13
7682026-08-31T14:10:36.317Z Downloaded derive_builder v0.20.2
7692026-08-31T14:10:36.317Z Downloaded term v1.2.1
7702026-08-31T14:10:36.317Z Downloaded pem-rfc7468 v1.0.0
7712026-08-31T14:10:36.317Z Downloaded pkcs8 v0.10.2
7722026-08-31T14:10:36.317Z Downloaded thiserror-impl-no-std v2.0.2
7732026-08-31T14:10:36.317Z Downloaded wait-timeout v0.2.1
7742026-08-31T14:10:36.317Z Downloaded zone v0.3.1
7752026-08-31T14:10:36.317Z Downloaded cpubits v0.1.1
7762026-08-31T14:10:36.317Z Downloaded cpufeatures v0.3.0
7772026-08-31T14:10:36.317Z Downloaded expectorate v1.2.0
7782026-08-31T14:10:36.317Z Downloaded prettyplease v0.2.37
7792026-08-31T14:10:36.317Z Downloaded primeorder v0.13.6
7802026-08-31T14:10:36.317Z Downloaded primeorder v0.14.0
7812026-08-31T14:10:36.317Z Downloaded progenitor-impl v0.13.0
7822026-08-31T14:10:36.317Z Downloaded typify v0.6.2
7832026-08-31T14:10:36.317Z Downloaded toml v0.7.8
7842026-08-31T14:10:36.317Z Downloaded toml v1.1.2+spec-1.1.0
7852026-08-31T14:10:36.317Z Downloaded tracing-core v0.1.36
7862026-08-31T14:10:36.317Z Downloaded unicode-properties v0.1.4
7872026-08-31T14:10:36.317Z Downloaded ipnet v2.12.0
7882026-08-31T14:10:36.322Z Downloaded predicates v3.1.4
7892026-08-31T14:10:36.323Z Downloaded rand_seeder v0.4.0
7902026-08-31T14:10:36.323Z Downloaded russh-cryptovec v0.62.0
7912026-08-31T14:10:36.323Z Downloaded rustc-demangle v0.1.27
7922026-08-31T14:10:36.323Z Downloaded zone_cfg_derive v0.3.1
7932026-08-31T14:10:36.323Z Downloaded ar_archive_writer v0.5.1
7942026-08-31T14:10:36.323Z Downloaded vte v0.14.1
7952026-08-31T14:10:36.323Z Downloaded sec1 v0.8.1
7962026-08-31T14:10:36.323Z Downloaded aes v0.9.1
7972026-08-31T14:10:36.323Z Downloaded shlex v1.3.0
7982026-08-31T14:10:36.323Z Downloaded cc v1.2.56
7992026-08-31T14:10:36.323Z Downloaded bumpalo v3.20.2
8002026-08-31T14:10:36.328Z Downloaded digest-io v0.1.0
8012026-08-31T14:10:36.328Z Downloaded document-features v0.2.12
8022026-08-31T14:10:36.328Z Downloaded heapless v0.8.0
8032026-08-31T14:10:36.329Z Downloaded similar v2.7.0
8042026-08-31T14:10:36.334Z Downloaded crc-any v2.5.0
8052026-08-31T14:10:36.334Z Downloaded memmap2 v0.9.10
8062026-08-31T14:10:36.334Z Downloaded shell-words v1.1.1
8072026-08-31T14:10:36.334Z Downloaded defmt v0.3.100
8082026-08-31T14:10:36.334Z Downloaded simd-adler32 v0.3.8
8092026-08-31T14:10:36.334Z Downloaded slab v0.4.12
8102026-08-31T14:10:36.334Z Downloaded parking_lot v0.12.5
8112026-08-31T14:10:36.342Z Downloaded snafu-derive v0.8.9
8122026-08-31T14:10:36.342Z Downloaded string_cache v0.8.9
8132026-08-31T14:10:36.342Z Downloaded stringprep v0.1.5
8142026-08-31T14:10:36.342Z Downloaded strum_macros v0.26.4
8152026-08-31T14:10:36.342Z Downloaded strum_macros v0.24.3
8162026-08-31T14:10:36.342Z Downloaded dsl_auto_type v0.2.0
8172026-08-31T14:10:36.342Z Downloaded dtrace-parser v0.3.0
8182026-08-31T14:10:36.342Z Downloaded dunce v1.0.5
8192026-08-31T14:10:36.342Z Downloaded scuffle v0.1.0
8202026-08-31T14:10:36.351Z Downloaded drift v0.2.0
8212026-08-31T14:10:36.358Z Downloaded tokio-dtrace v0.1.1
8222026-08-31T14:10:36.358Z Downloaded toml_writer v1.1.1+spec-1.1.0
8232026-08-31T14:10:36.358Z Downloaded writeable v0.6.2
8242026-08-31T14:10:36.358Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8252026-08-31T14:10:36.358Z Downloaded keccak v0.1.6
8262026-08-31T14:10:36.358Z Downloaded linked-hash-map v0.5.6
8272026-08-31T14:10:36.358Z Downloaded instant v0.1.13
8282026-08-31T14:10:36.358Z Downloaded poly1305 v0.8.0
8292026-08-31T14:10:36.358Z Downloaded unicase v2.9.0
8302026-08-31T14:10:36.363Z Downloaded quinn v0.11.11
8312026-08-31T14:10:36.363Z Downloaded kstat-rs v0.2.5
8322026-08-31T14:10:36.363Z Downloaded publicsuffix v2.3.0
8332026-08-31T14:10:36.368Z Downloaded newtype-uuid-macros v0.1.0
8342026-08-31T14:10:36.368Z Downloaded csv-core v0.1.13
8352026-08-31T14:10:36.368Z Downloaded futures-util v0.3.32
8362026-08-31T14:10:36.373Z Downloaded hashbrown v0.13.2
8372026-08-31T14:10:36.377Z Downloaded hickory-server v0.25.2
8382026-08-31T14:10:36.382Z Downloaded num-conv v0.2.0
8392026-08-31T14:10:36.382Z Downloaded data-encoding v2.10.0
8402026-08-31T14:10:36.382Z Downloaded derive-ex v0.1.8
8412026-08-31T14:10:36.382Z Downloaded openssl-probe v0.2.1
8422026-08-31T14:10:36.382Z Downloaded password-hash v0.6.1
8432026-08-31T14:10:36.382Z Downloaded proc-macro-crate v3.4.0
8442026-08-31T14:10:36.386Z Downloaded predicates-tree v1.0.13
8452026-08-31T14:10:36.386Z Downloaded const_format v0.2.35
8462026-08-31T14:10:36.391Z Downloaded bytes v1.11.1
8472026-08-31T14:10:36.391Z Downloaded hashbrown v0.12.3
8482026-08-31T14:10:36.395Z Downloaded ml-kem v0.3.2
8492026-08-31T14:10:36.395Z Downloaded http v1.4.2
8502026-08-31T14:10:36.403Z Downloaded progenitor-client v0.14.0
8512026-08-31T14:10:36.407Z Downloaded rand_chacha v0.3.1
8522026-08-31T14:10:36.407Z Downloaded darling_core v0.20.11
8532026-08-31T14:10:36.412Z Downloaded darling_core v0.21.3
8542026-08-31T14:10:36.412Z Downloaded vergen-gitcl v1.0.8
8552026-08-31T14:10:36.417Z Downloaded idna_adapter v1.2.1
8562026-08-31T14:10:36.418Z Downloaded seq-macro v0.3.6
8572026-08-31T14:10:36.418Z Downloaded serde-big-array v0.5.1
8582026-08-31T14:10:36.418Z Downloaded signal-hook-tokio v0.3.1
8592026-08-31T14:10:36.418Z Downloaded strum v0.27.2
8602026-08-31T14:10:36.418Z Downloaded icu_normalizer v2.1.1
8612026-08-31T14:10:36.418Z Downloaded pin-project v1.1.11
8622026-08-31T14:10:36.423Z Downloaded knus-derive v3.4.0
8632026-08-31T14:10:36.427Z Downloaded maybe-uninit v2.0.0
8642026-08-31T14:10:36.427Z Downloaded sync-ptr v0.1.4
8652026-08-31T14:10:36.427Z Downloaded ron v0.8.1
8662026-08-31T14:10:36.431Z Downloaded supports-hyperlinks v3.2.0
8672026-08-31T14:10:36.439Z Downloaded libsw v3.5.0
8682026-08-31T14:10:36.439Z Downloaded usdt-attr-macro v0.6.0
8692026-08-31T14:10:36.439Z Downloaded unicode_categories v0.1.1
8702026-08-31T14:10:36.439Z Downloaded zeroize_derive v1.5.0
8712026-08-31T14:10:36.440Z Downloaded crc v3.4.0
8722026-08-31T14:10:36.444Z Downloaded whoami v2.1.0
8732026-08-31T14:10:36.444Z Downloaded crossbeam-epoch v0.9.18
8742026-08-31T14:10:36.444Z Downloaded module-lattice v0.2.3
8752026-08-31T14:10:36.444Z Downloaded num_enum v0.7.6
8762026-08-31T14:10:36.444Z Downloaded usdt-macro v0.6.0
8772026-08-31T14:10:36.449Z Downloaded hyper-rustls v0.27.7
8782026-08-31T14:10:36.449Z Downloaded oxide-update-engine-display v0.1.2
8792026-08-31T14:10:36.449Z Downloaded crypto-common v0.2.2
8802026-08-31T14:10:36.449Z Downloaded percent-encoding v2.3.2
8812026-08-31T14:10:36.454Z Downloaded pem-rfc7468 v0.7.0
8822026-08-31T14:10:36.454Z Downloaded pkg-config v0.3.32
8832026-08-31T14:10:36.454Z Downloaded litrs v1.0.0
8842026-08-31T14:10:36.457Z Downloaded samael v0.0.19
8852026-08-31T14:10:36.460Z Downloaded schemars v0.8.22
8862026-08-31T14:10:36.464Z Downloaded r2d2 v0.8.10
8872026-08-31T14:10:36.468Z Downloaded tinyvec v1.10.0
8882026-08-31T14:10:36.469Z Downloaded serde_yaml v0.9.34+deprecated
8892026-08-31T14:10:36.473Z Downloaded psm v0.1.30
8902026-08-31T14:10:36.473Z Downloaded dropshot-api-manager-types v0.8.0
8912026-08-31T14:10:36.473Z Downloaded scheduled-thread-pool v0.2.7
8922026-08-31T14:10:36.473Z Downloaded ident_case v1.0.1
8932026-08-31T14:10:36.473Z Downloaded inout v0.2.2
8942026-08-31T14:10:36.473Z Downloaded inout v0.1.4
8952026-08-31T14:10:36.473Z Downloaded hickory-resolver v0.25.2
8962026-08-31T14:10:36.478Z Downloaded iana-time-zone v0.1.65
8972026-08-31T14:10:36.478Z Downloaded scroll v0.13.0
8982026-08-31T14:10:36.478Z Downloaded serde_derive_internals v0.29.1
8992026-08-31T14:10:36.478Z Downloaded slog-scope v4.4.1
9002026-08-31T14:10:36.483Z Downloaded ingot-macros v0.2.0
9012026-08-31T14:10:36.483Z Downloaded maplit v1.0.2
9022026-08-31T14:10:36.483Z Downloaded rustls-pemfile v2.2.0
9032026-08-31T14:10:36.483Z Downloaded internet-checksum v0.2.1
9042026-08-31T14:10:36.483Z Downloaded slog-json v2.6.1
9052026-08-31T14:10:36.483Z Downloaded smf v0.2.3
9062026-08-31T14:10:36.483Z Downloaded indoc v1.0.9
9072026-08-31T14:10:36.488Z Downloaded icu_locale_core v2.1.1
9082026-08-31T14:10:36.488Z Downloaded md-5 v0.10.6
9092026-08-31T14:10:36.488Z Downloaded litemap v0.8.1
9102026-08-31T14:10:36.493Z Downloaded thread-id v5.1.0
9112026-08-31T14:10:36.493Z Downloaded nonempty v0.12.0
9122026-08-31T14:10:36.501Z Downloaded unicode-bidi v0.3.18
9132026-08-31T14:10:36.502Z Downloaded whoami v1.6.1
9142026-08-31T14:10:36.507Z Downloaded rand v0.10.1
9152026-08-31T14:10:36.507Z Downloaded x509-cert v0.2.5
9162026-08-31T14:10:36.507Z Downloaded progenitor-macro v0.13.0
9172026-08-31T14:10:36.507Z Downloaded zstd v0.13.3
9182026-08-31T14:10:36.507Z Downloaded walkdir v2.5.0
9192026-08-31T14:10:36.513Z Downloaded pkcs1 v0.8.0-rc.4
9202026-08-31T14:10:36.513Z Downloaded usdt-impl v0.6.0
9212026-08-31T14:10:36.513Z Downloaded precomputed-hash v0.1.1
9222026-08-31T14:10:36.513Z Downloaded recursive v0.1.1
9232026-08-31T14:10:36.513Z Downloaded rustyline v14.0.0
9242026-08-31T14:10:36.518Z Downloaded poly1305 v0.9.0
9252026-08-31T14:10:36.518Z Downloaded schemars v0.9.0
9262026-08-31T14:10:36.523Z Downloaded zerocopy-derive v0.8.55
9272026-08-31T14:10:36.527Z Downloaded derive_more v0.99.20
9282026-08-31T14:10:36.532Z Downloaded num-bigint-dig v0.8.6
9292026-08-31T14:10:36.532Z Downloaded hyper-staticfile v0.10.1
9302026-08-31T14:10:36.536Z Downloaded rfc6979 v0.6.0
9312026-08-31T14:10:36.536Z Downloaded scopeguard v1.2.0
9322026-08-31T14:10:36.536Z Downloaded digest v0.11.3
9332026-08-31T14:10:36.536Z Downloaded kem v0.3.0
9342026-08-31T14:10:36.536Z Downloaded serde_plain v1.0.2
9352026-08-31T14:10:36.536Z Downloaded derive_more-impl v2.1.1
9362026-08-31T14:10:36.540Z Downloaded libsw-core v0.3.2
9372026-08-31T14:10:36.545Z Downloaded signal-hook-registry v1.4.8
9382026-08-31T14:10:36.545Z Downloaded sigpipe v0.1.3
9392026-08-31T14:10:36.545Z Downloaded termtree v0.5.1
9402026-08-31T14:10:36.545Z Downloaded unarray v0.1.4
9412026-08-31T14:10:36.545Z Downloaded strip-ansi-escapes v0.2.1
9422026-08-31T14:10:36.545Z Downloaded h2 v0.4.15
9432026-08-31T14:10:36.549Z Downloaded multer v3.1.0
9442026-08-31T14:10:36.549Z Downloaded tinystr v0.8.2
9452026-08-31T14:10:36.554Z Downloaded term v0.7.0
9462026-08-31T14:10:36.554Z Downloaded tokio-rustls v0.26.4
9472026-08-31T14:10:36.558Z Downloaded toml_parser v1.1.2+spec-1.1.0
9482026-08-31T14:10:36.558Z Downloaded tokio-tungstenite v0.23.1
9492026-08-31T14:10:36.558Z Downloaded num-integer v0.1.46
9502026-08-31T14:10:36.558Z Downloaded twox-hash v2.1.2
9512026-08-31T14:10:36.561Z Downloaded untrusted v0.7.1
9522026-08-31T14:10:36.561Z Downloaded pretty_assertions v1.4.1
9532026-08-31T14:10:36.566Z Downloaded convert_case v0.4.0
9542026-08-31T14:10:36.566Z Downloaded crucible-workspace-hack v0.1.0
9552026-08-31T14:10:36.566Z Downloaded darling_macro v0.13.4
9562026-08-31T14:10:36.566Z Downloaded dirs-next v2.0.0
9572026-08-31T14:10:36.572Z Downloaded peg-macros v0.8.5
9582026-08-31T14:10:36.572Z Downloaded num-traits v0.2.19
9592026-08-31T14:10:36.572Z Downloaded darling v0.23.0
9602026-08-31T14:10:36.577Z Downloaded phf v0.13.1
9612026-08-31T14:10:36.577Z Downloaded port-file v0.1.0
9622026-08-31T14:10:36.578Z Downloaded proc-macro-error2 v2.0.1
9632026-08-31T14:10:36.578Z Downloaded crc8 v0.1.1
9642026-08-31T14:10:36.583Z Downloaded xshell-macros v0.2.7
9652026-08-31T14:10:36.583Z Downloaded oxide-update-engine-types v0.1.2
9662026-08-31T14:10:36.583Z Downloaded cookie_store v0.22.1
9672026-08-31T14:10:36.583Z Downloaded rand v0.8.6
9682026-08-31T14:10:36.587Z Downloaded cookie v0.18.1
9692026-08-31T14:10:36.587Z Downloaded daft v0.1.8
9702026-08-31T14:10:36.587Z Downloaded delegate v0.13.5
9712026-08-31T14:10:36.587Z Downloaded lru v0.12.5
9722026-08-31T14:10:36.587Z Downloaded darling_core v0.23.0
9732026-08-31T14:10:36.592Z Downloaded hashbrown v0.14.5
9742026-08-31T14:10:36.592Z Downloaded mio v1.2.0
9752026-08-31T14:10:36.596Z Downloaded rustls-native-certs v0.8.3
9762026-08-31T14:10:36.597Z Downloaded rcgen v0.12.1
9772026-08-31T14:10:36.604Z Downloaded managed v0.8.0
9782026-08-31T14:10:36.604Z Downloaded serde_cbor v0.11.2
9792026-08-31T14:10:36.604Z Downloaded derive_more v2.1.1
9802026-08-31T14:10:36.609Z Downloaded ed25519-dalek v3.0.0
9812026-08-31T14:10:36.609Z Downloaded slog-dtrace v0.3.0
9822026-08-31T14:10:36.613Z Downloaded indicatif v0.18.4
9832026-08-31T14:10:36.613Z Downloaded spki v0.8.0
9842026-08-31T14:10:36.613Z Downloaded stacker v0.1.23
9852026-08-31T14:10:36.613Z Downloaded openssl-macros v0.1.1
9862026-08-31T14:10:36.613Z Downloaded reedline v0.40.0
9872026-08-31T14:10:36.617Z Downloaded tokio-postgres v0.7.16
9882026-08-31T14:10:36.622Z Downloaded tui-tree-widget v0.23.1
9892026-08-31T14:10:36.623Z Downloaded newtype-uuid v1.3.2
9902026-08-31T14:10:36.627Z Downloaded tungstenite v0.23.0
9912026-08-31T14:10:36.627Z Downloaded parking_lot_core v0.8.6
9922026-08-31T14:10:36.627Z Downloaded tokio-tungstenite v0.21.0
9932026-08-31T14:10:36.627Z Downloaded vergen-git2 v9.1.0
9942026-08-31T14:10:36.627Z Downloaded strsim v0.10.0
9952026-08-31T14:10:36.637Z Downloaded serde_urlencoded v0.7.1
9962026-08-31T14:10:36.642Z Downloaded ecdsa v0.16.9
9972026-08-31T14:10:36.642Z Downloaded indoc v2.0.7
9982026-08-31T14:10:36.642Z Downloaded yansi v1.0.1
9992026-08-31T14:10:36.642Z Downloaded hashbrown v0.15.5
10002026-08-31T14:10:36.642Z Downloaded uzers v0.12.2
10012026-08-31T14:10:36.649Z Downloaded time-core v0.1.8
10022026-08-31T14:10:36.649Z Downloaded universal-hash v0.5.1
10032026-08-31T14:10:36.649Z Downloaded universal-hash v0.6.1
10042026-08-31T14:10:36.657Z Downloaded supports-unicode v3.0.0
10052026-08-31T14:10:36.657Z Downloaded dropshot_endpoint v0.17.1
10062026-08-31T14:10:36.657Z Downloaded xattr v1.6.1
10072026-08-31T14:10:36.657Z Downloaded either v1.15.0
10082026-08-31T14:10:36.662Z Downloaded icu_properties v2.1.2
10092026-08-31T14:10:36.662Z Downloaded libefi-sys v0.1.0
10102026-08-31T14:10:36.662Z Downloaded mime_guess v2.0.5
10112026-08-31T14:10:36.662Z Downloaded nanorand v0.7.0
10122026-08-31T14:10:36.663Z Downloaded crc-catalog v2.4.0
10132026-08-31T14:10:36.673Z Downloaded supports-color v3.0.2
10142026-08-31T14:10:36.673Z Downloaded void v1.0.2
10152026-08-31T14:10:36.673Z Downloaded icu_collections v2.1.1
10162026-08-31T14:10:36.678Z Downloaded packed_struct v0.10.1
10172026-08-31T14:10:36.678Z Downloaded pem v3.0.6
10182026-08-31T14:10:36.678Z Downloaded num-rational v0.4.2
10192026-08-31T14:10:36.678Z Downloaded rustls-pki-types v1.14.0
10202026-08-31T14:10:36.678Z Downloaded num-bigint v0.4.6
10212026-08-31T14:10:36.683Z Downloaded hashbrown v0.16.1
10222026-08-31T14:10:36.683Z Downloaded tokio-util v0.7.18
10232026-08-31T14:10:36.688Z Downloaded is_ci v1.2.0
10242026-08-31T14:10:36.688Z Downloaded md5 v0.8.0
10252026-08-31T14:10:36.688Z Downloaded memoffset v0.9.1
10262026-08-31T14:10:36.688Z Downloaded parse-display v0.10.0
10272026-08-31T14:10:36.688Z Downloaded progenitor v0.14.0
10282026-08-31T14:10:36.692Z Downloaded tls_codec_derive v0.4.2
10292026-08-31T14:10:36.693Z Downloaded oso-derive v0.27.3
10302026-08-31T14:10:36.693Z Downloaded phf_shared v0.11.3
10312026-08-31T14:10:36.697Z Downloaded phf_shared v0.12.1
10322026-08-31T14:10:36.697Z Downloaded rand_core v0.6.4
10332026-08-31T14:10:36.697Z Downloaded rustversion v1.0.22
10342026-08-31T14:10:36.703Z Downloaded unsafe-libyaml v0.2.11
10352026-08-31T14:10:36.703Z Downloaded scroll_derive v0.13.1
10362026-08-31T14:10:36.703Z Downloaded signal-hook-mio v0.2.5
10372026-08-31T14:10:36.703Z Downloaded zerotrie v0.2.3
10382026-08-31T14:10:36.707Z Downloaded scrypt v0.12.0
10392026-08-31T14:10:36.707Z Downloaded slog-async v2.8.0
10402026-08-31T14:10:36.707Z Downloaded spki v0.7.3
10412026-08-31T14:10:36.708Z Downloaded miniz_oxide v0.8.9
10422026-08-31T14:10:36.708Z Downloaded darling_core v0.13.4
10432026-08-31T14:10:36.712Z Downloaded derive-where v1.6.0
10442026-08-31T14:10:36.712Z Downloaded p256 v0.14.0
10452026-08-31T14:10:36.716Z Downloaded darling v0.21.3
10462026-08-31T14:10:36.716Z Downloaded zerocopy v0.6.6
10472026-08-31T14:10:36.716Z Downloaded des v0.9.0
10482026-08-31T14:10:36.722Z Downloaded tap v1.0.1
10492026-08-31T14:10:36.722Z Downloaded tinyvec_macros v0.1.1
10502026-08-31T14:10:36.722Z Downloaded try-lock v0.2.5
10512026-08-31T14:10:36.722Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10522026-08-31T14:10:36.722Z Downloaded psl-types v2.0.11
10532026-08-31T14:10:36.722Z Downloaded rayon-core v1.13.0
10542026-08-31T14:10:36.729Z Downloaded zstd-safe v7.2.4
10552026-08-31T14:10:36.730Z Downloaded untrusted v0.9.0
10562026-08-31T14:10:36.735Z Downloaded wnaf v0.14.0
10572026-08-31T14:10:36.735Z Downloaded derive_builder_macro v0.20.2
10582026-08-31T14:10:36.735Z Downloaded xshell v0.2.7
10592026-08-31T14:10:36.739Z Downloaded dyn-clone v1.0.20
10602026-08-31T14:10:36.740Z Downloaded quinn-udp v0.5.14
10612026-08-31T14:10:36.740Z Downloaded illumos-nvpair v0.3.0
10622026-08-31T14:10:36.740Z Downloaded p521 v0.14.0
10632026-08-31T14:10:36.747Z Downloaded socket2 v0.5.10
10642026-08-31T14:10:36.747Z Downloaded diesel-dtrace v0.5.0
10652026-08-31T14:10:36.747Z Downloaded displaydoc v0.2.5
10662026-08-31T14:10:36.752Z Downloaded steno v0.4.1
10672026-08-31T14:10:36.752Z Downloaded pin-project-internal v1.1.11
10682026-08-31T14:10:36.752Z Downloaded tower v0.5.3
10692026-08-31T14:10:36.756Z Downloaded unicode-segmentation v1.12.0
10702026-08-31T14:10:36.756Z Downloaded packed_struct_codegen v0.10.1
10712026-08-31T14:10:36.761Z Downloaded openssl-sys v0.9.117
10722026-08-31T14:10:36.761Z Downloaded proc-macro-crate v1.3.1
10732026-08-31T14:10:36.761Z Downloaded quick-error v1.2.3
10742026-08-31T14:10:36.761Z Downloaded strum v0.26.3
10752026-08-31T14:10:36.766Z Downloaded num_enum_derive v0.7.6
10762026-08-31T14:10:36.766Z Downloaded serde_repr v0.1.20
10772026-08-31T14:10:36.766Z Downloaded winnow v0.5.40
10782026-08-31T14:10:36.829Z Downloaded zopfli v0.8.3
10792026-08-31T14:10:36.829Z Downloaded sqlformat v0.3.5
10802026-08-31T14:10:36.829Z Downloaded progenitor-impl v0.14.0
10812026-08-31T14:10:36.835Z Downloaded hkdf v0.13.0
10822026-08-31T14:10:36.835Z Downloaded ref-cast-impl v1.0.25
10832026-08-31T14:10:36.835Z Downloaded signature v3.0.0
10842026-08-31T14:10:36.835Z Downloaded slog-bunyan v2.5.0
10852026-08-31T14:10:36.835Z Downloaded tower-service v0.3.3
10862026-08-31T14:10:36.835Z Downloaded darling_macro v0.21.3
10872026-08-31T14:10:36.835Z Downloaded time-macros v0.2.27
10882026-08-31T14:10:36.835Z Downloaded hkdf v0.12.4
10892026-08-31T14:10:36.835Z Downloaded diesel_derives v2.3.7
10902026-08-31T14:10:36.835Z Downloaded icu_provider v2.1.1
10912026-08-31T14:10:36.835Z Downloaded constant_time_eq v0.4.2
10922026-08-31T14:10:36.835Z Downloaded num v0.4.3
10932026-08-31T14:10:36.835Z Downloaded darling_macro v0.20.11
10942026-08-31T14:10:36.835Z Downloaded curve25519-dalek-derive v0.1.1
10952026-08-31T14:10:36.835Z Downloaded radium v0.7.0
10962026-08-31T14:10:36.835Z Downloaded crossbeam-deque v0.8.6
10972026-08-31T14:10:36.835Z Downloaded ed25519 v2.2.3
10982026-08-31T14:10:36.835Z Downloaded pkcs5 v0.8.1
10992026-08-31T14:10:36.835Z Downloaded typed-path v0.9.3
11002026-08-31T14:10:36.835Z Downloaded darling v0.13.4
11012026-08-31T14:10:36.835Z Downloaded defmt v1.0.1
11022026-08-31T14:10:36.836Z Downloaded hyper-tls v0.6.0
11032026-08-31T14:10:36.836Z Downloaded nom v8.0.0
11042026-08-31T14:10:36.836Z Downloaded semver v0.1.20
11052026-08-31T14:10:36.836Z Downloaded lazy_static v1.5.0
11062026-08-31T14:10:36.836Z Downloaded linear-map v1.2.0
11072026-08-31T14:10:36.836Z Downloaded peg-runtime v0.8.5
11082026-08-31T14:10:36.836Z Downloaded sync_wrapper v1.0.2
11092026-08-31T14:10:36.836Z Downloaded tokio-test v0.4.5
11102026-08-31T14:10:36.836Z Downloaded aho-corasick v1.1.4
11112026-08-31T14:10:36.836Z Downloaded prefix-trie v0.7.0
11122026-08-31T14:10:36.836Z Downloaded unicode-normalization v0.1.25
11132026-08-31T14:10:36.836Z Downloaded ecdsa v0.17.0
11142026-08-31T14:10:36.836Z Downloaded keccak v0.2.0
11152026-08-31T14:10:36.836Z Downloaded miette-derive v7.6.0
11162026-08-31T14:10:36.836Z Downloaded oxide-generation v0.1.3
11172026-08-31T14:10:36.836Z Downloaded serde_with_macros v3.21.0
11182026-08-31T14:10:36.836Z Downloaded tar v0.4.46
11192026-08-31T14:10:36.836Z Downloaded display-error-chain v0.2.2
11202026-08-31T14:10:36.836Z Downloaded rand_xorshift v0.4.0
11212026-08-31T14:10:36.836Z Downloaded native-tls v0.2.18
11222026-08-31T14:10:36.836Z Downloaded zerovec v0.11.5
11232026-08-31T14:10:36.842Z Downloaded resolv-conf v0.7.6
11242026-08-31T14:10:36.842Z Downloaded itertools v0.14.0
11252026-08-31T14:10:36.842Z Downloaded thread_local v1.1.9
11262026-08-31T14:10:36.846Z Downloaded lru-cache v0.1.2
11272026-08-31T14:10:36.846Z Downloaded crossterm v0.28.1
11282026-08-31T14:10:36.850Z Downloaded ignore v0.4.25
11292026-08-31T14:10:36.871Z Downloaded ingot v0.2.1
11302026-08-31T14:10:36.875Z Downloaded ingot-types v0.2.0
11312026-08-31T14:10:36.875Z Downloaded lru-slab v0.1.2
11322026-08-31T14:10:36.875Z Downloaded lzss v0.8.2
11332026-08-31T14:10:36.875Z Downloaded paste v1.0.15
11342026-08-31T14:10:36.875Z Downloaded predicates-core v1.0.10
11352026-08-31T14:10:36.876Z Downloaded strum_macros v0.27.2
11362026-08-31T14:10:36.876Z Downloaded vergen v9.1.0
11372026-08-31T14:10:36.876Z Downloaded vsss-rs v3.3.4
11382026-08-31T14:10:36.880Z Downloaded zerovec-derive v0.11.2
11392026-08-31T14:10:36.880Z Downloaded convert_case v0.10.0
11402026-08-31T14:10:36.880Z Downloaded cstr-argument v0.1.2
11412026-08-31T14:10:36.880Z Downloaded libloading v0.8.9
11422026-08-31T14:10:36.880Z Downloaded progenitor-client v0.13.0
11432026-08-31T14:10:36.880Z Downloaded ssh-key v0.7.0-rc.11
11442026-08-31T14:10:36.884Z Downloaded p384 v0.14.0
11452026-08-31T14:10:36.890Z Downloaded defmt-macros v1.0.1
11462026-08-31T14:10:36.890Z Downloaded nu-ansi-term v0.50.3
11472026-08-31T14:10:36.894Z Downloaded diesel_table_macro_syntax v0.3.0
11482026-08-31T14:10:36.894Z Downloaded typify-macro v0.6.2
11492026-08-31T14:10:36.894Z Downloaded indexmap v1.9.3
11502026-08-31T14:10:36.894Z Downloaded libbz2-rs-sys v0.2.2
11512026-08-31T14:10:36.894Z Downloaded miette v7.6.0
11522026-08-31T14:10:36.900Z Downloaded tough v0.22.0
11532026-08-31T14:10:36.908Z Downloaded yoke v0.8.1
11542026-08-31T14:10:36.908Z Downloaded hyper v1.10.1
11552026-08-31T14:10:36.908Z Downloaded ryu v1.0.23
11562026-08-31T14:10:36.917Z Downloaded take_mut v0.2.2
11572026-08-31T14:10:36.917Z Downloaded powerfmt v0.2.0
11582026-08-31T14:10:36.917Z Downloaded ed25519 v3.0.0
11592026-08-31T14:10:36.917Z Downloaded knus v3.4.0
11602026-08-31T14:10:36.917Z Downloaded ppv-lite86 v0.2.21
11612026-08-31T14:10:36.917Z Downloaded serde_path_to_error v0.1.20
11622026-08-31T14:10:36.917Z Downloaded slog v2.8.2
11632026-08-31T14:10:36.930Z Downloaded parse-display-derive v0.10.0
11642026-08-31T14:10:36.930Z Downloaded tower-layer v0.3.3
11652026-08-31T14:10:36.931Z Downloaded openssl-probe v0.1.6
11662026-08-31T14:10:36.931Z Downloaded tungstenite v0.21.0
11672026-08-31T14:10:36.931Z Downloaded reqwest v0.12.28
11682026-08-31T14:10:36.931Z Downloaded ed25519-dalek v2.2.0
11692026-08-31T14:10:36.931Z Downloaded darling_macro v0.23.0
11702026-08-31T14:10:36.931Z Downloaded rand v0.9.2
11712026-08-31T14:10:36.936Z Downloaded daft-derive v0.1.8
11722026-08-31T14:10:36.936Z Downloaded rusty-fork v0.3.1
11732026-08-31T14:10:36.936Z Downloaded stable_deref_trait v1.2.1
11742026-08-31T14:10:36.936Z Downloaded waitgroup v0.1.2
11752026-08-31T14:10:36.936Z Downloaded unicode-xid v0.2.6
11762026-08-31T14:10:36.936Z Downloaded crypto-primes v0.7.2
11772026-08-31T14:10:36.936Z Downloaded multimap v0.10.1
11782026-08-31T14:10:36.936Z Downloaded internal-russh-num-bigint v0.5.0
11792026-08-31T14:10:36.936Z Downloaded aws-lc-rs v1.16.3
11802026-08-31T14:10:36.944Z Downloaded num-derive v0.4.2
11812026-08-31T14:10:36.944Z Downloaded tokio-stream v0.1.18
11822026-08-31T14:10:36.949Z Downloaded quick-xml v0.37.5
11832026-08-31T14:10:36.949Z Downloaded idna v1.1.0
11842026-08-31T14:10:36.949Z Downloaded itertools v0.13.0
11852026-08-31T14:10:36.954Z Downloaded diff v0.1.13
11862026-08-31T14:10:36.954Z Downloaded rustls-webpki v0.103.13
11872026-08-31T14:10:36.967Z Downloaded serdect v0.4.3
11882026-08-31T14:10:36.967Z Downloaded deranged v0.5.8
11892026-08-31T14:10:36.983Z Downloaded yasna v0.5.2
11902026-08-31T14:10:36.983Z Downloaded ipnetwork v0.21.1
11912026-08-31T14:10:36.983Z Downloaded polyval v0.7.1
11922026-08-31T14:10:36.983Z Downloaded rand_chacha v0.9.0
11932026-08-31T14:10:36.983Z Downloaded pkcs8 v0.11.0
11942026-08-31T14:10:36.983Z Downloaded der v0.7.10
11952026-08-31T14:10:36.983Z Downloaded crypto-bigint v0.5.5
11962026-08-31T14:10:36.983Z Downloaded spin v0.9.8
11972026-08-31T14:10:36.983Z Downloaded test-strategy v0.4.5
11982026-08-31T14:10:36.988Z Downloaded derive_builder_core v0.20.2
11992026-08-31T14:10:36.988Z Downloaded salsa20 v0.11.0
12002026-08-31T14:10:36.988Z Downloaded git2 v0.20.4
12012026-08-31T14:10:36.988Z Downloaded progenitor v0.13.0
12022026-08-31T14:10:36.988Z Downloaded ssh-encoding v0.3.0
12032026-08-31T14:10:36.988Z Downloaded humantime v2.3.0
12042026-08-31T14:10:36.988Z Downloaded crc32fast v1.5.0
12052026-08-31T14:10:36.988Z Downloaded parking_lot v0.11.2
12062026-08-31T14:10:36.988Z Downloaded iri-string v0.7.10
12072026-08-31T14:10:36.994Z Downloaded signal-hook v0.3.18
12082026-08-31T14:10:37.001Z Downloaded serde_with v1.14.0
12092026-08-31T14:10:37.001Z Downloaded rayon v1.11.0
12102026-08-31T14:10:37.010Z Downloaded schemars_derive v0.8.22
12112026-08-31T14:10:37.019Z Downloaded blake3 v1.8.5
12122026-08-31T14:10:37.019Z Downloaded dropshot-api-manager v0.8.0
12132026-08-31T14:10:37.019Z Downloaded vergen-lib v9.1.0
12142026-08-31T14:10:37.032Z Downloaded bindgen v0.71.1
12152026-08-31T14:10:37.032Z Downloaded chrono v0.4.45
12162026-08-31T14:10:37.032Z Downloaded socket2 v0.6.3
12172026-08-31T14:10:37.040Z Downloaded zip v0.6.6
12182026-08-31T14:10:37.040Z Downloaded nom v7.1.3
12192026-08-31T14:10:37.040Z Downloaded rsa v0.9.10
12202026-08-31T14:10:37.044Z Downloaded der v0.8.0
12212026-08-31T14:10:37.044Z Downloaded subprocess v0.2.15
12222026-08-31T14:10:37.044Z Downloaded uuid v1.23.4
12232026-08-31T14:10:37.051Z Downloaded bitvec v1.0.1
12242026-08-31T14:10:37.056Z Downloaded libxml v0.3.3
12252026-08-31T14:10:37.059Z Downloaded sha3 v0.12.0
12262026-08-31T14:10:37.069Z Downloaded itertools v0.10.5
12272026-08-31T14:10:37.084Z Downloaded goblin v0.10.5
12282026-08-31T14:10:37.085Z Downloaded winnow v0.6.26
12292026-08-31T14:10:37.085Z Downloaded url v2.5.8
12302026-08-31T14:10:37.085Z Downloaded toml_edit v0.23.10+spec-1.0.0
12312026-08-31T14:10:37.090Z Downloaded icu_normalizer_data v2.1.1
12322026-08-31T14:10:37.090Z Downloaded qorb v0.4.1
12332026-08-31T14:10:37.090Z Downloaded tabled v0.21.0
12342026-08-31T14:10:37.099Z Downloaded schemars v1.2.1
12352026-08-31T14:10:37.108Z Downloaded tower-http v0.6.8
12362026-08-31T14:10:37.117Z Downloaded snafu v0.8.9
12372026-08-31T14:10:37.118Z Downloaded elliptic-curve v0.13.8
12382026-08-31T14:10:37.127Z Downloaded crossterm v0.29.0
12392026-08-31T14:10:37.127Z Downloaded rawzip v0.4.4
12402026-08-31T14:10:37.127Z Downloaded minimal-lexical v0.2.1
12412026-08-31T14:10:37.135Z Downloaded polar-core v0.27.3
12422026-08-31T14:10:37.135Z Downloaded gimli v0.32.3
12432026-08-31T14:10:37.135Z Downloaded proptest v1.11.0
12442026-08-31T14:10:37.143Z Downloaded lalrpop v0.19.12
12452026-08-31T14:10:37.154Z Downloaded hyper-util v0.1.20
12462026-08-31T14:10:37.154Z Downloaded crossbeam-channel v0.5.15
12472026-08-31T14:10:37.163Z Downloaded salty v0.3.0
12482026-08-31T14:10:37.163Z Downloaded quinn-proto v0.11.16
12492026-08-31T14:10:37.171Z Downloaded p384 v0.13.1
12502026-08-31T14:10:37.176Z Downloaded zlib-rs v0.6.2
12512026-08-31T14:10:37.176Z Downloaded jiff-core v0.1.0
12522026-08-31T14:10:37.176Z Downloaded toml_edit v0.19.15
12532026-08-31T14:10:37.189Z Downloaded icu_properties_data v2.1.2
12542026-08-31T14:10:37.194Z Downloaded serde_with v3.21.0
12552026-08-31T14:10:37.206Z Downloaded zip v4.6.1
12562026-08-31T14:10:37.225Z Downloaded itertools v0.12.1
12572026-08-31T14:10:37.225Z Downloaded reqwest v0.13.2
12582026-08-31T14:10:37.225Z Downloaded rsa v0.10.0-rc.18
12592026-08-31T14:10:37.225Z Downloaded regex v1.12.3
12602026-08-31T14:10:37.232Z Downloaded russh v0.62.4
12612026-08-31T14:10:37.232Z Downloaded zerocopy v0.8.55
12622026-08-31T14:10:37.232Z Downloaded winnow v1.0.3
12632026-08-31T14:10:37.242Z Downloaded libm v0.2.16
12642026-08-31T14:10:37.252Z Downloaded iddqd v0.4.2
12652026-08-31T14:10:37.252Z Downloaded itertools v0.15.0
12662026-08-31T14:10:37.260Z Downloaded bstr v1.12.1
12672026-08-31T14:10:37.280Z Downloaded petname v2.0.2
12682026-08-31T14:10:37.293Z Downloaded nix v0.27.1
12692026-08-31T14:10:37.307Z Downloaded regress v0.11.1
12702026-08-31T14:10:37.318Z Downloaded openapiv3 v2.2.0
12712026-08-31T14:10:37.340Z Downloaded portable-atomic v1.13.1
12722026-08-31T14:10:37.340Z Downloaded curve25519-dalek v4.1.3
12732026-08-31T14:10:37.340Z Downloaded time v0.3.47
12742026-08-31T14:10:37.345Z Downloaded syn v3.0.3
12752026-08-31T14:10:37.346Z Downloaded hickory-proto v0.24.4
12762026-08-31T14:10:37.346Z Downloaded radix_trie v0.2.1
12772026-08-31T14:10:37.392Z Downloaded smoltcp v0.9.1
12782026-08-31T14:10:37.397Z Downloaded dropshot v0.17.1
12792026-08-31T14:10:37.397Z Downloaded crypto-bigint v0.7.5
12802026-08-31T14:10:37.397Z Downloaded vcpkg v0.2.15
12812026-08-31T14:10:37.398Z Downloaded regex-syntax v0.8.10
12822026-08-31T14:10:37.410Z Downloaded moka v0.12.13
12832026-08-31T14:10:37.419Z Downloaded regex-syntax v0.6.29
12842026-08-31T14:10:37.419Z Downloaded nix v0.28.0
12852026-08-31T14:10:37.419Z Downloaded hickory-proto v0.25.2
12862026-08-31T14:10:37.428Z Downloaded object v0.30.4
12872026-08-31T14:10:37.439Z Downloaded smoltcp v0.11.0
12882026-08-31T14:10:37.448Z Downloaded regress v0.10.5
12892026-08-31T14:10:37.448Z Downloaded object v0.37.3
12902026-08-31T14:10:37.452Z Downloaded openssl v0.10.80
12912026-08-31T14:10:37.457Z Downloaded sled v0.34.7
12922026-08-31T14:10:37.461Z Downloaded curve25519-dalek v5.0.0
12932026-08-31T14:10:37.467Z Downloaded rustls v0.23.41
12942026-08-31T14:10:37.476Z Downloaded rustix v0.38.44
12952026-08-31T14:10:37.488Z Downloaded nix v0.31.2
12962026-08-31T14:10:37.492Z Downloaded sqlparser v0.61.0
12972026-08-31T14:10:37.498Z Downloaded typify-impl v0.6.2
12982026-08-31T14:10:37.504Z Downloaded diesel v2.3.7
12992026-08-31T14:10:37.517Z Downloaded tracing v0.1.44
13002026-08-31T14:10:37.526Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-08-31T14:10:37.530Z Downloaded regex-automata v0.4.14
13022026-08-31T14:10:37.539Z Downloaded sha3 v0.11.0
13032026-08-31T14:10:37.548Z Downloaded ratatui v0.29.0
13042026-08-31T14:10:37.558Z Downloaded chrono-tz v0.10.4
13052026-08-31T14:10:37.567Z Downloaded zerocopy-derive v0.6.6
13062026-08-31T14:10:37.571Z Downloaded petgraph v0.6.5
13072026-08-31T14:10:37.582Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-08-31T14:10:37.591Z Downloaded tokio v1.52.1
13092026-08-31T14:10:37.633Z Downloaded jiff v0.2.34
13102026-08-31T14:10:37.647Z Downloaded libz-sys v1.1.24
13112026-08-31T14:10:37.659Z Downloaded petgraph v0.8.3
13122026-08-31T14:10:37.668Z Downloaded ring v0.17.14
13132026-08-31T14:10:37.699Z Downloaded csv v1.4.0
13142026-08-31T14:10:37.710Z Downloaded sha3 v0.10.8
13152026-08-31T14:10:37.716Z Downloaded encoding_rs v0.8.35
13162026-08-31T14:10:37.752Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-08-31T14:10:38.099Z Downloaded aws-lc-sys v0.40.0
13182026-08-31T14:10:38.363Z Compiling serde_core v1.0.228
13192026-08-31T14:10:38.363Z Compiling libc v0.2.185
13202026-08-31T14:10:38.363Z Compiling serde v1.0.228
13212026-08-31T14:10:38.374Z Compiling log v0.4.33
13222026-08-31T14:10:38.374Z Compiling smallvec v1.15.1
13232026-08-31T14:10:38.374Z Compiling shlex v1.3.0
13242026-08-31T14:10:38.374Z Compiling find-msvc-tools v0.1.9
13252026-08-31T14:10:38.374Z Compiling subtle v2.6.1
13262026-08-31T14:10:38.511Z Compiling scopeguard v1.2.0
13272026-08-31T14:10:38.514Z Compiling stable_deref_trait v1.2.1
13282026-08-31T14:10:38.514Z Compiling typenum v1.20.1
13292026-08-31T14:10:38.514Z Compiling zerocopy v0.8.55
13302026-08-31T14:10:38.518Z Compiling portable-atomic v1.13.1
13312026-08-31T14:10:38.586Z Compiling serde_json v1.0.151
13322026-08-31T14:10:38.598Z Compiling syn v2.0.117
13332026-08-31T14:10:38.611Z Compiling critical-section v1.2.0
13342026-08-31T14:10:38.752Z Compiling libm v0.2.16
13352026-08-31T14:10:38.763Z Compiling lock_api v0.4.14
13362026-08-31T14:10:38.763Z Compiling num-traits v0.2.19
13372026-08-31T14:10:38.799Z Compiling pkg-config v0.3.32
13382026-08-31T14:10:38.812Z Compiling generic-array v0.14.7
13392026-08-31T14:10:38.825Z Compiling const-oid v0.9.6
13402026-08-31T14:10:38.840Z Compiling pin-project-lite v0.2.17
13412026-08-31T14:10:38.844Z Compiling getrandom v0.4.3
13422026-08-31T14:10:38.932Z Compiling parking_lot_core v0.9.12
13432026-08-31T14:10:38.946Z Compiling rand_core v0.10.0
13442026-08-31T14:10:38.979Z Compiling percent-encoding v2.3.2
13452026-08-31T14:10:39.050Z Compiling writeable v0.6.2
13462026-08-31T14:10:39.078Z Compiling litemap v0.8.1
13472026-08-31T14:10:39.092Z Compiling futures-core v0.3.32
13482026-08-31T14:10:39.156Z Compiling icu_normalizer_data v2.1.1
13492026-08-31T14:10:39.172Z Compiling icu_properties_data v2.1.2
13502026-08-31T14:10:39.219Z Compiling getrandom v0.3.4
13512026-08-31T14:10:39.249Z Compiling rustix v1.1.4
13522026-08-31T14:10:39.263Z Compiling futures-sink v0.3.32
13532026-08-31T14:10:39.277Z Compiling futures-io v0.3.32
13542026-08-31T14:10:39.280Z Compiling slab v0.4.12
13552026-08-31T14:10:39.307Z Compiling utf8_iter v1.0.4
13562026-08-31T14:10:39.363Z Compiling futures-channel v0.3.32
13572026-08-31T14:10:39.397Z Compiling futures-task v0.3.32
13582026-08-31T14:10:39.425Z Compiling errno v0.3.14
13592026-08-31T14:10:39.439Z Compiling jobserver v0.1.34
13602026-08-31T14:10:39.456Z Compiling getrandom v0.2.17
13612026-08-31T14:10:39.487Z Compiling mio v1.2.0
13622026-08-31T14:10:39.571Z Compiling signal-hook-registry v1.4.8
13632026-08-31T14:10:39.604Z Compiling once_cell v1.21.3
13642026-08-31T14:10:39.621Z Compiling rand_core v0.6.4
13652026-08-31T14:10:39.625Z Compiling socket2 v0.6.3
13662026-08-31T14:10:39.672Z Compiling cc v1.2.56
13672026-08-31T14:10:39.703Z Compiling parking_lot v0.12.5
13682026-08-31T14:10:39.707Z Compiling form_urlencoded v1.2.2
13692026-08-31T14:10:39.733Z Compiling rustversion v1.0.22
13702026-08-31T14:10:39.784Z Compiling base64ct v1.8.3
13712026-08-31T14:10:39.835Z Compiling iana-time-zone v0.1.65
13722026-08-31T14:10:39.852Z Compiling flagset v0.4.7
13732026-08-31T14:10:39.868Z Compiling ident_case v1.0.1
13742026-08-31T14:10:39.918Z Compiling regex-syntax v0.8.10
13752026-08-31T14:10:39.918Z Compiling fs_extra v1.3.0
13762026-08-31T14:10:39.978Z Compiling dunce v1.0.5
13772026-08-31T14:10:39.995Z Compiling base64 v0.22.1
13782026-08-31T14:10:40.019Z Compiling pem-rfc7468 v0.7.0
13792026-08-31T14:10:40.046Z Compiling vcpkg v0.2.15
13802026-08-31T14:10:40.061Z Compiling rand_core v0.9.5
13812026-08-31T14:10:40.093Z Compiling syn v1.0.109
13822026-08-31T14:10:40.109Z Compiling tracing-core v0.1.36
13832026-08-31T14:10:40.112Z Compiling simd-adler32 v0.3.8
13842026-08-31T14:10:40.159Z Compiling aws-lc-rs v1.16.3
13852026-08-31T14:10:40.197Z Compiling cpufeatures v0.2.17
13862026-08-31T14:10:40.245Z Compiling schemars v0.8.22
13872026-08-31T14:10:40.299Z Compiling dyn-clone v1.0.20
13882026-08-31T14:10:40.338Z Compiling spin v0.9.8
13892026-08-31T14:10:40.357Z Compiling crc32fast v1.5.0
13902026-08-31T14:10:40.363Z Compiling cmov v0.5.4
13912026-08-31T14:10:40.398Z Compiling cmake v0.1.57
13922026-08-31T14:10:40.433Z Compiling tinyvec_macros v0.1.1
13932026-08-31T14:10:40.496Z Compiling httparse v1.10.1
13942026-08-31T14:10:40.514Z Compiling adler2 v2.0.1
13952026-08-31T14:10:40.529Z Compiling openssl-probe v0.2.1
13962026-08-31T14:10:40.554Z Compiling tinyvec v1.10.0
13972026-08-31T14:10:40.579Z Compiling ctutils v0.4.2
13982026-08-31T14:10:40.610Z Compiling aho-corasick v1.1.4
13992026-08-31T14:10:40.696Z Compiling bitflags v2.11.0
14002026-08-31T14:10:40.726Z Compiling semver v1.0.28
14012026-08-31T14:10:40.750Z Compiling indexmap v2.14.0
14022026-08-31T14:10:40.788Z Compiling uuid v1.23.4
14032026-08-31T14:10:40.802Z Compiling miniz_oxide v0.8.9
14042026-08-31T14:10:40.830Z Compiling radium v0.7.0
14052026-08-31T14:10:40.866Z Compiling unicode-segmentation v1.12.0
14062026-08-31T14:10:40.965Z Compiling tower-layer v0.3.3
14072026-08-31T14:10:40.993Z Compiling rustc_version v0.4.1
14082026-08-31T14:10:40.994Z Compiling untrusted v0.7.1
14092026-08-31T14:10:41.060Z Compiling tower-service v0.3.3
14102026-08-31T14:10:41.093Z Compiling atomic-waker v1.1.2
14112026-08-31T14:10:41.106Z Compiling try-lock v0.2.5
14122026-08-31T14:10:41.271Z Compiling want v0.3.1
14132026-08-31T14:10:41.299Z Compiling openssl v0.10.80
14142026-08-31T14:10:41.299Z Compiling maybe-uninit v2.0.0
14152026-08-31T14:10:41.299Z Compiling aws-lc-sys v0.40.0
14162026-08-31T14:10:41.299Z Compiling openssl-sys v0.9.117
14172026-08-31T14:10:41.375Z Compiling untrusted v0.9.0
14182026-08-31T14:10:41.413Z Compiling tap v1.0.1
14192026-08-31T14:10:41.422Z Compiling httpdate v1.0.3
14202026-08-31T14:10:41.434Z Compiling synstructure v0.13.2
14212026-08-31T14:10:41.459Z Compiling serde_derive_internals v0.29.1
14222026-08-31T14:10:41.509Z Compiling pest_generator v2.8.6
14232026-08-31T14:10:41.520Z Compiling darling_core v0.20.11
14242026-08-31T14:10:41.521Z Compiling regex-automata v0.4.14
14252026-08-31T14:10:41.607Z Compiling foreign-types-shared v0.1.1
14262026-08-31T14:10:41.669Z Compiling rustls v0.23.41
14272026-08-31T14:10:41.669Z Compiling foreign-types v0.3.2
14282026-08-31T14:10:41.717Z Compiling wyz v0.5.1
14292026-08-31T14:10:41.734Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-08-31T14:10:41.770Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14312026-08-31T14:10:41.825Z Compiling tempfile v3.27.0
14322026-08-31T14:10:41.966Z Compiling terminal_size v0.4.3
14332026-08-31T14:10:42.098Z Compiling unicode-normalization v0.1.25
14342026-08-31T14:10:42.110Z Compiling num-integer v0.1.46
14352026-08-31T14:10:42.154Z Compiling wait-timeout v0.2.1
14362026-08-31T14:10:42.214Z Compiling socket2 v0.5.10
14372026-08-31T14:10:42.219Z Compiling ahash v0.8.12
14382026-08-31T14:10:42.260Z Compiling bit-vec v0.8.0
14392026-08-31T14:10:42.279Z Compiling funty v2.0.0
14402026-08-31T14:10:42.375Z Compiling powerfmt v0.2.0
14412026-08-31T14:10:42.424Z Compiling time-core v0.1.8
14422026-08-31T14:10:42.450Z Compiling num-bigint-dig v0.8.6
14432026-08-31T14:10:42.477Z Compiling native-tls v0.2.18
14442026-08-31T14:10:42.501Z Compiling num-conv v0.2.0
14452026-08-31T14:10:42.502Z Compiling quick-error v1.2.3
14462026-08-31T14:10:42.543Z Compiling packed_struct v0.10.1
14472026-08-31T14:10:42.567Z Compiling deranged v0.5.8
14482026-08-31T14:10:42.611Z Compiling clap_builder v4.6.0
14492026-08-31T14:10:42.626Z Compiling bitvec v1.0.1
14502026-08-31T14:10:42.626Z Compiling time-macros v0.2.27
14512026-08-31T14:10:42.626Z Compiling rusty-fork v0.3.1
14522026-08-31T14:10:42.661Z Compiling bit-set v0.8.0
14532026-08-31T14:10:42.724Z Compiling num-iter v0.1.45
14542026-08-31T14:10:42.839Z Compiling lazy_static v1.5.0
14552026-08-31T14:10:42.885Z Compiling rand_xorshift v0.4.0
14562026-08-31T14:10:42.923Z Compiling sync_wrapper v1.0.2
14572026-08-31T14:10:42.923Z Compiling indexmap v1.9.3
14582026-08-31T14:10:42.970Z Compiling unarray v0.1.4
14592026-08-31T14:10:43.011Z Compiling num_threads v0.1.7
14602026-08-31T14:10:43.058Z Compiling zlib-rs v0.6.2
14612026-08-31T14:10:43.059Z Compiling siphasher v1.0.2
14622026-08-31T14:10:43.085Z Compiling object v0.37.3
14632026-08-31T14:10:43.103Z Compiling crossbeam-utils v0.8.21
14642026-08-31T14:10:43.103Z Compiling nodrop v0.1.14
14652026-08-31T14:10:43.222Z Compiling paste v1.0.15
14662026-08-31T14:10:43.232Z Compiling usdt-impl v0.6.0
14672026-08-31T14:10:43.336Z Compiling serde_derive v1.0.228
14682026-08-31T14:10:43.346Z Compiling zeroize_derive v1.5.0
14692026-08-31T14:10:43.414Z Compiling zerofrom-derive v0.1.6
14702026-08-31T14:10:43.473Z Compiling zerocopy-derive v0.8.55
14712026-08-31T14:10:43.529Z Compiling yoke-derive v0.8.1
14722026-08-31T14:10:43.619Z Compiling zerovec-derive v0.11.2
14732026-08-31T14:10:43.702Z Compiling displaydoc v0.2.5
14742026-08-31T14:10:43.768Z Compiling tokio-macros v2.7.0
14752026-08-31T14:10:44.023Z Compiling futures-macro v0.3.32
14762026-08-31T14:10:44.059Z Compiling der_derive v0.7.3
14772026-08-31T14:10:44.164Z Compiling thiserror-impl v2.0.18
14782026-08-31T14:10:44.504Z Compiling tracing-attributes v0.1.31
14792026-08-31T14:10:44.548Z Compiling schemars_derive v0.8.22
14802026-08-31T14:10:44.573Z Compiling scroll_derive v0.13.1
14812026-08-31T14:10:44.837Z Compiling pest_derive v2.8.6
14822026-08-31T14:10:44.843Z Compiling darling_macro v0.20.11
14832026-08-31T14:10:44.865Z Compiling futures-util v0.3.32
14842026-08-31T14:10:44.898Z Compiling zerofrom v0.1.6
14852026-08-31T14:10:45.039Z Compiling yoke v0.8.1
14862026-08-31T14:10:45.070Z Compiling openssl-macros v0.1.1
14872026-08-31T14:10:45.284Z Compiling zerovec v0.11.5
14882026-08-31T14:10:45.295Z Compiling zerotrie v0.2.3
14892026-08-31T14:10:45.359Z Compiling thiserror-impl v1.0.69
14902026-08-31T14:10:45.419Z Compiling scroll v0.13.0
14912026-08-31T14:10:45.551Z Compiling thiserror v2.0.18
14922026-08-31T14:10:45.599Z Compiling darling v0.20.11
14932026-08-31T14:10:45.678Z Compiling goblin v0.10.5
14942026-08-31T14:10:45.698Z Compiling packed_struct_codegen v0.10.1
14952026-08-31T14:10:45.718Z Compiling tinystr v0.8.2
14962026-08-31T14:10:45.743Z Compiling potential_utf v0.1.4
14972026-08-31T14:10:45.783Z Compiling zerocopy-derive v0.6.6
14982026-08-31T14:10:45.865Z Compiling bitfield-macros v0.19.4
14992026-08-31T14:10:45.881Z Compiling tracing v0.1.44
15002026-08-31T14:10:45.917Z Compiling icu_locale_core v2.1.1
15012026-08-31T14:10:45.937Z Compiling icu_collections v2.1.1
15022026-08-31T14:10:45.950Z Compiling clap_derive v4.6.1
15032026-08-31T14:10:46.172Z Compiling crc-catalog v2.4.0
15042026-08-31T14:10:46.276Z Compiling crc v3.4.0
15052026-08-31T14:10:46.316Z Compiling flate2 v1.1.9
15062026-08-31T14:10:46.430Z Compiling derive_builder_core v0.20.2
15072026-08-31T14:10:46.492Z Compiling dtrace-parser v0.3.0
15082026-08-31T14:10:46.628Z Compiling icu_provider v2.1.1
15092026-08-31T14:10:46.677Z Compiling zerocopy v0.6.6
15102026-08-31T14:10:46.693Z Compiling thiserror v1.0.69
15112026-08-31T14:10:46.735Z Compiling bitfield v0.19.4
15122026-08-31T14:10:46.817Z Compiling zeroize v1.9.0
15132026-08-31T14:10:46.820Z Compiling bytes v1.11.1
15142026-08-31T14:10:46.847Z Compiling chrono v0.4.45
15152026-08-31T14:10:46.951Z Compiling icu_properties v2.1.2
15162026-08-31T14:10:47.018Z Compiling icu_normalizer v2.1.1
15172026-08-31T14:10:47.088Z Compiling der v0.7.10
15182026-08-31T14:10:47.119Z Compiling rustls-pki-types v1.14.0
15192026-08-31T14:10:47.301Z Compiling hybrid-array v0.4.13
15202026-08-31T14:10:47.328Z Compiling tokio v1.52.1
15212026-08-31T14:10:47.362Z Compiling http v1.4.2
15222026-08-31T14:10:47.472Z Compiling ipnet v2.12.0
15232026-08-31T14:10:47.594Z Compiling hex v0.4.3
15242026-08-31T14:10:47.617Z Compiling crypto-common v0.1.7
15252026-08-31T14:10:47.659Z Compiling block-buffer v0.10.4
15262026-08-31T14:10:47.783Z Compiling serde_spanned v0.6.9
15272026-08-31T14:10:47.799Z Compiling digest v0.10.7
15282026-08-31T14:10:47.845Z Compiling idna_adapter v1.2.1
15292026-08-31T14:10:47.874Z Compiling toml_datetime v0.6.11
15302026-08-31T14:10:47.940Z Compiling spki v0.7.3
15312026-08-31T14:10:47.987Z Compiling idna v1.1.0
15322026-08-31T14:10:48.001Z Compiling clap v4.6.1
15332026-08-31T14:10:48.071Z Compiling ppv-lite86 v0.2.21
15342026-08-31T14:10:48.087Z Compiling http-body v1.0.1
15352026-08-31T14:10:48.090Z Compiling sha2 v0.10.9
15362026-08-31T14:10:48.120Z Compiling pkcs8 v0.10.2
15372026-08-31T14:10:48.153Z Compiling signature v2.2.0
15382026-08-31T14:10:48.169Z Compiling hmac v0.12.1
15392026-08-31T14:10:48.249Z Compiling http-body-util v0.1.3
15402026-08-31T14:10:48.296Z Compiling url v2.5.8
15412026-08-31T14:10:48.314Z Compiling pkcs1 v0.7.5
15422026-08-31T14:10:48.362Z Compiling rand_chacha v0.9.0
15432026-08-31T14:10:48.409Z Compiling rand_chacha v0.3.1
15442026-08-31T14:10:48.424Z Compiling time v0.3.47
15452026-08-31T14:10:48.515Z Compiling dof v0.4.0
15462026-08-31T14:10:48.582Z Compiling rand v0.9.2
15472026-08-31T14:10:48.642Z Compiling rand v0.8.6
15482026-08-31T14:10:48.737Z Compiling structmeta-derive v0.3.0
15492026-08-31T14:10:48.744Z Compiling scroll_derive v0.12.1
15502026-08-31T14:10:48.768Z Compiling array-init v0.0.4
15512026-08-31T14:10:49.146Z Compiling smallvec v0.6.14
15522026-08-31T14:10:49.160Z Compiling proptest v1.11.0
15532026-08-31T14:10:49.207Z Compiling darling_core v0.23.0
15542026-08-31T14:10:49.374Z Compiling heapless v0.7.17
15552026-08-31T14:10:49.431Z Compiling slog v2.8.2
15562026-08-31T14:10:49.436Z Compiling thread-id v5.1.0
15572026-08-31T14:10:49.461Z Compiling env_filter v2.0.0
15582026-08-31T14:10:49.540Z Compiling syn v3.0.3
15592026-08-31T14:10:49.632Z Compiling cookie v0.18.1
15602026-08-31T14:10:49.648Z Compiling signal-hook v0.3.18
15612026-08-31T14:10:49.697Z Compiling zstd-safe v7.2.4
15622026-08-31T14:10:49.712Z Compiling anyhow v1.0.104
15632026-08-31T14:10:49.772Z Compiling hashbrown v0.12.3
15642026-08-31T14:10:49.839Z Compiling base64 v0.21.7
15652026-08-31T14:10:49.839Z Compiling unicode-properties v0.1.4
15662026-08-31T14:10:49.869Z Compiling ryu v1.0.23
15672026-08-31T14:10:49.911Z Compiling ipnetwork v0.21.1
15682026-08-31T14:10:49.973Z Compiling unicode-bidi v0.3.18
15692026-08-31T14:10:50.036Z Compiling iri-string v0.7.10
15702026-08-31T14:10:50.053Z Compiling allocator-api2 v0.2.21
15712026-08-31T14:10:50.056Z Compiling winnow v0.5.40
15722026-08-31T14:10:50.085Z Compiling gimli v0.32.3
15732026-08-31T14:10:50.089Z Compiling ron v0.8.1
15742026-08-31T14:10:50.171Z Compiling oxnet v0.1.6
15752026-08-31T14:10:50.326Z Compiling stringprep v0.1.5
15762026-08-31T14:10:50.407Z Compiling rsa v0.9.10
15772026-08-31T14:10:50.521Z Compiling serde_urlencoded v0.7.1
15782026-08-31T14:10:50.699Z Compiling structmeta v0.3.0
15792026-08-31T14:10:50.813Z Compiling env_logger v0.11.11
15802026-08-31T14:10:50.822Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15812026-08-31T14:10:50.828Z Compiling scroll v0.12.0
15822026-08-31T14:10:50.930Z Compiling serde-hex v0.1.0
15832026-08-31T14:10:51.038Z Compiling camino v1.2.5
15842026-08-31T14:10:51.105Z Compiling tokio-util v0.7.18
15852026-08-31T14:10:51.141Z Compiling tower v0.5.3
15862026-08-31T14:10:51.392Z Compiling toml_edit v0.19.15
15872026-08-31T14:10:51.447Z Compiling tokio-native-tls v0.3.1
15882026-08-31T14:10:51.556Z Compiling tower-http v0.6.8
15892026-08-31T14:10:51.637Z Compiling newtype-uuid v1.3.2
15902026-08-31T14:10:51.716Z Compiling darling_macro v0.23.0
15912026-08-31T14:10:51.978Z Compiling h2 v0.4.15
15922026-08-31T14:10:52.030Z Compiling addr2line v0.25.1
15932026-08-31T14:10:52.186Z Compiling bzip2 v0.4.4
15942026-08-31T14:10:52.202Z Compiling hashbrown v0.13.2
15952026-08-31T14:10:52.299Z Compiling x509-cert v0.2.5
15962026-08-31T14:10:52.427Z Compiling md-5 v0.10.6
15972026-08-31T14:10:52.448Z Compiling block-padding v0.4.2
15982026-08-31T14:10:52.590Z Compiling crypto-common v0.2.2
15992026-08-31T14:10:52.620Z Compiling block-buffer v0.12.1
16002026-08-31T14:10:52.628Z Compiling rustls-native-certs v0.8.3
16012026-08-31T14:10:52.734Z Compiling derive_builder_macro v0.20.2
16022026-08-31T14:10:52.779Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16032026-08-31T14:10:52.931Z Compiling serde_tokenstream v0.2.3
16042026-08-31T14:10:52.960Z Compiling erased-serde v0.3.31
16052026-08-31T14:10:52.960Z Compiling bstr v1.12.1
16062026-08-31T14:10:53.080Z Compiling daft-derive v0.1.8
16072026-08-31T14:10:53.139Z Compiling async-trait v0.1.89
16082026-08-31T14:10:53.159Z Compiling pin-project-internal v1.1.11
16092026-08-31T14:10:53.219Z Compiling zerocopy-derive v0.7.35
16102026-08-31T14:10:53.451Z Compiling curve25519-dalek v4.1.3
16112026-08-31T14:10:53.537Z Compiling heck v0.4.1
16122026-08-31T14:10:53.657Z Compiling vergen-lib v9.1.0
16132026-08-31T14:10:53.812Z Compiling hash32 v0.2.1
16142026-08-31T14:10:53.886Z Compiling memoffset v0.9.1
16152026-08-31T14:10:53.886Z Compiling encoding_rs v0.8.35
16162026-08-31T14:10:53.886Z Compiling litrs v1.0.0
16172026-08-31T14:10:54.009Z Compiling mime v0.3.17
16182026-08-31T14:10:54.026Z Compiling rustix v0.38.44
16192026-08-31T14:10:54.041Z Compiling rustc-demangle v0.1.27
16202026-08-31T14:10:54.134Z Compiling fallible-iterator v0.2.0
16212026-08-31T14:10:54.175Z Compiling crc-any v2.5.0
16222026-08-31T14:10:54.189Z Compiling smoltcp v0.9.1
16232026-08-31T14:10:54.212Z Compiling cfg_aliases v0.2.1
16242026-08-31T14:10:54.342Z Compiling ref-cast v1.0.25
16252026-08-31T14:10:54.436Z Compiling psl-types v2.0.11
16262026-08-31T14:10:54.436Z Compiling owo-colors v4.3.0
16272026-08-31T14:10:54.620Z Compiling document-features v0.2.12
16282026-08-31T14:10:54.620Z Compiling pin-project v1.1.11
16292026-08-31T14:10:54.620Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16302026-08-31T14:10:54.621Z Compiling publicsuffix v2.3.0
16312026-08-31T14:10:54.621Z Compiling postgres-protocol v0.6.10
16322026-08-31T14:10:54.621Z Compiling nix v0.31.2
16332026-08-31T14:10:54.621Z Compiling backtrace v0.3.76
16342026-08-31T14:10:54.661Z Compiling zerocopy v0.7.35
16352026-08-31T14:10:54.733Z Compiling daft v0.1.8
16362026-08-31T14:10:54.774Z Compiling snafu-derive v0.8.9
16372026-08-31T14:10:54.893Z Compiling derive_builder v0.20.2
16382026-08-31T14:10:54.899Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16392026-08-31T14:10:54.990Z Compiling toml v0.7.8
16402026-08-31T14:10:55.117Z Compiling object v0.30.4
16412026-08-31T14:10:55.138Z Compiling inout v0.2.2
16422026-08-31T14:10:55.138Z Compiling zip v0.6.6
16432026-08-31T14:10:55.138Z Compiling darling v0.23.0
16442026-08-31T14:10:55.138Z Compiling goblin v0.8.2
16452026-08-31T14:10:55.253Z Compiling hyper v1.10.1
16462026-08-31T14:10:55.414Z Compiling derive-ex v0.1.8
16472026-08-31T14:10:55.553Z Compiling futures-executor v0.3.32
16482026-08-31T14:10:56.039Z Compiling hubpack_derive v0.1.1
16492026-08-31T14:10:56.093Z Compiling regex v1.12.3
16502026-08-31T14:10:56.093Z Compiling curve25519-dalek-derive v0.1.1
16512026-08-31T14:10:56.093Z Compiling strum_macros v0.27.2
16522026-08-31T14:10:56.093Z Compiling ref-cast-impl v1.0.25
16532026-08-31T14:10:56.093Z Compiling phf_shared v0.13.1
16542026-08-31T14:10:56.093Z Compiling convert_case v0.10.0
16552026-08-31T14:10:56.125Z Compiling vergen v9.1.0
16562026-08-31T14:10:56.125Z Compiling cargo-platform v0.3.2
16572026-08-31T14:10:56.125Z Compiling ff v0.13.1
16582026-08-31T14:10:56.186Z Compiling fs-err v3.3.0
16592026-08-31T14:10:56.320Z Compiling libbz2-rs-sys v0.2.2
16602026-08-31T14:10:56.363Z Compiling base16ct v0.2.0
16612026-08-31T14:10:56.364Z Compiling hyper-util v0.1.20
16622026-08-31T14:10:56.456Z Compiling managed v0.8.0
16632026-08-31T14:10:56.456Z Compiling same-file v1.0.6
16642026-08-31T14:10:56.456Z Compiling foldhash v0.2.0
16652026-08-31T14:10:56.511Z Compiling jiff-core v0.1.0
16662026-08-31T14:10:56.511Z Compiling bumpalo v3.20.2
16672026-08-31T14:10:56.606Z Compiling foldhash v0.1.5
16682026-08-31T14:10:56.633Z Compiling is_ci v1.2.0
16692026-08-31T14:10:56.653Z Compiling path-slash v0.1.5
16702026-08-31T14:10:56.716Z Compiling bitflags v1.3.2
16712026-08-31T14:10:56.748Z Compiling snafu v0.8.9
16722026-08-31T14:10:56.804Z Compiling hashbrown v0.15.5
16732026-08-31T14:10:56.804Z Compiling zopfli v0.8.3
16742026-08-31T14:10:56.819Z Compiling supports-color v3.0.2
16752026-08-31T14:10:56.827Z Compiling textwrap v0.16.2
16762026-08-31T14:10:56.970Z Compiling bzip2 v0.6.1
16772026-08-31T14:10:57.019Z Compiling test-strategy v0.4.5
16782026-08-31T14:10:57.029Z Compiling hashbrown v0.16.1
16792026-08-31T14:10:57.164Z Compiling walkdir v2.5.0
16802026-08-31T14:10:57.208Z Compiling sec1 v0.7.3
16812026-08-31T14:10:57.319Z Compiling jiff v0.2.34
16822026-08-31T14:10:57.469Z Compiling dof v0.3.0
16832026-08-31T14:10:57.485Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16842026-08-31T14:10:57.568Z Compiling cargo_metadata v0.23.1
16852026-08-31T14:10:57.621Z Compiling group v0.13.0
16862026-08-31T14:10:57.703Z Compiling derive_more-impl v2.1.1
16872026-08-31T14:10:57.703Z Compiling hubpack v0.1.2
16882026-08-31T14:10:57.747Z Compiling hyper-tls v0.6.0
16892026-08-31T14:10:57.838Z Compiling strum v0.27.2
16902026-08-31T14:10:57.891Z Compiling phf v0.13.1
16912026-08-31T14:10:57.984Z Compiling reqwest v0.12.28
16922026-08-31T14:10:58.003Z Compiling futures v0.3.32
16932026-08-31T14:10:58.074Z Compiling signal-hook-mio v0.2.5
16942026-08-31T14:10:58.100Z Compiling cookie_store v0.22.1
16952026-08-31T14:10:58.118Z Compiling zstd v0.13.3
16962026-08-31T14:10:58.208Z Compiling serde_with_macros v3.21.0
16972026-08-31T14:10:58.223Z Compiling cipher v0.5.2
16982026-08-31T14:10:58.374Z Compiling backtrace-ext v0.2.1
16992026-08-31T14:10:58.416Z Compiling postgres-types v0.2.12
17002026-08-31T14:10:58.654Z Compiling globset v0.4.18
17012026-08-31T14:10:58.737Z Compiling usdt-attr-macro v0.6.0
17022026-08-31T14:10:58.810Z Compiling usdt-macro v0.6.0
17032026-08-31T14:10:58.831Z Compiling byte-wrapper v0.1.0
17042026-08-31T14:10:58.956Z Compiling hkdf v0.12.4
17052026-08-31T14:10:58.962Z Compiling ed25519 v2.2.3
17062026-08-31T14:10:58.995Z Compiling crypto-bigint v0.5.5
17072026-08-31T14:10:59.163Z Compiling olpc-cjson v0.1.4
17082026-08-31T14:10:59.199Z Compiling serde-big-array v0.5.1
17092026-08-31T14:10:59.262Z Compiling serde_plain v1.0.2
17102026-08-31T14:10:59.338Z Compiling dtrace-parser v0.2.0
17112026-08-31T14:10:59.365Z Compiling enum-as-inner v0.6.1
17122026-08-31T14:10:59.368Z Compiling serde_repr v0.1.20
17132026-08-31T14:10:59.402Z Compiling miette-derive v7.6.0
17142026-08-31T14:10:59.481Z Compiling async-recursion v1.1.1
17152026-08-31T14:10:59.614Z Compiling strum_macros v0.26.4
17162026-08-31T14:10:59.638Z Compiling phf_shared v0.11.3
17172026-08-31T14:10:59.705Z Compiling float-cmp v0.10.0
17182026-08-31T14:10:59.881Z Compiling pem v3.0.6
17192026-08-31T14:10:59.888Z Compiling thread-id v4.2.2
17202026-08-31T14:10:59.893Z Compiling memmap2 v0.9.10
17212026-08-31T14:10:59.911Z Compiling fixedbitset v0.4.2
17222026-08-31T14:10:59.943Z Compiling const-oid v0.10.2
17232026-08-31T14:10:59.970Z Compiling new_debug_unreachable v1.0.6
17242026-08-31T14:11:00.060Z Compiling supports-hyperlinks v3.2.0
17252026-08-31T14:11:00.108Z Compiling typed-path v0.9.3
17262026-08-31T14:11:00.134Z Compiling predicates-core v1.0.10
17272026-08-31T14:11:00.153Z Compiling supports-unicode v3.0.0
17282026-08-31T14:11:00.168Z Compiling cpufeatures v0.3.0
17292026-08-31T14:11:00.185Z Compiling fixedbitset v0.5.7
17302026-08-31T14:11:00.200Z Compiling precomputed-hash v0.1.1
17312026-08-31T14:11:00.222Z Compiling static_assertions v1.1.0
17322026-08-31T14:11:00.237Z Compiling difflib v0.4.0
17332026-08-31T14:11:00.263Z Compiling data-encoding v2.10.0
17342026-08-31T14:11:00.303Z Compiling winnow v1.0.3
17352026-08-31T14:11:00.320Z Compiling either v1.15.0
17362026-08-31T14:11:00.324Z Compiling normalize-line-endings v0.3.0
17372026-08-31T14:11:00.352Z Compiling keccak v0.1.6
17382026-08-31T14:11:00.430Z Compiling whoami v2.1.0
17392026-08-31T14:11:00.501Z Compiling sha3 v0.10.8
17402026-08-31T14:11:00.518Z Compiling itertools v0.13.0
17412026-08-31T14:11:00.556Z Compiling predicates v3.1.4
17422026-08-31T14:11:00.586Z Compiling miette v7.6.0
17432026-08-31T14:11:00.808Z Compiling tokio-postgres v0.7.16
17442026-08-31T14:11:00.823Z Compiling hickory-proto v0.25.2
17452026-08-31T14:11:00.910Z Compiling petgraph v0.8.3
17462026-08-31T14:11:00.981Z Compiling toml_edit v0.22.27
17472026-08-31T14:11:00.996Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17482026-08-31T14:11:01.100Z Compiling string_cache v0.8.9
17492026-08-31T14:11:01.134Z Compiling chacha20 v0.10.0
17502026-08-31T14:11:01.222Z Compiling toml_parser v1.1.2+spec-1.1.0
17512026-08-31T14:11:01.353Z Compiling digest v0.11.3
17522026-08-31T14:11:01.369Z Compiling petgraph v0.6.5
17532026-08-31T14:11:01.389Z Compiling usdt v0.6.0
17542026-08-31T14:11:01.401Z Compiling strum v0.26.3
17552026-08-31T14:11:01.531Z Compiling elliptic-curve v0.13.8
17562026-08-31T14:11:01.549Z Compiling usdt-impl v0.5.0
17572026-08-31T14:11:01.609Z Compiling zip v4.6.1
17582026-08-31T14:11:01.676Z Compiling crossterm v0.28.1
17592026-08-31T14:11:01.733Z Compiling serde_with v3.21.0
17602026-08-31T14:11:01.748Z Compiling ed25519-dalek v2.2.0
17612026-08-31T14:11:01.767Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17622026-08-31T14:11:01.873Z Compiling derive_more v2.1.1
17632026-08-31T14:11:02.222Z Compiling iddqd v0.4.2
17642026-08-31T14:11:02.449Z Compiling similar v2.7.0
17652026-08-31T14:11:02.618Z Compiling crossbeam-epoch v0.9.18
17662026-08-31T14:11:02.769Z Compiling tokio-stream v0.1.18
17672026-08-31T14:11:02.929Z Compiling buf-list v1.1.2
17682026-08-31T14:11:02.948Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-31T14:11:02.963Z Compiling openapiv3 v2.2.0
17702026-08-31T14:11:03.021Z Compiling lalrpop-util v0.19.12
17712026-08-31T14:11:03.132Z Compiling peg-runtime v0.8.5
17722026-08-31T14:11:03.230Z Compiling thread_local v1.1.9
17732026-08-31T14:11:03.246Z Compiling slog-async v2.8.0
17742026-08-31T14:11:03.263Z Compiling crossbeam-channel v0.5.15
17752026-08-31T14:11:03.278Z Compiling is-terminal v0.4.17
17762026-08-31T14:11:03.327Z Compiling filetime v0.2.27
17772026-08-31T14:11:03.342Z Compiling xattr v1.6.1
17782026-08-31T14:11:03.395Z Compiling term v1.2.1
17792026-08-31T14:11:03.452Z Compiling take_mut v0.2.2
17802026-08-31T14:11:03.515Z Compiling tar v0.4.46
17812026-08-31T14:11:03.530Z Compiling camino-tempfile v1.4.1
17822026-08-31T14:11:03.754Z Compiling slog-term v2.9.2
17832026-08-31T14:11:26.510Z Compiling rustls-webpki v0.103.13
17842026-08-31T14:11:26.510Z Compiling tokio-rustls v0.26.4
17852026-08-31T14:11:26.510Z Compiling rustls-platform-verifier v0.6.2
17862026-08-31T14:11:26.510Z Compiling tough v0.22.0
17872026-08-31T14:11:26.510Z Compiling hyper-rustls v0.27.7
17882026-08-31T14:11:26.511Z Compiling reqwest v0.13.2
17892026-08-31T14:11:26.511Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-08-31T14:11:26.511Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-08-31T14:11:29.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.76s
17922026-08-31T14:11:29.768Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17932026-08-31T14:11:29.828ZAug 31 14:11:29.034 INFO Starting download, target: Cockroach
17942026-08-31T14:11:29.829ZAug 31 14:11:29.035 INFO Starting download, target: Clickhouse
17952026-08-31T14:11:29.829ZAug 31 14:11:29.035 INFO Starting download, target: Console
17962026-08-31T14:11:29.829ZAug 31 14:11:29.035 INFO Starting download, target: DendriteStub
17972026-08-31T14:11:29.829ZAug 31 14:11:29.035 INFO Starting download, target: MaghemiteMgd
17982026-08-31T14:11:29.829ZAug 31 14:11:29.035 INFO Starting download, target: MaghemiteDdmd
17992026-08-31T14:11:29.829ZAug 31 14:11:29.035 INFO Starting download, target: TransceiverControl
18002026-08-31T14:11:29.829ZAug 31 14:11:29.035 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18012026-08-31T14:11:29.829ZAug 31 14:11:29.035 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18022026-08-31T14:11:29.829ZAug 31 14:11:29.035 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18032026-08-31T14:11:29.829ZAug 31 14:11:29.035 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18042026-08-31T14:11:29.830ZAug 31 14:11:29.035 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18052026-08-31T14:11:29.830ZAug 31 14:11:29.035 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18062026-08-31T14:11:29.830ZAug 31 14:11:29.035 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18072026-08-31T14:11:30.792ZAug 31 14:11:30.384 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18082026-08-31T14:11:31.002ZAug 31 14:11:30.601 INFO Download complete, target: TransceiverControl
18092026-08-31T14:11:31.190ZAug 31 14:11:30.813 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18102026-08-31T14:11:31.295ZAug 31 14:11:30.823 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18112026-08-31T14:11:31.410ZAug 31 14:11:31.066 INFO Download complete, target: Console
18122026-08-31T14:11:34.337ZAug 31 14:11:33.957 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18132026-08-31T14:11:34.809ZAug 31 14:11:34.448 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18142026-08-31T14:11:35.155ZAug 31 14:11:34.811 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18152026-08-31T14:11:35.940ZAug 31 14:11:35.608 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18162026-08-31T14:11:35.940ZAug 31 14:11:35.608 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18172026-08-31T14:11:36.895ZAug 31 14:11:36.576 INFO Download complete, target: DendriteStub
18182026-08-31T14:11:36.895ZAug 31 14:11:36.576 INFO Download complete, target: MaghemiteDdmd
18192026-08-31T14:11:37.707ZAug 31 14:11:37.388 INFO Download complete, target: MaghemiteMgd
18202026-08-31T14:11:37.875ZAug 31 14:11:37.556 INFO Checking that binary works, target: Clickhouse
18212026-08-31T14:11:37.958ZAug 31 14:11:37.638 INFO Download complete, target: Clickhouse
18222026-08-31T14:11:40.459ZAug 31 14:11:40.137 INFO Checking that binary works, target: Cockroach
18232026-08-31T14:11:40.578ZAug 31 14:11:40.257 INFO Download complete, target: Cockroach
18242026-08-31T14:11:40.582ZAll prerequisites installed successfully
18252026-08-31T14:11:40.586Z
18262026-08-31T14:11:40.586Zreal 1:58.901849898
18272026-08-31T14:11:40.587Zuser 7:20.678083996
18282026-08-31T14:11:40.587Zsys 1:45.280195347
18292026-08-31T14:11:40.587Ztrap 0.287437216
18302026-08-31T14:11:40.587Ztflt 0.868306403
18312026-08-31T14:11:40.587Zdflt 1.835247237
18322026-08-31T14:11:40.587Zkflt 0.022589534
18332026-08-31T14:11:40.587Zlock 29:40.277732644
18342026-08-31T14:11:40.587Zslp 20:09.378623471
18352026-08-31T14:11:40.588Zlat 28.732999550
18362026-08-31T14:11:40.588Zstop 3:36.709532611
18372026-08-31T14:11:40.588Z+ ptime -m cargo xtask download softnpu
18382026-08-31T14:11:41.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18392026-08-31T14:11:41.063Z Running `target/debug/xtask download softnpu`
18402026-08-31T14:11:41.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18412026-08-31T14:11:41.896Z Running `target/debug/xtask-downloader softnpu`
18422026-08-31T14:11:41.940ZAug 31 14:11:41.619 INFO Starting download, target: Softnpu
18432026-08-31T14:11:41.944ZAug 31 14:11:41.619 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18442026-08-31T14:11:42.403ZAug 31 14:11:42.081 INFO Download complete, target: Softnpu
18452026-08-31T14:11:42.406Z
18462026-08-31T14:11:42.406Zreal 1.814976074
18472026-08-31T14:11:42.406Zuser 1.309783904
18482026-08-31T14:11:42.406Zsys 0.617619469
18492026-08-31T14:11:42.406Ztrap 0.000448040
18502026-08-31T14:11:42.406Ztflt 0.000101510
18512026-08-31T14:11:42.406Zdflt 0.000151160
18522026-08-31T14:11:42.406Zkflt 0.000000000
18532026-08-31T14:11:42.406Zlock 8.827054108
18542026-08-31T14:11:42.406Zslp 0.328989867
18552026-08-31T14:11:42.406Zlat 0.092994039
18562026-08-31T14:11:42.406Zstop 0.000157640
18572026-08-31T14:11:42.406Z+ export CARGO_INCREMENTAL=0
18582026-08-31T14:11:42.406Z+ CARGO_INCREMENTAL=0
18592026-08-31T14:11:42.406Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18602026-08-31T14:11:43.318Z Compiling proc-macro2 v1.0.106
18612026-08-31T14:11:43.318Z Compiling quote v1.0.45
18622026-08-31T14:11:43.321Z Compiling unicode-ident v1.0.24
18632026-08-31T14:11:43.321Z Compiling serde_core v1.0.228
18642026-08-31T14:11:43.321Z Compiling libc v0.2.185
18652026-08-31T14:11:43.321Z Compiling serde v1.0.228
18662026-08-31T14:11:43.322Z Compiling cfg-if v1.0.4
18672026-08-31T14:11:43.322Z Compiling version_check v0.9.5
18682026-08-31T14:11:43.464Z Compiling autocfg v1.5.0
18692026-08-31T14:11:43.468Z Compiling find-msvc-tools v0.1.9
18702026-08-31T14:11:43.468Z Compiling shlex v1.3.0
18712026-08-31T14:11:43.468Z Compiling memchr v2.8.0
18722026-08-31T14:11:43.468Z Compiling zmij v1.0.21
18732026-08-31T14:11:43.468Z Compiling serde_json v1.0.151
18742026-08-31T14:11:43.685Z Compiling portable-atomic v1.13.1
18752026-08-31T14:11:43.745Z Compiling zerocopy v0.8.55
18762026-08-31T14:11:43.748Z Compiling libm v0.2.16
18772026-08-31T14:11:43.835Z Compiling getrandom v0.4.3
18782026-08-31T14:11:43.856Z Compiling generic-array v0.14.7
18792026-08-31T14:11:43.874Z Compiling icu_properties_data v2.1.2
18802026-08-31T14:11:43.909Z Compiling smallvec v1.15.1
18812026-08-31T14:11:43.912Z Compiling icu_normalizer_data v2.1.1
18822026-08-31T14:11:44.110Z Compiling num-traits v0.2.19
18832026-08-31T14:11:44.140Z Compiling parking_lot_core v0.9.12
18842026-08-31T14:11:44.143Z Compiling itoa v1.0.17
18852026-08-31T14:11:44.143Z Compiling log v0.4.33
18862026-08-31T14:11:44.188Z Compiling pkg-config v0.3.32
18872026-08-31T14:11:44.192Z Compiling subtle v2.6.1
18882026-08-31T14:11:44.232Z Compiling stable_deref_trait v1.2.1
18892026-08-31T14:11:44.338Z Compiling typenum v1.20.1
18902026-08-31T14:11:44.358Z Compiling rustix v1.1.4
18912026-08-31T14:11:44.402Z Compiling getrandom v0.3.4
18922026-08-31T14:11:44.428Z Compiling scopeguard v1.2.0
18932026-08-31T14:11:44.467Z Compiling thiserror v2.0.18
18942026-08-31T14:11:44.522Z Compiling jobserver v0.1.34
18952026-08-31T14:11:44.531Z Compiling errno v0.3.14
18962026-08-31T14:11:44.578Z Compiling lock_api v0.4.14
18972026-08-31T14:11:44.673Z Compiling rand_core v0.10.0
18982026-08-31T14:11:44.733Z Compiling cc v1.2.56
18992026-08-31T14:11:44.837Z Compiling syn v2.0.117
19002026-08-31T14:11:44.855Z Compiling critical-section v1.2.0
19012026-08-31T14:11:44.870Z Compiling getrandom v0.2.17
19022026-08-31T14:11:44.885Z Compiling schemars v0.8.22
19032026-08-31T14:11:44.900Z Compiling percent-encoding v2.3.2
19042026-08-31T14:11:44.932Z Compiling equivalent v1.0.2
19052026-08-31T14:11:44.951Z Compiling litemap v0.8.1
19062026-08-31T14:11:45.003Z Compiling writeable v0.6.2
19072026-08-31T14:11:45.192Z Compiling rand_core v0.6.4
19082026-08-31T14:11:45.231Z Compiling pin-project-lite v0.2.17
19092026-08-31T14:11:45.231Z Compiling syn v1.0.109
19102026-08-31T14:11:45.294Z Compiling rustversion v1.0.22
19112026-08-31T14:11:45.385Z Compiling once_cell v1.21.3
19122026-08-31T14:11:45.453Z Compiling heck v0.5.0
19132026-08-31T14:11:45.453Z Compiling hashbrown v0.17.0
19142026-08-31T14:11:45.454Z Compiling dunce v1.0.5
19152026-08-31T14:11:45.476Z Compiling fs_extra v1.3.0
19162026-08-31T14:11:45.505Z Compiling byteorder v1.5.0
19172026-08-31T14:11:45.549Z Compiling utf8_iter v1.0.4
19182026-08-31T14:11:45.651Z Compiling cmake v0.1.57
19192026-08-31T14:11:45.764Z Compiling form_urlencoded v1.2.2
19202026-08-31T14:11:45.808Z Compiling semver v1.0.28
19212026-08-31T14:11:45.808Z Compiling bitflags v2.11.0
19222026-08-31T14:11:45.863Z Compiling strsim v0.11.1
19232026-08-31T14:11:46.023Z Compiling indexmap v2.14.0
19242026-08-31T14:11:46.024Z Compiling signal-hook-registry v1.4.8
19252026-08-31T14:11:46.128Z Compiling thiserror v1.0.69
19262026-08-31T14:11:46.149Z Compiling aws-lc-sys v0.40.0
19272026-08-31T14:11:46.149Z Compiling parking_lot v0.12.5
19282026-08-31T14:11:46.256Z Compiling socket2 v0.6.3
19292026-08-31T14:11:46.305Z Compiling mio v1.2.0
19302026-08-31T14:11:46.450Z Compiling const-oid v0.9.6
19312026-08-31T14:11:46.483Z Compiling aws-lc-rs v1.16.3
19322026-08-31T14:11:46.540Z Compiling futures-core v0.3.32
19332026-08-31T14:11:46.648Z Compiling httparse v1.10.1
19342026-08-31T14:11:46.674Z Compiling iana-time-zone v0.1.65
19352026-08-31T14:11:46.817Z Compiling ucd-trie v0.1.7
19362026-08-31T14:11:46.982Z Compiling regex-syntax v0.8.10
19372026-08-31T14:11:47.016Z Compiling fnv v1.0.7
19382026-08-31T14:11:47.016Z Compiling crc32fast v1.5.0
19392026-08-31T14:11:47.050Z Compiling pest v2.8.6
19402026-08-31T14:11:47.120Z Compiling uuid v1.23.4
19412026-08-31T14:11:47.166Z Compiling ident_case v1.0.1
19422026-08-31T14:11:47.235Z Compiling vcpkg v0.2.15
19432026-08-31T14:11:47.401Z Compiling rustc_version v0.4.1
19442026-08-31T14:11:47.478Z Compiling dyn-clone v1.0.20
19452026-08-31T14:11:47.508Z Compiling futures-sink v0.3.32
19462026-08-31T14:11:47.568Z Compiling rustls v0.23.41
19472026-08-31T14:11:47.682Z Compiling synstructure v0.13.2
19482026-08-31T14:11:47.699Z Compiling serde_derive_internals v0.29.1
19492026-08-31T14:11:47.739Z Compiling futures-channel v0.3.32
19502026-08-31T14:11:47.797Z Compiling openssl-sys v0.9.117
19512026-08-31T14:11:47.953Z Compiling aho-corasick v1.1.4
19522026-08-31T14:11:47.979Z Compiling futures-task v0.3.32
19532026-08-31T14:11:47.994Z Compiling futures-io v0.3.32
19542026-08-31T14:11:48.083Z Compiling slab v0.4.12
19552026-08-31T14:11:48.102Z Compiling pest_meta v2.8.6
19562026-08-31T14:11:48.350Z Compiling num-conv v0.2.0
19572026-08-31T14:11:48.371Z Compiling radium v0.7.0
19582026-08-31T14:11:48.423Z Compiling time-core v0.1.8
19592026-08-31T14:11:48.441Z Compiling plain v0.2.3
19602026-08-31T14:11:48.513Z Compiling crossbeam-utils v0.8.21
19612026-08-31T14:11:48.539Z Compiling base64 v0.22.1
19622026-08-31T14:11:48.569Z Compiling pretty-hex v0.4.1
19632026-08-31T14:11:48.591Z Compiling time-macros v0.2.27
19642026-08-31T14:11:48.646Z Compiling maybe-uninit v2.0.0
19652026-08-31T14:11:48.679Z Compiling openssl v0.10.80
19662026-08-31T14:11:48.714Z Compiling pest_generator v2.8.6
19672026-08-31T14:11:48.730Z Compiling base64ct v1.8.3
19682026-08-31T14:11:48.735Z Compiling slog v2.8.2
19692026-08-31T14:11:48.805Z Compiling regex-automata v0.4.14
19702026-08-31T14:11:48.933Z Compiling flagset v0.4.7
19712026-08-31T14:11:48.952Z Compiling unicode-segmentation v1.12.0
19722026-08-31T14:11:48.989Z Compiling serde_derive v1.0.228
19732026-08-31T14:11:48.992Z Compiling zeroize_derive v1.5.0
19742026-08-31T14:11:49.026Z Compiling zerofrom-derive v0.1.6
19752026-08-31T14:11:49.044Z Compiling yoke-derive v0.8.1
19762026-08-31T14:11:49.047Z Compiling zerocopy-derive v0.8.55
19772026-08-31T14:11:49.077Z Compiling zerovec-derive v0.11.2
19782026-08-31T14:11:49.094Z Compiling displaydoc v0.2.5
19792026-08-31T14:11:49.148Z Compiling tokio-macros v2.7.0
19802026-08-31T14:11:49.353Z Compiling futures-macro v0.3.32
19812026-08-31T14:11:49.378Z Compiling thiserror-impl v2.0.18
19822026-08-31T14:11:49.378Z Compiling schemars_derive v0.8.22
19832026-08-31T14:11:49.408Z Compiling der_derive v0.7.3
19842026-08-31T14:11:49.411Z Compiling tracing-attributes v0.1.31
19852026-08-31T14:11:49.533Z Compiling thiserror-impl v1.0.69
19862026-08-31T14:11:49.586Z Compiling pest_derive v2.8.6
19872026-08-31T14:11:49.640Z Compiling pem-rfc7468 v0.7.0
19882026-08-31T14:11:49.788Z Compiling scroll_derive v0.13.1
19892026-08-31T14:11:49.848Z Compiling scroll_derive v0.12.1
19902026-08-31T14:11:49.930Z Compiling openssl-macros v0.1.1
19912026-08-31T14:11:50.053Z Compiling rand_core v0.9.5
19922026-08-31T14:11:50.065Z Compiling darling_core v0.23.0
19932026-08-31T14:11:50.183Z Compiling futures-util v0.3.32
19942026-08-31T14:11:50.198Z Compiling zerofrom v0.1.6
19952026-08-31T14:11:50.337Z Compiling yoke v0.8.1
19962026-08-31T14:11:50.371Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19972026-08-31T14:11:50.542Z Compiling zerovec v0.11.5
19982026-08-31T14:11:50.571Z Compiling zerotrie v0.2.3
19992026-08-31T14:11:50.666Z Compiling bzip2-sys v0.1.13+1.0.8
20002026-08-31T14:11:50.695Z Compiling syn v3.0.3
20012026-08-31T14:11:50.784Z Compiling ahash v0.8.12
20022026-08-31T14:11:50.802Z Compiling paste v1.0.15
20032026-08-31T14:11:50.806Z Compiling native-tls v0.2.18
20042026-08-31T14:11:51.022Z Compiling anyhow v1.0.104
20052026-08-31T14:11:51.045Z Compiling packed_struct v0.10.1
20062026-08-31T14:11:51.062Z Compiling num-bigint-dig v0.8.6
20072026-08-31T14:11:51.090Z Compiling tinystr v0.8.2
20082026-08-31T14:11:51.163Z Compiling potential_utf v0.1.4
20092026-08-31T14:11:51.283Z Compiling icu_locale_core v2.1.1
20102026-08-31T14:11:51.303Z Compiling icu_collections v2.1.1
20112026-08-31T14:11:51.337Z Compiling regex v1.12.3
20122026-08-31T14:11:51.341Z Compiling zerocopy-derive v0.7.35
20132026-08-31T14:11:52.054Z Compiling icu_provider v2.1.1
20142026-08-31T14:11:52.229Z Compiling zeroize v1.9.0
20152026-08-31T14:11:52.246Z Compiling bytes v1.11.1
20162026-08-31T14:11:52.348Z Compiling icu_normalizer v2.1.1
20172026-08-31T14:11:52.376Z Compiling icu_properties v2.1.2
20182026-08-31T14:11:52.395Z Compiling chrono v0.4.45
20192026-08-31T14:11:52.798Z Compiling tokio v1.52.1
20202026-08-31T14:11:53.017Z Compiling crypto-common v0.1.7
20212026-08-31T14:11:53.116Z Compiling block-buffer v0.10.4
20222026-08-31T14:11:53.190Z Compiling serde_tokenstream v0.2.3
20232026-08-31T14:11:53.205Z Compiling der v0.7.10
20242026-08-31T14:11:53.287Z Compiling idna_adapter v1.2.1
20252026-08-31T14:11:53.317Z Compiling digest v0.10.7
20262026-08-31T14:11:53.445Z Compiling idna v1.1.0
20272026-08-31T14:11:53.505Z Compiling ppv-lite86 v0.2.21
20282026-08-31T14:11:53.628Z Compiling http v1.4.2
20292026-08-31T14:11:53.791Z Compiling darling_macro v0.23.0
20302026-08-31T14:11:53.828Z Compiling url v2.5.8
20312026-08-31T14:11:53.845Z Compiling tracing-core v0.1.36
20322026-08-31T14:11:53.887Z Compiling cookie v0.18.1
20332026-08-31T14:11:54.217Z Compiling spki v0.7.3
20342026-08-31T14:11:54.288Z Compiling cpufeatures v0.2.17
20352026-08-31T14:11:54.313Z Compiling fastrand v2.3.0
20362026-08-31T14:11:54.378Z Compiling camino v1.2.5
20372026-08-31T14:11:54.481Z Compiling darling v0.23.0
20382026-08-31T14:11:54.579Z Compiling tracing v0.1.44
20392026-08-31T14:11:54.650Z Compiling rand_chacha v0.9.0
20402026-08-31T14:11:54.813Z Compiling serde_spanned v0.6.9
20412026-08-31T14:11:54.817Z Compiling toml_datetime v0.6.11
20422026-08-31T14:11:55.006Z Compiling zerocopy-derive v0.6.6
20432026-08-31T14:11:55.025Z Compiling clap_derive v4.6.1
20442026-08-31T14:11:55.041Z Compiling bitfield-macros v0.19.4
20452026-08-31T14:11:55.060Z Compiling packed_struct_codegen v0.10.1
20462026-08-31T14:11:55.374Z Compiling indexmap v1.9.3
20472026-08-31T14:11:55.571Z Compiling simd-adler32 v0.3.8
20482026-08-31T14:11:55.634Z Compiling object v0.37.3
20492026-08-31T14:11:55.783Z Compiling rand v0.9.2
20502026-08-31T14:11:55.800Z Compiling pkcs8 v0.10.2
20512026-08-31T14:11:55.823Z Compiling http-body v1.0.1
20522026-08-31T14:11:55.839Z Compiling daft-derive v0.1.8
20532026-08-31T14:11:55.880Z Compiling rustls-pki-types v1.14.0
20542026-08-31T14:11:56.057Z Compiling spin v0.9.8
20552026-08-31T14:11:56.095Z Compiling usdt-impl v0.5.0
20562026-08-31T14:11:56.111Z Compiling cmov v0.5.4
20572026-08-31T14:11:56.276Z Compiling adler2 v2.0.1
20582026-08-31T14:11:56.326Z Compiling utf8parse v0.2.2
20592026-08-31T14:11:56.342Z Compiling tinyvec_macros v0.1.1
20602026-08-31T14:11:56.365Z Compiling ref-cast v1.0.25
20612026-08-31T14:11:56.385Z Compiling either v1.15.0
20622026-08-31T14:11:56.425Z Compiling openssl-probe v0.2.1
20632026-08-31T14:11:56.441Z Compiling winnow v0.5.40
20642026-08-31T14:11:56.459Z Compiling usdt-impl v0.6.0
20652026-08-31T14:11:56.610Z Compiling anstyle v1.0.14
20662026-08-31T14:11:56.624Z Compiling anstyle-parse v1.0.0
20672026-08-31T14:11:56.671Z Compiling tokio-util v0.7.18
20682026-08-31T14:11:56.706Z Compiling tinyvec v1.10.0
20692026-08-31T14:11:56.720Z Compiling ctutils v0.4.2
20702026-08-31T14:11:56.751Z Compiling miniz_oxide v0.8.9
20712026-08-31T14:11:56.847Z Compiling sha2 v0.10.9
20722026-08-31T14:11:57.050Z Compiling tempfile v3.27.0
20732026-08-31T14:11:57.083Z Compiling scroll v0.13.0
20742026-08-31T14:11:57.259Z Compiling scroll v0.12.0
20752026-08-31T14:11:57.299Z Compiling terminal_size v0.4.3
20762026-08-31T14:11:57.364Z Compiling async-trait v0.1.89
20772026-08-31T14:11:57.455Z Compiling heapless v0.7.17
20782026-08-31T14:11:57.618Z Compiling signal-hook v0.3.18
20792026-08-31T14:11:57.634Z Compiling anstyle-query v1.1.5
20802026-08-31T14:11:57.658Z Compiling colorchoice v1.0.4
20812026-08-31T14:11:57.715Z Compiling zstd-safe v7.2.4
20822026-08-31T14:11:57.763Z Compiling toml_edit v0.19.15
20832026-08-31T14:11:57.818Z Compiling untrusted v0.7.1
20842026-08-31T14:11:57.835Z Compiling winnow v1.0.3
20852026-08-31T14:11:57.948Z Compiling atomic-waker v1.1.2
20862026-08-31T14:11:57.967Z Compiling litrs v1.0.0
20872026-08-31T14:11:57.985Z Compiling is_terminal_polyfill v1.70.2
20882026-08-31T14:11:58.013Z Compiling tower-layer v0.3.3
20892026-08-31T14:11:58.049Z Compiling rustix v0.38.44
20902026-08-31T14:11:58.066Z Compiling winnow v0.7.14
20912026-08-31T14:11:58.096Z Compiling try-lock v0.2.5
20922026-08-31T14:11:58.112Z Compiling tower-service v0.3.3
20932026-08-31T14:11:58.223Z Compiling want v0.3.1
20942026-08-31T14:11:58.239Z Compiling anstream v1.0.0
20952026-08-31T14:11:58.339Z Compiling h2 v0.4.15
20962026-08-31T14:11:58.428Z Compiling document-features v0.2.12
20972026-08-31T14:11:58.741Z Compiling goblin v0.8.2
20982026-08-31T14:11:58.839Z Compiling toml_parser v1.1.2+spec-1.1.0
20992026-08-31T14:11:58.876Z Compiling goblin v0.10.5
21002026-08-31T14:11:58.962Z Compiling hybrid-array v0.4.13
21012026-08-31T14:11:59.267Z Compiling ipnetwork v0.21.1
21022026-08-31T14:11:59.412Z Compiling ipnet v2.12.0
21032026-08-31T14:11:59.508Z Compiling zerocopy v0.7.35
21042026-08-31T14:11:59.530Z Compiling heck v0.4.1
21052026-08-31T14:11:59.647Z Compiling structmeta-derive v0.3.0
21062026-08-31T14:11:59.650Z Compiling ref-cast-impl v1.0.25
21072026-08-31T14:11:59.779Z Compiling curve25519-dalek v4.1.3
21082026-08-31T14:11:59.783Z Compiling darling_core v0.20.11
21092026-08-31T14:11:59.885Z Compiling memoffset v0.9.1
21102026-08-31T14:11:59.982Z Compiling untrusted v0.9.0
21112026-08-31T14:12:00.104Z Compiling powerfmt v0.2.0
21122026-08-31T14:12:00.126Z Compiling tap v1.0.1
21132026-08-31T14:12:00.221Z Compiling foreign-types-shared v0.1.1
21142026-08-31T14:12:00.237Z Compiling httpdate v1.0.3
21152026-08-31T14:12:00.326Z Compiling foreign-types v0.3.2
21162026-08-31T14:12:00.342Z Compiling deranged v0.5.8
21172026-08-31T14:12:00.397Z Compiling wyz v0.5.1
21182026-08-31T14:12:00.616Z Compiling unicode-normalization v0.1.25
21192026-08-31T14:12:00.692Z Compiling structmeta v0.3.0
21202026-08-31T14:12:00.747Z Compiling dtrace-parser v0.2.0
21212026-08-31T14:12:00.789Z Compiling rand_chacha v0.3.1
21222026-08-31T14:12:00.792Z Compiling signature v2.2.0
21232026-08-31T14:12:00.818Z Compiling hex v0.4.3
21242026-08-31T14:12:00.963Z Compiling dtrace-parser v0.3.0
21252026-08-31T14:12:01.099Z Compiling dof v0.3.0
21262026-08-31T14:12:01.117Z Compiling pin-project-internal v1.1.11
21272026-08-31T14:12:01.220Z Compiling num-integer v0.1.46
21282026-08-31T14:12:01.362Z Compiling wait-timeout v0.2.1
21292026-08-31T14:12:01.481Z Compiling hyper v1.10.1
21302026-08-31T14:12:01.497Z Compiling socket2 v0.5.10
21312026-08-31T14:12:01.539Z Compiling thread-id v5.1.0
21322026-08-31T14:12:01.560Z Compiling thread-id v4.2.2
21332026-08-31T14:12:01.609Z Compiling cfg_aliases v0.2.1
21342026-08-31T14:12:01.640Z Compiling dof v0.4.0
21352026-08-31T14:12:01.695Z Compiling smoltcp v0.9.1
21362026-08-31T14:12:01.797Z Compiling darling_macro v0.20.11
21372026-08-31T14:12:01.830Z Compiling owo-colors v4.3.0
21382026-08-31T14:12:01.835Z Compiling clap_lex v1.0.0
21392026-08-31T14:12:01.863Z Compiling funty v2.0.0
21402026-08-31T14:12:02.015Z Compiling num_threads v0.1.7
21412026-08-31T14:12:02.119Z Compiling bit-vec v0.8.0
21422026-08-31T14:12:02.136Z Compiling quick-error v1.2.3
21432026-08-31T14:12:02.168Z Compiling time v0.3.47
21442026-08-31T14:12:02.209Z Compiling bitvec v1.0.1
21452026-08-31T14:12:02.233Z Compiling rusty-fork v0.3.1
21462026-08-31T14:12:02.270Z Compiling clap_builder v4.6.0
21472026-08-31T14:12:02.282Z Compiling nix v0.31.2
21482026-08-31T14:12:02.311Z Compiling darling v0.20.11
21492026-08-31T14:12:02.387Z Compiling bit-set v0.8.0
21502026-08-31T14:12:02.410Z Compiling num-iter v0.1.45
21512026-08-31T14:12:02.572Z Compiling hyper-util v0.1.20
21522026-08-31T14:12:02.657Z Compiling rand v0.8.6
21532026-08-31T14:12:02.690Z Compiling lazy_static v1.5.0
21542026-08-31T14:12:02.822Z Compiling hmac v0.12.1
21552026-08-31T14:12:02.844Z Compiling erased-serde v0.3.31
21562026-08-31T14:12:03.009Z Compiling rand_xorshift v0.4.0
21572026-08-31T14:12:03.193Z Compiling curve25519-dalek-derive v0.1.1
21582026-08-31T14:12:03.231Z Compiling sync_wrapper v1.0.2
21592026-08-31T14:12:03.421Z Compiling nodrop v0.1.14
21602026-08-31T14:12:03.583Z Compiling unarray v0.1.4
21612026-08-31T14:12:03.655Z Compiling siphasher v1.0.2
21622026-08-31T14:12:03.743Z Compiling crc-catalog v2.4.0
21632026-08-31T14:12:03.746Z Compiling zlib-rs v0.6.2
21642026-08-31T14:12:03.852Z Compiling crc v3.4.0
21652026-08-31T14:12:03.939Z Compiling clap v4.6.1
21662026-08-31T14:12:04.051Z Compiling proptest v1.11.0
21672026-08-31T14:12:04.087Z Compiling array-init v0.0.4
21682026-08-31T14:12:04.451Z Compiling tower v0.5.3
21692026-08-31T14:12:05.254Z Compiling smallvec v0.6.14
21702026-08-31T14:12:05.271Z Compiling derive_builder_core v0.20.2
21712026-08-31T14:12:05.288Z Compiling snafu-derive v0.8.9
21722026-08-31T14:12:05.390Z Compiling pkcs1 v0.7.5
21732026-08-31T14:12:05.452Z Compiling http-body-util v0.1.3
21742026-08-31T14:12:05.538Z Compiling zerocopy v0.6.6
21752026-08-31T14:12:05.721Z Compiling bitfield v0.19.4
21762026-08-31T14:12:05.782Z Compiling flate2 v1.1.9
21772026-08-31T14:12:05.823Z Compiling strum_macros v0.26.4
21782026-08-31T14:12:05.894Z Compiling strum_macros v0.27.2
21792026-08-31T14:12:06.022Z Compiling hubpack_derive v0.1.1
21802026-08-31T14:12:06.070Z Compiling env_filter v2.0.0
21812026-08-31T14:12:06.138Z Compiling fs-err v3.3.0
21822026-08-31T14:12:06.270Z Compiling unicode-properties v0.1.4
21832026-08-31T14:12:06.336Z Compiling base64 v0.21.7
21842026-08-31T14:12:06.491Z Compiling allocator-api2 v0.2.21
21852026-08-31T14:12:06.642Z Compiling hashbrown v0.12.3
21862026-08-31T14:12:06.810Z Compiling unicode-bidi v0.3.18
21872026-08-31T14:12:06.827Z Compiling iri-string v0.7.10
21882026-08-31T14:12:06.851Z Compiling ryu v1.0.23
21892026-08-31T14:12:06.963Z Compiling gimli v0.32.3
21902026-08-31T14:12:07.136Z Compiling stringprep v0.1.5
21912026-08-31T14:12:07.289Z Compiling serde_urlencoded v0.7.1
21922026-08-31T14:12:07.531Z Compiling ron v0.8.1
21932026-08-31T14:12:07.625Z Compiling env_logger v0.11.11
21942026-08-31T14:12:07.641Z Compiling newtype-uuid v1.3.2
21952026-08-31T14:12:08.759Z Compiling derive_builder_macro v0.20.2
21962026-08-31T14:12:08.764Z Compiling tower-http v0.6.8
21972026-08-31T14:12:08.764Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21982026-08-31T14:12:08.764Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21992026-08-31T14:12:08.764Z Compiling rsa v0.9.10
22002026-08-31T14:12:08.764Z Compiling oxnet v0.1.6
22012026-08-31T14:12:08.764Z Compiling serde-hex v0.1.0
22022026-08-31T14:12:08.764Z Compiling hashbrown v0.13.2
22032026-08-31T14:12:08.764Z Compiling tokio-native-tls v0.3.1
22042026-08-31T14:12:08.764Z Compiling bzip2 v0.4.4
22052026-08-31T14:12:08.764Z Compiling usdt-attr-macro v0.6.0
22062026-08-31T14:12:08.764Z Compiling usdt-macro v0.6.0
22072026-08-31T14:12:08.764Z Compiling derive-ex v0.1.8
22082026-08-31T14:12:08.764Z Compiling block-padding v0.4.2
22092026-08-31T14:12:08.764Z Compiling addr2line v0.25.1
22102026-08-31T14:12:08.764Z Compiling crypto-common v0.2.2
22112026-08-31T14:12:08.874Z Compiling block-buffer v0.12.1
22122026-08-31T14:12:09.156Z Compiling rustls-native-certs v0.8.3
22132026-08-31T14:12:09.360Z Compiling x509-cert v0.2.5
22142026-08-31T14:12:09.419Z Compiling md-5 v0.10.6
22152026-08-31T14:12:09.548Z Compiling bstr v1.12.1
22162026-08-31T14:12:09.588Z Compiling convert_case v0.10.0
22172026-08-31T14:12:09.754Z Compiling vergen-lib v9.1.0
22182026-08-31T14:12:09.833Z Compiling hash32 v0.2.1
22192026-08-31T14:12:09.868Z Compiling encoding_rs v0.8.35
22202026-08-31T14:12:10.076Z Compiling mime v0.3.17
22212026-08-31T14:12:10.235Z Compiling cpufeatures v0.3.0
22222026-08-31T14:12:10.327Z Compiling fallible-iterator v0.2.0
22232026-08-31T14:12:10.342Z Compiling crc-any v2.5.0
22242026-08-31T14:12:10.375Z Compiling psl-types v2.0.11
22252026-08-31T14:12:10.403Z Compiling unicode-width v0.2.0
22262026-08-31T14:12:10.507Z Compiling rustc-demangle v0.1.27
22272026-08-31T14:12:10.523Z Compiling publicsuffix v2.3.0
22282026-08-31T14:12:10.628Z Compiling postgres-protocol v0.6.10
22292026-08-31T14:12:10.720Z Compiling test-strategy v0.4.5
22302026-08-31T14:12:10.856Z Compiling backtrace v0.3.76
22312026-08-31T14:12:10.918Z Compiling derive_more-impl v2.1.1
22322026-08-31T14:12:11.318Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22332026-08-31T14:12:11.546Z Compiling object v0.30.4
22342026-08-31T14:12:11.712Z Compiling inout v0.2.2
22352026-08-31T14:12:11.732Z Compiling hyper-tls v0.6.0
22362026-08-31T14:12:11.753Z Compiling zip v0.6.6
22372026-08-31T14:12:11.792Z Compiling daft v0.1.8
22382026-08-31T14:12:11.897Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22392026-08-31T14:12:11.924Z Compiling derive_builder v0.20.2
22402026-08-31T14:12:11.990Z Compiling phf_shared v0.13.1
22412026-08-31T14:12:12.063Z Compiling pin-project v1.1.11
22422026-08-31T14:12:12.179Z Compiling toml v0.7.8
22432026-08-31T14:12:12.223Z Compiling serde_with_macros v3.21.0
22442026-08-31T14:12:12.240Z Compiling futures-executor v0.3.32
22452026-08-31T14:12:12.292Z Compiling miette-derive v7.6.0
22462026-08-31T14:12:12.460Z Compiling serde_repr v0.1.20
22472026-08-31T14:12:12.492Z Compiling enum-as-inner v0.6.1
22482026-08-31T14:12:12.527Z Compiling async-recursion v1.1.1
22492026-08-31T14:12:12.664Z Compiling ff v0.13.1
22502026-08-31T14:12:12.697Z Compiling vergen v9.1.0
22512026-08-31T14:12:12.714Z Compiling cargo-platform v0.3.2
22522026-08-31T14:12:12.838Z Compiling managed v0.8.0
22532026-08-31T14:12:12.989Z Compiling bitflags v1.3.2
22542026-08-31T14:12:13.004Z Compiling unicode-linebreak v0.1.5
22552026-08-31T14:12:13.022Z Compiling jiff-core v0.1.0
22562026-08-31T14:12:13.086Z Compiling foldhash v0.1.5
22572026-08-31T14:12:13.134Z Compiling bumpalo v3.20.2
22582026-08-31T14:12:13.203Z Compiling base16ct v0.2.0
22592026-08-31T14:12:13.219Z Compiling is_ci v1.2.0
22602026-08-31T14:12:13.289Z Compiling foldhash v0.2.0
22612026-08-31T14:12:13.289Z Compiling smawk v0.3.2
22622026-08-31T14:12:13.355Z Compiling same-file v1.0.6
22632026-08-31T14:12:13.397Z Compiling path-slash v0.1.5
22642026-08-31T14:12:13.397Z Compiling libbz2-rs-sys v0.2.2
22652026-08-31T14:12:13.492Z Compiling walkdir v2.5.0
22662026-08-31T14:12:13.526Z Compiling hashbrown v0.16.1
22672026-08-31T14:12:13.560Z Compiling textwrap v0.16.2
22682026-08-31T14:12:13.789Z Compiling jiff v0.2.34
22692026-08-31T14:12:13.903Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22702026-08-31T14:12:13.978Z Compiling bzip2 v0.6.1
22712026-08-31T14:12:13.981Z Compiling supports-color v3.0.2
22722026-08-31T14:12:14.015Z Compiling sec1 v0.7.3
22732026-08-31T14:12:14.137Z Compiling zopfli v0.8.3
22742026-08-31T14:12:14.170Z Compiling hashbrown v0.15.5
22752026-08-31T14:12:14.265Z Compiling cargo_metadata v0.23.1
22762026-08-31T14:12:14.282Z Compiling group v0.13.0
22772026-08-31T14:12:14.546Z Compiling futures v0.3.32
22782026-08-31T14:12:14.888Z Compiling phf v0.13.1
22792026-08-31T14:12:15.076Z Compiling snafu v0.8.9
22802026-08-31T14:12:15.143Z Compiling reqwest v0.12.28
22812026-08-31T14:12:15.164Z Compiling cipher v0.5.2
22822026-08-31T14:12:15.436Z Compiling signal-hook-mio v0.2.5
22832026-08-31T14:12:15.450Z Compiling cookie_store v0.22.1
22842026-08-31T14:12:15.469Z Compiling zstd v0.13.3
22852026-08-31T14:12:15.528Z Compiling backtrace-ext v0.2.1
22862026-08-31T14:12:15.568Z Compiling postgres-types v0.2.12
22872026-08-31T14:12:15.710Z Compiling globset v0.4.18
22882026-08-31T14:12:15.727Z Compiling strum v0.27.2
22892026-08-31T14:12:15.817Z Compiling hubpack v0.1.2
22902026-08-31T14:12:15.917Z Compiling phf_shared v0.11.3
22912026-08-31T14:12:15.964Z Compiling crossbeam-epoch v0.9.18
22922026-08-31T14:12:15.980Z Compiling hkdf v0.12.4
22932026-08-31T14:12:16.053Z Compiling byte-wrapper v0.1.0
22942026-08-31T14:12:16.090Z Compiling olpc-cjson v0.1.4
22952026-08-31T14:12:16.109Z Compiling ed25519 v2.2.3
22962026-08-31T14:12:16.368Z Compiling crypto-bigint v0.5.5
22972026-08-31T14:12:16.371Z Compiling serde_plain v1.0.2
22982026-08-31T14:12:16.399Z Compiling serde-big-array v0.5.1
22992026-08-31T14:12:16.433Z Compiling pem v3.0.6
23002026-08-31T14:12:16.569Z Compiling float-cmp v0.10.0
23012026-08-31T14:12:16.602Z Compiling memmap2 v0.9.10
23022026-08-31T14:12:16.619Z Compiling unicode-width v0.1.14
23032026-08-31T14:12:16.734Z Compiling supports-unicode v3.0.0
23042026-08-31T14:12:16.751Z Compiling normalize-line-endings v0.3.0
23052026-08-31T14:12:16.829Z Compiling toml_write v0.1.2
23062026-08-31T14:12:16.864Z Compiling fixedbitset v0.4.2
23072026-08-31T14:12:16.903Z Compiling precomputed-hash v0.1.1
23082026-08-31T14:12:16.905Z Compiling typed-path v0.9.3
23092026-08-31T14:12:16.936Z Compiling whoami v2.1.0
23102026-08-31T14:12:17.045Z Compiling supports-hyperlinks v3.2.0
23112026-08-31T14:12:17.060Z Compiling predicates-core v1.0.10
23122026-08-31T14:12:17.082Z Compiling const-oid v0.10.2
23132026-08-31T14:12:17.098Z Compiling keccak v0.1.6
23142026-08-31T14:12:17.103Z Compiling new_debug_unreachable v1.0.6
23152026-08-31T14:12:17.135Z Compiling fixedbitset v0.5.7
23162026-08-31T14:12:17.216Z Compiling difflib v0.4.0
23172026-08-31T14:12:17.240Z Compiling data-encoding v2.10.0
23182026-08-31T14:12:17.298Z Compiling static_assertions v1.1.0
23192026-08-31T14:12:17.316Z Compiling elliptic-curve v0.13.8
23202026-08-31T14:12:17.389Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23212026-08-31T14:12:17.449Z Compiling predicates v3.1.4
23222026-08-31T14:12:17.466Z Compiling petgraph v0.8.3
23232026-08-31T14:12:17.660Z Compiling hickory-proto v0.25.2
23242026-08-31T14:12:17.775Z Compiling sha3 v0.10.8
23252026-08-31T14:12:17.941Z Compiling digest v0.11.3
23262026-08-31T14:12:18.053Z Compiling string_cache v0.8.9
23272026-08-31T14:12:18.088Z Compiling tokio-postgres v0.7.16
23282026-08-31T14:12:18.106Z Compiling miette v7.6.0
23292026-08-31T14:12:18.109Z Compiling chacha20 v0.10.0
23302026-08-31T14:12:18.155Z Compiling petgraph v0.6.5
23312026-08-31T14:12:18.290Z Compiling toml_edit v0.22.27
23322026-08-31T14:12:18.555Z Compiling usdt v0.6.0
23332026-08-31T14:12:19.274Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23342026-08-31T14:12:19.300Z Compiling ed25519-dalek v2.2.0
23352026-08-31T14:12:19.613Z Compiling zip v4.6.1
23362026-08-31T14:12:20.100Z Compiling crossterm v0.28.1
23372026-08-31T14:12:20.192Z Compiling iddqd v0.4.2
23382026-08-31T14:12:20.530Z Compiling serde_with v3.21.0
23392026-08-31T14:12:20.585Z Compiling derive_more v2.1.1
23402026-08-31T14:12:20.606Z Compiling similar v2.7.0
23412026-08-31T14:12:20.631Z Compiling strum v0.26.3
23422026-08-31T14:12:20.782Z Compiling tokio-stream v0.1.18
23432026-08-31T14:12:20.861Z Compiling buf-list v1.1.2
23442026-08-31T14:12:20.904Z Compiling itertools v0.13.0
23452026-08-31T14:12:21.147Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23462026-08-31T14:12:21.163Z Compiling openapiv3 v2.2.0
23472026-08-31T14:12:21.767Z Compiling lalrpop-util v0.19.12
23482026-08-31T14:12:21.890Z Compiling peg-runtime v0.8.5
23492026-08-31T14:12:36.536Z Compiling rustls-webpki v0.103.13
23502026-08-31T14:12:39.882Z Compiling tokio-rustls v0.26.4
23512026-08-31T14:12:39.986Z Compiling rustls-platform-verifier v0.6.2
23522026-08-31T14:12:40.173Z Compiling hyper-rustls v0.27.7
23532026-08-31T14:12:40.212Z Compiling tough v0.22.0
23542026-08-31T14:12:40.472Z Compiling reqwest v0.13.2
23552026-08-31T14:12:43.488Z Compiling macaddr v1.0.1
23562026-08-31T14:12:43.538Z Compiling rayon-core v1.13.0
23572026-08-31T14:12:43.677Z Compiling crucible-workspace-hack v0.1.0
23582026-08-31T14:12:43.714Z Compiling itertools v0.15.0
23592026-08-31T14:12:43.768Z Compiling secrecy v0.10.3
23602026-08-31T14:12:43.784Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23612026-08-31T14:12:43.787Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23622026-08-31T14:12:43.802Z Compiling toml_datetime v0.7.5+spec-1.1.0
23632026-08-31T14:12:43.901Z Compiling heapless v0.8.0
23642026-08-31T14:12:44.024Z Compiling toml_edit v0.23.10+spec-1.0.0
23652026-08-31T14:12:44.047Z Compiling crossbeam-deque v0.8.6
23662026-08-31T14:12:44.050Z Compiling inout v0.1.4
23672026-08-31T14:12:44.092Z Compiling hash32 v0.3.1
23682026-08-31T14:12:44.220Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23692026-08-31T14:12:44.281Z Compiling multer v3.1.0
23702026-08-31T14:12:44.297Z Compiling thread_local v1.1.9
23712026-08-31T14:12:44.317Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23722026-08-31T14:12:44.349Z Compiling smoltcp v0.11.0
23732026-08-31T14:12:44.396Z Compiling compression-core v0.4.31
23742026-08-31T14:12:44.411Z Compiling slog-async v2.8.0
23752026-08-31T14:12:44.518Z Compiling match_cfg v0.1.0
23762026-08-31T14:12:44.577Z Compiling proc-macro-crate v3.4.0
23772026-08-31T14:12:44.601Z Compiling hostname v0.3.1
23782026-08-31T14:12:44.615Z Compiling compression-codecs v0.4.37
23792026-08-31T14:12:44.707Z Compiling cipher v0.4.4
23802026-08-31T14:12:44.768Z Compiling atomicwrites v0.4.4
23812026-08-31T14:12:44.784Z Compiling slog-json v2.6.1
23822026-08-31T14:12:44.801Z Compiling crossbeam-channel v0.5.15
23832026-08-31T14:12:44.817Z Compiling half v2.7.1
23842026-08-31T14:12:44.933Z Compiling newtype-uuid-macros v0.1.0
23852026-08-31T14:12:44.983Z Compiling universal-hash v0.5.1
23862026-08-31T14:12:45.017Z Compiling serde_tokenstream v0.3.0
23872026-08-31T14:12:45.032Z Compiling cobs v0.3.0
23882026-08-31T14:12:45.084Z Compiling async-stream-impl v0.3.6
23892026-08-31T14:12:45.089Z Compiling thiserror-impl-no-std v2.0.2
23902026-08-31T14:12:45.089Z Compiling ingot-macros v0.2.0
23912026-08-31T14:12:45.154Z Compiling toml_datetime v1.1.1+spec-1.1.0
23922026-08-31T14:12:45.222Z Compiling serde_spanned v1.1.1
23932026-08-31T14:12:45.239Z Compiling is-terminal v0.4.17
23942026-08-31T14:12:45.333Z Compiling proc-macro-error-attr v1.0.4
23952026-08-31T14:12:45.350Z Compiling dropshot v0.17.1
23962026-08-31T14:12:45.367Z Compiling ciborium-io v0.2.2
23972026-08-31T14:12:45.397Z Compiling toml_writer v1.1.1+spec-1.1.0
23982026-08-31T14:12:45.494Z Compiling term v1.2.1
23992026-08-31T14:12:45.512Z Compiling opaque-debug v0.3.1
24002026-08-31T14:12:45.546Z Compiling convert_case v0.4.0
24012026-08-31T14:12:45.586Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24022026-08-31T14:12:45.602Z Compiling take_mut v0.2.2
24032026-08-31T14:12:45.606Z Compiling toml v1.1.2+spec-1.1.0
24042026-08-31T14:12:45.687Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24052026-08-31T14:12:45.723Z Compiling async-stream v0.3.6
24062026-08-31T14:12:45.763Z Compiling poly1305 v0.8.0
24072026-08-31T14:12:45.869Z Compiling derive_more v0.99.20
24082026-08-31T14:12:45.885Z Compiling slog-term v2.9.2
24092026-08-31T14:12:45.944Z Compiling ciborium-ll v0.2.2
24102026-08-31T14:12:46.118Z Compiling thiserror-no-std v2.0.2
24112026-08-31T14:12:46.172Z Compiling oxide-generation-macros v0.2.0
24122026-08-31T14:12:46.232Z Compiling postcard v1.1.3
24132026-08-31T14:12:46.424Z Compiling num_enum_derive v0.7.6
24142026-08-31T14:12:46.468Z Compiling slog-bunyan v2.5.0
24152026-08-31T14:12:46.629Z Compiling chacha20 v0.9.1
24162026-08-31T14:12:46.662Z Compiling async-compression v0.4.41
24172026-08-31T14:12:46.873Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24182026-08-31T14:12:46.902Z Compiling sha1 v0.11.0
24192026-08-31T14:12:46.932Z Compiling oxide-generation v0.1.3
24202026-08-31T14:12:47.155Z Compiling parse-display-derive v0.10.0
24212026-08-31T14:12:47.158Z Compiling proc-macro-crate v1.3.1
24222026-08-31T14:12:47.302Z Compiling waitgroup v0.1.2
24232026-08-31T14:12:47.365Z Compiling rustls-pemfile v2.2.0
24242026-08-31T14:12:47.381Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24252026-08-31T14:12:47.480Z Compiling backon v1.6.0
24262026-08-31T14:12:47.531Z Compiling blake2 v0.10.6
24272026-08-31T14:12:47.690Z Compiling dropshot_endpoint v0.17.1
24282026-08-31T14:12:47.708Z Compiling ingot-types v0.2.0
24292026-08-31T14:12:47.748Z Compiling aead v0.5.2
24302026-08-31T14:12:47.764Z Compiling password-hash v0.5.0
24312026-08-31T14:12:47.945Z Compiling foreign-types-macros v0.2.3
24322026-08-31T14:12:47.948Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24332026-08-31T14:12:47.979Z Compiling serde_path_to_error v0.1.20
24342026-08-31T14:12:48.071Z Compiling hostname v0.4.2
24352026-08-31T14:12:48.089Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24362026-08-31T14:12:48.200Z Compiling ingot v0.2.1
24372026-08-31T14:12:48.257Z Compiling proc-macro-error v1.0.4
24382026-08-31T14:12:48.313Z Compiling instant v0.1.13
24392026-08-31T14:12:48.369Z Compiling illumos-nvpair-sys v0.2.0
24402026-08-31T14:12:48.428Z Compiling debug-ignore v1.0.5
24412026-08-31T14:12:48.448Z Compiling foreign-types-shared v0.3.1
24422026-08-31T14:12:48.464Z Compiling backoff v0.4.0
24432026-08-31T14:12:48.562Z Compiling foreign-types v0.5.0
24442026-08-31T14:12:48.596Z Compiling argon2 v0.5.3
24452026-08-31T14:12:48.625Z Compiling chacha20poly1305 v0.10.1
24462026-08-31T14:12:48.628Z Compiling parse-display v0.10.0
24472026-08-31T14:12:48.641Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-31T14:12:48.658Z Compiling num_enum_derive v0.5.11
24492026-08-31T14:12:48.688Z Compiling num_enum v0.7.6
24502026-08-31T14:12:48.706Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24512026-08-31T14:12:48.724Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24522026-08-31T14:12:48.796Z Compiling vsss-rs v3.3.4
24532026-08-31T14:12:48.846Z Compiling ciborium v0.2.2
24542026-08-31T14:12:49.259Z Compiling regress v0.10.5
24552026-08-31T14:12:49.291Z Compiling itertools v0.14.0
24562026-08-31T14:12:49.397Z Compiling tabwriter v1.4.1
24572026-08-31T14:12:49.420Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24582026-08-31T14:12:49.455Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24592026-08-31T14:12:49.483Z Compiling cstr-argument v0.1.2
24602026-08-31T14:12:49.582Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24612026-08-31T14:12:49.619Z Compiling humantime v2.3.0
24622026-08-31T14:12:49.677Z Compiling num_enum v0.5.11
24632026-08-31T14:12:49.733Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24642026-08-31T14:12:49.784Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24652026-08-31T14:12:49.839Z Compiling rayon v1.11.0
24662026-08-31T14:12:49.890Z Compiling rand v0.10.1
24672026-08-31T14:12:49.912Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24682026-08-31T14:12:49.986Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24692026-08-31T14:12:50.051Z Compiling indent_write v2.2.0
24702026-08-31T14:12:50.069Z Compiling libefi-sys v0.1.0
24712026-08-31T14:12:50.085Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24722026-08-31T14:12:50.103Z Compiling colored v3.1.1
24732026-08-31T14:12:50.120Z Compiling zone_cfg_derive v0.3.1
24742026-08-31T14:12:50.177Z Compiling illumos-nvpair v0.3.0
24752026-08-31T14:12:50.230Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24762026-08-31T14:12:50.307Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24772026-08-31T14:12:50.326Z Compiling camino-tempfile v1.4.1
24782026-08-31T14:12:50.361Z Compiling itertools v0.12.1
24792026-08-31T14:12:50.382Z Compiling usdt-attr-macro v0.5.0
24802026-08-31T14:12:50.427Z Compiling usdt-macro v0.5.0
24812026-08-31T14:12:50.668Z Compiling bitfield-struct v0.6.2
24822026-08-31T14:12:50.730Z Compiling num-derive v0.4.2
24832026-08-31T14:12:50.763Z Compiling blake3 v1.8.5
24842026-08-31T14:12:50.767Z Compiling sigpipe v0.1.3
24852026-08-31T14:12:50.767Z Compiling memmap v0.7.0
24862026-08-31T14:12:50.814Z Compiling glob v0.3.3
24872026-08-31T14:12:50.862Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24882026-08-31T14:12:50.895Z Compiling swrite v0.1.0
24892026-08-31T14:12:51.027Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24902026-08-31T14:12:51.104Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24912026-08-31T14:12:51.182Z Compiling usdt v0.5.0
24922026-08-31T14:12:51.295Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24932026-08-31T14:12:51.410Z Compiling smf v0.2.3
24942026-08-31T14:12:51.425Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24952026-08-31T14:12:51.627Z Compiling filetime v0.2.27
24962026-08-31T14:12:51.648Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24972026-08-31T14:12:51.667Z Compiling zone v0.3.1
24982026-08-31T14:12:51.685Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24992026-08-31T14:12:51.734Z Compiling xattr v1.6.1
25002026-08-31T14:12:51.788Z Compiling arrayref v0.3.9
25012026-08-31T14:12:51.816Z Compiling whoami v1.6.1
25022026-08-31T14:12:51.831Z Compiling arrayvec v0.7.6
25032026-08-31T14:12:51.855Z Compiling constant_time_eq v0.4.2
25042026-08-31T14:12:51.858Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-08-31T14:12:51.895Z Compiling tar v0.4.46
25062026-08-31T14:12:51.898Z Compiling tokio-dtrace v0.1.1
25072026-08-31T14:12:51.950Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25082026-08-31T14:12:52.068Z Compiling gethostname v0.5.0
25092026-08-31T14:12:52.090Z Compiling console v0.16.2
25102026-08-31T14:12:52.219Z Compiling unit-prefix v0.5.2
25112026-08-31T14:12:52.251Z Compiling topological-sort v0.2.2
25122026-08-31T14:12:52.287Z Compiling oxide-tokio-rt v0.1.4
25132026-08-31T14:12:52.326Z Compiling toml v0.8.23
25142026-08-31T14:12:52.396Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25152026-08-31T14:12:52.550Z Compiling indicatif v0.18.4
25162026-08-31T14:12:52.550Z Compiling shell-words v1.1.1
25172026-08-31T14:12:52.841Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25182026-08-31T14:13:01.923Z Compiling progenitor-client v0.14.0
25192026-08-31T14:13:01.923Z Compiling omicron-zone-package v0.12.3
25202026-08-31T14:13:02.164Z Compiling progenitor-extras v0.2.0
25212026-08-31T14:13:02.509Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25222026-08-31T14:13:02.647Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25232026-08-31T14:13:02.665Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25242026-08-31T14:13:02.698Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25252026-08-31T14:13:02.724Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25262026-08-31T14:13:02.772Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25272026-08-31T14:13:02.863Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25282026-08-31T14:13:02.982Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25292026-08-31T14:13:03.411Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-08-31T14:13:06.943Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25312026-08-31T14:13:16.108Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-08-31T14:13:19.373Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25332026-08-31T14:13:20.451Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25342026-08-31T14:13:30.926Z Finished `release` profile [optimized] target(s) in 1m 48s
25352026-08-31T14:13:31.073Z Running `target/release/omicron-package -t test target create -p dev`
25362026-08-31T14:13:31.136ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-31T14:13:31.142ZCreated new build target 'test' and set it as active
25382026-08-31T14:13:31.142Z
25392026-08-31T14:13:31.142Zreal 1:48.730270335
25402026-08-31T14:13:31.142Zuser 17:49.164724188
25412026-08-31T14:13:31.142Zsys 2:49.928087228
25422026-08-31T14:13:31.142Ztrap 0.501634941
25432026-08-31T14:13:31.142Ztflt 2.271292574
25442026-08-31T14:13:31.142Zdflt 4.704678730
25452026-08-31T14:13:31.142Zkflt 0.000480070
25462026-08-31T14:13:31.142Zlock 58:28.739185381
25472026-08-31T14:13:31.142Zslp 45:35.026634994
25482026-08-31T14:13:31.142Zlat 51.695693464
25492026-08-31T14:13:31.142Zstop 6:23.498768164
25502026-08-31T14:13:31.142Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25512026-08-31T14:13:32.045Z Finished `release` profile [optimized] target(s) in 0.89s
25522026-08-31T14:13:32.117Z Running `target/release/omicron-package -t test package`
25532026-08-31T14:13:32.174ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542026-08-31T14:13:33.609Z Compiling heck v0.5.0
25552026-08-31T14:13:33.609Z Compiling regress v0.11.1
25562026-08-31T14:13:33.852Z Compiling unsafe-libyaml v0.2.11
25572026-08-31T14:13:33.852Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25582026-08-31T14:13:33.901Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25592026-08-31T14:13:33.901Z Compiling derive-where v1.6.0
25602026-08-31T14:13:33.904Z Compiling bytecount v0.6.9
25612026-08-31T14:13:33.945Z Compiling atomicwrites v0.4.4
25622026-08-31T14:13:33.981Z Compiling is-terminal v0.4.17
25632026-08-31T14:13:33.981Z Compiling prettyplease v0.2.37
25642026-08-31T14:13:33.984Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25652026-08-31T14:13:33.984Z Compiling newline-converter v0.3.0
25662026-08-31T14:13:34.000Z Compiling console v0.15.11
25672026-08-31T14:13:34.084Z Compiling slog-dtrace v0.3.0
25682026-08-31T14:13:34.105Z Compiling cancel-safe-futures v0.1.5
25692026-08-31T14:13:34.131Z Compiling num-rational v0.4.2
25702026-08-31T14:13:34.131Z Compiling num-complex v0.4.6
25712026-08-31T14:13:34.131Z Compiling thread_local v1.1.9
25722026-08-31T14:13:34.176Z Compiling match_cfg v0.1.0
25732026-08-31T14:13:34.195Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25742026-08-31T14:13:34.282Z Compiling resolv-conf v0.7.6
25752026-08-31T14:13:34.304Z Compiling compression-core v0.4.31
25762026-08-31T14:13:34.379Z Compiling serde_yaml v0.9.34+deprecated
25772026-08-31T14:13:34.431Z Compiling expectorate v1.2.0
25782026-08-31T14:13:34.487Z Compiling compression-codecs v0.4.37
25792026-08-31T14:13:34.641Z Compiling num v0.4.3
25802026-08-31T14:13:34.662Z Compiling hostname v0.3.1
25812026-08-31T14:13:34.685Z Compiling multer v3.1.0
25822026-08-31T14:13:34.743Z Compiling slog-async v2.8.0
25832026-08-31T14:13:34.766Z Compiling crossbeam-channel v0.5.15
25842026-08-31T14:13:34.766Z Compiling slog-json v2.6.1
25852026-08-31T14:13:34.811Z Compiling toml_datetime v1.1.1+spec-1.1.0
25862026-08-31T14:13:34.832Z Compiling serde_spanned v1.1.1
25872026-08-31T14:13:34.896Z Compiling toml_writer v1.1.1+spec-1.1.0
25882026-08-31T14:13:34.918Z Compiling float-ord v0.3.2
25892026-08-31T14:13:35.004Z Compiling term v1.2.1
25902026-08-31T14:13:35.026Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25912026-08-31T14:13:35.070Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25922026-08-31T14:13:35.093Z Compiling linear-map v1.2.0
25932026-08-31T14:13:35.097Z Compiling oxide-update-engine-types v0.1.2
25942026-08-31T14:13:35.133Z Compiling take_mut v0.2.2
25952026-08-31T14:13:35.152Z Compiling toml v1.1.2+spec-1.1.0
25962026-08-31T14:13:35.191Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25972026-08-31T14:13:35.199Z Compiling slog-bunyan v2.5.0
25982026-08-31T14:13:35.296Z Compiling slog-term v2.9.2
25992026-08-31T14:13:35.341Z Compiling async-compression v0.4.41
26002026-08-31T14:13:35.385Z Compiling typify-impl v0.6.2
26012026-08-31T14:13:35.513Z Compiling async-stream v0.3.6
26022026-08-31T14:13:35.666Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26032026-08-31T14:13:35.708Z Compiling dropshot v0.17.1
26042026-08-31T14:13:35.711Z Compiling sha1 v0.11.0
26052026-08-31T14:13:35.711Z Compiling progenitor-client v0.14.0
26062026-08-31T14:13:35.775Z Compiling oxide-generation v0.1.3
26072026-08-31T14:13:35.811Z Compiling waitgroup v0.1.2
26082026-08-31T14:13:35.850Z Compiling rustls-pemfile v2.2.0
26092026-08-31T14:13:35.876Z Compiling backon v1.6.0
26102026-08-31T14:13:35.963Z Compiling hostname v0.4.2
26112026-08-31T14:13:36.005Z Compiling serde_path_to_error v0.1.20
26122026-08-31T14:13:36.068Z Compiling instant v0.1.13
26132026-08-31T14:13:36.089Z Compiling linked-hash-map v0.5.6
26142026-08-31T14:13:36.092Z Compiling debug-ignore v1.0.5
26152026-08-31T14:13:36.130Z Compiling minimal-lexical v0.2.1
26162026-08-31T14:13:36.134Z Compiling progenitor-extras v0.2.0
26172026-08-31T14:13:36.201Z Compiling backoff v0.4.0
26182026-08-31T14:13:36.243Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26192026-08-31T14:13:36.278Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26202026-08-31T14:13:36.334Z Compiling oxide-update-engine v0.1.2
26212026-08-31T14:13:36.371Z Compiling nom v7.1.3
26222026-08-31T14:13:36.401Z Compiling lru-cache v0.1.2
26232026-08-31T14:13:36.444Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26242026-08-31T14:13:36.447Z Compiling parse-display v0.10.0
26252026-08-31T14:13:36.515Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26262026-08-31T14:13:36.579Z Compiling regress v0.10.5
26272026-08-31T14:13:36.789Z Compiling itertools v0.14.0
26282026-08-31T14:13:37.092Z Compiling macaddr v1.0.1
26292026-08-31T14:13:37.164Z Compiling humantime v2.3.0
26302026-08-31T14:13:37.351Z Compiling unicode-xid v0.2.6
26312026-08-31T14:13:37.448Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26322026-08-31T14:13:37.478Z Compiling hickory-proto v0.24.4
26332026-08-31T14:13:37.632Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26342026-08-31T14:13:37.653Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26352026-08-31T14:13:37.751Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26362026-08-31T14:13:38.018Z Compiling toml v0.8.23
26372026-08-31T14:13:38.068Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26382026-08-31T14:13:38.238Z Compiling papergrid v0.11.0
26392026-08-31T14:13:38.532Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26402026-08-31T14:13:38.593Z Compiling tabled_derive v0.7.0
26412026-08-31T14:13:38.617Z Compiling termtree v0.5.1
26422026-08-31T14:13:38.815Z Compiling crossterm v0.29.0
26432026-08-31T14:13:38.840Z Compiling typify-macro v0.6.2
26442026-08-31T14:13:38.866Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26452026-08-31T14:13:39.481Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26462026-08-31T14:13:39.831Z Compiling tabled v0.15.0
26472026-08-31T14:13:39.906Z Compiling phf_shared v0.12.1
26482026-08-31T14:13:39.980Z Compiling hickory-resolver v0.24.4
26492026-08-31T14:13:40.175Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26502026-08-31T14:13:40.401Z Compiling typify v0.6.2
26512026-08-31T14:13:40.711Z Compiling progenitor-impl v0.14.0
26522026-08-31T14:13:41.067Z Compiling csv-core v0.1.13
26532026-08-31T14:13:41.204Z Compiling qorb v0.4.1
26542026-08-31T14:13:41.501Z Compiling vte v0.14.1
26552026-08-31T14:13:41.708Z Compiling chrono-tz v0.10.4
26562026-08-31T14:13:41.762Z Compiling highway v1.3.0
26572026-08-31T14:13:41.960Z Compiling strip-ansi-escapes v0.2.1
26582026-08-31T14:13:42.482Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26592026-08-31T14:13:42.516Z Compiling csv v1.4.0
26602026-08-31T14:13:42.830Z Compiling progenitor-macro v0.14.0
26612026-08-31T14:13:43.441Z Compiling phf v0.12.1
26622026-08-31T14:13:43.646Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26632026-08-31T14:13:43.763Z Compiling const_format_proc_macros v0.2.34
26642026-08-31T14:13:44.116Z Compiling fd-lock v4.0.4
26652026-08-31T14:13:44.252Z Compiling peg-macros v0.8.5
26662026-08-31T14:13:44.279Z Compiling nu-ansi-term v0.50.3
26672026-08-31T14:13:44.547Z Compiling const_format v0.2.35
26682026-08-31T14:13:44.659Z Compiling reedline v0.40.0
26692026-08-31T14:13:45.074Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26702026-08-31T14:13:45.670Z Compiling peg v0.8.5
26712026-08-31T14:13:45.862Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26722026-08-31T14:13:46.066Z Compiling bcs v0.1.6
26732026-08-31T14:13:46.319Z Compiling nom v8.0.0
26742026-08-31T14:13:46.514Z Compiling semver v0.1.20
26752026-08-31T14:13:46.755Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26762026-08-31T14:13:46.824Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26772026-08-31T14:13:46.968Z Compiling progenitor v0.14.0
26782026-08-31T14:13:47.070Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26792026-08-31T14:13:47.154Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26802026-08-31T14:13:47.896Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812026-08-31T14:13:48.248Z Compiling rustc_version v0.1.7
26822026-08-31T14:13:48.273Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26832026-08-31T14:13:48.481Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26842026-08-31T14:13:48.504Z Compiling newtype_derive v0.1.6
26852026-08-31T14:13:48.535Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-31T14:13:48.645Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26872026-08-31T14:13:48.735Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26882026-08-31T14:13:49.054Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26892026-08-31T14:13:49.588Z Compiling steno v0.4.1
26902026-08-31T14:13:49.747Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26912026-08-31T14:13:49.772Z Compiling dropshot-api-manager-types v0.8.0
26922026-08-31T14:13:50.087Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26932026-08-31T14:13:50.188Z Compiling sha1 v0.10.6
26942026-08-31T14:13:50.392Z Compiling utf-8 v0.7.6
26952026-08-31T14:13:50.435Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26962026-08-31T14:13:50.633Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26972026-08-31T14:13:50.675Z Compiling tagptr v0.2.0
26982026-08-31T14:13:50.845Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26992026-08-31T14:13:50.870Z Compiling moka v0.12.13
27002026-08-31T14:13:51.105Z Compiling tungstenite v0.21.0
27012026-08-31T14:13:51.607Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27022026-08-31T14:13:52.150Z Compiling hickory-resolver v0.25.2
27032026-08-31T14:13:52.924Z Compiling tokio-tungstenite v0.21.0
27042026-08-31T14:13:53.207Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27052026-08-31T14:13:53.332Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27062026-08-31T14:13:54.189Z Compiling darling_core v0.21.3
27072026-08-31T14:13:54.944Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27082026-08-31T14:13:55.097Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27092026-08-31T14:13:55.621Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27102026-08-31T14:13:56.465Z Compiling darling_macro v0.21.3
27112026-08-31T14:13:56.938Z Compiling display-error-chain v0.2.2
27122026-08-31T14:13:57.007Z Compiling darling v0.21.3
27132026-08-31T14:13:57.121Z Compiling vergen-lib v0.1.6
27142026-08-31T14:13:57.142Z Compiling diesel_derives v2.3.7
27152026-08-31T14:13:57.388Z Compiling dsl_auto_type v0.2.0
27162026-08-31T14:13:57.578Z Compiling scheduled-thread-pool v0.2.7
27172026-08-31T14:13:57.930Z Compiling vergen-gitcl v1.0.8
27182026-08-31T14:13:58.025Z Compiling diesel_table_macro_syntax v0.3.0
27192026-08-31T14:13:58.161Z Compiling dirs-sys-next v0.1.2
27202026-08-31T14:13:58.164Z Compiling glob v0.3.3
27212026-08-31T14:13:58.203Z Compiling maplit v1.0.2
27222026-08-31T14:13:58.250Z Compiling crunchy v0.2.4
27232026-08-31T14:13:58.327Z Compiling dirs-next v2.0.0
27242026-08-31T14:13:58.512Z Compiling r2d2 v0.8.10
27252026-08-31T14:13:58.561Z Compiling clang-sys v1.8.1
27262026-08-31T14:13:58.604Z Compiling libscf-sys v1.2.0
27272026-08-31T14:13:58.715Z Compiling downcast-rs v2.0.2
27282026-08-31T14:13:58.789Z Compiling xshell-macros v0.2.7
27292026-08-31T14:13:58.803Z Compiling tiny-keccak v2.0.2
27302026-08-31T14:13:58.920Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27312026-08-31T14:13:59.005Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27322026-08-31T14:13:59.068Z Compiling term v0.7.0
27332026-08-31T14:13:59.088Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27342026-08-31T14:13:59.169Z Compiling xshell v0.2.7
27352026-08-31T14:13:59.218Z Compiling papergrid v0.18.0
27362026-08-31T14:13:59.376Z Compiling bit-vec v0.6.3
27372026-08-31T14:13:59.583Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27382026-08-31T14:13:59.618Z Compiling bit-set v0.5.3
27392026-08-31T14:13:59.640Z Compiling ascii-canvas v3.0.0
27402026-08-31T14:13:59.906Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27412026-08-31T14:14:00.091Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27422026-08-31T14:14:00.133Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27432026-08-31T14:14:00.444Z Compiling tabled v0.21.0
27442026-08-31T14:14:00.538Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27452026-08-31T14:14:00.590Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27462026-08-31T14:14:00.613Z Compiling itertools v0.15.0
27472026-08-31T14:14:00.714Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27482026-08-31T14:14:00.824Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27492026-08-31T14:14:01.007Z Compiling itertools v0.10.5
27502026-08-31T14:14:01.443Z Compiling ena v0.14.4
27512026-08-31T14:14:01.515Z Compiling libloading v0.8.9
27522026-08-31T14:14:01.692Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27532026-08-31T14:14:01.719Z Compiling unicase v2.9.0
27542026-08-31T14:14:01.805Z Compiling diff v0.1.13
27552026-08-31T14:14:01.922Z Compiling regex-syntax v0.6.29
27562026-08-31T14:14:02.025Z Compiling bindgen v0.71.1
27572026-08-31T14:14:02.143Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27582026-08-31T14:14:02.251Z Compiling cexpr v0.6.0
27592026-08-31T14:14:02.291Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27602026-08-31T14:14:02.343Z Compiling rustc-hash v2.1.1
27612026-08-31T14:14:02.558Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27622026-08-31T14:14:02.799Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27632026-08-31T14:14:02.891Z Compiling headers-core v0.3.0
27642026-08-31T14:14:03.054Z Compiling libxml v0.3.3
27652026-08-31T14:14:03.057Z Compiling diesel v2.3.7
27662026-08-31T14:14:03.200Z Compiling crc8 v0.1.1
27672026-08-31T14:14:03.309Z Compiling lalrpop v0.19.12
27682026-08-31T14:14:03.402Z Compiling headers v0.4.1
27692026-08-31T14:14:03.796Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27702026-08-31T14:14:04.013Z Compiling strum_macros v0.24.3
27712026-08-31T14:14:04.630Z Compiling indoc v1.0.9
27722026-08-31T14:14:04.990Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27732026-08-31T14:14:05.012Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27742026-08-31T14:14:05.093Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27752026-08-31T14:14:05.217Z Compiling derive_builder v0.20.2
27762026-08-31T14:14:05.279Z Compiling quick-xml v0.37.5
27772026-08-31T14:14:05.387Z Compiling oso-derive v0.27.3
27782026-08-31T14:14:05.414Z Compiling impl-trait-for-tuples v0.2.3
27792026-08-31T14:14:05.747Z Compiling openssl-probe v0.1.6
27802026-08-31T14:14:05.935Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27812026-08-31T14:14:06.053Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27822026-08-31T14:14:06.396Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27832026-08-31T14:14:06.644Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27842026-08-31T14:14:06.679Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27852026-08-31T14:14:06.707Z Compiling bb8 v0.8.6
27862026-08-31T14:14:06.863Z Compiling trait-variant v0.1.2
27872026-08-31T14:14:06.906Z Compiling proc-macro-error-attr2 v2.0.0
27882026-08-31T14:14:07.135Z Compiling half v1.8.3
27892026-08-31T14:14:07.366Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27902026-08-31T14:14:07.399Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27912026-08-31T14:14:07.569Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27922026-08-31T14:14:07.591Z Compiling proc-macro-error2 v2.0.1
27932026-08-31T14:14:07.648Z Compiling serde_cbor v0.11.2
27942026-08-31T14:14:07.909Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27952026-08-31T14:14:07.961Z Compiling hashbrown v0.14.5
27962026-08-31T14:14:08.156Z Compiling rfc6979 v0.4.0
27972026-08-31T14:14:08.275Z Compiling salty v0.3.0
27982026-08-31T14:14:08.321Z Compiling ecdsa v0.16.9
27992026-08-31T14:14:08.413Z Compiling samael v0.0.19
28002026-08-31T14:14:08.544Z Compiling chumsky v0.9.3
28012026-08-31T14:14:08.621Z Compiling knus-derive v3.4.0
28022026-08-31T14:14:08.770Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28032026-08-31T14:14:08.885Z Compiling primeorder v0.13.6
28042026-08-31T14:14:08.980Z Compiling nonempty v0.12.0
28052026-08-31T14:14:09.219Z Compiling p384 v0.13.1
28062026-08-31T14:14:09.774Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28072026-08-31T14:14:09.797Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28082026-08-31T14:14:10.029Z Compiling knus v3.4.0
28092026-08-31T14:14:10.218Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28102026-08-31T14:14:10.722Z Compiling polar-core v0.27.3
28112026-08-31T14:14:10.881Z Compiling fxhash v0.2.1
28122026-08-31T14:14:10.982Z Compiling libz-sys v1.1.24
28132026-08-31T14:14:11.056Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28142026-08-31T14:14:11.178Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28152026-08-31T14:14:11.320Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28162026-08-31T14:14:11.477Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28172026-08-31T14:14:11.734Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28182026-08-31T14:14:12.142Z Compiling kstat-rs v0.2.5
28192026-08-31T14:14:12.174Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28202026-08-31T14:14:12.825Z Compiling mime_guess v2.0.5
28212026-08-31T14:14:13.364Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28222026-08-31T14:14:14.066Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28232026-08-31T14:14:14.789Z Compiling nanorand v0.7.0
28242026-08-31T14:14:14.944Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28252026-08-31T14:14:15.202Z Compiling libgit2-sys v0.18.3+1.9.2
28262026-08-31T14:14:15.665Z Compiling parking_lot_core v0.8.6
28272026-08-31T14:14:15.768Z Compiling flume v0.11.1
28282026-08-31T14:14:15.972Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28292026-08-31T14:14:16.070Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28302026-08-31T14:14:16.307Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28312026-08-31T14:14:16.939Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28322026-08-31T14:14:17.014Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28332026-08-31T14:14:17.202Z Compiling git-stub v1.0.0
28342026-08-31T14:14:17.484Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28352026-08-31T14:14:17.505Z Compiling instability v0.3.11
28362026-08-31T14:14:17.585Z Compiling corncobs v0.1.4
28372026-08-31T14:14:17.731Z Compiling http-range v0.1.5
28382026-08-31T14:14:17.753Z Compiling strsim v0.10.0
28392026-08-31T14:14:17.901Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28402026-08-31T14:14:18.064Z Compiling darling_core v0.13.4
28412026-08-31T14:14:18.064Z Compiling git-stub-vcs v0.1.0
28422026-08-31T14:14:18.447Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28432026-08-31T14:14:19.210Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28442026-08-31T14:14:19.573Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28452026-08-31T14:14:19.704Z Compiling oso v0.27.3
28462026-08-31T14:14:19.861Z Compiling progenitor-impl v0.13.0
28472026-08-31T14:14:22.027Z Compiling diesel-dtrace v0.5.0
28482026-08-31T14:14:22.356Z Compiling async-bb8-diesel v0.2.1
28492026-08-31T14:14:22.804Z Compiling ignore v0.4.25
28502026-08-31T14:14:23.037Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28512026-08-31T14:14:23.330Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28522026-08-31T14:14:23.666Z Compiling anstyle-parse v0.2.7
28532026-08-31T14:14:23.786Z Compiling secrecy v0.8.0
28542026-08-31T14:14:23.934Z Compiling castaway v0.2.4
28552026-08-31T14:14:23.985Z Compiling vergen-git2 v9.1.0
28562026-08-31T14:14:24.007Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28572026-08-31T14:14:24.099Z Compiling indoc v2.0.7
28582026-08-31T14:14:24.304Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28592026-08-31T14:14:24.310Z Compiling compact_str v0.8.1
28602026-08-31T14:14:24.556Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28612026-08-31T14:14:24.749Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28622026-08-31T14:14:25.446Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28632026-08-31T14:14:26.467Z Compiling anstream v0.6.21
28642026-08-31T14:14:26.999Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28652026-08-31T14:14:27.369Z Compiling globwalk v0.9.1
28662026-08-31T14:14:27.672Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28672026-08-31T14:14:28.024Z Compiling progenitor-macro v0.13.0
28682026-08-31T14:14:28.464Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28692026-08-31T14:14:28.665Z Compiling darling_macro v0.13.4
28702026-08-31T14:14:29.015Z Compiling parking_lot v0.11.2
28712026-08-31T14:14:29.184Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28722026-08-31T14:14:29.898Z Compiling hyper-staticfile v0.10.1
28732026-08-31T14:14:29.950Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28742026-08-31T14:14:30.064Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28752026-08-31T14:14:30.441Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28762026-08-31T14:14:30.713Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28772026-08-31T14:14:31.082Z Compiling predicates-tree v1.0.13
28782026-08-31T14:14:31.389Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28792026-08-31T14:14:31.502Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28802026-08-31T14:14:31.632Z Compiling unicode-truncate v1.1.0
28812026-08-31T14:14:31.826Z Compiling digest-io v0.1.0
28822026-08-31T14:14:31.849Z Compiling sha2 v0.11.0
28832026-08-31T14:14:32.011Z Compiling lru v0.12.5
28842026-08-31T14:14:32.195Z Compiling progenitor-client v0.13.0
28852026-08-31T14:14:32.241Z Compiling rand_seeder v0.4.0
28862026-08-31T14:14:32.277Z Compiling prefix-trie v0.7.0
28872026-08-31T14:14:32.495Z Compiling cassowary v0.3.0
28882026-08-31T14:14:32.719Z Compiling rawzip v0.4.4
28892026-08-31T14:14:32.772Z Compiling hickory-server v0.25.2
28902026-08-31T14:14:32.887Z Compiling ratatui v0.29.0
28912026-08-31T14:14:32.936Z Compiling progenitor v0.13.0
28922026-08-31T14:14:33.130Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28932026-08-31T14:14:33.338Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28942026-08-31T14:14:33.438Z Compiling camino-tempfile-ext v0.3.3
28952026-08-31T14:14:33.744Z Compiling sled v0.34.7
28962026-08-31T14:14:33.765Z Compiling darling v0.13.4
28972026-08-31T14:14:33.879Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28982026-08-31T14:14:34.036Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28992026-08-31T14:14:36.403Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29002026-08-31T14:14:37.781Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29012026-08-31T14:14:38.830Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29022026-08-31T14:14:39.055Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29032026-08-31T14:14:40.102Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29042026-08-31T14:14:40.394Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29052026-08-31T14:14:40.758Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29062026-08-31T14:14:40.802Z Compiling serde_with_macros v1.5.2
29072026-08-31T14:14:41.179Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29082026-08-31T14:14:41.258Z Compiling git2 v0.20.4
29092026-08-31T14:14:41.612Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29102026-08-31T14:14:41.958Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29112026-08-31T14:14:42.196Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29122026-08-31T14:14:42.358Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29132026-08-31T14:14:42.506Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29142026-08-31T14:14:42.740Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29152026-08-31T14:14:42.965Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29162026-08-31T14:14:43.227Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29172026-08-31T14:14:43.250Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29182026-08-31T14:14:43.503Z Compiling arc-swap v1.8.2
29192026-08-31T14:14:43.710Z Compiling void v1.0.2
29202026-08-31T14:14:43.864Z Compiling lzss v0.8.2
29212026-08-31T14:14:43.893Z Compiling slog-scope v4.4.1
29222026-08-31T14:14:44.252Z Compiling serde_with v1.14.0
29232026-08-31T14:14:44.292Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29242026-08-31T14:14:44.315Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29252026-08-31T14:14:45.251Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29262026-08-31T14:14:45.363Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29272026-08-31T14:14:45.436Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29282026-08-31T14:14:45.460Z Compiling scuffle v0.1.0
29292026-08-31T14:14:46.041Z Compiling tungstenite v0.23.0
29302026-08-31T14:14:46.066Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-31T14:14:46.139Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29322026-08-31T14:14:47.558Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29332026-08-31T14:14:47.581Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29342026-08-31T14:14:47.798Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29352026-08-31T14:14:47.822Z Compiling nix v0.27.1
29362026-08-31T14:14:48.030Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29372026-08-31T14:14:48.069Z Compiling twox-hash v2.1.2
29382026-08-31T14:14:48.157Z Compiling libsw-core v0.3.2
29392026-08-31T14:14:48.344Z Compiling serde_bytes v0.11.19
29402026-08-31T14:14:48.378Z Compiling atty v0.2.14
29412026-08-31T14:14:48.533Z Compiling libsw v3.5.0
29422026-08-31T14:14:48.568Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29432026-08-31T14:14:48.656Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29442026-08-31T14:14:48.829Z Compiling tokio-tungstenite v0.23.1
29452026-08-31T14:14:48.850Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29462026-08-31T14:14:48.972Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29472026-08-31T14:14:49.209Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29482026-08-31T14:14:50.248Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29492026-08-31T14:14:51.019Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29502026-08-31T14:14:52.111Z Compiling slog-stdlog v4.1.1
29512026-08-31T14:14:52.359Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29522026-08-31T14:14:52.506Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29532026-08-31T14:14:52.861Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29542026-08-31T14:14:53.308Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29552026-08-31T14:14:54.404Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29562026-08-31T14:14:56.066Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29572026-08-31T14:14:56.603Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29582026-08-31T14:14:58.277Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29592026-08-31T14:14:58.303Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29602026-08-31T14:14:58.979Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29612026-08-31T14:14:59.246Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29622026-08-31T14:14:59.336Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29632026-08-31T14:14:59.415Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29642026-08-31T14:15:01.009Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29652026-08-31T14:15:01.600Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29662026-08-31T14:15:03.236Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29672026-08-31T14:15:03.478Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29682026-08-31T14:15:03.802Z Compiling signal-hook-tokio v0.3.1
29692026-08-31T14:15:04.001Z Compiling fatfs v0.3.6
29702026-08-31T14:15:04.276Z Compiling yasna v0.5.2
29712026-08-31T14:15:04.353Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29722026-08-31T14:15:04.817Z Compiling seq-macro v0.3.6
29732026-08-31T14:15:04.982Z Compiling assert_matches v1.5.0
29742026-08-31T14:15:05.103Z Compiling rcgen v0.12.1
29752026-08-31T14:15:05.282Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29762026-08-31T14:15:05.804Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29772026-08-31T14:15:07.774Z Compiling slog-envlogger v2.2.0
29782026-08-31T14:15:07.846Z Compiling oxide-update-engine-display v0.1.2
29792026-08-31T14:15:08.070Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29802026-08-31T14:15:08.759Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29812026-08-31T14:15:08.881Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29822026-08-31T14:15:09.113Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29832026-08-31T14:15:09.340Z Compiling port-file v0.1.0
29842026-08-31T14:15:09.516Z Compiling subprocess v0.2.15
29852026-08-31T14:15:09.679Z Compiling rtoolbox v0.0.3
29862026-08-31T14:15:09.988Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29872026-08-31T14:15:10.324Z Compiling rpassword v7.5.4
29882026-08-31T14:15:11.020Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29892026-08-31T14:15:12.620Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29902026-08-31T14:15:13.977Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29912026-08-31T14:15:14.120Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29922026-08-31T14:15:14.718Z Compiling tui-tree-widget v0.23.1
29932026-08-31T14:15:14.839Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29942026-08-31T14:15:15.012Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29952026-08-31T14:15:15.634Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29962026-08-31T14:15:17.308Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29972026-08-31T14:15:18.079Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29982026-08-31T14:15:18.219Z Compiling uzers v0.12.2
29992026-08-31T14:15:18.818Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30002026-08-31T14:15:19.115Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30012026-08-31T14:15:19.630Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30022026-08-31T14:15:20.415Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30032026-08-31T14:15:21.216Z Compiling support-bundle-viewer v0.1.2
30042026-08-31T14:15:22.259Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30052026-08-31T14:15:23.080Z Compiling multimap v0.10.1
30062026-08-31T14:15:31.657Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30072026-08-31T14:15:34.499Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30082026-08-31T14:15:40.432Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30092026-08-31T14:15:42.603Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30102026-08-31T14:15:43.719Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30112026-08-31T14:28:46.007Z Finished `release` profile [optimized] target(s) in 15m 13s
30122026-08-31T14:28:47.256Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30132026-08-31T14:28:47.256Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30142026-08-31T14:29:58.335Z
30152026-08-31T14:29:58.335Zreal 16:27.167728563
30162026-08-31T14:29:58.339Zuser 1:26:32.216180032
30172026-08-31T14:29:58.340Zsys 3:41.636489286
30182026-08-31T14:29:58.340Ztrap 1.870188486
30192026-08-31T14:29:58.340Ztflt 2.046663852
30202026-08-31T14:29:58.340Zdflt 22.071087534
30212026-08-31T14:29:58.340Zkflt 0.121629462
30222026-08-31T14:29:58.340Zlock 12:02:08.070347461
30232026-08-31T14:29:58.340Zslp 2:40:27.103504356
30242026-08-31T14:29:58.340Zlat 2:45.083406865
30252026-08-31T14:29:58.340Zstop 5:31.610469987
30262026-08-31T14:29:58.340Z+ mapfile -t packages
30272026-08-31T14:29:58.340Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30282026-08-31T14:29:59.292Z Finished `release` profile [optimized] target(s) in 0.94s
30292026-08-31T14:29:59.366Z Running `target/release/omicron-package -t test list-outputs`
30302026-08-31T14:29:59.426ZLogging to: /work/oxidecomputer/omicron/out/LOG
30312026-08-31T14:29:59.437Z+ ptime -m cargo build --locked --release -p xtask
30322026-08-31T14:29:59.907Z Compiling libc v0.2.185
30332026-08-31T14:29:59.907Z Compiling serde_core v1.0.228
30342026-08-31T14:29:59.907Z Compiling serde v1.0.228
30352026-08-31T14:29:59.911Z Compiling rustix v1.1.4
30362026-08-31T14:29:59.911Z Compiling serde_json v1.0.151
30372026-08-31T14:30:00.027Z Compiling bitflags v2.11.0
30382026-08-31T14:30:00.056Z Compiling usdt-impl v0.5.0
30392026-08-31T14:30:00.060Z Compiling syn v2.0.117
30402026-08-31T14:30:00.076Z Compiling syn v1.0.109
30412026-08-31T14:30:00.090Z Compiling getrandom v0.4.3
30422026-08-31T14:30:00.106Z Compiling log v0.4.33
30432026-08-31T14:30:00.112Z Compiling indexmap v2.14.0
30442026-08-31T14:30:00.126Z Compiling fs-err v3.3.0
30452026-08-31T14:30:00.301Z Compiling heck v0.4.1
30462026-08-31T14:30:00.392Z Compiling anyhow v1.0.104
30472026-08-31T14:30:00.416Z Compiling once_cell v1.21.3
30482026-08-31T14:30:00.760Z Compiling errno v0.3.14
30492026-08-31T14:30:00.767Z Compiling thread-id v4.2.2
30502026-08-31T14:30:00.767Z Compiling memmap v0.7.0
30512026-08-31T14:30:01.525Z Compiling proc-macro-error v1.0.4
30522026-08-31T14:30:01.722Z Compiling terminal_size v0.4.3
30532026-08-31T14:30:01.722Z Compiling tempfile v3.27.0
30542026-08-31T14:30:01.795Z Compiling tabled_derive v0.7.0
30552026-08-31T14:30:01.826Z Compiling clap_builder v4.6.0
30562026-08-31T14:30:01.830Z Compiling textwrap v0.16.2
30572026-08-31T14:30:02.201Z Compiling camino v1.2.5
30582026-08-31T14:30:02.201Z Compiling semver v1.0.28
30592026-08-31T14:30:02.204Z Compiling cargo-platform v0.3.2
30602026-08-31T14:30:02.234Z Compiling pest_generator v2.8.6
30612026-08-31T14:30:02.514Z Compiling tabled v0.15.0
30622026-08-31T14:30:02.529Z Compiling camino-tempfile v1.4.1
30632026-08-31T14:30:02.714Z Compiling serde_derive v1.0.228
30642026-08-31T14:30:02.714Z Compiling thiserror-impl v1.0.69
30652026-08-31T14:30:02.719Z Compiling zerocopy-derive v0.7.35
30662026-08-31T14:30:02.719Z Compiling scroll_derive v0.12.1
30672026-08-31T14:30:02.719Z Compiling thiserror-impl v2.0.18
30682026-08-31T14:30:02.770Z Compiling clap_derive v4.6.1
30692026-08-31T14:30:02.809Z Compiling pest_derive v2.8.6
30702026-08-31T14:30:03.436Z Compiling scroll v0.12.0
30712026-08-31T14:30:03.546Z Compiling zerocopy v0.7.35
30722026-08-31T14:30:03.708Z Compiling goblin v0.8.2
30732026-08-31T14:30:03.839Z Compiling thiserror v1.0.69
30742026-08-31T14:30:03.929Z Compiling thiserror v2.0.18
30752026-08-31T14:30:03.965Z Compiling dtrace-parser v0.2.0
30762026-08-31T14:30:04.305Z Compiling clap v4.6.1
30772026-08-31T14:30:05.822Z Compiling dof v0.3.0
30782026-08-31T14:30:05.868Z Compiling serde_tokenstream v0.2.3
30792026-08-31T14:30:05.878Z Compiling serde_spanned v0.6.9
30802026-08-31T14:30:05.910Z Compiling toml_datetime v0.6.11
30812026-08-31T14:30:06.048Z Compiling macaddr v1.0.1
30822026-08-31T14:30:06.205Z Compiling toml_edit v0.22.27
30832026-08-31T14:30:06.240Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30842026-08-31T14:30:06.248Z Compiling cargo_metadata v0.23.1
30852026-08-31T14:30:06.601Z Compiling usdt-attr-macro v0.5.0
30862026-08-31T14:30:06.616Z Compiling usdt-macro v0.5.0
30872026-08-31T14:30:07.274Z Compiling usdt v0.5.0
30882026-08-31T14:30:07.749Z Compiling toml v0.8.23
30892026-08-31T14:30:08.178Z Compiling cargo_toml v0.21.0
30902026-08-31T14:30:12.554Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30912026-08-31T14:30:15.737Z Finished `release` profile [optimized] target(s) in 16.29s
30922026-08-31T14:30:15.847Z
30932026-08-31T14:30:15.847Zreal 16.377731235
30942026-08-31T14:30:15.847Zuser 2:04.663927669
30952026-08-31T14:30:15.847Zsys 13.514551007
30962026-08-31T14:30:15.847Ztrap 0.061666310
30972026-08-31T14:30:15.851Ztflt 0.543874995
30982026-08-31T14:30:15.851Zdflt 1.152099162
30992026-08-31T14:30:15.851Zkflt 0.000012230
31002026-08-31T14:30:15.851Zlock 4:44.663251080
31012026-08-31T14:30:15.851Zslp 2:40.218479974
31022026-08-31T14:30:15.851Zlat 3.582063694
31032026-08-31T14:30:15.851Zstop 15.988857790
31042026-08-31T14:30:15.851Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31052026-08-31T14:30:15.851Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31062026-08-31T14:30:15.851Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31072026-08-31T14:30:15.851Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31082026-08-31T14:30:15.851Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31092026-08-31T14:30:16.801Z Compiling progenitor-client v0.14.0
31102026-08-31T14:30:16.811Z Compiling match_cfg v0.1.0
31112026-08-31T14:30:16.811Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31122026-08-31T14:30:16.947Z Compiling slog-json v2.6.1
31132026-08-31T14:30:16.951Z Compiling newtype-uuid-macros v0.1.0
31142026-08-31T14:30:16.959Z Compiling sha1 v0.11.0
31152026-08-31T14:30:16.963Z Compiling multer v3.1.0
31162026-08-31T14:30:16.963Z Compiling compression-core v0.4.31
31172026-08-31T14:30:16.963Z Compiling debug-ignore v1.0.5
31182026-08-31T14:30:16.963Z Compiling async-stream-impl v0.3.6
31192026-08-31T14:30:16.975Z Compiling toml_datetime v1.1.1+spec-1.1.0
31202026-08-31T14:30:16.978Z Compiling serde_spanned v1.1.1
31212026-08-31T14:30:16.978Z Compiling dropshot v0.17.1
31222026-08-31T14:30:16.978Z Compiling toml_writer v1.1.1+spec-1.1.0
31232026-08-31T14:30:16.978Z Compiling waitgroup v0.1.2
31242026-08-31T14:30:16.978Z Compiling rustls-pemfile v2.2.0
31252026-08-31T14:30:17.069Z Compiling hostname v0.3.1
31262026-08-31T14:30:17.205Z Compiling compression-codecs v0.4.37
31272026-08-31T14:30:17.220Z Compiling dropshot_endpoint v0.17.1
31282026-08-31T14:30:17.278Z Compiling serde_path_to_error v0.1.20
31292026-08-31T14:30:17.700Z Compiling hostname v0.4.2
31302026-08-31T14:30:17.704Z Compiling atomicwrites v0.4.4
31312026-08-31T14:30:17.705Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31322026-08-31T14:30:17.705Z Compiling toml v1.1.2+spec-1.1.0
31332026-08-31T14:30:17.705Z Compiling macaddr v1.0.1
31342026-08-31T14:30:17.705Z Compiling serde_tokenstream v0.3.0
31352026-08-31T14:30:17.705Z Compiling slog-bunyan v2.5.0
31362026-08-31T14:30:17.705Z Compiling async-compression v0.4.41
31372026-08-31T14:30:17.705Z Compiling oxide-generation v0.1.3
31382026-08-31T14:30:17.705Z Compiling instant v0.1.13
31392026-08-31T14:30:17.705Z Compiling parse-display-derive v0.10.0
31402026-08-31T14:30:17.705Z Compiling regress v0.10.5
31412026-08-31T14:30:17.705Z Compiling backon v1.6.0
31422026-08-31T14:30:17.705Z Compiling itertools v0.14.0
31432026-08-31T14:30:17.706Z Compiling backoff v0.4.0
31442026-08-31T14:30:17.706Z Compiling humantime v2.3.0
31452026-08-31T14:30:17.706Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31462026-08-31T14:30:17.744Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31472026-08-31T14:30:17.762Z Compiling oxide-generation-macros v0.2.0
31482026-08-31T14:30:17.782Z Compiling async-stream v0.3.6
31492026-08-31T14:30:17.876Z Compiling progenitor-extras v0.2.0
31502026-08-31T14:30:17.898Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31512026-08-31T14:30:17.898Z Compiling half v2.7.1
31522026-08-31T14:30:17.907Z Compiling crucible-workspace-hack v0.1.0
31532026-08-31T14:30:17.914Z Compiling ciborium-io v0.2.2
31542026-08-31T14:30:17.963Z Compiling convert_case v0.4.0
31552026-08-31T14:30:17.981Z Compiling secrecy v0.10.3
31562026-08-31T14:30:18.002Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31572026-08-31T14:30:18.034Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31582026-08-31T14:30:18.051Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31592026-08-31T14:30:18.130Z Compiling inout v0.1.4
31602026-08-31T14:30:18.142Z Compiling ciborium-ll v0.2.2
31612026-08-31T14:30:18.147Z Compiling regress v0.11.1
31622026-08-31T14:30:18.183Z Compiling thiserror-impl-no-std v2.0.2
31632026-08-31T14:30:18.209Z Compiling universal-hash v0.5.1
31642026-08-31T14:30:18.263Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31652026-08-31T14:30:18.307Z Compiling cipher v0.4.4
31662026-08-31T14:30:18.353Z Compiling derive_more v0.99.20
31672026-08-31T14:30:18.384Z Compiling ciborium v0.2.2
31682026-08-31T14:30:18.390Z Compiling opaque-debug v0.3.1
31692026-08-31T14:30:18.410Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-08-31T14:30:18.410Z Compiling blake2 v0.10.6
31712026-08-31T14:30:18.490Z Compiling poly1305 v0.8.0
31722026-08-31T14:30:18.571Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31732026-08-31T14:30:18.592Z Compiling chacha20 v0.9.1
31742026-08-31T14:30:18.683Z Compiling aead v0.5.2
31752026-08-31T14:30:18.753Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31762026-08-31T14:30:18.852Z Compiling password-hash v0.5.0
31772026-08-31T14:30:18.886Z Compiling indent_write v2.2.0
31782026-08-31T14:30:18.914Z Compiling chacha20poly1305 v0.10.1
31792026-08-31T14:30:18.937Z Compiling toml_datetime v0.7.5+spec-1.1.0
31802026-08-31T14:30:18.970Z Compiling unsafe-libyaml v0.2.11
31812026-08-31T14:30:18.992Z Compiling itertools v0.15.0
31822026-08-31T14:30:19.007Z Compiling num-derive v0.4.2
31832026-08-31T14:30:19.050Z Compiling heapless v0.8.0
31842026-08-31T14:30:19.508Z Compiling tabwriter v1.4.1
31852026-08-31T14:30:19.512Z Compiling argon2 v0.5.3
31862026-08-31T14:30:19.512Z Compiling toml_edit v0.23.10+spec-1.0.0
31872026-08-31T14:30:19.512Z Compiling hash32 v0.3.1
31882026-08-31T14:30:19.512Z Compiling parse-display v0.10.0
31892026-08-31T14:30:19.512Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31902026-08-31T14:30:19.512Z Compiling thiserror-no-std v2.0.2
31912026-08-31T14:30:19.512Z Compiling smoltcp v0.11.0
31922026-08-31T14:30:19.531Z Compiling vsss-rs v3.3.4
31932026-08-31T14:30:19.575Z Compiling serde_yaml v0.9.34+deprecated
31942026-08-31T14:30:19.601Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31952026-08-31T14:30:20.179Z Compiling typify-impl v0.6.2
31962026-08-31T14:30:20.184Z Compiling proc-macro-crate v3.4.0
31972026-08-31T14:30:20.184Z Compiling cobs v0.3.0
31982026-08-31T14:30:20.184Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31992026-08-31T14:30:20.184Z Compiling colored v3.1.1
32002026-08-31T14:30:20.184Z Compiling illumos-nvpair-sys v0.2.0
32012026-08-31T14:30:20.208Z Compiling postcard v1.1.3
32022026-08-31T14:30:20.769Z Compiling ingot-macros v0.2.0
32032026-08-31T14:30:20.773Z Compiling proc-macro-error v1.0.4
32042026-08-31T14:30:20.773Z Compiling num_enum_derive v0.7.6
32052026-08-31T14:30:20.773Z Compiling rand v0.10.1
32062026-08-31T14:30:20.773Z Compiling proc-macro-crate v1.3.1
32072026-08-31T14:30:20.773Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32082026-08-31T14:30:20.774Z Compiling foreign-types-macros v0.2.3
32092026-08-31T14:30:20.774Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32102026-08-31T14:30:20.774Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32112026-08-31T14:30:20.870Z Compiling rayon-core v1.13.0
32122026-08-31T14:30:21.300Z Compiling foreign-types-shared v0.3.1
32132026-08-31T14:30:21.305Z Compiling num_enum_derive v0.5.11
32142026-08-31T14:30:21.305Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32152026-08-31T14:30:21.305Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32162026-08-31T14:30:21.305Z Compiling crossbeam-deque v0.8.6
32172026-08-31T14:30:21.305Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32182026-08-31T14:30:21.305Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32192026-08-31T14:30:21.305Z Compiling foreign-types v0.5.0
32202026-08-31T14:30:21.305Z Compiling cstr-argument v0.1.2
32212026-08-31T14:30:21.305Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32222026-08-31T14:30:21.363Z Compiling illumos-nvpair v0.3.0
32232026-08-31T14:30:21.436Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32242026-08-31T14:30:21.439Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32252026-08-31T14:30:21.532Z Compiling zone_cfg_derive v0.3.1
32262026-08-31T14:30:21.554Z Compiling num_enum v0.7.6
32272026-08-31T14:30:21.639Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32282026-08-31T14:30:21.694Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32292026-08-31T14:30:21.708Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32302026-08-31T14:30:21.728Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32312026-08-31T14:30:21.745Z Compiling itertools v0.12.1
32322026-08-31T14:30:21.745Z Compiling sigpipe v0.1.3
32332026-08-31T14:30:21.797Z Compiling rayon v1.11.0
32342026-08-31T14:30:21.840Z Compiling glob v0.3.3
32352026-08-31T14:30:21.861Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32362026-08-31T14:30:22.338Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32372026-08-31T14:30:22.749Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32382026-08-31T14:30:22.750Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32392026-08-31T14:30:22.750Z Compiling num_enum v0.5.11
32402026-08-31T14:30:22.750Z Compiling smf v0.2.3
32412026-08-31T14:30:22.750Z Compiling whoami v1.6.1
32422026-08-31T14:30:22.750Z Compiling cpubits v0.1.1
32432026-08-31T14:30:22.750Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32442026-08-31T14:30:22.750Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32452026-08-31T14:30:22.750Z Compiling gethostname v0.5.0
32462026-08-31T14:30:22.750Z Compiling num-rational v0.4.2
32472026-08-31T14:30:22.750Z Compiling num-complex v0.4.6
32482026-08-31T14:30:22.754Z Compiling derive-where v1.6.0
32492026-08-31T14:30:22.754Z Compiling toml v0.8.23
32502026-08-31T14:30:22.754Z Compiling usdt-attr-macro v0.5.0
32512026-08-31T14:30:22.754Z Compiling usdt-macro v0.5.0
32522026-08-31T14:30:22.754Z Compiling num v0.4.3
32532026-08-31T14:30:22.754Z Compiling pem-rfc7468 v1.0.0
32542026-08-31T14:30:22.765Z Compiling memmap v0.7.0
32552026-08-31T14:30:22.828Z Compiling float-ord v0.3.2
32562026-08-31T14:30:22.941Z Compiling cancel-safe-futures v0.1.5
32572026-08-31T14:30:22.974Z Compiling zone v0.3.1
32582026-08-31T14:30:22.990Z Compiling hmac v0.13.0
32592026-08-31T14:30:23.079Z Compiling universal-hash v0.6.1
32602026-08-31T14:30:23.096Z Compiling resolv-conf v0.7.6
32612026-08-31T14:30:23.114Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32622026-08-31T14:30:23.628Z Compiling sha1 v0.10.6
32632026-08-31T14:30:23.636Z Compiling prettyplease v0.2.37
32642026-08-31T14:30:23.636Z Compiling ingot-types v0.2.0
32652026-08-31T14:30:23.636Z Compiling libefi-sys v0.1.0
32662026-08-31T14:30:23.636Z Compiling usdt v0.5.0
32672026-08-31T14:30:23.636Z Compiling linear-map v1.2.0
32682026-08-31T14:30:23.636Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32692026-08-31T14:30:23.636Z Compiling polyval v0.7.1
32702026-08-31T14:30:23.637Z Compiling der v0.8.0
32712026-08-31T14:30:23.637Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32722026-08-31T14:30:23.660Z Compiling newline-converter v0.3.0
32732026-08-31T14:30:23.680Z Compiling console v0.15.11
32742026-08-31T14:30:23.697Z Compiling ingot v0.2.1
32752026-08-31T14:30:23.697Z Compiling bitfield-struct v0.6.2
32762026-08-31T14:30:23.734Z Compiling ghash v0.6.0
32772026-08-31T14:30:23.804Z Compiling oxide-update-engine-types v0.1.2
32782026-08-31T14:30:23.817Z Compiling pbkdf2 v0.13.0
32792026-08-31T14:30:23.900Z Compiling aes v0.9.1
32802026-08-31T14:30:23.981Z Compiling crypto-bigint v0.7.5
32812026-08-31T14:30:23.998Z Compiling hickory-proto v0.24.4
32822026-08-31T14:30:24.126Z Compiling expectorate v1.2.0
32832026-08-31T14:30:24.304Z Compiling ctr v0.10.1
32842026-08-31T14:30:24.326Z Compiling sha2 v0.11.0
32852026-08-31T14:30:24.346Z Compiling aead v0.6.1
32862026-08-31T14:30:24.416Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32872026-08-31T14:30:24.832Z Compiling typify-macro v0.6.2
32882026-08-31T14:30:24.836Z Compiling nom v8.0.0
32892026-08-31T14:30:24.836Z Compiling linked-hash-map v0.5.6
32902026-08-31T14:30:24.836Z Compiling semver v0.1.20
32912026-08-31T14:30:24.836Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32922026-08-31T14:30:24.836Z Compiling lru-cache v0.1.2
32932026-08-31T14:30:24.840Z Compiling oxide-update-engine v0.1.2
32942026-08-31T14:30:25.278Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32952026-08-31T14:30:25.284Z Compiling rustc_version v0.1.7
32962026-08-31T14:30:25.284Z Compiling aes-gcm v0.11.0
32972026-08-31T14:30:25.285Z Compiling spki v0.8.0
32982026-08-31T14:30:25.285Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32992026-08-31T14:30:25.285Z Compiling tokio-dtrace v0.1.1
33002026-08-31T14:30:25.285Z Compiling dropshot-api-manager-types v0.8.0
33012026-08-31T14:30:25.285Z Compiling salsa20 v0.11.0
33022026-08-31T14:30:25.290Z Compiling slog-dtrace v0.3.0
33032026-08-31T14:30:25.308Z Compiling minimal-lexical v0.2.1
33042026-08-31T14:30:25.308Z Compiling xshell-macros v0.2.7
33052026-08-31T14:30:25.371Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33062026-08-31T14:30:25.394Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33072026-08-31T14:30:25.420Z Compiling scrypt v0.12.0
33082026-08-31T14:30:25.482Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33092026-08-31T14:30:25.543Z Compiling nom v7.1.3
33102026-08-31T14:30:25.568Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33112026-08-31T14:30:25.614Z Compiling oxide-tokio-rt v0.1.4
33122026-08-31T14:30:25.680Z Compiling newtype_derive v0.1.6
33132026-08-31T14:30:25.734Z Compiling xshell v0.2.7
33142026-08-31T14:30:25.754Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33152026-08-31T14:30:25.946Z Compiling phf_shared v0.12.1
33162026-08-31T14:30:25.972Z Compiling rfc6979 v0.4.0
33172026-08-31T14:30:26.115Z Compiling cbc v0.2.1
33182026-08-31T14:30:26.132Z Compiling proc-macro-error-attr2 v2.0.0
33192026-08-31T14:30:26.152Z Compiling hickory-resolver v0.24.4
33202026-08-31T14:30:26.264Z Compiling csv-core v0.1.13
33212026-08-31T14:30:26.288Z Compiling typify v0.6.2
33222026-08-31T14:30:26.315Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33232026-08-31T14:30:26.340Z Compiling highway v1.3.0
33242026-08-31T14:30:26.410Z Compiling progenitor-impl v0.14.0
33252026-08-31T14:30:26.551Z Compiling chrono-tz v0.10.4
33262026-08-31T14:30:26.589Z Compiling unicode-xid v0.2.6
33272026-08-31T14:30:26.621Z Compiling proc-macro-error2 v2.0.1
33282026-08-31T14:30:26.675Z Compiling csv v1.4.0
33292026-08-31T14:30:26.739Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33302026-08-31T14:30:26.754Z Compiling const_format_proc_macros v0.2.34
33312026-08-31T14:30:26.803Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33322026-08-31T14:30:26.807Z Compiling pkcs5 v0.8.1
33332026-08-31T14:30:26.890Z Compiling ecdsa v0.16.9
33342026-08-31T14:30:26.932Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33352026-08-31T14:30:26.953Z Compiling phf v0.12.1
33362026-08-31T14:30:27.153Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33372026-08-31T14:30:27.690Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33382026-08-31T14:30:27.696Z Compiling qorb v0.4.1
33392026-08-31T14:30:27.696Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33402026-08-31T14:30:27.696Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33412026-08-31T14:30:27.696Z Compiling primeorder v0.13.6
33422026-08-31T14:30:27.696Z Compiling hashbrown v0.14.5
33432026-08-31T14:30:27.697Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33442026-08-31T14:30:27.697Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33452026-08-31T14:30:27.697Z Compiling salty v0.3.0
33462026-08-31T14:30:27.745Z Compiling p384 v0.13.1
33472026-08-31T14:30:27.965Z Compiling const_format v0.2.35
33482026-08-31T14:30:28.068Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33492026-08-31T14:30:28.119Z Compiling chumsky v0.9.3
33502026-08-31T14:30:28.308Z Compiling pkcs8 v0.11.0
33512026-08-31T14:30:28.346Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33522026-08-31T14:30:28.521Z Compiling knus-derive v3.4.0
33532026-08-31T14:30:28.530Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33542026-08-31T14:30:28.728Z Compiling tabled_derive v0.7.0
33552026-08-31T14:30:29.508Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33562026-08-31T14:30:29.928Z Compiling progenitor-macro v0.14.0
33572026-08-31T14:30:29.928Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33582026-08-31T14:30:29.928Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33592026-08-31T14:30:29.928Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33602026-08-31T14:30:29.928Z Compiling bcs v0.1.6
33612026-08-31T14:30:29.928Z Compiling ff v0.14.0
33622026-08-31T14:30:29.928Z Compiling termtree v0.5.1
33632026-08-31T14:30:29.928Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33642026-08-31T14:30:29.933Z Compiling steno v0.4.1
33652026-08-31T14:30:29.933Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33662026-08-31T14:30:29.933Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-08-31T14:30:29.933Z Compiling group v0.14.0
33682026-08-31T14:30:29.933Z Compiling tabled v0.15.0
33692026-08-31T14:30:29.933Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33702026-08-31T14:30:29.982Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33712026-08-31T14:30:30.027Z Compiling signature v3.0.0
33722026-08-31T14:30:30.073Z Compiling knus v3.4.0
33732026-08-31T14:30:30.092Z Compiling tagptr v0.2.0
33742026-08-31T14:30:30.225Z Compiling base16ct v1.0.0
33752026-08-31T14:30:30.253Z Compiling moka v0.12.13
33762026-08-31T14:30:30.308Z Compiling hkdf v0.13.0
33772026-08-31T14:30:30.728Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33782026-08-31T14:30:30.733Z Compiling sec1 v0.8.1
33792026-08-31T14:30:30.733Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33802026-08-31T14:30:30.733Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33812026-08-31T14:30:30.733Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33822026-08-31T14:30:30.736Z Compiling elliptic-curve v0.14.1
33832026-08-31T14:30:30.786Z Compiling corncobs v0.1.4
33842026-08-31T14:30:30.856Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33852026-08-31T14:30:30.982Z Compiling hickory-resolver v0.25.2
33862026-08-31T14:30:31.014Z Compiling utf-8 v0.7.6
33872026-08-31T14:30:31.080Z Compiling parking_lot_core v0.8.6
33882026-08-31T14:30:31.123Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33892026-08-31T14:30:31.232Z Compiling tungstenite v0.21.0
33902026-08-31T14:30:31.407Z Compiling wnaf v0.14.0
33912026-08-31T14:30:31.539Z Compiling primefield v0.14.0
33922026-08-31T14:30:31.621Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33932026-08-31T14:30:31.643Z Compiling rfc6979 v0.6.0
33942026-08-31T14:30:31.656Z Compiling libscf-sys v1.2.0
33952026-08-31T14:30:31.692Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33962026-08-31T14:30:31.779Z Compiling git-stub v1.0.0
33972026-08-31T14:30:31.801Z Compiling secrecy v0.8.0
33982026-08-31T14:30:31.819Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33992026-08-31T14:30:31.971Z Compiling git-stub-vcs v0.1.0
34002026-08-31T14:30:32.067Z Compiling tokio-tungstenite v0.21.0
34012026-08-31T14:30:32.086Z Compiling primeorder v0.14.0
34022026-08-31T14:30:32.116Z Compiling ecdsa v0.17.0
34032026-08-31T14:30:32.171Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34042026-08-31T14:30:32.393Z Compiling papergrid v0.18.0
34052026-08-31T14:30:32.464Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34062026-08-31T14:30:32.482Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34072026-08-31T14:30:32.501Z Compiling curve25519-dalek v5.0.0
34082026-08-31T14:30:32.554Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34092026-08-31T14:30:32.622Z Compiling unicase v2.9.0
34102026-08-31T14:30:33.053Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34112026-08-31T14:30:33.062Z Compiling parking_lot v0.11.2
34122026-08-31T14:30:33.062Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34132026-08-31T14:30:33.062Z Compiling mime_guess v2.0.5
34142026-08-31T14:30:33.062Z Compiling ssh-encoding v0.3.0
34152026-08-31T14:30:33.063Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34162026-08-31T14:30:33.063Z Compiling prefix-trie v0.7.0
34172026-08-31T14:30:33.063Z Compiling fxhash v0.2.1
34182026-08-31T14:30:33.082Z Compiling keccak v0.2.0
34192026-08-31T14:30:33.201Z Compiling sled v0.34.7
34202026-08-31T14:30:33.219Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34212026-08-31T14:30:33.323Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34222026-08-31T14:30:33.344Z Compiling ed25519 v3.0.0
34232026-08-31T14:30:33.363Z Compiling crypto-primes v0.7.2
34242026-08-31T14:30:33.450Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34252026-08-31T14:30:33.470Z Compiling tabled v0.21.0
34262026-08-31T14:30:33.580Z Compiling hickory-server v0.25.2
34272026-08-31T14:30:34.150Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34282026-08-31T14:30:34.228Z Compiling pkcs1 v0.8.0-rc.4
34292026-08-31T14:30:34.265Z Compiling poly1305 v0.9.0
34302026-08-31T14:30:34.361Z Compiling progenitor v0.14.0
34312026-08-31T14:30:34.398Z Compiling blowfish v0.10.0
34322026-08-31T14:30:34.506Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34332026-08-31T14:30:34.551Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34342026-08-31T14:30:34.646Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34352026-08-31T14:30:34.681Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34362026-08-31T14:30:34.839Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34372026-08-31T14:30:34.940Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34382026-08-31T14:30:35.064Z Compiling blake2 v0.11.0-rc.6
34392026-08-31T14:30:35.172Z Compiling http-range v0.1.5
34402026-08-31T14:30:35.280Z Compiling half v1.8.3
34412026-08-31T14:30:35.382Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34422026-08-31T14:30:35.808Z Compiling crc8 v0.1.1
34432026-08-31T14:30:35.811Z Compiling argon2 v0.6.0-rc.8
34442026-08-31T14:30:35.811Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34452026-08-31T14:30:35.811Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34462026-08-31T14:30:35.812Z Compiling serde_cbor v0.11.2
34472026-08-31T14:30:35.812Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34482026-08-31T14:30:35.984Z Compiling bcrypt-pbkdf v0.11.0
34492026-08-31T14:30:36.004Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34502026-08-31T14:30:36.300Z Compiling ssh-cipher v0.3.0
34512026-08-31T14:30:36.330Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34522026-08-31T14:30:36.347Z Compiling rsa v0.10.0-rc.18
34532026-08-31T14:30:36.516Z Compiling ed25519-dalek v3.0.0
34542026-08-31T14:30:36.686Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34552026-08-31T14:30:36.919Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34562026-08-31T14:30:37.054Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34572026-08-31T14:30:37.317Z Compiling sha3 v0.11.0
34582026-08-31T14:30:37.347Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34592026-08-31T14:30:37.514Z Compiling p256 v0.14.0
34602026-08-31T14:30:37.561Z Compiling p521 v0.14.0
34612026-08-31T14:30:37.798Z Compiling p384 v0.14.0
34622026-08-31T14:30:38.119Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34632026-08-31T14:30:38.501Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34642026-08-31T14:30:39.019Z Compiling scuffle v0.1.0
34652026-08-31T14:30:39.023Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34662026-08-31T14:30:39.023Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34672026-08-31T14:30:39.024Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34682026-08-31T14:30:39.024Z Compiling yasna v0.5.2
34692026-08-31T14:30:39.307Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34702026-08-31T14:30:39.360Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34712026-08-31T14:30:39.389Z Compiling kstat-rs v0.2.5
34722026-08-31T14:30:39.590Z Compiling headers-core v0.3.0
34732026-08-31T14:30:39.597Z Compiling kem v0.3.0
34742026-08-31T14:30:39.648Z Compiling module-lattice v0.2.3
34752026-08-31T14:30:39.703Z Compiling nanorand v0.7.0
34762026-08-31T14:30:39.721Z Compiling sponge-cursor v0.1.0
34772026-08-31T14:30:40.149Z Compiling headers v0.4.1
34782026-08-31T14:30:40.158Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34792026-08-31T14:30:40.159Z Compiling ml-kem v0.3.2
34802026-08-31T14:30:40.159Z Compiling flume v0.11.1
34812026-08-31T14:30:40.159Z Compiling sha3 v0.12.0
34822026-08-31T14:30:40.159Z Compiling rcgen v0.12.1
34832026-08-31T14:30:40.173Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34842026-08-31T14:30:40.284Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34852026-08-31T14:30:40.473Z Compiling hyper-staticfile v0.10.1
34862026-08-31T14:30:40.536Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34872026-08-31T14:30:40.619Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34882026-08-31T14:30:40.664Z Compiling ssh-key v0.7.0-rc.11
34892026-08-31T14:30:41.198Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34902026-08-31T14:30:41.203Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34912026-08-31T14:30:41.203Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34922026-08-31T14:30:41.203Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34932026-08-31T14:30:41.203Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34942026-08-31T14:30:41.203Z Compiling russh-cryptovec v0.62.0
34952026-08-31T14:30:41.207Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34962026-08-31T14:30:41.234Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34972026-08-31T14:30:41.253Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34982026-08-31T14:30:41.281Z Compiling internal-russh-num-bigint v0.5.0
34992026-08-31T14:30:41.422Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35002026-08-31T14:30:41.444Z Compiling port-file v0.1.0
35012026-08-31T14:30:41.463Z Compiling num-bigint v0.4.6
35022026-08-31T14:30:41.511Z Compiling generic-array v1.4.3
35032026-08-31T14:30:41.515Z Compiling russh-util v0.52.0
35042026-08-31T14:30:41.553Z Compiling enum_dispatch v0.3.13
35052026-08-31T14:30:41.557Z Compiling delegate v0.13.5
35062026-08-31T14:30:41.701Z Compiling subprocess v0.2.15
35072026-08-31T14:30:41.718Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35082026-08-31T14:30:41.807Z Compiling md5 v0.8.0
35092026-08-31T14:30:42.036Z Compiling display-error-chain v0.2.2
35102026-08-31T14:30:42.063Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35112026-08-31T14:30:42.093Z Compiling hex-literal v1.1.0
35122026-08-31T14:30:42.179Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35132026-08-31T14:30:42.262Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35142026-08-31T14:30:42.277Z Compiling colored v2.2.0
35152026-08-31T14:30:42.514Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35162026-08-31T14:30:42.931Z Compiling internet-checksum v0.2.1
35172026-08-31T14:30:42.936Z Compiling russh v0.62.4
35182026-08-31T14:30:42.984Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35192026-08-31T14:30:43.168Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35202026-08-31T14:30:44.057Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35212026-08-31T14:30:44.058Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35222026-08-31T14:30:46.717Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35232026-08-31T14:30:47.425Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35242026-08-31T14:30:47.923Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35252026-08-31T14:30:49.154Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35262026-08-31T14:30:49.201Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35272026-08-31T14:30:58.233Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35282026-08-31T14:30:58.233Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35292026-08-31T14:30:58.233Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35302026-08-31T14:30:58.237Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35312026-08-31T14:30:58.237Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35322026-08-31T14:31:00.014Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35332026-08-31T14:31:00.196Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35342026-08-31T14:31:04.309Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35352026-08-31T14:31:45.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35362026-08-31T14:31:45.152Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35372026-08-31T14:31:45.152Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35382026-08-31T14:31:45.374Z
35392026-08-31T14:31:45.374Zreal 1:29.466819045
35402026-08-31T14:31:45.374Zuser 8:24.667242094
35412026-08-31T14:31:45.374Zsys 1:40.830042330
35422026-08-31T14:31:45.374Ztrap 0.235382529
35432026-08-31T14:31:45.378Ztflt 0.383773424
35442026-08-31T14:31:45.378Zdflt 2.107492482
35452026-08-31T14:31:45.378Zkflt 0.000367330
35462026-08-31T14:31:45.378Zlock 30:55.984671726
35472026-08-31T14:31:45.378Zslp 18:48.606736814
35482026-08-31T14:31:45.378Zlat 38.887792631
35492026-08-31T14:31:45.378Zstop 3:06.369411828
35502026-08-31T14:31:45.378Z+ mkdir tests
35512026-08-31T14:31:45.378Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35522026-08-31T14:31:45.382Z+ xargs -I '{}' -t cp '{}' tests/
35532026-08-31T14:31:45.402Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-26dd07e52df3a016 tests/
35542026-08-31T14:31:45.434Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0144be0f1f486767 tests/
35552026-08-31T14:31:45.463Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-967955464f559dda tests/
35562026-08-31T14:31:45.494Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8d60c10a3fab2411 tests/
35572026-08-31T14:31:45.863Z+ 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)
35582026-08-31T14:31:45.867Z+ 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-0144be0f1f486767 tests/commtest-967955464f559dda tests/dhcp_server-26dd07e52df3a016 tests/end_to_end_tests-8d60c10a3fab2411 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
35592026-08-31T14:33:28.335ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35602026-08-31T14:33:28.335Za .github/buildomat/ci-env.sh 1K
35612026-08-31T14:33:28.335Za out/target/test 1K
35622026-08-31T14:33:28.335Za out/npuzone/npuzone 27402K
35632026-08-31T14:33:28.335Za package-manifest.toml 35K
35642026-08-31T14:33:28.624Za smf/sled-agent/non-gimlet/config.toml 6K
35652026-08-31T14:33:28.624Za target/release/omicron-package 49543K
35662026-08-31T14:33:28.624Za target/release/xtask 11727K
35672026-08-31T14:33:28.624Za target/debug/bootstrap 439412K
35682026-08-31T14:33:28.624Za tests/bootstrap-0144be0f1f486767 34430K
35692026-08-31T14:33:28.624Za tests/commtest-967955464f559dda 34431K
35702026-08-31T14:33:28.624Za tests/dhcp_server-26dd07e52df3a016 34431K
35712026-08-31T14:33:28.624Za tests/end_to_end_tests-8d60c10a3fab2411 502967K
35722026-08-31T14:33:28.624Za tools/opte_version 1K
35732026-08-31T14:33:28.624Za tools/opte_version_override 2K
35742026-08-31T14:33:28.624Za out/clickhouse.tar.gz 331095K
35752026-08-31T14:33:28.624Za out/clickhouse_keeper.tar.gz 315082K
35762026-08-31T14:33:28.624Za out/clickhouse_server.tar.gz 331092K
35772026-08-31T14:33:28.624Za out/cockroachdb.tar.gz 170263K
35782026-08-31T14:33:28.625Za out/crucible-pantry-zone.tar.gz 41927K
35792026-08-31T14:33:28.625Za out/crucible-utils.tar 18900K
35802026-08-31T14:33:28.625Za out/crucible-zone.tar.gz 56740K
35812026-08-31T14:33:28.625Za out/external-dns.tar.gz 46830K
35822026-08-31T14:33:28.625Za out/internal-dns.tar.gz 46829K
35832026-08-31T14:33:28.625Za out/mg-ddm-gz.tar 100917K
35842026-08-31T14:33:28.625Za out/nexus.tar.gz 365197K
35852026-08-31T14:33:28.625Za out/ntp.tar.gz 35293K
35862026-08-31T14:33:28.625Za out/omicron-gateway-softnpu.tar.gz 29489K
35872026-08-31T14:33:28.625Za out/omicron-sled-agent.tar 244399K
35882026-08-31T14:33:28.625Za out/overlay.tar.gz 4K
35892026-08-31T14:33:28.625Za out/oximeter.tar.gz 73723K
35902026-08-31T14:33:28.625Za out/oxlog.tar 4088K
35912026-08-31T14:33:28.625Za out/probe.tar.gz 3037K
35922026-08-31T14:33:28.625Za out/propolis-server.tar.gz 34642K
35932026-08-31T14:33:28.625Za out/pumpkind-gz.tar 26647K
35942026-08-31T14:33:28.625Za out/switch-softnpu.tar.gz 507016K
35952026-08-31T14:33:28.625Z
35962026-08-31T14:33:28.625Zreal 1:29.439026135
35972026-08-31T14:33:28.625Zuser 1:26.504195069
35982026-08-31T14:33:28.625Zsys 4.907574538
35992026-08-31T14:33:28.625Ztrap 0.006390972
36002026-08-31T14:33:28.625Ztflt 0.000000000
36012026-08-31T14:33:28.625Zdflt 0.000000000
36022026-08-31T14:33:28.625Zkflt 0.000000000
36032026-08-31T14:33:28.625Zlock 0.000000000
36042026-08-31T14:33:28.625Zslp 1:26.368075809
36052026-08-31T14:33:28.625Zlat 1.087347817
36062026-08-31T14:33:28.625Zstop 0.000177020
36072026-08-31T14:33:28.625Zprocess exited: duration 1413670 ms, exit code 0
 
36082026-08-31T14:33:29.048Zfound 1 output files
36092026-08-31T14:33:29.070Zuploading: /work/package.tar.gz (2783229292 bytes)
36102026-08-31T14:34:34.150Zuploaded: /work/package.tar.gz