01KG93SB17V6VJQ6Z02T1YQCY3: 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: 01KG93SYEBFDN9Z867XWPSP4QN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-31T04:09:41.019Zjob assigned to worker 01KG93T52BN1Z0CM75PZY5WAVS [factory aws, i-051caa5732c973639] (queued for 1 m 9 s)
 
22026-01-31T04:09:49.857Zstarting task 0: "setup"
32026-01-31T04:09:49.862Z++ uname -s
42026-01-31T04:09:49.866Z+ kern=SunOS
52026-01-31T04:09:49.866Z+ build_user=build
62026-01-31T04:09:49.866Z+ build_uid=12345
72026-01-31T04:09:49.866Z+ work_dir=/work
82026-01-31T04:09:49.866Z+ input_dir=/input
92026-01-31T04:09:49.866Z+ [[ 0 == 12345 ]]
102026-01-31T04:09:49.866Z+ case "$kern" in
112026-01-31T04:09:49.866Z+ groupadd -g 12345 build
122026-01-31T04:09:49.869Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-31T04:09:51.876Z+ zfs create -o mountpoint=/work rpool/work
142026-01-31T04:09:52.015Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-31T04:09:52.018Z+ home_fs=zfs
162026-01-31T04:09:52.018Z+ [[ zfs == autofs ]]
172026-01-31T04:09:52.018Z+ mkdir -p /home/build
182026-01-31T04:09:52.021Z+ chown build:build /home/build /work
192026-01-31T04:09:54.022Z+ chmod 0700 /home/build /work
202026-01-31T04:09:54.025Zprocess exited: duration 4170 ms, exit code 0
 
212026-01-31T04:09:54.031Zstarting task 1: "rust-toolchain"
222026-01-31T04:09:54.037Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-01-31T04:09:54.037Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-31T04:09:54.037Z * rust toolchain channel = "1.91.1"
252026-01-31T04:09:54.037Z * rust toolchain profile = "default"
262026-01-31T04:09:54.037Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-31T04:09:54.037Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-31T04:09:54.040Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-31T04:09:54.040Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-01-31T04:09:54.164Zinfo: downloading installer
312026-01-31T04:09:55.814Zwarn: It looks like you have an existing installation of Rust at:
322026-01-31T04:09:55.814Zwarn: /opt/ooce/bin
332026-01-31T04:09:55.814Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-31T04:09:55.814Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-31T04:09:55.814Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-31T04:09:55.814Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-31T04:09:55.814Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-31T04:09:55.814Zerror: cannot install while Rust is installed
392026-01-31T04:09:55.814Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-31T04:09:55.833Zinfo: profile set to 'default'
412026-01-31T04:09:55.833Zinfo: default host triple is x86_64-unknown-illumos
422026-01-31T04:09:55.836Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-01-31T04:09:56.016Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-01-31T04:09:56.016Zinfo: downloading component 'cargo'
452026-01-31T04:09:57.167Zinfo: downloading component 'clippy'
462026-01-31T04:09:57.549Zinfo: downloading component 'rust-docs'
472026-01-31T04:09:58.986Zinfo: downloading component 'rust-std'
482026-01-31T04:10:01.128Zinfo: downloading component 'rustc'
492026-01-31T04:10:08.452Zinfo: downloading component 'rustfmt'
502026-01-31T04:10:08.719Zinfo: installing component 'cargo'
512026-01-31T04:10:09.604Zinfo: installing component 'clippy'
522026-01-31T04:10:10.000Zinfo: installing component 'rust-docs'
532026-01-31T04:10:11.939Zinfo: installing component 'rust-std'
542026-01-31T04:10:13.744Zinfo: installing component 'rustc'
552026-01-31T04:10:20.490Zinfo: installing component 'rustfmt'
562026-01-31T04:10:20.831Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-01-31T04:10:20.831Z
582026-01-31T04:10:21.290Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-01-31T04:10:21.290Z
602026-01-31T04:10:21.294Z
612026-01-31T04:10:21.294ZRust is installed now. Great!
622026-01-31T04:10:21.294Z
632026-01-31T04:10:21.294ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-31T04:10:21.294Zenvironment variable. This has not been done automatically.
652026-01-31T04:10:21.294Z
662026-01-31T04:10:21.294ZTo configure your current shell, you need to source
672026-01-31T04:10:21.294Zthe corresponding env file under $HOME/.cargo.
682026-01-31T04:10:21.294Z
692026-01-31T04:10:21.294ZThis is usually done by running one of the following (note the leading DOT):
702026-01-31T04:10:21.294Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-31T04:10:21.294Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-31T04:10:21.294Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-31T04:10:21.423Z+ rustup --version
742026-01-31T04:10:21.439Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-31T04:10:21.439Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-31T04:10:21.549Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-01-31T04:10:21.553Z+ cargo --version
782026-01-31T04:10:21.617Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-01-31T04:10:21.621Z+ rustc --version
802026-01-31T04:10:21.696Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-01-31T04:10:21.699Zprocess exited: duration 27663 ms, exit code 0
 
822026-01-31T04:10:21.706Zstarting task 2: "authentication"
832026-01-31T04:10:21.728Zprocess exited: duration 22 ms, exit code 0
 
842026-01-31T04:10:21.735Zstarting task 3: "clone repository"
852026-01-31T04:10:21.740Z+ mkdir -p /work/oxidecomputer/omicron
862026-01-31T04:10:21.743Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-01-31T04:10:21.781ZCloning into '/work/oxidecomputer/omicron'...
882026-01-31T04:11:23.664Z+ cd /work/oxidecomputer/omicron
892026-01-31T04:11:23.664Z+ git fetch origin 76eec9d1226b4821e8b9937243a3e24644b52085
902026-01-31T04:11:24.395ZFrom https://github.com/oxidecomputer/omicron
912026-01-31T04:11:24.395Z * branch 76eec9d1226b4821e8b9937243a3e24644b52085 -> FETCH_HEAD
922026-01-31T04:11:24.402Z+ [[ -n update-networking-deps ]]
932026-01-31T04:11:24.415Z++ git branch --show-current
942026-01-31T04:11:24.415Z+ current=main
952026-01-31T04:11:24.415Z+ [[ main != update-networking-deps ]]
962026-01-31T04:11:24.415Z+ git branch -f update-networking-deps 76eec9d1226b4821e8b9937243a3e24644b52085
972026-01-31T04:11:24.415Z+ git checkout -f update-networking-deps
982026-01-31T04:11:24.888ZSwitched to branch 'update-networking-deps'
992026-01-31T04:11:24.892Z+ git reset --hard 76eec9d1226b4821e8b9937243a3e24644b52085
1002026-01-31T04:11:24.909ZHEAD is now at 76eec9d12 Pull in latest networking dependencies
1012026-01-31T04:11:24.915Zprocess exited: duration 63165 ms, exit code 0
 
