01M0W223CFXF4XK10QKFCW3BW0: 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: 01M0W22R68YCS7HXABAW6W54TG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T08:55:50.506Zjob assigned to worker 01M0W22TCCD2SW6BFHFZCBFX01 [factory aws, i-0fe523ba6d6ff10b4] (queued for 43 s)
 
22026-08-25T08:55:57.468Zstarting task 0: "setup"
32026-08-25T08:55:57.471Z++ uname -s
42026-08-25T08:55:57.475Z+ kern=SunOS
52026-08-25T08:55:57.475Z+ build_user=build
62026-08-25T08:55:57.475Z+ build_uid=12345
72026-08-25T08:55:57.475Z+ work_dir=/work
82026-08-25T08:55:57.475Z+ input_dir=/input
92026-08-25T08:55:57.475Z+ [[ 0 == 12345 ]]
102026-08-25T08:55:57.475Z+ case "$kern" in
112026-08-25T08:55:57.475Z+ groupadd -g 12345 build
122026-08-25T08:55:57.478Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T08:55:59.482Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T08:55:59.573Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T08:55:59.576Z+ home_fs=zfs
162026-08-25T08:55:59.576Z+ [[ zfs == autofs ]]
172026-08-25T08:55:59.576Z+ mkdir -p /home/build
182026-08-25T08:55:59.576Z+ chown build:build /home/build /work
192026-08-25T08:56:01.579Z+ chmod 0700 /home/build /work
202026-08-25T08:56:01.582Zprocess exited: duration 4117 ms, exit code 0
 
212026-08-25T08:56:01.589Zstarting task 1: "rust-toolchain"
222026-08-25T08:56:01.593Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T08:56:01.593Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T08:56:01.593Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-25T08:56:01.594Z * rust toolchain channel = "1.97.1"
262026-08-25T08:56:01.594Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T08:56:01.594Z * rust toolchain profile = "default"
282026-08-25T08:56:01.597Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T08:56:01.597Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T08:56:01.715Zinfo: downloading installer
312026-08-25T08:56:02.973Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T08:56:02.973Zwarn: /home/build/.rustup/settings.toml
332026-08-25T08:56:02.973Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T08:56:02.973Zwarn: instead of the one inferred from the default host triple.
352026-08-25T08:56:02.986Zinfo: profile set to default
362026-08-25T08:56:02.986Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T08:56:02.989Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T08:56:03.132Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T08:56:03.135Zinfo: downloading 6 components
402026-08-25T08:56:19.265Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T08:56:19.265Z
422026-08-25T08:56:19.291Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T08:56:19.291Z
442026-08-25T08:56:19.291Z
452026-08-25T08:56:19.291ZRust is installed now. Great!
462026-08-25T08:56:19.291Z
472026-08-25T08:56:19.295ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T08:56:19.295Zenvironment variable. This has not been done automatically.
492026-08-25T08:56:19.295Z
502026-08-25T08:56:19.295ZTo configure your current shell, you need to source
512026-08-25T08:56:19.295Zthe corresponding env file under $HOME/.cargo.
522026-08-25T08:56:19.295Z
532026-08-25T08:56:19.295ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T08:56:19.295Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T08:56:19.295Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T08:56:19.295Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T08:56:19.295Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T08:56:19.295Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T08:56:19.295Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T08:56:19.295Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T08:56:19.295Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T08:56:19.396Z+ rustup --version
632026-08-25T08:56:19.402Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T08:56:19.405Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T08:56:19.420Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T08:56:19.423Z+ cargo --version
672026-08-25T08:56:19.431Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T08:56:19.435Z+ rustc --version
692026-08-25T08:56:19.454Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T08:56:19.457Zprocess exited: duration 17868 ms, exit code 0
 
712026-08-25T08:56:19.464Zstarting task 2: "authentication"
722026-08-25T08:56:19.485Zprocess exited: duration 21 ms, exit code 0
 
732026-08-25T08:56:19.492Zstarting task 3: "clone repository"
742026-08-25T08:56:19.498Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T08:56:19.501Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T08:56:19.534ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T08:56:31.692Z+ cd /work/oxidecomputer/omicron
782026-08-25T08:56:31.692Z+ git fetch origin 24d1aaab8a0379f7e2ab5122e3aa084b0acf2508
792026-08-25T08:56:32.067ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T08:56:32.067Z * branch 24d1aaab8a0379f7e2ab5122e3aa084b0acf2508 -> FETCH_HEAD
812026-08-25T08:56:32.081Z+ [[ -n '' ]]
822026-08-25T08:56:32.081Z+ git reset --hard 24d1aaab8a0379f7e2ab5122e3aa084b0acf2508
832026-08-25T08:56:32.340ZHEAD is now at 24d1aaab8 [merge] merge upstream
842026-08-25T08:56:32.346Zprocess exited: duration 12852 ms, exit code 0
 
