01KK2W8SF5C2HJRK3C84RJ7A0E: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KK2W9CY9TGKNDQADPY5R87VV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-07T00:50:04.829Zjob assigned to worker 01KK2W9MFYN15ZBAXN0GQP5DY1 [factory aws, i-0167f596d8a2a93ed] (queued for 1 m 16 s)
 
22026-03-07T00:50:13.452Zstarting task 0: "setup"
32026-03-07T00:50:13.457Z++ uname -s
42026-03-07T00:50:13.461Z+ kern=SunOS
52026-03-07T00:50:13.461Z+ build_user=build
62026-03-07T00:50:13.461Z+ build_uid=12345
72026-03-07T00:50:13.461Z+ work_dir=/work
82026-03-07T00:50:13.461Z+ input_dir=/input
92026-03-07T00:50:13.461Z+ [[ 0 == 12345 ]]
102026-03-07T00:50:13.461Z+ case "$kern" in
112026-03-07T00:50:13.461Z+ groupadd -g 12345 build
122026-03-07T00:50:13.465Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-07T00:50:15.471Z+ zfs create -o mountpoint=/work rpool/work
142026-03-07T00:50:15.599Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-07T00:50:15.602Z+ home_fs=zfs
162026-03-07T00:50:15.602Z+ [[ zfs == autofs ]]
172026-03-07T00:50:15.602Z+ mkdir -p /home/build
182026-03-07T00:50:15.605Z+ chown build:build /home/build /work
192026-03-07T00:50:17.607Z+ chmod 0700 /home/build /work
202026-03-07T00:50:17.609Zprocess exited: duration 4157 ms, exit code 0
 
212026-03-07T00:50:17.615Zstarting task 1: "rust-toolchain"
222026-03-07T00:50:17.621Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-07T00:50:17.621Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-07T00:50:17.621Z * rust toolchain channel = "1.91.1"
252026-03-07T00:50:17.621Z * rust toolchain profile = "default"
262026-03-07T00:50:17.621Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-07T00:50:17.621Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-07T00:50:17.624Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-07T00:50:17.624Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-07T00:50:17.715Zinfo: downloading installer
312026-03-07T00:50:19.436Zwarn: It looks like you have an existing installation of Rust at:
322026-03-07T00:50:19.436Zwarn: /opt/ooce/bin
332026-03-07T00:50:19.437Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-07T00:50:19.437Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-07T00:50:19.437Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-07T00:50:19.437Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-07T00:50:19.437Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-07T00:50:19.437Zerror: cannot install while Rust is installed
392026-03-07T00:50:19.437Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-07T00:50:19.451Zinfo: profile set to 'default'
412026-03-07T00:50:19.451Zinfo: default host triple is x86_64-unknown-illumos
422026-03-07T00:50:19.454Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-07T00:50:19.638Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-07T00:50:19.638Zinfo: downloading component 'cargo'
452026-03-07T00:50:20.802Zinfo: downloading component 'clippy'
462026-03-07T00:50:21.180Zinfo: downloading component 'rust-docs'
472026-03-07T00:50:22.965Zinfo: downloading component 'rust-std'
482026-03-07T00:50:24.768Zinfo: downloading component 'rustc'
492026-03-07T00:50:32.195Zinfo: downloading component 'rustfmt'
502026-03-07T00:50:32.462Zinfo: installing component 'cargo'
512026-03-07T00:50:33.374Zinfo: installing component 'clippy'
522026-03-07T00:50:33.769Zinfo: installing component 'rust-docs'
532026-03-07T00:50:35.700Zinfo: installing component 'rust-std'
542026-03-07T00:50:37.483Zinfo: installing component 'rustc'
552026-03-07T00:50:44.304Zinfo: installing component 'rustfmt'
562026-03-07T00:50:44.645Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-07T00:50:44.645Z
582026-03-07T00:50:45.152Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-07T00:50:45.152Z
602026-03-07T00:50:45.155Z
612026-03-07T00:50:45.156ZRust is installed now. Great!
622026-03-07T00:50:45.156Z
632026-03-07T00:50:45.156ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-07T00:50:45.156Zenvironment variable. This has not been done automatically.
652026-03-07T00:50:45.156Z
662026-03-07T00:50:45.156ZTo configure your current shell, you need to source
672026-03-07T00:50:45.156Zthe corresponding env file under $HOME/.cargo.
682026-03-07T00:50:45.156Z
692026-03-07T00:50:45.156ZThis is usually done by running one of the following (note the leading DOT):
702026-03-07T00:50:45.156Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-07T00:50:45.156Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-07T00:50:45.156Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-07T00:50:45.254Z+ rustup --version
742026-03-07T00:50:45.265Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-07T00:50:45.268Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-07T00:50:45.355Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-07T00:50:45.359Z+ cargo --version
782026-03-07T00:50:45.431Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-07T00:50:45.433Z+ rustc --version
802026-03-07T00:50:45.510Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-07T00:50:45.514Zprocess exited: duration 27886 ms, exit code 0
 
822026-03-07T00:50:45.520Zstarting task 2: "authentication"
832026-03-07T00:50:45.543Zprocess exited: duration 22 ms, exit code 0
 
842026-03-07T00:50:45.550Zstarting task 3: "clone repository"
852026-03-07T00:50:45.553Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-07T00:50:45.556Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-07T00:50:45.599ZCloning into '/work/oxidecomputer/omicron'...
882026-03-07T00:50:55.234Z+ cd /work/oxidecomputer/omicron
892026-03-07T00:50:55.237Z+ git fetch origin 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0
902026-03-07T00:50:55.546ZFrom https://github.com/oxidecomputer/omicron
912026-03-07T00:50:55.546Z * branch 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0 -> FETCH_HEAD
922026-03-07T00:50:55.558Z+ [[ -n dropshot-gzip-support ]]
932026-03-07T00:50:55.561Z++ git branch --show-current
942026-03-07T00:50:55.564Z+ current=main
952026-03-07T00:50:55.564Z+ [[ main != dropshot-gzip-support ]]
962026-03-07T00:50:55.564Z+ git branch -f dropshot-gzip-support 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0
972026-03-07T00:50:55.567Z+ git checkout -f dropshot-gzip-support
982026-03-07T00:50:55.660ZSwitched to branch 'dropshot-gzip-support'
992026-03-07T00:50:55.663Z+ git reset --hard 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0
1002026-03-07T00:50:55.763ZHEAD is now at 4e5301c2b test it
1012026-03-07T00:50:55.766Zprocess exited: duration 10211 ms, exit code 0
 
