01KG07ME2PAXB2VBG0ZWFQZQJ7: 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: 01KG07N3F889K0TM1C20ZVYZ9H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-27T17:23:39.549Zjob assigned to worker 01KG07N7EK0T49N526K5DY0EJG [factory aws, i-04455e3e5c86d2332] (queued for 1 m 1 s)
 
22026-01-27T17:23:47.869Zstarting task 0: "setup"
32026-01-27T17:23:47.874Z++ uname -s
42026-01-27T17:23:47.877Z+ kern=SunOS
52026-01-27T17:23:47.877Z+ build_user=build
62026-01-27T17:23:47.877Z+ build_uid=12345
72026-01-27T17:23:47.877Z+ work_dir=/work
82026-01-27T17:23:47.877Z+ input_dir=/input
92026-01-27T17:23:47.877Z+ [[ 0 == 12345 ]]
102026-01-27T17:23:47.877Z+ case "$kern" in
112026-01-27T17:23:47.877Z+ groupadd -g 12345 build
122026-01-27T17:23:47.880Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-27T17:23:49.887Z+ zfs create -o mountpoint=/work rpool/work
142026-01-27T17:23:50.004Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-27T17:23:50.007Z+ home_fs=zfs
162026-01-27T17:23:50.007Z+ [[ zfs == autofs ]]
172026-01-27T17:23:50.007Z+ mkdir -p /home/build
182026-01-27T17:23:50.010Z+ chown build:build /home/build /work
192026-01-27T17:23:52.010Z+ chmod 0700 /home/build /work
202026-01-27T17:23:52.014Zprocess exited: duration 4145 ms, exit code 0
 
212026-01-27T17:23:52.022Zstarting task 1: "rust-toolchain"
222026-01-27T17:23:52.027Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-01-27T17:23:52.027Z * rust toolchain channel = "1.91.1"
242026-01-27T17:23:52.027Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-01-27T17:23:52.027Z * rust toolchain profile = "default"
262026-01-27T17:23:52.027Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-27T17:23:52.027Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-27T17:23:52.030Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-27T17:23:52.030Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-01-27T17:23:52.143Zinfo: downloading installer
312026-01-27T17:23:53.628Zwarn: It looks like you have an existing installation of Rust at:
322026-01-27T17:23:53.628Zwarn: /opt/ooce/bin
332026-01-27T17:23:53.628Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-27T17:23:53.628Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-27T17:23:53.628Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-27T17:23:53.628Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-27T17:23:53.628Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-27T17:23:53.628Zerror: cannot install while Rust is installed
392026-01-27T17:23:53.628Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-27T17:23:53.640Zinfo: profile set to 'default'
412026-01-27T17:23:53.640Zinfo: default host triple is x86_64-unknown-illumos
422026-01-27T17:23:53.643Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-01-27T17:23:53.832Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-01-27T17:23:53.832Zinfo: downloading component 'cargo'
452026-01-27T17:23:54.667Zinfo: downloading component 'clippy'
462026-01-27T17:23:55.114Zinfo: downloading component 'rust-docs'
472026-01-27T17:23:56.345Zinfo: downloading component 'rust-std'
482026-01-27T17:23:58.173Zinfo: downloading component 'rustc'
492026-01-27T17:24:04.329Zinfo: downloading component 'rustfmt'
502026-01-27T17:24:04.553Zinfo: installing component 'cargo'
512026-01-27T17:24:05.459Zinfo: installing component 'clippy'
522026-01-27T17:24:05.859Zinfo: installing component 'rust-docs'
532026-01-27T17:24:07.808Zinfo: installing component 'rust-std'
542026-01-27T17:24:09.617Zinfo: installing component 'rustc'
552026-01-27T17:24:16.285Zinfo: installing component 'rustfmt'
562026-01-27T17:24:16.622Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-01-27T17:24:16.622Z
582026-01-27T17:24:17.077Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-01-27T17:24:17.077Z
602026-01-27T17:24:17.080Z
612026-01-27T17:24:17.080ZRust is installed now. Great!
622026-01-27T17:24:17.080Z
632026-01-27T17:24:17.080ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-27T17:24:17.080Zenvironment variable. This has not been done automatically.
652026-01-27T17:24:17.080Z
662026-01-27T17:24:17.080ZTo configure your current shell, you need to source
672026-01-27T17:24:17.080Zthe corresponding env file under $HOME/.cargo.
682026-01-27T17:24:17.080Z
692026-01-27T17:24:17.080ZThis is usually done by running one of the following (note the leading DOT):
702026-01-27T17:24:17.080Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-27T17:24:17.080Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-27T17:24:17.080Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-27T17:24:17.201Z+ rustup --version
742026-01-27T17:24:17.217Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-27T17:24:17.220Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-27T17:24:17.336Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-01-27T17:24:17.339Z+ cargo --version
782026-01-27T17:24:17.411Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-01-27T17:24:17.414Z+ rustc --version
802026-01-27T17:24:17.490Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-01-27T17:24:17.493Zprocess exited: duration 25472 ms, exit code 0
 
822026-01-27T17:24:17.500Zstarting task 2: "authentication"
832026-01-27T17:24:17.522Zprocess exited: duration 21 ms, exit code 0
 
842026-01-27T17:24:17.528Zstarting task 3: "clone repository"
852026-01-27T17:24:17.533Z+ mkdir -p /work/oxidecomputer/omicron
862026-01-27T17:24:17.536Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-01-27T17:24:17.568ZCloning into '/work/oxidecomputer/omicron'...
882026-01-27T17:24:27.925Z+ cd /work/oxidecomputer/omicron
892026-01-27T17:24:27.929Z+ git fetch origin 5c3c0b1f4d3c4f4ef55bc69b1c3973ea2f35422d
902026-01-27T17:24:28.244ZFrom https://github.com/oxidecomputer/omicron
912026-01-27T17:24:28.245Z * branch 5c3c0b1f4d3c4f4ef55bc69b1c3973ea2f35422d -> FETCH_HEAD
922026-01-27T17:24:28.255Z+ [[ -n lrtq-upgrade ]]
932026-01-27T17:24:28.258Z++ git branch --show-current
942026-01-27T17:24:28.261Z+ current=main
952026-01-27T17:24:28.261Z+ [[ main != lrtq-upgrade ]]
962026-01-27T17:24:28.261Z+ git branch -f lrtq-upgrade 5c3c0b1f4d3c4f4ef55bc69b1c3973ea2f35422d
972026-01-27T17:24:28.264Z+ git checkout -f lrtq-upgrade
982026-01-27T17:24:28.700ZSwitched to branch 'lrtq-upgrade'
992026-01-27T17:24:28.704Z+ git reset --hard 5c3c0b1f4d3c4f4ef55bc69b1c3973ea2f35422d
1002026-01-27T17:24:28.745ZHEAD is now at 5c3c0b1f4 review comments
1012026-01-27T17:24:28.748Zprocess exited: duration 11216 ms, exit code 0
 