852026-08-25T08:56:32.354Zstarting task 4: "build"
862026-08-25T08:56:32.359Z+ source .github/buildomat/ci-env.sh
872026-08-25T08:56:32.359Z++ export CARGO_TERM_COLOR=always
882026-08-25T08:56:32.362Z++ CARGO_TERM_COLOR=always
892026-08-25T08:56:32.362Z+++ uname -s
902026-08-25T08:56:32.362Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-25T08:56:32.362Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-25T08:56:32.365Z+ cargo --version
932026-08-25T08:56:32.373Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-25T08:56:32.376Z+ rustc --version
952026-08-25T08:56:32.396Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-25T08:56:32.399Z+ WORK=/work
972026-08-25T08:56:32.399Z+ pfexec mkdir -p /work
982026-08-25T08:56:32.403Z+ pfexec chown build /work
992026-08-25T08:56:32.406Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-25T08:56:34.518Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-25T08:56:34.901Z Startup: Caching catalogs ... Done
1022026-08-25T08:56:37.049ZPlanning: Solver setup ... Done (2.033s)
1032026-08-25T08:56:37.111ZPlanning: Running solver ... Done (0.061s)
1042026-08-25T08:56:37.161ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-25T08:56:37.171ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-25T08:56:37.189ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-25T08:56:37.203ZPlanning: Package planning ... Done (0.014s)
1082026-08-25T08:56:37.206ZPlanning: Merging actions ... Done (0.002s)
1092026-08-25T08:56:37.433ZPlanning: Checking for conflicting actions ... Done (0.228s)
1102026-08-25T08:56:37.436ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-25T08:56:38.307ZPlanning: Evaluating mediators ... Done (0.873s)
1122026-08-25T08:56:38.310ZPlanning: Planning completed in 3.37 seconds
1132026-08-25T08:56:38.316Z Packages to install: 2
1142026-08-25T08:56:38.316Z Estimated space available: 156.01 GB
1152026-08-25T08:56:38.316ZEstimated space to be consumed: 80.56 MB
1162026-08-25T08:56:38.316Z Create boot environment: No
1172026-08-25T08:56:38.317ZCreate backup boot environment: No
1182026-08-25T08:56:38.320Z Rebuild boot archive: No
1192026-08-25T08:56:38.320Z
1202026-08-25T08:56:38.320ZChanged packages:
1212026-08-25T08:56:38.320Zhelios
1222026-08-25T08:56:38.320Z developer/build-essential
1232026-08-25T08:56:38.320Z None -> 11-3.0
1242026-08-25T08:56:38.320Z library/libxmlsec1
1252026-08-25T08:56:38.320Z None -> 1.2.35-3.0
1262026-08-25T08:56:38.341Z
1272026-08-25T08:56:38.341ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-25T08:56:38.409ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1292026-08-25T08:56:38.464Z Actions: 1/268 actions (Installing new actions)
1302026-08-25T08:56:38.503Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-25T08:56:38.539ZFinalize: Updating package state database ... Done (0.035s)
1322026-08-25T08:56:38.539ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-25T08:56:38.626ZFinalize: Updating image state ... Done (0.087s)
1342026-08-25T08:56:41.275ZFinalize: Creating fast lookup database ... Done (2.596s)
1352026-08-25T08:56:41.343ZFinalize: Reading search index ... Done (0.012s)
1362026-08-25T08:56:41.346ZFinalize: Updating search index ... Done (0.000s)
1372026-08-25T08:56:41.453ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-25T08:56:41.825ZPlanning: Evaluating mediator changes ... Done
1392026-08-25T08:56:41.930ZPlanning: Checking for conflicting actions ... Done
1402026-08-25T08:56:41.933ZPlanning: Consolidating action changes ... Done
1412026-08-25T08:56:42.088ZPlanning: Evaluating mediators ... Done
1422026-08-25T08:56:42.091ZPlanning: Planning completed in 0.26 seconds
1432026-08-25T08:56:42.112Z Mediators to change: 2
1442026-08-25T08:56:42.112Z Create boot environment: No
1452026-08-25T08:56:42.115ZCreate backup boot environment: No
1462026-08-25T08:56:42.153ZFinalize: Updating package state database ... Done
1472026-08-25T08:56:42.153ZFinalize: Updating package cache ... Done
1482026-08-25T08:56:42.211ZFinalize: Updating image state ... Done
1492026-08-25T08:56:44.156ZFinalize: Creating fast lookup database ... Done
1502026-08-25T08:56:44.223ZFinalize: Reading search index ... Done
1512026-08-25T08:56:44.227ZFinalize: Updating search index ... Done
1522026-08-25T08:56:44.287ZFinalize: Updating package cache ... Done
1532026-08-25T08:56:44.567ZPlanning: Evaluating mediator changes ... Done
1542026-08-25T08:56:44.672ZPlanning: Checking for conflicting actions ... Done
1552026-08-25T08:56:44.676ZPlanning: Consolidating action changes ... Done
1562026-08-25T08:56:44.828ZPlanning: Evaluating mediators ... Done
1572026-08-25T08:56:44.832ZPlanning: Planning completed in 0.26 seconds
1582026-08-25T08:56:44.851Z Mediators to change: 1
1592026-08-25T08:56:44.851Z Create boot environment: No
1602026-08-25T08:56:44.851ZCreate backup boot environment: No
1612026-08-25T08:56:44.892ZFinalize: Updating package state database ... Done
1622026-08-25T08:56:44.892ZFinalize: Updating package cache ... Done
1632026-08-25T08:56:44.943ZFinalize: Updating image state ... Done
1642026-08-25T08:56:46.877ZFinalize: Creating fast lookup database ... Done
1652026-08-25T08:56:46.937ZFinalize: Reading search index ... Done
1662026-08-25T08:56:46.940ZFinalize: Updating search index ... Done
1672026-08-25T08:56:46.989ZFinalize: Updating package cache ... Done
1682026-08-25T08:56:47.304ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-25T08:56:47.304Zapache system 2.4 system
1702026-08-25T08:56:47.304Zclang system 15 system
1712026-08-25T08:56:47.305Zcsh system system illumos
1722026-08-25T08:56:47.305Zctags system system illumos
1732026-08-25T08:56:47.305Zfile vendor vendor darwinsys
1742026-08-25T08:56:47.305Zfile system system illumos
1752026-08-25T08:56:47.305Zgcc vendor 14 vendor
1762026-08-25T08:56:47.305Zgcc system 13 system
1772026-08-25T08:56:47.305Zgcc system 10 system
1782026-08-25T08:56:47.305Zgo system 1.25 system
1792026-08-25T08:56:47.305Zllvm system 15 system
1802026-08-25T08:56:47.305Zmariadb system 11.4 system
1812026-08-25T08:56:47.305Zmta vendor vendor dma
1822026-08-25T08:56:47.305Zopenjdk system 17 system
1832026-08-25T08:56:47.305Zopenjdk system 11 system
1842026-08-25T08:56:47.305Zopenssl vendor 3 vendor
1852026-08-25T08:56:47.305Zperl system 5.40 system
1862026-08-25T08:56:47.305Zpostgresql system 18 system
1872026-08-25T08:56:47.305Zpostgresql system 17 system
1882026-08-25T08:56:47.305Zpython vendor 3 vendor
1892026-08-25T08:56:47.305Zpython system 2 system
1902026-08-25T08:56:47.305Zpython3 vendor 3.13 vendor
1912026-08-25T08:56:47.305Zruby system 3.4 system
1922026-08-25T08:56:47.305Zruby system 3.0 system
1932026-08-25T08:56:47.305Zwords vendor vendor american-english
1942026-08-25T08:56:47.305Zwords system system australian-english
1952026-08-25T08:56:47.305Zwords system system british-english
1962026-08-25T08:56:47.305Zwords system system canadian-english
1972026-08-25T08:56:47.305Zwords system system french
1982026-08-25T08:56:47.305Zwords system system italian
1992026-08-25T08:56:47.305Zwords system system ngerman
2002026-08-25T08:56:47.305Zwords system system ogerman
2012026-08-25T08:56:47.305Zwords system system spanish
2022026-08-25T08:56:47.557ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-25T08:56:47.557Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-25T08:56:48.050ZFMRI IFO
2052026-08-25T08:56:48.050Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-25T08:56:48.050Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-25T08:56:48.050Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-25T08:56:48.050Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-25T08:56:48.051Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-25T08:56:48.051Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-25T08:56:48.051Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-25T08:56:48.051Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-25T08:56:48.051Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-25T08:56:48.386Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-25T08:56:48.763Z Updating crates.io index
2162026-08-25T08:56:48.766Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-25T08:56:49.036Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-25T08:56:49.437Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-08-25T08:56:50.774Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-08-25T08:56:51.320Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-08-25T08:56:52.890Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-08-25T08:56:53.767Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-08-25T08:56:54.074Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-08-25T08:56:54.434Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-08-25T08:56:56.313Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-08-25T08:56:56.640Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-08-25T08:56:57.037Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-08-25T08:56:57.341Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-08-25T08:56:57.619Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2302026-08-25T08:56:57.887Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2312026-08-25T08:56:58.200Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-08-25T08:56:58.475Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-08-25T08:56:58.782Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2342026-08-25T08:56:59.268Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-08-25T08:56:59.643Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2362026-08-25T08:56:59.926Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2372026-08-25T08:57:00.529Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2382026-08-25T08:57:00.831Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2392026-08-25T08:57:01.383Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-25T08:57:01.713Z Updating git repository `https://github.com/oxidecomputer/erebor`
2412026-08-25T08:57:02.020Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-08-25T08:57:02.557Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-08-25T08:57:03.150Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-25T08:57:03.566Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-08-25T08:57:03.926Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-08-25T08:57:04.192Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2472026-08-25T08:57:04.547Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-08-25T08:57:05.176Z Updating git repository `https://github.com/oxidecomputer/tough`
2492026-08-25T08:57:05.753Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-08-25T08:57:06.030Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-08-25T08:57:06.320Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-08-25T08:57:06.667Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2532026-08-25T08:57:07.032Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542026-08-25T08:57:07.326Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-08-25T08:57:07.621Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-08-25T08:57:07.928Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-08-25T08:57:08.232Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-08-25T08:57:08.542Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2592026-08-25T08:57:11.405Z Downloading crates ...
2602026-08-25T08:57:11.456Z Downloaded equivalent v1.0.2
2612026-08-25T08:57:11.459Z Downloaded heck v0.4.1
2622026-08-25T08:57:11.459Z Downloaded block-buffer v0.10.4
2632026-08-25T08:57:11.465Z Downloaded anstream v1.0.0
2642026-08-25T08:57:11.468Z Downloaded fastrand v2.3.0
2652026-08-25T08:57:11.470Z Downloaded fs-err v3.3.0
2662026-08-25T08:57:11.473Z Downloaded itoa v1.0.17
2672026-08-25T08:57:11.477Z Downloaded colorchoice v1.0.4
2682026-08-25T08:57:11.477Z Downloaded crypto-common v0.1.7
2692026-08-25T08:57:11.481Z Downloaded errno v0.3.14
2702026-08-25T08:57:11.484Z Downloaded is_terminal_polyfill v1.70.2
2712026-08-25T08:57:11.484Z Downloaded cpufeatures v0.2.17
2722026-08-25T08:57:11.487Z Downloaded dtrace-parser v0.2.0
2732026-08-25T08:57:11.487Z Downloaded heck v0.5.0
2742026-08-25T08:57:11.491Z Downloaded generic-array v0.14.7
2752026-08-25T08:57:11.494Z Downloaded dof v0.3.0
2762026-08-25T08:57:11.494Z Downloaded memmap v0.7.0
2772026-08-25T08:57:11.497Z Downloaded zerocopy v0.7.35
2782026-08-25T08:57:11.504Z Downloaded zmij v1.0.21
2792026-08-25T08:57:11.507Z Downloaded anstyle-query v1.1.5
2802026-08-25T08:57:11.507Z Downloaded cargo-platform v0.3.2
2812026-08-25T08:57:11.507Z Downloaded zerocopy-derive v0.7.35
2822026-08-25T08:57:11.510Z Downloaded fnv v1.0.7
2832026-08-25T08:57:11.510Z Downloaded macaddr v1.0.1
2842026-08-25T08:57:11.510Z Downloaded winnow v0.7.14
2852026-08-25T08:57:11.518Z Downloaded autocfg v1.5.0
2862026-08-25T08:57:11.521Z Downloaded bytecount v0.6.9
2872026-08-25T08:57:11.521Z Downloaded camino-tempfile v1.4.1
2882026-08-25T08:57:11.521Z Downloaded digest v0.10.7
2892026-08-25T08:57:11.524Z Downloaded usdt-macro v0.5.0
2902026-08-25T08:57:11.527Z Downloaded usdt v0.5.0
2912026-08-25T08:57:11.530Z Downloaded pretty-hex v0.4.1
2922026-08-25T08:57:11.534Z Downloaded strsim v0.11.1
2932026-08-25T08:57:11.534Z Downloaded utf8parse v0.2.2
2942026-08-25T08:57:11.537Z Downloaded clap_lex v1.0.0
2952026-08-25T08:57:11.537Z Downloaded usdt-attr-macro v0.5.0
2962026-08-25T08:57:11.537Z Downloaded version_check v0.9.5
2972026-08-25T08:57:11.540Z Downloaded toml_datetime v0.6.11
2982026-08-25T08:57:11.543Z Downloaded thread-id v4.2.2
2992026-08-25T08:57:11.543Z Downloaded proc-macro-error-attr v1.0.4
3002026-08-25T08:57:11.546Z Downloaded terminal_size v0.4.3
3012026-08-25T08:57:11.550Z Downloaded scroll_derive v0.12.1
3022026-08-25T08:57:11.550Z Downloaded serde_spanned v0.6.9
3032026-08-25T08:57:11.553Z Downloaded plain v0.2.3
3042026-08-25T08:57:11.556Z Downloaded swrite v0.1.0
3052026-08-25T08:57:11.559Z Downloaded tabled_derive v0.7.0
3062026-08-25T08:57:11.562Z Downloaded anstyle-parse v1.0.0
3072026-08-25T08:57:11.562Z Downloaded byteorder v1.5.0
3082026-08-25T08:57:11.566Z Downloaded anstyle v1.0.14
3092026-08-25T08:57:11.569Z Downloaded cfg-if v1.0.4
3102026-08-25T08:57:11.569Z Downloaded cargo_metadata v0.23.1
3112026-08-25T08:57:11.569Z Downloaded sha2 v0.10.9
3122026-08-25T08:57:11.580Z Downloaded anyhow v1.0.104
3132026-08-25T08:57:11.584Z Downloaded serde_tokenstream v0.2.3
3142026-08-25T08:57:11.587Z Downloaded thiserror-impl v2.0.18
3152026-08-25T08:57:11.587Z Downloaded toml_write v0.1.2
3162026-08-25T08:57:11.587Z Downloaded cargo_toml v0.21.0
3172026-08-25T08:57:11.590Z Downloaded thiserror v1.0.69
3182026-08-25T08:57:11.590Z Downloaded unicode-linebreak v0.1.5
3192026-08-25T08:57:11.594Z Downloaded thiserror-impl v1.0.69
3202026-08-25T08:57:11.598Z Downloaded quote v1.0.45
3212026-08-25T08:57:11.601Z Downloaded scroll v0.12.0
3222026-08-25T08:57:11.604Z Downloaded usdt-impl v0.5.0
3232026-08-25T08:57:11.614Z Downloaded bitflags v2.11.0
3242026-08-25T08:57:11.618Z Downloaded camino v1.2.5
3252026-08-25T08:57:11.622Z Downloaded pest_derive v2.8.6
3262026-08-25T08:57:11.627Z Downloaded smawk v0.3.2
3272026-08-25T08:57:11.630Z Downloaded clap_derive v4.6.1
3282026-08-25T08:57:11.633Z Downloaded tempfile v3.27.0
3292026-08-25T08:57:11.633Z Downloaded semver v1.0.28
3302026-08-25T08:57:11.636Z Downloaded proc-macro-error v1.0.4
3312026-08-25T08:57:11.639Z Downloaded thiserror v2.0.18
3322026-08-25T08:57:11.639Z Downloaded pest_generator v2.8.6
3332026-08-25T08:57:11.643Z Downloaded clap v4.6.1
3342026-08-25T08:57:11.648Z Downloaded ucd-trie v0.1.7
3352026-08-25T08:57:11.651Z Downloaded once_cell v1.21.3
3362026-08-25T08:57:11.651Z Downloaded serde_derive v1.0.229
3372026-08-25T08:57:11.654Z Downloaded textwrap v0.16.2
3382026-08-25T08:57:11.654Z Downloaded papergrid v0.11.0
3392026-08-25T08:57:11.657Z Downloaded proc-macro2 v1.0.106
3402026-08-25T08:57:11.660Z Downloaded getrandom v0.4.3
3412026-08-25T08:57:11.663Z Downloaded serde_core v1.0.229
3422026-08-25T08:57:11.666Z Downloaded toml v0.8.23
3432026-08-25T08:57:11.666Z Downloaded unicode-ident v1.0.24
3442026-08-25T08:57:11.669Z Downloaded log v0.4.33
3452026-08-25T08:57:11.676Z Downloaded pest_meta v2.8.6
3462026-08-25T08:57:11.680Z Downloaded toml_edit v0.22.27
3472026-08-25T08:57:11.697Z Downloaded serde v1.0.229
3482026-08-25T08:57:11.702Z Downloaded indexmap v2.14.0
3492026-08-25T08:57:11.706Z Downloaded memchr v2.8.0
3502026-08-25T08:57:11.714Z Downloaded typenum v1.20.1
3512026-08-25T08:57:11.727Z Downloaded pest v2.8.6
3522026-08-25T08:57:11.747Z Downloaded goblin v0.8.2
3532026-08-25T08:57:11.751Z Downloaded hashbrown v0.17.0
3542026-08-25T08:57:11.759Z Downloaded serde_json v1.0.151
3552026-08-25T08:57:11.763Z Downloaded clap_builder v4.6.0
3562026-08-25T08:57:11.776Z Downloaded tabled v0.15.0
3572026-08-25T08:57:11.802Z Downloaded syn v1.0.109
3582026-08-25T08:57:11.807Z Downloaded unicode-width v0.1.14
3592026-08-25T08:57:11.811Z Downloaded unicode-width v0.2.0
3602026-08-25T08:57:11.818Z Downloaded syn v2.0.117
3612026-08-25T08:57:11.828Z Downloaded syn v3.0.3
3622026-08-25T08:57:11.833Z Downloaded rustix v1.1.4
3632026-08-25T08:57:11.859Z Downloaded libc v0.2.185
3642026-08-25T08:57:11.925Z Compiling proc-macro2 v1.0.106
3652026-08-25T08:57:11.925Z Compiling unicode-ident v1.0.24
3662026-08-25T08:57:11.930Z Compiling quote v1.0.45
3672026-08-25T08:57:11.930Z Compiling serde_core v1.0.229
3682026-08-25T08:57:11.930Z Compiling libc v0.2.185
3692026-08-25T08:57:11.930Z Compiling version_check v0.9.5
3702026-08-25T08:57:11.930Z Compiling memchr v2.8.0
3712026-08-25T08:57:11.930Z Compiling serde v1.0.229
3722026-08-25T08:57:11.930Z Compiling zmij v1.0.21
3732026-08-25T08:57:12.103Z Compiling ucd-trie v0.1.7
3742026-08-25T08:57:12.107Z Compiling itoa v1.0.17
3752026-08-25T08:57:12.107Z Compiling thiserror v1.0.69
3762026-08-25T08:57:12.121Z Compiling byteorder v1.5.0
3772026-08-25T08:57:12.124Z Compiling rustix v1.1.4
3782026-08-25T08:57:12.346Z Compiling serde_json v1.0.151
3792026-08-25T08:57:12.365Z Compiling bitflags v2.11.0
3802026-08-25T08:57:12.567Z Compiling proc-macro-error-attr v1.0.4
3812026-08-25T08:57:12.609Z Compiling pest v2.8.6
3822026-08-25T08:57:12.721Z Compiling usdt-impl v0.5.0
3832026-08-25T08:57:12.775Z Compiling camino v1.2.5
3842026-08-25T08:57:12.811Z Compiling syn v1.0.109
3852026-08-25T08:57:12.814Z Compiling proc-macro-error v1.0.4
3862026-08-25T08:57:12.831Z Compiling getrandom v0.4.3
3872026-08-25T08:57:12.869Z Compiling plain v0.2.3
3882026-08-25T08:57:12.922Z Compiling equivalent v1.0.2
3892026-08-25T08:57:12.957Z Compiling utf8parse v0.2.2
3902026-08-25T08:57:13.039Z Compiling hashbrown v0.17.0
3912026-08-25T08:57:13.057Z Compiling log v0.4.33
3922026-08-25T08:57:13.096Z Compiling errno v0.3.14
3932026-08-25T08:57:13.099Z Compiling thread-id v4.2.2
3942026-08-25T08:57:13.150Z Compiling anstyle-parse v1.0.0
3952026-08-25T08:57:13.188Z Compiling colorchoice v1.0.4
3962026-08-25T08:57:13.227Z Compiling autocfg v1.5.0
3972026-08-25T08:57:13.284Z Compiling toml_write v0.1.2
3982026-08-25T08:57:13.287Z Compiling cfg-if v1.0.4
3992026-08-25T08:57:13.287Z Compiling anstyle-query v1.1.5
4002026-08-25T08:57:13.338Z Compiling winnow v0.7.14
4012026-08-25T08:57:13.342Z Compiling is_terminal_polyfill v1.70.2
4022026-08-25T08:57:13.357Z Compiling anstyle v1.0.14
4032026-08-25T08:57:13.357Z Compiling thiserror v2.0.18
4042026-08-25T08:57:13.396Z Compiling pretty-hex v0.4.1
4052026-08-25T08:57:13.584Z Compiling indexmap v2.14.0
4062026-08-25T08:57:13.604Z Compiling once_cell v1.21.3
4072026-08-25T08:57:13.624Z Compiling syn v2.0.117
4082026-08-25T08:57:13.627Z Compiling syn v3.0.3
4092026-08-25T08:57:13.680Z Compiling anstream v1.0.0
4102026-08-25T08:57:13.683Z Compiling anyhow v1.0.104
4112026-08-25T08:57:13.718Z Compiling pest_meta v2.8.6
4122026-08-25T08:57:13.753Z Compiling fs-err v3.3.0
4132026-08-25T08:57:13.849Z Compiling fastrand v2.3.0
4142026-08-25T08:57:13.936Z Compiling heck v0.5.0
4152026-08-25T08:57:13.971Z Compiling heck v0.4.1
4162026-08-25T08:57:14.011Z Compiling unicode-width v0.1.14
4172026-08-25T08:57:14.033Z Compiling fnv v1.0.7
4182026-08-25T08:57:14.053Z Compiling clap_lex v1.0.0
4192026-08-25T08:57:14.136Z Compiling terminal_size v0.4.3
4202026-08-25T08:57:14.154Z Compiling strsim v0.11.1
4212026-08-25T08:57:14.170Z Compiling bytecount v0.6.9
4222026-08-25T08:57:14.188Z Compiling tempfile v3.27.0
4232026-08-25T08:57:14.300Z Compiling papergrid v0.11.0
4242026-08-25T08:57:14.318Z Compiling memmap v0.7.0
4252026-08-25T08:57:14.321Z Compiling unicode-linebreak v0.1.5
4262026-08-25T08:57:14.355Z Compiling clap_builder v4.6.0
4272026-08-25T08:57:14.358Z Compiling unicode-width v0.2.0
4282026-08-25T08:57:14.520Z Compiling semver v1.0.28
4292026-08-25T08:57:14.537Z Compiling cargo-platform v0.3.2
4302026-08-25T08:57:14.560Z Compiling smawk v0.3.2
4312026-08-25T08:57:14.657Z Compiling swrite v0.1.0
4322026-08-25T08:57:14.829Z Compiling camino-tempfile v1.4.1
4332026-08-25T08:57:14.849Z Compiling textwrap v0.16.2
4342026-08-25T08:57:15.263Z Compiling serde_derive v1.0.229
4352026-08-25T08:57:15.284Z Compiling tabled_derive v0.7.0
4362026-08-25T08:57:15.820Z Compiling pest_generator v2.8.6
4372026-08-25T08:57:15.977Z Compiling tabled v0.15.0
4382026-08-25T08:57:16.319Z Compiling thiserror-impl v1.0.69
4392026-08-25T08:57:16.319Z Compiling zerocopy-derive v0.7.35
4402026-08-25T08:57:16.323Z Compiling scroll_derive v0.12.1
4412026-08-25T08:57:16.323Z Compiling thiserror-impl v2.0.18
4422026-08-25T08:57:16.323Z Compiling clap_derive v4.6.1
4432026-08-25T08:57:16.409Z Compiling pest_derive v2.8.6
4442026-08-25T08:57:17.042Z Compiling scroll v0.12.0
4452026-08-25T08:57:17.148Z Compiling zerocopy v0.7.35
4462026-08-25T08:57:17.265Z Compiling goblin v0.8.2
4472026-08-25T08:57:17.463Z Compiling dtrace-parser v0.2.0
4482026-08-25T08:57:17.610Z Compiling serde_spanned v0.6.9
4492026-08-25T08:57:17.610Z Compiling toml_datetime v0.6.11
4502026-08-25T08:57:17.610Z Compiling macaddr v1.0.1
4512026-08-25T08:57:17.613Z Compiling cargo_metadata v0.23.1
4522026-08-25T08:57:17.613Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4532026-08-25T08:57:17.643Z Compiling dof v0.3.0
4542026-08-25T08:57:17.647Z Compiling serde_tokenstream v0.2.3
4552026-08-25T08:57:17.816Z Compiling toml_edit v0.22.27
4562026-08-25T08:57:17.834Z Compiling clap v4.6.1
4572026-08-25T08:57:18.377Z Compiling usdt-attr-macro v0.5.0
4582026-08-25T08:57:18.380Z Compiling usdt-macro v0.5.0
4592026-08-25T08:57:19.074Z Compiling toml v0.8.23
4602026-08-25T08:57:19.401Z Compiling cargo_toml v0.21.0
4612026-08-25T08:57:19.886Z Compiling usdt v0.5.0
4622026-08-25T08:57:20.717Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4632026-08-25T08:57:22.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.56s
4642026-08-25T08:57:22.995Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4652026-08-25T08:57:23.506Z Downloading crates ...
4662026-08-25T08:57:23.555Z Downloaded adler2 v2.0.1
4672026-08-25T08:57:23.563Z Downloaded addr2line v0.25.1
4682026-08-25T08:57:23.566Z Downloaded aead v0.5.2
4692026-08-25T08:57:23.570Z Downloaded aead v0.6.1
4702026-08-25T08:57:23.573Z Downloaded bit-set v0.8.0
4712026-08-25T08:57:23.573Z Downloaded arrayref v0.3.9
4722026-08-25T08:57:23.576Z Downloaded async-recursion v1.1.1
4732026-08-25T08:57:23.579Z Downloaded atomic-waker v1.1.2
4742026-08-25T08:57:23.579Z Downloaded array-init v0.0.4
4752026-08-25T08:57:23.582Z Downloaded bitfield-macros v0.19.4
4762026-08-25T08:57:23.582Z Downloaded ff v0.13.1
4772026-08-25T08:57:23.585Z Downloaded erased-serde v0.3.31
4782026-08-25T08:57:23.585Z Downloaded base16ct v0.2.0
4792026-08-25T08:57:23.588Z Downloaded bit-set v0.5.3
4802026-08-25T08:57:23.588Z Downloaded base16ct v1.0.0
4812026-08-25T08:57:23.588Z Downloaded const-oid v0.10.2
4822026-08-25T08:57:23.591Z Downloaded backtrace-ext v0.2.1
4832026-08-25T08:57:23.594Z Downloaded bb8 v0.8.6
4842026-08-25T08:57:23.594Z Downloaded bit-vec v0.8.0
4852026-08-25T08:57:23.597Z Downloaded anstream v0.6.21
4862026-08-25T08:57:23.600Z Downloaded arrayvec v0.7.6
4872026-08-25T08:57:23.600Z Downloaded argon2 v0.5.3
4882026-08-25T08:57:23.600Z Downloaded ahash v0.8.12
4892026-08-25T08:57:23.603Z Downloaded atomicwrites v0.4.4
4902026-08-25T08:57:23.603Z Downloaded futures-io v0.3.32
4912026-08-25T08:57:23.606Z Downloaded foreign-types-shared v0.1.1
4922026-08-25T08:57:23.609Z Downloaded block-buffer v0.12.1
4932026-08-25T08:57:23.609Z Downloaded futures-core v0.3.32
4942026-08-25T08:57:23.609Z Downloaded bitfield-struct v0.6.2
4952026-08-25T08:57:23.609Z Downloaded bcs v0.1.6
4962026-08-25T08:57:23.612Z Downloaded enum-as-inner v0.6.1
4972026-08-25T08:57:23.616Z Downloaded foreign-types v0.3.2
4982026-08-25T08:57:23.616Z Downloaded float-ord v0.3.2
4992026-08-25T08:57:23.616Z Downloaded funty v2.0.0
5002026-08-25T08:57:23.616Z Downloaded gethostname v0.5.0
5012026-08-25T08:57:23.619Z Downloaded async-stream-impl v0.3.6
5022026-08-25T08:57:23.622Z Downloaded fd-lock v4.0.4
5032026-08-25T08:57:23.625Z Downloaded atty v0.2.14
5042026-08-25T08:57:23.625Z Downloaded cfg_aliases v0.1.1
5052026-08-25T08:57:23.625Z Downloaded foreign-types-macros v0.2.3
5062026-08-25T08:57:23.625Z Downloaded ascii-canvas v3.0.0
5072026-08-25T08:57:23.628Z Downloaded assert_matches v1.5.0
5082026-08-25T08:57:23.628Z Downloaded futures-sink v0.3.32
5092026-08-25T08:57:23.632Z Downloaded compression-core v0.4.31
5102026-08-25T08:57:23.632Z Downloaded futures-task v0.3.32
5112026-08-25T08:57:23.632Z Downloaded backon v1.6.0
5122026-08-25T08:57:23.635Z Downloaded fxhash v0.2.1
5132026-08-25T08:57:23.635Z Downloaded endian-type v0.1.2
5142026-08-25T08:57:23.638Z Downloaded filetime v0.2.27
5152026-08-25T08:57:23.638Z Downloaded fixedbitset v0.4.2
5162026-08-25T08:57:23.641Z Downloaded foreign-types-shared v0.3.1
5172026-08-25T08:57:23.641Z Downloaded futures-executor v0.3.32
5182026-08-25T08:57:23.641Z Downloaded cfg_aliases v0.2.1
5192026-08-25T08:57:23.641Z Downloaded fs-err v2.11.0
5202026-08-25T08:57:23.641Z Downloaded env_filter v2.0.0
5212026-08-25T08:57:23.645Z Downloaded fixedbitset v0.5.7
5222026-08-25T08:57:23.645Z Downloaded block-padding v0.4.2
5232026-08-25T08:57:23.645Z Downloaded enum_dispatch v0.3.13
5242026-08-25T08:57:23.648Z Downloaded futures-channel v0.3.32
5252026-08-25T08:57:23.648Z Downloaded float-cmp v0.10.0
5262026-08-25T08:57:23.652Z Downloaded anstyle-parse v0.2.7
5272026-08-25T08:57:23.652Z Downloaded async-stream v0.3.6
5282026-08-25T08:57:23.655Z Downloaded foreign-types v0.5.0
5292026-08-25T08:57:23.658Z Downloaded hash32 v0.3.1
5302026-08-25T08:57:23.658Z Downloaded flagset v0.4.7
5312026-08-25T08:57:23.658Z Downloaded httpdate v1.0.3
5322026-08-25T08:57:23.663Z Downloaded globwalk v0.9.1
5332026-08-25T08:57:23.666Z Downloaded castaway v0.2.4
5342026-08-25T08:57:23.666Z Downloaded cobs v0.3.0
5352026-08-25T08:57:23.666Z Downloaded ciborium-io v0.2.2
5362026-08-25T08:57:23.666Z Downloaded ciborium-ll v0.2.2
5372026-08-25T08:57:23.669Z Downloaded hex v0.4.3
5382026-08-25T08:57:23.672Z Downloaded hostname v0.3.1
5392026-08-25T08:57:23.672Z Downloaded hex-literal v1.1.0
5402026-08-25T08:57:23.675Z Downloaded hubpack v0.1.2
5412026-08-25T08:57:23.678Z Downloaded bcrypt-pbkdf v0.11.0
5422026-08-25T08:57:23.681Z Downloaded hostname v0.4.2
5432026-08-25T08:57:23.681Z Downloaded headers-core v0.3.0
5442026-08-25T08:57:23.685Z Downloaded hash32 v0.2.1
5452026-08-25T08:57:23.685Z Downloaded hubpack_derive v0.1.1
5462026-08-25T08:57:23.685Z Downloaded fallible-iterator v0.2.0
5472026-08-25T08:57:23.688Z Downloaded ghash v0.6.0
5482026-08-25T08:57:23.688Z Downloaded hkdf v0.13.0
5492026-08-25T08:57:23.688Z Downloaded http-body v1.0.1
5502026-08-25T08:57:23.688Z Downloaded ff v0.14.0
5512026-08-25T08:57:23.691Z Downloaded find-msvc-tools v0.1.9
5522026-08-25T08:57:23.691Z Downloaded foldhash v0.2.0
5532026-08-25T08:57:23.691Z Downloaded http-body-util v0.1.3
5542026-08-25T08:57:23.691Z Downloaded nodrop v0.1.14
5552026-08-25T08:57:23.691Z Downloaded nibble_vec v0.1.0
5562026-08-25T08:57:23.694Z Downloaded argon2 v0.6.0-rc.8
5572026-08-25T08:57:23.694Z Downloaded group v0.13.0
5582026-08-25T08:57:23.694Z Downloaded async-bb8-diesel v0.2.1
5592026-08-25T08:57:23.697Z Downloaded cmake v0.1.57
5602026-08-25T08:57:23.698Z Downloaded http-range v0.1.5
5612026-08-25T08:57:23.698Z Downloaded backoff v0.4.0
5622026-08-25T08:57:23.698Z Downloaded bitfield v0.19.4
5632026-08-25T08:57:23.701Z Downloaded bitflags v1.3.2
5642026-08-25T08:57:23.701Z Downloaded form_urlencoded v1.2.2
5652026-08-25T08:57:23.704Z Downloaded git-stub v1.0.0
5662026-08-25T08:57:23.704Z Downloaded openssl-macros v0.1.1
5672026-08-25T08:57:23.707Z Downloaded base64ct v1.8.3
5682026-08-25T08:57:23.707Z Downloaded bit-vec v0.6.3
5692026-08-25T08:57:23.711Z Downloaded oxide-generation-macros v0.2.0
5702026-08-25T08:57:23.714Z Downloaded cmov v0.5.4
5712026-08-25T08:57:23.717Z Downloaded base64 v0.22.1
5722026-08-25T08:57:23.717Z Downloaded blowfish v0.10.0
5732026-08-25T08:57:23.720Z Downloaded progenitor-macro v0.13.0
5742026-08-25T08:57:23.720Z Downloaded progenitor-macro v0.14.0
5752026-08-25T08:57:23.720Z Downloaded rand_pcg v0.10.2
5762026-08-25T08:57:23.723Z Downloaded phf_shared v0.13.1
5772026-08-25T08:57:23.723Z Downloaded env_logger v0.11.11
5782026-08-25T08:57:23.726Z Downloaded foldhash v0.1.5
5792026-08-25T08:57:23.726Z Downloaded fs_extra v1.3.0
5802026-08-25T08:57:23.729Z Downloaded futures-macro v0.3.32
5812026-08-25T08:57:23.732Z Downloaded home v0.5.12
5822026-08-25T08:57:23.732Z Downloaded powerfmt v0.2.0
5832026-08-25T08:57:23.732Z Downloaded radium v0.7.0
5842026-08-25T08:57:23.732Z Downloaded group v0.14.0
5852026-08-25T08:57:23.735Z Downloaded rfc6979 v0.4.0
5862026-08-25T08:57:23.738Z Downloaded scopeguard v1.2.0
5872026-08-25T08:57:23.741Z Downloaded git-stub-vcs v0.1.0
5882026-08-25T08:57:23.744Z Downloaded cexpr v0.6.0
5892026-08-25T08:57:23.744Z Downloaded bs58 v0.5.1
5902026-08-25T08:57:23.747Z Downloaded blake2 v0.11.0-rc.6
5912026-08-25T08:57:23.747Z Downloaded rfc6979 v0.6.0
5922026-08-25T08:57:23.747Z Downloaded cipher v0.4.4
5932026-08-25T08:57:23.750Z Downloaded rustc-hash v2.1.1
5942026-08-25T08:57:23.753Z Downloaded getrandom v0.2.17
5952026-08-25T08:57:23.753Z Downloaded buf-list v1.1.2
5962026-08-25T08:57:23.756Z Downloaded compression-codecs v0.4.37
5972026-08-25T08:57:23.756Z Downloaded hmac v0.12.1
5982026-08-25T08:57:23.759Z Downloaded cassowary v0.3.0
5992026-08-25T08:57:23.759Z Downloaded camino-tempfile-ext v0.3.3
6002026-08-25T08:57:23.762Z Downloaded secrecy v0.10.3
6012026-08-25T08:57:23.762Z Downloaded sha1 v0.10.6
6022026-08-25T08:57:23.765Z Downloaded normalize-line-endings v0.3.0
6032026-08-25T08:57:23.768Z Downloaded byte-wrapper v0.1.0
6042026-08-25T08:57:23.768Z Downloaded nu-ansi-term v0.50.3
6052026-08-25T08:57:23.768Z Downloaded num-integer v0.1.46
6062026-08-25T08:57:23.771Z Downloaded fatfs v0.3.6
6072026-08-25T08:57:23.772Z Downloaded futures v0.3.32
6082026-08-25T08:57:23.775Z Downloaded allocator-api2 v0.2.21
6092026-08-25T08:57:23.778Z Downloaded highway v1.3.0
6102026-08-25T08:57:23.781Z Downloaded num_enum v0.7.6
6112026-08-25T08:57:23.784Z Downloaded num_enum v0.5.11
6122026-08-25T08:57:23.787Z Downloaded oxnet v0.1.6
6132026-08-25T08:57:23.787Z Downloaded sqlparser_derive v0.5.0
6142026-08-25T08:57:23.787Z Downloaded structmeta v0.3.0
6152026-08-25T08:57:23.790Z Downloaded stable_deref_trait v1.2.1
6162026-08-25T08:57:23.790Z Downloaded subtle v2.6.1
6172026-08-25T08:57:23.791Z Downloaded async-trait v0.1.89
6182026-08-25T08:57:23.794Z Downloaded console v0.16.2
6192026-08-25T08:57:23.794Z Downloaded pbkdf2 v0.13.0
6202026-08-25T08:57:23.794Z Downloaded const-oid v0.9.6
6212026-08-25T08:57:23.797Z Downloaded predicates v3.1.4
6222026-08-25T08:57:23.797Z Downloaded progenitor v0.13.0
6232026-08-25T08:57:23.797Z Downloaded password-hash v0.5.0
6242026-08-25T08:57:23.800Z Downloaded pem v3.0.6
6252026-08-25T08:57:23.803Z Downloaded testing_table v0.3.0
6262026-08-25T08:57:23.803Z Downloaded primeorder v0.14.0
6272026-08-25T08:57:23.803Z Downloaded rand_core v0.9.5
6282026-08-25T08:57:23.806Z Downloaded rand_core v0.10.0
6292026-08-25T08:57:23.806Z Downloaded tower-layer v0.3.3
6302026-08-25T08:57:23.809Z Downloaded topological-sort v0.2.2
6312026-08-25T08:57:23.809Z Downloaded httparse v1.10.1
6322026-08-25T08:57:23.812Z Downloaded glob v0.3.3
6332026-08-25T08:57:23.812Z Downloaded hybrid-array v0.4.13
6342026-08-25T08:57:23.815Z Downloaded hyper-rustls v0.27.7
6352026-08-25T08:57:23.815Z Downloaded universal-hash v0.5.1
6362026-08-25T08:57:23.815Z Downloaded unit-prefix v0.5.2
6372026-08-25T08:57:23.815Z Downloaded universal-hash v0.6.1
6382026-08-25T08:57:23.815Z Downloaded wait-timeout v0.2.1
6392026-08-25T08:57:23.818Z Downloaded want v0.3.1
6402026-08-25T08:57:23.818Z Downloaded chacha20 v0.10.0
6412026-08-25T08:57:23.818Z Downloaded humantime v2.3.0
6422026-08-25T08:57:23.821Z Downloaded cancel-safe-futures v0.1.5
6432026-08-25T08:57:23.821Z Downloaded colored v3.1.1
6442026-08-25T08:57:23.824Z Downloaded thiserror-impl-no-std v2.0.2
6452026-08-25T08:57:23.824Z Downloaded cbc v0.2.1
6462026-08-25T08:57:23.824Z Downloaded tap v1.0.1
6472026-08-25T08:57:23.827Z Downloaded blake2 v0.10.6
6482026-08-25T08:57:23.827Z Downloaded bzip2 v0.6.1
6492026-08-25T08:57:23.827Z Downloaded ciborium v0.2.2
6502026-08-25T08:57:23.830Z Downloaded cipher v0.5.2
6512026-08-25T08:57:23.833Z Downloaded utf8_iter v1.0.4
6522026-08-25T08:57:23.833Z Downloaded getrandom v0.3.4
6532026-08-25T08:57:23.833Z Downloaded xshell-macros v0.2.7
6542026-08-25T08:57:23.833Z Downloaded bzip2 v0.4.4
6552026-08-25T08:57:23.837Z Downloaded globset v0.4.18
6562026-08-25T08:57:23.837Z Downloaded rustversion v1.0.22
6572026-08-25T08:57:23.840Z Downloaded rusty-fork v0.3.1
6582026-08-25T08:57:23.840Z Downloaded scrypt v0.12.0
6592026-08-25T08:57:23.843Z Downloaded serde-hex v0.1.0
6602026-08-25T08:57:23.843Z Downloaded serde_tokenstream v0.3.0
6612026-08-25T08:57:23.843Z Downloaded serde_with_macros v1.5.2
6622026-08-25T08:57:23.843Z Downloaded zerofrom v0.1.6
6632026-08-25T08:57:23.846Z Downloaded serde_path_to_error v0.1.20
6642026-08-25T08:57:23.846Z Downloaded zerofrom-derive v0.1.6
6652026-08-25T08:57:23.846Z Downloaded cpubits v0.1.1
6662026-08-25T08:57:23.849Z Downloaded cstr-argument v0.1.2
6672026-08-25T08:57:23.849Z Downloaded arc-swap v1.8.2
6682026-08-25T08:57:23.852Z Downloaded half v1.8.3
6692026-08-25T08:57:23.854Z Downloaded hmac v0.13.0
6702026-08-25T08:57:23.858Z Downloaded signature v2.2.0
6712026-08-25T08:57:23.861Z Downloaded debug-ignore v1.0.5
6722026-08-25T08:57:23.861Z Downloaded darling_macro v0.21.3
6732026-08-25T08:57:23.861Z Downloaded dropshot-api-manager-types v0.8.0
6742026-08-25T08:57:23.865Z Downloaded slog-dtrace v0.3.0
6752026-08-25T08:57:23.865Z Downloaded crc-catalog v2.4.0
6762026-08-25T08:57:23.868Z Downloaded colored v2.2.0
6772026-08-25T08:57:23.872Z Downloaded pkcs1 v0.7.5
6782026-08-25T08:57:23.872Z Downloaded pkcs1 v0.8.0-rc.4
6792026-08-25T08:57:23.872Z Downloaded slog-term v2.9.2
6802026-08-25T08:57:23.876Z Downloaded string_cache v0.8.9
6812026-08-25T08:57:23.876Z Downloaded poly1305 v0.9.0
6822026-08-25T08:57:23.876Z Downloaded postcard v1.1.3
6832026-08-25T08:57:23.876Z Downloaded progenitor-extras v0.2.0
6842026-08-25T08:57:23.880Z Downloaded vergen-lib v9.1.0
6852026-08-25T08:57:23.880Z Downloaded downcast-rs v2.0.2
6862026-08-25T08:57:23.880Z Downloaded strum_macros v0.24.3
6872026-08-25T08:57:23.880Z Downloaded display-error-chain v0.2.2
6882026-08-25T08:57:23.880Z Downloaded dunce v1.0.5
6892026-08-25T08:57:23.880Z Downloaded dyn-clone v1.0.20
6902026-08-25T08:57:23.885Z Downloaded ident_case v1.0.1
6912026-08-25T08:57:23.885Z Downloaded indent_write v2.2.0
6922026-08-25T08:57:23.885Z Downloaded inout v0.1.4
6932026-08-25T08:57:23.885Z Downloaded is-terminal v0.4.17
6942026-08-25T08:57:23.889Z Downloaded support-bundle-viewer v0.1.2
6952026-08-25T08:57:23.892Z Downloaded chacha20 v0.9.1
6962026-08-25T08:57:23.892Z Downloaded console v0.15.11
6972026-08-25T08:57:23.897Z Downloaded clang-sys v1.8.1
6982026-08-25T08:57:23.901Z Downloaded lazy_static v1.5.0
6992026-08-25T08:57:23.901Z Downloaded thiserror-no-std v2.0.2
7002026-08-25T08:57:23.901Z Downloaded tokio-native-tls v0.3.1
7012026-08-25T08:57:23.907Z Downloaded keccak v0.1.6
7022026-08-25T08:57:23.911Z Downloaded generic-array v1.4.3
7032026-08-25T08:57:23.915Z Downloaded md-5 v0.10.6
7042026-08-25T08:57:23.915Z Downloaded md5 v0.8.0
7052026-08-25T08:57:23.920Z Downloaded nonempty v0.12.0
7062026-08-25T08:57:23.920Z Downloaded lru-cache v0.1.2
7072026-08-25T08:57:23.920Z Downloaded crossbeam-deque v0.8.6
7082026-08-25T08:57:23.924Z Downloaded ctutils v0.4.2
7092026-08-25T08:57:23.924Z Downloaded omicron-zone-package v0.12.3
7102026-08-25T08:57:23.929Z Downloaded num_enum_derive v0.5.11
7112026-08-25T08:57:23.929Z Downloaded spin v0.9.8
7122026-08-25T08:57:23.933Z Downloaded daft v0.1.8
7132026-08-25T08:57:23.933Z Downloaded delegate v0.13.5
7142026-08-25T08:57:23.933Z Downloaded half v2.7.1
7152026-08-25T08:57:23.933Z Downloaded parking_lot_core v0.9.12
7162026-08-25T08:57:23.937Z Downloaded packed_struct_codegen v0.10.1
7172026-08-25T08:57:23.937Z Downloaded percent-encoding v2.3.2
7182026-08-25T08:57:23.941Z Downloaded oxide-update-engine-types v0.1.2
7192026-08-25T08:57:23.944Z Downloaded potential_utf v0.1.4
7202026-08-25T08:57:23.944Z Downloaded papergrid v0.18.0
7212026-08-25T08:57:23.947Z Downloaded sync_wrapper v1.0.2
7222026-08-25T08:57:23.947Z Downloaded derive_builder_core v0.20.2
7232026-08-25T08:57:23.950Z Downloaded either v1.15.0
7242026-08-25T08:57:23.953Z Downloaded progenitor-client v0.14.0
7252026-08-25T08:57:23.956Z Downloaded quick-error v1.2.3
7262026-08-25T08:57:23.961Z Downloaded ena v0.14.4
7272026-08-25T08:57:23.963Z Downloaded chacha20poly1305 v0.10.1
7282026-08-25T08:57:23.967Z Downloaded serde-big-array v0.5.1
7292026-08-25T08:57:23.970Z Downloaded compact_str v0.8.1
7302026-08-25T08:57:23.970Z Downloaded elliptic-curve v0.14.1
7312026-08-25T08:57:23.976Z Downloaded openssl-sys v0.9.117
7322026-08-25T08:57:23.979Z Downloaded shell-words v1.1.1
7332026-08-25T08:57:23.982Z Downloaded slog-bunyan v2.5.0
7342026-08-25T08:57:23.982Z Downloaded bytes v1.11.1
7352026-08-25T08:57:23.982Z Downloaded headers v0.4.1
7362026-08-25T08:57:23.985Z Downloaded ar_archive_writer v0.5.1
7372026-08-25T08:57:23.988Z Downloaded tokio-rustls v0.26.4
7382026-08-25T08:57:23.988Z Downloaded knus-derive v3.4.0
7392026-08-25T08:57:23.991Z Downloaded tokio-stream v0.1.18
7402026-08-25T08:57:23.991Z Downloaded vergen v9.1.0
7412026-08-25T08:57:23.994Z Downloaded indoc v2.0.7
7422026-08-25T08:57:23.994Z Downloaded lru v0.12.5
7432026-08-25T08:57:23.994Z Downloaded multer v3.1.0
7442026-08-25T08:57:23.997Z Downloaded supports-color v3.0.2
7452026-08-25T08:57:23.997Z Downloaded signal-hook-tokio v0.3.1
7462026-08-25T08:57:24.000Z Downloaded heapless v0.7.17
7472026-08-25T08:57:24.001Z Downloaded rustls-platform-verifier v0.6.2
7482026-08-25T08:57:24.004Z Downloaded oxide-generation v0.1.3
7492026-08-25T08:57:24.004Z Downloaded packed_struct v0.10.1
7502026-08-25T08:57:24.008Z Downloaded backtrace v0.3.76
7512026-08-25T08:57:24.008Z Downloaded sponge-cursor v0.1.0
7522026-08-25T08:57:24.011Z Downloaded supports-hyperlinks v3.2.0
7532026-08-25T08:57:24.011Z Downloaded module-lattice v0.2.3
7542026-08-25T08:57:24.014Z Downloaded oxide-tokio-rt v0.1.4
7552026-08-25T08:57:24.014Z Downloaded ppv-lite86 v0.2.21
7562026-08-25T08:57:24.017Z Downloaded proc-macro-error-attr2 v2.0.0
7572026-08-25T08:57:24.017Z Downloaded typify-macro v0.6.2
7582026-08-25T08:57:24.020Z Downloaded flume v0.11.1
7592026-08-25T08:57:24.020Z Downloaded num-complex v0.4.6
7602026-08-25T08:57:24.023Z Downloaded prettyplease v0.2.37
7612026-08-25T08:57:24.023Z Downloaded expectorate v1.2.0
7622026-08-25T08:57:24.026Z Downloaded typify v0.6.2
7632026-08-25T08:57:24.026Z Downloaded heapless v0.8.0
7642026-08-25T08:57:24.029Z Downloaded similar v2.7.0
7652026-08-25T08:57:24.032Z Downloaded slog v2.8.2
7662026-08-25T08:57:24.032Z Downloaded num-rational v0.4.2
7672026-08-25T08:57:24.035Z Downloaded unicode-xid v0.2.6
7682026-08-25T08:57:24.035Z Downloaded scroll v0.13.0
7692026-08-25T08:57:24.035Z Downloaded waitgroup v0.1.2
7702026-08-25T08:57:24.035Z Downloaded tracing-attributes v0.1.31
7712026-08-25T08:57:24.038Z Downloaded usdt-macro v0.6.0
7722026-08-25T08:57:24.038Z Downloaded void v1.0.2
7732026-08-25T08:57:24.038Z Downloaded iana-time-zone v0.1.65
7742026-08-25T08:57:24.038Z Downloaded peg-macros v0.8.5
7752026-08-25T08:57:24.041Z Downloaded cc v1.2.56
7762026-08-25T08:57:24.041Z Downloaded chumsky v0.9.3
7772026-08-25T08:57:24.044Z Downloaded pin-project-internal v1.1.11
7782026-08-25T08:57:24.044Z Downloaded polyval v0.7.1
7792026-08-25T08:57:24.044Z Downloaded rand_chacha v0.3.1
7802026-08-25T08:57:24.047Z Downloaded rand_seeder v0.4.0
7812026-08-25T08:57:24.047Z Downloaded libsw-core v0.3.2
7822026-08-25T08:57:24.051Z Downloaded crc v3.4.0
7832026-08-25T08:57:24.054Z Downloaded sec1 v0.8.1
7842026-08-25T08:57:24.054Z Downloaded crypto-common v0.2.2
7852026-08-25T08:57:24.057Z Downloaded xattr v1.6.1
7862026-08-25T08:57:24.060Z Downloaded crucible-workspace-hack v0.1.0
7872026-08-25T08:57:24.065Z Downloaded zerocopy v0.6.6
7882026-08-25T08:57:24.068Z Downloaded async-compression v0.4.41
7892026-08-25T08:57:24.071Z Downloaded zopfli v0.8.3
7902026-08-25T08:57:24.075Z Downloaded flate2 v1.1.9
7912026-08-25T08:57:24.078Z Downloaded hickory-resolver v0.24.4
7922026-08-25T08:57:24.078Z Downloaded slog-async v2.8.0
7932026-08-25T08:57:24.081Z Downloaded slog-envlogger v2.2.0
7942026-08-25T08:57:24.081Z Downloaded tokio-dtrace v0.1.1
7952026-08-25T08:57:24.081Z Downloaded darling_macro v0.20.11
7962026-08-25T08:57:24.081Z Downloaded test-strategy v0.4.5
7972026-08-25T08:57:24.084Z Downloaded tungstenite v0.21.0
7982026-08-25T08:57:24.084Z Downloaded base64 v0.21.7
7992026-08-25T08:57:24.087Z Downloaded difflib v0.4.0
8002026-08-25T08:57:24.087Z Downloaded serde_plain v1.0.2
8012026-08-25T08:57:24.087Z Downloaded signal-hook-registry v1.4.8
8022026-08-25T08:57:24.090Z Downloaded parking_lot v0.11.2
8032026-08-25T08:57:24.090Z Downloaded static_assertions v1.1.0
8042026-08-25T08:57:24.090Z Downloaded postgres-types v0.2.12
8052026-08-25T08:57:24.093Z Downloaded dirs-sys-next v0.1.2
8062026-08-25T08:57:24.093Z Downloaded hyper-tls v0.6.0
8072026-08-25T08:57:24.093Z Downloaded bumpalo v3.20.2
8082026-08-25T08:57:24.093Z Downloaded termios v0.3.3
8092026-08-25T08:57:24.096Z Downloaded tiny-keccak v2.0.2
8102026-08-25T08:57:24.096Z Downloaded dtrace-parser v0.3.0
8112026-08-25T08:57:24.099Z Downloaded des v0.9.0
8122026-08-25T08:57:24.099Z Downloaded pkcs8 v0.11.0
8132026-08-25T08:57:24.104Z Downloaded crossbeam-epoch v0.9.18
8142026-08-25T08:57:24.107Z Downloaded darling v0.21.3
8152026-08-25T08:57:24.107Z Downloaded indoc v1.0.9
8162026-08-25T08:57:24.107Z Downloaded illumos-nvpair-sys v0.2.0
8172026-08-25T08:57:24.110Z Downloaded inout v0.2.2
8182026-08-25T08:57:24.110Z Downloaded jiff-static v0.2.34
8192026-08-25T08:57:24.110Z Downloaded lalrpop-util v0.19.12
8202026-08-25T08:57:24.113Z Downloaded maplit v1.0.2
8212026-08-25T08:57:24.113Z Downloaded memoffset v0.9.1
8222026-08-25T08:57:24.113Z Downloaded yoke v0.8.1
8232026-08-25T08:57:24.116Z Downloaded tar v0.4.46
8242026-08-25T08:57:24.119Z Downloaded quinn v0.11.11
8252026-08-25T08:57:24.122Z Downloaded zeroize v1.9.0
8262026-08-25T08:57:24.122Z Downloaded const_format_proc_macros v0.2.34
8272026-08-25T08:57:24.125Z Downloaded ctr v0.10.1
8282026-08-25T08:57:24.128Z Downloaded oso-derive v0.27.3
8292026-08-25T08:57:24.132Z Downloaded zone v0.3.1
8302026-08-25T08:57:24.135Z Downloaded critical-section v1.2.0
8312026-08-25T08:57:24.135Z Downloaded darling v0.13.4
8322026-08-25T08:57:24.135Z Downloaded libbz2-rs-sys v0.2.2
8332026-08-25T08:57:24.138Z Downloaded num v0.4.3
8342026-08-25T08:57:24.138Z Downloaded num-derive v0.4.2
8352026-08-25T08:57:24.138Z Downloaded password-hash v0.6.1
8362026-08-25T08:57:24.138Z Downloaded parse-size v1.1.0
8372026-08-25T08:57:24.141Z Downloaded daft-derive v0.1.8
8382026-08-25T08:57:24.144Z Downloaded hashbrown v0.13.2
8392026-08-25T08:57:24.148Z Downloaded hickory-resolver v0.25.2
8402026-08-25T08:57:24.152Z Downloaded rand_xorshift v0.4.0
8412026-08-25T08:57:24.155Z Downloaded defmt v1.0.1
8422026-08-25T08:57:24.158Z Downloaded der_derive v0.7.3
8432026-08-25T08:57:24.158Z Downloaded diesel-dtrace v0.5.0
8442026-08-25T08:57:24.158Z Downloaded predicates-tree v1.0.13
8452026-08-25T08:57:24.158Z Downloaded predicates-core v1.0.10
8462026-08-25T08:57:24.158Z Downloaded rtoolbox v0.0.3
8472026-08-25T08:57:24.162Z Downloaded rustls-webpki v0.103.13
8482026-08-25T08:57:24.165Z Downloaded stacker v0.1.23
8492026-08-25T08:57:24.168Z Downloaded const_format v0.2.35
8502026-08-25T08:57:24.168Z Downloaded darling_core v0.21.3
8512026-08-25T08:57:24.171Z Downloaded dsl_auto_type v0.2.0
8522026-08-25T08:57:24.175Z Downloaded same-file v1.0.6
8532026-08-25T08:57:24.175Z Downloaded tinystr v0.8.2
8542026-08-25T08:57:24.175Z Downloaded serde_repr v0.1.20
8552026-08-25T08:57:24.178Z Downloaded num-traits v0.2.19
8562026-08-25T08:57:24.178Z Downloaded signature v3.0.0
8572026-08-25T08:57:24.181Z Downloaded http v1.4.2
8582026-08-25T08:57:24.185Z Downloaded ipnet v2.12.0
8592026-08-25T08:57:24.188Z Downloaded libloading v0.8.9
8602026-08-25T08:57:24.188Z Downloaded linear-map v1.2.0
8612026-08-25T08:57:24.191Z Downloaded strsim v0.10.0
8622026-08-25T08:57:24.191Z Downloaded structmeta-derive v0.3.0
8632026-08-25T08:57:24.196Z Downloaded progenitor-impl v0.13.0
8642026-08-25T08:57:24.202Z Downloaded multimap v0.10.1
8652026-08-25T08:57:24.206Z Downloaded nanorand v0.7.0
8662026-08-25T08:57:24.206Z Downloaded native-tls v0.2.18
8672026-08-25T08:57:24.206Z Downloaded cookie v0.18.1
8682026-08-25T08:57:24.209Z Downloaded rcgen v0.12.1
8692026-08-25T08:57:24.209Z Downloaded ryu v1.0.23
8702026-08-25T08:57:24.209Z Downloaded schemars v0.8.22
8712026-08-25T08:57:24.215Z Downloaded thread-id v5.1.0
8722026-08-25T08:57:24.218Z Downloaded unicode-truncate v1.1.0
8732026-08-25T08:57:24.218Z Downloaded zeroize_derive v1.5.0
8742026-08-25T08:57:24.218Z Downloaded proc-macro-error2 v2.0.1
8752026-08-25T08:57:24.221Z Downloaded hickory-server v0.25.2
8762026-08-25T08:57:24.224Z Downloaded crossbeam-channel v0.5.15
8772026-08-25T08:57:24.227Z Downloaded subprocess v0.2.15
8782026-08-25T08:57:24.227Z Downloaded toml v0.7.8
8792026-08-25T08:57:24.230Z Downloaded toml v1.1.2+spec-1.1.0
8802026-08-25T08:57:24.233Z Downloaded derive_builder v0.20.2
8812026-08-25T08:57:24.236Z Downloaded phf v0.12.1
8822026-08-25T08:57:24.236Z Downloaded port-file v0.1.0
8832026-08-25T08:57:24.236Z Downloaded owo-colors v4.3.0
8842026-08-25T08:57:24.240Z Downloaded phc v0.6.1
8852026-08-25T08:57:24.240Z Downloaded pkcs8 v0.10.2
8862026-08-25T08:57:24.240Z Downloaded zone_cfg_derive v0.3.1
8872026-08-25T08:57:24.240Z Downloaded convert_case v0.4.0
8882026-08-25T08:57:24.243Z Downloaded defmt v0.3.100
8892026-08-25T08:57:24.243Z Downloaded sec1 v0.7.3
8902026-08-25T08:57:24.243Z Downloaded rand_core v0.6.4
8912026-08-25T08:57:24.248Z Downloaded hashbrown v0.12.3
8922026-08-25T08:57:24.250Z Downloaded kem v0.3.0
8932026-08-25T08:57:24.251Z Downloaded slab v0.4.12
8942026-08-25T08:57:24.253Z Downloaded rustc-demangle v0.1.27
8952026-08-25T08:57:24.253Z Downloaded mime_guess v2.0.5
8962026-08-25T08:57:24.253Z Downloaded managed v0.8.0
8972026-08-25T08:57:24.257Z Downloaded slog-stdlog v4.1.1
8982026-08-25T08:57:24.257Z Downloaded tokio-tungstenite v0.21.0
8992026-08-25T08:57:24.265Z Downloaded openssl-probe v0.1.6
9002026-08-25T08:57:24.268Z Downloaded lock_api v0.4.14
9012026-08-25T08:57:24.271Z Downloaded der v0.7.10
9022026-08-25T08:57:24.273Z Downloaded snafu-derive v0.8.9
9032026-08-25T08:57:24.274Z Downloaded ssh-cipher v0.3.0
9042026-08-25T08:57:24.274Z Downloaded synstructure v0.13.2
9052026-08-25T08:57:24.276Z Downloaded internet-checksum v0.2.1
9062026-08-25T08:57:24.276Z Downloaded rand v0.10.1
9072026-08-25T08:57:24.282Z Downloaded toml_writer v1.1.1+spec-1.1.0
9082026-08-25T08:57:24.285Z Downloaded xshell v0.2.7
9092026-08-25T08:57:24.288Z Downloaded cpufeatures v0.3.0
9102026-08-25T08:57:24.288Z Downloaded serde_yaml v0.9.34+deprecated
9112026-08-25T08:57:24.289Z Downloaded thread_local v1.1.9
9122026-08-25T08:57:24.293Z Downloaded uzers v0.12.2
9132026-08-25T08:57:24.296Z Downloaded tokio-postgres v0.7.16
9142026-08-25T08:57:24.299Z Downloaded usdt-impl v0.6.0
9152026-08-25T08:57:24.299Z Downloaded x509-cert v0.2.5
9162026-08-25T08:57:24.308Z Downloaded tracing-core v0.1.36
9172026-08-25T08:57:24.311Z Downloaded ref-cast-impl v1.0.25
9182026-08-25T08:57:24.314Z Downloaded signal-hook-mio v0.2.5
9192026-08-25T08:57:24.317Z Downloaded csv-core v0.1.13
9202026-08-25T08:57:24.324Z Downloaded displaydoc v0.2.5
9212026-08-25T08:57:24.327Z Downloaded sapling-renderdag v0.1.0
9222026-08-25T08:57:24.330Z Downloaded drift v0.2.0
9232026-08-25T08:57:24.334Z Downloaded elliptic-curve v0.13.8
9242026-08-25T08:57:24.337Z Downloaded semver v0.1.20
9252026-08-25T08:57:24.337Z Downloaded take_mut v0.2.2
9262026-08-25T08:57:24.337Z Downloaded serde_with_macros v3.21.0
9272026-08-25T08:57:24.340Z Downloaded ed25519 v3.0.0
9282026-08-25T08:57:24.340Z Downloaded rustls-pemfile v2.2.0
9292026-08-25T08:57:24.343Z Downloaded serde_urlencoded v0.7.1
9302026-08-25T08:57:24.343Z Downloaded serde_spanned v1.1.1
9312026-08-25T08:57:24.344Z Downloaded strum v0.26.3
9322026-08-25T08:57:24.344Z Downloaded impl-trait-for-tuples v0.2.3
9332026-08-25T08:57:24.346Z Downloaded keccak v0.2.0
9342026-08-25T08:57:24.346Z Downloaded ed25519 v2.2.3
9352026-08-25T08:57:24.346Z Downloaded qorb v0.4.1
9362026-08-25T08:57:24.350Z Downloaded supports-unicode v3.0.0
9372026-08-25T08:57:24.353Z Downloaded time-core v0.1.8
9382026-08-25T08:57:24.353Z Downloaded tower-service v0.3.3
9392026-08-25T08:57:24.353Z Downloaded usdt-attr-macro v0.6.0
9402026-08-25T08:57:24.357Z Downloaded pem-rfc7468 v1.0.0
9412026-08-25T08:57:24.360Z Downloaded phf v0.13.1
9422026-08-25T08:57:24.364Z Downloaded newtype-uuid v1.3.2
9432026-08-25T08:57:24.367Z Downloaded pem-rfc7468 v0.7.0
9442026-08-25T08:57:24.367Z Downloaded rayon-core v1.13.0
9452026-08-25T08:57:24.370Z Downloaded toml_parser v1.1.2+spec-1.1.0
9462026-08-25T08:57:24.370Z Downloaded oxide-update-engine-display v0.1.2
9472026-08-25T08:57:24.370Z Downloaded paste v1.0.15
9482026-08-25T08:57:24.373Z Downloaded primefield v0.14.0
9492026-08-25T08:57:24.373Z Downloaded primeorder v0.13.6
9502026-08-25T08:57:24.378Z Downloaded parking_lot v0.12.5
9512026-08-25T08:57:24.381Z Downloaded unicode-properties v0.1.4
9522026-08-25T08:57:24.381Z Downloaded hashbrown v0.16.1
9532026-08-25T08:57:24.385Z Downloaded psm v0.1.30
9542026-08-25T08:57:24.388Z Downloaded derive_builder_macro v0.20.2
9552026-08-25T08:57:24.388Z Downloaded dof v0.4.0
9562026-08-25T08:57:24.388Z Downloaded unicode-segmentation v1.12.0
9572026-08-25T08:57:24.391Z Downloaded deranged v0.5.8
9582026-08-25T08:57:24.394Z Downloaded aes v0.9.1
9592026-08-25T08:57:24.397Z Downloaded aho-corasick v1.1.4
9602026-08-25T08:57:24.397Z Downloaded rustc_version v0.4.1
9612026-08-25T08:57:24.400Z Downloaded minimal-lexical v0.2.1
9622026-08-25T08:57:24.400Z Downloaded zip v4.6.1
9632026-08-25T08:57:24.403Z Downloaded illumos-nvpair v0.3.0
9642026-08-25T08:57:24.403Z Downloaded is_ci v1.2.0
9652026-08-25T08:57:24.406Z Downloaded num-iter v0.1.45
9662026-08-25T08:57:24.406Z Downloaded snafu v0.8.9
9672026-08-25T08:57:24.409Z Downloaded derive_more-impl v2.1.1
9682026-08-25T08:57:24.412Z Downloaded lzss v0.8.2
9692026-08-25T08:57:24.412Z Downloaded mime v0.3.17
9702026-08-25T08:57:24.415Z Downloaded futures-util v0.3.32
9712026-08-25T08:57:24.421Z Downloaded serde_derive_internals v0.29.1
9722026-08-25T08:57:24.424Z Downloaded olpc-cjson v0.1.4
9732026-08-25T08:57:24.424Z Downloaded reedline v0.40.0
9742026-08-25T08:57:24.427Z Downloaded rsa v0.10.0-rc.18
9752026-08-25T08:57:24.430Z Downloaded tokio-tungstenite v0.23.1
9762026-08-25T08:57:24.433Z Downloaded litemap v0.8.1
9772026-08-25T08:57:24.433Z Downloaded smallvec v0.6.14
9782026-08-25T08:57:24.433Z Downloaded smf v0.2.3
9792026-08-25T08:57:24.436Z Downloaded socket2 v0.5.10
9802026-08-25T08:57:24.436Z Downloaded tls_codec v0.4.2
9812026-08-25T08:57:24.436Z Downloaded unarray v0.1.4
9822026-08-25T08:57:24.436Z Downloaded usdt v0.6.0
9832026-08-25T08:57:24.439Z Downloaded hyper-util v0.1.20
9842026-08-25T08:57:24.443Z Downloaded walkdir v2.5.0
9852026-08-25T08:57:24.443Z Downloaded whoami v1.6.1
9862026-08-25T08:57:24.443Z Downloaded whoami v2.1.0
9872026-08-25T08:57:24.446Z Downloaded crc-any v2.5.0
9882026-08-25T08:57:24.449Z Downloaded scheduled-thread-pool v0.2.7
9892026-08-25T08:57:24.451Z Downloaded recursive-proc-macro-impl v0.1.1
9902026-08-25T08:57:24.452Z Downloaded hyper v1.10.1
9912026-08-25T08:57:24.455Z Downloaded tabwriter v1.4.1
9922026-08-25T08:57:24.457Z Downloaded internal-russh-num-bigint v0.5.0
9932026-08-25T08:57:24.460Z Downloaded vte v0.14.1
9942026-08-25T08:57:24.460Z Downloaded postgres-protocol v0.6.10
9952026-08-25T08:57:24.460Z Downloaded progenitor-impl v0.14.0
9962026-08-25T08:57:24.463Z Downloaded serde_bytes v0.11.19
9972026-08-25T08:57:24.466Z Downloaded derive_more v0.99.20
9982026-08-25T08:57:24.469Z Downloaded digest v0.11.3
9992026-08-25T08:57:24.469Z Downloaded serde_with v1.14.0
10002026-08-25T08:57:24.473Z Downloaded trait-variant v0.1.2
10012026-08-25T08:57:24.480Z Downloaded tokio-macros v2.7.0
10022026-08-25T08:57:24.483Z Downloaded scuffle v0.1.0
10032026-08-25T08:57:24.486Z Downloaded ingot-types v0.2.0
10042026-08-25T08:57:24.486Z Downloaded miette-derive v7.6.0
10052026-08-25T08:57:24.486Z Downloaded aes-gcm v0.11.0
10062026-08-25T08:57:24.489Z Downloaded parking_lot_core v0.8.6
10072026-08-25T08:57:24.489Z Downloaded curve25519-dalek-derive v0.1.1
10082026-08-25T08:57:24.492Z Downloaded diff v0.1.13
10092026-08-25T08:57:24.495Z Downloaded hashbrown v0.15.5
10102026-08-25T08:57:24.498Z Downloaded icu_locale_core v2.1.1
10112026-08-25T08:57:24.502Z Downloaded hashbrown v0.14.5
10122026-08-25T08:57:24.505Z Downloaded indexmap v1.9.3
10132026-08-25T08:57:24.505Z Downloaded peg v0.8.5
10142026-08-25T08:57:24.508Z Downloaded document-features v0.2.12
10152026-08-25T08:57:24.508Z Downloaded icu_collections v2.1.1
10162026-08-25T08:57:24.511Z Downloaded progenitor v0.14.0
10172026-08-25T08:57:24.511Z Downloaded instability v0.3.11
10182026-08-25T08:57:24.511Z Downloaded corncobs v0.1.4
10192026-08-25T08:57:24.514Z Downloaded yansi v1.0.1
10202026-08-25T08:57:24.514Z Downloaded darling v0.23.0
10212026-08-25T08:57:24.517Z Downloaded idna_adapter v1.2.1
10222026-08-25T08:57:24.517Z Downloaded newtype_derive v0.1.6
10232026-08-25T08:57:24.520Z Downloaded match_cfg v0.1.0
10242026-08-25T08:57:24.520Z Downloaded maybe-uninit v2.0.0
10252026-08-25T08:57:24.520Z Downloaded parse-display v0.10.0
10262026-08-25T08:57:24.520Z Downloaded darling v0.20.11
10272026-08-25T08:57:24.523Z Downloaded progenitor-client v0.13.0
10282026-08-25T08:57:24.523Z Downloaded strum_macros v0.26.4
10292026-08-25T08:57:24.523Z Downloaded openssl-probe v0.2.1
10302026-08-25T08:57:24.526Z Downloaded precomputed-hash v0.1.1
10312026-08-25T08:57:24.526Z Downloaded strip-ansi-escapes v0.2.1
10322026-08-25T08:57:24.534Z Downloaded toml_edit v0.23.10+spec-1.0.0
10332026-08-25T08:57:24.537Z Downloaded darling_core v0.23.0
10342026-08-25T08:57:24.540Z Downloaded ecdsa v0.17.0
10352026-08-25T08:57:24.543Z Downloaded ron v0.8.1
10362026-08-25T08:57:24.546Z Downloaded rpassword v7.5.4
10372026-08-25T08:57:24.546Z Downloaded slog-json v2.6.1
10382026-08-25T08:57:24.546Z Downloaded spki v0.8.0
10392026-08-25T08:57:24.549Z Downloaded time-macros v0.2.27
10402026-08-25T08:57:24.549Z Downloaded rustc_version v0.1.7
10412026-08-25T08:57:24.549Z Downloaded sha1 v0.11.0
10422026-08-25T08:57:24.576Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10432026-08-25T08:57:24.576Z Downloaded siphasher v1.0.2
10442026-08-25T08:57:24.576Z Downloaded vergen-gitcl v1.0.8
10452026-08-25T08:57:24.576Z Downloaded vergen-lib v0.1.6
10462026-08-25T08:57:24.580Z Downloaded strum v0.27.2
10472026-08-25T08:57:24.580Z Downloaded libxml v0.3.3
10482026-08-25T08:57:24.580Z Downloaded convert_case v0.10.0
10492026-08-25T08:57:24.580Z Downloaded darling_macro v0.13.4
10502026-08-25T08:57:24.580Z Downloaded defmt-parser v1.0.0
10512026-08-25T08:57:24.580Z Downloaded unicode_categories v0.1.1
10522026-08-25T08:57:24.580Z Downloaded knus v3.4.0
10532026-08-25T08:57:24.580Z Downloaded hyper-staticfile v0.10.1
10542026-08-25T08:57:24.580Z Downloaded smallvec v1.15.1
10552026-08-25T08:57:24.580Z Downloaded libefi-sys v0.1.0
10562026-08-25T08:57:24.580Z Downloaded libsw v3.5.0
10572026-08-25T08:57:24.580Z Downloaded num_enum_derive v0.7.6
10582026-08-25T08:57:24.580Z Downloaded icu_normalizer_data v2.1.1
10592026-08-25T08:57:24.580Z Downloaded kstat-rs v0.2.5
10602026-08-25T08:57:24.580Z Downloaded newline-converter v0.3.0
10612026-08-25T08:57:24.583Z Downloaded num_threads v0.1.7
10622026-08-25T08:57:24.583Z Downloaded dirs-next v2.0.0
10632026-08-25T08:57:24.583Z Downloaded oxide-update-engine v0.1.2
10642026-08-25T08:57:24.583Z Downloaded h2 v0.4.15
10652026-08-25T08:57:24.586Z Downloaded hkdf v0.12.4
10662026-08-25T08:57:24.589Z Downloaded embedded-io v0.4.0
10672026-08-25T08:57:24.589Z Downloaded instant v0.1.13
10682026-08-25T08:57:24.589Z Downloaded libscf-sys v1.2.0
10692026-08-25T08:57:24.589Z Downloaded rustyline v14.0.0
10702026-08-25T08:57:24.593Z Downloaded darling_core v0.13.4
10712026-08-25T08:57:24.596Z Downloaded r2d2 v0.8.10
10722026-08-25T08:57:24.596Z Downloaded salsa20 v0.11.0
10732026-08-25T08:57:24.599Z Downloaded russh-cryptovec v0.62.0
10742026-08-25T08:57:24.599Z Downloaded num-conv v0.2.0
10752026-08-25T08:57:24.599Z Downloaded path-slash v0.1.5
10762026-08-25T08:57:24.599Z Downloaded ref-cast v1.0.25
10772026-08-25T08:57:24.611Z Downloaded iri-string v0.7.10
10782026-08-25T08:57:24.616Z Downloaded crypto-bigint v0.5.5
10792026-08-25T08:57:24.619Z Downloaded toml_edit v0.19.15
10802026-08-25T08:57:24.628Z Downloaded schemars_derive v0.8.22
10812026-08-25T08:57:24.631Z Downloaded serdect v0.4.3
10822026-08-25T08:57:24.631Z Downloaded simd-adler32 v0.3.8
10832026-08-25T08:57:24.631Z Downloaded ssh-encoding v0.3.0
10842026-08-25T08:57:24.634Z Downloaded tinyvec_macros v0.1.1
10852026-08-25T08:57:24.634Z Downloaded lru-slab v0.1.2
10862026-08-25T08:57:24.634Z Downloaded opaque-debug v0.3.1
10872026-08-25T08:57:24.634Z Downloaded samael v0.0.19
10882026-08-25T08:57:24.637Z Downloaded cookie_store v0.22.1
10892026-08-25T08:57:24.642Z Downloaded tui-tree-widget v0.23.1
10902026-08-25T08:57:24.645Z Downloaded zerovec-derive v0.11.2
10912026-08-25T08:57:24.645Z Downloaded psl-types v2.0.11
10922026-08-25T08:57:24.645Z Downloaded zstd-safe v7.2.4
10932026-08-25T08:57:24.649Z Downloaded diesel_table_macro_syntax v0.3.0
10942026-08-25T08:57:24.652Z Downloaded russh-util v0.52.0
10952026-08-25T08:57:24.652Z Downloaded secrecy v0.8.0
10962026-08-25T08:57:24.656Z Downloaded newtype-uuid-macros v0.1.0
10972026-08-25T08:57:24.656Z Downloaded writeable v0.6.2
10982026-08-25T08:57:24.656Z Downloaded scroll_derive v0.13.1
10992026-08-25T08:57:24.659Z Downloaded prefix-trie v0.7.0
11002026-08-25T08:57:24.662Z Downloaded unicode-normalization v0.1.25
11012026-08-25T08:57:24.665Z Downloaded p256 v0.14.0
11022026-08-25T08:57:24.665Z Downloaded recursive v0.1.1
11032026-08-25T08:57:24.668Z Downloaded utf-8 v0.7.6
11042026-08-25T08:57:24.671Z Downloaded sync-ptr v0.1.4
11052026-08-25T08:57:24.671Z Downloaded pin-project v1.1.11
11062026-08-25T08:57:24.676Z Downloaded pin-project-lite v0.2.17
11072026-08-25T08:57:24.679Z Downloaded poly1305 v0.8.0
11082026-08-25T08:57:24.682Z Downloaded pkg-config v0.3.32
11092026-08-25T08:57:24.682Z Downloaded sqlformat v0.3.5
11102026-08-25T08:57:24.682Z Downloaded crc8 v0.1.1
11112026-08-25T08:57:24.685Z Downloaded darling_macro v0.23.0
11122026-08-25T08:57:24.685Z Downloaded ingot-macros v0.2.0
11132026-08-25T08:57:24.685Z Downloaded tagptr v0.2.0
11142026-08-25T08:57:24.688Z Downloaded zerotrie v0.2.3
11152026-08-25T08:57:24.694Z Downloaded blake3 v1.8.5
11162026-08-25T08:57:24.700Z Downloaded serde_cbor v0.11.2
11172026-08-25T08:57:24.703Z Downloaded seq-macro v0.3.6
11182026-08-25T08:57:24.703Z Downloaded untrusted v0.7.1
11192026-08-25T08:57:24.703Z Downloaded constant_time_eq v0.4.2
11202026-08-25T08:57:24.708Z Downloaded peg-runtime v0.8.5
11212026-08-25T08:57:24.711Z Downloaded phf_shared v0.11.3
11222026-08-25T08:57:24.714Z Downloaded yoke-derive v0.8.1
11232026-08-25T08:57:24.717Z Downloaded defmt-macros v1.0.1
11242026-08-25T08:57:24.720Z Downloaded linked-hash-map v0.5.6
11252026-08-25T08:57:24.720Z Downloaded unicode-bidi v0.3.18
11262026-08-25T08:57:24.723Z Downloaded ssh-key v0.7.0-rc.11
11272026-08-25T08:57:24.726Z Downloaded vsss-rs v3.3.4
11282026-08-25T08:57:24.729Z Downloaded crossbeam-utils v0.8.21
11292026-08-25T08:57:24.732Z Downloaded digest-io v0.1.0
11302026-08-25T08:57:24.732Z Downloaded sigpipe v0.1.3
11312026-08-25T08:57:24.735Z Downloaded try-lock v0.2.5
11322026-08-25T08:57:24.738Z Downloaded tough v0.22.0
11332026-08-25T08:57:24.742Z Downloaded phf_shared v0.12.1
11342026-08-25T08:57:24.745Z Downloaded proc-macro-crate v1.3.1
11352026-08-25T08:57:24.745Z Downloaded memmap2 v0.9.10
11362026-08-25T08:57:24.751Z Downloaded tls_codec_derive v0.4.2
11372026-08-25T08:57:24.754Z Downloaded reqwest v0.12.28
11382026-08-25T08:57:24.757Z Downloaded reqwest v0.13.2
11392026-08-25T08:57:24.760Z Downloaded data-encoding v2.10.0
11402026-08-25T08:57:24.760Z Downloaded ingot v0.2.1
11412026-08-25T08:57:24.763Z Downloaded shlex v1.3.0
11422026-08-25T08:57:24.763Z Downloaded pkcs5 v0.8.1
11432026-08-25T08:57:24.766Z Downloaded vergen-git2 v9.1.0
11442026-08-25T08:57:24.766Z Downloaded new_debug_unreachable v1.0.6
11452026-08-25T08:57:24.769Z Downloaded tokio-test v0.4.5
11462026-08-25T08:57:24.772Z Downloaded sha2 v0.11.0
11472026-08-25T08:57:24.782Z Downloaded term v0.7.0
11482026-08-25T08:57:24.785Z Downloaded tungstenite v0.23.0
11492026-08-25T08:57:24.787Z Downloaded crc32fast v1.5.0
11502026-08-25T08:57:24.788Z Downloaded twox-hash v2.1.2
11512026-08-25T08:57:24.788Z Downloaded zerocopy-derive v0.8.55
11522026-08-25T08:57:24.792Z Downloaded resolv-conf v0.7.6
11532026-08-25T08:57:24.795Z Downloaded spki v0.7.3
11542026-08-25T08:57:24.795Z Downloaded wyz v0.5.1
11552026-08-25T08:57:24.795Z Downloaded bindgen v0.71.1
11562026-08-25T08:57:24.798Z Downloaded wnaf v0.14.0
11572026-08-25T08:57:24.801Z Downloaded tinyvec v1.10.0
11582026-08-25T08:57:24.801Z Downloaded embedded-io v0.6.1
11592026-08-25T08:57:24.801Z Downloaded crunchy v0.2.4
11602026-08-25T08:57:24.804Z Downloaded winnow v1.0.3
11612026-08-25T08:57:24.807Z Downloaded yasna v0.5.2
11622026-08-25T08:57:24.810Z Downloaded uuid v1.23.4
11632026-08-25T08:57:24.810Z Downloaded strum_macros v0.27.2
11642026-08-25T08:57:24.813Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11652026-08-25T08:57:24.814Z Downloaded untrusted v0.9.0
11662026-08-25T08:57:24.817Z Downloaded termtree v0.5.1
11672026-08-25T08:57:24.817Z Downloaded jiff-core v0.1.0
11682026-08-25T08:57:24.817Z Downloaded darling_core v0.20.11
11692026-08-25T08:57:24.820Z Downloaded mio v1.2.0
11702026-08-25T08:57:24.824Z Downloaded proc-macro-crate v3.4.0
11712026-08-25T08:57:24.824Z Downloaded icu_provider v2.1.1
11722026-08-25T08:57:24.827Z Downloaded jobserver v0.1.34
11732026-08-25T08:57:24.827Z Downloaded nom v7.1.3
11742026-08-25T08:57:24.830Z Downloaded slog-scope v4.4.1
11752026-08-25T08:57:24.830Z Downloaded stringprep v0.1.5
11762026-08-25T08:57:24.833Z Downloaded winnow v0.6.26
11772026-08-25T08:57:24.836Z Downloaded itertools v0.12.1
11782026-08-25T08:57:24.840Z Downloaded ecdsa v0.16.9
11792026-08-25T08:57:24.843Z Downloaded rustls-native-certs v0.8.3
11802026-08-25T08:57:24.843Z Downloaded unicase v2.9.0
11812026-08-25T08:57:24.846Z Downloaded iddqd v0.4.2
11822026-08-25T08:57:24.849Z Downloaded ipnetwork v0.21.1
11832026-08-25T08:57:24.852Z Downloaded rsa v0.9.10
11842026-08-25T08:57:24.855Z Downloaded ed25519-dalek v2.2.0
11852026-08-25T08:57:24.858Z Downloaded bitvec v1.0.1
11862026-08-25T08:57:24.865Z Downloaded git2 v0.20.4
11872026-08-25T08:57:24.870Z Downloaded quinn-udp v0.5.14
11882026-08-25T08:57:24.873Z Downloaded rand_chacha v0.9.0
11892026-08-25T08:57:24.873Z Downloaded derive-ex v0.1.8
11902026-08-25T08:57:24.873Z Downloaded aws-lc-rs v1.16.3
11912026-08-25T08:57:24.879Z Downloaded litrs v1.0.0
11922026-08-25T08:57:24.881Z Downloaded derive-where v1.6.0
11932026-08-25T08:57:24.884Z Downloaded icu_properties v2.1.2
11942026-08-25T08:57:24.884Z Downloaded zstd v0.13.3
11952026-08-25T08:57:24.887Z Downloaded oso v0.27.3
11962026-08-25T08:57:24.890Z Downloaded sha3 v0.12.0
11972026-08-25T08:57:24.890Z Downloaded miette v7.6.0
11982026-08-25T08:57:24.893Z Downloaded rand v0.9.2
11992026-08-25T08:57:24.896Z Downloaded rand v0.8.6
12002026-08-25T08:57:24.899Z Downloaded schemars v0.9.0
12012026-08-25T08:57:24.904Z Downloaded rustls-pki-types v1.14.0
12022026-08-25T08:57:24.907Z Downloaded url v2.5.8
12032026-08-25T08:57:24.910Z Downloaded chrono v0.4.45
12042026-08-25T08:57:24.913Z Downloaded socket2 v0.6.3
12052026-08-25T08:57:24.915Z Downloaded term v1.2.1
12062026-08-25T08:57:24.919Z Downloaded parse-display-derive v0.10.0
12072026-08-25T08:57:24.922Z Downloaded dropshot-api-manager v0.8.0
12082026-08-25T08:57:24.926Z Downloaded derive_more v2.1.1
12092026-08-25T08:57:24.934Z Downloaded itertools v0.10.5
12102026-08-25T08:57:24.937Z Downloaded ignore v0.4.25
12112026-08-25T08:57:24.940Z Downloaded dropshot_endpoint v0.17.1
12122026-08-25T08:57:24.943Z Downloaded nom v8.0.0
12132026-08-25T08:57:24.946Z Downloaded crossterm v0.28.1
12142026-08-25T08:57:24.949Z Downloaded miniz_oxide v0.8.9
12152026-08-25T08:57:24.952Z Downloaded signal-hook v0.3.18
12162026-08-25T08:57:24.952Z Downloaded tower v0.5.3
12172026-08-25T08:57:24.957Z Downloaded goblin v0.10.5
12182026-08-25T08:57:24.962Z Downloaded itertools v0.13.0
12192026-08-25T08:57:24.966Z Downloaded rawzip v0.4.4
12202026-08-25T08:57:24.969Z Downloaded pretty_assertions v1.4.1
12212026-08-25T08:57:24.972Z Downloaded zip v0.6.6
12222026-08-25T08:57:24.975Z Downloaded winnow v0.5.40
12232026-08-25T08:57:24.978Z Downloaded ml-kem v0.3.2
12242026-08-25T08:57:24.981Z Downloaded indicatif v0.18.4
12252026-08-25T08:57:24.984Z Downloaded unsafe-libyaml v0.2.11
12262026-08-25T08:57:24.995Z Downloaded steno v0.4.1
12272026-08-25T08:57:24.998Z Downloaded idna v1.1.0
12282026-08-25T08:57:25.002Z Downloaded icu_normalizer v2.1.1
12292026-08-25T08:57:25.005Z Downloaded tower-http v0.6.8
12302026-08-25T08:57:25.008Z Downloaded p521 v0.14.0
12312026-08-25T08:57:25.019Z Downloaded p384 v0.14.0
12322026-08-25T08:57:25.027Z Downloaded icu_properties_data v2.1.2
12332026-08-25T08:57:25.033Z Downloaded schemars v1.2.1
12342026-08-25T08:57:25.042Z Downloaded salty v0.3.0
12352026-08-25T08:57:25.046Z Downloaded zerovec v0.11.5
12362026-08-25T08:57:25.049Z Downloaded publicsuffix v2.3.0
12372026-08-25T08:57:25.052Z Downloaded time v0.3.47
12382026-08-25T08:57:25.058Z Downloaded diesel_derives v2.3.7
12392026-08-25T08:57:25.063Z Downloaded der v0.8.0
12402026-08-25T08:57:25.066Z Downloaded tokio-util v0.7.18
12412026-08-25T08:57:25.071Z Downloaded rayon v1.11.0
12422026-08-25T08:57:25.077Z Downloaded typed-path v0.9.3
12432026-08-25T08:57:25.080Z Downloaded itertools v0.14.0
12442026-08-25T08:57:25.085Z Downloaded vcpkg v0.2.15
12452026-08-25T08:57:25.111Z Downloaded smoltcp v0.9.1
12462026-08-25T08:57:25.117Z Downloaded gimli v0.32.3
12472026-08-25T08:57:25.122Z Downloaded quick-xml v0.37.5
12482026-08-25T08:57:25.126Z Downloaded num-bigint-dig v0.8.6
12492026-08-25T08:57:25.129Z Downloaded moka v0.12.13
12502026-08-25T08:57:25.134Z Downloaded petname v2.0.2
12512026-08-25T08:57:25.139Z Downloaded crossterm v0.29.0
12522026-08-25T08:57:25.141Z Downloaded num-bigint v0.4.6
12532026-08-25T08:57:25.145Z Downloaded ed25519-dalek v3.0.0
12542026-08-25T08:57:25.149Z Downloaded radix_trie v0.2.1
12552026-08-25T08:57:25.154Z Downloaded libm v0.2.16
12562026-08-25T08:57:25.161Z Downloaded itertools v0.15.0
12572026-08-25T08:57:25.164Z Downloaded regress v0.11.1
12582026-08-25T08:57:25.170Z Downloaded tabled v0.21.0
12592026-08-25T08:57:25.181Z Downloaded hickory-proto v0.24.4
12602026-08-25T08:57:25.196Z Downloaded smoltcp v0.11.0
12612026-08-25T08:57:25.203Z Downloaded regress v0.10.5
12622026-08-25T08:57:25.208Z Downloaded object v0.30.4
12632026-08-25T08:57:25.213Z Downloaded crypto-primes v0.7.2
12642026-08-25T08:57:25.216Z Downloaded regex v1.12.3
12652026-08-25T08:57:25.219Z Downloaded hickory-proto v0.25.2
12662026-08-25T08:57:25.227Z Downloaded russh v0.62.4
12672026-08-25T08:57:25.232Z Downloaded bstr v1.12.1
12682026-08-25T08:57:25.237Z Downloaded rustls v0.23.41
12692026-08-25T08:57:25.244Z Downloaded serde_with v3.21.0
12702026-08-25T08:57:25.252Z Downloaded nix v0.27.1
12712026-08-25T08:57:25.257Z Downloaded regex-syntax v0.8.10
12722026-08-25T08:57:25.262Z Downloaded proptest v1.11.0
12732026-08-25T08:57:25.267Z Downloaded quinn-proto v0.11.16
12742026-08-25T08:57:25.271Z Downloaded portable-atomic v1.13.1
12752026-08-25T08:57:25.276Z Downloaded nix v0.28.0
12762026-08-25T08:57:25.282Z Downloaded nix v0.31.2
12772026-08-25T08:57:25.289Z Downloaded p384 v0.13.1
12782026-08-25T08:57:25.294Z Downloaded diesel v2.3.7
12792026-08-25T08:57:25.306Z Downloaded regex-syntax v0.6.29
12802026-08-25T08:57:25.310Z Downloaded crypto-bigint v0.7.5
12812026-08-25T08:57:25.319Z Downloaded curve25519-dalek v5.0.0
12822026-08-25T08:57:25.324Z Downloaded curve25519-dalek v4.1.3
12832026-08-25T08:57:25.329Z Downloaded object v0.37.3
12842026-08-25T08:57:25.336Z Downloaded zlib-rs v0.6.2
12852026-08-25T08:57:25.339Z Downloaded openssl v0.10.80
12862026-08-25T08:57:25.344Z Downloaded openapiv3 v2.2.0
12872026-08-25T08:57:25.351Z Downloaded lalrpop v0.19.12
12882026-08-25T08:57:25.359Z Downloaded rustix v0.38.44
12892026-08-25T08:57:25.373Z Downloaded zerocopy v0.8.55
12902026-08-25T08:57:25.384Z Downloaded polar-core v0.27.3
12912026-08-25T08:57:25.397Z Downloaded jiff v0.2.34
12922026-08-25T08:57:25.443Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12932026-08-25T08:57:25.453Z Downloaded typify-impl v0.6.2
12942026-08-25T08:57:25.466Z Downloaded tracing v0.1.44
12952026-08-25T08:57:25.487Z Downloaded sha3 v0.11.0
12962026-08-25T08:57:25.494Z Downloaded sha3 v0.10.8
12972026-08-25T08:57:25.501Z Downloaded dropshot v0.17.1
12982026-08-25T08:57:25.514Z Downloaded tokio v1.52.1
12992026-08-25T08:57:25.537Z Downloaded csv v1.4.0
13002026-08-25T08:57:25.549Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-08-25T08:57:25.556Z Downloaded sqlparser v0.61.0
13022026-08-25T08:57:25.561Z Downloaded ratatui v0.29.0
13032026-08-25T08:57:25.572Z Downloaded zerocopy-derive v0.6.6
13042026-08-25T08:57:25.578Z Downloaded regex-automata v0.4.14
13052026-08-25T08:57:25.586Z Downloaded encoding_rs v0.8.35
13062026-08-25T08:57:25.599Z Downloaded sled v0.34.7
13072026-08-25T08:57:25.605Z Downloaded ring v0.17.14
13082026-08-25T08:57:25.629Z Downloaded petgraph v0.6.5
13092026-08-25T08:57:25.640Z Downloaded chrono-tz v0.10.4
13102026-08-25T08:57:25.651Z Downloaded petgraph v0.8.3
13112026-08-25T08:57:25.668Z Downloaded libz-sys v1.1.24
13122026-08-25T08:57:25.819Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-08-25T08:57:26.341Z Downloaded aws-lc-sys v0.40.0
13142026-08-25T08:57:26.604Z Compiling serde_core v1.0.229
13152026-08-25T08:57:26.604Z Compiling libc v0.2.185
13162026-08-25T08:57:26.608Z Compiling serde v1.0.229
13172026-08-25T08:57:26.608Z Compiling log v0.4.33
13182026-08-25T08:57:26.608Z Compiling smallvec v1.15.1
13192026-08-25T08:57:26.608Z Compiling find-msvc-tools v0.1.9
13202026-08-25T08:57:26.608Z Compiling shlex v1.3.0
13212026-08-25T08:57:26.608Z Compiling subtle v2.6.1
13222026-08-25T08:57:26.760Z Compiling scopeguard v1.2.0
13232026-08-25T08:57:26.770Z Compiling stable_deref_trait v1.2.1
13242026-08-25T08:57:26.774Z Compiling zerocopy v0.8.55
13252026-08-25T08:57:26.774Z Compiling typenum v1.20.1
13262026-08-25T08:57:26.774Z Compiling portable-atomic v1.13.1
13272026-08-25T08:57:26.811Z Compiling serde_json v1.0.151
13282026-08-25T08:57:26.822Z Compiling syn v2.0.117
13292026-08-25T08:57:26.826Z Compiling syn v3.0.3
13302026-08-25T08:57:26.948Z Compiling lock_api v0.4.14
13312026-08-25T08:57:26.993Z Compiling critical-section v1.2.0
13322026-08-25T08:57:27.058Z Compiling libm v0.2.16
13332026-08-25T08:57:27.106Z Compiling num-traits v0.2.19
13342026-08-25T08:57:27.128Z Compiling getrandom v0.4.3
13352026-08-25T08:57:27.187Z Compiling pkg-config v0.3.32
13362026-08-25T08:57:27.191Z Compiling generic-array v0.14.7
13372026-08-25T08:57:27.221Z Compiling parking_lot_core v0.9.12
13382026-08-25T08:57:27.271Z Compiling const-oid v0.9.6
13392026-08-25T08:57:27.285Z Compiling rand_core v0.10.0
13402026-08-25T08:57:27.330Z Compiling pin-project-lite v0.2.17
13412026-08-25T08:57:27.453Z Compiling writeable v0.6.2
13422026-08-25T08:57:27.482Z Compiling litemap v0.8.1
13432026-08-25T08:57:27.528Z Compiling percent-encoding v2.3.2
13442026-08-25T08:57:27.571Z Compiling icu_properties_data v2.1.2
13452026-08-25T08:57:27.584Z Compiling icu_normalizer_data v2.1.1
13462026-08-25T08:57:27.600Z Compiling futures-core v0.3.32
13472026-08-25T08:57:27.648Z Compiling getrandom v0.3.4
13482026-08-25T08:57:27.674Z Compiling rustix v1.1.4
13492026-08-25T08:57:27.700Z Compiling utf8_iter v1.0.4
13502026-08-25T08:57:27.737Z Compiling futures-sink v0.3.32
13512026-08-25T08:57:27.775Z Compiling form_urlencoded v1.2.2
13522026-08-25T08:57:27.775Z Compiling futures-io v0.3.32
13532026-08-25T08:57:27.803Z Compiling errno v0.3.14
13542026-08-25T08:57:27.807Z Compiling jobserver v0.1.34
13552026-08-25T08:57:27.833Z Compiling getrandom v0.2.17
13562026-08-25T08:57:27.936Z Compiling signal-hook-registry v1.4.8
13572026-08-25T08:57:27.974Z Compiling mio v1.2.0
13582026-08-25T08:57:28.071Z Compiling cc v1.2.56
13592026-08-25T08:57:28.087Z Compiling once_cell v1.21.3
13602026-08-25T08:57:28.091Z Compiling rand_core v0.6.4
13612026-08-25T08:57:28.117Z Compiling parking_lot v0.12.5
13622026-08-25T08:57:28.149Z Compiling socket2 v0.6.3
13632026-08-25T08:57:28.181Z Compiling futures-channel v0.3.32
13642026-08-25T08:57:28.199Z Compiling slab v0.4.12
13652026-08-25T08:57:28.225Z Compiling futures-task v0.3.32
13662026-08-25T08:57:28.242Z Compiling rustversion v1.0.22
13672026-08-25T08:57:28.376Z Compiling iana-time-zone v0.1.65
13682026-08-25T08:57:28.400Z Compiling base64ct v1.8.3
13692026-08-25T08:57:28.400Z Compiling regex-syntax v0.8.10
13702026-08-25T08:57:28.429Z Compiling fs_extra v1.3.0
13712026-08-25T08:57:28.446Z Compiling ident_case v1.0.1
13722026-08-25T08:57:28.475Z Compiling dunce v1.0.5
13732026-08-25T08:57:28.527Z Compiling rand_core v0.9.5
13742026-08-25T08:57:28.585Z Compiling flagset v0.4.7
13752026-08-25T08:57:28.588Z Compiling base64 v0.22.1
13762026-08-25T08:57:28.601Z Compiling syn v1.0.109
13772026-08-25T08:57:28.629Z Compiling dyn-clone v1.0.20
13782026-08-25T08:57:28.660Z Compiling vcpkg v0.2.15
13792026-08-25T08:57:28.710Z Compiling pem-rfc7468 v0.7.0
13802026-08-25T08:57:28.728Z Compiling schemars v0.8.22
13812026-08-25T08:57:28.755Z Compiling tracing-core v0.1.36
13822026-08-25T08:57:28.755Z Compiling cpufeatures v0.2.17
13832026-08-25T08:57:28.779Z Compiling simd-adler32 v0.3.8
13842026-08-25T08:57:28.835Z Compiling aws-lc-rs v1.16.3
13852026-08-25T08:57:28.854Z Compiling cmake v0.1.57
13862026-08-25T08:57:28.964Z Compiling spin v0.9.8
13872026-08-25T08:57:29.013Z Compiling tinyvec_macros v0.1.1
13882026-08-25T08:57:29.030Z Compiling cmov v0.5.4
13892026-08-25T08:57:29.061Z Compiling openssl-probe v0.2.1
13902026-08-25T08:57:29.078Z Compiling adler2 v2.0.1
13912026-08-25T08:57:29.093Z Compiling crc32fast v1.5.0
13922026-08-25T08:57:29.162Z Compiling bitflags v2.11.0
13932026-08-25T08:57:29.224Z Compiling semver v1.0.28
13942026-08-25T08:57:29.261Z Compiling indexmap v2.14.0
13952026-08-25T08:57:29.277Z Compiling uuid v1.23.4
13962026-08-25T08:57:29.313Z Compiling httparse v1.10.1
13972026-08-25T08:57:29.359Z Compiling ctutils v0.4.2
13982026-08-25T08:57:29.359Z Compiling miniz_oxide v0.8.9
13992026-08-25T08:57:29.420Z Compiling tinyvec v1.10.0
14002026-08-25T08:57:29.448Z Compiling rustc_version v0.4.1
14012026-08-25T08:57:29.461Z Compiling aho-corasick v1.1.4
14022026-08-25T08:57:29.568Z Compiling tower-layer v0.3.3
14032026-08-25T08:57:29.621Z Compiling try-lock v0.2.5
14042026-08-25T08:57:29.741Z Compiling tower-service v0.3.3
14052026-08-25T08:57:29.758Z Compiling radium v0.7.0
14062026-08-25T08:57:29.762Z Compiling aws-lc-sys v0.40.0
14072026-08-25T08:57:29.762Z Compiling openssl-sys v0.9.117
14082026-08-25T08:57:29.802Z Compiling untrusted v0.7.1
14092026-08-25T08:57:29.817Z Compiling atomic-waker v1.1.2
14102026-08-25T08:57:29.937Z Compiling synstructure v0.13.2
14112026-08-25T08:57:29.962Z Compiling serde_derive_internals v0.29.1
14122026-08-25T08:57:29.976Z Compiling pest_generator v2.8.6
14132026-08-25T08:57:30.008Z Compiling darling_core v0.20.11
14142026-08-25T08:57:30.026Z Compiling want v0.3.1
14152026-08-25T08:57:30.184Z Compiling wait-timeout v0.2.1
14162026-08-25T08:57:30.212Z Compiling openssl v0.10.80
14172026-08-25T08:57:30.266Z Compiling maybe-uninit v2.0.0
14182026-08-25T08:57:30.388Z Compiling tempfile v3.27.0
14192026-08-25T08:57:30.463Z Compiling terminal_size v0.4.3
14202026-08-25T08:57:30.477Z Compiling regex-automata v0.4.14
14212026-08-25T08:57:30.558Z Compiling bit-vec v0.8.0
14222026-08-25T08:57:30.575Z Compiling tap v1.0.1
14232026-08-25T08:57:30.578Z Compiling foreign-types-shared v0.1.1
14242026-08-25T08:57:30.604Z Compiling httpdate v1.0.3
14252026-08-25T08:57:30.621Z Compiling untrusted v0.9.0
14262026-08-25T08:57:30.690Z Compiling rustls v0.23.41
14272026-08-25T08:57:30.704Z Compiling serde_derive v1.0.229
14282026-08-25T08:57:30.718Z Compiling quick-error v1.2.3
14292026-08-25T08:57:30.732Z Compiling wyz v0.5.1
14302026-08-25T08:57:30.757Z Compiling foreign-types v0.3.2
14312026-08-25T08:57:30.785Z Compiling bit-set v0.8.0
14322026-08-25T08:57:30.827Z Compiling rusty-fork v0.3.1
14332026-08-25T08:57:30.893Z Compiling bzip2-sys v0.1.13+1.0.8
14342026-08-25T08:57:30.897Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14352026-08-25T08:57:30.924Z Compiling unicode-normalization v0.1.25
14362026-08-25T08:57:30.955Z Compiling num-integer v0.1.46
14372026-08-25T08:57:30.958Z Compiling rand_xorshift v0.4.0
14382026-08-25T08:57:30.982Z Compiling ahash v0.8.12
14392026-08-25T08:57:31.121Z Compiling time-core v0.1.8
14402026-08-25T08:57:31.149Z Compiling funty v2.0.0
14412026-08-25T08:57:31.179Z Compiling paste v1.0.15
14422026-08-25T08:57:31.228Z Compiling num-bigint-dig v0.8.6
14432026-08-25T08:57:31.243Z Compiling num-conv v0.2.0
14442026-08-25T08:57:31.275Z Compiling packed_struct v0.10.1
14452026-08-25T08:57:31.290Z Compiling native-tls v0.2.18
14462026-08-25T08:57:31.309Z Compiling powerfmt v0.2.0
14472026-08-25T08:57:31.324Z Compiling unarray v0.1.4
14482026-08-25T08:57:31.387Z Compiling time-macros v0.2.27
14492026-08-25T08:57:31.460Z Compiling deranged v0.5.8
14502026-08-25T08:57:31.538Z Compiling bitvec v1.0.1
14512026-08-25T08:57:31.541Z Compiling num-iter v0.1.45
14522026-08-25T08:57:31.552Z Compiling clap_builder v4.6.0
14532026-08-25T08:57:31.619Z Compiling slog v2.8.2
14542026-08-25T08:57:31.679Z Compiling lazy_static v1.5.0
14552026-08-25T08:57:31.694Z Compiling sync_wrapper v1.0.2
14562026-08-25T08:57:31.710Z Compiling zeroize_derive v1.5.0
14572026-08-25T08:57:31.745Z Compiling zerofrom-derive v0.1.6
14582026-08-25T08:57:31.783Z Compiling zerocopy-derive v0.8.55
14592026-08-25T08:57:31.817Z Compiling yoke-derive v0.8.1
14602026-08-25T08:57:31.831Z Compiling zerovec-derive v0.11.2
14612026-08-25T08:57:32.396Z Compiling displaydoc v0.2.5
14622026-08-25T08:57:32.412Z Compiling tokio-macros v2.7.0
14632026-08-25T08:57:32.433Z Compiling futures-macro v0.3.32
14642026-08-25T08:57:32.544Z Compiling der_derive v0.7.3
14652026-08-25T08:57:32.559Z Compiling thiserror-impl v2.0.18
14662026-08-25T08:57:33.023Z Compiling tracing-attributes v0.1.31
14672026-08-25T08:57:33.085Z Compiling schemars_derive v0.8.22
14682026-08-25T08:57:33.100Z Compiling scroll_derive v0.13.1
14692026-08-25T08:57:33.117Z Compiling pest_derive v2.8.6
14702026-08-25T08:57:33.214Z Compiling darling_macro v0.20.11
14712026-08-25T08:57:33.230Z Compiling openssl-macros v0.1.1
14722026-08-25T08:57:33.253Z Compiling zerofrom v0.1.6
14732026-08-25T08:57:33.307Z Compiling futures-util v0.3.32
14742026-08-25T08:57:33.399Z Compiling yoke v0.8.1
14752026-08-25T08:57:33.565Z Compiling thiserror-impl v1.0.69
14762026-08-25T08:57:33.614Z Compiling zerovec v0.11.5
14772026-08-25T08:57:33.631Z Compiling zerotrie v0.2.3
14782026-08-25T08:57:33.750Z Compiling darling v0.20.11
14792026-08-25T08:57:33.846Z Compiling packed_struct_codegen v0.10.1
14802026-08-25T08:57:33.947Z Compiling thiserror v2.0.18
14812026-08-25T08:57:33.965Z Compiling zerocopy-derive v0.6.6
14822026-08-25T08:57:33.980Z Compiling scroll v0.13.0
14832026-08-25T08:57:34.080Z Compiling tinystr v0.8.2
14842026-08-25T08:57:34.142Z Compiling zeroize v1.9.0
14852026-08-25T08:57:34.225Z Compiling bytes v1.11.1
14862026-08-25T08:57:34.268Z Compiling icu_locale_core v2.1.1
14872026-08-25T08:57:34.299Z Compiling potential_utf v0.1.4
14882026-08-25T08:57:34.437Z Compiling chrono v0.4.45
14892026-08-25T08:57:34.452Z Compiling icu_collections v2.1.1
14902026-08-25T08:57:34.499Z Compiling der v0.7.10
14912026-08-25T08:57:34.750Z Compiling tokio v1.52.1
14922026-08-25T08:57:34.765Z Compiling http v1.4.2
14932026-08-25T08:57:34.877Z Compiling tracing v0.1.44
14942026-08-25T08:57:34.893Z Compiling rustls-pki-types v1.14.0
14952026-08-25T08:57:34.910Z Compiling icu_provider v2.1.1
14962026-08-25T08:57:34.942Z Compiling hybrid-array v0.4.13
14972026-08-25T08:57:35.007Z Compiling block-buffer v0.10.4
14982026-08-25T08:57:35.023Z Compiling crypto-common v0.1.7
14992026-08-25T08:57:35.161Z Compiling icu_normalizer v2.1.1
15002026-08-25T08:57:35.186Z Compiling icu_properties v2.1.2
15012026-08-25T08:57:35.202Z Compiling digest v0.10.7
15022026-08-25T08:57:35.205Z Compiling ipnet v2.12.0
15032026-08-25T08:57:35.230Z Compiling hex v0.4.3
15042026-08-25T08:57:35.373Z Compiling spki v0.7.3
15052026-08-25T08:57:35.470Z Compiling http-body v1.0.1
15062026-08-25T08:57:35.511Z Compiling sha2 v0.10.9
15072026-08-25T08:57:35.608Z Compiling pkcs8 v0.10.2
15082026-08-25T08:57:35.643Z Compiling signature v2.2.0
15092026-08-25T08:57:35.687Z Compiling hmac v0.12.1
15102026-08-25T08:57:35.704Z Compiling thiserror v1.0.69
15112026-08-25T08:57:35.722Z Compiling goblin v0.10.5
15122026-08-25T08:57:35.752Z Compiling toml_datetime v0.6.11
15132026-08-25T08:57:35.755Z Compiling serde_spanned v0.6.9
15142026-08-25T08:57:35.755Z Compiling bitfield-macros v0.19.4
15152026-08-25T08:57:35.823Z Compiling clap_derive v4.6.1
15162026-08-25T08:57:35.854Z Compiling indexmap v1.9.3
15172026-08-25T08:57:35.869Z Compiling object v0.37.3
15182026-08-25T08:57:35.886Z Compiling unicode-segmentation v1.12.0
15192026-08-25T08:57:35.889Z Compiling nodrop v0.1.14
15202026-08-25T08:57:35.931Z Compiling zlib-rs v0.6.2
15212026-08-25T08:57:36.008Z Compiling usdt-impl v0.6.0
15222026-08-25T08:57:36.025Z Compiling crc-catalog v2.4.0
15232026-08-25T08:57:36.061Z Compiling idna_adapter v1.2.1
15242026-08-25T08:57:36.129Z Compiling siphasher v1.0.2
15252026-08-25T08:57:36.156Z Compiling num_threads v0.1.7
15262026-08-25T08:57:36.213Z Compiling idna v1.1.0
15272026-08-25T08:57:36.230Z Compiling crossbeam-utils v0.8.21
15282026-08-25T08:57:36.266Z Compiling time v0.3.47
15292026-08-25T08:57:36.307Z Compiling ppv-lite86 v0.2.21
15302026-08-25T08:57:36.393Z Compiling crc v3.4.0
15312026-08-25T08:57:36.523Z Compiling url v2.5.8
15322026-08-25T08:57:36.538Z Compiling bitfield v0.19.4
15332026-08-25T08:57:36.590Z Compiling array-init v0.0.4
15342026-08-25T08:57:36.605Z Compiling rand_chacha v0.9.0
15352026-08-25T08:57:36.608Z Compiling rand_chacha v0.3.1
15362026-08-25T08:57:36.719Z Compiling pkcs1 v0.7.5
15372026-08-25T08:57:36.834Z Compiling rand v0.9.2
15382026-08-25T08:57:36.855Z Compiling rand v0.8.6
15392026-08-25T08:57:36.889Z Compiling http-body-util v0.1.3
15402026-08-25T08:57:36.993Z Compiling zerocopy v0.6.6
15412026-08-25T08:57:37.206Z Compiling erased-serde v0.3.31
15422026-08-25T08:57:37.336Z Compiling dtrace-parser v0.3.0
15432026-08-25T08:57:37.370Z Compiling derive_builder_core v0.20.2
15442026-08-25T08:57:37.494Z Compiling proptest v1.11.0
15452026-08-25T08:57:37.670Z Compiling clap v4.6.1
15462026-08-25T08:57:37.690Z Compiling structmeta-derive v0.3.0
15472026-08-25T08:57:37.725Z Compiling scroll_derive v0.12.1
15482026-08-25T08:57:37.739Z Compiling smallvec v0.6.14
15492026-08-25T08:57:37.936Z Compiling daft-derive v0.1.8
15502026-08-25T08:57:37.960Z Compiling darling_core v0.23.0
15512026-08-25T08:57:38.093Z Compiling ipnetwork v0.21.1
15522026-08-25T08:57:38.249Z Compiling heapless v0.7.17
15532026-08-25T08:57:38.295Z Compiling thread-id v5.1.0
15542026-08-25T08:57:38.310Z Compiling env_filter v2.0.0
15552026-08-25T08:57:38.392Z Compiling oxnet v0.1.6
15562026-08-25T08:57:38.413Z Compiling cookie v0.18.1
15572026-08-25T08:57:38.508Z Compiling zstd-safe v7.2.4
15582026-08-25T08:57:38.512Z Compiling winnow v0.5.40
15592026-08-25T08:57:38.539Z Compiling dof v0.4.0
15602026-08-25T08:57:38.622Z Compiling tokio-util v0.7.18
15612026-08-25T08:57:38.637Z Compiling tower v0.5.3
15622026-08-25T08:57:38.676Z Compiling allocator-api2 v0.2.21
15632026-08-25T08:57:38.691Z Compiling unicode-bidi v0.3.18
15642026-08-25T08:57:38.727Z Compiling signal-hook v0.3.18
15652026-08-25T08:57:38.801Z Compiling unicode-properties v0.1.4
15662026-08-25T08:57:38.853Z Compiling flate2 v1.1.9
15672026-08-25T08:57:38.917Z Compiling ryu v1.0.23
15682026-08-25T08:57:39.031Z Compiling hashbrown v0.12.3
15692026-08-25T08:57:39.046Z Compiling iri-string v0.7.10
15702026-08-25T08:57:39.113Z Compiling anyhow v1.0.104
15712026-08-25T08:57:39.141Z Compiling gimli v0.32.3
15722026-08-25T08:57:39.229Z Compiling base64 v0.21.7
15732026-08-25T08:57:39.247Z Compiling serde_urlencoded v0.7.1
15742026-08-25T08:57:39.435Z Compiling h2 v0.4.15
15752026-08-25T08:57:39.511Z Compiling ron v0.8.1
15762026-08-25T08:57:39.727Z Compiling stringprep v0.1.5
15772026-08-25T08:57:39.797Z Compiling structmeta v0.3.0
15782026-08-25T08:57:39.928Z Compiling newtype-uuid v1.3.2
15792026-08-25T08:57:39.956Z Compiling toml_edit v0.19.15
15802026-08-25T08:57:40.020Z Compiling tokio-native-tls v0.3.1
15812026-08-25T08:57:40.035Z Compiling rsa v0.9.10
15822026-08-25T08:57:40.088Z Compiling env_logger v0.11.11
15832026-08-25T08:57:40.121Z Compiling scroll v0.12.0
15842026-08-25T08:57:40.187Z Compiling daft v0.1.8
15852026-08-25T08:57:40.214Z Compiling tower-http v0.6.8
15862026-08-25T08:57:40.283Z Compiling derive_builder_macro v0.20.2
15872026-08-25T08:57:40.405Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15882026-08-25T08:57:40.450Z Compiling serde-hex v0.1.0
15892026-08-25T08:57:40.514Z Compiling bzip2 v0.4.4
15902026-08-25T08:57:40.533Z Compiling darling_macro v0.23.0
15912026-08-25T08:57:40.616Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15922026-08-25T08:57:40.641Z Compiling camino v1.2.5
15932026-08-25T08:57:40.730Z Compiling hashbrown v0.13.2
15942026-08-25T08:57:40.814Z Compiling crypto-common v0.2.2
15952026-08-25T08:57:40.900Z Compiling addr2line v0.25.1
15962026-08-25T08:57:41.048Z Compiling block-buffer v0.12.1
15972026-08-25T08:57:41.065Z Compiling block-padding v0.4.2
15982026-08-25T08:57:41.140Z Compiling x509-cert v0.2.5
15992026-08-25T08:57:41.170Z Compiling md-5 v0.10.6
16002026-08-25T08:57:41.237Z Compiling rustls-native-certs v0.8.3
16012026-08-25T08:57:41.254Z Compiling serde_tokenstream v0.2.3
16022026-08-25T08:57:41.254Z Compiling bstr v1.12.1
16032026-08-25T08:57:41.281Z Compiling async-trait v0.1.89
16042026-08-25T08:57:41.351Z Compiling zerocopy-derive v0.7.35
16052026-08-25T08:57:41.539Z Compiling pin-project-internal v1.1.11
16062026-08-25T08:57:41.590Z Compiling curve25519-dalek v4.1.3
16072026-08-25T08:57:41.930Z Compiling vergen-lib v9.1.0
16082026-08-25T08:57:41.948Z Compiling hash32 v0.2.1
16092026-08-25T08:57:42.142Z Compiling encoding_rs v0.8.35
16102026-08-25T08:57:42.177Z Compiling memoffset v0.9.1
16112026-08-25T08:57:42.270Z Compiling cfg_aliases v0.2.1
16122026-08-25T08:57:42.285Z Compiling ref-cast v1.0.25
16132026-08-25T08:57:42.350Z Compiling smoltcp v0.9.1
16142026-08-25T08:57:42.365Z Compiling fallible-iterator v0.2.0
16152026-08-25T08:57:42.392Z Compiling owo-colors v4.3.0
16162026-08-25T08:57:42.621Z Compiling hyper v1.10.1
16172026-08-25T08:57:42.638Z Compiling psl-types v2.0.11
16182026-08-25T08:57:42.654Z Compiling mime v0.3.17
16192026-08-25T08:57:42.703Z Compiling litrs v1.0.0
16202026-08-25T08:57:42.721Z Compiling rustix v0.38.44
16212026-08-25T08:57:42.735Z Compiling rustc-demangle v0.1.27
16222026-08-25T08:57:42.738Z Compiling crc-any v2.5.0
16232026-08-25T08:57:42.787Z Compiling publicsuffix v2.3.0
16242026-08-25T08:57:42.815Z Compiling pin-project v1.1.11
16252026-08-25T08:57:42.964Z Compiling postgres-protocol v0.6.10
16262026-08-25T08:57:43.011Z Compiling nix v0.31.2
16272026-08-25T08:57:43.035Z Compiling zerocopy v0.7.35
16282026-08-25T08:57:43.165Z Compiling toml v0.7.8
16292026-08-25T08:57:43.180Z Compiling inout v0.2.2
16302026-08-25T08:57:43.194Z Compiling object v0.30.4
16312026-08-25T08:57:43.239Z Compiling darling v0.23.0
16322026-08-25T08:57:43.254Z Compiling document-features v0.2.12
16332026-08-25T08:57:43.336Z Compiling derive_builder v0.20.2
16342026-08-25T08:57:43.380Z Compiling backtrace v0.3.76
16352026-08-25T08:57:43.401Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-25T08:57:43.490Z Compiling zip v0.6.6
16372026-08-25T08:57:43.550Z Compiling goblin v0.8.2
16382026-08-25T08:57:43.655Z Compiling derive-ex v0.1.8
16392026-08-25T08:57:43.678Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16402026-08-25T08:57:43.798Z Compiling hyper-util v0.1.20
16412026-08-25T08:57:43.886Z Compiling phf_shared v0.13.1
16422026-08-25T08:57:43.928Z Compiling convert_case v0.10.0
16432026-08-25T08:57:44.048Z Compiling futures-executor v0.3.32
16442026-08-25T08:57:44.083Z Compiling hubpack_derive v0.1.1
16452026-08-25T08:57:44.100Z Compiling regex v1.12.3
16462026-08-25T08:57:44.145Z Compiling snafu-derive v0.8.9
16472026-08-25T08:57:44.179Z Compiling strum_macros v0.27.2
16482026-08-25T08:57:44.247Z Compiling curve25519-dalek-derive v0.1.1
16492026-08-25T08:57:44.285Z Compiling ref-cast-impl v1.0.25
16502026-08-25T08:57:44.325Z Compiling vergen v9.1.0
16512026-08-25T08:57:44.531Z Compiling cargo-platform v0.3.2
16522026-08-25T08:57:44.555Z Compiling ff v0.13.1
16532026-08-25T08:57:44.571Z Compiling fs-err v3.3.0
16542026-08-25T08:57:44.587Z Compiling base16ct v0.2.0
16552026-08-25T08:57:44.713Z Compiling path-slash v0.1.5
16562026-08-25T08:57:44.784Z Compiling either v1.15.0
16572026-08-25T08:57:44.800Z Compiling libbz2-rs-sys v0.2.2
16582026-08-25T08:57:44.825Z Compiling bumpalo v3.20.2
16592026-08-25T08:57:44.861Z Compiling foldhash v0.2.0
16602026-08-25T08:57:44.877Z Compiling same-file v1.0.6
16612026-08-25T08:57:44.928Z Compiling foldhash v0.1.5
16622026-08-25T08:57:45.014Z Compiling managed v0.8.0
16632026-08-25T08:57:45.059Z Compiling is_ci v1.2.0
16642026-08-25T08:57:45.093Z Compiling jiff-core v0.1.0
16652026-08-25T08:57:45.108Z Compiling bitflags v1.3.2
16662026-08-25T08:57:45.122Z Compiling textwrap v0.16.2
16672026-08-25T08:57:45.122Z Compiling hashbrown v0.15.5
16682026-08-25T08:57:45.194Z Compiling hyper-tls v0.6.0
16692026-08-25T08:57:45.213Z Compiling bzip2 v0.6.1
16702026-08-25T08:57:45.383Z Compiling test-strategy v0.4.5
16712026-08-25T08:57:45.441Z Compiling reqwest v0.12.28
16722026-08-25T08:57:45.444Z Compiling supports-color v3.0.2
16732026-08-25T08:57:45.488Z Compiling zopfli v0.8.3
16742026-08-25T08:57:45.582Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16752026-08-25T08:57:45.616Z Compiling hashbrown v0.16.1
16762026-08-25T08:57:45.630Z Compiling walkdir v2.5.0
16772026-08-25T08:57:45.958Z Compiling jiff v0.2.34
16782026-08-25T08:57:46.074Z Compiling dof v0.3.0
16792026-08-25T08:57:46.115Z Compiling snafu v0.8.9
16802026-08-25T08:57:46.204Z Compiling sec1 v0.7.3
16812026-08-25T08:57:46.221Z Compiling strum v0.27.2
16822026-08-25T08:57:46.236Z Compiling cargo_metadata v0.23.1
16832026-08-25T08:57:46.289Z Compiling group v0.13.0
16842026-08-25T08:57:46.308Z Compiling hubpack v0.1.2
16852026-08-25T08:57:46.391Z Compiling derive_more-impl v2.1.1
16862026-08-25T08:57:46.489Z Compiling futures v0.3.32
16872026-08-25T08:57:46.504Z Compiling phf v0.13.1
16882026-08-25T08:57:46.537Z Compiling signal-hook-mio v0.2.5
16892026-08-25T08:57:46.583Z Compiling cookie_store v0.22.1
16902026-08-25T08:57:46.672Z Compiling zstd v0.13.3
16912026-08-25T08:57:46.687Z Compiling backtrace-ext v0.2.1
16922026-08-25T08:57:46.850Z Compiling postgres-types v0.2.12
16932026-08-25T08:57:46.874Z Compiling serde_with_macros v3.21.0
16942026-08-25T08:57:46.890Z Compiling cipher v0.5.2
16952026-08-25T08:57:47.102Z Compiling globset v0.4.18
16962026-08-25T08:57:47.125Z Compiling usdt-macro v0.6.0
16972026-08-25T08:57:47.262Z Compiling usdt-attr-macro v0.6.0
16982026-08-25T08:57:47.319Z Compiling byte-wrapper v0.1.0
16992026-08-25T08:57:47.482Z Compiling phf_shared v0.11.3
17002026-08-25T08:57:47.624Z Compiling hkdf v0.12.4
17012026-08-25T08:57:47.683Z Compiling dtrace-parser v0.2.0
17022026-08-25T08:57:47.698Z Compiling ed25519 v2.2.3
17032026-08-25T08:57:47.701Z Compiling crypto-bigint v0.5.5
17042026-08-25T08:57:47.817Z Compiling serde-big-array v0.5.1
17052026-08-25T08:57:47.832Z Compiling olpc-cjson v0.1.4
17062026-08-25T08:57:47.846Z Compiling serde_plain v1.0.2
17072026-08-25T08:57:47.945Z Compiling enum-as-inner v0.6.1
17082026-08-25T08:57:47.980Z Compiling miette-derive v7.6.0
17092026-08-25T08:57:48.014Z Compiling async-recursion v1.1.1
17102026-08-25T08:57:48.067Z Compiling strum_macros v0.26.4
17112026-08-25T08:57:48.084Z Compiling serde_repr v0.1.20
17122026-08-25T08:57:48.129Z Compiling float-cmp v0.10.0
17132026-08-25T08:57:48.158Z Compiling pem v3.0.6
17142026-08-25T08:57:48.300Z Compiling memmap2 v0.9.10
17152026-08-25T08:57:48.467Z Compiling thread-id v4.2.2
17162026-08-25T08:57:48.489Z Compiling supports-hyperlinks v3.2.0
17172026-08-25T08:57:48.506Z Compiling keccak v0.1.6
17182026-08-25T08:57:48.537Z Compiling new_debug_unreachable v1.0.6
17192026-08-25T08:57:48.567Z Compiling difflib v0.4.0
17202026-08-25T08:57:48.626Z Compiling winnow v1.0.3
17212026-08-25T08:57:48.643Z Compiling const-oid v0.10.2
17222026-08-25T08:57:48.671Z Compiling predicates-core v1.0.10
17232026-08-25T08:57:48.686Z Compiling precomputed-hash v0.1.1
17242026-08-25T08:57:48.731Z Compiling data-encoding v2.10.0
17252026-08-25T08:57:48.765Z Compiling fixedbitset v0.5.7
17262026-08-25T08:57:48.781Z Compiling typed-path v0.9.3
17272026-08-25T08:57:48.796Z Compiling supports-unicode v3.0.0
17282026-08-25T08:57:48.864Z Compiling whoami v2.1.0
17292026-08-25T08:57:48.880Z Compiling cpufeatures v0.3.0
17302026-08-25T08:57:48.963Z Compiling fixedbitset v0.4.2
17312026-08-25T08:57:48.974Z Compiling static_assertions v1.1.0
17322026-08-25T08:57:49.054Z Compiling normalize-line-endings v0.3.0
17332026-08-25T08:57:49.094Z Compiling tokio-postgres v0.7.16
17342026-08-25T08:57:49.158Z Compiling predicates v3.1.4
17352026-08-25T08:57:49.173Z Compiling petgraph v0.6.5
17362026-08-25T08:57:49.193Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-25T08:57:49.208Z Compiling miette v7.6.0
17382026-08-25T08:57:49.255Z Compiling hickory-proto v0.25.2
17392026-08-25T08:57:49.270Z Compiling petgraph v0.8.3
17402026-08-25T08:57:49.284Z Compiling chacha20 v0.10.0
17412026-08-25T08:57:49.450Z Compiling digest v0.11.3
17422026-08-25T08:57:49.665Z Compiling toml_parser v1.1.2+spec-1.1.0
17432026-08-25T08:57:49.679Z Compiling string_cache v0.8.9
17442026-08-25T08:57:49.706Z Compiling elliptic-curve v0.13.8
17452026-08-25T08:57:49.732Z Compiling sha3 v0.10.8
17462026-08-25T08:57:49.821Z Compiling toml_edit v0.22.27
17472026-08-25T08:57:49.887Z Compiling strum v0.26.3
17482026-08-25T08:57:49.902Z Compiling usdt-impl v0.5.0
17492026-08-25T08:57:49.925Z Compiling usdt v0.6.0
17502026-08-25T08:57:50.035Z Compiling zip v4.6.1
17512026-08-25T08:57:50.051Z Compiling serde_with v3.21.0
17522026-08-25T08:57:50.128Z Compiling ed25519-dalek v2.2.0
17532026-08-25T08:57:50.203Z Compiling crossterm v0.28.1
17542026-08-25T08:57:50.218Z Compiling derive_more v2.1.1
17552026-08-25T08:57:50.310Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17562026-08-25T08:57:50.672Z Compiling iddqd v0.4.2
17572026-08-25T08:57:50.704Z Compiling itertools v0.15.0
17582026-08-25T08:57:50.743Z Compiling itertools v0.13.0
17592026-08-25T08:57:50.934Z Compiling similar v2.7.0
17602026-08-25T08:57:51.000Z Compiling crossbeam-epoch v0.9.18
17612026-08-25T08:57:51.241Z Compiling oxide-generation v0.1.3
17622026-08-25T08:57:51.344Z Compiling tokio-stream v0.1.18
17632026-08-25T08:57:51.359Z Compiling buf-list v1.1.2
17642026-08-25T08:57:51.486Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17652026-08-25T08:57:51.562Z Compiling heck v0.4.1
17662026-08-25T08:57:51.648Z Compiling openapiv3 v2.2.0
17672026-08-25T08:57:51.802Z Compiling peg-runtime v0.8.5
17682026-08-25T08:57:51.819Z Compiling lalrpop-util v0.19.12
17692026-08-25T08:57:51.822Z Compiling thread_local v1.1.9
17702026-08-25T08:57:51.850Z Compiling slog-async v2.8.0
17712026-08-25T08:57:51.850Z Compiling crossbeam-channel v0.5.15
17722026-08-25T08:57:51.884Z Compiling filetime v0.2.27
17732026-08-25T08:57:51.967Z Compiling is-terminal v0.4.17
17742026-08-25T08:57:52.034Z Compiling term v1.2.1
17752026-08-25T08:57:52.034Z Compiling xattr v1.6.1
17762026-08-25T08:57:52.072Z Compiling take_mut v0.2.2
17772026-08-25T08:57:52.089Z Compiling camino-tempfile v1.4.1
17782026-08-25T08:57:52.198Z Compiling tar v0.4.46
17792026-08-25T08:57:52.339Z Compiling slog-term v2.9.2
17802026-08-25T08:58:09.511Z Compiling rustls-webpki v0.103.13
17812026-08-25T08:58:12.194Z Compiling tokio-rustls v0.26.4
17822026-08-25T08:58:12.194Z Compiling rustls-platform-verifier v0.6.2
17832026-08-25T08:58:12.205Z Compiling tough v0.22.0
17842026-08-25T08:58:12.426Z Compiling hyper-rustls v0.27.7
17852026-08-25T08:58:12.607Z Compiling reqwest v0.13.2
17862026-08-25T08:58:14.728Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-08-25T08:58:14.962Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-08-25T08:58:17.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.85s
17892026-08-25T08:58:18.055Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17902026-08-25T08:58:18.113ZAug 25 08:58:17.043 INFO Starting download, target: Console
17912026-08-25T08:58:18.113ZAug 25 08:58:17.044 INFO Starting download, target: DendriteStub
17922026-08-25T08:58:18.113ZAug 25 08:58:17.044 INFO Starting download, target: Clickhouse
17932026-08-25T08:58:18.113ZAug 25 08:58:17.044 INFO Starting download, target: Cockroach
17942026-08-25T08:58:18.117ZAug 25 08:58:17.044 INFO Starting download, target: MaghemiteMgd
17952026-08-25T08:58:18.117ZAug 25 08:58:17.044 INFO Starting download, target: MaghemiteDdmd
17962026-08-25T08:58:18.117ZAug 25 08:58:17.044 INFO Starting download, target: TransceiverControl
17972026-08-25T08:58:18.117ZAug 25 08:58:17.044 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17982026-08-25T08:58:18.117ZAug 25 08:58:17.044 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17992026-08-25T08:58:18.117ZAug 25 08:58:17.044 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18002026-08-25T08:58:18.117ZAug 25 08:58:17.044 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18012026-08-25T08:58:18.117ZAug 25 08:58:17.044 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18022026-08-25T08:58:18.117ZAug 25 08:58:17.044 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18032026-08-25T08:58:18.117ZAug 25 08:58:17.044 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18042026-08-25T08:58:19.905ZAug 25 08:58:18.827 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18052026-08-25T08:58:19.918ZAug 25 08:58:18.831 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18062026-08-25T08:58:20.122ZAug 25 08:58:19.051 INFO Download complete, target: TransceiverControl
18072026-08-25T08:58:20.154ZAug 25 08:58:19.079 INFO Download complete, target: Console
18082026-08-25T08:58:20.196ZAug 25 08:58:19.122 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18092026-08-25T08:58:21.458ZAug 25 08:58:20.388 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18102026-08-25T08:58:21.561ZAug 25 08:58:20.488 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18112026-08-25T08:58:21.729ZAug 25 08:58:20.656 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18122026-08-25T08:58:22.217ZAug 25 08:58:21.148 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18132026-08-25T08:58:22.217ZAug 25 08:58:21.148 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18142026-08-25T08:58:23.653ZAug 25 08:58:22.584 INFO Download complete, target: MaghemiteDdmd
18152026-08-25T08:58:24.955ZAug 25 08:58:23.878 INFO Download complete, target: MaghemiteMgd
18162026-08-25T08:58:24.955ZAug 25 08:58:23.878 INFO Download complete, target: DendriteStub
18172026-08-25T08:58:26.915ZAug 25 08:58:25.840 INFO Checking that binary works, target: Cockroach
18182026-08-25T08:58:27.035ZAug 25 08:58:25.965 INFO Download complete, target: Cockroach
18192026-08-25T08:58:27.057ZAug 25 08:58:25.987 INFO Checking that binary works, target: Clickhouse
18202026-08-25T08:58:27.154ZAug 25 08:58:26.084 INFO Download complete, target: Clickhouse
18212026-08-25T08:58:27.161ZAll prerequisites installed successfully
18222026-08-25T08:58:27.164Z
18232026-08-25T08:58:27.164Zreal 1:54.753889020
18242026-08-25T08:58:27.164Zuser 7:28.351435780
18252026-08-25T08:58:27.164Zsys 1:48.293673733
18262026-08-25T08:58:27.164Ztrap 0.303946339
18272026-08-25T08:58:27.164Ztflt 0.812695643
18282026-08-25T08:58:27.164Zdflt 1.685654804
18292026-08-25T08:58:27.164Zkflt 0.026416737
18302026-08-25T08:58:27.164Zlock 28:42.312733188
18312026-08-25T08:58:27.164Zslp 20:24.739220676
18322026-08-25T08:58:27.164Zlat 30.970831355
18332026-08-25T08:58:27.164Zstop 3:41.024811960
18342026-08-25T08:58:27.164Z+ ptime -m cargo xtask download softnpu
18352026-08-25T08:58:27.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18362026-08-25T08:58:27.660Z Running `target/debug/xtask download softnpu`
18372026-08-25T08:58:28.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18382026-08-25T08:58:28.515Z Running `target/debug/xtask-downloader softnpu`
18392026-08-25T08:58:28.560ZAug 25 08:58:27.490 INFO Starting download, target: Softnpu
18402026-08-25T08:58:28.563ZAug 25 08:58:27.491 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18412026-08-25T08:58:30.838ZAug 25 08:58:29.768 INFO Download complete, target: Softnpu
18422026-08-25T08:58:30.841Z
18432026-08-25T08:58:30.844Zreal 3.673887077
18442026-08-25T08:58:30.844Zuser 1.390303690
18452026-08-25T08:58:30.844Zsys 0.658379439
18462026-08-25T08:58:30.844Ztrap 0.000805050
18472026-08-25T08:58:30.844Ztflt 0.000396170
18482026-08-25T08:58:30.844Zdflt 0.000102900
18492026-08-25T08:58:30.844Zkflt 0.000000000
18502026-08-25T08:58:30.844Zlock 41.714560840
18512026-08-25T08:58:30.844Zslp 2.120407504
18522026-08-25T08:58:30.844Zlat 0.086709429
18532026-08-25T08:58:30.844Zstop 0.000195930
18542026-08-25T08:58:30.845Z+ export CARGO_INCREMENTAL=0
18552026-08-25T08:58:30.845Z+ CARGO_INCREMENTAL=0
18562026-08-25T08:58:30.845Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18572026-08-25T08:58:31.772Z Compiling proc-macro2 v1.0.106
18582026-08-25T08:58:31.772Z Compiling quote v1.0.45
18592026-08-25T08:58:31.772Z Compiling unicode-ident v1.0.24
18602026-08-25T08:58:31.775Z Compiling serde_core v1.0.229
18612026-08-25T08:58:31.775Z Compiling libc v0.2.185
18622026-08-25T08:58:31.775Z Compiling serde v1.0.229
18632026-08-25T08:58:31.775Z Compiling cfg-if v1.0.4
18642026-08-25T08:58:31.775Z Compiling version_check v0.9.5
18652026-08-25T08:58:31.918Z Compiling autocfg v1.5.0
18662026-08-25T08:58:31.921Z Compiling find-msvc-tools v0.1.9
18672026-08-25T08:58:31.921Z Compiling memchr v2.8.0
18682026-08-25T08:58:31.921Z Compiling shlex v1.3.0
18692026-08-25T08:58:31.921Z Compiling zmij v1.0.21
18702026-08-25T08:58:31.921Z Compiling serde_json v1.0.151
18712026-08-25T08:58:32.088Z Compiling portable-atomic v1.13.1
18722026-08-25T08:58:32.194Z Compiling zerocopy v0.8.55
18732026-08-25T08:58:32.231Z Compiling libm v0.2.16
18742026-08-25T08:58:32.234Z Compiling getrandom v0.4.3
18752026-08-25T08:58:32.253Z Compiling icu_properties_data v2.1.2
18762026-08-25T08:58:32.337Z Compiling icu_normalizer_data v2.1.1
18772026-08-25T08:58:32.411Z Compiling generic-array v0.14.7
18782026-08-25T08:58:32.443Z Compiling smallvec v1.15.1
18792026-08-25T08:58:32.476Z Compiling parking_lot_core v0.9.12
18802026-08-25T08:58:32.538Z Compiling num-traits v0.2.19
18812026-08-25T08:58:32.555Z Compiling itoa v1.0.17
18822026-08-25T08:58:32.558Z Compiling log v0.4.33
18832026-08-25T08:58:32.618Z Compiling subtle v2.6.1
18842026-08-25T08:58:32.651Z Compiling pkg-config v0.3.32
18852026-08-25T08:58:32.668Z Compiling stable_deref_trait v1.2.1
18862026-08-25T08:58:32.745Z Compiling rustix v1.1.4
18872026-08-25T08:58:32.761Z Compiling typenum v1.20.1
18882026-08-25T08:58:32.780Z Compiling getrandom v0.3.4
18892026-08-25T08:58:32.828Z Compiling scopeguard v1.2.0
18902026-08-25T08:58:32.871Z Compiling thiserror v2.0.18
18912026-08-25T08:58:32.960Z Compiling jobserver v0.1.34
18922026-08-25T08:58:32.993Z Compiling errno v0.3.14
18932026-08-25T08:58:33.008Z Compiling lock_api v0.4.14
18942026-08-25T08:58:33.139Z Compiling rand_core v0.10.0
18952026-08-25T08:58:33.184Z Compiling cc v1.2.56
18962026-08-25T08:58:33.221Z Compiling getrandom v0.2.17
18972026-08-25T08:58:33.236Z Compiling critical-section v1.2.0
18982026-08-25T08:58:33.296Z Compiling syn v2.0.117
18992026-08-25T08:58:33.299Z Compiling syn v3.0.3
19002026-08-25T08:58:33.342Z Compiling heck v0.5.0
19012026-08-25T08:58:33.345Z Compiling equivalent v1.0.2
19022026-08-25T08:58:33.387Z Compiling schemars v0.8.22
19032026-08-25T08:58:33.387Z Compiling rand_core v0.6.4
19042026-08-25T08:58:33.493Z Compiling percent-encoding v2.3.2
19052026-08-25T08:58:33.534Z Compiling writeable v0.6.2
19062026-08-25T08:58:33.589Z Compiling litemap v0.8.1
19072026-08-25T08:58:33.650Z Compiling pin-project-lite v0.2.17
19082026-08-25T08:58:33.665Z Compiling syn v1.0.109
19092026-08-25T08:58:33.705Z Compiling rustversion v1.0.22
19102026-08-25T08:58:33.800Z Compiling once_cell v1.21.3
19112026-08-25T08:58:33.816Z Compiling hashbrown v0.17.0
19122026-08-25T08:58:33.942Z Compiling dunce v1.0.5
19132026-08-25T08:58:33.989Z Compiling cmake v0.1.57
19142026-08-25T08:58:34.005Z Compiling fs_extra v1.3.0
19152026-08-25T08:58:34.075Z Compiling byteorder v1.5.0
19162026-08-25T08:58:34.113Z Compiling strsim v0.11.1
19172026-08-25T08:58:34.274Z Compiling semver v1.0.28
19182026-08-25T08:58:34.296Z Compiling bitflags v2.11.0
19192026-08-25T08:58:34.399Z Compiling indexmap v2.14.0
19202026-08-25T08:58:34.427Z Compiling utf8_iter v1.0.4
19212026-08-25T08:58:34.529Z Compiling aws-lc-sys v0.40.0
19222026-08-25T08:58:34.566Z Compiling form_urlencoded v1.2.2
19232026-08-25T08:58:34.583Z Compiling signal-hook-registry v1.4.8
19242026-08-25T08:58:34.619Z Compiling thiserror v1.0.69
19252026-08-25T08:58:34.667Z Compiling mio v1.2.0
19262026-08-25T08:58:34.790Z Compiling parking_lot v0.12.5
19272026-08-25T08:58:34.826Z Compiling socket2 v0.6.3
19282026-08-25T08:58:35.004Z Compiling futures-core v0.3.32
19292026-08-25T08:58:35.037Z Compiling aws-lc-rs v1.16.3
19302026-08-25T08:58:35.055Z Compiling const-oid v0.9.6
19312026-08-25T08:58:35.173Z Compiling regex-syntax v0.8.10
19322026-08-25T08:58:35.239Z Compiling fnv v1.0.7
19332026-08-25T08:58:35.367Z Compiling httparse v1.10.1
19342026-08-25T08:58:35.415Z Compiling ucd-trie v0.1.7
19352026-08-25T08:58:35.560Z Compiling iana-time-zone v0.1.65
19362026-08-25T08:58:35.618Z Compiling crc32fast v1.5.0
19372026-08-25T08:58:35.735Z Compiling pest v2.8.6
19382026-08-25T08:58:35.804Z Compiling ident_case v1.0.1
19392026-08-25T08:58:35.826Z Compiling vcpkg v0.2.15
19402026-08-25T08:58:35.907Z Compiling uuid v1.23.4
19412026-08-25T08:58:35.983Z Compiling rustc_version v0.4.1
19422026-08-25T08:58:36.156Z Compiling futures-sink v0.3.32
19432026-08-25T08:58:36.187Z Compiling synstructure v0.13.2
19442026-08-25T08:58:36.277Z Compiling serde_derive_internals v0.29.1
19452026-08-25T08:58:36.295Z Compiling rustls v0.23.41
19462026-08-25T08:58:36.396Z Compiling openssl-sys v0.9.117
19472026-08-25T08:58:36.426Z Compiling futures-channel v0.3.32
19482026-08-25T08:58:36.462Z Compiling serde_derive v1.0.229
19492026-08-25T08:58:36.712Z Compiling aho-corasick v1.1.4
19502026-08-25T08:58:36.716Z Compiling dyn-clone v1.0.20
19512026-08-25T08:58:36.716Z Compiling futures-io v0.3.32
19522026-08-25T08:58:36.783Z Compiling futures-task v0.3.32
19532026-08-25T08:58:36.875Z Compiling pest_meta v2.8.6
19542026-08-25T08:58:36.901Z Compiling slab v0.4.12
19552026-08-25T08:58:37.031Z Compiling plain v0.2.3
19562026-08-25T08:58:37.053Z Compiling num-conv v0.2.0
19572026-08-25T08:58:37.067Z Compiling time-core v0.1.8
19582026-08-25T08:58:37.084Z Compiling radium v0.7.0
19592026-08-25T08:58:37.159Z Compiling crossbeam-utils v0.8.21
19602026-08-25T08:58:37.199Z Compiling base64ct v1.8.3
19612026-08-25T08:58:37.230Z Compiling time-macros v0.2.27
19622026-08-25T08:58:37.269Z Compiling base64 v0.22.1
19632026-08-25T08:58:37.331Z Compiling pretty-hex v0.4.1
19642026-08-25T08:58:37.366Z Compiling maybe-uninit v2.0.0
19652026-08-25T08:58:37.388Z Compiling zeroize_derive v1.5.0
19662026-08-25T08:58:37.413Z Compiling zerofrom-derive v0.1.6
19672026-08-25T08:58:37.450Z Compiling yoke-derive v0.8.1
19682026-08-25T08:58:37.470Z Compiling zerocopy-derive v0.8.55
19692026-08-25T08:58:37.470Z Compiling zerovec-derive v0.11.2
19702026-08-25T08:58:37.500Z Compiling displaydoc v0.2.5
19712026-08-25T08:58:37.519Z Compiling tokio-macros v2.7.0
19722026-08-25T08:58:37.519Z Compiling futures-macro v0.3.32
19732026-08-25T08:58:37.637Z Compiling thiserror-impl v2.0.18
19742026-08-25T08:58:37.781Z Compiling schemars_derive v0.8.22
19752026-08-25T08:58:37.835Z Compiling der_derive v0.7.3
19762026-08-25T08:58:38.008Z Compiling tracing-attributes v0.1.31
19772026-08-25T08:58:38.123Z Compiling thiserror-impl v1.0.69
19782026-08-25T08:58:38.148Z Compiling pest_generator v2.8.6
19792026-08-25T08:58:38.191Z Compiling regex-automata v0.4.14
19802026-08-25T08:58:38.218Z Compiling openssl v0.10.80
19812026-08-25T08:58:38.234Z Compiling pem-rfc7468 v0.7.0
19822026-08-25T08:58:38.308Z Compiling futures-util v0.3.32
19832026-08-25T08:58:38.480Z Compiling scroll_derive v0.12.1
19842026-08-25T08:58:38.512Z Compiling scroll_derive v0.13.1
19852026-08-25T08:58:38.529Z Compiling rand_core v0.9.5
19862026-08-25T08:58:38.548Z Compiling zerofrom v0.1.6
19872026-08-25T08:58:38.698Z Compiling yoke v0.8.1
19882026-08-25T08:58:38.799Z Compiling pest_derive v2.8.6
19892026-08-25T08:58:38.914Z Compiling zerovec v0.11.5
19902026-08-25T08:58:38.931Z Compiling zerotrie v0.2.3
19912026-08-25T08:58:38.994Z Compiling slog v2.8.2
19922026-08-25T08:58:39.215Z Compiling flagset v0.4.7
19932026-08-25T08:58:39.247Z Compiling openssl-macros v0.1.1
19942026-08-25T08:58:39.274Z Compiling darling_core v0.23.0
19952026-08-25T08:58:39.288Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19962026-08-25T08:58:39.305Z Compiling bzip2-sys v0.1.13+1.0.8
19972026-08-25T08:58:39.382Z Compiling ahash v0.8.12
19982026-08-25T08:58:39.400Z Compiling num-bigint-dig v0.8.6
19992026-08-25T08:58:39.531Z Compiling tinystr v0.8.2
20002026-08-25T08:58:39.548Z Compiling zeroize v1.9.0
20012026-08-25T08:58:39.612Z Compiling bytes v1.11.1
20022026-08-25T08:58:39.667Z Compiling potential_utf v0.1.4
20032026-08-25T08:58:39.686Z Compiling chrono v0.4.45
20042026-08-25T08:58:39.735Z Compiling icu_locale_core v2.1.1
20052026-08-25T08:58:39.822Z Compiling icu_collections v2.1.1
20062026-08-25T08:58:40.330Z Compiling tokio v1.52.1
20072026-08-25T08:58:40.419Z Compiling crypto-common v0.1.7
20082026-08-25T08:58:40.444Z Compiling block-buffer v0.10.4
20092026-08-25T08:58:40.504Z Compiling icu_provider v2.1.1
20102026-08-25T08:58:40.732Z Compiling serde_tokenstream v0.2.3
20112026-08-25T08:58:40.750Z Compiling digest v0.10.7
20122026-08-25T08:58:40.768Z Compiling der v0.7.10
20132026-08-25T08:58:40.874Z Compiling icu_properties v2.1.2
20142026-08-25T08:58:40.903Z Compiling icu_normalizer v2.1.1
20152026-08-25T08:58:41.366Z Compiling paste v1.0.15
20162026-08-25T08:58:41.415Z Compiling native-tls v0.2.18
20172026-08-25T08:58:41.504Z Compiling anyhow v1.0.104
20182026-08-25T08:58:41.525Z Compiling packed_struct v0.10.1
20192026-08-25T08:58:41.624Z Compiling darling_macro v0.23.0
20202026-08-25T08:58:41.653Z Compiling spki v0.7.3
20212026-08-25T08:58:41.708Z Compiling regex v1.12.3
20222026-08-25T08:58:41.804Z Compiling idna_adapter v1.2.1
20232026-08-25T08:58:41.833Z Compiling http v1.4.2
20242026-08-25T08:58:41.908Z Compiling ppv-lite86 v0.2.21
20252026-08-25T08:58:41.945Z Compiling idna v1.1.0
20262026-08-25T08:58:42.081Z Compiling zerocopy-derive v0.7.35
20272026-08-25T08:58:42.280Z Compiling rand_chacha v0.9.0
20282026-08-25T08:58:42.305Z Compiling url v2.5.8
20292026-08-25T08:58:42.414Z Compiling tracing-core v0.1.36
20302026-08-25T08:58:42.467Z Compiling cookie v0.18.1
20312026-08-25T08:58:42.545Z Compiling camino v1.2.5
20322026-08-25T08:58:42.635Z Compiling cpufeatures v0.2.17
20332026-08-25T08:58:42.681Z Compiling rand v0.9.2
20342026-08-25T08:58:42.808Z Compiling tracing v0.1.44
20352026-08-25T08:58:42.830Z Compiling darling v0.23.0
20362026-08-25T08:58:42.870Z Compiling serde_spanned v0.6.9
20372026-08-25T08:58:42.870Z Compiling toml_datetime v0.6.11
20382026-08-25T08:58:43.041Z Compiling packed_struct_codegen v0.10.1
20392026-08-25T08:58:43.088Z Compiling bitfield-macros v0.19.4
20402026-08-25T08:58:43.126Z Compiling zerocopy-derive v0.6.6
20412026-08-25T08:58:43.203Z Compiling clap_derive v4.6.1
20422026-08-25T08:58:43.288Z Compiling indexmap v1.9.3
20432026-08-25T08:58:43.403Z Compiling fastrand v2.3.0
20442026-08-25T08:58:43.501Z Compiling simd-adler32 v0.3.8
20452026-08-25T08:58:43.733Z Compiling object v0.37.3
20462026-08-25T08:58:43.763Z Compiling http-body v1.0.1
20472026-08-25T08:58:43.793Z Compiling pkcs8 v0.10.2
20482026-08-25T08:58:43.946Z Compiling rustls-pki-types v1.14.0
20492026-08-25T08:58:44.041Z Compiling daft-derive v0.1.8
20502026-08-25T08:58:44.073Z Compiling spin v0.9.8
20512026-08-25T08:58:44.100Z Compiling usdt-impl v0.5.0
20522026-08-25T08:58:44.298Z Compiling tinyvec_macros v0.1.1
20532026-08-25T08:58:44.331Z Compiling cmov v0.5.4
20542026-08-25T08:58:44.384Z Compiling adler2 v2.0.1
20552026-08-25T08:58:44.530Z Compiling tokio-util v0.7.18
20562026-08-25T08:58:44.575Z Compiling ref-cast v1.0.25
20572026-08-25T08:58:44.590Z Compiling openssl-probe v0.2.1
20582026-08-25T08:58:44.718Z Compiling usdt-impl v0.6.0
20592026-08-25T08:58:44.770Z Compiling utf8parse v0.2.2
20602026-08-25T08:58:44.804Z Compiling anstyle v1.0.14
20612026-08-25T08:58:44.876Z Compiling either v1.15.0
20622026-08-25T08:58:44.895Z Compiling winnow v0.5.40
20632026-08-25T08:58:44.908Z Compiling anstyle-parse v1.0.0
20642026-08-25T08:58:44.911Z Compiling tempfile v3.27.0
20652026-08-25T08:58:44.957Z Compiling ctutils v0.4.2
20662026-08-25T08:58:45.100Z Compiling miniz_oxide v0.8.9
20672026-08-25T08:58:45.134Z Compiling tinyvec v1.10.0
20682026-08-25T08:58:45.168Z Compiling sha2 v0.10.9
20692026-08-25T08:58:45.330Z Compiling scroll v0.13.0
20702026-08-25T08:58:45.346Z Compiling scroll v0.12.0
20712026-08-25T08:58:45.474Z Compiling async-trait v0.1.89
20722026-08-25T08:58:45.498Z Compiling terminal_size v0.4.3
20732026-08-25T08:58:45.513Z Compiling heapless v0.7.17
20742026-08-25T08:58:45.636Z Compiling colorchoice v1.0.4
20752026-08-25T08:58:45.650Z Compiling try-lock v0.2.5
20762026-08-25T08:58:45.664Z Compiling untrusted v0.7.1
20772026-08-25T08:58:45.693Z Compiling zstd-safe v7.2.4
20782026-08-25T08:58:45.765Z Compiling atomic-waker v1.1.2
20792026-08-25T08:58:45.781Z Compiling winnow v1.0.3
20802026-08-25T08:58:45.784Z Compiling tower-layer v0.3.3
20812026-08-25T08:58:45.835Z Compiling winnow v0.7.14
20822026-08-25T08:58:45.859Z Compiling anstyle-query v1.1.5
20832026-08-25T08:58:45.911Z Compiling signal-hook v0.3.18
20842026-08-25T08:58:45.928Z Compiling litrs v1.0.0
20852026-08-25T08:58:45.967Z Compiling rustix v0.38.44
20862026-08-25T08:58:45.982Z Compiling is_terminal_polyfill v1.70.2
20872026-08-25T08:58:45.997Z Compiling unicode-segmentation v1.12.0
20882026-08-25T08:58:46.099Z Compiling tower-service v0.3.3
20892026-08-25T08:58:46.114Z Compiling anstream v1.0.0
20902026-08-25T08:58:46.218Z Compiling toml_edit v0.19.15
20912026-08-25T08:58:46.342Z Compiling h2 v0.4.15
20922026-08-25T08:58:46.395Z Compiling want v0.3.1
20932026-08-25T08:58:46.412Z Compiling document-features v0.2.12
20942026-08-25T08:58:46.731Z Compiling toml_parser v1.1.2+spec-1.1.0
20952026-08-25T08:58:46.747Z Compiling goblin v0.8.2
20962026-08-25T08:58:46.835Z Compiling goblin v0.10.5
20972026-08-25T08:58:46.861Z Compiling hybrid-array v0.4.13
20982026-08-25T08:58:47.074Z Compiling itertools v0.15.0
20992026-08-25T08:58:47.320Z Compiling zerocopy v0.7.35
21002026-08-25T08:58:47.641Z Compiling ipnet v2.12.0
21012026-08-25T08:58:47.688Z Compiling ref-cast-impl v1.0.25
21022026-08-25T08:58:47.752Z Compiling structmeta-derive v0.3.0
21032026-08-25T08:58:47.782Z Compiling curve25519-dalek v4.1.3
21042026-08-25T08:58:47.804Z Compiling darling_core v0.20.11
21052026-08-25T08:58:47.935Z Compiling wait-timeout v0.2.1
21062026-08-25T08:58:48.053Z Compiling memoffset v0.9.1
21072026-08-25T08:58:48.089Z Compiling untrusted v0.9.0
21082026-08-25T08:58:48.105Z Compiling httpdate v1.0.3
21092026-08-25T08:58:48.336Z Compiling bit-vec v0.8.0
21102026-08-25T08:58:48.416Z Compiling powerfmt v0.2.0
21112026-08-25T08:58:48.442Z Compiling tap v1.0.1
21122026-08-25T08:58:48.466Z Compiling quick-error v1.2.3
21132026-08-25T08:58:48.494Z Compiling foreign-types-shared v0.1.1
21142026-08-25T08:58:48.541Z Compiling wyz v0.5.1
21152026-08-25T08:58:48.572Z Compiling foreign-types v0.3.2
21162026-08-25T08:58:48.614Z Compiling deranged v0.5.8
21172026-08-25T08:58:48.618Z Compiling rusty-fork v0.3.1
21182026-08-25T08:58:48.618Z Compiling bit-set v0.8.0
21192026-08-25T08:58:48.733Z Compiling structmeta v0.3.0
21202026-08-25T08:58:48.788Z Compiling unicode-normalization v0.1.25
21212026-08-25T08:58:48.916Z Compiling dof v0.3.0
21222026-08-25T08:58:48.999Z Compiling ipnetwork v0.21.1
21232026-08-25T08:58:49.070Z Compiling dtrace-parser v0.2.0
21242026-08-25T08:58:49.263Z Compiling rand_chacha v0.3.1
21252026-08-25T08:58:49.408Z Compiling signature v2.2.0
21262026-08-25T08:58:49.443Z Compiling hex v0.4.3
21272026-08-25T08:58:49.511Z Compiling dof v0.4.0
21282026-08-25T08:58:49.582Z Compiling hyper v1.10.1
21292026-08-25T08:58:49.670Z Compiling dtrace-parser v0.3.0
21302026-08-25T08:58:49.721Z Compiling rand_xorshift v0.4.0
21312026-08-25T08:58:49.790Z Compiling darling_macro v0.20.11
21322026-08-25T08:58:49.804Z Compiling pin-project-internal v1.1.11
21332026-08-25T08:58:49.821Z Compiling num-integer v0.1.46
21342026-08-25T08:58:50.153Z Compiling thread-id v4.2.2
21352026-08-25T08:58:50.176Z Compiling thread-id v5.1.0
21362026-08-25T08:58:50.255Z Compiling smoltcp v0.9.1
21372026-08-25T08:58:50.271Z Compiling funty v2.0.0
21382026-08-25T08:58:50.471Z Compiling clap_lex v1.0.0
21392026-08-25T08:58:50.488Z Compiling unarray v0.1.4
21402026-08-25T08:58:50.491Z Compiling cfg_aliases v0.2.1
21412026-08-25T08:58:50.590Z Compiling num_threads v0.1.7
21422026-08-25T08:58:50.606Z Compiling owo-colors v4.3.0
21432026-08-25T08:58:50.609Z Compiling nix v0.31.2
21442026-08-25T08:58:50.639Z Compiling clap_builder v4.6.0
21452026-08-25T08:58:50.642Z Compiling bitvec v1.0.1
21462026-08-25T08:58:50.671Z Compiling time v0.3.47
21472026-08-25T08:58:50.699Z Compiling proptest v1.11.0
21482026-08-25T08:58:50.715Z Compiling hyper-util v0.1.20
21492026-08-25T08:58:50.720Z Compiling darling v0.20.11
21502026-08-25T08:58:50.871Z Compiling num-iter v0.1.45
21512026-08-25T08:58:50.986Z Compiling rand v0.8.6
21522026-08-25T08:58:51.338Z Compiling lazy_static v1.5.0
21532026-08-25T08:58:51.412Z Compiling hmac v0.12.1
21542026-08-25T08:58:51.641Z Compiling curve25519-dalek-derive v0.1.1
21552026-08-25T08:58:51.655Z Compiling sync_wrapper v1.0.2
21562026-08-25T08:58:51.780Z Compiling nodrop v0.1.14
21572026-08-25T08:58:51.795Z Compiling siphasher v1.0.2
21582026-08-25T08:58:51.889Z Compiling crc-catalog v2.4.0
21592026-08-25T08:58:52.117Z Compiling zlib-rs v0.6.2
21602026-08-25T08:58:52.248Z Compiling clap v4.6.1
21612026-08-25T08:58:52.377Z Compiling crc v3.4.0
21622026-08-25T08:58:52.606Z Compiling array-init v0.0.4
21632026-08-25T08:58:52.971Z Compiling newtype-uuid v1.3.2
21642026-08-25T08:58:52.989Z Compiling tower v0.5.3
21652026-08-25T08:58:53.415Z Compiling oxnet v0.1.6
21662026-08-25T08:58:53.474Z Compiling smallvec v0.6.14
21672026-08-25T08:58:53.539Z Compiling derive_builder_core v0.20.2
21682026-08-25T08:58:53.604Z Compiling pkcs1 v0.7.5
21692026-08-25T08:58:53.627Z Compiling http-body-util v0.1.3
21702026-08-25T08:58:53.666Z Compiling zerocopy v0.6.6
21712026-08-25T08:58:53.704Z Compiling bitfield v0.19.4
21722026-08-25T08:58:53.843Z Compiling erased-serde v0.3.31
21732026-08-25T08:58:53.885Z Compiling hubpack_derive v0.1.1
21742026-08-25T08:58:53.888Z Compiling strum_macros v0.27.2
21752026-08-25T08:58:54.002Z Compiling snafu-derive v0.8.9
21762026-08-25T08:58:54.017Z Compiling strum_macros v0.26.4
21772026-08-25T08:58:54.118Z Compiling flate2 v1.1.9
21782026-08-25T08:58:54.319Z Compiling env_filter v2.0.0
21792026-08-25T08:58:54.334Z Compiling fs-err v3.3.0
21802026-08-25T08:58:54.456Z Compiling unicode-bidi v0.3.18
21812026-08-25T08:58:54.473Z Compiling allocator-api2 v0.2.21
21822026-08-25T08:58:54.528Z Compiling base64 v0.21.7
21832026-08-25T08:58:54.561Z Compiling ryu v1.0.23
21842026-08-25T08:58:54.600Z Compiling iri-string v0.7.10
21852026-08-25T08:58:54.741Z Compiling unicode-properties v0.1.4
21862026-08-25T08:58:54.820Z Compiling gimli v0.32.3
21872026-08-25T08:58:54.841Z Compiling hashbrown v0.12.3
21882026-08-25T08:58:54.987Z Compiling stringprep v0.1.5
21892026-08-25T08:58:55.138Z Compiling ron v0.8.1
21902026-08-25T08:58:55.221Z Compiling serde_urlencoded v0.7.1
21912026-08-25T08:58:55.487Z Compiling env_logger v0.11.11
21922026-08-25T08:58:55.719Z Compiling derive_builder_macro v0.20.2
21932026-08-25T08:58:55.821Z Compiling tower-http v0.6.8
21942026-08-25T08:58:55.999Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21952026-08-25T08:58:56.019Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21962026-08-25T08:58:56.103Z Compiling rsa v0.9.10
21972026-08-25T08:58:56.223Z Compiling daft v0.1.8
21982026-08-25T08:58:56.226Z Compiling serde-hex v0.1.0
21992026-08-25T08:58:56.460Z Compiling tokio-native-tls v0.3.1
22002026-08-25T08:58:56.523Z Compiling addr2line v0.25.1
22012026-08-25T08:58:56.584Z Compiling hashbrown v0.13.2
22022026-08-25T08:58:56.655Z Compiling bzip2 v0.4.4
22032026-08-25T08:58:56.672Z Compiling usdt-macro v0.6.0
22042026-08-25T08:58:56.754Z Compiling usdt-attr-macro v0.6.0
22052026-08-25T08:58:56.771Z Compiling derive-ex v0.1.8
22062026-08-25T08:58:56.785Z Compiling crypto-common v0.2.2
22072026-08-25T08:58:56.857Z Compiling block-buffer v0.12.1
22082026-08-25T08:58:56.918Z Compiling block-padding v0.4.2
22092026-08-25T08:58:57.079Z Compiling convert_case v0.10.0
22102026-08-25T08:58:57.185Z Compiling rustls-native-certs v0.8.3
22112026-08-25T08:58:57.444Z Compiling x509-cert v0.2.5
22122026-08-25T08:58:57.476Z Compiling md-5 v0.10.6
22132026-08-25T08:58:57.519Z Compiling bstr v1.12.1
22142026-08-25T08:58:57.829Z Compiling vergen-lib v9.1.0
22152026-08-25T08:58:57.856Z Compiling hash32 v0.2.1
22162026-08-25T08:58:58.011Z Compiling encoding_rs v0.8.35
22172026-08-25T08:58:58.079Z Compiling mime v0.3.17
22182026-08-25T08:58:58.108Z Compiling rustc-demangle v0.1.27
22192026-08-25T08:58:58.124Z Compiling crc-any v2.5.0
22202026-08-25T08:58:58.180Z Compiling fallible-iterator v0.2.0
22212026-08-25T08:58:58.471Z Compiling cpufeatures v0.3.0
22222026-08-25T08:58:58.495Z Compiling unicode-width v0.2.0
22232026-08-25T08:58:58.527Z Compiling psl-types v2.0.11
22242026-08-25T08:58:58.600Z Compiling postgres-protocol v0.6.10
22252026-08-25T08:58:58.654Z Compiling publicsuffix v2.3.0
22262026-08-25T08:58:58.670Z Compiling test-strategy v0.4.5
22272026-08-25T08:58:58.766Z Compiling backtrace v0.3.76
22282026-08-25T08:58:59.201Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22292026-08-25T08:58:59.398Z Compiling derive_more-impl v2.1.1
22302026-08-25T08:58:59.522Z Compiling inout v0.2.2
22312026-08-25T08:58:59.590Z Compiling object v0.30.4
22322026-08-25T08:58:59.651Z Compiling zip v0.6.6
22332026-08-25T08:58:59.700Z Compiling hyper-tls v0.6.0
22342026-08-25T08:58:59.717Z Compiling derive_builder v0.20.2
22352026-08-25T08:58:59.720Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22362026-08-25T08:58:59.860Z Compiling phf_shared v0.13.1
22372026-08-25T08:58:59.932Z Compiling pin-project v1.1.11
22382026-08-25T08:59:00.082Z Compiling toml v0.7.8
22392026-08-25T08:59:00.145Z Compiling heck v0.4.1
22402026-08-25T08:59:00.220Z Compiling serde_with_macros v3.21.0
22412026-08-25T08:59:00.238Z Compiling futures-executor v0.3.32
22422026-08-25T08:59:00.531Z Compiling miette-derive v7.6.0
22432026-08-25T08:59:00.552Z Compiling enum-as-inner v0.6.1
22442026-08-25T08:59:00.569Z Compiling serde_repr v0.1.20
22452026-08-25T08:59:00.642Z Compiling async-recursion v1.1.1
22462026-08-25T08:59:00.683Z Compiling ff v0.13.1
22472026-08-25T08:59:00.772Z Compiling vergen v9.1.0
22482026-08-25T08:59:00.849Z Compiling cargo-platform v0.3.2
22492026-08-25T08:59:00.869Z Compiling smawk v0.3.2
22502026-08-25T08:59:00.979Z Compiling unicode-linebreak v0.1.5
22512026-08-25T08:59:01.027Z Compiling bumpalo v3.20.2
22522026-08-25T08:59:01.073Z Compiling foldhash v0.2.0
22532026-08-25T08:59:01.135Z Compiling libbz2-rs-sys v0.2.2
22542026-08-25T08:59:01.224Z Compiling foldhash v0.1.5
22552026-08-25T08:59:01.250Z Compiling same-file v1.0.6
22562026-08-25T08:59:01.275Z Compiling managed v0.8.0
22572026-08-25T08:59:01.308Z Compiling bitflags v1.3.2
22582026-08-25T08:59:01.429Z Compiling jiff-core v0.1.0
22592026-08-25T08:59:01.512Z Compiling path-slash v0.1.5
22602026-08-25T08:59:01.576Z Compiling base16ct v0.2.0
22612026-08-25T08:59:01.632Z Compiling is_ci v1.2.0
22622026-08-25T08:59:01.714Z Compiling sec1 v0.7.3
22632026-08-25T08:59:01.728Z Compiling supports-color v3.0.2
22642026-08-25T08:59:01.778Z Compiling textwrap v0.16.2
22652026-08-25T08:59:01.782Z Compiling bzip2 v0.6.1
22662026-08-25T08:59:01.903Z Compiling walkdir v2.5.0
22672026-08-25T08:59:01.989Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22682026-08-25T08:59:02.006Z Compiling hashbrown v0.15.5
22692026-08-25T08:59:02.023Z Compiling zopfli v0.8.3
22702026-08-25T08:59:02.195Z Compiling jiff v0.2.34
22712026-08-25T08:59:02.211Z Compiling hashbrown v0.16.1
22722026-08-25T08:59:02.426Z Compiling cargo_metadata v0.23.1
22732026-08-25T08:59:02.471Z Compiling group v0.13.0
22742026-08-25T08:59:02.666Z Compiling futures v0.3.32
22752026-08-25T08:59:03.017Z Compiling phf v0.13.1
22762026-08-25T08:59:03.060Z Compiling snafu v0.8.9
22772026-08-25T08:59:03.198Z Compiling reqwest v0.12.28
22782026-08-25T08:59:03.271Z Compiling cipher v0.5.2
22792026-08-25T08:59:03.408Z Compiling signal-hook-mio v0.2.5
22802026-08-25T08:59:03.548Z Compiling cookie_store v0.22.1
22812026-08-25T08:59:03.564Z Compiling backtrace-ext v0.2.1
22822026-08-25T08:59:03.581Z Compiling zstd v0.13.3
22832026-08-25T08:59:03.662Z Compiling postgres-types v0.2.12
22842026-08-25T08:59:03.744Z Compiling globset v0.4.18
22852026-08-25T08:59:03.822Z Compiling strum v0.27.2
22862026-08-25T08:59:03.856Z Compiling hubpack v0.1.2
22872026-08-25T08:59:03.913Z Compiling phf_shared v0.11.3
22882026-08-25T08:59:03.958Z Compiling hkdf v0.12.4
22892026-08-25T08:59:03.973Z Compiling crossbeam-epoch v0.9.18
22902026-08-25T08:59:04.111Z Compiling byte-wrapper v0.1.0
22912026-08-25T08:59:04.129Z Compiling ed25519 v2.2.3
22922026-08-25T08:59:04.145Z Compiling olpc-cjson v0.1.4
22932026-08-25T08:59:04.353Z Compiling pem v3.0.6
22942026-08-25T08:59:04.386Z Compiling crypto-bigint v0.5.5
22952026-08-25T08:59:04.416Z Compiling serde_plain v1.0.2
22962026-08-25T08:59:04.436Z Compiling serde-big-array v0.5.1
22972026-08-25T08:59:04.523Z Compiling float-cmp v0.10.0
22982026-08-25T08:59:04.584Z Compiling memmap2 v0.9.10
22992026-08-25T08:59:04.600Z Compiling toml_write v0.1.2
23002026-08-25T08:59:04.626Z Compiling supports-unicode v3.0.0
23012026-08-25T08:59:04.654Z Compiling const-oid v0.10.2
23022026-08-25T08:59:04.687Z Compiling whoami v2.1.0
23032026-08-25T08:59:04.774Z Compiling data-encoding v2.10.0
23042026-08-25T08:59:04.812Z Compiling keccak v0.1.6
23052026-08-25T08:59:04.829Z Compiling difflib v0.4.0
23062026-08-25T08:59:04.867Z Compiling unicode-width v0.1.14
23072026-08-25T08:59:04.921Z Compiling new_debug_unreachable v1.0.6
23082026-08-25T08:59:05.025Z Compiling fixedbitset v0.4.2
23092026-08-25T08:59:05.061Z Compiling fixedbitset v0.5.7
23102026-08-25T08:59:05.076Z Compiling normalize-line-endings v0.3.0
23112026-08-25T08:59:05.106Z Compiling static_assertions v1.1.0
23122026-08-25T08:59:05.221Z Compiling supports-hyperlinks v3.2.0
23132026-08-25T08:59:05.253Z Compiling precomputed-hash v0.1.1
23142026-08-25T08:59:05.305Z Compiling predicates-core v1.0.10
23152026-08-25T08:59:05.341Z Compiling typed-path v0.9.3
23162026-08-25T08:59:05.411Z Compiling miette v7.6.0
23172026-08-25T08:59:05.451Z Compiling chacha20 v0.10.0
23182026-08-25T08:59:05.506Z Compiling predicates v3.1.4
23192026-08-25T08:59:05.527Z Compiling string_cache v0.8.9
23202026-08-25T08:59:05.651Z Compiling elliptic-curve v0.13.8
23212026-08-25T08:59:05.721Z Compiling petgraph v0.8.3
23222026-08-25T08:59:05.764Z Compiling petgraph v0.6.5
23232026-08-25T08:59:05.780Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23242026-08-25T08:59:06.023Z Compiling hickory-proto v0.25.2
23252026-08-25T08:59:06.091Z Compiling sha3 v0.10.8
23262026-08-25T08:59:06.145Z Compiling tokio-postgres v0.7.16
23272026-08-25T08:59:06.205Z Compiling digest v0.11.3
23282026-08-25T08:59:06.431Z Compiling toml_edit v0.22.27
23292026-08-25T08:59:06.447Z Compiling usdt v0.6.0
23302026-08-25T08:59:07.268Z Compiling zip v4.6.1
23312026-08-25T08:59:07.301Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23322026-08-25T08:59:07.627Z Compiling ed25519-dalek v2.2.0
23332026-08-25T08:59:08.209Z Compiling crossterm v0.28.1
23342026-08-25T08:59:08.597Z Compiling iddqd v0.4.2
23352026-08-25T08:59:08.777Z Compiling oxide-generation v0.1.3
23362026-08-25T08:59:08.853Z Compiling serde_with v3.21.0
23372026-08-25T08:59:08.896Z Compiling derive_more v2.1.1
23382026-08-25T08:59:08.912Z Compiling similar v2.7.0
23392026-08-25T08:59:09.026Z Compiling strum v0.26.3
23402026-08-25T08:59:09.175Z Compiling tokio-stream v0.1.18
23412026-08-25T08:59:09.237Z Compiling itertools v0.13.0
23422026-08-25T08:59:09.423Z Compiling buf-list v1.1.2
23432026-08-25T08:59:09.642Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23442026-08-25T08:59:09.903Z Compiling openapiv3 v2.2.0
23452026-08-25T08:59:10.282Z Compiling peg-runtime v0.8.5
23462026-08-25T08:59:10.382Z Compiling lalrpop-util v0.19.12
23472026-08-25T08:59:27.654Z Compiling rustls-webpki v0.103.13
23482026-08-25T08:59:31.391Z Compiling tokio-rustls v0.26.4
23492026-08-25T08:59:31.448Z Compiling rustls-platform-verifier v0.6.2
23502026-08-25T08:59:31.536Z Compiling tough v0.22.0
23512026-08-25T08:59:31.687Z Compiling hyper-rustls v0.27.7
23522026-08-25T08:59:31.704Z Compiling macaddr v1.0.1
23532026-08-25T08:59:31.796Z Compiling rayon-core v1.13.0
23542026-08-25T08:59:31.884Z Compiling crucible-workspace-hack v0.1.0
23552026-08-25T08:59:31.944Z Compiling reqwest v0.13.2
23562026-08-25T08:59:32.022Z Compiling secrecy v0.10.3
23572026-08-25T08:59:32.025Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23582026-08-25T08:59:32.054Z Compiling heapless v0.8.0
23592026-08-25T08:59:32.107Z Compiling toml_datetime v0.7.5+spec-1.1.0
23602026-08-25T08:59:32.239Z Compiling crossbeam-deque v0.8.6
23612026-08-25T08:59:32.255Z Compiling ingot-macros v0.2.0
23622026-08-25T08:59:32.327Z Compiling toml_edit v0.23.10+spec-1.0.0
23632026-08-25T08:59:32.383Z Compiling inout v0.1.4
23642026-08-25T08:59:32.438Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23652026-08-25T08:59:32.482Z Compiling hash32 v0.3.1
23662026-08-25T08:59:32.585Z Compiling multer v3.1.0
23672026-08-25T08:59:32.613Z Compiling thread_local v1.1.9
23682026-08-25T08:59:32.629Z Compiling match_cfg v0.1.0
23692026-08-25T08:59:32.673Z Compiling slog-async v2.8.0
23702026-08-25T08:59:32.723Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23712026-08-25T08:59:32.759Z Compiling compression-core v0.4.31
23722026-08-25T08:59:32.960Z Compiling smoltcp v0.11.0
23732026-08-25T08:59:32.992Z Compiling compression-codecs v0.4.37
23742026-08-25T08:59:32.996Z Compiling proc-macro-crate v3.4.0
23752026-08-25T08:59:33.057Z Compiling hostname v0.3.1
23762026-08-25T08:59:33.238Z Compiling cipher v0.4.4
23772026-08-25T08:59:33.276Z Compiling atomicwrites v0.4.4
23782026-08-25T08:59:33.317Z Compiling slog-json v2.6.1
23792026-08-25T08:59:33.377Z Compiling crossbeam-channel v0.5.15
23802026-08-25T08:59:33.444Z Compiling half v2.7.1
23812026-08-25T08:59:33.468Z Compiling newtype-uuid-macros v0.1.0
23822026-08-25T08:59:33.520Z Compiling universal-hash v0.5.1
23832026-08-25T08:59:33.576Z Compiling cobs v0.3.0
23842026-08-25T08:59:33.591Z Compiling thiserror-impl-no-std v2.0.2
23852026-08-25T08:59:33.619Z Compiling async-stream-impl v0.3.6
23862026-08-25T08:59:33.690Z Compiling serde_spanned v1.1.1
23872026-08-25T08:59:33.810Z Compiling toml_datetime v1.1.1+spec-1.1.0
23882026-08-25T08:59:33.865Z Compiling is-terminal v0.4.17
23892026-08-25T08:59:33.898Z Compiling dropshot v0.17.1
23902026-08-25T08:59:33.989Z Compiling proc-macro-error-attr v1.0.4
23912026-08-25T08:59:34.072Z Compiling opaque-debug v0.3.1
23922026-08-25T08:59:34.118Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23932026-08-25T08:59:34.170Z Compiling take_mut v0.2.2
23942026-08-25T08:59:34.209Z Compiling term v1.2.1
23952026-08-25T08:59:34.227Z Compiling toml_writer v1.1.1+spec-1.1.0
23962026-08-25T08:59:34.227Z Compiling ciborium-io v0.2.2
23972026-08-25T08:59:34.230Z Compiling convert_case v0.4.0
23982026-08-25T08:59:34.309Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23992026-08-25T08:59:34.357Z Compiling ciborium-ll v0.2.2
24002026-08-25T08:59:34.377Z Compiling async-stream v0.3.6
24012026-08-25T08:59:34.515Z Compiling toml v1.1.2+spec-1.1.0
24022026-08-25T08:59:34.571Z Compiling derive_more v0.99.20
24032026-08-25T08:59:34.598Z Compiling slog-term v2.9.2
24042026-08-25T08:59:34.614Z Compiling thiserror-no-std v2.0.2
24052026-08-25T08:59:34.711Z Compiling poly1305 v0.8.0
24062026-08-25T08:59:34.758Z Compiling postcard v1.1.3
24072026-08-25T08:59:34.814Z Compiling slog-bunyan v2.5.0
24082026-08-25T08:59:34.858Z Compiling ingot-types v0.2.0
24092026-08-25T08:59:35.042Z Compiling chacha20 v0.9.1
24102026-08-25T08:59:35.130Z Compiling num_enum_derive v0.7.6
24112026-08-25T08:59:35.202Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24122026-08-25T08:59:35.218Z Compiling async-compression v0.4.41
24132026-08-25T08:59:35.320Z Compiling ingot v0.2.1
24142026-08-25T08:59:35.385Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24152026-08-25T08:59:35.509Z Compiling sha1 v0.11.0
24162026-08-25T08:59:35.555Z Compiling parse-display-derive v0.10.0
24172026-08-25T08:59:35.703Z Compiling proc-macro-crate v1.3.1
24182026-08-25T08:59:35.888Z Compiling waitgroup v0.1.2
24192026-08-25T08:59:35.982Z Compiling rustls-pemfile v2.2.0
24202026-08-25T08:59:36.060Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24212026-08-25T08:59:36.076Z Compiling backon v1.6.0
24222026-08-25T08:59:36.076Z Compiling password-hash v0.5.0
24232026-08-25T08:59:36.110Z Compiling blake2 v0.10.6
24242026-08-25T08:59:36.288Z Compiling dropshot_endpoint v0.17.1
24252026-08-25T08:59:36.354Z Compiling aead v0.5.2
24262026-08-25T08:59:36.554Z Compiling foreign-types-macros v0.2.3
24272026-08-25T08:59:36.568Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24282026-08-25T08:59:36.648Z Compiling serde_path_to_error v0.1.20
24292026-08-25T08:59:36.663Z Compiling hostname v0.4.2
24302026-08-25T08:59:36.799Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24312026-08-25T08:59:36.854Z Compiling proc-macro-error v1.0.4
24322026-08-25T08:59:36.988Z Compiling instant v0.1.13
24332026-08-25T08:59:37.020Z Compiling debug-ignore v1.0.5
24342026-08-25T08:59:37.037Z Compiling foreign-types-shared v0.3.1
24352026-08-25T08:59:37.062Z Compiling illumos-nvpair-sys v0.2.0
24362026-08-25T08:59:37.109Z Compiling backoff v0.4.0
24372026-08-25T08:59:37.134Z Compiling parse-display v0.10.0
24382026-08-25T08:59:37.137Z Compiling foreign-types v0.5.0
24392026-08-25T08:59:37.165Z Compiling chacha20poly1305 v0.10.1
24402026-08-25T08:59:37.165Z Compiling argon2 v0.5.3
24412026-08-25T08:59:37.211Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24422026-08-25T08:59:37.229Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24432026-08-25T08:59:37.245Z Compiling num_enum v0.7.6
24442026-08-25T08:59:37.295Z Compiling num_enum_derive v0.5.11
24452026-08-25T08:59:37.351Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24462026-08-25T08:59:37.397Z Compiling vsss-rs v3.3.4
24472026-08-25T08:59:37.444Z Compiling ciborium v0.2.2
24482026-08-25T08:59:37.778Z Compiling regress v0.10.5
24492026-08-25T08:59:37.798Z Compiling itertools v0.14.0
24502026-08-25T08:59:37.811Z Compiling tabwriter v1.4.1
24512026-08-25T08:59:37.860Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24522026-08-25T08:59:37.961Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24532026-08-25T08:59:38.096Z Compiling cstr-argument v0.1.2
24542026-08-25T08:59:38.200Z Compiling humantime v2.3.0
24552026-08-25T08:59:38.217Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24562026-08-25T08:59:38.250Z Compiling num_enum v0.5.11
24572026-08-25T08:59:38.301Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24582026-08-25T08:59:38.317Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24592026-08-25T08:59:38.396Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24602026-08-25T08:59:38.480Z Compiling rayon v1.11.0
24612026-08-25T08:59:38.613Z Compiling rand v0.10.1
24622026-08-25T08:59:38.633Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24632026-08-25T08:59:38.649Z Compiling libefi-sys v0.1.0
24642026-08-25T08:59:38.667Z Compiling indent_write v2.2.0
24652026-08-25T08:59:38.667Z Compiling colored v3.1.1
24662026-08-25T08:59:38.702Z Compiling zone_cfg_derive v0.3.1
24672026-08-25T08:59:38.770Z Compiling illumos-nvpair v0.3.0
24682026-08-25T08:59:38.842Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-25T08:59:38.909Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24702026-08-25T08:59:38.938Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24712026-08-25T08:59:38.953Z Compiling camino-tempfile v1.4.1
24722026-08-25T08:59:39.012Z Compiling itertools v0.12.1
24732026-08-25T08:59:39.169Z Compiling usdt-attr-macro v0.5.0
24742026-08-25T08:59:39.274Z Compiling usdt-macro v0.5.0
24752026-08-25T08:59:39.326Z Compiling bitfield-struct v0.6.2
24762026-08-25T08:59:39.343Z Compiling num-derive v0.4.2
24772026-08-25T08:59:39.346Z Compiling blake3 v1.8.5
24782026-08-25T08:59:39.376Z Compiling sigpipe v0.1.3
24792026-08-25T08:59:39.403Z Compiling memmap v0.7.0
24802026-08-25T08:59:39.459Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24812026-08-25T08:59:39.490Z Compiling glob v0.3.3
24822026-08-25T08:59:39.581Z Compiling swrite v0.1.0
24832026-08-25T08:59:39.652Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24842026-08-25T08:59:39.831Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24852026-08-25T08:59:39.944Z Compiling smf v0.2.3
24862026-08-25T08:59:39.964Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24872026-08-25T08:59:40.001Z Compiling usdt v0.5.0
24882026-08-25T08:59:40.151Z Compiling filetime v0.2.27
24892026-08-25T08:59:40.167Z Compiling xattr v1.6.1
24902026-08-25T08:59:40.243Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24912026-08-25T08:59:40.265Z Compiling arrayvec v0.7.6
24922026-08-25T08:59:40.281Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24932026-08-25T08:59:40.298Z Compiling constant_time_eq v0.4.2
24942026-08-25T08:59:40.339Z Compiling whoami v1.6.1
24952026-08-25T08:59:40.387Z Compiling zone v0.3.1
24962026-08-25T08:59:40.391Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24972026-08-25T08:59:40.427Z Compiling arrayref v0.3.9
24982026-08-25T08:59:40.529Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24992026-08-25T08:59:40.532Z Compiling tar v0.4.46
25002026-08-25T08:59:40.562Z Compiling tokio-dtrace v0.1.1
25012026-08-25T08:59:40.657Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25022026-08-25T08:59:40.686Z Compiling gethostname v0.5.0
25032026-08-25T08:59:40.830Z Compiling console v0.16.2
25042026-08-25T08:59:40.908Z Compiling topological-sort v0.2.2
25052026-08-25T08:59:40.926Z Compiling unit-prefix v0.5.2
25062026-08-25T08:59:41.007Z Compiling oxide-tokio-rt v0.1.4
25072026-08-25T08:59:41.095Z Compiling toml v0.8.23
25082026-08-25T08:59:41.110Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25092026-08-25T08:59:41.144Z Compiling shell-words v1.1.1
25102026-08-25T08:59:41.353Z Compiling indicatif v0.18.4
25112026-08-25T08:59:50.488Z Compiling progenitor-client v0.14.0
25122026-08-25T08:59:50.488Z Compiling omicron-zone-package v0.12.3
25132026-08-25T08:59:50.732Z Compiling progenitor-extras v0.2.0
25142026-08-25T08:59:51.028Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25152026-08-25T08:59:51.146Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25162026-08-25T08:59:51.226Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25172026-08-25T08:59:51.305Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25182026-08-25T08:59:51.322Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25192026-08-25T08:59:51.350Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25202026-08-25T08:59:51.486Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25212026-08-25T08:59:51.613Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25222026-08-25T08:59:52.055Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25232026-08-25T08:59:55.573Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25242026-08-25T09:00:04.668Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25252026-08-25T09:00:08.074Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25262026-08-25T09:00:09.142Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25272026-08-25T09:00:19.577Z Finished `release` profile [optimized] target(s) in 1m 48s
25282026-08-25T09:00:19.724Z Running `target/release/omicron-package -t test target create -p dev`
25292026-08-25T09:00:19.785ZLogging to: /work/oxidecomputer/omicron/out/LOG
25302026-08-25T09:00:19.788ZCreated new build target 'test' and set it as active
25312026-08-25T09:00:19.788Z
25322026-08-25T09:00:19.788Zreal 1:48.941482029
25332026-08-25T09:00:19.788Zuser 17:59.095898548
25342026-08-25T09:00:19.788Zsys 2:49.167677119
25352026-08-25T09:00:19.788Ztrap 0.507114907
25362026-08-25T09:00:19.788Ztflt 2.247833984
25372026-08-25T09:00:19.788Zdflt 4.806541245
25382026-08-25T09:00:19.788Zkflt 0.000484480
25392026-08-25T09:00:19.788Zlock 58:50.836573333
25402026-08-25T09:00:19.788Zslp 45:36.778869579
25412026-08-25T09:00:19.788Zlat 54.535514149
25422026-08-25T09:00:19.788Zstop 6:23.622380953
25432026-08-25T09:00:19.788Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25442026-08-25T09:00:20.689Z Finished `release` profile [optimized] target(s) in 0.89s
25452026-08-25T09:00:20.761Z Running `target/release/omicron-package -t test package`
25462026-08-25T09:00:20.818ZLogging to: /work/oxidecomputer/omicron/out/LOG
25472026-08-25T09:00:22.303Z Compiling heck v0.5.0
25482026-08-25T09:00:22.303Z Compiling regress v0.11.1
25492026-08-25T09:00:22.543Z Compiling unsafe-libyaml v0.2.11
25502026-08-25T09:00:22.564Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25512026-08-25T09:00:22.603Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25522026-08-25T09:00:22.603Z Compiling derive-where v1.6.0
25532026-08-25T09:00:22.608Z Compiling bytecount v0.6.9
25542026-08-25T09:00:22.656Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25552026-08-25T09:00:22.656Z Compiling atomicwrites v0.4.4
25562026-08-25T09:00:22.659Z Compiling is-terminal v0.4.17
25572026-08-25T09:00:22.719Z Compiling prettyplease v0.2.37
25582026-08-25T09:00:22.722Z Compiling newline-converter v0.3.0
25592026-08-25T09:00:22.722Z Compiling console v0.15.11
25602026-08-25T09:00:22.759Z Compiling slog-dtrace v0.3.0
25612026-08-25T09:00:22.762Z Compiling cancel-safe-futures v0.1.5
25622026-08-25T09:00:22.824Z Compiling resolv-conf v0.7.6
25632026-08-25T09:00:22.828Z Compiling num-rational v0.4.2
25642026-08-25T09:00:22.866Z Compiling num-complex v0.4.6
25652026-08-25T09:00:22.889Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25662026-08-25T09:00:22.907Z Compiling thread_local v1.1.9
25672026-08-25T09:00:22.973Z Compiling match_cfg v0.1.0
25682026-08-25T09:00:23.059Z Compiling serde_yaml v0.9.34+deprecated
25692026-08-25T09:00:23.081Z Compiling compression-core v0.4.31
25702026-08-25T09:00:23.159Z Compiling expectorate v1.2.0
25712026-08-25T09:00:23.268Z Compiling num v0.4.3
25722026-08-25T09:00:23.334Z Compiling compression-codecs v0.4.37
25732026-08-25T09:00:23.362Z Compiling hostname v0.3.1
25742026-08-25T09:00:23.382Z Compiling multer v3.1.0
25752026-08-25T09:00:23.402Z Compiling slog-async v2.8.0
25762026-08-25T09:00:23.426Z Compiling crossbeam-channel v0.5.15
25772026-08-25T09:00:23.449Z Compiling slog-json v2.6.1
25782026-08-25T09:00:23.472Z Compiling toml_datetime v1.1.1+spec-1.1.0
25792026-08-25T09:00:23.520Z Compiling serde_spanned v1.1.1
25802026-08-25T09:00:23.594Z Compiling take_mut v0.2.2
25812026-08-25T09:00:23.624Z Compiling linked-hash-map v0.5.6
25822026-08-25T09:00:23.679Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25832026-08-25T09:00:23.700Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25842026-08-25T09:00:23.737Z Compiling term v1.2.1
25852026-08-25T09:00:23.760Z Compiling oxide-update-engine-types v0.1.2
25862026-08-25T09:00:23.780Z Compiling toml_writer v1.1.1+spec-1.1.0
25872026-08-25T09:00:23.800Z Compiling float-ord v0.3.2
25882026-08-25T09:00:23.825Z Compiling linear-map v1.2.0
25892026-08-25T09:00:23.853Z Compiling lru-cache v0.1.2
25902026-08-25T09:00:23.874Z Compiling slog-bunyan v2.5.0
25912026-08-25T09:00:23.919Z Compiling async-compression v0.4.41
25922026-08-25T09:00:23.941Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25932026-08-25T09:00:24.016Z Compiling slog-term v2.9.2
25942026-08-25T09:00:24.039Z Compiling toml v1.1.2+spec-1.1.0
25952026-08-25T09:00:24.060Z Compiling typify-impl v0.6.2
25962026-08-25T09:00:24.257Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25972026-08-25T09:00:24.298Z Compiling dropshot v0.17.1
25982026-08-25T09:00:24.363Z Compiling async-stream v0.3.6
25992026-08-25T09:00:24.396Z Compiling sha1 v0.11.0
26002026-08-25T09:00:24.420Z Compiling progenitor-client v0.14.0
26012026-08-25T09:00:24.510Z Compiling waitgroup v0.1.2
26022026-08-25T09:00:24.545Z Compiling rustls-pemfile v2.2.0
26032026-08-25T09:00:24.570Z Compiling backon v1.6.0
26042026-08-25T09:00:24.573Z Compiling serde_path_to_error v0.1.20
26052026-08-25T09:00:24.676Z Compiling hostname v0.4.2
26062026-08-25T09:00:24.679Z Compiling instant v0.1.13
26072026-08-25T09:00:24.742Z Compiling debug-ignore v1.0.5
26082026-08-25T09:00:24.779Z Compiling minimal-lexical v0.2.1
26092026-08-25T09:00:24.813Z Compiling backoff v0.4.0
26102026-08-25T09:00:24.834Z Compiling progenitor-extras v0.2.0
26112026-08-25T09:00:24.854Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26122026-08-25T09:00:24.889Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26132026-08-25T09:00:25.055Z Compiling oxide-update-engine v0.1.2
26142026-08-25T09:00:25.076Z Compiling nom v7.1.3
26152026-08-25T09:00:25.131Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26162026-08-25T09:00:25.154Z Compiling parse-display v0.10.0
26172026-08-25T09:00:25.157Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26182026-08-25T09:00:25.201Z Compiling hickory-proto v0.24.4
26192026-08-25T09:00:25.675Z Compiling regress v0.10.5
26202026-08-25T09:00:25.886Z Compiling itertools v0.14.0
26212026-08-25T09:00:26.265Z Compiling macaddr v1.0.1
26222026-08-25T09:00:26.464Z Compiling unicode-xid v0.2.6
26232026-08-25T09:00:26.486Z Compiling humantime v2.3.0
26242026-08-25T09:00:26.632Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26252026-08-25T09:00:26.765Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26262026-08-25T09:00:26.797Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26272026-08-25T09:00:26.896Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26282026-08-25T09:00:27.042Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26292026-08-25T09:00:27.129Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26302026-08-25T09:00:27.205Z Compiling toml v0.8.23
26312026-08-25T09:00:27.226Z Compiling papergrid v0.11.0
26322026-08-25T09:00:27.356Z Compiling tabled_derive v0.7.0
26332026-08-25T09:00:27.509Z Compiling typify-macro v0.6.2
26342026-08-25T09:00:27.664Z Compiling termtree v0.5.1
26352026-08-25T09:00:27.778Z Compiling hickory-resolver v0.24.4
26362026-08-25T09:00:27.836Z Compiling crossterm v0.29.0
26372026-08-25T09:00:27.866Z Compiling phf_shared v0.12.1
26382026-08-25T09:00:28.117Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26392026-08-25T09:00:28.240Z Compiling tabled v0.15.0
26402026-08-25T09:00:28.441Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26412026-08-25T09:00:28.992Z Compiling qorb v0.4.1
26422026-08-25T09:00:29.101Z Compiling typify v0.6.2
26432026-08-25T09:00:29.388Z Compiling progenitor-impl v0.14.0
26442026-08-25T09:00:30.136Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26452026-08-25T09:00:30.658Z Compiling vte v0.14.1
26462026-08-25T09:00:30.680Z Compiling csv-core v0.1.13
26472026-08-25T09:00:30.941Z Compiling chrono-tz v0.10.4
26482026-08-25T09:00:31.142Z Compiling highway v1.3.0
26492026-08-25T09:00:31.198Z Compiling csv v1.4.0
26502026-08-25T09:00:31.541Z Compiling progenitor-macro v0.14.0
26512026-08-25T09:00:32.149Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26522026-08-25T09:00:32.381Z Compiling strip-ansi-escapes v0.2.1
26532026-08-25T09:00:32.500Z Compiling phf v0.12.1
26542026-08-25T09:00:32.706Z Compiling const_format_proc_macros v0.2.34
26552026-08-25T09:00:32.954Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26562026-08-25T09:00:32.977Z Compiling fd-lock v4.0.4
26572026-08-25T09:00:33.002Z Compiling peg-macros v0.8.5
26582026-08-25T09:00:33.156Z Compiling nu-ansi-term v0.50.3
26592026-08-25T09:00:33.468Z Compiling reedline v0.40.0
26602026-08-25T09:00:33.489Z Compiling const_format v0.2.35
26612026-08-25T09:00:34.041Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26622026-08-25T09:00:34.238Z Compiling peg v0.8.5
26632026-08-25T09:00:34.341Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26642026-08-25T09:00:34.451Z Compiling bcs v0.1.6
26652026-08-25T09:00:34.889Z Compiling nom v8.0.0
26662026-08-25T09:00:35.294Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26672026-08-25T09:00:35.531Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26682026-08-25T09:00:35.625Z Compiling progenitor v0.14.0
26692026-08-25T09:00:35.816Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26702026-08-25T09:00:35.990Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26712026-08-25T09:00:36.013Z Compiling semver v0.1.20
26722026-08-25T09:00:36.249Z Compiling rustc_version v0.1.7
26732026-08-25T09:00:36.303Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26742026-08-25T09:00:36.505Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26752026-08-25T09:00:36.548Z Compiling newtype_derive v0.1.6
26762026-08-25T09:00:36.775Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26772026-08-25T09:00:37.352Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26782026-08-25T09:00:37.587Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26792026-08-25T09:00:37.634Z Compiling serde_tokenstream v0.3.0
26802026-08-25T09:00:37.994Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26812026-08-25T09:00:38.197Z Compiling oxide-generation-macros v0.2.0
26822026-08-25T09:00:38.413Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26832026-08-25T09:00:38.661Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26842026-08-25T09:00:38.775Z Compiling dropshot-api-manager-types v0.8.0
26852026-08-25T09:00:38.847Z Compiling steno v0.4.1
26862026-08-25T09:00:38.935Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26872026-08-25T09:00:39.358Z Compiling sha1 v0.10.6
26882026-08-25T09:00:39.431Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26892026-08-25T09:00:39.510Z Compiling utf-8 v0.7.6
26902026-08-25T09:00:39.676Z Compiling tagptr v0.2.0
26912026-08-25T09:00:39.792Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26922026-08-25T09:00:39.836Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26932026-08-25T09:00:39.872Z Compiling moka v0.12.13
26942026-08-25T09:00:39.969Z Compiling tungstenite v0.21.0
26952026-08-25T09:00:40.313Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26962026-08-25T09:00:41.199Z Compiling hickory-resolver v0.25.2
26972026-08-25T09:00:41.616Z Compiling tokio-tungstenite v0.21.0
26982026-08-25T09:00:42.009Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26992026-08-25T09:00:42.066Z Compiling darling_core v0.21.3
27002026-08-25T09:00:42.878Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27012026-08-25T09:00:43.949Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27022026-08-25T09:00:44.211Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27032026-08-25T09:00:44.355Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27042026-08-25T09:00:44.837Z Compiling darling_macro v0.21.3
27052026-08-25T09:00:45.383Z Compiling display-error-chain v0.2.2
27062026-08-25T09:00:45.564Z Compiling darling v0.21.3
27072026-08-25T09:00:45.677Z Compiling libscf-sys v1.2.0
27082026-08-25T09:00:45.850Z Compiling vergen-lib v0.1.6
27092026-08-25T09:00:45.938Z Compiling diesel_derives v2.3.7
27102026-08-25T09:00:46.105Z Compiling dsl_auto_type v0.2.0
27112026-08-25T09:00:46.354Z Compiling scheduled-thread-pool v0.2.7
27122026-08-25T09:00:46.642Z Compiling vergen-gitcl v1.0.8
27132026-08-25T09:00:46.807Z Compiling diesel_table_macro_syntax v0.3.0
27142026-08-25T09:00:46.866Z Compiling dirs-sys-next v0.1.2
27152026-08-25T09:00:46.961Z Compiling crunchy v0.2.4
27162026-08-25T09:00:47.016Z Compiling glob v0.3.3
27172026-08-25T09:00:47.038Z Compiling maplit v1.0.2
27182026-08-25T09:00:47.162Z Compiling dirs-next v2.0.0
27192026-08-25T09:00:47.301Z Compiling r2d2 v0.8.10
27202026-08-25T09:00:47.348Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27212026-08-25T09:00:47.385Z Compiling clang-sys v1.8.1
27222026-08-25T09:00:47.617Z Compiling papergrid v0.18.0
27232026-08-25T09:00:47.655Z Compiling xshell-macros v0.2.7
27242026-08-25T09:00:47.678Z Compiling tiny-keccak v2.0.2
27252026-08-25T09:00:47.758Z Compiling downcast-rs v2.0.2
27262026-08-25T09:00:47.886Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27272026-08-25T09:00:47.909Z Compiling term v0.7.0
27282026-08-25T09:00:48.031Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27292026-08-25T09:00:48.052Z Compiling xshell v0.2.7
27302026-08-25T09:00:48.075Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27312026-08-25T09:00:48.364Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27322026-08-25T09:00:48.397Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27332026-08-25T09:00:48.559Z Compiling bit-vec v0.6.3
27342026-08-25T09:00:48.758Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27352026-08-25T09:00:48.814Z Compiling tabled v0.21.0
27362026-08-25T09:00:49.297Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27372026-08-25T09:00:49.319Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27382026-08-25T09:00:49.467Z Compiling bit-set v0.5.3
27392026-08-25T09:00:49.658Z Compiling ascii-canvas v3.0.0
27402026-08-25T09:00:50.184Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27412026-08-25T09:00:50.224Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27422026-08-25T09:00:50.298Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27432026-08-25T09:00:50.485Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27442026-08-25T09:00:50.530Z Compiling itertools v0.10.5
27452026-08-25T09:00:50.683Z Compiling ena v0.14.4
27462026-08-25T09:00:50.818Z Compiling libloading v0.8.9
27472026-08-25T09:00:50.943Z Compiling regex-syntax v0.6.29
27482026-08-25T09:00:51.058Z Compiling bindgen v0.71.1
27492026-08-25T09:00:51.221Z Compiling diff v0.1.13
27502026-08-25T09:00:51.341Z Compiling unicase v2.9.0
27512026-08-25T09:00:51.682Z Compiling cexpr v0.6.0
27522026-08-25T09:00:51.749Z Compiling diesel v2.3.7
27532026-08-25T09:00:51.799Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27542026-08-25T09:00:52.018Z Compiling crc8 v0.1.1
27552026-08-25T09:00:52.137Z Compiling rustc-hash v2.1.1
27562026-08-25T09:00:52.301Z Compiling lalrpop v0.19.12
27572026-08-25T09:00:52.322Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27582026-08-25T09:00:52.433Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27592026-08-25T09:00:52.788Z Compiling headers-core v0.3.0
27602026-08-25T09:00:52.942Z Compiling libxml v0.3.3
27612026-08-25T09:00:52.964Z Compiling headers v0.4.1
27622026-08-25T09:00:53.325Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27632026-08-25T09:00:53.515Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
27642026-08-25T09:00:53.539Z Compiling strum_macros v0.24.3
27652026-08-25T09:00:53.559Z Compiling indoc v1.0.9
27662026-08-25T09:00:54.058Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27672026-08-25T09:00:54.215Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27682026-08-25T09:00:54.282Z Compiling derive_builder v0.20.2
27692026-08-25T09:00:54.442Z Compiling quick-xml v0.37.5
27702026-08-25T09:00:54.464Z Compiling oso-derive v0.27.3
27712026-08-25T09:00:54.539Z Compiling impl-trait-for-tuples v0.2.3
27722026-08-25T09:00:54.781Z Compiling openssl-probe v0.1.6
27732026-08-25T09:00:55.025Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27742026-08-25T09:00:55.121Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27752026-08-25T09:00:55.729Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27762026-08-25T09:00:55.816Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27772026-08-25T09:00:55.860Z Compiling bb8 v0.8.6
27782026-08-25T09:00:56.013Z Compiling trait-variant v0.1.2
27792026-08-25T09:00:56.039Z Compiling proc-macro-error-attr2 v2.0.0
27802026-08-25T09:00:56.293Z Compiling half v1.8.3
27812026-08-25T09:00:56.333Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27822026-08-25T09:00:56.454Z Compiling proc-macro-error2 v2.0.1
27832026-08-25T09:00:56.569Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27842026-08-25T09:00:56.623Z Compiling serde_cbor v0.11.2
27852026-08-25T09:00:56.691Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27862026-08-25T09:00:56.728Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27872026-08-25T09:00:56.763Z Compiling hashbrown v0.14.5
27882026-08-25T09:00:56.912Z Compiling rfc6979 v0.4.0
27892026-08-25T09:00:57.083Z Compiling salty v0.3.0
27902026-08-25T09:00:57.171Z Compiling ecdsa v0.16.9
27912026-08-25T09:00:57.352Z Compiling chumsky v0.9.3
27922026-08-25T09:00:57.401Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27932026-08-25T09:00:57.600Z Compiling knus-derive v3.4.0
27942026-08-25T09:00:57.832Z Compiling samael v0.0.19
27952026-08-25T09:00:57.919Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27962026-08-25T09:00:57.970Z Compiling progenitor-impl v0.13.0
27972026-08-25T09:00:58.608Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
27982026-08-25T09:00:58.877Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
27992026-08-25T09:00:58.960Z Compiling primeorder v0.13.6
28002026-08-25T09:00:59.254Z Compiling nonempty v0.12.0
28012026-08-25T09:00:59.486Z Compiling p384 v0.13.1
28022026-08-25T09:00:59.550Z Compiling knus v3.4.0
28032026-08-25T09:00:59.775Z Compiling polar-core v0.27.3
28042026-08-25T09:01:00.060Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
28052026-08-25T09:01:00.082Z Compiling progenitor-macro v0.13.0
28062026-08-25T09:01:00.194Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28072026-08-25T09:01:00.414Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
28082026-08-25T09:01:00.483Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28092026-08-25T09:01:01.408Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28102026-08-25T09:01:01.766Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28112026-08-25T09:01:02.781Z Compiling progenitor-client v0.13.0
28122026-08-25T09:01:03.485Z Compiling fxhash v0.2.1
28132026-08-25T09:01:03.657Z Compiling libz-sys v1.1.24
28142026-08-25T09:01:03.805Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28152026-08-25T09:01:03.828Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28162026-08-25T09:01:04.162Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28172026-08-25T09:01:04.223Z Compiling progenitor v0.13.0
28182026-08-25T09:01:04.411Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28192026-08-25T09:01:04.763Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28202026-08-25T09:01:04.832Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28212026-08-25T09:01:05.176Z Compiling kstat-rs v0.2.5
28222026-08-25T09:01:05.630Z Compiling mime_guess v2.0.5
28232026-08-25T09:01:05.654Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28242026-08-25T09:01:06.934Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
28252026-08-25T09:01:07.008Z Compiling nanorand v0.7.0
28262026-08-25T09:01:07.337Z Compiling libgit2-sys v0.18.3+1.9.2
28272026-08-25T09:01:07.381Z Compiling parking_lot_core v0.8.6
28282026-08-25T09:01:07.621Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28292026-08-25T09:01:07.714Z Compiling flume v0.11.1
28302026-08-25T09:01:07.954Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28312026-08-25T09:01:08.333Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28322026-08-25T09:01:08.367Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28332026-08-25T09:01:08.716Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28342026-08-25T09:01:09.183Z Compiling oso v0.27.3
28352026-08-25T09:01:09.548Z Compiling async-bb8-diesel v0.2.1
28362026-08-25T09:01:10.015Z Compiling diesel-dtrace v0.5.0
28372026-08-25T09:01:10.353Z Compiling git-stub v1.0.0
28382026-08-25T09:01:10.623Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28392026-08-25T09:01:10.860Z Compiling strsim v0.10.0
28402026-08-25T09:01:10.881Z Compiling instability v0.3.11
28412026-08-25T09:01:11.111Z Compiling http-range v0.1.5
28422026-08-25T09:01:11.178Z Compiling corncobs v0.1.4
28432026-08-25T09:01:11.427Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28442026-08-25T09:01:11.490Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28452026-08-25T09:01:12.107Z Compiling darling_core v0.13.4
28462026-08-25T09:01:12.444Z Compiling git-stub-vcs v0.1.0
28472026-08-25T09:01:14.538Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28482026-08-25T09:01:15.303Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28492026-08-25T09:01:15.720Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28502026-08-25T09:01:16.430Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28512026-08-25T09:01:16.471Z Compiling ignore v0.4.25
28522026-08-25T09:01:16.659Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28532026-08-25T09:01:16.947Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28542026-08-25T09:01:18.351Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28552026-08-25T09:01:18.656Z Compiling anstyle-parse v0.2.7
28562026-08-25T09:01:18.680Z Compiling secrecy v0.8.0
28572026-08-25T09:01:18.877Z Compiling castaway v0.2.4
28582026-08-25T09:01:18.926Z Compiling vergen-git2 v9.1.0
28592026-08-25T09:01:19.042Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28602026-08-25T09:01:19.062Z Compiling indoc v2.0.7
28612026-08-25T09:01:19.191Z Compiling compact_str v0.8.1
28622026-08-25T09:01:19.349Z Compiling anstream v0.6.21
28632026-08-25T09:01:19.901Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28642026-08-25T09:01:20.263Z Compiling globwalk v0.9.1
28652026-08-25T09:01:20.305Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28662026-08-25T09:01:20.560Z Compiling parking_lot v0.11.2
28672026-08-25T09:01:20.833Z Compiling hyper-staticfile v0.10.1
28682026-08-25T09:01:20.912Z Compiling darling_macro v0.13.4
28692026-08-25T09:01:21.337Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28702026-08-25T09:01:21.421Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28712026-08-25T09:01:21.452Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28722026-08-25T09:01:21.829Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28732026-08-25T09:01:21.962Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28742026-08-25T09:01:22.081Z Compiling predicates-tree v1.0.13
28752026-08-25T09:01:22.131Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28762026-08-25T09:01:22.360Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28772026-08-25T09:01:22.512Z Compiling unicode-truncate v1.1.0
28782026-08-25T09:01:22.730Z Compiling sha2 v0.11.0
28792026-08-25T09:01:22.820Z Compiling digest-io v0.1.0
28802026-08-25T09:01:22.976Z Compiling lru v0.12.5
28812026-08-25T09:01:23.002Z Compiling prefix-trie v0.7.0
28822026-08-25T09:01:23.212Z Compiling rand_seeder v0.4.0
28832026-08-25T09:01:23.328Z Compiling cassowary v0.3.0
28842026-08-25T09:01:23.466Z Compiling rawzip v0.4.4
28852026-08-25T09:01:23.491Z Compiling hickory-server v0.25.2
28862026-08-25T09:01:23.765Z Compiling ratatui v0.29.0
28872026-08-25T09:01:24.068Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28882026-08-25T09:01:24.315Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28892026-08-25T09:01:24.550Z Compiling camino-tempfile-ext v0.3.3
28902026-08-25T09:01:24.583Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28912026-08-25T09:01:24.852Z Compiling darling v0.13.4
28922026-08-25T09:01:24.971Z Compiling sled v0.34.7
28932026-08-25T09:01:25.020Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28942026-08-25T09:01:25.139Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28952026-08-25T09:01:27.258Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28962026-08-25T09:01:27.678Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28972026-08-25T09:01:27.900Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28982026-08-25T09:01:28.496Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28992026-08-25T09:01:30.990Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29002026-08-25T09:01:31.071Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29012026-08-25T09:01:31.708Z Compiling serde_with_macros v1.5.2
29022026-08-25T09:01:32.074Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29032026-08-25T09:01:32.530Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29042026-08-25T09:01:33.006Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29052026-08-25T09:01:33.091Z Compiling git2 v0.20.4
29062026-08-25T09:01:33.113Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29072026-08-25T09:01:33.230Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29082026-08-25T09:01:33.343Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29092026-08-25T09:01:33.481Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29102026-08-25T09:01:33.574Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29112026-08-25T09:01:33.678Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29122026-08-25T09:01:33.802Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29132026-08-25T09:01:33.906Z Compiling arc-swap v1.8.2
29142026-08-25T09:01:34.031Z Compiling void v1.0.2
29152026-08-25T09:01:34.188Z Compiling slog-scope v4.4.1
29162026-08-25T09:01:34.212Z Compiling lzss v0.8.2
29172026-08-25T09:01:34.470Z Compiling serde_with v1.14.0
29182026-08-25T09:01:34.496Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29192026-08-25T09:01:34.596Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29202026-08-25T09:01:34.644Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29212026-08-25T09:01:35.826Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29222026-08-25T09:01:35.852Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29232026-08-25T09:01:36.163Z Compiling scuffle v0.1.0
29242026-08-25T09:01:36.244Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29252026-08-25T09:01:36.538Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29262026-08-25T09:01:36.775Z Compiling tungstenite v0.23.0
29272026-08-25T09:01:38.207Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29282026-08-25T09:01:38.778Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29292026-08-25T09:01:39.020Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29302026-08-25T09:01:39.135Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29312026-08-25T09:01:39.245Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29322026-08-25T09:01:39.365Z Compiling nix v0.27.1
29332026-08-25T09:01:39.470Z Compiling twox-hash v2.1.2
29342026-08-25T09:01:39.503Z Compiling libsw-core v0.3.2
29352026-08-25T09:01:39.722Z Compiling serde_bytes v0.11.19
29362026-08-25T09:01:39.990Z Compiling atty v0.2.14
29372026-08-25T09:01:40.038Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29382026-08-25T09:01:40.147Z Compiling libsw v3.5.0
29392026-08-25T09:01:40.263Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29402026-08-25T09:01:40.380Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29412026-08-25T09:01:40.520Z Compiling tokio-tungstenite v0.23.1
29422026-08-25T09:01:40.834Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29432026-08-25T09:01:40.905Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29442026-08-25T09:01:41.351Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29452026-08-25T09:01:41.831Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29462026-08-25T09:01:41.898Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29472026-08-25T09:01:43.159Z Compiling slog-stdlog v4.1.1
29482026-08-25T09:01:43.549Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29492026-08-25T09:01:44.614Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29502026-08-25T09:01:45.075Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29512026-08-25T09:01:45.533Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29522026-08-25T09:01:46.576Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29532026-08-25T09:01:46.811Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29542026-08-25T09:01:46.834Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29552026-08-25T09:01:48.518Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29562026-08-25T09:01:49.422Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29572026-08-25T09:01:49.472Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29582026-08-25T09:01:50.048Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
29592026-08-25T09:01:50.128Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29602026-08-25T09:01:50.959Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29612026-08-25T09:01:53.787Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29622026-08-25T09:01:53.894Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29632026-08-25T09:01:54.618Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29642026-08-25T09:01:55.328Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29652026-08-25T09:01:55.550Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29662026-08-25T09:01:56.454Z Compiling fatfs v0.3.6
29672026-08-25T09:01:57.065Z Compiling signal-hook-tokio v0.3.1
29682026-08-25T09:01:57.263Z Compiling yasna v0.5.2
29692026-08-25T09:01:57.742Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29702026-08-25T09:01:57.896Z Compiling seq-macro v0.3.6
29712026-08-25T09:01:58.395Z Compiling assert_matches v1.5.0
29722026-08-25T09:01:58.510Z Compiling rcgen v0.12.1
29732026-08-25T09:01:58.764Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29742026-08-25T09:01:59.162Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29752026-08-25T09:01:59.337Z Compiling slog-envlogger v2.2.0
29762026-08-25T09:02:00.546Z Compiling oxide-update-engine-display v0.1.2
29772026-08-25T09:02:00.573Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29782026-08-25T09:02:01.484Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29792026-08-25T09:02:01.581Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29802026-08-25T09:02:01.811Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29812026-08-25T09:02:02.072Z Compiling port-file v0.1.0
29822026-08-25T09:02:02.404Z Compiling subprocess v0.2.15
29832026-08-25T09:02:02.680Z Compiling rtoolbox v0.0.3
29842026-08-25T09:02:02.951Z Compiling rpassword v7.5.4
29852026-08-25T09:02:02.975Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29862026-08-25T09:02:03.501Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29872026-08-25T09:02:04.282Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29882026-08-25T09:02:04.422Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29892026-08-25T09:02:04.580Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29902026-08-25T09:02:05.259Z Compiling tui-tree-widget v0.23.1
29912026-08-25T09:02:05.579Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29922026-08-25T09:02:06.636Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29932026-08-25T09:02:08.295Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29942026-08-25T09:02:09.056Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29952026-08-25T09:02:09.828Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29962026-08-25T09:02:10.110Z Compiling uzers v0.12.2
29972026-08-25T09:02:10.280Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29982026-08-25T09:02:10.787Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29992026-08-25T09:02:11.171Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30002026-08-25T09:02:12.334Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30012026-08-25T09:02:12.855Z Compiling support-bundle-viewer v0.1.2
30022026-08-25T09:02:12.976Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30032026-08-25T09:02:14.738Z Compiling multimap v0.10.1
30042026-08-25T09:02:22.811Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30052026-08-25T09:02:25.146Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30062026-08-25T09:02:28.732Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30072026-08-25T09:02:33.235Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30082026-08-25T09:02:35.612Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-08-25T09:10:34.194Z Finished `release` profile [optimized] target(s) in 10m 13s
30102026-08-25T09:10:34.197Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30112026-08-25T09:10:34.197Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30122026-08-25T09:11:28.602Z
30132026-08-25T09:11:28.602Zreal 11:08.787410888
30142026-08-25T09:11:28.606Zuser 1:23:23.120741255
30152026-08-25T09:11:28.606Zsys 3:42.287187837
30162026-08-25T09:11:28.606Ztrap 1.864899617
30172026-08-25T09:11:28.606Ztflt 2.016915530
30182026-08-25T09:11:28.606Zdflt 22.317032688
30192026-08-25T09:11:28.606Zkflt 0.006604392
30202026-08-25T09:11:28.606Zlock 8:23:12.725804244
30212026-08-25T09:11:28.606Zslp 2:21:27.218305548
30222026-08-25T09:11:28.606Zlat 2:34.152378405
30232026-08-25T09:11:28.606Zstop 5:34.054702376
30242026-08-25T09:11:28.606Z+ mapfile -t packages
30252026-08-25T09:11:28.606Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30262026-08-25T09:11:29.557Z Finished `release` profile [optimized] target(s) in 0.94s
30272026-08-25T09:11:29.626Z Running `target/release/omicron-package -t test list-outputs`
30282026-08-25T09:11:29.686ZLogging to: /work/oxidecomputer/omicron/out/LOG
30292026-08-25T09:11:29.690Z+ ptime -m cargo build --locked --release -p xtask
30302026-08-25T09:11:30.168Z Compiling libc v0.2.185
30312026-08-25T09:11:30.168Z Compiling serde_core v1.0.229
30322026-08-25T09:11:30.168Z Compiling serde v1.0.229
30332026-08-25T09:11:30.171Z Compiling rustix v1.1.4
30342026-08-25T09:11:30.171Z Compiling serde_json v1.0.151
30352026-08-25T09:11:30.171Z Compiling bitflags v2.11.0
30362026-08-25T09:11:30.329Z Compiling usdt-impl v0.5.0
30372026-08-25T09:11:30.332Z Compiling syn v2.0.117
30382026-08-25T09:11:30.333Z Compiling syn v3.0.3
30392026-08-25T09:11:30.338Z Compiling syn v1.0.109
30402026-08-25T09:11:30.370Z Compiling log v0.4.33
30412026-08-25T09:11:30.370Z Compiling getrandom v0.4.3
30422026-08-25T09:11:30.393Z Compiling indexmap v2.14.0
30432026-08-25T09:11:30.504Z Compiling fs-err v3.3.0
30442026-08-25T09:11:30.624Z Compiling once_cell v1.21.3
30452026-08-25T09:11:30.647Z Compiling anyhow v1.0.104
30462026-08-25T09:11:30.682Z Compiling heck v0.4.1
30472026-08-25T09:11:31.047Z Compiling errno v0.3.14
30482026-08-25T09:11:31.047Z Compiling thread-id v4.2.2
30492026-08-25T09:11:31.050Z Compiling memmap v0.7.0
30502026-08-25T09:11:31.770Z Compiling serde_derive v1.0.229
30512026-08-25T09:11:31.788Z Compiling proc-macro-error v1.0.4
30522026-08-25T09:11:32.050Z Compiling tabled_derive v0.7.0
30532026-08-25T09:11:32.061Z Compiling terminal_size v0.4.3
30542026-08-25T09:11:32.064Z Compiling tempfile v3.27.0
30552026-08-25T09:11:32.159Z Compiling clap_builder v4.6.0
30562026-08-25T09:11:32.159Z Compiling textwrap v0.16.2
30572026-08-25T09:11:32.435Z Compiling camino v1.2.5
30582026-08-25T09:11:32.438Z Compiling cargo-platform v0.3.2
30592026-08-25T09:11:32.446Z Compiling semver v1.0.28
30602026-08-25T09:11:32.517Z Compiling pest_generator v2.8.6
30612026-08-25T09:11:32.739Z Compiling tabled v0.15.0
30622026-08-25T09:11:32.772Z Compiling camino-tempfile v1.4.1
30632026-08-25T09:11:33.137Z Compiling thiserror-impl v1.0.69
30642026-08-25T09:11:33.137Z Compiling zerocopy-derive v0.7.35
30652026-08-25T09:11:33.141Z Compiling pest_derive v2.8.6
30662026-08-25T09:11:33.141Z Compiling scroll_derive v0.12.1
30672026-08-25T09:11:33.141Z Compiling thiserror-impl v2.0.18
30682026-08-25T09:11:33.141Z Compiling clap_derive v4.6.1
30692026-08-25T09:11:33.799Z Compiling scroll v0.12.0
30702026-08-25T09:11:33.980Z Compiling zerocopy v0.7.35
30712026-08-25T09:11:34.101Z Compiling goblin v0.8.2
30722026-08-25T09:11:34.280Z Compiling thiserror v1.0.69
30732026-08-25T09:11:34.367Z Compiling dtrace-parser v0.2.0
30742026-08-25T09:11:34.397Z Compiling toml_datetime v0.6.11
30752026-08-25T09:11:34.410Z Compiling serde_spanned v0.6.9
30762026-08-25T09:11:34.422Z Compiling serde_tokenstream v0.2.3
30772026-08-25T09:11:34.490Z Compiling dof v0.3.0
30782026-08-25T09:11:34.588Z Compiling thiserror v2.0.18
30792026-08-25T09:11:34.634Z Compiling toml_edit v0.22.27
30802026-08-25T09:11:34.706Z Compiling clap v4.6.1
30812026-08-25T09:11:34.718Z Compiling cargo_metadata v0.23.1
30822026-08-25T09:11:34.783Z Compiling macaddr v1.0.1
30832026-08-25T09:11:34.807Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30842026-08-25T09:11:35.269Z Compiling usdt-macro v0.5.0
30852026-08-25T09:11:35.372Z Compiling usdt-attr-macro v0.5.0
30862026-08-25T09:11:36.457Z Compiling toml v0.8.23
30872026-08-25T09:11:37.097Z Compiling cargo_toml v0.21.0
30882026-08-25T09:11:37.444Z Compiling usdt v0.5.0
30892026-08-25T09:11:41.683Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30902026-08-25T09:11:44.923Z Finished `release` profile [optimized] target(s) in 15.22s
30912026-08-25T09:11:45.029Z
30922026-08-25T09:11:45.029Zreal 15.304994157
30932026-08-25T09:11:45.029Zuser 2:06.964848306
30942026-08-25T09:11:45.032Zsys 13.499895164
30952026-08-25T09:11:45.032Ztrap 0.074958283
30962026-08-25T09:11:45.032Ztflt 0.298847306
30972026-08-25T09:11:45.032Zdflt 0.897908401
30982026-08-25T09:11:45.032Zkflt 0.000044910
30992026-08-25T09:11:45.032Zlock 5:08.620028700
31002026-08-25T09:11:45.032Zslp 3:04.253946817
31012026-08-25T09:11:45.032Zlat 5.660351699
31022026-08-25T09:11:45.032Zstop 17.106626638
31032026-08-25T09:11:45.032Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31042026-08-25T09:11:45.032Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31052026-08-25T09:11:45.032Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31062026-08-25T09:11:45.032Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31072026-08-25T09:11:45.032Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31082026-08-25T09:11:46.021Z Compiling progenitor-client v0.14.0
31092026-08-25T09:11:46.021Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31102026-08-25T09:11:46.024Z Compiling newtype-uuid-macros v0.1.0
31112026-08-25T09:11:46.024Z Compiling match_cfg v0.1.0
31122026-08-25T09:11:46.025Z Compiling slog-json v2.6.1
31132026-08-25T09:11:46.025Z Compiling sha1 v0.11.0
31142026-08-25T09:11:46.025Z Compiling multer v3.1.0
31152026-08-25T09:11:46.025Z Compiling debug-ignore v1.0.5
31162026-08-25T09:11:46.170Z Compiling compression-core v0.4.31
31172026-08-25T09:11:46.173Z Compiling async-stream-impl v0.3.6
31182026-08-25T09:11:46.173Z Compiling toml_datetime v1.1.1+spec-1.1.0
31192026-08-25T09:11:46.173Z Compiling serde_spanned v1.1.1
31202026-08-25T09:11:46.186Z Compiling dropshot v0.17.1
31212026-08-25T09:11:46.190Z Compiling toml_writer v1.1.1+spec-1.1.0
31222026-08-25T09:11:46.226Z Compiling waitgroup v0.1.2
31232026-08-25T09:11:46.242Z Compiling rustls-pemfile v2.2.0
31242026-08-25T09:11:46.400Z Compiling dropshot_endpoint v0.17.1
31252026-08-25T09:11:46.404Z Compiling hostname v0.4.2
31262026-08-25T09:11:46.473Z Compiling hostname v0.3.1
31272026-08-25T09:11:46.473Z Compiling compression-codecs v0.4.37
31282026-08-25T09:11:46.477Z Compiling toml v1.1.2+spec-1.1.0
31292026-08-25T09:11:46.489Z Compiling serde_path_to_error v0.1.20
31302026-08-25T09:11:46.506Z Compiling atomicwrites v0.4.4
31312026-08-25T09:11:46.525Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31322026-08-25T09:11:46.543Z Compiling macaddr v1.0.1
31332026-08-25T09:11:46.557Z Compiling instant v0.1.13
31342026-08-25T09:11:46.560Z Compiling regress v0.10.5
31352026-08-25T09:11:46.641Z Compiling slog-bunyan v2.5.0
31362026-08-25T09:11:46.645Z Compiling parse-display-derive v0.10.0
31372026-08-25T09:11:46.679Z Compiling async-compression v0.4.41
31382026-08-25T09:11:46.748Z Compiling backon v1.6.0
31392026-08-25T09:11:46.752Z Compiling backoff v0.4.0
31402026-08-25T09:11:46.780Z Compiling itertools v0.14.0
31412026-08-25T09:11:46.804Z Compiling humantime v2.3.0
31422026-08-25T09:11:46.827Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31432026-08-25T09:11:46.848Z Compiling half v2.7.1
31442026-08-25T09:11:46.873Z Compiling ciborium-io v0.2.2
31452026-08-25T09:11:46.910Z Compiling async-stream v0.3.6
31462026-08-25T09:11:46.973Z Compiling progenitor-extras v0.2.0
31472026-08-25T09:11:46.993Z Compiling crucible-workspace-hack v0.1.0
31482026-08-25T09:11:47.013Z Compiling convert_case v0.4.0
31492026-08-25T09:11:47.016Z Compiling regress v0.11.1
31502026-08-25T09:11:47.016Z Compiling secrecy v0.10.3
31512026-08-25T09:11:47.066Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31522026-08-25T09:11:47.089Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31532026-08-25T09:11:47.108Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31542026-08-25T09:11:47.172Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31552026-08-25T09:11:47.213Z Compiling ciborium-ll v0.2.2
31562026-08-25T09:11:47.217Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31572026-08-25T09:11:47.251Z Compiling inout v0.1.4
31582026-08-25T09:11:47.255Z Compiling thiserror-impl-no-std v2.0.2
31592026-08-25T09:11:47.301Z Compiling universal-hash v0.5.1
31602026-08-25T09:11:47.370Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31612026-08-25T09:11:47.409Z Compiling derive_more v0.99.20
31622026-08-25T09:11:47.442Z Compiling ciborium v0.2.2
31632026-08-25T09:11:47.461Z Compiling cipher v0.4.4
31642026-08-25T09:11:47.465Z Compiling unsafe-libyaml v0.2.11
31652026-08-25T09:11:47.466Z Compiling opaque-debug v0.3.1
31662026-08-25T09:11:47.514Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31672026-08-25T09:11:47.518Z Compiling blake2 v0.10.6
31682026-08-25T09:11:47.570Z Compiling poly1305 v0.8.0
31692026-08-25T09:11:47.790Z Compiling chacha20 v0.9.1
31702026-08-25T09:11:47.848Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31712026-08-25T09:11:47.933Z Compiling aead v0.5.2
31722026-08-25T09:11:48.064Z Compiling serde_yaml v0.9.34+deprecated
31732026-08-25T09:11:48.083Z Compiling password-hash v0.5.0
31742026-08-25T09:11:48.102Z Compiling indent_write v2.2.0
31752026-08-25T09:11:48.121Z Compiling chacha20poly1305 v0.10.1
31762026-08-25T09:11:48.121Z Compiling toml_datetime v0.7.5+spec-1.1.0
31772026-08-25T09:11:48.169Z Compiling num-derive v0.4.2
31782026-08-25T09:11:48.236Z Compiling heapless v0.8.0
31792026-08-25T09:11:48.273Z Compiling ingot-macros v0.2.0
31802026-08-25T09:11:48.309Z Compiling tabwriter v1.4.1
31812026-08-25T09:11:48.357Z Compiling argon2 v0.5.3
31822026-08-25T09:11:48.421Z Compiling toml_edit v0.23.10+spec-1.0.0
31832026-08-25T09:11:48.459Z Compiling parse-display v0.10.0
31842026-08-25T09:11:48.519Z Compiling hash32 v0.3.1
31852026-08-25T09:11:48.540Z Compiling thiserror-no-std v2.0.2
31862026-08-25T09:11:48.576Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31872026-08-25T09:11:48.659Z Compiling typify-impl v0.6.2
31882026-08-25T09:11:48.702Z Compiling vsss-rs v3.3.4
31892026-08-25T09:11:48.772Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31902026-08-25T09:11:48.790Z Compiling smoltcp v0.11.0
31912026-08-25T09:11:49.065Z Compiling proc-macro-crate v3.4.0
31922026-08-25T09:11:49.143Z Compiling cobs v0.3.0
31932026-08-25T09:11:49.188Z Compiling colored v3.1.1
31942026-08-25T09:11:49.325Z Compiling illumos-nvpair-sys v0.2.0
31952026-08-25T09:11:49.371Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31962026-08-25T09:11:49.504Z Compiling postcard v1.1.3
31972026-08-25T09:11:49.576Z Compiling proc-macro-error v1.0.4
31982026-08-25T09:11:49.579Z Compiling rand v0.10.1
31992026-08-25T09:11:49.592Z Compiling proc-macro-crate v1.3.1
32002026-08-25T09:11:49.647Z Compiling num_enum_derive v0.7.6
32012026-08-25T09:11:49.666Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32022026-08-25T09:11:49.685Z Compiling foreign-types-macros v0.2.3
32032026-08-25T09:11:49.812Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32042026-08-25T09:11:49.866Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32052026-08-25T09:11:49.931Z Compiling rayon-core v1.13.0
32062026-08-25T09:11:49.948Z Compiling foreign-types-shared v0.3.1
32072026-08-25T09:11:50.053Z Compiling num_enum_derive v0.5.11
32082026-08-25T09:11:50.110Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32092026-08-25T09:11:50.113Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32102026-08-25T09:11:50.188Z Compiling crossbeam-deque v0.8.6
32112026-08-25T09:11:50.222Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32122026-08-25T09:11:50.310Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32132026-08-25T09:11:50.334Z Compiling cstr-argument v0.1.2
32142026-08-25T09:11:50.351Z Compiling foreign-types v0.5.0
32152026-08-25T09:11:50.370Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32162026-08-25T09:11:50.433Z Compiling illumos-nvpair v0.3.0
32172026-08-25T09:11:50.453Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32182026-08-25T09:11:50.507Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32192026-08-25T09:11:50.608Z Compiling zone_cfg_derive v0.3.1
32202026-08-25T09:11:50.706Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32212026-08-25T09:11:50.706Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32222026-08-25T09:11:50.739Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32232026-08-25T09:11:50.762Z Compiling num_enum v0.7.6
32242026-08-25T09:11:50.815Z Compiling rayon v1.11.0
32252026-08-25T09:11:50.838Z Compiling itertools v0.12.1
32262026-08-25T09:11:50.857Z Compiling sigpipe v0.1.3
32272026-08-25T09:11:50.878Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32282026-08-25T09:11:50.897Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32292026-08-25T09:11:50.915Z Compiling glob v0.3.3
32302026-08-25T09:11:50.964Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32312026-08-25T09:11:50.964Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32322026-08-25T09:11:51.134Z Compiling smf v0.2.3
32332026-08-25T09:11:51.158Z Compiling whoami v1.6.1
32342026-08-25T09:11:51.178Z Compiling ingot-types v0.2.0
32352026-08-25T09:11:51.197Z Compiling num_enum v0.5.11
32362026-08-25T09:11:51.220Z Compiling cpubits v0.1.1
32372026-08-25T09:11:51.239Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32382026-08-25T09:11:51.304Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32392026-08-25T09:11:51.322Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32402026-08-25T09:11:51.325Z Compiling gethostname v0.5.0
32412026-08-25T09:11:51.354Z Compiling derive-where v1.6.0
32422026-08-25T09:11:51.370Z Compiling usdt-macro v0.5.0
32432026-08-25T09:11:51.374Z Compiling usdt-attr-macro v0.5.0
32442026-08-25T09:11:51.478Z Compiling num-rational v0.4.2
32452026-08-25T09:11:51.478Z Compiling num-complex v0.4.6
32462026-08-25T09:11:51.618Z Compiling ingot v0.2.1
32472026-08-25T09:11:51.636Z Compiling memmap v0.7.0
32482026-08-25T09:11:51.671Z Compiling toml v0.8.23
32492026-08-25T09:11:51.790Z Compiling pem-rfc7468 v1.0.0
32502026-08-25T09:11:51.848Z Compiling num v0.4.3
32512026-08-25T09:11:51.900Z Compiling float-ord v0.3.2
32522026-08-25T09:11:51.944Z Compiling cancel-safe-futures v0.1.5
32532026-08-25T09:11:52.054Z Compiling zone v0.3.1
32542026-08-25T09:11:52.098Z Compiling resolv-conf v0.7.6
32552026-08-25T09:11:52.120Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32562026-08-25T09:11:52.153Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
32572026-08-25T09:11:52.202Z Compiling hmac v0.13.0
32582026-08-25T09:11:52.225Z Compiling universal-hash v0.6.1
32592026-08-25T09:11:52.270Z Compiling usdt v0.5.0
32602026-08-25T09:11:52.393Z Compiling sha1 v0.10.6
32612026-08-25T09:11:52.419Z Compiling linear-map v1.2.0
32622026-08-25T09:11:52.437Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32632026-08-25T09:11:52.473Z Compiling prettyplease v0.2.37
32642026-08-25T09:11:52.575Z Compiling libefi-sys v0.1.0
32652026-08-25T09:11:52.619Z Compiling polyval v0.7.1
32662026-08-25T09:11:52.670Z Compiling der v0.8.0
32672026-08-25T09:11:52.703Z Compiling hickory-proto v0.24.4
32682026-08-25T09:11:52.721Z Compiling newline-converter v0.3.0
32692026-08-25T09:11:52.724Z Compiling console v0.15.11
32702026-08-25T09:11:52.772Z Compiling oxide-update-engine-types v0.1.2
32712026-08-25T09:11:52.825Z Compiling bitfield-struct v0.6.2
32722026-08-25T09:11:52.842Z Compiling linked-hash-map v0.5.6
32732026-08-25T09:11:52.915Z Compiling ghash v0.6.0
32742026-08-25T09:11:53.064Z Compiling lru-cache v0.1.2
32752026-08-25T09:11:53.083Z Compiling expectorate v1.2.0
32762026-08-25T09:11:53.083Z Compiling pbkdf2 v0.13.0
32772026-08-25T09:11:53.124Z Compiling aes v0.9.1
32782026-08-25T09:11:53.221Z Compiling crypto-bigint v0.7.5
32792026-08-25T09:11:53.224Z Compiling typify-macro v0.6.2
32802026-08-25T09:11:53.258Z Compiling ctr v0.10.1
32812026-08-25T09:11:53.277Z Compiling aead v0.6.1
32822026-08-25T09:11:53.354Z Compiling sha2 v0.11.0
32832026-08-25T09:11:53.480Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32842026-08-25T09:11:53.506Z Compiling nom v8.0.0
32852026-08-25T09:11:53.523Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32862026-08-25T09:11:53.620Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32872026-08-25T09:11:53.720Z Compiling semver v0.1.20
32882026-08-25T09:11:53.836Z Compiling oxide-update-engine v0.1.2
32892026-08-25T09:11:53.949Z Compiling rustc_version v0.1.7
32902026-08-25T09:11:53.967Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32912026-08-25T09:11:54.047Z Compiling spki v0.8.0
32922026-08-25T09:11:54.047Z Compiling aes-gcm v0.11.0
32932026-08-25T09:11:54.083Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32942026-08-25T09:11:54.206Z Compiling tokio-dtrace v0.1.1
32952026-08-25T09:11:54.257Z Compiling dropshot-api-manager-types v0.8.0
32962026-08-25T09:11:54.301Z Compiling salsa20 v0.11.0
32972026-08-25T09:11:54.317Z Compiling slog-dtrace v0.3.0
32982026-08-25T09:11:54.334Z Compiling xshell-macros v0.2.7
32992026-08-25T09:11:54.391Z Compiling minimal-lexical v0.2.1
33002026-08-25T09:11:54.482Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33012026-08-25T09:11:54.507Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33022026-08-25T09:11:54.527Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33032026-08-25T09:11:54.595Z Compiling scrypt v0.12.0
33042026-08-25T09:11:54.613Z Compiling nom v7.1.3
33052026-08-25T09:11:54.641Z Compiling oxide-tokio-rt v0.1.4
33062026-08-25T09:11:54.683Z Compiling newtype_derive v0.1.6
33072026-08-25T09:11:54.754Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33082026-08-25T09:11:54.908Z Compiling hickory-resolver v0.24.4
33092026-08-25T09:11:54.927Z Compiling xshell v0.2.7
33102026-08-25T09:11:54.931Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33112026-08-25T09:11:54.976Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33122026-08-25T09:11:55.132Z Compiling typify v0.6.2
33132026-08-25T09:11:55.155Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33142026-08-25T09:11:55.201Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33152026-08-25T09:11:55.273Z Compiling progenitor-impl v0.14.0
33162026-08-25T09:11:55.476Z Compiling phf_shared v0.12.1
33172026-08-25T09:11:55.548Z Compiling rfc6979 v0.4.0
33182026-08-25T09:11:55.623Z Compiling cbc v0.2.1
33192026-08-25T09:11:55.690Z Compiling proc-macro-error-attr2 v2.0.0
33202026-08-25T09:11:55.710Z Compiling csv-core v0.1.13
33212026-08-25T09:11:55.749Z Compiling chrono-tz v0.10.4
33222026-08-25T09:11:55.823Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33232026-08-25T09:11:55.923Z Compiling highway v1.3.0
33242026-08-25T09:11:55.970Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33252026-08-25T09:11:55.993Z Compiling qorb v0.4.1
33262026-08-25T09:11:56.011Z Compiling unicode-xid v0.2.6
33272026-08-25T09:11:56.048Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33282026-08-25T09:11:56.070Z Compiling csv v1.4.0
33292026-08-25T09:11:56.137Z Compiling proc-macro-error2 v2.0.1
33302026-08-25T09:11:56.155Z Compiling pkcs5 v0.8.1
33312026-08-25T09:11:56.170Z Compiling const_format_proc_macros v0.2.34
33322026-08-25T09:11:56.315Z Compiling ecdsa v0.16.9
33332026-08-25T09:11:56.333Z Compiling phf v0.12.1
33342026-08-25T09:11:56.485Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33352026-08-25T09:11:56.587Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33362026-08-25T09:11:56.638Z Compiling primeorder v0.13.6
33372026-08-25T09:11:56.719Z Compiling hashbrown v0.14.5
33382026-08-25T09:11:56.746Z Compiling serde_tokenstream v0.3.0
33392026-08-25T09:11:56.845Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33402026-08-25T09:11:56.926Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33412026-08-25T09:11:56.943Z Compiling salty v0.3.0
33422026-08-25T09:11:56.962Z Compiling p384 v0.13.1
33432026-08-25T09:11:57.030Z Compiling const_format v0.2.35
33442026-08-25T09:11:57.110Z Compiling oxide-generation-macros v0.2.0
33452026-08-25T09:11:57.239Z Compiling chumsky v0.9.3
33462026-08-25T09:11:57.314Z Compiling pkcs8 v0.11.0
33472026-08-25T09:11:57.331Z Compiling knus-derive v3.4.0
33482026-08-25T09:11:57.449Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33492026-08-25T09:11:57.538Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33502026-08-25T09:11:57.739Z Compiling tabled_derive v0.7.0
33512026-08-25T09:11:57.960Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33522026-08-25T09:11:57.981Z Compiling progenitor-macro v0.14.0
33532026-08-25T09:11:58.074Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33542026-08-25T09:11:58.128Z Compiling bcs v0.1.6
33552026-08-25T09:11:58.326Z Compiling ff v0.14.0
33562026-08-25T09:11:58.402Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33572026-08-25T09:11:58.483Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33582026-08-25T09:11:58.505Z Compiling termtree v0.5.1
33592026-08-25T09:11:58.554Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33602026-08-25T09:11:58.693Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
33612026-08-25T09:11:58.712Z Compiling steno v0.4.1
33622026-08-25T09:11:58.790Z Compiling tabled v0.15.0
33632026-08-25T09:11:58.806Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33642026-08-25T09:11:58.829Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33652026-08-25T09:11:58.903Z Compiling knus v3.4.0
33662026-08-25T09:11:58.961Z Compiling tagptr v0.2.0
33672026-08-25T09:11:59.073Z Compiling group v0.14.0
33682026-08-25T09:11:59.098Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33692026-08-25T09:11:59.139Z Compiling moka v0.12.13
33702026-08-25T09:11:59.212Z Compiling signature v3.0.0
33712026-08-25T09:11:59.289Z Compiling base16ct v1.0.0
33722026-08-25T09:11:59.438Z Compiling sec1 v0.8.1
33732026-08-25T09:11:59.462Z Compiling hkdf v0.13.0
33742026-08-25T09:11:59.501Z Compiling libscf-sys v1.2.0
33752026-08-25T09:11:59.539Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33762026-08-25T09:11:59.681Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33772026-08-25T09:11:59.697Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33782026-08-25T09:11:59.789Z Compiling elliptic-curve v0.14.1
33792026-08-25T09:11:59.866Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33802026-08-25T09:11:59.866Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33812026-08-25T09:11:59.916Z Compiling hickory-resolver v0.25.2
33822026-08-25T09:12:00.009Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33832026-08-25T09:12:00.110Z Compiling corncobs v0.1.4
33842026-08-25T09:12:00.309Z Compiling parking_lot_core v0.8.6
33852026-08-25T09:12:00.346Z Compiling utf-8 v0.7.6
33862026-08-25T09:12:00.372Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33872026-08-25T09:12:00.582Z Compiling tungstenite v0.21.0
33882026-08-25T09:12:00.647Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33892026-08-25T09:12:00.668Z Compiling wnaf v0.14.0
33902026-08-25T09:12:00.696Z Compiling primefield v0.14.0
33912026-08-25T09:12:00.824Z Compiling rfc6979 v0.6.0
33922026-08-25T09:12:00.898Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33932026-08-25T09:12:00.957Z Compiling papergrid v0.18.0
33942026-08-25T09:12:01.008Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33952026-08-25T09:12:01.028Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33962026-08-25T09:12:01.046Z Compiling git-stub v1.0.0
33972026-08-25T09:12:01.199Z Compiling secrecy v0.8.0
33982026-08-25T09:12:01.282Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33992026-08-25T09:12:01.342Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34002026-08-25T09:12:01.372Z Compiling git-stub-vcs v0.1.0
34012026-08-25T09:12:01.440Z Compiling tokio-tungstenite v0.21.0
34022026-08-25T09:12:01.584Z Compiling ecdsa v0.17.0
34032026-08-25T09:12:01.609Z Compiling primeorder v0.14.0
34042026-08-25T09:12:01.764Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34052026-08-25T09:12:01.889Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34062026-08-25T09:12:02.008Z Compiling tabled v0.21.0
34072026-08-25T09:12:02.039Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34082026-08-25T09:12:02.089Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34092026-08-25T09:12:02.111Z Compiling curve25519-dalek v5.0.0
34102026-08-25T09:12:02.144Z Compiling unicase v2.9.0
34112026-08-25T09:12:02.163Z Compiling parking_lot v0.11.2
34122026-08-25T09:12:02.277Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34132026-08-25T09:12:02.297Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34142026-08-25T09:12:02.354Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34152026-08-25T09:12:02.381Z Compiling mime_guess v2.0.5
34162026-08-25T09:12:02.606Z Compiling ssh-encoding v0.3.0
34172026-08-25T09:12:02.686Z Compiling progenitor-impl v0.13.0
34182026-08-25T09:12:02.689Z Compiling prefix-trie v0.7.0
34192026-08-25T09:12:02.722Z Compiling fxhash v0.2.1
34202026-08-25T09:12:02.830Z Compiling keccak v0.2.0
34212026-08-25T09:12:02.892Z Compiling crc8 v0.1.1
34222026-08-25T09:12:03.043Z Compiling sled v0.34.7
34232026-08-25T09:12:03.079Z Compiling hickory-server v0.25.2
34242026-08-25T09:12:03.138Z Compiling ed25519 v3.0.0
34252026-08-25T09:12:03.141Z Compiling crypto-primes v0.7.2
34262026-08-25T09:12:03.205Z Compiling progenitor v0.14.0
34272026-08-25T09:12:03.278Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34282026-08-25T09:12:03.387Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34292026-08-25T09:12:03.510Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34302026-08-25T09:12:03.750Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34312026-08-25T09:12:04.216Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34322026-08-25T09:12:04.266Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34332026-08-25T09:12:04.285Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34342026-08-25T09:12:04.304Z Compiling pkcs1 v0.8.0-rc.4
34352026-08-25T09:12:04.586Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34362026-08-25T09:12:04.608Z Compiling poly1305 v0.9.0
34372026-08-25T09:12:04.733Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34382026-08-25T09:12:04.969Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34392026-08-25T09:12:05.003Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34402026-08-25T09:12:05.062Z Compiling progenitor-client v0.13.0
34412026-08-25T09:12:05.326Z Compiling blowfish v0.10.0
34422026-08-25T09:12:05.354Z Compiling progenitor-macro v0.13.0
34432026-08-25T09:12:05.402Z Compiling blake2 v0.11.0-rc.6
34442026-08-25T09:12:05.419Z Compiling http-range v0.1.5
34452026-08-25T09:12:05.611Z Compiling half v1.8.3
34462026-08-25T09:12:05.630Z Compiling bcrypt-pbkdf v0.11.0
34472026-08-25T09:12:05.650Z Compiling ssh-cipher v0.3.0
34482026-08-25T09:12:05.908Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34492026-08-25T09:12:05.969Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34502026-08-25T09:12:06.158Z Compiling serde_cbor v0.11.2
34512026-08-25T09:12:06.259Z Compiling argon2 v0.6.0-rc.8
34522026-08-25T09:12:06.484Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34532026-08-25T09:12:06.504Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34542026-08-25T09:12:06.778Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34552026-08-25T09:12:06.813Z Compiling rsa v0.10.0-rc.18
34562026-08-25T09:12:07.222Z Compiling ed25519-dalek v3.0.0
34572026-08-25T09:12:07.345Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34582026-08-25T09:12:07.362Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34592026-08-25T09:12:07.834Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34602026-08-25T09:12:07.884Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34612026-08-25T09:12:08.037Z Compiling sha3 v0.11.0
34622026-08-25T09:12:08.158Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34632026-08-25T09:12:08.181Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34642026-08-25T09:12:08.218Z Compiling p521 v0.14.0
34652026-08-25T09:12:08.356Z Compiling p384 v0.14.0
34662026-08-25T09:12:08.374Z Compiling p256 v0.14.0
34672026-08-25T09:12:08.402Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34682026-08-25T09:12:08.468Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34692026-08-25T09:12:08.687Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34702026-08-25T09:12:08.843Z Compiling scuffle v0.1.0
34712026-08-25T09:12:09.228Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34722026-08-25T09:12:09.528Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34732026-08-25T09:12:09.531Z Compiling yasna v0.5.2
34742026-08-25T09:12:09.791Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34752026-08-25T09:12:09.819Z Compiling kstat-rs v0.2.5
34762026-08-25T09:12:10.137Z Compiling headers-core v0.3.0
34772026-08-25T09:12:10.273Z Compiling kem v0.3.0
34782026-08-25T09:12:10.291Z Compiling module-lattice v0.2.3
34792026-08-25T09:12:10.321Z Compiling nanorand v0.7.0
34802026-08-25T09:12:10.374Z Compiling sponge-cursor v0.1.0
34812026-08-25T09:12:10.394Z Compiling headers v0.4.1
34822026-08-25T09:12:10.432Z Compiling rcgen v0.12.1
34832026-08-25T09:12:10.457Z Compiling progenitor v0.13.0
34842026-08-25T09:12:10.545Z Compiling flume v0.11.1
34852026-08-25T09:12:10.570Z Compiling sha3 v0.12.0
34862026-08-25T09:12:10.644Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34872026-08-25T09:12:10.662Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34882026-08-25T09:12:10.688Z Compiling ml-kem v0.3.2
34892026-08-25T09:12:10.730Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34902026-08-25T09:12:10.768Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34912026-08-25T09:12:10.821Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34922026-08-25T09:12:10.887Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34932026-08-25T09:12:10.941Z Compiling hyper-staticfile v0.10.1
34942026-08-25T09:12:11.153Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34952026-08-25T09:12:11.171Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34962026-08-25T09:12:11.222Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34972026-08-25T09:12:11.323Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34982026-08-25T09:12:11.482Z Compiling ssh-key v0.7.0-rc.11
34992026-08-25T09:12:11.537Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35002026-08-25T09:12:11.614Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
35012026-08-25T09:12:11.617Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35022026-08-25T09:12:11.652Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35032026-08-25T09:12:11.655Z Compiling russh-cryptovec v0.62.0
35042026-08-25T09:12:11.656Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35052026-08-25T09:12:11.709Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35062026-08-25T09:12:11.808Z Compiling internal-russh-num-bigint v0.5.0
35072026-08-25T09:12:11.826Z Compiling port-file v0.1.0
35082026-08-25T09:12:11.904Z Compiling num-bigint v0.4.6
35092026-08-25T09:12:11.922Z Compiling generic-array v1.4.3
35102026-08-25T09:12:12.021Z Compiling russh-util v0.52.0
35112026-08-25T09:12:12.095Z Compiling enum_dispatch v0.3.13
35122026-08-25T09:12:12.114Z Compiling delegate v0.13.5
35132026-08-25T09:12:12.200Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35142026-08-25T09:12:12.323Z Compiling subprocess v0.2.15
35152026-08-25T09:12:12.442Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35162026-08-25T09:12:12.505Z Compiling hex-literal v1.1.0
35172026-08-25T09:12:12.664Z Compiling display-error-chain v0.2.2
35182026-08-25T09:12:12.777Z Compiling md5 v0.8.0
35192026-08-25T09:12:12.860Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35202026-08-25T09:12:12.908Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35212026-08-25T09:12:13.072Z Compiling colored v2.2.0
35222026-08-25T09:12:13.112Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35232026-08-25T09:12:13.131Z Compiling socket2 v0.5.10
35242026-08-25T09:12:13.154Z Compiling russh v0.62.4
35252026-08-25T09:12:13.172Z Compiling internet-checksum v0.2.1
35262026-08-25T09:12:13.381Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35272026-08-25T09:12:13.461Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35282026-08-25T09:12:15.053Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35292026-08-25T09:12:16.145Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35302026-08-25T09:12:16.857Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35312026-08-25T09:12:17.387Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35322026-08-25T09:12:18.755Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35332026-08-25T09:12:18.881Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35342026-08-25T09:12:27.821Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35352026-08-25T09:12:27.822Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35362026-08-25T09:12:27.822Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35372026-08-25T09:12:27.822Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35382026-08-25T09:12:27.824Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35392026-08-25T09:12:29.609Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35402026-08-25T09:12:29.723Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35412026-08-25T09:12:33.964Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35422026-08-25T09:13:16.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
35432026-08-25T09:13:16.705Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35442026-08-25T09:13:16.705Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35452026-08-25T09:13:16.949Z
35462026-08-25T09:13:16.949Zreal 1:31.855851775
35472026-08-25T09:13:16.949Zuser 8:53.631408719
35482026-08-25T09:13:16.949Zsys 1:47.042725968
35492026-08-25T09:13:16.949Ztrap 0.252630506
35502026-08-25T09:13:16.953Ztflt 0.322916730
35512026-08-25T09:13:16.953Zdflt 2.359930891
35522026-08-25T09:13:16.953Zkflt 0.000283760
35532026-08-25T09:13:16.953Zlock 31:36.165810277
35542026-08-25T09:13:16.953Zslp 20:36.929139425
35552026-08-25T09:13:16.953Zlat 40.943596225
35562026-08-25T09:13:16.953Zstop 2:56.045524358
35572026-08-25T09:13:16.953Z+ mkdir tests
35582026-08-25T09:13:16.956Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35592026-08-25T09:13:16.956Z+ xargs -I '{}' -t cp '{}' tests/
35602026-08-25T09:13:16.978Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-399f2f779b2d4d3e tests/
35612026-08-25T09:13:17.001Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f9e665717fe5a85f tests/
35622026-08-25T09:13:17.023Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fe44bf07bf08ff19 tests/
35632026-08-25T09:13:17.296Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2d0a2d6b360e65dd tests/
35642026-08-25T09:13:17.733Z+ 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)
35652026-08-25T09:13:17.738Z+ 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-f9e665717fe5a85f tests/commtest-fe44bf07bf08ff19 tests/dhcp_server-399f2f779b2d4d3e tests/end_to_end_tests-2d0a2d6b360e65dd 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
35662026-08-25T09:14:56.473ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35672026-08-25T09:14:56.474Za .github/buildomat/ci-env.sh 1K
35682026-08-25T09:14:56.474Za out/target/test 1K
35692026-08-25T09:14:56.474Za out/npuzone/npuzone 31102K
35702026-08-25T09:14:56.474Za package-manifest.toml 35K
35712026-08-25T09:14:56.474Za smf/sled-agent/non-gimlet/config.toml 6K
35722026-08-25T09:14:56.474Za target/release/omicron-package 49720K
35732026-08-25T09:14:56.474Za target/release/xtask 11732K
35742026-08-25T09:14:56.474Za target/debug/bootstrap 442986K
35752026-08-25T09:14:56.474Za tests/bootstrap-f9e665717fe5a85f 34430K
35762026-08-25T09:14:56.474Za tests/commtest-fe44bf07bf08ff19 444137K
35772026-08-25T09:14:56.474Za tests/dhcp_server-399f2f779b2d4d3e 34430K
35782026-08-25T09:14:56.474Za tests/end_to_end_tests-2d0a2d6b360e65dd 505675K
35792026-08-25T09:14:56.474Za tools/opte_version 1K
35802026-08-25T09:14:56.474Za tools/opte_version_override 2K
35812026-08-25T09:14:56.474Za out/clickhouse.tar.gz 326424K
35822026-08-25T09:14:56.474Za out/clickhouse_keeper.tar.gz 310404K
35832026-08-25T09:14:56.475Za out/clickhouse_server.tar.gz 326421K
35842026-08-25T09:14:56.475Za out/cockroachdb.tar.gz 167095K
35852026-08-25T09:14:56.475Za out/crucible-pantry-zone.tar.gz 40094K
35862026-08-25T09:14:56.475Za out/crucible-utils.tar 18900K
35872026-08-25T09:14:56.475Za out/crucible-zone.tar.gz 54906K
35882026-08-25T09:14:56.475Za out/external-dns.tar.gz 44526K
35892026-08-25T09:14:56.475Za out/internal-dns.tar.gz 44526K
35902026-08-25T09:14:56.475Za out/mg-ddm-gz.tar 114773K
35912026-08-25T09:14:56.475Za out/nexus.tar.gz 360507K
35922026-08-25T09:14:56.475Za out/ntp.tar.gz 31689K
35932026-08-25T09:14:56.475Za out/omicron-gateway-softnpu.tar.gz 29124K
35942026-08-25T09:14:56.475Za out/omicron-sled-agent.tar 242576K
35952026-08-25T09:14:56.475Za out/overlay.tar.gz 4K
35962026-08-25T09:14:56.475Za out/oximeter.tar.gz 68650K
35972026-08-25T09:14:56.475Za out/oxlog.tar 4089K
35982026-08-25T09:14:56.475Za out/probe.tar.gz 1396K
35992026-08-25T09:14:56.475Za out/propolis-server.tar.gz 37940K
36002026-08-25T09:14:56.475Za out/pumpkind-gz.tar 26647K
36012026-08-25T09:14:56.475Za out/switch-softnpu.tar.gz 523159K
36022026-08-25T09:14:56.479Z
36032026-08-25T09:14:56.479Zreal 1:38.736718230
36042026-08-25T09:14:56.479Zuser 1:35.614702743
36052026-08-25T09:14:56.479Zsys 5.322694822
36062026-08-25T09:14:56.479Ztrap 0.007769535
36072026-08-25T09:14:56.479Ztflt 0.000000000
36082026-08-25T09:14:56.479Zdflt 0.000000000
36092026-08-25T09:14:56.479Zkflt 0.000000000
36102026-08-25T09:14:56.479Zlock 0.000000000
36112026-08-25T09:14:56.479Zslp 1:35.346276160
36122026-08-25T09:14:56.479Zlat 1.177318757
36132026-08-25T09:14:56.479Zstop 0.000224710
36142026-08-25T09:14:56.479Zprocess exited: duration 1104117 ms, exit code 0
 
36152026-08-25T09:14:56.492Zfound 1 output files
36162026-08-25T09:14:56.525Zuploading: /work/package.tar.gz (2864914970 bytes)
36172026-08-25T09:15:29.175Zuploaded: /work/package.tar.gz