1022026-03-07T00:50:55.775Zstarting task 4: "build"
1032026-03-07T00:50:55.778Z+ source .github/buildomat/ci-env.sh
1042026-03-07T00:50:55.778Z++ export CARGO_TERM_COLOR=always
1052026-03-07T00:50:55.778Z++ CARGO_TERM_COLOR=always
1062026-03-07T00:50:55.778Z+ cargo --version
1072026-03-07T00:50:55.840Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-07T00:50:55.843Z+ rustc --version
1092026-03-07T00:50:55.916Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-07T00:50:55.919Z+ WORK=/work
1112026-03-07T00:50:55.919Z+ pfexec mkdir -p /work
1122026-03-07T00:50:55.923Z+ pfexec chown build /work
1132026-03-07T00:50:55.926Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-03-07T00:51:07.055Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-03-07T00:51:17.717Z Startup: Caching catalogs ... Done
1162026-03-07T00:51:43.232ZPlanning: Solver setup ... Done (23.864s)
1172026-03-07T00:51:43.405ZPlanning: Running solver ... Done (0.173s)
1182026-03-07T00:51:43.587ZPlanning: Finding local manifests ... Done (0.003s)
1192026-03-07T00:51:43.614ZPlanning: Fetching manifests: 0/4 0% complete
1202026-03-07T00:51:43.778ZPlanning: Fetching manifests: 4/4 100% complete
1212026-03-07T00:51:43.826ZPlanning: Package planning ... Done (0.049s)
1222026-03-07T00:51:43.877ZPlanning: Merging actions ... Done (0.050s)
1232026-03-07T00:51:44.161ZPlanning: Checking for conflicting actions ... Done (0.284s)
1242026-03-07T00:51:44.173ZPlanning: Consolidating action changes ... Done (0.011s)
1252026-03-07T00:51:45.192ZPlanning: Evaluating mediators ... Done (1.019s)
1262026-03-07T00:51:45.201ZPlanning: Planning completed in 27.32 seconds
1272026-03-07T00:51:45.217Z Packages to install: 4
1282026-03-07T00:51:45.217Z Mediators to change: 2
1292026-03-07T00:51:45.220Z Services to change: 1
1302026-03-07T00:51:45.220Z Estimated space available: 155.43 GB
1312026-03-07T00:51:45.220ZEstimated space to be consumed: 1.82 GB
1322026-03-07T00:51:45.220Z Create boot environment: No
1332026-03-07T00:51:45.220ZCreate backup boot environment: No
1342026-03-07T00:51:45.220Z Rebuild boot archive: No
1352026-03-07T00:51:45.220Z
1362026-03-07T00:51:45.220ZChanged mediators:
1372026-03-07T00:51:45.220Z mediator clang:
1382026-03-07T00:51:45.220Z version: None -> 15 (system default)
1392026-03-07T00:51:45.220Z
1402026-03-07T00:51:45.220Z mediator llvm:
1412026-03-07T00:51:45.220Z version: 14 (system default) -> 15 (system default)
1422026-03-07T00:51:45.220Z
1432026-03-07T00:51:45.220ZChanged packages:
1442026-03-07T00:51:45.220Zhelios-dev
1452026-03-07T00:51:45.220Z developer/build-essential
1462026-03-07T00:51:45.220Z None -> 11-2.0
1472026-03-07T00:51:45.220Z library/libxmlsec1
1482026-03-07T00:51:45.220Z None -> 1.2.35-2.0
1492026-03-07T00:51:45.220Z ooce/developer/clang-15
1502026-03-07T00:51:45.220Z None -> 15.0.7-2.0
1512026-03-07T00:51:45.220Z ooce/developer/llvm-15
1522026-03-07T00:51:45.220Z None -> 15.0.7-2.0
1532026-03-07T00:51:45.220Z
1542026-03-07T00:51:45.221ZServices:
1552026-03-07T00:51:45.221Z restart_fmri:
1562026-03-07T00:51:45.221Z svc:/system/update-man-index:default
1572026-03-07T00:51:45.272Z
1582026-03-07T00:51:45.272ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-03-07T00:51:50.310ZDownload: 1201/3290 items 83.7/212.6MB 39% complete (16.9M/s)
1602026-03-07T00:51:55.312ZDownload: 3239/3290 items 201.8/212.6MB 94% complete (20.1M/s)
1612026-03-07T00:51:58.744ZDownload: Completed 212.60 MB in 13.47 seconds (15.8M/s)
1622026-03-07T00:51:59.043Z Actions: 1/3689 actions (Installing new actions)
1632026-03-07T00:52:03.589Z Actions: Completed 3689 actions in 4.54 seconds.
1642026-03-07T00:52:04.024Z Done (0.430s)
1652026-03-07T00:52:04.024Z Done (0.000s)
1662026-03-07T00:52:05.153Z Done (1.130s)
1672026-03-07T00:52:09.731Z Done (4.146s)
1682026-03-07T00:52:09.751Z Done (0.018s)
1692026-03-07T00:52:09.754Z Done (0.000s)
1702026-03-07T00:52:09.925Z Done (0.000s)
1712026-03-07T00:52:10.907ZPlanning: Evaluating mediator changes ... Done
1722026-03-07T00:52:11.068ZPlanning: Checking for conflicting actions ... Done
1732026-03-07T00:52:11.072ZPlanning: Consolidating action changes ... Done
1742026-03-07T00:52:11.342ZPlanning: Evaluating mediators ... Done
1752026-03-07T00:52:11.346ZPlanning: Planning completed in 0.44 seconds
1762026-03-07T00:52:11.376Z Mediators to change: 2
1772026-03-07T00:52:11.380Z Create boot environment: No
1782026-03-07T00:52:11.380ZCreate backup boot environment: No
1792026-03-07T00:52:11.449Z Done
1802026-03-07T00:52:11.450Z Done
1812026-03-07T00:52:12.261Z Done
1822026-03-07T00:52:15.928Z Done
1832026-03-07T00:52:16.015Z Done
1842026-03-07T00:52:16.021Z Done
1852026-03-07T00:52:16.161Z Done
1862026-03-07T00:52:16.780ZPlanning: Evaluating mediator changes ... Done
1872026-03-07T00:52:16.783ZPlanning: Merging actions ... Done
1882026-03-07T00:52:16.970ZPlanning: Checking for conflicting actions ... Done
1892026-03-07T00:52:16.974ZPlanning: Consolidating action changes ... Done
1902026-03-07T00:52:17.236ZPlanning: Evaluating mediators ... Done
1912026-03-07T00:52:17.298ZPlanning: Planning completed in 0.76 seconds
1922026-03-07T00:52:17.332Z Packages to change: 1
1932026-03-07T00:52:17.332Z Mediators to change: 1
1942026-03-07T00:52:17.340Z Services to change: 1
1952026-03-07T00:52:17.340Z Create boot environment: No
1962026-03-07T00:52:17.340ZCreate backup boot environment: Yes
1972026-03-07T00:52:20.012Z Actions: 1/6 actions (Updating modified actions)
1982026-03-07T00:52:20.015Z Actions: Completed 6 actions in 0.00 seconds.
1992026-03-07T00:52:20.015Z Done
2002026-03-07T00:52:20.016Z Done
2012026-03-07T00:52:20.238Z Done
2022026-03-07T00:52:23.858Z Done
2032026-03-07T00:52:23.948Z Done
2042026-03-07T00:52:23.951Z Done
2052026-03-07T00:52:24.116Z Done
2062026-03-07T00:52:24.569ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-03-07T00:52:24.569Zclang system 15 system
2082026-03-07T00:52:24.569Zcsh system system illumos
2092026-03-07T00:52:24.569Zctags system system illumos
2102026-03-07T00:52:24.569Zfile system system illumos
2112026-03-07T00:52:24.569Zgcc vendor 12 vendor
2122026-03-07T00:52:24.569Zgcc system 10 system
2132026-03-07T00:52:24.569Zgcc system 7 system
2142026-03-07T00:52:24.569Zgo system 1.20 system
2152026-03-07T00:52:24.569Zgo system 1.19 system
2162026-03-07T00:52:24.569Zllvm system 15 system
2172026-03-07T00:52:24.569Zllvm system 14 system
2182026-03-07T00:52:24.569Zmariadb system 10.6 system
2192026-03-07T00:52:24.569Zmta vendor vendor dma
2202026-03-07T00:52:24.569Zopenjdk system 17 system
2212026-03-07T00:52:24.569Zopenjdk system 11 system
2222026-03-07T00:52:24.569Zopenjdk system 1.8 system
2232026-03-07T00:52:24.569Zopenssl vendor 3 vendor
2242026-03-07T00:52:24.569Zperl system 5.36 system
2252026-03-07T00:52:24.569Zpostgresql system 15 system
2262026-03-07T00:52:24.569Zpostgresql system 13 system
2272026-03-07T00:52:24.569Zpython vendor 3 vendor
2282026-03-07T00:52:24.569Zpython system 2 system
2292026-03-07T00:52:24.569Zpython3 system 3.11 system
2302026-03-07T00:52:24.569Zruby system 3.0 system
2312026-03-07T00:52:24.569Zwords vendor vendor american-english
2322026-03-07T00:52:24.569Zwords system system australian-english
2332026-03-07T00:52:24.569Zwords system system british-english
2342026-03-07T00:52:24.569Zwords system system canadian-english
2352026-03-07T00:52:24.569Zwords system system french
2362026-03-07T00:52:24.569Zwords system system italian
2372026-03-07T00:52:24.569Zwords system system ngerman
2382026-03-07T00:52:24.569Zwords system system ogerman
2392026-03-07T00:52:24.569Zwords system system spanish
2402026-03-07T00:52:24.906ZPUBLISHER TYPE STATUS P LOCATION
2412026-03-07T00:52:24.906Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-03-07T00:52:31.600ZFMRI IFO
2432026-03-07T00:52:31.600Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-03-07T00:52:31.600Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-03-07T00:52:31.600Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-03-07T00:52:31.600Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-03-07T00:52:31.600Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-03-07T00:52:31.600Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-03-07T00:52:31.600Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502026-03-07T00:52:31.600Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-03-07T00:52:31.600Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-03-07T00:52:31.600Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-03-07T00:52:31.600Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-03-07T00:52:31.600Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-03-07T00:52:31.600Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-03-07T00:52:31.600Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-03-07T00:52:31.600Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-03-07T00:52:31.600Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-03-07T00:52:32.792Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2602026-03-07T00:52:33.691Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612026-03-07T00:52:33.934Z Updating crates.io index
2622026-03-07T00:52:33.937Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2632026-03-07T00:52:34.194Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-03-07T00:52:35.001Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-03-07T00:52:35.231Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-03-07T00:52:35.559Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-03-07T00:52:36.881Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-03-07T00:52:39.158Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-03-07T00:52:40.061Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-03-07T00:52:40.589Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712026-03-07T00:52:41.434Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-03-07T00:52:41.930Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732026-03-07T00:52:42.883Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742026-03-07T00:52:43.390Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-03-07T00:52:43.798Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762026-03-07T00:52:44.246Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-03-07T00:52:45.116Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-03-07T00:52:45.834Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-03-07T00:52:46.099Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802026-03-07T00:52:46.425Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2812026-03-07T00:52:46.828Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-03-07T00:52:47.067Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-03-07T00:52:47.308Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-03-07T00:52:47.551Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852026-03-07T00:52:47.949Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862026-03-07T00:52:48.436Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2872026-03-07T00:52:48.936Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2882026-03-07T00:52:49.183Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-03-07T00:52:49.490Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-03-07T00:52:50.536Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-03-07T00:52:51.265Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-03-07T00:52:51.579Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-03-07T00:52:51.897Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-03-07T00:52:52.196Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-03-07T00:52:52.757Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-03-07T00:52:52.994Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-03-07T00:52:53.279Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-03-07T00:52:53.586Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-03-07T00:52:54.049Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-03-07T00:53:09.809Z Downloading crates ...
3012026-03-07T00:53:09.870Z Downloaded anyhow v1.0.102
3022026-03-07T00:53:09.874Z Downloaded digest v0.10.7
3032026-03-07T00:53:09.878Z Downloaded percent-encoding v2.3.2
3042026-03-07T00:53:09.885Z Downloaded plain v0.2.3
3052026-03-07T00:53:09.889Z Downloaded memmap v0.7.0
3062026-03-07T00:53:09.892Z Downloaded semver v1.0.27
3072026-03-07T00:53:09.897Z Downloaded camino-tempfile v1.4.1
3082026-03-07T00:53:09.903Z Downloaded smallvec v1.15.1
3092026-03-07T00:53:09.906Z Downloaded zerofrom-derive v0.1.6
3102026-03-07T00:53:09.909Z Downloaded typenum v1.19.0
3112026-03-07T00:53:09.912Z Downloaded version_check v0.9.5
3122026-03-07T00:53:09.912Z Downloaded utf8_iter v1.0.4
3132026-03-07T00:53:09.912Z Downloaded unicode-xid v0.2.6
3142026-03-07T00:53:09.915Z Downloaded yoke-derive v0.8.1
3152026-03-07T00:53:09.915Z Downloaded itoa v1.0.17
3162026-03-07T00:53:09.918Z Downloaded typeid v1.0.3
3172026-03-07T00:53:09.918Z Downloaded toml_datetime v0.6.11
3182026-03-07T00:53:09.920Z Downloaded colorchoice v1.0.4
3192026-03-07T00:53:09.920Z Downloaded macaddr v1.0.1
3202026-03-07T00:53:09.920Z Downloaded clap v4.5.60
3212026-03-07T00:53:09.928Z Downloaded usdt-attr-macro v0.5.0
3222026-03-07T00:53:09.931Z Downloaded usdt v0.5.0
3232026-03-07T00:53:09.934Z Downloaded heck v0.4.1
3242026-03-07T00:53:09.934Z Downloaded zerocopy-derive v0.7.35
3252026-03-07T00:53:09.937Z Downloaded zerofrom v0.1.6
3262026-03-07T00:53:09.940Z Downloaded cpufeatures v0.2.17
3272026-03-07T00:53:09.940Z Downloaded yoke v0.8.1
3282026-03-07T00:53:09.943Z Downloaded thiserror v2.0.18
3292026-03-07T00:53:09.946Z Downloaded usdt-macro v0.5.0
3302026-03-07T00:53:09.949Z Downloaded strsim v0.11.1
3312026-03-07T00:53:09.949Z Downloaded smawk v0.3.2
3322026-03-07T00:53:09.951Z Downloaded serde-value v0.7.0
3332026-03-07T00:53:09.951Z Downloaded clap_lex v1.0.0
3342026-03-07T00:53:09.951Z Downloaded thiserror-impl v2.0.18
3352026-03-07T00:53:09.954Z Downloaded serde_spanned v0.6.9
3362026-03-07T00:53:09.954Z Downloaded potential_utf v0.1.4
3372026-03-07T00:53:09.957Z Downloaded cargo-platform v0.2.0
3382026-03-07T00:53:09.957Z Downloaded form_urlencoded v1.2.2
3392026-03-07T00:53:09.957Z Downloaded utf8parse v0.2.2
3402026-03-07T00:53:09.960Z Downloaded fastrand v2.3.0
3412026-03-07T00:53:09.960Z Downloaded ordered-float v2.10.1
3422026-03-07T00:53:09.963Z Downloaded proc-macro-error-attr v1.0.4
3432026-03-07T00:53:09.963Z Downloaded equivalent v1.0.2
3442026-03-07T00:53:09.963Z Downloaded dtrace-parser v0.2.0
3452026-03-07T00:53:09.963Z Downloaded toml v0.8.23
3462026-03-07T00:53:09.966Z Downloaded zmij v1.0.21
3472026-03-07T00:53:09.969Z Downloaded fnv v1.0.7
3482026-03-07T00:53:09.969Z Downloaded thiserror v1.0.69
3492026-03-07T00:53:09.972Z Downloaded usdt-impl v0.5.0
3502026-03-07T00:53:09.975Z Downloaded tabled_derive v0.7.0
3512026-03-07T00:53:09.975Z Downloaded swrite v0.1.0
3522026-03-07T00:53:09.978Z Downloaded writeable v0.6.2
3532026-03-07T00:53:09.978Z Downloaded textwrap v0.16.2
3542026-03-07T00:53:09.981Z Downloaded ucd-trie v0.1.7
3552026-03-07T00:53:09.981Z Downloaded crypto-common v0.1.7
3562026-03-07T00:53:09.984Z Downloaded cfg-if v1.0.4
3572026-03-07T00:53:09.984Z Downloaded block-buffer v0.10.4
3582026-03-07T00:53:09.984Z Downloaded pretty-hex v0.4.1
3592026-03-07T00:53:09.987Z Downloaded zerotrie v0.2.3
3602026-03-07T00:53:09.990Z Downloaded errno v0.3.14
3612026-03-07T00:53:09.990Z Downloaded unicode-ident v1.0.24
3622026-03-07T00:53:09.992Z Downloaded terminal_size v0.4.3
3632026-03-07T00:53:09.995Z Downloaded heck v0.5.0
3642026-03-07T00:53:09.995Z Downloaded idna v1.1.0
3652026-03-07T00:53:09.998Z Downloaded anstyle-query v1.1.5
3662026-03-07T00:53:10.002Z Downloaded toml_edit v0.22.27
3672026-03-07T00:53:10.005Z Downloaded erased-serde v0.4.9
3682026-03-07T00:53:10.005Z Downloaded cargo_toml v0.21.0
3692026-03-07T00:53:10.008Z Downloaded bytecount v0.6.9
3702026-03-07T00:53:10.008Z Downloaded serde_tokenstream v0.2.3
3712026-03-07T00:53:10.011Z Downloaded quote v1.0.44
3722026-03-07T00:53:10.013Z Downloaded serde-untagged v0.1.9
3732026-03-07T00:53:10.014Z Downloaded autocfg v1.5.0
3742026-03-07T00:53:10.017Z Downloaded scroll_derive v0.12.1
3752026-03-07T00:53:10.017Z Downloaded scroll v0.12.0
3762026-03-07T00:53:10.017Z Downloaded byteorder v1.5.0
3772026-03-07T00:53:10.019Z Downloaded stable_deref_trait v1.2.1
3782026-03-07T00:53:10.019Z Downloaded thiserror-impl v1.0.69
3792026-03-07T00:53:10.019Z Downloaded fs-err v3.3.0
3802026-03-07T00:53:10.022Z Downloaded zerovec v0.11.5
3812026-03-07T00:53:10.026Z Downloaded url v2.5.8
3822026-03-07T00:53:10.029Z Downloaded zerocopy v0.7.35
3832026-03-07T00:53:10.044Z Downloaded litemap v0.8.1
3842026-03-07T00:53:10.047Z Downloaded tempfile v3.25.0
3852026-03-07T00:53:10.050Z Downloaded unicode-width v0.2.0
3862026-03-07T00:53:10.053Z Downloaded clap_derive v4.5.55
3872026-03-07T00:53:10.055Z Downloaded pest_derive v2.8.6
3882026-03-07T00:53:10.058Z Downloaded cargo-util-schemas v0.8.2
3892026-03-07T00:53:10.058Z Downloaded pest_generator v2.8.6
3902026-03-07T00:53:10.061Z Downloaded unicode-width v0.1.14
3912026-03-07T00:53:10.064Z Downloaded anstyle v1.0.13
3922026-03-07T00:53:10.067Z Downloaded anstream v0.6.21
3932026-03-07T00:53:10.070Z Downloaded icu_normalizer_data v2.1.1
3942026-03-07T00:53:10.070Z Downloaded winnow v0.7.14
3952026-03-07T00:53:10.077Z Downloaded once_cell v1.21.3
3962026-03-07T00:53:10.080Z Downloaded num-traits v0.2.19
3972026-03-07T00:53:10.083Z Downloaded papergrid v0.11.0
3982026-03-07T00:53:10.086Z Downloaded icu_properties v2.1.2
3992026-03-07T00:53:10.089Z Downloaded log v0.4.29
4002026-03-07T00:53:10.092Z Downloaded icu_provider v2.1.1
4012026-03-07T00:53:10.094Z Downloaded bitflags v2.11.0
4022026-03-07T00:53:10.097Z Downloaded serde_derive v1.0.228
4032026-03-07T00:53:10.100Z Downloaded icu_locale_core v2.1.1
4042026-03-07T00:53:10.104Z Downloaded serde_core v1.0.228
4052026-03-07T00:53:10.106Z Downloaded pest_meta v2.8.6
4062026-03-07T00:53:10.109Z Downloaded serde v1.0.228
4072026-03-07T00:53:10.112Z Downloaded icu_normalizer v2.1.1
4082026-03-07T00:53:10.115Z Downloaded icu_collections v2.1.1
4092026-03-07T00:53:10.119Z Downloaded getrandom v0.4.1
4102026-03-07T00:53:10.122Z Downloaded indexmap v2.13.0
4112026-03-07T00:53:10.126Z Downloaded synstructure v0.13.2
4122026-03-07T00:53:10.129Z Downloaded proc-macro-error v1.0.4
4132026-03-07T00:53:10.132Z Downloaded memchr v2.8.0
4142026-03-07T00:53:10.135Z Downloaded cargo_metadata v0.21.0
4152026-03-07T00:53:10.137Z Downloaded anstyle-parse v0.2.7
4162026-03-07T00:53:10.137Z Downloaded clap_builder v4.5.60
4172026-03-07T00:53:10.143Z Downloaded sha2 v0.10.9
4182026-03-07T00:53:10.146Z Downloaded displaydoc v0.2.5
4192026-03-07T00:53:10.149Z Downloaded goblin v0.8.2
4202026-03-07T00:53:10.153Z Downloaded generic-array v0.14.7
4212026-03-07T00:53:10.156Z Downloaded serde_json v1.0.149
4222026-03-07T00:53:10.161Z Downloaded pest v2.8.6
4232026-03-07T00:53:10.165Z Downloaded syn v1.0.109
4242026-03-07T00:53:10.216Z Downloaded tabled v0.15.0
4252026-03-07T00:53:10.216Z Downloaded icu_properties_data v2.1.2
4262026-03-07T00:53:10.216Z Downloaded hashbrown v0.16.1
4272026-03-07T00:53:10.216Z Downloaded zerovec-derive v0.11.2
4282026-03-07T00:53:10.216Z Downloaded tinystr v0.8.2
4292026-03-07T00:53:10.216Z Downloaded thread-id v4.2.2
4302026-03-07T00:53:10.216Z Downloaded syn v2.0.117
4312026-03-07T00:53:10.219Z Downloaded camino v1.2.2
4322026-03-07T00:53:10.219Z Downloaded unicode-linebreak v0.1.5
4332026-03-07T00:53:10.219Z Downloaded toml_write v0.1.2
4342026-03-07T00:53:10.219Z Downloaded is_terminal_polyfill v1.70.2
4352026-03-07T00:53:10.220Z Downloaded idna_adapter v1.2.1
4362026-03-07T00:53:10.220Z Downloaded dof v0.3.0
4372026-03-07T00:53:10.220Z Downloaded proc-macro2 v1.0.106
4382026-03-07T00:53:10.223Z Downloaded rustix v1.1.3
4392026-03-07T00:53:10.248Z Downloaded libc v0.2.180
4402026-03-07T00:53:10.335Z Compiling proc-macro2 v1.0.106
4412026-03-07T00:53:10.343Z Compiling unicode-ident v1.0.24
4422026-03-07T00:53:10.343Z Compiling quote v1.0.44
4432026-03-07T00:53:10.343Z Compiling serde_core v1.0.228
4442026-03-07T00:53:10.343Z Compiling libc v0.2.180
4452026-03-07T00:53:10.343Z Compiling version_check v0.9.5
4462026-03-07T00:53:10.343Z Compiling serde v1.0.228
4472026-03-07T00:53:10.568Z Compiling memchr v2.8.0
4482026-03-07T00:53:10.816Z Compiling stable_deref_trait v1.2.1
4492026-03-07T00:53:10.950Z Compiling zmij v1.0.21
4502026-03-07T00:53:11.335Z Compiling autocfg v1.5.0
4512026-03-07T00:53:11.388Z Compiling thiserror v1.0.69
4522026-03-07T00:53:11.952Z Compiling ucd-trie v0.1.7
4532026-03-07T00:53:11.955Z Compiling itoa v1.0.17
4542026-03-07T00:53:12.228Z Compiling pest v2.8.6
4552026-03-07T00:53:12.268Z Compiling writeable v0.6.2
4562026-03-07T00:53:12.361Z Compiling litemap v0.8.1
4572026-03-07T00:53:12.465Z Compiling rustix v1.1.3
4582026-03-07T00:53:12.491Z Compiling icu_properties_data v2.1.2
4592026-03-07T00:53:12.861Z Compiling byteorder v1.5.0
4602026-03-07T00:53:13.164Z Compiling syn v2.0.117
4612026-03-07T00:53:13.192Z Compiling icu_normalizer_data v2.1.1
4622026-03-07T00:53:13.380Z Compiling errno v0.3.14
4632026-03-07T00:53:13.428Z Compiling serde_json v1.0.149
4642026-03-07T00:53:13.558Z Compiling bitflags v2.11.0
4652026-03-07T00:53:13.729Z Compiling num-traits v0.2.19
4662026-03-07T00:53:13.824Z Compiling smallvec v1.15.1
4672026-03-07T00:53:14.132Z Compiling typeid v1.0.3
4682026-03-07T00:53:14.285Z Compiling equivalent v1.0.2
4692026-03-07T00:53:14.447Z Compiling hashbrown v0.16.1
4702026-03-07T00:53:14.782Z Compiling thread-id v4.2.2
4712026-03-07T00:53:14.811Z Compiling pest_meta v2.8.6
4722026-03-07T00:53:14.927Z Compiling proc-macro-error-attr v1.0.4
4732026-03-07T00:53:15.244Z Compiling usdt-impl v0.5.0
4742026-03-07T00:53:15.279Z Compiling erased-serde v0.4.9
4752026-03-07T00:53:15.657Z Compiling indexmap v2.13.0
4762026-03-07T00:53:15.691Z Compiling syn v1.0.109
4772026-03-07T00:53:15.833Z Compiling winnow v0.7.14
4782026-03-07T00:53:15.971Z Compiling toml_write v0.1.2
4792026-03-07T00:53:17.017Z Compiling proc-macro-error v1.0.4
4802026-03-07T00:53:17.328Z Compiling camino v1.2.2
4812026-03-07T00:53:17.369Z Compiling utf8parse v0.2.2
4822026-03-07T00:53:17.566Z Compiling getrandom v0.4.1
4832026-03-07T00:53:17.978Z Compiling thiserror v2.0.18
4842026-03-07T00:53:18.310Z Compiling utf8_iter v1.0.4
4852026-03-07T00:53:18.438Z Compiling plain v0.2.3
4862026-03-07T00:53:18.580Z Compiling percent-encoding v2.3.2
4872026-03-07T00:53:18.629Z Compiling log v0.4.29
4882026-03-07T00:53:18.930Z Compiling form_urlencoded v1.2.2
4892026-03-07T00:53:18.985Z Compiling ordered-float v2.10.1
4902026-03-07T00:53:19.085Z Compiling anstyle-parse v0.2.7
4912026-03-07T00:53:19.438Z Compiling terminal_size v0.4.3
4922026-03-07T00:53:19.619Z Compiling anstyle-query v1.1.5
4932026-03-07T00:53:19.679Z Compiling is_terminal_polyfill v1.70.2
4942026-03-07T00:53:19.709Z Compiling pretty-hex v0.4.1
4952026-03-07T00:53:19.812Z Compiling anstyle v1.0.13
4962026-03-07T00:53:19.850Z Compiling colorchoice v1.0.4
4972026-03-07T00:53:19.880Z Compiling cfg-if v1.0.4
4982026-03-07T00:53:19.950Z Compiling synstructure v0.13.2
4992026-03-07T00:53:19.999Z Compiling pest_generator v2.8.6
5002026-03-07T00:53:20.240Z Compiling serde-untagged v0.1.9
5012026-03-07T00:53:20.270Z Compiling anstream v0.6.21
5022026-03-07T00:53:20.385Z Compiling semver v1.0.27
5032026-03-07T00:53:20.959Z Compiling fs-err v3.3.0
5042026-03-07T00:53:21.119Z Compiling fastrand v2.3.0
5052026-03-07T00:53:21.287Z Compiling bytecount v0.6.9
5062026-03-07T00:53:21.331Z Compiling unicode-width v0.1.14
5072026-03-07T00:53:21.374Z Compiling unicode-xid v0.2.6
5082026-03-07T00:53:21.541Z Compiling strsim v0.11.1
5092026-03-07T00:53:21.590Z Compiling heck v0.4.1
5102026-03-07T00:53:21.644Z Compiling once_cell v1.21.3
5112026-03-07T00:53:21.731Z Compiling fnv v1.0.7
5122026-03-07T00:53:21.837Z Compiling heck v0.5.0
5132026-03-07T00:53:21.871Z Compiling clap_lex v1.0.0
5142026-03-07T00:53:22.070Z Compiling anyhow v1.0.102
5152026-03-07T00:53:22.197Z Compiling clap_builder v4.5.60
5162026-03-07T00:53:22.323Z Compiling tempfile v3.25.0
5172026-03-07T00:53:22.373Z Compiling papergrid v0.11.0
5182026-03-07T00:53:22.787Z Compiling memmap v0.7.0
5192026-03-07T00:53:23.084Z Compiling unicode-width v0.2.0
5202026-03-07T00:53:23.113Z Compiling smawk v0.3.2
5212026-03-07T00:53:23.121Z Compiling unicode-linebreak v0.1.5
5222026-03-07T00:53:23.635Z Compiling textwrap v0.16.2
5232026-03-07T00:53:24.112Z Compiling camino-tempfile v1.4.1
5242026-03-07T00:53:24.322Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5252026-03-07T00:53:24.568Z Compiling tabled_derive v0.7.0
5262026-03-07T00:53:24.608Z Compiling swrite v0.1.0
5272026-03-07T00:53:24.745Z Compiling serde_derive v1.0.228
5282026-03-07T00:53:24.772Z Compiling zerofrom-derive v0.1.6
5292026-03-07T00:53:24.801Z Compiling yoke-derive v0.8.1
5302026-03-07T00:53:24.826Z Compiling zerovec-derive v0.11.2
5312026-03-07T00:53:25.785Z Compiling displaydoc v0.2.5
5322026-03-07T00:53:26.646Z Compiling thiserror-impl v1.0.69
5332026-03-07T00:53:27.364Z Compiling zerocopy-derive v0.7.35
5342026-03-07T00:53:27.477Z Compiling pest_derive v2.8.6
5352026-03-07T00:53:27.600Z Compiling scroll_derive v0.12.1
5362026-03-07T00:53:28.140Z Compiling zerofrom v0.1.6
5372026-03-07T00:53:28.268Z Compiling thiserror-impl v2.0.18
5382026-03-07T00:53:28.383Z Compiling yoke v0.8.1
5392026-03-07T00:53:28.767Z Compiling zerovec v0.11.5
5402026-03-07T00:53:29.067Z Compiling zerotrie v0.2.3
5412026-03-07T00:53:29.407Z Compiling zerocopy v0.7.35
5422026-03-07T00:53:29.745Z Compiling dtrace-parser v0.2.0
5432026-03-07T00:53:29.776Z Compiling scroll v0.12.0
5442026-03-07T00:53:29.934Z Compiling tinystr v0.8.2
5452026-03-07T00:53:29.976Z Compiling potential_utf v0.1.4
5462026-03-07T00:53:30.288Z Compiling icu_collections v2.1.1
5472026-03-07T00:53:30.331Z Compiling icu_locale_core v2.1.1
5482026-03-07T00:53:30.367Z Compiling goblin v0.8.2
5492026-03-07T00:53:30.782Z Compiling clap_derive v4.5.55
5502026-03-07T00:53:31.318Z Compiling tabled v0.15.0
5512026-03-07T00:53:31.749Z Compiling icu_provider v2.1.1
5522026-03-07T00:53:32.249Z Compiling icu_normalizer v2.1.1
5532026-03-07T00:53:32.249Z Compiling icu_properties v2.1.2
5542026-03-07T00:53:32.692Z Compiling serde_spanned v0.6.9
5552026-03-07T00:53:32.859Z Compiling toml_datetime v0.6.11
5562026-03-07T00:53:32.962Z Compiling dof v0.3.0
5572026-03-07T00:53:33.055Z Compiling serde_tokenstream v0.2.3
5582026-03-07T00:53:33.425Z Compiling toml_edit v0.22.27
5592026-03-07T00:53:33.472Z Compiling serde-value v0.7.0
5602026-03-07T00:53:33.900Z Compiling cargo-platform v0.2.0
5612026-03-07T00:53:34.338Z Compiling macaddr v1.0.1
5622026-03-07T00:53:34.581Z Compiling idna_adapter v1.2.1
5632026-03-07T00:53:34.808Z Compiling idna v1.1.0
5642026-03-07T00:53:35.056Z Compiling usdt-attr-macro v0.5.0
5652026-03-07T00:53:35.085Z Compiling usdt-macro v0.5.0
5662026-03-07T00:53:35.208Z Compiling clap v4.5.60
5672026-03-07T00:53:35.477Z Compiling url v2.5.8
5682026-03-07T00:53:36.941Z Compiling toml v0.8.23
5692026-03-07T00:53:37.448Z Compiling usdt v0.5.0
5702026-03-07T00:53:37.785Z Compiling cargo-util-schemas v0.8.2
5712026-03-07T00:53:37.785Z Compiling cargo_toml v0.21.0
5722026-03-07T00:53:39.326Z Compiling cargo_metadata v0.21.0
5732026-03-07T00:53:41.160Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5742026-03-07T00:53:44.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
5752026-03-07T00:53:44.970Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5762026-03-07T00:53:45.753Z Downloading crates ...
5772026-03-07T00:53:45.874Z Downloaded adler2 v2.0.1
5782026-03-07T00:53:45.881Z Downloaded aead v0.5.2
5792026-03-07T00:53:45.891Z Downloaded ahash v0.8.12
5802026-03-07T00:53:45.897Z Downloaded arc-swap v1.8.2
5812026-03-07T00:53:45.904Z Downloaded allocator-api2 v0.2.21
5822026-03-07T00:53:45.908Z Downloaded bit-vec v0.6.3
5832026-03-07T00:53:45.915Z Downloaded crc-catalog v2.4.0
5842026-03-07T00:53:45.919Z Downloaded env_filter v1.0.0
5852026-03-07T00:53:45.923Z Downloaded fixedbitset v0.4.2
5862026-03-07T00:53:45.937Z Downloaded compression-codecs v0.4.37
5872026-03-07T00:53:45.937Z Downloaded ena v0.14.4
5882026-03-07T00:53:45.941Z Downloaded derive-ex v0.1.8
5892026-03-07T00:53:45.945Z Downloaded chacha20 v0.9.1
5902026-03-07T00:53:45.948Z Downloaded der_derive v0.7.3
5912026-03-07T00:53:45.953Z Downloaded debug-ignore v1.0.5
5922026-03-07T00:53:45.956Z Downloaded crunchy v0.2.4
5932026-03-07T00:53:45.959Z Downloaded cpufeatures v0.3.0
5942026-03-07T00:53:45.963Z Downloaded defmt v1.0.1
5952026-03-07T00:53:45.968Z Downloaded dof v0.4.0
5962026-03-07T00:53:45.971Z Downloaded darling_macro v0.20.11
5972026-03-07T00:53:45.974Z Downloaded derive_builder v0.20.2
5982026-03-07T00:53:45.982Z Downloaded funty v2.0.0
5992026-03-07T00:53:45.985Z Downloaded deranged v0.5.8
6002026-03-07T00:53:45.991Z Downloaded atty v0.2.14
6012026-03-07T00:53:45.994Z Downloaded embedded-io v0.4.0
6022026-03-07T00:53:45.998Z Downloaded fixedbitset v0.5.7
6032026-03-07T00:53:46.002Z Downloaded fd-lock v4.0.4
6042026-03-07T00:53:46.007Z Downloaded flagset v0.4.7
6052026-03-07T00:53:46.011Z Downloaded foreign-types-macros v0.2.3
6062026-03-07T00:53:46.029Z Downloaded foreign-types v0.5.0
6072026-03-07T00:53:46.033Z Downloaded cassowary v0.3.0
6082026-03-07T00:53:46.033Z Downloaded data-encoding v2.10.0
6092026-03-07T00:53:46.033Z Downloaded csv-core v0.1.13
6102026-03-07T00:53:46.033Z Downloaded git-stub v1.0.0
6112026-03-07T00:53:46.033Z Downloaded gethostname v0.5.0
6122026-03-07T00:53:46.041Z Downloaded globwalk v0.9.1
6132026-03-07T00:53:46.044Z Downloaded float-cmp v0.10.0
6142026-03-07T00:53:46.057Z Downloaded headers-core v0.3.0
6152026-03-07T00:53:46.060Z Downloaded futures-task v0.3.32
6162026-03-07T00:53:46.064Z Downloaded float-ord v0.3.2
6172026-03-07T00:53:46.068Z Downloaded foreign-types v0.3.2
6182026-03-07T00:53:46.073Z Downloaded document-features v0.2.12
6192026-03-07T00:53:46.076Z Downloaded cstr-argument v0.1.2
6202026-03-07T00:53:46.076Z Downloaded hex v0.4.3
6212026-03-07T00:53:46.105Z Downloaded const-oid v0.9.6
6222026-03-07T00:53:46.105Z Downloaded colored v3.1.1
6232026-03-07T00:53:46.105Z Downloaded hostname v0.3.1
6242026-03-07T00:53:46.105Z Downloaded futures-executor v0.3.32
6252026-03-07T00:53:46.105Z Downloaded hash32 v0.2.1
6262026-03-07T00:53:46.105Z Downloaded hostname v0.4.2
6272026-03-07T00:53:46.109Z Downloaded hubpack_derive v0.1.1
6282026-03-07T00:53:46.109Z Downloaded indoc v1.0.9
6292026-03-07T00:53:46.112Z Downloaded instability v0.3.11
6302026-03-07T00:53:46.116Z Downloaded internet-checksum v0.2.1
6312026-03-07T00:53:46.116Z Downloaded cargo_metadata v0.19.2
6322026-03-07T00:53:46.120Z Downloaded either v1.15.0
6332026-03-07T00:53:46.123Z Downloaded filetime v0.2.27
6342026-03-07T00:53:46.129Z Downloaded fs_extra v1.3.0
6352026-03-07T00:53:46.133Z Downloaded cmake v0.1.57
6362026-03-07T00:53:46.138Z Downloaded glob v0.3.3
6372026-03-07T00:53:46.143Z Downloaded foldhash v0.2.0
6382026-03-07T00:53:46.143Z Downloaded lalrpop-util v0.19.12
6392026-03-07T00:53:46.147Z Downloaded kstat-rs v0.2.4
6402026-03-07T00:53:46.147Z Downloaded is_ci v1.2.0
6412026-03-07T00:53:46.150Z Downloaded async-trait v0.1.89
6422026-03-07T00:53:46.155Z Downloaded globset v0.4.18
6432026-03-07T00:53:46.158Z Downloaded is-terminal v0.4.17
6442026-03-07T00:53:46.162Z Downloaded linked-hash-map v0.5.6
6452026-03-07T00:53:46.165Z Downloaded libscf-sys v1.1.0
6462026-03-07T00:53:46.170Z Downloaded http-body-util v0.1.3
6472026-03-07T00:53:46.173Z Downloaded indent_write v2.2.0
6482026-03-07T00:53:46.177Z Downloaded lzss v0.8.2
6492026-03-07T00:53:46.181Z Downloaded md-5 v0.10.6
6502026-03-07T00:53:46.184Z Downloaded newtype_derive v0.1.6
6512026-03-07T00:53:46.184Z Downloaded new_debug_unreachable v1.0.6
6522026-03-07T00:53:46.187Z Downloaded managed v0.8.0
6532026-03-07T00:53:46.190Z Downloaded multimap v0.10.1
6542026-03-07T00:53:46.193Z Downloaded memoffset v0.9.1
6552026-03-07T00:53:46.197Z Downloaded newline-converter v0.3.0
6562026-03-07T00:53:46.200Z Downloaded impl-trait-for-tuples v0.2.3
6572026-03-07T00:53:46.203Z Downloaded nibble_vec v0.1.0
6582026-03-07T00:53:46.206Z Downloaded newtype-uuid-macros v0.1.0
6592026-03-07T00:53:46.211Z Downloaded libefi-sys v0.1.0
6602026-03-07T00:53:46.215Z Downloaded jobserver v0.1.34
6612026-03-07T00:53:46.218Z Downloaded hmac v0.12.1
6622026-03-07T00:53:46.222Z Downloaded ingot v0.1.1
6632026-03-07T00:53:46.226Z Downloaded num-iter v0.1.45
6642026-03-07T00:53:46.226Z Downloaded num-derive v0.4.2
6652026-03-07T00:53:46.230Z Downloaded hickory-client v0.25.2
6662026-03-07T00:53:46.233Z Downloaded opaque-debug v0.3.1
6672026-03-07T00:53:46.236Z Downloaded num_threads v0.1.7
6682026-03-07T00:53:46.240Z Downloaded num-conv v0.2.0
6692026-03-07T00:53:46.240Z Downloaded num v0.4.3
6702026-03-07T00:53:46.244Z Downloaded olpc-cjson v0.1.4
6712026-03-07T00:53:46.256Z Downloaded openssl-probe v0.2.1
6722026-03-07T00:53:46.260Z Downloaded openssl-probe v0.1.6
6732026-03-07T00:53:46.260Z Downloaded openssl-macros v0.1.1
6742026-03-07T00:53:46.260Z Downloaded num_enum_derive v0.5.11
6752026-03-07T00:53:46.260Z Downloaded normalize-line-endings v0.3.0
6762026-03-07T00:53:46.260Z Downloaded nonempty v0.12.0
6772026-03-07T00:53:46.263Z Downloaded iana-time-zone v0.1.65
6782026-03-07T00:53:46.283Z Downloaded const_format v0.2.35
6792026-03-07T00:53:46.289Z Downloaded oso-derive v0.27.3
6802026-03-07T00:53:46.289Z Downloaded peg-runtime v0.8.5
6812026-03-07T00:53:46.289Z Downloaded ar_archive_writer v0.5.1
6822026-03-07T00:53:46.289Z Downloaded pbkdf2 v0.12.2
6832026-03-07T00:53:46.289Z Downloaded newtype-uuid v1.3.2
6842026-03-07T00:53:46.289Z Downloaded libloading v0.8.9
6852026-03-07T00:53:46.295Z Downloaded num-integer v0.1.46
6862026-03-07T00:53:46.295Z Downloaded num-complex v0.4.6
6872026-03-07T00:53:46.295Z Downloaded phf_shared v0.13.1
6882026-03-07T00:53:46.299Z Downloaded num_enum v0.7.5
6892026-03-07T00:53:46.304Z Downloaded linear-map v1.2.0
6902026-03-07T00:53:46.309Z Downloaded nodrop v0.1.14
6912026-03-07T00:53:46.312Z Downloaded nanorand v0.7.0
6922026-03-07T00:53:46.312Z Downloaded ecdsa v0.16.9
6932026-03-07T00:53:46.320Z Downloaded precomputed-hash v0.1.1
6942026-03-07T00:53:46.320Z Downloaded powerfmt v0.2.0
6952026-03-07T00:53:46.320Z Downloaded predicates-core v1.0.10
6962026-03-07T00:53:46.328Z Downloaded packed_struct v0.10.1
6972026-03-07T00:53:46.328Z Downloaded num-derive v0.3.3
6982026-03-07T00:53:46.332Z Downloaded nu-ansi-term v0.50.3
6992026-03-07T00:53:46.332Z Downloaded native-tls v0.2.18
7002026-03-07T00:53:46.336Z Downloaded bumpalo v3.20.2
7012026-03-07T00:53:46.341Z Downloaded num_enum v0.5.11
7022026-03-07T00:53:46.348Z Downloaded progenitor-client v0.10.0
7032026-03-07T00:53:46.351Z Downloaded progenitor-client v0.11.2
7042026-03-07T00:53:46.352Z Downloaded proc-macro-crate v3.4.0
7052026-03-07T00:53:46.352Z Downloaded parse-display-derive v0.10.0
7062026-03-07T00:53:46.355Z Downloaded pin-utils v0.1.0
7072026-03-07T00:53:46.371Z Downloaded proc-macro-crate v1.3.1
7082026-03-07T00:53:46.371Z Downloaded progenitor-macro v0.13.0
7092026-03-07T00:53:46.371Z Downloaded libbz2-rs-sys v0.2.2
7102026-03-07T00:53:46.371Z Downloaded pin-project-lite v0.2.17
7112026-03-07T00:53:46.379Z Downloaded quick-error v1.2.3
7122026-03-07T00:53:46.379Z Downloaded radium v0.7.0
7132026-03-07T00:53:46.379Z Downloaded packed_struct_codegen v0.10.1
7142026-03-07T00:53:46.382Z Downloaded password-hash v0.5.0
7152026-03-07T00:53:46.382Z Downloaded oxide-tokio-rt v0.1.2
7162026-03-07T00:53:46.386Z Downloaded psl-types v2.0.11
7172026-03-07T00:53:46.386Z Downloaded peg v0.8.5
7182026-03-07T00:53:46.393Z Downloaded predicates v3.1.4
7192026-03-07T00:53:46.403Z Downloaded proc-macro-error-attr2 v2.0.0
7202026-03-07T00:53:46.403Z Downloaded ppv-lite86 v0.2.21
7212026-03-07T00:53:46.413Z Downloaded half v2.7.1
7222026-03-07T00:53:46.413Z Downloaded rand_xorshift v0.4.0
7232026-03-07T00:53:46.413Z Downloaded flume v0.11.1
7242026-03-07T00:53:46.418Z Downloaded parking_lot_core v0.9.12
7252026-03-07T00:53:46.418Z Downloaded phf v0.12.1
7262026-03-07T00:53:46.418Z Downloaded darling_core v0.21.3
7272026-03-07T00:53:46.421Z Downloaded ref-cast v1.0.25
7282026-03-07T00:53:46.425Z Downloaded progenitor-client v0.13.0
7292026-03-07T00:53:46.428Z Downloaded progenitor v0.13.0
7302026-03-07T00:53:46.437Z Downloaded progenitor v0.11.2
7312026-03-07T00:53:46.437Z Downloaded ref-cast-impl v1.0.25
7322026-03-07T00:53:46.447Z Downloaded rfc6979 v0.4.0
7332026-03-07T00:53:46.447Z Downloaded recursive-proc-macro-impl v0.1.1
7342026-03-07T00:53:46.447Z Downloaded peg-macros v0.8.5
7352026-03-07T00:53:46.447Z Downloaded psm v0.1.30
7362026-03-07T00:53:46.447Z Downloaded russh-cryptovec v0.7.3
7372026-03-07T00:53:46.447Z Downloaded rtoolbox v0.0.3
7382026-03-07T00:53:46.454Z Downloaded rustc_version v0.1.7
7392026-03-07T00:53:46.454Z Downloaded r2d2 v0.8.10
7402026-03-07T00:53:46.458Z Downloaded rustc-hash v2.1.1
7412026-03-07T00:53:46.458Z Downloaded predicates-tree v1.0.13
7422026-03-07T00:53:46.458Z Downloaded miniz_oxide v0.8.9
7432026-03-07T00:53:46.462Z Downloaded postgres-types v0.2.12
7442026-03-07T00:53:46.466Z Downloaded primeorder v0.13.6
7452026-03-07T00:53:46.466Z Downloaded p256 v0.13.2
7462026-03-07T00:53:46.470Z Downloaded progenitor-extras v0.1.0
7472026-03-07T00:53:46.473Z Downloaded parking_lot v0.11.2
7482026-03-07T00:53:46.478Z Downloaded rustc_version v0.4.1
7492026-03-07T00:53:46.478Z Downloaded papergrid v0.17.0
7502026-03-07T00:53:46.483Z Downloaded rand_seeder v0.4.0
7512026-03-07T00:53:46.486Z Downloaded indicatif v0.18.4
7522026-03-07T00:53:46.490Z Downloaded proc-macro-error2 v2.0.1
7532026-03-07T00:53:46.494Z Downloaded jiff-static v0.2.21
7542026-03-07T00:53:46.500Z Downloaded scopeguard v1.2.0
7552026-03-07T00:53:46.500Z Downloaded sapling-renderdag v0.1.0
7562026-03-07T00:53:46.507Z Downloaded pkcs5 v0.7.1
7572026-03-07T00:53:46.513Z Downloaded resolv-conf v0.7.6
7582026-03-07T00:53:46.513Z Downloaded pkcs1 v0.7.5
7592026-03-07T00:53:46.513Z Downloaded secrecy v0.10.3
7602026-03-07T00:53:46.517Z Downloaded serde-big-array v0.5.1
7612026-03-07T00:53:46.520Z Downloaded rand_core v0.9.5
7622026-03-07T00:53:46.520Z Downloaded scroll_derive v0.13.1
7632026-03-07T00:53:46.520Z Downloaded openssl-sys v0.9.111
7642026-03-07T00:53:46.525Z Downloaded scrypt v0.11.0
7652026-03-07T00:53:46.528Z Downloaded prefix-trie v0.7.0
7662026-03-07T00:53:46.531Z Downloaded rand_core v0.6.4
7672026-03-07T00:53:46.534Z Downloaded hickory-resolver v0.24.4
7682026-03-07T00:53:46.538Z Downloaded serde_plain v1.0.2
7692026-03-07T00:53:46.541Z Downloaded sha1 v0.10.6
7702026-03-07T00:53:46.544Z Downloaded serde_spanned v1.0.4
7712026-03-07T00:53:46.547Z Downloaded rustls-native-certs v0.8.3
7722026-03-07T00:53:46.550Z Downloaded secrecy v0.8.0
7732026-03-07T00:53:46.553Z Downloaded serde_bytes v0.11.19
7742026-03-07T00:53:46.553Z Downloaded postcard v1.1.3
7752026-03-07T00:53:46.556Z Downloaded rustls-pemfile v1.0.4
7762026-03-07T00:53:46.559Z Downloaded siphasher v1.0.2
7772026-03-07T00:53:46.562Z Downloaded sigpipe v0.1.3
7782026-03-07T00:53:46.562Z Downloaded signature v2.2.0
7792026-03-07T00:53:46.565Z Downloaded shell-words v1.1.1
7802026-03-07T00:53:46.568Z Downloaded oso v0.27.3
7812026-03-07T00:53:46.576Z Downloaded serde_urlencoded v0.7.1
7822026-03-07T00:53:46.577Z Downloaded seq-macro v0.3.6
7832026-03-07T00:53:46.577Z Downloaded rustls-pemfile v2.2.0
7842026-03-07T00:53:46.580Z Downloaded slog-envlogger v2.2.0
7852026-03-07T00:53:46.580Z Downloaded dropshot-api-manager v0.5.2
7862026-03-07T00:53:46.583Z Downloaded crypto-bigint v0.5.5
7872026-03-07T00:53:46.590Z Downloaded semver v0.1.20
7882026-03-07T00:53:46.593Z Downloaded signal-hook-tokio v0.3.1
7892026-03-07T00:53:46.596Z Downloaded scroll v0.13.0
7902026-03-07T00:53:46.596Z Downloaded schemars_derive v0.8.22
7912026-03-07T00:53:46.601Z Downloaded russh-keys v0.45.0
7922026-03-07T00:53:46.605Z Downloaded serde-hex v0.1.0
7932026-03-07T00:53:46.605Z Downloaded rusty-fork v0.3.1
7942026-03-07T00:53:46.605Z Downloaded pretty_assertions v1.4.1
7952026-03-07T00:53:46.608Z Downloaded hashbrown v0.12.3
7962026-03-07T00:53:46.611Z Downloaded pin-project v1.1.11
7972026-03-07T00:53:46.622Z Downloaded ssh-cipher v0.2.0
7982026-03-07T00:53:46.625Z Downloaded sqlparser_derive v0.5.0
7992026-03-07T00:53:46.629Z Downloaded serde_repr v0.1.20
8002026-03-07T00:53:46.632Z Downloaded serde_path_to_error v0.1.20
8012026-03-07T00:53:46.632Z Downloaded rustversion v1.0.22
8022026-03-07T00:53:46.635Z Downloaded rand_chacha v0.9.0
8032026-03-07T00:53:46.638Z Downloaded mio v1.1.1
8042026-03-07T00:53:46.641Z Downloaded shlex v1.3.0
8052026-03-07T00:53:46.644Z Downloaded sct v0.7.1
8062026-03-07T00:53:46.647Z Downloaded strip-ansi-escapes v0.2.1
8072026-03-07T00:53:46.650Z Downloaded slog-dtrace v0.3.0
8082026-03-07T00:53:46.654Z Downloaded progenitor-impl v0.13.0
8092026-03-07T00:53:46.654Z Downloaded progenitor-impl v0.11.2
8102026-03-07T00:53:46.657Z Downloaded slog-term v2.9.2
8112026-03-07T00:53:46.660Z Downloaded sync-ptr v0.1.4
8122026-03-07T00:53:46.663Z Downloaded tabled_derive v0.11.0
8132026-03-07T00:53:46.663Z Downloaded sync_wrapper v1.0.2
8142026-03-07T00:53:46.666Z Downloaded supports-color v3.0.2
8152026-03-07T00:53:46.667Z Downloaded strum v0.26.3
8162026-03-07T00:53:46.670Z Downloaded signal-hook-registry v1.4.8
8172026-03-07T00:53:46.670Z Downloaded serde_derive_internals v0.29.1
8182026-03-07T00:53:46.673Z Downloaded sqlformat v0.3.5
8192026-03-07T00:53:46.676Z Downloaded prettyplease v0.2.37
8202026-03-07T00:53:46.678Z Downloaded minimal-lexical v0.2.1
8212026-03-07T00:53:46.681Z Downloaded take_mut v0.2.2
8222026-03-07T00:53:46.684Z Downloaded testing_table v0.3.0
8232026-03-07T00:53:46.684Z Downloaded slog-json v2.6.1
8242026-03-07T00:53:46.687Z Downloaded stacker v0.1.23
8252026-03-07T00:53:46.690Z Downloaded tabwriter v1.4.1
8262026-03-07T00:53:46.693Z Downloaded serde_with_macros v3.17.0
8272026-03-07T00:53:46.696Z Downloaded hashbrown v0.15.5
8282026-03-07T00:53:46.698Z Downloaded static_assertions v1.1.0
8292026-03-07T00:53:46.702Z Downloaded time-core v0.1.8
8302026-03-07T00:53:46.705Z Downloaded smallvec v0.6.14
8312026-03-07T00:53:46.705Z Downloaded ryu v1.0.23
8322026-03-07T00:53:46.708Z Downloaded slog-stdlog v4.1.1
8332026-03-07T00:53:46.711Z Downloaded thread-id v5.1.0
8342026-03-07T00:53:46.711Z Downloaded string_cache v0.8.9
8352026-03-07T00:53:46.714Z Downloaded rayon-core v1.13.0
8362026-03-07T00:53:46.717Z Downloaded rcgen v0.12.1
8372026-03-07T00:53:46.720Z Downloaded crossterm v0.29.0
8382026-03-07T00:53:46.725Z Downloaded thiserror-impl-no-std v2.0.2
8392026-03-07T00:53:46.728Z Downloaded support-bundle-viewer v0.1.2
8402026-03-07T00:53:46.731Z Downloaded tap v1.0.1
8412026-03-07T00:53:46.731Z Downloaded smf v0.2.3
8422026-03-07T00:53:46.731Z Downloaded qorb v0.4.1
8432026-03-07T00:53:46.735Z Downloaded libxml v0.3.3
8442026-03-07T00:53:46.741Z Downloaded ron v0.8.1
8452026-03-07T00:53:46.747Z Downloaded rand v0.8.5
8462026-03-07T00:53:46.750Z Downloaded strum_macros v0.26.4
8472026-03-07T00:53:46.754Z Downloaded stringprep v0.1.5
8482026-03-07T00:53:46.757Z Downloaded progenitor-impl v0.10.0
8492026-03-07T00:53:46.757Z Downloaded hyper-util v0.1.20
8502026-03-07T00:53:46.762Z Downloaded serde_cbor v0.11.2
8512026-03-07T00:53:46.766Z Downloaded nom v7.1.3
8522026-03-07T00:53:46.770Z Downloaded signal-hook v0.3.18
8532026-03-07T00:53:46.773Z Downloaded tinyvec_macros v0.1.1
8542026-03-07T00:53:46.776Z Downloaded tower-layer v0.3.3
8552026-03-07T00:53:46.776Z Downloaded try-lock v0.2.5
8562026-03-07T00:53:46.780Z Downloaded trait-variant v0.1.2
8572026-03-07T00:53:46.780Z Downloaded rustls-platform-verifier v0.6.2
8582026-03-07T00:53:46.783Z Downloaded time-macros v0.2.27
8592026-03-07T00:53:46.786Z Downloaded similar v2.7.0
8602026-03-07T00:53:46.789Z Downloaded tokio-dtrace v0.1.1
8612026-03-07T00:53:46.792Z Downloaded strum_macros v0.24.3
8622026-03-07T00:53:46.795Z Downloaded thread_local v1.1.9
8632026-03-07T00:53:46.795Z Downloaded rsa v0.9.10
8642026-03-07T00:53:46.800Z Downloaded socket2 v0.6.2
8652026-03-07T00:53:46.803Z Downloaded topological-sort v0.2.2
8662026-03-07T00:53:46.805Z Downloaded tower-service v0.3.3
8672026-03-07T00:53:46.806Z Downloaded unicode-truncate v1.1.0
8682026-03-07T00:53:46.810Z Downloaded blake3 v1.8.3
8692026-03-07T00:53:46.815Z Downloaded termios v0.3.3
8702026-03-07T00:53:46.818Z Downloaded rand v0.9.2
8712026-03-07T00:53:46.822Z Downloaded tls_codec_derive v0.4.2
8722026-03-07T00:53:46.824Z Downloaded tiny-keccak v2.0.2
8732026-03-07T00:53:46.827Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8742026-03-07T00:53:46.831Z Downloaded usdt-macro v0.6.0
8752026-03-07T00:53:46.831Z Downloaded unarray v0.1.4
8762026-03-07T00:53:46.834Z Downloaded typify-macro v0.6.1
8772026-03-07T00:53:46.834Z Downloaded typify-macro v0.4.3
8782026-03-07T00:53:46.834Z Downloaded thiserror-no-std v2.0.2
8792026-03-07T00:53:46.838Z Downloaded tokio-native-tls v0.3.1
8802026-03-07T00:53:46.842Z Downloaded term v1.2.1
8812026-03-07T00:53:46.845Z Downloaded unit-prefix v0.5.2
8822026-03-07T00:53:46.845Z Downloaded untrusted v0.9.0
8832026-03-07T00:53:46.848Z Downloaded toml_writer v1.0.6+spec-1.1.0
8842026-03-07T00:53:46.851Z Downloaded universal-hash v0.5.1
8852026-03-07T00:53:46.851Z Downloaded void v1.0.2
8862026-03-07T00:53:46.851Z Downloaded usdt-attr-macro v0.6.0
8872026-03-07T00:53:46.856Z Downloaded utf-8 v0.7.6
8882026-03-07T00:53:46.856Z Downloaded usdt v0.6.0
8892026-03-07T00:53:46.856Z Downloaded untrusted v0.7.1
8902026-03-07T00:53:46.856Z Downloaded itertools v0.14.0
8912026-03-07T00:53:46.862Z Downloaded wait-timeout v0.2.1
8922026-03-07T00:53:46.865Z Downloaded tui-tree-widget v0.23.1
8932026-03-07T00:53:46.868Z Downloaded slog v2.8.2
8942026-03-07T00:53:46.871Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8952026-03-07T00:53:46.871Z Downloaded tokio-stream v0.1.18
8962026-03-07T00:53:46.877Z Downloaded waitgroup v0.1.2
8972026-03-07T00:53:46.879Z Downloaded term v0.7.0
8982026-03-07T00:53:46.882Z Downloaded xattr v1.6.1
8992026-03-07T00:53:46.885Z Downloaded crossterm v0.28.1
9002026-03-07T00:53:46.889Z Downloaded tokio-rustls v0.26.4
9012026-03-07T00:53:46.892Z Downloaded itertools v0.10.5
9022026-03-07T00:53:46.900Z Downloaded want v0.3.1
9032026-03-07T00:53:46.902Z Downloaded socket2 v0.5.10
9042026-03-07T00:53:46.902Z Downloaded rand v0.10.0
9052026-03-07T00:53:46.905Z Downloaded xshell-macros v0.2.7
9062026-03-07T00:53:46.908Z Downloaded tokio-rustls v0.25.0
9072026-03-07T00:53:46.908Z Downloaded tar v0.4.44
9082026-03-07T00:53:46.911Z Downloaded unicase v2.9.0
9092026-03-07T00:53:46.917Z Downloaded h2 v0.4.13
9102026-03-07T00:53:46.924Z Downloaded schemars v0.9.0
9112026-03-07T00:53:46.930Z Downloaded vergen-lib v0.1.6
9122026-03-07T00:53:46.933Z Downloaded tokio-tungstenite v0.21.0
9132026-03-07T00:53:46.936Z Downloaded uzers v0.12.2
9142026-03-07T00:53:46.939Z Downloaded tokio-macros v2.6.0
9152026-03-07T00:53:46.939Z Downloaded test-strategy v0.4.5
9162026-03-07T00:53:46.942Z Downloaded zone_cfg_derive v0.3.1
9172026-03-07T00:53:46.942Z Downloaded zone v0.3.1
9182026-03-07T00:53:46.945Z Downloaded vsss-rs v3.3.4
9192026-03-07T00:53:46.949Z Downloaded russh v0.45.0
9202026-03-07T00:53:46.952Z Downloaded tokio-rustls v0.24.1
9212026-03-07T00:53:46.954Z Downloaded num-bigint-dig v0.8.6
9222026-03-07T00:53:46.958Z Downloaded zeroize_derive v1.4.3
9232026-03-07T00:53:46.961Z Downloaded p521 v0.13.3
9242026-03-07T00:53:46.964Z Downloaded tls_codec v0.4.2
9252026-03-07T00:53:46.967Z Downloaded publicsuffix v2.3.0
9262026-03-07T00:53:46.969Z Downloaded walkdir v2.5.0
9272026-03-07T00:53:46.969Z Downloaded xz2 v0.1.7
9282026-03-07T00:53:46.974Z Downloaded samael v0.0.19
9292026-03-07T00:53:46.980Z Downloaded snafu v0.8.9
9302026-03-07T00:53:46.984Z Downloaded whoami v1.6.1
9312026-03-07T00:53:46.989Z Downloaded vergen v9.0.6
9322026-03-07T00:53:46.989Z Downloaded whoami v2.1.0
9332026-03-07T00:53:46.993Z Downloaded tracing-core v0.1.36
9342026-03-07T00:53:46.993Z Downloaded vergen-gitcl v1.0.8
9352026-03-07T00:53:47.000Z Downloaded twox-hash v2.1.2
9362026-03-07T00:53:47.005Z Downloaded tinyvec v1.10.0
9372026-03-07T00:53:47.005Z Downloaded unicode-properties v0.1.4
9382026-03-07T00:53:47.005Z Downloaded hyper v1.8.1
9392026-03-07T00:53:47.009Z Downloaded unicode-bidi v0.3.18
9402026-03-07T00:53:47.013Z Downloaded typify v0.6.1
9412026-03-07T00:53:47.018Z Downloaded zeroize v1.8.2
9422026-03-07T00:53:47.018Z Downloaded subprocess v0.2.15
9432026-03-07T00:53:47.021Z Downloaded git2 v0.20.4
9442026-03-07T00:53:47.029Z Downloaded unsafe-libyaml v0.2.11
9452026-03-07T00:53:47.032Z Downloaded zstd-safe v7.2.4
9462026-03-07T00:53:47.036Z Downloaded zstd v0.13.3
9472026-03-07T00:53:47.036Z Downloaded toml_edit v0.23.10+spec-1.0.0
9482026-03-07T00:53:47.040Z Downloaded toml v0.7.8
9492026-03-07T00:53:47.043Z Downloaded tungstenite v0.21.0
9502026-03-07T00:53:47.048Z Downloaded aws-lc-rs v1.16.0
9512026-03-07T00:53:47.055Z Downloaded libm v0.2.16
9522026-03-07T00:53:47.065Z Downloaded bitvec v1.0.1
9532026-03-07T00:53:47.079Z Downloaded tokio-postgres v0.7.16
9542026-03-07T00:53:47.084Z Downloaded uuid v1.21.0
9552026-03-07T00:53:47.109Z Downloaded zerocopy v0.6.6
9562026-03-07T00:53:47.113Z Downloaded yasna v0.5.2
9572026-03-07T00:53:47.113Z Downloaded chrono v0.4.44
9582026-03-07T00:53:47.113Z Downloaded rustyline v14.0.0
9592026-03-07T00:53:47.113Z Downloaded reedline v0.40.0
9602026-03-07T00:53:47.113Z Downloaded typify v0.4.3
9612026-03-07T00:53:47.116Z Downloaded tungstenite v0.23.0
9622026-03-07T00:53:47.120Z Downloaded bindgen v0.71.1
9632026-03-07T00:53:47.125Z Downloaded yansi v1.0.1
9642026-03-07T00:53:47.128Z Downloaded ron v0.12.0
9652026-03-07T00:53:47.138Z Downloaded zip v0.6.6
9662026-03-07T00:53:47.142Z Downloaded tower v0.5.3
9672026-03-07T00:53:47.150Z Downloaded zopfli v0.8.3
9682026-03-07T00:53:47.154Z Downloaded vte v0.14.1
9692026-03-07T00:53:47.157Z Downloaded schemars v1.2.1
9702026-03-07T00:53:47.168Z Downloaded quick-xml v0.37.5
9712026-03-07T00:53:47.173Z Downloaded ssh-key v0.6.7
9722026-03-07T00:53:47.188Z Downloaded unicode_categories v0.1.1
9732026-03-07T00:53:47.188Z Downloaded rustls-webpki v0.101.7
9742026-03-07T00:53:47.197Z Downloaded x509-cert v0.2.5
9752026-03-07T00:53:47.202Z Downloaded unicode-segmentation v1.12.0
9762026-03-07T00:53:47.207Z Downloaded regex v1.12.3
9772026-03-07T00:53:47.211Z Downloaded toml_edit v0.19.15
9782026-03-07T00:53:47.227Z Downloaded zerocopy-derive v0.8.40
9792026-03-07T00:53:47.236Z Downloaded unicode-normalization v0.1.25
9802026-03-07T00:53:47.239Z Downloaded tokio-util v0.7.18
9812026-03-07T00:53:47.247Z Downloaded tower-http v0.6.8
9822026-03-07T00:53:47.253Z Downloaded zip v4.6.1
9832026-03-07T00:53:47.259Z Downloaded reqwest v0.12.28
9842026-03-07T00:53:47.264Z Downloaded rayon v1.11.0
9852026-03-07T00:53:47.274Z Downloaded tough v0.20.0
9862026-03-07T00:53:47.281Z Downloaded salty v0.3.0
9872026-03-07T00:53:47.287Z Downloaded rustls-webpki v0.102.8
9882026-03-07T00:53:47.306Z Downloaded winnow v0.6.26
9892026-03-07T00:53:47.314Z Downloaded quinn-proto v0.11.13
9902026-03-07T00:53:47.321Z Downloaded bstr v1.12.1
9912026-03-07T00:53:47.330Z Downloaded serde_with v3.17.0
9922026-03-07T00:53:47.342Z Downloaded radix_trie v0.2.1
9932026-03-07T00:53:47.346Z Downloaded object v0.30.4
9942026-03-07T00:53:47.356Z Downloaded curve25519-dalek v4.1.3
9952026-03-07T00:53:47.363Z Downloaded time v0.3.47
9962026-03-07T00:53:47.376Z Downloaded winnow v0.5.40
9972026-03-07T00:53:47.383Z Downloaded smoltcp v0.9.1
9982026-03-07T00:53:47.393Z Downloaded nix v0.31.1
9992026-03-07T00:53:47.405Z Downloaded vcpkg v0.2.15
10002026-03-07T00:53:47.442Z Downloaded hickory-proto v0.24.4
10012026-03-07T00:53:47.456Z Downloaded zerocopy v0.8.40
10022026-03-07T00:53:47.467Z Downloaded smoltcp v0.11.0
10032026-03-07T00:53:47.478Z Downloaded rustls v0.22.4
10042026-03-07T00:53:47.490Z Downloaded tabled v0.20.0
10052026-03-07T00:53:47.508Z Downloaded rustls v0.23.37
10062026-03-07T00:53:47.518Z Downloaded openssl v0.10.75
10072026-03-07T00:53:47.526Z Downloaded rustls v0.21.12
10082026-03-07T00:53:47.536Z Downloaded zlib-rs v0.6.2
10092026-03-07T00:53:47.542Z Downloaded nix v0.29.0
10102026-03-07T00:53:47.553Z Downloaded nix v0.28.0
10112026-03-07T00:53:47.563Z Downloaded webpki-roots v1.0.6
10122026-03-07T00:53:47.567Z Downloaded sqlparser v0.61.0
10132026-03-07T00:53:47.576Z Downloaded typify-impl v0.6.1
10142026-03-07T00:53:47.588Z Downloaded object v0.37.3
10152026-03-07T00:53:47.600Z Downloaded nix v0.30.1
10162026-03-07T00:53:47.611Z Downloaded typify-impl v0.4.3
10172026-03-07T00:53:47.623Z Downloaded regress v0.10.5
10182026-03-07T00:53:47.633Z Downloaded bzip2-sys v0.1.13+1.0.8
10192026-03-07T00:53:47.642Z Downloaded rustix v0.38.44
10202026-03-07T00:53:47.663Z Downloaded hickory-proto v0.25.2
10212026-03-07T00:53:47.677Z Downloaded zerocopy-derive v0.6.6
10222026-03-07T00:53:47.686Z Downloaded openapiv3 v2.2.0
10232026-03-07T00:53:47.697Z Downloaded regex-syntax v0.6.29
10242026-03-07T00:53:47.703Z Downloaded regex-syntax v0.8.10
10252026-03-07T00:53:47.710Z Downloaded chrono-tz v0.10.4
10262026-03-07T00:53:47.726Z Downloaded jiff v0.2.21
10272026-03-07T00:53:47.743Z Downloaded lzma-sys v0.1.20
10282026-03-07T00:53:47.770Z Downloaded polar-core v0.27.3
10292026-03-07T00:53:47.777Z Downloaded nix v0.27.1
10302026-03-07T00:53:47.784Z Downloaded goblin v0.10.5
10312026-03-07T00:53:47.791Z Downloaded proptest v1.10.0
10322026-03-07T00:53:47.800Z Downloaded diesel v2.2.12
10332026-03-07T00:53:47.817Z Downloaded typed-path v0.9.3
10342026-03-07T00:53:47.824Z Downloaded reqwest v0.13.2
10352026-03-07T00:53:47.828Z Downloaded tracing v0.1.44
10362026-03-07T00:53:47.849Z Downloaded sled v0.34.7
10372026-03-07T00:53:47.858Z Downloaded ratatui v0.29.0
10382026-03-07T00:53:47.875Z Downloaded libz-sys v1.1.24
10392026-03-07T00:53:47.894Z Downloaded petname v2.0.2
10402026-03-07T00:53:47.898Z Downloaded p384 v0.13.1
10412026-03-07T00:53:47.903Z Downloaded rpassword v7.4.0
10422026-03-07T00:53:47.906Z Downloaded moka v0.12.13
10432026-03-07T00:53:47.912Z Downloaded portable-atomic v1.13.1
10442026-03-07T00:53:47.919Z Downloaded regex-automata v0.4.14
10452026-03-07T00:53:47.932Z Downloaded lalrpop v0.19.12
10462026-03-07T00:53:47.942Z Downloaded toml v0.9.12+spec-1.1.0
10472026-03-07T00:53:47.946Z Downloaded petgraph v0.6.5
10482026-03-07T00:53:47.962Z Downloaded futures-util v0.3.32
10492026-03-07T00:53:47.973Z Downloaded hkdf v0.12.4
10502026-03-07T00:53:47.976Z Downloaded tracing-attributes v0.1.31
10512026-03-07T00:53:47.979Z Downloaded steno v0.4.1
10522026-03-07T00:53:47.982Z Downloaded itertools v0.12.1
10532026-03-07T00:53:47.987Z Downloaded iri-string v0.7.10
10542026-03-07T00:53:47.994Z Downloaded rustls-webpki v0.103.9
10552026-03-07T00:53:47.997Z Downloaded petgraph v0.8.3
10562026-03-07T00:53:48.017Z Downloaded itertools v0.13.0
10572026-03-07T00:53:48.023Z Downloaded xshell v0.2.7
10582026-03-07T00:53:48.026Z Downloaded wyz v0.5.1
10592026-03-07T00:53:48.026Z Downloaded vergen-git2 v1.0.7
10602026-03-07T00:53:48.029Z Downloaded usdt-impl v0.6.0
10612026-03-07T00:53:48.029Z Downloaded toml_parser v1.0.9+spec-1.1.0
10622026-03-07T00:53:48.032Z Downloaded toml v1.0.3+spec-1.1.0
10632026-03-07T00:53:48.035Z Downloaded tokio-tungstenite v0.23.1
10642026-03-07T00:53:48.038Z Downloaded strum_macros v0.27.2
10652026-03-07T00:53:48.041Z Downloaded serde_yaml v0.9.34+deprecated
10662026-03-07T00:53:48.044Z Downloaded spin v0.9.8
10672026-03-07T00:53:48.044Z Downloaded csv v1.4.0
10682026-03-07T00:53:48.061Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10692026-03-07T00:53:48.077Z Downloaded sha3 v0.10.8
10702026-03-07T00:53:48.081Z Downloaded schemars v0.8.22
10712026-03-07T00:53:48.091Z Downloaded quinn v0.11.9
10722026-03-07T00:53:48.096Z Downloaded iddqd v0.3.17
10732026-03-07T00:53:48.100Z Downloaded num-bigint v0.4.6
10742026-03-07T00:53:48.104Z Downloaded termtree v0.5.1
10752026-03-07T00:53:48.107Z Downloaded tokio v1.49.0
10762026-03-07T00:53:48.140Z Downloaded spki v0.7.3
10772026-03-07T00:53:48.143Z Downloaded snafu-derive v0.8.9
10782026-03-07T00:53:48.143Z Downloaded slog-scope v4.4.1
10792026-03-07T00:53:48.146Z Downloaded slab v0.4.12
10802026-03-07T00:53:48.146Z Downloaded simd-adler32 v0.3.8
10812026-03-07T00:53:48.149Z Downloaded tagptr v0.2.0
10822026-03-07T00:53:48.149Z Downloaded hashbrown v0.13.2
10832026-03-07T00:53:48.153Z Downloaded ring v0.17.14
10842026-03-07T00:53:48.191Z Downloaded subtle v2.6.1
10852026-03-07T00:53:48.194Z Downloaded strum v0.27.2
10862026-03-07T00:53:48.194Z Downloaded structmeta-derive v0.3.0
10872026-03-07T00:53:48.194Z Downloaded structmeta v0.3.0
10882026-03-07T00:53:48.194Z Downloaded sec1 v0.7.3
10892026-03-07T00:53:48.197Z Downloaded ssh-encoding v0.2.0
10902026-03-07T00:53:48.197Z Downloaded slog-async v2.8.0
10912026-03-07T00:53:48.197Z Downloaded rustls-pki-types v1.14.0
10922026-03-07T00:53:48.200Z Downloaded hickory-server v0.25.2
10932026-03-07T00:53:48.203Z Downloaded quinn-udp v0.5.14
10942026-03-07T00:53:48.206Z Downloaded http v1.4.0
10952026-03-07T00:53:48.209Z Downloaded expectorate v1.2.0
10962026-03-07T00:53:48.212Z Downloaded slog-bunyan v2.5.0
10972026-03-07T00:53:48.212Z Downloaded signal-hook-mio v0.2.5
10982026-03-07T00:53:48.212Z Downloaded hickory-resolver v0.25.2
10992026-03-07T00:53:48.215Z Downloaded scheduled-thread-pool v0.2.7
11002026-03-07T00:53:48.218Z Downloaded same-file v1.0.6
11012026-03-07T00:53:48.218Z Downloaded salsa20 v0.10.2
11022026-03-07T00:53:48.221Z Downloaded encoding_rs v0.8.35
11032026-03-07T00:53:48.238Z Downloaded indexmap v1.9.3
11042026-03-07T00:53:48.243Z Downloaded async-compression v0.4.41
11052026-03-07T00:53:48.247Z Downloaded rand_core v0.10.0
11062026-03-07T00:53:48.249Z Downloaded flate2 v1.1.9
11072026-03-07T00:53:48.252Z Downloaded diesel_derives v2.2.7
11082026-03-07T00:53:48.256Z Downloaded derive_more v2.1.1
11092026-03-07T00:53:48.266Z Downloaded parking_lot v0.12.5
11102026-03-07T00:53:48.269Z Downloaded postgres-protocol v0.6.10
11112026-03-07T00:53:48.272Z Downloaded num_enum_derive v0.7.5
11122026-03-07T00:53:48.272Z Downloaded pkcs8 v0.10.2
11132026-03-07T00:53:48.275Z Downloaded polyval v0.6.2
11142026-03-07T00:53:48.275Z Downloaded poly1305 v0.8.0
11152026-03-07T00:53:48.278Z Downloaded pkg-config v0.3.32
11162026-03-07T00:53:48.278Z Downloaded pin-project-internal v1.1.11
11172026-03-07T00:53:48.280Z Downloaded progenitor v0.10.0
11182026-03-07T00:53:48.281Z Downloaded password-hash v0.4.2
11192026-03-07T00:53:48.283Z Downloaded heapless v0.7.17
11202026-03-07T00:53:48.286Z Downloaded darling_core v0.23.0
11212026-03-07T00:53:48.289Z Downloaded recursive v0.1.1
11222026-03-07T00:53:48.292Z Downloaded rand_chacha v0.3.1
11232026-03-07T00:53:48.292Z Downloaded heapless v0.8.0
11242026-03-07T00:53:48.295Z Downloaded derive_more-impl v2.1.1
11252026-03-07T00:53:48.299Z Downloaded darling_core v0.20.11
11262026-03-07T00:53:48.303Z Downloaded oxnet v0.1.4
11272026-03-07T00:53:48.306Z Downloaded paste v1.0.15
11282026-03-07T00:53:48.309Z Downloaded parking_lot_core v0.8.6
11292026-03-07T00:53:48.312Z Downloaded omicron-zone-package v0.12.2
11302026-03-07T00:53:48.312Z Downloaded owo-colors v4.3.0
11312026-03-07T00:53:48.338Z Downloaded progenitor-macro v0.11.2
11322026-03-07T00:53:48.338Z Downloaded progenitor-macro v0.10.0
11332026-03-07T00:53:48.338Z Downloaded libgit2-sys v0.18.3+1.9.2
11342026-03-07T00:53:48.366Z Downloaded phf v0.13.1
11352026-03-07T00:53:48.369Z Downloaded pem-rfc7468 v0.7.0
11362026-03-07T00:53:48.369Z Downloaded memmap2 v0.9.10
11372026-03-07T00:53:48.372Z Downloaded lock_api v0.4.14
11382026-03-07T00:53:48.372Z Downloaded litrs v1.0.0
11392026-03-07T00:53:48.376Z Downloaded ignore v0.4.25
11402026-03-07T00:53:48.378Z Downloaded pem v3.0.6
11412026-03-07T00:53:48.378Z Downloaded parse-size v1.1.0
11422026-03-07T00:53:48.379Z Downloaded headers v0.4.1
11432026-03-07T00:53:48.383Z Downloaded num-rational v0.4.2
11442026-03-07T00:53:48.386Z Downloaded find-msvc-tools v0.1.9
11452026-03-07T00:53:48.386Z Downloaded fatfs v0.3.6
11462026-03-07T00:53:48.389Z Downloaded elliptic-curve v0.13.8
11472026-03-07T00:53:48.392Z Downloaded phf_shared v0.12.1
11482026-03-07T00:53:48.392Z Downloaded phf_shared v0.11.3
11492026-03-07T00:53:48.395Z Downloaded diff v0.1.13
11502026-03-07T00:53:48.398Z Downloaded ingot-macros v0.1.1
11512026-03-07T00:53:48.398Z Downloaded derive_more v0.99.20
11522026-03-07T00:53:48.401Z Downloaded mime_guess v2.0.5
11532026-03-07T00:53:48.404Z Downloaded pbkdf2 v0.11.0
11542026-03-07T00:53:48.404Z Downloaded parse-display v0.10.0
11552026-03-07T00:53:48.404Z Downloaded path-slash v0.1.5
11562026-03-07T00:53:48.407Z Downloaded cc v1.2.56
11572026-03-07T00:53:48.412Z Downloaded base64 v0.21.7
11582026-03-07T00:53:48.415Z Downloaded multer v3.1.0
11592026-03-07T00:53:48.415Z Downloaded compact_str v0.8.1
11602026-03-07T00:53:48.418Z Downloaded chacha20poly1305 v0.10.1
11612026-03-07T00:53:48.419Z Downloaded base64 v0.22.1
11622026-03-07T00:53:48.421Z Downloaded cargo_toml v0.22.3
11632026-03-07T00:53:48.424Z Downloaded libsw-core v0.3.2
11642026-03-07T00:53:48.424Z Downloaded libsw v3.5.0
11652026-03-07T00:53:48.427Z Downloaded hyper-rustls v0.27.7
11662026-03-07T00:53:48.427Z Downloaded httparse v1.10.1
11672026-03-07T00:53:48.430Z Downloaded getrandom v0.3.4
11682026-03-07T00:53:48.433Z Downloaded half v1.8.3
11692026-03-07T00:53:48.436Z Downloaded futures v0.3.32
11702026-03-07T00:53:48.438Z Downloaded darling v0.23.0
11712026-03-07T00:53:48.442Z Downloaded ipnetwork v0.21.1
11722026-03-07T00:53:48.445Z Downloaded crc-any v2.5.0
11732026-03-07T00:53:48.448Z Downloaded console v0.15.11
11742026-03-07T00:53:48.448Z Downloaded md5 v0.7.0
11752026-03-07T00:53:48.451Z Downloaded match_cfg v0.1.0
11762026-03-07T00:53:48.451Z Downloaded maplit v1.0.2
11772026-03-07T00:53:48.451Z Downloaded lru-slab v0.1.2
11782026-03-07T00:53:48.451Z Downloaded lru-cache v0.1.2
11792026-03-07T00:53:48.454Z Downloaded ipnet v2.11.0
11802026-03-07T00:53:48.454Z Downloaded ingot-types v0.1.2
11812026-03-07T00:53:48.457Z Downloaded mime v0.3.17
11822026-03-07T00:53:48.457Z Downloaded maybe-uninit v2.0.0
11832026-03-07T00:53:48.457Z Downloaded lru v0.12.5
11842026-03-07T00:53:48.457Z Downloaded hubpack v0.1.2
11852026-03-07T00:53:48.460Z Downloaded indoc v2.0.7
11862026-03-07T00:53:48.463Z Downloaded humantime v2.3.0
11872026-03-07T00:53:48.463Z Downloaded crossbeam-utils v0.8.21
11882026-03-07T00:53:48.466Z Downloaded hyper-staticfile v0.10.1
11892026-03-07T00:53:48.467Z Downloaded highway v1.3.0
11902026-03-07T00:53:48.469Z Downloaded foldhash v0.1.5
11912026-03-07T00:53:48.469Z Downloaded der v0.7.10
11922026-03-07T00:53:48.473Z Downloaded lazy_static v1.5.0
11932026-03-07T00:53:48.476Z Downloaded getrandom v0.2.17
11942026-03-07T00:53:48.479Z Downloaded futures-channel v0.3.32
11952026-03-07T00:53:48.479Z Downloaded chacha20 v0.10.0
11962026-03-07T00:53:48.482Z Downloaded keccak v0.1.6
11972026-03-07T00:53:48.482Z Downloaded des v0.8.1
11982026-03-07T00:53:48.485Z Downloaded bytes v1.11.1
11992026-03-07T00:53:48.488Z Downloaded instant v0.1.13
12002026-03-07T00:53:48.491Z Downloaded fs-err v2.11.0
12012026-03-07T00:53:48.491Z Downloaded ff v0.13.1
12022026-03-07T00:53:48.491Z Downloaded diesel-dtrace v0.4.2
12032026-03-07T00:53:48.494Z Downloaded cookie v0.18.1
12042026-03-07T00:53:48.494Z Downloaded console v0.16.2
12052026-03-07T00:53:48.497Z Downloaded ciborium v0.2.2
12062026-03-07T00:53:48.500Z Downloaded derive_builder_core v0.20.2
12072026-03-07T00:53:48.500Z Downloaded cookie_store v0.22.1
12082026-03-07T00:53:48.503Z Downloaded cancel-safe-futures v0.1.5
12092026-03-07T00:53:48.506Z Downloaded bzip2 v0.6.1
12102026-03-07T00:53:48.506Z Downloaded crc32fast v1.5.0
12112026-03-07T00:53:48.510Z Downloaded bcs v0.1.6
12122026-03-07T00:53:48.510Z Downloaded dropshot-api-manager-types v0.5.2
12132026-03-07T00:53:48.510Z Downloaded colored v2.2.0
12142026-03-07T00:53:48.513Z Downloaded clang-sys v1.8.1
12152026-03-07T00:53:48.516Z Downloaded backon v1.6.0
12162026-03-07T00:53:48.516Z Downloaded async-bb8-diesel v0.2.1
12172026-03-07T00:53:48.519Z Downloaded inout v0.1.4
12182026-03-07T00:53:48.519Z Downloaded ident_case v1.0.1
12192026-03-07T00:53:48.522Z Downloaded hyper-tls v0.6.0
12202026-03-07T00:53:48.522Z Downloaded httpdate v1.0.3
12212026-03-07T00:53:48.522Z Downloaded http-range v0.1.5
12222026-03-07T00:53:48.524Z Downloaded http-body v1.0.1
12232026-03-07T00:53:48.524Z Downloaded crossbeam-channel v0.5.15
12242026-03-07T00:53:48.527Z Downloaded erased-serde v0.3.31
12252026-03-07T00:53:48.530Z Downloaded group v0.13.0
12262026-03-07T00:53:48.530Z Downloaded git-stub-vcs v0.1.0
12272026-03-07T00:53:48.533Z Downloaded fallible-iterator v0.2.0
12282026-03-07T00:53:48.533Z Downloaded env_logger v0.11.9
12292026-03-07T00:53:48.536Z Downloaded darling v0.21.3
12302026-03-07T00:53:48.542Z Downloaded ctr v0.9.2
12312026-03-07T00:53:48.542Z Downloaded drift v0.1.3
12322026-03-07T00:53:48.545Z Downloaded defmt-macros v1.0.1
12332026-03-07T00:53:48.548Z Downloaded home v0.5.12
12342026-03-07T00:53:48.551Z Downloaded hex-literal v0.4.1
12352026-03-07T00:53:48.551Z Downloaded fxhash v0.2.1
12362026-03-07T00:53:48.551Z Downloaded embedded-io v0.6.1
12372026-03-07T00:53:48.554Z Downloaded foreign-types-shared v0.3.1
12382026-03-07T00:53:48.554Z Downloaded foreign-types-shared v0.1.1
12392026-03-07T00:53:48.554Z Downloaded base64ct v1.8.3
12402026-03-07T00:53:48.557Z Downloaded base16ct v0.2.0
12412026-03-07T00:53:48.557Z Downloaded diesel_table_macro_syntax v0.2.0
12422026-03-07T00:53:48.557Z Downloaded crc v3.4.0
12432026-03-07T00:53:48.560Z Downloaded constant_time_eq v0.4.2
12442026-03-07T00:53:48.560Z Downloaded hash32 v0.3.1
12452026-03-07T00:53:48.563Z Downloaded futures-macro v0.3.32
12462026-03-07T00:53:48.563Z Downloaded futures-core v0.3.32
12472026-03-07T00:53:48.563Z Downloaded dirs-sys-next v0.1.2
12482026-03-07T00:53:48.566Z Downloaded dirs-next v2.0.0
12492026-03-07T00:53:48.566Z Downloaded defmt-parser v1.0.0
12502026-03-07T00:53:48.566Z Downloaded critical-section v1.2.0
12512026-03-07T00:53:48.569Z Downloaded corncobs v0.1.4
12522026-03-07T00:53:48.569Z Downloaded cexpr v0.6.0
12532026-03-07T00:53:48.572Z Downloaded buf-list v1.1.2
12542026-03-07T00:53:48.572Z Downloaded display-error-chain v0.2.2
12552026-03-07T00:53:48.574Z Downloaded futures-io v0.3.32
12562026-03-07T00:53:48.575Z Downloaded endian-type v0.1.2
12572026-03-07T00:53:48.575Z Downloaded ghash v0.5.1
12582026-03-07T00:53:48.575Z Downloaded futures-sink v0.3.32
12592026-03-07T00:53:48.578Z Downloaded ed25519-dalek v2.2.0
12602026-03-07T00:53:48.578Z Downloaded convert_case v0.10.0
12612026-03-07T00:53:48.582Z Downloaded camino-tempfile-ext v0.3.3
12622026-03-07T00:53:48.582Z Downloaded bzip2 v0.4.4
12632026-03-07T00:53:48.585Z Downloaded arrayvec v0.7.6
12642026-03-07T00:53:48.585Z Downloaded darling_macro v0.23.0
12652026-03-07T00:53:48.585Z Downloaded darling v0.20.11
12662026-03-07T00:53:48.588Z Downloaded daft-derive v0.1.5
12672026-03-07T00:53:48.592Z Downloaded daft v0.1.5
12682026-03-07T00:53:48.595Z Downloaded crossbeam-epoch v0.9.18
12692026-03-07T00:53:48.598Z Downloaded const_format_proc_macros v0.2.34
12702026-03-07T00:53:48.598Z Downloaded castaway v0.2.4
12712026-03-07T00:53:48.604Z Downloaded cargo-platform v0.1.9
12722026-03-07T00:53:48.604Z Downloaded blowfish v0.9.1
12732026-03-07T00:53:48.607Z Downloaded bitfield v0.19.4
12742026-03-07T00:53:48.607Z Downloaded backoff v0.4.0
12752026-03-07T00:53:48.607Z Downloaded dunce v1.0.5
12762026-03-07T00:53:48.607Z Downloaded bitflags v1.3.2
12772026-03-07T00:53:48.608Z Downloaded async-stream-impl v0.3.6
12782026-03-07T00:53:48.611Z Downloaded dsl_auto_type v0.1.3
12792026-03-07T00:53:48.611Z Downloaded convert_case v0.4.0
12802026-03-07T00:53:48.611Z Downloaded dyn-clone v1.0.20
12812026-03-07T00:53:48.614Z Downloaded derive_builder_macro v0.20.2
12822026-03-07T00:53:48.614Z Downloaded cfg_aliases v0.2.1
12832026-03-07T00:53:48.614Z Downloaded enum-as-inner v0.6.1
12842026-03-07T00:53:48.614Z Downloaded curve25519-dalek-derive v0.1.1
12852026-03-07T00:53:48.617Z Downloaded cfg_aliases v0.1.1
12862026-03-07T00:53:48.617Z Downloaded atomicwrites v0.4.4
12872026-03-07T00:53:48.617Z Downloaded ed25519 v2.2.3
12882026-03-07T00:53:48.620Z Downloaded defmt v0.3.100
12892026-03-07T00:53:48.620Z Downloaded crossbeam-deque v0.8.6
12902026-03-07T00:53:48.620Z Downloaded bitfield-macros v0.19.4
12912026-03-07T00:53:48.620Z Downloaded async-recursion v1.1.1
12922026-03-07T00:53:48.623Z Downloaded atomic-waker v1.1.2
12932026-03-07T00:53:48.626Z Downloaded arrayref v0.3.9
12942026-03-07T00:53:48.626Z Downloaded crc8 v0.1.1
12952026-03-07T00:53:48.626Z Downloaded bit-set v0.5.3
12962026-03-07T00:53:48.629Z Downloaded ascii-canvas v3.0.0
12972026-03-07T00:53:48.629Z Downloaded array-init v0.0.4
12982026-03-07T00:53:48.629Z Downloaded derive-where v1.6.0
12992026-03-07T00:53:48.632Z Downloaded cipher v0.4.4
13002026-03-07T00:53:48.635Z Downloaded cbc v0.1.2
13012026-03-07T00:53:48.635Z Downloaded bb8 v0.8.6
13022026-03-07T00:53:48.635Z Downloaded async-stream v0.3.6
13032026-03-07T00:53:48.637Z Downloaded compression-core v0.4.31
13042026-03-07T00:53:48.638Z Downloaded ciborium-io v0.2.2
13052026-03-07T00:53:48.641Z Downloaded block-padding v0.3.3
13062026-03-07T00:53:48.641Z Downloaded bcrypt-pbkdf v0.10.0
13072026-03-07T00:53:48.641Z Downloaded assert_matches v1.5.0
13082026-03-07T00:53:48.644Z Downloaded crucible-workspace-hack v0.1.0
13092026-03-07T00:53:48.644Z Downloaded cobs v0.3.0
13102026-03-07T00:53:48.644Z Downloaded argon2 v0.5.3
13112026-03-07T00:53:48.647Z Downloaded difflib v0.4.0
13122026-03-07T00:53:48.647Z Downloaded ciborium-ll v0.2.2
13132026-03-07T00:53:48.647Z Downloaded base16ct v1.0.0
13142026-03-07T00:53:48.647Z Downloaded blake2 v0.10.6
13152026-03-07T00:53:48.650Z Downloaded bitfield-struct v0.6.2
13162026-03-07T00:53:48.650Z Downloaded bit-vec v0.8.0
13172026-03-07T00:53:48.653Z Downloaded aho-corasick v1.1.4
13182026-03-07T00:53:48.656Z Downloaded dtrace-parser v0.3.0
13192026-03-07T00:53:48.659Z Downloaded darling_macro v0.21.3
13202026-03-07T00:53:48.659Z Downloaded aes v0.8.4
13212026-03-07T00:53:48.662Z Downloaded bit-set v0.8.0
13222026-03-07T00:53:48.662Z Downloaded aes-gcm v0.10.3
13232026-03-07T00:53:49.039Z Downloaded aws-lc-sys v0.37.1
13242026-03-07T00:53:49.424Z Compiling libc v0.2.180
13252026-03-07T00:53:49.424Z Compiling serde v1.0.228
13262026-03-07T00:53:49.427Z Compiling log v0.4.29
13272026-03-07T00:53:49.427Z Compiling shlex v1.3.0
13282026-03-07T00:53:49.427Z Compiling find-msvc-tools v0.1.9
13292026-03-07T00:53:49.599Z Compiling smallvec v1.15.1
13302026-03-07T00:53:49.631Z Compiling syn v2.0.117
13312026-03-07T00:53:49.666Z Compiling typenum v1.19.0
13322026-03-07T00:53:50.010Z Compiling generic-array v0.14.7
13332026-03-07T00:53:50.085Z Compiling subtle v2.6.1
13342026-03-07T00:53:50.106Z Compiling scopeguard v1.2.0
13352026-03-07T00:53:50.173Z Compiling portable-atomic v1.13.1
13362026-03-07T00:53:50.273Z Compiling lock_api v0.4.14
13372026-03-07T00:53:50.294Z Compiling const-oid v0.9.6
13382026-03-07T00:53:50.446Z Compiling critical-section v1.2.0
13392026-03-07T00:53:50.466Z Compiling zerocopy v0.8.40
13402026-03-07T00:53:50.626Z Compiling pin-project-lite v0.2.17
13412026-03-07T00:53:50.755Z Compiling parking_lot_core v0.9.12
13422026-03-07T00:53:50.799Z Compiling serde_json v1.0.149
13432026-03-07T00:53:51.292Z Compiling pkg-config v0.3.32
13442026-03-07T00:53:51.394Z Compiling libm v0.2.16
13452026-03-07T00:53:51.815Z Compiling getrandom v0.2.17
13462026-03-07T00:53:51.871Z Compiling jobserver v0.1.34
13472026-03-07T00:53:52.031Z Compiling errno v0.3.14
13482026-03-07T00:53:52.241Z Compiling rand_core v0.6.4
13492026-03-07T00:53:52.307Z Compiling cc v1.2.56
13502026-03-07T00:53:52.376Z Compiling once_cell v1.21.3
13512026-03-07T00:53:52.540Z Compiling signal-hook-registry v1.4.8
13522026-03-07T00:53:52.684Z Compiling mio v1.1.1
13532026-03-07T00:53:52.824Z Compiling num-traits v0.2.19
13542026-03-07T00:53:52.846Z Compiling bitflags v2.11.0
13552026-03-07T00:53:53.079Z Compiling parking_lot v0.12.5
13562026-03-07T00:53:53.167Z Compiling futures-core v0.3.32
13572026-03-07T00:53:53.415Z Compiling socket2 v0.6.2
13582026-03-07T00:53:53.452Z Compiling percent-encoding v2.3.2
13592026-03-07T00:53:53.743Z Compiling allocator-api2 v0.2.21
13602026-03-07T00:53:53.789Z Compiling futures-sink v0.3.32
13612026-03-07T00:53:53.885Z Compiling cpufeatures v0.2.17
13622026-03-07T00:53:53.971Z Compiling foldhash v0.2.0
13632026-03-07T00:53:54.009Z Compiling futures-channel v0.3.32
13642026-03-07T00:53:54.034Z Compiling slab v0.4.12
13652026-03-07T00:53:54.368Z Compiling futures-io v0.3.32
13662026-03-07T00:53:54.417Z Compiling futures-task v0.3.32
13672026-03-07T00:53:54.441Z Compiling getrandom v0.4.1
13682026-03-07T00:53:54.499Z Compiling hashbrown v0.16.1
13692026-03-07T00:53:54.523Z Compiling rustversion v1.0.22
13702026-03-07T00:53:54.645Z Compiling rand_core v0.10.0
13712026-03-07T00:53:54.753Z Compiling getrandom v0.3.4
13722026-03-07T00:53:54.974Z Compiling cmake v0.1.57
13732026-03-07T00:53:55.842Z Compiling indexmap v2.13.0
13742026-03-07T00:53:55.877Z Compiling form_urlencoded v1.2.2
13752026-03-07T00:53:56.160Z Compiling fs_extra v1.3.0
13762026-03-07T00:53:56.191Z Compiling dunce v1.0.5
13772026-03-07T00:53:56.230Z Compiling base64ct v1.8.3
13782026-03-07T00:53:56.346Z Compiling ident_case v1.0.1
13792026-03-07T00:53:56.560Z Compiling flagset v0.4.7
13802026-03-07T00:53:56.582Z Compiling rand_core v0.9.5
13812026-03-07T00:53:56.651Z Compiling rustix v1.1.3
13822026-03-07T00:53:56.701Z Compiling aws-lc-sys v0.37.1
13832026-03-07T00:53:56.787Z Compiling pem-rfc7468 v0.7.0
13842026-03-07T00:53:56.841Z Compiling iana-time-zone v0.1.65
13852026-03-07T00:53:57.147Z Compiling ring v0.17.14
13862026-03-07T00:53:57.220Z Compiling synstructure v0.13.2
13872026-03-07T00:53:57.285Z Compiling uuid v1.21.0
13882026-03-07T00:53:57.360Z Compiling rustc_version v0.4.1
13892026-03-07T00:53:57.424Z Compiling vcpkg v0.2.15
13902026-03-07T00:53:57.750Z Compiling aws-lc-rs v1.16.0
13912026-03-07T00:53:58.039Z Compiling regex-syntax v0.8.10
13922026-03-07T00:53:58.534Z Compiling tracing-core v0.1.36
13932026-03-07T00:53:58.760Z Compiling crossbeam-utils v0.8.21
13942026-03-07T00:53:59.104Z Compiling openssl-sys v0.9.111
13952026-03-07T00:53:59.336Z Compiling pest_generator v2.8.6
13962026-03-07T00:53:59.768Z Compiling serde_derive_internals v0.29.1
13972026-03-07T00:54:00.319Z Compiling base64 v0.22.1
13982026-03-07T00:54:01.006Z Compiling syn v1.0.109
13992026-03-07T00:54:01.009Z Compiling openssl-probe v0.2.1
14002026-03-07T00:54:01.063Z Compiling schemars v0.8.22
14012026-03-07T00:54:01.329Z Compiling untrusted v0.7.1
14022026-03-07T00:54:01.445Z Compiling untrusted v0.9.0
14032026-03-07T00:54:01.533Z Compiling httparse v1.10.1
14042026-03-07T00:54:01.692Z Compiling darling_core v0.20.11
14052026-03-07T00:54:01.923Z Compiling tower-service v0.3.3
14062026-03-07T00:54:01.948Z Compiling serde_derive v1.0.228
14072026-03-07T00:54:02.080Z Compiling zeroize_derive v1.4.3
14082026-03-07T00:54:02.182Z Compiling zerofrom-derive v0.1.6
14092026-03-07T00:54:02.732Z Compiling yoke-derive v0.8.1
14102026-03-07T00:54:03.445Z Compiling zeroize v1.8.2
14112026-03-07T00:54:03.825Z Compiling zerocopy-derive v0.8.40
14122026-03-07T00:54:03.926Z Compiling zerovec-derive v0.11.2
14132026-03-07T00:54:05.284Z Compiling crypto-common v0.1.7
14142026-03-07T00:54:05.454Z Compiling block-buffer v0.10.4
14152026-03-07T00:54:05.458Z Compiling zerofrom v0.1.6
14162026-03-07T00:54:05.541Z Compiling displaydoc v0.2.5
14172026-03-07T00:54:05.697Z Compiling yoke v0.8.1
14182026-03-07T00:54:05.728Z Compiling digest v0.10.7
14192026-03-07T00:54:06.077Z Compiling tokio-macros v2.6.0
14202026-03-07T00:54:06.237Z Compiling hmac v0.12.1
14212026-03-07T00:54:06.526Z Compiling futures-macro v0.3.32
14222026-03-07T00:54:06.640Z Compiling zerovec v0.11.5
14232026-03-07T00:54:07.130Z Compiling zerotrie v0.2.3
14242026-03-07T00:54:07.467Z Compiling block-padding v0.3.3
14252026-03-07T00:54:07.681Z Compiling sha2 v0.10.9
14262026-03-07T00:54:07.725Z Compiling tinystr v0.8.2
14272026-03-07T00:54:07.754Z Compiling potential_utf v0.1.4
14282026-03-07T00:54:07.785Z Compiling inout v0.1.4
14292026-03-07T00:54:08.015Z Compiling icu_collections v2.1.1
14302026-03-07T00:54:08.037Z Compiling cipher v0.4.4
14312026-03-07T00:54:08.086Z Compiling icu_locale_core v2.1.1
14322026-03-07T00:54:08.114Z Compiling der_derive v0.7.3
14332026-03-07T00:54:08.379Z Compiling futures-util v0.3.32
14342026-03-07T00:54:09.061Z Compiling salsa20 v0.10.2
14352026-03-07T00:54:09.309Z Compiling pbkdf2 v0.12.2
14362026-03-07T00:54:09.488Z Compiling thiserror-impl v2.0.18
14372026-03-07T00:54:10.233Z Compiling icu_provider v2.1.1
14382026-03-07T00:54:10.369Z Compiling bytes v1.11.1
14392026-03-07T00:54:10.444Z Compiling der v0.7.10
14402026-03-07T00:54:10.855Z Compiling icu_properties v2.1.2
14412026-03-07T00:54:11.122Z Compiling icu_normalizer v2.1.1
14422026-03-07T00:54:11.827Z Compiling tokio v1.49.0
14432026-03-07T00:54:12.378Z Compiling spki v0.7.3
14442026-03-07T00:54:12.601Z Compiling http v1.4.0
14452026-03-07T00:54:12.760Z Compiling chrono v0.4.44
14462026-03-07T00:54:13.224Z Compiling idna_adapter v1.2.1
14472026-03-07T00:54:13.457Z Compiling idna v1.1.0
14482026-03-07T00:54:13.477Z Compiling thiserror v2.0.18
14492026-03-07T00:54:13.641Z Compiling scrypt v0.11.0
14502026-03-07T00:54:13.661Z Compiling aes v0.8.4
14512026-03-07T00:54:14.172Z Compiling url v2.5.8
14522026-03-07T00:54:14.752Z Compiling cbc v0.1.2
14532026-03-07T00:54:14.978Z Compiling rustls-pki-types v1.14.0
14542026-03-07T00:54:15.024Z Compiling tracing-attributes v0.1.31
14552026-03-07T00:54:15.460Z Compiling ppv-lite86 v0.2.21
14562026-03-07T00:54:15.961Z Compiling pkcs5 v0.7.1
14572026-03-07T00:54:15.984Z Compiling http-body v1.0.1
14582026-03-07T00:54:16.230Z Compiling rand_chacha v0.9.0
14592026-03-07T00:54:16.323Z Compiling scroll_derive v0.13.1
14602026-03-07T00:54:16.346Z Compiling schemars_derive v0.8.22
14612026-03-07T00:54:17.048Z Compiling rand v0.9.2
14622026-03-07T00:54:17.925Z Compiling pkcs8 v0.10.2
14632026-03-07T00:54:18.104Z Compiling tracing v0.1.44
14642026-03-07T00:54:18.210Z Compiling pest_derive v2.8.6
14652026-03-07T00:54:18.572Z Compiling try-lock v0.2.5
14662026-03-07T00:54:18.631Z Compiling dyn-clone v1.0.20
14672026-03-07T00:54:18.742Z Compiling rustls v0.23.37
14682026-03-07T00:54:18.803Z Compiling tower-layer v0.3.3
14692026-03-07T00:54:18.854Z Compiling tinyvec_macros v0.1.1
14702026-03-07T00:54:18.963Z Compiling atomic-waker v1.1.2
14712026-03-07T00:54:18.991Z Compiling tinyvec v1.10.0
14722026-03-07T00:54:19.114Z Compiling want v0.3.1
14732026-03-07T00:54:19.117Z Compiling scroll v0.13.0
14742026-03-07T00:54:19.403Z Compiling ipnet v2.11.0
14752026-03-07T00:54:19.666Z Compiling darling_macro v0.20.11
14762026-03-07T00:54:19.818Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-03-07T00:54:20.234Z Compiling tokio-util v0.7.18
14782026-03-07T00:54:20.504Z Compiling spin v0.9.8
14792026-03-07T00:54:20.553Z Compiling aho-corasick v1.1.4
14802026-03-07T00:54:20.605Z Compiling time-core v0.1.8
14812026-03-07T00:54:20.887Z Compiling crc32fast v1.5.0
14822026-03-07T00:54:20.930Z Compiling httpdate v1.0.3
14832026-03-07T00:54:21.327Z Compiling openssl v0.10.75
14842026-03-07T00:54:21.383Z Compiling foreign-types-shared v0.1.1
14852026-03-07T00:54:21.520Z Compiling pin-utils v0.1.0
14862026-03-07T00:54:21.633Z Compiling num-conv v0.2.0
14872026-03-07T00:54:21.763Z Compiling h2 v0.4.13
14882026-03-07T00:54:21.911Z Compiling powerfmt v0.2.0
14892026-03-07T00:54:22.302Z Compiling deranged v0.5.8
14902026-03-07T00:54:22.348Z Compiling time-macros v0.2.27
14912026-03-07T00:54:22.618Z Compiling regex-automata v0.4.14
14922026-03-07T00:54:24.885Z Compiling foreign-types v0.3.2
14932026-03-07T00:54:24.973Z Compiling tempfile v3.25.0
14942026-03-07T00:54:25.022Z Compiling darling v0.20.11
14952026-03-07T00:54:25.138Z Compiling goblin v0.10.5
14962026-03-07T00:54:25.257Z Compiling thiserror-impl v1.0.69
14972026-03-07T00:54:25.690Z Compiling openssl-macros v0.1.1
14982026-03-07T00:54:27.761Z Compiling wait-timeout v0.2.1
14992026-03-07T00:54:28.035Z Compiling bit-vec v0.8.0
15002026-03-07T00:54:28.292Z Compiling siphasher v1.0.2
15012026-03-07T00:54:28.430Z Compiling native-tls v0.2.18
15022026-03-07T00:54:28.612Z Compiling hyper v1.8.1
15032026-03-07T00:54:28.759Z Compiling num_threads v0.1.7
15042026-03-07T00:54:28.923Z Compiling quick-error v1.2.3
15052026-03-07T00:54:29.131Z Compiling either v1.15.0
15062026-03-07T00:54:29.552Z Compiling usdt-impl v0.6.0
15072026-03-07T00:54:29.840Z Compiling simd-adler32 v0.3.8
15082026-03-07T00:54:29.937Z Compiling rusty-fork v0.3.1
15092026-03-07T00:54:30.385Z Compiling time v0.3.47
15102026-03-07T00:54:30.605Z Compiling bit-set v0.8.0
15112026-03-07T00:54:30.903Z Compiling thiserror v1.0.69
15122026-03-07T00:54:31.047Z Compiling hyper-util v0.1.20
15132026-03-07T00:54:32.235Z Compiling dof v0.4.0
15142026-03-07T00:54:32.668Z Compiling derive_builder_core v0.20.2
15152026-03-07T00:54:34.601Z Compiling unicode-normalization v0.1.25
15162026-03-07T00:54:34.759Z Compiling dtrace-parser v0.3.0
15172026-03-07T00:54:34.849Z Compiling rustls-native-certs v0.8.3
15182026-03-07T00:54:35.218Z Compiling signature v2.2.0
15192026-03-07T00:54:35.394Z Compiling crossbeam-epoch v0.9.18
15202026-03-07T00:54:35.537Z Compiling scroll_derive v0.12.1
15212026-03-07T00:54:35.557Z Compiling heapless v0.7.17
15222026-03-07T00:54:35.983Z Compiling darling_core v0.21.3
15232026-03-07T00:54:36.010Z Compiling rand_xorshift v0.4.0
15242026-03-07T00:54:36.081Z Compiling slog v2.8.2
15252026-03-07T00:54:36.310Z Compiling bzip2-sys v0.1.13+1.0.8
15262026-03-07T00:54:36.444Z Compiling sync_wrapper v1.0.2
15272026-03-07T00:54:36.492Z Compiling thread-id v5.1.0
15282026-03-07T00:54:36.609Z Compiling cookie v0.18.1
15292026-03-07T00:54:36.630Z Compiling adler2 v2.0.1
15302026-03-07T00:54:36.799Z Compiling anyhow v1.0.102
15312026-03-07T00:54:36.823Z Compiling signal-hook v0.3.18
15322026-03-07T00:54:36.845Z Compiling unicode-bidi v0.3.18
15332026-03-07T00:54:36.930Z Compiling unarray v0.1.4
15342026-03-07T00:54:37.108Z Compiling zstd-safe v7.2.4
15352026-03-07T00:54:37.147Z Compiling rayon-core v1.13.0
15362026-03-07T00:54:37.360Z Compiling unicode-properties v0.1.4
15372026-03-07T00:54:38.460Z Compiling unicode-segmentation v1.12.0
15382026-03-07T00:54:38.463Z Compiling paste v1.0.15
15392026-03-07T00:54:38.463Z Compiling stringprep v0.1.5
15402026-03-07T00:54:38.463Z Compiling proptest v1.10.0
15412026-03-07T00:54:38.463Z Compiling scroll v0.12.0
15422026-03-07T00:54:38.463Z Compiling miniz_oxide v0.8.9
15432026-03-07T00:54:38.746Z Compiling tower v0.5.3
15442026-03-07T00:54:39.756Z Compiling crossbeam-deque v0.8.6
15452026-03-07T00:54:39.779Z Compiling derive_builder_macro v0.20.2
15462026-03-07T00:54:39.802Z Compiling ipnetwork v0.21.1
15472026-03-07T00:54:39.990Z Compiling rand_chacha v0.3.1
15482026-03-07T00:54:40.066Z Compiling http-body-util v0.1.3
15492026-03-07T00:54:40.105Z Compiling webpki-roots v1.0.6
15502026-03-07T00:54:40.322Z Compiling serde_spanned v0.6.9
15512026-03-07T00:54:40.526Z Compiling erased-serde v0.3.31
15522026-03-07T00:54:40.577Z Compiling serde_tokenstream v0.2.3
15532026-03-07T00:54:40.634Z Compiling toml_datetime v0.6.11
15542026-03-07T00:54:40.660Z Compiling md-5 v0.10.6
15552026-03-07T00:54:40.954Z Compiling zerocopy-derive v0.7.35
15562026-03-07T00:54:41.089Z Compiling curve25519-dalek v4.1.3
15572026-03-07T00:54:41.183Z Compiling num-integer v0.1.46
15582026-03-07T00:54:41.756Z Compiling vergen-lib v0.1.6
15592026-03-07T00:54:41.845Z Compiling hash32 v0.2.1
15602026-03-07T00:54:41.872Z Compiling ff v0.13.1
15612026-03-07T00:54:41.892Z Compiling ref-cast v1.0.25
15622026-03-07T00:54:42.073Z Compiling fallible-iterator v0.2.0
15632026-03-07T00:54:42.113Z Compiling darling_macro v0.21.3
15642026-03-07T00:54:42.137Z Compiling iri-string v0.7.10
15652026-03-07T00:54:42.220Z Compiling ryu v1.0.23
15662026-03-07T00:54:42.471Z Compiling psl-types v2.0.11
15672026-03-07T00:54:42.574Z Compiling litrs v1.0.0
15682026-03-07T00:54:42.680Z Compiling base16ct v0.2.0
15692026-03-07T00:54:42.704Z Compiling num-bigint-dig v0.8.6
15702026-03-07T00:54:42.896Z Compiling smoltcp v0.9.1
15712026-03-07T00:54:43.024Z Compiling zlib-rs v0.6.2
15722026-03-07T00:54:43.027Z Compiling rustix v0.38.44
15732026-03-07T00:54:43.104Z Compiling darling v0.21.3
15742026-03-07T00:54:43.241Z Compiling sec1 v0.7.3
15752026-03-07T00:54:43.552Z Compiling zerocopy v0.7.35
15762026-03-07T00:54:43.668Z Compiling document-features v0.2.12
15772026-03-07T00:54:43.782Z Compiling newtype-uuid v1.3.2
15782026-03-07T00:54:43.898Z Compiling postgres-protocol v0.6.10
15792026-03-07T00:54:44.531Z Compiling publicsuffix v2.3.0
15802026-03-07T00:54:44.943Z Compiling tower-http v0.6.8
15812026-03-07T00:54:44.966Z Compiling serde_urlencoded v0.7.1
15822026-03-07T00:54:45.149Z Compiling group v0.13.0
15832026-03-07T00:54:45.504Z Compiling num-iter v0.1.45
15842026-03-07T00:54:45.724Z Compiling derive_builder v0.20.2
15852026-03-07T00:54:45.763Z Compiling rand v0.8.5
15862026-03-07T00:54:45.786Z Compiling oxnet v0.1.4
15872026-03-07T00:54:46.024Z Compiling tokio-native-tls v0.3.1
15882026-03-07T00:54:46.324Z Compiling proc-macro-error v1.0.4
15892026-03-07T00:54:46.587Z Compiling goblin v0.8.2
15902026-03-07T00:54:47.405Z Compiling heck v0.4.1
15912026-03-07T00:54:47.827Z Compiling hubpack_derive v0.1.1
15922026-03-07T00:54:48.086Z Compiling phf_shared v0.13.1
15932026-03-07T00:54:48.240Z Compiling regex v1.12.3
15942026-03-07T00:54:48.617Z Compiling lazy_static v1.5.0
15952026-03-07T00:54:48.643Z Compiling cargo-platform v0.1.9
15962026-03-07T00:54:48.702Z Compiling hkdf v0.12.4
15972026-03-07T00:54:48.762Z Compiling crypto-bigint v0.5.5
15982026-03-07T00:54:48.992Z Compiling curve25519-dalek-derive v0.1.1
15992026-03-07T00:54:49.146Z Compiling async-trait v0.1.89
16002026-03-07T00:54:49.168Z Compiling daft-derive v0.1.5
16012026-03-07T00:54:50.402Z Compiling flate2 v1.1.9
16022026-03-07T00:54:50.424Z Compiling strum_macros v0.27.2
16032026-03-07T00:54:50.726Z Compiling ref-cast-impl v1.0.25
16042026-03-07T00:54:51.350Z Compiling terminal_size v0.4.3
16052026-03-07T00:54:51.600Z Compiling vergen v9.0.6
16062026-03-07T00:54:51.633Z Compiling fs-err v3.3.0
16072026-03-07T00:54:51.847Z Compiling ahash v0.8.12
16082026-03-07T00:54:51.943Z Compiling foldhash v0.1.5
16092026-03-07T00:54:51.984Z Compiling winnow v0.5.40
16102026-03-07T00:54:52.216Z Compiling object v0.37.3
16112026-03-07T00:54:52.279Z Compiling libbz2-rs-sys v0.2.2
16122026-03-07T00:54:52.734Z Compiling managed v0.8.0
16132026-03-07T00:54:53.174Z Compiling bitflags v1.3.2
16142026-03-07T00:54:53.306Z Compiling bumpalo v3.20.2
16152026-03-07T00:54:53.837Z Compiling zopfli v0.8.3
16162026-03-07T00:54:54.527Z Compiling bzip2 v0.6.1
16172026-03-07T00:54:55.029Z Compiling console v0.16.2
16182026-03-07T00:54:55.316Z Compiling strum v0.27.2
16192026-03-07T00:54:55.466Z Compiling toml_edit v0.19.15
16202026-03-07T00:54:55.520Z Compiling clap_builder v4.5.60
16212026-03-07T00:54:55.565Z Compiling hashbrown v0.15.5
16222026-03-07T00:54:55.622Z Compiling dof v0.3.0
16232026-03-07T00:54:56.247Z Compiling elliptic-curve v0.13.8
16242026-03-07T00:54:56.281Z Compiling daft v0.1.5
16252026-03-07T00:54:56.880Z Compiling cargo_metadata v0.19.2
16262026-03-07T00:54:57.418Z Compiling hubpack v0.1.2
16272026-03-07T00:54:57.874Z Compiling phf v0.13.1
16282026-03-07T00:54:58.173Z Compiling signal-hook-mio v0.2.5
16292026-03-07T00:54:58.378Z Compiling zone_cfg_derive v0.3.1
16302026-03-07T00:54:59.783Z Compiling cookie_store v0.22.1
16312026-03-07T00:55:01.120Z Compiling zstd v0.13.3
16322026-03-07T00:55:01.305Z Compiling rayon v1.11.0
16332026-03-07T00:55:01.665Z Compiling bzip2 v0.4.4
16342026-03-07T00:55:02.081Z Compiling hyper-tls v0.6.0
16352026-03-07T00:55:02.228Z Compiling postgres-types v0.2.12
16362026-03-07T00:55:03.159Z Compiling serde_with_macros v3.17.0
16372026-03-07T00:55:03.483Z Compiling usdt-macro v0.6.0
16382026-03-07T00:55:03.852Z Compiling usdt-attr-macro v0.6.0
16392026-03-07T00:55:04.811Z Compiling ed25519 v2.2.3
16402026-03-07T00:55:05.028Z Compiling dtrace-parser v0.2.0
16412026-03-07T00:55:05.332Z Compiling itertools v0.12.1
16422026-03-07T00:55:05.488Z Compiling phf_shared v0.11.3
16432026-03-07T00:55:05.648Z Compiling bstr v1.12.1
16442026-03-07T00:55:05.761Z Compiling pkcs1 v0.7.5
16452026-03-07T00:55:05.880Z Compiling hex v0.4.3
16462026-03-07T00:55:06.498Z Compiling serde-big-array v0.5.1
16472026-03-07T00:55:06.693Z Compiling rfc6979 v0.4.0
16482026-03-07T00:55:06.758Z Compiling enum-as-inner v0.6.1
16492026-03-07T00:55:06.873Z Compiling strum_macros v0.26.4
16502026-03-07T00:55:06.893Z Compiling serde_repr v0.1.20
16512026-03-07T00:55:06.914Z Compiling clap_derive v4.5.55
16522026-03-07T00:55:07.180Z Compiling float-cmp v0.10.0
16532026-03-07T00:55:07.450Z Compiling thread-id v4.2.2
16542026-03-07T00:55:07.593Z Compiling memmap2 v0.9.10
16552026-03-07T00:55:07.798Z Compiling env_filter v1.0.0
16562026-03-07T00:55:07.965Z Compiling encoding_rs v0.8.35
16572026-03-07T00:55:07.992Z Compiling normalize-line-endings v0.3.0
16582026-03-07T00:55:08.145Z Compiling keccak v0.1.6
16592026-03-07T00:55:08.220Z Compiling unit-prefix v0.5.2
16602026-03-07T00:55:08.421Z Compiling rustc-hash v2.1.1
16612026-03-07T00:55:08.467Z Compiling jiff v0.2.21
16622026-03-07T00:55:08.645Z Compiling new_debug_unreachable v1.0.6
16632026-03-07T00:55:08.770Z Compiling precomputed-hash v0.1.1
16642026-03-07T00:55:08.921Z Compiling fixedbitset v0.4.2
16652026-03-07T00:55:09.433Z Compiling difflib v0.4.0
16662026-03-07T00:55:10.475Z Compiling data-encoding v2.10.0
16672026-03-07T00:55:10.498Z Compiling predicates-core v1.0.10
16682026-03-07T00:55:10.733Z Compiling fixedbitset v0.5.7
16692026-03-07T00:55:10.829Z Compiling mime v0.3.17
16702026-03-07T00:55:11.200Z Compiling static_assertions v1.1.0
16712026-03-07T00:55:11.328Z Compiling whoami v2.1.0
16722026-03-07T00:55:11.349Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16732026-03-07T00:55:11.370Z Compiling strum v0.26.3
16742026-03-07T00:55:11.373Z Compiling clap v4.5.60
16752026-03-07T00:55:11.529Z Compiling hickory-proto v0.25.2
16762026-03-07T00:55:11.604Z Compiling petgraph v0.8.3
16772026-03-07T00:55:11.663Z Compiling predicates v3.1.4
16782026-03-07T00:55:12.152Z Compiling tokio-postgres v0.7.16
16792026-03-07T00:55:12.174Z Compiling petgraph v0.6.5
16802026-03-07T00:55:13.140Z Compiling string_cache v0.8.9
16812026-03-07T00:55:13.585Z Compiling iddqd v0.3.17
16822026-03-07T00:55:15.844Z Compiling zip v4.6.1
16832026-03-07T00:55:16.258Z Compiling sha3 v0.10.8
16842026-03-07T00:55:16.282Z Compiling toml_edit v0.22.27
16852026-03-07T00:55:17.318Z Compiling indicatif v0.18.4
16862026-03-07T00:55:17.639Z Compiling env_logger v0.11.9
16872026-03-07T00:55:18.064Z Compiling zone v0.3.1
16882026-03-07T00:55:18.086Z Compiling usdt v0.6.0
16892026-03-07T00:55:18.372Z Compiling usdt-impl v0.5.0
16902026-03-07T00:55:18.576Z Compiling ecdsa v0.16.9
16912026-03-07T00:55:19.135Z Compiling similar v2.7.0
16922026-03-07T00:55:19.299Z Compiling serde_with v3.17.0
16932026-03-07T00:55:19.454Z Compiling rsa v0.9.10
16942026-03-07T00:55:19.676Z Compiling ed25519-dalek v2.2.0
16952026-03-07T00:55:19.723Z Compiling crossterm v0.28.1
16962026-03-07T00:55:21.187Z Compiling zip v0.6.6
16972026-03-07T00:55:22.082Z Compiling toml v0.7.8
16982026-03-07T00:55:23.278Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-03-07T00:55:23.318Z Compiling itertools v0.13.0
17002026-03-07T00:55:23.374Z Compiling tokio-stream v0.1.18
17012026-03-07T00:55:23.523Z Compiling buf-list v1.1.2
17022026-03-07T00:55:23.702Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-03-07T00:55:24.069Z Compiling x509-cert v0.2.5
17042026-03-07T00:55:24.392Z Compiling openapiv3 v2.2.0
17052026-03-07T00:55:24.464Z Compiling sha1 v0.10.6
17062026-03-07T00:55:24.782Z Compiling toml_datetime v0.7.5+spec-1.1.0
17072026-03-07T00:55:24.913Z Compiling peg-runtime v0.8.5
17082026-03-07T00:55:25.381Z Compiling lalrpop-util v0.19.12
17092026-03-07T00:55:25.525Z Compiling thread_local v1.1.9
17102026-03-07T00:55:25.762Z Compiling slog-async v2.8.0
17112026-03-07T00:55:26.026Z Compiling futures-executor v0.3.32
17122026-03-07T00:55:26.226Z Compiling crossbeam-channel v0.5.15
17132026-03-07T00:55:26.361Z Compiling filetime v0.2.27
17142026-03-07T00:55:26.559Z Compiling is-terminal v0.4.17
17152026-03-07T00:55:26.690Z Compiling take_mut v0.2.2
17162026-03-07T00:55:26.724Z Compiling xattr v1.6.1
17172026-03-07T00:55:26.886Z Compiling term v1.2.1
17182026-03-07T00:55:27.035Z Compiling tar v0.4.44
17192026-03-07T00:55:27.157Z Compiling futures v0.3.32
17202026-03-07T00:55:28.112Z Compiling slog-term v2.9.2
17212026-03-07T00:55:36.990Z Compiling rustls-webpki v0.103.9
17222026-03-07T00:55:41.988Z Compiling tokio-rustls v0.26.4
17232026-03-07T00:55:41.988Z Compiling rustls-platform-verifier v0.6.2
17242026-03-07T00:55:42.351Z Compiling hyper-rustls v0.27.7
17252026-03-07T00:55:42.667Z Compiling reqwest v0.12.28
17262026-03-07T00:55:42.667Z Compiling reqwest v0.13.2
17272026-03-07T00:55:46.954Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-03-07T00:55:47.261Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-03-07T00:55:51.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
17302026-03-07T00:55:51.960Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-03-07T00:55:52.003ZMar 07 00:55:50.762 INFO Starting download, target: Cockroach
17322026-03-07T00:55:52.014ZMar 07 00:55:50.763 INFO Starting download, target: Console
17332026-03-07T00:55:52.014ZMar 07 00:55:50.763 INFO Starting download, target: DendriteStub
17342026-03-07T00:55:52.014ZMar 07 00:55:50.763 INFO Starting download, target: Clickhouse
17352026-03-07T00:55:52.014ZMar 07 00:55:50.763 INFO Starting download, target: MaghemiteMgd
17362026-03-07T00:55:52.015ZMar 07 00:55:50.763 INFO Starting download, target: TransceiverControl
17372026-03-07T00:55:52.015ZMar 07 00:55:50.763 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-03-07T00:55:52.015ZMar 07 00:55:50.763 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-03-07T00:55:52.015ZMar 07 00:55:50.763 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-03-07T00:55:52.015ZMar 07 00:55:50.763 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-03-07T00:55:52.015ZMar 07 00:55:50.763 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-03-07T00:55:52.015ZMar 07 00:55:50.763 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17432026-03-07T00:55:52.804ZMar 07 00:55:51.553 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-03-07T00:55:53.067ZMar 07 00:55:51.760 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-03-07T00:55:53.373ZMar 07 00:55:52.092 INFO Download complete, target: TransceiverControl
17462026-03-07T00:55:53.727ZMar 07 00:55:52.354 INFO Download complete, target: Console
17472026-03-07T00:55:53.946ZMar 07 00:55:52.700 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-07T00:55:54.894ZMar 07 00:55:53.639 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-03-07T00:55:54.956ZMar 07 00:55:53.717 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17502026-03-07T00:55:55.912ZMar 07 00:55:54.676 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-03-07T00:55:55.912ZMar 07 00:55:54.676 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-03-07T00:55:59.924ZMar 07 00:55:58.685 INFO Download complete, target: DendriteStub
17532026-03-07T00:56:00.031ZMar 07 00:55:58.793 INFO Download complete, target: MaghemiteMgd
17542026-03-07T00:56:06.165ZMar 07 00:56:04.925 INFO Checking that binary works, target: Cockroach
17552026-03-07T00:56:06.298ZMar 07 00:56:05.057 INFO Download complete, target: Cockroach
17562026-03-07T00:56:08.984ZMar 07 00:56:07.694 INFO Checking that binary works, target: Clickhouse
17572026-03-07T00:56:09.111ZMar 07 00:56:07.869 INFO Download complete, target: Clickhouse
17582026-03-07T00:56:09.117ZAll prerequisites installed successfully
17592026-03-07T00:56:09.120Z
17602026-03-07T00:56:09.120Zreal 5:13.063923160
17612026-03-07T00:56:09.120Zuser 17:12.653016209
17622026-03-07T00:56:09.120Zsys 2:27.818677011
17632026-03-07T00:56:09.120Ztrap 0.624356748
17642026-03-07T00:56:09.120Ztflt 0.711429641
17652026-03-07T00:56:09.120Zdflt 0.839596999
17662026-03-07T00:56:09.120Zkflt 0.025950609
17672026-03-07T00:56:09.120Zlock 39:48.282665672
17682026-03-07T00:56:09.120Zslp 1:02:56.444548178
17692026-03-07T00:56:09.120Zlat 1:08.513725977
17702026-03-07T00:56:09.120Zstop 3:05.572111890
17712026-03-07T00:56:09.120Z+ ptime -m cargo xtask download softnpu
17722026-03-07T00:56:09.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17732026-03-07T00:56:09.944Z Running `target/debug/xtask download softnpu`
17742026-03-07T00:56:11.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
17752026-03-07T00:56:11.076Z Running `target/debug/xtask-downloader softnpu`
17762026-03-07T00:56:11.115ZMar 07 00:56:09.872 INFO Starting download, target: Softnpu
17772026-03-07T00:56:11.118ZMar 07 00:56:09.873 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17782026-03-07T00:56:11.833ZMar 07 00:56:10.590 INFO Download complete, target: Softnpu
17792026-03-07T00:56:11.837Z
17802026-03-07T00:56:11.840Zreal 2.711813668
17812026-03-07T00:56:11.840Zuser 1.914315380
17822026-03-07T00:56:11.840Zsys 0.833305457
17832026-03-07T00:56:11.840Ztrap 0.002604324
17842026-03-07T00:56:11.840Ztflt 0.000051738
17852026-03-07T00:56:11.840Zdflt 0.000154498
17862026-03-07T00:56:11.841Zkflt 0.000000000
17872026-03-07T00:56:11.841Zlock 7.296330681
17882026-03-07T00:56:11.841Zslp 0.528446886
17892026-03-07T00:56:11.841Zlat 0.222008030
17902026-03-07T00:56:11.841Zstop 0.000168336
17912026-03-07T00:56:11.841Z+ export CARGO_INCREMENTAL=0
17922026-03-07T00:56:11.841Z+ CARGO_INCREMENTAL=0
17932026-03-07T00:56:11.841Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17942026-03-07T00:56:13.127Z Compiling proc-macro2 v1.0.106
17952026-03-07T00:56:13.127Z Compiling quote v1.0.44
17962026-03-07T00:56:13.127Z Compiling unicode-ident v1.0.24
17972026-03-07T00:56:13.130Z Compiling libc v0.2.180
17982026-03-07T00:56:13.130Z Compiling serde_core v1.0.228
17992026-03-07T00:56:13.130Z Compiling serde v1.0.228
18002026-03-07T00:56:13.130Z Compiling cfg-if v1.0.4
18012026-03-07T00:56:13.130Z Compiling version_check v0.9.5
18022026-03-07T00:56:13.491Z Compiling find-msvc-tools v0.1.9
18032026-03-07T00:56:13.575Z Compiling shlex v1.3.0
18042026-03-07T00:56:13.815Z Compiling typenum v1.19.0
18052026-03-07T00:56:13.963Z Compiling generic-array v0.14.7
18062026-03-07T00:56:14.081Z Compiling portable-atomic v1.13.1
18072026-03-07T00:56:14.311Z Compiling memchr v2.8.0
18082026-03-07T00:56:14.379Z Compiling zmij v1.0.21
18092026-03-07T00:56:14.879Z Compiling autocfg v1.5.0
18102026-03-07T00:56:15.533Z Compiling jobserver v0.1.34
18112026-03-07T00:56:15.594Z Compiling serde_json v1.0.149
18122026-03-07T00:56:15.663Z Compiling syn v2.0.117
18132026-03-07T00:56:15.717Z Compiling zerocopy v0.8.40
18142026-03-07T00:56:15.805Z Compiling parking_lot_core v0.9.12
18152026-03-07T00:56:15.957Z Compiling cc v1.2.56
18162026-03-07T00:56:16.210Z Compiling libm v0.2.16
18172026-03-07T00:56:16.240Z Compiling num-traits v0.2.19
18182026-03-07T00:56:16.491Z Compiling smallvec v1.15.1
18192026-03-07T00:56:16.607Z Compiling icu_properties_data v2.1.2
18202026-03-07T00:56:16.785Z Compiling icu_normalizer_data v2.1.1
18212026-03-07T00:56:17.002Z Compiling getrandom v0.2.17
18222026-03-07T00:56:17.030Z Compiling log v0.4.29
18232026-03-07T00:56:17.145Z Compiling itoa v1.0.17
18242026-03-07T00:56:17.444Z Compiling getrandom v0.4.1
18252026-03-07T00:56:17.637Z Compiling pkg-config v0.3.32
18262026-03-07T00:56:17.890Z Compiling errno v0.3.14
18272026-03-07T00:56:17.911Z Compiling stable_deref_trait v1.2.1
18282026-03-07T00:56:18.183Z Compiling rand_core v0.6.4
18292026-03-07T00:56:18.288Z Compiling scopeguard v1.2.0
18302026-03-07T00:56:18.461Z Compiling lock_api v0.4.14
18312026-03-07T00:56:18.711Z Compiling subtle v2.6.1
18322026-03-07T00:56:18.936Z Compiling thiserror v2.0.18
18332026-03-07T00:56:19.059Z Compiling fnv v1.0.7
18342026-03-07T00:56:19.279Z Compiling pin-project-lite v0.2.17
18352026-03-07T00:56:19.299Z Compiling getrandom v0.3.4
18362026-03-07T00:56:19.610Z Compiling critical-section v1.2.0
18372026-03-07T00:56:19.878Z Compiling allocator-api2 v0.2.21
18382026-03-07T00:56:20.090Z Compiling rustversion v1.0.22
18392026-03-07T00:56:20.436Z Compiling once_cell v1.21.3
18402026-03-07T00:56:20.498Z Compiling equivalent v1.0.2
18412026-03-07T00:56:20.791Z Compiling bitflags v2.11.0
18422026-03-07T00:56:21.115Z Compiling foldhash v0.2.0
18432026-03-07T00:56:21.512Z Compiling hashbrown v0.16.1
18442026-03-07T00:56:21.553Z Compiling ring v0.17.14
18452026-03-07T00:56:21.647Z Compiling semver v1.0.27
18462026-03-07T00:56:22.255Z Compiling cmake v0.1.57
18472026-03-07T00:56:22.624Z Compiling fs_extra v1.3.0
18482026-03-07T00:56:22.671Z Compiling writeable v0.6.2
18492026-03-07T00:56:22.839Z Compiling synstructure v0.13.2
18502026-03-07T00:56:23.142Z Compiling percent-encoding v2.3.2
18512026-03-07T00:56:23.164Z Compiling litemap v0.8.1
18522026-03-07T00:56:23.256Z Compiling dunce v1.0.5
18532026-03-07T00:56:23.563Z Compiling aws-lc-sys v0.37.1
18542026-03-07T00:56:23.704Z Compiling const-oid v0.9.6
18552026-03-07T00:56:24.019Z Compiling indexmap v2.13.0
18562026-03-07T00:56:24.533Z Compiling signal-hook-registry v1.4.8
18572026-03-07T00:56:25.097Z Compiling rustix v1.1.3
18582026-03-07T00:56:25.414Z Compiling parking_lot v0.12.5
18592026-03-07T00:56:25.435Z Compiling mio v1.1.1
18602026-03-07T00:56:25.523Z Compiling socket2 v0.6.2
18612026-03-07T00:56:25.589Z Compiling schemars v0.8.22
18622026-03-07T00:56:25.637Z Compiling serde_derive_internals v0.29.1
18632026-03-07T00:56:25.753Z Compiling rand_core v0.10.0
18642026-03-07T00:56:26.039Z Compiling utf8_iter v1.0.4
18652026-03-07T00:56:26.081Z Compiling aws-lc-rs v1.16.0
18662026-03-07T00:56:26.352Z Compiling strsim v0.11.1
18672026-03-07T00:56:26.459Z Compiling serde_derive v1.0.228
18682026-03-07T00:56:26.676Z Compiling zeroize_derive v1.4.3
18692026-03-07T00:56:27.032Z Compiling zerofrom-derive v0.1.6
18702026-03-07T00:56:27.060Z Compiling yoke-derive v0.8.1
18712026-03-07T00:56:27.188Z Compiling zerovec-derive v0.11.2
18722026-03-07T00:56:27.402Z Compiling displaydoc v0.2.5
18732026-03-07T00:56:27.492Z Compiling zerocopy-derive v0.8.40
18742026-03-07T00:56:27.949Z Compiling zeroize v1.8.2
18752026-03-07T00:56:28.435Z Compiling tokio-macros v2.6.0
18762026-03-07T00:56:28.456Z Compiling futures-macro v0.3.32
18772026-03-07T00:56:29.298Z Compiling thiserror-impl v2.0.18
18782026-03-07T00:56:29.757Z Compiling zerofrom v0.1.6
18792026-03-07T00:56:30.024Z Compiling yoke v0.8.1
18802026-03-07T00:56:30.048Z Compiling crypto-common v0.1.7
18812026-03-07T00:56:30.133Z Compiling block-buffer v0.10.4
18822026-03-07T00:56:30.270Z Compiling der_derive v0.7.3
18832026-03-07T00:56:30.398Z Compiling zerovec v0.11.5
18842026-03-07T00:56:30.418Z Compiling zerotrie v0.2.3
18852026-03-07T00:56:30.467Z Compiling tracing-attributes v0.1.31
18862026-03-07T00:56:31.369Z Compiling digest v0.10.7
18872026-03-07T00:56:31.813Z Compiling tinystr v0.8.2
18882026-03-07T00:56:31.851Z Compiling potential_utf v0.1.4
18892026-03-07T00:56:31.959Z Compiling schemars_derive v0.8.22
18902026-03-07T00:56:32.204Z Compiling icu_locale_core v2.1.1
18912026-03-07T00:56:32.257Z Compiling icu_collections v2.1.1
18922026-03-07T00:56:33.933Z Compiling icu_provider v2.1.1
18932026-03-07T00:56:34.170Z Compiling form_urlencoded v1.2.2
18942026-03-07T00:56:34.521Z Compiling bytes v1.11.1
18952026-03-07T00:56:34.598Z Compiling icu_normalizer v2.1.1
18962026-03-07T00:56:34.708Z Compiling icu_properties v2.1.2
18972026-03-07T00:56:35.278Z Compiling ucd-trie v0.1.7
18982026-03-07T00:56:35.732Z Compiling byteorder v1.5.0
18992026-03-07T00:56:35.957Z Compiling tokio v1.49.0
19002026-03-07T00:56:36.220Z Compiling thiserror v1.0.69
19012026-03-07T00:56:36.754Z Compiling futures-core v0.3.32
19022026-03-07T00:56:36.807Z Compiling pest v2.8.6
19032026-03-07T00:56:37.046Z Compiling idna_adapter v1.2.1
19042026-03-07T00:56:37.295Z Compiling idna v1.1.0
19052026-03-07T00:56:38.391Z Compiling httparse v1.10.1
19062026-03-07T00:56:38.652Z Compiling vcpkg v0.2.15
19072026-03-07T00:56:39.276Z Compiling heck v0.5.0
19082026-03-07T00:56:39.655Z Compiling ident_case v1.0.1
19092026-03-07T00:56:39.687Z Compiling pest_meta v2.8.6
19102026-03-07T00:56:39.762Z Compiling url v2.5.8
19112026-03-07T00:56:39.863Z Compiling thiserror-impl v1.0.69
19122026-03-07T00:56:39.990Z Compiling openssl-sys v0.9.111
19132026-03-07T00:56:41.010Z Compiling pest_generator v2.8.6
19142026-03-07T00:56:42.131Z Compiling syn v1.0.109
19152026-03-07T00:56:42.659Z Compiling crossbeam-utils v0.8.21
19162026-03-07T00:56:42.700Z Compiling regex-syntax v0.8.10
19172026-03-07T00:56:43.055Z Compiling pest_derive v2.8.6
19182026-03-07T00:56:45.123Z Compiling rustc_version v0.4.1
19192026-03-07T00:56:45.239Z Compiling cpufeatures v0.2.17
19202026-03-07T00:56:45.326Z Compiling futures-sink v0.3.32
19212026-03-07T00:56:45.366Z Compiling rustls v0.23.37
19222026-03-07T00:56:45.531Z Compiling futures-channel v0.3.32
19232026-03-07T00:56:45.892Z Compiling hmac v0.12.1
19242026-03-07T00:56:46.164Z Compiling crc32fast v1.5.0
19252026-03-07T00:56:46.451Z Compiling futures-task v0.3.32
19262026-03-07T00:56:46.641Z Compiling plain v0.2.3
19272026-03-07T00:56:46.699Z Compiling futures-io v0.3.32
19282026-03-07T00:56:46.804Z Compiling iana-time-zone v0.1.65
19292026-03-07T00:56:46.828Z Compiling slab v0.4.12
19302026-03-07T00:56:47.051Z Compiling chrono v0.4.44
19312026-03-07T00:56:47.254Z Compiling futures-util v0.3.32
19322026-03-07T00:56:47.917Z Compiling uuid v1.21.0
19332026-03-07T00:56:48.849Z Compiling block-padding v0.3.3
19342026-03-07T00:56:49.162Z Compiling aho-corasick v1.1.4
19352026-03-07T00:56:50.461Z Compiling inout v0.1.4
19362026-03-07T00:56:50.760Z Compiling ppv-lite86 v0.2.21
19372026-03-07T00:56:51.559Z Compiling regex-automata v0.4.14
19382026-03-07T00:56:52.629Z Compiling openssl v0.10.75
19392026-03-07T00:56:53.076Z Compiling num-conv v0.2.0
19402026-03-07T00:56:53.370Z Compiling pretty-hex v0.4.1
19412026-03-07T00:56:53.432Z Compiling time-core v0.1.8
19422026-03-07T00:56:53.790Z Compiling time-macros v0.2.27
19432026-03-07T00:56:54.787Z Compiling cipher v0.4.4
19442026-03-07T00:56:54.896Z Compiling sha2 v0.10.9
19452026-03-07T00:56:55.406Z Compiling serde_tokenstream v0.2.3
19462026-03-07T00:56:55.431Z Compiling scroll_derive v0.12.1
19472026-03-07T00:56:55.589Z Compiling scroll_derive v0.13.1
19482026-03-07T00:56:55.651Z Compiling base64ct v1.8.3
19492026-03-07T00:56:56.000Z Compiling anyhow v1.0.102
19502026-03-07T00:56:56.241Z Compiling either v1.15.0
19512026-03-07T00:56:56.324Z Compiling pem-rfc7468 v0.7.0
19522026-03-07T00:56:56.583Z Compiling darling_core v0.21.3
19532026-03-07T00:56:56.856Z Compiling rustls-pki-types v1.14.0
19542026-03-07T00:56:56.887Z Compiling openssl-macros v0.1.1
19552026-03-07T00:56:57.649Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19562026-03-07T00:56:58.010Z Compiling flagset v0.4.7
19572026-03-07T00:56:58.259Z Compiling native-tls v0.2.18
19582026-03-07T00:56:58.387Z Compiling der v0.7.10
19592026-03-07T00:56:58.650Z Compiling regex v1.12.3
19602026-03-07T00:56:59.482Z Compiling rand_core v0.9.5
19612026-03-07T00:56:59.843Z Compiling zerocopy-derive v0.7.35
19622026-03-07T00:57:00.411Z Compiling slog v2.8.2
19632026-03-07T00:57:00.702Z Compiling dyn-clone v1.0.20
19642026-03-07T00:57:00.755Z Compiling rayon-core v1.13.0
19652026-03-07T00:57:01.181Z Compiling spki v0.7.3
19662026-03-07T00:57:01.476Z Compiling salsa20 v0.10.2
19672026-03-07T00:57:01.590Z Compiling pbkdf2 v0.12.2
19682026-03-07T00:57:01.782Z Compiling http v1.4.0
19692026-03-07T00:57:02.041Z Compiling darling_macro v0.21.3
19702026-03-07T00:57:02.784Z Compiling darling v0.21.3
19712026-03-07T00:57:02.989Z Compiling tracing-core v0.1.36
19722026-03-07T00:57:03.849Z Compiling untrusted v0.9.0
19732026-03-07T00:57:03.979Z Compiling camino v1.2.2
19742026-03-07T00:57:04.491Z Compiling tracing v0.1.44
19752026-03-07T00:57:05.465Z Compiling scrypt v0.11.0
19762026-03-07T00:57:05.590Z Compiling rand_chacha v0.9.0
19772026-03-07T00:57:05.859Z Compiling tokio-util v0.7.18
19782026-03-07T00:57:06.310Z Compiling aes v0.8.4
19792026-03-07T00:57:07.073Z Compiling cbc v0.1.2
19802026-03-07T00:57:08.179Z Compiling usdt-impl v0.5.0
19812026-03-07T00:57:08.518Z Compiling cookie v0.18.1
19822026-03-07T00:57:08.849Z Compiling base64 v0.22.1
19832026-03-07T00:57:08.937Z Compiling usdt-impl v0.6.0
19842026-03-07T00:57:09.293Z Compiling ref-cast v1.0.25
19852026-03-07T00:57:09.685Z Compiling paste v1.0.15
19862026-03-07T00:57:09.718Z Compiling winnow v0.7.14
19872026-03-07T00:57:10.201Z Compiling pkcs5 v0.7.1
19882026-03-07T00:57:10.223Z Compiling rand v0.9.2
19892026-03-07T00:57:11.370Z Compiling http-body v1.0.1
19902026-03-07T00:57:11.629Z Compiling scroll v0.13.0
19912026-03-07T00:57:12.016Z Compiling scroll v0.12.0
19922026-03-07T00:57:12.502Z Compiling heapless v0.7.17
19932026-03-07T00:57:12.869Z Compiling toml_datetime v0.6.11
19942026-03-07T00:57:12.966Z Compiling serde_spanned v0.6.9
19952026-03-07T00:57:13.009Z Compiling bzip2-sys v0.1.13+1.0.8
19962026-03-07T00:57:13.213Z Compiling openssl-probe v0.2.1
19972026-03-07T00:57:13.506Z Compiling zstd-safe v7.2.4
19982026-03-07T00:57:13.844Z Compiling untrusted v0.7.1
19992026-03-07T00:57:13.867Z Compiling signal-hook v0.3.18
20002026-03-07T00:57:14.192Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-07T00:57:14.343Z Compiling goblin v0.8.2
20022026-03-07T00:57:15.494Z Compiling goblin v0.10.5
20032026-03-07T00:57:15.539Z Compiling pkcs8 v0.10.2
20042026-03-07T00:57:16.788Z Compiling zerocopy v0.7.35
20052026-03-07T00:57:17.112Z Compiling darling_core v0.20.11
20062026-03-07T00:57:18.020Z Compiling ref-cast-impl v1.0.25
20072026-03-07T00:57:18.140Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-07T00:57:18.650Z Compiling atomic-waker v1.1.2
20092026-03-07T00:57:18.847Z Compiling rustix v0.38.44
20102026-03-07T00:57:19.073Z Compiling tower-layer v0.3.3
20112026-03-07T00:57:19.129Z Compiling tinyvec_macros v0.1.1
20122026-03-07T00:57:19.356Z Compiling try-lock v0.2.5
20132026-03-07T00:57:19.524Z Compiling tower-service v0.3.3
20142026-03-07T00:57:19.594Z Compiling winnow v0.5.40
20152026-03-07T00:57:19.679Z Compiling dof v0.3.0
20162026-03-07T00:57:21.079Z Compiling h2 v0.4.13
20172026-03-07T00:57:21.969Z Compiling want v0.3.1
20182026-03-07T00:57:22.061Z Compiling darling_macro v0.20.11
20192026-03-07T00:57:22.249Z Compiling dof v0.4.0
20202026-03-07T00:57:22.764Z Compiling toml_edit v0.19.15
20212026-03-07T00:57:22.914Z Compiling tinyvec v1.10.0
20222026-03-07T00:57:27.481Z Compiling dtrace-parser v0.2.0
20232026-03-07T00:57:27.666Z Compiling dtrace-parser v0.3.0
20242026-03-07T00:57:28.256Z Compiling curve25519-dalek v4.1.3
20252026-03-07T00:57:28.724Z Compiling ipnet v2.11.0
20262026-03-07T00:57:28.941Z Compiling async-trait v0.1.89
20272026-03-07T00:57:29.029Z Compiling daft-derive v0.1.5
20282026-03-07T00:57:29.382Z Compiling spin v0.9.8
20292026-03-07T00:57:29.666Z Compiling thread-id v5.1.0
20302026-03-07T00:57:29.795Z Compiling thread-id v4.2.2
20312026-03-07T00:57:29.801Z Compiling proc-macro-error-attr v1.0.4
20322026-03-07T00:57:29.932Z Compiling fastrand v2.3.0
20332026-03-07T00:57:30.130Z Compiling smoltcp v0.9.1
20342026-03-07T00:57:30.379Z Compiling litrs v1.0.0
20352026-03-07T00:57:30.565Z Compiling num-bigint-dig v0.8.6
20362026-03-07T00:57:30.925Z Compiling foreign-types-shared v0.1.1
20372026-03-07T00:57:31.085Z Compiling pin-utils v0.1.0
20382026-03-07T00:57:31.111Z Compiling httpdate v1.0.3
20392026-03-07T00:57:31.300Z Compiling document-features v0.2.12
20402026-03-07T00:57:31.359Z Compiling tempfile v3.25.0
20412026-03-07T00:57:31.382Z Compiling foreign-types v0.3.2
20422026-03-07T00:57:31.425Z Compiling hyper v1.8.1
20432026-03-07T00:57:33.116Z Compiling darling v0.20.11
20442026-03-07T00:57:34.132Z Compiling ipnetwork v0.21.1
20452026-03-07T00:57:34.635Z Compiling strum_macros v0.26.4
20462026-03-07T00:57:34.858Z Compiling wait-timeout v0.2.1
20472026-03-07T00:57:35.299Z Compiling proc-macro-error v1.0.4
20482026-03-07T00:57:36.151Z Compiling siphasher v1.0.2
20492026-03-07T00:57:36.633Z Compiling utf8parse v0.2.2
20502026-03-07T00:57:36.819Z Compiling quick-error v1.2.3
20512026-03-07T00:57:36.986Z Compiling simd-adler32 v0.3.8
20522026-03-07T00:57:37.247Z Compiling powerfmt v0.2.0
20532026-03-07T00:57:37.487Z Compiling bit-vec v0.8.0
20542026-03-07T00:57:38.071Z Compiling anstyle v1.0.13
20552026-03-07T00:57:38.168Z Compiling unicode-segmentation v1.12.0
20562026-03-07T00:57:38.984Z Compiling bit-set v0.8.0
20572026-03-07T00:57:38.989Z Compiling deranged v0.5.8
20582026-03-07T00:57:41.883Z Compiling rusty-fork v0.3.1
20592026-03-07T00:57:41.906Z Compiling anstyle-parse v0.2.7
20602026-03-07T00:57:42.856Z Compiling hyper-util v0.1.20
20612026-03-07T00:57:43.589Z Compiling derive_builder_core v0.20.2
20622026-03-07T00:57:45.503Z Compiling crossbeam-epoch v0.9.18
20632026-03-07T00:57:46.797Z Compiling unicode-normalization v0.1.25
20642026-03-07T00:57:46.818Z Compiling rustls-native-certs v0.8.3
20652026-03-07T00:57:47.770Z Compiling rand_xorshift v0.4.0
20662026-03-07T00:57:48.033Z Compiling hubpack_derive v0.1.1
20672026-03-07T00:57:48.301Z Compiling sync_wrapper v1.0.2
20682026-03-07T00:57:48.489Z Compiling strum_macros v0.27.2
20692026-03-07T00:57:48.877Z Compiling signature v2.2.0
20702026-03-07T00:57:48.961Z Compiling curve25519-dalek-derive v0.1.1
20712026-03-07T00:57:49.121Z Compiling fs-err v3.3.0
20722026-03-07T00:57:49.438Z Compiling ahash v0.8.12
20732026-03-07T00:57:49.917Z Compiling num_threads v0.1.7
20742026-03-07T00:57:50.085Z Compiling adler2 v2.0.1
20752026-03-07T00:57:50.201Z Compiling colorchoice v1.0.4
20762026-03-07T00:57:50.392Z Compiling is_terminal_polyfill v1.70.2
20772026-03-07T00:57:50.470Z Compiling unicode-properties v0.1.4
20782026-03-07T00:57:50.717Z Compiling unarray v0.1.4
20792026-03-07T00:57:50.905Z Compiling object v0.37.3
20802026-03-07T00:57:50.905Z Compiling unicode-bidi v0.3.18
20812026-03-07T00:57:51.074Z Compiling anstyle-query v1.1.5
20822026-03-07T00:57:51.258Z Compiling anstream v0.6.21
20832026-03-07T00:57:51.410Z Compiling time v0.3.47
20842026-03-07T00:57:51.463Z Compiling proptest v1.10.0
20852026-03-07T00:57:51.879Z Compiling stringprep v0.1.5
20862026-03-07T00:57:51.966Z Compiling miniz_oxide v0.8.9
20872026-03-07T00:57:54.076Z Compiling tower v0.5.3
20882026-03-07T00:57:55.729Z Compiling crossbeam-deque v0.8.6
20892026-03-07T00:57:55.930Z Compiling derive_builder_macro v0.20.2
20902026-03-07T00:57:56.322Z Compiling heck v0.4.1
20912026-03-07T00:57:56.624Z Compiling usdt-macro v0.6.0
20922026-03-07T00:57:56.727Z Compiling usdt-attr-macro v0.6.0
20932026-03-07T00:57:57.996Z Compiling http-body-util v0.1.3
20942026-03-07T00:57:58.243Z Compiling webpki-roots v1.0.6
20952026-03-07T00:57:58.537Z Compiling rand_chacha v0.3.1
20962026-03-07T00:57:58.646Z Compiling num-integer v0.1.46
20972026-03-07T00:57:58.826Z Compiling hash32 v0.2.1
20982026-03-07T00:57:58.933Z Compiling erased-serde v0.3.31
20992026-03-07T00:57:59.150Z Compiling md-5 v0.10.6
21002026-03-07T00:57:59.182Z Compiling vergen-lib v0.1.6
21012026-03-07T00:57:59.291Z Compiling ff v0.13.1
21022026-03-07T00:57:59.527Z Compiling iri-string v0.7.10
21032026-03-07T00:57:59.563Z Compiling fallible-iterator v0.2.0
21042026-03-07T00:57:59.732Z Compiling psl-types v2.0.11
21052026-03-07T00:57:59.811Z Compiling ryu v1.0.23
21062026-03-07T00:57:59.948Z Compiling zlib-rs v0.6.2
21072026-03-07T00:58:00.103Z Compiling base16ct v0.2.0
21082026-03-07T00:58:00.275Z Compiling postgres-protocol v0.6.10
21092026-03-07T00:58:00.428Z Compiling sec1 v0.7.3
21102026-03-07T00:58:00.983Z Compiling serde_urlencoded v0.7.1
21112026-03-07T00:58:01.340Z Compiling publicsuffix v2.3.0
21122026-03-07T00:58:01.722Z Compiling group v0.13.0
21132026-03-07T00:58:02.044Z Compiling num-iter v0.1.45
21142026-03-07T00:58:02.696Z Compiling tower-http v0.6.8
21152026-03-07T00:58:02.820Z Compiling rand v0.8.5
21162026-03-07T00:58:04.291Z Compiling oxnet v0.1.4
21172026-03-07T00:58:04.388Z Compiling derive_builder v0.20.2
21182026-03-07T00:58:04.599Z Compiling flate2 v1.1.9
21192026-03-07T00:58:04.776Z Compiling zone_cfg_derive v0.3.1
21202026-03-07T00:58:04.812Z Compiling newtype-uuid v1.3.2
21212026-03-07T00:58:05.048Z Compiling tokio-native-tls v0.3.1
21222026-03-07T00:58:05.352Z Compiling phf_shared v0.13.1
21232026-03-07T00:58:05.955Z Compiling lazy_static v1.5.0
21242026-03-07T00:58:06.322Z Compiling terminal_size v0.4.3
21252026-03-07T00:58:06.570Z Compiling serde_with_macros v3.17.0
21262026-03-07T00:58:06.713Z Compiling hkdf v0.12.4
21272026-03-07T00:58:06.776Z Compiling enum-as-inner v0.6.1
21282026-03-07T00:58:06.959Z Compiling clap_derive v4.5.55
21292026-03-07T00:58:07.267Z Compiling cargo-platform v0.1.9
21302026-03-07T00:58:07.744Z Compiling crypto-bigint v0.5.5
21312026-03-07T00:58:07.778Z Compiling serde_repr v0.1.20
21322026-03-07T00:58:08.415Z Compiling vergen v9.0.6
21332026-03-07T00:58:08.783Z Compiling managed v0.8.0
21342026-03-07T00:58:09.287Z Compiling foldhash v0.1.5
21352026-03-07T00:58:09.623Z Compiling libbz2-rs-sys v0.2.2
21362026-03-07T00:58:09.781Z Compiling unicode-width v0.2.0
21372026-03-07T00:58:10.287Z Compiling bumpalo v3.20.2
21382026-03-07T00:58:10.929Z Compiling clap_lex v1.0.0
21392026-03-07T00:58:11.253Z Compiling bitflags v1.3.2
21402026-03-07T00:58:11.329Z Compiling clap_builder v4.5.60
21412026-03-07T00:58:12.317Z Compiling zopfli v0.8.3
21422026-03-07T00:58:12.342Z Compiling bzip2 v0.6.1
21432026-03-07T00:58:12.690Z Compiling elliptic-curve v0.13.8
21442026-03-07T00:58:13.011Z Compiling console v0.16.2
21452026-03-07T00:58:14.130Z Compiling hashbrown v0.15.5
21462026-03-07T00:58:14.500Z Compiling cargo_metadata v0.19.2
21472026-03-07T00:58:18.389Z Compiling phf v0.13.1
21482026-03-07T00:58:18.706Z Compiling zstd v0.13.3
21492026-03-07T00:58:19.251Z Compiling hyper-tls v0.6.0
21502026-03-07T00:58:19.294Z Compiling daft v0.1.5
21512026-03-07T00:58:19.439Z Compiling cookie_store v0.22.1
21522026-03-07T00:58:19.633Z Compiling signal-hook-mio v0.2.5
21532026-03-07T00:58:19.837Z Compiling rayon v1.11.0
21542026-03-07T00:58:20.166Z Compiling rustls-webpki v0.103.9
21552026-03-07T00:58:20.407Z Compiling bzip2 v0.4.4
21562026-03-07T00:58:20.619Z Compiling postgres-types v0.2.12
21572026-03-07T00:58:20.791Z Compiling strum v0.27.2
21582026-03-07T00:58:21.065Z Compiling ed25519 v2.2.3
21592026-03-07T00:58:21.546Z Compiling hubpack v0.1.2
21602026-03-07T00:58:21.780Z Compiling phf_shared v0.11.3
21612026-03-07T00:58:22.158Z Compiling pkcs1 v0.7.5
21622026-03-07T00:58:23.285Z Compiling bstr v1.12.1
21632026-03-07T00:58:23.934Z Compiling itertools v0.12.1
21642026-03-07T00:58:23.981Z Compiling float-cmp v0.10.0
21652026-03-07T00:58:24.255Z Compiling rfc6979 v0.4.0
21662026-03-07T00:58:24.490Z Compiling serde-big-array v0.5.1
21672026-03-07T00:58:24.623Z Compiling hex v0.4.3
21682026-03-07T00:58:25.242Z Compiling env_filter v1.0.0
21692026-03-07T00:58:25.816Z Compiling memmap2 v0.9.10
21702026-03-07T00:58:26.120Z Compiling encoding_rs v0.8.35
21712026-03-07T00:58:26.512Z Compiling normalize-line-endings v0.3.0
21722026-03-07T00:58:26.861Z Compiling precomputed-hash v0.1.1
21732026-03-07T00:58:27.013Z Compiling jiff v0.2.21
21742026-03-07T00:58:29.268Z Compiling tokio-rustls v0.26.4
21752026-03-07T00:58:29.691Z Compiling rustls-platform-verifier v0.6.2
21762026-03-07T00:58:29.807Z Compiling hyper-rustls v0.27.7
21772026-03-07T00:58:30.074Z Compiling toml_write v0.1.2
21782026-03-07T00:58:30.442Z Compiling mime v0.3.17
21792026-03-07T00:58:30.445Z Compiling predicates-core v1.0.10
21802026-03-07T00:58:30.770Z Compiling keccak v0.1.6
21812026-03-07T00:58:30.921Z Compiling fixedbitset v0.4.2
21822026-03-07T00:58:31.323Z Compiling static_assertions v1.1.0
21832026-03-07T00:58:31.459Z Compiling data-encoding v2.10.0
21842026-03-07T00:58:31.896Z Compiling unit-prefix v0.5.2
21852026-03-07T00:58:32.149Z Compiling new_debug_unreachable v1.0.6
21862026-03-07T00:58:32.273Z Compiling difflib v0.4.0
21872026-03-07T00:58:32.539Z Compiling whoami v2.1.0
21882026-03-07T00:58:32.822Z Compiling rustc-hash v2.1.1
21892026-03-07T00:58:33.043Z Compiling fixedbitset v0.5.7
21902026-03-07T00:58:33.204Z Compiling iddqd v0.3.17
21912026-03-07T00:58:33.251Z Compiling tokio-postgres v0.7.16
21922026-03-07T00:58:33.304Z Compiling predicates v3.1.4
21932026-03-07T00:58:33.647Z Compiling zip v4.6.1
21942026-03-07T00:58:34.549Z Compiling petgraph v0.8.3
21952026-03-07T00:58:35.697Z Compiling string_cache v0.8.9
21962026-03-07T00:58:35.747Z Compiling hickory-proto v0.25.2
21972026-03-07T00:58:36.109Z Compiling indicatif v0.18.4
21982026-03-07T00:58:36.655Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21992026-03-07T00:58:37.837Z Compiling petgraph v0.6.5
22002026-03-07T00:58:38.141Z Compiling sha3 v0.10.8
22012026-03-07T00:58:38.760Z Compiling reqwest v0.12.28
22022026-03-07T00:58:38.775Z Compiling toml_edit v0.22.27
22032026-03-07T00:58:39.114Z Compiling reqwest v0.13.2
22042026-03-07T00:58:43.799Z Compiling zone v0.3.1
22052026-03-07T00:58:45.173Z Compiling usdt v0.6.0
22062026-03-07T00:58:46.002Z Compiling env_logger v0.11.9
22072026-03-07T00:58:46.482Z Compiling serde_with v3.17.0
22082026-03-07T00:58:46.739Z Compiling ecdsa v0.16.9
22092026-03-07T00:58:47.007Z Compiling similar v2.7.0
22102026-03-07T00:58:47.597Z Compiling rsa v0.9.10
22112026-03-07T00:58:49.187Z Compiling ed25519-dalek v2.2.0
22122026-03-07T00:58:50.784Z Compiling zip v0.6.6
22132026-03-07T00:58:51.564Z Compiling crossterm v0.28.1
22142026-03-07T00:58:51.931Z Compiling clap v4.5.60
22152026-03-07T00:58:52.073Z Compiling strum v0.26.3
22162026-03-07T00:58:52.299Z Compiling toml v0.7.8
22172026-03-07T00:58:53.688Z Compiling tokio-stream v0.1.18
22182026-03-07T00:58:54.700Z Compiling x509-cert v0.2.5
22192026-03-07T00:58:57.013Z Compiling itertools v0.13.0
22202026-03-07T00:58:57.873Z Compiling buf-list v1.1.2
22212026-03-07T00:58:58.351Z Compiling sha1 v0.10.6
22222026-03-07T00:58:58.533Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22232026-03-07T00:58:58.768Z Compiling openapiv3 v2.2.0
22242026-03-07T00:59:00.632Z Compiling peg-runtime v0.8.5
22252026-03-07T00:59:01.145Z Compiling lalrpop-util v0.19.12
22262026-03-07T00:59:02.797Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22272026-03-07T00:59:24.912Z Compiling itertools v0.14.0
22282026-03-07T00:59:27.822Z Compiling macaddr v1.0.1
22292026-03-07T00:59:27.892Z Compiling structmeta-derive v0.3.0
22302026-03-07T00:59:30.100Z Compiling heapless v0.8.0
22312026-03-07T00:59:30.123Z Compiling structmeta v0.3.0
22322026-03-07T00:59:31.598Z Compiling ingot-macros v0.1.1
22332026-03-07T00:59:39.308Z Compiling toml_edit v0.23.10+spec-1.0.0
22342026-03-07T00:59:39.943Z Compiling hash32 v0.3.1
22352026-03-07T00:59:40.403Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362026-03-07T00:59:41.427Z Compiling smoltcp v0.11.0
22372026-03-07T00:59:44.593Z Compiling proc-macro-crate v3.4.0
22382026-03-07T00:59:49.591Z Compiling ingot-types v0.1.2
22392026-03-07T01:00:00.275Z Compiling cobs v0.3.0
22402026-03-07T01:00:01.363Z Compiling rustls v0.22.4
22412026-03-07T01:00:05.313Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22422026-03-07T01:00:20.168Z Compiling postcard v1.1.3
22432026-03-07T01:00:27.714Z Compiling ingot v0.1.1
22442026-03-07T01:00:28.124Z Compiling num_enum_derive v0.7.5
22452026-03-07T01:00:31.225Z Compiling proc-macro-crate v1.3.1
22462026-03-07T01:00:33.241Z Compiling rustls-webpki v0.102.8
22472026-03-07T01:00:33.539Z Compiling futures-executor v0.3.32
22482026-03-07T01:00:34.544Z Compiling foreign-types-macros v0.2.3
22492026-03-07T01:00:34.848Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22502026-03-07T01:00:34.917Z Compiling multer v3.1.0
22512026-03-07T01:00:35.294Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22522026-03-07T01:00:35.676Z Compiling thread_local v1.1.9
22532026-03-07T01:00:35.741Z Compiling match_cfg v0.1.0
22542026-03-07T01:00:35.762Z Compiling cpufeatures v0.3.0
22552026-03-07T01:00:35.803Z Compiling compression-core v0.4.31
22562026-03-07T01:00:35.864Z Compiling foreign-types-shared v0.3.1
22572026-03-07T01:00:35.892Z Compiling slog-async v2.8.0
22582026-03-07T01:00:36.026Z Compiling compression-codecs v0.4.37
22592026-03-07T01:00:36.114Z Compiling foreign-types v0.5.0
22602026-03-07T01:00:36.300Z Compiling chacha20 v0.10.0
22612026-03-07T01:00:36.303Z Compiling hostname v0.3.1
22622026-03-07T01:00:36.476Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22632026-03-07T01:00:36.642Z Compiling futures v0.3.32
22642026-03-07T01:00:36.722Z Compiling num_enum_derive v0.5.11
22652026-03-07T01:00:36.789Z Compiling num_enum v0.7.5
22662026-03-07T01:00:37.044Z Compiling derive-ex v0.1.8
22672026-03-07T01:00:37.163Z Compiling tabwriter v1.4.1
22682026-03-07T01:00:37.221Z Compiling slog-json v2.6.1
22692026-03-07T01:00:37.338Z Compiling crossbeam-channel v0.5.15
22702026-03-07T01:00:37.671Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22712026-03-07T01:00:37.895Z Compiling async-stream-impl v0.3.6
22722026-03-07T01:00:38.498Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22732026-03-07T01:00:38.770Z Compiling toml_datetime v1.0.0+spec-1.1.0
22742026-03-07T01:00:38.872Z Compiling serde_spanned v1.0.4
22752026-03-07T01:00:39.079Z Compiling cstr-argument v0.1.2
22762026-03-07T01:00:39.160Z Compiling memoffset v0.9.1
22772026-03-07T01:00:39.339Z Compiling is-terminal v0.4.17
22782026-03-07T01:00:39.392Z Compiling dropshot v0.16.7 (https://github.com/oxidecomputer/dropshot?rev=d707f541#d707f541)
22792026-03-07T01:00:39.512Z Compiling cfg_aliases v0.2.1
22802026-03-07T01:00:39.558Z Compiling take_mut v0.2.2
22812026-03-07T01:00:39.646Z Compiling crucible-workspace-hack v0.1.0
22822026-03-07T01:00:39.690Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22832026-03-07T01:00:39.755Z Compiling term v1.2.1
22842026-03-07T01:00:39.778Z Compiling toml_writer v1.0.6+spec-1.1.0
22852026-03-07T01:00:39.999Z Compiling typeid v1.0.3
22862026-03-07T01:00:40.202Z Compiling toml v1.0.3+spec-1.1.0
22872026-03-07T01:00:40.319Z Compiling nix v0.30.1
22882026-03-07T01:00:40.582Z Compiling slog-term v2.9.2
22892026-03-07T01:00:40.632Z Compiling test-strategy v0.4.5
22902026-03-07T01:00:42.764Z Compiling tokio-rustls v0.25.0
22912026-03-07T01:00:43.090Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22922026-03-07T01:00:43.239Z Compiling async-stream v0.3.6
22932026-03-07T01:00:43.273Z Compiling num_enum v0.5.11
22942026-03-07T01:00:43.507Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22952026-03-07T01:00:43.530Z Compiling slog-bunyan v2.5.0
22962026-03-07T01:00:43.717Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22972026-03-07T01:00:43.761Z Compiling rand v0.10.0
22982026-03-07T01:00:43.866Z Compiling async-compression v0.4.41
22992026-03-07T01:00:43.889Z Compiling parse-display-derive v0.10.0
23002026-03-07T01:00:43.893Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23012026-03-07T01:00:44.118Z Compiling waitgroup v0.1.2
23022026-03-07T01:00:44.354Z Compiling rustls-pemfile v2.2.0
23032026-03-07T01:00:44.400Z Compiling newtype-uuid-macros v0.1.0
23042026-03-07T01:00:44.851Z Compiling dropshot_endpoint v0.16.7 (https://github.com/oxidecomputer/dropshot?rev=d707f541#d707f541)
23052026-03-07T01:00:44.922Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23062026-03-07T01:00:45.512Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23072026-03-07T01:00:45.672Z Compiling serde_path_to_error v0.1.20
23082026-03-07T01:00:45.966Z Compiling hostname v0.4.2
23092026-03-07T01:00:45.969Z Compiling instant v0.1.13
23102026-03-07T01:00:46.198Z Compiling colored v3.1.1
23112026-03-07T01:00:46.283Z Compiling erased-serde v0.4.9
23122026-03-07T01:00:46.382Z Compiling debug-ignore v1.0.5
23132026-03-07T01:00:46.587Z Compiling backoff v0.4.0
23142026-03-07T01:00:46.664Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23152026-03-07T01:00:47.138Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23162026-03-07T01:00:47.202Z Compiling parse-display v0.10.0
23172026-03-07T01:00:47.406Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23182026-03-07T01:00:47.595Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-03-07T01:00:48.367Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23202026-03-07T01:00:49.198Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23212026-03-07T01:00:49.767Z Compiling progenitor-client v0.13.0
23222026-03-07T01:00:49.770Z Compiling progenitor-client v0.10.0
23232026-03-07T01:00:50.508Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23242026-03-07T01:00:50.624Z Compiling camino-tempfile v1.4.1
23252026-03-07T01:00:50.770Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23262026-03-07T01:00:50.986Z Compiling backon v1.6.0
23272026-03-07T01:00:51.439Z Compiling regress v0.10.5
23282026-03-07T01:00:51.473Z Compiling secrecy v0.10.3
23292026-03-07T01:00:51.791Z Compiling num-derive v0.4.2
23302026-03-07T01:00:53.943Z Compiling sigpipe v0.1.3
23312026-03-07T01:00:54.055Z Compiling libefi-sys v0.1.0
23322026-03-07T01:00:54.104Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23332026-03-07T01:00:54.363Z Compiling glob v0.3.3
23342026-03-07T01:00:54.515Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23352026-03-07T01:00:54.540Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-07T01:00:56.025Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23372026-03-07T01:00:56.369Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23382026-03-07T01:00:56.439Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23392026-03-07T01:00:56.667Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23402026-03-07T01:01:00.026Z Compiling usdt-macro v0.5.0
23412026-03-07T01:01:00.934Z Compiling usdt-attr-macro v0.5.0
23422026-03-07T01:01:01.395Z Compiling smf v0.2.3
23432026-03-07T01:01:02.405Z Compiling bitfield-struct v0.6.2
23442026-03-07T01:01:02.815Z Compiling ordered-float v2.10.1
23452026-03-07T01:01:02.863Z Compiling blake3 v1.8.3
23462026-03-07T01:01:03.105Z Compiling memmap v0.7.0
23472026-03-07T01:01:03.484Z Compiling whoami v1.6.1
23482026-03-07T01:01:03.551Z Compiling serde-value v0.7.0
23492026-03-07T01:01:03.737Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-03-07T01:01:04.023Z Compiling usdt v0.5.0
23512026-03-07T01:01:04.169Z Compiling serde-untagged v0.1.9
23522026-03-07T01:01:04.492Z Compiling toml v0.8.23
23532026-03-07T01:01:04.883Z Compiling filetime v0.2.27
23542026-03-07T01:01:04.960Z Compiling same-file v1.0.6
23552026-03-07T01:01:05.144Z Compiling arrayvec v0.7.6
23562026-03-07T01:01:05.168Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-03-07T01:01:05.271Z Compiling unicode-xid v0.2.6
23582026-03-07T01:01:05.295Z Compiling xattr v1.6.1
23592026-03-07T01:01:05.322Z Compiling constant_time_eq v0.4.2
23602026-03-07T01:01:05.349Z Compiling arrayref v0.3.9
23612026-03-07T01:01:05.485Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-03-07T01:01:05.532Z Compiling tar v0.4.44
23632026-03-07T01:01:05.628Z Compiling cargo-util-schemas v0.8.2
23642026-03-07T01:01:05.694Z Compiling walkdir v2.5.0
23652026-03-07T01:01:07.050Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23662026-03-07T01:01:07.279Z Compiling tokio-dtrace v0.1.1
23672026-03-07T01:01:07.526Z Compiling gethostname v0.5.0
23682026-03-07T01:01:07.767Z Compiling cargo-platform v0.2.0
23692026-03-07T01:01:08.010Z Compiling topological-sort v0.2.2
23702026-03-07T01:01:08.212Z Compiling oxide-tokio-rt v0.1.2
23712026-03-07T01:01:08.348Z Compiling omicron-zone-package v0.12.2
23722026-03-07T01:01:08.872Z Compiling cargo_metadata v0.21.0
23732026-03-07T01:01:08.966Z Compiling shell-words v1.1.1
23742026-03-07T01:01:10.120Z Compiling indent_write v2.2.0
23752026-03-07T01:01:10.415Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23762026-03-07T01:01:16.542Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23772026-03-07T01:01:19.037Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23782026-03-07T01:01:23.291Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23792026-03-07T01:01:39.226Z Finished `release` profile [optimized] target(s) in 5m 27s
23802026-03-07T01:01:39.383Z Running `target/release/omicron-package -t test target create -p dev`
23812026-03-07T01:01:39.444ZLogging to: /work/oxidecomputer/omicron/out/LOG
23822026-03-07T01:01:39.448ZCreated new build target 'test' and set it as active
23832026-03-07T01:01:39.448Z
23842026-03-07T01:01:39.448Zreal 5:27.473877380
23852026-03-07T01:01:39.448Zuser 36:51.091444106
23862026-03-07T01:01:39.448Zsys 3:39.812493570
23872026-03-07T01:01:39.448Ztrap 1.060432148
23882026-03-07T01:01:39.448Ztflt 2.443508831
23892026-03-07T01:01:39.448Zdflt 1.095888952
23902026-03-07T01:01:39.448Zkflt 0.000166174
23912026-03-07T01:01:39.448Zlock 1:43:22.903112712
23922026-03-07T01:01:39.449Zslp 2:21:52.228810576
23932026-03-07T01:01:39.449Zlat 2:34.330736638
23942026-03-07T01:01:39.449Zstop 5:21.523508220
23952026-03-07T01:01:39.449Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23962026-03-07T01:01:40.699Z Finished `release` profile [optimized] target(s) in 1.17s
23972026-03-07T01:01:40.754Z Running `target/release/omicron-package -t test package`
23982026-03-07T01:01:40.805ZLogging to: /work/oxidecomputer/omicron/out/LOG
23992026-03-07T01:01:42.792Z Compiling regress v0.10.5
24002026-03-07T01:01:42.792Z Compiling heck v0.5.0
24012026-03-07T01:01:42.796Z Compiling unsafe-libyaml v0.2.11
24022026-03-07T01:01:43.056Z Compiling convert_case v0.4.0
24032026-03-07T01:01:43.080Z Compiling half v2.7.1
24042026-03-07T01:01:43.083Z Compiling ciborium-io v0.2.2
24052026-03-07T01:01:43.145Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24062026-03-07T01:01:43.149Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24072026-03-07T01:01:43.268Z Compiling typify-impl v0.6.1
24082026-03-07T01:01:43.677Z Compiling derive_more v0.99.20
24092026-03-07T01:01:43.936Z Compiling ciborium-ll v0.2.2
24102026-03-07T01:01:44.324Z Compiling ciborium v0.2.2
24112026-03-07T01:01:44.479Z Compiling serde_yaml v0.9.34+deprecated
24122026-03-07T01:01:44.663Z Compiling prettyplease v0.2.37
24132026-03-07T01:01:45.073Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24142026-03-07T01:01:45.620Z Compiling universal-hash v0.5.1
24152026-03-07T01:01:45.925Z Compiling thiserror-impl-no-std v2.0.2
24162026-03-07T01:01:46.338Z Compiling unicode-width v0.1.14
24172026-03-07T01:01:47.155Z Compiling opaque-debug v0.3.1
24182026-03-07T01:01:47.299Z Compiling poly1305 v0.8.0
24192026-03-07T01:01:47.722Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24202026-03-07T01:01:47.933Z Compiling chacha20 v0.9.1
24212026-03-07T01:01:48.295Z Compiling thiserror-no-std v2.0.2
24222026-03-07T01:01:48.448Z Compiling password-hash v0.5.0
24232026-03-07T01:01:48.480Z Compiling blake2 v0.10.6
24242026-03-07T01:01:48.727Z Compiling aead v0.5.2
24252026-03-07T01:01:49.116Z Compiling serde_spanned v1.0.4
24262026-03-07T01:01:49.180Z Compiling is-terminal v0.4.17
24272026-03-07T01:01:49.373Z Compiling swrite v0.1.0
24282026-03-07T01:01:49.411Z Compiling toml_writer v1.0.6+spec-1.1.0
24292026-03-07T01:01:49.563Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24302026-03-07T01:01:49.696Z Compiling argon2 v0.5.3
24312026-03-07T01:01:49.851Z Compiling chacha20poly1305 v0.10.1
24322026-03-07T01:01:50.136Z Compiling vsss-rs v3.3.4
24332026-03-07T01:01:50.505Z Compiling typify-impl v0.4.3
24342026-03-07T01:01:50.535Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24352026-03-07T01:01:51.255Z Compiling bytecount v0.6.9
24362026-03-07T01:01:51.626Z Compiling rustls v0.22.4
24372026-03-07T01:01:51.676Z Compiling rustls-webpki v0.102.8
24382026-03-07T01:01:52.091Z Compiling derive-where v1.6.0
24392026-03-07T01:01:53.304Z Compiling thread_local v1.1.9
24402026-03-07T01:01:53.788Z Compiling match_cfg v0.1.0
24412026-03-07T01:01:53.933Z Compiling compression-core v0.4.31
24422026-03-07T01:01:54.241Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24432026-03-07T01:01:54.547Z Compiling compression-codecs v0.4.37
24442026-03-07T01:01:54.909Z Compiling hostname v0.3.1
24452026-03-07T01:01:56.363Z Compiling typify-macro v0.6.1
24462026-03-07T01:01:57.743Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24472026-03-07T01:01:59.784Z Compiling multer v3.1.0
24482026-03-07T01:01:59.885Z Compiling typify v0.6.1
24492026-03-07T01:01:59.910Z Compiling typify-macro v0.4.3
24502026-03-07T01:02:00.057Z Compiling progenitor-impl v0.13.0
24512026-03-07T01:02:00.804Z Compiling slog-async v2.8.0
24522026-03-07T01:02:00.908Z Compiling slog-json v2.6.1
24532026-03-07T01:02:01.283Z Compiling crossbeam-channel v0.5.15
24542026-03-07T01:02:02.309Z Compiling futures-executor v0.3.32
24552026-03-07T01:02:02.371Z Compiling toml_datetime v1.0.0+spec-1.1.0
24562026-03-07T01:02:02.779Z Compiling term v1.2.1
24572026-03-07T01:02:02.992Z Compiling take_mut v0.2.2
24582026-03-07T01:02:03.226Z Compiling typify v0.4.3
24592026-03-07T01:02:03.430Z Compiling slog-term v2.9.2
24602026-03-07T01:02:03.936Z Compiling toml v1.0.3+spec-1.1.0
24612026-03-07T01:02:04.123Z Compiling futures v0.3.32
24622026-03-07T01:02:04.282Z Compiling slog-bunyan v2.5.0
24632026-03-07T01:02:04.615Z Compiling tokio-rustls v0.25.0
24642026-03-07T01:02:05.080Z Compiling async-compression v0.4.41
24652026-03-07T01:02:05.413Z Compiling dropshot v0.16.7 (https://github.com/oxidecomputer/dropshot?rev=d707f541#d707f541)
24662026-03-07T01:02:05.511Z Compiling async-stream v0.3.6
24672026-03-07T01:02:05.663Z Compiling progenitor-macro v0.13.0
24682026-03-07T01:02:05.763Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24692026-03-07T01:02:05.819Z Compiling waitgroup v0.1.2
24702026-03-07T01:02:06.079Z Compiling rustls-pemfile v2.2.0
24712026-03-07T01:02:06.119Z Compiling serde_path_to_error v0.1.20
24722026-03-07T01:02:06.477Z Compiling instant v0.1.13
24732026-03-07T01:02:06.691Z Compiling hostname v0.4.2
24742026-03-07T01:02:06.852Z Compiling debug-ignore v1.0.5
24752026-03-07T01:02:06.958Z Compiling backoff v0.4.0
24762026-03-07T01:02:06.988Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24772026-03-07T01:02:08.158Z Compiling parse-display v0.10.0
24782026-03-07T01:02:08.716Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24792026-03-07T01:02:08.965Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24802026-03-07T01:02:10.439Z Compiling progenitor-client v0.13.0
24812026-03-07T01:02:11.040Z Compiling progenitor-client v0.10.0
24822026-03-07T01:02:11.608Z Compiling backon v1.6.0
24832026-03-07T01:02:12.032Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24842026-03-07T01:02:14.031Z Compiling macaddr v1.0.1
24852026-03-07T01:02:14.504Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24862026-03-07T01:02:16.535Z Compiling progenitor v0.13.0
24872026-03-07T01:02:16.815Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24882026-03-07T01:02:17.619Z Compiling console v0.15.11
24892026-03-07T01:02:18.698Z Compiling newline-converter v0.3.0
24902026-03-07T01:02:18.973Z Compiling atomicwrites v0.4.4
24912026-03-07T01:02:19.570Z Compiling num-rational v0.4.2
24922026-03-07T01:02:21.875Z Compiling num-complex v0.4.6
24932026-03-07T01:02:23.250Z Compiling slog-dtrace v0.3.0
24942026-03-07T01:02:23.263Z Compiling num v0.4.3
24952026-03-07T01:02:23.355Z Compiling expectorate v1.2.0
24962026-03-07T01:02:23.404Z Compiling async-recursion v1.1.1
24972026-03-07T01:02:23.754Z Compiling owo-colors v4.3.0
24982026-03-07T01:02:24.379Z Compiling float-ord v0.3.2
24992026-03-07T01:02:24.751Z Compiling cancel-safe-futures v0.1.5
25002026-03-07T01:02:25.229Z Compiling libsw-core v0.3.2
25012026-03-07T01:02:25.592Z Compiling resolv-conf v0.7.6
25022026-03-07T01:02:26.444Z Compiling libsw v3.5.0
25032026-03-07T01:02:27.573Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25042026-03-07T01:02:27.882Z Compiling toml v0.8.23
25052026-03-07T01:02:29.261Z Compiling linear-map v1.2.0
25062026-03-07T01:02:29.703Z Compiling minimal-lexical v0.2.1
25072026-03-07T01:02:29.773Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25082026-03-07T01:02:30.239Z Compiling linked-hash-map v0.5.6
25092026-03-07T01:02:30.741Z Compiling lru-cache v0.1.2
25102026-03-07T01:02:31.031Z Compiling nom v7.1.3
25112026-03-07T01:02:34.509Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25122026-03-07T01:02:36.910Z Compiling unicode-xid v0.2.6
25132026-03-07T01:02:37.161Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25142026-03-07T01:02:37.277Z Compiling globset v0.4.18
25152026-03-07T01:02:37.982Z Compiling hickory-proto v0.24.4
25162026-03-07T01:02:43.575Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25172026-03-07T01:02:47.682Z Compiling hickory-resolver v0.24.4
25182026-03-07T01:02:52.955Z Compiling progenitor-impl v0.11.2
25192026-03-07T01:02:53.063Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25202026-03-07T01:02:56.691Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25212026-03-07T01:02:57.205Z Compiling convert_case v0.10.0
25222026-03-07T01:02:57.820Z Compiling derive_more-impl v2.1.1
25232026-03-07T01:02:58.735Z Compiling progenitor-macro v0.11.2
25242026-03-07T01:02:59.548Z Compiling qorb v0.4.1
25252026-03-07T01:03:05.378Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25262026-03-07T01:03:05.761Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25272026-03-07T01:03:07.087Z Compiling progenitor-client v0.11.2
25282026-03-07T01:03:08.117Z Compiling pin-project-internal v1.1.11
25292026-03-07T01:03:09.418Z Compiling progenitor v0.11.2
25302026-03-07T01:03:09.684Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25312026-03-07T01:03:10.515Z Compiling pin-project v1.1.11
25322026-03-07T01:03:10.664Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25332026-03-07T01:03:10.721Z Compiling derive_more v2.1.1
25342026-03-07T01:03:10.885Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25352026-03-07T01:03:10.935Z Compiling pem v3.0.6
25362026-03-07T01:03:10.987Z Compiling snafu-derive v0.8.9
25372026-03-07T01:03:11.275Z Compiling termtree v0.5.1
25382026-03-07T01:03:11.369Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25392026-03-07T01:03:11.636Z Compiling crossterm v0.29.0
25402026-03-07T01:03:12.454Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25412026-03-07T01:03:12.598Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25422026-03-07T01:03:15.226Z Compiling snafu v0.8.9
25432026-03-07T01:03:16.524Z Compiling phf_shared v0.12.1
25442026-03-07T01:03:17.028Z Compiling olpc-cjson v0.1.4
25452026-03-07T01:03:17.438Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25462026-03-07T01:03:17.989Z Compiling vte v0.14.1
25472026-03-07T01:03:18.373Z Compiling csv-core v0.1.13
25482026-03-07T01:03:18.432Z Compiling serde_plain v1.0.2
25492026-03-07T01:03:18.508Z Compiling chrono-tz v0.10.4
25502026-03-07T01:03:18.906Z Compiling highway v1.3.0
25512026-03-07T01:03:19.015Z Compiling typed-path v0.9.3
25522026-03-07T01:03:19.192Z Compiling csv v1.4.0
25532026-03-07T01:03:19.224Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25542026-03-07T01:03:19.668Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25552026-03-07T01:03:19.927Z Compiling strip-ansi-escapes v0.2.1
25562026-03-07T01:03:20.433Z Compiling phf v0.12.1
25572026-03-07T01:03:20.812Z Compiling const_format_proc_macros v0.2.34
25582026-03-07T01:03:21.187Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25592026-03-07T01:03:21.429Z Compiling papergrid v0.11.0
25602026-03-07T01:03:22.205Z Compiling tough v0.20.0
25612026-03-07T01:03:22.649Z Compiling fd-lock v4.0.4
25622026-03-07T01:03:22.926Z Compiling peg-macros v0.8.5
25632026-03-07T01:03:25.986Z Compiling tabled_derive v0.7.0
25642026-03-07T01:03:26.040Z Compiling nu-ansi-term v0.50.3
25652026-03-07T01:03:27.238Z Compiling reedline v0.40.0
25662026-03-07T01:03:27.798Z Compiling peg v0.8.5
25672026-03-07T01:03:27.957Z Compiling const_format v0.2.35
25682026-03-07T01:03:27.984Z Compiling tabled v0.15.0
25692026-03-07T01:03:31.344Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25702026-03-07T01:03:34.188Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25712026-03-07T01:03:34.350Z Compiling bcs v0.1.6
25722026-03-07T01:03:35.212Z Compiling semver v0.1.20
25732026-03-07T01:03:35.781Z Compiling rustc_version v0.1.7
25742026-03-07T01:03:36.202Z Compiling base64 v0.21.7
25752026-03-07T01:03:37.340Z Compiling newtype_derive v0.1.6
25762026-03-07T01:03:37.732Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25772026-03-07T01:03:38.142Z Compiling smawk v0.3.2
25782026-03-07T01:03:38.495Z Compiling unicode-linebreak v0.1.5
25792026-03-07T01:03:39.156Z Compiling humantime v2.3.0
25802026-03-07T01:03:39.294Z Compiling textwrap v0.16.2
25812026-03-07T01:03:40.276Z Compiling dropshot-api-manager-types v0.5.2
25822026-03-07T01:03:42.151Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25832026-03-07T01:03:42.231Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25842026-03-07T01:03:42.947Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25852026-03-07T01:03:43.177Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25862026-03-07T01:03:44.386Z Compiling steno v0.4.1
25872026-03-07T01:03:44.756Z Compiling utf-8 v0.7.6
25882026-03-07T01:03:45.164Z Compiling progenitor-impl v0.10.0
25892026-03-07T01:03:46.873Z Compiling tagptr v0.2.0
25902026-03-07T01:03:47.217Z Compiling moka v0.12.13
25912026-03-07T01:03:50.992Z Compiling progenitor-macro v0.10.0
25922026-03-07T01:03:51.954Z Compiling hickory-resolver v0.25.2
25932026-03-07T01:03:54.382Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25942026-03-07T01:04:01.837Z Compiling progenitor v0.10.0
25952026-03-07T01:04:02.109Z Compiling tungstenite v0.21.0
25962026-03-07T01:04:04.297Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25972026-03-07T01:04:04.584Z Compiling tokio-tungstenite v0.21.0
25982026-03-07T01:04:05.285Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25992026-03-07T01:04:06.126Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26002026-03-07T01:04:06.975Z Compiling radium v0.7.0
26012026-03-07T01:04:07.248Z Compiling maybe-uninit v2.0.0
26022026-03-07T01:04:07.545Z Compiling tap v1.0.1
26032026-03-07T01:04:07.793Z Compiling wyz v0.5.1
26042026-03-07T01:04:08.291Z Compiling zerocopy-derive v0.6.6
26052026-03-07T01:04:08.433Z Compiling packed_struct v0.10.1
26062026-03-07T01:04:08.941Z Compiling funty v2.0.0
26072026-03-07T01:04:10.005Z Compiling display-error-chain v0.2.2
26082026-03-07T01:04:10.292Z Compiling crc-catalog v2.4.0
26092026-03-07T01:04:10.510Z Compiling crc v3.4.0
26102026-03-07T01:04:10.974Z Compiling zerocopy v0.6.6
26112026-03-07T01:04:11.402Z Compiling bitvec v1.0.1
26122026-03-07T01:04:12.292Z Compiling packed_struct_codegen v0.10.1
26132026-03-07T01:04:12.435Z Compiling bitfield-macros v0.19.4
26142026-03-07T01:04:13.926Z Compiling indexmap v1.9.3
26152026-03-07T01:04:14.332Z Compiling nodrop v0.1.14
26162026-03-07T01:04:14.533Z Compiling array-init v0.0.4
26172026-03-07T01:04:14.671Z Compiling bitfield v0.19.4
26182026-03-07T01:04:14.714Z Compiling smallvec v0.6.14
26192026-03-07T01:04:15.265Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26202026-03-07T01:04:15.469Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26212026-03-07T01:04:15.668Z Compiling num-derive v0.3.3
26222026-03-07T01:04:17.769Z Compiling proc-macro-error-attr2 v2.0.0
26232026-03-07T01:04:18.541Z Compiling hashbrown v0.12.3
26242026-03-07T01:04:20.117Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-03-07T01:04:21.020Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26262026-03-07T01:04:22.057Z Compiling proc-macro-error2 v2.0.1
26272026-03-07T01:04:22.679Z Compiling libscf-sys v1.1.0
26282026-03-07T01:04:22.963Z Compiling serde-hex v0.1.0
26292026-03-07T01:04:24.103Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-03-07T01:04:24.532Z Compiling ron v0.8.1
26312026-03-07T01:04:26.285Z Compiling nix v0.31.1
26322026-03-07T01:04:27.183Z Compiling hashbrown v0.13.2
26332026-03-07T01:04:28.371Z Compiling vergen-gitcl v1.0.8
26342026-03-07T01:04:28.455Z Compiling dirs-sys-next v0.1.2
26352026-03-07T01:04:28.745Z Compiling crunchy v0.2.4
26362026-03-07T01:04:28.931Z Compiling crc-any v2.5.0
26372026-03-07T01:04:29.227Z Compiling maplit v1.0.2
26382026-03-07T01:04:29.413Z Compiling glob v0.3.3
26392026-03-07T01:04:29.956Z Compiling dirs-next v2.0.0
26402026-03-07T01:04:30.067Z Compiling object v0.30.4
26412026-03-07T01:04:30.198Z Compiling clang-sys v1.8.1
26422026-03-07T01:04:30.282Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26432026-03-07T01:04:30.940Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26442026-03-07T01:04:31.742Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26452026-03-07T01:04:32.476Z Compiling tabled_derive v0.11.0
26462026-03-07T01:04:34.846Z Compiling papergrid v0.17.0
26472026-03-07T01:04:41.951Z Compiling testing_table v0.3.0
26482026-03-07T01:04:42.765Z Compiling dsl_auto_type v0.1.3
26492026-03-07T01:04:44.018Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26502026-03-07T01:04:45.606Z Compiling scheduled-thread-pool v0.2.7
26512026-03-07T01:04:46.885Z Compiling diesel_table_macro_syntax v0.2.0
26522026-03-07T01:04:47.310Z Compiling tiny-keccak v2.0.2
26532026-03-07T01:04:47.688Z Compiling path-slash v0.1.5
26542026-03-07T01:04:48.028Z Compiling diesel_derives v2.2.7
26552026-03-07T01:04:48.061Z Compiling r2d2 v0.8.10
26562026-03-07T01:04:48.591Z Compiling tabled v0.20.0
26572026-03-07T01:04:52.927Z Compiling term v0.7.0
26582026-03-07T01:04:54.463Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26592026-03-07T01:04:55.186Z Compiling arc-swap v1.8.2
26602026-03-07T01:04:55.899Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26612026-03-07T01:04:56.304Z Compiling xshell-macros v0.2.7
26622026-03-07T01:04:57.051Z Compiling bit-vec v0.6.3
26632026-03-07T01:04:57.504Z Compiling bit-set v0.5.3
26642026-03-07T01:04:57.729Z Compiling xshell v0.2.7
26652026-03-07T01:04:57.833Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26662026-03-07T01:04:58.106Z Compiling diesel v2.2.12
26672026-03-07T01:05:00.640Z Compiling slog-scope v4.4.1
26682026-03-07T01:05:01.922Z Compiling ascii-canvas v3.0.0
26692026-03-07T01:05:02.426Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-03-07T01:05:03.132Z Compiling itertools v0.10.5
26712026-03-07T01:05:03.943Z Compiling ena v0.14.4
26722026-03-07T01:05:04.411Z Compiling libloading v0.8.9
26732026-03-07T01:05:04.704Z Compiling diff v0.1.13
26742026-03-07T01:05:04.831Z Compiling unicase v2.9.0
26752026-03-07T01:05:05.202Z Compiling regex-syntax v0.6.29
26762026-03-07T01:05:05.326Z Compiling bindgen v0.71.1
26772026-03-07T01:05:05.607Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26782026-03-07T01:05:05.884Z Compiling slog-stdlog v4.1.1
26792026-03-07T01:05:07.125Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26802026-03-07T01:05:08.015Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26812026-03-07T01:05:08.476Z Compiling lalrpop v0.19.12
26822026-03-07T01:05:09.068Z Compiling cexpr v0.6.0
26832026-03-07T01:05:09.842Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26842026-03-07T01:05:09.931Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26852026-03-07T01:05:10.198Z Compiling crc8 v0.1.1
26862026-03-07T01:05:10.500Z Compiling slog-envlogger v2.2.0
26872026-03-07T01:05:10.587Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26882026-03-07T01:05:11.497Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26892026-03-07T01:05:12.660Z Compiling headers-core v0.3.0
26902026-03-07T01:05:12.906Z Compiling libxml v0.3.3
26912026-03-07T01:05:13.198Z Compiling headers v0.4.1
26922026-03-07T01:05:13.648Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26932026-03-07T01:05:14.361Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26942026-03-07T01:05:14.753Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26952026-03-07T01:05:15.571Z Compiling strum_macros v0.24.3
26962026-03-07T01:05:16.574Z Compiling indoc v1.0.9
26972026-03-07T01:05:17.438Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26982026-03-07T01:05:17.834Z Compiling derive_builder v0.20.2
26992026-03-07T01:05:18.094Z Compiling oso-derive v0.27.3
27002026-03-07T01:05:18.583Z Compiling quick-xml v0.37.5
27012026-03-07T01:05:19.085Z Compiling impl-trait-for-tuples v0.2.3
27022026-03-07T01:05:21.265Z Compiling half v1.8.3
27032026-03-07T01:05:22.261Z Compiling openssl-probe v0.1.6
27042026-03-07T01:05:22.303Z Compiling serde_cbor v0.11.2
27052026-03-07T01:05:22.487Z Compiling samael v0.0.19
27062026-03-07T01:05:22.855Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27072026-03-07T01:05:24.331Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27082026-03-07T01:05:24.527Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27092026-03-07T01:05:24.849Z Compiling diesel-dtrace v0.4.2
27102026-03-07T01:05:25.355Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27112026-03-07T01:05:25.744Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-03-07T01:05:25.999Z Compiling bb8 v0.8.6
27132026-03-07T01:05:26.721Z Compiling trait-variant v0.1.2
27142026-03-07T01:05:27.819Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27152026-03-07T01:05:28.773Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27162026-03-07T01:05:29.081Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27172026-03-07T01:05:29.179Z Compiling polar-core v0.27.3
27182026-03-07T01:05:29.670Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27192026-03-07T01:05:32.804Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27202026-03-07T01:05:33.199Z Compiling fxhash v0.2.1
27212026-03-07T01:05:33.373Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27222026-03-07T01:05:33.530Z Compiling kstat-rs v0.2.4
27232026-03-07T01:05:33.831Z Compiling libz-sys v1.1.24
27242026-03-07T01:05:34.409Z Compiling nonempty v0.12.0
27252026-03-07T01:05:34.570Z Compiling salty v0.3.0
27262026-03-07T01:05:35.012Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27272026-03-07T01:05:35.619Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27282026-03-07T01:05:43.783Z Compiling async-bb8-diesel v0.2.1
27292026-03-07T01:05:43.896Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27302026-03-07T01:05:44.645Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27312026-03-07T01:05:49.545Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
27322026-03-07T01:05:55.825Z Compiling oso v0.27.3
27332026-03-07T01:05:58.799Z Compiling darling_core v0.23.0
27342026-03-07T01:06:03.610Z Compiling nanorand v0.7.0
27352026-03-07T01:06:04.386Z Compiling fs-err v2.11.0
27362026-03-07T01:06:04.799Z Compiling parking_lot_core v0.8.6
27372026-03-07T01:06:05.065Z Compiling mime_guess v2.0.5
27382026-03-07T01:06:05.545Z Compiling darling_macro v0.23.0
27392026-03-07T01:06:06.103Z Compiling flume v0.11.1
27402026-03-07T01:06:06.502Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
27412026-03-07T01:06:06.911Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27422026-03-07T01:06:13.357Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-03-07T01:06:14.462Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27442026-03-07T01:06:15.056Z Compiling git-stub v1.0.0
27452026-03-07T01:06:15.541Z Compiling libgit2-sys v0.18.3+1.9.2
27462026-03-07T01:06:16.387Z Compiling instability v0.3.11
27472026-03-07T01:06:16.852Z Compiling git-stub-vcs v0.1.0
27482026-03-07T01:06:17.556Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27492026-03-07T01:06:23.132Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27502026-03-07T01:06:32.139Z Compiling darling v0.23.0
27512026-03-07T01:06:35.500Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27522026-03-07T01:06:36.215Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-03-07T01:06:42.988Z Compiling ignore v0.4.25
27542026-03-07T01:06:46.729Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-03-07T01:06:48.751Z Compiling primeorder v0.13.6
27562026-03-07T01:06:49.255Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-03-07T01:06:49.358Z Compiling castaway v0.2.4
27582026-03-07T01:06:49.423Z Compiling nibble_vec v0.1.0
27592026-03-07T01:06:49.587Z Compiling atty v0.2.14
27602026-03-07T01:06:49.713Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-03-07T01:06:49.807Z Compiling indoc v2.0.7
27622026-03-07T01:06:50.157Z Compiling parse-size v1.1.0
27632026-03-07T01:06:50.494Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27642026-03-07T01:06:50.687Z Compiling endian-type v0.1.2
27652026-03-07T01:06:50.850Z Compiling http-range v0.1.5
27662026-03-07T01:06:50.951Z Compiling radix_trie v0.2.1
27672026-03-07T01:06:51.448Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-03-07T01:06:51.907Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27692026-03-07T01:06:52.483Z Compiling compact_str v0.8.1
27702026-03-07T01:06:52.725Z Compiling p384 v0.13.1
27712026-03-07T01:06:54.253Z Compiling globwalk v0.9.1
27722026-03-07T01:06:54.883Z Compiling parking_lot v0.11.2
27732026-03-07T01:06:56.712Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-03-07T01:06:57.192Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27752026-03-07T01:06:57.923Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27762026-03-07T01:06:58.142Z Compiling predicates-tree v1.0.13
27772026-03-07T01:06:58.972Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27782026-03-07T01:06:59.612Z Compiling unicode-truncate v1.1.0
27792026-03-07T01:06:59.948Z Compiling lru v0.12.5
27802026-03-07T01:07:00.319Z Compiling prefix-trie v0.7.0
27812026-03-07T01:07:01.315Z Compiling vergen-git2 v1.0.7
27822026-03-07T01:07:01.711Z Compiling cassowary v0.3.0
27832026-03-07T01:07:01.792Z Compiling hickory-server v0.25.2
27842026-03-07T01:07:02.138Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-03-07T01:07:05.043Z Compiling ratatui v0.29.0
27862026-03-07T01:07:05.897Z Compiling camino-tempfile-ext v0.3.3
27872026-03-07T01:07:06.408Z Compiling git2 v0.20.4
27882026-03-07T01:07:07.373Z Compiling hyper-staticfile v0.10.1
27892026-03-07T01:07:09.984Z Compiling sled v0.34.7
27902026-03-07T01:07:14.566Z Compiling hickory-client v0.25.2
27912026-03-07T01:07:15.147Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27922026-03-07T01:07:16.400Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27932026-03-07T01:07:16.469Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-03-07T01:07:18.066Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27952026-03-07T01:07:19.208Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27962026-03-07T01:07:20.871Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27972026-03-07T01:07:20.927Z Compiling toml v0.9.12+spec-1.1.0
27982026-03-07T01:07:24.037Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-07T01:07:24.071Z Compiling rand_seeder v0.4.0
28002026-03-07T01:07:24.433Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28012026-03-07T01:07:24.531Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-07T01:07:24.856Z Compiling lzma-sys v0.1.20
28032026-03-07T01:07:25.080Z Compiling rustls v0.21.12
28042026-03-07T01:07:25.467Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28052026-03-07T01:07:25.515Z Compiling corncobs v0.1.4
28062026-03-07T01:07:25.715Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28072026-03-07T01:07:25.924Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-03-07T01:07:26.005Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28092026-03-07T01:07:26.153Z Compiling cargo_toml v0.22.3
28102026-03-07T01:07:26.309Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28112026-03-07T01:07:27.429Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28122026-03-07T01:07:28.661Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28132026-03-07T01:07:31.535Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28142026-03-07T01:07:33.746Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28152026-03-07T01:07:40.946Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28162026-03-07T01:07:41.009Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-03-07T01:07:43.796Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-03-07T01:07:44.203Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28192026-03-07T01:07:44.601Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28202026-03-07T01:07:45.002Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28212026-03-07T01:07:47.985Z Compiling nix v0.29.0
28222026-03-07T01:07:48.860Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28232026-03-07T01:07:50.526Z Compiling rustls-webpki v0.101.7
28242026-03-07T01:07:53.615Z Compiling sct v0.7.1
28252026-03-07T01:07:54.118Z Compiling secrecy v0.8.0
28262026-03-07T01:07:54.180Z Compiling void v1.0.2
28272026-03-07T01:07:54.469Z Compiling lzss v0.8.2
28282026-03-07T01:07:55.336Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28292026-03-07T01:08:07.034Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28302026-03-07T01:08:08.343Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28312026-03-07T01:08:09.711Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28322026-03-07T01:08:11.117Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28332026-03-07T01:08:11.317Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28342026-03-07T01:08:16.172Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28352026-03-07T01:08:17.758Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28362026-03-07T01:08:19.176Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28372026-03-07T01:08:19.518Z Compiling tungstenite v0.23.0
28382026-03-07T01:08:19.605Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28392026-03-07T01:08:20.001Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28402026-03-07T01:08:20.400Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28412026-03-07T01:08:20.803Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28422026-03-07T01:08:21.205Z Compiling nix v0.27.1
28432026-03-07T01:08:23.992Z Compiling serde_bytes v0.11.19
28442026-03-07T01:08:24.579Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28452026-03-07T01:08:24.906Z Compiling tokio-tungstenite v0.23.1
28462026-03-07T01:08:25.266Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-03-07T01:08:25.619Z Compiling ron v0.12.0
28482026-03-07T01:08:35.015Z Compiling xz2 v0.1.7
28492026-03-07T01:08:35.694Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28502026-03-07T01:08:37.694Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-03-07T01:08:38.423Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28522026-03-07T01:08:44.774Z Compiling tokio-rustls v0.24.1
28532026-03-07T01:08:46.241Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-03-07T01:08:51.429Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28552026-03-07T01:08:52.017Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28562026-03-07T01:08:52.064Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28572026-03-07T01:08:56.125Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-03-07T01:08:59.753Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28592026-03-07T01:09:01.629Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28602026-03-07T01:09:07.726Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28612026-03-07T01:09:23.009Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-03-07T01:09:25.278Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-03-07T01:09:32.110Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-03-07T01:09:34.704Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-03-07T01:09:37.615Z Compiling rustls-pemfile v1.0.4
28662026-03-07T01:09:38.410Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28672026-03-07T01:09:41.454Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28682026-03-07T01:09:41.852Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28692026-03-07T01:09:45.415Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-03-07T01:09:47.084Z Compiling signal-hook-tokio v0.3.1
28712026-03-07T01:09:47.390Z Compiling yasna v0.5.2
28722026-03-07T01:09:50.375Z Compiling twox-hash v2.1.2
28732026-03-07T01:09:50.377Z Compiling is_ci v1.2.0
28742026-03-07T01:09:50.763Z Compiling base16ct v1.0.0
28752026-03-07T01:09:50.899Z Compiling supports-color v3.0.2
28762026-03-07T01:09:51.411Z Compiling rcgen v0.12.1
28772026-03-07T01:09:51.452Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28782026-03-07T01:09:59.450Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28792026-03-07T01:10:02.806Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28802026-03-07T01:10:23.185Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28812026-03-07T01:10:33.692Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28822026-03-07T01:10:36.636Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28832026-03-07T01:10:45.207Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28842026-03-07T01:10:48.430Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28852026-03-07T01:10:59.426Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28862026-03-07T01:11:03.230Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-03-07T01:11:03.674Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28882026-03-07T01:11:04.079Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28892026-03-07T01:11:06.814Z Compiling progenitor-extras v0.1.0
28902026-03-07T01:11:07.270Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28912026-03-07T01:11:07.621Z Compiling fatfs v0.3.6
28922026-03-07T01:11:08.293Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28932026-03-07T01:11:10.465Z Compiling rtoolbox v0.0.3
28942026-03-07T01:11:10.943Z Compiling subprocess v0.2.15
28952026-03-07T01:11:15.726Z Compiling assert_matches v1.5.0
28962026-03-07T01:11:15.895Z Compiling seq-macro v0.3.6
28972026-03-07T01:11:17.677Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28982026-03-07T01:11:25.012Z Compiling rpassword v7.4.0
28992026-03-07T01:11:25.541Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29002026-03-07T01:11:29.140Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29012026-03-07T01:11:47.948Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29022026-03-07T01:11:48.158Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29032026-03-07T01:11:53.590Z Compiling tui-tree-widget v0.23.1
29042026-03-07T01:11:54.119Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29052026-03-07T01:11:55.035Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29062026-03-07T01:11:56.002Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29072026-03-07T01:12:01.943Z Compiling uzers v0.12.2
29082026-03-07T01:12:04.868Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29092026-03-07T01:12:05.179Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29102026-03-07T01:12:18.751Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29112026-03-07T01:12:36.871Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29122026-03-07T01:12:46.153Z Compiling support-bundle-viewer v0.1.2
29132026-03-07T01:12:50.334Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29142026-03-07T01:12:52.988Z Compiling multimap v0.10.1
29152026-03-07T01:14:59.673Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29162026-03-07T01:15:18.738Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29172026-03-07T01:26:20.867Z Finished `release` profile [optimized] target(s) in 24m 39s
29182026-03-07T01:27:22.763Z
29192026-03-07T01:27:22.766Zreal 25:42.674290158
29202026-03-07T01:27:22.766Zuser 3:01:32.205407434
29212026-03-07T01:27:22.766Zsys 4:58.144098433
29222026-03-07T01:27:22.766Ztrap 4.464797026
29232026-03-07T01:27:22.766Ztflt 2.364524443
29242026-03-07T01:27:22.766Zdflt 7.192253914
29252026-03-07T01:27:22.767Zkflt 0.001940131
29262026-03-07T01:27:22.767Zlock 12:10:01.889575508
29272026-03-07T01:27:22.767Zslp 8:48:03.143048528
29282026-03-07T01:27:22.767Zlat 4:56.115053614
29292026-03-07T01:27:22.767Zstop 4:43.143888257
29302026-03-07T01:27:22.767Z+ mapfile -t packages
29312026-03-07T01:27:22.767Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29322026-03-07T01:27:24.145Z Finished `release` profile [optimized] target(s) in 1.31s
29332026-03-07T01:27:24.211Z Running `target/release/omicron-package -t test list-outputs`
29342026-03-07T01:27:24.269ZLogging to: /work/oxidecomputer/omicron/out/LOG
29352026-03-07T01:27:24.272Z+ ptime -m cargo build --locked --release -p xtask
29362026-03-07T01:27:25.096Z Compiling libc v0.2.180
29372026-03-07T01:27:25.096Z Compiling serde v1.0.228
29382026-03-07T01:27:25.099Z Compiling serde_core v1.0.228
29392026-03-07T01:27:25.099Z Compiling syn v2.0.117
29402026-03-07T01:27:25.222Z Compiling rustix v1.1.3
29412026-03-07T01:27:25.261Z Compiling bitflags v2.11.0
29422026-03-07T01:27:25.275Z Compiling serde_json v1.0.149
29432026-03-07T01:27:25.689Z Compiling num-traits v0.2.19
29442026-03-07T01:27:25.856Z Compiling smallvec v1.15.1
29452026-03-07T01:27:26.067Z Compiling hashbrown v0.16.1
29462026-03-07T01:27:26.263Z Compiling usdt-impl v0.5.0
29472026-03-07T01:27:26.347Z Compiling syn v1.0.109
29482026-03-07T01:27:26.915Z Compiling errno v0.3.14
29492026-03-07T01:27:27.042Z Compiling thread-id v4.2.2
29502026-03-07T01:27:27.088Z Compiling getrandom v0.4.1
29512026-03-07T01:27:27.213Z Compiling percent-encoding v2.3.2
29522026-03-07T01:27:27.557Z Compiling indexmap v2.13.0
29532026-03-07T01:27:27.620Z Compiling log v0.4.29
29542026-03-07T01:27:27.770Z Compiling form_urlencoded v1.2.2
29552026-03-07T01:27:29.270Z Compiling ordered-float v2.10.1
29562026-03-07T01:27:29.649Z Compiling fs-err v3.3.0
29572026-03-07T01:27:29.950Z Compiling terminal_size v0.4.3
29582026-03-07T01:27:30.045Z Compiling once_cell v1.21.3
29592026-03-07T01:27:30.247Z Compiling anyhow v1.0.102
29602026-03-07T01:27:30.596Z Compiling heck v0.4.1
29612026-03-07T01:27:30.859Z Compiling proc-macro-error v1.0.4
29622026-03-07T01:27:31.419Z Compiling clap_builder v4.5.60
29632026-03-07T01:27:31.482Z Compiling tempfile v3.25.0
29642026-03-07T01:27:31.869Z Compiling memmap v0.7.0
29652026-03-07T01:27:32.277Z Compiling synstructure v0.13.2
29662026-03-07T01:27:32.328Z Compiling pest_generator v2.8.6
29672026-03-07T01:27:32.855Z Compiling tabled_derive v0.7.0
29682026-03-07T01:27:32.989Z Compiling textwrap v0.16.2
29692026-03-07T01:27:33.371Z Compiling camino-tempfile v1.4.1
29702026-03-07T01:27:34.787Z Compiling tabled v0.15.0
29712026-03-07T01:27:35.138Z Compiling serde_derive v1.0.228
29722026-03-07T01:27:35.327Z Compiling zerofrom-derive v0.1.6
29732026-03-07T01:27:35.344Z Compiling yoke-derive v0.8.1
29742026-03-07T01:27:35.361Z Compiling zerovec-derive v0.11.2
29752026-03-07T01:27:35.440Z Compiling displaydoc v0.2.5
29762026-03-07T01:27:36.933Z Compiling thiserror-impl v1.0.69
29772026-03-07T01:27:37.737Z Compiling zerocopy-derive v0.7.35
29782026-03-07T01:27:37.934Z Compiling pest_derive v2.8.6
29792026-03-07T01:27:38.163Z Compiling zerofrom v0.1.6
29802026-03-07T01:27:38.453Z Compiling yoke v0.8.1
29812026-03-07T01:27:38.711Z Compiling scroll_derive v0.12.1
29822026-03-07T01:27:38.810Z Compiling zerovec v0.11.5
29832026-03-07T01:27:39.465Z Compiling zerotrie v0.2.3
29842026-03-07T01:27:39.546Z Compiling thiserror v1.0.69
29852026-03-07T01:27:39.740Z Compiling zerocopy v0.7.35
29862026-03-07T01:27:40.142Z Compiling tinystr v0.8.2
29872026-03-07T01:27:40.146Z Compiling potential_utf v0.1.4
29882026-03-07T01:27:40.442Z Compiling icu_collections v2.1.1
29892026-03-07T01:27:40.524Z Compiling icu_locale_core v2.1.1
29902026-03-07T01:27:40.617Z Compiling scroll v0.12.0
29912026-03-07T01:27:41.191Z Compiling dtrace-parser v0.2.0
29922026-03-07T01:27:41.507Z Compiling goblin v0.8.2
29932026-03-07T01:27:42.790Z Compiling icu_provider v2.1.1
29942026-03-07T01:27:43.342Z Compiling serde_spanned v0.6.9
29952026-03-07T01:27:43.390Z Compiling icu_properties v2.1.2
29962026-03-07T01:27:43.648Z Compiling icu_normalizer v2.1.1
29972026-03-07T01:27:43.683Z Compiling toml_datetime v0.6.11
29982026-03-07T01:27:44.546Z Compiling toml_edit v0.22.27
29992026-03-07T01:27:46.369Z Compiling idna_adapter v1.2.1
30002026-03-07T01:27:46.496Z Compiling dof v0.3.0
30012026-03-07T01:27:46.636Z Compiling idna v1.1.0
30022026-03-07T01:27:47.443Z Compiling serde_tokenstream v0.2.3
30032026-03-07T01:27:48.587Z Compiling toml v0.8.23
30042026-03-07T01:27:49.738Z Compiling thiserror-impl v2.0.18
30052026-03-07T01:27:52.627Z Compiling thiserror v2.0.18
30062026-03-07T01:27:52.840Z Compiling url v2.5.8
30072026-03-07T01:27:53.772Z Compiling serde-value v0.7.0
30082026-03-07T01:27:55.795Z Compiling cargo-util-schemas v0.8.2
30092026-03-07T01:27:57.152Z Compiling usdt-attr-macro v0.5.0
30102026-03-07T01:27:58.455Z Compiling usdt-macro v0.5.0
30112026-03-07T01:27:58.510Z Compiling cargo-platform v0.2.0
30122026-03-07T01:27:59.686Z Compiling clap_derive v4.5.55
30132026-03-07T01:27:59.715Z Compiling usdt v0.5.0
30142026-03-07T01:28:00.353Z Compiling cargo_metadata v0.21.0
30152026-03-07T01:28:01.034Z Compiling cargo_toml v0.21.0
30162026-03-07T01:28:01.357Z Compiling macaddr v1.0.1
30172026-03-07T01:28:03.783Z Compiling clap v4.5.60
30182026-03-07T01:28:12.003Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30192026-03-07T01:28:17.845Z Finished `release` profile [optimized] target(s) in 53.48s
30202026-03-07T01:28:17.992Z
30212026-03-07T01:28:17.995Zreal 53.662931243
30222026-03-07T01:28:17.995Zuser 5:47.197552673
30232026-03-07T01:28:17.995Zsys 27.412867508
30242026-03-07T01:28:17.995Ztrap 0.187112135
30252026-03-07T01:28:17.995Ztflt 0.311636104
30262026-03-07T01:28:17.995Zdflt 0.426876472
30272026-03-07T01:28:17.995Zkflt 0.000111857
30282026-03-07T01:28:17.995Zlock 17:04.121097972
30292026-03-07T01:28:17.995Zslp 19:22.940110178
30302026-03-07T01:28:17.995Zlat 24.015900241
30312026-03-07T01:28:17.995Zstop 35.542902753
30322026-03-07T01:28:17.995Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-03-07T01:28:17.995Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30342026-03-07T01:28:17.995Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-03-07T01:28:17.995Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30362026-03-07T01:28:17.995Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30372026-03-07T01:28:19.370Z Compiling regress v0.10.5
30382026-03-07T01:28:19.540Z Compiling serde_spanned v1.0.4
30392026-03-07T01:28:19.544Z Compiling toml_writer v1.0.6+spec-1.1.0
30402026-03-07T01:28:19.544Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30412026-03-07T01:28:19.591Z Compiling structmeta-derive v0.3.0
30422026-03-07T01:28:19.591Z Compiling rustls v0.22.4
30432026-03-07T01:28:19.609Z Compiling rustls-webpki v0.102.8
30442026-03-07T01:28:19.632Z Compiling newtype-uuid-macros v0.1.0
30452026-03-07T01:28:19.778Z Compiling multer v3.1.0
30462026-03-07T01:28:19.974Z Compiling compression-core v0.4.31
30472026-03-07T01:28:19.996Z Compiling debug-ignore v1.0.5
30482026-03-07T01:28:20.130Z Compiling match_cfg v0.1.0
30492026-03-07T01:28:20.191Z Compiling compression-codecs v0.4.37
30502026-03-07T01:28:20.257Z Compiling hostname v0.3.1
30512026-03-07T01:28:20.260Z Compiling slog-json v2.6.1
30522026-03-07T01:28:20.316Z Compiling async-stream-impl v0.3.6
30532026-03-07T01:28:20.674Z Compiling toml_datetime v1.0.0+spec-1.1.0
30542026-03-07T01:28:20.722Z Compiling dropshot v0.16.7 (https://github.com/oxidecomputer/dropshot?rev=d707f541#d707f541)
30552026-03-07T01:28:21.217Z Compiling toml v1.0.3+spec-1.1.0
30562026-03-07T01:28:21.351Z Compiling slog-bunyan v2.5.0
30572026-03-07T01:28:21.370Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30582026-03-07T01:28:21.403Z Compiling async-compression v0.4.41
30592026-03-07T01:28:21.670Z Compiling async-stream v0.3.6
30602026-03-07T01:28:21.978Z Compiling itertools v0.14.0
30612026-03-07T01:28:22.045Z Compiling waitgroup v0.1.2
30622026-03-07T01:28:22.082Z Compiling structmeta v0.3.0
30632026-03-07T01:28:22.313Z Compiling rustls-pemfile v2.2.0
30642026-03-07T01:28:22.518Z Compiling dropshot_endpoint v0.16.7 (https://github.com/oxidecomputer/dropshot?rev=d707f541#d707f541)
30652026-03-07T01:28:22.652Z Compiling hostname v0.4.2
30662026-03-07T01:28:22.701Z Compiling serde_path_to_error v0.1.20
30672026-03-07T01:28:22.813Z Compiling derive-ex v0.1.8
30682026-03-07T01:28:22.899Z Compiling progenitor-client v0.13.0
30692026-03-07T01:28:23.476Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30702026-03-07T01:28:23.530Z Compiling macaddr v1.0.1
30712026-03-07T01:28:23.823Z Compiling progenitor-client v0.10.0
30722026-03-07T01:28:24.006Z Compiling instant v0.1.13
30732026-03-07T01:28:24.212Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-03-07T01:28:24.372Z Compiling parse-display-derive v0.10.0
30752026-03-07T01:28:24.473Z Compiling backoff v0.4.0
30762026-03-07T01:28:24.884Z Compiling tokio-rustls v0.25.0
30772026-03-07T01:28:25.026Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-03-07T01:28:25.053Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-03-07T01:28:25.268Z Compiling backon v1.6.0
30802026-03-07T01:28:25.353Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30812026-03-07T01:28:25.690Z Compiling crucible-workspace-hack v0.1.0
30822026-03-07T01:28:25.885Z Compiling cfg_aliases v0.2.1
30832026-03-07T01:28:26.030Z Compiling toml_edit v0.23.10+spec-1.0.0
30842026-03-07T01:28:26.238Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-03-07T01:28:26.699Z Compiling heapless v0.8.0
30862026-03-07T01:28:26.908Z Compiling test-strategy v0.4.5
30872026-03-07T01:28:27.341Z Compiling proc-macro-crate v3.4.0
30882026-03-07T01:28:27.532Z Compiling ingot-macros v0.1.1
30892026-03-07T01:28:27.669Z Compiling hash32 v0.3.1
30902026-03-07T01:28:27.946Z Compiling memoffset v0.9.1
30912026-03-07T01:28:28.234Z Compiling parse-display v0.10.0
30922026-03-07T01:28:28.362Z Compiling smoltcp v0.11.0
30932026-03-07T01:28:28.629Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30942026-03-07T01:28:28.660Z Compiling num_enum_derive v0.7.5
30952026-03-07T01:28:29.002Z Compiling tabwriter v1.4.1
30962026-03-07T01:28:29.091Z Compiling cobs v0.3.0
30972026-03-07T01:28:29.127Z Compiling foreign-types-macros v0.2.3
30982026-03-07T01:28:29.451Z Compiling foreign-types-shared v0.3.1
30992026-03-07T01:28:29.481Z Compiling cpufeatures v0.3.0
31002026-03-07T01:28:29.632Z Compiling chacha20 v0.10.0
31012026-03-07T01:28:29.653Z Compiling postcard v1.1.3
31022026-03-07T01:28:30.441Z Compiling foreign-types v0.5.0
31032026-03-07T01:28:30.563Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31042026-03-07T01:28:30.586Z Compiling proc-macro-crate v1.3.1
31052026-03-07T01:28:30.591Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-03-07T01:28:30.771Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31072026-03-07T01:28:30.992Z Compiling num_enum v0.7.5
31082026-03-07T01:28:31.253Z Compiling secrecy v0.10.3
31092026-03-07T01:28:31.425Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-03-07T01:28:31.458Z Compiling cstr-argument v0.1.2
31112026-03-07T01:28:31.509Z Compiling colored v3.1.1
31122026-03-07T01:28:31.619Z Compiling unsafe-libyaml v0.2.11
31132026-03-07T01:28:31.811Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31142026-03-07T01:28:31.814Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-03-07T01:28:31.964Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31162026-03-07T01:28:32.205Z Compiling num_enum_derive v0.5.11
31172026-03-07T01:28:32.267Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31182026-03-07T01:28:32.385Z Compiling rand v0.10.0
31192026-03-07T01:28:32.410Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31202026-03-07T01:28:32.657Z Compiling nix v0.30.1
31212026-03-07T01:28:33.339Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31222026-03-07T01:28:33.455Z Compiling serde_yaml v0.9.34+deprecated
31232026-03-07T01:28:33.531Z Compiling camino-tempfile v1.4.1
31242026-03-07T01:28:34.128Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31252026-03-07T01:28:34.442Z Compiling ingot-types v0.1.2
31262026-03-07T01:28:34.520Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31272026-03-07T01:28:34.549Z Compiling num_enum v0.5.11
31282026-03-07T01:28:34.743Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31292026-03-07T01:28:34.769Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-07T01:28:34.794Z Compiling smf v0.2.3
31312026-03-07T01:28:35.202Z Compiling num-derive v0.4.2
31322026-03-07T01:28:35.394Z Compiling ingot v0.1.1
31332026-03-07T01:28:35.420Z Compiling sigpipe v0.1.3
31342026-03-07T01:28:35.592Z Compiling glob v0.3.3
31352026-03-07T01:28:35.994Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-03-07T01:28:36.427Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31372026-03-07T01:28:36.453Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31382026-03-07T01:28:37.483Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31392026-03-07T01:28:37.487Z Compiling whoami v1.6.1
31402026-03-07T01:28:37.772Z Compiling toml v0.8.23
31412026-03-07T01:28:37.833Z Compiling convert_case v0.4.0
31422026-03-07T01:28:38.109Z Compiling universal-hash v0.5.1
31432026-03-07T01:28:38.333Z Compiling opaque-debug v0.3.1
31442026-03-07T01:28:38.371Z Compiling half v2.7.1
31452026-03-07T01:28:38.479Z Compiling ciborium-io v0.2.2
31462026-03-07T01:28:38.670Z Compiling aead v0.5.2
31472026-03-07T01:28:38.703Z Compiling derive_more v0.99.20
31482026-03-07T01:28:39.086Z Compiling ciborium-ll v0.2.2
31492026-03-07T01:28:39.104Z Compiling poly1305 v0.8.0
31502026-03-07T01:28:39.315Z Compiling chacha20 v0.9.1
31512026-03-07T01:28:39.521Z Compiling ciborium v0.2.2
31522026-03-07T01:28:39.848Z Compiling typify-impl v0.6.1
31532026-03-07T01:28:40.332Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31542026-03-07T01:28:40.366Z Compiling typify-impl v0.4.3
31552026-03-07T01:28:40.502Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31562026-03-07T01:28:40.789Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31572026-03-07T01:28:40.905Z Compiling thiserror-impl-no-std v2.0.2
31582026-03-07T01:28:41.467Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31592026-03-07T01:28:41.610Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31602026-03-07T01:28:43.790Z Compiling thiserror-no-std v2.0.2
31612026-03-07T01:28:43.973Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31622026-03-07T01:28:44.160Z Compiling num-rational v0.4.2
31632026-03-07T01:28:45.193Z Compiling password-hash v0.5.0
31642026-03-07T01:28:45.632Z Compiling blake2 v0.10.6
31652026-03-07T01:28:46.156Z Compiling num-complex v0.4.6
31662026-03-07T01:28:46.618Z Compiling prettyplease v0.2.37
31672026-03-07T01:28:46.675Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31682026-03-07T01:28:46.986Z Compiling indent_write v2.2.0
31692026-03-07T01:28:47.085Z Compiling argon2 v0.5.3
31702026-03-07T01:28:47.114Z Compiling vsss-rs v3.3.4
31712026-03-07T01:28:47.225Z Compiling num v0.4.3
31722026-03-07T01:28:47.259Z Compiling chacha20poly1305 v0.10.1
31732026-03-07T01:28:47.531Z Compiling float-ord v0.3.2
31742026-03-07T01:28:51.807Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31752026-03-07T01:28:51.870Z Compiling gethostname v0.5.0
31762026-03-07T01:28:51.870Z Compiling usdt-attr-macro v0.5.0
31772026-03-07T01:28:51.870Z Compiling usdt-macro v0.5.0
31782026-03-07T01:28:51.870Z Compiling derive-where v1.6.0
31792026-03-07T01:28:51.870Z Compiling memmap v0.7.0
31802026-03-07T01:28:51.870Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31812026-03-07T01:28:51.870Z Compiling atomicwrites v0.4.4
31822026-03-07T01:28:51.870Z Compiling usdt v0.5.0
31832026-03-07T01:28:51.870Z Compiling owo-colors v4.3.0
31842026-03-07T01:28:51.870Z Compiling cancel-safe-futures v0.1.5
31852026-03-07T01:28:53.698Z Compiling typify-macro v0.6.1
31862026-03-07T01:28:53.726Z Compiling libsw-core v0.3.2
31872026-03-07T01:28:53.726Z Compiling typify-macro v0.4.3
31882026-03-07T01:28:53.726Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31892026-03-07T01:28:53.726Z Compiling async-recursion v1.1.1
31902026-03-07T01:28:53.726Z Compiling resolv-conf v0.7.6
31912026-03-07T01:28:53.726Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31922026-03-07T01:28:54.972Z Compiling libsw v3.5.0
31932026-03-07T01:28:55.004Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31942026-03-07T01:28:55.004Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31952026-03-07T01:28:55.004Z Compiling progenitor-client v0.11.2
31962026-03-07T01:28:55.004Z Compiling linear-map v1.2.0
31972026-03-07T01:28:55.028Z Compiling libefi-sys v0.1.0
31982026-03-07T01:28:55.294Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31992026-03-07T01:28:56.106Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32002026-03-07T01:28:56.128Z Compiling typify v0.6.1
32012026-03-07T01:28:56.165Z Compiling progenitor-impl v0.13.0
32022026-03-07T01:28:56.193Z Compiling typify v0.4.3
32032026-03-07T01:28:56.395Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32042026-03-07T01:28:56.869Z Compiling progenitor-impl v0.11.2
32052026-03-07T01:28:56.904Z Compiling hickory-proto v0.24.4
32062026-03-07T01:28:57.181Z Compiling newline-converter v0.3.0
32072026-03-07T01:28:57.423Z Compiling console v0.15.11
32082026-03-07T01:28:57.585Z Compiling bitfield-struct v0.6.2
32092026-03-07T01:28:58.769Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32102026-03-07T01:28:58.832Z Compiling linked-hash-map v0.5.6
32112026-03-07T01:28:59.025Z Compiling semver v0.1.20
32122026-03-07T01:28:59.085Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-03-07T01:28:59.213Z Compiling lru-cache v0.1.2
32142026-03-07T01:28:59.476Z Compiling rustc_version v0.1.7
32152026-03-07T01:28:59.679Z Compiling expectorate v1.2.0
32162026-03-07T01:28:59.853Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32172026-03-07T01:29:00.007Z Compiling pin-project-internal v1.1.11
32182026-03-07T01:29:00.434Z Compiling slog-dtrace v0.3.0
32192026-03-07T01:29:00.854Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-03-07T01:29:01.011Z Compiling minimal-lexical v0.2.1
32212026-03-07T01:29:01.608Z Compiling nom v7.1.3
32222026-03-07T01:29:02.776Z Compiling pin-project v1.1.11
32232026-03-07T01:29:02.969Z Compiling hickory-resolver v0.24.4
32242026-03-07T01:29:03.034Z Compiling progenitor-macro v0.13.0
32252026-03-07T01:29:03.410Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32262026-03-07T01:29:03.961Z Compiling progenitor-macro v0.11.2
32272026-03-07T01:29:04.866Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-03-07T01:29:05.167Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32292026-03-07T01:29:05.592Z Compiling newtype_derive v0.1.6
32302026-03-07T01:29:05.648Z Compiling tokio-dtrace v0.1.1
32312026-03-07T01:29:05.993Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32322026-03-07T01:29:06.155Z Compiling phf_shared v0.12.1
32332026-03-07T01:29:06.568Z Compiling snafu-derive v0.8.9
32342026-03-07T01:29:07.174Z Compiling dropshot-api-manager-types v0.5.2
32352026-03-07T01:29:07.855Z Compiling pem v3.0.6
32362026-03-07T01:29:08.280Z Compiling csv-core v0.1.13
32372026-03-07T01:29:08.582Z Compiling chrono-tz v0.10.4
32382026-03-07T01:29:08.836Z Compiling xshell-macros v0.2.7
32392026-03-07T01:29:08.928Z Compiling highway v1.3.0
32402026-03-07T01:29:09.146Z Compiling same-file v1.0.6
32412026-03-07T01:29:09.543Z Compiling walkdir v2.5.0
32422026-03-07T01:29:09.624Z Compiling xshell v0.2.7
32432026-03-07T01:29:09.808Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32442026-03-07T01:29:10.187Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32452026-03-07T01:29:10.661Z Compiling const_format_proc_macros v0.2.34
32462026-03-07T01:29:10.838Z Compiling csv v1.4.0
32472026-03-07T01:29:11.436Z Compiling snafu v0.8.9
32482026-03-07T01:29:14.784Z Compiling phf v0.12.1
32492026-03-07T01:29:14.832Z Compiling oxide-tokio-rt v0.1.2
32502026-03-07T01:29:14.832Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32512026-03-07T01:29:14.832Z Compiling qorb v0.4.1
32522026-03-07T01:29:14.832Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32532026-03-07T01:29:14.832Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32542026-03-07T01:29:14.832Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32552026-03-07T01:29:15.330Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32562026-03-07T01:29:16.205Z Compiling progenitor v0.13.0
32572026-03-07T01:29:16.237Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32582026-03-07T01:29:16.422Z Compiling globset v0.4.18
32592026-03-07T01:29:16.464Z Compiling olpc-cjson v0.1.4
32602026-03-07T01:29:16.866Z Compiling primeorder v0.13.6
32612026-03-07T01:29:16.934Z Compiling progenitor v0.11.2
32622026-03-07T01:29:17.209Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32632026-03-07T01:29:17.236Z Compiling serde_plain v1.0.2
32642026-03-07T01:29:17.467Z Compiling base64 v0.21.7
32652026-03-07T01:29:17.654Z Compiling typed-path v0.9.3
32662026-03-07T01:29:18.011Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-03-07T01:29:18.098Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32682026-03-07T01:29:18.147Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32692026-03-07T01:29:19.934Z Compiling tough v0.20.0
32702026-03-07T01:29:20.692Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32712026-03-07T01:29:21.102Z Compiling const_format v0.2.35
32722026-03-07T01:29:22.044Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32732026-03-07T01:29:23.518Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32742026-03-07T01:29:23.843Z Compiling progenitor-impl v0.10.0
32752026-03-07T01:29:23.981Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32762026-03-07T01:29:24.219Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32772026-03-07T01:29:25.462Z Compiling tabled_derive v0.7.0
32782026-03-07T01:29:26.494Z Compiling bcs v0.1.6
32792026-03-07T01:29:26.886Z Compiling salty v0.3.0
32802026-03-07T01:29:27.193Z Compiling termtree v0.5.1
32812026-03-07T01:29:27.370Z Compiling radium v0.7.0
32822026-03-07T01:29:27.500Z Compiling textwrap v0.16.2
32832026-03-07T01:29:27.746Z Compiling tabled v0.15.0
32842026-03-07T01:29:27.996Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32852026-03-07T01:29:28.108Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862026-03-07T01:29:28.505Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32872026-03-07T01:29:28.559Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32882026-03-07T01:29:28.956Z Compiling steno v0.4.1
32892026-03-07T01:29:29.601Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32902026-03-07T01:29:30.726Z Compiling progenitor-macro v0.10.0
32912026-03-07T01:29:31.410Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32922026-03-07T01:29:31.674Z Compiling maybe-uninit v2.0.0
32932026-03-07T01:29:31.705Z Compiling tap v1.0.1
32942026-03-07T01:29:31.946Z Compiling humantime v2.3.0
32952026-03-07T01:29:32.272Z Compiling utf-8 v0.7.6
32962026-03-07T01:29:32.620Z Compiling tungstenite v0.21.0
32972026-03-07T01:29:32.645Z Compiling wyz v0.5.1
32982026-03-07T01:29:33.073Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32992026-03-07T01:29:35.004Z Compiling p384 v0.13.1
33002026-03-07T01:29:35.035Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-03-07T01:29:35.191Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33022026-03-07T01:29:35.615Z Compiling arc-swap v1.8.2
33032026-03-07T01:29:36.069Z Compiling tagptr v0.2.0
33042026-03-07T01:29:36.200Z Compiling funty v2.0.0
33052026-03-07T01:29:36.233Z Compiling packed_struct v0.10.1
33062026-03-07T01:29:36.325Z Compiling slog-scope v4.4.1
33072026-03-07T01:29:36.378Z Compiling moka v0.12.13
33082026-03-07T01:29:36.805Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33092026-03-07T01:29:36.892Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33102026-03-07T01:29:37.887Z Compiling bitvec v1.0.1
33112026-03-07T01:29:38.222Z Compiling tokio-tungstenite v0.21.0
33122026-03-07T01:29:39.008Z Compiling polyval v0.6.2
33132026-03-07T01:29:39.488Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33142026-03-07T01:29:40.039Z Compiling packed_struct_codegen v0.10.1
33152026-03-07T01:29:40.193Z Compiling bitfield-macros v0.19.4
33162026-03-07T01:29:41.531Z Compiling zerocopy-derive v0.6.6
33172026-03-07T01:29:41.867Z Compiling proc-macro-error-attr2 v2.0.0
33182026-03-07T01:29:41.934Z Compiling indexmap v1.9.3
33192026-03-07T01:29:42.345Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33202026-03-07T01:29:42.578Z Compiling parking_lot_core v0.8.6
33212026-03-07T01:29:42.724Z Compiling crc-catalog v2.4.0
33222026-03-07T01:29:42.751Z Compiling nodrop v0.1.14
33232026-03-07T01:29:42.926Z Compiling array-init v0.0.4
33242026-03-07T01:29:42.951Z Compiling crc v3.4.0
33252026-03-07T01:29:43.191Z Compiling proc-macro-error2 v2.0.1
33262026-03-07T01:29:43.393Z Compiling zerocopy v0.6.6
33272026-03-07T01:29:43.509Z Compiling bitfield v0.19.4
33282026-03-07T01:29:43.538Z Compiling progenitor v0.10.0
33292026-03-07T01:29:43.805Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-03-07T01:29:43.838Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33312026-03-07T01:29:43.986Z Compiling ghash v0.5.1
33322026-03-07T01:29:44.235Z Compiling smallvec v0.6.14
33332026-03-07T01:29:44.263Z Compiling hickory-resolver v0.25.2
33342026-03-07T01:29:44.263Z Compiling slog-stdlog v4.1.1
33352026-03-07T01:29:44.713Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33362026-03-07T01:29:44.738Z Compiling nix v0.31.1
33372026-03-07T01:29:45.629Z Compiling toml v0.9.12+spec-1.1.0
33382026-03-07T01:29:45.651Z Compiling git-stub v1.0.0
33392026-03-07T01:29:45.681Z Compiling ctr v0.9.2
33402026-03-07T01:29:46.110Z Compiling num-derive v0.3.3
33412026-03-07T01:29:46.202Z Compiling lzma-sys v0.1.20
33422026-03-07T01:29:46.433Z Compiling unicase v2.9.0
33432026-03-07T01:29:46.951Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33442026-03-07T01:29:47.088Z Compiling hashbrown v0.12.3
33452026-03-07T01:29:47.302Z Compiling mime_guess v2.0.5
33462026-03-07T01:29:47.330Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33472026-03-07T01:29:47.401Z Compiling cargo_toml v0.22.3
33482026-03-07T01:29:48.318Z Compiling libscf-sys v1.1.0
33492026-03-07T01:29:48.492Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33502026-03-07T01:29:48.606Z Compiling aes-gcm v0.10.3
33512026-03-07T01:29:48.793Z Compiling git-stub-vcs v0.1.0
33522026-03-07T01:29:48.912Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33532026-03-07T01:29:48.974Z Compiling serde-hex v0.1.0
33542026-03-07T01:29:49.001Z Compiling slog-envlogger v2.2.0
33552026-03-07T01:29:49.592Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-03-07T01:29:49.743Z Compiling tabled_derive v0.11.0
33572026-03-07T01:29:49.979Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33582026-03-07T01:29:52.623Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33592026-03-07T01:29:53.443Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-03-07T01:29:53.969Z Compiling ron v0.8.1
33612026-03-07T01:29:54.643Z Compiling papergrid v0.17.0
33622026-03-07T01:29:54.733Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33632026-03-07T01:29:55.327Z Compiling hashbrown v0.13.2
33642026-03-07T01:29:55.873Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33652026-03-07T01:29:56.235Z Compiling testing_table v0.3.0
33662026-03-07T01:29:56.479Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33672026-03-07T01:29:56.542Z Compiling ssh-encoding v0.2.0
33682026-03-07T01:29:56.983Z Compiling blowfish v0.9.1
33692026-03-07T01:29:57.209Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-03-07T01:29:57.511Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33712026-03-07T01:29:57.915Z Compiling nibble_vec v0.1.0
33722026-03-07T01:29:57.944Z Compiling endian-type v0.1.2
33732026-03-07T01:29:58.195Z Compiling crc-any v2.5.0
33742026-03-07T01:29:58.242Z Compiling corncobs v0.1.4
33752026-03-07T01:29:58.245Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33762026-03-07T01:29:58.409Z Compiling radix_trie v0.2.1
33772026-03-07T01:29:58.592Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33782026-03-07T01:29:58.694Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33792026-03-07T01:29:58.746Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33802026-03-07T01:29:58.807Z Compiling bcrypt-pbkdf v0.10.0
33812026-03-07T01:29:59.050Z Compiling ssh-cipher v0.2.0
33822026-03-07T01:29:59.550Z Compiling tabled v0.20.0
33832026-03-07T01:29:59.577Z Compiling object v0.30.4
33842026-03-07T01:30:00.445Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33852026-03-07T01:30:00.472Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33862026-03-07T01:30:00.878Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33872026-03-07T01:30:01.149Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33882026-03-07T01:30:02.732Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33892026-03-07T01:30:03.180Z Compiling parking_lot v0.11.2
33902026-03-07T01:30:03.236Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33912026-03-07T01:30:04.129Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33922026-03-07T01:30:04.976Z Compiling prefix-trie v0.7.0
33932026-03-07T01:30:04.981Z Compiling password-hash v0.4.2
33942026-03-07T01:30:05.147Z Compiling fxhash v0.2.1
33952026-03-07T01:30:05.423Z Compiling secrecy v0.8.0
33962026-03-07T01:30:05.726Z Compiling path-slash v0.1.5
33972026-03-07T01:30:05.753Z Compiling half v1.8.3
33982026-03-07T01:30:05.800Z Compiling http-range v0.1.5
33992026-03-07T01:30:05.824Z Compiling hickory-server v0.25.2
34002026-03-07T01:30:06.163Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34012026-03-07T01:30:06.369Z Compiling serde_cbor v0.11.2
34022026-03-07T01:30:07.586Z Compiling pbkdf2 v0.11.0
34032026-03-07T01:30:07.831Z Compiling sled v0.34.7
34042026-03-07T01:30:07.994Z Compiling xz2 v0.1.7
34052026-03-07T01:30:08.494Z Compiling ron v0.12.0
34062026-03-07T01:30:08.498Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34072026-03-07T01:30:09.809Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34082026-03-07T01:30:09.840Z Compiling ssh-key v0.6.7
34092026-03-07T01:30:10.167Z Compiling hickory-client v0.25.2
34102026-03-07T01:30:11.244Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34112026-03-07T01:30:11.299Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34122026-03-07T01:30:11.944Z Compiling p256 v0.13.2
34132026-03-07T01:30:12.447Z Compiling p521 v0.13.3
34142026-03-07T01:30:12.789Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34152026-03-07T01:30:13.272Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34162026-03-07T01:30:13.762Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34172026-03-07T01:30:14.379Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34182026-03-07T01:30:14.441Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34192026-03-07T01:30:14.687Z Compiling yasna v0.5.2
34202026-03-07T01:30:15.223Z Compiling kstat-rs v0.2.4
34212026-03-07T01:30:15.861Z Compiling headers-core v0.3.0
34222026-03-07T01:30:15.953Z Compiling nanorand v0.7.0
34232026-03-07T01:30:16.105Z Compiling russh-cryptovec v0.7.3
34242026-03-07T01:30:16.301Z Compiling atty v0.2.14
34252026-03-07T01:30:16.469Z Compiling base16ct v1.0.0
34262026-03-07T01:30:16.509Z Compiling crc8 v0.1.1
34272026-03-07T01:30:16.570Z Compiling md5 v0.7.0
34282026-03-07T01:30:16.754Z Compiling home v0.5.12
34292026-03-07T01:30:17.038Z Compiling russh-keys v0.45.0
34302026-03-07T01:30:17.134Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34312026-03-07T01:30:17.182Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34322026-03-07T01:30:19.050Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34332026-03-07T01:30:19.463Z Compiling flume v0.11.1
34342026-03-07T01:30:20.157Z Compiling headers v0.4.1
34352026-03-07T01:30:20.579Z Compiling rcgen v0.12.1
34362026-03-07T01:30:20.860Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34372026-03-07T01:30:22.778Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34382026-03-07T01:30:23.837Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34392026-03-07T01:30:26.797Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34402026-03-07T01:30:27.059Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34412026-03-07T01:30:29.030Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34422026-03-07T01:30:29.297Z Compiling hyper-staticfile v0.10.1
34432026-03-07T01:30:30.355Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34442026-03-07T01:30:31.050Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34452026-03-07T01:30:31.595Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34462026-03-07T01:30:32.278Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34472026-03-07T01:30:32.755Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34482026-03-07T01:30:33.134Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34492026-03-07T01:30:33.925Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34502026-03-07T01:30:34.108Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34512026-03-07T01:30:34.745Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34522026-03-07T01:30:34.893Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34532026-03-07T01:30:34.926Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34542026-03-07T01:30:35.797Z Compiling num-bigint v0.4.6
34552026-03-07T01:30:36.276Z Compiling des v0.8.1
34562026-03-07T01:30:36.438Z Compiling subprocess v0.2.15
34572026-03-07T01:30:36.694Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34582026-03-07T01:30:36.811Z Compiling display-error-chain v0.2.2
34592026-03-07T01:30:37.077Z Compiling hex-literal v0.4.1
34602026-03-07T01:30:37.092Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34612026-03-07T01:30:37.118Z Compiling colored v2.2.0
34622026-03-07T01:30:37.608Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34632026-03-07T01:30:37.908Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-03-07T01:30:38.202Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34652026-03-07T01:30:38.712Z Compiling socket2 v0.5.10
34662026-03-07T01:30:39.648Z Compiling russh v0.45.0
34672026-03-07T01:30:40.608Z Compiling internet-checksum v0.2.1
34682026-03-07T01:30:48.069Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34692026-03-07T01:31:24.877Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34702026-03-07T01:31:57.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 39s
34712026-03-07T01:31:57.899Z
34722026-03-07T01:31:57.899Zreal 3:39.758686745
34732026-03-07T01:31:57.899Zuser 19:53.917685912
34742026-03-07T01:31:57.899Zsys 2:39.468026164
34752026-03-07T01:31:57.899Ztrap 0.595364046
34762026-03-07T01:31:57.903Ztflt 0.244355606
34772026-03-07T01:31:57.903Zdflt 0.407034001
34782026-03-07T01:31:57.903Zkflt 0.000093134
34792026-03-07T01:31:57.903Zlock 54:33.455656603
34802026-03-07T01:31:57.903Zslp 1:12:04.524391042
34812026-03-07T01:31:57.903Zlat 1:09.151146186
34822026-03-07T01:31:57.904Zstop 2:46.800138727
34832026-03-07T01:31:57.904Z+ mkdir tests
34842026-03-07T01:31:57.907Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-03-07T01:31:57.907Z+ xargs -I '{}' -t cp '{}' tests/
34862026-03-07T01:31:57.951Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-af2f0b412e034ddc tests/
34872026-03-07T01:31:57.979Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c5e956fce6f666f7 tests/
34882026-03-07T01:31:58.004Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0a1b9f7a343ed517 tests/
34892026-03-07T01:31:58.032Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9336ff38b1ebf2b8 tests/
34902026-03-07T01:31:58.353Z+ 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/*)
34912026-03-07T01:31:58.356Z+ 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-af2f0b412e034ddc tests/commtest-0a1b9f7a343ed517 tests/dhcp_server-c5e956fce6f666f7 tests/end_to_end_tests-9336ff38b1ebf2b8 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
34922026-03-07T01:33:46.347ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-03-07T01:33:46.347Za .github/buildomat/ci-env.sh 1K
34942026-03-07T01:33:46.347Za out/target/test 1K
34952026-03-07T01:33:46.347Za out/npuzone/npuzone 27402K
34962026-03-07T01:33:46.347Za package-manifest.toml 35K
34972026-03-07T01:33:46.347Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-03-07T01:33:46.347Za target/release/omicron-package 41148K
34992026-03-07T01:33:46.347Za target/release/xtask 11359K
35002026-03-07T01:33:46.347Za target/debug/bootstrap 346989K
35012026-03-07T01:33:46.347Za tests/bootstrap-af2f0b412e034ddc 31480K
35022026-03-07T01:33:46.347Za tests/commtest-0a1b9f7a343ed517 31997K
35032026-03-07T01:33:46.347Za tests/dhcp_server-c5e956fce6f666f7 31480K
35042026-03-07T01:33:46.347Za tests/end_to_end_tests-9336ff38b1ebf2b8 387657K
35052026-03-07T01:33:46.347Za out/clickhouse.tar.gz 308199K
35062026-03-07T01:33:46.348Za out/clickhouse_keeper.tar.gz 293320K
35072026-03-07T01:33:46.348Za out/clickhouse_server.tar.gz 308198K
35082026-03-07T01:33:46.348Za out/cockroachdb.tar.gz 160524K
35092026-03-07T01:33:46.348Za out/crucible-pantry-zone.tar.gz 42389K
35102026-03-07T01:33:46.348Za out/crucible-utils.tar 17744K
35112026-03-07T01:33:46.348Za out/crucible-zone.tar.gz 56527K
35122026-03-07T01:33:46.348Za out/external-dns.tar.gz 49431K
35132026-03-07T01:33:46.348Za out/internal-dns.tar.gz 49431K
35142026-03-07T01:33:46.348Za out/mg-ddm-gz.tar 86339K
35152026-03-07T01:33:46.348Za out/nexus.tar.gz 216579K
35162026-03-07T01:33:46.348Za out/ntp.tar.gz 30584K
35172026-03-07T01:33:46.348Za out/omicron-gateway-softnpu.tar.gz 30721K
35182026-03-07T01:33:46.348Za out/omicron-sled-agent.tar 194078K
35192026-03-07T01:33:46.348Za out/overlay.tar.gz 3K
35202026-03-07T01:33:46.348Za out/oximeter.tar.gz 64523K
35212026-03-07T01:33:46.348Za out/oxlog.tar 3895K
35222026-03-07T01:33:46.348Za out/probe.tar.gz 3037K
35232026-03-07T01:33:46.348Za out/propolis-server.tar.gz 74633K
35242026-03-07T01:33:46.348Za out/pumpkind-gz.tar 26647K
35252026-03-07T01:33:46.348Za out/switch-softnpu.tar.gz 382474K
35262026-03-07T01:33:46.351Z
35272026-03-07T01:33:46.352Zreal 1:47.948817214
35282026-03-07T01:33:46.352Zuser 1:43.343292542
35292026-03-07T01:33:46.352Zsys 6.508112990
35302026-03-07T01:33:46.352Ztrap 0.023010764
35312026-03-07T01:33:46.352Ztflt 0.000000000
35322026-03-07T01:33:46.352Zdflt 0.000000000
35332026-03-07T01:33:46.352Zkflt 0.000000000
35342026-03-07T01:33:46.352Zlock 0.000000000
35352026-03-07T01:33:46.352Zslp 1:43.199274272
35362026-03-07T01:33:46.352Zlat 2.818556029
35372026-03-07T01:33:46.352Zstop 0.000244518
35382026-03-07T01:33:46.352Zprocess exited: duration 2569553 ms, exit code 0
 
35392026-03-07T01:33:46.367Zfound 1 output files
35402026-03-07T01:33:46.367Zuploading: /work/package.tar.gz (2408317740 bytes)
35412026-03-07T01:34:25.615Zuploaded: /work/package.tar.gz