1022026-01-27T17:24:28.754Zstarting task 4: "build"
1032026-01-27T17:24:28.760Z+ source .github/buildomat/ci-env.sh
1042026-01-27T17:24:28.760Z++ export CARGO_TERM_COLOR=always
1052026-01-27T17:24:28.760Z++ CARGO_TERM_COLOR=always
1062026-01-27T17:24:28.760Z+ cargo --version
1072026-01-27T17:24:28.822Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-01-27T17:24:28.825Z+ rustc --version
1092026-01-27T17:24:28.897Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-01-27T17:24:28.901Z+ WORK=/work
1112026-01-27T17:24:28.901Z+ pfexec mkdir -p /work
1122026-01-27T17:24:28.905Z+ pfexec chown build /work
1132026-01-27T17:24:28.908Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-01-27T17:24:39.919Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-01-27T17:24:49.892Z Startup: Caching catalogs ... Done
1162026-01-27T17:25:09.771ZPlanning: Solver setup ... Done (18.461s)
1172026-01-27T17:25:09.913ZPlanning: Running solver ... Done (0.141s)
1182026-01-27T17:25:10.067ZPlanning: Finding local manifests ... Done (0.004s)
1192026-01-27T17:25:10.141ZPlanning: Fetching manifests: 0/4 0% complete
1202026-01-27T17:25:11.441ZPlanning: Fetching manifests: 4/4 100% complete
1212026-01-27T17:25:11.489ZPlanning: Package planning ... Done (0.048s)
1222026-01-27T17:25:11.539ZPlanning: Merging actions ... Done (0.049s)
1232026-01-27T17:25:11.924ZPlanning: Checking for conflicting actions ... Done (0.386s)
1242026-01-27T17:25:11.936ZPlanning: Consolidating action changes ... Done (0.011s)
1252026-01-27T17:25:12.936ZPlanning: Evaluating mediators ... Done (1.000s)
1262026-01-27T17:25:12.945ZPlanning: Planning completed in 22.91 seconds
1272026-01-27T17:25:12.961Z Packages to install: 4
1282026-01-27T17:25:12.961Z Mediators to change: 2
1292026-01-27T17:25:12.965Z Services to change: 1
1302026-01-27T17:25:12.965Z Estimated space available: 155.44 GB
1312026-01-27T17:25:12.965ZEstimated space to be consumed: 1.80 GB
1322026-01-27T17:25:12.965Z Create boot environment: No
1332026-01-27T17:25:12.965ZCreate backup boot environment: No
1342026-01-27T17:25:12.965Z Rebuild boot archive: No
1352026-01-27T17:25:12.965Z
1362026-01-27T17:25:12.965ZChanged mediators:
1372026-01-27T17:25:12.965Z mediator clang:
1382026-01-27T17:25:12.965Z version: None -> 15 (system default)
1392026-01-27T17:25:12.965Z
1402026-01-27T17:25:12.965Z mediator llvm:
1412026-01-27T17:25:12.965Z version: 14 (system default) -> 15 (system default)
1422026-01-27T17:25:12.965Z
1432026-01-27T17:25:12.965ZChanged packages:
1442026-01-27T17:25:12.965Zhelios-dev
1452026-01-27T17:25:12.965Z developer/build-essential
1462026-01-27T17:25:12.965Z None -> 11-2.0
1472026-01-27T17:25:12.965Z library/libxmlsec1
1482026-01-27T17:25:12.965Z None -> 1.2.35-2.0
1492026-01-27T17:25:12.965Z ooce/developer/clang-15
1502026-01-27T17:25:12.966Z None -> 15.0.7-2.0
1512026-01-27T17:25:12.966Z ooce/developer/llvm-15
1522026-01-27T17:25:12.966Z None -> 15.0.7-2.0
1532026-01-27T17:25:12.966Z
1542026-01-27T17:25:12.966ZServices:
1552026-01-27T17:25:12.966Z restart_fmri:
1562026-01-27T17:25:12.966Z svc:/system/update-man-index:default
1572026-01-27T17:25:13.011Z
1582026-01-27T17:25:13.011ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-01-27T17:25:18.012ZDownload: 1147/3290 items 77.5/212.6MB 36% complete (15.4M/s)
1602026-01-27T17:25:24.436ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (14.7M/s)
1612026-01-27T17:25:29.438ZDownload: 2443/3290 items 119.9/212.6MB 56% complete (3.8M/s)
1622026-01-27T17:25:34.086ZDownload: Completed 212.60 MB in 21.06 seconds (10.1M/s)
1632026-01-27T17:25:34.365Z Actions: 1/3689 actions (Installing new actions)
1642026-01-27T17:25:38.873Z Actions: Completed 3689 actions in 4.53 seconds.
1652026-01-27T17:25:39.281Z Done (0.403s)
1662026-01-27T17:25:39.281Z Done (0.000s)
1672026-01-27T17:25:40.358Z Done (1.061s)
1682026-01-27T17:25:45.378Z Done (4.679s)
1692026-01-27T17:25:45.462Z Done (0.016s)
1702026-01-27T17:25:45.465Z Done (0.000s)
1712026-01-27T17:25:45.613Z Done (0.000s)
1722026-01-27T17:25:46.542ZPlanning: Evaluating mediator changes ... Done
1732026-01-27T17:25:46.701ZPlanning: Checking for conflicting actions ... Done
1742026-01-27T17:25:46.704ZPlanning: Consolidating action changes ... Done
1752026-01-27T17:25:46.966ZPlanning: Evaluating mediators ... Done
1762026-01-27T17:25:46.969ZPlanning: Planning completed in 0.43 seconds
1772026-01-27T17:25:46.999Z Mediators to change: 2
1782026-01-27T17:25:47.003Z Create boot environment: No
1792026-01-27T17:25:47.003ZCreate backup boot environment: No
1802026-01-27T17:25:47.085Z Done
1812026-01-27T17:25:47.085Z Done
1822026-01-27T17:25:47.818Z Done
1832026-01-27T17:25:51.294Z Done
1842026-01-27T17:25:51.381Z Done
1852026-01-27T17:25:51.384Z Done
1862026-01-27T17:25:51.543Z Done
1872026-01-27T17:25:52.144ZPlanning: Evaluating mediator changes ... Done
1882026-01-27T17:25:52.147ZPlanning: Merging actions ... Done
1892026-01-27T17:25:52.335ZPlanning: Checking for conflicting actions ... Done
1902026-01-27T17:25:52.338ZPlanning: Consolidating action changes ... Done
1912026-01-27T17:25:52.596ZPlanning: Evaluating mediators ... Done
1922026-01-27T17:25:52.650ZPlanning: Planning completed in 0.75 seconds
1932026-01-27T17:25:52.684Z Packages to change: 1
1942026-01-27T17:25:52.684Z Mediators to change: 1
1952026-01-27T17:25:52.687Z Services to change: 1
1962026-01-27T17:25:52.687Z Create boot environment: No
1972026-01-27T17:25:52.687ZCreate backup boot environment: Yes
1982026-01-27T17:25:55.280Z Actions: 1/6 actions (Updating modified actions)
1992026-01-27T17:25:55.283Z Actions: Completed 6 actions in 0.00 seconds.
2002026-01-27T17:25:55.283Z Done
2012026-01-27T17:25:55.283Z Done
2022026-01-27T17:25:55.506Z Done
2032026-01-27T17:25:59.069Z Done
2042026-01-27T17:25:59.163Z Done
2052026-01-27T17:25:59.171Z Done
2062026-01-27T17:25:59.331Z Done
2072026-01-27T17:25:59.764ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082026-01-27T17:25:59.764Zclang system 15 system
2092026-01-27T17:25:59.764Zcsh system system illumos
2102026-01-27T17:25:59.764Zctags system system illumos
2112026-01-27T17:25:59.764Zfile system system illumos
2122026-01-27T17:25:59.765Zgcc vendor 12 vendor
2132026-01-27T17:25:59.765Zgcc system 10 system
2142026-01-27T17:25:59.765Zgcc system 7 system
2152026-01-27T17:25:59.765Zgo system 1.20 system
2162026-01-27T17:25:59.765Zgo system 1.19 system
2172026-01-27T17:25:59.765Zllvm system 15 system
2182026-01-27T17:25:59.765Zllvm system 14 system
2192026-01-27T17:25:59.765Zmariadb system 10.6 system
2202026-01-27T17:25:59.765Zmta vendor vendor dma
2212026-01-27T17:25:59.765Zopenjdk system 17 system
2222026-01-27T17:25:59.765Zopenjdk system 11 system
2232026-01-27T17:25:59.765Zopenjdk system 1.8 system
2242026-01-27T17:25:59.765Zopenssl vendor 3 vendor
2252026-01-27T17:25:59.765Zperl system 5.36 system
2262026-01-27T17:25:59.765Zpostgresql system 15 system
2272026-01-27T17:25:59.765Zpostgresql system 13 system
2282026-01-27T17:25:59.765Zpython vendor 3 vendor
2292026-01-27T17:25:59.765Zpython system 2 system
2302026-01-27T17:25:59.765Zpython3 system 3.11 system
2312026-01-27T17:25:59.765Zruby system 3.0 system
2322026-01-27T17:25:59.765Zwords vendor vendor american-english
2332026-01-27T17:25:59.765Zwords system system australian-english
2342026-01-27T17:25:59.765Zwords system system british-english
2352026-01-27T17:25:59.765Zwords system system canadian-english
2362026-01-27T17:25:59.765Zwords system system french
2372026-01-27T17:25:59.765Zwords system system italian
2382026-01-27T17:25:59.765Zwords system system ngerman
2392026-01-27T17:25:59.765Zwords system system ogerman
2402026-01-27T17:25:59.765Zwords system system spanish
2412026-01-27T17:26:00.091ZPUBLISHER TYPE STATUS P LOCATION
2422026-01-27T17:26:00.091Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432026-01-27T17:26:06.288ZFMRI IFO
2442026-01-27T17:26:06.288Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452026-01-27T17:26:06.288Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462026-01-27T17:26:06.288Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472026-01-27T17:26:06.288Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482026-01-27T17:26:06.288Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492026-01-27T17:26:06.288Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2502026-01-27T17:26:06.289Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2512026-01-27T17:26:06.289Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2522026-01-27T17:26:06.289Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2532026-01-27T17:26:06.289Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542026-01-27T17:26:06.289Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2552026-01-27T17:26:06.289Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2562026-01-27T17:26:06.289Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572026-01-27T17:26:06.289Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2582026-01-27T17:26:06.289Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2592026-01-27T17:26:06.289Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602026-01-27T17:26:07.418Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612026-01-27T17:26:07.692Z Updating crates.io index
2622026-01-27T17:26:07.734Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-01-27T17:26:08.052Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2642026-01-27T17:26:08.890Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-01-27T17:26:09.273Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2662026-01-27T17:26:09.584Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-01-27T17:26:09.907Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-01-27T17:26:11.274Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-01-27T17:26:13.790Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-01-27T17:26:14.800Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-01-27T17:26:15.050Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722026-01-27T17:26:15.988Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732026-01-27T17:26:16.558Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742026-01-27T17:26:16.836Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-01-27T17:26:17.400Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762026-01-27T17:26:17.669Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-01-27T17:26:18.437Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-01-27T17:26:18.979Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-01-27T17:26:19.255Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802026-01-27T17:26:19.552Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2812026-01-27T17:26:19.960Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-01-27T17:26:20.161Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-01-27T17:26:20.391Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-01-27T17:26:20.640Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-01-27T17:26:21.002Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-01-27T17:26:21.494Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-01-27T17:26:21.790Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-01-27T17:26:22.330Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-01-27T17:26:22.598Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-01-27T17:26:23.883Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2912026-01-27T17:26:24.292Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-01-27T17:26:24.614Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-01-27T17:26:24.917Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-01-27T17:26:25.307Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-01-27T17:26:25.641Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-01-27T17:26:26.020Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-01-27T17:26:26.306Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-01-27T17:26:26.548Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-01-27T17:26:58.355Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-01-27T17:26:58.773Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-01-27T17:27:00.283Z Downloading crates ...
3022026-01-27T17:27:00.383Z Downloaded anstyle-query v1.1.1
3032026-01-27T17:27:00.391Z Downloaded anstyle v1.0.11
3042026-01-27T17:27:00.391Z Downloaded cargo_metadata v0.21.0
3052026-01-27T17:27:00.391Z Downloaded anstream v0.6.18
3062026-01-27T17:27:00.391Z Downloaded tabled_derive v0.7.0
3072026-01-27T17:27:00.391Z Downloaded cargo_toml v0.21.0
3082026-01-27T17:27:00.391Z Downloaded cargo-util-schemas v0.8.2
3092026-01-27T17:27:00.392Z Downloaded clap v4.5.48
3102026-01-27T17:27:00.392Z Downloaded url v2.5.4
3112026-01-27T17:27:00.392Z Downloaded utf8_iter v1.0.4
3122026-01-27T17:27:00.392Z Downloaded unicode-ident v1.0.19
3132026-01-27T17:27:00.392Z Downloaded zerovec-derive v0.10.3
3142026-01-27T17:27:00.392Z Downloaded write16 v1.0.0
3152026-01-27T17:27:00.392Z Downloaded toml_datetime v0.6.11
3162026-01-27T17:27:00.392Z Downloaded thiserror-impl v2.0.17
3172026-01-27T17:27:00.392Z Downloaded memmap v0.7.0
3182026-01-27T17:27:00.392Z Downloaded icu_provider_macros v1.5.0
3192026-01-27T17:27:00.392Z Downloaded usdt-macro v0.5.0
3202026-01-27T17:27:00.393Z Downloaded plain v0.2.3
3212026-01-27T17:27:00.393Z Downloaded unicode-xid v0.2.6
3222026-01-27T17:27:00.393Z Downloaded heck v0.4.1
3232026-01-27T17:27:00.393Z Downloaded usdt v0.5.0
3242026-01-27T17:27:00.393Z Downloaded bytecount v0.6.8
3252026-01-27T17:27:00.393Z Downloaded usdt-attr-macro v0.5.0
3262026-01-27T17:27:00.393Z Downloaded terminal_size v0.4.0
3272026-01-27T17:27:00.410Z Downloaded utf8parse v0.2.2
3282026-01-27T17:27:00.410Z Downloaded erased-serde v0.4.6
3292026-01-27T17:27:00.411Z Downloaded generic-array v0.14.7
3302026-01-27T17:27:00.411Z Downloaded typeid v1.0.3
3312026-01-27T17:27:00.411Z Downloaded form_urlencoded v1.2.2
3322026-01-27T17:27:00.411Z Downloaded cfg-if v1.0.4
3332026-01-27T17:27:00.411Z Downloaded utf16_iter v1.0.5
3342026-01-27T17:27:00.411Z Downloaded thiserror-impl v1.0.69
3352026-01-27T17:27:00.412Z Downloaded thiserror v2.0.17
3362026-01-27T17:27:00.429Z Downloaded zerofrom v0.1.4
3372026-01-27T17:27:00.429Z Downloaded yoke-derive v0.7.4
3382026-01-27T17:27:00.430Z Downloaded yoke v0.7.4
3392026-01-27T17:27:00.430Z Downloaded zerofrom-derive v0.1.4
3402026-01-27T17:27:00.430Z Downloaded thread-id v4.2.2
3412026-01-27T17:27:00.430Z Downloaded writeable v0.5.5
3422026-01-27T17:27:00.430Z Downloaded scroll v0.12.0
3432026-01-27T17:27:00.430Z Downloaded usdt-impl v0.5.0
3442026-01-27T17:27:00.430Z Downloaded version_check v0.9.5
3452026-01-27T17:27:00.430Z Downloaded toml_write v0.1.2
3462026-01-27T17:27:00.430Z Downloaded serde_spanned v0.6.9
3472026-01-27T17:27:00.443Z Downloaded thiserror v1.0.69
3482026-01-27T17:27:00.443Z Downloaded zmij v1.0.15
3492026-01-27T17:27:00.444Z Downloaded typenum v1.17.0
3502026-01-27T17:27:00.444Z Downloaded tinystr v0.7.6
3512026-01-27T17:27:00.444Z Downloaded textwrap v0.16.2
3522026-01-27T17:27:00.444Z Downloaded ucd-trie v0.1.7
3532026-01-27T17:27:00.445Z Downloaded strsim v0.11.1
3542026-01-27T17:27:00.445Z Downloaded idna_adapter v1.2.0
3552026-01-27T17:27:00.445Z Downloaded itoa v1.0.11
3562026-01-27T17:27:00.484Z Downloaded toml_edit v0.22.27
3572026-01-27T17:27:00.484Z Downloaded heck v0.5.0
3582026-01-27T17:27:00.484Z Downloaded crypto-common v0.1.6
3592026-01-27T17:27:00.484Z Downloaded zerocopy-derive v0.7.35
3602026-01-27T17:27:00.485Z Downloaded ordered-float v2.10.1
3612026-01-27T17:27:00.485Z Downloaded stable_deref_trait v1.2.0
3622026-01-27T17:27:00.485Z Downloaded smawk v0.3.2
3632026-01-27T17:27:00.485Z Downloaded zerocopy v0.7.35
3642026-01-27T17:27:00.485Z Downloaded winnow v0.7.13
3652026-01-27T17:27:00.485Z Downloaded zerovec v0.10.4
3662026-01-27T17:27:00.501Z Downloaded proc-macro-error v1.0.4
3672026-01-27T17:27:00.501Z Downloaded litemap v0.7.3
3682026-01-27T17:27:00.501Z Downloaded clap_lex v0.7.4
3692026-01-27T17:27:00.501Z Downloaded semver v1.0.27
3702026-01-27T17:27:00.501Z Downloaded serde-value v0.7.0
3712026-01-27T17:27:00.501Z Downloaded bitflags v2.9.4
3722026-01-27T17:27:00.514Z Downloaded serde-untagged v0.1.7
3732026-01-27T17:27:00.514Z Downloaded icu_normalizer_data v1.5.0
3742026-01-27T17:27:00.514Z Downloaded dof v0.3.0
3752026-01-27T17:27:00.514Z Downloaded pest_generator v2.8.2
3762026-01-27T17:27:00.514Z Downloaded unicode-width v0.2.0
3772026-01-27T17:27:00.514Z Downloaded unicode-width v0.1.14
3782026-01-27T17:27:00.514Z Downloaded synstructure v0.13.1
3792026-01-27T17:27:00.550Z Downloaded camino-tempfile v1.4.1
3802026-01-27T17:27:00.550Z Downloaded swrite v0.1.0
3812026-01-27T17:27:00.550Z Downloaded displaydoc v0.2.5
3822026-01-27T17:27:00.551Z Downloaded quote v1.0.40
3832026-01-27T17:27:00.551Z Downloaded once_cell v1.21.3
3842026-01-27T17:27:00.551Z Downloaded digest v0.10.7
3852026-01-27T17:27:00.551Z Downloaded fs-err v3.1.1
3862026-01-27T17:27:00.551Z Downloaded pest_derive v2.8.2
3872026-01-27T17:27:00.578Z Downloaded scroll_derive v0.12.0
3882026-01-27T17:27:00.578Z Downloaded pretty-hex v0.4.1
3892026-01-27T17:27:00.578Z Downloaded icu_locid_transform v1.5.0
3902026-01-27T17:27:00.578Z Downloaded cpufeatures v0.2.14
3912026-01-27T17:27:00.578Z Downloaded sha2 v0.10.9
3922026-01-27T17:27:00.578Z Downloaded colorchoice v1.0.2
3932026-01-27T17:27:00.578Z Downloaded pest_meta v2.8.2
3942026-01-27T17:27:00.578Z Downloaded camino v1.2.1
3952026-01-27T17:27:00.578Z Downloaded byteorder v1.5.0
3962026-01-27T17:27:00.578Z Downloaded equivalent v1.0.2
3972026-01-27T17:27:00.578Z Downloaded toml v0.8.23
3982026-01-27T17:27:00.578Z Downloaded icu_locid_transform_data v1.5.0
3992026-01-27T17:27:00.578Z Downloaded smallvec v1.15.1
4002026-01-27T17:27:00.578Z Downloaded errno v0.3.12
4012026-01-27T17:27:00.579Z Downloaded cargo-platform v0.2.0
4022026-01-27T17:27:00.579Z Downloaded tempfile v3.24.0
4032026-01-27T17:27:00.579Z Downloaded proc-macro-error-attr v1.0.4
4042026-01-27T17:27:00.579Z Downloaded is_terminal_polyfill v1.70.1
4052026-01-27T17:27:00.580Z Downloaded papergrid v0.11.0
4062026-01-27T17:27:00.580Z Downloaded getrandom v0.3.4
4072026-01-27T17:27:00.580Z Downloaded autocfg v1.4.0
4082026-01-27T17:27:00.580Z Downloaded icu_properties v1.5.1
4092026-01-27T17:27:00.580Z Downloaded clap_derive v4.5.47
4102026-01-27T17:27:00.580Z Downloaded fastrand v2.1.1
4112026-01-27T17:27:00.606Z Downloaded unicode-linebreak v0.1.5
4122026-01-27T17:27:00.606Z Downloaded icu_locid v1.5.0
4132026-01-27T17:27:00.606Z Downloaded serde_tokenstream v0.2.2
4142026-01-27T17:27:00.606Z Downloaded serde_derive v1.0.228
4152026-01-27T17:27:00.606Z Downloaded serde_core v1.0.228
4162026-01-27T17:27:00.607Z Downloaded proc-macro2 v1.0.101
4172026-01-27T17:27:00.607Z Downloaded icu_normalizer v1.5.0
4182026-01-27T17:27:00.607Z Downloaded num-traits v0.2.19
4192026-01-27T17:27:00.607Z Downloaded log v0.4.29
4202026-01-27T17:27:00.607Z Downloaded serde v1.0.228
4212026-01-27T17:27:00.607Z Downloaded percent-encoding v2.3.2
4222026-01-27T17:27:00.607Z Downloaded macaddr v1.0.1
4232026-01-27T17:27:00.607Z Downloaded icu_provider v1.5.0
4242026-01-27T17:27:00.607Z Downloaded fnv v1.0.7
4252026-01-27T17:27:00.607Z Downloaded dtrace-parser v0.2.0
4262026-01-27T17:27:00.607Z Downloaded anyhow v1.0.99
4272026-01-27T17:27:00.607Z Downloaded block-buffer v0.10.4
4282026-01-27T17:27:00.607Z Downloaded anstyle-parse v0.2.5
4292026-01-27T17:27:00.621Z Downloaded memchr v2.7.4
4302026-01-27T17:27:00.621Z Downloaded icu_collections v1.5.0
4312026-01-27T17:27:00.639Z Downloaded indexmap v2.12.1
4322026-01-27T17:27:00.639Z Downloaded pest v2.8.2
4332026-01-27T17:27:00.661Z Downloaded serde_json v1.0.149
4342026-01-27T17:27:00.678Z Downloaded hashbrown v0.16.1
4352026-01-27T17:27:00.694Z Downloaded idna v1.0.3
4362026-01-27T17:27:00.694Z Downloaded clap_builder v4.5.48
4372026-01-27T17:27:00.694Z Downloaded goblin v0.8.2
4382026-01-27T17:27:00.718Z Downloaded icu_properties_data v1.5.0
4392026-01-27T17:27:00.738Z Downloaded tabled v0.15.0
4402026-01-27T17:27:00.751Z Downloaded syn v1.0.109
4412026-01-27T17:27:00.751Z Downloaded syn v2.0.111
4422026-01-27T17:27:00.760Z Downloaded rustix v0.38.37
4432026-01-27T17:27:00.780Z Downloaded rustix v1.1.3
4442026-01-27T17:27:00.805Z Downloaded libc v0.2.180
4452026-01-27T17:27:00.917Z Compiling proc-macro2 v1.0.101
4462026-01-27T17:27:00.941Z Compiling unicode-ident v1.0.19
4472026-01-27T17:27:00.941Z Compiling serde_core v1.0.228
4482026-01-27T17:27:00.941Z Compiling version_check v0.9.5
4492026-01-27T17:27:00.942Z Compiling serde v1.0.228
4502026-01-27T17:27:00.942Z Compiling libc v0.2.180
4512026-01-27T17:27:01.117Z Compiling memchr v2.7.4
4522026-01-27T17:27:01.133Z Compiling thiserror v2.0.17
4532026-01-27T17:27:01.360Z Compiling stable_deref_trait v1.2.0
4542026-01-27T17:27:01.490Z Compiling zmij v1.0.15
4552026-01-27T17:27:01.907Z Compiling ucd-trie v0.1.7
4562026-01-27T17:27:01.947Z Compiling autocfg v1.4.0
4572026-01-27T17:27:02.213Z Compiling itoa v1.0.11
4582026-01-27T17:27:02.380Z Compiling writeable v0.5.5
4592026-01-27T17:27:02.458Z Compiling thiserror v1.0.69
4602026-01-27T17:27:02.616Z Compiling litemap v0.7.3
4612026-01-27T17:27:02.829Z Compiling bitflags v2.9.4
4622026-01-27T17:27:02.907Z Compiling byteorder v1.5.0
4632026-01-27T17:27:03.201Z Compiling quote v1.0.40
4642026-01-27T17:27:03.248Z Compiling errno v0.3.12
4652026-01-27T17:27:03.362Z Compiling icu_locid_transform_data v1.5.0
4662026-01-27T17:27:03.471Z Compiling serde_json v1.0.149
4672026-01-27T17:27:03.521Z Compiling icu_properties_data v1.5.0
4682026-01-27T17:27:03.630Z Compiling syn v2.0.111
4692026-01-27T17:27:03.757Z Compiling num-traits v0.2.19
4702026-01-27T17:27:03.820Z Compiling hashbrown v0.16.1
4712026-01-27T17:27:03.856Z Compiling typeid v1.0.3
4722026-01-27T17:27:03.883Z Compiling utf16_iter v1.0.5
4732026-01-27T17:27:04.064Z Compiling icu_normalizer_data v1.5.0
4742026-01-27T17:27:04.093Z Compiling rustix v0.38.37
4752026-01-27T17:27:04.176Z Compiling smallvec v1.15.1
4762026-01-27T17:27:04.389Z Compiling utf8_iter v1.0.4
4772026-01-27T17:27:04.647Z Compiling write16 v1.0.0
4782026-01-27T17:27:04.687Z Compiling equivalent v1.0.2
4792026-01-27T17:27:04.840Z Compiling indexmap v2.12.1
4802026-01-27T17:27:04.937Z Compiling usdt-impl v0.5.0
4812026-01-27T17:27:04.959Z Compiling proc-macro-error-attr v1.0.4
4822026-01-27T17:27:05.116Z Compiling toml_write v0.1.2
4832026-01-27T17:27:05.302Z Compiling winnow v0.7.13
4842026-01-27T17:27:05.324Z Compiling syn v1.0.109
4852026-01-27T17:27:05.746Z Compiling thread-id v4.2.2
4862026-01-27T17:27:06.143Z Compiling proc-macro-error v1.0.4
4872026-01-27T17:27:06.185Z Compiling camino v1.2.1
4882026-01-27T17:27:06.525Z Compiling percent-encoding v2.3.2
4892026-01-27T17:27:06.798Z Compiling plain v0.2.3
4902026-01-27T17:27:06.870Z Compiling log v0.4.29
4912026-01-27T17:27:06.982Z Compiling rustix v1.1.3
4922026-01-27T17:27:07.225Z Compiling utf8parse v0.2.2
4932026-01-27T17:27:07.285Z Compiling getrandom v0.3.4
4942026-01-27T17:27:07.419Z Compiling ordered-float v2.10.1
4952026-01-27T17:27:07.531Z Compiling anstyle-parse v0.2.5
4962026-01-27T17:27:07.985Z Compiling terminal_size v0.4.0
4972026-01-27T17:27:08.057Z Compiling form_urlencoded v1.2.2
4982026-01-27T17:27:08.680Z Compiling anstyle v1.0.11
4992026-01-27T17:27:08.748Z Compiling cfg-if v1.0.4
5002026-01-27T17:27:08.774Z Compiling anstyle-query v1.1.1
5012026-01-27T17:27:08.861Z Compiling colorchoice v1.0.2
5022026-01-27T17:27:08.887Z Compiling is_terminal_polyfill v1.70.1
5032026-01-27T17:27:08.944Z Compiling pretty-hex v0.4.1
5042026-01-27T17:27:09.045Z Compiling anstream v0.6.18
5052026-01-27T17:27:09.310Z Compiling semver v1.0.27
5062026-01-27T17:27:09.828Z Compiling fs-err v3.1.1
5072026-01-27T17:27:09.999Z Compiling anyhow v1.0.99
5082026-01-27T17:27:10.002Z Compiling once_cell v1.21.3
5092026-01-27T17:27:10.188Z Compiling synstructure v0.13.1
5102026-01-27T17:27:10.373Z Compiling heck v0.5.0
5112026-01-27T17:27:10.435Z Compiling unicode-xid v0.2.6
5122026-01-27T17:27:10.623Z Compiling unicode-width v0.1.14
5132026-01-27T17:27:10.655Z Compiling fnv v1.0.7
5142026-01-27T17:27:10.820Z Compiling clap_lex v0.7.4
5152026-01-27T17:27:11.166Z Compiling strsim v0.11.1
5162026-01-27T17:27:11.222Z Compiling heck v0.4.1
5172026-01-27T17:27:11.261Z Compiling fastrand v2.1.1
5182026-01-27T17:27:11.450Z Compiling bytecount v0.6.8
5192026-01-27T17:27:11.510Z Compiling clap_builder v4.5.48
5202026-01-27T17:27:11.658Z Compiling papergrid v0.11.0
5212026-01-27T17:27:11.684Z Compiling tempfile v3.24.0
5222026-01-27T17:27:12.018Z Compiling memmap v0.7.0
5232026-01-27T17:27:12.175Z Compiling unicode-linebreak v0.1.5
5242026-01-27T17:27:12.351Z Compiling unicode-width v0.2.0
5252026-01-27T17:27:12.445Z Compiling smawk v0.3.2
5262026-01-27T17:27:12.694Z Compiling camino-tempfile v1.4.1
5272026-01-27T17:27:12.873Z Compiling textwrap v0.16.2
5282026-01-27T17:27:13.391Z Compiling tabled_derive v0.7.0
5292026-01-27T17:27:13.425Z Compiling swrite v0.1.0
5302026-01-27T17:27:13.580Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5312026-01-27T17:27:14.289Z Compiling serde_derive v1.0.228
5322026-01-27T17:27:14.312Z Compiling zerofrom-derive v0.1.4
5332026-01-27T17:27:14.347Z Compiling yoke-derive v0.7.4
5342026-01-27T17:27:14.423Z Compiling thiserror-impl v2.0.17
5352026-01-27T17:27:14.449Z Compiling zerovec-derive v0.10.3
5362026-01-27T17:27:15.183Z Compiling displaydoc v0.2.5
5372026-01-27T17:27:16.712Z Compiling icu_provider_macros v1.5.0
5382026-01-27T17:27:16.791Z Compiling thiserror-impl v1.0.69
5392026-01-27T17:27:17.069Z Compiling zerocopy-derive v0.7.35
5402026-01-27T17:27:17.598Z Compiling pest v2.8.2
5412026-01-27T17:27:17.627Z Compiling zerofrom v0.1.4
5422026-01-27T17:27:17.728Z Compiling scroll_derive v0.12.0
5432026-01-27T17:27:17.882Z Compiling yoke v0.7.4
5442026-01-27T17:27:18.278Z Compiling zerovec v0.10.4
5452026-01-27T17:27:18.872Z Compiling clap_derive v4.5.47
5462026-01-27T17:27:18.967Z Compiling zerocopy v0.7.35
5472026-01-27T17:27:19.109Z Compiling scroll v0.12.0
5482026-01-27T17:27:19.679Z Compiling goblin v0.8.2
5492026-01-27T17:27:19.796Z Compiling tabled v0.15.0
5502026-01-27T17:27:20.043Z Compiling tinystr v0.7.6
5512026-01-27T17:27:20.345Z Compiling pest_meta v2.8.2
5522026-01-27T17:27:20.374Z Compiling icu_collections v1.5.0
5532026-01-27T17:27:20.444Z Compiling icu_locid v1.5.0
5542026-01-27T17:27:21.624Z Compiling icu_provider v1.5.0
5552026-01-27T17:27:22.383Z Compiling icu_locid_transform v1.5.0
5562026-01-27T17:27:22.430Z Compiling pest_generator v2.8.2
5572026-01-27T17:27:22.461Z Compiling serde_spanned v0.6.9
5582026-01-27T17:27:22.591Z Compiling toml_datetime v0.6.11
5592026-01-27T17:27:22.718Z Compiling dof v0.3.0
5602026-01-27T17:27:22.747Z Compiling serde_tokenstream v0.2.2
5612026-01-27T17:27:23.101Z Compiling toml_edit v0.22.27
5622026-01-27T17:27:23.356Z Compiling erased-serde v0.4.6
5632026-01-27T17:27:23.586Z Compiling icu_properties v1.5.1
5642026-01-27T17:27:24.129Z Compiling serde-value v0.7.0
5652026-01-27T17:27:24.515Z Compiling pest_derive v2.8.2
5662026-01-27T17:27:24.563Z Compiling serde-untagged v0.1.7
5672026-01-27T17:27:24.658Z Compiling cargo-platform v0.2.0
5682026-01-27T17:27:24.919Z Compiling clap v4.5.48
5692026-01-27T17:27:25.052Z Compiling macaddr v1.0.1
5702026-01-27T17:27:25.332Z Compiling dtrace-parser v0.2.0
5712026-01-27T17:27:26.469Z Compiling toml v0.8.23
5722026-01-27T17:27:27.206Z Compiling usdt-attr-macro v0.5.0
5732026-01-27T17:27:27.206Z Compiling usdt-macro v0.5.0
5742026-01-27T17:27:27.209Z Compiling icu_normalizer v1.5.0
5752026-01-27T17:27:27.329Z Compiling cargo_toml v0.21.0
5762026-01-27T17:27:28.084Z Compiling idna_adapter v1.2.0
5772026-01-27T17:27:28.266Z Compiling idna v1.0.3
5782026-01-27T17:27:28.519Z Compiling usdt v0.5.0
5792026-01-27T17:27:28.675Z Compiling url v2.5.4
5802026-01-27T17:27:29.352Z Compiling cargo-util-schemas v0.8.2
5812026-01-27T17:27:30.939Z Compiling cargo_metadata v0.21.0
5822026-01-27T17:27:32.432Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5832026-01-27T17:27:35.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
5842026-01-27T17:27:36.081Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5852026-01-27T17:27:36.808Z Downloading crates ...
5862026-01-27T17:27:36.958Z Downloaded assert_matches v1.5.0
5872026-01-27T17:27:36.962Z Downloaded async-stream v0.3.6
5882026-01-27T17:27:36.967Z Downloaded aead v0.5.2
5892026-01-27T17:27:36.971Z Downloaded async-bb8-diesel v0.2.1
5902026-01-27T17:27:36.978Z Downloaded adler2 v2.0.0
5912026-01-27T17:27:36.982Z Downloaded csv-core v0.1.11
5922026-01-27T17:27:36.986Z Downloaded bitfield-macros v0.19.2
5932026-01-27T17:27:36.989Z Downloaded cstr-argument v0.1.2
5942026-01-27T17:27:36.993Z Downloaded ciborium-io v0.2.2
5952026-01-27T17:27:36.998Z Downloaded ctr v0.9.2
5962026-01-27T17:27:37.008Z Downloaded convert_case v0.4.0
5972026-01-27T17:27:37.013Z Downloaded cipher v0.4.4
5982026-01-27T17:27:37.013Z Downloaded crossterm v0.29.0
5992026-01-27T17:27:37.022Z Downloaded dtrace-parser v0.3.0
6002026-01-27T17:27:37.025Z Downloaded derive-where v1.5.0
6012026-01-27T17:27:37.035Z Downloaded derive_more v0.99.20
6022026-01-27T17:27:37.045Z Downloaded dof v0.4.0
6032026-01-27T17:27:37.051Z Downloaded debug-ignore v1.0.5
6042026-01-27T17:27:37.051Z Downloaded derive_builder_macro v0.20.2
6052026-01-27T17:27:37.057Z Downloaded dsl_auto_type v0.1.2
6062026-01-27T17:27:37.060Z Downloaded defmt-parser v0.3.4
6072026-01-27T17:27:37.063Z Downloaded dunce v1.0.5
6082026-01-27T17:27:37.069Z Downloaded diesel_table_macro_syntax v0.2.0
6092026-01-27T17:27:37.072Z Downloaded futures-macro v0.3.31
6102026-01-27T17:27:37.077Z Downloaded dyn-clone v1.0.20
6112026-01-27T17:27:37.080Z Downloaded bitflags v1.3.2
6122026-01-27T17:27:37.083Z Downloaded fixedbitset v0.4.2
6132026-01-27T17:27:37.086Z Downloaded float-cmp v0.10.0
6142026-01-27T17:27:37.091Z Downloaded foreign-types-shared v0.3.1
6152026-01-27T17:27:37.097Z Downloaded futures-io v0.3.31
6162026-01-27T17:27:37.100Z Downloaded funty v2.0.0
6172026-01-27T17:27:37.105Z Downloaded fxhash v0.2.1
6182026-01-27T17:27:37.109Z Downloaded foreign-types-macros v0.2.3
6192026-01-27T17:27:37.112Z Downloaded drift v0.1.2
6202026-01-27T17:27:37.116Z Downloaded gethostname v0.5.0
6212026-01-27T17:27:37.120Z Downloaded ghash v0.5.1
6222026-01-27T17:27:37.124Z Downloaded heck v0.3.3
6232026-01-27T17:27:37.128Z Downloaded hash32 v0.3.1
6242026-01-27T17:27:37.131Z Downloaded home v0.5.9
6252026-01-27T17:27:37.137Z Downloaded hex-literal v0.4.1
6262026-01-27T17:27:37.140Z Downloaded filetime v0.2.26
6272026-01-27T17:27:37.143Z Downloaded futures-core v0.3.31
6282026-01-27T17:27:37.159Z Downloaded http-range v0.1.5
6292026-01-27T17:27:37.163Z Downloaded http-body v1.0.1
6302026-01-27T17:27:37.167Z Downloaded headers-core v0.3.0
6312026-01-27T17:27:37.172Z Downloaded hyper-tls v0.6.0
6322026-01-27T17:27:37.175Z Downloaded hostname v0.3.1
6332026-01-27T17:27:37.179Z Downloaded indent_write v2.2.0
6342026-01-27T17:27:37.185Z Downloaded ciborium v0.2.2
6352026-01-27T17:27:37.189Z Downloaded cargo_metadata v0.19.2
6362026-01-27T17:27:37.193Z Downloaded is_ci v1.2.0
6372026-01-27T17:27:37.196Z Downloaded crossbeam-utils v0.8.21
6382026-01-27T17:27:37.200Z Downloaded fixedbitset v0.5.7
6392026-01-27T17:27:37.203Z Downloaded erased-serde v0.3.31
6402026-01-27T17:27:37.207Z Downloaded lazycell v1.3.0
6412026-01-27T17:27:37.210Z Downloaded ahash v0.8.12
6422026-01-27T17:27:37.216Z Downloaded getrandom v0.2.15
6432026-01-27T17:27:37.219Z Downloaded inout v0.1.3
6442026-01-27T17:27:37.224Z Downloaded md-5 v0.10.6
6452026-01-27T17:27:37.228Z Downloaded internet-checksum v0.2.1
6462026-01-27T17:27:37.235Z Downloaded crossbeam-epoch v0.9.18
6472026-01-27T17:27:37.239Z Downloaded kstat-rs v0.2.4
6482026-01-27T17:27:37.239Z Downloaded colored v3.0.0
6492026-01-27T17:27:37.244Z Downloaded mime v0.3.17
6502026-01-27T17:27:37.248Z Downloaded nodrop v0.1.14
6512026-01-27T17:27:37.252Z Downloaded newline-converter v0.3.0
6522026-01-27T17:27:37.252Z Downloaded libsw-core v0.3.1
6532026-01-27T17:27:37.259Z Downloaded futures v0.3.31
6542026-01-27T17:27:37.264Z Downloaded newtype_derive v0.1.6
6552026-01-27T17:27:37.268Z Downloaded managed v0.8.0
6562026-01-27T17:27:37.273Z Downloaded num-conv v0.1.0
6572026-01-27T17:27:37.273Z Downloaded linear-map v1.2.0
6582026-01-27T17:27:37.279Z Downloaded num-iter v0.1.45
6592026-01-27T17:27:37.284Z Downloaded half v1.8.3
6602026-01-27T17:27:37.284Z Downloaded opaque-debug v0.3.1
6612026-01-27T17:27:37.288Z Downloaded normalize-line-endings v0.3.0
6622026-01-27T17:27:37.288Z Downloaded nonempty v0.12.0
6632026-01-27T17:27:37.304Z Downloaded num-derive v0.3.3
6642026-01-27T17:27:37.314Z Downloaded ingot-macros v0.1.1
6652026-01-27T17:27:37.314Z Downloaded nanorand v0.7.0
6662026-01-27T17:27:37.314Z Downloaded openssl-macros v0.1.1
6672026-01-27T17:27:37.314Z Downloaded openssl-probe v0.1.5
6682026-01-27T17:27:37.314Z Downloaded ipnet v2.11.0
6692026-01-27T17:27:37.320Z Downloaded number_prefix v0.4.0
6702026-01-27T17:27:37.320Z Downloaded num_threads v0.1.7
6712026-01-27T17:27:37.320Z Downloaded base64 v0.13.1
6722026-01-27T17:27:37.325Z Downloaded num-complex v0.4.6
6732026-01-27T17:27:37.325Z Downloaded parse-size v1.1.0
6742026-01-27T17:27:37.330Z Downloaded oso-derive v0.27.3
6752026-01-27T17:27:37.330Z Downloaded num-integer v0.1.46
6762026-01-27T17:27:37.334Z Downloaded pbkdf2 v0.12.2
6772026-01-27T17:27:37.335Z Downloaded path-slash v0.1.5
6782026-01-27T17:27:37.338Z Downloaded lockfree-object-pool v0.1.6
6792026-01-27T17:27:37.342Z Downloaded ignore v0.4.23
6802026-01-27T17:27:37.345Z Downloaded packed_struct_codegen v0.10.1
6812026-01-27T17:27:37.349Z Downloaded memmap2 v0.9.8
6822026-01-27T17:27:37.354Z Downloaded pin-utils v0.1.0
6832026-01-27T17:27:37.357Z Downloaded bytes v1.10.1
6842026-01-27T17:27:37.360Z Downloaded iana-time-zone v0.1.63
6852026-01-27T17:27:37.364Z Downloaded nu-ansi-term v0.50.1
6862026-01-27T17:27:37.368Z Downloaded powerfmt v0.2.0
6872026-01-27T17:27:37.371Z Downloaded oxide-tokio-rt v0.1.2
6882026-01-27T17:27:37.375Z Downloaded hyper-rustls v0.27.7
6892026-01-27T17:27:37.380Z Downloaded ed25519-dalek v2.1.1
6902026-01-27T17:27:37.386Z Downloaded base64 v0.22.1
6912026-01-27T17:27:37.389Z Downloaded peg-macros v0.8.5
6922026-01-27T17:27:37.395Z Downloaded parse-display-derive v0.10.0
6932026-01-27T17:27:37.395Z Downloaded proc-macro-error-attr2 v2.0.0
6942026-01-27T17:27:37.398Z Downloaded progenitor-client v0.10.0
6952026-01-27T17:27:37.398Z Downloaded progenitor-client v0.8.0
6962026-01-27T17:27:37.402Z Downloaded predicates-tree v1.0.12
6972026-01-27T17:27:37.406Z Downloaded indicatif v0.17.11
6982026-01-27T17:27:37.409Z Downloaded progenitor-macro v0.11.2
6992026-01-27T17:27:37.414Z Downloaded progenitor-macro v0.8.0
7002026-01-27T17:27:37.414Z Downloaded psl-types v2.0.11
7012026-01-27T17:27:37.418Z Downloaded quick-error v1.2.3
7022026-01-27T17:27:37.418Z Downloaded expectorate v1.2.0
7032026-01-27T17:27:37.421Z Downloaded pkg-config v0.3.31
7042026-01-27T17:27:37.425Z Downloaded packed_struct v0.10.1
7052026-01-27T17:27:37.429Z Downloaded oxnet v0.1.4
7062026-01-27T17:27:37.434Z Downloaded progenitor-client v0.11.2
7072026-01-27T17:27:37.434Z Downloaded poly1305 v0.8.0
7082026-01-27T17:27:37.437Z Downloaded radium v0.7.0
7092026-01-27T17:27:37.441Z Downloaded rand_chacha v0.3.1
7102026-01-27T17:27:37.441Z Downloaded postgres-protocol v0.6.8
7112026-01-27T17:27:37.444Z Downloaded ref-cast-impl v1.0.25
7122026-01-27T17:27:37.448Z Downloaded rand_xorshift v0.4.0
7132026-01-27T17:27:37.448Z Downloaded chacha20poly1305 v0.10.1
7142026-01-27T17:27:37.452Z Downloaded ppv-lite86 v0.2.20
7152026-01-27T17:27:37.455Z Downloaded peg-runtime v0.8.5
7162026-01-27T17:27:37.459Z Downloaded pin-project-internal v1.1.6
7172026-01-27T17:27:37.459Z Downloaded progenitor v0.11.2
7182026-01-27T17:27:37.463Z Downloaded peg v0.8.5
7192026-01-27T17:27:37.469Z Downloaded rfc6979 v0.4.0
7202026-01-27T17:27:37.473Z Downloaded ref-cast v1.0.25
7212026-01-27T17:27:37.477Z Downloaded rustc-hash v2.1.1
7222026-01-27T17:27:37.477Z Downloaded pin-project-lite v0.2.14
7232026-01-27T17:27:37.483Z Downloaded pkcs5 v0.7.1
7242026-01-27T17:27:37.487Z Downloaded rustc_version v0.4.1
7252026-01-27T17:27:37.490Z Downloaded russh-cryptovec v0.7.3
7262026-01-27T17:27:37.490Z Downloaded pkcs8 v0.10.2
7272026-01-27T17:27:37.494Z Downloaded papergrid v0.14.0
7282026-01-27T17:27:37.500Z Downloaded resolv-conf v0.7.0
7292026-01-27T17:27:37.508Z Downloaded rustc-hash v1.1.0
7302026-01-27T17:27:37.508Z Downloaded rustc_version v0.1.7
7312026-01-27T17:27:37.509Z Downloaded progenitor v0.10.0
7322026-01-27T17:27:37.516Z Downloaded postgres-types v0.2.9
7332026-01-27T17:27:37.522Z Downloaded same-file v1.0.6
7342026-01-27T17:27:37.522Z Downloaded primeorder v0.13.6
7352026-01-27T17:27:37.522Z Downloaded predicates v3.1.3
7362026-01-27T17:27:37.526Z Downloaded minimal-lexical v0.2.1
7372026-01-27T17:27:37.529Z Downloaded scroll_derive v0.13.1
7382026-01-27T17:27:37.529Z Downloaded scopeguard v1.2.0
7392026-01-27T17:27:37.532Z Downloaded sapling-renderdag v0.1.0
7402026-01-27T17:27:37.537Z Downloaded semver v0.1.20
7412026-01-27T17:27:37.537Z Downloaded secrecy v0.8.0
7422026-01-27T17:27:37.540Z Downloaded scheduled-thread-pool v0.2.7
7432026-01-27T17:27:37.540Z Downloaded salsa20 v0.10.2
7442026-01-27T17:27:37.544Z Downloaded rtoolbox v0.0.2
7452026-01-27T17:27:37.548Z Downloaded pin-project v1.1.6
7462026-01-27T17:27:37.557Z Downloaded serde_repr v0.1.19
7472026-01-27T17:27:37.561Z Downloaded serde-big-array v0.5.1
7482026-01-27T17:27:37.564Z Downloaded seq-macro v0.3.6
7492026-01-27T17:27:37.567Z Downloaded rustls-pemfile v2.2.0
7502026-01-27T17:27:37.572Z Downloaded indicatif v0.18.0
7512026-01-27T17:27:37.575Z Downloaded shell-words v1.1.0
7522026-01-27T17:27:37.575Z Downloaded serde_urlencoded v0.7.1
7532026-01-27T17:27:37.579Z Downloaded serde_plain v1.0.2
7542026-01-27T17:27:37.579Z Downloaded rustversion v1.0.22
7552026-01-27T17:27:37.583Z Downloaded proc-macro-error2 v2.0.1
7562026-01-27T17:27:37.587Z Downloaded siphasher v0.3.11
7572026-01-27T17:27:37.591Z Downloaded sigpipe v0.1.3
7582026-01-27T17:27:37.591Z Downloaded signal-hook-mio v0.2.4
7592026-01-27T17:27:37.596Z Downloaded simd-adler32 v0.3.7
7602026-01-27T17:27:37.599Z Downloaded signature v2.2.0
7612026-01-27T17:27:37.599Z Downloaded sha1 v0.10.6
7622026-01-27T17:27:37.604Z Downloaded slog-bunyan v2.5.0
7632026-01-27T17:27:37.604Z Downloaded progenitor-impl v0.8.0
7642026-01-27T17:27:37.616Z Downloaded backtrace v0.3.74
7652026-01-27T17:27:37.619Z Downloaded oso v0.27.3
7662026-01-27T17:27:37.619Z Downloaded serde_path_to_error v0.1.20
7672026-01-27T17:27:37.619Z Downloaded r2d2 v0.8.10
7682026-01-27T17:27:37.619Z Downloaded serde_derive_internals v0.29.1
7692026-01-27T17:27:37.622Z Downloaded slog-envlogger v2.2.0
7702026-01-27T17:27:37.626Z Downloaded crossterm v0.28.1
7712026-01-27T17:27:37.632Z Downloaded p256 v0.13.2
7722026-01-27T17:27:37.635Z Downloaded sct v0.7.1
7732026-01-27T17:27:37.639Z Downloaded ssh-cipher v0.2.0
7742026-01-27T17:27:37.642Z Downloaded ron v0.7.1
7752026-01-27T17:27:37.647Z Downloaded siphasher v1.0.1
7762026-01-27T17:27:37.651Z Downloaded shlex v1.3.0
7772026-01-27T17:27:37.651Z Downloaded strum v0.26.3
7782026-01-27T17:27:37.656Z Downloaded structmeta-derive v0.3.0
7792026-01-27T17:27:37.656Z Downloaded rusty-fork v0.3.0
7802026-01-27T17:27:37.656Z Downloaded sqlparser_derive v0.2.2
7812026-01-27T17:27:37.660Z Downloaded progenitor-impl v0.11.2
7822026-01-27T17:27:37.660Z Downloaded slog-scope v4.4.0
7832026-01-27T17:27:37.664Z Downloaded slog-json v2.6.1
7842026-01-27T17:27:37.667Z Downloaded structmeta v0.3.0
7852026-01-27T17:27:37.667Z Downloaded strip-ansi-escapes v0.2.0
7862026-01-27T17:27:37.676Z Downloaded ssh-encoding v0.2.0
7872026-01-27T17:27:37.676Z Downloaded serde-hex v0.1.0
7882026-01-27T17:27:37.681Z Downloaded smallvec v0.6.14
7892026-01-27T17:27:37.681Z Downloaded russh-keys v0.45.0
7902026-01-27T17:27:37.681Z Downloaded tabled_derive v0.11.0
7912026-01-27T17:27:37.681Z Downloaded tagptr v0.2.0
7922026-01-27T17:27:37.687Z Downloaded tabled_derive v0.10.0
7932026-01-27T17:27:37.687Z Downloaded tabwriter v1.4.0
7942026-01-27T17:27:37.687Z Downloaded sqlformat v0.3.5
7952026-01-27T17:27:37.691Z Downloaded openssl-sys v0.9.109
7962026-01-27T17:27:37.694Z Downloaded rustls-pki-types v1.10.0
7972026-01-27T17:27:37.698Z Downloaded progenitor-impl v0.10.0
7982026-01-27T17:27:37.703Z Downloaded take_mut v0.2.2
7992026-01-27T17:27:37.703Z Downloaded prettyplease v0.2.36
8002026-01-27T17:27:37.706Z Downloaded smf v0.2.3
8012026-01-27T17:27:37.709Z Downloaded thread_local v1.1.8
8022026-01-27T17:27:37.709Z Downloaded thread-id v5.0.0
8032026-01-27T17:27:37.716Z Downloaded string_cache v0.8.9
8042026-01-27T17:27:37.716Z Downloaded termtree v0.5.1
8052026-01-27T17:27:37.722Z Downloaded tinyvec_macros v0.1.1
8062026-01-27T17:27:37.722Z Downloaded thiserror-impl-no-std v2.0.2
8072026-01-27T17:27:37.722Z Downloaded testing_table v0.3.0
8082026-01-27T17:27:37.722Z Downloaded static_assertions v1.1.0
8092026-01-27T17:27:37.726Z Downloaded tap v1.0.1
8102026-01-27T17:27:37.726Z Downloaded schemars v0.8.22
8112026-01-27T17:27:37.734Z Downloaded support-bundle-viewer v0.1.2
8122026-01-27T17:27:37.738Z Downloaded snafu-derive v0.8.5
8132026-01-27T17:27:37.738Z Downloaded strum_macros v0.27.2
8142026-01-27T17:27:37.741Z Downloaded spki v0.7.3
8152026-01-27T17:27:37.745Z Downloaded time-core v0.1.6
8162026-01-27T17:27:37.745Z Downloaded serde_yaml v0.9.34+deprecated
8172026-01-27T17:27:37.749Z Downloaded jiff-static v0.2.15
8182026-01-27T17:27:37.752Z Downloaded num-bigint-dig v0.8.6
8192026-01-27T17:27:37.757Z Downloaded termios v0.3.3
8202026-01-27T17:27:37.760Z Downloaded serde_with_macros v3.16.1
8212026-01-27T17:27:37.760Z Downloaded hashbrown v0.13.2
8222026-01-27T17:27:37.765Z Downloaded signal-hook v0.3.18
8232026-01-27T17:27:37.770Z Downloaded slog-term v2.9.2
8242026-01-27T17:27:37.774Z Downloaded tower-service v0.3.3
8252026-01-27T17:27:37.774Z Downloaded strum_macros v0.24.3
8262026-01-27T17:27:37.780Z Downloaded hkdf v0.12.4
8272026-01-27T17:27:37.780Z Downloaded trait-variant v0.1.2
8282026-01-27T17:27:37.784Z Downloaded tower-layer v0.3.3
8292026-01-27T17:27:37.784Z Downloaded itertools v0.12.1
8302026-01-27T17:27:37.788Z Downloaded tokio-native-tls v0.3.1
8312026-01-27T17:27:37.792Z Downloaded slog-async v2.8.0
8322026-01-27T17:27:37.792Z Downloaded subprocess v0.2.9
8332026-01-27T17:27:37.795Z Downloaded socket2 v0.6.1
8342026-01-27T17:27:37.799Z Downloaded try-lock v0.2.5
8352026-01-27T17:27:37.799Z Downloaded topological-sort v0.2.2
8362026-01-27T17:27:37.799Z Downloaded unit-prefix v0.5.1
8372026-01-27T17:27:37.802Z Downloaded unicode-truncate v1.1.0
8382026-01-27T17:27:37.802Z Downloaded typify-macro v0.2.0
8392026-01-27T17:27:37.802Z Downloaded thiserror-no-std v2.0.2
8402026-01-27T17:27:37.807Z Downloaded unarray v0.1.4
8412026-01-27T17:27:37.811Z Downloaded tokio-tungstenite v0.21.0
8422026-01-27T17:27:37.811Z Downloaded qorb v0.4.1
8432026-01-27T17:27:37.817Z Downloaded tiny-keccak v2.0.2
8442026-01-27T17:27:37.820Z Downloaded toml_datetime v0.7.3
8452026-01-27T17:27:37.821Z Downloaded untrusted v0.7.1
8462026-01-27T17:27:37.821Z Downloaded toml_writer v1.0.4
8472026-01-27T17:27:37.824Z Downloaded spin v0.9.8
8482026-01-27T17:27:37.827Z Downloaded rcgen v0.12.1
8492026-01-27T17:27:37.830Z Downloaded utf-8 v0.7.6
8502026-01-27T17:27:37.830Z Downloaded tls_codec v0.4.1
8512026-01-27T17:27:37.836Z Downloaded typify-macro v0.4.3
8522026-01-27T17:27:37.837Z Downloaded samael v0.0.19
8532026-01-27T17:27:37.842Z Downloaded universal-hash v0.5.1
8542026-01-27T17:27:37.842Z Downloaded void v1.0.2
8552026-01-27T17:27:37.846Z Downloaded tokio-macros v2.6.0
8562026-01-27T17:27:37.846Z Downloaded tokio-dtrace v0.1.0
8572026-01-27T17:27:37.846Z Downloaded tls_codec_derive v0.4.1
8582026-01-27T17:27:37.846Z Downloaded usdt-attr-macro v0.6.0
8592026-01-27T17:27:37.846Z Downloaded usdt v0.6.0
8602026-01-27T17:27:37.850Z Downloaded untrusted v0.9.0
8612026-01-27T17:27:37.850Z Downloaded tui-tree-widget v0.23.1
8622026-01-27T17:27:37.855Z Downloaded tokio-rustls v0.26.0
8632026-01-27T17:27:37.855Z Downloaded tokio-rustls v0.25.0
8642026-01-27T17:27:37.861Z Downloaded want v0.3.1
8652026-01-27T17:27:37.861Z Downloaded waitgroup v0.1.2
8662026-01-27T17:27:37.861Z Downloaded wait-timeout v0.2.0
8672026-01-27T17:27:37.861Z Downloaded vte_generate_state_changes v0.1.2
8682026-01-27T17:27:37.861Z Downloaded strum_macros v0.26.4
8692026-01-27T17:27:37.874Z Downloaded similar v2.7.0
8702026-01-27T17:27:37.882Z Downloaded slog v2.8.2
8712026-01-27T17:27:37.882Z Downloaded quinn v0.11.5
8722026-01-27T17:27:37.883Z Downloaded tokio-stream v0.1.17
8732026-01-27T17:27:37.883Z Downloaded xshell-macros v0.2.7
8742026-01-27T17:27:37.889Z Downloaded xattr v1.3.1
8752026-01-27T17:27:37.890Z Downloaded tracing-attributes v0.1.27
8762026-01-27T17:27:37.890Z Downloaded usdt-macro v0.6.0
8772026-01-27T17:27:37.890Z Downloaded which v4.4.2
8782026-01-27T17:27:37.894Z Downloaded usdt-impl v0.6.0
8792026-01-27T17:27:37.894Z Downloaded typify v0.2.0
8802026-01-27T17:27:37.894Z Downloaded schemars v1.0.4
8812026-01-27T17:27:37.906Z Downloaded zone v0.1.8
8822026-01-27T17:27:37.910Z Downloaded vergen-lib v0.1.6
8832026-01-27T17:27:37.910Z Downloaded vergen-gitcl v1.0.8
8842026-01-27T17:27:37.910Z Downloaded vergen-git2 v1.0.7
8852026-01-27T17:27:37.913Z Downloaded schemars v0.9.0
8862026-01-27T17:27:37.930Z Downloaded vsss-rs v3.3.4
8872026-01-27T17:27:37.934Z Downloaded tokio-rustls v0.24.1
8882026-01-27T17:27:37.934Z Downloaded hashbrown v0.15.4
8892026-01-27T17:27:37.935Z Downloaded zone_cfg_derive v0.3.0
8902026-01-27T17:27:37.935Z Downloaded zone v0.3.1
8912026-01-27T17:27:37.939Z Downloaded zone_cfg_derive v0.1.2
8922026-01-27T17:27:37.939Z Downloaded zeroize_derive v1.4.2
8932026-01-27T17:27:37.939Z Downloaded unicode-properties v0.1.3
8942026-01-27T17:27:37.939Z Downloaded nom v7.1.3
8952026-01-27T17:27:37.944Z Downloaded uzers v0.12.1
8962026-01-27T17:27:37.947Z Downloaded futures-util v0.3.31
8972026-01-27T17:27:37.967Z Downloaded xz2 v0.1.7
8982026-01-27T17:27:37.973Z Downloaded wyz v0.5.1
8992026-01-27T17:27:37.973Z Downloaded walkdir v2.5.0
9002026-01-27T17:27:37.973Z Downloaded tar v0.4.44
9012026-01-27T17:27:37.973Z Downloaded steno v0.4.1
9022026-01-27T17:27:37.973Z Downloaded whoami v1.5.2
9032026-01-27T17:27:37.974Z Downloaded unicase v2.8.1
9042026-01-27T17:27:37.987Z Downloaded zstd-safe v7.2.3
9052026-01-27T17:27:37.987Z Downloaded rand v0.9.2
9062026-01-27T17:27:37.996Z Downloaded rand v0.8.5
9072026-01-27T17:27:37.997Z Downloaded zstd v0.13.3
9082026-01-27T17:27:37.997Z Downloaded socket2 v0.5.10
9092026-01-27T17:27:37.997Z Downloaded typify v0.4.3
9102026-01-27T17:27:37.997Z Downloaded tungstenite v0.23.0
9112026-01-27T17:27:38.006Z Downloaded reedline v0.40.0
9122026-01-27T17:27:38.010Z Downloaded zeroize v1.8.1
9132026-01-27T17:27:38.010Z Downloaded yasna v0.5.2
9142026-01-27T17:27:38.010Z Downloaded xshell v0.2.7
9152026-01-27T17:27:38.010Z Downloaded vergen v9.0.6
9162026-01-27T17:27:38.010Z Downloaded aho-corasick v1.1.3
9172026-01-27T17:27:38.014Z Downloaded zerocopy v0.6.6
9182026-01-27T17:27:38.017Z Downloaded tokio-postgres v0.7.13
9192026-01-27T17:27:38.022Z Downloaded twox-hash v2.1.0
9202026-01-27T17:27:38.025Z Downloaded vte v0.11.1
9212026-01-27T17:27:38.029Z Downloaded unicode-bidi v0.3.17
9222026-01-27T17:27:38.029Z Downloaded tracing-core v0.1.32
9232026-01-27T17:27:38.032Z Downloaded test-strategy v0.4.3
9242026-01-27T17:27:38.039Z Downloaded value-bag v1.12.0
9252026-01-27T17:27:38.043Z Downloaded regex v1.11.3
9262026-01-27T17:27:38.051Z Downloaded unsafe-libyaml v0.2.11
9272026-01-27T17:27:38.055Z Downloaded toml_edit v0.19.15
9282026-01-27T17:27:38.064Z Downloaded ssh-key v0.6.6
9292026-01-27T17:27:38.070Z Downloaded lalrpop v0.19.12
9302026-01-27T17:27:38.083Z Downloaded zopfli v0.8.1
9312026-01-27T17:27:38.086Z Downloaded aws-lc-rs v1.12.4
9322026-01-27T17:27:38.091Z Downloaded p521 v0.13.3
9332026-01-27T17:27:38.094Z Downloaded itertools v0.14.0
9342026-01-27T17:27:38.103Z Downloaded blake3 v1.5.4
9352026-01-27T17:27:38.111Z Downloaded zip v0.6.6
9362026-01-27T17:27:38.114Z Downloaded rpassword v7.4.0
9372026-01-27T17:27:38.117Z Downloaded quick-xml v0.37.2
9382026-01-27T17:27:38.120Z Downloaded unicode-segmentation v1.12.0
9392026-01-27T17:27:38.123Z Downloaded uuid v1.19.0
9402026-01-27T17:27:38.129Z Downloaded hyper v1.8.1
9412026-01-27T17:27:38.132Z Downloaded unicode_categories v0.1.1
9422026-01-27T17:27:38.135Z Downloaded zerocopy-derive v0.8.27
9432026-01-27T17:27:38.143Z Downloaded salty v0.3.0
9442026-01-27T17:27:38.147Z Downloaded iddqd v0.3.16
9452026-01-27T17:27:38.154Z Downloaded tracing v0.1.40
9462026-01-27T17:27:38.158Z Downloaded tokio-util v0.7.15
9472026-01-27T17:27:38.166Z Downloaded tungstenite v0.21.0
9482026-01-27T17:27:38.170Z Downloaded rustyline v14.0.0
9492026-01-27T17:27:38.174Z Downloaded tower v0.5.2
9502026-01-27T17:27:38.183Z Downloaded yansi v1.0.1
9512026-01-27T17:27:38.195Z Downloaded rustls-webpki v0.101.7
9522026-01-27T17:27:38.200Z Downloaded zip v4.2.0
9532026-01-27T17:27:38.204Z Downloaded nix v0.27.1
9542026-01-27T17:27:38.212Z Downloaded tough v0.20.0
9552026-01-27T17:27:38.220Z Downloaded x509-cert v0.2.5
9562026-01-27T17:27:38.227Z Downloaded p384 v0.13.1
9572026-01-27T17:27:38.231Z Downloaded bindgen v0.69.5
9582026-01-27T17:27:38.237Z Downloaded unicode-normalization v0.1.24
9592026-01-27T17:27:38.240Z Downloaded dropshot v0.16.6
9602026-01-27T17:27:38.259Z Downloaded quinn-proto v0.11.8
9612026-01-27T17:27:38.264Z Downloaded openssl v0.10.73
9622026-01-27T17:27:38.273Z Downloaded polar-core v0.27.3
9632026-01-27T17:27:38.280Z Downloaded winnow v0.6.26
9642026-01-27T17:27:38.297Z Downloaded serde_with v3.16.1
9652026-01-27T17:27:38.306Z Downloaded nix v0.28.0
9662026-01-27T17:27:38.315Z Downloaded time v0.3.43
9672026-01-27T17:27:38.319Z Downloaded petname v2.0.2
9682026-01-27T17:27:38.323Z Downloaded git2 v0.20.2
9692026-01-27T17:27:38.328Z Downloaded rustls v0.21.12
9702026-01-27T17:27:38.337Z Downloaded object v0.30.4
9712026-01-27T17:27:38.345Z Downloaded nix v0.30.1
9722026-01-27T17:27:38.356Z Downloaded zlib-rs v0.5.1
9732026-01-27T17:27:38.364Z Downloaded regex-syntax v0.6.29
9742026-01-27T17:27:38.368Z Downloaded radix_trie v0.2.1
9752026-01-27T17:27:38.373Z Downloaded csv v1.3.1
9762026-01-27T17:27:38.388Z Downloaded zerocopy v0.8.27
9772026-01-27T17:27:38.407Z Downloaded tabled v0.20.0
9782026-01-27T17:27:38.424Z Downloaded webpki-roots v1.0.1
9792026-01-27T17:27:38.427Z Downloaded bstr v1.10.0
9802026-01-27T17:27:38.435Z Downloaded regex-syntax v0.8.5
9812026-01-27T17:27:38.442Z Downloaded smoltcp v0.9.1
9822026-01-27T17:27:38.451Z Downloaded vcpkg v0.2.15
9832026-01-27T17:27:38.487Z Downloaded object v0.36.5
9842026-01-27T17:27:38.497Z Downloaded regress v0.10.4
9852026-01-27T17:27:38.504Z Downloaded rustls v0.23.19
9862026-01-27T17:27:38.513Z Downloaded smoltcp v0.11.0
9872026-01-27T17:27:38.525Z Downloaded tabled v0.18.0
9882026-01-27T17:27:38.540Z Downloaded openapiv3 v2.2.0
9892026-01-27T17:27:38.549Z Downloaded hickory-proto v0.25.2
9902026-01-27T17:27:38.562Z Downloaded rustls v0.22.4
9912026-01-27T17:27:38.575Z Downloaded typify-impl v0.2.0
9922026-01-27T17:27:38.586Z Downloaded typify-impl v0.4.3
9932026-01-27T17:27:38.598Z Downloaded ratatui v0.29.0
9942026-01-27T17:27:38.625Z Downloaded nix v0.29.0
9952026-01-27T17:27:38.629Z Downloaded moka v0.12.10
9962026-01-27T17:27:38.636Z Downloaded hickory-proto v0.24.4
9972026-01-27T17:27:38.648Z Downloaded zerocopy-derive v0.6.6
9982026-01-27T17:27:38.656Z Downloaded sled v0.34.7
9992026-01-27T17:27:38.668Z Downloaded petgraph v0.6.5
10002026-01-27T17:27:38.683Z Downloaded bzip2-sys v0.1.13+1.0.8
10012026-01-27T17:27:38.691Z Downloaded regex-automata v0.4.11
10022026-01-27T17:27:38.705Z Downloaded gimli v0.31.1
10032026-01-27T17:27:38.715Z Downloaded diesel v2.2.12
10042026-01-27T17:27:38.728Z Downloaded libz-sys v1.1.20
10052026-01-27T17:27:38.746Z Downloaded winnow v0.5.40
10062026-01-27T17:27:38.754Z Downloaded rayon v1.10.0
10072026-01-27T17:27:38.762Z Downloaded jiff v0.2.15
10082026-01-27T17:27:38.777Z Downloaded chrono-tz v0.10.4
10092026-01-27T17:27:38.792Z Downloaded goblin v0.10.2
10102026-01-27T17:27:38.798Z Downloaded lzma-sys v0.1.20
10112026-01-27T17:27:38.823Z Downloaded sqlparser v0.45.0
10122026-01-27T17:27:38.829Z Downloaded curve25519-dalek v4.1.3
10132026-01-27T17:27:38.840Z Downloaded portable-atomic v1.11.0
10142026-01-27T17:27:38.849Z Downloaded bindgen v0.71.1
10152026-01-27T17:27:38.856Z Downloaded petgraph v0.8.2
10162026-01-27T17:27:38.867Z Downloaded reqwest v0.12.24
10172026-01-27T17:27:38.872Z Downloaded chrono v0.4.42
10182026-01-27T17:27:38.877Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10192026-01-27T17:27:38.892Z Downloaded typed-path v0.9.3
10202026-01-27T17:27:38.899Z Downloaded tower-http v0.6.6
10212026-01-27T17:27:38.905Z Downloaded tokio v1.48.0
10222026-01-27T17:27:38.938Z Downloaded sha3 v0.10.8
10232026-01-27T17:27:38.942Z Downloaded rustls-webpki v0.102.8
10242026-01-27T17:27:38.961Z Downloaded bitvec v1.0.1
10252026-01-27T17:27:38.970Z Downloaded proptest v1.7.0
10262026-01-27T17:27:38.979Z Downloaded libxml v0.3.3
10272026-01-27T17:27:38.983Z Downloaded toml v0.9.8
10282026-01-27T17:27:38.988Z Downloaded toml v0.7.8
10292026-01-27T17:27:38.992Z Downloaded russh v0.45.0
10302026-01-27T17:27:38.995Z Downloaded toml_parser v1.0.4
10312026-01-27T17:27:38.999Z Downloaded tinyvec v1.8.0
10322026-01-27T17:27:38.999Z Downloaded term v1.1.0
10332026-01-27T17:27:39.004Z Downloaded term v0.7.0
10342026-01-27T17:27:39.009Z Downloaded libm v0.2.8
10352026-01-27T17:27:39.013Z Downloaded hickory-server v0.25.2
10362026-01-27T17:27:39.017Z Downloaded encoding_rs v0.8.34
10372026-01-27T17:27:39.033Z Downloaded snafu v0.8.5
10382026-01-27T17:27:39.039Z Downloaded tokio-tungstenite v0.23.1
10392026-01-27T17:27:39.042Z Downloaded ryu v1.0.18
10402026-01-27T17:27:39.045Z Downloaded iri-string v0.7.8
10412026-01-27T17:27:39.049Z Downloaded time-macros v0.2.24
10422026-01-27T17:27:39.054Z Downloaded stringprep v0.1.5
10432026-01-27T17:27:39.054Z Downloaded rsa v0.9.8
10442026-01-27T17:27:39.062Z Downloaded h2 v0.4.6
10452026-01-27T17:27:39.067Z Downloaded publicsuffix v2.3.0
10462026-01-27T17:27:39.067Z Downloaded itertools v0.13.0
10472026-01-27T17:27:39.072Z Downloaded slog-dtrace v0.3.0
10482026-01-27T17:27:39.072Z Downloaded slab v0.4.9
10492026-01-27T17:27:39.075Z Downloaded rayon-core v1.12.1
10502026-01-27T17:27:39.075Z Downloaded num-bigint v0.4.6
10512026-01-27T17:27:39.079Z Downloaded ring v0.17.14
10522026-01-27T17:27:39.118Z Downloaded sync_wrapper v1.0.1
10532026-01-27T17:27:39.122Z Downloaded sync-ptr v0.1.4
10542026-01-27T17:27:39.122Z Downloaded supports-color v3.0.2
10552026-01-27T17:27:39.122Z Downloaded strum v0.27.2
10562026-01-27T17:27:39.122Z Downloaded subtle v2.6.1
10572026-01-27T17:27:39.122Z Downloaded signal-hook-tokio v0.3.1
10582026-01-27T17:27:39.122Z Downloaded signal-hook-registry v1.4.2
10592026-01-27T17:27:39.122Z Downloaded slog-stdlog v4.1.1
10602026-01-27T17:27:39.126Z Downloaded serde_cbor v0.11.2
10612026-01-27T17:27:39.126Z Downloaded itertools v0.10.5
10622026-01-27T17:27:39.130Z Downloaded sec1 v0.7.3
10632026-01-27T17:27:39.133Z Downloaded mio v1.0.2
10642026-01-27T17:27:39.136Z Downloaded hashbrown v0.12.3
10652026-01-27T17:27:39.147Z Downloaded ron v0.8.1
10662026-01-27T17:27:39.153Z Downloaded pretty_assertions v1.4.1
10672026-01-27T17:27:39.153Z Downloaded schemars_derive v0.8.22
10682026-01-27T17:27:39.153Z Downloaded scroll v0.13.0
10692026-01-27T17:27:39.153Z Downloaded serde_spanned v1.0.3
10702026-01-27T17:27:39.153Z Downloaded rustc-demangle v0.1.24
10712026-01-27T17:27:39.153Z Downloaded postcard v1.0.10
10722026-01-27T17:27:39.153Z Downloaded hyper-util v0.1.19
10732026-01-27T17:27:39.157Z Downloaded libgit2-sys v0.18.2+1.9.1
10742026-01-27T17:27:39.240Z Downloaded serde_bytes v0.11.19
10752026-01-27T17:27:39.250Z Downloaded prefix-trie v0.7.0
10762026-01-27T17:27:39.254Z Downloaded http v1.4.0
10772026-01-27T17:27:39.254Z Downloaded crossbeam-channel v0.5.15
10782026-01-27T17:27:39.254Z Downloaded secrecy v0.10.3
10792026-01-27T17:27:39.274Z Downloaded scrypt v0.11.0
10802026-01-27T17:27:39.275Z Downloaded rustls-pemfile v1.0.4
10812026-01-27T17:27:39.275Z Downloaded rustls-native-certs v0.8.1
10822026-01-27T17:27:39.275Z Downloaded rand_seeder v0.4.0
10832026-01-27T17:27:39.275Z Downloaded rand_core v0.9.3
10842026-01-27T17:27:39.275Z Downloaded quinn-udp v0.5.5
10852026-01-27T17:27:39.275Z Downloaded papergrid v0.17.0
10862026-01-27T17:27:39.275Z Downloaded parking_lot v0.11.2
10872026-01-27T17:27:39.286Z Downloaded cc v1.2.30
10882026-01-27T17:27:39.286Z Downloaded rand_core v0.6.4
10892026-01-27T17:27:39.286Z Downloaded rand_chacha v0.9.0
10902026-01-27T17:27:39.286Z Downloaded pkcs1 v0.7.5
10912026-01-27T17:27:39.286Z Downloaded compact_str v0.8.0
10922026-01-27T17:27:39.286Z Downloaded bumpalo v3.16.0
10932026-01-27T17:27:39.286Z Downloaded phf v0.11.2
10942026-01-27T17:27:39.286Z Downloaded pem v3.0.5
10952026-01-27T17:27:39.286Z Downloaded half v2.4.1
10962026-01-27T17:27:39.287Z Downloaded progenitor-macro v0.10.0
10972026-01-27T17:27:39.287Z Downloaded miniz_oxide v0.8.5
10982026-01-27T17:27:39.287Z Downloaded password-hash v0.5.0
10992026-01-27T17:27:39.291Z Downloaded paste v1.0.15
11002026-01-27T17:27:39.291Z Downloaded password-hash v0.4.2
11012026-01-27T17:27:39.291Z Downloaded parking_lot v0.12.3
11022026-01-27T17:27:39.291Z Downloaded indexmap v1.9.3
11032026-01-27T17:27:39.294Z Downloaded base64 v0.21.7
11042026-01-27T17:27:39.300Z Downloaded progenitor v0.8.0
11052026-01-27T17:27:39.300Z Downloaded polyval v0.6.2
11062026-01-27T17:27:39.300Z Downloaded owo-colors v4.2.2
11072026-01-27T17:27:39.306Z Downloaded litrs v0.4.1
11082026-01-27T17:27:39.317Z Downloaded allocator-api2 v0.2.21
11092026-01-27T17:27:39.317Z Downloaded precomputed-hash v0.1.1
11102026-01-27T17:27:39.317Z Downloaded phf_shared v0.12.1
11112026-01-27T17:27:39.317Z Downloaded phf v0.12.1
11122026-01-27T17:27:39.337Z Downloaded pem-rfc7468 v0.7.0
11132026-01-27T17:27:39.337Z Downloaded arc-swap v1.7.1
11142026-01-27T17:27:39.337Z Downloaded aes-gcm v0.10.3
11152026-01-27T17:27:39.337Z Downloaded predicates-core v1.0.8
11162026-01-27T17:27:39.337Z Downloaded hickory-resolver v0.25.2
11172026-01-27T17:27:39.342Z Downloaded hickory-resolver v0.24.4
11182026-01-27T17:27:39.342Z Downloaded heapless v0.8.0
11192026-01-27T17:27:39.342Z Downloaded proc-macro-crate v1.3.1
11202026-01-27T17:27:39.342Z Downloaded pretty-hex v0.2.1
11212026-01-27T17:27:39.342Z Downloaded parse-display v0.10.0
11222026-01-27T17:27:39.342Z Downloaded parking_lot_core v0.9.10
11232026-01-27T17:27:39.342Z Downloaded parking_lot_core v0.8.6
11242026-01-27T17:27:39.342Z Downloaded omicron-zone-package v0.12.2
11252026-01-27T17:27:39.342Z Downloaded phf_shared v0.11.2
11262026-01-27T17:27:39.342Z Downloaded heapless v0.7.17
11272026-01-27T17:27:39.348Z Downloaded headers v0.4.1
11282026-01-27T17:27:39.356Z Downloaded lock_api v0.4.12
11292026-01-27T17:27:39.356Z Downloaded libsw v3.5.0
11302026-01-27T17:27:39.356Z Downloaded pbkdf2 v0.11.0
11312026-01-27T17:27:39.356Z Downloaded num_enum_derive v0.5.11
11322026-01-27T17:27:39.356Z Downloaded num_enum v0.5.11
11332026-01-27T17:27:39.363Z Downloaded num-rational v0.4.2
11342026-01-27T17:27:39.363Z Downloaded libloading v0.8.5
11352026-01-27T17:27:39.363Z Downloaded hickory-client v0.25.2
11362026-01-27T17:27:39.363Z Downloaded diesel_derives v2.2.3
11372026-01-27T17:27:39.369Z Downloaded const_format v0.2.34
11382026-01-27T17:27:39.374Z Downloaded num-derive v0.4.2
11392026-01-27T17:27:39.375Z Downloaded nibble_vec v0.1.0
11402026-01-27T17:27:39.375Z Downloaded newtype-uuid v1.3.2
11412026-01-27T17:27:39.375Z Downloaded keccak v0.1.5
11422026-01-27T17:27:39.375Z Downloaded jobserver v0.1.32
11432026-01-27T17:27:39.375Z Downloaded ipnetwork v0.21.1
11442026-01-27T17:27:39.378Z Downloaded indoc v2.0.6
11452026-01-27T17:27:39.378Z Downloaded indoc v1.0.9
11462026-01-27T17:27:39.378Z Downloaded flume v0.11.1
11472026-01-27T17:27:39.391Z Downloaded flate2 v1.1.2
11482026-01-27T17:27:39.395Z Downloaded darling_core v0.21.0
11492026-01-27T17:27:39.395Z Downloaded native-tls v0.2.12
11502026-01-27T17:27:39.395Z Downloaded multer v3.1.0
11512026-01-27T17:27:39.395Z Downloaded mime_guess v2.0.5
11522026-01-27T17:27:39.395Z Downloaded olpc-cjson v0.1.4
11532026-01-27T17:27:39.395Z Downloaded md5 v0.7.0
11542026-01-27T17:27:39.399Z Downloaded lru v0.12.5
11552026-01-27T17:27:39.399Z Downloaded der v0.7.10
11562026-01-27T17:27:39.409Z Downloaded num v0.4.3
11572026-01-27T17:27:39.409Z Downloaded clang-sys v1.8.1
11582026-01-27T17:27:39.415Z Downloaded libz-rs-sys v0.5.1
11592026-01-27T17:27:39.415Z Downloaded httparse v1.9.5
11602026-01-27T17:27:39.415Z Downloaded crc32fast v1.4.2
11612026-01-27T17:27:39.415Z Downloaded crc-any v2.5.0
11622026-01-27T17:27:39.415Z Downloaded lzss v0.8.2
11632026-01-27T17:27:39.415Z Downloaded newtype-uuid-macros v0.1.0
11642026-01-27T17:27:39.415Z Downloaded maplit v1.0.2
11652026-01-27T17:27:39.418Z Downloaded lru-cache v0.1.2
11662026-01-27T17:27:39.418Z Downloaded libefi-sys v0.1.0
11672026-01-27T17:27:39.418Z Downloaded lazy_static v1.5.0
11682026-01-27T17:27:39.418Z Downloaded elliptic-curve v0.13.8
11692026-01-27T17:27:39.423Z Downloaded darling_core v0.20.10
11702026-01-27T17:27:39.426Z Downloaded hmac v0.12.1
11712026-01-27T17:27:39.427Z Downloaded new_debug_unreachable v1.0.6
11722026-01-27T17:27:39.427Z Downloaded libscf-sys v1.1.0
11732026-01-27T17:27:39.427Z Downloaded highway v1.3.0
11742026-01-27T17:27:39.433Z Downloaded fatfs v0.3.6
11752026-01-27T17:27:39.433Z Downloaded multimap v0.10.1
11762026-01-27T17:27:39.433Z Downloaded memoffset v0.9.1
11772026-01-27T17:27:39.433Z Downloaded linked-hash-map v0.5.6
11782026-01-27T17:27:39.433Z Downloaded colored v2.2.0
11792026-01-27T17:27:39.440Z Downloaded ingot-types v0.1.2
11802026-01-27T17:27:39.440Z Downloaded ingot v0.1.1
11812026-01-27T17:27:39.440Z Downloaded cancel-safe-futures v0.1.5
11822026-01-27T17:27:39.443Z Downloaded maybe-uninit v2.0.0
11832026-01-27T17:27:39.443Z Downloaded match_cfg v0.1.0
11842026-01-27T17:27:39.443Z Downloaded instant v0.1.13
11852026-01-27T17:27:39.443Z Downloaded instability v0.3.2
11862026-01-27T17:27:39.446Z Downloaded hyper-staticfile v0.10.1
11872026-01-27T17:27:39.446Z Downloaded humantime v2.2.0
11882026-01-27T17:27:39.451Z Downloaded httpdate v1.0.3
11892026-01-27T17:27:39.451Z Downloaded http-body-util v0.1.3
11902026-01-27T17:27:39.452Z Downloaded ed25519 v2.2.3
11912026-01-27T17:27:39.452Z Downloaded dropshot-api-manager v0.2.4
11922026-01-27T17:27:39.458Z Downloaded derive_more-impl v2.0.1
11932026-01-27T17:27:39.458Z Downloaded dropshot_endpoint v0.16.6
11942026-01-27T17:27:39.464Z Downloaded critical-section v1.1.3
11952026-01-27T17:27:39.464Z Downloaded cookie v0.18.1
11962026-01-27T17:27:39.467Z Downloaded const-oid v0.9.6
11972026-01-27T17:27:39.467Z Downloaded cbc v0.1.2
11982026-01-27T17:27:39.467Z Downloaded bzip2 v0.5.2
11992026-01-27T17:27:39.474Z Downloaded lalrpop-util v0.19.12
12002026-01-27T17:27:39.475Z Downloaded cookie_store v0.21.1
12012026-01-27T17:27:39.475Z Downloaded console v0.16.0
12022026-01-27T17:27:39.481Z Downloaded base64ct v1.6.0
12032026-01-27T17:27:39.481Z Downloaded diff v0.1.13
12042026-01-27T17:27:39.481Z Downloaded darling v0.21.0
12052026-01-27T17:27:39.485Z Downloaded is-terminal v0.4.13
12062026-01-27T17:27:39.485Z Downloaded globset v0.4.15
12072026-01-27T17:27:39.485Z Downloaded buf-list v1.0.3
12082026-01-27T17:27:39.486Z Downloaded impl-trait-for-tuples v0.2.2
12092026-01-27T17:27:39.499Z Downloaded ident_case v1.0.1
12102026-01-27T17:27:39.499Z Downloaded hostname v0.4.2
12112026-01-27T17:27:39.499Z Downloaded group v0.13.0
12122026-01-27T17:27:39.503Z Downloaded glob v0.3.2
12132026-01-27T17:27:39.503Z Downloaded hubpack_derive v0.1.1
12142026-01-27T17:27:39.503Z Downloaded hubpack v0.1.2
12152026-01-27T17:27:39.503Z Downloaded foldhash v0.1.5
12162026-01-27T17:27:39.503Z Downloaded daft-derive v0.1.4
12172026-01-27T17:27:39.503Z Downloaded aes v0.8.4
12182026-01-27T17:27:39.503Z Downloaded bzip2 v0.4.4
12192026-01-27T17:27:39.503Z Downloaded bcs v0.1.6
12202026-01-27T17:27:39.507Z Downloaded futures-executor v0.3.31
12212026-01-27T17:27:39.507Z Downloaded fs_extra v1.3.0
12222026-01-27T17:27:39.507Z Downloaded fs-err v2.11.0
12232026-01-27T17:27:39.526Z Downloaded foreign-types v0.3.2
12242026-01-27T17:27:39.526Z Downloaded env_logger v0.11.8
12252026-01-27T17:27:39.526Z Downloaded either v1.15.0
12262026-01-27T17:27:39.526Z Downloaded ecdsa v0.16.9
12272026-01-27T17:27:39.526Z Downloaded des v0.8.1
12282026-01-27T17:27:39.526Z Downloaded deranged v0.5.3
12292026-01-27T17:27:39.526Z Downloaded futures-channel v0.3.31
12302026-01-27T17:27:39.526Z Downloaded foldhash v0.2.0
12312026-01-27T17:27:39.527Z Downloaded darling v0.20.10
12322026-01-27T17:27:39.527Z Downloaded async-trait v0.1.89
12332026-01-27T17:27:39.531Z Downloaded ff v0.13.0
12342026-01-27T17:27:39.531Z Downloaded fallible-iterator v0.2.0
12352026-01-27T17:27:39.531Z Downloaded ena v0.14.3
12362026-01-27T17:27:39.531Z Downloaded diesel-dtrace v0.4.2
12372026-01-27T17:27:39.532Z Downloaded daft v0.1.4
12382026-01-27T17:27:39.536Z Downloaded curve25519-dalek-derive v0.1.1
12392026-01-27T17:27:39.536Z Downloaded backoff v0.4.0
12402026-01-27T17:27:39.541Z Downloaded hex v0.4.3
12412026-01-27T17:27:39.541Z Downloaded console v0.15.10
12422026-01-27T17:27:39.541Z Downloaded cassowary v0.3.0
12432026-01-27T17:27:39.551Z Downloaded blake2 v0.10.6
12442026-01-27T17:27:39.551Z Downloaded hash32 v0.2.1
12452026-01-27T17:27:39.571Z Downloaded globwalk v0.9.1
12462026-01-27T17:27:39.571Z Downloaded corncobs v0.1.4
12472026-01-27T17:27:39.571Z Downloaded blowfish v0.9.1
12482026-01-27T17:27:39.571Z Downloaded dirs-sys-next v0.1.2
12492026-01-27T17:27:39.571Z Downloaded derive_builder v0.20.2
12502026-01-27T17:27:39.571Z Downloaded convert_case v0.7.1
12512026-01-27T17:27:39.572Z Downloaded const_format_proc_macros v0.2.34
12522026-01-27T17:27:39.577Z Downloaded chacha20 v0.9.1
12532026-01-27T17:27:39.577Z Downloaded cexpr v0.6.0
12542026-01-27T17:27:39.577Z Downloaded bit-vec v0.6.3
12552026-01-27T17:27:39.577Z Downloaded argon2 v0.5.3
12562026-01-27T17:27:39.577Z Downloaded derive_builder_core v0.20.2
12572026-01-27T17:27:39.577Z Downloaded defmt-macros v0.3.9
12582026-01-27T17:27:39.577Z Downloaded defmt v0.3.8
12592026-01-27T17:27:39.577Z Downloaded flagset v0.4.6
12602026-01-27T17:27:39.577Z Downloaded constant_time_eq v0.3.1
12612026-01-27T17:27:39.577Z Downloaded camino-tempfile-ext v0.3.2
12622026-01-27T17:27:39.577Z Downloaded arrayvec v0.7.6
12632026-01-27T17:27:39.578Z Downloaded futures-task v0.3.31
12642026-01-27T17:27:39.583Z Downloaded futures-sink v0.3.31
12652026-01-27T17:27:39.583Z Downloaded foreign-types-shared v0.1.1
12662026-01-27T17:27:39.583Z Downloaded float-ord v0.3.2
12672026-01-27T17:27:39.583Z Downloaded darling_macro v0.20.10
12682026-01-27T17:27:39.583Z Downloaded foreign-types v0.5.0
12692026-01-27T17:27:39.583Z Downloaded endian-type v0.1.2
12702026-01-27T17:27:39.583Z Downloaded block-padding v0.3.3
12712026-01-27T17:27:39.583Z Downloaded bit-set v0.8.0
12722026-01-27T17:27:39.583Z Downloaded bit-set v0.5.3
12732026-01-27T17:27:39.587Z Downloaded base16ct v0.2.0
12742026-01-27T17:27:39.587Z Downloaded atomicwrites v0.4.4
12752026-01-27T17:27:39.587Z Downloaded fd-lock v4.0.2
12762026-01-27T17:27:39.590Z Downloaded enum-as-inner v0.6.1
12772026-01-27T17:27:39.590Z Downloaded crc8 v0.1.1
12782026-01-27T17:27:39.590Z Downloaded crc v3.2.1
12792026-01-27T17:27:39.594Z Downloaded atty v0.2.14
12802026-01-27T17:27:39.594Z Downloaded bb8 v0.8.5
12812026-01-27T17:27:39.594Z Downloaded env_filter v0.1.2
12822026-01-27T17:27:39.604Z Downloaded embedded-io v0.4.0
12832026-01-27T17:27:39.605Z Downloaded display-error-chain v0.2.2
12842026-01-27T17:27:39.605Z Downloaded ascii-canvas v3.0.0
12852026-01-27T17:27:39.614Z Downloaded dropshot-api-manager-types v0.2.4
12862026-01-27T17:27:39.614Z Downloaded embedded-io v0.6.1
12872026-01-27T17:27:39.614Z Downloaded crc-catalog v2.4.0
12882026-01-27T17:27:39.614Z Downloaded derive_more v2.0.1
12892026-01-27T17:27:39.614Z Downloaded crunchy v0.2.2
12902026-01-27T17:27:39.614Z Downloaded document-features v0.2.11
12912026-01-27T17:27:39.614Z Downloaded difflib v0.4.0
12922026-01-27T17:27:39.614Z Downloaded derive-ex v0.1.8
12932026-01-27T17:27:39.614Z Downloaded der_derive v0.7.3
12942026-01-27T17:27:39.614Z Downloaded data-encoding v2.9.0
12952026-01-27T17:27:39.620Z Downloaded ciborium-ll v0.2.2
12962026-01-27T17:27:39.620Z Downloaded atomic-waker v1.1.2
12972026-01-27T17:27:39.620Z Downloaded darling_macro v0.21.0
12982026-01-27T17:27:39.620Z Downloaded castaway v0.2.3
12992026-01-27T17:27:39.620Z Downloaded bitfield-struct v0.6.2
13002026-01-27T17:27:39.625Z Downloaded bit-vec v0.8.0
13012026-01-27T17:27:39.625Z Downloaded cargo-platform v0.1.8
13022026-01-27T17:27:39.625Z Downloaded dirs-next v2.0.0
13032026-01-27T17:27:39.625Z Downloaded crypto-bigint v0.5.5
13042026-01-27T17:27:39.635Z Downloaded cfg_aliases v0.2.1
13052026-01-27T17:27:39.635Z Downloaded bitfield v0.19.2
13062026-01-27T17:27:39.638Z Downloaded addr2line v0.24.2
13072026-01-27T17:27:39.638Z Downloaded cobs v0.2.3
13082026-01-27T17:27:39.638Z Downloaded cmake v0.1.51
13092026-01-27T17:27:39.638Z Downloaded arrayref v0.3.9
13102026-01-27T17:27:39.638Z Downloaded crossbeam-deque v0.8.5
13112026-01-27T17:27:39.638Z Downloaded cfg_aliases v0.1.1
13122026-01-27T17:27:39.638Z Downloaded async-stream-impl v0.3.6
13132026-01-27T17:27:39.638Z Downloaded array-init v0.0.4
13142026-01-27T17:27:39.638Z Downloaded bcrypt-pbkdf v0.10.0
13152026-01-27T17:27:39.638Z Downloaded crucible-workspace-hack v0.1.0
13162026-01-27T17:27:39.641Z Downloaded async-recursion v1.1.1
13172026-01-27T17:27:39.888Z Downloaded aws-lc-sys v0.26.0
13182026-01-27T17:27:40.197Z Compiling value-bag v1.12.0
13192026-01-27T17:27:40.198Z Compiling lock_api v0.4.12
13202026-01-27T17:27:40.198Z Compiling scopeguard v1.2.0
13212026-01-27T17:27:40.204Z Compiling shlex v1.3.0
13222026-01-27T17:27:40.204Z Compiling smallvec v1.15.1
13232026-01-27T17:27:40.409Z Compiling syn v2.0.111
13242026-01-27T17:27:40.421Z Compiling getrandom v0.2.15
13252026-01-27T17:27:40.421Z Compiling jobserver v0.1.32
13262026-01-27T17:27:40.537Z Compiling typenum v1.17.0
13272026-01-27T17:27:40.756Z Compiling log v0.4.29
13282026-01-27T17:27:40.782Z Compiling rand_core v0.6.4
13292026-01-27T17:27:41.210Z Compiling cc v1.2.30
13302026-01-27T17:27:41.805Z Compiling generic-array v0.14.7
13312026-01-27T17:27:41.805Z Compiling subtle v2.6.1
13322026-01-27T17:27:41.805Z Compiling portable-atomic v1.11.0
13332026-01-27T17:27:41.805Z Compiling const-oid v0.9.6
13342026-01-27T17:27:41.805Z Compiling critical-section v1.1.3
13352026-01-27T17:27:41.805Z Compiling serde_json v1.0.149
13362026-01-27T17:27:41.805Z Compiling getrandom v0.3.4
13372026-01-27T17:27:41.805Z Compiling pkg-config v0.3.31
13382026-01-27T17:27:41.905Z Compiling spin v0.9.8
13392026-01-27T17:27:42.292Z Compiling parking_lot_core v0.9.10
13402026-01-27T17:27:42.741Z Compiling regex-syntax v0.8.5
13412026-01-27T17:27:42.814Z Compiling pin-project-lite v0.2.14
13422026-01-27T17:27:42.931Z Compiling libm v0.2.8
13432026-01-27T17:27:43.291Z Compiling rustix v0.38.37
13442026-01-27T17:27:43.354Z Compiling once_cell v1.21.3
13452026-01-27T17:27:43.512Z Compiling signal-hook-registry v1.4.2
13462026-01-27T17:27:43.728Z Compiling num-traits v0.2.19
13472026-01-27T17:27:43.854Z Compiling allocator-api2 v0.2.21
13482026-01-27T17:27:44.096Z Compiling parking_lot v0.12.3
13492026-01-27T17:27:44.359Z Compiling mio v1.0.2
13502026-01-27T17:27:44.567Z Compiling futures-core v0.3.31
13512026-01-27T17:27:44.588Z Compiling lazy_static v1.5.0
13522026-01-27T17:27:44.745Z Compiling aho-corasick v1.1.3
13532026-01-27T17:27:44.824Z Compiling percent-encoding v2.3.2
13542026-01-27T17:27:44.985Z Compiling socket2 v0.6.1
13552026-01-27T17:27:45.409Z Compiling slab v0.4.9
13562026-01-27T17:27:45.475Z Compiling cpufeatures v0.2.14
13572026-01-27T17:27:45.589Z Compiling futures-sink v0.3.31
13582026-01-27T17:27:45.743Z Compiling glob v0.3.2
13592026-01-27T17:27:45.761Z Compiling either v1.15.0
13602026-01-27T17:27:45.882Z Compiling futures-channel v0.3.31
13612026-01-27T17:27:46.209Z Compiling hashbrown v0.16.1
13622026-01-27T17:27:46.225Z Compiling pin-utils v0.1.0
13632026-01-27T17:27:46.297Z Compiling prettyplease v0.2.36
13642026-01-27T17:27:46.336Z Compiling rustversion v1.0.22
13652026-01-27T17:27:46.583Z Compiling clang-sys v1.8.1
13662026-01-27T17:27:46.674Z Compiling futures-task v0.3.31
13672026-01-27T17:27:46.898Z Compiling regex-automata v0.4.11
13682026-01-27T17:27:46.967Z Compiling futures-io v0.3.31
13692026-01-27T17:27:47.113Z Compiling minimal-lexical v0.2.1
13702026-01-27T17:27:47.275Z Compiling libloading v0.8.5
13712026-01-27T17:27:47.423Z Compiling indexmap v2.12.1
13722026-01-27T17:27:47.607Z Compiling synstructure v0.13.1
13732026-01-27T17:27:47.649Z Compiling nom v7.1.3
13742026-01-27T17:27:48.396Z Compiling home v0.5.9
13752026-01-27T17:27:48.473Z Compiling bindgen v0.69.5
13762026-01-27T17:27:48.616Z Compiling ident_case v1.0.1
13772026-01-27T17:27:48.816Z Compiling base64ct v1.6.0
13782026-01-27T17:27:49.067Z Compiling itertools v0.12.1
13792026-01-27T17:27:49.390Z Compiling pem-rfc7468 v0.7.0
13802026-01-27T17:27:49.492Z Compiling form_urlencoded v1.2.2
13812026-01-27T17:27:49.827Z Compiling rustc-hash v1.1.0
13822026-01-27T17:27:49.998Z Compiling lazycell v1.3.0
13832026-01-27T17:27:50.030Z Compiling flagset v0.4.6
13842026-01-27T17:27:50.177Z Compiling rand_core v0.9.3
13852026-01-27T17:27:50.249Z Compiling cmake v0.1.51
13862026-01-27T17:27:50.750Z Compiling cexpr v0.6.0
13872026-01-27T17:27:50.920Z Compiling dunce v1.0.5
13882026-01-27T17:27:51.085Z Compiling paste v1.0.15
13892026-01-27T17:27:51.095Z Compiling iana-time-zone v0.1.63
13902026-01-27T17:27:51.454Z Compiling fs_extra v1.3.0
13912026-01-27T17:27:51.584Z Compiling foldhash v0.1.5
13922026-01-27T17:27:51.691Z Compiling rustc_version v0.4.1
13932026-01-27T17:27:51.904Z Compiling hashbrown v0.15.4
13942026-01-27T17:27:51.925Z Compiling uuid v1.19.0
13952026-01-27T17:27:51.960Z Compiling vcpkg v0.2.15
13962026-01-27T17:27:52.191Z Compiling regex v1.11.3
13972026-01-27T17:27:52.292Z Compiling serde_derive v1.0.228
13982026-01-27T17:27:52.314Z Compiling zeroize_derive v1.4.2
13992026-01-27T17:27:53.115Z Compiling zerofrom-derive v0.1.4
14002026-01-27T17:27:53.120Z Compiling yoke-derive v0.7.4
14012026-01-27T17:27:53.396Z Compiling zerovec-derive v0.10.3
14022026-01-27T17:27:53.576Z Compiling displaydoc v0.2.5
14032026-01-27T17:27:53.673Z Compiling zeroize v1.8.1
14042026-01-27T17:27:55.151Z Compiling zerocopy-derive v0.7.35
14052026-01-27T17:27:55.509Z Compiling crypto-common v0.1.6
14062026-01-27T17:27:55.737Z Compiling block-buffer v0.10.4
14072026-01-27T17:27:55.825Z Compiling icu_provider_macros v1.5.0
14082026-01-27T17:27:55.846Z Compiling tokio-macros v2.6.0
14092026-01-27T17:27:56.012Z Compiling digest v0.10.7
14102026-01-27T17:27:56.385Z Compiling zerofrom v0.1.4
14112026-01-27T17:27:56.492Z Compiling hmac v0.12.1
14122026-01-27T17:27:56.611Z Compiling yoke v0.7.4
14132026-01-27T17:27:56.747Z Compiling thiserror-impl v2.0.17
14142026-01-27T17:27:56.819Z Compiling block-padding v0.3.3
14152026-01-27T17:27:56.963Z Compiling zerovec v0.10.4
14162026-01-27T17:27:57.018Z Compiling zerocopy v0.7.35
14172026-01-27T17:27:57.041Z Compiling futures-macro v0.3.31
14182026-01-27T17:27:57.082Z Compiling inout v0.1.3
14192026-01-27T17:27:57.339Z Compiling cipher v0.4.4
14202026-01-27T17:27:57.376Z Compiling sha2 v0.10.9
14212026-01-27T17:27:57.873Z Compiling der_derive v0.7.3
14222026-01-27T17:27:58.392Z Compiling ppv-lite86 v0.2.20
14232026-01-27T17:27:58.850Z Compiling tinystr v0.7.6
14242026-01-27T17:27:58.886Z Compiling icu_collections v1.5.0
14252026-01-27T17:27:58.917Z Compiling futures-util v0.3.31
14262026-01-27T17:27:59.134Z Compiling salsa20 v0.10.2
14272026-01-27T17:27:59.294Z Compiling icu_locid v1.5.0
14282026-01-27T17:27:59.437Z Compiling pbkdf2 v0.12.2
14292026-01-27T17:27:59.505Z Compiling serde v1.0.228
14302026-01-27T17:27:59.626Z Compiling zerocopy v0.8.27
14312026-01-27T17:27:59.795Z Compiling thiserror v2.0.17
14322026-01-27T17:27:59.969Z Compiling pest v2.8.2
14332026-01-27T17:28:00.113Z Compiling scrypt v0.11.0
14342026-01-27T17:28:00.140Z Compiling der v0.7.10
14352026-01-27T17:28:00.380Z Compiling icu_provider v1.5.0
14362026-01-27T17:28:00.602Z Compiling bitflags v2.9.4
14372026-01-27T17:28:00.753Z Compiling bytes v1.10.1
14382026-01-27T17:28:01.037Z Compiling chrono v0.4.42
14392026-01-27T17:28:01.198Z Compiling icu_locid_transform v1.5.0
14402026-01-27T17:28:01.377Z Compiling rand_chacha v0.9.0
14412026-01-27T17:28:02.104Z Compiling tokio v1.48.0
14422026-01-27T17:28:02.889Z Compiling icu_properties v1.5.1
14432026-01-27T17:28:02.915Z Compiling spki v0.7.3
14442026-01-27T17:28:03.042Z Compiling pest_meta v2.8.2
14452026-01-27T17:28:03.272Z Compiling http v1.4.0
14462026-01-27T17:28:03.441Z Compiling cbc v0.1.2
14472026-01-27T17:28:03.712Z Compiling aes v0.8.4
14482026-01-27T17:28:04.217Z Compiling openssl-sys v0.9.109
14492026-01-27T17:28:04.240Z Compiling zerocopy-derive v0.8.27
14502026-01-27T17:28:05.356Z Compiling which v4.4.2
14512026-01-27T17:28:05.906Z Compiling pkcs5 v0.7.1
14522026-01-27T17:28:06.411Z Compiling pest_generator v2.8.2
14532026-01-27T17:28:06.437Z Compiling icu_normalizer v1.5.0
14542026-01-27T17:28:06.978Z Compiling rand v0.9.2
14552026-01-27T17:28:07.295Z Compiling tracing-attributes v0.1.27
14562026-01-27T17:28:07.333Z Compiling idna_adapter v1.2.0
14572026-01-27T17:28:07.567Z Compiling idna v1.0.3
14582026-01-27T17:28:08.126Z Compiling serde_derive_internals v0.29.1
14592026-01-27T17:28:08.148Z Compiling url v2.5.4
14602026-01-27T17:28:08.734Z Compiling ring v0.17.14
14612026-01-27T17:28:09.036Z Compiling tracing-core v0.1.32
14622026-01-27T17:28:09.843Z Compiling aws-lc-rs v1.12.4
14632026-01-27T17:28:09.925Z Compiling schemars v0.8.22
14642026-01-27T17:28:10.223Z Compiling adler2 v2.0.0
14652026-01-27T17:28:10.273Z Compiling rustix v1.1.3
14662026-01-27T17:28:10.315Z Compiling tracing v0.1.40
14672026-01-27T17:28:10.318Z Compiling schemars_derive v0.8.22
14682026-01-27T17:28:10.431Z Compiling tokio-util v0.7.15
14692026-01-27T17:28:10.778Z Compiling miniz_oxide v0.8.5
14702026-01-27T17:28:11.114Z Compiling pest_derive v2.8.2
14712026-01-27T17:28:11.279Z Compiling pkcs8 v0.10.2
14722026-01-27T17:28:11.891Z Compiling http-body v1.0.1
14732026-01-27T17:28:11.910Z Compiling scroll_derive v0.13.1
14742026-01-27T17:28:12.038Z Compiling darling_core v0.20.10
14752026-01-27T17:28:12.145Z Compiling dyn-clone v1.0.20
14762026-01-27T17:28:12.380Z Compiling rustls-pki-types v1.10.0
14772026-01-27T17:28:12.473Z Compiling base64 v0.22.1
14782026-01-27T17:28:13.124Z Compiling tinyvec_macros v0.1.1
14792026-01-27T17:28:13.155Z Compiling httparse v1.9.5
14802026-01-27T17:28:13.236Z Compiling tinyvec v1.8.0
14812026-01-27T17:28:13.677Z Compiling scroll v0.13.0
14822026-01-27T17:28:14.211Z Compiling bzip2-sys v0.1.13+1.0.8
14832026-01-27T17:28:14.689Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14842026-01-27T17:28:14.757Z Compiling foreign-types-shared v0.1.1
14852026-01-27T17:28:14.896Z Compiling untrusted v0.7.1
14862026-01-27T17:28:15.109Z Compiling openssl-probe v0.1.5
14872026-01-27T17:28:15.155Z Compiling untrusted v0.9.0
14882026-01-27T17:28:15.350Z Compiling powerfmt v0.2.0
14892026-01-27T17:28:15.418Z Compiling openssl v0.10.73
14902026-01-27T17:28:15.436Z Compiling tower-layer v0.3.3
14912026-01-27T17:28:15.623Z Compiling time-core v0.1.6
14922026-01-27T17:28:15.737Z Compiling tower-service v0.3.3
14932026-01-27T17:28:15.754Z Compiling try-lock v0.2.5
14942026-01-27T17:28:15.843Z Compiling atomic-waker v1.1.2
14952026-01-27T17:28:15.887Z Compiling num-conv v0.1.0
14962026-01-27T17:28:15.927Z Compiling tempfile v3.24.0
14972026-01-27T17:28:15.950Z Compiling want v0.3.1
14982026-01-27T17:28:16.052Z Compiling h2 v0.4.6
14992026-01-27T17:28:16.177Z Compiling time-macros v0.2.24
15002026-01-27T17:28:16.512Z Compiling deranged v0.5.3
15012026-01-27T17:28:16.724Z Compiling foreign-types v0.3.2
15022026-01-27T17:28:17.474Z Compiling darling_macro v0.20.10
15032026-01-27T17:28:18.382Z Compiling darling v0.20.10
15042026-01-27T17:28:18.433Z Compiling goblin v0.10.2
15052026-01-27T17:28:18.859Z Compiling ipnet v2.11.0
15062026-01-27T17:28:19.140Z Compiling openssl-macros v0.1.1
15072026-01-27T17:28:19.944Z Compiling wait-timeout v0.2.0
15082026-01-27T17:28:20.010Z Compiling syn v1.0.109
15092026-01-27T17:28:20.034Z Compiling gimli v0.31.1
15102026-01-27T17:28:20.120Z Compiling quick-error v1.2.3
15112026-01-27T17:28:20.292Z Compiling rustls v0.23.19
15122026-01-27T17:28:20.426Z Compiling native-tls v0.2.12
15132026-01-27T17:28:20.575Z Compiling bit-vec v0.8.0
15142026-01-27T17:28:20.620Z Compiling usdt-impl v0.6.0
15152026-01-27T17:28:20.802Z Compiling httpdate v1.0.3
15162026-01-27T17:28:20.988Z Compiling crossbeam-utils v0.8.21
15172026-01-27T17:28:21.063Z Compiling num_threads v0.1.7
15182026-01-27T17:28:21.202Z Compiling time v0.3.43
15192026-01-27T17:28:21.253Z Compiling bit-set v0.8.0
15202026-01-27T17:28:21.599Z Compiling rusty-fork v0.3.0
15212026-01-27T17:28:22.269Z Compiling derive_builder_core v0.20.2
15222026-01-27T17:28:24.323Z Compiling addr2line v0.24.2
15232026-01-27T17:28:24.711Z Compiling hyper v1.8.1
15242026-01-27T17:28:25.017Z Compiling unicode-normalization v0.1.24
15252026-01-27T17:28:25.077Z Compiling dof v0.4.0
15262026-01-27T17:28:25.228Z Compiling dtrace-parser v0.3.0
15272026-01-27T17:28:26.027Z Compiling signature v2.2.0
15282026-01-27T17:28:26.340Z Compiling heapless v0.7.17
15292026-01-27T17:28:26.802Z Compiling thiserror-impl v1.0.69
15302026-01-27T17:28:26.899Z Compiling scroll_derive v0.12.0
15312026-01-27T17:28:27.086Z Compiling rand_xorshift v0.4.0
15322026-01-27T17:28:27.376Z Compiling darling_core v0.21.0
15332026-01-27T17:28:28.112Z Compiling slog v2.8.2
15342026-01-27T17:28:28.197Z Compiling thread-id v5.0.0
15352026-01-27T17:28:28.318Z Compiling cookie v0.18.1
15362026-01-27T17:28:28.434Z Compiling object v0.36.5
15372026-01-27T17:28:28.642Z Compiling crc32fast v1.4.2
15382026-01-27T17:28:28.806Z Compiling zstd-safe v7.2.3
15392026-01-27T17:28:28.948Z Compiling siphasher v0.3.11
15402026-01-27T17:28:28.968Z Compiling unicode-properties v0.1.3
15412026-01-27T17:28:29.157Z Compiling anyhow v1.0.99
15422026-01-27T17:28:29.337Z Compiling zlib-rs v0.5.1
15432026-01-27T17:28:29.427Z Compiling unicode-bidi v0.3.17
15442026-01-27T17:28:29.603Z Compiling unarray v0.1.4
15452026-01-27T17:28:29.770Z Compiling rustc-demangle v0.1.24
15462026-01-27T17:28:29.796Z Compiling signal-hook v0.3.18
15472026-01-27T17:28:30.142Z Compiling stringprep v0.1.5
15482026-01-27T17:28:30.566Z Compiling proptest v1.7.0
15492026-01-27T17:28:30.912Z Compiling thiserror v1.0.69
15502026-01-27T17:28:31.026Z Compiling phf_shared v0.11.2
15512026-01-27T17:28:31.165Z Compiling scroll v0.12.0
15522026-01-27T17:28:31.717Z Compiling hyper-util v0.1.19
15532026-01-27T17:28:32.051Z Compiling derive_builder_macro v0.20.2
15542026-01-27T17:28:33.300Z Compiling darling_macro v0.21.0
15552026-01-27T17:28:34.021Z Compiling ipnetwork v0.21.1
15562026-01-27T17:28:34.227Z Compiling toml_datetime v0.6.11
15572026-01-27T17:28:34.788Z Compiling backtrace v0.3.74
15582026-01-27T17:28:34.866Z Compiling erased-serde v0.3.31
15592026-01-27T17:28:35.123Z Compiling serde_tokenstream v0.2.2
15602026-01-27T17:28:35.674Z Compiling libz-rs-sys v0.5.1
15612026-01-27T17:28:35.738Z Compiling serde_spanned v0.6.9
15622026-01-27T17:28:35.962Z Compiling rand_chacha v0.3.1
15632026-01-27T17:28:36.000Z Compiling md-5 v0.10.6
15642026-01-27T17:28:36.169Z Compiling curve25519-dalek v4.1.3
15652026-01-27T17:28:36.300Z Compiling vergen-lib v0.1.6
15662026-01-27T17:28:36.392Z Compiling num-integer v0.1.46
15672026-01-27T17:28:36.638Z Compiling sync_wrapper v1.0.1
15682026-01-27T17:28:36.816Z Compiling hash32 v0.2.1
15692026-01-27T17:28:36.859Z Compiling ff v0.13.0
15702026-01-27T17:28:37.097Z Compiling memoffset v0.9.1
15712026-01-27T17:28:37.117Z Compiling base16ct v0.2.0
15722026-01-27T17:28:37.189Z Compiling fallible-iterator v0.2.0
15732026-01-27T17:28:37.429Z Compiling smoltcp v0.9.1
15742026-01-27T17:28:37.450Z Compiling num-bigint-dig v0.8.6
15752026-01-27T17:28:37.457Z Compiling litrs v0.4.1
15762026-01-27T17:28:37.804Z Compiling psl-types v2.0.11
15772026-01-27T17:28:37.825Z Compiling ref-cast v1.0.25
15782026-01-27T17:28:37.867Z Compiling cfg_aliases v0.2.1
15792026-01-27T17:28:37.987Z Compiling nix v0.29.0
15802026-01-27T17:28:38.018Z Compiling publicsuffix v2.3.0
15812026-01-27T17:28:38.115Z Compiling postgres-protocol v0.6.8
15822026-01-27T17:28:38.478Z Compiling document-features v0.2.11
15832026-01-27T17:28:38.500Z Compiling sec1 v0.7.3
15842026-01-27T17:28:38.809Z Compiling group v0.13.0
15852026-01-27T17:28:39.054Z Compiling num-iter v0.1.45
15862026-01-27T17:28:39.291Z Compiling tower v0.5.2
15872026-01-27T17:28:39.339Z Compiling rand v0.8.5
15882026-01-27T17:28:39.388Z Compiling newtype-uuid v1.3.2
15892026-01-27T17:28:39.689Z Compiling flate2 v1.1.2
15902026-01-27T17:28:40.314Z Compiling oxnet v0.1.4
15912026-01-27T17:28:40.459Z Compiling darling v0.21.0
15922026-01-27T17:28:40.596Z Compiling derive_builder v0.20.2
15932026-01-27T17:28:40.620Z Compiling tokio-native-tls v0.3.1
15942026-01-27T17:28:40.792Z Compiling goblin v0.8.2
15952026-01-27T17:28:41.261Z Compiling rustls-native-certs v0.8.1
15962026-01-27T17:28:41.316Z Compiling webpki-roots v1.0.1
15972026-01-27T17:28:41.540Z Compiling http-body-util v0.1.3
15982026-01-27T17:28:41.795Z Compiling strum_macros v0.27.2
15992026-01-27T17:28:41.986Z Compiling terminal_size v0.4.0
16002026-01-27T17:28:42.007Z Compiling cargo-platform v0.1.8
16012026-01-27T17:28:42.031Z Compiling hkdf v0.12.4
16022026-01-27T17:28:42.232Z Compiling crypto-bigint v0.5.5
16032026-01-27T17:28:42.320Z Compiling daft-derive v0.1.4
16042026-01-27T17:28:42.505Z Compiling ref-cast-impl v1.0.25
16052026-01-27T17:28:43.677Z Compiling async-trait v0.1.89
16062026-01-27T17:28:43.873Z Compiling hubpack_derive v0.1.1
16072026-01-27T17:28:43.914Z Compiling curve25519-dalek-derive v0.1.1
16082026-01-27T17:28:44.813Z Compiling vergen v9.0.6
16092026-01-27T17:28:45.139Z Compiling ahash v0.8.12
16102026-01-27T17:28:45.284Z Compiling fs-err v3.1.1
16112026-01-27T17:28:45.513Z Compiling buf-list v1.0.3
16122026-01-27T17:28:45.621Z Compiling simd-adler32 v0.3.7
16132026-01-27T17:28:46.085Z Compiling bumpalo v3.16.0
16142026-01-27T17:28:46.111Z Compiling managed v0.8.0
16152026-01-27T17:28:46.143Z Compiling winnow v0.5.40
16162026-01-27T17:28:46.530Z Compiling iri-string v0.7.8
16172026-01-27T17:28:46.552Z Compiling ryu v1.0.18
16182026-01-27T17:28:46.724Z Compiling bitflags v1.3.2
16192026-01-27T17:28:46.845Z Compiling unicode-segmentation v1.12.0
16202026-01-27T17:28:46.880Z Compiling lockfree-object-pool v0.1.6
16212026-01-27T17:28:47.161Z Compiling zopfli v0.8.1
16222026-01-27T17:28:47.884Z Compiling serde_urlencoded v0.7.1
16232026-01-27T17:28:48.409Z Compiling strum v0.27.2
16242026-01-27T17:28:48.622Z Compiling dof v0.3.0
16252026-01-27T17:28:48.710Z Compiling clap_builder v4.5.48
16262026-01-27T17:28:49.612Z Compiling toml_edit v0.19.15
16272026-01-27T17:28:49.637Z Compiling tower-http v0.6.6
16282026-01-27T17:28:50.177Z Compiling elliptic-curve v0.13.8
16292026-01-27T17:28:50.351Z Compiling hubpack v0.1.2
16302026-01-27T17:28:50.504Z Compiling daft v0.1.4
16312026-01-27T17:28:50.952Z Compiling cargo_metadata v0.19.2
16322026-01-27T17:28:51.017Z Compiling hyper-tls v0.6.0
16332026-01-27T17:28:51.078Z Compiling signal-hook-mio v0.2.4
16342026-01-27T17:28:51.275Z Compiling cookie_store v0.21.1
16352026-01-27T17:28:51.430Z Compiling zstd v0.13.3
16362026-01-27T17:28:52.742Z Compiling serde_with_macros v3.16.1
16372026-01-27T17:28:54.294Z Compiling postgres-types v0.2.9
16382026-01-27T17:28:55.437Z Compiling usdt-attr-macro v0.6.0
16392026-01-27T17:28:55.532Z Compiling usdt-macro v0.6.0
16402026-01-27T17:28:55.903Z Compiling phf v0.11.2
16412026-01-27T17:28:56.086Z Compiling dtrace-parser v0.2.0
16422026-01-27T17:28:56.173Z Compiling ed25519 v2.2.3
16432026-01-27T17:28:56.221Z Compiling bzip2 v0.5.2
16442026-01-27T17:28:56.617Z Compiling bzip2 v0.4.4
16452026-01-27T17:28:56.949Z Compiling pkcs1 v0.7.5
16462026-01-27T17:28:56.981Z Compiling strum_macros v0.26.4
16472026-01-27T17:28:57.018Z Compiling enum-as-inner v0.6.1
16482026-01-27T17:28:57.730Z Compiling clap_derive v4.5.47
16492026-01-27T17:28:57.817Z Compiling hex v0.4.3
16502026-01-27T17:28:57.856Z Compiling serde-big-array v0.5.1
16512026-01-27T17:28:58.058Z Compiling rfc6979 v0.4.0
16522026-01-27T17:28:58.106Z Compiling serde_repr v0.1.19
16532026-01-27T17:28:58.149Z Compiling bstr v1.10.0
16542026-01-27T17:28:58.281Z Compiling float-cmp v0.10.0
16552026-01-27T17:28:58.382Z Compiling env_filter v0.1.2
16562026-01-27T17:28:58.548Z Compiling memmap2 v0.9.8
16572026-01-27T17:28:58.965Z Compiling socket2 v0.5.10
16582026-01-27T17:28:58.986Z Compiling encoding_rs v0.8.34
16592026-01-27T17:28:59.197Z Compiling new_debug_unreachable v1.0.6
16602026-01-27T17:28:59.335Z Compiling data-encoding v2.9.0
16612026-01-27T17:28:59.618Z Compiling fixedbitset v0.5.7
16622026-01-27T17:28:59.926Z Compiling mime v0.3.17
16632026-01-27T17:29:00.276Z Compiling foldhash v0.2.0
16642026-01-27T17:29:00.454Z Compiling difflib v0.4.0
16652026-01-27T17:29:00.675Z Compiling normalize-line-endings v0.3.0
16662026-01-27T17:29:00.827Z Compiling static_assertions v1.1.0
16672026-01-27T17:29:00.949Z Compiling predicates-core v1.0.8
16682026-01-27T17:29:01.076Z Compiling whoami v1.5.2
16692026-01-27T17:29:01.176Z Compiling jiff v0.2.15
16702026-01-27T17:29:01.253Z Compiling rustc-hash v2.1.1
16712026-01-27T17:29:01.465Z Compiling keccak v0.1.5
16722026-01-27T17:29:01.601Z Compiling precomputed-hash v0.1.1
16732026-01-27T17:29:01.692Z Compiling fixedbitset v0.4.2
16742026-01-27T17:29:01.743Z Compiling string_cache v0.8.9
16752026-01-27T17:29:01.998Z Compiling clap v4.5.48
16762026-01-27T17:29:02.107Z Compiling petgraph v0.6.5
16772026-01-27T17:29:02.130Z Compiling sha3 v0.10.8
16782026-01-27T17:29:02.153Z Compiling toml_edit v0.22.27
16792026-01-27T17:29:02.530Z Compiling iddqd v0.3.16
16802026-01-27T17:29:03.158Z Compiling tokio-postgres v0.7.13
16812026-01-27T17:29:03.762Z Compiling strum v0.26.3
16822026-01-27T17:29:03.976Z Compiling predicates v3.1.3
16832026-01-27T17:29:05.164Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16842026-01-27T17:29:05.486Z Compiling petgraph v0.8.2
16852026-01-27T17:29:05.557Z Compiling hickory-proto v0.25.2
16862026-01-27T17:29:05.633Z Compiling similar v2.7.0
16872026-01-27T17:29:07.616Z Compiling usdt-impl v0.5.0
16882026-01-27T17:29:08.404Z Compiling zip v4.2.0
16892026-01-27T17:29:08.873Z Compiling usdt v0.6.0
16902026-01-27T17:29:08.984Z Compiling env_logger v0.11.8
16912026-01-27T17:29:09.350Z Compiling serde_with v3.16.1
16922026-01-27T17:29:09.735Z Compiling ecdsa v0.16.9
16932026-01-27T17:29:09.919Z Compiling rsa v0.9.8
16942026-01-27T17:29:10.547Z Compiling zip v0.6.6
16952026-01-27T17:29:10.569Z Compiling ed25519-dalek v2.1.1
16962026-01-27T17:29:11.893Z Compiling toml v0.7.8
16972026-01-27T17:29:12.378Z Compiling crossterm v0.28.1
16982026-01-27T17:29:13.596Z Compiling heck v0.4.1
16992026-01-27T17:29:13.758Z Compiling crossbeam-epoch v0.9.18
17002026-01-27T17:29:13.834Z Compiling tokio-stream v0.1.17
17012026-01-27T17:29:13.956Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-01-27T17:29:14.022Z Compiling x509-cert v0.2.5
17032026-01-27T17:29:14.379Z Compiling openapiv3 v2.2.0
17042026-01-27T17:29:14.460Z Compiling sha1 v0.10.6
17052026-01-27T17:29:14.846Z Compiling itertools v0.10.5
17062026-01-27T17:29:14.906Z Compiling itertools v0.13.0
17072026-01-27T17:29:15.485Z Compiling winnow v0.6.26
17082026-01-27T17:29:16.915Z Compiling peg-runtime v0.8.5
17092026-01-27T17:29:17.326Z Compiling lalrpop-util v0.19.12
17102026-01-27T17:29:17.485Z Compiling thread_local v1.1.8
17112026-01-27T17:29:17.509Z Compiling slog-async v2.8.0
17122026-01-27T17:29:17.694Z Compiling crossbeam-channel v0.5.15
17132026-01-27T17:29:17.792Z Compiling xattr v1.3.1
17142026-01-27T17:29:17.955Z Compiling futures-executor v0.3.31
17152026-01-27T17:29:18.065Z Compiling is-terminal v0.4.13
17162026-01-27T17:29:18.116Z Compiling filetime v0.2.26
17172026-01-27T17:29:18.227Z Compiling take_mut v0.2.2
17182026-01-27T17:29:18.284Z Compiling term v1.1.0
17192026-01-27T17:29:18.343Z Compiling futures v0.3.31
17202026-01-27T17:29:18.410Z Compiling tar v0.4.44
17212026-01-27T17:29:19.606Z Compiling slog-term v2.9.2
17222026-01-27T17:29:21.746Z Compiling aws-lc-sys v0.26.0
17232026-01-27T17:29:50.934Z Compiling rustls-webpki v0.102.8
17242026-01-27T17:29:55.299Z Compiling tokio-rustls v0.26.0
17252026-01-27T17:29:55.569Z Compiling hyper-rustls v0.27.7
17262026-01-27T17:29:55.931Z Compiling reqwest v0.12.24
17272026-01-27T17:29:59.525Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-01-27T17:29:59.818Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-01-27T17:30:04.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
17302026-01-27T17:30:04.434Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-01-27T17:30:04.490ZJan 27 17:30:03.147 INFO Starting download, target: Clickhouse
17322026-01-27T17:30:04.490ZJan 27 17:30:03.148 INFO Starting download, target: Console
17332026-01-27T17:30:04.490ZJan 27 17:30:03.148 INFO Starting download, target: MaghemiteMgd
17342026-01-27T17:30:04.496ZJan 27 17:30:03.148 INFO Starting download, target: DendriteStub
17352026-01-27T17:30:04.496ZJan 27 17:30:03.148 INFO Starting download, target: Cockroach
17362026-01-27T17:30:04.496ZJan 27 17:30:03.148 INFO Starting download, target: TransceiverControl
17372026-01-27T17:30:04.496ZJan 27 17:30:03.148 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-01-27T17:30:04.496ZJan 27 17:30:03.148 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-01-27T17:30:04.496ZJan 27 17:30:03.148 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-01-27T17:30:04.496ZJan 27 17:30:03.148 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-01-27T17:30:04.496ZJan 27 17:30:03.149 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-01-27T17:30:04.496ZJan 27 17:30:03.149 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17432026-01-27T17:30:04.694ZJan 27 17:30:03.350 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-01-27T17:30:05.110ZJan 27 17:30:03.753 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-01-27T17:30:05.166ZJan 27 17:30:03.804 INFO Download complete, target: TransceiverControl
17462026-01-27T17:30:05.588ZJan 27 17:30:04.231 INFO Download complete, target: Console
17472026-01-27T17:30:05.963ZJan 27 17:30:04.558 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-01-27T17:30:05.979ZJan 27 17:30:04.566 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-01-27T17:30:06.474ZJan 27 17:30:05.131 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-01-27T17:30:06.474ZJan 27 17:30:05.131 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-01-27T17:30:06.498ZJan 27 17:30:05.156 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-01-27T17:30:10.007ZJan 27 17:30:08.664 INFO Download complete, target: MaghemiteMgd
17532026-01-27T17:30:10.036ZJan 27 17:30:08.693 INFO Download complete, target: DendriteStub
17542026-01-27T17:30:14.378ZJan 27 17:30:13.036 INFO Checking that binary works, target: Cockroach
17552026-01-27T17:30:14.501ZJan 27 17:30:13.159 INFO Download complete, target: Cockroach
17562026-01-27T17:30:17.858ZJan 27 17:30:16.515 INFO Checking that binary works, target: Clickhouse
17572026-01-27T17:30:18.021ZJan 27 17:30:16.679 INFO Download complete, target: Clickhouse
17582026-01-27T17:30:18.027ZAll prerequisites installed successfully
17592026-01-27T17:30:18.030Z
17602026-01-27T17:30:18.030Zreal 5:49.123070591
17612026-01-27T17:30:18.030Zuser 18:12.995010733
17622026-01-27T17:30:18.030Zsys 2:30.031393105
17632026-01-27T17:30:18.031Ztrap 0.628100202
17642026-01-27T17:30:18.031Ztflt 0.781668849
17652026-01-27T17:30:18.031Zdflt 1.074548927
17662026-01-27T17:30:18.031Zkflt 0.021893163
17672026-01-27T17:30:18.031Zlock 44:17.684539262
17682026-01-27T17:30:18.031Zslp 1:07:56.692426911
17692026-01-27T17:30:18.031Zlat 1:19.529982004
17702026-01-27T17:30:18.031Zstop 3:10.233562930
17712026-01-27T17:30:18.031Z+ ptime -m cargo xtask download softnpu
17722026-01-27T17:30:18.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17732026-01-27T17:30:18.804Z Running `target/debug/xtask download softnpu`
17742026-01-27T17:30:19.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17752026-01-27T17:30:19.883Z Running `target/debug/xtask-downloader softnpu`
17762026-01-27T17:30:19.924ZJan 27 17:30:18.582 INFO Starting download, target: Softnpu
17772026-01-27T17:30:19.927ZJan 27 17:30:18.583 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17782026-01-27T17:30:20.646ZJan 27 17:30:19.304 INFO Download complete, target: Softnpu
17792026-01-27T17:30:20.650Z
17802026-01-27T17:30:20.654Zreal 2.616452400
17812026-01-27T17:30:20.654Zuser 1.614682011
17822026-01-27T17:30:20.654Zsys 0.673912041
17832026-01-27T17:30:20.654Ztrap 0.001068791
17842026-01-27T17:30:20.654Ztflt 0.000073650
17852026-01-27T17:30:20.654Zdflt 0.000115373
17862026-01-27T17:30:20.654Zkflt 0.000000000
17872026-01-27T17:30:20.654Zlock 7.815671793
17882026-01-27T17:30:20.654Zslp 0.562118636
17892026-01-27T17:30:20.654Zlat 0.082298285
17902026-01-27T17:30:20.654Zstop 0.000156229
17912026-01-27T17:30:20.654Z+ export CARGO_INCREMENTAL=0
17922026-01-27T17:30:20.654Z+ CARGO_INCREMENTAL=0
17932026-01-27T17:30:20.654Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17942026-01-27T17:30:21.918Z Compiling proc-macro2 v1.0.101
17952026-01-27T17:30:21.919Z Compiling unicode-ident v1.0.19
17962026-01-27T17:30:21.919Z Compiling libc v0.2.180
17972026-01-27T17:30:21.922Z Compiling serde_core v1.0.228
17982026-01-27T17:30:21.922Z Compiling serde v1.0.228
17992026-01-27T17:30:21.922Z Compiling autocfg v1.4.0
18002026-01-27T17:30:21.922Z Compiling cfg-if v1.0.4
18012026-01-27T17:30:22.232Z Compiling version_check v0.9.5
18022026-01-27T17:30:22.235Z Compiling memchr v2.7.4
18032026-01-27T17:30:22.270Z Compiling shlex v1.3.0
18042026-01-27T17:30:22.752Z Compiling value-bag v1.12.0
18052026-01-27T17:30:22.809Z Compiling lock_api v0.4.12
18062026-01-27T17:30:23.156Z Compiling zmij v1.0.15
18072026-01-27T17:30:23.293Z Compiling log v0.4.29
18082026-01-27T17:30:23.445Z Compiling portable-atomic v1.11.0
18092026-01-27T17:30:23.633Z Compiling typenum v1.17.0
18102026-01-27T17:30:23.975Z Compiling quote v1.0.40
18112026-01-27T17:30:23.995Z Compiling jobserver v0.1.32
18122026-01-27T17:30:24.249Z Compiling serde_json v1.0.149
18132026-01-27T17:30:24.366Z Compiling syn v2.0.111
18142026-01-27T17:30:24.507Z Compiling cc v1.2.30
18152026-01-27T17:30:24.528Z Compiling generic-array v0.14.7
18162026-01-27T17:30:24.589Z Compiling getrandom v0.3.4
18172026-01-27T17:30:24.623Z Compiling libm v0.2.8
18182026-01-27T17:30:24.852Z Compiling num-traits v0.2.19
18192026-01-27T17:30:25.128Z Compiling scopeguard v1.2.0
18202026-01-27T17:30:25.148Z Compiling parking_lot_core v0.9.10
18212026-01-27T17:30:25.194Z Compiling smallvec v1.15.1
18222026-01-27T17:30:25.587Z Compiling regex-syntax v0.8.5
18232026-01-27T17:30:25.773Z Compiling itoa v1.0.11
18242026-01-27T17:30:26.516Z Compiling getrandom v0.2.15
18252026-01-27T17:30:26.783Z Compiling pkg-config v0.3.31
18262026-01-27T17:30:26.899Z Compiling thiserror v2.0.17
18272026-01-27T17:30:27.147Z Compiling aho-corasick v1.1.3
18282026-01-27T17:30:27.226Z Compiling rustix v0.38.37
18292026-01-27T17:30:27.716Z Compiling errno v0.3.12
18302026-01-27T17:30:27.770Z Compiling stable_deref_trait v1.2.0
18312026-01-27T17:30:27.906Z Compiling either v1.15.0
18322026-01-27T17:30:27.989Z Compiling spin v0.9.8
18332026-01-27T17:30:28.105Z Compiling slab v0.4.9
18342026-01-27T17:30:28.126Z Compiling allocator-api2 v0.2.21
18352026-01-27T17:30:28.378Z Compiling equivalent v1.0.2
18362026-01-27T17:30:28.449Z Compiling semver v1.0.27
18372026-01-27T17:30:28.653Z Compiling lazy_static v1.5.0
18382026-01-27T17:30:29.059Z Compiling schemars v0.8.22
18392026-01-27T17:30:29.117Z Compiling regex-automata v0.4.11
18402026-01-27T17:30:30.510Z Compiling rand_core v0.6.4
18412026-01-27T17:30:31.168Z Compiling critical-section v1.1.3
18422026-01-27T17:30:31.189Z Compiling byteorder v1.5.0
18432026-01-27T17:30:31.336Z Compiling synstructure v0.13.1
18442026-01-27T17:30:31.722Z Compiling serde_derive_internals v0.29.1
18452026-01-27T17:30:32.014Z Compiling once_cell v1.21.3
18462026-01-27T17:30:32.493Z Compiling writeable v0.5.5
18472026-01-27T17:30:32.552Z Compiling subtle v2.6.1
18482026-01-27T17:30:32.718Z Compiling glob v0.3.2
18492026-01-27T17:30:32.897Z Compiling litemap v0.7.3
18502026-01-27T17:30:33.419Z Compiling clang-sys v1.8.1
18512026-01-27T17:30:33.464Z Compiling pin-project-lite v0.2.14
18522026-01-27T17:30:33.517Z Compiling prettyplease v0.2.36
18532026-01-27T17:30:33.579Z Compiling percent-encoding v2.3.2
18542026-01-27T17:30:33.909Z Compiling fnv v1.0.7
18552026-01-27T17:30:34.063Z Compiling minimal-lexical v0.2.1
18562026-01-27T17:30:34.080Z Compiling icu_locid_transform_data v1.5.0
18572026-01-27T17:30:34.207Z Compiling libloading v0.8.5
18582026-01-27T17:30:34.543Z Compiling regex v1.11.3
18592026-01-27T17:30:34.562Z Compiling nom v7.1.3
18602026-01-27T17:30:34.566Z Compiling home v0.5.9
18612026-01-27T17:30:34.823Z Compiling icu_properties_data v1.5.0
18622026-01-27T17:30:34.844Z Compiling serde_derive v1.0.228
18632026-01-27T17:30:35.090Z Compiling zeroize_derive v1.4.2
18642026-01-27T17:30:35.135Z Compiling zerofrom-derive v0.1.4
18652026-01-27T17:30:35.194Z Compiling yoke-derive v0.7.4
18662026-01-27T17:30:35.253Z Compiling zerovec-derive v0.10.3
18672026-01-27T17:30:35.406Z Compiling displaydoc v0.2.5
18682026-01-27T17:30:36.361Z Compiling icu_provider_macros v1.5.0
18692026-01-27T17:30:36.811Z Compiling tokio-macros v2.6.0
18702026-01-27T17:30:37.338Z Compiling zeroize v1.8.1
18712026-01-27T17:30:37.341Z Compiling zerocopy-derive v0.7.35
18722026-01-27T17:30:37.436Z Compiling thiserror-impl v2.0.17
18732026-01-27T17:30:37.793Z Compiling futures-macro v0.3.31
18742026-01-27T17:30:37.805Z Compiling zerofrom v0.1.4
18752026-01-27T17:30:37.836Z Compiling schemars_derive v0.8.22
18762026-01-27T17:30:38.062Z Compiling yoke v0.7.4
18772026-01-27T17:30:38.436Z Compiling zerovec v0.10.4
18782026-01-27T17:30:38.849Z Compiling bindgen v0.69.5
18792026-01-27T17:30:39.345Z Compiling cexpr v0.6.0
18802026-01-27T17:30:40.444Z Compiling itertools v0.12.1
18812026-01-27T17:30:40.622Z Compiling tinystr v0.7.6
18822026-01-27T17:30:40.626Z Compiling icu_collections v1.5.0
18832026-01-27T17:30:40.926Z Compiling icu_normalizer_data v1.5.0
18842026-01-27T17:30:41.071Z Compiling icu_locid v1.5.0
18852026-01-27T17:30:41.088Z Compiling paste v1.0.15
18862026-01-27T17:30:41.572Z Compiling utf16_iter v1.0.5
18872026-01-27T17:30:41.839Z Compiling lazycell v1.3.0
18882026-01-27T17:30:42.034Z Compiling utf8_iter v1.0.4
18892026-01-27T17:30:42.341Z Compiling write16 v1.0.0
18902026-01-27T17:30:42.513Z Compiling bitflags v2.9.4
18912026-01-27T17:30:42.555Z Compiling bytes v1.10.1
18922026-01-27T17:30:43.247Z Compiling icu_provider v1.5.0
18932026-01-27T17:30:43.267Z Compiling heck v0.5.0
18942026-01-27T17:30:43.732Z Compiling rustc-hash v1.1.0
18952026-01-27T17:30:43.916Z Compiling cmake v0.1.51
18962026-01-27T17:30:43.936Z Compiling signal-hook-registry v1.4.2
18972026-01-27T17:30:44.639Z Compiling icu_locid_transform v1.5.0
18982026-01-27T17:30:44.642Z Compiling dunce v1.0.5
18992026-01-27T17:30:44.802Z Compiling fs_extra v1.3.0
19002026-01-27T17:30:44.877Z Compiling parking_lot v0.12.3
19012026-01-27T17:30:45.405Z Compiling crypto-common v0.1.6
19022026-01-27T17:30:45.637Z Compiling hashbrown v0.16.1
19032026-01-27T17:30:45.722Z Compiling mio v1.0.2
19042026-01-27T17:30:46.303Z Compiling icu_properties v1.5.1
19052026-01-27T17:30:46.886Z Compiling which v4.4.2
19062026-01-27T17:30:48.133Z Compiling form_urlencoded v1.2.2
19072026-01-27T17:30:48.434Z Compiling rustversion v1.0.22
19082026-01-27T17:30:48.583Z Compiling const-oid v0.9.6
19092026-01-27T17:30:48.767Z Compiling indexmap v2.12.1
19102026-01-27T17:30:49.580Z Compiling socket2 v0.6.1
19112026-01-27T17:30:50.113Z Compiling icu_normalizer v1.5.0
19122026-01-27T17:30:50.256Z Compiling tokio v1.48.0
19132026-01-27T17:30:51.217Z Compiling idna_adapter v1.2.0
19142026-01-27T17:30:51.465Z Compiling idna v1.0.3
19152026-01-27T17:30:51.508Z Compiling ring v0.17.14
19162026-01-27T17:30:52.032Z Compiling zerocopy v0.8.27
19172026-01-27T17:30:52.161Z Compiling url v2.5.4
19182026-01-27T17:30:52.495Z Compiling block-buffer v0.10.4
19192026-01-27T17:30:52.754Z Compiling der_derive v0.7.3
19202026-01-27T17:30:52.772Z Compiling tracing-attributes v0.1.27
19212026-01-27T17:30:55.416Z Compiling vcpkg v0.2.15
19222026-01-27T17:30:55.453Z Compiling thiserror v1.0.69
19232026-01-27T17:30:56.244Z Compiling aws-lc-rs v1.12.4
19242026-01-27T17:30:56.640Z Compiling digest v0.10.7
19252026-01-27T17:30:56.696Z Compiling zerocopy-derive v0.8.27
19262026-01-27T17:30:56.775Z Compiling openssl-sys v0.9.109
19272026-01-27T17:30:57.067Z Compiling strsim v0.11.1
19282026-01-27T17:30:57.358Z Compiling futures-core v0.3.31
19292026-01-27T17:30:57.669Z Compiling zerocopy v0.7.35
19302026-01-27T17:30:57.687Z Compiling thiserror-impl v1.0.69
19312026-01-27T17:30:57.744Z Compiling iana-time-zone v0.1.63
19322026-01-27T17:30:57.827Z Compiling ucd-trie v0.1.7
19332026-01-27T17:30:58.234Z Compiling pest v2.8.2
19342026-01-27T17:30:58.264Z Compiling aws-lc-sys v0.26.0
19352026-01-27T17:30:58.449Z Compiling chrono v0.4.42
19362026-01-27T17:30:59.070Z Compiling serde_tokenstream v0.2.2
19372026-01-27T17:30:59.409Z Compiling uuid v1.19.0
19382026-01-27T17:30:59.641Z Compiling ident_case v1.0.1
19392026-01-27T17:30:59.668Z Compiling httparse v1.9.5
19402026-01-27T17:30:59.857Z Compiling foldhash v0.1.5
19412026-01-27T17:31:00.174Z Compiling hashbrown v0.15.4
19422026-01-27T17:31:00.737Z Compiling pest_meta v2.8.2
19432026-01-27T17:31:01.571Z Compiling rustix v1.1.3
19442026-01-27T17:31:02.144Z Compiling pest_generator v2.8.2
19452026-01-27T17:31:02.368Z Compiling syn v1.0.109
19462026-01-27T17:31:03.524Z Compiling time-core v0.1.6
19472026-01-27T17:31:03.618Z Compiling num-conv v0.1.0
19482026-01-27T17:31:03.692Z Compiling futures-sink v0.3.31
19492026-01-27T17:31:03.858Z Compiling futures-channel v0.3.31
19502026-01-27T17:31:03.913Z Compiling time-macros v0.2.24
19512026-01-27T17:31:04.047Z Compiling pest_derive v2.8.2
19522026-01-27T17:31:04.434Z Compiling rustc_version v0.4.1
19532026-01-27T17:31:04.873Z Compiling openssl v0.10.73
19542026-01-27T17:31:05.240Z Compiling cpufeatures v0.2.14
19552026-01-27T17:31:05.307Z Compiling pin-utils v0.1.0
19562026-01-27T17:31:05.365Z Compiling futures-task v0.3.31
19572026-01-27T17:31:05.434Z Compiling dyn-clone v1.0.20
19582026-01-27T17:31:05.601Z Compiling futures-io v0.3.31
19592026-01-27T17:31:05.992Z Compiling futures-util v0.3.31
19602026-01-27T17:31:06.194Z Compiling hmac v0.12.1
19612026-01-27T17:31:06.450Z Compiling plain v0.2.3
19622026-01-27T17:31:06.642Z Compiling block-padding v0.3.3
19632026-01-27T17:31:06.974Z Compiling openssl-macros v0.1.1
19642026-01-27T17:31:07.674Z Compiling native-tls v0.2.12
19652026-01-27T17:31:08.067Z Compiling crossbeam-utils v0.8.21
19662026-01-27T17:31:08.420Z Compiling rustls v0.23.19
19672026-01-27T17:31:08.578Z Compiling inout v0.1.3
19682026-01-27T17:31:08.758Z Compiling ppv-lite86 v0.2.20
19692026-01-27T17:31:09.844Z Compiling pretty-hex v0.4.1
19702026-01-27T17:31:10.087Z Compiling cipher v0.4.4
19712026-01-27T17:31:10.235Z Compiling sha2 v0.10.9
19722026-01-27T17:31:10.560Z Compiling http v1.4.0
19732026-01-27T17:31:10.979Z Compiling scroll_derive v0.12.0
19742026-01-27T17:31:12.113Z Compiling scroll_derive v0.13.1
19752026-01-27T17:31:12.362Z Compiling cookie v0.18.1
19762026-01-27T17:31:12.588Z Compiling anyhow v1.0.99
19772026-01-27T17:31:13.160Z Compiling base64ct v1.6.0
19782026-01-27T17:31:13.708Z Compiling pem-rfc7468 v0.7.0
19792026-01-27T17:31:13.732Z Compiling darling_core v0.21.0
19802026-01-27T17:31:14.238Z Compiling slog v2.8.2
19812026-01-27T17:31:15.029Z Compiling bzip2-sys v0.1.13+1.0.8
19822026-01-27T17:31:15.535Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19832026-01-27T17:31:15.558Z Compiling flagset v0.4.6
19842026-01-27T17:31:15.795Z Compiling der v0.7.10
19852026-01-27T17:31:16.927Z Compiling serde_spanned v0.6.9
19862026-01-27T17:31:17.158Z Compiling toml_datetime v0.6.11
19872026-01-27T17:31:17.591Z Compiling rand_core v0.9.3
19882026-01-27T17:31:17.624Z Compiling tracing-core v0.1.32
19892026-01-27T17:31:17.993Z Compiling rustls-pki-types v1.10.0
19902026-01-27T17:31:18.497Z Compiling tracing v0.1.40
19912026-01-27T17:31:18.550Z Compiling spki v0.7.3
19922026-01-27T17:31:18.951Z Compiling salsa20 v0.10.2
19932026-01-27T17:31:18.971Z Compiling darling_macro v0.21.0
19942026-01-27T17:31:19.186Z Compiling pbkdf2 v0.12.2
19952026-01-27T17:31:19.531Z Compiling winnow v0.5.40
19962026-01-27T17:31:19.823Z Compiling darling v0.21.0
19972026-01-27T17:31:19.896Z Compiling camino v1.2.1
19982026-01-27T17:31:19.942Z Compiling base64 v0.22.1
19992026-01-27T17:31:19.964Z Compiling litrs v0.4.1
20002026-01-27T17:31:20.895Z Compiling document-features v0.2.11
20012026-01-27T17:31:21.326Z Compiling scrypt v0.11.0
20022026-01-27T17:31:21.769Z Compiling rand_chacha v0.9.0
20032026-01-27T17:31:21.941Z Compiling tokio-util v0.7.15
20042026-01-27T17:31:22.539Z Compiling cbc v0.1.2
20052026-01-27T17:31:22.571Z Compiling aes v0.8.4
20062026-01-27T17:31:22.786Z Compiling toml_edit v0.19.15
20072026-01-27T17:31:25.280Z Compiling usdt-impl v0.5.0
20082026-01-27T17:31:25.679Z Compiling ref-cast v1.0.25
20092026-01-27T17:31:25.900Z Compiling untrusted v0.9.0
20102026-01-27T17:31:26.141Z Compiling untrusted v0.7.1
20112026-01-27T17:31:26.163Z Compiling powerfmt v0.2.0
20122026-01-27T17:31:26.233Z Compiling usdt-impl v0.6.0
20132026-01-27T17:31:26.617Z Compiling deranged v0.5.3
20142026-01-27T17:31:26.827Z Compiling pkcs5 v0.7.1
20152026-01-27T17:31:27.608Z Compiling rand v0.9.2
20162026-01-27T17:31:29.340Z Compiling http-body v1.0.1
20172026-01-27T17:31:29.618Z Compiling scroll v0.13.0
20182026-01-27T17:31:30.154Z Compiling scroll v0.12.0
20192026-01-27T17:31:30.333Z Compiling heapless v0.7.17
20202026-01-27T17:31:30.819Z Compiling zstd-safe v7.2.3
20212026-01-27T17:31:31.210Z Compiling adler2 v2.0.0
20222026-01-27T17:31:31.317Z Compiling cfg_aliases v0.2.1
20232026-01-27T17:31:31.421Z Compiling atomic-waker v1.1.2
20242026-01-27T17:31:31.442Z Compiling num_threads v0.1.7
20252026-01-27T17:31:31.875Z Compiling signal-hook v0.3.18
20262026-01-27T17:31:31.897Z Compiling miniz_oxide v0.8.5
20272026-01-27T17:31:31.929Z Compiling time v0.3.43
20282026-01-27T17:31:33.450Z Compiling goblin v0.8.2
20292026-01-27T17:31:34.927Z Compiling goblin v0.10.2
20302026-01-27T17:31:35.215Z Compiling pkcs8 v0.10.2
20312026-01-27T17:31:36.085Z Compiling ipnetwork v0.21.1
20322026-01-27T17:31:39.107Z Compiling darling_core v0.20.10
20332026-01-27T17:31:39.729Z Compiling ref-cast-impl v1.0.25
20342026-01-27T17:31:40.780Z Compiling memoffset v0.9.1
20352026-01-27T17:31:41.400Z Compiling tinyvec_macros v0.1.1
20362026-01-27T17:31:41.511Z Compiling tower-service v0.3.3
20372026-01-27T17:31:41.667Z Compiling try-lock v0.2.5
20382026-01-27T17:31:41.876Z Compiling tower-layer v0.3.3
20392026-01-27T17:31:42.352Z Compiling want v0.3.1
20402026-01-27T17:31:42.658Z Compiling tinyvec v1.8.0
20412026-01-27T17:31:42.686Z Compiling dof v0.4.0
20422026-01-27T17:31:43.760Z Compiling darling_macro v0.20.10
20432026-01-27T17:31:44.460Z Compiling dof v0.3.0
20442026-01-27T17:31:44.497Z Compiling h2 v0.4.6
20452026-01-27T17:31:45.889Z Compiling dtrace-parser v0.2.0
20462026-01-27T17:31:46.321Z Compiling curve25519-dalek v4.1.3
20472026-01-27T17:31:46.770Z Compiling dtrace-parser v0.3.0
20482026-01-27T17:31:47.233Z Compiling ipnet v2.11.0
20492026-01-27T17:31:47.348Z Compiling async-trait v0.1.89
20502026-01-27T17:31:48.312Z Compiling daft-derive v0.1.4
20512026-01-27T17:31:49.396Z Compiling thread-id v4.2.2
20522026-01-27T17:31:49.528Z Compiling thread-id v5.0.0
20532026-01-27T17:31:49.690Z Compiling fastrand v2.1.1
20542026-01-27T17:31:49.907Z Compiling httpdate v1.0.3
20552026-01-27T17:31:49.966Z Compiling openssl-probe v0.1.5
20562026-01-27T17:31:50.161Z Compiling ryu v1.0.18
20572026-01-27T17:31:50.457Z Compiling num-bigint-dig v0.8.6
20582026-01-27T17:31:50.480Z Compiling foreign-types-shared v0.1.1
20592026-01-27T17:31:50.801Z Compiling smoltcp v0.9.1
20602026-01-27T17:31:51.399Z Compiling foreign-types v0.3.2
20612026-01-27T17:31:51.517Z Compiling tempfile v3.24.0
20622026-01-27T17:31:52.651Z Compiling hyper v1.8.1
20632026-01-27T17:31:58.435Z Compiling darling v0.20.10
20642026-01-27T17:32:00.124Z Compiling strum_macros v0.26.4
20652026-01-27T17:32:01.791Z Compiling wait-timeout v0.2.0
20662026-01-27T17:32:02.216Z Compiling quick-error v1.2.3
20672026-01-27T17:32:02.766Z Compiling anstyle v1.0.11
20682026-01-27T17:32:03.143Z Compiling gimli v0.31.1
20692026-01-27T17:32:03.670Z Compiling bit-vec v0.8.0
20702026-01-27T17:32:04.116Z Compiling utf8parse v0.2.2
20712026-01-27T17:32:04.354Z Compiling anstyle-parse v0.2.5
20722026-01-27T17:32:04.629Z Compiling bit-set v0.8.0
20732026-01-27T17:32:07.486Z Compiling addr2line v0.24.2
20742026-01-27T17:32:08.967Z Compiling rusty-fork v0.3.0
20752026-01-27T17:32:10.390Z Compiling derive_builder_core v0.20.2
20762026-01-27T17:32:10.688Z Compiling hyper-util v0.1.19
20772026-01-27T17:32:12.071Z Compiling unicode-normalization v0.1.24
20782026-01-27T17:32:12.838Z Compiling nix v0.29.0
20792026-01-27T17:32:13.637Z Compiling rand_xorshift v0.4.0
20802026-01-27T17:32:13.912Z Compiling hubpack_derive v0.1.1
20812026-01-27T17:32:14.769Z Compiling signature v2.2.0
20822026-01-27T17:32:14.989Z Compiling openapiv3 v2.2.0
20832026-01-27T17:32:15.648Z Compiling strum_macros v0.27.2
20842026-01-27T17:32:16.370Z Compiling erased-serde v0.3.31
20852026-01-27T17:32:17.473Z Compiling curve25519-dalek-derive v0.1.1
20862026-01-27T17:32:18.697Z Compiling object v0.36.5
20872026-01-27T17:32:19.979Z Compiling fs-err v3.1.1
20882026-01-27T17:32:20.354Z Compiling ahash v0.8.12
20892026-01-27T17:32:20.740Z Compiling crc32fast v1.4.2
20902026-01-27T17:32:21.093Z Compiling unicode-segmentation v1.12.0
20912026-01-27T17:32:21.930Z Compiling unicode-properties v0.1.3
20922026-01-27T17:32:22.336Z Compiling anstyle-query v1.1.1
20932026-01-27T17:32:22.506Z Compiling colorchoice v1.0.2
20942026-01-27T17:32:22.688Z Compiling zlib-rs v0.5.1
20952026-01-27T17:32:24.756Z Compiling unarray v0.1.4
20962026-01-27T17:32:24.836Z Compiling rustc-demangle v0.1.24
20972026-01-27T17:32:24.937Z Compiling unicode-bidi v0.3.17
20982026-01-27T17:32:25.547Z Compiling siphasher v0.3.11
20992026-01-27T17:32:25.758Z Compiling is_terminal_polyfill v1.70.1
21002026-01-27T17:32:25.943Z Compiling buf-list v1.0.3
21012026-01-27T17:32:25.946Z Compiling anstream v0.6.18
21022026-01-27T17:32:26.504Z Compiling backtrace v0.3.74
21032026-01-27T17:32:26.568Z Compiling phf_shared v0.11.2
21042026-01-27T17:32:26.887Z Compiling libz-rs-sys v0.5.1
21052026-01-27T17:32:27.167Z Compiling stringprep v0.1.5
21062026-01-27T17:32:27.979Z Compiling proptest v1.7.0
21072026-01-27T17:32:32.528Z Compiling derive_builder_macro v0.20.2
21082026-01-27T17:32:35.043Z Compiling rustls-webpki v0.102.8
21092026-01-27T17:32:35.123Z Compiling usdt-attr-macro v0.6.0
21102026-01-27T17:32:35.350Z Compiling usdt-macro v0.6.0
21112026-01-27T17:32:36.697Z Compiling oxnet v0.1.4
21122026-01-27T17:32:36.713Z Compiling http-body-util v0.1.3
21132026-01-27T17:32:37.236Z Compiling rand_chacha v0.3.1
21142026-01-27T17:32:37.275Z Compiling sync_wrapper v1.0.1
21152026-01-27T17:32:37.449Z Compiling md-5 v0.10.6
21162026-01-27T17:32:37.487Z Compiling vergen-lib v0.1.6
21172026-01-27T17:32:37.712Z Compiling num-integer v0.1.46
21182026-01-27T17:32:37.823Z Compiling ff v0.13.0
21192026-01-27T17:32:37.953Z Compiling hash32 v0.2.1
21202026-01-27T17:32:38.041Z Compiling encoding_rs v0.8.34
21212026-01-27T17:32:38.079Z Compiling psl-types v2.0.11
21222026-01-27T17:32:38.330Z Compiling fallible-iterator v0.2.0
21232026-01-27T17:32:38.492Z Compiling mime v0.3.17
21242026-01-27T17:32:38.947Z Compiling base16ct v0.2.0
21252026-01-27T17:32:38.983Z Compiling postgres-protocol v0.6.8
21262026-01-27T17:32:39.254Z Compiling sec1 v0.7.3
21272026-01-27T17:32:39.503Z Compiling serde_urlencoded v0.7.1
21282026-01-27T17:32:39.791Z Compiling publicsuffix v2.3.0
21292026-01-27T17:32:40.093Z Compiling num-iter v0.1.45
21302026-01-27T17:32:40.096Z Compiling group v0.13.0
21312026-01-27T17:32:40.399Z Compiling rand v0.8.5
21322026-01-27T17:32:40.405Z Compiling tower v0.5.2
21332026-01-27T17:32:42.808Z Compiling tokio-rustls v0.26.0
21342026-01-27T17:32:43.230Z Compiling derive_builder v0.20.2
21352026-01-27T17:32:43.273Z Compiling newtype-uuid v1.3.2
21362026-01-27T17:32:43.866Z Compiling tokio-native-tls v0.3.1
21372026-01-27T17:32:44.174Z Compiling flate2 v1.1.2
21382026-01-27T17:32:44.379Z Compiling heck v0.4.1
21392026-01-27T17:32:44.649Z Compiling rustls-native-certs v0.8.1
21402026-01-27T17:32:45.098Z Compiling webpki-roots v1.0.1
21412026-01-27T17:32:45.403Z Compiling serde_with_macros v3.16.1
21422026-01-27T17:32:45.870Z Compiling hkdf v0.12.4
21432026-01-27T17:32:46.035Z Compiling regress v0.10.4
21442026-01-27T17:32:46.125Z Compiling vergen v9.0.6
21452026-01-27T17:32:46.214Z Compiling terminal_size v0.4.0
21462026-01-27T17:32:46.479Z Compiling enum-as-inner v0.6.1
21472026-01-27T17:32:46.483Z Compiling clap_derive v4.5.47
21482026-01-27T17:32:47.553Z Compiling cargo-platform v0.1.8
21492026-01-27T17:32:47.631Z Compiling crypto-bigint v0.5.5
21502026-01-27T17:32:48.003Z Compiling serde_repr v0.1.19
21512026-01-27T17:32:48.425Z Compiling bumpalo v3.16.0
21522026-01-27T17:32:48.835Z Compiling iri-string v0.7.8
21532026-01-27T17:32:49.019Z Compiling simd-adler32 v0.3.7
21542026-01-27T17:32:49.159Z Compiling winnow v0.7.13
21552026-01-27T17:32:49.493Z Compiling clap_lex v0.7.4
21562026-01-27T17:32:50.321Z Compiling managed v0.8.0
21572026-01-27T17:32:50.507Z Compiling bitflags v1.3.2
21582026-01-27T17:32:50.839Z Compiling lockfree-object-pool v0.1.6
21592026-01-27T17:32:51.430Z Compiling zopfli v0.8.1
21602026-01-27T17:32:52.267Z Compiling tower-http v0.6.6
21612026-01-27T17:32:52.898Z Compiling elliptic-curve v0.13.8
21622026-01-27T17:32:53.279Z Compiling clap_builder v4.5.48
21632026-01-27T17:32:53.529Z Compiling typify-impl v0.4.3
21642026-01-27T17:32:53.564Z Compiling cargo_metadata v0.19.2
21652026-01-27T17:32:54.657Z Compiling hyper-tls v0.6.0
21662026-01-27T17:32:55.410Z Compiling hyper-rustls v0.27.7
21672026-01-27T17:32:56.601Z Compiling zstd v0.13.3
21682026-01-27T17:32:57.052Z Compiling daft v0.1.4
21692026-01-27T17:32:57.576Z Compiling signal-hook-mio v0.2.4
21702026-01-27T17:32:57.713Z Compiling cookie_store v0.21.1
21712026-01-27T17:32:58.380Z Compiling postgres-types v0.2.9
21722026-01-27T17:32:59.074Z Compiling phf v0.11.2
21732026-01-27T17:32:59.312Z Compiling strum v0.27.2
21742026-01-27T17:32:59.388Z Compiling ed25519 v2.2.3
21752026-01-27T17:32:59.417Z Compiling hubpack v0.1.2
21762026-01-27T17:32:59.495Z Compiling bzip2 v0.4.4
21772026-01-27T17:32:59.523Z Compiling bzip2 v0.5.2
21782026-01-27T17:32:59.830Z Compiling crossbeam-epoch v0.9.18
21792026-01-27T17:32:59.876Z Compiling pkcs1 v0.7.5
21802026-01-27T17:33:00.806Z Compiling rfc6979 v0.4.0
21812026-01-27T17:33:00.857Z Compiling float-cmp v0.10.0
21822026-01-27T17:33:01.021Z Compiling hex v0.4.3
21832026-01-27T17:33:01.631Z Compiling serde-big-array v0.5.1
21842026-01-27T17:33:01.885Z Compiling bstr v1.10.0
21852026-01-27T17:33:01.904Z Compiling socket2 v0.5.10
21862026-01-27T17:33:02.431Z Compiling memmap2 v0.9.8
21872026-01-27T17:33:02.673Z Compiling env_filter v0.1.2
21882026-01-27T17:33:02.833Z Compiling toml_write v0.1.2
21892026-01-27T17:33:03.198Z Compiling new_debug_unreachable v1.0.6
21902026-01-27T17:33:03.222Z Compiling fixedbitset v0.5.7
21912026-01-27T17:33:03.315Z Compiling data-encoding v2.9.0
21922026-01-27T17:33:03.792Z Compiling keccak v0.1.5
21932026-01-27T17:33:03.818Z Compiling rustc-hash v2.1.1
21942026-01-27T17:33:04.223Z Compiling whoami v1.5.2
21952026-01-27T17:33:04.504Z Compiling difflib v0.4.0
21962026-01-27T17:33:04.607Z Compiling precomputed-hash v0.1.1
21972026-01-27T17:33:04.728Z Compiling fixedbitset v0.4.2
21982026-01-27T17:33:04.751Z Compiling predicates-core v1.0.8
21992026-01-27T17:33:04.755Z Compiling foldhash v0.2.0
22002026-01-27T17:33:04.960Z Compiling static_assertions v1.1.0
22012026-01-27T17:33:05.057Z Compiling jiff v0.2.15
22022026-01-27T17:33:05.085Z Compiling normalize-line-endings v0.3.0
22032026-01-27T17:33:05.118Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22042026-01-27T17:33:05.161Z Compiling iddqd v0.3.16
22052026-01-27T17:33:05.235Z Compiling predicates v3.1.3
22062026-01-27T17:33:05.502Z Compiling petgraph v0.6.5
22072026-01-27T17:33:05.658Z Compiling reqwest v0.12.24
22082026-01-27T17:33:06.541Z Compiling toml_edit v0.22.27
22092026-01-27T17:33:06.585Z Compiling string_cache v0.8.9
22102026-01-27T17:33:06.957Z Compiling tokio-postgres v0.7.13
22112026-01-27T17:33:07.525Z Compiling sha3 v0.10.8
22122026-01-27T17:33:08.088Z Compiling hickory-proto v0.25.2
22132026-01-27T17:33:11.773Z Compiling zip v4.2.0
22142026-01-27T17:33:12.315Z Compiling petgraph v0.8.2
22152026-01-27T17:33:14.087Z Compiling env_logger v0.11.8
22162026-01-27T17:33:14.501Z Compiling similar v2.7.0
22172026-01-27T17:33:14.510Z Compiling usdt v0.6.0
22182026-01-27T17:33:14.745Z Compiling typify-macro v0.4.3
22192026-01-27T17:33:15.741Z Compiling serde_with v3.16.1
22202026-01-27T17:33:16.159Z Compiling ecdsa v0.16.9
22212026-01-27T17:33:18.125Z Compiling rsa v0.9.8
22222026-01-27T17:33:18.420Z Compiling zip v0.6.6
22232026-01-27T17:33:18.469Z Compiling ed25519-dalek v2.1.1
22242026-01-27T17:33:20.039Z Compiling crossterm v0.28.1
22252026-01-27T17:33:20.472Z Compiling clap v4.5.48
22262026-01-27T17:33:21.051Z Compiling strum v0.26.3
22272026-01-27T17:33:21.271Z Compiling tokio-stream v0.1.17
22282026-01-27T17:33:21.394Z Compiling toml v0.7.8
22292026-01-27T17:33:22.218Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22302026-01-27T17:33:22.651Z Compiling x509-cert v0.2.5
22312026-01-27T17:33:23.992Z Compiling sha1 v0.10.6
22322026-01-27T17:33:24.379Z Compiling itertools v0.10.5
22332026-01-27T17:33:26.352Z Compiling itertools v0.13.0
22342026-01-27T17:33:26.908Z Compiling winnow v0.6.26
22352026-01-27T17:33:28.590Z Compiling peg-runtime v0.8.5
22362026-01-27T17:33:29.067Z Compiling rayon-core v1.12.1
22372026-01-27T17:33:29.420Z Compiling lalrpop-util v0.19.12
22382026-01-27T17:33:30.096Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22392026-01-27T17:33:35.755Z Compiling proc-macro-crate v1.3.1
22402026-01-27T17:33:38.825Z Compiling macaddr v1.0.1
22412026-01-27T17:33:39.389Z Compiling structmeta-derive v0.3.0
22422026-01-27T17:33:39.532Z Compiling itertools v0.14.0
22432026-01-27T17:33:41.885Z Compiling heapless v0.8.0
22442026-01-27T17:33:42.458Z Compiling ingot-macros v0.1.1
22452026-01-27T17:33:43.477Z Compiling structmeta v0.3.0
22462026-01-27T17:33:48.524Z Compiling num_enum_derive v0.5.11
22472026-01-27T17:33:50.454Z Compiling crossbeam-deque v0.8.5
22482026-01-27T17:33:52.890Z Compiling hash32 v0.3.1
22492026-01-27T17:33:54.571Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22502026-01-27T17:33:56.002Z Compiling smoltcp v0.11.0
22512026-01-27T17:33:56.172Z Compiling unicode-width v0.1.14
22522026-01-27T17:33:56.762Z Compiling tabwriter v1.4.0
22532026-01-27T17:34:02.130Z Compiling num_enum v0.5.11
22542026-01-27T17:34:02.352Z Compiling ingot-types v0.1.2
22552026-01-27T17:34:02.594Z Compiling typify v0.4.3
22562026-01-27T17:34:03.636Z Compiling proc-macro-error-attr v1.0.4
22572026-01-27T17:34:03.999Z Compiling cobs v0.2.3
22582026-01-27T17:34:04.965Z Compiling unsafe-libyaml v0.2.11
22592026-01-27T17:34:05.284Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22602026-01-27T17:34:05.891Z Compiling rustls v0.22.4
22612026-01-27T17:34:06.364Z Compiling serde_yaml v0.9.34+deprecated
22622026-01-27T17:34:07.684Z Compiling postcard v1.0.10
22632026-01-27T17:34:08.021Z Compiling ingot v0.1.1
22642026-01-27T17:34:11.722Z Compiling progenitor-impl v0.11.2
22652026-01-27T17:34:20.514Z Compiling futures-executor v0.3.31
22662026-01-27T17:34:21.053Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22672026-01-27T17:34:21.643Z Compiling foreign-types-macros v0.2.3
22682026-01-27T17:34:21.718Z Compiling thread_local v1.1.8
22692026-01-27T17:34:21.984Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22702026-01-27T17:34:22.277Z Compiling proc-macro-error v1.0.4
22712026-01-27T17:34:22.348Z Compiling multer v3.1.0
22722026-01-27T17:34:23.190Z Compiling slog-async v2.8.0
22732026-01-27T17:34:23.362Z Compiling foreign-types-shared v0.3.1
22742026-01-27T17:34:23.522Z Compiling match_cfg v0.1.0
22752026-01-27T17:34:30.638Z Compiling hostname v0.3.1
22762026-01-27T17:34:30.922Z Compiling foreign-types v0.5.0
22772026-01-27T17:34:36.301Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22782026-01-27T17:34:37.997Z Compiling futures v0.3.31
22792026-01-27T17:34:41.565Z Compiling progenitor-macro v0.11.2
22802026-01-27T17:34:45.837Z Compiling derive-ex v0.1.8
22812026-01-27T17:34:50.091Z Compiling progenitor-client v0.11.2
22822026-01-27T17:34:50.132Z Compiling toml_parser v1.0.4
22832026-01-27T17:34:53.256Z Compiling slog-json v2.6.1
22842026-01-27T17:34:54.520Z Compiling crossbeam-channel v0.5.15
22852026-01-27T17:34:55.447Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22862026-01-27T17:34:55.983Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22872026-01-27T17:34:56.252Z Compiling async-stream-impl v0.3.6
22882026-01-27T17:34:56.574Z Compiling toml_datetime v0.7.3
22892026-01-27T17:34:56.654Z Compiling serde_spanned v1.0.3
22902026-01-27T17:34:56.780Z Compiling cstr-argument v0.1.2
22912026-01-27T17:34:56.926Z Compiling is-terminal v0.4.13
22922026-01-27T17:34:57.071Z Compiling dropshot v0.16.6
22932026-01-27T17:34:57.089Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22942026-01-27T17:34:57.414Z Compiling take_mut v0.2.2
22952026-01-27T17:34:57.458Z Compiling term v1.1.0
22962026-01-27T17:34:57.605Z Compiling typeid v1.0.3
22972026-01-27T17:34:57.880Z Compiling toml_writer v1.0.4
22982026-01-27T17:34:58.101Z Compiling pretty-hex v0.2.1
22992026-01-27T17:34:58.359Z Compiling crucible-workspace-hack v0.1.0
23002026-01-27T17:34:58.423Z Compiling toml v0.9.8
23012026-01-27T17:34:58.665Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23022026-01-27T17:34:58.827Z Compiling slog-term v2.9.2
23032026-01-27T17:34:59.502Z Compiling async-stream v0.3.6
23042026-01-27T17:34:59.868Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23052026-01-27T17:35:01.475Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23062026-01-27T17:35:01.691Z Compiling slog-bunyan v2.5.0
23072026-01-27T17:35:01.903Z Compiling progenitor v0.11.2
23082026-01-27T17:35:02.009Z Compiling tokio-rustls v0.25.0
23092026-01-27T17:35:02.139Z Compiling test-strategy v0.4.3
23102026-01-27T17:35:02.522Z Compiling rayon v1.10.0
23112026-01-27T17:35:02.733Z Compiling parse-display-derive v0.10.0
23122026-01-27T17:35:04.968Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23132026-01-27T17:35:05.017Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
23142026-01-27T17:35:05.182Z Compiling colored v2.2.0
23152026-01-27T17:35:05.249Z Compiling waitgroup v0.1.2
23162026-01-27T17:35:05.511Z Compiling nix v0.30.1
23172026-01-27T17:35:06.043Z Compiling rustls-pemfile v2.2.0
23182026-01-27T17:35:06.305Z Compiling newtype-uuid-macros v0.1.0
23192026-01-27T17:35:06.548Z Compiling dropshot_endpoint v0.16.6
23202026-01-27T17:35:06.566Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23212026-01-27T17:35:07.312Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-01-27T17:35:07.504Z Compiling serde_path_to_error v0.1.20
23232026-01-27T17:35:07.658Z Compiling hostname v0.4.2
23242026-01-27T17:35:07.740Z Compiling instant v0.1.13
23252026-01-27T17:35:07.791Z Compiling colored v3.0.0
23262026-01-27T17:35:07.835Z Compiling debug-ignore v1.0.5
23272026-01-27T17:35:07.929Z Compiling backoff v0.4.0
23282026-01-27T17:35:07.951Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23292026-01-27T17:35:08.150Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23302026-01-27T17:35:08.302Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
23312026-01-27T17:35:08.412Z Compiling parse-display v0.10.0
23322026-01-27T17:35:09.086Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23332026-01-27T17:35:10.267Z Compiling zone_cfg_derive v0.3.0
23342026-01-27T17:35:11.555Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23352026-01-27T17:35:11.777Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
23362026-01-27T17:35:12.518Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-01-27T17:35:12.540Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23382026-01-27T17:35:12.977Z Compiling camino-tempfile v1.4.1
23392026-01-27T17:35:13.191Z Compiling progenitor-client v0.10.0
23402026-01-27T17:35:13.753Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23412026-01-27T17:35:14.122Z Compiling num-derive v0.4.2
23422026-01-27T17:35:16.235Z Compiling sigpipe v0.1.3
23432026-01-27T17:35:16.257Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23442026-01-27T17:35:16.394Z Compiling libefi-sys v0.1.0
23452026-01-27T17:35:16.810Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23462026-01-27T17:35:17.065Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23472026-01-27T17:35:17.838Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23482026-01-27T17:35:18.266Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
23492026-01-27T17:35:18.691Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23502026-01-27T17:35:19.270Z Compiling erased-serde v0.4.6
23512026-01-27T17:35:19.830Z Compiling zone v0.3.1
23522026-01-27T17:35:21.043Z Compiling usdt-macro v0.5.0
23532026-01-27T17:35:21.831Z Compiling usdt-attr-macro v0.5.0
23542026-01-27T17:35:22.402Z Compiling smf v0.2.3
23552026-01-27T17:35:23.257Z Compiling bitfield-struct v0.6.2
23562026-01-27T17:35:23.393Z Compiling ordered-float v2.10.1
23572026-01-27T17:35:24.048Z Compiling blake3 v1.5.4
23582026-01-27T17:35:24.526Z Compiling memmap v0.7.0
23592026-01-27T17:35:24.838Z Compiling usdt v0.5.0
23602026-01-27T17:35:24.943Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-01-27T17:35:25.130Z Compiling serde-value v0.7.0
23622026-01-27T17:35:25.285Z Compiling serde-untagged v0.1.7
23632026-01-27T17:35:25.680Z Compiling toml v0.8.23
23642026-01-27T17:35:25.881Z Compiling xattr v1.3.1
23652026-01-27T17:35:26.067Z Compiling filetime v0.2.26
23662026-01-27T17:35:26.092Z Compiling constant_time_eq v0.3.1
23672026-01-27T17:35:26.262Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-01-27T17:35:26.316Z Compiling unicode-width v0.2.0
23692026-01-27T17:35:26.401Z Compiling arrayvec v0.7.6
23702026-01-27T17:35:26.452Z Compiling same-file v1.0.6
23712026-01-27T17:35:26.689Z Compiling arrayref v0.3.9
23722026-01-27T17:35:26.760Z Compiling unicode-xid v0.2.6
23732026-01-27T17:35:26.881Z Compiling console v0.16.0
23742026-01-27T17:35:26.908Z Compiling walkdir v2.5.0
23752026-01-27T17:35:26.999Z Compiling cargo-util-schemas v0.8.2
23762026-01-27T17:35:28.446Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23772026-01-27T17:35:29.083Z Compiling tar v0.4.44
23782026-01-27T17:35:29.413Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23792026-01-27T17:35:29.435Z Compiling tokio-dtrace v0.1.0
23802026-01-27T17:35:29.850Z Compiling gethostname v0.5.0
23812026-01-27T17:35:29.894Z Compiling cargo-platform v0.2.0
23822026-01-27T17:35:29.956Z Compiling unit-prefix v0.5.1
23832026-01-27T17:35:30.073Z Compiling topological-sort v0.2.2
23842026-01-27T17:35:30.229Z Compiling indicatif v0.18.0
23852026-01-27T17:35:30.380Z Compiling omicron-zone-package v0.12.2
23862026-01-27T17:35:31.077Z Compiling cargo_metadata v0.21.0
23872026-01-27T17:35:31.207Z Compiling oxide-tokio-rt v0.1.2
23882026-01-27T17:35:31.827Z Compiling shell-words v1.1.0
23892026-01-27T17:35:32.308Z Compiling indent_write v2.2.0
23902026-01-27T17:35:32.337Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23912026-01-27T17:35:39.209Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23922026-01-27T17:35:40.475Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-01-27T17:35:45.270Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-01-27T17:36:01.354Z Finished `release` profile [optimized] target(s) in 5m 40s
23952026-01-27T17:36:01.533Z Running `target/release/omicron-package -t test target create -p dev`
23962026-01-27T17:36:01.586ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-01-27T17:36:01.599ZCreated new build target 'test' and set it as active
23982026-01-27T17:36:01.599Z
23992026-01-27T17:36:01.599Zreal 5:40.931767504
24002026-01-27T17:36:01.599Zuser 39:24.058207683
24012026-01-27T17:36:01.600Zsys 3:53.787036314
24022026-01-27T17:36:01.600Ztrap 1.200913457
24032026-01-27T17:36:01.600Ztflt 2.245121643
24042026-01-27T17:36:01.600Zdflt 1.171864292
24052026-01-27T17:36:01.600Zkflt 0.000127211
24062026-01-27T17:36:01.600Zlock 1:51:14.285325080
24072026-01-27T17:36:01.600Zslp 2:38:55.999114341
24082026-01-27T17:36:01.600Zlat 3:18.960345466
24092026-01-27T17:36:01.600Zstop 5:42.119444674
24102026-01-27T17:36:01.600Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-01-27T17:36:02.762Z Finished `release` profile [optimized] target(s) in 1.11s
24122026-01-27T17:36:02.822Z Running `target/release/omicron-package -t test package`
24132026-01-27T17:36:02.872ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-01-27T17:36:04.721Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24152026-01-27T17:36:04.724Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24162026-01-27T17:36:04.957Z Compiling convert_case v0.4.0
24172026-01-27T17:36:04.960Z Compiling is-terminal v0.4.13
24182026-01-27T17:36:04.998Z Compiling progenitor-impl v0.10.0
24192026-01-27T17:36:05.027Z Compiling rustls v0.22.4
24202026-01-27T17:36:05.052Z Compiling thread_local v1.1.8
24212026-01-27T17:36:05.112Z Compiling match_cfg v0.1.0
24222026-01-27T17:36:05.140Z Compiling multer v3.1.0
24232026-01-27T17:36:05.221Z Compiling hostname v0.3.1
24242026-01-27T17:36:05.250Z Compiling slog-async v2.8.0
24252026-01-27T17:36:05.344Z Compiling progenitor-client v0.11.2
24262026-01-27T17:36:05.453Z Compiling crossbeam-channel v0.5.15
24272026-01-27T17:36:05.484Z Compiling toml_parser v1.0.4
24282026-01-27T17:36:05.543Z Compiling derive_more v0.99.20
24292026-01-27T17:36:05.636Z Compiling slog-json v2.6.1
24302026-01-27T17:36:05.855Z Compiling futures-executor v0.3.31
24312026-01-27T17:36:06.038Z Compiling serde_spanned v1.0.3
24322026-01-27T17:36:06.341Z Compiling toml_datetime v0.7.3
24332026-01-27T17:36:06.354Z Compiling toml_writer v1.0.4
24342026-01-27T17:36:06.429Z Compiling unicode-width v0.1.14
24352026-01-27T17:36:06.779Z Compiling term v1.1.0
24362026-01-27T17:36:06.806Z Compiling take_mut v0.2.2
24372026-01-27T17:36:06.856Z Compiling toml v0.9.8
24382026-01-27T17:36:07.006Z Compiling tabwriter v1.4.0
24392026-01-27T17:36:07.402Z Compiling slog-term v2.9.2
24402026-01-27T17:36:07.859Z Compiling futures v0.3.31
24412026-01-27T17:36:07.890Z Compiling slog-bunyan v2.5.0
24422026-01-27T17:36:08.009Z Compiling progenitor v0.11.2
24432026-01-27T17:36:08.245Z Compiling async-stream v0.3.6
24442026-01-27T17:36:08.520Z Compiling dropshot v0.16.6
24452026-01-27T17:36:08.551Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24462026-01-27T17:36:08.615Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
24472026-01-27T17:36:08.791Z Compiling waitgroup v0.1.2
24482026-01-27T17:36:08.978Z Compiling rustls-pemfile v2.2.0
24492026-01-27T17:36:09.033Z Compiling serde_path_to_error v0.1.20
24502026-01-27T17:36:09.260Z Compiling tokio-rustls v0.25.0
24512026-01-27T17:36:09.322Z Compiling hostname v0.4.2
24522026-01-27T17:36:09.512Z Compiling instant v0.1.13
24532026-01-27T17:36:09.567Z Compiling debug-ignore v1.0.5
24542026-01-27T17:36:09.704Z Compiling colored v3.0.0
24552026-01-27T17:36:09.708Z Compiling backoff v0.4.0
24562026-01-27T17:36:09.770Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24572026-01-27T17:36:10.104Z Compiling parse-display v0.10.0
24582026-01-27T17:36:10.307Z Compiling progenitor-macro v0.10.0
24592026-01-27T17:36:10.344Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
24602026-01-27T17:36:10.600Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24612026-01-27T17:36:10.801Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24622026-01-27T17:36:10.833Z Compiling progenitor-client v0.10.0
24632026-01-27T17:36:10.950Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24642026-01-27T17:36:11.414Z Compiling secrecy v0.10.3
24652026-01-27T17:36:11.732Z Compiling macaddr v1.0.1
24662026-01-27T17:36:12.185Z Compiling num-rational v0.4.2
24672026-01-27T17:36:12.215Z Compiling num-complex v0.4.6
24682026-01-27T17:36:13.202Z Compiling num v0.4.3
24692026-01-27T17:36:13.372Z Compiling half v2.4.1
24702026-01-27T17:36:13.535Z Compiling ciborium-io v0.2.2
24712026-01-27T17:36:13.711Z Compiling float-ord v0.3.2
24722026-01-27T17:36:13.924Z Compiling ciborium-ll v0.2.2
24732026-01-27T17:36:14.098Z Compiling toml v0.8.23
24742026-01-27T17:36:14.288Z Compiling ciborium v0.2.2
24752026-01-27T17:36:14.455Z Compiling prettyplease v0.2.36
24762026-01-27T17:36:14.503Z Compiling bytecount v0.6.8
24772026-01-27T17:36:14.860Z Compiling swrite v0.1.0
24782026-01-27T17:36:15.055Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24792026-01-27T17:36:15.423Z Compiling password-hash v0.5.0
24802026-01-27T17:36:16.218Z Compiling blake2 v0.10.6
24812026-01-27T17:36:17.394Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24822026-01-27T17:36:17.618Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
24832026-01-27T17:36:18.936Z Compiling universal-hash v0.5.1
24842026-01-27T17:36:19.162Z Compiling thiserror-impl-no-std v2.0.2
24852026-01-27T17:36:19.227Z Compiling derive-where v1.5.0
24862026-01-27T17:36:19.962Z Compiling opaque-debug v0.3.1
24872026-01-27T17:36:20.102Z Compiling poly1305 v0.8.0
24882026-01-27T17:36:20.817Z Compiling progenitor v0.10.0
24892026-01-27T17:36:20.921Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
24902026-01-27T17:36:21.093Z Compiling argon2 v0.5.3
24912026-01-27T17:36:21.420Z Compiling thiserror-no-std v2.0.2
24922026-01-27T17:36:21.495Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24932026-01-27T17:36:21.583Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24942026-01-27T17:36:21.943Z Compiling chacha20 v0.9.1
24952026-01-27T17:36:22.007Z Compiling aead v0.5.2
24962026-01-27T17:36:22.375Z Compiling chacha20poly1305 v0.10.1
24972026-01-27T17:36:22.407Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24982026-01-27T17:36:22.701Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24992026-01-27T17:36:23.346Z Compiling vsss-rs v3.3.4
25002026-01-27T17:36:23.450Z Compiling console v0.15.10
25012026-01-27T17:36:24.275Z Compiling newline-converter v0.3.0
25022026-01-27T17:36:24.522Z Compiling atomicwrites v0.4.4
25032026-01-27T17:36:25.094Z Compiling slog-dtrace v0.3.0
25042026-01-27T17:36:25.584Z Compiling expectorate v1.2.0
25052026-01-27T17:36:26.003Z Compiling cancel-safe-futures v0.1.5
25062026-01-27T17:36:26.278Z Compiling owo-colors v4.2.2
25072026-01-27T17:36:26.948Z Compiling resolv-conf v0.7.0
25082026-01-27T17:36:27.972Z Compiling libsw-core v0.3.1
25092026-01-27T17:36:28.309Z Compiling async-recursion v1.1.1
25102026-01-27T17:36:28.441Z Compiling libsw v3.5.0
25112026-01-27T17:36:30.307Z Compiling linear-map v1.2.0
25122026-01-27T17:36:30.775Z Compiling linked-hash-map v0.5.6
25132026-01-27T17:36:31.251Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25142026-01-27T17:36:31.463Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25152026-01-27T17:36:32.143Z Compiling lru-cache v0.1.2
25162026-01-27T17:36:32.417Z Compiling unicode-xid v0.2.6
25172026-01-27T17:36:32.659Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25182026-01-27T17:36:34.528Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25192026-01-27T17:36:35.564Z Compiling hickory-proto v0.24.4
25202026-01-27T17:36:37.167Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25212026-01-27T17:36:38.032Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25222026-01-27T17:36:38.648Z Compiling globset v0.4.15
25232026-01-27T17:36:39.995Z Compiling convert_case v0.7.1
25242026-01-27T17:36:40.751Z Compiling derive_more-impl v2.0.1
25252026-01-27T17:36:42.439Z Compiling hickory-resolver v0.24.4
25262026-01-27T17:36:43.503Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25272026-01-27T17:36:44.666Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25282026-01-27T17:36:47.522Z Compiling qorb v0.4.1
25292026-01-27T17:36:49.508Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25302026-01-27T17:36:50.168Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25312026-01-27T17:36:52.086Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25322026-01-27T17:36:54.917Z Compiling derive_more v2.0.1
25332026-01-27T17:36:55.076Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25342026-01-27T17:36:55.109Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25352026-01-27T17:36:55.369Z Compiling pin-project-internal v1.1.6
25362026-01-27T17:36:55.524Z Compiling vte_generate_state_changes v0.1.2
25372026-01-27T17:36:55.659Z Compiling termtree v0.5.1
25382026-01-27T17:36:55.996Z Compiling siphasher v1.0.1
25392026-01-27T17:36:56.147Z Compiling vte v0.11.1
25402026-01-27T17:36:56.447Z Compiling phf_shared v0.12.1
25412026-01-27T17:36:56.955Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-01-27T17:36:57.629Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-01-27T17:36:57.784Z Compiling pin-project v1.1.6
25442026-01-27T17:36:57.976Z Compiling crossterm v0.29.0
25452026-01-27T17:37:03.030Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25462026-01-27T17:37:05.296Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25472026-01-27T17:37:06.317Z Compiling pem v3.0.5
25482026-01-27T17:37:07.794Z Compiling csv-core v0.1.11
25492026-01-27T17:37:07.848Z Compiling snafu-derive v0.8.5
25502026-01-27T17:37:08.654Z Compiling chrono-tz v0.10.4
25512026-01-27T17:37:09.060Z Compiling csv v1.3.1
25522026-01-27T17:37:09.798Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532026-01-27T17:37:10.269Z Compiling strip-ansi-escapes v0.2.0
25542026-01-27T17:37:11.038Z Compiling phf v0.12.1
25552026-01-27T17:37:11.222Z Compiling const_format_proc_macros v0.2.34
25562026-01-27T17:37:11.344Z Compiling papergrid v0.11.0
25572026-01-27T17:37:11.413Z Compiling tabled_derive v0.7.0
25582026-01-27T17:37:11.866Z Compiling snafu v0.8.5
25592026-01-27T17:37:12.470Z Compiling olpc-cjson v0.1.4
25602026-01-27T17:37:12.842Z Compiling fd-lock v4.0.2
25612026-01-27T17:37:12.934Z Compiling peg-macros v0.8.5
25622026-01-27T17:37:13.024Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25632026-01-27T17:37:13.108Z Compiling serde_plain v1.0.2
25642026-01-27T17:37:13.344Z Compiling highway v1.3.0
25652026-01-27T17:37:13.666Z Compiling nu-ansi-term v0.50.1
25662026-01-27T17:37:13.976Z Compiling typed-path v0.9.3
25672026-01-27T17:37:14.801Z Compiling reedline v0.40.0
25682026-01-27T17:37:14.880Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25692026-01-27T17:37:15.058Z Compiling tabled v0.15.0
25702026-01-27T17:37:15.873Z Compiling peg v0.8.5
25712026-01-27T17:37:16.052Z Compiling const_format v0.2.34
25722026-01-27T17:37:17.175Z Compiling tough v0.20.0
25732026-01-27T17:37:20.681Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25742026-01-27T17:37:23.744Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25752026-01-27T17:37:28.355Z Compiling bcs v0.1.6
25762026-01-27T17:37:29.125Z Compiling base64 v0.21.7
25772026-01-27T17:37:29.171Z Compiling semver v0.1.20
25782026-01-27T17:37:29.700Z Compiling rustc_version v0.1.7
25792026-01-27T17:37:30.098Z Compiling newtype_derive v0.1.6
25802026-01-27T17:37:30.190Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25812026-01-27T17:37:30.477Z Compiling unicode-linebreak v0.1.5
25822026-01-27T17:37:30.585Z Compiling humantime v2.2.0
25832026-01-27T17:37:31.503Z Compiling smawk v0.3.2
25842026-01-27T17:37:31.833Z Compiling textwrap v0.16.2
25852026-01-27T17:37:32.247Z Compiling dropshot-api-manager-types v0.2.4
25862026-01-27T17:37:33.657Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25872026-01-27T17:37:33.749Z Compiling steno v0.4.1
25882026-01-27T17:37:33.754Z Compiling utf-8 v0.7.6
25892026-01-27T17:37:34.139Z Compiling moka v0.12.10
25902026-01-27T17:37:34.543Z Compiling tagptr v0.2.0
25912026-01-27T17:37:35.451Z Compiling tungstenite v0.21.0
25922026-01-27T17:37:37.995Z Compiling hickory-resolver v0.25.2
25932026-01-27T17:37:39.048Z Compiling tokio-tungstenite v0.21.0
25942026-01-27T17:37:39.714Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25952026-01-27T17:37:39.974Z Compiling radium v0.7.0
25962026-01-27T17:37:40.279Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25972026-01-27T17:37:40.492Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25982026-01-27T17:37:44.476Z Compiling tap v1.0.1
25992026-01-27T17:37:44.726Z Compiling maybe-uninit v2.0.0
26002026-01-27T17:37:45.347Z Compiling wyz v0.5.1
26012026-01-27T17:37:46.463Z Compiling zerocopy-derive v0.6.6
26022026-01-27T17:37:48.113Z Compiling crc-catalog v2.4.0
26032026-01-27T17:37:48.206Z Compiling display-error-chain v0.2.2
26042026-01-27T17:37:48.304Z Compiling funty v2.0.0
26052026-01-27T17:37:48.487Z Compiling packed_struct v0.10.1
26062026-01-27T17:37:49.015Z Compiling crc v3.2.1
26072026-01-27T17:37:50.742Z Compiling bitvec v1.0.1
26082026-01-27T17:37:50.915Z Compiling zerocopy v0.6.6
26092026-01-27T17:37:51.906Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
26102026-01-27T17:37:53.010Z Compiling packed_struct_codegen v0.10.1
26112026-01-27T17:37:53.233Z Compiling bitfield-macros v0.19.2
26122026-01-27T17:37:54.707Z Compiling proc-macro-error-attr2 v2.0.0
26132026-01-27T17:37:55.073Z Compiling indexmap v1.9.3
26142026-01-27T17:37:55.249Z Compiling nodrop v0.1.14
26152026-01-27T17:37:55.421Z Compiling array-init v0.0.4
26162026-01-27T17:37:55.460Z Compiling proc-macro-error2 v2.0.1
26172026-01-27T17:37:55.935Z Compiling bitfield v0.19.2
26182026-01-27T17:37:56.025Z Compiling smallvec v0.6.14
26192026-01-27T17:37:56.461Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26202026-01-27T17:37:56.503Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26212026-01-27T17:37:56.659Z Compiling hashbrown v0.12.3
26222026-01-27T17:37:58.158Z Compiling serde-hex v0.1.0
26232026-01-27T17:37:58.949Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-01-27T17:37:59.453Z Compiling ron v0.8.1
26252026-01-27T17:37:59.687Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26262026-01-27T17:38:01.004Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26272026-01-27T17:38:03.193Z Compiling hashbrown v0.13.2
26282026-01-27T17:38:03.415Z Compiling vergen-gitcl v1.0.8
26292026-01-27T17:38:03.805Z Compiling dirs-sys-next v0.1.2
26302026-01-27T17:38:04.287Z Compiling maplit v1.0.2
26312026-01-27T17:38:04.457Z Compiling crunchy v0.2.2
26322026-01-27T17:38:04.492Z Compiling crc-any v2.5.0
26332026-01-27T17:38:04.915Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26342026-01-27T17:38:05.001Z Compiling object v0.30.4
26352026-01-27T17:38:05.371Z Compiling dirs-next v2.0.0
26362026-01-27T17:38:05.651Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-01-27T17:38:07.071Z Compiling dsl_auto_type v0.1.2
26382026-01-27T17:38:07.859Z Compiling scheduled-thread-pool v0.2.7
26392026-01-27T17:38:08.250Z Compiling num-derive v0.3.3
26402026-01-27T17:38:09.131Z Compiling diesel_table_macro_syntax v0.2.0
26412026-01-27T17:38:09.547Z Compiling path-slash v0.1.5
26422026-01-27T17:38:09.819Z Compiling tiny-keccak v2.0.2
26432026-01-27T17:38:10.144Z Compiling libscf-sys v1.1.0
26442026-01-27T17:38:10.184Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26452026-01-27T17:38:10.447Z Compiling diesel_derives v2.2.3
26462026-01-27T17:38:19.889Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26472026-01-27T17:38:23.833Z Compiling r2d2 v0.8.10
26482026-01-27T17:38:24.347Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26492026-01-27T17:38:28.214Z Compiling term v0.7.0
26502026-01-27T17:38:29.252Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26512026-01-27T17:38:29.283Z Compiling arc-swap v1.7.1
26522026-01-27T17:38:29.312Z Compiling bit-vec v0.6.3
26532026-01-27T17:38:29.505Z Compiling xshell-macros v0.2.7
26542026-01-27T17:38:29.667Z Compiling bit-set v0.5.3
26552026-01-27T17:38:29.928Z Compiling slog-scope v4.4.0
26562026-01-27T17:38:29.964Z Compiling ascii-canvas v3.0.0
26572026-01-27T17:38:30.166Z Compiling diesel v2.2.12
26582026-01-27T17:38:30.196Z Compiling xshell v0.2.7
26592026-01-27T17:38:30.257Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26602026-01-27T17:38:30.399Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26612026-01-27T17:38:30.660Z Compiling tabled_derive v0.11.0
26622026-01-27T17:38:30.752Z Compiling papergrid v0.17.0
26632026-01-27T17:38:31.929Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26642026-01-27T17:38:32.757Z Compiling testing_table v0.3.0
26652026-01-27T17:38:32.963Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26662026-01-27T17:38:33.014Z Compiling ena v0.14.3
26672026-01-27T17:38:33.453Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26682026-01-27T17:38:33.570Z Compiling bindgen v0.71.1
26692026-01-27T17:38:33.837Z Compiling regex-syntax v0.6.29
26702026-01-27T17:38:34.069Z Compiling unicase v2.8.1
26712026-01-27T17:38:34.666Z Compiling diff v0.1.13
26722026-01-27T17:38:35.184Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26732026-01-27T17:38:36.270Z Compiling tabled v0.20.0
26742026-01-27T17:38:38.401Z Compiling lalrpop v0.19.12
26752026-01-27T17:38:43.897Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26762026-01-27T17:38:45.573Z Compiling slog-stdlog v4.1.1
26772026-01-27T17:38:46.106Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26782026-01-27T17:38:46.506Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26792026-01-27T17:38:47.574Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26802026-01-27T17:38:47.976Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26812026-01-27T17:38:48.300Z Compiling slog-envlogger v2.2.0
26822026-01-27T17:38:53.569Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26832026-01-27T17:38:53.675Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-01-27T17:38:54.431Z Compiling headers-core v0.3.0
26852026-01-27T17:38:54.464Z Compiling libxml v0.3.3
26862026-01-27T17:38:54.499Z Compiling crc8 v0.1.1
26872026-01-27T17:38:54.659Z Compiling headers v0.4.1
26882026-01-27T17:38:54.947Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26892026-01-27T17:38:55.008Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26902026-01-27T17:38:55.375Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26912026-01-27T17:38:56.218Z Compiling strum_macros v0.24.3
26922026-01-27T17:38:57.858Z Compiling indoc v1.0.9
26932026-01-27T17:38:58.652Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26942026-01-27T17:38:58.838Z Compiling polar-core v0.27.3
26952026-01-27T17:38:59.012Z Compiling derive_builder v0.20.2
26962026-01-27T17:38:59.069Z Compiling impl-trait-for-tuples v0.2.2
26972026-01-27T17:38:59.241Z Compiling oso-derive v0.27.3
26982026-01-27T17:39:00.176Z Compiling quick-xml v0.37.2
26992026-01-27T17:39:02.544Z Compiling half v1.8.3
27002026-01-27T17:39:02.912Z Compiling samael v0.0.19
27012026-01-27T17:39:03.465Z Compiling serde_cbor v0.11.2
27022026-01-27T17:39:04.625Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27032026-01-27T17:39:05.700Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
27042026-01-27T17:39:05.974Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27052026-01-27T17:39:06.083Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27062026-01-27T17:39:10.263Z Compiling diesel-dtrace v0.4.2
27072026-01-27T17:39:10.783Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
27082026-01-27T17:39:15.038Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27092026-01-27T17:39:17.877Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27102026-01-27T17:39:18.241Z Compiling bb8 v0.8.5
27112026-01-27T17:39:18.877Z Compiling trait-variant v0.1.2
27122026-01-27T17:39:19.885Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27132026-01-27T17:39:20.094Z Compiling async-bb8-diesel v0.2.1
27142026-01-27T17:39:20.927Z Compiling oso v0.27.3
27152026-01-27T17:39:25.305Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27162026-01-27T17:39:29.878Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27172026-01-27T17:39:30.440Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27182026-01-27T17:39:33.426Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27192026-01-27T17:39:33.799Z Compiling fxhash v0.2.1
27202026-01-27T17:39:34.063Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27212026-01-27T17:39:34.154Z Compiling typify-impl v0.2.0
27222026-01-27T17:39:34.492Z Compiling kstat-rs v0.2.4
27232026-01-27T17:39:35.408Z Compiling libz-sys v1.1.20
27242026-01-27T17:39:36.102Z Compiling nonempty v0.12.0
27252026-01-27T17:39:36.278Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27262026-01-27T17:39:37.014Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27272026-01-27T17:39:43.283Z Compiling typify-macro v0.2.0
27282026-01-27T17:39:46.613Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27292026-01-27T17:39:54.549Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27302026-01-27T17:39:55.407Z Compiling nanorand v0.7.0
27312026-01-27T17:39:56.128Z Compiling fs-err v2.11.0
27322026-01-27T17:39:56.873Z Compiling parking_lot_core v0.8.6
27332026-01-27T17:39:56.939Z Compiling mime_guess v2.0.5
27342026-01-27T17:39:57.621Z Compiling flume v0.11.1
27352026-01-27T17:39:58.427Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27362026-01-27T17:39:59.087Z Compiling libgit2-sys v0.18.2+1.9.1
27372026-01-27T17:39:59.298Z Compiling salty v0.3.0
27382026-01-27T17:40:00.749Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27392026-01-27T17:40:01.934Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27402026-01-27T17:40:05.848Z Compiling tabled_derive v0.10.0
27412026-01-27T17:40:07.919Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-01-27T17:40:14.692Z Compiling ignore v0.4.23
27432026-01-27T17:40:15.555Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-01-27T17:40:17.836Z Compiling papergrid v0.14.0
27452026-01-27T17:40:21.276Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27462026-01-27T17:40:21.856Z Compiling castaway v0.2.3
27472026-01-27T17:40:22.066Z Compiling nibble_vec v0.1.0
27482026-01-27T17:40:22.354Z Compiling atty v0.2.14
27492026-01-27T17:40:22.569Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27502026-01-27T17:40:22.949Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27512026-01-27T17:40:23.333Z Compiling endian-type v0.1.2
27522026-01-27T17:40:23.622Z Compiling http-range v0.1.5
27532026-01-27T17:40:24.250Z Compiling parse-size v1.1.0
27542026-01-27T17:40:24.281Z Compiling radix_trie v0.2.1
27552026-01-27T17:40:24.620Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27562026-01-27T17:40:25.187Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27572026-01-27T17:40:25.481Z Compiling compact_str v0.8.0
27582026-01-27T17:40:27.867Z Compiling tabled v0.18.0
27592026-01-27T17:40:30.042Z Compiling globwalk v0.9.1
27602026-01-27T17:40:31.335Z Compiling parking_lot v0.11.2
27612026-01-27T17:40:34.751Z Compiling typify v0.2.0
27622026-01-27T17:40:34.937Z Compiling predicates-tree v1.0.12
27632026-01-27T17:40:35.035Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27642026-01-27T17:40:35.766Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27652026-01-27T17:40:36.156Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27662026-01-27T17:40:39.202Z Compiling unicode-truncate v1.1.0
27672026-01-27T17:40:42.369Z Compiling primeorder v0.13.6
27682026-01-27T17:40:42.876Z Compiling prefix-trie v0.7.0
27692026-01-27T17:40:42.907Z Compiling lru v0.12.5
27702026-01-27T17:40:43.289Z Compiling vergen-git2 v1.0.7
27712026-01-27T17:40:43.670Z Compiling instability v0.3.2
27722026-01-27T17:40:43.801Z Compiling indoc v2.0.6
27732026-01-27T17:40:44.624Z Compiling cassowary v0.3.0
27742026-01-27T17:40:44.816Z Compiling hickory-server v0.25.2
27752026-01-27T17:40:46.274Z Compiling ratatui v0.29.0
27762026-01-27T17:40:48.062Z Compiling p384 v0.13.1
27772026-01-27T17:40:50.114Z Compiling git2 v0.20.2
27782026-01-27T17:40:53.672Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
27792026-01-27T17:40:55.188Z Compiling camino-tempfile-ext v0.3.2
27802026-01-27T17:40:56.481Z Compiling progenitor-impl v0.8.0
27812026-01-27T17:40:56.589Z Compiling hyper-staticfile v0.10.1
27822026-01-27T17:40:58.051Z Compiling sled v0.34.7
27832026-01-27T17:40:59.608Z Compiling hickory-client v0.25.2
27842026-01-27T17:41:01.492Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-01-27T17:41:02.014Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27862026-01-27T17:41:02.752Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-01-27T17:41:03.083Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27882026-01-27T17:41:03.504Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27892026-01-27T17:41:08.819Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
27902026-01-27T17:41:10.552Z Compiling rand_seeder v0.4.0
27912026-01-27T17:41:10.698Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
27922026-01-27T17:41:10.981Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
27932026-01-27T17:41:11.409Z Compiling lzma-sys v0.1.20
27942026-01-27T17:41:11.570Z Compiling corncobs v0.1.4
27952026-01-27T17:41:11.988Z Compiling rustls v0.21.12
27962026-01-27T17:41:12.165Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
27972026-01-27T17:41:12.446Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-01-27T17:41:12.770Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
27992026-01-27T17:41:13.530Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-01-27T17:41:14.550Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-01-27T17:41:24.603Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28022026-01-27T17:41:28.569Z Compiling progenitor-macro v0.8.0
28032026-01-27T17:41:31.102Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-01-27T17:41:35.533Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
28052026-01-27T17:41:38.915Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28062026-01-27T17:41:45.985Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28072026-01-27T17:41:47.432Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28082026-01-27T17:41:49.704Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-01-27T17:41:50.114Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-01-27T17:41:50.503Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28112026-01-27T17:41:50.884Z Compiling progenitor-client v0.8.0
28122026-01-27T17:41:51.816Z Compiling sct v0.7.1
28132026-01-27T17:41:52.296Z Compiling rustls-webpki v0.101.7
28142026-01-27T17:41:52.793Z Compiling heck v0.3.3
28152026-01-27T17:41:53.148Z Compiling secrecy v0.8.0
28162026-01-27T17:41:53.490Z Compiling void v1.0.2
28172026-01-27T17:41:53.714Z Compiling lzss v0.8.2
28182026-01-27T17:42:00.613Z Compiling zone_cfg_derive v0.1.2
28192026-01-27T17:42:01.375Z Compiling progenitor v0.8.0
28202026-01-27T17:42:01.751Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28212026-01-27T17:42:02.016Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-01-27T17:42:03.368Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28232026-01-27T17:42:04.080Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28242026-01-27T17:42:06.340Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-01-27T17:42:06.413Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-01-27T17:42:06.781Z Compiling tungstenite v0.23.0
28272026-01-27T17:42:12.126Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-01-27T17:42:12.504Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-01-27T17:42:12.881Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-01-27T17:42:13.255Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-01-27T17:42:13.639Z Compiling nix v0.27.1
28322026-01-27T17:42:15.179Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28332026-01-27T17:42:15.377Z Compiling serde_bytes v0.11.19
28342026-01-27T17:42:15.878Z Compiling base64 v0.13.1
28352026-01-27T17:42:15.935Z Compiling number_prefix v0.4.0
28362026-01-27T17:42:16.250Z Compiling indicatif v0.17.11
28372026-01-27T17:42:16.392Z Compiling ron v0.7.1
28382026-01-27T17:42:16.664Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28392026-01-27T17:42:20.051Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28402026-01-27T17:42:21.299Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28412026-01-27T17:42:22.223Z Compiling tokio-tungstenite v0.23.1
28422026-01-27T17:42:22.523Z Compiling xz2 v0.1.7
28432026-01-27T17:42:22.848Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-01-27T17:42:27.314Z Compiling zone v0.1.8
28452026-01-27T17:42:40.706Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28462026-01-27T17:42:42.471Z Compiling tokio-rustls v0.24.1
28472026-01-27T17:42:42.970Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-01-27T17:42:43.374Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28492026-01-27T17:42:47.898Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
28502026-01-27T17:42:51.510Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28512026-01-27T17:42:55.836Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28522026-01-27T17:42:57.767Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532026-01-27T17:42:59.269Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28542026-01-27T17:42:59.567Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-01-27T17:43:06.773Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-01-27T17:43:13.839Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28572026-01-27T17:43:15.714Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28582026-01-27T17:43:22.553Z Compiling rustls-pemfile v1.0.4
28592026-01-27T17:43:23.378Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28602026-01-27T17:43:24.891Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28612026-01-27T17:43:26.353Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28622026-01-27T17:43:26.387Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28632026-01-27T17:43:26.727Z Compiling signal-hook-tokio v0.3.1
28642026-01-27T17:43:27.005Z Compiling twox-hash v2.1.0
28652026-01-27T17:43:27.960Z Compiling yasna v0.5.2
28662026-01-27T17:43:27.993Z Compiling is_ci v1.2.0
28672026-01-27T17:43:28.334Z Compiling supports-color v3.0.2
28682026-01-27T17:43:30.937Z Compiling rcgen v0.12.1
28692026-01-27T17:43:31.289Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-01-27T17:43:39.159Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-01-27T17:43:39.533Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-01-27T17:43:41.957Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28732026-01-27T17:43:56.532Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28742026-01-27T17:44:11.110Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28752026-01-27T17:44:13.688Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-01-27T17:44:22.126Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28772026-01-27T17:44:27.474Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28782026-01-27T17:44:34.946Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-01-27T17:44:40.590Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-01-27T17:44:40.951Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-01-27T17:44:41.339Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28822026-01-27T17:44:41.666Z Compiling fatfs v0.3.6
28832026-01-27T17:44:44.017Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-01-27T17:44:44.451Z Compiling rtoolbox v0.0.2
28852026-01-27T17:44:44.916Z Compiling subprocess v0.2.9
28862026-01-27T17:44:44.974Z Compiling seq-macro v0.3.6
28872026-01-27T17:44:45.971Z Compiling assert_matches v1.5.0
28882026-01-27T17:44:46.134Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-01-27T17:44:52.864Z Compiling rpassword v7.4.0
28902026-01-27T17:44:53.485Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-01-27T17:44:57.347Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-01-27T17:45:02.793Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-01-27T17:45:02.999Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28942026-01-27T17:45:24.820Z Compiling tui-tree-widget v0.23.1
28952026-01-27T17:45:25.318Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28962026-01-27T17:45:32.481Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28972026-01-27T17:45:33.422Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-01-27T17:45:36.054Z Compiling uzers v0.12.1
28992026-01-27T17:45:39.181Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002026-01-27T17:45:39.213Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29012026-01-27T17:45:50.104Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29022026-01-27T17:46:01.645Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29032026-01-27T17:46:18.734Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-01-27T17:46:20.798Z Compiling support-bundle-viewer v0.1.2
29052026-01-27T17:46:22.485Z Compiling multimap v0.10.1
29062026-01-27T17:48:43.022Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-01-27T17:48:44.769Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-01-27T17:58:30.395Z Finished `release` profile [optimized] target(s) in 22m 27s
29092026-01-27T17:59:28.469Z
29102026-01-27T17:59:28.472Zreal 23:26.892394908
29112026-01-27T17:59:28.472Zuser 2:49:01.983157666
29122026-01-27T17:59:28.472Zsys 4:31.667654073
29132026-01-27T17:59:28.472Ztrap 3.990712569
29142026-01-27T17:59:28.472Ztflt 2.138728039
29152026-01-27T17:59:28.472Zdflt 6.535217027
29162026-01-27T17:59:28.472Zkflt 0.031261942
29172026-01-27T17:59:28.472Zlock 11:30:38.289645841
29182026-01-27T17:59:28.472Zslp 8:24:21.639651737
29192026-01-27T17:59:28.472Zlat 4:38.413713402
29202026-01-27T17:59:28.472Zstop 4:16.903971221
29212026-01-27T17:59:28.472Z+ mapfile -t packages
29222026-01-27T17:59:28.472Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-01-27T17:59:29.732Z Finished `release` profile [optimized] target(s) in 1.19s
29242026-01-27T17:59:29.790Z Running `target/release/omicron-package -t test list-outputs`
29252026-01-27T17:59:29.836ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-01-27T17:59:29.839Z+ ptime -m cargo build --locked --release -p xtask
29272026-01-27T17:59:30.592Z Compiling serde_core v1.0.228
29282026-01-27T17:59:30.592Z Compiling syn v2.0.111
29292026-01-27T17:59:30.595Z Compiling serde v1.0.228
29302026-01-27T17:59:30.595Z Compiling bitflags v2.9.4
29312026-01-27T17:59:30.595Z Compiling libc v0.2.180
29322026-01-27T17:59:30.595Z Compiling serde_json v1.0.149
29332026-01-27T17:59:30.595Z Compiling num-traits v0.2.19
29342026-01-27T17:59:30.720Z Compiling rustix v0.38.37
29352026-01-27T17:59:31.154Z Compiling hashbrown v0.16.1
29362026-01-27T17:59:31.311Z Compiling smallvec v1.15.1
29372026-01-27T17:59:31.501Z Compiling usdt-impl v0.5.0
29382026-01-27T17:59:31.526Z Compiling syn v1.0.109
29392026-01-27T17:59:32.157Z Compiling getrandom v0.3.4
29402026-01-27T17:59:32.361Z Compiling thread-id v4.2.2
29412026-01-27T17:59:32.509Z Compiling indexmap v2.12.1
29422026-01-27T17:59:32.622Z Compiling rustix v1.1.3
29432026-01-27T17:59:32.754Z Compiling log v0.4.29
29442026-01-27T17:59:33.233Z Compiling percent-encoding v2.3.2
29452026-01-27T17:59:33.667Z Compiling form_urlencoded v1.2.2
29462026-01-27T17:59:33.763Z Compiling ordered-float v2.10.1
29472026-01-27T17:59:33.874Z Compiling terminal_size v0.4.0
29482026-01-27T17:59:34.377Z Compiling fs-err v3.1.1
29492026-01-27T17:59:34.511Z Compiling heck v0.4.1
29502026-01-27T17:59:34.764Z Compiling anyhow v1.0.99
29512026-01-27T17:59:34.917Z Compiling once_cell v1.21.3
29522026-01-27T17:59:35.384Z Compiling clap_builder v4.5.48
29532026-01-27T17:59:36.024Z Compiling tempfile v3.24.0
29542026-01-27T17:59:37.421Z Compiling synstructure v0.13.1
29552026-01-27T17:59:37.694Z Compiling proc-macro-error v1.0.4
29562026-01-27T17:59:38.049Z Compiling textwrap v0.16.2
29572026-01-27T17:59:38.211Z Compiling camino-tempfile v1.4.1
29582026-01-27T17:59:38.812Z Compiling tabled_derive v0.7.0
29592026-01-27T17:59:40.035Z Compiling serde_derive v1.0.228
29602026-01-27T17:59:40.099Z Compiling thiserror-impl v2.0.17
29612026-01-27T17:59:40.115Z Compiling zerofrom-derive v0.1.4
29622026-01-27T17:59:40.118Z Compiling yoke-derive v0.7.4
29632026-01-27T17:59:40.176Z Compiling zerovec-derive v0.10.3
29642026-01-27T17:59:40.653Z Compiling displaydoc v0.2.5
29652026-01-27T17:59:42.096Z Compiling thiserror-impl v1.0.69
29662026-01-27T17:59:42.325Z Compiling icu_provider_macros v1.5.0
29672026-01-27T17:59:42.416Z Compiling zerocopy-derive v0.7.35
29682026-01-27T17:59:42.779Z Compiling zerofrom v0.1.4
29692026-01-27T17:59:42.828Z Compiling thiserror v2.0.17
29702026-01-27T17:59:43.030Z Compiling yoke v0.7.4
29712026-01-27T17:59:43.052Z Compiling pest v2.8.2
29722026-01-27T17:59:43.413Z Compiling zerovec v0.10.4
29732026-01-27T17:59:43.526Z Compiling scroll_derive v0.12.0
29742026-01-27T17:59:44.148Z Compiling zerocopy v0.7.35
29752026-01-27T17:59:44.514Z Compiling thiserror v1.0.69
29762026-01-27T17:59:44.810Z Compiling scroll v0.12.0
29772026-01-27T17:59:45.478Z Compiling tinystr v0.7.6
29782026-01-27T17:59:45.529Z Compiling icu_collections v1.5.0
29792026-01-27T17:59:45.941Z Compiling icu_locid v1.5.0
29802026-01-27T17:59:45.977Z Compiling pest_meta v2.8.2
29812026-01-27T17:59:46.423Z Compiling goblin v0.8.2
29822026-01-27T17:59:48.030Z Compiling pest_generator v2.8.2
29832026-01-27T17:59:48.124Z Compiling icu_provider v1.5.0
29842026-01-27T17:59:49.414Z Compiling icu_locid_transform v1.5.0
29852026-01-27T17:59:49.664Z Compiling pest_derive v2.8.2
29862026-01-27T17:59:50.397Z Compiling serde_spanned v0.6.9
29872026-01-27T17:59:50.502Z Compiling toml_datetime v0.6.11
29882026-01-27T17:59:50.700Z Compiling dtrace-parser v0.2.0
29892026-01-27T17:59:51.341Z Compiling icu_properties v1.5.1
29902026-01-27T17:59:51.552Z Compiling dof v0.3.0
29912026-01-27T17:59:52.201Z Compiling toml_edit v0.22.27
29922026-01-27T17:59:53.286Z Compiling serde_tokenstream v0.2.2
29932026-01-27T17:59:53.665Z Compiling erased-serde v0.4.6
29942026-01-27T17:59:55.149Z Compiling icu_normalizer v1.5.0
29952026-01-27T17:59:55.205Z Compiling serde-untagged v0.1.7
29962026-01-27T17:59:57.372Z Compiling idna_adapter v1.2.0
29972026-01-27T17:59:57.644Z Compiling idna v1.0.3
29982026-01-27T17:59:59.319Z Compiling toml v0.8.23
29992026-01-27T17:59:59.476Z Compiling url v2.5.4
30002026-01-27T18:00:00.196Z Compiling serde-value v0.7.0
30012026-01-27T18:00:01.783Z Compiling cargo-util-schemas v0.8.2
30022026-01-27T18:00:02.656Z Compiling usdt-macro v0.5.0
30032026-01-27T18:00:03.870Z Compiling usdt-attr-macro v0.5.0
30042026-01-27T18:00:04.653Z Compiling cargo-platform v0.2.0
30052026-01-27T18:00:04.906Z Compiling clap_derive v4.5.47
30062026-01-27T18:00:05.189Z Compiling usdt v0.5.0
30072026-01-27T18:00:05.838Z Compiling cargo_metadata v0.21.0
30082026-01-27T18:00:06.543Z Compiling cargo_toml v0.21.0
30092026-01-27T18:00:07.202Z Compiling macaddr v1.0.1
30102026-01-27T18:00:07.800Z Compiling tabled v0.15.0
30112026-01-27T18:00:08.854Z Compiling clap v4.5.48
30122026-01-27T18:00:19.012Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-01-27T18:00:24.727Z Finished `release` profile [optimized] target(s) in 54.82s
30142026-01-27T18:00:24.867Z
30152026-01-27T18:00:24.867Zreal 54.997528031
30162026-01-27T18:00:24.868Zuser 6:04.995772540
30172026-01-27T18:00:24.868Zsys 28.167233397
30182026-01-27T18:00:24.868Ztrap 0.187830423
30192026-01-27T18:00:24.868Ztflt 0.270618349
30202026-01-27T18:00:24.870Zdflt 0.431210701
30212026-01-27T18:00:24.870Zkflt 0.000030421
30222026-01-27T18:00:24.870Zlock 17:30.762658877
30232026-01-27T18:00:24.870Zslp 20:05.722486030
30242026-01-27T18:00:24.870Zlat 25.139161273
30252026-01-27T18:00:24.870Zstop 35.150358857
30262026-01-27T18:00:24.871Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30272026-01-27T18:00:24.871Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30282026-01-27T18:00:24.871Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30292026-01-27T18:00:24.871Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30302026-01-27T18:00:24.871Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30312026-01-27T18:00:26.165Z Compiling regress v0.10.4
30322026-01-27T18:00:26.168Z Compiling unsafe-libyaml v0.2.11
30332026-01-27T18:00:26.168Z Compiling match_cfg v0.1.0
30342026-01-27T18:00:26.168Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30352026-01-27T18:00:26.373Z Compiling structmeta-derive v0.3.0
30362026-01-27T18:00:26.376Z Compiling rustls v0.22.4
30372026-01-27T18:00:26.389Z Compiling newtype-uuid-macros v0.1.0
30382026-01-27T18:00:26.392Z Compiling multer v3.1.0
30392026-01-27T18:00:26.453Z Compiling hostname v0.3.1
30402026-01-27T18:00:26.698Z Compiling debug-ignore v1.0.5
30412026-01-27T18:00:26.854Z Compiling toml_parser v1.0.4
30422026-01-27T18:00:26.881Z Compiling progenitor-client v0.10.0
30432026-01-27T18:00:26.906Z Compiling slog-json v2.6.1
30442026-01-27T18:00:27.285Z Compiling async-stream-impl v0.3.6
30452026-01-27T18:00:27.451Z Compiling serde_spanned v1.0.3
30462026-01-27T18:00:27.743Z Compiling serde_yaml v0.9.34+deprecated
30472026-01-27T18:00:28.008Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30482026-01-27T18:00:28.049Z Compiling toml_datetime v0.7.3
30492026-01-27T18:00:28.269Z Compiling dropshot v0.16.6
30502026-01-27T18:00:28.555Z Compiling toml_writer v1.0.4
30512026-01-27T18:00:28.620Z Compiling async-stream v0.3.6
30522026-01-27T18:00:28.717Z Compiling structmeta v0.3.0
30532026-01-27T18:00:28.743Z Compiling slog-bunyan v2.5.0
30542026-01-27T18:00:28.932Z Compiling toml v0.9.8
30552026-01-27T18:00:28.998Z Compiling waitgroup v0.1.2
30562026-01-27T18:00:29.138Z Compiling rustls-pemfile v2.2.0
30572026-01-27T18:00:29.245Z Compiling dropshot_endpoint v0.16.6
30582026-01-27T18:00:29.463Z Compiling itertools v0.14.0
30592026-01-27T18:00:29.498Z Compiling serde_path_to_error v0.1.20
30602026-01-27T18:00:29.953Z Compiling typify-impl v0.4.3
30612026-01-27T18:00:30.283Z Compiling hostname v0.4.2
30622026-01-27T18:00:30.547Z Compiling derive-ex v0.1.8
30632026-01-27T18:00:31.239Z Compiling tokio-rustls v0.25.0
30642026-01-27T18:00:31.702Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30652026-01-27T18:00:31.943Z Compiling macaddr v1.0.1
30662026-01-27T18:00:32.172Z Compiling tabwriter v1.4.0
30672026-01-27T18:00:32.410Z Compiling instant v0.1.13
30682026-01-27T18:00:32.487Z Compiling progenitor-client v0.11.2
30692026-01-27T18:00:32.601Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-01-27T18:00:32.624Z Compiling parse-display-derive v0.10.0
30712026-01-27T18:00:33.054Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
30722026-01-27T18:00:33.373Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-01-27T18:00:33.603Z Compiling colored v3.0.0
30742026-01-27T18:00:33.739Z Compiling backoff v0.4.0
30752026-01-27T18:00:33.987Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30762026-01-27T18:00:34.129Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30772026-01-27T18:00:34.346Z Compiling proc-macro-crate v1.3.1
30782026-01-27T18:00:34.626Z Compiling test-strategy v0.4.3
30792026-01-27T18:00:34.764Z Compiling crucible-workspace-hack v0.1.0
30802026-01-27T18:00:34.885Z Compiling proc-macro-error v1.0.4
30812026-01-27T18:00:35.157Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30822026-01-27T18:00:35.237Z Compiling num_enum_derive v0.5.11
30832026-01-27T18:00:35.520Z Compiling heapless v0.8.0
30842026-01-27T18:00:35.749Z Compiling ingot-macros v0.1.1
30852026-01-27T18:00:36.191Z Compiling hash32 v0.3.1
30862026-01-27T18:00:36.461Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30872026-01-27T18:00:36.482Z Compiling smoltcp v0.11.0
30882026-01-27T18:00:36.485Z Compiling parse-display v0.10.0
30892026-01-27T18:00:37.114Z Compiling foreign-types-macros v0.2.3
30902026-01-27T18:00:37.214Z Compiling cobs v0.2.3
30912026-01-27T18:00:37.526Z Compiling foreign-types-shared v0.3.1
30922026-01-27T18:00:37.560Z Compiling num_enum v0.5.11
30932026-01-27T18:00:37.690Z Compiling postcard v1.0.10
30942026-01-27T18:00:38.049Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30952026-01-27T18:00:38.267Z Compiling nix v0.30.1
30962026-01-27T18:00:38.358Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30972026-01-27T18:00:38.420Z Compiling foreign-types v0.5.0
30982026-01-27T18:00:38.569Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
30992026-01-27T18:00:39.194Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31002026-01-27T18:00:39.222Z Compiling cstr-argument v0.1.2
31012026-01-27T18:00:39.225Z Compiling pretty-hex v0.2.1
31022026-01-27T18:00:39.269Z Compiling rayon-core v1.12.1
31032026-01-27T18:00:39.441Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31042026-01-27T18:00:39.512Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31052026-01-27T18:00:39.652Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31062026-01-27T18:00:39.676Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-01-27T18:00:39.876Z Compiling crossbeam-deque v0.8.5
31082026-01-27T18:00:39.900Z Compiling colored v2.2.0
31092026-01-27T18:00:39.991Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31102026-01-27T18:00:40.889Z Compiling camino-tempfile v1.4.1
31112026-01-27T18:00:41.411Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31122026-01-27T18:00:41.497Z Compiling typify-macro v0.4.3
31132026-01-27T18:00:41.818Z Compiling rayon v1.10.0
31142026-01-27T18:00:42.017Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31152026-01-27T18:00:42.080Z Compiling zone_cfg_derive v0.3.0
31162026-01-27T18:00:42.412Z Compiling ingot-types v0.1.2
31172026-01-27T18:00:42.682Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31182026-01-27T18:00:43.121Z Compiling smf v0.2.3
31192026-01-27T18:00:43.255Z Compiling ingot v0.1.1
31202026-01-27T18:00:43.313Z Compiling num-derive v0.4.2
31212026-01-27T18:00:43.487Z Compiling sigpipe v0.1.3
31222026-01-27T18:00:43.648Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31232026-01-27T18:00:44.057Z Compiling zone v0.3.1
31242026-01-27T18:00:44.341Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31252026-01-27T18:00:44.779Z Compiling toml v0.8.23
31262026-01-27T18:00:44.899Z Compiling convert_case v0.4.0
31272026-01-27T18:00:45.393Z Compiling typify v0.4.3
31282026-01-27T18:00:45.490Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31292026-01-27T18:00:45.602Z Compiling progenitor-impl v0.11.2
31302026-01-27T18:00:45.651Z Compiling universal-hash v0.5.1
31312026-01-27T18:00:45.686Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322026-01-27T18:00:45.912Z Compiling derive_more v0.99.20
31332026-01-27T18:00:45.994Z Compiling opaque-debug v0.3.1
31342026-01-27T18:00:46.130Z Compiling secrecy v0.10.3
31352026-01-27T18:00:46.280Z Compiling progenitor-impl v0.10.0
31362026-01-27T18:00:46.343Z Compiling aead v0.5.2
31372026-01-27T18:00:46.397Z Compiling half v2.4.1
31382026-01-27T18:00:46.452Z Compiling ciborium-io v0.2.2
31392026-01-27T18:00:46.636Z Compiling poly1305 v0.8.0
31402026-01-27T18:00:46.742Z Compiling chacha20 v0.9.1
31412026-01-27T18:00:46.987Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31422026-01-27T18:00:47.018Z Compiling ciborium-ll v0.2.2
31432026-01-27T18:00:47.147Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31442026-01-27T18:00:47.273Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-01-27T18:00:47.455Z Compiling ciborium v0.2.2
31462026-01-27T18:00:47.969Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31472026-01-27T18:00:48.286Z Compiling num-rational v0.4.2
31482026-01-27T18:00:48.310Z Compiling thiserror-impl-no-std v2.0.2
31492026-01-27T18:00:48.314Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31502026-01-27T18:00:48.782Z Compiling num-complex v0.4.6
31512026-01-27T18:00:48.980Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31522026-01-27T18:00:49.722Z Compiling num v0.4.3
31532026-01-27T18:00:49.796Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31542026-01-27T18:00:49.864Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31552026-01-27T18:00:50.189Z Compiling password-hash v0.5.0
31562026-01-27T18:00:50.580Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31572026-01-27T18:00:51.024Z Compiling thiserror-no-std v2.0.2
31582026-01-27T18:00:51.126Z Compiling blake2 v0.10.6
31592026-01-27T18:00:51.215Z Compiling float-ord v0.3.2
31602026-01-27T18:00:51.449Z Compiling indent_write v2.2.0
31612026-01-27T18:00:51.725Z Compiling argon2 v0.5.3
31622026-01-27T18:00:52.241Z Compiling vsss-rs v3.3.4
31632026-01-27T18:00:52.406Z Compiling progenitor-macro v0.11.2
31642026-01-27T18:00:52.782Z Compiling chacha20poly1305 v0.10.1
31652026-01-27T18:00:52.786Z Compiling progenitor-macro v0.10.0
31662026-01-27T18:00:53.064Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31672026-01-27T18:00:53.357Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31682026-01-27T18:00:53.860Z Compiling gethostname v0.5.0
31692026-01-27T18:00:54.004Z Compiling usdt-macro v0.5.0
31702026-01-27T18:00:54.088Z Compiling usdt-attr-macro v0.5.0
31712026-01-27T18:00:54.562Z Compiling derive-where v1.5.0
31722026-01-27T18:00:54.699Z Compiling owo-colors v4.2.2
31732026-01-27T18:00:55.136Z Compiling cancel-safe-futures v0.1.5
31742026-01-27T18:00:55.487Z Compiling console v0.15.10
31752026-01-27T18:00:55.510Z Compiling resolv-conf v0.7.0
31762026-01-27T18:00:55.607Z Compiling libsw-core v0.3.1
31772026-01-27T18:00:55.701Z Compiling usdt v0.5.0
31782026-01-27T18:00:55.917Z Compiling libsw v3.5.0
31792026-01-27T18:00:56.301Z Compiling async-recursion v1.1.1
31802026-01-27T18:00:56.510Z Compiling libefi-sys v0.1.0
31812026-01-27T18:00:56.785Z Compiling linear-map v1.2.0
31822026-01-27T18:00:56.827Z Compiling hickory-proto v0.24.4
31832026-01-27T18:00:56.917Z Compiling newline-converter v0.3.0
31842026-01-27T18:00:57.118Z Compiling atomicwrites v0.4.4
31852026-01-27T18:00:57.143Z Compiling bitfield-struct v0.6.2
31862026-01-27T18:00:57.509Z Compiling linked-hash-map v0.5.6
31872026-01-27T18:00:57.615Z Compiling semver v0.1.20
31882026-01-27T18:00:57.808Z Compiling expectorate v1.2.0
31892026-01-27T18:00:57.904Z Compiling lru-cache v0.1.2
31902026-01-27T18:00:58.110Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31912026-01-27T18:00:58.148Z Compiling rustc_version v0.1.7
31922026-01-27T18:00:58.317Z Compiling slog-dtrace v0.3.0
31932026-01-27T18:00:58.530Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942026-01-27T18:00:58.602Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-01-27T18:00:58.632Z Compiling siphasher v1.0.1
31962026-01-27T18:00:58.760Z Compiling newtype_derive v0.1.6
31972026-01-27T18:00:58.817Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31982026-01-27T18:00:59.057Z Compiling phf_shared v0.12.1
31992026-01-27T18:00:59.157Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-01-27T18:00:59.197Z Compiling tokio-dtrace v0.1.0
32012026-01-27T18:00:59.244Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32022026-01-27T18:00:59.416Z Compiling dropshot-api-manager-types v0.2.4
32032026-01-27T18:00:59.639Z Compiling pin-project-internal v1.1.6
32042026-01-27T18:01:00.005Z Compiling csv-core v0.1.11
32052026-01-27T18:01:00.052Z Compiling base64 v0.21.7
32062026-01-27T18:01:00.347Z Compiling xshell-macros v0.2.7
32072026-01-27T18:01:00.547Z Compiling chrono-tz v0.10.4
32082026-01-27T18:01:00.695Z Compiling csv v1.3.1
32092026-01-27T18:01:00.954Z Compiling const_format_proc_macros v0.2.34
32102026-01-27T18:01:01.150Z Compiling xshell v0.2.7
32112026-01-27T18:01:01.845Z Compiling hickory-resolver v0.24.4
32122026-01-27T18:01:01.977Z Compiling oxide-tokio-rt v0.1.2
32132026-01-27T18:01:02.321Z Compiling phf v0.12.1
32142026-01-27T18:01:02.349Z Compiling pin-project v1.1.6
32152026-01-27T18:01:02.546Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-01-27T18:01:02.617Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32172026-01-27T18:01:02.885Z Compiling pem v3.0.5
32182026-01-27T18:01:03.053Z Compiling snafu-derive v0.8.5
32192026-01-27T18:01:03.569Z Compiling same-file v1.0.6
32202026-01-27T18:01:03.683Z Compiling highway v1.3.0
32212026-01-27T18:01:03.871Z Compiling walkdir v2.5.0
32222026-01-27T18:01:04.417Z Compiling qorb v0.4.1
32232026-01-27T18:01:04.540Z Compiling const_format v0.2.34
32242026-01-27T18:01:04.699Z Compiling progenitor v0.11.2
32252026-01-27T18:01:04.973Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
32262026-01-27T18:01:05.143Z Compiling progenitor v0.10.0
32272026-01-27T18:01:05.325Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-01-27T18:01:05.414Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32292026-01-27T18:01:07.115Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32302026-01-27T18:01:07.352Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-01-27T18:01:07.468Z Compiling tabled_derive v0.7.0
32322026-01-27T18:01:07.669Z Compiling snafu v0.8.5
32332026-01-27T18:01:07.712Z Compiling globset v0.4.15
32342026-01-27T18:01:08.228Z Compiling olpc-cjson v0.1.4
32352026-01-27T18:01:08.404Z Compiling primeorder v0.13.6
32362026-01-27T18:01:08.554Z Compiling bcs v0.1.6
32372026-01-27T18:01:08.579Z Compiling serde_plain v1.0.2
32382026-01-27T18:01:08.936Z Compiling radium v0.7.0
32392026-01-27T18:01:08.973Z Compiling termtree v0.5.1
32402026-01-27T18:01:08.999Z Compiling typed-path v0.9.3
32412026-01-27T18:01:09.199Z Compiling utf-8 v0.7.6
32422026-01-27T18:01:09.226Z Compiling textwrap v0.16.2
32432026-01-27T18:01:09.271Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32442026-01-27T18:01:09.475Z Compiling tungstenite v0.21.0
32452026-01-27T18:01:09.524Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-01-27T18:01:09.596Z Compiling tabled v0.15.0
32472026-01-27T18:01:09.896Z Compiling steno v0.4.1
32482026-01-27T18:01:10.220Z Compiling typify-impl v0.2.0
32492026-01-27T18:01:11.467Z Compiling tough v0.20.0
32502026-01-27T18:01:11.966Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32512026-01-27T18:01:14.398Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32522026-01-27T18:01:14.648Z Compiling maybe-uninit v2.0.0
32532026-01-27T18:01:15.217Z Compiling tap v1.0.1
32542026-01-27T18:01:15.301Z Compiling humantime v2.2.0
32552026-01-27T18:01:15.437Z Compiling moka v0.12.10
32562026-01-27T18:01:15.827Z Compiling wyz v0.5.1
32572026-01-27T18:01:15.937Z Compiling tokio-tungstenite v0.21.0
32582026-01-27T18:01:15.990Z Compiling arc-swap v1.7.1
32592026-01-27T18:01:16.253Z Compiling salty v0.3.0
32602026-01-27T18:01:16.310Z Compiling packed_struct v0.10.1
32612026-01-27T18:01:16.438Z Compiling tagptr v0.2.0
32622026-01-27T18:01:16.574Z Compiling funty v2.0.0
32632026-01-27T18:01:16.606Z Compiling slog-scope v4.4.0
32642026-01-27T18:01:16.870Z Compiling p384 v0.13.1
32652026-01-27T18:01:16.916Z Compiling polyval v0.6.2
32662026-01-27T18:01:17.077Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32672026-01-27T18:01:17.365Z Compiling packed_struct_codegen v0.10.1
32682026-01-27T18:01:17.758Z Compiling bitvec v1.0.1
32692026-01-27T18:01:18.158Z Compiling bitfield-macros v0.19.2
32702026-01-27T18:01:18.183Z Compiling zerocopy-derive v0.6.6
32712026-01-27T18:01:18.518Z Compiling proc-macro-error-attr2 v2.0.0
32722026-01-27T18:01:19.358Z Compiling indexmap v1.9.3
32732026-01-27T18:01:19.708Z Compiling nodrop v0.1.14
32742026-01-27T18:01:19.733Z Compiling parking_lot_core v0.8.6
32752026-01-27T18:01:19.848Z Compiling crc-catalog v2.4.0
32762026-01-27T18:01:19.878Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32772026-01-27T18:01:20.031Z Compiling crc v3.2.1
32782026-01-27T18:01:20.056Z Compiling zerocopy v0.6.6
32792026-01-27T18:01:20.270Z Compiling array-init v0.0.4
32802026-01-27T18:01:20.329Z Compiling bitfield v0.19.2
32812026-01-27T18:01:20.752Z Compiling proc-macro-error2 v2.0.1
32822026-01-27T18:01:20.788Z Compiling hickory-resolver v0.25.2
32832026-01-27T18:01:20.814Z Compiling ghash v0.5.1
32842026-01-27T18:01:20.814Z Compiling smallvec v0.6.14
32852026-01-27T18:01:21.057Z Compiling slog-stdlog v4.1.1
32862026-01-27T18:01:21.313Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32872026-01-27T18:01:21.362Z Compiling typify-macro v0.2.0
32882026-01-27T18:01:21.365Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32892026-01-27T18:01:21.523Z Compiling ctr v0.9.2
32902026-01-27T18:01:21.942Z Compiling num-derive v0.3.3
32912026-01-27T18:01:22.239Z Compiling lzma-sys v0.1.20
32922026-01-27T18:01:22.264Z Compiling unicase v2.8.1
32932026-01-27T18:01:22.707Z Compiling hashbrown v0.12.3
32942026-01-27T18:01:23.027Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32952026-01-27T18:01:23.457Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
32962026-01-27T18:01:24.067Z Compiling libscf-sys v1.1.0
32972026-01-27T18:01:24.381Z Compiling mime_guess v2.0.5
32982026-01-27T18:01:24.579Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
32992026-01-27T18:01:24.582Z Compiling aes-gcm v0.10.3
33002026-01-27T18:01:24.892Z Compiling tabled_derive v0.11.0
33012026-01-27T18:01:24.933Z Compiling slog-envlogger v2.2.0
33022026-01-27T18:01:25.197Z Compiling typify v0.2.0
33032026-01-27T18:01:25.246Z Compiling serde-hex v0.1.0
33042026-01-27T18:01:25.549Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33052026-01-27T18:01:25.682Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33062026-01-27T18:01:25.990Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33072026-01-27T18:01:26.770Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33082026-01-27T18:01:26.867Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33092026-01-27T18:01:27.624Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33102026-01-27T18:01:27.827Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33112026-01-27T18:01:29.725Z Compiling progenitor-impl v0.8.0
33122026-01-27T18:01:29.904Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33132026-01-27T18:01:30.353Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33142026-01-27T18:01:31.381Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33152026-01-27T18:01:31.600Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33162026-01-27T18:01:33.313Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33172026-01-27T18:01:33.588Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33182026-01-27T18:01:34.072Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33192026-01-27T18:01:34.219Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33202026-01-27T18:01:34.274Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33212026-01-27T18:01:34.908Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33222026-01-27T18:01:35.921Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33232026-01-27T18:01:36.143Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33242026-01-27T18:01:36.294Z Compiling progenitor-macro v0.8.0
33252026-01-27T18:01:37.222Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-01-27T18:01:37.564Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33272026-01-27T18:01:37.589Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33282026-01-27T18:01:38.154Z Compiling ron v0.8.1
33292026-01-27T18:01:38.537Z Compiling papergrid v0.17.0
33302026-01-27T18:01:39.586Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33312026-01-27T18:01:40.348Z Compiling testing_table v0.3.0
33322026-01-27T18:01:40.667Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33332026-01-27T18:01:41.814Z Compiling hashbrown v0.13.2
33342026-01-27T18:01:41.893Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33352026-01-27T18:01:42.479Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33362026-01-27T18:01:42.536Z Compiling heck v0.3.3
33372026-01-27T18:01:42.930Z Compiling progenitor-client v0.8.0
33382026-01-27T18:01:42.953Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
33392026-01-27T18:01:43.370Z Compiling ssh-encoding v0.2.0
33402026-01-27T18:01:43.448Z Compiling blowfish v0.9.1
33412026-01-27T18:01:43.476Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
33422026-01-27T18:01:43.878Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33432026-01-27T18:01:43.939Z Compiling nibble_vec v0.1.0
33442026-01-27T18:01:44.151Z Compiling crc-any v2.5.0
33452026-01-27T18:01:44.207Z Compiling endian-type v0.1.2
33462026-01-27T18:01:44.265Z Compiling corncobs v0.1.4
33472026-01-27T18:01:44.475Z Compiling radix_trie v0.2.1
33482026-01-27T18:01:44.606Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33492026-01-27T18:01:44.665Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
33502026-01-27T18:01:44.718Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33512026-01-27T18:01:45.201Z Compiling ssh-cipher v0.2.0
33522026-01-27T18:01:45.505Z Compiling bcrypt-pbkdf v0.10.0
33532026-01-27T18:01:46.249Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33542026-01-27T18:01:46.682Z Compiling zone_cfg_derive v0.1.2
33552026-01-27T18:01:46.744Z Compiling object v0.30.4
33562026-01-27T18:01:48.100Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33572026-01-27T18:01:48.491Z Compiling tabled v0.20.0
33582026-01-27T18:01:48.754Z Compiling progenitor v0.8.0
33592026-01-27T18:01:49.018Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33602026-01-27T18:01:49.643Z Compiling parking_lot v0.11.2
33612026-01-27T18:01:50.537Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
33622026-01-27T18:01:52.728Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33632026-01-27T18:01:54.440Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33642026-01-27T18:01:54.777Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33652026-01-27T18:01:55.443Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33662026-01-27T18:01:55.473Z Compiling prefix-trie v0.7.0
33672026-01-27T18:01:55.525Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33682026-01-27T18:01:55.879Z Compiling password-hash v0.4.2
33692026-01-27T18:01:56.131Z Compiling fxhash v0.2.1
33702026-01-27T18:01:56.304Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33712026-01-27T18:01:56.390Z Compiling secrecy v0.8.0
33722026-01-27T18:01:56.711Z Compiling http-range v0.1.5
33732026-01-27T18:01:56.766Z Compiling half v1.8.3
33742026-01-27T18:01:57.072Z Compiling base64 v0.13.1
33752026-01-27T18:01:57.384Z Compiling number_prefix v0.4.0
33762026-01-27T18:01:57.646Z Compiling path-slash v0.1.5
33772026-01-27T18:01:57.675Z Compiling indicatif v0.17.11
33782026-01-27T18:01:57.909Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-01-27T18:01:58.775Z Compiling ron v0.7.1
33802026-01-27T18:01:59.012Z Compiling serde_cbor v0.11.2
33812026-01-27T18:02:00.401Z Compiling pbkdf2 v0.11.0
33822026-01-27T18:02:00.797Z Compiling sled v0.34.7
33832026-01-27T18:02:00.800Z Compiling hickory-server v0.25.2
33842026-01-27T18:02:01.418Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33852026-01-27T18:02:01.946Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33862026-01-27T18:02:02.046Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
33872026-01-27T18:02:02.080Z Compiling xz2 v0.1.7
33882026-01-27T18:02:03.449Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33892026-01-27T18:02:05.018Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33902026-01-27T18:02:05.193Z Compiling zone v0.1.8
33912026-01-27T18:02:06.283Z Compiling ssh-key v0.6.6
33922026-01-27T18:02:06.569Z Compiling hickory-client v0.25.2
33932026-01-27T18:02:06.853Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33942026-01-27T18:02:07.247Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33952026-01-27T18:02:07.286Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33962026-01-27T18:02:08.355Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
33972026-01-27T18:02:08.848Z Compiling p256 v0.13.2
33982026-01-27T18:02:09.669Z Compiling p521 v0.13.3
33992026-01-27T18:02:09.797Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
34002026-01-27T18:02:10.006Z Compiling yasna v0.5.2
34012026-01-27T18:02:10.224Z Compiling headers-core v0.3.0
34022026-01-27T18:02:10.448Z Compiling kstat-rs v0.2.4
34032026-01-27T18:02:10.770Z Compiling nanorand v0.7.0
34042026-01-27T18:02:11.032Z Compiling russh-cryptovec v0.7.3
34052026-01-27T18:02:11.337Z Compiling atty v0.2.14
34062026-01-27T18:02:11.426Z Compiling md5 v0.7.0
34072026-01-27T18:02:11.466Z Compiling crc8 v0.1.1
34082026-01-27T18:02:11.531Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
34092026-01-27T18:02:11.564Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34102026-01-27T18:02:11.678Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
34112026-01-27T18:02:11.699Z Compiling flume v0.11.1
34122026-01-27T18:02:11.808Z Compiling russh-keys v0.45.0
34132026-01-27T18:02:11.962Z Compiling rcgen v0.12.1
34142026-01-27T18:02:12.323Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34152026-01-27T18:02:12.480Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-01-27T18:02:13.343Z Compiling headers v0.4.1
34172026-01-27T18:02:13.969Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34182026-01-27T18:02:15.044Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34192026-01-27T18:02:15.252Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34202026-01-27T18:02:17.956Z Compiling hyper-staticfile v0.10.1
34212026-01-27T18:02:19.033Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34222026-01-27T18:02:19.724Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34232026-01-27T18:02:21.136Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34242026-01-27T18:02:22.695Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34252026-01-27T18:02:23.033Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-01-27T18:02:23.215Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34272026-01-27T18:02:24.045Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34282026-01-27T18:02:25.053Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34292026-01-27T18:02:26.013Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-01-27T18:02:26.679Z Compiling num-bigint v0.4.6
34312026-01-27T18:02:27.501Z Compiling des v0.8.1
34322026-01-27T18:02:27.815Z Compiling subprocess v0.2.9
34332026-01-27T18:02:27.854Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-01-27T18:02:28.725Z Compiling hex-literal v0.4.1
34352026-01-27T18:02:28.757Z Compiling display-error-chain v0.2.2
34362026-01-27T18:02:28.919Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-01-27T18:02:28.999Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-01-27T18:02:29.427Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34392026-01-27T18:02:29.940Z Compiling russh v0.45.0
34402026-01-27T18:02:31.577Z Compiling internet-checksum v0.2.1
34412026-01-27T18:02:31.767Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34422026-01-27T18:02:31.843Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34432026-01-27T18:02:32.291Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34442026-01-27T18:02:36.038Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34452026-01-27T18:02:36.072Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34462026-01-27T18:02:37.011Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34472026-01-27T18:02:48.713Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34482026-01-27T18:03:19.376Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34492026-01-27T18:03:48.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 23s
34502026-01-27T18:03:48.453Z
34512026-01-27T18:03:48.453Zreal 3:23.533587378
34522026-01-27T18:03:48.453Zuser 18:31.939060284
34532026-01-27T18:03:48.453Zsys 2:29.633496265
34542026-01-27T18:03:48.453Ztrap 0.513634098
34552026-01-27T18:03:48.453Ztflt 0.273721715
34562026-01-27T18:03:48.453Zdflt 1.164769148
34572026-01-27T18:03:48.457Zkflt 0.000034831
34582026-01-27T18:03:48.457Zlock 50:33.271986238
34592026-01-27T18:03:48.457Zslp 1:07:03.344293475
34602026-01-27T18:03:48.457Zlat 1:02.291218167
34612026-01-27T18:03:48.457Zstop 2:34.664402182
34622026-01-27T18:03:48.457Z+ mkdir tests
34632026-01-27T18:03:48.460Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34642026-01-27T18:03:48.461Z+ xargs -I '{}' -t cp '{}' tests/
34652026-01-27T18:03:48.502Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f2ad5aa15980201e tests/
34662026-01-27T18:03:48.536Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c981018e03f80c47 tests/
34672026-01-27T18:03:48.572Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fb7d1a15e71504d0 tests/
34682026-01-27T18:03:48.606Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9f815cb5ea53e3b6 tests/
34692026-01-27T18:03:48.964Z+ 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/*)
34702026-01-27T18:03:48.968Z+ 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-c981018e03f80c47 tests/commtest-fb7d1a15e71504d0 tests/dhcp_server-f2ad5aa15980201e tests/end_to_end_tests-9f815cb5ea53e3b6 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
34712026-01-27T18:05:34.274ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34722026-01-27T18:05:34.274Za .github/buildomat/ci-env.sh 1K
34732026-01-27T18:05:34.274Za out/target/test 1K
34742026-01-27T18:05:34.274Za out/npuzone/npuzone 27402K
34752026-01-27T18:05:34.274Za package-manifest.toml 35K
34762026-01-27T18:05:34.274Za smf/sled-agent/non-gimlet/config.toml 6K
34772026-01-27T18:05:34.274Za target/release/omicron-package 42881K
34782026-01-27T18:05:34.274Za target/release/xtask 11475K
34792026-01-27T18:05:34.274Za target/debug/bootstrap 319939K
34802026-01-27T18:05:34.275Za tests/bootstrap-c981018e03f80c47 31133K
34812026-01-27T18:05:34.275Za tests/commtest-fb7d1a15e71504d0 31433K
34822026-01-27T18:05:34.275Za tests/dhcp_server-f2ad5aa15980201e 31133K
34832026-01-27T18:05:34.275Za tests/end_to_end_tests-9f815cb5ea53e3b6 364266K
34842026-01-27T18:05:34.275Za out/clickhouse.tar.gz 317206K
34852026-01-27T18:05:34.275Za out/clickhouse_keeper.tar.gz 300216K
34862026-01-27T18:05:34.275Za out/clickhouse_server.tar.gz 317206K
34872026-01-27T18:05:34.275Za out/cockroachdb.tar.gz 164724K
34882026-01-27T18:05:34.275Za out/crucible-pantry-zone.tar.gz 41365K
34892026-01-27T18:05:34.275Za out/crucible-utils.tar 17744K
34902026-01-27T18:05:34.275Za out/crucible-zone.tar.gz 55503K
34912026-01-27T18:05:34.275Za out/external-dns.tar.gz 47545K
34922026-01-27T18:05:34.275Za out/internal-dns.tar.gz 47544K
34932026-01-27T18:05:34.275Za out/mg-ddm-gz.tar 84156K
34942026-01-27T18:05:34.275Za out/nexus.tar.gz 207512K
34952026-01-27T18:05:34.275Za out/ntp.tar.gz 28681K
34962026-01-27T18:05:34.275Za out/omicron-gateway-softnpu.tar.gz 30103K
34972026-01-27T18:05:34.275Za out/omicron-sled-agent.tar 192586K
34982026-01-27T18:05:34.275Za out/overlay.tar.gz 3K
34992026-01-27T18:05:34.275Za out/oximeter.tar.gz 63321K
35002026-01-27T18:05:34.275Za out/oxlog.tar 3946K
35012026-01-27T18:05:34.275Za out/probe.tar.gz 3037K
35022026-01-27T18:05:34.275Za out/propolis-server.tar.gz 74630K
35032026-01-27T18:05:34.275Za out/pumpkind-gz.tar 26647K
35042026-01-27T18:05:34.275Za out/switch-softnpu.tar.gz 373384K
35052026-01-27T18:05:34.278Z
35062026-01-27T18:05:34.278Zreal 1:45.309203672
35072026-01-27T18:05:34.278Zuser 1:40.979056503
35082026-01-27T18:05:34.278Zsys 6.334980011
35092026-01-27T18:05:34.278Ztrap 0.022600422
35102026-01-27T18:05:34.278Ztflt 0.000000000
35112026-01-27T18:05:34.278Zdflt 0.000000000
35122026-01-27T18:05:34.278Zkflt 0.000000000
35132026-01-27T18:05:34.278Zlock 0.000000000
35142026-01-27T18:05:34.279Zslp 1:40.606310966
35152026-01-27T18:05:34.279Zlat 2.670256710
35162026-01-27T18:05:34.279Zstop 0.000514671
35172026-01-27T18:05:34.279Zprocess exited: duration 2465565 ms, exit code 0
 
35182026-01-27T18:05:34.296Zfound 1 output files
35192026-01-27T18:05:34.297Zuploading: /work/package.tar.gz (2396643785 bytes)
35202026-01-27T18:06:12.131Zuploaded: /work/package.tar.gz