1022026-01-31T04:11:24.923Zstarting task 4: "build"
1032026-01-31T04:11:24.929Z+ source .github/buildomat/ci-env.sh
1042026-01-31T04:11:24.929Z++ export CARGO_TERM_COLOR=always
1052026-01-31T04:11:24.929Z++ CARGO_TERM_COLOR=always
1062026-01-31T04:11:24.929Z+ cargo --version
1072026-01-31T04:11:24.990Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-01-31T04:11:24.996Z+ rustc --version
1092026-01-31T04:11:25.067Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-01-31T04:11:25.073Z+ WORK=/work
1112026-01-31T04:11:25.073Z+ pfexec mkdir -p /work
1122026-01-31T04:11:25.077Z+ pfexec chown build /work
1132026-01-31T04:11:25.082Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-01-31T04:11:35.808Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-01-31T04:11:45.827Z Startup: Caching catalogs ... Done
1162026-01-31T04:12:05.923ZPlanning: Solver setup ... Done (18.651s)
1172026-01-31T04:12:06.072ZPlanning: Running solver ... Done (0.149s)
1182026-01-31T04:12:06.226ZPlanning: Finding local manifests ... Done (0.004s)
1192026-01-31T04:12:06.239ZPlanning: Fetching manifests: 0/4 0% complete
1202026-01-31T04:12:06.382ZPlanning: Fetching manifests: 4/4 100% complete
1212026-01-31T04:12:06.429ZPlanning: Package planning ... Done (0.047s)
1222026-01-31T04:12:06.479ZPlanning: Merging actions ... Done (0.050s)
1232026-01-31T04:12:06.761ZPlanning: Checking for conflicting actions ... Done (0.282s)
1242026-01-31T04:12:06.772ZPlanning: Consolidating action changes ... Done (0.011s)
1252026-01-31T04:12:07.880ZPlanning: Evaluating mediators ... Done (1.108s)
1262026-01-31T04:12:07.889ZPlanning: Planning completed in 21.92 seconds
1272026-01-31T04:12:07.905Z Packages to install: 4
1282026-01-31T04:12:07.908Z Mediators to change: 2
1292026-01-31T04:12:07.908Z Services to change: 1
1302026-01-31T04:12:07.908Z Estimated space available: 155.43 GB
1312026-01-31T04:12:07.908ZEstimated space to be consumed: 1.80 GB
1322026-01-31T04:12:07.908Z Create boot environment: No
1332026-01-31T04:12:07.908ZCreate backup boot environment: No
1342026-01-31T04:12:07.908Z Rebuild boot archive: No
1352026-01-31T04:12:07.908Z
1362026-01-31T04:12:07.908ZChanged mediators:
1372026-01-31T04:12:07.908Z mediator clang:
1382026-01-31T04:12:07.908Z version: None -> 15 (system default)
1392026-01-31T04:12:07.909Z
1402026-01-31T04:12:07.909Z mediator llvm:
1412026-01-31T04:12:07.909Z version: 14 (system default) -> 15 (system default)
1422026-01-31T04:12:07.909Z
1432026-01-31T04:12:07.909ZChanged packages:
1442026-01-31T04:12:07.909Zhelios-dev
1452026-01-31T04:12:07.909Z developer/build-essential
1462026-01-31T04:12:07.909Z None -> 11-2.0
1472026-01-31T04:12:07.909Z library/libxmlsec1
1482026-01-31T04:12:07.909Z None -> 1.2.35-2.0
1492026-01-31T04:12:07.909Z ooce/developer/clang-15
1502026-01-31T04:12:07.909Z None -> 15.0.7-2.0
1512026-01-31T04:12:07.909Z ooce/developer/llvm-15
1522026-01-31T04:12:07.909Z None -> 15.0.7-2.0
1532026-01-31T04:12:07.909Z
1542026-01-31T04:12:07.909ZServices:
1552026-01-31T04:12:07.909Z restart_fmri:
1562026-01-31T04:12:07.909Z svc:/system/update-man-index:default
1572026-01-31T04:12:07.963Z
1582026-01-31T04:12:07.963ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-01-31T04:12:12.961ZDownload: 1933/3290 items 118.6/212.6MB 55% complete (23.9M/s)
1602026-01-31T04:12:17.883ZDownload: Completed 212.60 MB in 8.92 seconds (23.8M/s)
1612026-01-31T04:12:18.193Z Actions: 1/3689 actions (Installing new actions)
1622026-01-31T04:12:22.719Z Actions: Completed 3689 actions in 4.52 seconds.
1632026-01-31T04:12:23.141Z Done (0.418s)
1642026-01-31T04:12:23.141Z Done (0.000s)
1652026-01-31T04:12:24.211Z Done (1.069s)
1662026-01-31T04:12:28.804Z Done (4.238s)
1672026-01-31T04:12:28.891Z Done (0.020s)
1682026-01-31T04:12:28.894Z Done (0.000s)
1692026-01-31T04:12:29.061Z Done (0.000s)
1702026-01-31T04:12:30.018ZPlanning: Evaluating mediator changes ... Done
1712026-01-31T04:12:30.181ZPlanning: Checking for conflicting actions ... Done
1722026-01-31T04:12:30.184ZPlanning: Consolidating action changes ... Done
1732026-01-31T04:12:30.452ZPlanning: Evaluating mediators ... Done
1742026-01-31T04:12:30.455ZPlanning: Planning completed in 0.43 seconds
1752026-01-31T04:12:30.487Z Mediators to change: 2
1762026-01-31T04:12:30.487Z Create boot environment: No
1772026-01-31T04:12:30.490ZCreate backup boot environment: No
1782026-01-31T04:12:30.579Z Done
1792026-01-31T04:12:30.579Z Done
1802026-01-31T04:12:31.364Z Done
1812026-01-31T04:12:34.825Z Done
1822026-01-31T04:12:34.913Z Done
1832026-01-31T04:12:34.915Z Done
1842026-01-31T04:12:35.104Z Done
1852026-01-31T04:12:35.706ZPlanning: Evaluating mediator changes ... Done
1862026-01-31T04:12:35.709ZPlanning: Merging actions ... Done
1872026-01-31T04:12:35.896ZPlanning: Checking for conflicting actions ... Done
1882026-01-31T04:12:35.899ZPlanning: Consolidating action changes ... Done
1892026-01-31T04:12:36.158ZPlanning: Evaluating mediators ... Done
1902026-01-31T04:12:36.213ZPlanning: Planning completed in 0.75 seconds
1912026-01-31T04:12:36.247Z Packages to change: 1
1922026-01-31T04:12:36.247Z Mediators to change: 1
1932026-01-31T04:12:36.250Z Services to change: 1
1942026-01-31T04:12:36.250Z Create boot environment: No
1952026-01-31T04:12:36.250ZCreate backup boot environment: Yes
1962026-01-31T04:12:38.907Z Actions: 1/6 actions (Updating modified actions)
1972026-01-31T04:12:38.909Z Actions: Completed 6 actions in 0.00 seconds.
1982026-01-31T04:12:38.910Z Done
1992026-01-31T04:12:38.910Z Done
2002026-01-31T04:12:39.126Z Done
2012026-01-31T04:12:42.724Z Done
2022026-01-31T04:12:42.811Z Done
2032026-01-31T04:12:42.814Z Done
2042026-01-31T04:12:42.970Z Done
2052026-01-31T04:12:43.409ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-01-31T04:12:43.409Zclang system 15 system
2072026-01-31T04:12:43.409Zcsh system system illumos
2082026-01-31T04:12:43.409Zctags system system illumos
2092026-01-31T04:12:43.409Zfile system system illumos
2102026-01-31T04:12:43.409Zgcc vendor 12 vendor
2112026-01-31T04:12:43.409Zgcc system 10 system
2122026-01-31T04:12:43.409Zgcc system 7 system
2132026-01-31T04:12:43.409Zgo system 1.20 system
2142026-01-31T04:12:43.409Zgo system 1.19 system
2152026-01-31T04:12:43.409Zllvm system 15 system
2162026-01-31T04:12:43.410Zllvm system 14 system
2172026-01-31T04:12:43.410Zmariadb system 10.6 system
2182026-01-31T04:12:43.410Zmta vendor vendor dma
2192026-01-31T04:12:43.410Zopenjdk system 17 system
2202026-01-31T04:12:43.410Zopenjdk system 11 system
2212026-01-31T04:12:43.410Zopenjdk system 1.8 system
2222026-01-31T04:12:43.410Zopenssl vendor 3 vendor
2232026-01-31T04:12:43.410Zperl system 5.36 system
2242026-01-31T04:12:43.410Zpostgresql system 15 system
2252026-01-31T04:12:43.410Zpostgresql system 13 system
2262026-01-31T04:12:43.410Zpython vendor 3 vendor
2272026-01-31T04:12:43.410Zpython system 2 system
2282026-01-31T04:12:43.410Zpython3 system 3.11 system
2292026-01-31T04:12:43.410Zruby system 3.0 system
2302026-01-31T04:12:43.410Zwords vendor vendor american-english
2312026-01-31T04:12:43.410Zwords system system australian-english
2322026-01-31T04:12:43.410Zwords system system british-english
2332026-01-31T04:12:43.410Zwords system system canadian-english
2342026-01-31T04:12:43.410Zwords system system french
2352026-01-31T04:12:43.410Zwords system system italian
2362026-01-31T04:12:43.410Zwords system system ngerman
2372026-01-31T04:12:43.410Zwords system system ogerman
2382026-01-31T04:12:43.410Zwords system system spanish
2392026-01-31T04:12:43.741ZPUBLISHER TYPE STATUS P LOCATION
2402026-01-31T04:12:43.741Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-01-31T04:12:50.001ZFMRI IFO
2422026-01-31T04:12:50.001Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-01-31T04:12:50.001Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-01-31T04:12:50.001Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-01-31T04:12:50.002Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-01-31T04:12:50.002Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-01-31T04:12:50.002Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-01-31T04:12:50.002Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-01-31T04:12:50.002Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-01-31T04:12:50.002Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-01-31T04:12:50.002Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-01-31T04:12:50.002Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-01-31T04:12:50.002Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-01-31T04:12:50.002Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-01-31T04:12:50.002Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-01-31T04:12:50.002Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-01-31T04:12:50.002Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-01-31T04:12:51.155Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-01-31T04:12:51.891Z Updating crates.io index
2602026-01-31T04:12:51.930Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-01-31T04:12:52.744Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622026-01-31T04:12:55.319Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-01-31T04:12:56.146Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-01-31T04:12:56.745Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-01-31T04:12:57.574Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-01-31T04:13:01.852Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-01-31T04:13:07.989Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-01-31T04:13:10.786Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-01-31T04:13:11.826Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702026-01-31T04:13:15.023Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712026-01-31T04:13:16.363Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-01-31T04:13:17.165Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-01-31T04:13:18.185Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-01-31T04:13:18.925Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-01-31T04:13:20.594Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-01-31T04:13:21.711Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-01-31T04:13:22.418Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-01-31T04:13:23.049Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-01-31T04:13:23.798Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-01-31T04:13:24.341Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-01-31T04:13:25.630Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-01-31T04:13:26.349Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-01-31T04:13:27.098Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-01-31T04:13:28.318Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-01-31T04:13:28.860Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-01-31T04:13:29.725Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-01-31T04:13:30.980Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-01-31T04:13:32.292Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2892026-01-31T04:13:33.239Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-01-31T04:13:33.835Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-01-31T04:13:34.575Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922026-01-31T04:13:35.316Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-01-31T04:13:36.032Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-01-31T04:13:36.840Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-01-31T04:13:37.464Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-01-31T04:13:38.084Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-01-31T04:13:38.800Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-01-31T04:14:15.269Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-01-31T04:14:17.652Z Downloading crates ...
3002026-01-31T04:14:17.664Z Downloaded cpufeatures v0.2.14
3012026-01-31T04:14:17.664Z Downloaded macaddr v1.0.1
3022026-01-31T04:14:17.664Z Downloaded anstream v0.6.18
3032026-01-31T04:14:17.664Z Downloaded synstructure v0.13.1
3042026-01-31T04:14:17.664Z Downloaded serde_json v1.0.149
3052026-01-31T04:14:17.664Z Downloaded thiserror-impl v2.0.18
3062026-01-31T04:14:17.664Z Downloaded fs-err v3.1.1
3072026-01-31T04:14:17.664Z Downloaded clap_derive v4.5.47
3082026-01-31T04:14:17.664Z Downloaded terminal_size v0.4.0
3092026-01-31T04:14:17.664Z Downloaded fastrand v2.1.1
3102026-01-31T04:14:17.664Z Downloaded cfg-if v1.0.4
3112026-01-31T04:14:17.664Z Downloaded block-buffer v0.10.4
3122026-01-31T04:14:17.664Z Downloaded equivalent v1.0.2
3132026-01-31T04:14:17.664Z Downloaded zmij v1.0.15
3142026-01-31T04:14:17.664Z Downloaded thread-id v4.2.2
3152026-01-31T04:14:17.664Z Downloaded toml v0.8.23
3162026-01-31T04:14:17.664Z Downloaded scroll_derive v0.12.0
3172026-01-31T04:14:17.664Z Downloaded num-traits v0.2.19
3182026-01-31T04:14:17.664Z Downloaded generic-array v0.14.7
3192026-01-31T04:14:17.664Z Downloaded write16 v1.0.0
3202026-01-31T04:14:17.665Z Downloaded zerofrom v0.1.4
3212026-01-31T04:14:17.665Z Downloaded tabled_derive v0.7.0
3222026-01-31T04:14:17.665Z Downloaded cargo-platform v0.2.0
3232026-01-31T04:14:17.665Z Downloaded bytecount v0.6.8
3242026-01-31T04:14:17.665Z Downloaded anstyle-query v1.1.1
3252026-01-31T04:14:17.665Z Downloaded anyhow v1.0.99
3262026-01-31T04:14:17.665Z Downloaded utf8parse v0.2.2
3272026-01-31T04:14:17.665Z Downloaded utf8_iter v1.0.4
3282026-01-31T04:14:17.665Z Downloaded unicode-xid v0.2.6
3292026-01-31T04:14:17.672Z Downloaded toml_edit v0.22.27
3302026-01-31T04:14:17.672Z Downloaded unicode-linebreak v0.1.5
3312026-01-31T04:14:17.672Z Downloaded clap v4.5.48
3322026-01-31T04:14:17.675Z Downloaded usdt-attr-macro v0.5.0
3332026-01-31T04:14:17.675Z Downloaded thiserror-impl v1.0.69
3342026-01-31T04:14:17.675Z Downloaded yoke-derive v0.7.4
3352026-01-31T04:14:17.675Z Downloaded thiserror v1.0.69
3362026-01-31T04:14:17.679Z Downloaded smawk v0.3.2
3372026-01-31T04:14:17.679Z Downloaded typenum v1.17.0
3382026-01-31T04:14:17.681Z Downloaded zerofrom-derive v0.1.4
3392026-01-31T04:14:17.682Z Downloaded utf16_iter v1.0.5
3402026-01-31T04:14:17.685Z Downloaded ordered-float v2.10.1
3412026-01-31T04:14:17.685Z Downloaded heck v0.4.1
3422026-01-31T04:14:17.685Z Downloaded thiserror v2.0.18
3432026-01-31T04:14:17.690Z Downloaded zerovec-derive v0.10.3
3442026-01-31T04:14:17.693Z Downloaded ucd-trie v0.1.7
3452026-01-31T04:14:17.693Z Downloaded serde_spanned v0.6.9
3462026-01-31T04:14:17.693Z Downloaded toml_datetime v0.6.11
3472026-01-31T04:14:17.696Z Downloaded yoke v0.7.4
3482026-01-31T04:14:17.696Z Downloaded colorchoice v1.0.2
3492026-01-31T04:14:17.699Z Downloaded zerocopy-derive v0.7.35
3502026-01-31T04:14:17.703Z Downloaded writeable v0.5.5
3512026-01-31T04:14:17.703Z Downloaded usdt-impl v0.5.0
3522026-01-31T04:14:17.705Z Downloaded unicode-ident v1.0.19
3532026-01-31T04:14:17.706Z Downloaded percent-encoding v2.3.2
3542026-01-31T04:14:17.708Z Downloaded memmap v0.7.0
3552026-01-31T04:14:17.708Z Downloaded tinystr v0.7.6
3562026-01-31T04:14:17.712Z Downloaded displaydoc v0.2.5
3572026-01-31T04:14:17.712Z Downloaded url v2.5.4
3582026-01-31T04:14:17.717Z Downloaded textwrap v0.16.2
3592026-01-31T04:14:17.720Z Downloaded swrite v0.1.0
3602026-01-31T04:14:17.720Z Downloaded fnv v1.0.7
3612026-01-31T04:14:17.720Z Downloaded strsim v0.11.1
3622026-01-31T04:14:17.720Z Downloaded dof v0.3.0
3632026-01-31T04:14:17.720Z Downloaded byteorder v1.5.0
3642026-01-31T04:14:17.723Z Downloaded quote v1.0.40
3652026-01-31T04:14:17.726Z Downloaded pest_generator v2.8.2
3662026-01-31T04:14:17.726Z Downloaded serde-value v0.7.0
3672026-01-31T04:14:17.726Z Downloaded itoa v1.0.11
3682026-01-31T04:14:17.728Z Downloaded camino-tempfile v1.4.1
3692026-01-31T04:14:17.728Z Downloaded proc-macro-error-attr v1.0.4
3702026-01-31T04:14:17.731Z Downloaded pretty-hex v0.4.1
3712026-01-31T04:14:17.731Z Downloaded zerocopy v0.7.35
3722026-01-31T04:14:17.743Z Downloaded zerovec v0.10.4
3732026-01-31T04:14:17.748Z Downloaded winnow v0.7.14
3742026-01-31T04:14:17.755Z Downloaded litemap v0.7.3
3752026-01-31T04:14:17.758Z Downloaded idna_adapter v1.2.0
3762026-01-31T04:14:17.758Z Downloaded erased-serde v0.4.6
3772026-01-31T04:14:17.761Z Downloaded semver v1.0.27
3782026-01-31T04:14:17.764Z Downloaded digest v0.10.7
3792026-01-31T04:14:17.764Z Downloaded autocfg v1.4.0
3802026-01-31T04:14:17.767Z Downloaded unicode-width v0.2.0
3812026-01-31T04:14:17.770Z Downloaded unicode-width v0.1.14
3822026-01-31T04:14:17.774Z Downloaded smallvec v1.15.1
3832026-01-31T04:14:17.777Z Downloaded serde-untagged v0.1.7
3842026-01-31T04:14:17.779Z Downloaded serde v1.0.228
3852026-01-31T04:14:17.782Z Downloaded serde_tokenstream v0.2.2
3862026-01-31T04:14:17.782Z Downloaded sha2 v0.10.9
3872026-01-31T04:14:17.785Z Downloaded proc-macro-error v1.0.4
3882026-01-31T04:14:17.788Z Downloaded heck v0.5.0
3892026-01-31T04:14:17.788Z Downloaded cargo-util-schemas v0.8.2
3902026-01-31T04:14:17.791Z Downloaded scroll v0.12.0
3912026-01-31T04:14:17.791Z Downloaded pest_derive v2.8.2
3922026-01-31T04:14:17.794Z Downloaded cargo_toml v0.21.0
3932026-01-31T04:14:17.794Z Downloaded cargo_metadata v0.21.0
3942026-01-31T04:14:17.797Z Downloaded icu_locid_transform v1.5.0
3952026-01-31T04:14:17.797Z Downloaded once_cell v1.21.3
3962026-01-31T04:14:17.799Z Downloaded getrandom v0.3.4
3972026-01-31T04:14:17.802Z Downloaded pest_meta v2.8.2
3982026-01-31T04:14:17.802Z Downloaded icu_normalizer_data v1.5.0
3992026-01-31T04:14:17.805Z Downloaded camino v1.2.2
4002026-01-31T04:14:17.808Z Downloaded crypto-common v0.1.6
4012026-01-31T04:14:17.808Z Downloaded stable_deref_trait v1.2.0
4022026-01-31T04:14:17.808Z Downloaded is_terminal_polyfill v1.70.1
4032026-01-31T04:14:17.808Z Downloaded icu_provider_macros v1.5.0
4042026-01-31T04:14:17.811Z Downloaded errno v0.3.12
4052026-01-31T04:14:17.811Z Downloaded tempfile v3.24.0
4062026-01-31T04:14:17.814Z Downloaded serde_core v1.0.228
4072026-01-31T04:14:17.814Z Downloaded proc-macro2 v1.0.101
4082026-01-31T04:14:17.817Z Downloaded log v0.4.29
4092026-01-31T04:14:17.819Z Downloaded icu_locid_transform_data v1.5.0
4102026-01-31T04:14:17.819Z Downloaded papergrid v0.11.0
4112026-01-31T04:14:17.823Z Downloaded icu_normalizer v1.5.0
4122026-01-31T04:14:17.826Z Downloaded icu_provider v1.5.0
4132026-01-31T04:14:17.829Z Downloaded icu_locid v1.5.0
4142026-01-31T04:14:17.832Z Downloaded icu_properties v1.5.1
4152026-01-31T04:14:17.834Z Downloaded version_check v0.9.5
4162026-01-31T04:14:17.837Z Downloaded usdt v0.5.0
4172026-01-31T04:14:17.837Z Downloaded anstyle-parse v0.2.5
4182026-01-31T04:14:17.837Z Downloaded serde_derive v1.0.228
4192026-01-31T04:14:17.840Z Downloaded anstyle v1.0.11
4202026-01-31T04:14:17.843Z Downloaded toml_write v0.1.2
4212026-01-31T04:14:17.843Z Downloaded plain v0.2.3
4222026-01-31T04:14:17.843Z Downloaded form_urlencoded v1.2.2
4232026-01-31T04:14:17.846Z Downloaded clap_lex v0.7.4
4242026-01-31T04:14:17.846Z Downloaded icu_collections v1.5.0
4252026-01-31T04:14:17.849Z Downloaded hashbrown v0.16.1
4262026-01-31T04:14:17.854Z Downloaded memchr v2.7.4
4272026-01-31T04:14:17.864Z Downloaded usdt-macro v0.5.0
4282026-01-31T04:14:17.864Z Downloaded typeid v1.0.3
4292026-01-31T04:14:17.864Z Downloaded dtrace-parser v0.2.0
4302026-01-31T04:14:17.864Z Downloaded bitflags v2.9.4
4312026-01-31T04:14:17.867Z Downloaded indexmap v2.13.0
4322026-01-31T04:14:17.872Z Downloaded goblin v0.8.2
4332026-01-31T04:14:17.878Z Downloaded pest v2.8.2
4342026-01-31T04:14:17.885Z Downloaded idna v1.0.3
4352026-01-31T04:14:17.910Z Downloaded clap_builder v4.5.48
4362026-01-31T04:14:17.925Z Downloaded tabled v0.15.0
4372026-01-31T04:14:17.938Z Downloaded syn v1.0.109
4382026-01-31T04:14:17.947Z Downloaded icu_properties_data v1.5.0
4392026-01-31T04:14:17.956Z Downloaded syn v2.0.114
4402026-01-31T04:14:17.973Z Downloaded rustix v1.1.3
4412026-01-31T04:14:17.994Z Downloaded rustix v0.38.37
4422026-01-31T04:14:18.028Z Downloaded libc v0.2.180
4432026-01-31T04:14:18.118Z Compiling proc-macro2 v1.0.101
4442026-01-31T04:14:18.121Z Compiling unicode-ident v1.0.19
4452026-01-31T04:14:18.121Z Compiling serde_core v1.0.228
4462026-01-31T04:14:18.121Z Compiling serde v1.0.228
4472026-01-31T04:14:18.121Z Compiling version_check v0.9.5
4482026-01-31T04:14:18.121Z Compiling libc v0.2.180
4492026-01-31T04:14:18.121Z Compiling memchr v2.7.4
4502026-01-31T04:14:18.121Z Compiling thiserror v2.0.18
4512026-01-31T04:14:18.602Z Compiling stable_deref_trait v1.2.0
4522026-01-31T04:14:18.740Z Compiling zmij v1.0.15
4532026-01-31T04:14:19.144Z Compiling ucd-trie v0.1.7
4542026-01-31T04:14:19.194Z Compiling autocfg v1.4.0
4552026-01-31T04:14:19.520Z Compiling litemap v0.7.3
4562026-01-31T04:14:19.626Z Compiling itoa v1.0.11
4572026-01-31T04:14:19.865Z Compiling thiserror v1.0.69
4582026-01-31T04:14:19.891Z Compiling writeable v0.5.5
4592026-01-31T04:14:20.097Z Compiling byteorder v1.5.0
4602026-01-31T04:14:20.408Z Compiling bitflags v2.9.4
4612026-01-31T04:14:20.515Z Compiling quote v1.0.40
4622026-01-31T04:14:20.579Z Compiling errno v0.3.12
4632026-01-31T04:14:20.651Z Compiling icu_locid_transform_data v1.5.0
4642026-01-31T04:14:20.804Z Compiling serde_json v1.0.149
4652026-01-31T04:14:20.862Z Compiling icu_properties_data v1.5.0
4662026-01-31T04:14:20.865Z Compiling num-traits v0.2.19
4672026-01-31T04:14:21.112Z Compiling syn v2.0.114
4682026-01-31T04:14:21.139Z Compiling smallvec v1.15.1
4692026-01-31T04:14:21.226Z Compiling hashbrown v0.16.1
4702026-01-31T04:14:21.255Z Compiling icu_normalizer_data v1.5.0
4712026-01-31T04:14:21.376Z Compiling write16 v1.0.0
4722026-01-31T04:14:21.507Z Compiling typeid v1.0.3
4732026-01-31T04:14:21.507Z Compiling equivalent v1.0.2
4742026-01-31T04:14:21.559Z Compiling utf16_iter v1.0.5
4752026-01-31T04:14:21.665Z Compiling utf8_iter v1.0.4
4762026-01-31T04:14:21.691Z Compiling rustix v0.38.37
4772026-01-31T04:14:22.093Z Compiling proc-macro-error-attr v1.0.4
4782026-01-31T04:14:22.230Z Compiling usdt-impl v0.5.0
4792026-01-31T04:14:22.427Z Compiling indexmap v2.13.0
4802026-01-31T04:14:22.455Z Compiling syn v1.0.109
4812026-01-31T04:14:22.534Z Compiling toml_write v0.1.2
4822026-01-31T04:14:22.641Z Compiling winnow v0.7.14
4832026-01-31T04:14:22.844Z Compiling thread-id v4.2.2
4842026-01-31T04:14:23.365Z Compiling proc-macro-error v1.0.4
4852026-01-31T04:14:23.860Z Compiling percent-encoding v2.3.2
4862026-01-31T04:14:23.942Z Compiling camino v1.2.2
4872026-01-31T04:14:24.213Z Compiling plain v0.2.3
4882026-01-31T04:14:24.393Z Compiling getrandom v0.3.4
4892026-01-31T04:14:24.422Z Compiling log v0.4.29
4902026-01-31T04:14:24.588Z Compiling utf8parse v0.2.2
4912026-01-31T04:14:24.771Z Compiling rustix v1.1.3
4922026-01-31T04:14:24.796Z Compiling ordered-float v2.10.1
4932026-01-31T04:14:24.919Z Compiling anstyle-parse v0.2.5
4942026-01-31T04:14:25.384Z Compiling form_urlencoded v1.2.2
4952026-01-31T04:14:25.411Z Compiling terminal_size v0.4.0
4962026-01-31T04:14:25.843Z Compiling anstyle-query v1.1.1
4972026-01-31T04:14:26.032Z Compiling cfg-if v1.0.4
4982026-01-31T04:14:26.158Z Compiling pretty-hex v0.4.1
4992026-01-31T04:14:26.184Z Compiling anstyle v1.0.11
5002026-01-31T04:14:26.212Z Compiling colorchoice v1.0.2
5012026-01-31T04:14:26.215Z Compiling is_terminal_polyfill v1.70.1
5022026-01-31T04:14:26.539Z Compiling anstream v0.6.18
5032026-01-31T04:14:26.595Z Compiling semver v1.0.27
5042026-01-31T04:14:27.293Z Compiling fs-err v3.1.1
5052026-01-31T04:14:27.327Z Compiling unicode-xid v0.2.6
5062026-01-31T04:14:27.440Z Compiling strsim v0.11.1
5072026-01-31T04:14:27.531Z Compiling synstructure v0.13.1
5082026-01-31T04:14:27.653Z Compiling unicode-width v0.1.14
5092026-01-31T04:14:27.757Z Compiling clap_lex v0.7.4
5102026-01-31T04:14:28.212Z Compiling fnv v1.0.7
5112026-01-31T04:14:28.239Z Compiling fastrand v2.1.1
5122026-01-31T04:14:28.267Z Compiling heck v0.5.0
5132026-01-31T04:14:28.592Z Compiling bytecount v0.6.8
5142026-01-31T04:14:28.742Z Compiling once_cell v1.21.3
5152026-01-31T04:14:28.770Z Compiling anyhow v1.0.99
5162026-01-31T04:14:28.825Z Compiling heck v0.4.1
5172026-01-31T04:14:28.922Z Compiling papergrid v0.11.0
5182026-01-31T04:14:29.005Z Compiling clap_builder v4.5.48
5192026-01-31T04:14:29.156Z Compiling tempfile v3.24.0
5202026-01-31T04:14:29.442Z Compiling memmap v0.7.0
5212026-01-31T04:14:29.799Z Compiling smawk v0.3.2
5222026-01-31T04:14:29.838Z Compiling unicode-linebreak v0.1.5
5232026-01-31T04:14:29.952Z Compiling unicode-width v0.2.0
5242026-01-31T04:14:30.365Z Compiling camino-tempfile v1.4.1
5252026-01-31T04:14:30.524Z Compiling textwrap v0.16.2
5262026-01-31T04:14:30.831Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5272026-01-31T04:14:30.907Z Compiling tabled_derive v0.7.0
5282026-01-31T04:14:31.301Z Compiling swrite v0.1.0
5292026-01-31T04:14:31.860Z Compiling serde_derive v1.0.228
5302026-01-31T04:14:31.860Z Compiling zerofrom-derive v0.1.4
5312026-01-31T04:14:31.910Z Compiling yoke-derive v0.7.4
5322026-01-31T04:14:31.951Z Compiling zerovec-derive v0.10.3
5332026-01-31T04:14:31.994Z Compiling thiserror-impl v2.0.18
5342026-01-31T04:14:32.533Z Compiling displaydoc v0.2.5
5352026-01-31T04:14:34.126Z Compiling icu_provider_macros v1.5.0
5362026-01-31T04:14:34.397Z Compiling thiserror-impl v1.0.69
5372026-01-31T04:14:34.695Z Compiling zerocopy-derive v0.7.35
5382026-01-31T04:14:35.149Z Compiling scroll_derive v0.12.0
5392026-01-31T04:14:35.210Z Compiling zerofrom v0.1.4
5402026-01-31T04:14:35.257Z Compiling pest v2.8.2
5412026-01-31T04:14:35.478Z Compiling yoke v0.7.4
5422026-01-31T04:14:35.855Z Compiling zerovec v0.10.4
5432026-01-31T04:14:36.475Z Compiling clap_derive v4.5.47
5442026-01-31T04:14:36.506Z Compiling scroll v0.12.0
5452026-01-31T04:14:36.548Z Compiling zerocopy v0.7.35
5462026-01-31T04:14:37.029Z Compiling goblin v0.8.2
5472026-01-31T04:14:37.227Z Compiling tabled v0.15.0
5482026-01-31T04:14:37.736Z Compiling tinystr v0.7.6
5492026-01-31T04:14:37.897Z Compiling pest_meta v2.8.2
5502026-01-31T04:14:37.963Z Compiling icu_collections v1.5.0
5512026-01-31T04:14:38.183Z Compiling icu_locid v1.5.0
5522026-01-31T04:14:39.280Z Compiling icu_provider v1.5.0
5532026-01-31T04:14:40.054Z Compiling icu_locid_transform v1.5.0
5542026-01-31T04:14:40.150Z Compiling pest_generator v2.8.2
5552026-01-31T04:14:40.242Z Compiling serde_spanned v0.6.9
5562026-01-31T04:14:40.338Z Compiling toml_datetime v0.6.11
5572026-01-31T04:14:40.394Z Compiling dof v0.3.0
5582026-01-31T04:14:40.507Z Compiling serde_tokenstream v0.2.2
5592026-01-31T04:14:40.880Z Compiling toml_edit v0.22.27
5602026-01-31T04:14:41.111Z Compiling erased-serde v0.4.6
5612026-01-31T04:14:41.270Z Compiling serde-value v0.7.0
5622026-01-31T04:14:41.829Z Compiling icu_properties v1.5.1
5632026-01-31T04:14:42.081Z Compiling cargo-platform v0.2.0
5642026-01-31T04:14:42.257Z Compiling pest_derive v2.8.2
5652026-01-31T04:14:42.287Z Compiling serde-untagged v0.1.7
5662026-01-31T04:14:42.323Z Compiling clap v4.5.48
5672026-01-31T04:14:42.468Z Compiling macaddr v1.0.1
5682026-01-31T04:14:43.080Z Compiling dtrace-parser v0.2.0
5692026-01-31T04:14:44.260Z Compiling toml v0.8.23
5702026-01-31T04:14:44.878Z Compiling usdt-attr-macro v0.5.0
5712026-01-31T04:14:44.878Z Compiling usdt-macro v0.5.0
5722026-01-31T04:14:45.087Z Compiling cargo_toml v0.21.0
5732026-01-31T04:14:45.353Z Compiling icu_normalizer v1.5.0
5742026-01-31T04:14:46.077Z Compiling idna_adapter v1.2.0
5752026-01-31T04:14:46.101Z Compiling usdt v0.5.0
5762026-01-31T04:14:46.251Z Compiling idna v1.0.3
5772026-01-31T04:14:46.654Z Compiling url v2.5.4
5782026-01-31T04:14:47.263Z Compiling cargo-util-schemas v0.8.2
5792026-01-31T04:14:48.884Z Compiling cargo_metadata v0.21.0
5802026-01-31T04:14:50.431Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5812026-01-31T04:14:53.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
5822026-01-31T04:14:54.183Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5832026-01-31T04:14:54.941Z Downloading crates ...
5842026-01-31T04:14:55.092Z Downloaded cfg_aliases v0.1.1
5852026-01-31T04:14:55.096Z Downloaded bit-set v0.5.3
5862026-01-31T04:14:55.100Z Downloaded arrayref v0.3.9
5872026-01-31T04:14:55.104Z Downloaded bcrypt-pbkdf v0.10.0
5882026-01-31T04:14:55.110Z Downloaded dyn-clone v1.0.20
5892026-01-31T04:14:55.115Z Downloaded base64 v0.13.1
5902026-01-31T04:14:55.121Z Downloaded dropshot-api-manager-types v0.2.4
5912026-01-31T04:14:55.124Z Downloaded foreign-types v0.3.2
5922026-01-31T04:14:55.128Z Downloaded curve25519-dalek-derive v0.1.1
5932026-01-31T04:14:55.132Z Downloaded fs-err v2.11.0
5942026-01-31T04:14:55.136Z Downloaded der_derive v0.7.3
5952026-01-31T04:14:55.141Z Downloaded elliptic-curve v0.13.8
5962026-01-31T04:14:55.147Z Downloaded crossterm v0.29.0
5972026-01-31T04:14:55.156Z Downloaded endian-type v0.1.2
5982026-01-31T04:14:55.160Z Downloaded aead v0.5.2
5992026-01-31T04:14:55.163Z Downloaded crossbeam-deque v0.8.5
6002026-01-31T04:14:55.168Z Downloaded async-stream v0.3.6
6012026-01-31T04:14:55.173Z Downloaded crc v3.2.1
6022026-01-31T04:14:55.179Z Downloaded cargo-platform v0.1.8
6032026-01-31T04:14:55.182Z Downloaded darling_macro v0.20.10
6042026-01-31T04:14:55.186Z Downloaded ciborium-ll v0.2.2
6052026-01-31T04:14:55.190Z Downloaded daft v0.1.4
6062026-01-31T04:14:55.194Z Downloaded crc8 v0.1.1
6072026-01-31T04:14:55.197Z Downloaded ciborium-io v0.2.2
6082026-01-31T04:14:55.201Z Downloaded argon2 v0.5.3
6092026-01-31T04:14:55.205Z Downloaded futures-sink v0.3.31
6102026-01-31T04:14:55.209Z Downloaded difflib v0.4.0
6112026-01-31T04:14:55.214Z Downloaded display-error-chain v0.2.2
6122026-01-31T04:14:55.217Z Downloaded dirs-sys-next v0.1.2
6132026-01-31T04:14:55.220Z Downloaded env_filter v0.1.2
6142026-01-31T04:14:55.224Z Downloaded erased-serde v0.3.31
6152026-01-31T04:14:55.229Z Downloaded bit-set v0.8.0
6162026-01-31T04:14:55.233Z Downloaded dof v0.4.0
6172026-01-31T04:14:55.237Z Downloaded derive-where v1.5.0
6182026-01-31T04:14:55.243Z Downloaded gethostname v0.5.0
6192026-01-31T04:14:55.247Z Downloaded crc-catalog v2.4.0
6202026-01-31T04:14:55.251Z Downloaded fixedbitset v0.4.2
6212026-01-31T04:14:55.268Z Downloaded ghash v0.5.1
6222026-01-31T04:14:55.271Z Downloaded array-init v0.0.4
6232026-01-31T04:14:55.274Z Downloaded flagset v0.4.6
6242026-01-31T04:14:55.278Z Downloaded derive-ex v0.1.8
6252026-01-31T04:14:55.282Z Downloaded funty v2.0.0
6262026-01-31T04:14:55.285Z Downloaded float-ord v0.3.2
6272026-01-31T04:14:55.288Z Downloaded foreign-types-shared v0.1.1
6282026-01-31T04:14:55.292Z Downloaded futures-core v0.3.31
6292026-01-31T04:14:55.295Z Downloaded hash32 v0.3.1
6302026-01-31T04:14:55.299Z Downloaded globwalk v0.9.1
6312026-01-31T04:14:55.303Z Downloaded hex-literal v0.4.1
6322026-01-31T04:14:55.306Z Downloaded env_logger v0.11.8
6332026-01-31T04:14:55.311Z Downloaded headers-core v0.3.0
6342026-01-31T04:14:55.314Z Downloaded cmake v0.1.51
6352026-01-31T04:14:55.318Z Downloaded ff v0.13.0
6362026-01-31T04:14:55.322Z Downloaded cexpr v0.6.0
6372026-01-31T04:14:55.326Z Downloaded headers v0.4.1
6382026-01-31T04:14:55.334Z Downloaded hyper-tls v0.6.0
6392026-01-31T04:14:55.338Z Downloaded futures-executor v0.3.31
6402026-01-31T04:14:55.342Z Downloaded fs_extra v1.3.0
6412026-01-31T04:14:55.346Z Downloaded is-terminal v0.4.13
6422026-01-31T04:14:55.350Z Downloaded ident_case v1.0.1
6432026-01-31T04:14:55.352Z Downloaded keccak v0.1.5
6442026-01-31T04:14:55.357Z Downloaded crossbeam-epoch v0.9.18
6452026-01-31T04:14:55.360Z Downloaded darling v0.21.0
6462026-01-31T04:14:55.367Z Downloaded instant v0.1.13
6472026-01-31T04:14:55.370Z Downloaded httpdate v1.0.3
6482026-01-31T04:14:55.374Z Downloaded lalrpop-util v0.19.12
6492026-01-31T04:14:55.376Z Downloaded internet-checksum v0.2.1
6502026-01-31T04:14:55.381Z Downloaded kstat-rs v0.2.4
6512026-01-31T04:14:55.384Z Downloaded lazycell v1.3.0
6522026-01-31T04:14:55.387Z Downloaded highway v1.3.0
6532026-01-31T04:14:55.390Z Downloaded indent_write v2.2.0
6542026-01-31T04:14:55.392Z Downloaded hyper-staticfile v0.10.1
6552026-01-31T04:14:55.396Z Downloaded lazy_static v1.5.0
6562026-01-31T04:14:55.399Z Downloaded is_ci v1.2.0
6572026-01-31T04:14:55.403Z Downloaded md5 v0.7.0
6582026-01-31T04:14:55.406Z Downloaded blake2 v0.10.6
6592026-01-31T04:14:55.410Z Downloaded httparse v1.9.5
6602026-01-31T04:14:55.414Z Downloaded lock_api v0.4.12
6612026-01-31T04:14:55.418Z Downloaded jobserver v0.1.32
6622026-01-31T04:14:55.422Z Downloaded half v2.4.1
6632026-01-31T04:14:55.426Z Downloaded libsw v3.5.0
6642026-01-31T04:14:55.430Z Downloaded iana-time-zone v0.1.63
6652026-01-31T04:14:55.434Z Downloaded lockfree-object-pool v0.1.6
6662026-01-31T04:14:55.438Z Downloaded maybe-uninit v2.0.0
6672026-01-31T04:14:55.441Z Downloaded maplit v1.0.2
6682026-01-31T04:14:55.444Z Downloaded console v0.15.10
6692026-01-31T04:14:55.450Z Downloaded crypto-bigint v0.5.5
6702026-01-31T04:14:55.457Z Downloaded num-derive v0.3.3
6712026-01-31T04:14:55.460Z Downloaded newline-converter v0.3.0
6722026-01-31T04:14:55.462Z Downloaded hickory-client v0.25.2
6732026-01-31T04:14:55.467Z Downloaded num-rational v0.4.2
6742026-01-31T04:14:55.470Z Downloaded linear-map v1.2.0
6752026-01-31T04:14:55.473Z Downloaded libefi-sys v0.1.0
6762026-01-31T04:14:55.476Z Downloaded openssl-macros v0.1.1
6772026-01-31T04:14:55.479Z Downloaded ipnet v2.11.0
6782026-01-31T04:14:55.482Z Downloaded managed v0.8.0
6792026-01-31T04:14:55.485Z Downloaded hmac v0.12.1
6802026-01-31T04:14:55.488Z Downloaded parking_lot_core v0.9.10
6812026-01-31T04:14:55.492Z Downloaded mime v0.3.17
6822026-01-31T04:14:55.497Z Downloaded crc-any v2.5.0
6832026-01-31T04:14:55.501Z Downloaded hickory-resolver v0.25.2
6842026-01-31T04:14:55.505Z Downloaded num-conv v0.1.0
6852026-01-31T04:14:55.508Z Downloaded num_threads v0.1.7
6862026-01-31T04:14:55.510Z Downloaded nibble_vec v0.1.0
6872026-01-31T04:14:55.513Z Downloaded num_enum_derive v0.5.11
6882026-01-31T04:14:55.516Z Downloaded jiff-static v0.2.15
6892026-01-31T04:14:55.519Z Downloaded mime_guess v2.0.5
6902026-01-31T04:14:55.523Z Downloaded opaque-debug v0.3.1
6912026-01-31T04:14:55.526Z Downloaded oso-derive v0.27.3
6922026-01-31T04:14:55.529Z Downloaded phf_shared v0.12.1
6932026-01-31T04:14:55.531Z Downloaded parse-size v1.1.0
6942026-01-31T04:14:55.534Z Downloaded lzss v0.8.2
6952026-01-31T04:14:55.537Z Downloaded parking_lot v0.12.3
6962026-01-31T04:14:55.540Z Downloaded nanorand v0.7.0
6972026-01-31T04:14:55.543Z Downloaded peg-runtime v0.8.5
6982026-01-31T04:14:55.546Z Downloaded predicates-core v1.0.8
6992026-01-31T04:14:55.549Z Downloaded pbkdf2 v0.12.2
7002026-01-31T04:14:55.553Z Downloaded pin-utils v0.1.0
7012026-01-31T04:14:55.555Z Downloaded hashbrown v0.13.2
7022026-01-31T04:14:55.559Z Downloaded phf_shared v0.11.2
7032026-01-31T04:14:55.562Z Downloaded num-derive v0.4.2
7042026-01-31T04:14:55.565Z Downloaded multer v3.1.0
7052026-01-31T04:14:55.569Z Downloaded num-integer v0.1.46
7062026-01-31T04:14:55.572Z Downloaded nu-ansi-term v0.50.1
7072026-01-31T04:14:55.577Z Downloaded chacha20poly1305 v0.10.1
7082026-01-31T04:14:55.580Z Downloaded progenitor-macro v0.8.0
7092026-01-31T04:14:55.582Z Downloaded progenitor v0.8.0
7102026-01-31T04:14:55.585Z Downloaded progenitor-macro v0.10.0
7112026-01-31T04:14:55.588Z Downloaded pretty-hex v0.2.1
7122026-01-31T04:14:55.591Z Downloaded quick-error v1.2.3
7132026-01-31T04:14:55.594Z Downloaded papergrid v0.14.0
7142026-01-31T04:14:55.599Z Downloaded peg v0.8.5
7152026-01-31T04:14:55.605Z Downloaded poly1305 v0.8.0
7162026-01-31T04:14:55.609Z Downloaded oxnet v0.1.4
7172026-01-31T04:14:55.612Z Downloaded polyval v0.6.2
7182026-01-31T04:14:55.615Z Downloaded progenitor-client v0.10.0
7192026-01-31T04:14:55.618Z Downloaded progenitor-macro v0.11.2
7202026-01-31T04:14:55.621Z Downloaded memmap2 v0.9.8
7212026-01-31T04:14:55.624Z Downloaded radium v0.7.0
7222026-01-31T04:14:55.627Z Downloaded progenitor v0.11.2
7232026-01-31T04:14:55.630Z Downloaded progenitor v0.10.0
7242026-01-31T04:14:55.634Z Downloaded ref-cast v1.0.25
7252026-01-31T04:14:55.637Z Downloaded rand_xorshift v0.4.0
7262026-01-31T04:14:55.639Z Downloaded psl-types v2.0.11
7272026-01-31T04:14:55.642Z Downloaded ref-cast-impl v1.0.25
7282026-01-31T04:14:55.645Z Downloaded parse-display-derive v0.10.0
7292026-01-31T04:14:55.648Z Downloaded rustc-hash v1.1.0
7302026-01-31T04:14:55.651Z Downloaded rfc6979 v0.4.0
7312026-01-31T04:14:55.651Z Downloaded phf v0.12.1
7322026-01-31T04:14:55.654Z Downloaded pin-project-lite v0.2.14
7332026-01-31T04:14:55.660Z Downloaded rustc-hash v2.1.1
7342026-01-31T04:14:55.663Z Downloaded r2d2 v0.8.10
7352026-01-31T04:14:55.666Z Downloaded quinn-udp v0.5.5
7362026-01-31T04:14:55.668Z Downloaded proc-macro-error2 v2.0.1
7372026-01-31T04:14:55.672Z Downloaded pkcs1 v0.7.5
7382026-01-31T04:14:55.676Z Downloaded miniz_oxide v0.8.5
7392026-01-31T04:14:55.679Z Downloaded postgres-protocol v0.6.8
7402026-01-31T04:14:55.683Z Downloaded rand_seeder v0.4.0
7412026-01-31T04:14:55.686Z Downloaded rand_core v0.6.4
7422026-01-31T04:14:55.689Z Downloaded rtoolbox v0.0.2
7432026-01-31T04:14:55.691Z Downloaded rustc_version v0.4.1
7442026-01-31T04:14:55.694Z Downloaded primeorder v0.13.6
7452026-01-31T04:14:55.697Z Downloaded indicatif v0.17.11
7462026-01-31T04:14:55.701Z Downloaded scheduled-thread-pool v0.2.7
7472026-01-31T04:14:55.704Z Downloaded proc-macro-error-attr2 v2.0.0
7482026-01-31T04:14:55.706Z Downloaded num-complex v0.4.6
7492026-01-31T04:14:55.709Z Downloaded rustc_version v0.1.7
7502026-01-31T04:14:55.712Z Downloaded rand_chacha v0.9.0
7512026-01-31T04:14:55.712Z Downloaded iddqd v0.3.16
7522026-01-31T04:14:55.721Z Downloaded seq-macro v0.3.6
7532026-01-31T04:14:55.724Z Downloaded postgres-types v0.2.9
7542026-01-31T04:14:55.728Z Downloaded same-file v1.0.6
7552026-01-31T04:14:55.731Z Downloaded serde_bytes v0.11.19
7562026-01-31T04:14:55.734Z Downloaded serde-big-array v0.5.1
7572026-01-31T04:14:55.737Z Downloaded secrecy v0.10.3
7582026-01-31T04:14:55.740Z Downloaded rusty-fork v0.3.0
7592026-01-31T04:14:55.743Z Downloaded resolv-conf v0.7.0
7602026-01-31T04:14:55.746Z Downloaded simd-adler32 v0.3.7
7612026-01-31T04:14:55.749Z Downloaded progenitor-impl v0.10.0
7622026-01-31T04:14:55.751Z Downloaded sha1 v0.10.6
7632026-01-31T04:14:55.754Z Downloaded schemars_derive v0.8.22
7642026-01-31T04:14:55.757Z Downloaded serde_urlencoded v0.7.1
7652026-01-31T04:14:55.760Z Downloaded semver v0.1.20
7662026-01-31T04:14:55.763Z Downloaded scroll_derive v0.13.1
7672026-01-31T04:14:55.763Z Downloaded serde_spanned v1.0.4
7682026-01-31T04:14:55.765Z Downloaded serde_repr v0.1.19
7692026-01-31T04:14:55.768Z Downloaded serde_plain v1.0.2
7702026-01-31T04:14:55.778Z Downloaded pkcs5 v0.7.1
7712026-01-31T04:14:55.778Z Downloaded signal-hook-tokio v0.3.1
7722026-01-31T04:14:55.781Z Downloaded signal-hook-mio v0.2.4
7732026-01-31T04:14:55.781Z Downloaded siphasher v1.0.1
7742026-01-31T04:14:55.784Z Downloaded omicron-zone-package v0.12.2
7752026-01-31T04:14:55.787Z Downloaded prettyplease v0.2.36
7762026-01-31T04:14:55.790Z Downloaded shell-words v1.1.0
7772026-01-31T04:14:55.793Z Downloaded pretty_assertions v1.4.1
7782026-01-31T04:14:55.796Z Downloaded slog-bunyan v2.5.0
7792026-01-31T04:14:55.799Z Downloaded siphasher v0.3.11
7802026-01-31T04:14:55.802Z Downloaded slog-envlogger v2.2.0
7812026-01-31T04:14:55.802Z Downloaded sigpipe v0.1.3
7822026-01-31T04:14:55.805Z Downloaded rustls-native-certs v0.8.1
7832026-01-31T04:14:55.808Z Downloaded ssh-encoding v0.2.0
7842026-01-31T04:14:55.811Z Downloaded serde_path_to_error v0.1.20
7852026-01-31T04:14:55.814Z Downloaded ron v0.7.1
7862026-01-31T04:14:55.817Z Downloaded pin-project v1.1.6
7872026-01-31T04:14:55.830Z Downloaded structmeta v0.3.0
7882026-01-31T04:14:55.833Z Downloaded slog-async v2.8.0
7892026-01-31T04:14:55.836Z Downloaded slab v0.4.9
7902026-01-31T04:14:55.836Z Downloaded cc v1.2.30
7912026-01-31T04:14:55.840Z Downloaded subtle v2.6.1
7922026-01-31T04:14:55.843Z Downloaded signature v2.2.0
7932026-01-31T04:14:55.845Z Downloaded sec1 v0.7.3
7942026-01-31T04:14:55.848Z Downloaded slog-json v2.6.1
7952026-01-31T04:14:55.852Z Downloaded slog-dtrace v0.3.0
7962026-01-31T04:14:55.852Z Downloaded take_mut v0.2.2
7972026-01-31T04:14:55.854Z Downloaded serde_derive_internals v0.29.1
7982026-01-31T04:14:55.857Z Downloaded strum v0.27.2
7992026-01-31T04:14:55.857Z Downloaded prefix-trie v0.7.0
8002026-01-31T04:14:55.860Z Downloaded itertools v0.14.0
8012026-01-31T04:14:55.868Z Downloaded testing_table v0.3.0
8022026-01-31T04:14:55.871Z Downloaded openssl-sys v0.9.109
8032026-01-31T04:14:55.876Z Downloaded slog-stdlog v4.1.1
8042026-01-31T04:14:55.879Z Downloaded ryu v1.0.18
8052026-01-31T04:14:55.882Z Downloaded smallvec v0.6.14
8062026-01-31T04:14:55.885Z Downloaded publicsuffix v2.3.0
8072026-01-31T04:14:55.888Z Downloaded strum_macros v0.27.2
8082026-01-31T04:14:55.891Z Downloaded signal-hook-registry v1.4.2
8092026-01-31T04:14:55.891Z Downloaded termtree v0.5.1
8102026-01-31T04:14:55.894Z Downloaded tagptr v0.2.0
8112026-01-31T04:14:55.896Z Downloaded time-core v0.1.6
8122026-01-31T04:14:55.896Z Downloaded spki v0.7.3
8132026-01-31T04:14:55.901Z Downloaded support-bundle-viewer v0.1.2
8142026-01-31T04:14:55.903Z Downloaded strum_macros v0.26.4
8152026-01-31T04:14:55.903Z Downloaded static_assertions v1.1.0
8162026-01-31T04:14:55.906Z Downloaded supports-color v3.0.2
8172026-01-31T04:14:55.909Z Downloaded smf v0.2.3
8182026-01-31T04:14:55.909Z Downloaded stringprep v0.1.5
8192026-01-31T04:14:55.911Z Downloaded string_cache v0.8.9
8202026-01-31T04:14:55.914Z Downloaded sqlformat v0.3.5
8212026-01-31T04:14:55.917Z Downloaded spin v0.9.8
8222026-01-31T04:14:55.917Z Downloaded snafu-derive v0.8.5
8232026-01-31T04:14:55.920Z Downloaded scroll v0.13.0
8242026-01-31T04:14:55.925Z Downloaded strum_macros v0.24.3
8252026-01-31T04:14:55.925Z Downloaded shlex v1.3.0
8262026-01-31T04:14:55.927Z Downloaded serde-hex v0.1.0
8272026-01-31T04:14:55.927Z Downloaded rustls-pki-types v1.10.0
8282026-01-31T04:14:55.930Z Downloaded h2 v0.4.6
8292026-01-31T04:14:55.937Z Downloaded termios v0.3.3
8302026-01-31T04:14:55.940Z Downloaded aes-gcm v0.10.3
8312026-01-31T04:14:55.943Z Downloaded tower-service v0.3.3
8322026-01-31T04:14:55.946Z Downloaded serde_with_macros v3.16.1
8332026-01-31T04:14:55.949Z Downloaded serde_cbor v0.11.2
8342026-01-31T04:14:55.952Z Downloaded tiny-keccak v2.0.2
8352026-01-31T04:14:55.955Z Downloaded slog-scope v4.4.0
8362026-01-31T04:14:55.955Z Downloaded libm v0.2.8
8372026-01-31T04:14:55.963Z Downloaded try-lock v0.2.5
8382026-01-31T04:14:55.966Z Downloaded trait-variant v0.1.2
8392026-01-31T04:14:55.966Z Downloaded tower-layer v0.3.3
8402026-01-31T04:14:55.969Z Downloaded thread_local v1.1.8
8412026-01-31T04:14:55.969Z Downloaded slog-term v2.9.2
8422026-01-31T04:14:55.973Z Downloaded unarray v0.1.4
8432026-01-31T04:14:55.976Z Downloaded topological-sort v0.2.2
8442026-01-31T04:14:55.976Z Downloaded tokio-rustls v0.25.0
8452026-01-31T04:14:55.979Z Downloaded tls_codec v0.4.1
8462026-01-31T04:14:55.981Z Downloaded tokio-dtrace v0.1.0
8472026-01-31T04:14:55.981Z Downloaded tls_codec_derive v0.4.1
8482026-01-31T04:14:55.984Z Downloaded socket2 v0.5.10
8492026-01-31T04:14:55.987Z Downloaded subprocess v0.2.9
8502026-01-31T04:14:55.990Z Downloaded slog v2.8.2
8512026-01-31T04:14:55.993Z Downloaded unicode-truncate v1.1.0
8522026-01-31T04:14:55.997Z Downloaded toml_writer v1.0.6+spec-1.1.0
8532026-01-31T04:14:55.997Z Downloaded universal-hash v0.5.1
8542026-01-31T04:14:56.000Z Downloaded sync_wrapper v1.0.1
8552026-01-31T04:14:56.000Z Downloaded tokio-tungstenite v0.21.0
8562026-01-31T04:14:56.003Z Downloaded untrusted v0.7.1
8572026-01-31T04:14:56.003Z Downloaded unit-prefix v0.5.1
8582026-01-31T04:14:56.003Z Downloaded term v1.1.0
8592026-01-31T04:14:56.006Z Downloaded usdt-macro v0.6.0
8602026-01-31T04:14:56.009Z Downloaded qorb v0.4.1
8612026-01-31T04:14:56.012Z Downloaded typify-macro v0.2.0
8622026-01-31T04:14:56.015Z Downloaded tracing-attributes v0.1.27
8632026-01-31T04:14:56.017Z Downloaded sync-ptr v0.1.4
8642026-01-31T04:14:56.017Z Downloaded similar v2.7.0
8652026-01-31T04:14:56.022Z Downloaded utf-8 v0.7.6
8662026-01-31T04:14:56.025Z Downloaded rcgen v0.12.1
8672026-01-31T04:14:56.027Z Downloaded tui-tree-widget v0.23.1
8682026-01-31T04:14:56.030Z Downloaded tokio-rustls v0.24.1
8692026-01-31T04:14:56.033Z Downloaded thiserror-impl-no-std v2.0.2
8702026-01-31T04:14:56.033Z Downloaded tap v1.0.1
8712026-01-31T04:14:56.036Z Downloaded vte_generate_state_changes v0.1.2
8722026-01-31T04:14:56.036Z Downloaded tar v0.4.44
8732026-01-31T04:14:56.038Z Downloaded socket2 v0.6.1
8742026-01-31T04:14:56.041Z Downloaded thread-id v5.0.0
8752026-01-31T04:14:56.041Z Downloaded typify-macro v0.4.3
8762026-01-31T04:14:56.045Z Downloaded snafu v0.8.5
8772026-01-31T04:14:56.048Z Downloaded want v0.3.1
8782026-01-31T04:14:56.051Z Downloaded toml_parser v1.0.6+spec-1.1.0
8792026-01-31T04:14:56.054Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8802026-01-31T04:14:56.054Z Downloaded usdt-impl v0.6.0
8812026-01-31T04:14:56.057Z Downloaded tokio-tungstenite v0.23.1
8822026-01-31T04:14:56.060Z Downloaded test-strategy v0.4.3
8832026-01-31T04:14:56.063Z Downloaded http v1.4.0
8842026-01-31T04:14:56.066Z Downloaded futures-util v0.3.31
8852026-01-31T04:14:56.078Z Downloaded waitgroup v0.1.2
8862026-01-31T04:14:56.080Z Downloaded uzers v0.12.1
8872026-01-31T04:14:56.083Z Downloaded tinyvec_macros v0.1.1
8882026-01-31T04:14:56.083Z Downloaded tinyvec v1.8.0
8892026-01-31T04:14:56.086Z Downloaded void v1.0.2
8902026-01-31T04:14:56.088Z Downloaded xshell-macros v0.2.7
8912026-01-31T04:14:56.088Z Downloaded twox-hash v2.1.0
8922026-01-31T04:14:56.091Z Downloaded tabwriter v1.4.0
8932026-01-31T04:14:56.091Z Downloaded signal-hook v0.3.18
8942026-01-31T04:14:56.094Z Downloaded zone_cfg_derive v0.1.2
8952026-01-31T04:14:56.095Z Downloaded unicase v2.8.1
8962026-01-31T04:14:56.097Z Downloaded libxml v0.3.3
8972026-01-31T04:14:56.101Z Downloaded zone v0.3.1
8982026-01-31T04:14:56.104Z Downloaded zone v0.1.8
8992026-01-31T04:14:56.105Z Downloaded untrusted v0.9.0
9002026-01-31T04:14:56.108Z Downloaded num-bigint-dig v0.8.6
9012026-01-31T04:14:56.110Z Downloaded toml v0.9.11+spec-1.1.0
9022026-01-31T04:14:56.114Z Downloaded whoami v1.5.2
9032026-01-31T04:14:56.117Z Downloaded vergen-lib v0.1.6
9042026-01-31T04:14:56.120Z Downloaded tokio-native-tls v0.3.1
9052026-01-31T04:14:56.120Z Downloaded samael v0.0.19
9062026-01-31T04:14:56.125Z Downloaded rand v0.9.2
9072026-01-31T04:14:56.130Z Downloaded wyz v0.5.1
9082026-01-31T04:14:56.133Z Downloaded vte v0.11.1
9092026-01-31T04:14:56.135Z Downloaded tokio-rustls v0.26.0
9102026-01-31T04:14:56.135Z Downloaded value-bag v1.12.0
9112026-01-31T04:14:56.138Z Downloaded xz2 v0.1.7
9122026-01-31T04:14:56.141Z Downloaded aho-corasick v1.1.3
9132026-01-31T04:14:56.145Z Downloaded blake3 v1.5.4
9142026-01-31T04:14:56.152Z Downloaded zone_cfg_derive v0.3.0
9152026-01-31T04:14:56.155Z Downloaded zeroize_derive v1.4.2
9162026-01-31T04:14:56.155Z Downloaded zstd v0.13.3
9172026-01-31T04:14:56.157Z Downloaded zstd-safe v7.2.3
9182026-01-31T04:14:56.160Z Downloaded which v4.4.2
9192026-01-31T04:14:56.160Z Downloaded wait-timeout v0.2.0
9202026-01-31T04:14:56.163Z Downloaded itertools v0.13.0
9212026-01-31T04:14:56.169Z Downloaded unicode-properties v0.1.3
9222026-01-31T04:14:56.171Z Downloaded xshell v0.2.7
9232026-01-31T04:14:56.174Z Downloaded vergen-gitcl v1.0.8
9242026-01-31T04:14:56.174Z Downloaded tokio-macros v2.6.0
9252026-01-31T04:14:56.179Z Downloaded thiserror-no-std v2.0.2
9262026-01-31T04:14:56.181Z Downloaded zerocopy v0.6.6
9272026-01-31T04:14:56.181Z Downloaded tungstenite v0.21.0
9282026-01-31T04:14:56.185Z Downloaded walkdir v2.5.0
9292026-01-31T04:14:56.187Z Downloaded lalrpop v0.19.12
9302026-01-31T04:14:56.197Z Downloaded vergen v9.0.6
9312026-01-31T04:14:56.199Z Downloaded typify v0.2.0
9322026-01-31T04:14:56.202Z Downloaded reqwest v0.12.24
9332026-01-31T04:14:56.208Z Downloaded tracing v0.1.40
9342026-01-31T04:14:56.211Z Downloaded reedline v0.40.0
9352026-01-31T04:14:56.218Z Downloaded hkdf v0.12.4
9362026-01-31T04:14:56.221Z Downloaded zeroize v1.8.1
9372026-01-31T04:14:56.224Z Downloaded xattr v1.3.1
9382026-01-31T04:14:56.224Z Downloaded portable-atomic v1.11.0
9392026-01-31T04:14:56.230Z Downloaded yasna v0.5.2
9402026-01-31T04:14:56.233Z Downloaded aws-lc-rs v1.12.4
9412026-01-31T04:14:56.242Z Downloaded unicode_categories v0.1.1
9422026-01-31T04:14:56.245Z Downloaded toml_edit v0.19.15
9432026-01-31T04:14:56.260Z Downloaded yansi v1.0.1
9442026-01-31T04:14:56.263Z Downloaded typify v0.4.3
9452026-01-31T04:14:56.266Z Downloaded vsss-rs v3.3.4
9462026-01-31T04:14:56.268Z Downloaded tungstenite v0.23.0
9472026-01-31T04:14:56.271Z Downloaded unicode-bidi v0.3.17
9482026-01-31T04:14:56.274Z Downloaded unicode-segmentation v1.12.0
9492026-01-31T04:14:56.277Z Downloaded vergen-git2 v1.0.7
9502026-01-31T04:14:56.279Z Downloaded uuid v1.19.0
9512026-01-31T04:14:56.282Z Downloaded tokio-stream v0.1.17
9522026-01-31T04:14:56.287Z Downloaded russh v0.45.0
9532026-01-31T04:14:56.290Z Downloaded tower v0.5.2
9542026-01-31T04:14:56.299Z Downloaded zerocopy-derive v0.8.27
9552026-01-31T04:14:56.305Z Downloaded tracing-core v0.1.32
9562026-01-31T04:14:56.308Z Downloaded rustls-webpki v0.101.7
9572026-01-31T04:14:56.322Z Downloaded tower-http v0.6.6
9582026-01-31T04:14:56.329Z Downloaded time v0.3.43
9592026-01-31T04:14:56.336Z Downloaded zopfli v0.8.1
9602026-01-31T04:14:56.339Z Downloaded zip v4.2.0
9612026-01-31T04:14:56.343Z Downloaded unsafe-libyaml v0.2.11
9622026-01-31T04:14:56.346Z Downloaded moka v0.12.10
9632026-01-31T04:14:56.355Z Downloaded petname v2.0.2
9642026-01-31T04:14:56.360Z Downloaded rayon v1.10.0
9652026-01-31T04:14:56.369Z Downloaded dropshot v0.16.7
9662026-01-31T04:14:56.391Z Downloaded zip v0.6.6
9672026-01-31T04:14:56.394Z Downloaded diesel v2.2.12
9682026-01-31T04:14:56.412Z Downloaded sqlparser v0.45.0
9692026-01-31T04:14:56.417Z Downloaded nix v0.28.0
9702026-01-31T04:14:56.427Z Downloaded winnow v0.6.26
9712026-01-31T04:14:56.436Z Downloaded tokio-postgres v0.7.13
9722026-01-31T04:14:56.440Z Downloaded salty v0.3.0
9732026-01-31T04:14:56.447Z Downloaded x509-cert v0.2.5
9742026-01-31T04:14:56.453Z Downloaded tabled v0.18.0
9752026-01-31T04:14:56.470Z Downloaded tabled v0.20.0
9762026-01-31T04:14:56.487Z Downloaded tough v0.20.0
9772026-01-31T04:14:56.495Z Downloaded proptest v1.7.0
9782026-01-31T04:14:56.504Z Downloaded tokio-util v0.7.15
9792026-01-31T04:14:56.510Z Downloaded rustls-webpki v0.102.8
9802026-01-31T04:14:56.529Z Downloaded webpki-roots v1.0.1
9812026-01-31T04:14:56.532Z Downloaded unicode-normalization v0.1.24
9822026-01-31T04:14:56.535Z Downloaded serde_with v3.16.1
9832026-01-31T04:14:56.548Z Downloaded smoltcp v0.11.0
9842026-01-31T04:14:56.558Z Downloaded regress v0.10.4
9852026-01-31T04:14:56.566Z Downloaded zerocopy v0.8.27
9862026-01-31T04:14:56.588Z Downloaded winnow v0.5.40
9872026-01-31T04:14:56.595Z Downloaded bindgen v0.71.1
9882026-01-31T04:14:56.602Z Downloaded openssl v0.10.73
9892026-01-31T04:14:56.611Z Downloaded gimli v0.31.1
9902026-01-31T04:14:56.619Z Downloaded nix v0.29.0
9912026-01-31T04:14:56.630Z Downloaded regex-syntax v0.8.5
9922026-01-31T04:14:56.637Z Downloaded rustls v0.23.19
9932026-01-31T04:14:56.648Z Downloaded regex-syntax v0.6.29
9942026-01-31T04:14:56.654Z Downloaded vcpkg v0.2.15
9952026-01-31T04:14:56.691Z Downloaded zlib-rs v0.5.1
9962026-01-31T04:14:56.696Z Downloaded bstr v1.10.0
9972026-01-31T04:14:56.705Z Downloaded object v0.30.4
9982026-01-31T04:14:56.714Z Downloaded smoltcp v0.9.1
9992026-01-31T04:14:56.723Z Downloaded nix v0.30.1
10002026-01-31T04:14:56.735Z Downloaded rustls v0.22.4
10012026-01-31T04:14:56.747Z Downloaded ratatui v0.29.0
10022026-01-31T04:14:56.766Z Downloaded hickory-proto v0.25.2
10032026-01-31T04:14:56.780Z Downloaded openapiv3 v2.2.0
10042026-01-31T04:14:56.790Z Downloaded chrono-tz v0.10.4
10052026-01-31T04:14:56.806Z Downloaded hickory-proto v0.24.4
10062026-01-31T04:14:56.819Z Downloaded jiff v0.2.15
10072026-01-31T04:14:56.835Z Downloaded zerocopy-derive v0.6.6
10082026-01-31T04:14:56.844Z Downloaded goblin v0.10.2
10092026-01-31T04:14:56.851Z Downloaded lzma-sys v0.1.20
10102026-01-31T04:14:56.877Z Downloaded rustls v0.21.12
10112026-01-31T04:14:56.887Z Downloaded object v0.36.5
10122026-01-31T04:14:56.896Z Downloaded sled v0.34.7
10132026-01-31T04:14:56.905Z Downloaded petgraph v0.8.2
10142026-01-31T04:14:56.924Z Downloaded typify-impl v0.2.0
10152026-01-31T04:14:56.936Z Downloaded libz-sys v1.1.20
10162026-01-31T04:14:56.954Z Downloaded typify-impl v0.4.3
10172026-01-31T04:14:56.967Z Downloaded bzip2-sys v0.1.13+1.0.8
10182026-01-31T04:14:56.977Z Downloaded quick-xml v0.37.2
10192026-01-31T04:14:56.982Z Downloaded polar-core v0.27.3
10202026-01-31T04:14:56.990Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10212026-01-31T04:14:57.006Z Downloaded sha3 v0.10.8
10222026-01-31T04:14:57.010Z Downloaded regex-automata v0.4.11
10232026-01-31T04:14:57.025Z Downloaded petgraph v0.6.5
10242026-01-31T04:14:57.040Z Downloaded nix v0.27.1
10252026-01-31T04:14:57.049Z Downloaded chrono v0.4.43
10262026-01-31T04:14:57.055Z Downloaded bitvec v1.0.1
10272026-01-31T04:14:57.068Z Downloaded radix_trie v0.2.1
10282026-01-31T04:14:57.073Z Downloaded bindgen v0.69.5
10292026-01-31T04:14:57.078Z Downloaded quinn-proto v0.11.8
10302026-01-31T04:14:57.084Z Downloaded typed-path v0.9.3
10312026-01-31T04:14:57.090Z Downloaded p384 v0.13.1
10322026-01-31T04:14:57.094Z Downloaded regex v1.11.3
10332026-01-31T04:14:57.100Z Downloaded steno v0.4.1
10342026-01-31T04:14:57.104Z Downloaded ssh-key v0.6.6
10352026-01-31T04:14:57.110Z Downloaded itertools v0.12.1
10362026-01-31T04:14:57.116Z Downloaded hashbrown v0.15.4
10372026-01-31T04:14:57.121Z Downloaded rpassword v7.4.0
10382026-01-31T04:14:57.124Z Downloaded rustyline v14.0.0
10392026-01-31T04:14:57.127Z Downloaded tokio v1.49.0
10402026-01-31T04:14:57.163Z Downloaded toml v0.7.8
10412026-01-31T04:14:57.166Z Downloaded p521 v0.13.3
10422026-01-31T04:14:57.169Z Downloaded encoding_rs v0.8.34
10432026-01-31T04:14:57.188Z Downloaded curve25519-dalek v4.1.3
10442026-01-31T04:14:57.195Z Downloaded usdt-attr-macro v0.6.0
10452026-01-31T04:14:57.198Z Downloaded usdt v0.6.0
10462026-01-31T04:14:57.198Z Downloaded serde_yaml v0.9.34+deprecated
10472026-01-31T04:14:57.201Z Downloaded minimal-lexical v0.2.1
10482026-01-31T04:14:57.204Z Downloaded term v0.7.0
10492026-01-31T04:14:57.207Z Downloaded schemars v1.0.4
10502026-01-31T04:14:57.219Z Downloaded schemars v0.9.0
10512026-01-31T04:14:57.231Z Downloaded rsa v0.9.8
10522026-01-31T04:14:57.235Z Downloaded rayon-core v1.12.1
10532026-01-31T04:14:57.238Z Downloaded rand v0.8.5
10542026-01-31T04:14:57.241Z Downloaded nom v7.1.3
10552026-01-31T04:14:57.246Z Downloaded itertools v0.10.5
10562026-01-31T04:14:57.251Z Downloaded time-macros v0.2.24
10572026-01-31T04:14:57.254Z Downloaded tabled_derive v0.11.0
10582026-01-31T04:14:57.257Z Downloaded schemars v0.8.22
10592026-01-31T04:14:57.264Z Downloaded ron v0.8.1
10602026-01-31T04:14:57.268Z Downloaded strum v0.26.3
10612026-01-31T04:14:57.272Z Downloaded ring v0.17.14
10622026-01-31T04:14:57.307Z Downloaded structmeta-derive v0.3.0
10632026-01-31T04:14:57.310Z Downloaded strip-ansi-escapes v0.2.0
10642026-01-31T04:14:57.310Z Downloaded ssh-cipher v0.2.0
10652026-01-31T04:14:57.310Z Downloaded tabled_derive v0.10.0
10662026-01-31T04:14:57.313Z Downloaded num-bigint v0.4.6
10672026-01-31T04:14:57.316Z Downloaded hyper v1.8.1
10682026-01-31T04:14:57.321Z Downloaded rustversion v1.0.22
10692026-01-31T04:14:57.324Z Downloaded quinn v0.11.5
10702026-01-31T04:14:57.326Z Downloaded progenitor-impl v0.11.2
10712026-01-31T04:14:57.329Z Downloaded papergrid v0.17.0
10722026-01-31T04:14:57.332Z Downloaded sqlparser_derive v0.2.2
10732026-01-31T04:14:57.335Z Downloaded p256 v0.13.2
10742026-01-31T04:14:57.338Z Downloaded progenitor-impl v0.8.0
10752026-01-31T04:14:57.338Z Downloaded oso v0.27.3
10762026-01-31T04:14:57.341Z Downloaded rustls-pemfile v1.0.4
10772026-01-31T04:14:57.343Z Downloaded iri-string v0.7.8
10782026-01-31T04:14:57.348Z Downloaded mio v1.0.2
10792026-01-31T04:14:57.353Z Downloaded sct v0.7.1
10802026-01-31T04:14:57.356Z Downloaded russh-keys v0.45.0
10812026-01-31T04:14:57.359Z Downloaded sapling-renderdag v0.1.0
10822026-01-31T04:14:57.362Z Downloaded rand_core v0.9.3
10832026-01-31T04:14:57.362Z Downloaded scopeguard v1.2.0
10842026-01-31T04:14:57.362Z Downloaded rustls-pemfile v2.2.0
10852026-01-31T04:14:57.365Z Downloaded phf v0.11.2
10862026-01-31T04:14:57.365Z Downloaded secrecy v0.8.0
10872026-01-31T04:14:57.369Z Downloaded scrypt v0.11.0
10882026-01-31T04:14:57.369Z Downloaded salsa20 v0.10.2
10892026-01-31T04:14:57.369Z Downloaded rustc-demangle v0.1.24
10902026-01-31T04:14:57.372Z Downloaded indicatif v0.18.0
10912026-01-31T04:14:57.374Z Downloaded hickory-resolver v0.24.4
10922026-01-31T04:14:57.377Z Downloaded ppv-lite86 v0.2.20
10932026-01-31T04:14:57.380Z Downloaded crossbeam-channel v0.5.15
10942026-01-31T04:14:57.383Z Downloaded postcard v1.0.10
10952026-01-31T04:14:57.385Z Downloaded pkg-config v0.3.31
10962026-01-31T04:14:57.385Z Downloaded pkcs8 v0.10.2
10972026-01-31T04:14:57.388Z Downloaded pin-project-internal v1.1.6
10982026-01-31T04:14:57.391Z Downloaded backtrace v0.3.74
10992026-01-31T04:14:57.393Z Downloaded pem-rfc7468 v0.7.0
11002026-01-31T04:14:57.396Z Downloaded crossterm v0.28.1
11012026-01-31T04:14:57.400Z Downloaded parking_lot v0.11.2
11022026-01-31T04:14:57.408Z Downloaded owo-colors v4.2.2
11032026-01-31T04:14:57.408Z Downloaded russh-cryptovec v0.7.3
11042026-01-31T04:14:57.408Z Downloaded rand_chacha v0.3.1
11052026-01-31T04:14:57.408Z Downloaded num_enum v0.5.11
11062026-01-31T04:14:57.411Z Downloaded indexmap v1.9.3
11072026-01-31T04:14:57.414Z Downloaded ignore v0.4.23
11082026-01-31T04:14:57.416Z Downloaded libgit2-sys v0.18.2+1.9.1
11092026-01-31T04:14:57.468Z Downloaded hyper-util v0.1.19
11102026-01-31T04:14:57.471Z Downloaded heapless v0.8.0
11112026-01-31T04:14:57.475Z Downloaded pem v3.0.5
11122026-01-31T04:14:57.478Z Downloaded paste v1.0.15
11132026-01-31T04:14:57.481Z Downloaded progenitor-client v0.11.2
11142026-01-31T04:14:57.481Z Downloaded progenitor-client v0.8.0
11152026-01-31T04:14:57.481Z Downloaded proc-macro-crate v1.3.1
11162026-01-31T04:14:57.483Z Downloaded predicates v3.1.3
11172026-01-31T04:14:57.483Z Downloaded peg-macros v0.8.5
11182026-01-31T04:14:57.486Z Downloaded hyper-rustls v0.27.7
11192026-01-31T04:14:57.489Z Downloaded hickory-server v0.25.2
11202026-01-31T04:14:57.492Z Downloaded password-hash v0.5.0
11212026-01-31T04:14:57.492Z Downloaded password-hash v0.4.2
11222026-01-31T04:14:57.495Z Downloaded parking_lot_core v0.8.6
11232026-01-31T04:14:57.495Z Downloaded number_prefix v0.4.0
11242026-01-31T04:14:57.498Z Downloaded bumpalo v3.16.0
11252026-01-31T04:14:57.501Z Downloaded base64 v0.22.1
11262026-01-31T04:14:57.501Z Downloaded packed_struct v0.10.1
11272026-01-31T04:14:57.506Z Downloaded oxide-tokio-rt v0.1.2
11282026-01-31T04:14:57.506Z Downloaded git2 v0.20.2
11292026-01-31T04:14:57.511Z Downloaded predicates-tree v1.0.12
11302026-01-31T04:14:57.513Z Downloaded precomputed-hash v0.1.1
11312026-01-31T04:14:57.513Z Downloaded powerfmt v0.2.0
11322026-01-31T04:14:57.514Z Downloaded packed_struct_codegen v0.10.1
11332026-01-31T04:14:57.516Z Downloaded bytes v1.10.1
11342026-01-31T04:14:57.520Z Downloaded openssl-probe v0.1.5
11352026-01-31T04:14:57.520Z Downloaded newtype-uuid v1.3.2
11362026-01-31T04:14:57.523Z Downloaded pbkdf2 v0.11.0
11372026-01-31T04:14:57.523Z Downloaded path-slash v0.1.5
11382026-01-31T04:14:57.523Z Downloaded parse-display v0.10.0
11392026-01-31T04:14:57.526Z Downloaded ingot-macros v0.1.1
11402026-01-31T04:14:57.526Z Downloaded native-tls v0.2.12
11412026-01-31T04:14:57.529Z Downloaded litrs v0.4.1
11422026-01-31T04:14:57.532Z Downloaded olpc-cjson v0.1.4
11432026-01-31T04:14:57.532Z Downloaded num-iter v0.1.45
11442026-01-31T04:14:57.532Z Downloaded hashbrown v0.12.3
11452026-01-31T04:14:57.535Z Downloaded nonempty v0.12.0
11462026-01-31T04:14:57.537Z Downloaded nodrop v0.1.14
11472026-01-31T04:14:57.537Z Downloaded compact_str v0.8.0
11482026-01-31T04:14:57.540Z Downloaded base64 v0.21.7
11492026-01-31T04:14:57.545Z Downloaded newtype_derive v0.1.6
11502026-01-31T04:14:57.545Z Downloaded num v0.4.3
11512026-01-31T04:14:57.548Z Downloaded normalize-line-endings v0.3.0
11522026-01-31T04:14:57.548Z Downloaded newtype-uuid-macros v0.1.0
11532026-01-31T04:14:57.548Z Downloaded new_debug_unreachable v1.0.6
11542026-01-31T04:14:57.548Z Downloaded libz-rs-sys v0.5.1
11552026-01-31T04:14:57.548Z Downloaded flate2 v1.1.2
11562026-01-31T04:14:57.551Z Downloaded memoffset v0.9.1
11572026-01-31T04:14:57.554Z Downloaded md-5 v0.10.6
11582026-01-31T04:14:57.554Z Downloaded expectorate v1.2.0
11592026-01-31T04:14:57.557Z Downloaded darling_core v0.21.0
11602026-01-31T04:14:57.560Z Downloaded ipnetwork v0.21.1
11612026-01-31T04:14:57.563Z Downloaded inout v0.1.3
11622026-01-31T04:14:57.563Z Downloaded ingot-types v0.1.2
11632026-01-31T04:14:57.566Z Downloaded heapless v0.7.17
11642026-01-31T04:14:57.569Z Downloaded flume v0.11.1
11652026-01-31T04:14:57.573Z Downloaded multimap v0.10.1
11662026-01-31T04:14:57.573Z Downloaded match_cfg v0.1.0
11672026-01-31T04:14:57.573Z Downloaded libloading v0.8.5
11682026-01-31T04:14:57.576Z Downloaded fatfs v0.3.6
11692026-01-31T04:14:57.578Z Downloaded dropshot-api-manager v0.2.4
11702026-01-31T04:14:57.581Z Downloaded crossbeam-utils v0.8.21
11712026-01-31T04:14:57.581Z Downloaded cookie_store v0.21.1
11722026-01-31T04:14:57.584Z Downloaded colored v2.2.0
11732026-01-31T04:14:57.587Z Downloaded lru-cache v0.1.2
11742026-01-31T04:14:57.587Z Downloaded lru v0.12.5
11752026-01-31T04:14:57.590Z Downloaded linked-hash-map v0.5.6
11762026-01-31T04:14:57.590Z Downloaded libscf-sys v1.1.0
11772026-01-31T04:14:57.590Z Downloaded derive_more v2.0.1
11782026-01-31T04:14:57.597Z Downloaded csv-core v0.1.11
11792026-01-31T04:14:57.600Z Downloaded glob v0.3.2
11802026-01-31T04:14:57.600Z Downloaded getrandom v0.2.15
11812026-01-31T04:14:57.603Z Downloaded bzip2 v0.5.2
11822026-01-31T04:14:57.605Z Downloaded bzip2 v0.4.4
11832026-01-31T04:14:57.605Z Downloaded critical-section v1.1.3
11842026-01-31T04:14:57.608Z Downloaded const-oid v0.9.6
11852026-01-31T04:14:57.608Z Downloaded chacha20 v0.9.1
11862026-01-31T04:14:57.611Z Downloaded bit-vec v0.8.0
11872026-01-31T04:14:57.611Z Downloaded crc32fast v1.4.2
11882026-01-31T04:14:57.614Z Downloaded bitfield v0.19.2
11892026-01-31T04:14:57.614Z Downloaded bcs v0.1.6
11902026-01-31T04:14:57.617Z Downloaded libsw-core v0.3.1
11912026-01-31T04:14:57.617Z Downloaded ciborium v0.2.2
11922026-01-31T04:14:57.619Z Downloaded ingot v0.1.1
11932026-01-31T04:14:57.622Z Downloaded dropshot_endpoint v0.16.7
11942026-01-31T04:14:57.626Z Downloaded futures v0.3.31
11952026-01-31T04:14:57.628Z Downloaded diff v0.1.13
11962026-01-31T04:14:57.631Z Downloaded half v1.8.3
11972026-01-31T04:14:57.634Z Downloaded humantime v2.2.0
11982026-01-31T04:14:57.634Z Downloaded http-body-util v0.1.3
11992026-01-31T04:14:57.637Z Downloaded instability v0.3.2
12002026-01-31T04:14:57.637Z Downloaded indoc v2.0.6
12012026-01-31T04:14:57.639Z Downloaded impl-trait-for-tuples v0.2.2
12022026-01-31T04:14:57.642Z Downloaded http-body v1.0.1
12032026-01-31T04:14:57.642Z Downloaded ed25519-dalek v2.1.1
12042026-01-31T04:14:57.645Z Downloaded der v0.7.10
12052026-01-31T04:14:57.649Z Downloaded allocator-api2 v0.2.21
12062026-01-31T04:14:57.651Z Downloaded http-range v0.1.5
12072026-01-31T04:14:57.654Z Downloaded hostname v0.3.1
12082026-01-31T04:14:57.654Z Downloaded derive_more v0.99.20
12092026-01-31T04:14:57.657Z Downloaded cookie v0.18.1
12102026-01-31T04:14:57.660Z Downloaded console v0.16.0
12112026-01-31T04:14:57.663Z Downloaded cancel-safe-futures v0.1.5
12122026-01-31T04:14:57.665Z Downloaded async-bb8-diesel v0.2.1
12132026-01-31T04:14:57.668Z Downloaded colored v3.0.0
12142026-01-31T04:14:57.672Z Downloaded ahash v0.8.12
12152026-01-31T04:14:57.672Z Downloaded convert_case v0.7.1
12162026-01-31T04:14:57.675Z Downloaded clang-sys v1.8.1
12172026-01-31T04:14:57.675Z Downloaded indoc v1.0.9
12182026-01-31T04:14:57.678Z Downloaded group v0.13.0
12192026-01-31T04:14:57.678Z Downloaded foldhash v0.1.5
12202026-01-31T04:14:57.682Z Downloaded hubpack v0.1.2
12212026-01-31T04:14:57.682Z Downloaded home v0.5.9
12222026-01-31T04:14:57.682Z Downloaded globset v0.4.15
12232026-01-31T04:14:57.685Z Downloaded fallible-iterator v0.2.0
12242026-01-31T04:14:57.688Z Downloaded bit-vec v0.6.3
12252026-01-31T04:14:57.688Z Downloaded foldhash v0.2.0
12262026-01-31T04:14:57.691Z Downloaded deranged v0.5.3
12272026-01-31T04:14:57.691Z Downloaded futures-channel v0.3.31
12282026-01-31T04:14:57.693Z Downloaded fixedbitset v0.5.7
12292026-01-31T04:14:57.693Z Downloaded enum-as-inner v0.6.1
12302026-01-31T04:14:57.696Z Downloaded blowfish v0.9.1
12312026-01-31T04:14:57.696Z Downloaded bitflags v1.3.2
12322026-01-31T04:14:57.699Z Downloaded hubpack_derive v0.1.1
12332026-01-31T04:14:57.699Z Downloaded hostname v0.4.2
12342026-01-31T04:14:57.702Z Downloaded ecdsa v0.16.9
12352026-01-31T04:14:57.702Z Downloaded const_format_proc_macros v0.2.34
12362026-01-31T04:14:57.704Z Downloaded cipher v0.4.4
12372026-01-31T04:14:57.705Z Downloaded cbc v0.1.2
12382026-01-31T04:14:57.707Z Downloaded base64ct v1.6.0
12392026-01-31T04:14:57.710Z Downloaded backoff v0.4.0
12402026-01-31T04:14:57.710Z Downloaded ena v0.14.3
12412026-01-31T04:14:57.713Z Downloaded ed25519 v2.2.3
12422026-01-31T04:14:57.713Z Downloaded derive_builder v0.20.2
12432026-01-31T04:14:57.717Z Downloaded arrayvec v0.7.6
12442026-01-31T04:14:57.719Z Downloaded darling v0.20.10
12452026-01-31T04:14:57.722Z Downloaded drift v0.1.3
12462026-01-31T04:14:57.727Z Downloaded ctr v0.9.2
12472026-01-31T04:14:57.730Z Downloaded hex v0.4.3
12482026-01-31T04:14:57.733Z Downloaded heck v0.3.3
12492026-01-31T04:14:57.733Z Downloaded hash32 v0.2.1
12502026-01-31T04:14:57.733Z Downloaded fxhash v0.2.1
12512026-01-31T04:14:57.736Z Downloaded futures-task v0.3.31
12522026-01-31T04:14:57.736Z Downloaded foreign-types-macros v0.2.3
12532026-01-31T04:14:57.736Z Downloaded foreign-types v0.5.0
12542026-01-31T04:14:57.736Z Downloaded crunchy v0.2.2
12552026-01-31T04:14:57.739Z Downloaded corncobs v0.1.4
12562026-01-31T04:14:57.739Z Downloaded camino-tempfile-ext v0.3.2
12572026-01-31T04:14:57.741Z Downloaded const_format v0.2.34
12582026-01-31T04:14:57.744Z Downloaded cargo_metadata v0.19.2
12592026-01-31T04:14:57.801Z Downloaded async-trait v0.1.89
12602026-01-31T04:14:57.805Z Downloaded futures-macro v0.3.31
12612026-01-31T04:14:57.805Z Downloaded futures-io v0.3.31
12622026-01-31T04:14:57.805Z Downloaded foreign-types-shared v0.3.1
12632026-01-31T04:14:57.805Z Downloaded fd-lock v4.0.2
12642026-01-31T04:14:57.805Z Downloaded embedded-io v0.6.1
12652026-01-31T04:14:57.805Z Downloaded either v1.15.0
12662026-01-31T04:14:57.805Z Downloaded dunce v1.0.5
12672026-01-31T04:14:57.805Z Downloaded dsl_auto_type v0.1.2
12682026-01-31T04:14:57.805Z Downloaded dirs-next v2.0.0
12692026-01-31T04:14:57.805Z Downloaded diesel_derives v2.2.3
12702026-01-31T04:14:57.805Z Downloaded diesel-dtrace v0.4.2
12712026-01-31T04:14:57.805Z Downloaded derive_more-impl v2.0.1
12722026-01-31T04:14:57.805Z Downloaded bitfield-macros v0.19.2
12732026-01-31T04:14:57.805Z Downloaded diesel_table_macro_syntax v0.2.0
12742026-01-31T04:14:57.805Z Downloaded base16ct v0.2.0
12752026-01-31T04:14:57.805Z Downloaded derive_builder_macro v0.20.2
12762026-01-31T04:14:57.805Z Downloaded defmt-parser v0.3.4
12772026-01-31T04:14:57.805Z Downloaded darling_macro v0.21.0
12782026-01-31T04:14:57.805Z Downloaded constant_time_eq v0.3.1
12792026-01-31T04:14:57.805Z Downloaded cobs v0.2.3
12802026-01-31T04:14:57.805Z Downloaded crucible-workspace-hack v0.1.0
12812026-01-31T04:14:57.805Z Downloaded block-padding v0.3.3
12822026-01-31T04:14:57.806Z Downloaded atty v0.2.14
12832026-01-31T04:14:57.806Z Downloaded ascii-canvas v3.0.0
12842026-01-31T04:14:57.806Z Downloaded atomic-waker v1.1.2
12852026-01-31T04:14:57.806Z Downloaded adler2 v2.0.0
12862026-01-31T04:14:57.806Z Downloaded debug-ignore v1.0.5
12872026-01-31T04:14:57.806Z Downloaded data-encoding v2.9.0
12882026-01-31T04:14:57.806Z Downloaded cstr-argument v0.1.2
12892026-01-31T04:14:57.806Z Downloaded embedded-io v0.4.0
12902026-01-31T04:14:57.806Z Downloaded async-stream-impl v0.3.6
12912026-01-31T04:14:57.806Z Downloaded defmt-macros v0.3.9
12922026-01-31T04:14:57.806Z Downloaded daft-derive v0.1.4
12932026-01-31T04:14:57.806Z Downloaded csv v1.3.1
12942026-01-31T04:14:57.809Z Downloaded atomicwrites v0.4.4
12952026-01-31T04:14:57.809Z Downloaded convert_case v0.4.0
12962026-01-31T04:14:57.812Z Downloaded defmt v0.3.8
12972026-01-31T04:14:57.815Z Downloaded cfg_aliases v0.2.1
12982026-01-31T04:14:57.815Z Downloaded dtrace-parser v0.3.0
12992026-01-31T04:14:57.815Z Downloaded bb8 v0.8.5
13002026-01-31T04:14:57.815Z Downloaded assert_matches v1.5.0
13012026-01-31T04:14:57.819Z Downloaded castaway v0.2.3
13022026-01-31T04:14:57.819Z Downloaded bitfield-struct v0.6.2
13032026-01-31T04:14:57.819Z Downloaded cassowary v0.3.0
13042026-01-31T04:14:57.822Z Downloaded darling_core v0.20.10
13052026-01-31T04:14:57.825Z Downloaded filetime v0.2.26
13062026-01-31T04:14:57.825Z Downloaded des v0.8.1
13072026-01-31T04:14:57.829Z Downloaded derive_builder_core v0.20.2
13082026-01-31T04:14:57.829Z Downloaded buf-list v1.0.3
13092026-01-31T04:14:57.832Z Downloaded float-cmp v0.10.0
13102026-01-31T04:14:57.832Z Downloaded document-features v0.2.11
13112026-01-31T04:14:57.832Z Downloaded async-recursion v1.1.1
13122026-01-31T04:14:57.835Z Downloaded aes v0.8.4
13132026-01-31T04:14:57.838Z Downloaded arc-swap v1.7.1
13142026-01-31T04:14:57.841Z Downloaded addr2line v0.24.2
13152026-01-31T04:14:58.148Z Downloaded aws-lc-sys v0.26.0
13162026-01-31T04:14:58.463Z Compiling value-bag v1.12.0
13172026-01-31T04:14:58.463Z Compiling lock_api v0.4.12
13182026-01-31T04:14:58.463Z Compiling scopeguard v1.2.0
13192026-01-31T04:14:58.467Z Compiling shlex v1.3.0
13202026-01-31T04:14:58.467Z Compiling smallvec v1.15.1
13212026-01-31T04:14:58.635Z Compiling syn v2.0.114
13222026-01-31T04:14:58.650Z Compiling getrandom v0.2.15
13232026-01-31T04:14:58.653Z Compiling jobserver v0.1.32
13242026-01-31T04:14:58.761Z Compiling typenum v1.17.0
13252026-01-31T04:14:59.061Z Compiling rand_core v0.6.4
13262026-01-31T04:14:59.095Z Compiling log v0.4.29
13272026-01-31T04:14:59.095Z Compiling generic-array v0.14.7
13282026-01-31T04:14:59.202Z Compiling cc v1.2.30
13292026-01-31T04:14:59.533Z Compiling subtle v2.6.1
13302026-01-31T04:14:59.565Z Compiling portable-atomic v1.11.0
13312026-01-31T04:14:59.625Z Compiling critical-section v1.1.3
13322026-01-31T04:14:59.628Z Compiling const-oid v0.9.6
13332026-01-31T04:14:59.842Z Compiling serde_json v1.0.149
13342026-01-31T04:14:59.879Z Compiling getrandom v0.3.4
13352026-01-31T04:14:59.900Z Compiling pkg-config v0.3.31
13362026-01-31T04:15:00.234Z Compiling spin v0.9.8
13372026-01-31T04:15:00.659Z Compiling parking_lot_core v0.9.10
13382026-01-31T04:15:01.102Z Compiling regex-syntax v0.8.5
13392026-01-31T04:15:01.130Z Compiling pin-project-lite v0.2.14
13402026-01-31T04:15:01.301Z Compiling rustix v0.38.37
13412026-01-31T04:15:01.763Z Compiling libm v0.2.8
13422026-01-31T04:15:01.947Z Compiling once_cell v1.21.3
13432026-01-31T04:15:02.165Z Compiling signal-hook-registry v1.4.2
13442026-01-31T04:15:02.192Z Compiling num-traits v0.2.19
13452026-01-31T04:15:02.316Z Compiling allocator-api2 v0.2.21
13462026-01-31T04:15:02.805Z Compiling parking_lot v0.12.3
13472026-01-31T04:15:02.858Z Compiling mio v1.0.2
13482026-01-31T04:15:03.103Z Compiling futures-core v0.3.31
13492026-01-31T04:15:03.150Z Compiling lazy_static v1.5.0
13502026-01-31T04:15:03.370Z Compiling aho-corasick v1.1.3
13512026-01-31T04:15:03.587Z Compiling percent-encoding v2.3.2
13522026-01-31T04:15:03.636Z Compiling socket2 v0.6.1
13532026-01-31T04:15:03.945Z Compiling slab v0.4.9
13542026-01-31T04:15:03.966Z Compiling cpufeatures v0.2.14
13552026-01-31T04:15:04.026Z Compiling futures-sink v0.3.31
13562026-01-31T04:15:04.079Z Compiling glob v0.3.2
13572026-01-31T04:15:04.212Z Compiling either v1.15.0
13582026-01-31T04:15:04.495Z Compiling futures-channel v0.3.31
13592026-01-31T04:15:04.627Z Compiling hashbrown v0.16.1
13602026-01-31T04:15:04.760Z Compiling pin-utils v0.1.0
13612026-01-31T04:15:04.874Z Compiling rustversion v1.0.22
13622026-01-31T04:15:04.909Z Compiling clang-sys v1.8.1
13632026-01-31T04:15:04.913Z Compiling futures-io v0.3.31
13642026-01-31T04:15:05.079Z Compiling prettyplease v0.2.36
13652026-01-31T04:15:05.206Z Compiling futures-task v0.3.31
13662026-01-31T04:15:05.438Z Compiling regex-automata v0.4.11
13672026-01-31T04:15:05.588Z Compiling minimal-lexical v0.2.1
13682026-01-31T04:15:05.608Z Compiling libloading v0.8.5
13692026-01-31T04:15:05.801Z Compiling indexmap v2.13.0
13702026-01-31T04:15:05.984Z Compiling nom v7.1.3
13712026-01-31T04:15:06.064Z Compiling synstructure v0.13.1
13722026-01-31T04:15:06.791Z Compiling bindgen v0.69.5
13732026-01-31T04:15:06.829Z Compiling base64ct v1.6.0
13742026-01-31T04:15:07.304Z Compiling home v0.5.9
13752026-01-31T04:15:07.395Z Compiling ident_case v1.0.1
13762026-01-31T04:15:07.425Z Compiling pem-rfc7468 v0.7.0
13772026-01-31T04:15:07.617Z Compiling itertools v0.12.1
13782026-01-31T04:15:07.801Z Compiling form_urlencoded v1.2.2
13792026-01-31T04:15:08.075Z Compiling flagset v0.4.6
13802026-01-31T04:15:08.159Z Compiling lazycell v1.3.0
13812026-01-31T04:15:08.313Z Compiling rustc-hash v1.1.0
13822026-01-31T04:15:08.361Z Compiling rand_core v0.9.3
13832026-01-31T04:15:08.495Z Compiling cmake v0.1.51
13842026-01-31T04:15:08.935Z Compiling dunce v1.0.5
13852026-01-31T04:15:09.095Z Compiling cexpr v0.6.0
13862026-01-31T04:15:09.310Z Compiling fs_extra v1.3.0
13872026-01-31T04:15:09.373Z Compiling iana-time-zone v0.1.63
13882026-01-31T04:15:09.746Z Compiling foldhash v0.1.5
13892026-01-31T04:15:09.845Z Compiling paste v1.0.15
13902026-01-31T04:15:10.063Z Compiling hashbrown v0.15.4
13912026-01-31T04:15:10.372Z Compiling rustc_version v0.4.1
13922026-01-31T04:15:10.463Z Compiling uuid v1.19.0
13932026-01-31T04:15:10.485Z Compiling vcpkg v0.2.15
13942026-01-31T04:15:10.580Z Compiling zerocopy v0.8.27
13952026-01-31T04:15:10.907Z Compiling serde_derive v1.0.228
13962026-01-31T04:15:11.012Z Compiling zeroize_derive v1.4.2
13972026-01-31T04:15:11.273Z Compiling zerofrom-derive v0.1.4
13982026-01-31T04:15:11.391Z Compiling yoke-derive v0.7.4
13992026-01-31T04:15:11.936Z Compiling zerovec-derive v0.10.3
14002026-01-31T04:15:12.126Z Compiling displaydoc v0.2.5
14012026-01-31T04:15:12.387Z Compiling zeroize v1.8.1
14022026-01-31T04:15:13.725Z Compiling icu_provider_macros v1.5.0
14032026-01-31T04:15:14.159Z Compiling zerocopy-derive v0.7.35
14042026-01-31T04:15:14.261Z Compiling crypto-common v0.1.6
14052026-01-31T04:15:14.363Z Compiling block-buffer v0.10.4
14062026-01-31T04:15:14.514Z Compiling tokio-macros v2.6.0
14072026-01-31T04:15:14.590Z Compiling zerofrom v0.1.4
14082026-01-31T04:15:14.658Z Compiling digest v0.10.7
14092026-01-31T04:15:14.777Z Compiling thiserror-impl v2.0.18
14102026-01-31T04:15:14.838Z Compiling yoke v0.7.4
14112026-01-31T04:15:15.142Z Compiling hmac v0.12.1
14122026-01-31T04:15:15.228Z Compiling zerovec v0.10.4
14132026-01-31T04:15:15.428Z Compiling block-padding v0.3.3
14142026-01-31T04:15:15.648Z Compiling futures-macro v0.3.31
14152026-01-31T04:15:15.701Z Compiling inout v0.1.3
14162026-01-31T04:15:16.017Z Compiling regex v1.11.3
14172026-01-31T04:15:16.056Z Compiling cipher v0.4.4
14182026-01-31T04:15:16.078Z Compiling zerocopy v0.7.35
14192026-01-31T04:15:16.598Z Compiling sha2 v0.10.9
14202026-01-31T04:15:16.982Z Compiling tinystr v0.7.6
14212026-01-31T04:15:17.268Z Compiling icu_collections v1.5.0
14222026-01-31T04:15:17.379Z Compiling icu_locid v1.5.0
14232026-01-31T04:15:17.477Z Compiling futures-util v0.3.31
14242026-01-31T04:15:17.505Z Compiling ppv-lite86 v0.2.20
14252026-01-31T04:15:17.622Z Compiling der_derive v0.7.3
14262026-01-31T04:15:17.898Z Compiling thiserror v2.0.18
14272026-01-31T04:15:18.053Z Compiling serde v1.0.228
14282026-01-31T04:15:18.088Z Compiling pest v2.8.2
14292026-01-31T04:15:18.347Z Compiling salsa20 v0.10.2
14302026-01-31T04:15:18.490Z Compiling pbkdf2 v0.12.2
14312026-01-31T04:15:18.589Z Compiling icu_provider v1.5.0
14322026-01-31T04:15:18.703Z Compiling scrypt v0.11.0
14332026-01-31T04:15:19.238Z Compiling bitflags v2.9.4
14342026-01-31T04:15:19.289Z Compiling bytes v1.10.1
14352026-01-31T04:15:19.389Z Compiling icu_locid_transform v1.5.0
14362026-01-31T04:15:19.496Z Compiling chrono v0.4.43
14372026-01-31T04:15:19.894Z Compiling der v0.7.10
14382026-01-31T04:15:20.221Z Compiling rand_chacha v0.9.0
14392026-01-31T04:15:20.757Z Compiling tokio v1.49.0
14402026-01-31T04:15:21.004Z Compiling icu_properties v1.5.1
14412026-01-31T04:15:21.685Z Compiling pest_meta v2.8.2
14422026-01-31T04:15:21.837Z Compiling http v1.4.0
14432026-01-31T04:15:22.817Z Compiling spki v0.7.3
14442026-01-31T04:15:22.846Z Compiling cbc v0.1.2
14452026-01-31T04:15:22.867Z Compiling aes v0.8.4
14462026-01-31T04:15:23.145Z Compiling openssl-sys v0.9.109
14472026-01-31T04:15:23.315Z Compiling zerocopy-derive v0.8.27
14482026-01-31T04:15:24.089Z Compiling which v4.4.2
14492026-01-31T04:15:24.883Z Compiling icu_normalizer v1.5.0
14502026-01-31T04:15:25.303Z Compiling pkcs5 v0.7.1
14512026-01-31T04:15:25.519Z Compiling pest_generator v2.8.2
14522026-01-31T04:15:25.588Z Compiling rand v0.9.2
14532026-01-31T04:15:26.087Z Compiling idna_adapter v1.2.0
14542026-01-31T04:15:26.348Z Compiling idna v1.0.3
14552026-01-31T04:15:26.371Z Compiling tracing-attributes v0.1.27
14562026-01-31T04:15:26.535Z Compiling serde_derive_internals v0.29.1
14572026-01-31T04:15:27.196Z Compiling url v2.5.4
14582026-01-31T04:15:27.421Z Compiling ring v0.17.14
14592026-01-31T04:15:27.819Z Compiling tracing-core v0.1.32
14602026-01-31T04:15:28.533Z Compiling aws-lc-rs v1.12.4
14612026-01-31T04:15:28.794Z Compiling rustix v1.1.3
14622026-01-31T04:15:28.966Z Compiling schemars v0.8.22
14632026-01-31T04:15:29.002Z Compiling adler2 v2.0.0
14642026-01-31T04:15:29.059Z Compiling schemars_derive v0.8.22
14652026-01-31T04:15:29.238Z Compiling miniz_oxide v0.8.5
14662026-01-31T04:15:29.478Z Compiling tokio-util v0.7.15
14672026-01-31T04:15:29.538Z Compiling tracing v0.1.40
14682026-01-31T04:15:30.169Z Compiling pest_derive v2.8.2
14692026-01-31T04:15:30.346Z Compiling pkcs8 v0.10.2
14702026-01-31T04:15:30.609Z Compiling http-body v1.0.1
14712026-01-31T04:15:30.832Z Compiling scroll_derive v0.13.1
14722026-01-31T04:15:30.961Z Compiling darling_core v0.20.10
14732026-01-31T04:15:30.981Z Compiling tinyvec_macros v0.1.1
14742026-01-31T04:15:31.097Z Compiling httparse v1.9.5
14752026-01-31T04:15:31.679Z Compiling rustls-pki-types v1.10.0
14762026-01-31T04:15:31.722Z Compiling base64 v0.22.1
14772026-01-31T04:15:31.840Z Compiling dyn-clone v1.0.20
14782026-01-31T04:15:32.452Z Compiling tinyvec v1.8.0
14792026-01-31T04:15:32.621Z Compiling scroll v0.13.0
14802026-01-31T04:15:33.162Z Compiling bzip2-sys v0.1.13+1.0.8
14812026-01-31T04:15:33.704Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14822026-01-31T04:15:33.984Z Compiling time-core v0.1.6
14832026-01-31T04:15:34.308Z Compiling foreign-types-shared v0.1.1
14842026-01-31T04:15:34.432Z Compiling tower-service v0.3.3
14852026-01-31T04:15:34.448Z Compiling untrusted v0.9.0
14862026-01-31T04:15:34.514Z Compiling untrusted v0.7.1
14872026-01-31T04:15:34.584Z Compiling tower-layer v0.3.3
14882026-01-31T04:15:34.634Z Compiling openssl-probe v0.1.5
14892026-01-31T04:15:35.129Z Compiling atomic-waker v1.1.2
14902026-01-31T04:15:35.150Z Compiling powerfmt v0.2.0
14912026-01-31T04:15:35.150Z Compiling try-lock v0.2.5
14922026-01-31T04:15:35.150Z Compiling openssl v0.10.73
14932026-01-31T04:15:35.150Z Compiling num-conv v0.1.0
14942026-01-31T04:15:35.150Z Compiling want v0.3.1
14952026-01-31T04:15:35.256Z Compiling time-macros v0.2.24
14962026-01-31T04:15:35.275Z Compiling deranged v0.5.3
14972026-01-31T04:15:35.380Z Compiling h2 v0.4.6
14982026-01-31T04:15:35.426Z Compiling tempfile v3.24.0
14992026-01-31T04:15:36.216Z Compiling foreign-types v0.3.2
15002026-01-31T04:15:36.716Z Compiling darling_macro v0.20.10
15012026-01-31T04:15:37.552Z Compiling darling v0.20.10
15022026-01-31T04:15:37.598Z Compiling goblin v0.10.2
15032026-01-31T04:15:37.925Z Compiling ipnet v2.11.0
15042026-01-31T04:15:38.340Z Compiling openssl-macros v0.1.1
15052026-01-31T04:15:39.005Z Compiling wait-timeout v0.2.0
15062026-01-31T04:15:39.066Z Compiling rustls v0.23.19
15072026-01-31T04:15:39.108Z Compiling native-tls v0.2.12
15082026-01-31T04:15:39.388Z Compiling syn v1.0.109
15092026-01-31T04:15:39.477Z Compiling bit-vec v0.8.0
15102026-01-31T04:15:39.500Z Compiling crossbeam-utils v0.8.21
15112026-01-31T04:15:39.523Z Compiling httpdate v1.0.3
15122026-01-31T04:15:39.919Z Compiling usdt-impl v0.6.0
15132026-01-31T04:15:39.980Z Compiling num_threads v0.1.7
15142026-01-31T04:15:39.981Z Compiling gimli v0.31.1
15152026-01-31T04:15:40.079Z Compiling quick-error v1.2.3
15162026-01-31T04:15:40.160Z Compiling time v0.3.43
15172026-01-31T04:15:40.265Z Compiling rusty-fork v0.3.0
15182026-01-31T04:15:40.454Z Compiling bit-set v0.8.0
15192026-01-31T04:15:41.075Z Compiling derive_builder_core v0.20.2
15202026-01-31T04:15:43.320Z Compiling hyper v1.8.1
15212026-01-31T04:15:43.784Z Compiling unicode-normalization v0.1.24
15222026-01-31T04:15:44.598Z Compiling dof v0.4.0
15232026-01-31T04:15:44.720Z Compiling addr2line v0.24.2
15242026-01-31T04:15:44.811Z Compiling dtrace-parser v0.3.0
15252026-01-31T04:15:45.388Z Compiling signature v2.2.0
15262026-01-31T04:15:45.707Z Compiling heapless v0.7.17
15272026-01-31T04:15:46.165Z Compiling scroll_derive v0.12.0
15282026-01-31T04:15:46.649Z Compiling thiserror-impl v1.0.69
15292026-01-31T04:15:46.774Z Compiling rand_xorshift v0.4.0
15302026-01-31T04:15:46.862Z Compiling darling_core v0.21.0
15312026-01-31T04:15:47.072Z Compiling slog v2.8.2
15322026-01-31T04:15:47.430Z Compiling thread-id v5.0.0
15332026-01-31T04:15:47.519Z Compiling cookie v0.18.1
15342026-01-31T04:15:47.572Z Compiling object v0.36.5
15352026-01-31T04:15:47.881Z Compiling crc32fast v1.4.2
15362026-01-31T04:15:48.020Z Compiling unicode-bidi v0.3.17
15372026-01-31T04:15:48.231Z Compiling unarray v0.1.4
15382026-01-31T04:15:48.261Z Compiling zstd-safe v7.2.3
15392026-01-31T04:15:48.420Z Compiling signal-hook v0.3.18
15402026-01-31T04:15:48.645Z Compiling rustc-demangle v0.1.24
15412026-01-31T04:15:48.757Z Compiling zlib-rs v0.5.1
15422026-01-31T04:15:49.208Z Compiling siphasher v0.3.11
15432026-01-31T04:15:49.484Z Compiling anyhow v1.0.99
15442026-01-31T04:15:49.516Z Compiling unicode-properties v0.1.3
15452026-01-31T04:15:49.610Z Compiling phf_shared v0.11.2
15462026-01-31T04:15:49.819Z Compiling thiserror v1.0.69
15472026-01-31T04:15:49.932Z Compiling stringprep v0.1.5
15482026-01-31T04:15:49.986Z Compiling proptest v1.7.0
15492026-01-31T04:15:50.526Z Compiling scroll v0.12.0
15502026-01-31T04:15:51.133Z Compiling hyper-util v0.1.19
15512026-01-31T04:15:51.386Z Compiling derive_builder_macro v0.20.2
15522026-01-31T04:15:52.858Z Compiling darling_macro v0.21.0
15532026-01-31T04:15:53.472Z Compiling ipnetwork v0.21.1
15542026-01-31T04:15:53.840Z Compiling serde_spanned v0.6.9
15552026-01-31T04:15:54.099Z Compiling backtrace v0.3.74
15562026-01-31T04:15:54.290Z Compiling serde_tokenstream v0.2.2
15572026-01-31T04:15:54.536Z Compiling erased-serde v0.3.31
15582026-01-31T04:15:54.899Z Compiling libz-rs-sys v0.5.1
15592026-01-31T04:15:55.180Z Compiling toml_datetime v0.6.11
15602026-01-31T04:15:55.221Z Compiling rand_chacha v0.3.1
15612026-01-31T04:15:55.730Z Compiling md-5 v0.10.6
15622026-01-31T04:15:55.785Z Compiling curve25519-dalek v4.1.3
15632026-01-31T04:15:55.832Z Compiling vergen-lib v0.1.6
15642026-01-31T04:15:56.017Z Compiling num-integer v0.1.46
15652026-01-31T04:15:56.191Z Compiling sync_wrapper v1.0.1
15662026-01-31T04:15:56.382Z Compiling ff v0.13.0
15672026-01-31T04:15:56.472Z Compiling hash32 v0.2.1
15682026-01-31T04:15:56.644Z Compiling memoffset v0.9.1
15692026-01-31T04:15:56.710Z Compiling smoltcp v0.9.1
15702026-01-31T04:15:56.818Z Compiling base16ct v0.2.0
15712026-01-31T04:15:56.842Z Compiling psl-types v2.0.11
15722026-01-31T04:15:57.008Z Compiling ref-cast v1.0.25
15732026-01-31T04:15:57.076Z Compiling num-bigint-dig v0.8.6
15742026-01-31T04:15:57.117Z Compiling fallible-iterator v0.2.0
15752026-01-31T04:15:57.152Z Compiling cfg_aliases v0.2.1
15762026-01-31T04:15:57.277Z Compiling litrs v0.4.1
15772026-01-31T04:15:57.390Z Compiling nix v0.29.0
15782026-01-31T04:15:57.462Z Compiling sec1 v0.7.3
15792026-01-31T04:15:57.691Z Compiling publicsuffix v2.3.0
15802026-01-31T04:15:57.807Z Compiling postgres-protocol v0.6.8
15812026-01-31T04:15:58.260Z Compiling group v0.13.0
15822026-01-31T04:15:58.284Z Compiling num-iter v0.1.45
15832026-01-31T04:15:58.406Z Compiling document-features v0.2.11
15842026-01-31T04:15:58.594Z Compiling tower v0.5.2
15852026-01-31T04:15:58.682Z Compiling newtype-uuid v1.3.2
15862026-01-31T04:15:59.045Z Compiling rand v0.8.5
15872026-01-31T04:15:59.377Z Compiling flate2 v1.1.2
15882026-01-31T04:15:59.684Z Compiling oxnet v0.1.4
15892026-01-31T04:15:59.979Z Compiling darling v0.21.0
15902026-01-31T04:16:00.116Z Compiling derive_builder v0.20.2
15912026-01-31T04:16:00.240Z Compiling tokio-native-tls v0.3.1
15922026-01-31T04:16:00.327Z Compiling goblin v0.8.2
15932026-01-31T04:16:00.968Z Compiling rustls-native-certs v0.8.1
15942026-01-31T04:16:01.000Z Compiling webpki-roots v1.0.1
15952026-01-31T04:16:01.240Z Compiling http-body-util v0.1.3
15962026-01-31T04:16:01.394Z Compiling strum_macros v0.27.2
15972026-01-31T04:16:01.541Z Compiling terminal_size v0.4.0
15982026-01-31T04:16:01.544Z Compiling cargo-platform v0.1.8
15992026-01-31T04:16:01.759Z Compiling hkdf v0.12.4
16002026-01-31T04:16:01.796Z Compiling crypto-bigint v0.5.5
16012026-01-31T04:16:02.062Z Compiling async-trait v0.1.89
16022026-01-31T04:16:02.085Z Compiling daft-derive v0.1.4
16032026-01-31T04:16:03.294Z Compiling hubpack_derive v0.1.1
16042026-01-31T04:16:03.700Z Compiling curve25519-dalek-derive v0.1.1
16052026-01-31T04:16:04.184Z Compiling ref-cast-impl v1.0.25
16062026-01-31T04:16:04.542Z Compiling vergen v9.0.6
16072026-01-31T04:16:04.884Z Compiling ahash v0.8.12
16082026-01-31T04:16:05.102Z Compiling fs-err v3.1.1
16092026-01-31T04:16:05.259Z Compiling winnow v0.5.40
16102026-01-31T04:16:05.345Z Compiling managed v0.8.0
16112026-01-31T04:16:05.448Z Compiling ryu v1.0.18
16122026-01-31T04:16:05.790Z Compiling iri-string v0.7.8
16132026-01-31T04:16:05.809Z Compiling buf-list v1.0.3
16142026-01-31T04:16:06.292Z Compiling unicode-segmentation v1.12.0
16152026-01-31T04:16:06.440Z Compiling lockfree-object-pool v0.1.6
16162026-01-31T04:16:06.735Z Compiling simd-adler32 v0.3.7
16172026-01-31T04:16:07.147Z Compiling bitflags v1.3.2
16182026-01-31T04:16:07.270Z Compiling bumpalo v3.16.0
16192026-01-31T04:16:07.292Z Compiling clap_builder v4.5.48
16202026-01-31T04:16:07.716Z Compiling zopfli v0.8.1
16212026-01-31T04:16:08.748Z Compiling toml_edit v0.19.15
16222026-01-31T04:16:09.249Z Compiling tower-http v0.6.6
16232026-01-31T04:16:09.413Z Compiling strum v0.27.2
16242026-01-31T04:16:09.631Z Compiling dof v0.3.0
16252026-01-31T04:16:09.659Z Compiling serde_urlencoded v0.7.1
16262026-01-31T04:16:10.175Z Compiling elliptic-curve v0.13.8
16272026-01-31T04:16:10.196Z Compiling hubpack v0.1.2
16282026-01-31T04:16:10.618Z Compiling daft v0.1.4
16292026-01-31T04:16:11.034Z Compiling cargo_metadata v0.19.2
16302026-01-31T04:16:11.245Z Compiling hyper-tls v0.6.0
16312026-01-31T04:16:11.379Z Compiling cookie_store v0.21.1
16322026-01-31T04:16:11.655Z Compiling signal-hook-mio v0.2.4
16332026-01-31T04:16:11.860Z Compiling zstd v0.13.3
16342026-01-31T04:16:13.703Z Compiling serde_with_macros v3.16.1
16352026-01-31T04:16:14.463Z Compiling postgres-types v0.2.9
16362026-01-31T04:16:15.194Z Compiling usdt-attr-macro v0.6.0
16372026-01-31T04:16:15.387Z Compiling usdt-macro v0.6.0
16382026-01-31T04:16:15.686Z Compiling dtrace-parser v0.2.0
16392026-01-31T04:16:15.750Z Compiling phf v0.11.2
16402026-01-31T04:16:16.028Z Compiling ed25519 v2.2.3
16412026-01-31T04:16:16.204Z Compiling bzip2 v0.4.4
16422026-01-31T04:16:16.618Z Compiling bzip2 v0.5.2
16432026-01-31T04:16:16.818Z Compiling pkcs1 v0.7.5
16442026-01-31T04:16:16.869Z Compiling clap_derive v4.5.47
16452026-01-31T04:16:16.996Z Compiling enum-as-inner v0.6.1
16462026-01-31T04:16:17.563Z Compiling strum_macros v0.26.4
16472026-01-31T04:16:17.700Z Compiling hex v0.4.3
16482026-01-31T04:16:18.001Z Compiling serde-big-array v0.5.1
16492026-01-31T04:16:18.067Z Compiling rfc6979 v0.4.0
16502026-01-31T04:16:18.101Z Compiling serde_repr v0.1.19
16512026-01-31T04:16:18.252Z Compiling bstr v1.10.0
16522026-01-31T04:16:18.288Z Compiling float-cmp v0.10.0
16532026-01-31T04:16:18.330Z Compiling env_filter v0.1.2
16542026-01-31T04:16:18.569Z Compiling socket2 v0.5.10
16552026-01-31T04:16:18.980Z Compiling memmap2 v0.9.8
16562026-01-31T04:16:19.230Z Compiling encoding_rs v0.8.34
16572026-01-31T04:16:19.411Z Compiling difflib v0.4.0
16582026-01-31T04:16:19.464Z Compiling predicates-core v1.0.8
16592026-01-31T04:16:19.749Z Compiling normalize-line-endings v0.3.0
16602026-01-31T04:16:19.806Z Compiling jiff v0.2.15
16612026-01-31T04:16:19.900Z Compiling new_debug_unreachable v1.0.6
16622026-01-31T04:16:20.019Z Compiling static_assertions v1.1.0
16632026-01-31T04:16:20.148Z Compiling keccak v0.1.5
16642026-01-31T04:16:20.657Z Compiling whoami v1.5.2
16652026-01-31T04:16:21.212Z Compiling foldhash v0.2.0
16662026-01-31T04:16:21.240Z Compiling rustc-hash v2.1.1
16672026-01-31T04:16:21.439Z Compiling fixedbitset v0.5.7
16682026-01-31T04:16:21.633Z Compiling precomputed-hash v0.1.1
16692026-01-31T04:16:21.762Z Compiling fixedbitset v0.4.2
16702026-01-31T04:16:21.818Z Compiling data-encoding v2.9.0
16712026-01-31T04:16:22.063Z Compiling mime v0.3.17
16722026-01-31T04:16:22.228Z Compiling petgraph v0.6.5
16732026-01-31T04:16:22.322Z Compiling petgraph v0.8.2
16742026-01-31T04:16:22.588Z Compiling hickory-proto v0.25.2
16752026-01-31T04:16:22.898Z Compiling strum v0.26.3
16762026-01-31T04:16:23.125Z Compiling toml_edit v0.22.27
16772026-01-31T04:16:23.596Z Compiling string_cache v0.8.9
16782026-01-31T04:16:24.028Z Compiling iddqd v0.3.16
16792026-01-31T04:16:25.796Z Compiling clap v4.5.48
16802026-01-31T04:16:25.819Z Compiling tokio-postgres v0.7.13
16812026-01-31T04:16:25.937Z Compiling sha3 v0.10.8
16822026-01-31T04:16:26.608Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16832026-01-31T04:16:26.878Z Compiling predicates v3.1.3
16842026-01-31T04:16:26.982Z Compiling zip v4.2.0
16852026-01-31T04:16:28.382Z Compiling usdt v0.6.0
16862026-01-31T04:16:28.878Z Compiling similar v2.7.0
16872026-01-31T04:16:29.168Z Compiling env_logger v0.11.8
16882026-01-31T04:16:29.927Z Compiling usdt-impl v0.5.0
16892026-01-31T04:16:30.122Z Compiling serde_with v3.16.1
16902026-01-31T04:16:30.927Z Compiling ecdsa v0.16.9
16912026-01-31T04:16:31.134Z Compiling rsa v0.9.8
16922026-01-31T04:16:31.206Z Compiling zip v0.6.6
16932026-01-31T04:16:31.397Z Compiling ed25519-dalek v2.1.1
16942026-01-31T04:16:32.786Z Compiling toml v0.7.8
16952026-01-31T04:16:33.384Z Compiling crossterm v0.28.1
16962026-01-31T04:16:34.276Z Compiling heck v0.4.1
16972026-01-31T04:16:34.314Z Compiling crossbeam-epoch v0.9.18
16982026-01-31T04:16:34.409Z Compiling tokio-stream v0.1.17
16992026-01-31T04:16:34.489Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-01-31T04:16:34.619Z Compiling x509-cert v0.2.5
17012026-01-31T04:16:34.726Z Compiling openapiv3 v2.2.0
17022026-01-31T04:16:34.925Z Compiling sha1 v0.10.6
17032026-01-31T04:16:34.995Z Compiling itertools v0.10.5
17042026-01-31T04:16:35.364Z Compiling itertools v0.13.0
17052026-01-31T04:16:35.395Z Compiling winnow v0.6.26
17062026-01-31T04:16:36.589Z Compiling lalrpop-util v0.19.12
17072026-01-31T04:16:36.976Z Compiling peg-runtime v0.8.5
17082026-01-31T04:16:37.548Z Compiling thread_local v1.1.8
17092026-01-31T04:16:37.572Z Compiling slog-async v2.8.0
17102026-01-31T04:16:38.085Z Compiling crossbeam-channel v0.5.15
17112026-01-31T04:16:38.226Z Compiling xattr v1.3.1
17122026-01-31T04:16:38.329Z Compiling futures-executor v0.3.31
17132026-01-31T04:16:38.530Z Compiling is-terminal v0.4.13
17142026-01-31T04:16:38.692Z Compiling filetime v0.2.26
17152026-01-31T04:16:38.754Z Compiling term v1.1.0
17162026-01-31T04:16:38.847Z Compiling take_mut v0.2.2
17172026-01-31T04:16:38.872Z Compiling futures v0.3.31
17182026-01-31T04:16:38.931Z Compiling tar v0.4.44
17192026-01-31T04:16:40.016Z Compiling slog-term v2.9.2
17202026-01-31T04:16:42.252Z Compiling aws-lc-sys v0.26.0
17212026-01-31T04:17:11.588Z Compiling rustls-webpki v0.102.8
17222026-01-31T04:17:16.041Z Compiling tokio-rustls v0.26.0
17232026-01-31T04:17:16.302Z Compiling hyper-rustls v0.27.7
17242026-01-31T04:17:16.616Z Compiling reqwest v0.12.24
17252026-01-31T04:17:20.284Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-01-31T04:17:20.585Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-01-31T04:17:25.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
17282026-01-31T04:17:25.346Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-01-31T04:17:25.403ZJan 31 04:17:24.078 INFO Starting download, target: Clickhouse
17302026-01-31T04:17:25.403ZJan 31 04:17:24.079 INFO Starting download, target: Console
17312026-01-31T04:17:25.403ZJan 31 04:17:24.079 INFO Starting download, target: DendriteStub
17322026-01-31T04:17:25.406ZJan 31 04:17:24.079 INFO Starting download, target: MaghemiteMgd
17332026-01-31T04:17:25.407ZJan 31 04:17:24.079 INFO Starting download, target: Cockroach
17342026-01-31T04:17:25.407ZJan 31 04:17:24.079 INFO Starting download, target: TransceiverControl
17352026-01-31T04:17:25.407ZJan 31 04:17:24.079 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-01-31T04:17:25.407ZJan 31 04:17:24.079 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-01-31T04:17:25.407ZJan 31 04:17:24.079 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-01-31T04:17:25.407ZJan 31 04:17:24.079 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-01-31T04:17:25.407ZJan 31 04:17:24.079 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-01-31T04:17:25.407ZJan 31 04:17:24.079 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-01-31T04:17:25.731ZJan 31 04:17:24.402 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-01-31T04:17:26.035ZJan 31 04:17:24.704 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-01-31T04:17:26.176ZJan 31 04:17:24.842 INFO Download complete, target: TransceiverControl
17442026-01-31T04:17:26.553ZJan 31 04:17:25.226 INFO Download complete, target: Console
17452026-01-31T04:17:26.642ZJan 31 04:17:25.315 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-01-31T04:17:26.835ZJan 31 04:17:25.510 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-01-31T04:17:27.248ZJan 31 04:17:25.924 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-01-31T04:17:27.248ZJan 31 04:17:25.924 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-01-31T04:17:27.702ZJan 31 04:17:26.377 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-01-31T04:17:30.845ZJan 31 04:17:29.520 INFO Download complete, target: DendriteStub
17512026-01-31T04:17:31.010ZJan 31 04:17:29.685 INFO Download complete, target: MaghemiteMgd
17522026-01-31T04:17:35.384ZJan 31 04:17:34.058 INFO Checking that binary works, target: Cockroach
17532026-01-31T04:17:35.520ZJan 31 04:17:34.194 INFO Download complete, target: Cockroach
17542026-01-31T04:17:39.229ZJan 31 04:17:37.902 INFO Checking that binary works, target: Clickhouse
17552026-01-31T04:17:39.379ZJan 31 04:17:38.053 INFO Download complete, target: Clickhouse
17562026-01-31T04:17:39.385ZAll prerequisites installed successfully
17572026-01-31T04:17:39.388Z
17582026-01-31T04:17:39.388Zreal 6:14.249711577
17592026-01-31T04:17:39.388Zuser 18:31.240969329
17602026-01-31T04:17:39.388Zsys 2:34.191480104
17612026-01-31T04:17:39.388Ztrap 0.674401711
17622026-01-31T04:17:39.388Ztflt 1.021011173
17632026-01-31T04:17:39.388Zdflt 0.936472357
17642026-01-31T04:17:39.389Zkflt 0.024518326
17652026-01-31T04:17:39.389Zlock 44:33.612051037
17662026-01-31T04:17:39.389Zslp 1:09:39.029049014
17672026-01-31T04:17:39.389Zlat 1:20.209869845
17682026-01-31T04:17:39.389Zstop 3:19.044250527
17692026-01-31T04:17:39.389Z+ ptime -m cargo xtask download softnpu
17702026-01-31T04:17:40.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17712026-01-31T04:17:40.203Z Running `target/debug/xtask download softnpu`
17722026-01-31T04:17:41.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17732026-01-31T04:17:41.299Z Running `target/debug/xtask-downloader softnpu`
17742026-01-31T04:17:41.341ZJan 31 04:17:40.015 INFO Starting download, target: Softnpu
17752026-01-31T04:17:41.346ZJan 31 04:17:40.015 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-01-31T04:17:42.041ZJan 31 04:17:40.714 INFO Download complete, target: Softnpu
17772026-01-31T04:17:42.045Z
17782026-01-31T04:17:42.048Zreal 2.652330351
17792026-01-31T04:17:42.048Zuser 1.641094526
17802026-01-31T04:17:42.048Zsys 0.723143354
17812026-01-31T04:17:42.048Ztrap 0.001421157
17822026-01-31T04:17:42.048Ztflt 0.000144399
17832026-01-31T04:17:42.048Zdflt 0.000094794
17842026-01-31T04:17:42.048Zkflt 0.000000000
17852026-01-31T04:17:42.048Zlock 7.574810958
17862026-01-31T04:17:42.048Zslp 0.522560113
17872026-01-31T04:17:42.048Zlat 0.099363092
17882026-01-31T04:17:42.048Zstop 0.000239655
17892026-01-31T04:17:42.048Z+ export CARGO_INCREMENTAL=0
17902026-01-31T04:17:42.048Z+ CARGO_INCREMENTAL=0
17912026-01-31T04:17:42.048Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-01-31T04:17:43.304Z Compiling proc-macro2 v1.0.101
17932026-01-31T04:17:43.304Z Compiling unicode-ident v1.0.19
17942026-01-31T04:17:43.307Z Compiling libc v0.2.180
17952026-01-31T04:17:43.307Z Compiling serde_core v1.0.228
17962026-01-31T04:17:43.307Z Compiling serde v1.0.228
17972026-01-31T04:17:43.307Z Compiling autocfg v1.4.0
17982026-01-31T04:17:43.307Z Compiling cfg-if v1.0.4
17992026-01-31T04:17:43.624Z Compiling version_check v0.9.5
18002026-01-31T04:17:43.646Z Compiling memchr v2.7.4
18012026-01-31T04:17:43.667Z Compiling shlex v1.3.0
18022026-01-31T04:17:44.143Z Compiling value-bag v1.12.0
18032026-01-31T04:17:44.220Z Compiling lock_api v0.4.12
18042026-01-31T04:17:44.537Z Compiling zmij v1.0.15
18052026-01-31T04:17:44.677Z Compiling log v0.4.29
18062026-01-31T04:17:44.909Z Compiling portable-atomic v1.11.0
18072026-01-31T04:17:44.994Z Compiling typenum v1.17.0
18082026-01-31T04:17:45.423Z Compiling quote v1.0.40
18092026-01-31T04:17:45.454Z Compiling jobserver v0.1.32
18102026-01-31T04:17:45.729Z Compiling serde_json v1.0.149
18112026-01-31T04:17:45.807Z Compiling generic-array v0.14.7
18122026-01-31T04:17:45.867Z Compiling syn v2.0.114
18132026-01-31T04:17:45.998Z Compiling cc v1.2.30
18142026-01-31T04:17:46.069Z Compiling getrandom v0.3.4
18152026-01-31T04:17:46.145Z Compiling libm v0.2.8
18162026-01-31T04:17:46.166Z Compiling num-traits v0.2.19
18172026-01-31T04:17:46.504Z Compiling scopeguard v1.2.0
18182026-01-31T04:17:46.602Z Compiling parking_lot_core v0.9.10
18192026-01-31T04:17:46.694Z Compiling smallvec v1.15.1
18202026-01-31T04:17:47.047Z Compiling regex-syntax v0.8.5
18212026-01-31T04:17:47.226Z Compiling itoa v1.0.11
18222026-01-31T04:17:47.963Z Compiling getrandom v0.2.15
18232026-01-31T04:17:48.378Z Compiling pkg-config v0.3.31
18242026-01-31T04:17:48.395Z Compiling thiserror v2.0.18
18252026-01-31T04:17:48.667Z Compiling aho-corasick v1.1.3
18262026-01-31T04:17:48.718Z Compiling rustix v0.38.37
18272026-01-31T04:17:49.195Z Compiling errno v0.3.12
18282026-01-31T04:17:49.337Z Compiling stable_deref_trait v1.2.0
18292026-01-31T04:17:49.416Z Compiling either v1.15.0
18302026-01-31T04:17:49.469Z Compiling spin v0.9.8
18312026-01-31T04:17:49.660Z Compiling slab v0.4.9
18322026-01-31T04:17:49.681Z Compiling allocator-api2 v0.2.21
18332026-01-31T04:17:49.874Z Compiling equivalent v1.0.2
18342026-01-31T04:17:50.007Z Compiling semver v1.0.27
18352026-01-31T04:17:50.061Z Compiling lazy_static v1.5.0
18362026-01-31T04:17:50.539Z Compiling regex-automata v0.4.11
18372026-01-31T04:17:50.737Z Compiling schemars v0.8.22
18382026-01-31T04:17:52.187Z Compiling rand_core v0.6.4
18392026-01-31T04:17:52.726Z Compiling critical-section v1.1.3
18402026-01-31T04:17:52.776Z Compiling synstructure v0.13.1
18412026-01-31T04:17:52.797Z Compiling serde_derive_internals v0.29.1
18422026-01-31T04:17:52.818Z Compiling byteorder v1.5.0
18432026-01-31T04:17:53.059Z Compiling once_cell v1.21.3
18442026-01-31T04:17:53.995Z Compiling writeable v0.5.5
18452026-01-31T04:17:54.609Z Compiling glob v0.3.2
18462026-01-31T04:17:54.687Z Compiling litemap v0.7.3
18472026-01-31T04:17:54.724Z Compiling subtle v2.6.1
18482026-01-31T04:17:55.072Z Compiling percent-encoding v2.3.2
18492026-01-31T04:17:55.141Z Compiling pin-project-lite v0.2.14
18502026-01-31T04:17:55.161Z Compiling prettyplease v0.2.36
18512026-01-31T04:17:55.308Z Compiling clang-sys v1.8.1
18522026-01-31T04:17:55.585Z Compiling fnv v1.0.7
18532026-01-31T04:17:55.629Z Compiling minimal-lexical v0.2.1
18542026-01-31T04:17:55.761Z Compiling icu_locid_transform_data v1.5.0
18552026-01-31T04:17:55.888Z Compiling regex v1.11.3
18562026-01-31T04:17:56.037Z Compiling nom v7.1.3
18572026-01-31T04:17:56.191Z Compiling libloading v0.8.5
18582026-01-31T04:17:56.370Z Compiling serde_derive v1.0.228
18592026-01-31T04:17:56.496Z Compiling zeroize_derive v1.4.2
18602026-01-31T04:17:56.554Z Compiling zerofrom-derive v0.1.4
18612026-01-31T04:17:56.794Z Compiling yoke-derive v0.7.4
18622026-01-31T04:17:56.799Z Compiling zerovec-derive v0.10.3
18632026-01-31T04:17:57.047Z Compiling displaydoc v0.2.5
18642026-01-31T04:17:57.722Z Compiling icu_provider_macros v1.5.0
18652026-01-31T04:17:58.478Z Compiling tokio-macros v2.6.0
18662026-01-31T04:17:58.692Z Compiling zeroize v1.8.1
18672026-01-31T04:17:59.020Z Compiling zerocopy-derive v0.7.35
18682026-01-31T04:17:59.042Z Compiling thiserror-impl v2.0.18
18692026-01-31T04:17:59.221Z Compiling zerofrom v0.1.4
18702026-01-31T04:17:59.256Z Compiling futures-macro v0.3.31
18712026-01-31T04:17:59.278Z Compiling schemars_derive v0.8.22
18722026-01-31T04:17:59.463Z Compiling yoke v0.7.4
18732026-01-31T04:17:59.852Z Compiling zerovec v0.10.4
18742026-01-31T04:18:00.717Z Compiling icu_properties_data v1.5.0
18752026-01-31T04:18:00.821Z Compiling bindgen v0.69.5
18762026-01-31T04:18:00.943Z Compiling home v0.5.9
18772026-01-31T04:18:01.161Z Compiling cexpr v0.6.0
18782026-01-31T04:18:01.810Z Compiling tinystr v0.7.6
18792026-01-31T04:18:01.832Z Compiling icu_collections v1.5.0
18802026-01-31T04:18:02.291Z Compiling icu_locid v1.5.0
18812026-01-31T04:18:02.747Z Compiling itertools v0.12.1
18822026-01-31T04:18:03.028Z Compiling utf8_iter v1.0.4
18832026-01-31T04:18:03.344Z Compiling paste v1.0.15
18842026-01-31T04:18:03.838Z Compiling icu_provider v1.5.0
18852026-01-31T04:18:03.986Z Compiling bitflags v2.9.4
18862026-01-31T04:18:04.410Z Compiling bytes v1.10.1
18872026-01-31T04:18:05.669Z Compiling icu_locid_transform v1.5.0
18882026-01-31T04:18:05.828Z Compiling rustc-hash v1.1.0
18892026-01-31T04:18:05.952Z Compiling write16 v1.0.0
18902026-01-31T04:18:05.955Z Compiling lazycell v1.3.0
18912026-01-31T04:18:06.017Z Compiling utf16_iter v1.0.5
18922026-01-31T04:18:06.152Z Compiling icu_normalizer_data v1.5.0
18932026-01-31T04:18:06.175Z Compiling heck v0.5.0
18942026-01-31T04:18:06.349Z Compiling cmake v0.1.51
18952026-01-31T04:18:06.397Z Compiling signal-hook-registry v1.4.2
18962026-01-31T04:18:06.601Z Compiling fs_extra v1.3.0
18972026-01-31T04:18:07.066Z Compiling dunce v1.0.5
18982026-01-31T04:18:07.087Z Compiling parking_lot v0.12.3
18992026-01-31T04:18:07.141Z Compiling icu_properties v1.5.1
19002026-01-31T04:18:08.214Z Compiling which v4.4.2
19012026-01-31T04:18:08.236Z Compiling crypto-common v0.1.6
19022026-01-31T04:18:08.513Z Compiling hashbrown v0.16.1
19032026-01-31T04:18:08.976Z Compiling mio v1.0.2
19042026-01-31T04:18:10.133Z Compiling form_urlencoded v1.2.2
19052026-01-31T04:18:10.604Z Compiling rustversion v1.0.22
19062026-01-31T04:18:10.678Z Compiling const-oid v0.9.6
19072026-01-31T04:18:11.089Z Compiling icu_normalizer v1.5.0
19082026-01-31T04:18:11.375Z Compiling indexmap v2.13.0
19092026-01-31T04:18:11.944Z Compiling socket2 v0.6.1
19102026-01-31T04:18:12.223Z Compiling idna_adapter v1.2.0
19112026-01-31T04:18:12.485Z Compiling idna v1.0.3
19122026-01-31T04:18:12.682Z Compiling tokio v1.49.0
19132026-01-31T04:18:13.632Z Compiling url v2.5.4
19142026-01-31T04:18:14.293Z Compiling ring v0.17.14
19152026-01-31T04:18:14.347Z Compiling zerocopy v0.8.27
19162026-01-31T04:18:15.062Z Compiling block-buffer v0.10.4
19172026-01-31T04:18:15.302Z Compiling der_derive v0.7.3
19182026-01-31T04:18:15.338Z Compiling tracing-attributes v0.1.27
19192026-01-31T04:18:17.389Z Compiling aws-lc-rs v1.12.4
19202026-01-31T04:18:17.805Z Compiling thiserror v1.0.69
19212026-01-31T04:18:17.850Z Compiling vcpkg v0.2.15
19222026-01-31T04:18:18.350Z Compiling digest v0.10.7
19232026-01-31T04:18:18.432Z Compiling zerocopy-derive v0.8.27
19242026-01-31T04:18:18.764Z Compiling futures-core v0.3.31
19252026-01-31T04:18:18.800Z Compiling strsim v0.11.1
19262026-01-31T04:18:19.118Z Compiling zerocopy v0.7.35
19272026-01-31T04:18:19.167Z Compiling openssl-sys v0.9.109
19282026-01-31T04:18:19.435Z Compiling thiserror-impl v1.0.69
19292026-01-31T04:18:19.559Z Compiling iana-time-zone v0.1.63
19302026-01-31T04:18:19.913Z Compiling aws-lc-sys v0.26.0
19312026-01-31T04:18:20.275Z Compiling ucd-trie v0.1.7
19322026-01-31T04:18:20.499Z Compiling chrono v0.4.43
19332026-01-31T04:18:20.725Z Compiling pest v2.8.2
19342026-01-31T04:18:20.851Z Compiling serde_tokenstream v0.2.2
19352026-01-31T04:18:21.385Z Compiling uuid v1.19.0
19362026-01-31T04:18:21.527Z Compiling ident_case v1.0.1
19372026-01-31T04:18:21.636Z Compiling httparse v1.9.5
19382026-01-31T04:18:21.729Z Compiling foldhash v0.1.5
19392026-01-31T04:18:22.068Z Compiling hashbrown v0.15.4
19402026-01-31T04:18:23.275Z Compiling rustix v1.1.3
19412026-01-31T04:18:23.332Z Compiling pest_meta v2.8.2
19422026-01-31T04:18:24.477Z Compiling syn v1.0.109
19432026-01-31T04:18:24.715Z Compiling pest_generator v2.8.2
19442026-01-31T04:18:25.426Z Compiling num-conv v0.1.0
19452026-01-31T04:18:25.692Z Compiling futures-sink v0.3.31
19462026-01-31T04:18:25.738Z Compiling time-core v0.1.6
19472026-01-31T04:18:25.895Z Compiling futures-channel v0.3.31
19482026-01-31T04:18:26.082Z Compiling time-macros v0.2.24
19492026-01-31T04:18:26.689Z Compiling pest_derive v2.8.2
19502026-01-31T04:18:26.743Z Compiling rustc_version v0.4.1
19512026-01-31T04:18:27.278Z Compiling pin-utils v0.1.0
19522026-01-31T04:18:27.406Z Compiling cpufeatures v0.2.14
19532026-01-31T04:18:27.493Z Compiling openssl v0.10.73
19542026-01-31T04:18:27.532Z Compiling dyn-clone v1.0.20
19552026-01-31T04:18:27.600Z Compiling futures-task v0.3.31
19562026-01-31T04:18:27.809Z Compiling futures-io v0.3.31
19572026-01-31T04:18:27.954Z Compiling hmac v0.12.1
19582026-01-31T04:18:28.187Z Compiling futures-util v0.3.31
19592026-01-31T04:18:28.253Z Compiling plain v0.2.3
19602026-01-31T04:18:28.695Z Compiling block-padding v0.3.3
19612026-01-31T04:18:28.947Z Compiling openssl-macros v0.1.1
19622026-01-31T04:18:29.715Z Compiling crossbeam-utils v0.8.21
19632026-01-31T04:18:30.266Z Compiling native-tls v0.2.12
19642026-01-31T04:18:30.369Z Compiling rustls v0.23.19
19652026-01-31T04:18:30.666Z Compiling inout v0.1.3
19662026-01-31T04:18:30.724Z Compiling ppv-lite86 v0.2.20
19672026-01-31T04:18:31.914Z Compiling pretty-hex v0.4.1
19682026-01-31T04:18:32.191Z Compiling cipher v0.4.4
19692026-01-31T04:18:32.311Z Compiling sha2 v0.10.9
19702026-01-31T04:18:32.687Z Compiling http v1.4.0
19712026-01-31T04:18:33.111Z Compiling scroll_derive v0.12.0
19722026-01-31T04:18:34.396Z Compiling scroll_derive v0.13.1
19732026-01-31T04:18:34.515Z Compiling cookie v0.18.1
19742026-01-31T04:18:34.682Z Compiling base64ct v1.6.0
19752026-01-31T04:18:34.874Z Compiling anyhow v1.0.99
19762026-01-31T04:18:35.721Z Compiling pem-rfc7468 v0.7.0
19772026-01-31T04:18:36.149Z Compiling darling_core v0.21.0
19782026-01-31T04:18:36.249Z Compiling slog v2.8.2
19792026-01-31T04:18:37.326Z Compiling bzip2-sys v0.1.13+1.0.8
19802026-01-31T04:18:37.799Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19812026-01-31T04:18:37.857Z Compiling flagset v0.4.6
19822026-01-31T04:18:38.110Z Compiling der v0.7.10
19832026-01-31T04:18:40.474Z Compiling toml_datetime v0.6.11
19842026-01-31T04:18:40.783Z Compiling serde_spanned v0.6.9
19852026-01-31T04:18:40.861Z Compiling rand_core v0.9.3
19862026-01-31T04:18:40.955Z Compiling tracing-core v0.1.32
19872026-01-31T04:18:41.023Z Compiling rustls-pki-types v1.10.0
19882026-01-31T04:18:41.229Z Compiling spki v0.7.3
19892026-01-31T04:18:41.434Z Compiling darling_macro v0.21.0
19902026-01-31T04:18:41.578Z Compiling salsa20 v0.10.2
19912026-01-31T04:18:41.656Z Compiling pbkdf2 v0.12.2
19922026-01-31T04:18:41.822Z Compiling tracing v0.1.40
19932026-01-31T04:18:42.311Z Compiling darling v0.21.0
19942026-01-31T04:18:42.599Z Compiling winnow v0.5.40
19952026-01-31T04:18:42.691Z Compiling litrs v0.4.1
19962026-01-31T04:18:42.711Z Compiling camino v1.2.2
19972026-01-31T04:18:43.063Z Compiling base64 v0.22.1
19982026-01-31T04:18:43.641Z Compiling document-features v0.2.11
19992026-01-31T04:18:44.462Z Compiling scrypt v0.11.0
20002026-01-31T04:18:44.732Z Compiling rand_chacha v0.9.0
20012026-01-31T04:18:44.798Z Compiling tokio-util v0.7.15
20022026-01-31T04:18:44.869Z Compiling cbc v0.1.2
20032026-01-31T04:18:45.121Z Compiling aes v0.8.4
20042026-01-31T04:18:45.897Z Compiling toml_edit v0.19.15
20052026-01-31T04:18:48.238Z Compiling usdt-impl v0.5.0
20062026-01-31T04:18:48.573Z Compiling powerfmt v0.2.0
20072026-01-31T04:18:48.666Z Compiling ref-cast v1.0.25
20082026-01-31T04:18:49.045Z Compiling untrusted v0.9.0
20092026-01-31T04:18:49.103Z Compiling untrusted v0.7.1
20102026-01-31T04:18:49.224Z Compiling usdt-impl v0.6.0
20112026-01-31T04:18:49.272Z Compiling deranged v0.5.3
20122026-01-31T04:18:49.778Z Compiling pkcs5 v0.7.1
20132026-01-31T04:18:50.716Z Compiling rand v0.9.2
20142026-01-31T04:18:52.173Z Compiling http-body v1.0.1
20152026-01-31T04:18:52.475Z Compiling scroll v0.13.0
20162026-01-31T04:18:53.025Z Compiling scroll v0.12.0
20172026-01-31T04:18:53.449Z Compiling heapless v0.7.17
20182026-01-31T04:18:54.010Z Compiling signal-hook v0.3.18
20192026-01-31T04:18:54.114Z Compiling cfg_aliases v0.2.1
20202026-01-31T04:18:54.442Z Compiling adler2 v2.0.0
20212026-01-31T04:18:54.861Z Compiling zstd-safe v7.2.3
20222026-01-31T04:18:54.861Z Compiling atomic-waker v1.1.2
20232026-01-31T04:18:54.941Z Compiling num_threads v0.1.7
20242026-01-31T04:18:55.081Z Compiling time v0.3.43
20252026-01-31T04:18:55.102Z Compiling miniz_oxide v0.8.5
20262026-01-31T04:18:56.852Z Compiling goblin v0.8.2
20272026-01-31T04:18:57.724Z Compiling goblin v0.10.2
20282026-01-31T04:18:58.670Z Compiling pkcs8 v0.10.2
20292026-01-31T04:18:59.572Z Compiling ipnetwork v0.21.1
20302026-01-31T04:19:01.296Z Compiling darling_core v0.20.10
20312026-01-31T04:19:03.204Z Compiling ref-cast-impl v1.0.25
20322026-01-31T04:19:04.252Z Compiling memoffset v0.9.1
20332026-01-31T04:19:04.620Z Compiling tower-service v0.3.3
20342026-01-31T04:19:04.785Z Compiling tinyvec_macros v0.1.1
20352026-01-31T04:19:04.878Z Compiling tower-layer v0.3.3
20362026-01-31T04:19:05.724Z Compiling try-lock v0.2.5
20372026-01-31T04:19:05.921Z Compiling want v0.3.1
20382026-01-31T04:19:06.210Z Compiling darling_macro v0.20.10
20392026-01-31T04:19:06.231Z Compiling tinyvec v1.8.0
20402026-01-31T04:19:06.999Z Compiling dof v0.4.0
20412026-01-31T04:19:07.285Z Compiling dof v0.3.0
20422026-01-31T04:19:07.764Z Compiling h2 v0.4.6
20432026-01-31T04:19:08.862Z Compiling dtrace-parser v0.2.0
20442026-01-31T04:19:10.386Z Compiling dtrace-parser v0.3.0
20452026-01-31T04:19:10.413Z Compiling curve25519-dalek v4.1.3
20462026-01-31T04:19:10.878Z Compiling ipnet v2.11.0
20472026-01-31T04:19:10.935Z Compiling async-trait v0.1.89
20482026-01-31T04:19:11.889Z Compiling daft-derive v0.1.4
20492026-01-31T04:19:12.777Z Compiling thread-id v5.0.0
20502026-01-31T04:19:12.923Z Compiling thread-id v4.2.2
20512026-01-31T04:19:13.064Z Compiling ryu v1.0.18
20522026-01-31T04:19:13.296Z Compiling smoltcp v0.9.1
20532026-01-31T04:19:13.362Z Compiling openssl-probe v0.1.5
20542026-01-31T04:19:13.475Z Compiling fastrand v2.1.1
20552026-01-31T04:19:13.665Z Compiling foreign-types-shared v0.1.1
20562026-01-31T04:19:13.964Z Compiling num-bigint-dig v0.8.6
20572026-01-31T04:19:14.217Z Compiling httpdate v1.0.3
20582026-01-31T04:19:14.447Z Compiling foreign-types v0.3.2
20592026-01-31T04:19:14.566Z Compiling tempfile v3.24.0
20602026-01-31T04:19:16.111Z Compiling hyper v1.8.1
20612026-01-31T04:19:21.860Z Compiling darling v0.20.10
20622026-01-31T04:19:23.606Z Compiling strum_macros v0.26.4
20632026-01-31T04:19:25.321Z Compiling wait-timeout v0.2.0
20642026-01-31T04:19:25.892Z Compiling bit-vec v0.8.0
20652026-01-31T04:19:26.124Z Compiling quick-error v1.2.3
20662026-01-31T04:19:26.301Z Compiling utf8parse v0.2.2
20672026-01-31T04:19:26.353Z Compiling gimli v0.31.1
20682026-01-31T04:19:26.496Z Compiling anstyle v1.0.11
20692026-01-31T04:19:30.744Z Compiling addr2line v0.24.2
20702026-01-31T04:19:31.394Z Compiling anstyle-parse v0.2.5
20712026-01-31T04:19:32.503Z Compiling bit-set v0.8.0
20722026-01-31T04:19:32.549Z Compiling rusty-fork v0.3.0
20732026-01-31T04:19:33.776Z Compiling derive_builder_core v0.20.2
20742026-01-31T04:19:35.259Z Compiling hyper-util v0.1.19
20752026-01-31T04:19:35.607Z Compiling unicode-normalization v0.1.24
20762026-01-31T04:19:36.463Z Compiling nix v0.29.0
20772026-01-31T04:19:37.312Z Compiling rand_xorshift v0.4.0
20782026-01-31T04:19:37.559Z Compiling hubpack_derive v0.1.1
20792026-01-31T04:19:38.419Z Compiling signature v2.2.0
20802026-01-31T04:19:38.670Z Compiling openapiv3 v2.2.0
20812026-01-31T04:19:39.221Z Compiling strum_macros v0.27.2
20822026-01-31T04:19:40.038Z Compiling erased-serde v0.3.31
20832026-01-31T04:19:41.720Z Compiling curve25519-dalek-derive v0.1.1
20842026-01-31T04:19:42.628Z Compiling object v0.36.5
20852026-01-31T04:19:43.592Z Compiling fs-err v3.1.1
20862026-01-31T04:19:43.951Z Compiling ahash v0.8.12
20872026-01-31T04:19:44.345Z Compiling crc32fast v1.4.2
20882026-01-31T04:19:44.687Z Compiling zlib-rs v0.5.1
20892026-01-31T04:19:47.436Z Compiling colorchoice v1.0.2
20902026-01-31T04:19:47.634Z Compiling rustc-demangle v0.1.24
20912026-01-31T04:19:48.407Z Compiling siphasher v0.3.11
20922026-01-31T04:19:48.427Z Compiling buf-list v1.0.3
20932026-01-31T04:19:48.784Z Compiling is_terminal_polyfill v1.70.1
20942026-01-31T04:19:48.980Z Compiling unarray v0.1.4
20952026-01-31T04:19:49.341Z Compiling anstyle-query v1.1.1
20962026-01-31T04:19:49.477Z Compiling unicode-bidi v0.3.17
20972026-01-31T04:19:49.519Z Compiling unicode-segmentation v1.12.0
20982026-01-31T04:19:49.879Z Compiling unicode-properties v0.1.3
20992026-01-31T04:19:50.301Z Compiling stringprep v0.1.5
21002026-01-31T04:19:50.357Z Compiling backtrace v0.3.74
21012026-01-31T04:19:50.551Z Compiling anstream v0.6.18
21022026-01-31T04:19:51.119Z Compiling proptest v1.7.0
21032026-01-31T04:19:51.137Z Compiling libz-rs-sys v0.5.1
21042026-01-31T04:19:51.418Z Compiling phf_shared v0.11.2
21052026-01-31T04:19:56.742Z Compiling derive_builder_macro v0.20.2
21062026-01-31T04:19:58.637Z Compiling rustls-webpki v0.102.8
21072026-01-31T04:19:59.215Z Compiling usdt-macro v0.6.0
21082026-01-31T04:20:00.230Z Compiling usdt-attr-macro v0.6.0
21092026-01-31T04:20:00.349Z Compiling oxnet v0.1.4
21102026-01-31T04:20:00.674Z Compiling http-body-util v0.1.3
21112026-01-31T04:20:01.455Z Compiling rand_chacha v0.3.1
21122026-01-31T04:20:01.604Z Compiling sync_wrapper v1.0.1
21132026-01-31T04:20:01.789Z Compiling md-5 v0.10.6
21142026-01-31T04:20:01.863Z Compiling vergen-lib v0.1.6
21152026-01-31T04:20:02.084Z Compiling num-integer v0.1.46
21162026-01-31T04:20:02.250Z Compiling ff v0.13.0
21172026-01-31T04:20:02.279Z Compiling hash32 v0.2.1
21182026-01-31T04:20:02.370Z Compiling encoding_rs v0.8.34
21192026-01-31T04:20:02.507Z Compiling psl-types v2.0.11
21202026-01-31T04:20:02.659Z Compiling mime v0.3.17
21212026-01-31T04:20:02.759Z Compiling fallible-iterator v0.2.0
21222026-01-31T04:20:03.382Z Compiling base16ct v0.2.0
21232026-01-31T04:20:03.649Z Compiling sec1 v0.7.3
21242026-01-31T04:20:03.696Z Compiling publicsuffix v2.3.0
21252026-01-31T04:20:03.699Z Compiling postgres-protocol v0.6.8
21262026-01-31T04:20:03.920Z Compiling serde_urlencoded v0.7.1
21272026-01-31T04:20:04.363Z Compiling num-iter v0.1.45
21282026-01-31T04:20:04.513Z Compiling group v0.13.0
21292026-01-31T04:20:04.789Z Compiling rand v0.8.5
21302026-01-31T04:20:04.832Z Compiling tower v0.5.2
21312026-01-31T04:20:06.193Z Compiling tokio-rustls v0.26.0
21322026-01-31T04:20:07.518Z Compiling derive_builder v0.20.2
21332026-01-31T04:20:07.789Z Compiling tokio-native-tls v0.3.1
21342026-01-31T04:20:08.106Z Compiling newtype-uuid v1.3.2
21352026-01-31T04:20:08.497Z Compiling flate2 v1.1.2
21362026-01-31T04:20:08.717Z Compiling heck v0.4.1
21372026-01-31T04:20:09.163Z Compiling rustls-native-certs v0.8.1
21382026-01-31T04:20:09.530Z Compiling webpki-roots v1.0.1
21392026-01-31T04:20:09.891Z Compiling serde_with_macros v3.16.1
21402026-01-31T04:20:10.279Z Compiling hkdf v0.12.4
21412026-01-31T04:20:10.398Z Compiling regress v0.10.4
21422026-01-31T04:20:10.532Z Compiling vergen v9.0.6
21432026-01-31T04:20:10.602Z Compiling terminal_size v0.4.0
21442026-01-31T04:20:10.734Z Compiling clap_derive v4.5.47
21452026-01-31T04:20:10.856Z Compiling enum-as-inner v0.6.1
21462026-01-31T04:20:11.854Z Compiling cargo-platform v0.1.8
21472026-01-31T04:20:11.966Z Compiling crypto-bigint v0.5.5
21482026-01-31T04:20:12.142Z Compiling serde_repr v0.1.19
21492026-01-31T04:20:13.228Z Compiling bitflags v1.3.2
21502026-01-31T04:20:13.276Z Compiling managed v0.8.0
21512026-01-31T04:20:13.365Z Compiling clap_lex v0.7.4
21522026-01-31T04:20:13.657Z Compiling iri-string v0.7.8
21532026-01-31T04:20:13.809Z Compiling winnow v0.7.14
21542026-01-31T04:20:14.614Z Compiling lockfree-object-pool v0.1.6
21552026-01-31T04:20:14.902Z Compiling bumpalo v3.16.0
21562026-01-31T04:20:15.242Z Compiling simd-adler32 v0.3.7
21572026-01-31T04:20:15.746Z Compiling zopfli v0.8.1
21582026-01-31T04:20:16.945Z Compiling tower-http v0.6.6
21592026-01-31T04:20:17.087Z Compiling elliptic-curve v0.13.8
21602026-01-31T04:20:17.349Z Compiling typify-impl v0.4.3
21612026-01-31T04:20:17.855Z Compiling clap_builder v4.5.48
21622026-01-31T04:20:18.237Z Compiling cargo_metadata v0.19.2
21632026-01-31T04:20:19.972Z Compiling hyper-tls v0.6.0
21642026-01-31T04:20:20.370Z Compiling hyper-rustls v0.27.7
21652026-01-31T04:20:21.007Z Compiling daft v0.1.4
21662026-01-31T04:20:21.602Z Compiling zstd v0.13.3
21672026-01-31T04:20:22.163Z Compiling signal-hook-mio v0.2.4
21682026-01-31T04:20:22.464Z Compiling cookie_store v0.21.1
21692026-01-31T04:20:22.806Z Compiling postgres-types v0.2.9
21702026-01-31T04:20:23.730Z Compiling phf v0.11.2
21712026-01-31T04:20:23.964Z Compiling strum v0.27.2
21722026-01-31T04:20:23.987Z Compiling ed25519 v2.2.3
21732026-01-31T04:20:24.010Z Compiling hubpack v0.1.2
21742026-01-31T04:20:24.101Z Compiling bzip2 v0.4.4
21752026-01-31T04:20:24.190Z Compiling bzip2 v0.5.2
21762026-01-31T04:20:24.457Z Compiling crossbeam-epoch v0.9.18
21772026-01-31T04:20:24.501Z Compiling pkcs1 v0.7.5
21782026-01-31T04:20:25.482Z Compiling rfc6979 v0.4.0
21792026-01-31T04:20:25.721Z Compiling float-cmp v0.10.0
21802026-01-31T04:20:25.737Z Compiling serde-big-array v0.5.1
21812026-01-31T04:20:26.016Z Compiling hex v0.4.3
21822026-01-31T04:20:26.620Z Compiling bstr v1.10.0
21832026-01-31T04:20:26.664Z Compiling memmap2 v0.9.8
21842026-01-31T04:20:26.811Z Compiling socket2 v0.5.10
21852026-01-31T04:20:27.089Z Compiling env_filter v0.1.2
21862026-01-31T04:20:27.669Z Compiling jiff v0.2.15
21872026-01-31T04:20:27.919Z Compiling whoami v1.5.2
21882026-01-31T04:20:27.980Z Compiling fixedbitset v0.5.7
21892026-01-31T04:20:28.227Z Compiling precomputed-hash v0.1.1
21902026-01-31T04:20:28.396Z Compiling difflib v0.4.0
21912026-01-31T04:20:28.582Z Compiling keccak v0.1.5
21922026-01-31T04:20:29.097Z Compiling data-encoding v2.9.0
21932026-01-31T04:20:29.240Z Compiling rustc-hash v2.1.1
21942026-01-31T04:20:29.261Z Compiling foldhash v0.2.0
21952026-01-31T04:20:29.388Z Compiling static_assertions v1.1.0
21962026-01-31T04:20:29.453Z Compiling normalize-line-endings v0.3.0
21972026-01-31T04:20:29.517Z Compiling toml_write v0.1.2
21982026-01-31T04:20:29.618Z Compiling predicates-core v1.0.8
21992026-01-31T04:20:29.642Z Compiling fixedbitset v0.4.2
22002026-01-31T04:20:29.900Z Compiling new_debug_unreachable v1.0.6
22012026-01-31T04:20:29.921Z Compiling reqwest v0.12.24
22022026-01-31T04:20:30.015Z Compiling string_cache v0.8.9
22032026-01-31T04:20:30.034Z Compiling petgraph v0.6.5
22042026-01-31T04:20:30.441Z Compiling predicates v3.1.3
22052026-01-31T04:20:30.486Z Compiling hickory-proto v0.25.2
22062026-01-31T04:20:30.670Z Compiling iddqd v0.3.16
22072026-01-31T04:20:31.719Z Compiling toml_edit v0.22.27
22082026-01-31T04:20:31.986Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22092026-01-31T04:20:33.490Z Compiling sha3 v0.10.8
22102026-01-31T04:20:37.233Z Compiling zip v4.2.0
22112026-01-31T04:20:37.775Z Compiling petgraph v0.8.2
22122026-01-31T04:20:38.598Z Compiling tokio-postgres v0.7.13
22132026-01-31T04:20:39.190Z Compiling similar v2.7.0
22142026-01-31T04:20:39.832Z Compiling env_logger v0.11.8
22152026-01-31T04:20:40.503Z Compiling usdt v0.6.0
22162026-01-31T04:20:40.939Z Compiling typify-macro v0.4.3
22172026-01-31T04:20:40.976Z Compiling serde_with v3.16.1
22182026-01-31T04:20:42.261Z Compiling ecdsa v0.16.9
22192026-01-31T04:20:43.147Z Compiling rsa v0.9.8
22202026-01-31T04:20:43.551Z Compiling zip v0.6.6
22212026-01-31T04:20:44.422Z Compiling ed25519-dalek v2.1.1
22222026-01-31T04:20:45.464Z Compiling crossterm v0.28.1
22232026-01-31T04:20:45.898Z Compiling clap v4.5.48
22242026-01-31T04:20:46.535Z Compiling strum v0.26.3
22252026-01-31T04:20:46.714Z Compiling tokio-stream v0.1.17
22262026-01-31T04:20:46.842Z Compiling toml v0.7.8
22272026-01-31T04:20:47.795Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22282026-01-31T04:20:48.148Z Compiling x509-cert v0.2.5
22292026-01-31T04:20:49.385Z Compiling sha1 v0.10.6
22302026-01-31T04:20:49.801Z Compiling itertools v0.10.5
22312026-01-31T04:20:52.248Z Compiling itertools v0.13.0
22322026-01-31T04:20:52.329Z Compiling winnow v0.6.26
22332026-01-31T04:20:53.710Z Compiling rayon-core v1.12.1
22342026-01-31T04:20:54.077Z Compiling lalrpop-util v0.19.12
22352026-01-31T04:20:54.404Z Compiling peg-runtime v0.8.5
22362026-01-31T04:20:55.576Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22372026-01-31T04:21:00.943Z Compiling proc-macro-crate v1.3.1
22382026-01-31T04:21:04.516Z Compiling macaddr v1.0.1
22392026-01-31T04:21:05.116Z Compiling structmeta-derive v0.3.0
22402026-01-31T04:21:05.756Z Compiling itertools v0.14.0
22412026-01-31T04:21:07.911Z Compiling heapless v0.8.0
22422026-01-31T04:21:08.695Z Compiling ingot-macros v0.1.1
22432026-01-31T04:21:09.155Z Compiling structmeta v0.3.0
22442026-01-31T04:21:14.796Z Compiling num_enum_derive v0.5.11
22452026-01-31T04:21:16.238Z Compiling crossbeam-deque v0.8.5
22462026-01-31T04:21:18.303Z Compiling hash32 v0.3.1
22472026-01-31T04:21:19.033Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22482026-01-31T04:21:19.895Z Compiling smoltcp v0.11.0
22492026-01-31T04:21:21.508Z Compiling unicode-width v0.1.14
22502026-01-31T04:21:22.150Z Compiling tabwriter v1.4.0
22512026-01-31T04:21:26.428Z Compiling num_enum v0.5.11
22522026-01-31T04:21:28.286Z Compiling ingot-types v0.1.2
22532026-01-31T04:21:28.357Z Compiling typify v0.4.3
22542026-01-31T04:21:29.289Z Compiling proc-macro-error-attr v1.0.4
22552026-01-31T04:21:30.843Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22562026-01-31T04:21:31.223Z Compiling rustls v0.22.4
22572026-01-31T04:21:31.344Z Compiling cobs v0.2.3
22582026-01-31T04:21:31.803Z Compiling unsafe-libyaml v0.2.11
22592026-01-31T04:21:33.131Z Compiling serde_yaml v0.9.34+deprecated
22602026-01-31T04:21:33.456Z Compiling postcard v1.0.10
22612026-01-31T04:21:34.270Z Compiling ingot v0.1.1
22622026-01-31T04:21:36.650Z Compiling progenitor-impl v0.11.2
22632026-01-31T04:21:47.204Z Compiling futures-executor v0.3.31
22642026-01-31T04:21:47.250Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22652026-01-31T04:21:47.557Z Compiling foreign-types-macros v0.2.3
22662026-01-31T04:21:48.156Z Compiling thread_local v1.1.8
22672026-01-31T04:21:48.257Z Compiling multer v3.1.0
22682026-01-31T04:21:48.402Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-01-31T04:21:48.624Z Compiling proc-macro-error v1.0.4
22702026-01-31T04:21:48.974Z Compiling match_cfg v0.1.0
22712026-01-31T04:21:49.346Z Compiling slog-async v2.8.0
22722026-01-31T04:21:49.714Z Compiling foreign-types-shared v0.3.1
22732026-01-31T04:21:56.496Z Compiling foreign-types v0.5.0
22742026-01-31T04:22:00.283Z Compiling hostname v0.3.1
22752026-01-31T04:22:03.254Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22762026-01-31T04:22:03.344Z Compiling futures v0.3.31
22772026-01-31T04:22:08.806Z Compiling progenitor-macro v0.11.2
22782026-01-31T04:22:12.688Z Compiling derive-ex v0.1.8
22792026-01-31T04:22:17.007Z Compiling progenitor-client v0.11.2
22802026-01-31T04:22:17.924Z Compiling toml_parser v1.0.6+spec-1.1.0
22812026-01-31T04:22:19.987Z Compiling slog-json v2.6.1
22822026-01-31T04:22:21.036Z Compiling crossbeam-channel v0.5.15
22832026-01-31T04:22:22.372Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22842026-01-31T04:22:22.608Z Compiling async-stream-impl v0.3.6
22852026-01-31T04:22:22.878Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22862026-01-31T04:22:23.222Z Compiling serde_spanned v1.0.4
22872026-01-31T04:22:23.251Z Compiling toml_datetime v0.7.5+spec-1.1.0
22882026-01-31T04:22:23.504Z Compiling cstr-argument v0.1.2
22892026-01-31T04:22:23.745Z Compiling is-terminal v0.4.13
22902026-01-31T04:22:23.791Z Compiling dropshot v0.16.7
22912026-01-31T04:22:23.812Z Compiling take_mut v0.2.2
22922026-01-31T04:22:23.919Z Compiling crucible-workspace-hack v0.1.0
22932026-01-31T04:22:24.145Z Compiling term v1.1.0
22942026-01-31T04:22:24.148Z Compiling toml_writer v1.0.6+spec-1.1.0
22952026-01-31T04:22:24.265Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22962026-01-31T04:22:24.651Z Compiling pretty-hex v0.2.1
22972026-01-31T04:22:24.707Z Compiling typeid v1.0.3
22982026-01-31T04:22:24.911Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22992026-01-31T04:22:25.411Z Compiling slog-term v2.9.2
23002026-01-31T04:22:25.479Z Compiling toml v0.9.11+spec-1.1.0
23012026-01-31T04:22:25.734Z Compiling async-stream v0.3.6
23022026-01-31T04:22:27.913Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23032026-01-31T04:22:28.200Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23042026-01-31T04:22:28.429Z Compiling slog-bunyan v2.5.0
23052026-01-31T04:22:28.510Z Compiling progenitor v0.11.2
23062026-01-31T04:22:28.534Z Compiling tokio-rustls v0.25.0
23072026-01-31T04:22:28.776Z Compiling test-strategy v0.4.3
23082026-01-31T04:22:29.019Z Compiling rayon v1.10.0
23092026-01-31T04:22:29.368Z Compiling parse-display-derive v0.10.0
23102026-01-31T04:22:31.410Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23112026-01-31T04:22:31.698Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
23122026-01-31T04:22:31.826Z Compiling colored v2.2.0
23132026-01-31T04:22:32.001Z Compiling waitgroup v0.1.2
23142026-01-31T04:22:32.295Z Compiling nix v0.30.1
23152026-01-31T04:22:32.691Z Compiling rustls-pemfile v2.2.0
23162026-01-31T04:22:33.125Z Compiling newtype-uuid-macros v0.1.0
23172026-01-31T04:22:33.170Z Compiling dropshot_endpoint v0.16.7
23182026-01-31T04:22:33.201Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23192026-01-31T04:22:33.961Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-01-31T04:22:34.280Z Compiling serde_path_to_error v0.1.20
23212026-01-31T04:22:34.409Z Compiling hostname v0.4.2
23222026-01-31T04:22:34.431Z Compiling instant v0.1.13
23232026-01-31T04:22:34.628Z Compiling colored v3.0.0
23242026-01-31T04:22:34.703Z Compiling debug-ignore v1.0.5
23252026-01-31T04:22:34.725Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23262026-01-31T04:22:34.798Z Compiling backoff v0.4.0
23272026-01-31T04:22:35.004Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23282026-01-31T04:22:35.166Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
23292026-01-31T04:22:35.269Z Compiling parse-display v0.10.0
23302026-01-31T04:22:36.012Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23312026-01-31T04:22:37.118Z Compiling zone_cfg_derive v0.3.0
23322026-01-31T04:22:38.406Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23332026-01-31T04:22:38.568Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-01-31T04:22:39.525Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-01-31T04:22:39.548Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23362026-01-31T04:22:39.990Z Compiling camino-tempfile v1.4.1
23372026-01-31T04:22:40.658Z Compiling progenitor-client v0.10.0
23382026-01-31T04:22:40.794Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23392026-01-31T04:22:41.621Z Compiling num-derive v0.4.2
23402026-01-31T04:22:43.344Z Compiling sigpipe v0.1.3
23412026-01-31T04:22:43.754Z Compiling libefi-sys v0.1.0
23422026-01-31T04:22:44.112Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-01-31T04:22:44.214Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23442026-01-31T04:22:44.541Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23452026-01-31T04:22:44.940Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23462026-01-31T04:22:45.604Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23472026-01-31T04:22:46.458Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23482026-01-31T04:22:47.047Z Compiling erased-serde v0.4.6
23492026-01-31T04:22:47.557Z Compiling zone v0.3.1
23502026-01-31T04:22:48.615Z Compiling usdt-macro v0.5.0
23512026-01-31T04:22:49.308Z Compiling usdt-attr-macro v0.5.0
23522026-01-31T04:22:49.961Z Compiling smf v0.2.3
23532026-01-31T04:22:50.775Z Compiling bitfield-struct v0.6.2
23542026-01-31T04:22:51.228Z Compiling ordered-float v2.10.1
23552026-01-31T04:22:51.883Z Compiling blake3 v1.5.4
23562026-01-31T04:22:52.097Z Compiling memmap v0.7.0
23572026-01-31T04:22:52.490Z Compiling usdt v0.5.0
23582026-01-31T04:22:52.550Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-01-31T04:22:52.882Z Compiling serde-value v0.7.0
23602026-01-31T04:22:53.163Z Compiling serde-untagged v0.1.7
23612026-01-31T04:22:53.754Z Compiling toml v0.8.23
23622026-01-31T04:22:53.785Z Compiling xattr v1.3.1
23632026-01-31T04:22:53.837Z Compiling filetime v0.2.26
23642026-01-31T04:22:53.936Z Compiling unicode-xid v0.2.6
23652026-01-31T04:22:54.155Z Compiling unicode-width v0.2.0
23662026-01-31T04:22:54.207Z Compiling constant_time_eq v0.3.1
23672026-01-31T04:22:54.230Z Compiling arrayref v0.3.9
23682026-01-31T04:22:54.359Z Compiling arrayvec v0.7.6
23692026-01-31T04:22:54.422Z Compiling same-file v1.0.6
23702026-01-31T04:22:54.444Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-01-31T04:22:54.591Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-01-31T04:22:54.730Z Compiling cargo-util-schemas v0.8.2
23732026-01-31T04:22:54.841Z Compiling console v0.16.0
23742026-01-31T04:22:56.071Z Compiling walkdir v2.5.0
23752026-01-31T04:22:56.428Z Compiling tar v0.4.44
23762026-01-31T04:22:57.182Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-01-31T04:22:57.467Z Compiling tokio-dtrace v0.1.0
23782026-01-31T04:22:57.592Z Compiling gethostname v0.5.0
23792026-01-31T04:22:57.640Z Compiling cargo-platform v0.2.0
23802026-01-31T04:22:57.838Z Compiling topological-sort v0.2.2
23812026-01-31T04:22:57.996Z Compiling unit-prefix v0.5.1
23822026-01-31T04:22:58.169Z Compiling omicron-zone-package v0.12.2
23832026-01-31T04:22:58.295Z Compiling indicatif v0.18.0
23842026-01-31T04:22:58.820Z Compiling cargo_metadata v0.21.0
23852026-01-31T04:22:59.161Z Compiling oxide-tokio-rt v0.1.2
23862026-01-31T04:23:00.300Z Compiling indent_write v2.2.0
23872026-01-31T04:23:00.585Z Compiling shell-words v1.1.0
23882026-01-31T04:23:01.111Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-01-31T04:23:06.232Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-01-31T04:23:07.500Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-01-31T04:23:09.892Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-01-31T04:23:30.055Z Finished `release` profile [optimized] target(s) in 5m 47s
23932026-01-31T04:23:30.241Z Running `target/release/omicron-package -t test target create -p dev`
23942026-01-31T04:23:30.300ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-01-31T04:23:30.303ZCreated new build target 'test' and set it as active
23962026-01-31T04:23:30.303Z
23972026-01-31T04:23:30.303Zreal 5:48.202051530
23982026-01-31T04:23:30.303Zuser 40:09.889174591
23992026-01-31T04:23:30.303Zsys 4:02.737404429
24002026-01-31T04:23:30.303Ztrap 1.248138665
24012026-01-31T04:23:30.303Ztflt 2.172279477
24022026-01-31T04:23:30.303Zdflt 1.260209588
24032026-01-31T04:23:30.303Zkflt 0.000228666
24042026-01-31T04:23:30.303Zlock 1:54:20.647961196
24052026-01-31T04:23:30.303Zslp 2:42:45.338510798
24062026-01-31T04:23:30.303Zlat 3:21.378103560
24072026-01-31T04:23:30.303Zstop 5:56.345094694
24082026-01-31T04:23:30.306Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-01-31T04:23:31.552Z Finished `release` profile [optimized] target(s) in 1.17s
24102026-01-31T04:23:31.614Z Running `target/release/omicron-package -t test package`
24112026-01-31T04:23:31.669ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-01-31T04:23:33.596Z Compiling convert_case v0.4.0
24132026-01-31T04:23:33.599Z Compiling progenitor-impl v0.10.0
24142026-01-31T04:23:33.599Z Compiling secrecy v0.10.3
24152026-01-31T04:23:33.599Z Compiling is-terminal v0.4.13
24162026-01-31T04:23:33.599Z Compiling half v2.4.1
24172026-01-31T04:23:33.933Z Compiling ciborium-io v0.2.2
24182026-01-31T04:23:33.936Z Compiling rustls v0.22.4
24192026-01-31T04:23:34.005Z Compiling thread_local v1.1.8
24202026-01-31T04:23:34.037Z Compiling match_cfg v0.1.0
24212026-01-31T04:23:34.067Z Compiling bytecount v0.6.8
24222026-01-31T04:23:34.168Z Compiling hostname v0.3.1
24232026-01-31T04:23:34.388Z Compiling derive_more v0.99.20
24242026-01-31T04:23:34.419Z Compiling ciborium-ll v0.2.2
24252026-01-31T04:23:34.425Z Compiling multer v3.1.0
24262026-01-31T04:23:34.483Z Compiling slog-async v2.8.0
24272026-01-31T04:23:34.549Z Compiling progenitor-client v0.11.2
24282026-01-31T04:23:34.584Z Compiling crossbeam-channel v0.5.15
24292026-01-31T04:23:34.587Z Compiling toml_parser v1.0.6+spec-1.1.0
24302026-01-31T04:23:34.924Z Compiling ciborium v0.2.2
24312026-01-31T04:23:35.103Z Compiling slog-json v2.6.1
24322026-01-31T04:23:35.477Z Compiling futures-executor v0.3.31
24332026-01-31T04:23:35.523Z Compiling serde_spanned v1.0.4
24342026-01-31T04:23:35.810Z Compiling toml_datetime v0.7.5+spec-1.1.0
24352026-01-31T04:23:35.919Z Compiling term v1.1.0
24362026-01-31T04:23:35.963Z Compiling take_mut v0.2.2
24372026-01-31T04:23:36.167Z Compiling toml_writer v1.0.6+spec-1.1.0
24382026-01-31T04:23:36.396Z Compiling unicode-width v0.1.14
24392026-01-31T04:23:36.625Z Compiling toml v0.9.11+spec-1.1.0
24402026-01-31T04:23:36.907Z Compiling tabwriter v1.4.0
24412026-01-31T04:23:36.989Z Compiling slog-term v2.9.2
24422026-01-31T04:23:37.324Z Compiling futures v0.3.31
24432026-01-31T04:23:37.485Z Compiling slog-bunyan v2.5.0
24442026-01-31T04:23:37.750Z Compiling progenitor v0.11.2
24452026-01-31T04:23:38.015Z Compiling dropshot v0.16.7
24462026-01-31T04:23:38.116Z Compiling async-stream v0.3.6
24472026-01-31T04:23:38.183Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24482026-01-31T04:23:38.405Z Compiling tokio-rustls v0.25.0
24492026-01-31T04:23:38.436Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24502026-01-31T04:23:38.798Z Compiling waitgroup v0.1.2
24512026-01-31T04:23:38.871Z Compiling rustls-pemfile v2.2.0
24522026-01-31T04:23:39.048Z Compiling serde_path_to_error v0.1.20
24532026-01-31T04:23:39.106Z Compiling hostname v0.4.2
24542026-01-31T04:23:39.200Z Compiling instant v0.1.13
24552026-01-31T04:23:39.202Z Compiling progenitor-macro v0.10.0
24562026-01-31T04:23:39.366Z Compiling colored v3.0.0
24572026-01-31T04:23:39.398Z Compiling swrite v0.1.0
24582026-01-31T04:23:39.431Z Compiling debug-ignore v1.0.5
24592026-01-31T04:23:39.586Z Compiling backoff v0.4.0
24602026-01-31T04:23:39.637Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24612026-01-31T04:23:39.639Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24622026-01-31T04:23:39.973Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24632026-01-31T04:23:40.050Z Compiling parse-display v0.10.0
24642026-01-31T04:23:40.582Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24652026-01-31T04:23:40.743Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-01-31T04:23:40.810Z Compiling password-hash v0.5.0
24672026-01-31T04:23:41.296Z Compiling blake2 v0.10.6
24682026-01-31T04:23:42.261Z Compiling progenitor-client v0.10.0
24692026-01-31T04:23:42.506Z Compiling universal-hash v0.5.1
24702026-01-31T04:23:42.793Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
24712026-01-31T04:23:42.836Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24722026-01-31T04:23:42.997Z Compiling thiserror-impl-no-std v2.0.2
24732026-01-31T04:23:43.676Z Compiling macaddr v1.0.1
24742026-01-31T04:23:44.127Z Compiling derive-where v1.5.0
24752026-01-31T04:23:44.771Z Compiling opaque-debug v0.3.1
24762026-01-31T04:23:44.917Z Compiling poly1305 v0.8.0
24772026-01-31T04:23:45.242Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
24782026-01-31T04:23:45.389Z Compiling thiserror-no-std v2.0.2
24792026-01-31T04:23:45.572Z Compiling argon2 v0.5.3
24802026-01-31T04:23:46.355Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24812026-01-31T04:23:46.871Z Compiling chacha20 v0.9.1
24822026-01-31T04:23:47.407Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24832026-01-31T04:23:47.966Z Compiling num-rational v0.4.2
24842026-01-31T04:23:48.995Z Compiling aead v0.5.2
24852026-01-31T04:23:49.257Z Compiling num-complex v0.4.6
24862026-01-31T04:23:49.289Z Compiling chacha20poly1305 v0.10.1
24872026-01-31T04:23:49.375Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24882026-01-31T04:23:49.563Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24892026-01-31T04:23:49.800Z Compiling progenitor v0.10.0
24902026-01-31T04:23:50.078Z Compiling vsss-rs v3.3.4
24912026-01-31T04:23:50.187Z Compiling num v0.4.3
24922026-01-31T04:23:50.225Z Compiling console v0.15.10
24932026-01-31T04:23:52.564Z Compiling float-ord v0.3.2
24942026-01-31T04:23:52.974Z Compiling toml v0.8.23
24952026-01-31T04:23:53.029Z Compiling newline-converter v0.3.0
24962026-01-31T04:23:53.093Z Compiling atomicwrites v0.4.4
24972026-01-31T04:23:53.301Z Compiling prettyplease v0.2.36
24982026-01-31T04:23:53.350Z Compiling slog-dtrace v0.3.0
24992026-01-31T04:23:53.687Z Compiling expectorate v1.2.0
25002026-01-31T04:23:54.098Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25012026-01-31T04:23:54.338Z Compiling owo-colors v4.2.2
25022026-01-31T04:23:54.405Z Compiling cancel-safe-futures v0.1.5
25032026-01-31T04:23:55.038Z Compiling resolv-conf v0.7.0
25042026-01-31T04:23:56.380Z Compiling libsw-core v0.3.1
25052026-01-31T04:23:56.607Z Compiling async-recursion v1.1.1
25062026-01-31T04:23:56.739Z Compiling libsw v3.5.0
25072026-01-31T04:23:57.891Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25082026-01-31T04:23:59.732Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092026-01-31T04:24:00.012Z Compiling linear-map v1.2.0
25102026-01-31T04:24:00.327Z Compiling linked-hash-map v0.5.6
25112026-01-31T04:24:00.397Z Compiling unicode-xid v0.2.6
25122026-01-31T04:24:00.500Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25132026-01-31T04:24:00.642Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25142026-01-31T04:24:00.771Z Compiling lru-cache v0.1.2
25152026-01-31T04:24:01.061Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25162026-01-31T04:24:04.530Z Compiling hickory-proto v0.24.4
25172026-01-31T04:24:07.323Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25182026-01-31T04:24:07.886Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25192026-01-31T04:24:09.694Z Compiling globset v0.4.15
25202026-01-31T04:24:13.672Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25212026-01-31T04:24:14.347Z Compiling hickory-resolver v0.24.4
25222026-01-31T04:24:15.274Z Compiling convert_case v0.7.1
25232026-01-31T04:24:15.913Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25242026-01-31T04:24:16.002Z Compiling derive_more-impl v2.0.1
25252026-01-31T04:24:16.955Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25262026-01-31T04:24:17.386Z Compiling qorb v0.4.1
25272026-01-31T04:24:21.959Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25282026-01-31T04:24:22.121Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25292026-01-31T04:24:24.380Z Compiling derive_more v2.0.1
25302026-01-31T04:24:24.545Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25312026-01-31T04:24:24.879Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25322026-01-31T04:24:25.145Z Compiling pin-project-internal v1.1.6
25332026-01-31T04:24:25.359Z Compiling vte_generate_state_changes v0.1.2
25342026-01-31T04:24:26.015Z Compiling siphasher v1.0.1
25352026-01-31T04:24:26.486Z Compiling termtree v0.5.1
25362026-01-31T04:24:26.840Z Compiling phf_shared v0.12.1
25372026-01-31T04:24:27.362Z Compiling vte v0.11.1
25382026-01-31T04:24:27.479Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25392026-01-31T04:24:27.572Z Compiling pin-project v1.1.6
25402026-01-31T04:24:27.770Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25412026-01-31T04:24:28.879Z Compiling crossterm v0.29.0
25422026-01-31T04:24:34.374Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25432026-01-31T04:24:36.230Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25442026-01-31T04:24:37.386Z Compiling pem v3.0.5
25452026-01-31T04:24:38.371Z Compiling snafu-derive v0.8.5
25462026-01-31T04:24:38.935Z Compiling csv-core v0.1.11
25472026-01-31T04:24:39.359Z Compiling chrono-tz v0.10.4
25482026-01-31T04:24:39.782Z Compiling csv v1.3.1
25492026-01-31T04:24:39.842Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-01-31T04:24:40.335Z Compiling strip-ansi-escapes v0.2.0
25512026-01-31T04:24:41.130Z Compiling phf v0.12.1
25522026-01-31T04:24:41.186Z Compiling const_format_proc_macros v0.2.34
25532026-01-31T04:24:41.524Z Compiling papergrid v0.11.0
25542026-01-31T04:24:41.942Z Compiling tabled_derive v0.7.0
25552026-01-31T04:24:42.555Z Compiling snafu v0.8.5
25562026-01-31T04:24:42.940Z Compiling olpc-cjson v0.1.4
25572026-01-31T04:24:43.344Z Compiling fd-lock v4.0.2
25582026-01-31T04:24:43.429Z Compiling peg-macros v0.8.5
25592026-01-31T04:24:43.617Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25602026-01-31T04:24:43.761Z Compiling serde_plain v1.0.2
25612026-01-31T04:24:43.980Z Compiling nu-ansi-term v0.50.1
25622026-01-31T04:24:44.336Z Compiling highway v1.3.0
25632026-01-31T04:24:44.581Z Compiling typed-path v0.9.3
25642026-01-31T04:24:45.127Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25652026-01-31T04:24:45.940Z Compiling reedline v0.40.0
25662026-01-31T04:24:46.187Z Compiling tabled v0.15.0
25672026-01-31T04:24:46.524Z Compiling peg v0.8.5
25682026-01-31T04:24:46.685Z Compiling const_format v0.2.34
25692026-01-31T04:24:47.851Z Compiling tough v0.20.0
25702026-01-31T04:24:51.421Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25712026-01-31T04:24:54.015Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25722026-01-31T04:24:59.297Z Compiling bcs v0.1.6
25732026-01-31T04:24:59.585Z Compiling base64 v0.21.7
25742026-01-31T04:25:00.133Z Compiling semver v0.1.20
25752026-01-31T04:25:00.709Z Compiling rustc_version v0.1.7
25762026-01-31T04:25:01.135Z Compiling newtype_derive v0.1.6
25772026-01-31T04:25:01.524Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25782026-01-31T04:25:01.720Z Compiling smawk v0.3.2
25792026-01-31T04:25:01.927Z Compiling humantime v2.2.0
25802026-01-31T04:25:02.039Z Compiling unicode-linebreak v0.1.5
25812026-01-31T04:25:02.662Z Compiling textwrap v0.16.2
25822026-01-31T04:25:02.866Z Compiling dropshot-api-manager-types v0.2.4
25832026-01-31T04:25:04.109Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25842026-01-31T04:25:04.310Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25852026-01-31T04:25:04.894Z Compiling steno v0.4.1
25862026-01-31T04:25:05.214Z Compiling utf-8 v0.7.6
25872026-01-31T04:25:05.620Z Compiling moka v0.12.10
25882026-01-31T04:25:06.061Z Compiling tagptr v0.2.0
25892026-01-31T04:25:06.345Z Compiling tungstenite v0.21.0
25902026-01-31T04:25:09.544Z Compiling hickory-resolver v0.25.2
25912026-01-31T04:25:10.433Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25922026-01-31T04:25:11.182Z Compiling tokio-tungstenite v0.21.0
25932026-01-31T04:25:11.880Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25942026-01-31T04:25:12.153Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-01-31T04:25:15.532Z Compiling radium v0.7.0
25962026-01-31T04:25:16.089Z Compiling maybe-uninit v2.0.0
25972026-01-31T04:25:16.625Z Compiling tap v1.0.1
25982026-01-31T04:25:16.861Z Compiling wyz v0.5.1
25992026-01-31T04:25:18.070Z Compiling zerocopy-derive v0.6.6
26002026-01-31T04:25:19.751Z Compiling proc-macro-error-attr2 v2.0.0
26012026-01-31T04:25:19.783Z Compiling packed_struct v0.10.1
26022026-01-31T04:25:20.268Z Compiling crc-catalog v2.4.0
26032026-01-31T04:25:20.485Z Compiling display-error-chain v0.2.2
26042026-01-31T04:25:20.548Z Compiling funty v2.0.0
26052026-01-31T04:25:20.779Z Compiling proc-macro-error2 v2.0.1
26062026-01-31T04:25:21.369Z Compiling crc v3.2.1
26072026-01-31T04:25:23.037Z Compiling bitvec v1.0.1
26082026-01-31T04:25:23.291Z Compiling zerocopy v0.6.6
26092026-01-31T04:25:24.450Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
26102026-01-31T04:25:24.780Z Compiling packed_struct_codegen v0.10.1
26112026-01-31T04:25:25.045Z Compiling bitfield-macros v0.19.2
26122026-01-31T04:25:26.516Z Compiling indexmap v1.9.3
26132026-01-31T04:25:26.924Z Compiling nodrop v0.1.14
26142026-01-31T04:25:27.074Z Compiling array-init v0.0.4
26152026-01-31T04:25:27.106Z Compiling bitfield v0.19.2
26162026-01-31T04:25:27.220Z Compiling smallvec v0.6.14
26172026-01-31T04:25:27.650Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26182026-01-31T04:25:27.696Z Compiling num-derive v0.3.3
26192026-01-31T04:25:28.176Z Compiling hashbrown v0.12.3
26202026-01-31T04:25:29.484Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26212026-01-31T04:25:29.762Z Compiling libscf-sys v1.1.0
26222026-01-31T04:25:30.068Z Compiling serde-hex v0.1.0
26232026-01-31T04:25:31.183Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-01-31T04:25:35.183Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26252026-01-31T04:25:35.229Z Compiling ron v0.8.1
26262026-01-31T04:25:35.229Z Compiling hashbrown v0.13.2
26272026-01-31T04:25:35.229Z Compiling vergen-gitcl v1.0.8
26282026-01-31T04:25:35.229Z Compiling dirs-sys-next v0.1.2
26292026-01-31T04:25:35.230Z Compiling crunchy v0.2.2
26302026-01-31T04:25:35.284Z Compiling maplit v1.0.2
26312026-01-31T04:25:35.475Z Compiling crc-any v2.5.0
26322026-01-31T04:25:35.506Z Compiling dirs-next v2.0.0
26332026-01-31T04:25:35.667Z Compiling object v0.30.4
26342026-01-31T04:25:35.805Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26352026-01-31T04:25:36.386Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-01-31T04:25:37.165Z Compiling dsl_auto_type v0.1.2
26372026-01-31T04:25:37.262Z Compiling scheduled-thread-pool v0.2.7
26382026-01-31T04:25:37.895Z Compiling diesel_table_macro_syntax v0.2.0
26392026-01-31T04:25:38.329Z Compiling path-slash v0.1.5
26402026-01-31T04:25:38.447Z Compiling tiny-keccak v2.0.2
26412026-01-31T04:25:38.561Z Compiling diesel_derives v2.2.3
26422026-01-31T04:25:38.626Z Compiling r2d2 v0.8.10
26432026-01-31T04:25:39.145Z Compiling term v0.7.0
26442026-01-31T04:25:40.202Z Compiling tabled_derive v0.11.0
26452026-01-31T04:25:40.232Z Compiling papergrid v0.17.0
26462026-01-31T04:25:42.600Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26472026-01-31T04:25:47.583Z Compiling testing_table v0.3.0
26482026-01-31T04:25:48.396Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26492026-01-31T04:25:48.498Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26502026-01-31T04:25:48.905Z Compiling xshell-macros v0.2.7
26512026-01-31T04:25:49.644Z Compiling bit-vec v0.6.3
26522026-01-31T04:25:50.102Z Compiling arc-swap v1.7.1
26532026-01-31T04:25:50.829Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26542026-01-31T04:25:51.453Z Compiling slog-scope v4.4.0
26552026-01-31T04:25:52.345Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26562026-01-31T04:25:53.688Z Compiling bit-set v0.5.3
26572026-01-31T04:25:54.024Z Compiling xshell v0.2.7
26582026-01-31T04:25:56.491Z Compiling diesel v2.2.12
26592026-01-31T04:25:56.887Z Compiling tabled v0.20.0
26602026-01-31T04:26:00.812Z Compiling ascii-canvas v3.0.0
26612026-01-31T04:26:01.047Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26622026-01-31T04:26:01.283Z Compiling ena v0.14.3
26632026-01-31T04:26:01.737Z Compiling regex-syntax v0.6.29
26642026-01-31T04:26:01.864Z Compiling diff v0.1.13
26652026-01-31T04:26:02.404Z Compiling unicase v2.8.1
26662026-01-31T04:26:02.918Z Compiling bindgen v0.71.1
26672026-01-31T04:26:03.026Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26682026-01-31T04:26:05.219Z Compiling lalrpop v0.19.12
26692026-01-31T04:26:06.434Z Compiling slog-stdlog v4.1.1
26702026-01-31T04:26:07.365Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26712026-01-31T04:26:09.186Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26722026-01-31T04:26:10.143Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26732026-01-31T04:26:10.297Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26742026-01-31T04:26:10.524Z Compiling crc8 v0.1.1
26752026-01-31T04:26:10.639Z Compiling slog-envlogger v2.2.0
26762026-01-31T04:26:13.164Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-01-31T04:26:15.259Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-01-31T04:26:16.203Z Compiling headers-core v0.3.0
26792026-01-31T04:26:16.448Z Compiling libxml v0.3.3
26802026-01-31T04:26:16.971Z Compiling headers v0.4.1
26812026-01-31T04:26:20.748Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-01-31T04:26:22.899Z Compiling samael v0.0.19
26832026-01-31T04:26:23.590Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26842026-01-31T04:26:23.979Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26852026-01-31T04:26:24.574Z Compiling strum_macros v0.24.3
26862026-01-31T04:26:24.846Z Compiling indoc v1.0.9
26872026-01-31T04:26:25.456Z Compiling polar-core v0.27.3
26882026-01-31T04:26:27.372Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26892026-01-31T04:26:27.449Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26902026-01-31T04:26:27.645Z Compiling derive_builder v0.20.2
26912026-01-31T04:26:27.825Z Compiling oso-derive v0.27.3
26922026-01-31T04:26:27.892Z Compiling impl-trait-for-tuples v0.2.2
26932026-01-31T04:26:28.272Z Compiling quick-xml v0.37.2
26942026-01-31T04:26:28.767Z Compiling half v1.8.3
26952026-01-31T04:26:29.719Z Compiling serde_cbor v0.11.2
26962026-01-31T04:26:30.089Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-01-31T04:26:31.549Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26982026-01-31T04:26:31.963Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26992026-01-31T04:26:33.398Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27002026-01-31T04:26:37.707Z Compiling diesel-dtrace v0.4.2
27012026-01-31T04:26:42.082Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27022026-01-31T04:26:47.571Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27032026-01-31T04:26:47.956Z Compiling oso v0.27.3
27042026-01-31T04:26:51.025Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27052026-01-31T04:26:51.356Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27062026-01-31T04:26:52.511Z Compiling bb8 v0.8.5
27072026-01-31T04:26:53.224Z Compiling trait-variant v0.1.2
27082026-01-31T04:26:53.971Z Compiling async-bb8-diesel v0.2.1
27092026-01-31T04:26:54.263Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27102026-01-31T04:26:54.831Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27112026-01-31T04:26:55.316Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27122026-01-31T04:26:55.440Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27132026-01-31T04:26:56.054Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27142026-01-31T04:26:59.155Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27152026-01-31T04:26:59.553Z Compiling fxhash v0.2.1
27162026-01-31T04:26:59.836Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27172026-01-31T04:27:00.136Z Compiling typify-impl v0.2.0
27182026-01-31T04:27:00.271Z Compiling kstat-rs v0.2.4
27192026-01-31T04:27:01.188Z Compiling libz-sys v1.1.20
27202026-01-31T04:27:01.916Z Compiling nonempty v0.12.0
27212026-01-31T04:27:02.511Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27222026-01-31T04:27:03.987Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27232026-01-31T04:27:08.811Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27242026-01-31T04:27:09.380Z Compiling typify-macro v0.2.0
27252026-01-31T04:27:12.812Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27262026-01-31T04:27:17.801Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
27272026-01-31T04:27:21.750Z Compiling nanorand v0.7.0
27282026-01-31T04:27:22.511Z Compiling fs-err v2.11.0
27292026-01-31T04:27:23.380Z Compiling parking_lot_core v0.8.6
27302026-01-31T04:27:23.715Z Compiling mime_guess v2.0.5
27312026-01-31T04:27:23.969Z Compiling flume v0.11.1
27322026-01-31T04:27:24.136Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
27332026-01-31T04:27:24.742Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27342026-01-31T04:27:24.794Z Compiling libgit2-sys v0.18.2+1.9.1
27352026-01-31T04:27:25.603Z Compiling salty v0.3.0
27362026-01-31T04:27:32.123Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-01-31T04:27:34.430Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-01-31T04:27:47.839Z Compiling tabled_derive v0.10.0
27392026-01-31T04:27:50.151Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27402026-01-31T04:27:51.120Z Compiling ignore v0.4.23
27412026-01-31T04:27:52.931Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-01-31T04:27:55.503Z Compiling papergrid v0.14.0
27432026-01-31T04:27:57.152Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27442026-01-31T04:28:00.281Z Compiling castaway v0.2.3
27452026-01-31T04:28:00.534Z Compiling nibble_vec v0.1.0
27462026-01-31T04:28:00.823Z Compiling atty v0.2.14
27472026-01-31T04:28:01.048Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27482026-01-31T04:28:01.446Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27492026-01-31T04:28:01.846Z Compiling parse-size v1.1.0
27502026-01-31T04:28:01.880Z Compiling endian-type v0.1.2
27512026-01-31T04:28:01.904Z Compiling http-range v0.1.5
27522026-01-31T04:28:02.148Z Compiling radix_trie v0.2.1
27532026-01-31T04:28:02.211Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27542026-01-31T04:28:02.688Z Compiling compact_str v0.8.0
27552026-01-31T04:28:03.019Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27562026-01-31T04:28:05.061Z Compiling tabled v0.18.0
27572026-01-31T04:28:07.202Z Compiling globwalk v0.9.1
27582026-01-31T04:28:07.888Z Compiling parking_lot v0.11.2
27592026-01-31T04:28:10.206Z Compiling typify v0.2.0
27602026-01-31T04:28:10.432Z Compiling predicates-tree v1.0.12
27612026-01-31T04:28:11.331Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27622026-01-31T04:28:11.961Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-01-31T04:28:12.997Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27642026-01-31T04:28:15.534Z Compiling unicode-truncate v1.1.0
27652026-01-31T04:28:16.739Z Compiling primeorder v0.13.6
27662026-01-31T04:28:17.371Z Compiling prefix-trie v0.7.0
27672026-01-31T04:28:17.649Z Compiling lru v0.12.5
27682026-01-31T04:28:18.053Z Compiling vergen-git2 v1.0.7
27692026-01-31T04:28:18.419Z Compiling instability v0.3.2
27702026-01-31T04:28:18.456Z Compiling cassowary v0.3.0
27712026-01-31T04:28:19.338Z Compiling indoc v2.0.6
27722026-01-31T04:28:19.458Z Compiling hickory-server v0.25.2
27732026-01-31T04:28:20.227Z Compiling ratatui v0.29.0
27742026-01-31T04:28:22.113Z Compiling p384 v0.13.1
27752026-01-31T04:28:24.354Z Compiling git2 v0.20.2
27762026-01-31T04:28:27.810Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-01-31T04:28:29.345Z Compiling camino-tempfile-ext v0.3.2
27782026-01-31T04:28:30.739Z Compiling progenitor-impl v0.8.0
27792026-01-31T04:28:32.358Z Compiling hyper-staticfile v0.10.1
27802026-01-31T04:28:34.913Z Compiling sled v0.34.7
27812026-01-31T04:28:35.706Z Compiling hickory-client v0.25.2
27822026-01-31T04:28:37.648Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-01-31T04:28:38.088Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-01-31T04:28:38.909Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27852026-01-31T04:28:39.358Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27862026-01-31T04:28:42.191Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27872026-01-31T04:28:45.046Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
27882026-01-31T04:28:47.150Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
27892026-01-31T04:28:48.953Z Compiling rand_seeder v0.4.0
27902026-01-31T04:28:49.436Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-01-31T04:28:50.383Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
27922026-01-31T04:28:50.812Z Compiling lzma-sys v0.1.20
27932026-01-31T04:28:51.597Z Compiling corncobs v0.1.4
27942026-01-31T04:28:52.043Z Compiling rustls v0.21.12
27952026-01-31T04:28:52.503Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-01-31T04:28:54.111Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27972026-01-31T04:28:54.460Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27982026-01-31T04:28:56.079Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27992026-01-31T04:29:03.321Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28002026-01-31T04:29:06.568Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-01-31T04:29:08.688Z Compiling progenitor-macro v0.8.0
28022026-01-31T04:29:10.267Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-01-31T04:29:18.770Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-01-31T04:29:19.471Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-01-31T04:29:26.046Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28062026-01-31T04:29:26.530Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-01-31T04:29:26.927Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-01-31T04:29:27.322Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-01-31T04:29:27.720Z Compiling progenitor-client v0.8.0
28102026-01-31T04:29:28.669Z Compiling rustls-webpki v0.101.7
28112026-01-31T04:29:28.985Z Compiling sct v0.7.1
28122026-01-31T04:29:29.449Z Compiling heck v0.3.3
28132026-01-31T04:29:29.835Z Compiling secrecy v0.8.0
28142026-01-31T04:29:30.175Z Compiling void v1.0.2
28152026-01-31T04:29:30.410Z Compiling lzss v0.8.2
28162026-01-31T04:29:32.325Z Compiling zone_cfg_derive v0.1.2
28172026-01-31T04:29:37.146Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28182026-01-31T04:29:40.109Z Compiling progenitor v0.8.0
28192026-01-31T04:29:40.559Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-01-31T04:29:43.091Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28212026-01-31T04:29:43.864Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28222026-01-31T04:29:44.759Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28232026-01-31T04:29:48.037Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28242026-01-31T04:29:48.643Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28252026-01-31T04:29:49.060Z Compiling tungstenite v0.23.0
28262026-01-31T04:29:54.540Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28272026-01-31T04:29:54.947Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28282026-01-31T04:29:55.273Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28292026-01-31T04:29:55.353Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28302026-01-31T04:29:55.675Z Compiling nix v0.27.1
28312026-01-31T04:29:55.739Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28322026-01-31T04:29:56.513Z Compiling serde_bytes v0.11.19
28332026-01-31T04:29:57.122Z Compiling base64 v0.13.1
28342026-01-31T04:29:57.855Z Compiling number_prefix v0.4.0
28352026-01-31T04:29:57.928Z Compiling ron v0.7.1
28362026-01-31T04:29:58.187Z Compiling indicatif v0.17.11
28372026-01-31T04:29:58.452Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28382026-01-31T04:29:59.140Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28392026-01-31T04:30:00.107Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28402026-01-31T04:30:02.962Z Compiling tokio-tungstenite v0.23.1
28412026-01-31T04:30:03.641Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-01-31T04:30:18.118Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-01-31T04:30:19.946Z Compiling xz2 v0.1.7
28442026-01-31T04:30:24.340Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28452026-01-31T04:30:28.081Z Compiling tokio-rustls v0.24.1
28462026-01-31T04:30:28.611Z Compiling zone v0.1.8
28472026-01-31T04:30:31.828Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-01-31T04:30:32.893Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28492026-01-31T04:30:37.714Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
28502026-01-31T04:30:40.806Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28512026-01-31T04:30:46.468Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28522026-01-31T04:30:47.178Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532026-01-31T04:30:49.105Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28542026-01-31T04:30:50.142Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-01-31T04:30:57.419Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-01-31T04:31:04.056Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28572026-01-31T04:31:06.357Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28582026-01-31T04:31:12.148Z Compiling rustls-pemfile v1.0.4
28592026-01-31T04:31:12.973Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28602026-01-31T04:31:15.861Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28612026-01-31T04:31:16.065Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28622026-01-31T04:31:16.239Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28632026-01-31T04:31:16.383Z Compiling signal-hook-tokio v0.3.1
28642026-01-31T04:31:16.681Z Compiling twox-hash v2.1.0
28652026-01-31T04:31:17.076Z Compiling yasna v0.5.2
28662026-01-31T04:31:17.710Z Compiling is_ci v1.2.0
28672026-01-31T04:31:17.942Z Compiling supports-color v3.0.2
28682026-01-31T04:31:18.433Z Compiling rcgen v0.12.1
28692026-01-31T04:31:20.460Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-01-31T04:31:23.340Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-01-31T04:31:29.060Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-01-31T04:31:29.772Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28732026-01-31T04:31:38.373Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28742026-01-31T04:31:58.621Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28752026-01-31T04:32:08.293Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-01-31T04:32:09.396Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28772026-01-31T04:32:09.928Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28782026-01-31T04:32:25.646Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-01-31T04:32:27.608Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-01-31T04:32:27.899Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-01-31T04:32:28.017Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28822026-01-31T04:32:28.291Z Compiling fatfs v0.3.6
28832026-01-31T04:32:28.349Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-01-31T04:32:31.091Z Compiling subprocess v0.2.9
28852026-01-31T04:32:34.795Z Compiling rtoolbox v0.0.2
28862026-01-31T04:32:35.273Z Compiling seq-macro v0.3.6
28872026-01-31T04:32:35.796Z Compiling assert_matches v1.5.0
28882026-01-31T04:32:35.976Z Compiling rpassword v7.4.0
28892026-01-31T04:32:36.532Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-01-31T04:32:37.769Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-01-31T04:32:47.904Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-01-31T04:32:53.403Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-01-31T04:32:53.615Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28942026-01-31T04:33:15.863Z Compiling tui-tree-widget v0.23.1
28952026-01-31T04:33:16.382Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28962026-01-31T04:33:25.002Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28972026-01-31T04:33:25.979Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-01-31T04:33:27.078Z Compiling uzers v0.12.1
28992026-01-31T04:33:30.376Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002026-01-31T04:33:31.978Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29012026-01-31T04:33:40.271Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29022026-01-31T04:33:53.857Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29032026-01-31T04:34:09.695Z Compiling support-bundle-viewer v0.1.2
29042026-01-31T04:34:13.010Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-01-31T04:34:13.845Z Compiling multimap v0.10.1
29062026-01-31T04:36:35.176Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-01-31T04:36:48.126Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-01-31T04:47:11.926Z Finished `release` profile [optimized] target(s) in 23m 39s
29092026-01-31T04:48:11.687Z
29102026-01-31T04:48:11.691Zreal 24:41.143810094
29112026-01-31T04:48:11.691Zuser 2:54:32.565210586
29122026-01-31T04:48:11.691Zsys 4:46.600719560
29132026-01-31T04:48:11.691Ztrap 4.215783399
29142026-01-31T04:48:11.691Ztflt 2.400476856
29152026-01-31T04:48:11.691Zdflt 7.303140933
29162026-01-31T04:48:11.691Zkflt 0.001137338
29172026-01-31T04:48:11.691Zlock 11:50:44.898805446
29182026-01-31T04:48:11.691Zslp 8:33:33.822450907
29192026-01-31T04:48:11.691Zlat 4:43.487473233
29202026-01-31T04:48:11.691Zstop 4:27.058409640
29212026-01-31T04:48:11.691Z+ mapfile -t packages
29222026-01-31T04:48:11.691Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-01-31T04:48:13.049Z Finished `release` profile [optimized] target(s) in 1.29s
29242026-01-31T04:48:13.112Z Running `target/release/omicron-package -t test list-outputs`
29252026-01-31T04:48:13.169ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-01-31T04:48:13.172Z+ ptime -m cargo build --locked --release -p xtask
29272026-01-31T04:48:13.973Z Compiling serde_core v1.0.228
29282026-01-31T04:48:13.973Z Compiling syn v2.0.114
29292026-01-31T04:48:13.976Z Compiling serde v1.0.228
29302026-01-31T04:48:13.976Z Compiling bitflags v2.9.4
29312026-01-31T04:48:13.977Z Compiling serde_json v1.0.149
29322026-01-31T04:48:13.977Z Compiling libc v0.2.180
29332026-01-31T04:48:14.088Z Compiling num-traits v0.2.19
29342026-01-31T04:48:14.101Z Compiling smallvec v1.15.1
29352026-01-31T04:48:14.576Z Compiling rustix v0.38.37
29362026-01-31T04:48:14.643Z Compiling hashbrown v0.16.1
29372026-01-31T04:48:14.916Z Compiling usdt-impl v0.5.0
29382026-01-31T04:48:14.972Z Compiling syn v1.0.109
29392026-01-31T04:48:15.674Z Compiling rustix v1.1.3
29402026-01-31T04:48:15.908Z Compiling thread-id v4.2.2
29412026-01-31T04:48:16.070Z Compiling indexmap v2.13.0
29422026-01-31T04:48:16.177Z Compiling percent-encoding v2.3.2
29432026-01-31T04:48:16.393Z Compiling getrandom v0.3.4
29442026-01-31T04:48:16.734Z Compiling log v0.4.29
29452026-01-31T04:48:17.061Z Compiling terminal_size v0.4.0
29462026-01-31T04:48:17.208Z Compiling form_urlencoded v1.2.2
29472026-01-31T04:48:17.619Z Compiling ordered-float v2.10.1
29482026-01-31T04:48:18.112Z Compiling fs-err v3.1.1
29492026-01-31T04:48:18.331Z Compiling heck v0.4.1
29502026-01-31T04:48:18.511Z Compiling once_cell v1.21.3
29512026-01-31T04:48:18.752Z Compiling anyhow v1.0.99
29522026-01-31T04:48:19.004Z Compiling clap_builder v4.5.48
29532026-01-31T04:48:19.886Z Compiling tempfile v3.24.0
29542026-01-31T04:48:20.768Z Compiling proc-macro-error v1.0.4
29552026-01-31T04:48:21.121Z Compiling synstructure v0.13.1
29562026-01-31T04:48:21.524Z Compiling textwrap v0.16.2
29572026-01-31T04:48:21.746Z Compiling camino-tempfile v1.4.1
29582026-01-31T04:48:22.545Z Compiling tabled_derive v0.7.0
29592026-01-31T04:48:23.673Z Compiling serde_derive v1.0.228
29602026-01-31T04:48:23.694Z Compiling thiserror-impl v2.0.18
29612026-01-31T04:48:23.718Z Compiling zerofrom-derive v0.1.4
29622026-01-31T04:48:23.819Z Compiling yoke-derive v0.7.4
29632026-01-31T04:48:23.843Z Compiling zerovec-derive v0.10.3
29642026-01-31T04:48:24.359Z Compiling displaydoc v0.2.5
29652026-01-31T04:48:25.816Z Compiling thiserror-impl v1.0.69
29662026-01-31T04:48:26.035Z Compiling zerocopy-derive v0.7.35
29672026-01-31T04:48:26.054Z Compiling icu_provider_macros v1.5.0
29682026-01-31T04:48:26.379Z Compiling thiserror v2.0.18
29692026-01-31T04:48:26.491Z Compiling zerofrom v0.1.4
29702026-01-31T04:48:26.580Z Compiling pest v2.8.2
29712026-01-31T04:48:26.780Z Compiling yoke v0.7.4
29722026-01-31T04:48:27.232Z Compiling zerovec v0.10.4
29732026-01-31T04:48:27.269Z Compiling scroll_derive v0.12.0
29742026-01-31T04:48:27.783Z Compiling zerocopy v0.7.35
29752026-01-31T04:48:28.382Z Compiling thiserror v1.0.69
29762026-01-31T04:48:28.586Z Compiling scroll v0.12.0
29772026-01-31T04:48:29.259Z Compiling pest_meta v2.8.2
29782026-01-31T04:48:29.347Z Compiling goblin v0.8.2
29792026-01-31T04:48:29.567Z Compiling tinystr v0.7.6
29802026-01-31T04:48:30.053Z Compiling icu_locid v1.5.0
29812026-01-31T04:48:30.306Z Compiling icu_collections v1.5.0
29822026-01-31T04:48:31.633Z Compiling icu_provider v1.5.0
29832026-01-31T04:48:31.716Z Compiling pest_generator v2.8.2
29842026-01-31T04:48:32.870Z Compiling icu_locid_transform v1.5.0
29852026-01-31T04:48:32.969Z Compiling serde_spanned v0.6.9
29862026-01-31T04:48:33.308Z Compiling toml_datetime v0.6.11
29872026-01-31T04:48:33.390Z Compiling pest_derive v2.8.2
29882026-01-31T04:48:33.922Z Compiling toml_edit v0.22.27
29892026-01-31T04:48:34.112Z Compiling dof v0.3.0
29902026-01-31T04:48:34.263Z Compiling dtrace-parser v0.2.0
29912026-01-31T04:48:34.989Z Compiling icu_properties v1.5.1
29922026-01-31T04:48:37.086Z Compiling serde_tokenstream v0.2.2
29932026-01-31T04:48:37.515Z Compiling erased-serde v0.4.6
29942026-01-31T04:48:38.668Z Compiling toml v0.8.23
29952026-01-31T04:48:39.117Z Compiling icu_normalizer v1.5.0
29962026-01-31T04:48:41.186Z Compiling idna_adapter v1.2.0
29972026-01-31T04:48:41.470Z Compiling idna v1.0.3
29982026-01-31T04:48:43.776Z Compiling url v2.5.4
29992026-01-31T04:48:44.315Z Compiling serde-untagged v0.1.7
30002026-01-31T04:48:45.108Z Compiling serde-value v0.7.0
30012026-01-31T04:48:46.627Z Compiling cargo-util-schemas v0.8.2
30022026-01-31T04:48:47.750Z Compiling usdt-attr-macro v0.5.0
30032026-01-31T04:48:49.118Z Compiling usdt-macro v0.5.0
30042026-01-31T04:48:49.173Z Compiling cargo-platform v0.2.0
30052026-01-31T04:48:50.036Z Compiling clap_derive v4.5.47
30062026-01-31T04:48:50.353Z Compiling usdt v0.5.0
30072026-01-31T04:48:50.387Z Compiling cargo_metadata v0.21.0
30082026-01-31T04:48:51.742Z Compiling cargo_toml v0.21.0
30092026-01-31T04:48:52.118Z Compiling macaddr v1.0.1
30102026-01-31T04:48:52.199Z Compiling tabled v0.15.0
30112026-01-31T04:48:54.121Z Compiling clap v4.5.48
30122026-01-31T04:49:04.019Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-01-31T04:49:09.978Z Finished `release` profile [optimized] target(s) in 56.73s
30142026-01-31T04:49:10.122Z
30152026-01-31T04:49:10.122Zreal 56.908686364
30162026-01-31T04:49:10.122Zuser 6:15.059500778
30172026-01-31T04:49:10.122Zsys 29.508614822
30182026-01-31T04:49:10.122Ztrap 0.194370929
30192026-01-31T04:49:10.123Ztflt 0.316727309
30202026-01-31T04:49:10.123Zdflt 0.507280031
30212026-01-31T04:49:10.123Zkflt 0.000004149
30222026-01-31T04:49:10.123Zlock 18:07.612583644
30232026-01-31T04:49:10.123Zslp 20:48.376293550
30242026-01-31T04:49:10.126Zlat 25.435914205
30252026-01-31T04:49:10.126Zstop 36.712048584
30262026-01-31T04:49:10.126Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30272026-01-31T04:49:10.126Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30282026-01-31T04:49:10.126Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30292026-01-31T04:49:10.126Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30302026-01-31T04:49:10.126Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30312026-01-31T04:49:11.446Z Compiling regress v0.10.4
30322026-01-31T04:49:11.615Z Compiling unsafe-libyaml v0.2.11
30332026-01-31T04:49:11.618Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-01-31T04:49:11.618Z Compiling match_cfg v0.1.0
30352026-01-31T04:49:11.669Z Compiling structmeta-derive v0.3.0
30362026-01-31T04:49:11.672Z Compiling rustls v0.22.4
30372026-01-31T04:49:11.672Z Compiling newtype-uuid-macros v0.1.0
30382026-01-31T04:49:11.672Z Compiling multer v3.1.0
30392026-01-31T04:49:11.756Z Compiling hostname v0.3.1
30402026-01-31T04:49:12.037Z Compiling debug-ignore v1.0.5
30412026-01-31T04:49:12.177Z Compiling toml_parser v1.0.6+spec-1.1.0
30422026-01-31T04:49:12.206Z Compiling progenitor-client v0.10.0
30432026-01-31T04:49:12.233Z Compiling slog-json v2.6.1
30442026-01-31T04:49:12.629Z Compiling async-stream-impl v0.3.6
30452026-01-31T04:49:12.825Z Compiling serde_yaml v0.9.34+deprecated
30462026-01-31T04:49:13.330Z Compiling serde_spanned v1.0.4
30472026-01-31T04:49:13.424Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30482026-01-31T04:49:13.637Z Compiling toml_datetime v0.7.5+spec-1.1.0
30492026-01-31T04:49:13.763Z Compiling dropshot v0.16.7
30502026-01-31T04:49:14.017Z Compiling toml_writer v1.0.6+spec-1.1.0
30512026-01-31T04:49:14.122Z Compiling structmeta v0.3.0
30522026-01-31T04:49:14.241Z Compiling async-stream v0.3.6
30532026-01-31T04:49:14.289Z Compiling slog-bunyan v2.5.0
30542026-01-31T04:49:14.476Z Compiling toml v0.9.11+spec-1.1.0
30552026-01-31T04:49:14.561Z Compiling waitgroup v0.1.2
30562026-01-31T04:49:14.564Z Compiling rustls-pemfile v2.2.0
30572026-01-31T04:49:14.815Z Compiling dropshot_endpoint v0.16.7
30582026-01-31T04:49:14.914Z Compiling itertools v0.14.0
30592026-01-31T04:49:14.962Z Compiling serde_path_to_error v0.1.20
30602026-01-31T04:49:15.494Z Compiling typify-impl v0.4.3
30612026-01-31T04:49:15.832Z Compiling hostname v0.4.2
30622026-01-31T04:49:16.124Z Compiling derive-ex v0.1.8
30632026-01-31T04:49:16.421Z Compiling tokio-rustls v0.25.0
30642026-01-31T04:49:16.906Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30652026-01-31T04:49:17.167Z Compiling macaddr v1.0.1
30662026-01-31T04:49:17.661Z Compiling tabwriter v1.4.0
30672026-01-31T04:49:17.718Z Compiling instant v0.1.13
30682026-01-31T04:49:17.962Z Compiling progenitor-client v0.11.2
30692026-01-31T04:49:17.990Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-01-31T04:49:18.148Z Compiling parse-display-derive v0.10.0
30712026-01-31T04:49:18.591Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
30722026-01-31T04:49:18.801Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-01-31T04:49:19.049Z Compiling colored v3.0.0
30742026-01-31T04:49:19.328Z Compiling backoff v0.4.0
30752026-01-31T04:49:19.443Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30762026-01-31T04:49:19.738Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30772026-01-31T04:49:19.820Z Compiling proc-macro-crate v1.3.1
30782026-01-31T04:49:20.247Z Compiling crucible-workspace-hack v0.1.0
30792026-01-31T04:49:20.332Z Compiling test-strategy v0.4.3
30802026-01-31T04:49:20.384Z Compiling proc-macro-error v1.0.4
30812026-01-31T04:49:20.656Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30822026-01-31T04:49:20.712Z Compiling num_enum_derive v0.5.11
30832026-01-31T04:49:21.021Z Compiling heapless v0.8.0
30842026-01-31T04:49:21.251Z Compiling ingot-macros v0.1.1
30852026-01-31T04:49:21.858Z Compiling hash32 v0.3.1
30862026-01-31T04:49:21.932Z Compiling parse-display v0.10.0
30872026-01-31T04:49:22.020Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30882026-01-31T04:49:22.151Z Compiling smoltcp v0.11.0
30892026-01-31T04:49:22.558Z Compiling foreign-types-macros v0.2.3
30902026-01-31T04:49:22.914Z Compiling cobs v0.2.3
30912026-01-31T04:49:22.938Z Compiling num_enum v0.5.11
30922026-01-31T04:49:23.165Z Compiling foreign-types-shared v0.3.1
30932026-01-31T04:49:23.242Z Compiling postcard v1.0.10
30942026-01-31T04:49:23.800Z Compiling nix v0.30.1
30952026-01-31T04:49:23.864Z Compiling foreign-types v0.5.0
30962026-01-31T04:49:23.892Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30972026-01-31T04:49:23.917Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30982026-01-31T04:49:24.017Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30992026-01-31T04:49:24.644Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31002026-01-31T04:49:24.699Z Compiling cstr-argument v0.1.2
31012026-01-31T04:49:24.741Z Compiling pretty-hex v0.2.1
31022026-01-31T04:49:24.976Z Compiling rayon-core v1.12.1
31032026-01-31T04:49:24.979Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31042026-01-31T04:49:25.072Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31052026-01-31T04:49:25.118Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-01-31T04:49:25.390Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-01-31T04:49:25.456Z Compiling crossbeam-deque v0.8.5
31082026-01-31T04:49:25.552Z Compiling colored v2.2.0
31092026-01-31T04:49:25.591Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-01-31T04:49:26.531Z Compiling camino-tempfile v1.4.1
31112026-01-31T04:49:27.033Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31122026-01-31T04:49:27.255Z Compiling typify-macro v0.4.3
31132026-01-31T04:49:27.382Z Compiling rayon v1.10.0
31142026-01-31T04:49:27.656Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31152026-01-31T04:49:27.861Z Compiling zone_cfg_derive v0.3.0
31162026-01-31T04:49:28.117Z Compiling ingot-types v0.1.2
31172026-01-31T04:49:28.363Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31182026-01-31T04:49:28.826Z Compiling smf v0.2.3
31192026-01-31T04:49:28.852Z Compiling num-derive v0.4.2
31202026-01-31T04:49:29.055Z Compiling ingot v0.1.1
31212026-01-31T04:49:29.315Z Compiling sigpipe v0.1.3
31222026-01-31T04:49:29.487Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31232026-01-31T04:49:29.910Z Compiling zone v0.3.1
31242026-01-31T04:49:30.008Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31252026-01-31T04:49:30.454Z Compiling toml v0.8.23
31262026-01-31T04:49:30.604Z Compiling convert_case v0.4.0
31272026-01-31T04:49:31.072Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31282026-01-31T04:49:31.284Z Compiling typify v0.4.3
31292026-01-31T04:49:31.459Z Compiling universal-hash v0.5.1
31302026-01-31T04:49:31.484Z Compiling progenitor-impl v0.11.2
31312026-01-31T04:49:31.511Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322026-01-31T04:49:31.731Z Compiling derive_more v0.99.20
31332026-01-31T04:49:31.851Z Compiling opaque-debug v0.3.1
31342026-01-31T04:49:31.896Z Compiling secrecy v0.10.3
31352026-01-31T04:49:31.920Z Compiling progenitor-impl v0.10.0
31362026-01-31T04:49:31.978Z Compiling aead v0.5.2
31372026-01-31T04:49:32.200Z Compiling half v2.4.1
31382026-01-31T04:49:32.230Z Compiling ciborium-io v0.2.2
31392026-01-31T04:49:32.383Z Compiling poly1305 v0.8.0
31402026-01-31T04:49:32.418Z Compiling chacha20 v0.9.1
31412026-01-31T04:49:32.804Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31422026-01-31T04:49:32.868Z Compiling ciborium-ll v0.2.2
31432026-01-31T04:49:32.992Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31442026-01-31T04:49:33.059Z Compiling num-rational v0.4.2
31452026-01-31T04:49:33.320Z Compiling ciborium v0.2.2
31462026-01-31T04:49:34.073Z Compiling thiserror-impl-no-std v2.0.2
31472026-01-31T04:49:34.153Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31482026-01-31T04:49:34.648Z Compiling num-complex v0.4.6
31492026-01-31T04:49:34.735Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31502026-01-31T04:49:34.847Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31512026-01-31T04:49:35.668Z Compiling num v0.4.3
31522026-01-31T04:49:35.818Z Compiling password-hash v0.5.0
31532026-01-31T04:49:36.585Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31542026-01-31T04:49:36.747Z Compiling blake2 v0.10.6
31552026-01-31T04:49:36.841Z Compiling thiserror-no-std v2.0.2
31562026-01-31T04:49:37.020Z Compiling indent_write v2.2.0
31572026-01-31T04:49:37.300Z Compiling float-ord v0.3.2
31582026-01-31T04:49:37.585Z Compiling argon2 v0.5.3
31592026-01-31T04:49:38.066Z Compiling vsss-rs v3.3.4
31602026-01-31T04:49:38.360Z Compiling chacha20poly1305 v0.10.1
31612026-01-31T04:49:38.444Z Compiling progenitor-macro v0.11.2
31622026-01-31T04:49:38.647Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31632026-01-31T04:49:38.725Z Compiling progenitor-macro v0.10.0
31642026-01-31T04:49:39.177Z Compiling gethostname v0.5.0
31652026-01-31T04:49:39.423Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31662026-01-31T04:49:39.612Z Compiling usdt-macro v0.5.0
31672026-01-31T04:49:39.730Z Compiling usdt-attr-macro v0.5.0
31682026-01-31T04:49:40.009Z Compiling derive-where v1.5.0
31692026-01-31T04:49:40.580Z Compiling owo-colors v4.2.2
31702026-01-31T04:49:41.138Z Compiling cancel-safe-futures v0.1.5
31712026-01-31T04:49:41.370Z Compiling usdt v0.5.0
31722026-01-31T04:49:41.396Z Compiling console v0.15.10
31732026-01-31T04:49:41.614Z Compiling resolv-conf v0.7.0
31742026-01-31T04:49:41.724Z Compiling libsw-core v0.3.1
31752026-01-31T04:49:42.066Z Compiling libsw v3.5.0
31762026-01-31T04:49:42.377Z Compiling async-recursion v1.1.1
31772026-01-31T04:49:42.411Z Compiling libefi-sys v0.1.0
31782026-01-31T04:49:42.517Z Compiling linear-map v1.2.0
31792026-01-31T04:49:42.684Z Compiling hickory-proto v0.24.4
31802026-01-31T04:49:42.820Z Compiling newline-converter v0.3.0
31812026-01-31T04:49:42.955Z Compiling atomicwrites v0.4.4
31822026-01-31T04:49:43.050Z Compiling bitfield-struct v0.6.2
31832026-01-31T04:49:43.101Z Compiling semver v0.1.20
31842026-01-31T04:49:43.354Z Compiling linked-hash-map v0.5.6
31852026-01-31T04:49:43.760Z Compiling lru-cache v0.1.2
31862026-01-31T04:49:43.783Z Compiling rustc_version v0.1.7
31872026-01-31T04:49:43.898Z Compiling expectorate v1.2.0
31882026-01-31T04:49:44.184Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31892026-01-31T04:49:44.276Z Compiling slog-dtrace v0.3.0
31902026-01-31T04:49:44.434Z Compiling siphasher v1.0.1
31912026-01-31T04:49:44.438Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-01-31T04:49:44.460Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-01-31T04:49:44.590Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31942026-01-31T04:49:44.775Z Compiling phf_shared v0.12.1
31952026-01-31T04:49:44.823Z Compiling newtype_derive v0.1.6
31962026-01-31T04:49:44.989Z Compiling tokio-dtrace v0.1.0
31972026-01-31T04:49:45.157Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-01-31T04:49:45.186Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31992026-01-31T04:49:45.224Z Compiling dropshot-api-manager-types v0.2.4
32002026-01-31T04:49:45.452Z Compiling pin-project-internal v1.1.6
32012026-01-31T04:49:45.890Z Compiling csv-core v0.1.11
32022026-01-31T04:49:46.028Z Compiling chrono-tz v0.10.4
32032026-01-31T04:49:46.357Z Compiling base64 v0.21.7
32042026-01-31T04:49:46.405Z Compiling xshell-macros v0.2.7
32052026-01-31T04:49:46.474Z Compiling const_format_proc_macros v0.2.34
32062026-01-31T04:49:47.065Z Compiling csv v1.3.1
32072026-01-31T04:49:47.224Z Compiling xshell v0.2.7
32082026-01-31T04:49:48.000Z Compiling hickory-resolver v0.24.4
32092026-01-31T04:49:48.278Z Compiling pin-project v1.1.6
32102026-01-31T04:49:48.359Z Compiling oxide-tokio-rt v0.1.2
32112026-01-31T04:49:48.445Z Compiling phf v0.12.1
32122026-01-31T04:49:48.498Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-01-31T04:49:48.704Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32142026-01-31T04:49:48.776Z Compiling pem v3.0.5
32152026-01-31T04:49:49.139Z Compiling snafu-derive v0.8.5
32162026-01-31T04:49:49.488Z Compiling same-file v1.0.6
32172026-01-31T04:49:49.787Z Compiling highway v1.3.0
32182026-01-31T04:49:49.858Z Compiling walkdir v2.5.0
32192026-01-31T04:49:50.581Z Compiling qorb v0.4.1
32202026-01-31T04:49:50.818Z Compiling const_format v0.2.34
32212026-01-31T04:49:51.043Z Compiling progenitor v0.11.2
32222026-01-31T04:49:51.221Z Compiling progenitor v0.10.0
32232026-01-31T04:49:51.318Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
32242026-01-31T04:49:51.495Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32252026-01-31T04:49:51.546Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32262026-01-31T04:49:53.215Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32272026-01-31T04:49:53.454Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-01-31T04:49:53.576Z Compiling tabled_derive v0.7.0
32292026-01-31T04:49:53.688Z Compiling globset v0.4.15
32302026-01-31T04:49:53.783Z Compiling snafu v0.8.5
32312026-01-31T04:49:54.471Z Compiling olpc-cjson v0.1.4
32322026-01-31T04:49:54.576Z Compiling primeorder v0.13.6
32332026-01-31T04:49:54.715Z Compiling bcs v0.1.6
32342026-01-31T04:49:54.797Z Compiling serde_plain v1.0.2
32352026-01-31T04:49:55.142Z Compiling radium v0.7.0
32362026-01-31T04:49:55.209Z Compiling termtree v0.5.1
32372026-01-31T04:49:55.270Z Compiling typed-path v0.9.3
32382026-01-31T04:49:55.300Z Compiling utf-8 v0.7.6
32392026-01-31T04:49:55.355Z Compiling textwrap v0.16.2
32402026-01-31T04:49:55.508Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32412026-01-31T04:49:55.657Z Compiling tungstenite v0.21.0
32422026-01-31T04:49:55.724Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-01-31T04:49:55.784Z Compiling tabled v0.15.0
32442026-01-31T04:49:56.107Z Compiling steno v0.4.1
32452026-01-31T04:49:56.406Z Compiling typify-impl v0.2.0
32462026-01-31T04:49:57.612Z Compiling tough v0.20.0
32472026-01-31T04:49:58.343Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32482026-01-31T04:50:00.961Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32492026-01-31T04:50:01.227Z Compiling humantime v2.2.0
32502026-01-31T04:50:01.531Z Compiling maybe-uninit v2.0.0
32512026-01-31T04:50:01.750Z Compiling tap v1.0.1
32522026-01-31T04:50:01.987Z Compiling moka v0.12.10
32532026-01-31T04:50:02.191Z Compiling wyz v0.5.1
32542026-01-31T04:50:02.217Z Compiling tokio-tungstenite v0.21.0
32552026-01-31T04:50:02.392Z Compiling funty v2.0.0
32562026-01-31T04:50:02.465Z Compiling packed_struct v0.10.1
32572026-01-31T04:50:02.622Z Compiling tagptr v0.2.0
32582026-01-31T04:50:02.737Z Compiling salty v0.3.0
32592026-01-31T04:50:02.871Z Compiling arc-swap v1.7.1
32602026-01-31T04:50:03.199Z Compiling p384 v0.13.1
32612026-01-31T04:50:03.292Z Compiling polyval v0.6.2
32622026-01-31T04:50:03.511Z Compiling slog-scope v4.4.0
32632026-01-31T04:50:03.754Z Compiling bitvec v1.0.1
32642026-01-31T04:50:04.013Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-01-31T04:50:04.047Z Compiling packed_struct_codegen v0.10.1
32662026-01-31T04:50:04.533Z Compiling bitfield-macros v0.19.2
32672026-01-31T04:50:04.717Z Compiling zerocopy-derive v0.6.6
32682026-01-31T04:50:04.749Z Compiling proc-macro-error-attr2 v2.0.0
32692026-01-31T04:50:05.606Z Compiling indexmap v1.9.3
32702026-01-31T04:50:06.020Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32712026-01-31T04:50:06.103Z Compiling parking_lot_core v0.8.6
32722026-01-31T04:50:06.423Z Compiling crc-catalog v2.4.0
32732026-01-31T04:50:06.508Z Compiling nodrop v0.1.14
32742026-01-31T04:50:06.571Z Compiling zerocopy v0.6.6
32752026-01-31T04:50:06.629Z Compiling crc v3.2.1
32762026-01-31T04:50:06.693Z Compiling array-init v0.0.4
32772026-01-31T04:50:06.760Z Compiling bitfield v0.19.2
32782026-01-31T04:50:07.292Z Compiling proc-macro-error2 v2.0.1
32792026-01-31T04:50:07.318Z Compiling hickory-resolver v0.25.2
32802026-01-31T04:50:07.343Z Compiling slog-stdlog v4.1.1
32812026-01-31T04:50:07.343Z Compiling ghash v0.5.1
32822026-01-31T04:50:07.718Z Compiling smallvec v0.6.14
32832026-01-31T04:50:07.824Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32842026-01-31T04:50:07.986Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32852026-01-31T04:50:07.989Z Compiling typify-macro v0.2.0
32862026-01-31T04:50:08.197Z Compiling ctr v0.9.2
32872026-01-31T04:50:08.578Z Compiling num-derive v0.3.3
32882026-01-31T04:50:08.639Z Compiling lzma-sys v0.1.20
32892026-01-31T04:50:08.784Z Compiling unicase v2.8.1
32902026-01-31T04:50:09.222Z Compiling hashbrown v0.12.3
32912026-01-31T04:50:09.449Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32922026-01-31T04:50:09.888Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32932026-01-31T04:50:10.711Z Compiling libscf-sys v1.1.0
32942026-01-31T04:50:10.911Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
32952026-01-31T04:50:11.003Z Compiling mime_guess v2.0.5
32962026-01-31T04:50:11.040Z Compiling aes-gcm v0.10.3
32972026-01-31T04:50:11.245Z Compiling serde-hex v0.1.0
32982026-01-31T04:50:11.394Z Compiling tabled_derive v0.11.0
32992026-01-31T04:50:11.853Z Compiling slog-envlogger v2.2.0
33002026-01-31T04:50:12.136Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33012026-01-31T04:50:12.607Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33022026-01-31T04:50:12.634Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33032026-01-31T04:50:13.358Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33042026-01-31T04:50:13.603Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33052026-01-31T04:50:14.181Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33062026-01-31T04:50:14.711Z Compiling typify v0.2.0
33072026-01-31T04:50:14.934Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33082026-01-31T04:50:15.715Z Compiling progenitor-impl v0.8.0
33092026-01-31T04:50:16.470Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33102026-01-31T04:50:16.869Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33112026-01-31T04:50:18.065Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33122026-01-31T04:50:18.202Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33132026-01-31T04:50:18.307Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33142026-01-31T04:50:19.929Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33152026-01-31T04:50:20.953Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33162026-01-31T04:50:21.022Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33172026-01-31T04:50:21.407Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33182026-01-31T04:50:21.567Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33192026-01-31T04:50:21.717Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33202026-01-31T04:50:21.854Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33212026-01-31T04:50:22.374Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33222026-01-31T04:50:22.423Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33232026-01-31T04:50:23.872Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33242026-01-31T04:50:24.097Z Compiling progenitor-macro v0.8.0
33252026-01-31T04:50:24.964Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33262026-01-31T04:50:25.068Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33272026-01-31T04:50:25.396Z Compiling ron v0.8.1
33282026-01-31T04:50:25.979Z Compiling papergrid v0.17.0
33292026-01-31T04:50:27.792Z Compiling testing_table v0.3.0
33302026-01-31T04:50:27.970Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33312026-01-31T04:50:28.102Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33322026-01-31T04:50:28.132Z Compiling hashbrown v0.13.2
33332026-01-31T04:50:29.273Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33342026-01-31T04:50:29.302Z Compiling heck v0.3.3
33352026-01-31T04:50:29.708Z Compiling progenitor-client v0.8.0
33362026-01-31T04:50:30.277Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
33372026-01-31T04:50:30.334Z Compiling ssh-encoding v0.2.0
33382026-01-31T04:50:30.719Z Compiling blowfish v0.9.1
33392026-01-31T04:50:30.891Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33402026-01-31T04:50:31.189Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33412026-01-31T04:50:31.216Z Compiling nibble_vec v0.1.0
33422026-01-31T04:50:31.489Z Compiling corncobs v0.1.4
33432026-01-31T04:50:31.584Z Compiling crc-any v2.5.0
33442026-01-31T04:50:31.587Z Compiling endian-type v0.1.2
33452026-01-31T04:50:31.733Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-01-31T04:50:31.839Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33472026-01-31T04:50:31.902Z Compiling radix_trie v0.2.1
33482026-01-31T04:50:32.127Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33492026-01-31T04:50:32.551Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33502026-01-31T04:50:32.613Z Compiling bcrypt-pbkdf v0.10.0
33512026-01-31T04:50:33.066Z Compiling ssh-cipher v0.2.0
33522026-01-31T04:50:33.464Z Compiling zone_cfg_derive v0.1.2
33532026-01-31T04:50:34.470Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33542026-01-31T04:50:34.944Z Compiling object v0.30.4
33552026-01-31T04:50:35.625Z Compiling tabled v0.20.0
33562026-01-31T04:50:36.815Z Compiling progenitor v0.8.0
33572026-01-31T04:50:37.100Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-01-31T04:50:37.767Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33592026-01-31T04:50:41.642Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33602026-01-31T04:50:41.732Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33612026-01-31T04:50:42.654Z Compiling parking_lot v0.11.2
33622026-01-31T04:50:43.059Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33632026-01-31T04:50:43.546Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33642026-01-31T04:50:43.691Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33652026-01-31T04:50:44.427Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33662026-01-31T04:50:44.788Z Compiling prefix-trie v0.7.0
33672026-01-31T04:50:44.885Z Compiling password-hash v0.4.2
33682026-01-31T04:50:45.364Z Compiling fxhash v0.2.1
33692026-01-31T04:50:45.637Z Compiling secrecy v0.8.0
33702026-01-31T04:50:45.665Z Compiling number_prefix v0.4.0
33712026-01-31T04:50:45.756Z Compiling half v1.8.3
33722026-01-31T04:50:45.941Z Compiling base64 v0.13.1
33732026-01-31T04:50:45.944Z Compiling path-slash v0.1.5
33742026-01-31T04:50:46.223Z Compiling http-range v0.1.5
33752026-01-31T04:50:46.364Z Compiling serde_cbor v0.11.2
33762026-01-31T04:50:46.394Z Compiling ron v0.7.1
33772026-01-31T04:50:46.507Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33782026-01-31T04:50:47.797Z Compiling indicatif v0.17.11
33792026-01-31T04:50:48.448Z Compiling sled v0.34.7
33802026-01-31T04:50:48.997Z Compiling hickory-server v0.25.2
33812026-01-31T04:50:49.212Z Compiling pbkdf2 v0.11.0
33822026-01-31T04:50:49.639Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33832026-01-31T04:50:49.776Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33842026-01-31T04:50:50.109Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33852026-01-31T04:50:50.531Z Compiling xz2 v0.1.7
33862026-01-31T04:50:52.049Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33872026-01-31T04:50:53.468Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33882026-01-31T04:50:53.513Z Compiling zone v0.1.8
33892026-01-31T04:50:54.353Z Compiling ssh-key v0.6.6
33902026-01-31T04:50:54.854Z Compiling hickory-client v0.25.2
33912026-01-31T04:50:54.925Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33922026-01-31T04:50:55.483Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33932026-01-31T04:50:55.584Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33942026-01-31T04:50:56.787Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
33952026-01-31T04:50:57.098Z Compiling p521 v0.13.3
33962026-01-31T04:50:57.409Z Compiling p256 v0.13.2
33972026-01-31T04:50:57.881Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
33982026-01-31T04:50:58.268Z Compiling yasna v0.5.2
33992026-01-31T04:50:58.399Z Compiling headers-core v0.3.0
34002026-01-31T04:50:58.637Z Compiling kstat-rs v0.2.4
34012026-01-31T04:50:58.978Z Compiling nanorand v0.7.0
34022026-01-31T04:50:59.258Z Compiling russh-cryptovec v0.7.3
34032026-01-31T04:50:59.333Z Compiling atty v0.2.14
34042026-01-31T04:50:59.516Z Compiling crc8 v0.1.1
34052026-01-31T04:50:59.544Z Compiling md5 v0.7.0
34062026-01-31T04:50:59.570Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
34072026-01-31T04:50:59.609Z Compiling flume v0.11.1
34082026-01-31T04:50:59.740Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34092026-01-31T04:50:59.846Z Compiling russh-keys v0.45.0
34102026-01-31T04:51:00.134Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34112026-01-31T04:51:00.265Z Compiling rcgen v0.12.1
34122026-01-31T04:51:00.371Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-01-31T04:51:01.118Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34142026-01-31T04:51:02.141Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34152026-01-31T04:51:02.275Z Compiling headers v0.4.1
34162026-01-31T04:51:03.469Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34172026-01-31T04:51:04.034Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34182026-01-31T04:51:06.105Z Compiling hyper-staticfile v0.10.1
34192026-01-31T04:51:07.219Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34202026-01-31T04:51:07.921Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34212026-01-31T04:51:09.371Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34222026-01-31T04:51:09.903Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34232026-01-31T04:51:10.462Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34242026-01-31T04:51:11.318Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34252026-01-31T04:51:13.050Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-01-31T04:51:13.702Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34272026-01-31T04:51:13.907Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34282026-01-31T04:51:15.439Z Compiling num-bigint v0.4.6
34292026-01-31T04:51:15.529Z Compiling des v0.8.1
34302026-01-31T04:51:15.693Z Compiling subprocess v0.2.9
34312026-01-31T04:51:15.926Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-01-31T04:51:16.817Z Compiling display-error-chain v0.2.2
34332026-01-31T04:51:17.053Z Compiling hex-literal v0.4.1
34342026-01-31T04:51:17.099Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-01-31T04:51:17.259Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34362026-01-31T04:51:17.385Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34372026-01-31T04:51:17.946Z Compiling internet-checksum v0.2.1
34382026-01-31T04:51:18.225Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34392026-01-31T04:51:18.812Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34402026-01-31T04:51:20.013Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34412026-01-31T04:51:22.668Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34422026-01-31T04:51:23.346Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34432026-01-31T04:51:23.705Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34442026-01-31T04:51:25.038Z Compiling russh v0.45.0
34452026-01-31T04:51:36.836Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34462026-01-31T04:52:09.716Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34472026-01-31T04:52:39.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 29s
34482026-01-31T04:52:39.757Z
34492026-01-31T04:52:39.757Zreal 3:29.546959696
34502026-01-31T04:52:39.757Zuser 18:55.645409986
34512026-01-31T04:52:39.757Zsys 2:34.814261350
34522026-01-31T04:52:39.757Ztrap 0.559565977
34532026-01-31T04:52:39.761Ztflt 0.306077618
34542026-01-31T04:52:39.761Zdflt 1.099265977
34552026-01-31T04:52:39.761Zkflt 0.000096833
34562026-01-31T04:52:39.761Zlock 52:00.525830742
34572026-01-31T04:52:39.761Zslp 1:08:48.116572479
34582026-01-31T04:52:39.761Zlat 1:02.233280039
34592026-01-31T04:52:39.761Zstop 2:39.994464938
34602026-01-31T04:52:39.761Z+ mkdir tests
34612026-01-31T04:52:39.764Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34622026-01-31T04:52:39.764Z+ xargs -I '{}' -t cp '{}' tests/
34632026-01-31T04:52:39.807Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b8815a33aaf08df5 tests/
34642026-01-31T04:52:39.843Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-32130a71e72bc402 tests/
34652026-01-31T04:52:39.880Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4bbdf320d53b6c8e tests/
34662026-01-31T04:52:39.913Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4169d89ed3c4ce8f tests/
34672026-01-31T04:52:40.281Z+ 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/*)
34682026-01-31T04:52:40.285Z+ 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-32130a71e72bc402 tests/commtest-4bbdf320d53b6c8e tests/dhcp_server-b8815a33aaf08df5 tests/end_to_end_tests-4169d89ed3c4ce8f 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
34692026-01-31T04:54:28.345ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34702026-01-31T04:54:28.345Za .github/buildomat/ci-env.sh 1K
34712026-01-31T04:54:28.345Za out/target/test 1K
34722026-01-31T04:54:28.345Za out/npuzone/npuzone 27402K
34732026-01-31T04:54:28.345Za package-manifest.toml 35K
34742026-01-31T04:54:28.345Za smf/sled-agent/non-gimlet/config.toml 6K
34752026-01-31T04:54:28.345Za target/release/omicron-package 43008K
34762026-01-31T04:54:28.345Za target/release/xtask 11507K
34772026-01-31T04:54:28.345Za target/debug/bootstrap 321508K
34782026-01-31T04:54:28.345Za tests/bootstrap-32130a71e72bc402 31130K
34792026-01-31T04:54:28.345Za tests/commtest-4bbdf320d53b6c8e 31430K
34802026-01-31T04:54:28.345Za tests/dhcp_server-b8815a33aaf08df5 31130K
34812026-01-31T04:54:28.345Za tests/end_to_end_tests-4169d89ed3c4ce8f 365834K
34822026-01-31T04:54:28.345Za out/clickhouse.tar.gz 322271K
34832026-01-31T04:54:28.345Za out/clickhouse_keeper.tar.gz 305278K
34842026-01-31T04:54:28.345Za out/clickhouse_server.tar.gz 322271K
34852026-01-31T04:54:28.345Za out/cockroachdb.tar.gz 167982K
34862026-01-31T04:54:28.345Za out/crucible-pantry-zone.tar.gz 44557K
34872026-01-31T04:54:28.345Za out/crucible-utils.tar 17744K
34882026-01-31T04:54:28.345Za out/crucible-zone.tar.gz 58695K
34892026-01-31T04:54:28.345Za out/external-dns.tar.gz 53578K
34902026-01-31T04:54:28.345Za out/internal-dns.tar.gz 53578K
34912026-01-31T04:54:28.345Za out/mg-ddm-gz.tar 79965K
34922026-01-31T04:54:28.345Za out/nexus.tar.gz 213566K
34932026-01-31T04:54:28.345Za out/ntp.tar.gz 34888K
34942026-01-31T04:54:28.345Za out/omicron-gateway-softnpu.tar.gz 30148K
34952026-01-31T04:54:28.345Za out/omicron-sled-agent.tar 199535K
34962026-01-31T04:54:28.345Za out/overlay.tar.gz 3K
34972026-01-31T04:54:28.345Za out/oximeter.tar.gz 67818K
34982026-01-31T04:54:28.346Za out/oxlog.tar 3945K
34992026-01-31T04:54:28.346Za out/probe.tar.gz 3037K
35002026-01-31T04:54:28.346Za out/propolis-server.tar.gz 74630K
35012026-01-31T04:54:28.346Za out/pumpkind-gz.tar 26647K
35022026-01-31T04:54:28.346Za out/switch-softnpu.tar.gz 379069K
35032026-01-31T04:54:28.349Z
35042026-01-31T04:54:28.349Zreal 1:48.044952669
35052026-01-31T04:54:28.349Zuser 1:43.375155247
35062026-01-31T04:54:28.349Zsys 6.804427914
35072026-01-31T04:54:28.349Ztrap 0.025364942
35082026-01-31T04:54:28.349Ztflt 0.000000000
35092026-01-31T04:54:28.349Zdflt 0.000000000
35102026-01-31T04:54:28.349Zkflt 0.000000000
35112026-01-31T04:54:28.349Zlock 0.000000000
35122026-01-31T04:54:28.349Zslp 1:43.030169318
35132026-01-31T04:54:28.349Zlat 2.848582815
35142026-01-31T04:54:28.349Zstop 0.000602593
35152026-01-31T04:54:28.349Zprocess exited: duration 2583043 ms, exit code 0
 
35162026-01-31T04:54:28.364Zfound 1 output files
35172026-01-31T04:54:28.364Zuploading: /work/package.tar.gz (2457570075 bytes)
35182026-01-31T04:55:05.673Zuploaded: /work/package.tar.gz