01K5HK0QHFXNQ7ZSWNX3N283MQ: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01K5HK1ERCWD6TNBG3TC901RPZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-19T18:17:06.348Zjob assigned to worker 01K5HK1MQG9J8TMBPEEV13GCGG [factory aws, i-0783e6f8272b41043] (queued for 1 m 4 s)
 
22025-09-19T18:17:15.000Zstarting task 0: "setup"
32025-09-19T18:17:15.005Z++ uname -s
42025-09-19T18:17:15.008Z+ kern=SunOS
52025-09-19T18:17:15.008Z+ build_user=build
62025-09-19T18:17:15.008Z+ build_uid=12345
72025-09-19T18:17:15.008Z+ work_dir=/work
82025-09-19T18:17:15.008Z+ input_dir=/input
92025-09-19T18:17:15.009Z+ [[ 0 == 12345 ]]
102025-09-19T18:17:15.009Z+ case "$kern" in
112025-09-19T18:17:15.009Z+ groupadd -g 12345 build
122025-09-19T18:17:15.012Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-19T18:17:17.017Z+ zfs create -o mountpoint=/work rpool/work
142025-09-19T18:17:17.201Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-19T18:17:17.205Z+ home_fs=zfs
162025-09-19T18:17:17.205Z+ [[ zfs == autofs ]]
172025-09-19T18:17:17.206Z+ mkdir -p /home/build
182025-09-19T18:17:17.210Z+ chown build:build /home/build /work
192025-09-19T18:17:19.208Z+ chmod 0700 /home/build /work
202025-09-19T18:17:19.212Zprocess exited: duration 4213 ms, exit code 0
 
212025-09-19T18:17:19.220Zstarting task 1: "rust-toolchain"
222025-09-19T18:17:19.225Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-09-19T18:17:19.226Z * rust toolchain channel = "1.89.0"
242025-09-19T18:17:19.226Z * rust toolchain profile = "default"
252025-09-19T18:17:19.226Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-09-19T18:17:19.226Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-19T18:17:19.226Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-09-19T18:17:19.230Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-19T18:17:19.231Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-19T18:17:19.342Zinfo: downloading installer
312025-09-19T18:17:20.574Zwarn: It looks like you have an existing installation of Rust at:
322025-09-19T18:17:20.574Zwarn: /opt/ooce/bin
332025-09-19T18:17:20.574Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-19T18:17:20.574Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-19T18:17:20.575Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-19T18:17:20.575Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-19T18:17:20.575Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-19T18:17:20.575Zerror: cannot install while Rust is installed
392025-09-19T18:17:20.575Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-19T18:17:20.605Zinfo: profile set to 'default'
412025-09-19T18:17:20.606Zinfo: default host triple is x86_64-unknown-illumos
422025-09-19T18:17:20.610Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-19T18:17:20.773Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-19T18:17:20.773Zinfo: downloading component 'cargo'
452025-09-19T18:17:21.714Zinfo: downloading component 'clippy'
462025-09-19T18:17:22.034Zinfo: downloading component 'rust-docs'
472025-09-19T18:17:23.248Zinfo: downloading component 'rust-std'
482025-09-19T18:17:25.263Zinfo: downloading component 'rustc'
492025-09-19T18:17:31.429Zinfo: downloading component 'rustfmt'
502025-09-19T18:17:31.701Zinfo: installing component 'cargo'
512025-09-19T18:17:32.597Zinfo: installing component 'clippy'
522025-09-19T18:17:32.991Zinfo: installing component 'rust-docs'
532025-09-19T18:17:34.846Zinfo: installing component 'rust-std'
542025-09-19T18:17:36.759Zinfo: installing component 'rustc'
552025-09-19T18:17:43.383Zinfo: installing component 'rustfmt'
562025-09-19T18:17:43.731Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-09-19T18:17:43.731Z
582025-09-19T18:17:44.153Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-19T18:17:44.154Z
602025-09-19T18:17:44.158Z
612025-09-19T18:17:44.158ZRust is installed now. Great!
622025-09-19T18:17:44.158Z
632025-09-19T18:17:44.158ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-19T18:17:44.158Zenvironment variable. This has not been done automatically.
652025-09-19T18:17:44.158Z
662025-09-19T18:17:44.158ZTo configure your current shell, you need to source
672025-09-19T18:17:44.158Zthe corresponding env file under $HOME/.cargo.
682025-09-19T18:17:44.158Z
692025-09-19T18:17:44.158ZThis is usually done by running one of the following (note the leading DOT):
702025-09-19T18:17:44.158Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-19T18:17:44.159Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-19T18:17:44.159Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-19T18:17:44.247Z+ rustup --version
742025-09-19T18:17:44.259Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-19T18:17:44.264Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-19T18:17:44.351Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-19T18:17:44.356Z+ cargo --version
782025-09-19T18:17:44.425Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-19T18:17:44.429Z+ rustc --version
802025-09-19T18:17:44.503Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-19T18:17:44.508Zprocess exited: duration 25285 ms, exit code 0
 
822025-09-19T18:17:44.517Zstarting task 2: "authentication"
832025-09-19T18:17:44.538Zprocess exited: duration 22 ms, exit code 0
 
842025-09-19T18:17:44.546Zstarting task 3: "clone repository"
852025-09-19T18:17:44.552Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-19T18:17:44.555Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-19T18:17:44.600ZCloning into '/work/oxidecomputer/omicron'...
882025-09-19T18:17:55.683Z+ cd /work/oxidecomputer/omicron
892025-09-19T18:17:55.683Z+ git fetch origin 4debaf85682b576398c643a0814a8f211809e208
902025-09-19T18:17:55.989ZFrom https://github.com/oxidecomputer/omicron
912025-09-19T18:17:55.989Z * branch 4debaf85682b576398c643a0814a8f211809e208 -> FETCH_HEAD
922025-09-19T18:17:56.001Z+ [[ -n sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time ]]
932025-09-19T18:17:56.004Z++ git branch --show-current
942025-09-19T18:17:56.004Z+ current=main
952025-09-19T18:17:56.004Z+ [[ main != sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time ]]
962025-09-19T18:17:56.004Z+ git branch -f sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time 4debaf85682b576398c643a0814a8f211809e208
972025-09-19T18:17:56.008Z+ git checkout -f sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time
982025-09-19T18:17:56.264ZSwitched to branch 'sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time'
992025-09-19T18:17:56.267Z+ git reset --hard 4debaf85682b576398c643a0814a8f211809e208
1002025-09-19T18:17:56.517ZHEAD is now at 4debaf856 fix style
1012025-09-19T18:17:56.520Zprocess exited: duration 11971 ms, exit code 0
 
1022025-09-19T18:17:56.527Zstarting task 4: "build"
1032025-09-19T18:17:56.532Z+ source .github/buildomat/ci-env.sh
1042025-09-19T18:17:56.536Z++ export CARGO_TERM_COLOR=always
1052025-09-19T18:17:56.536Z++ CARGO_TERM_COLOR=always
1062025-09-19T18:17:56.536Z+ cargo --version
1072025-09-19T18:17:56.593Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-09-19T18:17:56.598Z+ rustc --version
1092025-09-19T18:17:56.668Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-09-19T18:17:56.673Z+ source ./env.sh
1112025-09-19T18:17:56.673Z++ OLD_SHELL_OPTS=ehxB
1122025-09-19T18:17:56.673Z++ set -o xtrace
1132025-09-19T18:17:56.676Z++++ dirname ./env.sh
1142025-09-19T18:17:56.679Z+++ readlink -f .
1152025-09-19T18:17:56.683Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-09-19T18:17:56.683Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-09-19T18:17:56.683Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-09-19T18:17:56.683Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192025-09-19T18:17:56.683Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202025-09-19T18:17:56.683Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212025-09-19T18:17:56.683Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222025-09-19T18:17:56.683Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232025-09-19T18:17:56.683Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242025-09-19T18:17:56.683Z++ case $OLD_SHELL_OPTS in
1252025-09-19T18:17:56.683Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-09-19T18:17:56.683Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272025-09-19T18:17:56.683Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1282025-09-19T18:17:56.683Z+ banner prerequisites
1292025-09-19T18:17:56.749Z
1302025-09-19T18:17:56.749Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-09-19T18:17:56.749Z # # # # # # # # # # # # # # #
1322025-09-19T18:17:56.749Z # # # # ##### # # ##### # # # # # #### #
1332025-09-19T18:17:56.749Z ##### ##### # ##### # # # # # # # # #
1342025-09-19T18:17:56.750Z # # # # # # # # # # # # # # #
1352025-09-19T18:17:56.750Z # # # ###### # # ###### ### # #### # #### #
1362025-09-19T18:17:56.750Z
1372025-09-19T18:17:56.750Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-09-19T18:18:08.852Z Startup: Refreshing catalog 'helios-dev' ... Done
1392025-09-19T18:18:16.654Z Startup: Caching catalogs ... Done
1402025-09-19T18:18:24.392ZPlanning: Solver setup ... Done (6.513s)
1412025-09-19T18:18:24.454ZPlanning: Running solver ... Done (0.061s)
1422025-09-19T18:18:24.558ZPlanning: Finding local manifests ... Done (0.004s)
1432025-09-19T18:18:24.572ZPlanning: Fetching manifests: 0/4 0% complete
1442025-09-19T18:18:24.714ZPlanning: Fetching manifests: 4/4 100% complete
1452025-09-19T18:18:24.764ZPlanning: Package planning ... Done (0.050s)
1462025-09-19T18:18:24.815ZPlanning: Merging actions ... Done (0.051s)
1472025-09-19T18:18:25.110ZPlanning: Checking for conflicting actions ... Done (0.295s)
1482025-09-19T18:18:25.122ZPlanning: Consolidating action changes ... Done (0.011s)
1492025-09-19T18:18:26.133ZPlanning: Evaluating mediators ... Done (1.011s)
1502025-09-19T18:18:26.142ZPlanning: Planning completed in 9.37 seconds
1512025-09-19T18:18:26.158Z Packages to install: 4
1522025-09-19T18:18:26.158Z Mediators to change: 2
1532025-09-19T18:18:26.161Z Services to change: 1
1542025-09-19T18:18:26.161Z Estimated space available: 155.49 GB
1552025-09-19T18:18:26.161ZEstimated space to be consumed: 1.72 GB
1562025-09-19T18:18:26.161Z Create boot environment: No
1572025-09-19T18:18:26.161ZCreate backup boot environment: No
1582025-09-19T18:18:26.161Z Rebuild boot archive: No
1592025-09-19T18:18:26.161Z
1602025-09-19T18:18:26.161ZChanged mediators:
1612025-09-19T18:18:26.161Z mediator clang:
1622025-09-19T18:18:26.161Z version: None -> 15 (system default)
1632025-09-19T18:18:26.161Z
1642025-09-19T18:18:26.161Z mediator llvm:
1652025-09-19T18:18:26.161Z version: 14 (system default) -> 15 (system default)
1662025-09-19T18:18:26.162Z
1672025-09-19T18:18:26.162ZChanged packages:
1682025-09-19T18:18:26.162Zhelios-dev
1692025-09-19T18:18:26.162Z developer/build-essential
1702025-09-19T18:18:26.162Z None -> 11-2.0
1712025-09-19T18:18:26.162Z library/libxmlsec1
1722025-09-19T18:18:26.162Z None -> 1.2.35-2.0
1732025-09-19T18:18:26.162Z ooce/developer/clang-15
1742025-09-19T18:18:26.162Z None -> 15.0.7-2.0
1752025-09-19T18:18:26.162Z ooce/developer/llvm-15
1762025-09-19T18:18:26.162Z None -> 15.0.7-2.0
1772025-09-19T18:18:26.162Z
1782025-09-19T18:18:26.162ZServices:
1792025-09-19T18:18:26.162Z restart_fmri:
1802025-09-19T18:18:26.162Z svc:/system/update-man-index:default
1812025-09-19T18:18:26.214Z
1822025-09-19T18:18:26.214ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832025-09-19T18:18:31.279ZDownload: 2150/3290 items 118.9/212.6MB 55% complete (24.1M/s)
1842025-09-19T18:18:37.196ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (22.8M/s)
1852025-09-19T18:18:43.429ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1862025-09-19T18:18:44.158ZDownload: Completed 212.60 MB in 17.94 seconds (11.8M/s)
1872025-09-19T18:18:44.461Z Actions: 1/3689 actions (Installing new actions)
1882025-09-19T18:18:49.032Z Actions: Completed 3689 actions in 4.57 seconds.
1892025-09-19T18:18:49.650Z Done (0.613s)
1902025-09-19T18:18:49.650Z Done (0.000s)
1912025-09-19T18:18:50.558Z Done (0.909s)
1922025-09-19T18:18:55.168Z Done (4.291s)
1932025-09-19T18:18:55.254Z Done (0.019s)
1942025-09-19T18:18:55.259Z Done (0.000s)
1952025-09-19T18:18:55.406Z Done (0.000s)
1962025-09-19T18:18:56.289ZPlanning: Evaluating mediator changes ... Done
1972025-09-19T18:18:56.453ZPlanning: Checking for conflicting actions ... Done
1982025-09-19T18:18:56.457ZPlanning: Consolidating action changes ... Done
1992025-09-19T18:18:56.750ZPlanning: Evaluating mediators ... Done
2002025-09-19T18:18:56.754ZPlanning: Planning completed in 0.44 seconds
2012025-09-19T18:18:56.767Z Mediators to change: 2
2022025-09-19T18:18:56.767Z Create boot environment: No
2032025-09-19T18:18:56.782ZCreate backup boot environment: No
2042025-09-19T18:18:56.858Z Done
2052025-09-19T18:18:56.858Z Done
2062025-09-19T18:18:57.490Z Done
2072025-09-19T18:19:01.254Z Done
2082025-09-19T18:19:01.341Z Done
2092025-09-19T18:19:01.346Z Done
2102025-09-19T18:19:01.487Z Done
2112025-09-19T18:19:02.118ZPlanning: Evaluating mediator changes ... Done
2122025-09-19T18:19:02.121ZPlanning: Merging actions ... Done
2132025-09-19T18:19:02.314ZPlanning: Checking for conflicting actions ... Done
2142025-09-19T18:19:02.317ZPlanning: Consolidating action changes ... Done
2152025-09-19T18:19:02.586ZPlanning: Evaluating mediators ... Done
2162025-09-19T18:19:02.646ZPlanning: Planning completed in 0.78 seconds
2172025-09-19T18:19:02.681Z Packages to change: 1
2182025-09-19T18:19:02.681Z Mediators to change: 1
2192025-09-19T18:19:02.686Z Services to change: 1
2202025-09-19T18:19:02.686Z Create boot environment: No
2212025-09-19T18:19:02.686ZCreate backup boot environment: Yes
2222025-09-19T18:19:05.159Z Actions: 1/6 actions (Updating modified actions)
2232025-09-19T18:19:05.162Z Actions: Completed 6 actions in 0.00 seconds.
2242025-09-19T18:19:05.162Z Done
2252025-09-19T18:19:05.162Z Done
2262025-09-19T18:19:05.345Z Done
2272025-09-19T18:19:09.165Z Done
2282025-09-19T18:19:09.256Z Done
2292025-09-19T18:19:09.260Z Done
2302025-09-19T18:19:09.401Z Done
2312025-09-19T18:19:09.864ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322025-09-19T18:19:09.864Zclang system 15 system
2332025-09-19T18:19:09.864Zcsh system system illumos
2342025-09-19T18:19:09.864Zctags system system illumos
2352025-09-19T18:19:09.864Zfile system system illumos
2362025-09-19T18:19:09.864Zgcc vendor 12 vendor
2372025-09-19T18:19:09.864Zgcc system 10 system
2382025-09-19T18:19:09.864Zgcc system 7 system
2392025-09-19T18:19:09.864Zgo system 1.20 system
2402025-09-19T18:19:09.864Zgo system 1.19 system
2412025-09-19T18:19:09.864Zllvm system 15 system
2422025-09-19T18:19:09.864Zllvm system 14 system
2432025-09-19T18:19:09.864Zmariadb system 10.6 system
2442025-09-19T18:19:09.864Zmta vendor vendor dma
2452025-09-19T18:19:09.864Zopenjdk system 17 system
2462025-09-19T18:19:09.864Zopenjdk system 11 system
2472025-09-19T18:19:09.864Zopenjdk system 1.8 system
2482025-09-19T18:19:09.864Zopenssl vendor 3 vendor
2492025-09-19T18:19:09.864Zperl system 5.36 system
2502025-09-19T18:19:09.864Zpostgresql system 15 system
2512025-09-19T18:19:09.864Zpostgresql system 13 system
2522025-09-19T18:19:09.865Zpython vendor 3 vendor
2532025-09-19T18:19:09.865Zpython system 2 system
2542025-09-19T18:19:09.865Zpython3 system 3.11 system
2552025-09-19T18:19:09.865Zruby system 3.0 system
2562025-09-19T18:19:09.865Zwords vendor vendor american-english
2572025-09-19T18:19:09.865Zwords system system australian-english
2582025-09-19T18:19:09.865Zwords system system british-english
2592025-09-19T18:19:09.865Zwords system system canadian-english
2602025-09-19T18:19:09.865Zwords system system french
2612025-09-19T18:19:09.869Zwords system system italian
2622025-09-19T18:19:09.869Zwords system system ngerman
2632025-09-19T18:19:09.869Zwords system system ogerman
2642025-09-19T18:19:09.869Zwords system system spanish
2652025-09-19T18:19:10.210ZPUBLISHER TYPE STATUS P LOCATION
2662025-09-19T18:19:10.210Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672025-09-19T18:19:15.200ZFMRI IFO
2682025-09-19T18:19:15.200Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692025-09-19T18:19:15.200Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702025-09-19T18:19:15.200Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712025-09-19T18:19:15.200Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722025-09-19T18:19:15.200Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732025-09-19T18:19:15.200Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742025-09-19T18:19:15.200Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752025-09-19T18:19:15.200Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762025-09-19T18:19:15.201Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772025-09-19T18:19:15.201Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782025-09-19T18:19:15.201Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792025-09-19T18:19:15.201Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802025-09-19T18:19:15.201Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812025-09-19T18:19:15.201Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822025-09-19T18:19:15.201Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832025-09-19T18:19:15.201Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842025-09-19T18:19:16.264Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852025-09-19T18:19:16.656Z Updating crates.io index
2862025-09-19T18:19:16.706Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872025-09-19T18:19:17.009Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882025-09-19T18:19:17.593Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892025-09-19T18:19:17.843Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2902025-09-19T18:19:18.096Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2912025-09-19T18:19:18.413Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922025-09-19T18:19:19.571Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932025-09-19T18:19:21.621Z Updating git repository `https://github.com/oxidecomputer/opte`
2942025-09-19T18:19:22.641Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952025-09-19T18:19:23.299Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962025-09-19T18:19:23.978Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972025-09-19T18:19:24.319Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982025-09-19T18:19:24.585Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992025-09-19T18:19:25.110Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002025-09-19T18:19:25.603Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012025-09-19T18:19:25.868Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022025-09-19T18:19:26.142Z Updating git repository `https://github.com/oxidecomputer/tofino`
3032025-09-19T18:19:26.407Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042025-09-19T18:19:26.652Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052025-09-19T18:19:26.887Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062025-09-19T18:19:27.138Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072025-09-19T18:19:27.435Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082025-09-19T18:19:27.890Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092025-09-19T18:19:28.193Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102025-09-19T18:19:28.473Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112025-09-19T18:19:28.977Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3122025-09-19T18:19:29.390Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132025-09-19T18:19:29.664Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142025-09-19T18:19:30.014Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152025-09-19T18:19:30.383Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162025-09-19T18:19:30.654Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172025-09-19T18:19:30.918Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182025-09-19T18:19:31.165Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192025-09-19T18:19:46.261Z Updating git repository `https://github.com/illumos/smf-rs`
3202025-09-19T18:19:47.523Z Downloading crates ...
3212025-09-19T18:19:47.585Z Downloaded anstream v0.6.18
3222025-09-19T18:19:47.589Z Downloaded cfg-if v1.0.1
3232025-09-19T18:19:47.592Z Downloaded cargo_toml v0.21.0
3242025-09-19T18:19:47.595Z Downloaded anstyle v1.0.11
3252025-09-19T18:19:47.598Z Downloaded anstyle-parse v0.2.5
3262025-09-19T18:19:47.601Z Downloaded cargo_metadata v0.21.0
3272025-09-19T18:19:47.601Z Downloaded clap v4.5.41
3282025-09-19T18:19:47.609Z Downloaded colorchoice v1.0.2
3292025-09-19T18:19:47.613Z Downloaded typeid v1.0.3
3302025-09-19T18:19:47.616Z Downloaded clap_builder v4.5.41
3312025-09-19T18:19:47.621Z Downloaded thiserror-impl v2.0.16
3322025-09-19T18:19:47.624Z Downloaded toml v0.8.23
3332025-09-19T18:19:47.627Z Downloaded usdt-impl v0.5.0
3342025-09-19T18:19:47.627Z Downloaded utf16_iter v1.0.5
3352025-09-19T18:19:47.630Z Downloaded percent-encoding v2.3.2
3362025-09-19T18:19:47.630Z Downloaded fastrand v2.1.1
3372025-09-19T18:19:47.634Z Downloaded cargo-platform v0.2.0
3382025-09-19T18:19:47.634Z Downloaded version_check v0.9.5
3392025-09-19T18:19:47.637Z Downloaded terminal_size v0.4.0
3402025-09-19T18:19:47.637Z Downloaded bitflags v2.9.1
3412025-09-19T18:19:47.641Z Downloaded write16 v1.0.0
3422025-09-19T18:19:47.644Z Downloaded zerofrom v0.1.4
3432025-09-19T18:19:47.644Z Downloaded anyhow v1.0.99
3442025-09-19T18:19:47.648Z Downloaded unicode-linebreak v0.1.5
3452025-09-19T18:19:47.660Z Downloaded displaydoc v0.2.5
3462025-09-19T18:19:47.660Z Downloaded zerovec-derive v0.10.3
3472025-09-19T18:19:47.663Z Downloaded toml_write v0.1.2
3482025-09-19T18:19:47.663Z Downloaded icu_provider v1.5.0
3492025-09-19T18:19:47.663Z Downloaded thiserror v1.0.69
3502025-09-19T18:19:47.667Z Downloaded toml_datetime v0.6.11
3512025-09-19T18:19:47.667Z Downloaded cargo-util-schemas v0.8.2
3522025-09-19T18:19:47.670Z Downloaded proc-macro-error v1.0.4
3532025-09-19T18:19:47.674Z Downloaded thiserror-impl v1.0.69
3542025-09-19T18:19:47.674Z Downloaded thiserror v2.0.16
3552025-09-19T18:19:47.679Z Downloaded zerocopy-derive v0.7.35
3562025-09-19T18:19:47.689Z Downloaded utf8parse v0.2.2
3572025-09-19T18:19:47.692Z Downloaded unicode-ident v1.0.18
3582025-09-19T18:19:47.692Z Downloaded typenum v1.17.0
3592025-09-19T18:19:47.692Z Downloaded macaddr v1.0.1
3602025-09-19T18:19:47.696Z Downloaded icu_properties v1.5.1
3612025-09-19T18:19:47.696Z Downloaded icu_locid_transform v1.5.0
3622025-09-19T18:19:47.700Z Downloaded ucd-trie v0.1.7
3632025-09-19T18:19:47.705Z Downloaded textwrap v0.16.2
3642025-09-19T18:19:47.705Z Downloaded idna_adapter v1.2.0
3652025-09-19T18:19:47.708Z Downloaded toml_edit v0.22.27
3662025-09-19T18:19:47.713Z Downloaded scroll_derive v0.12.0
3672025-09-19T18:19:47.713Z Downloaded pretty-hex v0.4.1
3682025-09-19T18:19:47.717Z Downloaded icu_provider_macros v1.5.0
3692025-09-19T18:19:47.717Z Downloaded url v2.5.4
3702025-09-19T18:19:47.717Z Downloaded ordered-float v2.10.1
3712025-09-19T18:19:47.721Z Downloaded memmap v0.7.0
3722025-09-19T18:19:47.721Z Downloaded dtrace-parser v0.2.0
3732025-09-19T18:19:47.724Z Downloaded yoke v0.7.4
3742025-09-19T18:19:47.724Z Downloaded zerovec v0.10.4
3752025-09-19T18:19:47.730Z Downloaded is_terminal_polyfill v1.70.1
3762025-09-19T18:19:47.733Z Downloaded anstyle-query v1.1.1
3772025-09-19T18:19:47.733Z Downloaded swrite v0.1.0
3782025-09-19T18:19:47.733Z Downloaded generic-array v0.14.7
3792025-09-19T18:19:47.739Z Downloaded zerocopy v0.7.35
3802025-09-19T18:19:47.750Z Downloaded winnow v0.7.10
3812025-09-19T18:19:47.759Z Downloaded stable_deref_trait v1.2.0
3822025-09-19T18:19:47.762Z Downloaded strsim v0.11.1
3832025-09-19T18:19:47.762Z Downloaded tabled v0.15.0
3842025-09-19T18:19:47.774Z Downloaded bytecount v0.6.8
3852025-09-19T18:19:47.777Z Downloaded unicode-width v0.2.0
3862025-09-19T18:19:47.781Z Downloaded tinystr v0.7.6
3872025-09-19T18:19:47.784Z Downloaded thread-id v4.2.2
3882025-09-19T18:19:47.784Z Downloaded synstructure v0.13.1
3892025-09-19T18:19:47.787Z Downloaded sha2 v0.10.9
3902025-09-19T18:19:47.788Z Downloaded quote v1.0.40
3912025-09-19T18:19:47.791Z Downloaded unicode-width v0.1.14
3922025-09-19T18:19:47.794Z Downloaded num-traits v0.2.19
3932025-09-19T18:19:47.799Z Downloaded icu_normalizer_data v1.5.0
3942025-09-19T18:19:47.799Z Downloaded serde_tokenstream v0.2.2
3952025-09-19T18:19:47.862Z Downloaded icu_normalizer v1.5.0
3962025-09-19T18:19:47.874Z Downloaded serde v1.0.223
3972025-09-19T18:19:47.874Z Downloaded camino v1.2.0
3982025-09-19T18:19:47.874Z Downloaded scroll v0.12.0
3992025-09-19T18:19:47.874Z Downloaded getrandom v0.3.1
4002025-09-19T18:19:47.874Z Downloaded ryu v1.0.18
4012025-09-19T18:19:47.874Z Downloaded proc-macro2 v1.0.101
4022025-09-19T18:19:47.874Z Downloaded icu_locid_transform_data v1.5.0
4032025-09-19T18:19:47.874Z Downloaded papergrid v0.11.0
4042025-09-19T18:19:47.874Z Downloaded semver v1.0.26
4052025-09-19T18:19:47.874Z Downloaded tabled_derive v0.7.0
4062025-09-19T18:19:47.874Z Downloaded smallvec v1.15.1
4072025-09-19T18:19:47.875Z Downloaded tempfile v3.20.0
4082025-09-19T18:19:47.875Z Downloaded serde_derive v1.0.223
4092025-09-19T18:19:47.875Z Downloaded icu_locid v1.5.0
4102025-09-19T18:19:47.875Z Downloaded plain v0.2.3
4112025-09-19T18:19:47.875Z Downloaded icu_collections v1.5.0
4122025-09-19T18:19:47.875Z Downloaded serde_core v1.0.223
4132025-09-19T18:19:47.875Z Downloaded indexmap v2.11.0
4142025-09-19T18:19:47.875Z Downloaded fnv v1.0.7
4152025-09-19T18:19:47.875Z Downloaded camino-tempfile v1.4.1
4162025-09-19T18:19:47.875Z Downloaded smawk v0.3.2
4172025-09-19T18:19:47.875Z Downloaded pest_derive v2.7.14
4182025-09-19T18:19:47.875Z Downloaded serde_spanned v0.6.9
4192025-09-19T18:19:47.875Z Downloaded serde-value v0.7.0
4202025-09-19T18:19:47.875Z Downloaded serde-untagged v0.1.7
4212025-09-19T18:19:47.875Z Downloaded itoa v1.0.11
4222025-09-19T18:19:47.875Z Downloaded heck v0.5.0
4232025-09-19T18:19:47.875Z Downloaded idna v1.0.3
4242025-09-19T18:19:47.875Z Downloaded form_urlencoded v1.2.2
4252025-09-19T18:19:47.875Z Downloaded errno v0.3.12
4262025-09-19T18:19:47.875Z Downloaded digest v0.10.7
4272025-09-19T18:19:47.875Z Downloaded proc-macro-error-attr v1.0.4
4282025-09-19T18:19:47.879Z Downloaded pest v2.7.14
4292025-09-19T18:19:47.879Z Downloaded heck v0.4.1
4302025-09-19T18:19:47.879Z Downloaded writeable v0.5.5
4312025-09-19T18:19:47.880Z Downloaded unicode-xid v0.2.6
4322025-09-19T18:19:47.880Z Downloaded pest_generator v2.7.14
4332025-09-19T18:19:47.880Z Downloaded hashbrown v0.15.4
4342025-09-19T18:19:47.883Z Downloaded fs-err v3.1.1
4352025-09-19T18:19:47.883Z Downloaded serde_json v1.0.145
4362025-09-19T18:19:47.889Z Downloaded equivalent v1.0.2
4372025-09-19T18:19:47.893Z Downloaded crypto-common v0.1.6
4382025-09-19T18:19:47.893Z Downloaded cpufeatures v0.2.14
4392025-09-19T18:19:47.893Z Downloaded erased-serde v0.4.6
4402025-09-19T18:19:47.897Z Downloaded autocfg v1.4.0
4412025-09-19T18:19:47.897Z Downloaded pest_meta v2.7.14
4422025-09-19T18:19:47.903Z Downloaded memchr v2.7.4
4432025-09-19T18:19:47.906Z Downloaded zerofrom-derive v0.1.4
4442025-09-19T18:19:47.906Z Downloaded goblin v0.8.2
4452025-09-19T18:19:47.910Z Downloaded utf8_iter v1.0.4
4462025-09-19T18:19:47.910Z Downloaded once_cell v1.21.3
4472025-09-19T18:19:47.913Z Downloaded log v0.4.27
4482025-09-19T18:19:47.913Z Downloaded litemap v0.7.3
4492025-09-19T18:19:47.917Z Downloaded dof v0.3.0
4502025-09-19T18:19:47.917Z Downloaded syn v1.0.109
4512025-09-19T18:19:47.925Z Downloaded icu_properties_data v1.5.0
4522025-09-19T18:19:47.934Z Downloaded yoke-derive v0.7.4
4532025-09-19T18:19:47.937Z Downloaded usdt-macro v0.5.0
4542025-09-19T18:19:47.938Z Downloaded usdt-attr-macro v0.5.0
4552025-09-19T18:19:47.938Z Downloaded usdt v0.5.0
4562025-09-19T18:19:47.938Z Downloaded byteorder v1.5.0
4572025-09-19T18:19:47.941Z Downloaded clap_lex v0.7.4
4582025-09-19T18:19:47.941Z Downloaded syn v2.0.106
4592025-09-19T18:19:47.949Z Downloaded clap_derive v4.5.41
4602025-09-19T18:19:47.952Z Downloaded block-buffer v0.10.4
4612025-09-19T18:19:47.956Z Downloaded rustix v0.38.37
4622025-09-19T18:19:47.974Z Downloaded rustix v1.0.7
4632025-09-19T18:19:48.010Z Downloaded libc v0.2.174
4642025-09-19T18:19:48.090Z Compiling proc-macro2 v1.0.101
4652025-09-19T18:19:48.090Z Compiling unicode-ident v1.0.18
4662025-09-19T18:19:48.093Z Compiling serde_core v1.0.223
4672025-09-19T18:19:48.093Z Compiling serde v1.0.223
4682025-09-19T18:19:48.093Z Compiling version_check v0.9.5
4692025-09-19T18:19:48.093Z Compiling libc v0.2.174
4702025-09-19T18:19:48.093Z Compiling memchr v2.7.4
4712025-09-19T18:19:48.318Z Compiling stable_deref_trait v1.2.0
4722025-09-19T18:19:48.470Z Compiling thiserror v1.0.69
4732025-09-19T18:19:49.057Z Compiling writeable v0.5.5
4742025-09-19T18:19:49.104Z Compiling ucd-trie v0.1.7
4752025-09-19T18:19:49.108Z Compiling autocfg v1.4.0
4762025-09-19T18:19:49.459Z Compiling ryu v1.0.18
4772025-09-19T18:19:49.637Z Compiling litemap v0.7.3
4782025-09-19T18:19:49.663Z Compiling itoa v1.0.11
4792025-09-19T18:19:49.833Z Compiling once_cell v1.21.3
4802025-09-19T18:19:49.915Z Compiling byteorder v1.5.0
4812025-09-19T18:19:50.234Z Compiling bitflags v2.9.1
4822025-09-19T18:19:50.260Z Compiling icu_locid_transform_data v1.5.0
4832025-09-19T18:19:50.383Z Compiling serde_json v1.0.145
4842025-09-19T18:19:50.428Z Compiling quote v1.0.40
4852025-09-19T18:19:50.592Z Compiling errno v0.3.12
4862025-09-19T18:19:50.703Z Compiling icu_properties_data v1.5.0
4872025-09-19T18:19:50.803Z Compiling num-traits v0.2.19
4882025-09-19T18:19:50.846Z Compiling syn v2.0.106
4892025-09-19T18:19:50.967Z Compiling hashbrown v0.15.4
4902025-09-19T18:19:51.080Z Compiling smallvec v1.15.1
4912025-09-19T18:19:51.107Z Compiling equivalent v1.0.2
4922025-09-19T18:19:51.244Z Compiling icu_normalizer_data v1.5.0
4932025-09-19T18:19:51.374Z Compiling write16 v1.0.0
4942025-09-19T18:19:51.483Z Compiling utf16_iter v1.0.5
4952025-09-19T18:19:51.507Z Compiling rustix v0.38.37
4962025-09-19T18:19:51.535Z Compiling typeid v1.0.3
4972025-09-19T18:19:51.538Z Compiling utf8_iter v1.0.4
4982025-09-19T18:19:52.093Z Compiling indexmap v2.11.0
4992025-09-19T18:19:52.157Z Compiling proc-macro-error-attr v1.0.4
5002025-09-19T18:19:52.185Z Compiling usdt-impl v0.5.0
5012025-09-19T18:19:52.391Z Compiling syn v1.0.109
5022025-09-19T18:19:52.417Z Compiling toml_write v0.1.2
5032025-09-19T18:19:52.498Z Compiling winnow v0.7.10
5042025-09-19T18:19:52.809Z Compiling thread-id v4.2.2
5052025-09-19T18:19:53.144Z Compiling proc-macro-error v1.0.4
5062025-09-19T18:19:53.501Z Compiling plain v0.2.3
5072025-09-19T18:19:53.527Z Compiling rustix v1.0.7
5082025-09-19T18:19:53.860Z Compiling getrandom v0.3.1
5092025-09-19T18:19:54.226Z Compiling utf8parse v0.2.2
5102025-09-19T18:19:54.258Z Compiling log v0.4.27
5112025-09-19T18:19:54.587Z Compiling percent-encoding v2.3.2
5122025-09-19T18:19:54.653Z Compiling thiserror v2.0.16
5132025-09-19T18:19:54.694Z Compiling semver v1.0.26
5142025-09-19T18:19:54.855Z Compiling camino v1.2.0
5152025-09-19T18:19:54.983Z Compiling form_urlencoded v1.2.2
5162025-09-19T18:19:55.304Z Compiling ordered-float v2.10.1
5172025-09-19T18:19:55.367Z Compiling anstyle-parse v0.2.5
5182025-09-19T18:19:55.642Z Compiling terminal_size v0.4.0
5192025-09-19T18:19:55.900Z Compiling pretty-hex v0.4.1
5202025-09-19T18:19:56.037Z Compiling colorchoice v1.0.2
5212025-09-19T18:19:56.145Z Compiling cfg-if v1.0.1
5222025-09-19T18:19:56.235Z Compiling anstyle-query v1.1.1
5232025-09-19T18:19:56.262Z Compiling is_terminal_polyfill v1.70.1
5242025-09-19T18:19:56.266Z Compiling anstyle v1.0.11
5252025-09-19T18:19:56.697Z Compiling anstream v0.6.18
5262025-09-19T18:19:56.886Z Compiling fs-err v3.1.1
5272025-09-19T18:19:56.912Z Compiling fnv v1.0.7
5282025-09-19T18:19:57.069Z Compiling bytecount v0.6.8
5292025-09-19T18:19:57.221Z Compiling heck v0.4.1
5302025-09-19T18:19:57.319Z Compiling unicode-width v0.1.14
5312025-09-19T18:19:57.344Z Compiling strsim v0.11.1
5322025-09-19T18:19:57.348Z Compiling clap_lex v0.7.4
5332025-09-19T18:19:57.667Z Compiling synstructure v0.13.1
5342025-09-19T18:19:57.821Z Compiling heck v0.5.0
5352025-09-19T18:19:57.893Z Compiling fastrand v2.1.1
5362025-09-19T18:19:58.068Z Compiling unicode-xid v0.2.6
5372025-09-19T18:19:58.290Z Compiling anyhow v1.0.99
5382025-09-19T18:19:58.570Z Compiling papergrid v0.11.0
5392025-09-19T18:19:58.790Z Compiling tempfile v3.20.0
5402025-09-19T18:19:59.011Z Compiling clap_builder v4.5.41
5412025-09-19T18:19:59.215Z Compiling memmap v0.7.0
5422025-09-19T18:19:59.366Z Compiling unicode-linebreak v0.1.5
5432025-09-19T18:19:59.601Z Compiling smawk v0.3.2
5442025-09-19T18:19:59.628Z Compiling unicode-width v0.2.0
5452025-09-19T18:19:59.884Z Compiling camino-tempfile v1.4.1
5462025-09-19T18:20:00.193Z Compiling textwrap v0.16.2
5472025-09-19T18:20:00.602Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482025-09-19T18:20:00.918Z Compiling swrite v0.1.0
5492025-09-19T18:20:00.957Z Compiling tabled_derive v0.7.0
5502025-09-19T18:20:01.698Z Compiling serde_derive v1.0.223
5512025-09-19T18:20:01.702Z Compiling zerofrom-derive v0.1.4
5522025-09-19T18:20:01.752Z Compiling yoke-derive v0.7.4
5532025-09-19T18:20:01.847Z Compiling thiserror-impl v1.0.69
5542025-09-19T18:20:01.994Z Compiling zerovec-derive v0.10.3
5552025-09-19T18:20:02.465Z Compiling displaydoc v0.2.5
5562025-09-19T18:20:04.050Z Compiling icu_provider_macros v1.5.0
5572025-09-19T18:20:04.444Z Compiling zerocopy-derive v0.7.35
5582025-09-19T18:20:04.506Z Compiling scroll_derive v0.12.0
5592025-09-19T18:20:04.977Z Compiling pest v2.7.14
5602025-09-19T18:20:05.156Z Compiling thiserror-impl v2.0.16
5612025-09-19T18:20:05.201Z Compiling zerofrom v0.1.4
5622025-09-19T18:20:05.460Z Compiling yoke v0.7.4
5632025-09-19T18:20:05.859Z Compiling zerovec v0.10.4
5642025-09-19T18:20:05.926Z Compiling scroll v0.12.0
5652025-09-19T18:20:06.412Z Compiling zerocopy v0.7.35
5662025-09-19T18:20:06.484Z Compiling goblin v0.8.2
5672025-09-19T18:20:06.572Z Compiling clap_derive v4.5.41
5682025-09-19T18:20:07.188Z Compiling tabled v0.15.0
5692025-09-19T18:20:07.801Z Compiling tinystr v0.7.6
5702025-09-19T18:20:07.864Z Compiling pest_meta v2.7.14
5712025-09-19T18:20:07.891Z Compiling icu_collections v1.5.0
5722025-09-19T18:20:08.222Z Compiling icu_locid v1.5.0
5732025-09-19T18:20:09.265Z Compiling pest_generator v2.7.14
5742025-09-19T18:20:10.270Z Compiling icu_provider v1.5.0
5752025-09-19T18:20:10.314Z Compiling toml_datetime v0.6.11
5762025-09-19T18:20:10.441Z Compiling serde_spanned v0.6.9
5772025-09-19T18:20:10.626Z Compiling dof v0.3.0
5782025-09-19T18:20:10.724Z Compiling toml_edit v0.22.27
5792025-09-19T18:20:10.860Z Compiling serde_tokenstream v0.2.2
5802025-09-19T18:20:11.185Z Compiling icu_locid_transform v1.5.0
5812025-09-19T18:20:11.249Z Compiling erased-serde v0.4.6
5822025-09-19T18:20:11.515Z Compiling serde-value v0.7.0
5832025-09-19T18:20:12.165Z Compiling cargo-platform v0.2.0
5842025-09-19T18:20:12.214Z Compiling pest_derive v2.7.14
5852025-09-19T18:20:12.430Z Compiling serde-untagged v0.1.7
5862025-09-19T18:20:12.715Z Compiling icu_properties v1.5.1
5872025-09-19T18:20:12.946Z Compiling clap v4.5.41
5882025-09-19T18:20:13.029Z Compiling macaddr v1.0.1
5892025-09-19T18:20:13.071Z Compiling dtrace-parser v0.2.0
5902025-09-19T18:20:14.133Z Compiling toml v0.8.23
5912025-09-19T18:20:14.971Z Compiling usdt-macro v0.5.0
5922025-09-19T18:20:14.974Z Compiling usdt-attr-macro v0.5.0
5932025-09-19T18:20:15.025Z Compiling cargo_toml v0.21.0
5942025-09-19T18:20:16.062Z Compiling usdt v0.5.0
5952025-09-19T18:20:16.171Z Compiling icu_normalizer v1.5.0
5962025-09-19T18:20:16.805Z Compiling idna_adapter v1.2.0
5972025-09-19T18:20:16.960Z Compiling idna v1.0.3
5982025-09-19T18:20:17.502Z Compiling url v2.5.4
5992025-09-19T18:20:18.250Z Compiling cargo-util-schemas v0.8.2
6002025-09-19T18:20:19.654Z Compiling cargo_metadata v0.21.0
6012025-09-19T18:20:21.241Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6022025-09-19T18:20:24.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
6032025-09-19T18:20:25.082Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6042025-09-19T18:20:25.806Z Downloading crates ...
6052025-09-19T18:20:25.948Z Downloaded async-trait v0.1.89
6062025-09-19T18:20:25.954Z Downloaded aead v0.5.2
6072025-09-19T18:20:25.957Z Downloaded addr2line v0.24.2
6082025-09-19T18:20:25.957Z Downloaded adler2 v2.0.0
6092025-09-19T18:20:25.964Z Downloaded group v0.13.0
6102025-09-19T18:20:25.975Z Downloaded glob v0.3.2
6112025-09-19T18:20:25.980Z Downloaded crossterm v0.28.1
6122025-09-19T18:20:25.989Z Downloaded hostname v0.4.0
6132025-09-19T18:20:25.992Z Downloaded bitflags v1.3.2
6142025-09-19T18:20:25.995Z Downloaded home v0.5.9
6152025-09-19T18:20:25.998Z Downloaded hex-literal v0.4.1
6162025-09-19T18:20:25.998Z Downloaded headers-core v0.3.0
6172025-09-19T18:20:26.002Z Downloaded headers v0.4.1
6182025-09-19T18:20:26.006Z Downloaded half v2.4.1
6192025-09-19T18:20:26.010Z Downloaded hickory-client v0.25.2
6202025-09-19T18:20:26.013Z Downloaded globset v0.4.15
6212025-09-19T18:20:26.016Z Downloaded buf-list v1.0.3
6222025-09-19T18:20:26.020Z Downloaded bumpalo v3.16.0
6232025-09-19T18:20:26.024Z Downloaded httpdate v1.0.3
6242025-09-19T18:20:26.028Z Downloaded ascii-canvas v3.0.0
6252025-09-19T18:20:26.028Z Downloaded arrayvec v0.7.6
6262025-09-19T18:20:26.032Z Downloaded bcs v0.1.6
6272025-09-19T18:20:26.035Z Downloaded bitfield-struct v0.6.2
6282025-09-19T18:20:26.035Z Downloaded cfg_aliases v0.2.1
6292025-09-19T18:20:26.038Z Downloaded bzip2 v0.4.4
6302025-09-19T18:20:26.040Z Downloaded block-padding v0.3.3
6312025-09-19T18:20:26.040Z Downloaded cancel-safe-futures v0.1.5
6322025-09-19T18:20:26.044Z Downloaded bytes v1.10.1
6332025-09-19T18:20:26.051Z Downloaded http-body v1.0.1
6342025-09-19T18:20:26.054Z Downloaded heapless v0.8.0
6352025-09-19T18:20:26.062Z Downloaded hubpack_derive v0.1.1
6362025-09-19T18:20:26.062Z Downloaded hickory-resolver v0.24.4
6372025-09-19T18:20:26.066Z Downloaded http-range v0.1.5
6382025-09-19T18:20:26.078Z Downloaded http-body-util v0.1.3
6392025-09-19T18:20:26.078Z Downloaded ipnetwork v0.21.1
6402025-09-19T18:20:26.079Z Downloaded hickory-resolver v0.25.2
6412025-09-19T18:20:26.083Z Downloaded is_ci v1.2.0
6422025-09-19T18:20:26.083Z Downloaded instant v0.1.13
6432025-09-19T18:20:26.086Z Downloaded convert_case v0.4.0
6442025-09-19T18:20:26.090Z Downloaded ciborium-ll v0.2.2
6452025-09-19T18:20:26.090Z Downloaded cipher v0.4.4
6462025-09-19T18:20:26.095Z Downloaded ident_case v1.0.1
6472025-09-19T18:20:26.095Z Downloaded progenitor-client v0.9.1
6482025-09-19T18:20:26.095Z Downloaded is-terminal v0.4.13
6492025-09-19T18:20:26.099Z Downloaded instability v0.3.2
6502025-09-19T18:20:26.099Z Downloaded internet-checksum v0.2.1
6512025-09-19T18:20:26.101Z Downloaded lru v0.12.5
6522025-09-19T18:20:26.105Z Downloaded blowfish v0.9.1
6532025-09-19T18:20:26.105Z Downloaded impl-trait-for-tuples v0.2.2
6542025-09-19T18:20:26.108Z Downloaded progenitor-client v0.8.0
6552025-09-19T18:20:26.111Z Downloaded cobs v0.2.3
6562025-09-19T18:20:26.111Z Downloaded libscf-sys v1.1.0
6572025-09-19T18:20:26.115Z Downloaded progenitor-client v0.10.0
6582025-09-19T18:20:26.118Z Downloaded kstat-rs v0.2.4
6592025-09-19T18:20:26.118Z Downloaded constant_time_eq v0.3.1
6602025-09-19T18:20:26.122Z Downloaded crossbeam-deque v0.8.5
6612025-09-19T18:20:26.122Z Downloaded lazy_static v1.5.0
6622025-09-19T18:20:26.125Z Downloaded crc v3.2.1
6632025-09-19T18:20:26.128Z Downloaded linked-hash-map v0.5.6
6642025-09-19T18:20:26.131Z Downloaded libz-rs-sys v0.5.1
6652025-09-19T18:20:26.135Z Downloaded lru-cache v0.1.2
6662025-09-19T18:20:26.135Z Downloaded chacha20 v0.9.1
6672025-09-19T18:20:26.137Z Downloaded ppv-lite86 v0.2.20
6682025-09-19T18:20:26.140Z Downloaded libsw v3.5.0
6692025-09-19T18:20:26.143Z Downloaded indoc v1.0.9
6702025-09-19T18:20:26.146Z Downloaded bit-vec v0.8.0
6712025-09-19T18:20:26.149Z Downloaded argon2 v0.5.3
6722025-09-19T18:20:26.166Z Downloaded serde_spanned v1.0.0
6732025-09-19T18:20:26.169Z Downloaded rfc6979 v0.4.0
6742025-09-19T18:20:26.172Z Downloaded resolv-conf v0.7.0
6752025-09-19T18:20:26.172Z Downloaded rand_chacha v0.9.0
6762025-09-19T18:20:26.175Z Downloaded psl-types v2.0.11
6772025-09-19T18:20:26.178Z Downloaded progenitor-client v0.11.0
6782025-09-19T18:20:26.178Z Downloaded async-bb8-diesel v0.2.1
6792025-09-19T18:20:26.181Z Downloaded semver v0.1.20
6802025-09-19T18:20:26.186Z Downloaded scopeguard v1.2.0
6812025-09-19T18:20:26.189Z Downloaded cookie_store v0.21.1
6822025-09-19T18:20:26.189Z Downloaded unarray v0.1.4
6832025-09-19T18:20:26.191Z Downloaded iana-time-zone v0.1.63
6842025-09-19T18:20:26.195Z Downloaded waitgroup v0.1.2
6852025-09-19T18:20:26.198Z Downloaded jobserver v0.1.32
6862025-09-19T18:20:26.201Z Downloaded hyper-rustls v0.27.7
6872025-09-19T18:20:26.203Z Downloaded httparse v1.9.5
6882025-09-19T18:20:26.207Z Downloaded const_format_proc_macros v0.2.34
6892025-09-19T18:20:26.210Z Downloaded xshell-macros v0.2.7
6902025-09-19T18:20:26.213Z Downloaded spki v0.7.3
6912025-09-19T18:20:26.216Z Downloaded slog-bunyan v2.5.0
6922025-09-19T18:20:26.216Z Downloaded shell-words v1.1.0
6932025-09-19T18:20:26.219Z Downloaded zone_cfg_derive v0.1.2
6942025-09-19T18:20:26.219Z Downloaded tabwriter v1.4.0
6952025-09-19T18:20:26.223Z Downloaded tabled_derive v0.11.0
6962025-09-19T18:20:26.226Z Downloaded rand_core v0.9.3
6972025-09-19T18:20:26.226Z Downloaded strum_macros v0.27.1
6982025-09-19T18:20:26.229Z Downloaded strum_macros v0.26.4
6992025-09-19T18:20:26.232Z Downloaded flagset v0.4.6
7002025-09-19T18:20:26.235Z Downloaded sync_wrapper v1.0.1
7012025-09-19T18:20:26.240Z Downloaded stringprep v0.1.5
7022025-09-19T18:20:26.243Z Downloaded thread_local v1.1.8
7032025-09-19T18:20:26.244Z Downloaded curve25519-dalek-derive v0.1.1
7042025-09-19T18:20:26.244Z Downloaded foreign-types v0.3.2
7052025-09-19T18:20:26.247Z Downloaded tokio-rustls v0.25.0
7062025-09-19T18:20:26.251Z Downloaded litrs v0.4.1
7072025-09-19T18:20:26.254Z Downloaded tokio-macros v2.5.0
7082025-09-19T18:20:26.254Z Downloaded tls_codec_derive v0.4.1
7092025-09-19T18:20:26.258Z Downloaded hickory-server v0.25.2
7102025-09-19T18:20:26.261Z Downloaded md5 v0.7.0
7112025-09-19T18:20:26.264Z Downloaded match_cfg v0.1.0
7122025-09-19T18:20:26.265Z Downloaded hashbrown v0.16.0
7132025-09-19T18:20:26.271Z Downloaded md-5 v0.10.6
7142025-09-19T18:20:26.274Z Downloaded openssl-probe v0.1.5
7152025-09-19T18:20:26.277Z Downloaded defmt-parser v0.3.4
7162025-09-19T18:20:26.280Z Downloaded typify-macro v0.4.3
7172025-09-19T18:20:26.280Z Downloaded tui-tree-widget v0.23.1
7182025-09-19T18:20:26.283Z Downloaded peg-runtime v0.8.5
7192025-09-19T18:20:26.283Z Downloaded fixedbitset v0.5.7
7202025-09-19T18:20:26.286Z Downloaded fxhash v0.2.1
7212025-09-19T18:20:26.288Z Downloaded ecdsa v0.16.9
7222025-09-19T18:20:26.291Z Downloaded gethostname v0.5.0
7232025-09-19T18:20:26.294Z Downloaded packed_struct_codegen v0.10.1
7242025-09-19T18:20:26.297Z Downloaded slab v0.4.9
7252025-09-19T18:20:26.297Z Downloaded tokio-rustls v0.26.0
7262025-09-19T18:20:26.300Z Downloaded ignore v0.4.23
7272025-09-19T18:20:26.303Z Downloaded walkdir v2.5.0
7282025-09-19T18:20:26.306Z Downloaded unicase v2.7.0
7292025-09-19T18:20:26.309Z Downloaded ron v0.7.1
7302025-09-19T18:20:26.314Z Downloaded progenitor-macro v0.9.1
7312025-09-19T18:20:26.316Z Downloaded daft v0.1.4
7322025-09-19T18:20:26.319Z Downloaded rustc-hash v1.1.0
7332025-09-19T18:20:26.323Z Downloaded foreign-types v0.5.0
7342025-09-19T18:20:26.323Z Downloaded enum-as-inner v0.6.1
7352025-09-19T18:20:26.326Z Downloaded sigpipe v0.1.3
7362025-09-19T18:20:26.326Z Downloaded serde_cbor v0.11.2
7372025-09-19T18:20:26.331Z Downloaded ciborium v0.2.2
7382025-09-19T18:20:26.334Z Downloaded derive_builder_core v0.20.2
7392025-09-19T18:20:26.338Z Downloaded tokio-rustls v0.24.1
7402025-09-19T18:20:26.342Z Downloaded take_mut v0.2.2
7412025-09-19T18:20:26.345Z Downloaded signature v2.2.0
7422025-09-19T18:20:26.345Z Downloaded sqlparser_derive v0.2.2
7432025-09-19T18:20:26.348Z Downloaded serde-big-array v0.5.1
7442025-09-19T18:20:26.349Z Downloaded pem v3.0.5
7452025-09-19T18:20:26.352Z Downloaded allocator-api2 v0.2.21
7462025-09-19T18:20:26.357Z Downloaded tap v1.0.1
7472025-09-19T18:20:26.360Z Downloaded progenitor-macro v0.11.0
7482025-09-19T18:20:26.360Z Downloaded progenitor-macro v0.10.0
7492025-09-19T18:20:26.360Z Downloaded progenitor-macro v0.8.0
7502025-09-19T18:20:26.363Z Downloaded pkg-config v0.3.31
7512025-09-19T18:20:26.363Z Downloaded password-hash v0.5.0
7522025-09-19T18:20:26.366Z Downloaded ghash v0.5.1
7532025-09-19T18:20:26.369Z Downloaded futures-task v0.3.31
7542025-09-19T18:20:26.372Z Downloaded rustc-hash v2.1.1
7552025-09-19T18:20:26.372Z Downloaded ron v0.8.1
7562025-09-19T18:20:26.378Z Downloaded rustc_version v0.4.1
7572025-09-19T18:20:26.381Z Downloaded proc-macro-crate v1.3.1
7582025-09-19T18:20:26.384Z Downloaded signal-hook-tokio v0.3.1
7592025-09-19T18:20:26.384Z Downloaded serde_bytes v0.11.17
7602025-09-19T18:20:26.387Z Downloaded zone_cfg_derive v0.3.0
7612025-09-19T18:20:26.387Z Downloaded compact_str v0.8.0
7622025-09-19T18:20:26.392Z Downloaded cstr-argument v0.1.2
7632025-09-19T18:20:26.402Z Downloaded strum_macros v0.24.3
7642025-09-19T18:20:26.405Z Downloaded pin-project-internal v1.1.6
7652025-09-19T18:20:26.405Z Downloaded const_format v0.2.34
7662025-09-19T18:20:26.405Z Downloaded hyper-util v0.1.16
7672025-09-19T18:20:26.412Z Downloaded unicode-bidi v0.3.17
7682025-09-19T18:20:26.415Z Downloaded signal-hook-registry v1.4.2
7692025-09-19T18:20:26.418Z Downloaded arc-swap v1.7.1
7702025-09-19T18:20:26.422Z Downloaded new_debug_unreachable v1.0.6
7712025-09-19T18:20:26.426Z Downloaded xattr v1.3.1
7722025-09-19T18:20:26.429Z Downloaded num_enum_derive v0.5.11
7732025-09-19T18:20:26.429Z Downloaded backtrace v0.3.74
7742025-09-19T18:20:26.435Z Downloaded ctr v0.9.2
7752025-09-19T18:20:26.438Z Downloaded wyz v0.5.1
7762025-09-19T18:20:26.441Z Downloaded serde_derive_internals v0.29.1
7772025-09-19T18:20:26.445Z Downloaded derive_more v2.0.1
7782025-09-19T18:20:26.452Z Downloaded elliptic-curve v0.13.8
7792025-09-19T18:20:26.456Z Downloaded darling v0.20.10
7802025-09-19T18:20:26.462Z Downloaded rsa v0.9.6
7812025-09-19T18:20:26.468Z Downloaded http v1.3.1
7822025-09-19T18:20:26.473Z Downloaded pretty-hex v0.2.1
7832025-09-19T18:20:26.476Z Downloaded futures-executor v0.3.31
7842025-09-19T18:20:26.479Z Downloaded nanorand v0.7.0
7852025-09-19T18:20:26.482Z Downloaded progenitor v0.9.1
7862025-09-19T18:20:26.485Z Downloaded testing_table v0.3.0
7872025-09-19T18:20:26.485Z Downloaded serde_urlencoded v0.7.1
7882025-09-19T18:20:26.488Z Downloaded termtree v0.5.1
7892025-09-19T18:20:26.492Z Downloaded ed25519 v2.2.3
7902025-09-19T18:20:26.495Z Downloaded russh-keys v0.45.0
7912025-09-19T18:20:26.498Z Downloaded opaque-debug v0.3.1
7922025-09-19T18:20:26.498Z Downloaded quick-error v1.2.3
7932025-09-19T18:20:26.501Z Downloaded num v0.4.3
7942025-09-19T18:20:26.501Z Downloaded derive_more-impl v2.0.1
7952025-09-19T18:20:26.507Z Downloaded progenitor v0.11.0
7962025-09-19T18:20:26.511Z Downloaded tokio-tungstenite v0.23.1
7972025-09-19T18:20:26.514Z Downloaded untrusted v0.7.1
7982025-09-19T18:20:26.517Z Downloaded progenitor-impl v0.10.0
7992025-09-19T18:20:26.520Z Downloaded env_logger v0.11.5
8002025-09-19T18:20:26.523Z Downloaded topological-sort v0.2.2
8012025-09-19T18:20:26.526Z Downloaded void v1.0.2
8022025-09-19T18:20:26.526Z Downloaded parse-display-derive v0.10.0
8032025-09-19T18:20:26.530Z Downloaded foreign-types-shared v0.3.1
8042025-09-19T18:20:26.530Z Downloaded foreign-types-shared v0.1.1
8052025-09-19T18:20:26.533Z Downloaded native-tls v0.2.12
8062025-09-19T18:20:26.536Z Downloaded signal-hook-mio v0.2.4
8072025-09-19T18:20:26.536Z Downloaded newline-converter v0.3.0
8082025-09-19T18:20:26.539Z Downloaded sqlformat v0.3.5
8092025-09-19T18:20:26.542Z Downloaded peg v0.8.5
8102025-09-19T18:20:26.546Z Downloaded vte v0.11.1
8112025-09-19T18:20:26.549Z Downloaded der_derive v0.7.3
8122025-09-19T18:20:26.552Z Downloaded number_prefix v0.4.0
8132025-09-19T18:20:26.552Z Downloaded num_threads v0.1.7
8142025-09-19T18:20:26.556Z Downloaded subprocess v0.2.9
8152025-09-19T18:20:26.559Z Downloaded shlex v1.3.0
8162025-09-19T18:20:26.562Z Downloaded normalize-line-endings v0.3.0
8172025-09-19T18:20:26.562Z Downloaded progenitor v0.10.0
8182025-09-19T18:20:26.566Z Downloaded futures-channel v0.3.31
8192025-09-19T18:20:26.569Z Downloaded parse-size v1.1.0
8202025-09-19T18:20:26.569Z Downloaded papergrid v0.17.0
8212025-09-19T18:20:26.574Z Downloaded pbkdf2 v0.12.2
8222025-09-19T18:20:26.578Z Downloaded pin-project v1.1.6
8232025-09-19T18:20:26.590Z Downloaded predicates-core v1.0.8
8242025-09-19T18:20:26.593Z Downloaded precomputed-hash v0.1.1
8252025-09-19T18:20:26.593Z Downloaded zone v0.1.8
8262025-09-19T18:20:26.597Z Downloaded which v4.4.2
8272025-09-19T18:20:26.597Z Downloaded toml_writer v1.0.2
8282025-09-19T18:20:26.600Z Downloaded pkcs1 v0.7.5
8292025-09-19T18:20:26.603Z Downloaded itertools v0.14.0
8302025-09-19T18:20:26.611Z Downloaded utf-8 v0.7.6
8312025-09-19T18:20:26.614Z Downloaded darling_macro v0.20.10
8322025-09-19T18:20:26.614Z Downloaded tower-service v0.3.3
8332025-09-19T18:20:26.618Z Downloaded rcgen v0.12.1
8342025-09-19T18:20:26.621Z Downloaded tower-layer v0.3.3
8352025-09-19T18:20:26.624Z Downloaded yasna v0.5.2
8362025-09-19T18:20:26.624Z Downloaded foreign-types-macros v0.2.3
8372025-09-19T18:20:26.627Z Downloaded filetime v0.2.25
8382025-09-19T18:20:26.631Z Downloaded darling_macro v0.21.0
8392025-09-19T18:20:26.631Z Downloaded pbkdf2 v0.11.0
8402025-09-19T18:20:26.634Z Downloaded foldhash v0.2.0
8412025-09-19T18:20:26.637Z Downloaded num-conv v0.1.0
8422025-09-19T18:20:26.637Z Downloaded hyper v1.7.0
8432025-09-19T18:20:26.645Z Downloaded siphasher v1.0.1
8442025-09-19T18:20:26.648Z Downloaded rustversion v1.0.17
8452025-09-19T18:20:26.651Z Downloaded snafu-derive v0.8.5
8462025-09-19T18:20:26.654Z Downloaded xz2 v0.1.7
8472025-09-19T18:20:26.657Z Downloaded ssh-encoding v0.2.0
8482025-09-19T18:20:26.660Z Downloaded termcolor v1.4.1
8492025-09-19T18:20:26.661Z Downloaded phf_shared v0.12.1
8502025-09-19T18:20:26.664Z Downloaded siphasher v0.3.11
8512025-09-19T18:20:26.667Z Downloaded time-core v0.1.2
8522025-09-19T18:20:26.667Z Downloaded sync-ptr v0.1.4
8532025-09-19T18:20:26.670Z Downloaded secrecy v0.8.0
8542025-09-19T18:20:26.673Z Downloaded foldhash v0.1.5
8552025-09-19T18:20:26.673Z Downloaded fixedbitset v0.4.2
8562025-09-19T18:20:26.677Z Downloaded rustyline v14.0.0
8572025-09-19T18:20:26.680Z Downloaded hkdf v0.12.4
8582025-09-19T18:20:26.684Z Downloaded h2 v0.4.6
8592025-09-19T18:20:26.692Z Downloaded num-derive v0.3.3
8602025-09-19T18:20:26.695Z Downloaded steno v0.4.1
8612025-09-19T18:20:26.699Z Downloaded crunchy v0.2.2
8622025-09-19T18:20:26.702Z Downloaded predicates-tree v1.0.12
8632025-09-19T18:20:26.705Z Downloaded dirs-sys-next v0.1.2
8642025-09-19T18:20:26.705Z Downloaded num-rational v0.4.2
8652025-09-19T18:20:26.708Z Downloaded quinn-udp v0.5.5
8662025-09-19T18:20:26.711Z Downloaded parking_lot_core v0.9.10
8672025-09-19T18:20:26.714Z Downloaded tungstenite v0.23.0
8682025-09-19T18:20:26.718Z Downloaded term v1.1.0
8692025-09-19T18:20:26.721Z Downloaded try-lock v0.2.5
8702025-09-19T18:20:26.725Z Downloaded rayon-core v1.12.1
8712025-09-19T18:20:26.728Z Downloaded termios v0.3.3
8722025-09-19T18:20:26.731Z Downloaded fs_extra v1.3.0
8732025-09-19T18:20:26.737Z Downloaded oso-derive v0.27.3
8742025-09-19T18:20:26.737Z Downloaded strum v0.27.2
8752025-09-19T18:20:26.741Z Downloaded parking_lot_core v0.8.6
8762025-09-19T18:20:26.741Z Downloaded time-macros v0.2.18
8772025-09-19T18:20:26.744Z Downloaded dropshot_endpoint v0.16.4
8782025-09-19T18:20:26.747Z Downloaded deranged v0.3.11
8792025-09-19T18:20:26.750Z Downloaded defmt-macros v0.3.9
8802025-09-19T18:20:26.753Z Downloaded strum v0.26.3
8812025-09-19T18:20:26.757Z Downloaded wait-timeout v0.2.0
8822025-09-19T18:20:26.757Z Downloaded tinyvec_macros v0.1.1
8832025-09-19T18:20:26.760Z Downloaded supports-color v3.0.2
8842025-09-19T18:20:26.760Z Downloaded subtle v2.6.1
8852025-09-19T18:20:26.763Z Downloaded zip v0.6.6
8862025-09-19T18:20:26.767Z Downloaded newtype_derive v0.1.6
8872025-09-19T18:20:26.770Z Downloaded diesel_table_macro_syntax v0.2.0
8882025-09-19T18:20:26.770Z Downloaded want v0.3.1
8892025-09-19T18:20:26.773Z Downloaded oxide-tokio-rt v0.1.2
8902025-09-19T18:20:26.776Z Downloaded nibble_vec v0.1.0
8912025-09-19T18:20:26.776Z Downloaded x509-cert v0.2.5
8922025-09-19T18:20:26.783Z Downloaded tracing-attributes v0.1.27
8932025-09-19T18:20:26.787Z Downloaded dirs-next v2.0.0
8942025-09-19T18:20:26.790Z Downloaded p256 v0.13.2
8952025-09-19T18:20:26.793Z Downloaded vte_generate_state_changes v0.1.2
8962025-09-19T18:20:26.797Z Downloaded qorb v0.4.1
8972025-09-19T18:20:26.800Z Downloaded derive-ex v0.1.8
8982025-09-19T18:20:26.803Z Downloaded rustls-pemfile v1.0.4
8992025-09-19T18:20:26.806Z Downloaded rtoolbox v0.0.2
9002025-09-19T18:20:26.806Z Downloaded funty v2.0.0
9012025-09-19T18:20:26.811Z Downloaded defmt v0.3.8
9022025-09-19T18:20:26.814Z Downloaded rustls-pemfile v2.2.0
9032025-09-19T18:20:26.817Z Downloaded slog-envlogger v2.2.0
9042025-09-19T18:20:26.817Z Downloaded serde_plain v1.0.2
9052025-09-19T18:20:26.820Z Downloaded serde_path_to_error v0.1.17
9062025-09-19T18:20:26.821Z Downloaded secrecy v0.10.3
9072025-09-19T18:20:26.824Z Downloaded memoffset v0.9.1
9082025-09-19T18:20:26.824Z Downloaded darling v0.21.0
9092025-09-19T18:20:26.829Z Downloaded phf v0.12.1
9102025-09-19T18:20:26.832Z Downloaded slog-scope v4.4.0
9112025-09-19T18:20:26.836Z Downloaded flate2 v1.1.2
9122025-09-19T18:20:26.839Z Downloaded unicode-truncate v1.1.0
9132025-09-19T18:20:26.842Z Downloaded pin-utils v0.1.0
9142025-09-19T18:20:26.846Z Downloaded embedded-io v0.4.0
9152025-09-19T18:20:26.846Z Downloaded des v0.8.1
9162025-09-19T18:20:26.850Z Downloaded structmeta v0.3.0
9172025-09-19T18:20:26.850Z Downloaded string_cache v0.8.9
9182025-09-19T18:20:26.853Z Downloaded slog-json v2.6.1
9192025-09-19T18:20:26.853Z Downloaded lalrpop v0.19.12
9202025-09-19T18:20:26.866Z Downloaded embedded-io v0.6.1
9212025-09-19T18:20:26.872Z Downloaded mime v0.3.17
9222025-09-19T18:20:26.872Z Downloaded memmap2 v0.9.5
9232025-09-19T18:20:26.872Z Downloaded zstd-safe v7.2.3
9242025-09-19T18:20:26.876Z Downloaded difflib v0.4.0
9252025-09-19T18:20:26.876Z Downloaded same-file v1.0.6
9262025-09-19T18:20:26.879Z Downloaded flume v0.11.1
9272025-09-19T18:20:26.905Z Downloaded yansi v1.0.1
9282025-09-19T18:20:26.905Z Downloaded unsafe-libyaml v0.2.11
9292025-09-19T18:20:26.905Z Downloaded blake3 v1.5.4
9302025-09-19T18:20:26.905Z Downloaded smf v0.2.3
9312025-09-19T18:20:26.905Z Downloaded aes-gcm v0.10.3
9322025-09-19T18:20:26.905Z Downloaded zstd v0.13.3
9332025-09-19T18:20:26.909Z Downloaded zerocopy-derive v0.8.26
9342025-09-19T18:20:26.912Z Downloaded scheduled-thread-pool v0.2.7
9352025-09-19T18:20:26.915Z Downloaded phf_shared v0.11.2
9362025-09-19T18:20:26.916Z Downloaded mime_guess v2.0.5
9372025-09-19T18:20:26.922Z Downloaded num-complex v0.4.6
9382025-09-19T18:20:26.922Z Downloaded darling_core v0.20.10
9392025-09-19T18:20:26.925Z Downloaded newtype-uuid v1.2.4
9402025-09-19T18:20:26.928Z Downloaded quick-xml v0.37.2
9412025-09-19T18:20:26.932Z Downloaded reqwest v0.12.22
9422025-09-19T18:20:26.941Z Downloaded tls_codec v0.4.1
9432025-09-19T18:20:26.944Z Downloaded bindgen v0.71.1
9442025-09-19T18:20:26.951Z Downloaded uzers v0.12.1
9452025-09-19T18:20:26.954Z Downloaded r2d2 v0.8.10
9462025-09-19T18:20:26.960Z Downloaded miniz_oxide v0.8.5
9472025-09-19T18:20:26.960Z Downloaded snafu v0.8.5
9482025-09-19T18:20:26.964Z Downloaded serde_with_macros v3.14.0
9492025-09-19T18:20:26.967Z Downloaded typify v0.3.0
9502025-09-19T18:20:26.971Z Downloaded diff v0.1.13
9512025-09-19T18:20:26.975Z Downloaded p521 v0.13.3
9522025-09-19T18:20:26.978Z Downloaded der v0.7.9
9532025-09-19T18:20:26.983Z Downloaded tough v0.20.0
9542025-09-19T18:20:26.992Z Downloaded value-bag v1.9.0
9552025-09-19T18:20:26.996Z Downloaded env_logger v0.10.2
9562025-09-19T18:20:27.000Z Downloaded fatfs v0.3.6
9572025-09-19T18:20:27.004Z Downloaded winnow v0.6.26
9582025-09-19T18:20:27.012Z Downloaded tokio-util v0.7.15
9592025-09-19T18:20:27.020Z Downloaded zip v4.2.0
9602025-09-19T18:20:27.024Z Downloaded regex v1.11.1
9612025-09-19T18:20:27.039Z Downloaded tokio-stream v0.1.17
9622025-09-19T18:20:27.045Z Downloaded bindgen v0.69.5
9632025-09-19T18:20:27.050Z Downloaded tracing v0.1.40
9642025-09-19T18:20:27.055Z Downloaded unicode_categories v0.1.1
9652025-09-19T18:20:27.059Z Downloaded num-bigint-dig v0.8.4
9662025-09-19T18:20:27.062Z Downloaded samael v0.0.19
9672025-09-19T18:20:27.069Z Downloaded sqlparser v0.45.0
9682025-09-19T18:20:27.074Z Downloaded winnow v0.5.40
9692025-09-19T18:20:27.083Z Downloaded mio v1.0.2
9702025-09-19T18:20:27.089Z Downloaded git2 v0.19.0
9712025-09-19T18:20:27.097Z Downloaded chrono v0.4.41
9722025-09-19T18:20:27.105Z Downloaded tabled v0.20.0
9732025-09-19T18:20:27.123Z Downloaded unicode-segmentation v1.12.0
9742025-09-19T18:20:27.126Z Downloaded minimal-lexical v0.2.1
9752025-09-19T18:20:27.130Z Downloaded nom v7.1.3
9762025-09-19T18:20:27.136Z Downloaded rand v0.9.2
9772025-09-19T18:20:27.140Z Downloaded rand v0.8.5
9782025-09-19T18:20:27.143Z Downloaded p384 v0.13.0
9792025-09-19T18:20:27.150Z Downloaded tower-http v0.6.6
9802025-09-19T18:20:27.159Z Downloaded rustls-webpki v0.101.7
9812025-09-19T18:20:27.175Z Downloaded zlib-rs v0.5.1
9822025-09-19T18:20:27.179Z Downloaded rustls-webpki v0.102.8
9832025-09-19T18:20:27.199Z Downloaded ssh-key v0.6.6
9842025-09-19T18:20:27.205Z Downloaded polar-core v0.27.3
9852025-09-19T18:20:27.213Z Downloaded moka v0.12.10
9862025-09-19T18:20:27.224Z Downloaded rayon v1.10.0
9872025-09-19T18:20:27.233Z Downloaded hickory-proto v0.25.2
9882025-09-19T18:20:27.249Z Downloaded salty v0.3.0
9892025-09-19T18:20:27.256Z Downloaded bstr v1.10.0
9902025-09-19T18:20:27.266Z Downloaded curve25519-dalek v4.1.3
9912025-09-19T18:20:27.274Z Downloaded zerocopy v0.8.26
9922025-09-19T18:20:27.296Z Downloaded serde_with v3.14.0
9932025-09-19T18:20:27.308Z Downloaded petname v2.0.2
9942025-09-19T18:20:27.315Z Downloaded smoltcp v0.9.1
9952025-09-19T18:20:27.325Z Downloaded object v0.30.4
9962025-09-19T18:20:27.337Z Downloaded nix v0.27.1
9972025-09-19T18:20:27.346Z Downloaded radix_trie v0.2.1
9982025-09-19T18:20:27.351Z Downloaded regress v0.10.4
9992025-09-19T18:20:27.359Z Downloaded regex-syntax v0.6.29
10002025-09-19T18:20:27.366Z Downloaded nix v0.29.0
10012025-09-19T18:20:27.379Z Downloaded typify-impl v0.3.0
10022025-09-19T18:20:27.393Z Downloaded object v0.36.5
10032025-09-19T18:20:27.407Z Downloaded nix v0.30.1
10042025-09-19T18:20:27.415Z Downloaded sled v0.34.7
10052025-09-19T18:20:27.425Z Downloaded webpki-roots v1.0.1
10062025-09-19T18:20:27.429Z Downloaded rustls v0.21.12
10072025-09-19T18:20:27.441Z Downloaded nix v0.28.0
10082025-09-19T18:20:27.453Z Downloaded rustls v0.22.4
10092025-09-19T18:20:27.465Z Downloaded openssl v0.10.73
10102025-09-19T18:20:27.474Z Downloaded gimli v0.31.1
10112025-09-19T18:20:27.481Z Downloaded russh v0.45.0
10122025-09-19T18:20:27.487Z Downloaded rustls v0.23.19
10132025-09-19T18:20:27.499Z Downloaded dropshot v0.16.4
10142025-09-19T18:20:27.520Z Downloaded regex-syntax v0.8.5
10152025-09-19T18:20:27.527Z Downloaded jiff v0.2.15
10162025-09-19T18:20:27.543Z Downloaded smoltcp v0.11.0
10172025-09-19T18:20:27.555Z Downloaded regex-automata v0.4.8
10182025-09-19T18:20:27.572Z Downloaded openapiv3 v2.2.0
10192025-09-19T18:20:27.582Z Downloaded petgraph v0.6.5
10202025-09-19T18:20:27.598Z Downloaded typify-impl v0.2.0
10212025-09-19T18:20:27.610Z Downloaded typify-impl v0.4.3
10222025-09-19T18:20:27.623Z Downloaded zerocopy-derive v0.6.6
10232025-09-19T18:20:27.632Z Downloaded libz-sys v1.1.20
10242025-09-19T18:20:27.652Z Downloaded lzma-sys v0.1.20
10252025-09-19T18:20:27.677Z Downloaded bzip2-sys v0.1.13+1.0.8
10262025-09-19T18:20:27.688Z Downloaded diesel v2.2.12
10272025-09-19T18:20:27.705Z Downloaded ratatui v0.29.0
10282025-09-19T18:20:27.723Z Downloaded tabled v0.18.0
10292025-09-19T18:20:27.738Z Downloaded petgraph v0.8.2
10302025-09-19T18:20:27.757Z Downloaded proptest v1.7.0
10312025-09-19T18:20:27.765Z Downloaded tower v0.5.2
10322025-09-19T18:20:27.774Z Downloaded aws-lc-rs v1.12.4
10332025-09-19T18:20:27.782Z Downloaded vcpkg v0.2.15
10342025-09-19T18:20:27.819Z Downloaded reedline v0.40.0
10352025-09-19T18:20:27.825Z Downloaded portable-atomic v1.11.0
10362025-09-19T18:20:27.831Z Downloaded crypto-bigint v0.5.5
10372025-09-19T18:20:27.837Z Downloaded futures-util v0.3.31
10382025-09-19T18:20:27.848Z Downloaded chrono-tz v0.10.4
10392025-09-19T18:20:27.863Z Downloaded schemars v0.8.22
10402025-09-19T18:20:27.874Z Downloaded pin-project-lite v0.2.14
10412025-09-19T18:20:27.878Z Downloaded sha3 v0.10.8
10422025-09-19T18:20:27.882Z Downloaded typify v0.2.0
10432025-09-19T18:20:27.885Z Downloaded toml_parser v1.0.2
10442025-09-19T18:20:27.889Z Downloaded tokio v1.47.0
10452025-09-19T18:20:27.922Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10462025-09-19T18:20:27.937Z Downloaded ref-cast-impl v1.0.24
10472025-09-19T18:20:27.940Z Downloaded csv v1.3.1
10482025-09-19T18:20:27.954Z Downloaded pkcs8 v0.10.2
10492025-09-19T18:20:27.957Z Downloaded rustls-native-certs v0.8.1
10502025-09-19T18:20:27.961Z Downloaded omicron-zone-package v0.12.2
10512025-09-19T18:20:27.964Z Downloaded parking_lot v0.12.3
10522025-09-19T18:20:27.967Z Downloaded oso v0.27.3
10532025-09-19T18:20:27.970Z Downloaded darling_core v0.21.0
10542025-09-19T18:20:27.973Z Downloaded num-bigint v0.4.6
10552025-09-19T18:20:27.977Z Downloaded typed-path v0.9.3
10562025-09-19T18:20:27.983Z Downloaded radium v0.7.0
10572025-09-19T18:20:27.986Z Downloaded fallible-iterator v0.2.0
10582025-09-19T18:20:27.986Z Downloaded tracing-core v0.1.32
10592025-09-19T18:20:27.989Z Downloaded rustls-pki-types v1.10.0
10602025-09-19T18:20:27.993Z Downloaded similar v2.7.0
10612025-09-19T18:20:27.996Z Downloaded serde_yaml v0.9.34+deprecated
10622025-09-19T18:20:27.999Z Downloaded quinn-proto v0.11.8
10632025-09-19T18:20:28.003Z Downloaded tinyvec v1.8.0
10642025-09-19T18:20:28.006Z Downloaded slog-stdlog v4.1.1
10652025-09-19T18:20:28.010Z Downloaded publicsuffix v2.3.0
10662025-09-19T18:20:28.010Z Downloaded num-iter v0.1.45
10672025-09-19T18:20:28.013Z Downloaded num-integer v0.1.46
10682025-09-19T18:20:28.013Z Downloaded ff v0.13.0
10692025-09-19T18:20:28.017Z Downloaded fd-lock v4.0.2
10702025-09-19T18:20:28.017Z Downloaded parking_lot v0.11.2
10712025-09-19T18:20:28.020Z Downloaded ed25519-dalek v2.1.1
10722025-09-19T18:20:28.020Z Downloaded phf v0.11.2
10732025-09-19T18:20:28.023Z Downloaded nodrop v0.1.14
10742025-09-19T18:20:28.024Z Downloaded aho-corasick v1.1.3
10752025-09-19T18:20:28.027Z Downloaded postgres-types v0.2.9
10762025-09-19T18:20:28.030Z Downloaded postgres-protocol v0.6.8
10772025-09-19T18:20:28.033Z Downloaded postcard v1.0.10
10782025-09-19T18:20:28.036Z Downloaded expectorate v1.2.0
10792025-09-19T18:20:28.036Z Downloaded unit-prefix v0.5.1
10802025-09-19T18:20:28.036Z Downloaded ena v0.14.3
10812025-09-19T18:20:28.040Z Downloaded structmeta-derive v0.3.0
10822025-09-19T18:20:28.040Z Downloaded tiny-keccak v2.0.2
10832025-09-19T18:20:28.043Z Downloaded uuid v1.18.1
10842025-09-19T18:20:28.046Z Downloaded libgit2-sys v0.17.0+1.8.1
10852025-09-19T18:20:28.094Z Downloaded num-derive v0.4.2
10862025-09-19T18:20:28.097Z Downloaded packed_struct v0.10.1
10872025-09-19T18:20:28.097Z Downloaded encoding_rs v0.8.34
10882025-09-19T18:20:28.115Z Downloaded prefix-trie v0.7.0
10892025-09-19T18:20:28.120Z Downloaded either v1.15.0
10902025-09-19T18:20:28.123Z Downloaded crossterm v0.29.0
10912025-09-19T18:20:28.126Z Downloaded fs-err v2.11.0
10922025-09-19T18:20:28.129Z Downloaded universal-hash v0.5.1
10932025-09-19T18:20:28.129Z Downloaded tagptr v0.2.0
10942025-09-19T18:20:28.129Z Downloaded signal-hook v0.3.18
10952025-09-19T18:20:28.132Z Downloaded toml_edit v0.19.15
10962025-09-19T18:20:28.148Z Downloaded unicode-normalization v0.1.24
10972025-09-19T18:20:28.153Z Downloaded ring v0.17.14
10982025-09-19T18:20:28.186Z Downloaded itertools v0.13.0
10992025-09-19T18:20:28.191Z Downloaded debug-ignore v1.0.5
11002025-09-19T18:20:28.195Z Downloaded data-encoding v2.9.0
11012025-09-19T18:20:28.195Z Downloaded untrusted v0.9.0
11022025-09-19T18:20:28.198Z Downloaded progenitor-impl v0.8.0
11032025-09-19T18:20:28.198Z Downloaded serde_repr v0.1.19
11042025-09-19T18:20:28.203Z Downloaded ref-cast v1.0.24
11052025-09-19T18:20:28.203Z Downloaded rand_xorshift v0.4.0
11062025-09-19T18:20:28.206Z Downloaded rand_chacha v0.3.1
11072025-09-19T18:20:28.206Z Downloaded rand_seeder v0.4.0
11082025-09-19T18:20:28.206Z Downloaded paste v1.0.15
11092025-09-19T18:20:28.210Z Downloaded xshell v0.2.7
11102025-09-19T18:20:28.211Z Downloaded diesel_derives v2.2.3
11112025-09-19T18:20:28.214Z Downloaded slog-dtrace v0.3.0
11122025-09-19T18:20:28.214Z Downloaded iri-string v0.7.8
11132025-09-19T18:20:28.219Z Downloaded rusty-fork v0.3.0
11142025-09-19T18:20:28.223Z Downloaded twox-hash v2.1.0
11152025-09-19T18:20:28.223Z Downloaded test-strategy v0.4.3
11162025-09-19T18:20:28.226Z Downloaded progenitor-impl v0.11.0
11172025-09-19T18:20:28.230Z Downloaded prettyplease v0.2.36
11182025-09-19T18:20:28.233Z Downloaded pretty_assertions v1.4.1
11192025-09-19T18:20:28.233Z Downloaded oxnet v0.1.3
11202025-09-19T18:20:28.236Z Downloaded term v0.7.0
11212025-09-19T18:20:28.239Z Downloaded crucible-workspace-hack v0.1.0
11222025-09-19T18:20:28.239Z Downloaded predicates v3.1.3
11232025-09-19T18:20:28.242Z Downloaded dunce v1.0.5
11242025-09-19T18:20:28.242Z Downloaded dsl_auto_type v0.1.2
11252025-09-19T18:20:28.242Z Downloaded progenitor-impl v0.9.1
11262025-09-19T18:20:28.245Z Downloaded proc-macro-error2 v2.0.1
11272025-09-19T18:20:28.245Z Downloaded pkcs5 v0.7.1
11282025-09-19T18:20:28.248Z Downloaded zopfli v0.8.1
11292025-09-19T18:20:28.251Z Downloaded tokio-postgres v0.7.13
11302025-09-19T18:20:28.255Z Downloaded time v0.3.36
11312025-09-19T18:20:28.261Z Downloaded itertools v0.12.1
11322025-09-19T18:20:28.266Z Downloaded ssh-cipher v0.2.0
11332025-09-19T18:20:28.269Z Downloaded simd-adler32 v0.3.7
11342025-09-19T18:20:28.269Z Downloaded typify v0.4.3
11352025-09-19T18:20:28.273Z Downloaded libxml v0.3.3
11362025-09-19T18:20:28.277Z Downloaded iddqd v0.3.13
11372025-09-19T18:20:28.283Z Downloaded path-slash v0.1.5
11382025-09-19T18:20:28.286Z Downloaded dyn-clone v1.0.20
11392025-09-19T18:20:28.286Z Downloaded zeroize_derive v1.4.2
11402025-09-19T18:20:28.286Z Downloaded zeroize v1.8.1
11412025-09-19T18:20:28.289Z Downloaded support-bundle-viewer v0.1.2
11422025-09-19T18:20:28.289Z Downloaded owo-colors v4.2.2
11432025-09-19T18:20:28.294Z Downloaded toml v0.9.5
11442025-09-19T18:20:28.297Z Downloaded papergrid v0.14.0
11452025-09-19T18:20:28.300Z Downloaded nu-ansi-term v0.50.1
11462025-09-19T18:20:28.300Z Downloaded rpassword v7.4.0
11472025-09-19T18:20:28.303Z Downloaded proc-macro-error-attr2 v2.0.0
11482025-09-19T18:20:28.303Z Downloaded openssl-sys v0.9.109
11492025-09-19T18:20:28.306Z Downloaded cc v1.2.30
11502025-09-19T18:20:28.310Z Downloaded multer v3.1.0
11512025-09-19T18:20:28.314Z Downloaded unicode-properties v0.1.3
11522025-09-19T18:20:28.317Z Downloaded parse-display v0.10.0
11532025-09-19T18:20:28.318Z Downloaded sec1 v0.7.3
11542025-09-19T18:20:28.318Z Downloaded scrypt v0.11.0
11552025-09-19T18:20:28.318Z Downloaded float-cmp v0.10.0
11562025-09-19T18:20:28.321Z Downloaded toml v0.7.8
11572025-09-19T18:20:28.321Z Downloaded tar v0.4.44
11582025-09-19T18:20:28.324Z Downloaded derive-where v1.5.0
11592025-09-19T18:20:28.327Z Downloaded tokio-tungstenite v0.21.0
11602025-09-19T18:20:28.331Z Downloaded peg-macros v0.8.5
11612025-09-19T18:20:28.331Z Downloaded derive_more v0.99.20
11622025-09-19T18:20:28.334Z Downloaded csv-core v0.1.11
11632025-09-19T18:20:28.337Z Downloaded vsss-rs v3.3.4
11642025-09-19T18:20:28.340Z Downloaded pem-rfc7468 v0.7.0
11652025-09-19T18:20:28.340Z Downloaded num_enum v0.5.11
11662025-09-19T18:20:28.343Z Downloaded document-features v0.2.11
11672025-09-19T18:20:28.347Z Downloaded display-error-chain v0.2.2
11682025-09-19T18:20:28.347Z Downloaded diesel-dtrace v0.4.2
11692025-09-19T18:20:28.347Z Downloaded futures v0.3.31
11702025-09-19T18:20:28.350Z Downloaded tungstenite v0.21.0
11712025-09-19T18:20:28.354Z Downloaded libm v0.2.8
11722025-09-19T18:20:28.360Z Downloaded itertools v0.10.5
11732025-09-19T18:20:28.365Z Downloaded futures-core v0.3.31
11742025-09-19T18:20:28.368Z Downloaded float-ord v0.3.2
11752025-09-19T18:20:28.368Z Downloaded whoami v1.5.2
11762025-09-19T18:20:28.371Z Downloaded crossbeam-channel v0.5.15
11772025-09-19T18:20:28.374Z Downloaded hashbrown v0.12.3
11782025-09-19T18:20:28.377Z Downloaded aes v0.8.4
11792025-09-19T18:20:28.380Z Downloaded sct v0.7.1
11802025-09-19T18:20:28.383Z Downloaded password-hash v0.4.2
11812025-09-19T18:20:28.383Z Downloaded zerocopy v0.6.6
11822025-09-19T18:20:28.386Z Downloaded multimap v0.10.1
11832025-09-19T18:20:28.386Z Downloaded thiserror-no-std v2.0.2
11842025-09-19T18:20:28.390Z Downloaded thiserror-impl-no-std v2.0.2
11852025-09-19T18:20:28.393Z Downloaded typify-macro v0.3.0
11862025-09-19T18:20:28.393Z Downloaded typify-macro v0.2.0
11872025-09-19T18:20:28.393Z Downloaded toml_datetime v0.7.0
11882025-09-19T18:20:28.396Z Downloaded static_assertions v1.1.0
11892025-09-19T18:20:28.396Z Downloaded smallvec v0.6.14
11902025-09-19T18:20:28.396Z Downloaded slog-term v2.9.2
11912025-09-19T18:20:28.399Z Downloaded rustc-demangle v0.1.24
11922025-09-19T18:20:28.399Z Downloaded getrandom v0.2.15
11932025-09-19T18:20:28.404Z Downloaded vergen v8.3.2
11942025-09-19T18:20:28.414Z Downloaded socket2 v0.5.10
11952025-09-19T18:20:28.414Z Downloaded chacha20poly1305 v0.10.1
11962025-09-19T18:20:28.418Z Downloaded base64 v0.21.7
11972025-09-19T18:20:28.418Z Downloaded base64 v0.22.1
11982025-09-19T18:20:28.418Z Downloaded serde-hex v0.1.0
11992025-09-19T18:20:28.418Z Downloaded quinn v0.11.5
12002025-09-19T18:20:28.421Z Downloaded rustc_version v0.1.7
12012025-09-19T18:20:28.421Z Downloaded derive_builder v0.20.2
12022025-09-19T18:20:28.424Z Downloaded daft-derive v0.1.4
12032025-09-19T18:20:28.427Z Downloaded socket2 v0.6.0
12042025-09-19T18:20:28.430Z Downloaded futures-sink v0.3.31
12052025-09-19T18:20:28.430Z Downloaded futures-macro v0.3.31
12062025-09-19T18:20:28.430Z Downloaded futures-io v0.3.31
12072025-09-19T18:20:28.430Z Downloaded jiff-static v0.2.15
12082025-09-19T18:20:28.434Z Downloaded indicatif v0.17.11
12092025-09-19T18:20:28.437Z Downloaded indicatif v0.18.0
12102025-09-19T18:20:28.440Z Downloaded managed v0.8.0
12112025-09-19T18:20:28.440Z Downloaded base64 v0.13.1
12122025-09-19T18:20:28.443Z Downloaded russh-cryptovec v0.7.3
12132025-09-19T18:20:28.446Z Downloaded maybe-uninit v2.0.0
12142025-09-19T18:20:28.446Z Downloaded maplit v1.0.2
12152025-09-19T18:20:28.446Z Downloaded lzss v0.8.2
12162025-09-19T18:20:28.449Z Downloaded slog v2.7.0
12172025-09-19T18:20:28.449Z Downloaded crc-any v2.5.0
12182025-09-19T18:20:28.452Z Downloaded olpc-cjson v0.1.4
12192025-09-19T18:20:28.453Z Downloaded env_filter v0.1.2
12202025-09-19T18:20:28.457Z Downloaded derive_builder_macro v0.20.2
12212025-09-19T18:20:28.457Z Downloaded zone v0.3.1
12222025-09-19T18:20:28.457Z Downloaded tokio-native-tls v0.3.1
12232025-09-19T18:20:28.461Z Downloaded tokio-dtrace v0.1.0
12242025-09-19T18:20:28.461Z Downloaded ingot v0.1.1
12252025-09-19T18:20:28.461Z Downloaded openssl-macros v0.1.1
12262025-09-19T18:20:28.461Z Downloaded tabled_derive v0.10.0
12272025-09-19T18:20:28.461Z Downloaded spin v0.9.8
12282025-09-19T18:20:28.464Z Downloaded crossbeam-utils v0.8.21
12292025-09-19T18:20:28.467Z Downloaded crossbeam-epoch v0.9.18
12302025-09-19T18:20:28.467Z Downloaded const-oid v0.9.6
12312025-09-19T18:20:28.470Z Downloaded hashbrown v0.13.2
12322025-09-19T18:20:28.474Z Downloaded cookie v0.18.1
12332025-09-19T18:20:28.474Z Downloaded clang-sys v1.8.1
12342025-09-19T18:20:28.477Z Downloaded blake2 v0.10.6
12352025-09-19T18:20:28.480Z Downloaded hickory-proto v0.24.4
12362025-09-19T18:20:28.491Z Downloaded indexmap v1.9.3
12372025-09-19T18:20:28.496Z Downloaded endian-type v0.1.2
12382025-09-19T18:20:28.496Z Downloaded strip-ansi-escapes v0.2.0
12392025-09-19T18:20:28.499Z Downloaded poly1305 v0.8.0
12402025-09-19T18:20:28.499Z Downloaded rand_core v0.6.4
12412025-09-19T18:20:28.499Z Downloaded console v0.16.0
12422025-09-19T18:20:28.502Z Downloaded lockfree-object-pool v0.1.6
12432025-09-19T18:20:28.505Z Downloaded ingot-types v0.1.2
12442025-09-19T18:20:28.505Z Downloaded ingot-macros v0.1.1
12452025-09-19T18:20:28.505Z Downloaded hyper-staticfile v0.10.1
12462025-09-19T18:20:28.509Z Downloaded sha1 v0.10.6
12472025-09-19T18:20:28.509Z Downloaded ahash v0.8.12
12482025-09-19T18:20:28.512Z Downloaded slog-async v2.8.0
12492025-09-19T18:20:28.512Z Downloaded schemars_derive v0.8.22
12502025-09-19T18:20:28.515Z Downloaded crc32fast v1.4.2
12512025-09-19T18:20:28.515Z Downloaded cargo_metadata v0.18.1
12522025-09-19T18:20:28.518Z Downloaded camino-tempfile-ext v0.3.2
12532025-09-19T18:20:28.518Z Downloaded backoff v0.4.0
12542025-09-19T18:20:28.522Z Downloaded base64ct v1.6.0
12552025-09-19T18:20:28.522Z Downloaded console v0.15.10
12562025-09-19T18:20:28.525Z Downloaded salsa20 v0.10.2
12572025-09-19T18:20:28.526Z Downloaded convert_case v0.7.1
12582025-09-19T18:20:28.529Z Downloaded lock_api v0.4.12
12592025-09-19T18:20:28.529Z Downloaded libloading v0.8.5
12602025-09-19T18:20:28.532Z Downloaded ipnet v2.11.0
12612025-09-19T18:20:28.533Z Downloaded progenitor v0.8.0
12622025-09-19T18:20:28.533Z Downloaded primeorder v0.13.6
12632025-09-19T18:20:28.537Z Downloaded powerfmt v0.2.0
12642025-09-19T18:20:28.538Z Downloaded polyval v0.6.2
12652025-09-19T18:20:28.538Z Downloaded libsw-core v0.3.1
12662025-09-19T18:20:28.541Z Downloaded libefi-sys v0.1.0
12672025-09-19T18:20:28.541Z Downloaded lalrpop-util v0.19.12
12682025-09-19T18:20:28.541Z Downloaded keccak v0.1.5
12692025-09-19T18:20:28.541Z Downloaded indent_write v2.2.0
12702025-09-19T18:20:28.544Z Downloaded colored v2.2.0
12712025-09-19T18:20:28.547Z Downloaded cmake v0.1.51
12722025-09-19T18:20:28.547Z Downloaded cbc v0.1.2
12732025-09-19T18:20:28.547Z Downloaded cassowary v0.3.0
12742025-09-19T18:20:28.551Z Downloaded linear-map v1.2.0
12752025-09-19T18:20:28.551Z Downloaded critical-section v1.1.3
12762025-09-19T18:20:28.555Z Downloaded crc-catalog v2.4.0
12772025-09-19T18:20:28.555Z Downloaded lazycell v1.3.0
12782025-09-19T18:20:28.555Z Downloaded indoc v2.0.6
12792025-09-19T18:20:28.560Z Downloaded hyper-tls v0.6.0
12802025-09-19T18:20:28.560Z Downloaded cexpr v0.6.0
12812025-09-19T18:20:28.560Z Downloaded base16ct v0.2.0
12822025-09-19T18:20:28.560Z Downloaded castaway v0.2.3
12832025-09-19T18:20:28.564Z Downloaded atomic-waker v1.1.2
12842025-09-19T18:20:28.564Z Downloaded atomicwrites v0.4.4
12852025-09-19T18:20:28.564Z Downloaded assert_matches v1.5.0
12862025-09-19T18:20:28.564Z Downloaded inout v0.1.3
12872025-09-19T18:20:28.567Z Downloaded humantime v2.2.0
12882025-09-19T18:20:28.567Z Downloaded hash32 v0.3.1
12892025-09-19T18:20:28.567Z Downloaded cargo-platform v0.1.8
12902025-09-19T18:20:28.594Z Downloaded bit-set v0.5.3
12912025-09-19T18:20:28.594Z Downloaded async-stream v0.3.6
12922025-09-19T18:20:28.594Z Downloaded async-recursion v1.1.1
12932025-09-19T18:20:28.594Z Downloaded arrayref v0.3.9
12942025-09-19T18:20:28.594Z Downloaded array-init v0.0.4
12952025-09-19T18:20:28.594Z Downloaded hex v0.4.3
12962025-09-19T18:20:28.594Z Downloaded half v1.8.3
12972025-09-19T18:20:28.594Z Downloaded crc8 v0.1.1
12982025-09-19T18:20:28.594Z Downloaded ciborium-io v0.2.2
12992025-09-19T18:20:28.594Z Downloaded cfg_aliases v0.1.1
13002025-09-19T18:20:28.594Z Downloaded hostname v0.3.1
13012025-09-19T18:20:28.594Z Downloaded atty v0.2.14
13022025-09-19T18:20:28.594Z Downloaded hubpack v0.1.2
13032025-09-19T18:20:28.594Z Downloaded highway v1.3.0
13042025-09-19T18:20:28.594Z Downloaded heck v0.3.3
13052025-09-19T18:20:28.594Z Downloaded hash32 v0.2.1
13062025-09-19T18:20:28.594Z Downloaded globwalk v0.9.1
13072025-09-19T18:20:28.594Z Downloaded bzip2 v0.5.2
13082025-09-19T18:20:28.594Z Downloaded bitvec v1.0.1
13092025-09-19T18:20:28.604Z Downloaded bitfield v0.14.0
13102025-09-19T18:20:28.607Z Downloaded bit-vec v0.6.3
13112025-09-19T18:20:28.607Z Downloaded bit-set v0.8.0
13122025-09-19T18:20:28.610Z Downloaded bcrypt-pbkdf v0.10.0
13132025-09-19T18:20:28.611Z Downloaded hmac v0.12.1
13142025-09-19T18:20:28.611Z Downloaded bb8 v0.8.5
13152025-09-19T18:20:28.614Z Downloaded heapless v0.7.17
13162025-09-19T18:20:28.617Z Downloaded async-stream-impl v0.3.6
13172025-09-19T18:20:28.840Z Downloaded aws-lc-sys v0.26.0
13182025-09-19T18:20:29.134Z Compiling value-bag v1.9.0
13192025-09-19T18:20:29.134Z Compiling shlex v1.3.0
13202025-09-19T18:20:29.134Z Compiling lock_api v0.4.12
13212025-09-19T18:20:29.137Z Compiling scopeguard v1.2.0
13222025-09-19T18:20:29.138Z Compiling typenum v1.17.0
13232025-09-19T18:20:29.138Z Compiling syn v2.0.106
13242025-09-19T18:20:29.331Z Compiling getrandom v0.2.15
13252025-09-19T18:20:29.331Z Compiling jobserver v0.1.32
13262025-09-19T18:20:29.659Z Compiling rand_core v0.6.4
13272025-09-19T18:20:29.800Z Compiling cc v1.2.30
13282025-09-19T18:20:29.896Z Compiling generic-array v0.14.7
13292025-09-19T18:20:30.072Z Compiling log v0.4.27
13302025-09-19T18:20:30.169Z Compiling smallvec v1.15.1
13312025-09-19T18:20:30.237Z Compiling portable-atomic v1.11.0
13322025-09-19T18:20:30.320Z Compiling subtle v2.6.1
13332025-09-19T18:20:30.341Z Compiling critical-section v1.1.3
13342025-09-19T18:20:30.513Z Compiling const-oid v0.9.6
13352025-09-19T18:20:30.598Z Compiling pkg-config v0.3.31
13362025-09-19T18:20:30.709Z Compiling pin-project-lite v0.2.14
13372025-09-19T18:20:30.859Z Compiling parking_lot_core v0.9.10
13382025-09-19T18:20:30.882Z Compiling rustix v0.38.37
13392025-09-19T18:20:31.801Z Compiling signal-hook-registry v1.4.2
13402025-09-19T18:20:31.835Z Compiling parking_lot v0.12.3
13412025-09-19T18:20:31.874Z Compiling mio v1.0.2
13422025-09-19T18:20:31.960Z Compiling futures-core v0.3.31
13432025-09-19T18:20:32.250Z Compiling spin v0.9.8
13442025-09-19T18:20:32.519Z Compiling once_cell v1.21.3
13452025-09-19T18:20:32.604Z Compiling libm v0.2.8
13462025-09-19T18:20:32.641Z Compiling socket2 v0.6.0
13472025-09-19T18:20:32.681Z Compiling slab v0.4.9
13482025-09-19T18:20:32.709Z Compiling aho-corasick v1.1.3
13492025-09-19T18:20:32.928Z Compiling num-traits v0.2.19
13502025-09-19T18:20:32.979Z Compiling allocator-api2 v0.2.21
13512025-09-19T18:20:33.023Z Compiling serde_json v1.0.145
13522025-09-19T18:20:33.044Z Compiling foldhash v0.1.5
13532025-09-19T18:20:33.287Z Compiling cpufeatures v0.2.14
13542025-09-19T18:20:33.378Z Compiling getrandom v0.3.1
13552025-09-19T18:20:33.401Z Compiling regex-syntax v0.8.5
13562025-09-19T18:20:33.714Z Compiling hashbrown v0.15.4
13572025-09-19T18:20:33.735Z Compiling glob v0.3.2
13582025-09-19T18:20:33.824Z Compiling futures-sink v0.3.31
13592025-09-19T18:20:34.001Z Compiling either v1.15.0
13602025-09-19T18:20:34.133Z Compiling percent-encoding v2.3.2
13612025-09-19T18:20:34.490Z Compiling futures-channel v0.3.31
13622025-09-19T18:20:34.637Z Compiling clang-sys v1.8.1
13632025-09-19T18:20:35.139Z Compiling prettyplease v0.2.36
13642025-09-19T18:20:35.245Z Compiling futures-io v0.3.31
13652025-09-19T18:20:35.330Z Compiling futures-task v0.3.31
13662025-09-19T18:20:35.493Z Compiling pin-utils v0.1.0
13672025-09-19T18:20:35.600Z Compiling lazy_static v1.5.0
13682025-09-19T18:20:35.623Z Compiling minimal-lexical v0.2.1
13692025-09-19T18:20:35.623Z Compiling libloading v0.8.5
13702025-09-19T18:20:35.755Z Compiling base64ct v1.6.0
13712025-09-19T18:20:36.032Z Compiling home v0.5.9
13722025-09-19T18:20:36.152Z Compiling nom v7.1.3
13732025-09-19T18:20:36.279Z Compiling bindgen v0.69.5
13742025-09-19T18:20:36.348Z Compiling pem-rfc7468 v0.7.0
13752025-09-19T18:20:36.967Z Compiling synstructure v0.13.1
13762025-09-19T18:20:37.016Z Compiling regex-automata v0.4.8
13772025-09-19T18:20:37.663Z Compiling itertools v0.12.1
13782025-09-19T18:20:38.372Z Compiling lazycell v1.3.0
13792025-09-19T18:20:38.567Z Compiling rustc-hash v1.1.0
13802025-09-19T18:20:38.748Z Compiling flagset v0.4.6
13812025-09-19T18:20:38.986Z Compiling cmake v0.1.51
13822025-09-19T18:20:39.210Z Compiling cexpr v0.6.0
13832025-09-19T18:20:39.469Z Compiling fs_extra v1.3.0
13842025-09-19T18:20:39.865Z Compiling dunce v1.0.5
13852025-09-19T18:20:40.009Z Compiling form_urlencoded v1.2.2
13862025-09-19T18:20:40.013Z Compiling paste v1.0.15
13872025-09-19T18:20:40.224Z Compiling vcpkg v0.2.15
13882025-09-19T18:20:40.333Z Compiling iana-time-zone v0.1.63
13892025-09-19T18:20:40.558Z Compiling ring v0.17.14
13902025-09-19T18:20:40.706Z Compiling tracing-core v0.1.32
13912025-09-19T18:20:40.765Z Compiling aws-lc-rs v1.12.4
13922025-09-19T18:20:41.225Z Compiling base64 v0.22.1
13932025-09-19T18:20:41.708Z Compiling tinyvec_macros v0.1.1
13942025-09-19T18:20:41.798Z Compiling rustversion v1.0.17
13952025-09-19T18:20:41.862Z Compiling rustls-pki-types v1.10.0
13962025-09-19T18:20:41.880Z Compiling serde_derive v1.0.223
13972025-09-19T18:20:41.884Z Compiling zeroize_derive v1.4.2
13982025-09-19T18:20:41.920Z Compiling zerofrom-derive v0.1.4
13992025-09-19T18:20:42.487Z Compiling yoke-derive v0.7.4
14002025-09-19T18:20:42.762Z Compiling zerovec-derive v0.10.3
14012025-09-19T18:20:43.272Z Compiling zeroize v1.8.1
14022025-09-19T18:20:45.044Z Compiling crypto-common v0.1.6
14032025-09-19T18:20:45.064Z Compiling block-buffer v0.10.4
14042025-09-19T18:20:45.248Z Compiling displaydoc v0.2.5
14052025-09-19T18:20:45.272Z Compiling zerocopy-derive v0.7.35
14062025-09-19T18:20:45.316Z Compiling digest v0.10.7
14072025-09-19T18:20:45.346Z Compiling zerofrom v0.1.4
14082025-09-19T18:20:45.569Z Compiling yoke v0.7.4
14092025-09-19T18:20:45.782Z Compiling tokio-macros v2.5.0
14102025-09-19T18:20:45.942Z Compiling zerovec v0.10.4
14112025-09-19T18:20:46.685Z Compiling hmac v0.12.1
14122025-09-19T18:20:46.761Z Compiling icu_provider_macros v1.5.0
14132025-09-19T18:20:46.933Z Compiling block-padding v0.3.3
14142025-09-19T18:20:47.018Z Compiling futures-macro v0.3.31
14152025-09-19T18:20:47.123Z Compiling sha2 v0.10.9
14162025-09-19T18:20:47.145Z Compiling inout v0.1.3
14172025-09-19T18:20:47.166Z Compiling zerocopy v0.7.35
14182025-09-19T18:20:47.198Z Compiling regex v1.11.1
14192025-09-19T18:20:47.433Z Compiling cipher v0.4.4
14202025-09-19T18:20:47.813Z Compiling tinystr v0.7.6
14212025-09-19T18:20:47.907Z Compiling icu_collections v1.5.0
14222025-09-19T18:20:47.935Z Compiling der_derive v0.7.3
14232025-09-19T18:20:48.170Z Compiling icu_locid v1.5.0
14242025-09-19T18:20:48.191Z Compiling thiserror-impl v1.0.69
14252025-09-19T18:20:48.582Z Compiling ppv-lite86 v0.2.20
14262025-09-19T18:20:48.804Z Compiling futures-util v0.3.31
14272025-09-19T18:20:48.984Z Compiling serde v1.0.223
14282025-09-19T18:20:49.133Z Compiling salsa20 v0.10.2
14292025-09-19T18:20:49.410Z Compiling icu_provider v1.5.0
14302025-09-19T18:20:49.446Z Compiling pbkdf2 v0.12.2
14312025-09-19T18:20:49.642Z Compiling scrypt v0.11.0
14322025-09-19T18:20:50.164Z Compiling icu_locid_transform v1.5.0
14332025-09-19T18:20:50.187Z Compiling bitflags v2.9.1
14342025-09-19T18:20:50.297Z Compiling bytes v1.10.1
14352025-09-19T18:20:50.322Z Compiling semver v1.0.26
14362025-09-19T18:20:50.403Z Compiling indexmap v2.11.0
14372025-09-19T18:20:50.660Z Compiling der v0.7.9
14382025-09-19T18:20:51.040Z Compiling rustc_version v0.4.1
14392025-09-19T18:20:51.250Z Compiling thiserror v1.0.69
14402025-09-19T18:20:51.425Z Compiling tokio v1.47.0
14412025-09-19T18:20:51.684Z Compiling icu_properties v1.5.1
14422025-09-19T18:20:51.704Z Compiling http v1.3.1
14432025-09-19T18:20:51.908Z Compiling aes v0.8.4
14442025-09-19T18:20:52.499Z Compiling cbc v0.1.2
14452025-09-19T18:20:52.796Z Compiling spki v0.7.3
14462025-09-19T18:20:53.244Z Compiling openssl-sys v0.9.109
14472025-09-19T18:20:53.657Z Compiling pkcs5 v0.7.1
14482025-09-19T18:20:53.843Z Compiling pest v2.7.14
14492025-09-19T18:20:54.236Z Compiling chrono v0.4.41
14502025-09-19T18:20:54.316Z Compiling which v4.4.2
14512025-09-19T18:20:54.880Z Compiling uuid v1.18.1
14522025-09-19T18:20:54.910Z Compiling tracing-attributes v0.1.27
14532025-09-19T18:20:55.421Z Compiling icu_normalizer v1.5.0
14542025-09-19T18:20:56.315Z Compiling idna_adapter v1.2.0
14552025-09-19T18:20:56.403Z Compiling pest_meta v2.7.14
14562025-09-19T18:20:56.574Z Compiling idna v1.0.3
14572025-09-19T18:20:56.794Z Compiling pkcs8 v0.10.2
14582025-09-19T18:20:57.115Z Compiling http-body v1.0.1
14592025-09-19T18:20:57.385Z Compiling url v2.5.4
14602025-09-19T18:20:57.451Z Compiling scroll_derive v0.12.0
14612025-09-19T18:20:57.664Z Compiling httparse v1.9.5
14622025-09-19T18:20:58.102Z Compiling pest_generator v2.7.14
14632025-09-19T18:20:58.140Z Compiling tracing v0.1.40
14642025-09-19T18:20:58.547Z Compiling tinyvec v1.8.0
14652025-09-19T18:20:58.659Z Compiling serde_derive_internals v0.29.1
14662025-09-19T18:20:58.826Z Compiling scroll v0.12.0
14672025-09-19T18:20:59.135Z Compiling rand_core v0.9.3
14682025-09-19T18:20:59.425Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14692025-09-19T18:20:59.758Z Compiling bzip2-sys v0.1.13+1.0.8
14702025-09-19T18:20:59.892Z Compiling untrusted v0.9.0
14712025-09-19T18:21:00.088Z Compiling tokio-util v0.7.15
14722025-09-19T18:21:00.109Z Compiling adler2 v2.0.0
14732025-09-19T18:21:00.204Z Compiling openssl v0.10.73
14742025-09-19T18:21:00.277Z Compiling time-core v0.1.2
14752025-09-19T18:21:00.320Z Compiling atomic-waker v1.1.2
14762025-09-19T18:21:00.470Z Compiling tower-service v0.3.3
14772025-09-19T18:21:00.529Z Compiling schemars v0.8.22
14782025-09-19T18:21:00.620Z Compiling try-lock v0.2.5
14792025-09-19T18:21:00.655Z Compiling num-conv v0.1.0
14802025-09-19T18:21:00.674Z Compiling openssl-probe v0.1.5
14812025-09-19T18:21:00.800Z Compiling untrusted v0.7.1
14822025-09-19T18:21:00.888Z Compiling powerfmt v0.2.0
14832025-09-19T18:21:00.892Z Compiling foreign-types-shared v0.1.1
14842025-09-19T18:21:00.944Z Compiling time-macros v0.2.18
14852025-09-19T18:21:00.999Z Compiling schemars_derive v0.8.22
14862025-09-19T18:21:01.021Z Compiling foreign-types v0.3.2
14872025-09-19T18:21:01.044Z Compiling want v0.3.1
14882025-09-19T18:21:01.137Z Compiling goblin v0.8.2
14892025-09-19T18:21:01.251Z Compiling deranged v0.3.11
14902025-09-19T18:21:01.332Z Compiling pest_derive v2.7.14
14912025-09-19T18:21:02.180Z Compiling h2 v0.4.6
14922025-09-19T18:21:02.737Z Compiling miniz_oxide v0.8.5
14932025-09-19T18:21:04.021Z Compiling rand_chacha v0.9.0
14942025-09-19T18:21:05.546Z Compiling ipnet v2.11.0
14952025-09-19T18:21:06.168Z Compiling openssl-macros v0.1.1
14962025-09-19T18:21:06.655Z Compiling httpdate v1.0.3
14972025-09-19T18:21:06.679Z Compiling native-tls v0.2.12
14982025-09-19T18:21:06.918Z Compiling zerocopy v0.8.26
14992025-09-19T18:21:07.056Z Compiling crossbeam-utils v0.8.21
15002025-09-19T18:21:07.088Z Compiling num_threads v0.1.7
15012025-09-19T18:21:07.247Z Compiling syn v1.0.109
15022025-09-19T18:21:07.568Z Compiling rustls v0.23.19
15032025-09-19T18:21:07.729Z Compiling dyn-clone v1.0.20
15042025-09-19T18:21:07.991Z Compiling time v0.3.36
15052025-09-19T18:21:08.009Z Compiling dof v0.3.0
15062025-09-19T18:21:09.787Z Compiling hyper v1.7.0
15072025-09-19T18:21:09.940Z Compiling rand v0.9.2
15082025-09-19T18:21:11.337Z Compiling dtrace-parser v0.2.0
15092025-09-19T18:21:11.758Z Compiling unicode-normalization v0.1.24
15102025-09-19T18:21:12.053Z Compiling heapless v0.7.17
15112025-09-19T18:21:12.507Z Compiling signature v2.2.0
15122025-09-19T18:21:12.563Z Compiling zerocopy-derive v0.8.26
15132025-09-19T18:21:12.726Z Compiling cookie v0.18.1
15142025-09-19T18:21:12.814Z Compiling crc32fast v1.4.2
15152025-09-19T18:21:13.072Z Compiling slog v2.7.0
15162025-09-19T18:21:13.165Z Compiling zstd-safe v7.2.3
15172025-09-19T18:21:13.216Z Compiling unicode-properties v0.1.3
15182025-09-19T18:21:13.282Z Compiling unicode-bidi v0.3.17
15192025-09-19T18:21:13.526Z Compiling signal-hook v0.3.18
15202025-09-19T18:21:13.589Z Compiling siphasher v0.3.11
15212025-09-19T18:21:13.619Z Compiling zlib-rs v0.5.1
15222025-09-19T18:21:13.957Z Compiling phf_shared v0.11.2
15232025-09-19T18:21:13.984Z Compiling stringprep v0.1.5
15242025-09-19T18:21:14.577Z Compiling usdt-impl v0.5.0
15252025-09-19T18:21:14.982Z Compiling hyper-util v0.1.16
15262025-09-19T18:21:15.851Z Compiling curve25519-dalek v4.1.3
15272025-09-19T18:21:16.154Z Compiling toml_datetime v0.6.11
15282025-09-19T18:21:16.546Z Compiling serde_spanned v0.6.9
15292025-09-19T18:21:16.653Z Compiling serde_tokenstream v0.2.2
15302025-09-19T18:21:16.795Z Compiling rand_chacha v0.3.1
15312025-09-19T18:21:17.223Z Compiling md-5 v0.10.6
15322025-09-19T18:21:17.494Z Compiling num-integer v0.1.46
15332025-09-19T18:21:18.087Z Compiling sync_wrapper v1.0.1
15342025-09-19T18:21:18.231Z Compiling hash32 v0.2.1
15352025-09-19T18:21:18.253Z Compiling ff v0.13.0
15362025-09-19T18:21:18.506Z Compiling memoffset v0.9.1
15372025-09-19T18:21:18.534Z Compiling base16ct v0.2.0
15382025-09-19T18:21:18.573Z Compiling tower-layer v0.3.3
15392025-09-19T18:21:18.848Z Compiling cfg_aliases v0.2.1
15402025-09-19T18:21:18.869Z Compiling smoltcp v0.9.1
15412025-09-19T18:21:18.872Z Compiling newtype-uuid v1.2.4
15422025-09-19T18:21:18.970Z Compiling fallible-iterator v0.2.0
15432025-09-19T18:21:18.993Z Compiling gimli v0.31.1
15442025-09-19T18:21:19.196Z Compiling psl-types v2.0.11
15452025-09-19T18:21:19.218Z Compiling litrs v0.4.1
15462025-09-19T18:21:19.430Z Compiling num-bigint-dig v0.8.4
15472025-09-19T18:21:19.558Z Compiling publicsuffix v2.3.0
15482025-09-19T18:21:19.651Z Compiling postgres-protocol v0.6.8
15492025-09-19T18:21:19.777Z Compiling libz-rs-sys v0.5.1
15502025-09-19T18:21:19.944Z Compiling nix v0.29.0
15512025-09-19T18:21:20.102Z Compiling flate2 v1.1.2
15522025-09-19T18:21:20.309Z Compiling document-features v0.2.11
15532025-09-19T18:21:20.808Z Compiling tower v0.5.2
15542025-09-19T18:21:20.831Z Compiling sec1 v0.7.3
15552025-09-19T18:21:20.994Z Compiling group v0.13.0
15562025-09-19T18:21:21.365Z Compiling num-iter v0.1.45
15572025-09-19T18:21:21.571Z Compiling rand v0.8.5
15582025-09-19T18:21:21.647Z Compiling tokio-native-tls v0.3.1
15592025-09-19T18:21:21.934Z Compiling ipnetwork v0.21.1
15602025-09-19T18:21:22.435Z Compiling strum_macros v0.27.1
15612025-09-19T18:21:22.679Z Compiling rustls-native-certs v0.8.1
15622025-09-19T18:21:22.700Z Compiling http-body-util v0.1.3
15632025-09-19T18:21:22.754Z Compiling terminal_size v0.4.0
15642025-09-19T18:21:22.998Z Compiling hkdf v0.12.4
15652025-09-19T18:21:23.159Z Compiling addr2line v0.24.2
15662025-09-19T18:21:23.226Z Compiling crypto-bigint v0.5.5
15672025-09-19T18:21:23.291Z Compiling webpki-roots v1.0.1
15682025-09-19T18:21:23.509Z Compiling thiserror-impl v2.0.16
15692025-09-19T18:21:23.531Z Compiling async-trait v0.1.89
15702025-09-19T18:21:23.727Z Compiling curve25519-dalek-derive v0.1.1
15712025-09-19T18:21:23.851Z Compiling ahash v0.8.12
15722025-09-19T18:21:24.241Z Compiling object v0.36.5
15732025-09-19T18:21:25.133Z Compiling fs-err v3.1.1
15742025-09-19T18:21:25.517Z Compiling rustix v1.0.7
15752025-09-19T18:21:26.071Z Compiling bitflags v1.3.2
15762025-09-19T18:21:26.171Z Compiling lockfree-object-pool v0.1.6
15772025-09-19T18:21:26.185Z Compiling anyhow v1.0.99
15782025-09-19T18:21:26.422Z Compiling iri-string v0.7.8
15792025-09-19T18:21:26.672Z Compiling rustc-demangle v0.1.24
15802025-09-19T18:21:26.822Z Compiling buf-list v1.0.3
15812025-09-19T18:21:27.353Z Compiling managed v0.8.0
15822025-09-19T18:21:27.447Z Compiling hubpack_derive v0.1.1
15832025-09-19T18:21:27.469Z Compiling simd-adler32 v0.3.7
15842025-09-19T18:21:27.560Z Compiling winnow v0.5.40
15852025-09-19T18:21:27.811Z Compiling bumpalo v3.16.0
15862025-09-19T18:21:28.007Z Compiling clap_builder v4.5.41
15872025-09-19T18:21:28.277Z Compiling zopfli v0.8.1
15882025-09-19T18:21:28.403Z Compiling hubpack v0.1.2
15892025-09-19T18:21:29.063Z Compiling strum v0.27.2
15902025-09-19T18:21:29.287Z Compiling tower-http v0.6.6
15912025-09-19T18:21:30.265Z Compiling thiserror v2.0.16
15922025-09-19T18:21:30.327Z Compiling elliptic-curve v0.13.8
15932025-09-19T18:21:30.687Z Compiling hyper-tls v0.6.0
15942025-09-19T18:21:30.783Z Compiling backtrace v0.3.74
15952025-09-19T18:21:31.091Z Compiling toml_edit v0.19.15
15962025-09-19T18:21:31.151Z Compiling oxnet v0.1.3
15972025-09-19T18:21:31.348Z Compiling signal-hook-mio v0.2.4
15982025-09-19T18:21:31.560Z Compiling cookie_store v0.21.1
15992025-09-19T18:21:31.947Z Compiling zstd v0.13.3
16002025-09-19T18:21:32.677Z Compiling postgres-types v0.2.9
16012025-09-19T18:21:33.364Z Compiling usdt-attr-macro v0.5.0
16022025-09-19T18:21:33.604Z Compiling usdt-macro v0.5.0
16032025-09-19T18:21:33.958Z Compiling phf v0.11.2
16042025-09-19T18:21:34.269Z Compiling ed25519 v2.2.3
16052025-09-19T18:21:34.985Z Compiling bzip2 v0.4.4
16062025-09-19T18:21:35.064Z Compiling bzip2 v0.5.2
16072025-09-19T18:21:35.383Z Compiling strum_macros v0.26.4
16082025-09-19T18:21:35.472Z Compiling pkcs1 v0.7.5
16092025-09-19T18:21:35.660Z Compiling serde_urlencoded v0.7.1
16102025-09-19T18:21:36.180Z Compiling serde-big-array v0.5.1
16112025-09-19T18:21:36.201Z Compiling rfc6979 v0.4.0
16122025-09-19T18:21:36.383Z Compiling bstr v1.10.0
16132025-09-19T18:21:36.416Z Compiling daft-derive v0.1.4
16142025-09-19T18:21:36.444Z Compiling clap_derive v4.5.41
16152025-09-19T18:21:37.819Z Compiling serde_repr v0.1.19
16162025-09-19T18:21:37.901Z Compiling enum-as-inner v0.6.1
16172025-09-19T18:21:37.993Z Compiling float-cmp v0.10.0
16182025-09-19T18:21:38.034Z Compiling socket2 v0.5.10
16192025-09-19T18:21:38.257Z Compiling encoding_rs v0.8.34
16202025-09-19T18:21:38.913Z Compiling whoami v1.5.2
16212025-09-19T18:21:38.935Z Compiling fixedbitset v0.4.2
16222025-09-19T18:21:38.953Z Compiling normalize-line-endings v0.3.0
16232025-09-19T18:21:39.103Z Compiling static_assertions v1.1.0
16242025-09-19T18:21:39.231Z Compiling difflib v0.4.0
16252025-09-19T18:21:39.411Z Compiling predicates-core v1.0.8
16262025-09-19T18:21:39.500Z Compiling data-encoding v2.9.0
16272025-09-19T18:21:39.745Z Compiling precomputed-hash v0.1.1
16282025-09-19T18:21:39.815Z Compiling unicode-segmentation v1.12.0
16292025-09-19T18:21:39.925Z Compiling mime v0.3.17
16302025-09-19T18:21:40.445Z Compiling new_debug_unreachable v1.0.6
16312025-09-19T18:21:40.563Z Compiling string_cache v0.8.9
16322025-09-19T18:21:40.587Z Compiling similar v2.7.0
16332025-09-19T18:21:40.701Z Compiling hickory-proto v0.25.2
16342025-09-19T18:21:40.929Z Compiling clap v4.5.41
16352025-09-19T18:21:40.976Z Compiling toml_edit v0.22.27
16362025-09-19T18:21:41.068Z Compiling strum v0.26.3
16372025-09-19T18:21:41.278Z Compiling predicates v3.1.3
16382025-09-19T18:21:41.282Z Compiling tokio-postgres v0.7.13
16392025-09-19T18:21:42.048Z Compiling petgraph v0.6.5
16402025-09-19T18:21:42.651Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16412025-09-19T18:21:42.719Z Compiling usdt v0.5.0
16422025-09-19T18:21:43.214Z Compiling daft v0.1.4
16432025-09-19T18:21:43.812Z Compiling ecdsa v0.16.9
16442025-09-19T18:21:44.186Z Compiling rsa v0.9.6
16452025-09-19T18:21:44.660Z Compiling zip v4.2.0
16462025-09-19T18:21:45.709Z Compiling zip v0.6.6
16472025-09-19T18:21:46.663Z Compiling ed25519-dalek v2.1.1
16482025-09-19T18:21:46.837Z Compiling toml v0.7.8
16492025-09-19T18:21:48.109Z Compiling crossterm v0.28.1
16502025-09-19T18:21:49.489Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16512025-09-19T18:21:49.626Z Compiling crossbeam-epoch v0.9.18
16522025-09-19T18:21:49.647Z Compiling tokio-stream v0.1.17
16532025-09-19T18:21:49.904Z Compiling x509-cert v0.2.5
16542025-09-19T18:21:50.342Z Compiling openapiv3 v2.2.0
16552025-09-19T18:21:50.683Z Compiling sha1 v0.10.6
16562025-09-19T18:21:51.141Z Compiling itertools v0.10.5
16572025-09-19T18:21:51.386Z Compiling itertools v0.13.0
16582025-09-19T18:21:51.935Z Compiling winnow v0.6.26
16592025-09-19T18:21:52.009Z Compiling lalrpop-util v0.19.12
16602025-09-19T18:21:52.365Z Compiling rustc-hash v2.1.1
16612025-09-19T18:21:52.389Z Compiling peg-runtime v0.8.5
16622025-09-19T18:21:52.547Z Compiling thread_local v1.1.8
16632025-09-19T18:21:52.991Z Compiling slog-async v2.8.0
16642025-09-19T18:21:53.031Z Compiling crossbeam-channel v0.5.15
16652025-09-19T18:21:53.622Z Compiling xattr v1.3.1
16662025-09-19T18:21:53.717Z Compiling futures-executor v0.3.31
16672025-09-19T18:21:53.898Z Compiling filetime v0.2.25
16682025-09-19T18:21:54.079Z Compiling is-terminal v0.4.13
16692025-09-19T18:21:54.188Z Compiling term v1.1.0
16702025-09-19T18:21:54.214Z Compiling take_mut v0.2.2
16712025-09-19T18:21:54.233Z Compiling tar v0.4.44
16722025-09-19T18:21:54.237Z Compiling futures v0.3.31
16732025-09-19T18:21:55.376Z Compiling slog-term v2.9.2
16742025-09-19T18:21:58.656Z Compiling aws-lc-sys v0.26.0
16752025-09-19T18:22:28.726Z Compiling rustls-webpki v0.102.8
16762025-09-19T18:22:33.405Z Compiling tokio-rustls v0.26.0
16772025-09-19T18:22:33.684Z Compiling hyper-rustls v0.27.7
16782025-09-19T18:22:33.978Z Compiling reqwest v0.12.22
16792025-09-19T18:22:37.524Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16802025-09-19T18:22:37.899Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16812025-09-19T18:22:42.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
16822025-09-19T18:22:42.586Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16832025-09-19T18:22:42.648ZSep 19 18:22:42.222 INFO Starting download, target: Clickhouse
16842025-09-19T18:22:42.648ZSep 19 18:22:42.223 INFO Starting download, target: DendriteStub
16852025-09-19T18:22:42.652ZSep 19 18:22:42.223 INFO Starting download, target: Console
16862025-09-19T18:22:42.652ZSep 19 18:22:42.223 INFO Starting download, target: Cockroach
16872025-09-19T18:22:42.652ZSep 19 18:22:42.223 INFO Starting download, target: MaghemiteMgd
16882025-09-19T18:22:42.652ZSep 19 18:22:42.223 INFO Starting download, target: TransceiverControl
16892025-09-19T18:22:42.652ZSep 19 18:22:42.223 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16902025-09-19T18:22:42.652ZSep 19 18:22:42.223 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16912025-09-19T18:22:42.652ZSep 19 18:22:42.223 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16922025-09-19T18:22:42.652ZSep 19 18:22:42.223 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16932025-09-19T18:22:42.652ZSep 19 18:22:42.223 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16942025-09-19T18:22:42.652ZSep 19 18:22:42.223 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16952025-09-19T18:22:43.050ZSep 19 18:22:42.590 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16962025-09-19T18:22:43.255ZSep 19 18:22:42.808 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16972025-09-19T18:22:43.476ZSep 19 18:22:42.995 INFO Download complete, target: TransceiverControl
16982025-09-19T18:22:43.758ZSep 19 18:22:43.211 INFO Download complete, target: Console
16992025-09-19T18:22:44.680ZSep 19 18:22:44.168 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17002025-09-19T18:22:45.070ZSep 19 18:22:44.588 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17012025-09-19T18:22:45.870ZSep 19 18:22:45.446 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17022025-09-19T18:22:45.870ZSep 19 18:22:45.446 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17032025-09-19T18:22:45.913ZSep 19 18:22:45.490 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17042025-09-19T18:22:49.739ZSep 19 18:22:49.317 INFO Download complete, target: DendriteStub
17052025-09-19T18:22:50.427ZSep 19 18:22:50.004 INFO Download complete, target: MaghemiteMgd
17062025-09-19T18:22:53.369ZSep 19 18:22:52.946 INFO Checking that binary works, target: Cockroach
17072025-09-19T18:22:53.500ZSep 19 18:22:53.077 INFO Download complete, target: Cockroach
17082025-09-19T18:22:55.951ZSep 19 18:22:55.519 INFO Checking that binary works, target: Clickhouse
17092025-09-19T18:22:56.134ZSep 19 18:22:55.707 INFO Download complete, target: Clickhouse
17102025-09-19T18:22:56.225ZAll builder prerequisites installed successfully, and PATH looks valid
17112025-09-19T18:22:56.231Z
17122025-09-19T18:22:56.231Zreal 4:59.510967775
17132025-09-19T18:22:56.231Zuser 16:44.200568614
17142025-09-19T18:22:56.231Zsys 2:21.344985307
17152025-09-19T18:22:56.231Ztrap 0.639324015
17162025-09-19T18:22:56.231Ztflt 1.126922538
17172025-09-19T18:22:56.231Zdflt 1.515203297
17182025-09-19T18:22:56.231Zkflt 0.023541252
17192025-09-19T18:22:56.231Zlock 39:38.914506983
17202025-09-19T18:22:56.231Zslp 1:01:08.251190684
17212025-09-19T18:22:56.232Zlat 1:17.023554923
17222025-09-19T18:22:56.232Zstop 2:58.876949720
17232025-09-19T18:22:56.232Z+ banner hack-check
17242025-09-19T18:22:56.232Z
17252025-09-19T18:22:56.232Z # # ## #### # # #### # # ###### #### # #
17262025-09-19T18:22:56.232Z # # # # # # # # # # # # # # # # #
17272025-09-19T18:22:56.232Z ###### # # # #### ##### # ###### ##### # ####
17282025-09-19T18:22:56.232Z # # ###### # # # # # # # # # #
17292025-09-19T18:22:56.232Z # # # # # # # # # # # # # # # # #
17302025-09-19T18:22:56.232Z # # # # #### # # #### # # ###### #### # #
17312025-09-19T18:22:56.233Z
17322025-09-19T18:22:56.233Z+ export CARGO_INCREMENTAL=0
17332025-09-19T18:22:56.233Z+ CARGO_INCREMENTAL=0
17342025-09-19T18:22:56.238Z+ ptime -m timeout 2h cargo xtask check-features --ci
17352025-09-19T18:22:57.034Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17362025-09-19T18:22:57.306Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17372025-09-19T18:23:00.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
17382025-09-19T18:23:00.511Z Running `target/debug/xtask check-features --ci`
17392025-09-19T18:23:00.538Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17402025-09-19T18:23:00.538Zrunning: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17412025-09-19T18:23:01.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17422025-09-19T18:23:01.228Z Running `target/debug/xtask download cargo-hack`
17432025-09-19T18:23:02.256Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17442025-09-19T18:23:02.675Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17452025-09-19T18:23:06.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
17462025-09-19T18:23:06.819Z Running `target/debug/xtask-downloader cargo-hack`
17472025-09-19T18:23:06.864ZSep 19 18:23:06.440 INFO Starting download, target: CargoHack
17482025-09-19T18:23:06.868ZSep 19 18:23:06.441 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17492025-09-19T18:23:07.265ZSep 19 18:23:06.842 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17502025-09-19T18:23:07.342ZSep 19 18:23:06.918 INFO Download complete, target: CargoHack
17512025-09-19T18:23:07.346Zrunning: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17522025-09-19T18:23:07.366Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17532025-09-19T18:23:07.582Zinfo: running `cargo check --bins` on api_identity (1/227)
17542025-09-19T18:23:08.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552025-09-19T18:23:08.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562025-09-19T18:23:08.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572025-09-19T18:23:08.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17582025-09-19T18:23:08.357Z
17592025-09-19T18:23:08.357Zinfo: running `cargo check --bins` on bootstore (2/227)
17602025-09-19T18:23:09.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612025-09-19T18:23:09.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622025-09-19T18:23:09.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632025-09-19T18:23:09.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17642025-09-19T18:23:09.189Z
17652025-09-19T18:23:09.189Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/227)
17662025-09-19T18:23:09.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672025-09-19T18:23:09.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682025-09-19T18:23:09.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692025-09-19T18:23:09.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17702025-09-19T18:23:09.990Z
17712025-09-19T18:23:09.990Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/227)
17722025-09-19T18:23:10.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732025-09-19T18:23:10.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742025-09-19T18:23:10.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752025-09-19T18:23:10.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17762025-09-19T18:23:10.804Z
17772025-09-19T18:23:10.804Zinfo: running `cargo check --bins` on id-map (5/227)
17782025-09-19T18:23:11.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792025-09-19T18:23:11.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802025-09-19T18:23:11.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17812025-09-19T18:23:11.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17822025-09-19T18:23:11.587Z
17832025-09-19T18:23:11.587Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/227)
17842025-09-19T18:23:12.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17852025-09-19T18:23:12.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17862025-09-19T18:23:12.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17872025-09-19T18:23:12.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17882025-09-19T18:23:12.205Z
17892025-09-19T18:23:12.205Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/227)
17902025-09-19T18:23:12.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912025-09-19T18:23:12.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922025-09-19T18:23:12.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932025-09-19T18:23:12.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17942025-09-19T18:23:12.819Z
17952025-09-19T18:23:12.819Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/227)
17962025-09-19T18:23:13.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972025-09-19T18:23:13.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982025-09-19T18:23:13.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992025-09-19T18:23:13.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18002025-09-19T18:23:13.431Z
18012025-09-19T18:23:13.431Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/227)
18022025-09-19T18:23:13.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032025-09-19T18:23:13.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042025-09-19T18:23:13.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052025-09-19T18:23:13.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18062025-09-19T18:23:14.034Z
18072025-09-19T18:23:14.034Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/227)
18082025-09-19T18:23:14.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092025-09-19T18:23:14.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102025-09-19T18:23:14.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112025-09-19T18:23:14.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18122025-09-19T18:23:14.651Z
18132025-09-19T18:23:14.651Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/227)
18142025-09-19T18:23:15.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152025-09-19T18:23:15.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162025-09-19T18:23:15.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172025-09-19T18:23:15.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18182025-09-19T18:23:15.269Z
18192025-09-19T18:23:15.269Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/227)
18202025-09-19T18:23:15.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212025-09-19T18:23:15.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222025-09-19T18:23:15.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232025-09-19T18:23:15.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18242025-09-19T18:23:15.887Z
18252025-09-19T18:23:15.887Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/227)
18262025-09-19T18:23:16.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272025-09-19T18:23:16.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282025-09-19T18:23:16.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292025-09-19T18:23:16.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18302025-09-19T18:23:16.507Z
18312025-09-19T18:23:16.507Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/227)
18322025-09-19T18:23:17.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332025-09-19T18:23:17.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342025-09-19T18:23:17.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352025-09-19T18:23:17.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18362025-09-19T18:23:17.128Z
18372025-09-19T18:23:17.128Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/227)
18382025-09-19T18:23:17.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392025-09-19T18:23:17.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402025-09-19T18:23:17.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412025-09-19T18:23:17.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18422025-09-19T18:23:17.721Z
18432025-09-19T18:23:17.721Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/227)
18442025-09-19T18:23:18.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452025-09-19T18:23:18.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462025-09-19T18:23:18.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472025-09-19T18:23:18.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18482025-09-19T18:23:18.424Z
18492025-09-19T18:23:18.424Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/227)
18502025-09-19T18:23:18.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512025-09-19T18:23:18.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522025-09-19T18:23:18.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532025-09-19T18:23:18.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18542025-09-19T18:23:19.350Z
18552025-09-19T18:23:19.350Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/227)
18562025-09-19T18:23:19.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572025-09-19T18:23:19.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582025-09-19T18:23:19.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592025-09-19T18:23:19.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18602025-09-19T18:23:19.579Z
18612025-09-19T18:23:19.579Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/227)
18622025-09-19T18:23:20.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632025-09-19T18:23:20.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642025-09-19T18:23:20.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652025-09-19T18:23:20.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18662025-09-19T18:23:20.170Z
18672025-09-19T18:23:20.170Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/227)
18682025-09-19T18:23:20.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692025-09-19T18:23:20.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702025-09-19T18:23:20.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712025-09-19T18:23:20.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18722025-09-19T18:23:20.782Z
18732025-09-19T18:23:20.783Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/227)
18742025-09-19T18:23:23.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752025-09-19T18:23:23.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762025-09-19T18:23:23.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772025-09-19T18:23:23.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18782025-09-19T18:23:23.727Z
18792025-09-19T18:23:23.727Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/227)
18802025-09-19T18:23:23.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812025-09-19T18:23:23.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822025-09-19T18:23:23.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832025-09-19T18:23:23.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18842025-09-19T18:23:23.728Z
18852025-09-19T18:23:23.728Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/227)
18862025-09-19T18:23:23.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872025-09-19T18:23:23.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882025-09-19T18:23:23.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892025-09-19T18:23:23.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18902025-09-19T18:23:23.728Z
18912025-09-19T18:23:23.728Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/227)
18922025-09-19T18:23:23.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932025-09-19T18:23:23.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942025-09-19T18:23:23.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952025-09-19T18:23:23.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18962025-09-19T18:23:23.728Z
18972025-09-19T18:23:23.728Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/227)
18982025-09-19T18:23:23.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992025-09-19T18:23:23.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002025-09-19T18:23:23.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012025-09-19T18:23:23.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19022025-09-19T18:23:23.873Z
19032025-09-19T18:23:23.873Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/227)
19042025-09-19T18:23:24.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052025-09-19T18:23:24.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062025-09-19T18:23:24.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072025-09-19T18:23:24.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19082025-09-19T18:23:24.664Z
19092025-09-19T18:23:24.665Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/227)
19102025-09-19T18:23:25.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112025-09-19T18:23:25.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122025-09-19T18:23:25.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132025-09-19T18:23:25.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19142025-09-19T18:23:25.191Z
19152025-09-19T18:23:25.191Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/227)
19162025-09-19T18:23:25.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172025-09-19T18:23:25.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182025-09-19T18:23:25.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192025-09-19T18:23:25.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19202025-09-19T18:23:25.721Z
19212025-09-19T18:23:25.721Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/227)
19222025-09-19T18:23:26.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232025-09-19T18:23:26.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242025-09-19T18:23:26.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252025-09-19T18:23:26.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19262025-09-19T18:23:26.327Z
19272025-09-19T18:23:26.327Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/227)
19282025-09-19T18:23:26.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292025-09-19T18:23:26.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302025-09-19T18:23:26.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312025-09-19T18:23:26.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19322025-09-19T18:23:26.951Z
19332025-09-19T18:23:26.952Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/227)
19342025-09-19T18:23:27.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352025-09-19T18:23:27.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362025-09-19T18:23:27.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372025-09-19T18:23:27.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19382025-09-19T18:23:27.573Z
19392025-09-19T18:23:27.573Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/227)
19402025-09-19T18:23:28.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412025-09-19T18:23:28.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422025-09-19T18:23:28.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432025-09-19T18:23:28.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19442025-09-19T18:23:28.190Z
19452025-09-19T18:23:28.190Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/227)
19462025-09-19T18:23:28.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472025-09-19T18:23:28.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482025-09-19T18:23:28.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492025-09-19T18:23:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19502025-09-19T18:23:28.801Z
19512025-09-19T18:23:28.801Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/227)
19522025-09-19T18:23:29.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532025-09-19T18:23:29.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542025-09-19T18:23:29.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552025-09-19T18:23:29.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19562025-09-19T18:23:29.417Z
19572025-09-19T18:23:29.417Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/227)
19582025-09-19T18:23:29.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592025-09-19T18:23:29.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602025-09-19T18:23:29.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612025-09-19T18:23:29.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19622025-09-19T18:23:30.030Z
19632025-09-19T18:23:30.030Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/227)
19642025-09-19T18:23:30.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652025-09-19T18:23:30.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662025-09-19T18:23:30.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672025-09-19T18:23:30.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19682025-09-19T18:23:30.636Z
19692025-09-19T18:23:30.636Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/227)
19702025-09-19T18:23:31.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712025-09-19T18:23:31.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722025-09-19T18:23:31.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732025-09-19T18:23:31.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19742025-09-19T18:23:31.253Z
19752025-09-19T18:23:31.253Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/227)
19762025-09-19T18:23:31.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772025-09-19T18:23:31.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782025-09-19T18:23:31.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792025-09-19T18:23:31.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19802025-09-19T18:23:31.882Z
19812025-09-19T18:23:31.882Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/227)
19822025-09-19T18:23:32.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832025-09-19T18:23:32.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842025-09-19T18:23:32.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852025-09-19T18:23:32.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19862025-09-19T18:23:32.508Z
19872025-09-19T18:23:32.508Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/227)
19882025-09-19T18:23:33.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892025-09-19T18:23:33.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902025-09-19T18:23:33.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912025-09-19T18:23:33.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19922025-09-19T18:23:33.137Z
19932025-09-19T18:23:33.138Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/227)
19942025-09-19T18:23:33.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952025-09-19T18:23:33.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962025-09-19T18:23:33.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972025-09-19T18:23:33.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19982025-09-19T18:23:33.752Z
19992025-09-19T18:23:33.752Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/227)
20002025-09-19T18:23:34.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012025-09-19T18:23:34.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022025-09-19T18:23:34.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032025-09-19T18:23:34.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20042025-09-19T18:23:34.383Z
20052025-09-19T18:23:34.383Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/227)
20062025-09-19T18:23:34.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072025-09-19T18:23:34.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082025-09-19T18:23:34.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092025-09-19T18:23:34.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20102025-09-19T18:23:34.999Z
20112025-09-19T18:23:34.999Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/227)
20122025-09-19T18:23:35.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132025-09-19T18:23:35.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142025-09-19T18:23:35.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152025-09-19T18:23:35.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20162025-09-19T18:23:35.719Z
20172025-09-19T18:23:35.719Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/227)
20182025-09-19T18:23:36.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192025-09-19T18:23:36.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202025-09-19T18:23:36.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212025-09-19T18:23:36.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20222025-09-19T18:23:36.304Z
20232025-09-19T18:23:36.304Zinfo: running `cargo check --bins` on sled-hardware-types (46/227)
20242025-09-19T18:23:36.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252025-09-19T18:23:36.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262025-09-19T18:23:36.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272025-09-19T18:23:36.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20282025-09-19T18:23:37.049Z
20292025-09-19T18:23:37.049Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/227)
20302025-09-19T18:23:37.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312025-09-19T18:23:37.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322025-09-19T18:23:37.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332025-09-19T18:23:37.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20342025-09-19T18:23:37.865Z
20352025-09-19T18:23:37.865Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/227)
20362025-09-19T18:23:38.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372025-09-19T18:23:38.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382025-09-19T18:23:38.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392025-09-19T18:23:38.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20402025-09-19T18:23:38.688Z
20412025-09-19T18:23:38.688Zinfo: running `cargo check --bins` on oxlog (49/227)
20422025-09-19T18:23:39.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432025-09-19T18:23:39.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442025-09-19T18:23:39.481Z Checking cfg-if v1.0.1
20452025-09-19T18:23:39.484Z Checking libc v0.2.174
20462025-09-19T18:23:39.485Z Checking serde_core v1.0.223
20472025-09-19T18:23:39.625Z Checking zeroize v1.8.1
20482025-09-19T18:23:39.629Z Checking memchr v2.7.4
20492025-09-19T18:23:39.650Z Checking typenum v1.17.0
20502025-09-19T18:23:39.654Z Checking smallvec v1.15.1
20512025-09-19T18:23:39.678Z Checking value-bag v1.9.0
20522025-09-19T18:23:39.695Z Checking subtle v2.6.1
20532025-09-19T18:23:39.894Z Checking scopeguard v1.2.0
20542025-09-19T18:23:39.979Z Checking const-oid v0.9.6
20552025-09-19T18:23:40.011Z Checking itoa v1.0.11
20562025-09-19T18:23:40.055Z Checking lock_api v0.4.12
20572025-09-19T18:23:40.075Z Checking log v0.4.27
20582025-09-19T18:23:40.239Z Checking stable_deref_trait v1.2.0
20592025-09-19T18:23:40.367Z Checking zerofrom v0.1.4
20602025-09-19T18:23:40.479Z Checking pin-project-lite v0.2.14
20612025-09-19T18:23:40.497Z Checking byteorder v1.5.0
20622025-09-19T18:23:40.597Z Checking yoke v0.7.4
20632025-09-19T18:23:40.628Z Checking portable-atomic v1.11.0
20642025-09-19T18:23:40.648Z Checking critical-section v1.1.3
20652025-09-19T18:23:40.668Z Checking getrandom v0.2.15
20662025-09-19T18:23:40.723Z Checking generic-array v0.14.7
20672025-09-19T18:23:40.823Z Checking parking_lot_core v0.9.10
20682025-09-19T18:23:40.932Z Checking signal-hook-registry v1.4.2
20692025-09-19T18:23:40.937Z Checking rand_core v0.6.4
20702025-09-19T18:23:40.937Z Checking mio v1.0.2
20712025-09-19T18:23:41.175Z Checking parking_lot v0.12.3
20722025-09-19T18:23:41.216Z Checking zerovec v0.10.4
20732025-09-19T18:23:41.316Z Checking socket2 v0.6.0
20742025-09-19T18:23:41.563Z Checking equivalent v1.0.2
20752025-09-19T18:23:41.567Z Checking cpufeatures v0.2.14
20762025-09-19T18:23:41.615Z Checking once_cell v1.21.3
20772025-09-19T18:23:41.680Z Checking foldhash v0.1.5
20782025-09-19T18:23:41.715Z Checking futures-core v0.3.31
20792025-09-19T18:23:41.768Z Checking allocator-api2 v0.2.21
20802025-09-19T18:23:41.832Z Checking litemap v0.7.3
20812025-09-19T18:23:41.867Z Checking crypto-common v0.1.6
20822025-09-19T18:23:41.899Z Checking block-buffer v0.10.4
20832025-09-19T18:23:41.918Z Checking writeable v0.5.5
20842025-09-19T18:23:41.945Z Checking block-padding v0.3.3
20852025-09-19T18:23:42.075Z Checking getrandom v0.3.1
20862025-09-19T18:23:42.126Z Checking digest v0.10.7
20872025-09-19T18:23:42.164Z Checking percent-encoding v2.3.2
20882025-09-19T18:23:42.208Z Checking inout v0.1.3
20892025-09-19T18:23:42.266Z Checking zerocopy v0.7.35
20902025-09-19T18:23:42.337Z Checking libm v0.2.8
20912025-09-19T18:23:42.397Z Checking hashbrown v0.15.4
20922025-09-19T18:23:42.424Z Checking icu_locid_transform_data v1.5.0
20932025-09-19T18:23:42.445Z Checking ryu v1.0.18
20942025-09-19T18:23:42.496Z Checking hmac v0.12.1
20952025-09-19T18:23:42.535Z Checking futures-sink v0.3.31
20962025-09-19T18:23:42.702Z Checking futures-channel v0.3.31
20972025-09-19T18:23:42.706Z Checking sha2 v0.10.9
20982025-09-19T18:23:42.741Z Checking cipher v0.4.4
20992025-09-19T18:23:42.775Z Checking tinystr v0.7.6
21002025-09-19T18:23:43.101Z Checking icu_collections v1.5.0
21012025-09-19T18:23:43.125Z Checking icu_locid v1.5.0
21022025-09-19T18:23:43.166Z Checking slab v0.4.9
21032025-09-19T18:23:43.251Z Checking num-traits v0.2.19
21042025-09-19T18:23:43.272Z Checking pin-utils v0.1.0
21052025-09-19T18:23:43.375Z Checking base64ct v1.6.0
21062025-09-19T18:23:43.442Z Checking icu_properties_data v1.5.0
21072025-09-19T18:23:43.460Z Checking futures-task v0.3.31
21082025-09-19T18:23:43.538Z Checking futures-io v0.3.31
21092025-09-19T18:23:43.542Z Checking serde v1.0.223
21102025-09-19T18:23:43.672Z Checking serde_json v1.0.145
21112025-09-19T18:23:43.698Z Checking utf8_iter v1.0.4
21122025-09-19T18:23:43.742Z Checking futures-util v0.3.31
21132025-09-19T18:23:43.775Z Checking icu_normalizer_data v1.5.0
21142025-09-19T18:23:43.839Z Checking pem-rfc7468 v0.7.0
21152025-09-19T18:23:43.883Z Checking utf16_iter v1.0.5
21162025-09-19T18:23:43.915Z Checking write16 v1.0.0
21172025-09-19T18:23:44.054Z Checking flagset v0.4.6
21182025-09-19T18:23:44.058Z Checking icu_provider v1.5.0
21192025-09-19T18:23:44.092Z Checking ppv-lite86 v0.2.20
21202025-09-19T18:23:44.109Z Checking salsa20 v0.10.2
21212025-09-19T18:23:44.265Z Checking der v0.7.9
21222025-09-19T18:23:44.348Z Checking pbkdf2 v0.12.2
21232025-09-19T18:23:44.528Z Checking bytes v1.10.1
21242025-09-19T18:23:44.528Z Checking bitflags v2.9.1
21252025-09-19T18:23:44.677Z Checking icu_locid_transform v1.5.0
21262025-09-19T18:23:44.760Z Checking indexmap v2.11.0
21272025-09-19T18:23:44.823Z Checking fnv v1.0.7
21282025-09-19T18:23:44.866Z Checking scrypt v0.11.0
21292025-09-19T18:23:44.986Z Checking cbc v0.1.2
21302025-09-19T18:23:45.130Z Checking aes v0.8.4
21312025-09-19T18:23:45.216Z Checking form_urlencoded v1.2.2
21322025-09-19T18:23:45.333Z Checking uuid v1.18.1
21332025-09-19T18:23:45.447Z Checking tracing-core v0.1.32
21342025-09-19T18:23:45.513Z Checking tokio v1.47.0
21352025-09-19T18:23:45.672Z Checking icu_properties v1.5.1
21362025-09-19T18:23:45.995Z Checking spki v0.7.3
21372025-09-19T18:23:46.044Z Checking http v1.3.1
21382025-09-19T18:23:46.068Z Checking rustls-pki-types v1.10.0
21392025-09-19T18:23:46.108Z Checking iana-time-zone v0.1.63
21402025-09-19T18:23:46.124Z Checking tracing v0.1.40
21412025-09-19T18:23:46.285Z Checking tinyvec_macros v0.1.1
21422025-09-19T18:23:46.304Z Checking pkcs5 v0.7.1
21432025-09-19T18:23:46.391Z Checking base64 v0.22.1
21442025-09-19T18:23:46.513Z Compiling newtype-uuid v1.2.4
21452025-09-19T18:23:46.640Z Checking tinyvec v1.8.0
21462025-09-19T18:23:46.838Z Checking pkcs8 v0.10.2
21472025-09-19T18:23:46.857Z Checking chrono v0.4.41
21482025-09-19T18:23:46.877Z Checking rand_core v0.9.3
21492025-09-19T18:23:47.182Z Checking errno v0.3.12
21502025-09-19T18:23:47.245Z Checking aws-lc-sys v0.26.0
21512025-09-19T18:23:47.309Z Checking http-body v1.0.1
21522025-09-19T18:23:47.380Z Checking spin v0.9.8
21532025-09-19T18:23:47.535Z Checking openssl-probe v0.1.5
21542025-09-19T18:23:47.712Z Checking adler2 v2.0.0
21552025-09-19T18:23:47.731Z Checking try-lock v0.2.5
21562025-09-19T18:23:47.881Z Checking tower-service v0.3.3
21572025-09-19T18:23:47.901Z Checking atomic-waker v1.1.2
21582025-09-19T18:23:47.901Z Checking foreign-types-shared v0.1.1
21592025-09-19T18:23:48.022Z Checking untrusted v0.7.1
21602025-09-19T18:23:48.038Z Checking untrusted v0.9.0
21612025-09-19T18:23:48.085Z Checking foreign-types v0.3.2
21622025-09-19T18:23:48.200Z Checking want v0.3.1
21632025-09-19T18:23:48.219Z Checking ring v0.17.14
21642025-09-19T18:23:48.223Z Checking miniz_oxide v0.8.5
21652025-09-19T18:23:48.378Z Checking rand_chacha v0.9.0
21662025-09-19T18:23:48.398Z Checking ipnet v2.11.0
21672025-09-19T18:23:48.774Z Checking httparse v1.9.5
21682025-09-19T18:23:48.914Z Checking openssl-sys v0.9.109
21692025-09-19T18:23:48.954Z Checking icu_normalizer v1.5.0
21702025-09-19T18:23:48.971Z Checking thiserror v1.0.69
21712025-09-19T18:23:49.040Z Checking aho-corasick v1.1.3
21722025-09-19T18:23:49.143Z Checking unicode-ident v1.0.18
21732025-09-19T18:23:49.286Z Checking powerfmt v0.2.0
21742025-09-19T18:23:49.330Z Checking regex-syntax v0.8.5
21752025-09-19T18:23:49.408Z Checking aws-lc-rs v1.12.4
21762025-09-19T18:23:49.564Z Checking httpdate v1.0.3
21772025-09-19T18:23:49.723Z Checking idna_adapter v1.2.0
21782025-09-19T18:23:49.851Z Checking deranged v0.3.11
21792025-09-19T18:23:49.951Z Checking idna v1.0.3
21802025-09-19T18:23:50.100Z Checking openssl v0.10.73
21812025-09-19T18:23:50.435Z Checking proc-macro2 v1.0.101
21822025-09-19T18:23:50.466Z Checking url v2.5.4
21832025-09-19T18:23:50.665Z Checking rand v0.9.2
21842025-09-19T18:23:51.159Z Checking unicode-normalization v0.1.24
21852025-09-19T18:23:51.201Z Checking rustix v0.38.37
21862025-09-19T18:23:51.225Z Checking rustls-webpki v0.102.8
21872025-09-19T18:23:51.420Z Checking crossbeam-utils v0.8.21
21882025-09-19T18:23:51.781Z Checking semver v1.0.26
21892025-09-19T18:23:52.017Z Checking bzip2-sys v0.1.13+1.0.8
21902025-09-19T18:23:52.073Z Checking signature v2.2.0
21912025-09-19T18:23:52.150Z Checking scroll v0.12.0
21922025-09-19T18:23:52.173Z Checking crc32fast v1.4.2
21932025-09-19T18:23:52.191Z Checking zlib-rs v0.5.1
21942025-09-19T18:23:52.309Z Checking utf8parse v0.2.2
21952025-09-19T18:23:52.422Z Checking siphasher v0.3.11
21962025-09-19T18:23:52.478Z Checking unicode-properties v0.1.3
21972025-09-19T18:23:52.562Z Checking regex-automata v0.4.8
21982025-09-19T18:23:52.611Z Checking anstyle v1.0.11
21992025-09-19T18:23:52.650Z Checking tokio-util v0.7.15
22002025-09-19T18:23:52.728Z Checking plain v0.2.3
22012025-09-19T18:23:52.888Z Checking time-core v0.1.2
22022025-09-19T18:23:52.905Z Checking unicode-bidi v0.3.17
22032025-09-19T18:23:52.960Z Checking num_threads v0.1.7
22042025-09-19T18:23:53.061Z Checking ucd-trie v0.1.7
22052025-09-19T18:23:53.101Z Checking either v1.15.0
22062025-09-19T18:23:53.274Z Checking dyn-clone v1.0.20
22072025-09-19T18:23:53.433Z Checking num-conv v0.1.0
22082025-09-19T18:23:53.488Z Checking schemars v0.8.22
22092025-09-19T18:23:53.557Z Checking stringprep v0.1.5
22102025-09-19T18:23:53.690Z Checking time v0.3.36
22112025-09-19T18:23:53.863Z Checking pest v2.7.14
22122025-09-19T18:23:53.937Z Checking h2 v0.4.6
22132025-09-19T18:23:54.125Z Checking libz-rs-sys v0.5.1
22142025-09-19T18:23:54.348Z Checking goblin v0.8.2
22152025-09-19T18:23:54.440Z Checking phf_shared v0.11.2
22162025-09-19T18:23:54.731Z Checking anstyle-parse v0.2.5
22172025-09-19T18:23:55.018Z Checking crossbeam-epoch v0.9.18
22182025-09-19T18:23:55.146Z Checking rustls v0.23.19
22192025-09-19T18:23:55.224Z Checking native-tls v0.2.12
22202025-09-19T18:23:55.453Z Checking quote v1.0.40
22212025-09-19T18:23:55.843Z Checking zerocopy v0.8.26
22222025-09-19T18:23:55.862Z Checking rand_chacha v0.3.1
22232025-09-19T18:23:56.067Z Checking num-integer v0.1.46
22242025-09-19T18:23:56.306Z Checking toml_datetime v0.6.11
22252025-09-19T18:23:56.347Z Checking serde_spanned v0.6.9
22262025-09-19T18:23:56.560Z Checking zstd-sys v2.0.14+zstd.1.5.7
22272025-09-19T18:23:56.581Z Checking md-5 v0.10.6
22282025-09-19T18:23:56.662Z Checking sync_wrapper v1.0.1
22292025-09-19T18:23:56.774Z Checking ff v0.13.0
22302025-09-19T18:23:56.837Z Checking hash32 v0.2.1
22312025-09-19T18:23:56.855Z Checking tower-layer v0.3.3
22322025-09-19T18:23:56.937Z Checking gimli v0.31.1
22332025-09-19T18:23:57.012Z Checking is_terminal_polyfill v1.70.1
22342025-09-19T18:23:57.123Z Checking psl-types v2.0.11
22352025-09-19T18:23:57.160Z Checking fallible-iterator v0.2.0
22362025-09-19T18:23:57.178Z Checking base16ct v0.2.0
22372025-09-19T18:23:57.334Z Checking anstyle-query v1.1.1
22382025-09-19T18:23:57.412Z Checking pretty-hex v0.4.1
22392025-09-19T18:23:57.486Z Checking colorchoice v1.0.2
22402025-09-19T18:23:57.626Z Checking sec1 v0.7.3
22412025-09-19T18:23:57.659Z Checking anstream v0.6.18
22422025-09-19T18:23:57.775Z Checking postgres-protocol v0.6.8
22432025-09-19T18:23:58.029Z Checking publicsuffix v2.3.0
22442025-09-19T18:23:58.049Z Checking heapless v0.7.17
22452025-09-19T18:23:58.339Z Checking tower v0.5.2
22462025-09-19T18:23:58.447Z Checking group v0.13.0
22472025-09-19T18:23:58.721Z Checking zstd-safe v7.2.3
22482025-09-19T18:23:58.962Z Checking num-iter v0.1.45
22492025-09-19T18:23:59.051Z Checking dtrace-parser v0.2.0
22502025-09-19T18:23:59.077Z Checking rand v0.8.5
22512025-09-19T18:23:59.147Z Checking cookie v0.18.1
22522025-09-19T18:23:59.167Z Checking syn v2.0.106
22532025-09-19T18:23:59.414Z Checking dof v0.3.0
22542025-09-19T18:23:59.526Z Compiling daft v0.1.4
22552025-09-19T18:23:59.600Z Checking tokio-native-tls v0.3.1
22562025-09-19T18:23:59.888Z Checking ipnetwork v0.21.1
22572025-09-19T18:23:59.947Z Checking terminal_size v0.4.0
22582025-09-19T18:24:00.065Z Checking flate2 v1.1.2
22592025-09-19T18:24:00.134Z Checking lazy_static v1.5.0
22602025-09-19T18:24:00.202Z Checking hyper v1.7.0
22612025-09-19T18:24:00.240Z Checking rustls-native-certs v0.8.1
22622025-09-19T18:24:00.259Z Checking tokio-rustls v0.26.0
22632025-09-19T18:24:00.275Z Checking http-body-util v0.1.3
22642025-09-19T18:24:00.279Z Checking webpki-roots v1.0.1
22652025-09-19T18:24:00.435Z Checking signal-hook v0.3.18
22662025-09-19T18:24:00.547Z Checking hkdf v0.12.4
22672025-09-19T18:24:00.651Z Checking crypto-bigint v0.5.5
22682025-09-19T18:24:00.693Z Checking thread-id v4.2.2
22692025-09-19T18:24:00.712Z Checking object v0.36.5
22702025-09-19T18:24:00.730Z Checking addr2line v0.24.2
22712025-09-19T18:24:00.782Z Checking managed v0.8.0
22722025-09-19T18:24:00.815Z Checking iri-string v0.7.8
22732025-09-19T18:24:00.833Z Checking rustc-demangle v0.1.24
22742025-09-19T18:24:01.165Z Checking clap_lex v0.7.4
22752025-09-19T18:24:01.259Z Checking lockfree-object-pool v0.1.6
22762025-09-19T18:24:01.295Z Checking bitflags v1.3.2
22772025-09-19T18:24:01.414Z Checking winnow v0.5.40
22782025-09-19T18:24:01.441Z Checking bumpalo v3.16.0
22792025-09-19T18:24:01.514Z Checking strsim v0.11.1
22802025-09-19T18:24:01.802Z Checking simd-adler32 v0.3.7
22812025-09-19T18:24:01.828Z Compiling rayon-core v1.12.1
22822025-09-19T18:24:02.159Z Checking zopfli v0.8.1
22832025-09-19T18:24:02.198Z Checking hyper-util v0.1.16
22842025-09-19T18:24:02.220Z Checking clap_builder v4.5.41
22852025-09-19T18:24:02.821Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22862025-09-19T18:24:03.167Z Checking smoltcp v0.9.1
22872025-09-19T18:24:03.387Z Checking elliptic-curve v0.13.8
22882025-09-19T18:24:03.408Z Checking tower-http v0.6.6
22892025-09-19T18:24:03.999Z Checking signal-hook-mio v0.2.4
22902025-09-19T18:24:04.051Z Checking oxnet v0.1.3
22912025-09-19T18:24:04.174Z Checking num-bigint-dig v0.8.4
22922025-09-19T18:24:04.251Z Checking toml_edit v0.19.15
22932025-09-19T18:24:04.472Z Checking cookie_store v0.21.1
22942025-09-19T18:24:04.542Z Checking zstd v0.13.3
22952025-09-19T18:24:04.773Z Checking hyper-tls v0.6.0
22962025-09-19T18:24:04.922Z Checking hyper-rustls v0.27.7
22972025-09-19T18:24:05.079Z Checking postgres-types v0.2.9
22982025-09-19T18:24:05.158Z Checking regex v1.11.1
22992025-09-19T18:24:05.177Z Checking bstr v1.10.0
23002025-09-19T18:24:05.220Z Checking usdt-impl v0.5.0
23012025-09-19T18:24:05.313Z Checking crossbeam-deque v0.8.5
23022025-09-19T18:24:05.664Z Checking phf v0.11.2
23032025-09-19T18:24:05.736Z Checking ed25519 v2.2.3
23042025-09-19T18:24:05.801Z Checking bzip2 v0.5.2
23052025-09-19T18:24:05.820Z Checking bzip2 v0.4.4
23062025-09-19T18:24:05.960Z Checking curve25519-dalek v4.1.3
23072025-09-19T18:24:06.078Z Checking thiserror v2.0.16
23082025-09-19T18:24:06.108Z Checking pkcs1 v0.7.5
23092025-09-19T18:24:06.124Z Checking strum v0.27.2
23102025-09-19T18:24:06.143Z Checking hubpack v0.1.2
23112025-09-19T18:24:06.235Z Checking memoffset v0.9.1
23122025-09-19T18:24:06.296Z Checking serde_urlencoded v0.7.1
23132025-09-19T18:24:06.388Z Checking float-cmp v0.10.0
23142025-09-19T18:24:06.442Z Checking serde-big-array v0.5.1
23152025-09-19T18:24:06.499Z Checking rfc6979 v0.4.0
23162025-09-19T18:24:06.514Z Checking socket2 v0.5.10
23172025-09-19T18:24:06.619Z Checking memmap v0.7.0
23182025-09-19T18:24:06.671Z Checking encoding_rs v0.8.34
23192025-09-19T18:24:06.701Z Checking new_debug_unreachable v1.0.6
23202025-09-19T18:24:06.721Z Checking precomputed-hash v0.1.1
23212025-09-19T18:24:06.721Z Checking whoami v1.5.2
23222025-09-19T18:24:06.794Z Checking backtrace v0.3.74
23232025-09-19T18:24:06.813Z Checking winnow v0.7.10
23242025-09-19T18:24:06.844Z Checking difflib v0.4.0
23252025-09-19T18:24:06.862Z Checking minimal-lexical v0.2.1
23262025-09-19T18:24:06.989Z Checking static_assertions v1.1.0
23272025-09-19T18:24:07.063Z Checking fixedbitset v0.4.2
23282025-09-19T18:24:07.108Z Checking normalize-line-endings v0.3.0
23292025-09-19T18:24:07.173Z Checking mime v0.3.17
23302025-09-19T18:24:07.257Z Checking predicates-core v1.0.8
23312025-09-19T18:24:07.261Z Checking toml_write v0.1.2
23322025-09-19T18:24:07.347Z Checking data-encoding v2.9.0
23332025-09-19T18:24:07.366Z Checking unicode-segmentation v1.12.0
23342025-09-19T18:24:07.466Z Checking predicates v3.1.3
23352025-09-19T18:24:07.489Z Checking anyhow v1.0.99
23362025-09-19T18:24:07.600Z Checking petgraph v0.6.5
23372025-09-19T18:24:07.746Z Checking ed25519-dalek v2.1.1
23382025-09-19T18:24:07.885Z Checking nom v7.1.3
23392025-09-19T18:24:07.941Z Checking hickory-proto v0.25.2
23402025-09-19T18:24:08.082Z Checking similar v2.7.0
23412025-09-19T18:24:08.118Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23422025-09-19T18:24:08.208Z Checking tokio-postgres v0.7.13
23432025-09-19T18:24:08.924Z Checking string_cache v0.8.9
23442025-09-19T18:24:08.939Z Checking reqwest v0.12.22
23452025-09-19T18:24:09.243Z Checking usdt v0.5.0
23462025-09-19T18:24:09.506Z Checking toml v0.7.8
23472025-09-19T18:24:09.569Z Checking toml_edit v0.22.27
23482025-09-19T18:24:10.240Z Checking ecdsa v0.16.9
23492025-09-19T18:24:10.519Z Checking rsa v0.9.6
23502025-09-19T18:24:10.711Z Checking nix v0.29.0
23512025-09-19T18:24:10.939Z Checking zip v0.6.6
23522025-09-19T18:24:10.958Z Checking zip v4.2.0
23532025-09-19T18:24:11.524Z Checking clap v4.5.41
23542025-09-19T18:24:11.645Z Checking crossterm v0.28.1
23552025-09-19T18:24:11.692Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23562025-09-19T18:24:11.849Z Checking ahash v0.8.12
23572025-09-19T18:24:12.070Z Checking tokio-stream v0.1.17
23582025-09-19T18:24:12.136Z Checking itertools v0.10.5
23592025-09-19T18:24:12.216Z Checking itertools v0.12.1
23602025-09-19T18:24:12.236Z Checking itertools v0.13.0
23612025-09-19T18:24:12.254Z Checking fs-err v3.1.1
23622025-09-19T18:24:12.840Z Checking buf-list v1.0.3
23632025-09-19T18:24:12.860Z Checking strum v0.26.3
23642025-09-19T18:24:13.042Z Checking slog v2.7.0
23652025-09-19T18:24:13.157Z Checking rustix v1.0.7
23662025-09-19T18:24:13.351Z Checking x509-cert v0.2.5
23672025-09-19T18:24:13.453Z Checking openapiv3 v2.2.0
23682025-09-19T18:24:13.507Z Checking sha1 v0.10.6
23692025-09-19T18:24:13.811Z Checking winnow v0.6.26
23702025-09-19T18:24:14.309Z Checking rustc-hash v2.1.1
23712025-09-19T18:24:14.514Z Checking peg-runtime v0.8.5
23722025-09-19T18:24:14.655Z Checking unicode-xid v0.2.6
23732025-09-19T18:24:14.659Z Checking lalrpop-util v0.19.12
23742025-09-19T18:24:14.767Z Checking rayon v1.10.0
23752025-09-19T18:24:14.824Z Checking camino v1.2.0
23762025-09-19T18:24:14.827Z Checking sigpipe v0.1.3
23772025-09-19T18:24:14.860Z Checking glob v0.3.2
23782025-09-19T18:24:14.944Z Checking jiff v0.2.15
23792025-09-19T18:24:18.886Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802025-09-19T18:24:19.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.59s
23812025-09-19T18:24:19.479Z
23822025-09-19T18:24:19.479Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/227)
23832025-09-19T18:24:20.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842025-09-19T18:24:20.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852025-09-19T18:24:20.444Z Compiling regress v0.10.4
23862025-09-19T18:24:20.588Z Compiling ident_case v1.0.1
23872025-09-19T18:24:20.618Z Checking heck v0.5.0
23882025-09-19T18:24:20.641Z Checking newtype-uuid v1.2.4
23892025-09-19T18:24:20.661Z Compiling unsafe-libyaml v0.2.11
23902025-09-19T18:24:20.683Z Checking futures-executor v0.3.31
23912025-09-19T18:24:20.687Z Checking fastrand v2.1.1
23922025-09-19T18:24:20.759Z Compiling darling_core v0.20.10
23932025-09-19T18:24:20.823Z Checking thread_local v1.1.8
23942025-09-19T18:24:20.944Z Checking futures v0.3.31
23952025-09-19T18:24:20.966Z Checking daft v0.1.4
23962025-09-19T18:24:21.023Z Checking tempfile v3.20.0
23972025-09-19T18:24:21.064Z Checking macaddr v1.0.1
23982025-09-19T18:24:21.122Z Compiling structmeta-derive v0.3.0
23992025-09-19T18:24:21.408Z Compiling ref-cast v1.0.24
24002025-09-19T18:24:21.427Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24012025-09-19T18:24:21.431Z Checking crossbeam-channel v0.5.15
24022025-09-19T18:24:21.579Z Compiling ref-cast-impl v1.0.24
24032025-09-19T18:24:22.020Z Compiling serde_yaml v0.9.34+deprecated
24042025-09-19T18:24:22.179Z Checking is-terminal v0.4.13
24052025-09-19T18:24:22.324Z Compiling rustls v0.22.4
24062025-09-19T18:24:22.477Z Checking take_mut v0.2.2
24072025-09-19T18:24:22.660Z Checking term v1.1.0
24082025-09-19T18:24:22.714Z Checking slog-async v2.8.0
24092025-09-19T18:24:22.904Z Compiling multer v3.1.0
24102025-09-19T18:24:23.036Z Checking match_cfg v0.1.0
24112025-09-19T18:24:23.078Z Checking slog-term v2.9.2
24122025-09-19T18:24:23.151Z Checking hostname v0.3.1
24132025-09-19T18:24:23.341Z Checking toml_parser v1.0.2
24142025-09-19T18:24:23.623Z Checking slog-json v2.6.1
24152025-09-19T18:24:23.726Z Compiling structmeta v0.3.0
24162025-09-19T18:24:23.896Z Checking serde_spanned v1.0.0
24172025-09-19T18:24:23.957Z Checking typify-impl v0.3.0
24182025-09-19T18:24:24.071Z Checking toml_datetime v0.7.0
24192025-09-19T18:24:24.125Z Checking hex v0.4.3
24202025-09-19T18:24:24.151Z Compiling async-stream-impl v0.3.6
24212025-09-19T18:24:24.666Z Checking wait-timeout v0.2.0
24222025-09-19T18:24:24.900Z Compiling dropshot v0.16.4
24232025-09-19T18:24:25.250Z Checking bit-vec v0.8.0
24242025-09-19T18:24:25.447Z Checking debug-ignore v1.0.5
24252025-09-19T18:24:25.536Z Checking toml_writer v1.0.2
24262025-09-19T18:24:25.622Z Checking quick-error v1.2.3
24272025-09-19T18:24:25.666Z Checking bit-set v0.8.0
24282025-09-19T18:24:25.816Z Checking rusty-fork v0.3.0
24292025-09-19T18:24:25.924Z Checking toml v0.9.5
24302025-09-19T18:24:25.979Z Checking async-stream v0.3.6
24312025-09-19T18:24:26.203Z Compiling derive-ex v0.1.8
24322025-09-19T18:24:26.224Z Checking slog-bunyan v2.5.0
24332025-09-19T18:24:26.520Z Compiling darling_macro v0.20.10
24342025-09-19T18:24:26.554Z Checking rand_xorshift v0.4.0
24352025-09-19T18:24:26.769Z Checking progenitor-client v0.9.1
24362025-09-19T18:24:26.818Z Checking tokio-rustls v0.25.0
24372025-09-19T18:24:26.841Z Checking waitgroup v0.1.2
24382025-09-19T18:24:27.010Z Checking rustls-pemfile v2.2.0
24392025-09-19T18:24:27.191Z Compiling dropshot_endpoint v0.16.4
24402025-09-19T18:24:27.215Z Checking serde_path_to_error v0.1.17
24412025-09-19T18:24:27.255Z Compiling derive-where v1.5.0
24422025-09-19T18:24:27.276Z Checking hostname v0.4.0
24432025-09-19T18:24:27.446Z Checking unarray v0.1.4
24442025-09-19T18:24:27.471Z Compiling darling v0.20.10
24452025-09-19T18:24:27.610Z Compiling serde_with_macros v3.14.0
24462025-09-19T18:24:27.631Z Checking proptest v1.7.0
24472025-09-19T18:24:27.818Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24482025-09-19T18:24:28.005Z Compiling parse-display-derive v0.10.0
24492025-09-19T18:24:28.414Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24502025-09-19T18:24:28.974Z Compiling darling_core v0.21.0
24512025-09-19T18:24:30.156Z Checking serde_with v3.14.0
24522025-09-19T18:24:30.400Z Compiling test-strategy v0.4.3
24532025-09-19T18:24:30.504Z Checking progenitor-client v0.10.0
24542025-09-19T18:24:31.000Z Checking hashbrown v0.16.0
24552025-09-19T18:24:31.857Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24562025-09-19T18:24:32.039Z Checking instant v0.1.13
24572025-09-19T18:24:32.186Z Checking foldhash v0.2.0
24582025-09-19T18:24:32.215Z Checking backoff v0.4.0
24592025-09-19T18:24:32.487Z Checking iddqd v0.3.13
24602025-09-19T18:24:32.558Z Checking parse-display v0.10.0
24612025-09-19T18:24:32.626Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622025-09-19T18:24:32.795Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24632025-09-19T18:24:32.824Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24642025-09-19T18:24:32.844Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
24652025-09-19T18:24:33.166Z Checking unicode-width v0.1.14
24662025-09-19T18:24:33.531Z Compiling proc-macro-error v1.0.4
24672025-09-19T18:24:33.681Z Compiling itertools v0.14.0
24682025-09-19T18:24:33.903Z Compiling heapless v0.8.0
24692025-09-19T18:24:33.933Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
24702025-09-19T18:24:34.140Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24712025-09-19T18:24:34.162Z Compiling proc-macro-crate v1.3.1
24722025-09-19T18:24:34.567Z Checking hash32 v0.3.1
24732025-09-19T18:24:34.695Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24742025-09-19T18:24:34.802Z Compiling smoltcp v0.11.0
24752025-09-19T18:24:35.071Z Compiling num_enum_derive v0.5.11
24762025-09-19T18:24:35.075Z Compiling typify-impl v0.4.3
24772025-09-19T18:24:35.155Z Compiling darling_macro v0.21.0
24782025-09-19T18:24:35.486Z Compiling foreign-types-macros v0.2.3
24792025-09-19T18:24:35.642Z Checking cobs v0.2.3
24802025-09-19T18:24:35.728Z Checking foreign-types-shared v0.3.1
24812025-09-19T18:24:35.883Z Checking postcard v1.0.10
24822025-09-19T18:24:36.138Z Compiling darling v0.21.0
24832025-09-19T18:24:36.257Z Compiling typify-macro v0.3.0
24842025-09-19T18:24:36.489Z Checking tabwriter v1.4.0
24852025-09-19T18:24:36.655Z Compiling typify-impl v0.2.0
24862025-09-19T18:24:36.710Z Compiling ingot-macros v0.1.1
24872025-09-19T18:24:36.748Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24882025-09-19T18:24:36.765Z Checking foreign-types v0.5.0
24892025-09-19T18:24:36.890Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24902025-09-19T18:24:37.362Z Checking cstr-argument v0.1.2
24912025-09-19T18:24:37.435Z Checking num_enum v0.5.11
24922025-09-19T18:24:37.588Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24932025-09-19T18:24:37.610Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24942025-09-19T18:24:37.613Z Checking pretty-hex v0.2.1
24952025-09-19T18:24:37.837Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24962025-09-19T18:24:37.990Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24972025-09-19T18:24:38.016Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24982025-09-19T18:24:38.157Z Checking colored v2.2.0
24992025-09-19T18:24:38.184Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
25002025-09-19T18:24:38.362Z Compiling crucible-workspace-hack v0.1.0
25012025-09-19T18:24:38.574Z Checking unicode-width v0.2.0
25022025-09-19T18:24:38.797Z Compiling semver v0.1.20
25032025-09-19T18:24:39.088Z Checking console v0.15.10
25042025-09-19T18:24:39.227Z Compiling rustc_version v0.1.7
25052025-09-19T18:24:39.364Z Compiling zone_cfg_derive v0.3.0
25062025-09-19T18:24:39.673Z Checking camino-tempfile v1.4.1
25072025-09-19T18:24:39.997Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
25082025-09-19T18:24:40.225Z Compiling typify v0.3.0
25092025-09-19T18:24:40.423Z Compiling progenitor-impl v0.9.1
25102025-09-19T18:24:40.763Z Checking smf v0.2.3
25112025-09-19T18:24:41.301Z Compiling num-derive v0.4.2
25122025-09-19T18:24:42.421Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25132025-09-19T18:24:42.622Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25142025-09-19T18:24:42.802Z Checking zone v0.3.1
25152025-09-19T18:24:42.893Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
25162025-09-19T18:24:43.160Z Compiling newtype_derive v0.1.6
25172025-09-19T18:24:43.401Z Checking ingot-types v0.1.2
25182025-09-19T18:24:43.538Z Checking num-rational v0.4.2
25192025-09-19T18:24:43.579Z Checking password-hash v0.5.0
25202025-09-19T18:24:43.680Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
25212025-09-19T18:24:44.058Z Checking blake2 v0.10.6
25222025-09-19T18:24:44.162Z Checking num-complex v0.4.6
25232025-09-19T18:24:44.192Z Checking ingot v0.1.1
25242025-09-19T18:24:44.213Z Compiling pin-project-internal v1.1.6
25252025-09-19T18:24:44.548Z Compiling cancel-safe-futures v0.1.5
25262025-09-19T18:24:44.951Z Compiling owo-colors v4.2.2
25272025-09-19T18:24:45.058Z Checking num v0.4.3
25282025-09-19T18:24:45.219Z Checking argon2 v0.5.3
25292025-09-19T18:24:45.778Z Checking atomicwrites v0.4.4
25302025-09-19T18:24:45.912Z Checking newline-converter v0.3.0
25312025-09-19T18:24:45.985Z Checking pem v3.0.5
25322025-09-19T18:24:46.011Z Checking libsw-core v0.3.1
25332025-09-19T18:24:46.103Z Compiling snafu-derive v0.8.5
25342025-09-19T18:24:46.267Z Compiling lzma-sys v0.1.20
25352025-09-19T18:24:46.287Z Checking secrecy v0.10.3
25362025-09-19T18:24:46.504Z Checking csv-core v0.1.11
25372025-09-19T18:24:46.787Z Compiling typify-macro v0.4.3
25382025-09-19T18:24:46.899Z Checking same-file v1.0.6
25392025-09-19T18:24:47.033Z Checking indent_write v2.2.0
25402025-09-19T18:24:47.037Z Checking pin-project v1.1.6
25412025-09-19T18:24:47.075Z Checking float-ord v0.3.2
25422025-09-19T18:24:47.212Z Checking bytecount v0.6.8
25432025-09-19T18:24:47.236Z Compiling progenitor-macro v0.9.1
25442025-09-19T18:24:47.258Z Checking utf-8 v0.7.6
25452025-09-19T18:24:47.277Z Compiling convert_case v0.4.0
25462025-09-19T18:24:47.388Z Checking arc-swap v1.7.1
25472025-09-19T18:24:47.493Z Checking fixedbitset v0.5.7
25482025-09-19T18:24:47.748Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
25492025-09-19T18:24:47.820Z Checking slog-scope v4.4.0
25502025-09-19T18:24:47.905Z Checking petgraph v0.8.2
25512025-09-19T18:24:47.984Z Compiling typify-macro v0.2.0
25522025-09-19T18:24:48.029Z Checking tungstenite v0.21.0
25532025-09-19T18:24:48.097Z Compiling derive_more v0.99.20
25542025-09-19T18:24:48.940Z Checking papergrid v0.11.0
25552025-09-19T18:24:50.219Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
25562025-09-19T18:24:50.419Z Checking walkdir v2.5.0
25572025-09-19T18:24:50.765Z Compiling typify v0.4.3
25582025-09-19T18:24:50.846Z Checking snafu v0.8.5
25592025-09-19T18:24:50.966Z Compiling progenitor-impl v0.10.0
25602025-09-19T18:24:51.260Z Checking csv v1.3.1
25612025-09-19T18:24:51.328Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25622025-09-19T18:24:51.686Z Checking libsw v3.5.0
25632025-09-19T18:24:51.924Z Compiling typify v0.2.0
25642025-09-19T18:24:52.062Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
25652025-09-19T18:24:52.130Z Compiling progenitor-impl v0.8.0
25662025-09-19T18:24:52.142Z Checking expectorate v1.2.0
25672025-09-19T18:24:52.961Z Compiling tabled_derive v0.7.0
25682025-09-19T18:24:53.035Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25692025-09-19T18:24:53.688Z Checking globset v0.4.15
25702025-09-19T18:24:54.131Z Checking olpc-cjson v0.1.4
25712025-09-19T18:24:54.215Z Compiling heck v0.3.3
25722025-09-19T18:24:54.259Z Checking progenitor-client v0.8.0
25732025-09-19T18:24:54.385Z Checking serde_plain v1.0.2
25742025-09-19T18:24:54.571Z Compiling async-recursion v1.1.1
25752025-09-19T18:24:54.596Z Checking unicode-linebreak v0.1.5
25762025-09-19T18:24:54.625Z Checking linear-map v1.2.0
25772025-09-19T18:24:54.656Z Checking smawk v0.3.2
25782025-09-19T18:24:54.875Z Checking swrite v0.1.0
25792025-09-19T18:24:54.968Z Checking typed-path v0.9.3
25802025-09-19T18:24:55.026Z Checking highway v1.3.0
25812025-09-19T18:24:55.046Z Checking textwrap v0.16.2
25822025-09-19T18:24:55.135Z Checking tabled v0.15.0
25832025-09-19T18:24:55.488Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25842025-09-19T18:24:55.511Z Compiling zone_cfg_derive v0.1.2
25852025-09-19T18:24:56.027Z Checking steno v0.4.1
25862025-09-19T18:24:56.962Z Checking tough v0.20.0
25872025-09-19T18:24:57.218Z Checking tokio-tungstenite v0.21.0
25882025-09-19T18:24:57.663Z Compiling progenitor-macro v0.10.0
25892025-09-19T18:24:57.763Z Checking slog-stdlog v4.1.1
25902025-09-19T18:24:57.965Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25912025-09-19T18:24:57.990Z Checking base64 v0.13.1
25922025-09-19T18:24:58.293Z Checking number_prefix v0.4.0
25932025-09-19T18:24:58.378Z Checking base64 v0.21.7
25942025-09-19T18:24:58.403Z Checking humantime v2.2.0
25952025-09-19T18:24:58.515Z Checking ron v0.7.1
25962025-09-19T18:24:58.538Z Checking indicatif v0.17.11
25972025-09-19T18:24:58.741Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25982025-09-19T18:24:58.831Z Compiling progenitor-macro v0.8.0
25992025-09-19T18:24:58.862Z Checking slog-envlogger v2.2.0
26002025-09-19T18:24:59.117Z Checking xz2 v0.1.7
26012025-09-19T18:24:59.229Z Checking zone v0.1.8
26022025-09-19T18:24:59.266Z Checking toml v0.8.23
26032025-09-19T18:24:59.451Z Checking tokio-dtrace v0.1.0
26042025-09-19T18:24:59.609Z Checking xattr v1.3.1
26052025-09-19T18:24:59.770Z Checking yasna v0.5.2
26062025-09-19T18:24:59.842Z Checking headers-core v0.3.0
26072025-09-19T18:24:59.910Z Checking filetime v0.2.25
26082025-09-19T18:25:00.012Z Checking headers v0.4.1
26092025-09-19T18:25:00.033Z Checking oxide-tokio-rt v0.1.2
26102025-09-19T18:25:00.071Z Checking progenitor v0.9.1
26112025-09-19T18:25:00.150Z Checking tar v0.4.44
26122025-09-19T18:25:00.269Z Checking subprocess v0.2.9
26132025-09-19T18:25:00.310Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
26142025-09-19T18:25:00.615Z Checking rcgen v0.12.1
26152025-09-19T18:25:04.813Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26162025-09-19T18:25:05.001Z Checking progenitor v0.10.0
26172025-09-19T18:25:05.133Z Checking progenitor v0.8.0
26182025-09-19T18:25:05.293Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26192025-09-19T18:25:07.921Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26202025-09-19T18:25:11.630Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26212025-09-19T18:25:11.633Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26222025-09-19T18:25:11.633Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26232025-09-19T18:25:11.633Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26242025-09-19T18:25:11.633Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26252025-09-19T18:25:13.969Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26262025-09-19T18:25:14.011Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26272025-09-19T18:25:14.150Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26282025-09-19T18:25:14.728Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
26292025-09-19T18:25:17.063Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26302025-09-19T18:25:32.115Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26312025-09-19T18:25:33.963Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26322025-09-19T18:25:35.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
26332025-09-19T18:25:35.868Z
26342025-09-19T18:25:35.868Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/227)
26352025-09-19T18:25:36.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362025-09-19T18:25:36.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372025-09-19T18:25:36.786Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26382025-09-19T18:25:38.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s
26392025-09-19T18:25:38.850Z
26402025-09-19T18:25:38.850Zinfo: running `cargo check --bins` on nexus-config (52/227)
26412025-09-19T18:25:39.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422025-09-19T18:25:39.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432025-09-19T18:25:39.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442025-09-19T18:25:39.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26452025-09-19T18:25:39.712Z
26462025-09-19T18:25:39.712Zinfo: running `cargo check --bins` on nexus-types (53/227)
26472025-09-19T18:25:40.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482025-09-19T18:25:40.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492025-09-19T18:25:40.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502025-09-19T18:25:40.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26512025-09-19T18:25:40.570Z
26522025-09-19T18:25:40.570Zinfo: running `cargo check --bins` on clickhouse-admin-types (54/227)
26532025-09-19T18:25:41.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542025-09-19T18:25:41.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552025-09-19T18:25:41.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562025-09-19T18:25:41.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26572025-09-19T18:25:41.397Z
26582025-09-19T18:25:41.397Zinfo: running `cargo check --bins` on cockroach-admin-types (55/227)
26592025-09-19T18:25:42.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602025-09-19T18:25:42.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612025-09-19T18:25:42.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622025-09-19T18:25:42.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
26632025-09-19T18:25:42.201Z
26642025-09-19T18:25:42.201Zinfo: running `cargo check --bins` on gateway-client (56/227)
26652025-09-19T18:25:42.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662025-09-19T18:25:42.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672025-09-19T18:25:42.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682025-09-19T18:25:42.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
26692025-09-19T18:25:43.014Z
26702025-09-19T18:25:43.014Zinfo: running `cargo check --bins` on ereport-types (57/227)
26712025-09-19T18:25:43.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722025-09-19T18:25:43.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732025-09-19T18:25:43.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742025-09-19T18:25:43.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26752025-09-19T18:25:43.812Z
26762025-09-19T18:25:43.812Zinfo: running `cargo check --bins` on gateway-types (58/227)
26772025-09-19T18:25:44.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782025-09-19T18:25:44.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792025-09-19T18:25:44.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802025-09-19T18:25:44.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
26812025-09-19T18:25:44.628Z
26822025-09-19T18:25:44.628Zinfo: running `cargo check --bins` on internal-dns-types (59/227)
26832025-09-19T18:25:45.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842025-09-19T18:25:45.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852025-09-19T18:25:45.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26862025-09-19T18:25:45.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
26872025-09-19T18:25:45.438Z
26882025-09-19T18:25:45.438Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (60/227)
26892025-09-19T18:25:46.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902025-09-19T18:25:46.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912025-09-19T18:25:46.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26922025-09-19T18:25:46.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26932025-09-19T18:25:46.287Z
26942025-09-19T18:25:46.287Zinfo: running `cargo check --bins` on omicron-passwords (61/227)
26952025-09-19T18:25:46.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962025-09-19T18:25:46.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972025-09-19T18:25:46.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982025-09-19T18:25:46.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26992025-09-19T18:25:47.079Z
27002025-09-19T18:25:47.079Zinfo: running `cargo check --bins` on oxql-types (62/227)
27012025-09-19T18:25:47.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022025-09-19T18:25:47.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032025-09-19T18:25:47.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042025-09-19T18:25:47.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27052025-09-19T18:25:47.900Z
27062025-09-19T18:25:47.901Zinfo: running `cargo check --bins` on oximeter-types (63/227)
27072025-09-19T18:25:48.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082025-09-19T18:25:48.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092025-09-19T18:25:48.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102025-09-19T18:25:48.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27112025-09-19T18:25:48.730Z
27122025-09-19T18:25:48.730Zinfo: running `cargo check --bins` on oximeter-macro-impl (64/227)
27132025-09-19T18:25:49.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142025-09-19T18:25:49.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152025-09-19T18:25:49.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162025-09-19T18:25:49.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27172025-09-19T18:25:49.518Z
27182025-09-19T18:25:49.519Zinfo: running `cargo check --bins` on update-engine (65/227)
27192025-09-19T18:25:50.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202025-09-19T18:25:50.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212025-09-19T18:25:50.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222025-09-19T18:25:50.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27232025-09-19T18:25:50.307Z
27242025-09-19T18:25:50.307Zinfo: running `cargo check --bins` on omicron-rpaths (66/227)
27252025-09-19T18:25:51.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262025-09-19T18:25:51.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272025-09-19T18:25:51.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282025-09-19T18:25:51.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27292025-09-19T18:25:51.095Z
27302025-09-19T18:25:51.095Zinfo: running `cargo check --bins` on omicron-certificates (67/227)
27312025-09-19T18:25:51.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322025-09-19T18:25:51.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332025-09-19T18:25:51.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342025-09-19T18:25:51.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27352025-09-19T18:25:51.918Z
27362025-09-19T18:25:51.918Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (68/227)
27372025-09-19T18:25:52.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382025-09-19T18:25:52.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392025-09-19T18:25:52.864Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27402025-09-19T18:25:52.868Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27412025-09-19T18:25:53.012Z Compiling tempfile v3.20.0
27422025-09-19T18:25:53.025Z Compiling wait-timeout v0.2.0
27432025-09-19T18:25:53.029Z Compiling quick-error v1.2.3
27442025-09-19T18:25:53.030Z Compiling match_cfg v0.1.0
27452025-09-19T18:25:53.030Z Compiling bit-vec v0.8.0
27462025-09-19T18:25:53.030Z Compiling rustls v0.22.4
27472025-09-19T18:25:53.157Z Compiling hostname v0.3.1
27482025-09-19T18:25:53.183Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
27492025-09-19T18:25:53.295Z Compiling progenitor-client v0.9.1
27502025-09-19T18:25:53.384Z Compiling toml_parser v1.0.2
27512025-09-19T18:25:53.506Z Compiling bit-set v0.8.0
27522025-09-19T18:25:53.573Z Compiling rusty-fork v0.3.0
27532025-09-19T18:25:53.605Z Compiling slog-json v2.6.1
27542025-09-19T18:25:53.647Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27552025-09-19T18:25:53.758Z Compiling rand_xorshift v0.4.0
27562025-09-19T18:25:53.809Z Compiling serde_spanned v1.0.0
27572025-09-19T18:25:53.814Z Compiling toml_datetime v0.7.0
27582025-09-19T18:25:53.966Z Compiling hex v0.4.3
27592025-09-19T18:25:54.039Z Compiling unarray v0.1.4
27602025-09-19T18:25:54.072Z Compiling toml_writer v1.0.2
27612025-09-19T18:25:54.228Z Compiling proptest v1.7.0
27622025-09-19T18:25:54.231Z Compiling slog-bunyan v2.5.0
27632025-09-19T18:25:54.409Z Compiling progenitor v0.9.1
27642025-09-19T18:25:54.483Z Compiling toml v0.9.5
27652025-09-19T18:25:55.510Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27662025-09-19T18:25:55.513Z Compiling async-stream v0.3.6
27672025-09-19T18:25:55.514Z Compiling multer v3.1.0
27682025-09-19T18:25:55.514Z Compiling ref-cast v1.0.24
27692025-09-19T18:25:55.514Z Compiling waitgroup v0.1.2
27702025-09-19T18:25:55.514Z Compiling rustls-pemfile v2.2.0
27712025-09-19T18:25:55.514Z Compiling hashbrown v0.16.0
27722025-09-19T18:25:55.514Z Compiling serde_path_to_error v0.1.17
27732025-09-19T18:25:55.514Z Compiling hostname v0.4.0
27742025-09-19T18:25:55.514Z Compiling instant v0.1.13
27752025-09-19T18:25:55.619Z Compiling debug-ignore v1.0.5
27762025-09-19T18:25:55.648Z Compiling foldhash v0.2.0
27772025-09-19T18:25:55.820Z Compiling backoff v0.4.0
27782025-09-19T18:25:55.864Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
27792025-09-19T18:25:56.071Z Compiling iddqd v0.3.13
27802025-09-19T18:25:56.093Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27812025-09-19T18:25:56.181Z Compiling parse-display v0.10.0
27822025-09-19T18:25:56.313Z Compiling serde_with v3.14.0
27832025-09-19T18:25:57.173Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27842025-09-19T18:25:57.729Z Compiling tokio-rustls v0.25.0
27852025-09-19T18:25:57.944Z Compiling progenitor-client v0.10.0
27862025-09-19T18:25:58.162Z Compiling dropshot v0.16.4
27872025-09-19T18:25:58.290Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
27882025-09-19T18:25:58.475Z Compiling num-rational v0.4.2
27892025-09-19T18:25:59.370Z Compiling num-complex v0.4.6
27902025-09-19T18:26:00.062Z Compiling macaddr v1.0.1
27912025-09-19T18:26:00.379Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
27922025-09-19T18:26:00.413Z Compiling num v0.4.3
27932025-09-19T18:26:00.508Z Compiling float-ord v0.3.2
27942025-09-19T18:26:00.550Z Compiling toml v0.8.23
27952025-09-19T18:26:00.725Z Checking linked-hash-map v0.5.6
27962025-09-19T18:26:01.111Z Checking siphasher v1.0.1
27972025-09-19T18:26:01.473Z Checking phf_shared v0.12.1
27982025-09-19T18:26:01.546Z Checking lru-cache v0.1.2
27992025-09-19T18:26:01.665Z Checking resolv-conf v0.7.0
28002025-09-19T18:26:01.761Z Checking hickory-proto v0.24.4
28012025-09-19T18:26:01.765Z Checking prettyplease v0.2.36
28022025-09-19T18:26:02.042Z Compiling slog-dtrace v0.3.0
28032025-09-19T18:26:02.063Z Compiling chrono-tz v0.10.4
28042025-09-19T18:26:02.455Z Checking phf v0.12.1
28052025-09-19T18:26:02.510Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28062025-09-19T18:26:02.743Z Compiling const_format_proc_macros v0.2.34
28072025-09-19T18:26:02.998Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082025-09-19T18:26:03.451Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28092025-09-19T18:26:04.234Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28102025-09-19T18:26:04.687Z Checking const_format v0.2.34
28112025-09-19T18:26:05.014Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28122025-09-19T18:26:05.190Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28132025-09-19T18:26:05.399Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28142025-09-19T18:26:05.624Z Checking gethostname v0.5.0
28152025-09-19T18:26:05.822Z Checking bcs v0.1.6
28162025-09-19T18:26:05.900Z Checking hickory-resolver v0.24.4
28172025-09-19T18:26:06.316Z Checking nanorand v0.7.0
28182025-09-19T18:26:06.722Z Checking termtree v0.5.1
28192025-09-19T18:26:06.992Z Checking flume v0.11.1
28202025-09-19T18:26:07.477Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28212025-09-19T18:26:07.533Z Checking qorb v0.4.1
28222025-09-19T18:26:07.853Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28232025-09-19T18:26:08.414Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28242025-09-19T18:26:09.566Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28252025-09-19T18:26:18.372Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28262025-09-19T18:26:21.970Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28272025-09-19T18:26:24.719Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28282025-09-19T18:26:26.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.23s
28292025-09-19T18:26:26.381Z
28302025-09-19T18:26:26.381Zinfo: running `cargo check --bins` on clickhouse-admin-api (69/227)
28312025-09-19T18:26:27.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-09-19T18:26:27.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-09-19T18:26:27.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342025-09-19T18:26:27.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28352025-09-19T18:26:27.220Z
28362025-09-19T18:26:27.220Zinfo: running `cargo check --bins` on openapi-manager-types (70/227)
28372025-09-19T18:26:27.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382025-09-19T18:26:27.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392025-09-19T18:26:27.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402025-09-19T18:26:27.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28412025-09-19T18:26:28.015Z
28422025-09-19T18:26:28.016Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (71/227)
28432025-09-19T18:26:28.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-09-19T18:26:28.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-09-19T18:26:28.858Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462025-09-19T18:26:29.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
28472025-09-19T18:26:29.795Z
28482025-09-19T18:26:29.795Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (72/227)
28492025-09-19T18:26:30.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-09-19T18:26:30.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-09-19T18:26:30.673Z Compiling cfg_aliases v0.1.1
28522025-09-19T18:26:30.673Z Compiling convert_case v0.7.1
28532025-09-19T18:26:30.677Z Compiling vte_generate_state_changes v0.1.2
28542025-09-19T18:26:30.678Z Checking fd-lock v4.0.2
28552025-09-19T18:26:30.678Z Checking nibble_vec v0.1.0
28562025-09-19T18:26:30.811Z Checking endian-type v0.1.2
28572025-09-19T18:26:30.827Z Compiling peg-macros v0.8.5
28582025-09-19T18:26:30.831Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592025-09-19T18:26:30.903Z Compiling nix v0.28.0
28602025-09-19T18:26:31.060Z Compiling sqlparser_derive v0.2.2
28612025-09-19T18:26:31.134Z Checking radix_trie v0.2.1
28622025-09-19T18:26:31.160Z Checking home v0.5.9
28632025-09-19T18:26:31.320Z Checking unicode_categories v0.1.1
28642025-09-19T18:26:31.382Z Checking vte v0.11.1
28652025-09-19T18:26:31.542Z Compiling derive_more-impl v2.0.1
28662025-09-19T18:26:31.562Z Checking nu-ansi-term v0.50.1
28672025-09-19T18:26:31.635Z Checking sqlformat v0.3.5
28682025-09-19T18:26:31.917Z Checking display-error-chain v0.2.2
28692025-09-19T18:26:32.127Z Checking sqlparser v0.45.0
28702025-09-19T18:26:32.797Z Checking strip-ansi-escapes v0.2.0
28712025-09-19T18:26:32.911Z Checking derive_more v2.0.1
28722025-09-19T18:26:32.949Z Checking reedline v0.40.0
28732025-09-19T18:26:33.036Z Checking crossterm v0.29.0
28742025-09-19T18:26:33.158Z Checking peg v0.8.5
28752025-09-19T18:26:33.715Z Checking rustyline v14.0.0
28762025-09-19T18:26:42.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.85s
28772025-09-19T18:26:42.855Z
28782025-09-19T18:26:42.855Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (73/227)
28792025-09-19T18:26:43.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802025-09-19T18:26:43.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812025-09-19T18:26:43.748Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28822025-09-19T18:26:49.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
28832025-09-19T18:26:49.452Z
28842025-09-19T18:26:49.452Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (74/227)
28852025-09-19T18:26:50.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862025-09-19T18:26:50.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872025-09-19T18:26:50.342Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28882025-09-19T18:26:54.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
28892025-09-19T18:26:54.446Z
28902025-09-19T18:26:54.446Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (75/227)
28912025-09-19T18:26:55.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922025-09-19T18:26:55.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932025-09-19T18:26:55.291Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28942025-09-19T18:27:00.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s
28952025-09-19T18:27:00.649Z
28962025-09-19T18:27:00.649Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (76/227)
28972025-09-19T18:27:01.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982025-09-19T18:27:01.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992025-09-19T18:27:01.517Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29002025-09-19T18:27:06.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
29012025-09-19T18:27:07.079Z
29022025-09-19T18:27:07.079Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (77/227)
29032025-09-19T18:27:07.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042025-09-19T18:27:07.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052025-09-19T18:27:07.965Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29062025-09-19T18:27:11.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
29072025-09-19T18:27:12.201Z
29082025-09-19T18:27:12.201Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (78/227)
29092025-09-19T18:27:12.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102025-09-19T18:27:12.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112025-09-19T18:27:13.076Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29122025-09-19T18:27:17.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
29132025-09-19T18:27:17.365Z
29142025-09-19T18:27:17.365Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (79/227)
29152025-09-19T18:27:18.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162025-09-19T18:27:18.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172025-09-19T18:27:18.225Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29182025-09-19T18:27:23.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
29192025-09-19T18:27:23.899Z
29202025-09-19T18:27:23.899Zinfo: running `cargo check --bins` on oximeter (80/227)
29212025-09-19T18:27:24.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222025-09-19T18:27:24.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232025-09-19T18:27:24.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242025-09-19T18:27:24.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29252025-09-19T18:27:24.730Z
29262025-09-19T18:27:24.730Zinfo: running `cargo check --bins` on oximeter-schema (81/227)
29272025-09-19T18:27:25.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282025-09-19T18:27:25.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292025-09-19T18:27:25.544Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29302025-09-19T18:27:26.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
29312025-09-19T18:27:26.890Z
29322025-09-19T18:27:26.890Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (82/227)
29332025-09-19T18:27:27.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342025-09-19T18:27:27.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352025-09-19T18:27:27.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362025-09-19T18:27:27.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29372025-09-19T18:27:27.709Z
29382025-09-19T18:27:27.709Zinfo: running `cargo check --bins` on oximeter-test-utils (83/227)
29392025-09-19T18:27:28.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402025-09-19T18:27:28.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412025-09-19T18:27:28.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422025-09-19T18:27:28.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
29432025-09-19T18:27:28.613Z
29442025-09-19T18:27:28.613Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (84/227)
29452025-09-19T18:27:29.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462025-09-19T18:27:29.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472025-09-19T18:27:29.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482025-09-19T18:27:29.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29492025-09-19T18:27:29.383Z
29502025-09-19T18:27:29.383Zinfo: running `cargo check --bins` on bootstrap-agent-client (85/227)
29512025-09-19T18:27:30.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522025-09-19T18:27:30.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532025-09-19T18:27:30.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542025-09-19T18:27:30.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29552025-09-19T18:27:30.203Z
29562025-09-19T18:27:30.203Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (86/227)
29572025-09-19T18:27:30.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582025-09-19T18:27:30.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592025-09-19T18:27:30.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29602025-09-19T18:27:30.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29612025-09-19T18:27:31.019Z
29622025-09-19T18:27:31.019Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (87/227)
29632025-09-19T18:27:31.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642025-09-19T18:27:31.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652025-09-19T18:27:31.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29662025-09-19T18:27:31.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29672025-09-19T18:27:31.853Z
29682025-09-19T18:27:31.853Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (88/227)
29692025-09-19T18:27:32.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702025-09-19T18:27:32.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712025-09-19T18:27:32.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29722025-09-19T18:27:32.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29732025-09-19T18:27:32.675Z
29742025-09-19T18:27:32.675Zinfo: running `cargo check --bins` on cockroach-admin-client (89/227)
29752025-09-19T18:27:33.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762025-09-19T18:27:33.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772025-09-19T18:27:33.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29782025-09-19T18:27:33.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29792025-09-19T18:27:33.458Z
29802025-09-19T18:27:33.458Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (90/227)
29812025-09-19T18:27:34.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822025-09-19T18:27:34.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832025-09-19T18:27:34.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29842025-09-19T18:27:34.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29852025-09-19T18:27:34.294Z
29862025-09-19T18:27:34.295Zinfo: running `cargo check --bins` on dns-service-client (91/227)
29872025-09-19T18:27:35.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882025-09-19T18:27:35.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892025-09-19T18:27:35.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29902025-09-19T18:27:35.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29912025-09-19T18:27:35.106Z
29922025-09-19T18:27:35.106Zinfo: running `cargo check --bins` on installinator-client (92/227)
29932025-09-19T18:27:35.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942025-09-19T18:27:35.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952025-09-19T18:27:35.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962025-09-19T18:27:35.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29972025-09-19T18:27:35.949Z
29982025-09-19T18:27:35.949Zinfo: running `cargo check --bins` on installinator-common (93/227)
29992025-09-19T18:27:36.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002025-09-19T18:27:36.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012025-09-19T18:27:36.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30022025-09-19T18:27:36.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30032025-09-19T18:27:36.789Z
30042025-09-19T18:27:36.789Zinfo: running `cargo check --bins` on nexus-client (94/227)
30052025-09-19T18:27:37.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062025-09-19T18:27:37.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072025-09-19T18:27:37.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082025-09-19T18:27:37.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30092025-09-19T18:27:37.659Z
30102025-09-19T18:27:37.659Zinfo: running `cargo check --bins` on ntp-admin-client (95/227)
30112025-09-19T18:27:38.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-09-19T18:27:38.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-09-19T18:27:38.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142025-09-19T18:27:38.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30152025-09-19T18:27:38.447Z
30162025-09-19T18:27:38.447Zinfo: running `cargo check --bins` on oxide-client (96/227)
30172025-09-19T18:27:39.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-09-19T18:27:39.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-09-19T18:27:39.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202025-09-19T18:27:39.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30212025-09-19T18:27:39.270Z
30222025-09-19T18:27:39.270Zinfo: running `cargo check --bins` on oximeter-client (97/227)
30232025-09-19T18:27:39.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-09-19T18:27:39.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-09-19T18:27:39.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262025-09-19T18:27:39.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30272025-09-19T18:27:40.046Z
30282025-09-19T18:27:40.046Zinfo: running `cargo check --bins` on repo-depot-client (98/227)
30292025-09-19T18:27:40.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-09-19T18:27:40.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-09-19T18:27:40.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322025-09-19T18:27:40.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30332025-09-19T18:27:40.816Z
30342025-09-19T18:27:40.816Zinfo: running `cargo check --bins` on sled-agent-client (99/227)
30352025-09-19T18:27:41.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-09-19T18:27:41.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-09-19T18:27:41.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-09-19T18:27:41.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30392025-09-19T18:27:41.660Z
30402025-09-19T18:27:41.660Zinfo: running `cargo check --bins` on sled-agent-types (100/227)
30412025-09-19T18:27:42.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-09-19T18:27:42.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-09-19T18:27:42.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442025-09-19T18:27:42.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30452025-09-19T18:27:42.497Z
30462025-09-19T18:27:42.497Zinfo: running `cargo check --bins` on wicketd-client (101/227)
30472025-09-19T18:27:43.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-09-19T18:27:43.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-09-19T18:27:43.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502025-09-19T18:27:43.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30512025-09-19T18:27:43.350Z
30522025-09-19T18:27:43.350Zinfo: running `cargo check --bins` on wicket-common (102/227)
30532025-09-19T18:27:44.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-09-19T18:27:44.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-09-19T18:27:44.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562025-09-19T18:27:44.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30572025-09-19T18:27:44.192Z
30582025-09-19T18:27:44.192Zinfo: running `cargo check --bins` on omicron-cockroach-admin (103/227)
30592025-09-19T18:27:44.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-09-19T18:27:44.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-09-19T18:27:45.042Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30622025-09-19T18:27:45.046Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30632025-09-19T18:27:45.165Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30642025-09-19T18:27:45.311Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30652025-09-19T18:27:45.350Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30662025-09-19T18:27:46.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s
30672025-09-19T18:27:47.132Z
30682025-09-19T18:27:47.132Zinfo: running `cargo check --bins` on cockroach-admin-api (104/227)
30692025-09-19T18:27:47.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702025-09-19T18:27:47.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712025-09-19T18:27:47.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722025-09-19T18:27:47.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30732025-09-19T18:27:47.946Z
30742025-09-19T18:27:47.946Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (105/227)
30752025-09-19T18:27:48.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762025-09-19T18:27:48.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772025-09-19T18:27:48.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782025-09-19T18:27:49.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30792025-09-19T18:27:49.098Z
30802025-09-19T18:27:49.098Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (106/227)
30812025-09-19T18:27:49.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822025-09-19T18:27:49.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832025-09-19T18:27:49.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842025-09-19T18:27:49.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30852025-09-19T18:27:49.940Z
30862025-09-19T18:27:49.940Zinfo: running `cargo check --bins` on dns-server (107/227)
30872025-09-19T18:27:50.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882025-09-19T18:27:50.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892025-09-19T18:27:50.730Z Compiling parking_lot_core v0.8.6
30902025-09-19T18:27:50.730Z Compiling moka v0.12.10
30912025-09-19T18:27:50.737Z Checking tagptr v0.2.0
30922025-09-19T18:27:50.870Z Checking prefix-trie v0.7.0
30932025-09-19T18:27:50.883Z Checking fxhash v0.2.1
30942025-09-19T18:27:50.891Z Checking hickory-client v0.25.2
30952025-09-19T18:27:50.902Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30962025-09-19T18:27:50.902Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30972025-09-19T18:27:51.430Z Checking hickory-server v0.25.2
30982025-09-19T18:27:51.568Z Checking parking_lot v0.11.2
30992025-09-19T18:27:51.824Z Checking sled v0.34.7
31002025-09-19T18:27:52.171Z Checking hickory-resolver v0.25.2
31012025-09-19T18:27:53.606Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31022025-09-19T18:27:55.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
31032025-09-19T18:27:55.308Z
31042025-09-19T18:27:55.308Zinfo: running `cargo check --bins` on dns-server-api (108/227)
31052025-09-19T18:27:59.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062025-09-19T18:28:00.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072025-09-19T18:28:00.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082025-09-19T18:28:00.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31092025-09-19T18:28:00.047Z
31102025-09-19T18:28:00.047Zinfo: running `cargo check --bins` on gateway-test-utils (109/227)
31112025-09-19T18:28:00.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122025-09-19T18:28:00.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132025-09-19T18:28:00.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142025-09-19T18:28:00.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
31152025-09-19T18:28:00.047Z
31162025-09-19T18:28:00.047Zinfo: running `cargo check --bins` on omicron-gateway (110/227)
31172025-09-19T18:28:00.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182025-09-19T18:28:00.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192025-09-19T18:28:00.047Z Compiling radium v0.7.0
31202025-09-19T18:28:00.048Z Compiling zerocopy-derive v0.6.6
31212025-09-19T18:28:00.048Z Checking tap v1.0.1
31222025-09-19T18:28:00.048Z Compiling maybe-uninit v2.0.0
31232025-09-19T18:28:00.048Z Checking funty v2.0.0
31242025-09-19T18:28:00.048Z Compiling packed_struct v0.10.1
31252025-09-19T18:28:00.048Z Checking crc-catalog v2.4.0
31262025-09-19T18:28:00.048Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31272025-09-19T18:28:00.048Z Checking wyz v0.5.1
31282025-09-19T18:28:00.048Z Checking crc v3.2.1
31292025-09-19T18:28:00.048Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31302025-09-19T18:28:00.048Z Compiling packed_struct_codegen v0.10.1
31312025-09-19T18:28:00.048Z Compiling indexmap v1.9.3
31322025-09-19T18:28:00.048Z Checking nodrop v0.1.14
31332025-09-19T18:28:00.048Z Checking smallvec v0.6.14
31342025-09-19T18:28:00.048Z Checking array-init v0.0.4
31352025-09-19T18:28:00.048Z Checking bitvec v1.0.1
31362025-09-19T18:28:00.048Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31372025-09-19T18:28:00.048Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31382025-09-19T18:28:00.048Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31392025-09-19T18:28:00.048Z Checking bitfield v0.14.0
31402025-09-19T18:28:00.048Z Checking hashbrown v0.12.3
31412025-09-19T18:28:00.048Z Checking termcolor v1.4.1
31422025-09-19T18:28:00.084Z Checking zerocopy v0.6.6
31432025-09-19T18:28:00.155Z Checking ron v0.8.1
31442025-09-19T18:28:00.330Z Checking env_logger v0.10.2
31452025-09-19T18:28:00.671Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31462025-09-19T18:28:00.696Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31472025-09-19T18:28:00.750Z Checking serde-hex v0.1.0
31482025-09-19T18:28:00.959Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31492025-09-19T18:28:01.005Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31502025-09-19T18:28:01.144Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31512025-09-19T18:28:01.418Z Checking hashbrown v0.13.2
31522025-09-19T18:28:01.560Z Checking half v2.4.1
31532025-09-19T18:28:01.951Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31542025-09-19T18:28:02.016Z Checking ciborium-io v0.2.2
31552025-09-19T18:28:02.171Z Checking crc-any v2.5.0
31562025-09-19T18:28:02.337Z Checking ciborium-ll v0.2.2
31572025-09-19T18:28:02.395Z Checking object v0.30.4
31582025-09-19T18:28:02.557Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31592025-09-19T18:28:02.660Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31602025-09-19T18:28:02.865Z Checking half v1.8.3
31612025-09-19T18:28:03.029Z Checking path-slash v0.1.5
31622025-09-19T18:28:03.214Z Checking void v1.0.2
31632025-09-19T18:28:03.318Z Checking serde_cbor v0.11.2
31642025-09-19T18:28:03.394Z Checking lzss v0.8.2
31652025-09-19T18:28:03.634Z Checking tungstenite v0.23.0
31662025-09-19T18:28:03.856Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31672025-09-19T18:28:03.893Z Checking ciborium v0.2.2
31682025-09-19T18:28:04.422Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31692025-09-19T18:28:04.517Z Checking nix v0.27.1
31702025-09-19T18:28:04.634Z Checking kstat-rs v0.2.4
31712025-09-19T18:28:04.673Z Checking serde_bytes v0.11.17
31722025-09-19T18:28:04.709Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31732025-09-19T18:28:04.836Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31742025-09-19T18:28:04.993Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31752025-09-19T18:28:05.031Z Checking tokio-tungstenite v0.23.1
31762025-09-19T18:28:05.205Z Checking signal-hook-tokio v0.3.1
31772025-09-19T18:28:05.241Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31782025-09-19T18:28:05.926Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31792025-09-19T18:28:10.103Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31802025-09-19T18:28:11.426Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
31812025-09-19T18:28:21.269Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31822025-09-19T18:28:29.736Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31832025-09-19T18:28:30.490Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31842025-09-19T18:28:33.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.62s
31852025-09-19T18:28:33.870Z
31862025-09-19T18:28:33.871Zinfo: running `cargo check --bins` on gateway-api (111/227)
31872025-09-19T18:28:34.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882025-09-19T18:28:34.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892025-09-19T18:28:34.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902025-09-19T18:28:34.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31912025-09-19T18:28:34.682Z
31922025-09-19T18:28:34.682Zinfo: running `cargo check --bins` on ipcc (112/227)
31932025-09-19T18:28:35.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942025-09-19T18:28:35.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952025-09-19T18:28:35.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962025-09-19T18:28:35.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31972025-09-19T18:28:35.498Z
31982025-09-19T18:28:35.498Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (113/227)
31992025-09-19T18:28:36.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002025-09-19T18:28:36.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012025-09-19T18:28:36.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022025-09-19T18:28:36.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32032025-09-19T18:28:36.269Z
32042025-09-19T18:28:36.270Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (114/227)
32052025-09-19T18:28:36.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062025-09-19T18:28:36.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072025-09-19T18:28:36.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082025-09-19T18:28:36.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32092025-09-19T18:28:37.079Z
32102025-09-19T18:28:37.079Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (115/227)
32112025-09-19T18:28:37.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122025-09-19T18:28:37.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132025-09-19T18:28:37.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142025-09-19T18:28:37.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32152025-09-19T18:28:37.896Z
32162025-09-19T18:28:37.896Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (116/227)
32172025-09-19T18:28:38.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182025-09-19T18:28:38.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192025-09-19T18:28:38.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202025-09-19T18:28:38.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32212025-09-19T18:28:38.721Z
32222025-09-19T18:28:38.721Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (117/227)
32232025-09-19T18:28:39.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242025-09-19T18:28:39.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252025-09-19T18:28:39.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262025-09-19T18:28:39.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32272025-09-19T18:28:39.532Z
32282025-09-19T18:28:39.532Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (118/227)
32292025-09-19T18:28:40.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302025-09-19T18:28:40.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312025-09-19T18:28:40.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322025-09-19T18:28:40.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32332025-09-19T18:28:40.345Z
32342025-09-19T18:28:40.345Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (119/227)
32352025-09-19T18:28:41.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362025-09-19T18:28:41.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372025-09-19T18:28:41.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382025-09-19T18:28:41.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32392025-09-19T18:28:41.162Z
32402025-09-19T18:28:41.162Zinfo: running `cargo check --bins` on oximeter-producer (120/227)
32412025-09-19T18:28:41.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422025-09-19T18:28:41.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432025-09-19T18:28:41.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442025-09-19T18:28:41.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32452025-09-19T18:28:42.035Z
32462025-09-19T18:28:42.036Zinfo: running `cargo check --bins` on internal-dns-resolver (121/227)
32472025-09-19T18:28:42.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482025-09-19T18:28:42.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492025-09-19T18:28:42.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502025-09-19T18:28:42.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32512025-09-19T18:28:42.871Z
32522025-09-19T18:28:42.871Zinfo: running `cargo check --bins` on sp-sim (122/227)
32532025-09-19T18:28:43.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542025-09-19T18:28:43.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552025-09-19T18:28:43.791Z Compiling nix v0.30.1
32562025-09-19T18:28:43.795Z Checking keccak v0.1.5
32572025-09-19T18:28:44.155Z Checking sha3 v0.10.8
32582025-09-19T18:28:45.288Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32592025-09-19T18:28:47.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
32602025-09-19T18:28:47.990Z
32612025-09-19T18:28:47.990Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (123/227)
32622025-09-19T18:28:48.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632025-09-19T18:28:48.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642025-09-19T18:28:48.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652025-09-19T18:28:48.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32662025-09-19T18:28:48.877Z
32672025-09-19T18:28:48.877Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (124/227)
32682025-09-19T18:28:49.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692025-09-19T18:28:49.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702025-09-19T18:28:49.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712025-09-19T18:28:49.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32722025-09-19T18:28:49.775Z
32732025-09-19T18:28:49.775Zinfo: running `cargo check --bins` on db-macros (125/227)
32742025-09-19T18:28:50.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752025-09-19T18:28:50.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762025-09-19T18:28:50.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772025-09-19T18:28:50.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32782025-09-19T18:28:50.558Z
32792025-09-19T18:28:50.558Zinfo: running `cargo check --bins` on nexus-macros-common (126/227)
32802025-09-19T18:28:51.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812025-09-19T18:28:51.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822025-09-19T18:28:51.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832025-09-19T18:28:51.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32842025-09-19T18:28:51.348Z
32852025-09-19T18:28:51.348Zinfo: running `cargo check --bins` on nexus-auth (127/227)
32862025-09-19T18:28:52.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872025-09-19T18:28:52.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882025-09-19T18:28:52.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892025-09-19T18:28:52.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32902025-09-19T18:28:52.230Z
32912025-09-19T18:28:52.230Zinfo: running `cargo check --bins` on authz-macros (128/227)
32922025-09-19T18:28:52.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932025-09-19T18:28:52.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942025-09-19T18:28:52.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952025-09-19T18:28:52.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32962025-09-19T18:28:53.003Z
32972025-09-19T18:28:53.003Zinfo: running `cargo check --bins` on nexus-db-fixed-data (129/227)
32982025-09-19T18:28:53.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992025-09-19T18:28:53.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002025-09-19T18:28:53.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012025-09-19T18:28:53.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33022025-09-19T18:28:53.872Z
33032025-09-19T18:28:53.873Zinfo: running `cargo check --bins` on nexus-db-model (130/227)
33042025-09-19T18:28:54.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052025-09-19T18:28:54.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062025-09-19T18:28:54.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072025-09-19T18:28:54.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33082025-09-19T18:28:54.744Z
33092025-09-19T18:28:54.744Zinfo: running `cargo check --bins` on nexus-db-schema (131/227)
33102025-09-19T18:28:55.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112025-09-19T18:28:55.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122025-09-19T18:28:55.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132025-09-19T18:28:55.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33142025-09-19T18:28:55.554Z
33152025-09-19T18:28:55.554Zinfo: running `cargo check --bins` on nexus-defaults (132/227)
33162025-09-19T18:28:56.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172025-09-19T18:28:56.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182025-09-19T18:28:56.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192025-09-19T18:28:56.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33202025-09-19T18:28:56.397Z
33212025-09-19T18:28:56.397Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (133/227)
33222025-09-19T18:28:57.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232025-09-19T18:28:57.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242025-09-19T18:28:57.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252025-09-19T18:28:57.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33262025-09-19T18:28:57.227Z
33272025-09-19T18:28:57.227Zinfo: running `cargo check --bins` on parallel-task-set (134/227)
33282025-09-19T18:28:57.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292025-09-19T18:28:57.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302025-09-19T18:28:57.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312025-09-19T18:28:57.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33322025-09-19T18:28:58.018Z
33332025-09-19T18:28:58.018Zinfo: running `cargo check --bins` on nexus-db-errors (135/227)
33342025-09-19T18:28:58.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352025-09-19T18:28:58.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362025-09-19T18:28:58.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372025-09-19T18:28:58.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33382025-09-19T18:28:58.901Z
33392025-09-19T18:28:58.901Zinfo: running `cargo check --bins` on nexus-db-lookup (136/227)
33402025-09-19T18:28:59.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412025-09-19T18:28:59.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422025-09-19T18:28:59.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432025-09-19T18:28:59.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33442025-09-19T18:28:59.786Z
33452025-09-19T18:28:59.786Zinfo: running `cargo check --bins` on nexus-inventory (137/227)
33462025-09-19T18:29:00.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472025-09-19T18:29:00.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482025-09-19T18:29:00.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492025-09-19T18:29:00.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33502025-09-19T18:29:00.659Z
33512025-09-19T18:29:00.660Zinfo: running `cargo check --bins` on sled-agent-zone-images-examples (138/227)
33522025-09-19T18:29:01.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532025-09-19T18:29:01.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542025-09-19T18:29:01.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552025-09-19T18:29:01.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33562025-09-19T18:29:01.533Z
33572025-09-19T18:29:01.533Zinfo: running `cargo check --bins --no-default-features` on sled-storage (139/227)
33582025-09-19T18:29:02.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592025-09-19T18:29:02.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602025-09-19T18:29:02.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612025-09-19T18:29:02.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33622025-09-19T18:29:02.374Z
33632025-09-19T18:29:02.374Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/227)
33642025-09-19T18:29:03.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652025-09-19T18:29:03.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662025-09-19T18:29:03.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672025-09-19T18:29:03.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33682025-09-19T18:29:03.217Z
33692025-09-19T18:29:03.217Zinfo: running `cargo check --bins` on key-manager (141/227)
33702025-09-19T18:29:03.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712025-09-19T18:29:03.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722025-09-19T18:29:03.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732025-09-19T18:29:03.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33742025-09-19T18:29:04.061Z
33752025-09-19T18:29:04.061Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (142/227)
33762025-09-19T18:29:04.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772025-09-19T18:29:04.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782025-09-19T18:29:04.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792025-09-19T18:29:04.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33802025-09-19T18:29:04.893Z
33812025-09-19T18:29:04.893Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/227)
33822025-09-19T18:29:05.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832025-09-19T18:29:05.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842025-09-19T18:29:05.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852025-09-19T18:29:05.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33862025-09-19T18:29:05.706Z
33872025-09-19T18:29:05.706Zinfo: running `cargo check --bins` on typed-rng (144/227)
33882025-09-19T18:29:06.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892025-09-19T18:29:06.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902025-09-19T18:29:06.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912025-09-19T18:29:06.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33922025-09-19T18:29:06.490Z
33932025-09-19T18:29:06.490Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/227)
33942025-09-19T18:29:07.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952025-09-19T18:29:07.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962025-09-19T18:29:07.540Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
33972025-09-19T18:29:07.540Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33982025-09-19T18:29:07.543Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33992025-09-19T18:29:07.543Z Checking universal-hash v0.5.1
34002025-09-19T18:29:07.543Z Compiling thiserror-impl-no-std v2.0.2
34012025-09-19T18:29:07.701Z Checking opaque-debug v0.3.1
34022025-09-19T18:29:07.774Z Checking chacha20 v0.9.1
34032025-09-19T18:29:07.776Z Checking aead v0.5.2
34042025-09-19T18:29:07.844Z Compiling unicase v2.7.0
34052025-09-19T18:29:07.904Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34062025-09-19T18:29:07.928Z Checking poly1305 v0.8.0
34072025-09-19T18:29:08.037Z Compiling libefi-sys v0.1.0
34082025-09-19T18:29:08.100Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
34092025-09-19T18:29:08.139Z Compiling bitfield-struct v0.6.2
34102025-09-19T18:29:08.281Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34112025-09-19T18:29:08.313Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34122025-09-19T18:29:08.415Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
34132025-09-19T18:29:08.455Z Checking chacha20poly1305 v0.10.1
34142025-09-19T18:29:08.641Z Compiling proc-macro-error-attr2 v2.0.0
34152025-09-19T18:29:08.670Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34162025-09-19T18:29:08.711Z Compiling salty v0.3.0
34172025-09-19T18:29:08.771Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34182025-09-19T18:29:09.192Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34192025-09-19T18:29:09.414Z Compiling num-derive v0.3.3
34202025-09-19T18:29:09.437Z Compiling proc-macro-error2 v2.0.1
34212025-09-19T18:29:09.440Z Compiling xshell-macros v0.2.7
34222025-09-19T18:29:09.505Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34232025-09-19T18:29:10.048Z Compiling tabled_derive v0.11.0
34242025-09-19T18:29:10.107Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34252025-09-19T18:29:10.252Z Checking xshell v0.2.7
34262025-09-19T18:29:10.459Z Checking thiserror-no-std v2.0.2
34272025-09-19T18:29:10.581Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34282025-09-19T18:29:10.607Z Checking vsss-rs v3.3.4
34292025-09-19T18:29:10.641Z Compiling mime_guess v2.0.5
34302025-09-19T18:29:10.931Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34312025-09-19T18:29:11.594Z Checking libscf-sys v1.1.0
34322025-09-19T18:29:11.841Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34332025-09-19T18:29:12.305Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34342025-09-19T18:29:12.451Z Checking papergrid v0.17.0
34352025-09-19T18:29:12.762Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34362025-09-19T18:29:13.175Z Checking testing_table v0.3.0
34372025-09-19T18:29:13.371Z Compiling progenitor-impl v0.11.0
34382025-09-19T18:29:13.451Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34392025-09-19T18:29:13.513Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34402025-09-19T18:29:14.358Z Checking primeorder v0.13.6
34412025-09-19T18:29:14.569Z Checking env_filter v0.1.2
34422025-09-19T18:29:14.834Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34432025-09-19T18:29:14.855Z Checking env_logger v0.11.5
34442025-09-19T18:29:14.876Z Checking p384 v0.13.0
34452025-09-19T18:29:14.919Z Checking tabled v0.20.0
34462025-09-19T18:29:15.189Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34472025-09-19T18:29:15.272Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34482025-09-19T18:29:15.350Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34492025-09-19T18:29:15.706Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34502025-09-19T18:29:15.938Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34512025-09-19T18:29:16.353Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34522025-09-19T18:29:16.377Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34532025-09-19T18:29:16.522Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34542025-09-19T18:29:17.477Z Checking progenitor-client v0.11.0
34552025-09-19T18:29:17.534Z Checking http-range v0.1.5
34562025-09-19T18:29:17.643Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
34572025-09-19T18:29:17.899Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34582025-09-19T18:29:18.035Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34592025-09-19T18:29:18.238Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34602025-09-19T18:29:18.451Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
34612025-09-19T18:29:18.504Z Checking secrecy v0.8.0
34622025-09-19T18:29:18.760Z Checking atty v0.2.14
34632025-09-19T18:29:18.931Z Checking crc8 v0.1.1
34642025-09-19T18:29:19.022Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34652025-09-19T18:29:19.101Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34662025-09-19T18:29:19.581Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34672025-09-19T18:29:19.609Z Checking hyper-staticfile v0.10.1
34682025-09-19T18:29:19.837Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
34692025-09-19T18:29:20.012Z Compiling progenitor-macro v0.11.0
34702025-09-19T18:29:20.144Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34712025-09-19T18:29:20.250Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34722025-09-19T18:29:20.300Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34732025-09-19T18:29:20.422Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34742025-09-19T18:29:20.518Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34752025-09-19T18:29:20.617Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34762025-09-19T18:29:21.045Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34772025-09-19T18:29:21.459Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34782025-09-19T18:29:21.487Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
34792025-09-19T18:29:22.345Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34802025-09-19T18:29:22.675Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34812025-09-19T18:29:23.225Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
34822025-09-19T18:29:23.253Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34832025-09-19T18:29:25.888Z Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
34842025-09-19T18:29:26.660Z Checking progenitor v0.11.0
34852025-09-19T18:29:26.829Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
34862025-09-19T18:29:34.823Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34872025-09-19T18:29:48.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.17s
34882025-09-19T18:29:48.904Z
34892025-09-19T18:29:48.904Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/227)
34902025-09-19T18:29:49.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912025-09-19T18:29:49.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922025-09-19T18:29:49.876Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34932025-09-19T18:30:03.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.85s
34942025-09-19T18:30:04.017Z
34952025-09-19T18:30:04.017Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/227)
34962025-09-19T18:30:04.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972025-09-19T18:30:04.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982025-09-19T18:30:05.046Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34992025-09-19T18:30:19.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.21s
35002025-09-19T18:30:19.480Z
35012025-09-19T18:30:19.480Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/227)
35022025-09-19T18:30:20.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032025-09-19T18:30:20.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042025-09-19T18:30:20.453Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35052025-09-19T18:30:34.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.22s
35062025-09-19T18:30:35.113Z
35072025-09-19T18:30:35.113Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/227)
35082025-09-19T18:30:35.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092025-09-19T18:30:35.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102025-09-19T18:30:35.928Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35112025-09-19T18:30:49.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.01s
35122025-09-19T18:30:50.232Z
35132025-09-19T18:30:50.232Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/227)
35142025-09-19T18:30:51.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152025-09-19T18:30:51.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162025-09-19T18:30:51.226Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35172025-09-19T18:31:05.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.03s
35182025-09-19T18:31:05.526Z
35192025-09-19T18:31:05.526Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/227)
35202025-09-19T18:31:06.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212025-09-19T18:31:06.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222025-09-19T18:31:06.513Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35232025-09-19T18:31:20.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.32s
35242025-09-19T18:31:21.102Z
35252025-09-19T18:31:21.103Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/227)
35262025-09-19T18:31:21.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272025-09-19T18:31:21.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282025-09-19T18:31:22.079Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35292025-09-19T18:31:36.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.46s
35302025-09-19T18:31:36.815Z
35312025-09-19T18:31:36.815Zinfo: running `cargo check --bins` on bootstrap-agent-api (153/227)
35322025-09-19T18:31:37.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332025-09-19T18:31:37.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342025-09-19T18:31:37.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352025-09-19T18:31:37.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35362025-09-19T18:31:37.682Z
35372025-09-19T18:31:37.682Zinfo: running `cargo check --bins` on range-requests (154/227)
35382025-09-19T18:31:38.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392025-09-19T18:31:38.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402025-09-19T18:31:38.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412025-09-19T18:31:38.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35422025-09-19T18:31:38.492Z
35432025-09-19T18:31:38.492Zinfo: running `cargo check --bins` on repo-depot-api (155/227)
35442025-09-19T18:31:39.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452025-09-19T18:31:39.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462025-09-19T18:31:39.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472025-09-19T18:31:39.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35482025-09-19T18:31:39.300Z
35492025-09-19T18:31:39.300Zinfo: running `cargo check --bins` on sled-agent-api (156/227)
35502025-09-19T18:31:40.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512025-09-19T18:31:40.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522025-09-19T18:31:40.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532025-09-19T18:31:40.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35542025-09-19T18:31:40.171Z
35552025-09-19T18:31:40.171Zinfo: running `cargo check --bins` on sled-diagnostics (157/227)
35562025-09-19T18:31:40.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572025-09-19T18:31:40.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582025-09-19T18:31:40.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592025-09-19T18:31:40.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35602025-09-19T18:31:41.026Z
35612025-09-19T18:31:41.026Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/227)
35622025-09-19T18:31:41.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632025-09-19T18:31:41.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642025-09-19T18:31:41.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652025-09-19T18:31:41.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35662025-09-19T18:31:41.878Z
35672025-09-19T18:31:41.878Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/227)
35682025-09-19T18:31:42.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692025-09-19T18:31:42.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702025-09-19T18:31:42.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712025-09-19T18:31:42.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35722025-09-19T18:31:42.745Z
35732025-09-19T18:31:42.745Zinfo: running `cargo check --bins` on sled-agent-zone-images (160/227)
35742025-09-19T18:31:43.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752025-09-19T18:31:43.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762025-09-19T18:31:43.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772025-09-19T18:31:43.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35782025-09-19T18:31:43.604Z
35792025-09-19T18:31:43.604Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (161/227)
35802025-09-19T18:31:44.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812025-09-19T18:31:44.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822025-09-19T18:31:44.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832025-09-19T18:31:44.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35842025-09-19T18:31:44.469Z
35852025-09-19T18:31:44.469Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (162/227)
35862025-09-19T18:31:45.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872025-09-19T18:31:45.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882025-09-19T18:31:45.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892025-09-19T18:31:45.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35902025-09-19T18:31:45.361Z
35912025-09-19T18:31:45.361Zinfo: running `cargo check --bins` on update-common (163/227)
35922025-09-19T18:31:46.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932025-09-19T18:31:46.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942025-09-19T18:31:46.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952025-09-19T18:31:46.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35962025-09-19T18:31:46.211Z
35972025-09-19T18:31:46.211Zinfo: running `cargo check --bins` on nexus-test-interface (164/227)
35982025-09-19T18:31:47.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992025-09-19T18:31:47.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002025-09-19T18:31:47.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012025-09-19T18:31:47.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
36022025-09-19T18:31:47.121Z
36032025-09-19T18:31:47.121Zinfo: running `cargo check --bins` on oximeter-collector (165/227)
36042025-09-19T18:31:47.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052025-09-19T18:31:47.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062025-09-19T18:31:48.038Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36072025-09-19T18:31:48.038Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36082025-09-19T18:31:49.005Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36092025-09-19T18:31:51.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
36102025-09-19T18:31:51.436Z
36112025-09-19T18:31:51.436Zinfo: running `cargo check --bins` on oximeter-api (166/227)
36122025-09-19T18:31:52.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132025-09-19T18:31:52.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142025-09-19T18:31:52.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152025-09-19T18:31:52.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36162025-09-19T18:31:52.262Z
36172025-09-19T18:31:52.262Zinfo: running `cargo check --bins` on cert-dev (167/227)
36182025-09-19T18:31:52.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192025-09-19T18:31:52.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202025-09-19T18:31:53.036Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36212025-09-19T18:31:53.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
36222025-09-19T18:31:53.575Z
36232025-09-19T18:31:53.575Zinfo: running `cargo check --bins` on clickana (168/227)
36242025-09-19T18:31:54.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252025-09-19T18:31:54.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262025-09-19T18:31:54.413Z Checking castaway v0.2.3
36272025-09-19T18:31:54.416Z Checking unicode-truncate v1.1.0
36282025-09-19T18:31:54.416Z Checking lru v0.12.5
36292025-09-19T18:31:54.416Z Compiling instability v0.3.2
36302025-09-19T18:31:54.416Z Checking cassowary v0.3.0
36312025-09-19T18:31:54.416Z Compiling indoc v2.0.6
36322025-09-19T18:31:54.416Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36332025-09-19T18:31:54.712Z Checking compact_str v0.8.0
36342025-09-19T18:31:55.335Z Checking ratatui v0.29.0
36352025-09-19T18:31:57.278Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36362025-09-19T18:31:58.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
36372025-09-19T18:31:58.391Z
36382025-09-19T18:31:58.391Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (169/227)
36392025-09-19T18:31:59.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402025-09-19T18:31:59.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412025-09-19T18:31:59.320Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
36422025-09-19T18:31:59.320Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36432025-09-19T18:32:00.624Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
36442025-09-19T18:32:01.272Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
36452025-09-19T18:32:01.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
36462025-09-19T18:32:02.015Z
36472025-09-19T18:32:02.015Zinfo: running `cargo check --bins` on ch-dev (170/227)
36482025-09-19T18:32:02.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492025-09-19T18:32:02.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502025-09-19T18:32:02.964Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36512025-09-19T18:32:03.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
36522025-09-19T18:32:04.166Z
36532025-09-19T18:32:04.166Zinfo: running `cargo check --bins` on dev-tools-common (171/227)
36542025-09-19T18:32:04.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552025-09-19T18:32:04.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562025-09-19T18:32:04.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572025-09-19T18:32:04.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36582025-09-19T18:32:04.795Z
36592025-09-19T18:32:04.795Zinfo: running `cargo check --bins` on crdb-seed (172/227)
36602025-09-19T18:32:05.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612025-09-19T18:32:05.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622025-09-19T18:32:05.684Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36632025-09-19T18:32:06.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
36642025-09-19T18:32:06.451Z
36652025-09-19T18:32:06.451Zinfo: running `cargo check --bins` on db-dev (173/227)
36662025-09-19T18:32:07.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672025-09-19T18:32:07.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682025-09-19T18:32:07.353Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36692025-09-19T18:32:08.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
36702025-09-19T18:32:08.561Z
36712025-09-19T18:32:08.561Zinfo: running `cargo check --bins` on omicron-dev-lib (174/227)
36722025-09-19T18:32:09.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732025-09-19T18:32:09.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742025-09-19T18:32:09.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752025-09-19T18:32:09.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
36762025-09-19T18:32:09.445Z
36772025-09-19T18:32:09.445Zinfo: running `cargo check --bins` on xtask-downloader (175/227)
36782025-09-19T18:32:10.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792025-09-19T18:32:10.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802025-09-19T18:32:10.230Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36812025-09-19T18:32:11.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
36822025-09-19T18:32:11.357Z
36832025-09-19T18:32:11.357Zinfo: running `cargo check --bins` on omicron-ls-apis (176/227)
36842025-09-19T18:32:12.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852025-09-19T18:32:12.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862025-09-19T18:32:12.147Z Checking typeid v1.0.3
36872025-09-19T18:32:12.267Z Checking ordered-float v2.10.1
36882025-09-19T18:32:12.284Z Checking cargo-platform v0.2.0
36892025-09-19T18:32:12.361Z Checking erased-serde v0.4.6
36902025-09-19T18:32:12.606Z Checking serde-value v0.7.0
36912025-09-19T18:32:12.941Z Checking serde-untagged v0.1.7
36922025-09-19T18:32:13.183Z Checking cargo-util-schemas v0.8.2
36932025-09-19T18:32:14.425Z Checking cargo_metadata v0.21.0
36942025-09-19T18:32:15.507Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36952025-09-19T18:32:16.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
36962025-09-19T18:32:16.641Z
36972025-09-19T18:32:16.641Zinfo: running `cargo check --bins` on mgs-dev (177/227)
36982025-09-19T18:32:17.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992025-09-19T18:32:17.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002025-09-19T18:32:17.580Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37012025-09-19T18:32:19.649Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37022025-09-19T18:32:20.342Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
37032025-09-19T18:32:20.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
37042025-09-19T18:32:21.242Z
37052025-09-19T18:32:21.242Zinfo: running `cargo check --bins` on omicron-omdb (178/227)
37062025-09-19T18:32:22.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072025-09-19T18:32:22.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082025-09-19T18:32:22.358Z Compiling dirs-sys-next v0.1.2
37092025-09-19T18:32:22.358Z Compiling crunchy v0.2.2
37102025-09-19T18:32:22.362Z Compiling dsl_auto_type v0.1.2
37112025-09-19T18:32:22.362Z Checking scheduled-thread-pool v0.2.7
37122025-09-19T18:32:22.520Z Compiling diesel_table_macro_syntax v0.2.0
37132025-09-19T18:32:22.535Z Compiling tiny-keccak v2.0.2
37142025-09-19T18:32:22.588Z Compiling bit-vec v0.6.3
37152025-09-19T18:32:22.612Z Compiling ena v0.14.3
37162025-09-19T18:32:22.813Z Compiling dirs-next v2.0.0
37172025-09-19T18:32:22.925Z Checking r2d2 v0.8.10
37182025-09-19T18:32:22.958Z Compiling bit-set v0.5.3
37192025-09-19T18:32:23.005Z Compiling term v0.7.0
37202025-09-19T18:32:23.027Z Compiling bindgen v0.71.1
37212025-09-19T18:32:23.030Z Compiling diff v0.1.13
37222025-09-19T18:32:23.030Z Compiling regex-syntax v0.6.29
37232025-09-19T18:32:23.242Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
37242025-09-19T18:32:23.247Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
37252025-09-19T18:32:23.537Z Compiling ascii-canvas v3.0.0
37262025-09-19T18:32:23.601Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
37272025-09-19T18:32:23.632Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
37282025-09-19T18:32:23.831Z Compiling diesel_derives v2.2.3
37292025-09-19T18:32:23.945Z Compiling derive_builder_core v0.20.2
37302025-09-19T18:32:24.006Z Compiling libxml v0.3.3
37312025-09-19T18:32:24.032Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37322025-09-19T18:32:24.219Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
37332025-09-19T18:32:24.465Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
37342025-09-19T18:32:24.589Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
37352025-09-19T18:32:24.693Z Compiling strum_macros v0.24.3
37362025-09-19T18:32:24.801Z Compiling indoc v1.0.9
37372025-09-19T18:32:25.696Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
37382025-09-19T18:32:26.005Z Compiling derive_builder_macro v0.20.2
37392025-09-19T18:32:26.080Z Compiling impl-trait-for-tuples v0.2.2
37402025-09-19T18:32:26.698Z Compiling lalrpop v0.19.12
37412025-09-19T18:32:26.929Z Checking derive_builder v0.20.2
37422025-09-19T18:32:27.123Z Compiling oso-derive v0.27.3
37432025-09-19T18:32:27.287Z Checking quick-xml v0.37.2
37442025-09-19T18:32:27.908Z Checking maplit v1.0.2
37452025-09-19T18:32:28.097Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
37462025-09-19T18:32:28.128Z Compiling diesel-dtrace v0.4.2
37472025-09-19T18:32:28.170Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
37482025-09-19T18:32:28.536Z Checking bb8 v0.8.5
37492025-09-19T18:32:28.644Z Checking ignore v0.4.23
37502025-09-19T18:32:29.066Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37512025-09-19T18:32:29.349Z Checking predicates-tree v1.0.12
37522025-09-19T18:32:29.456Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37532025-09-19T18:32:29.524Z Checking globwalk v0.9.1
37542025-09-19T18:32:29.549Z Checking rand_seeder v0.4.0
37552025-09-19T18:32:29.622Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37562025-09-19T18:32:29.826Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37572025-09-19T18:32:29.852Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37582025-09-19T18:32:29.875Z Checking camino-tempfile-ext v0.3.2
37592025-09-19T18:32:30.068Z Checking console v0.16.0
37602025-09-19T18:32:30.256Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37612025-09-19T18:32:30.710Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37622025-09-19T18:32:31.101Z Checking unit-prefix v0.5.1
37632025-09-19T18:32:31.169Z Checking is_ci v1.2.0
37642025-09-19T18:32:31.356Z Checking supports-color v3.0.2
37652025-09-19T18:32:31.360Z Checking indicatif v0.18.0
37662025-09-19T18:32:31.662Z Checking support-bundle-viewer v0.1.2
37672025-09-19T18:32:31.953Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37682025-09-19T18:32:32.039Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37692025-09-19T18:32:32.121Z Checking multimap v0.10.1
37702025-09-19T18:32:33.880Z Checking diesel v2.2.12
37712025-09-19T18:32:47.784Z Compiling samael v0.0.19
37722025-09-19T18:33:04.397Z Checking async-bb8-diesel v0.2.1
37732025-09-19T18:33:05.745Z Compiling polar-core v0.27.3
37742025-09-19T18:33:12.977Z Checking oso v0.27.3
37752025-09-19T18:33:58.255Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37762025-09-19T18:34:34.028Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37772025-09-19T18:34:44.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
37782025-09-19T18:34:44.633Z
37792025-09-19T18:34:44.633Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (179/227)
37802025-09-19T18:34:45.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812025-09-19T18:34:45.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822025-09-19T18:34:45.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832025-09-19T18:34:45.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
37842025-09-19T18:34:45.550Z
37852025-09-19T18:34:45.550Zinfo: running `cargo check --bins` on nexus-saga-recovery (180/227)
37862025-09-19T18:34:46.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872025-09-19T18:34:46.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882025-09-19T18:34:46.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892025-09-19T18:34:46.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
37902025-09-19T18:34:46.457Z
37912025-09-19T18:34:46.457Zinfo: running `cargo check --bins` on nexus-test-utils-macros (181/227)
37922025-09-19T18:34:47.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932025-09-19T18:34:47.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942025-09-19T18:34:47.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952025-09-19T18:34:47.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37962025-09-19T18:34:47.261Z
37972025-09-19T18:34:47.261Zinfo: running `cargo check --bins` on omicron-nexus (182/227)
37982025-09-19T18:34:48.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992025-09-19T18:34:48.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002025-09-19T18:34:48.391Z Compiling libz-sys v1.1.20
38012025-09-19T18:34:48.538Z Compiling libgit2-sys v0.17.0+1.8.1
38022025-09-19T18:34:48.556Z Compiling fs-err v2.11.0
38032025-09-19T18:34:48.569Z Compiling vergen v8.3.2
38042025-09-19T18:34:48.573Z Compiling cargo-platform v0.1.8
38052025-09-19T18:34:48.603Z Checking parse-size v1.1.0
38062025-09-19T18:34:48.603Z Compiling rustls v0.21.12
38072025-09-19T18:34:48.607Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
38082025-09-19T18:34:48.795Z Checking sct v0.7.1
38092025-09-19T18:34:48.951Z Compiling cargo_metadata v0.18.1
38102025-09-19T18:34:49.020Z Checking rustls-webpki v0.101.7
38112025-09-19T18:34:49.070Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38122025-09-19T18:34:49.073Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38132025-09-19T18:34:49.357Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
38142025-09-19T18:34:49.412Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38152025-09-19T18:34:49.438Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38162025-09-19T18:34:49.576Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38172025-09-19T18:34:49.804Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38182025-09-19T18:34:49.831Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38192025-09-19T18:34:50.618Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
38202025-09-19T18:34:50.948Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38212025-09-19T18:34:51.057Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
38222025-09-19T18:34:51.127Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38232025-09-19T18:34:51.607Z Checking rustls-pemfile v1.0.4
38242025-09-19T18:34:51.719Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38252025-09-19T18:34:51.753Z Checking twox-hash v2.1.0
38262025-09-19T18:34:51.843Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38272025-09-19T18:34:52.410Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38282025-09-19T18:34:52.564Z Checking tokio-rustls v0.24.1
38292025-09-19T18:34:52.945Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38302025-09-19T18:34:53.311Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38312025-09-19T18:34:53.534Z Checking fatfs v0.3.6
38322025-09-19T18:34:53.612Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
38332025-09-19T18:34:54.108Z Checking assert_matches v1.5.0
38342025-09-19T18:35:00.324Z Compiling git2 v0.19.0
38352025-09-19T18:35:01.040Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38362025-09-19T18:35:01.202Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38372025-09-19T18:35:04.604Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38382025-09-19T18:36:10.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
38392025-09-19T18:36:10.842Z
38402025-09-19T18:36:10.842Zinfo: running `cargo check --bins` on nexus-background-task-interface (183/227)
38412025-09-19T18:36:11.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422025-09-19T18:36:11.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432025-09-19T18:36:11.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442025-09-19T18:36:11.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38452025-09-19T18:36:11.685Z
38462025-09-19T18:36:11.685Zinfo: running `cargo check --bins` on nexus-external-api (184/227)
38472025-09-19T18:36:12.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482025-09-19T18:36:12.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492025-09-19T18:36:12.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502025-09-19T18:36:12.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38512025-09-19T18:36:12.559Z
38522025-09-19T18:36:12.559Zinfo: running `cargo check --bins` on nexus-internal-api (185/227)
38532025-09-19T18:36:13.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542025-09-19T18:36:13.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552025-09-19T18:36:13.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562025-09-19T18:36:13.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38572025-09-19T18:36:13.438Z
38582025-09-19T18:36:13.438Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (186/227)
38592025-09-19T18:36:14.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602025-09-19T18:36:14.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612025-09-19T18:36:14.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622025-09-19T18:36:14.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
38632025-09-19T18:36:14.355Z
38642025-09-19T18:36:14.355Zinfo: running `cargo check --bins` on nexus-mgs-updates (187/227)
38652025-09-19T18:36:15.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662025-09-19T18:36:15.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672025-09-19T18:36:15.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682025-09-19T18:36:15.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38692025-09-19T18:36:15.243Z
38702025-09-19T18:36:15.243Zinfo: running `cargo check --bins` on nexus-networking (188/227)
38712025-09-19T18:36:16.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722025-09-19T18:36:16.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732025-09-19T18:36:16.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742025-09-19T18:36:16.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
38752025-09-19T18:36:16.154Z
38762025-09-19T18:36:16.154Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (189/227)
38772025-09-19T18:36:16.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782025-09-19T18:36:16.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792025-09-19T18:36:16.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802025-09-19T18:36:16.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
38812025-09-19T18:36:17.067Z
38822025-09-19T18:36:17.067Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (190/227)
38832025-09-19T18:36:17.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842025-09-19T18:36:17.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852025-09-19T18:36:17.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862025-09-19T18:36:17.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
38872025-09-19T18:36:17.981Z
38882025-09-19T18:36:17.981Zinfo: running `cargo check --bins` on omicron-dev (191/227)
38892025-09-19T18:36:18.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902025-09-19T18:36:18.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912025-09-19T18:36:19.169Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38922025-09-19T18:36:19.172Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38932025-09-19T18:36:19.341Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38942025-09-19T18:36:19.363Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38952025-09-19T18:36:19.366Z Checking diff v0.1.13
38962025-09-19T18:36:19.382Z Checking yansi v1.0.1
38972025-09-19T18:36:19.406Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38982025-09-19T18:36:19.424Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38992025-09-19T18:36:19.873Z Checking pretty_assertions v1.4.1
39002025-09-19T18:36:20.749Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
39012025-09-19T18:36:51.947Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
39022025-09-19T18:36:51.950Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39032025-09-19T18:36:51.950Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39042025-09-19T18:36:51.950Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39052025-09-19T18:36:51.950Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39062025-09-19T18:36:51.950Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39072025-09-19T18:36:52.477Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39082025-09-19T18:36:53.091Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39092025-09-19T18:36:54.609Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39102025-09-19T18:37:52.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
39112025-09-19T18:37:52.273Z
39122025-09-19T18:37:52.273Zinfo: running `cargo check --bins` on openapi-manager (192/227)
39132025-09-19T18:37:53.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142025-09-19T18:37:53.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152025-09-19T18:37:53.213Z Compiling tabled_derive v0.10.0
39162025-09-19T18:37:53.214Z Checking papergrid v0.14.0
39172025-09-19T18:37:53.217Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39182025-09-19T18:37:53.217Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39192025-09-19T18:37:53.388Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
39202025-09-19T18:37:53.388Z Checking heck v0.4.1
39212025-09-19T18:37:53.391Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39222025-09-19T18:37:53.616Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39232025-09-19T18:37:53.677Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39242025-09-19T18:37:54.715Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39252025-09-19T18:37:54.763Z Checking tabled v0.18.0
39262025-09-19T18:37:57.671Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39272025-09-19T18:37:59.297Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39282025-09-19T18:38:00.203Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39292025-09-19T18:38:01.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.58s
39302025-09-19T18:38:02.107Z
39312025-09-19T18:38:02.107Zinfo: running `cargo check --bins` on installinator-api (193/227)
39322025-09-19T18:38:02.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332025-09-19T18:38:02.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342025-09-19T18:38:02.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352025-09-19T18:38:02.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
39362025-09-19T18:38:02.984Z
39372025-09-19T18:38:02.984Zinfo: running `cargo check --bins` on ntp-admin-api (194/227)
39382025-09-19T18:38:03.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392025-09-19T18:38:03.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402025-09-19T18:38:03.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412025-09-19T18:38:03.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
39422025-09-19T18:38:03.839Z
39432025-09-19T18:38:03.839Zinfo: running `cargo check --bins` on ntp-admin-types (195/227)
39442025-09-19T18:38:04.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452025-09-19T18:38:04.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462025-09-19T18:38:04.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472025-09-19T18:38:04.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
39482025-09-19T18:38:04.683Z
39492025-09-19T18:38:04.683Zinfo: running `cargo check --bins` on wicketd-api (196/227)
39502025-09-19T18:38:05.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512025-09-19T18:38:05.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522025-09-19T18:38:05.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532025-09-19T18:38:05.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
39542025-09-19T18:38:05.563Z
39552025-09-19T18:38:05.563Zinfo: running `cargo check --bins` on omicron-pins (197/227)
39562025-09-19T18:38:06.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572025-09-19T18:38:06.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582025-09-19T18:38:06.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592025-09-19T18:38:06.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39602025-09-19T18:38:06.352Z
39612025-09-19T18:38:06.352Zinfo: running `cargo check --bins` on reconfigurator-cli (198/227)
39622025-09-19T18:38:07.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632025-09-19T18:38:07.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642025-09-19T18:38:07.341Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39652025-09-19T18:38:07.480Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39662025-09-19T18:38:07.484Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39672025-09-19T18:38:07.496Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
39682025-09-19T18:38:07.499Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
39692025-09-19T18:38:07.499Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39702025-09-19T18:38:07.499Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39712025-09-19T18:38:07.499Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
39722025-09-19T18:38:07.752Z Compiling petname v2.0.2
39732025-09-19T18:38:07.803Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39742025-09-19T18:38:08.174Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
39752025-09-19T18:38:08.209Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39762025-09-19T18:38:08.781Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39772025-09-19T18:38:08.971Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39782025-09-19T18:38:09.042Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39792025-09-19T18:38:09.100Z Checking sync-ptr v0.1.4
39802025-09-19T18:38:09.328Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39812025-09-19T18:38:10.227Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39822025-09-19T18:38:12.645Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
39832025-09-19T18:38:12.648Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
39842025-09-19T18:38:19.430Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39852025-09-19T18:38:20.350Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39862025-09-19T18:38:22.391Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39872025-09-19T18:38:25.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.01s
39882025-09-19T18:38:25.603Z
39892025-09-19T18:38:25.603Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (199/227)
39902025-09-19T18:38:26.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912025-09-19T18:38:26.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922025-09-19T18:38:26.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932025-09-19T18:38:26.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
39942025-09-19T18:38:26.521Z
39952025-09-19T18:38:26.521Zinfo: running `cargo check --bins` on omicron-repl-utils (200/227)
39962025-09-19T18:38:27.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972025-09-19T18:38:27.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982025-09-19T18:38:27.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992025-09-19T18:38:27.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40002025-09-19T18:38:27.309Z
40012025-09-19T18:38:27.309Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/227)
40022025-09-19T18:38:28.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032025-09-19T18:38:28.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042025-09-19T18:38:28.249Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
40052025-09-19T18:38:29.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
40062025-09-19T18:38:29.632Z
40072025-09-19T18:38:29.632Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (202/227)
40082025-09-19T18:38:30.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092025-09-19T18:38:30.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102025-09-19T18:38:30.523Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
40112025-09-19T18:38:30.993Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
40122025-09-19T18:38:32.253Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
40132025-09-19T18:38:33.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
40142025-09-19T18:38:33.283Z
40152025-09-19T18:38:33.283Zinfo: running `cargo check --bins` on omicron-releng (203/227)
40162025-09-19T18:38:34.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172025-09-19T18:38:34.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182025-09-19T18:38:34.148Z Compiling blake3 v1.5.4
40192025-09-19T18:38:34.153Z Checking memmap2 v0.9.5
40202025-09-19T18:38:34.153Z Checking arrayvec v0.7.6
40212025-09-19T18:38:34.153Z Checking arrayref v0.3.9
40222025-09-19T18:38:34.272Z Checking constant_time_eq v0.3.1
40232025-09-19T18:38:34.297Z Checking topological-sort v0.2.2
40242025-09-19T18:38:34.322Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
40252025-09-19T18:38:34.326Z Checking shell-words v1.1.0
40262025-09-19T18:38:35.444Z Checking omicron-zone-package v0.12.2
40272025-09-19T18:38:36.684Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
40282025-09-19T18:38:37.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
40292025-09-19T18:38:38.140Z
40302025-09-19T18:38:38.140Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (204/227)
40312025-09-19T18:38:38.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322025-09-19T18:38:38.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332025-09-19T18:38:39.002Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40342025-09-19T18:38:39.404Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
40352025-09-19T18:38:39.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
40362025-09-19T18:38:40.149Z
40372025-09-19T18:38:40.149Zinfo: running `cargo check --bins` on xtask (205/227)
40382025-09-19T18:38:40.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392025-09-19T18:38:40.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402025-09-19T18:38:40.786Z Checking bitflags v2.9.1
40412025-09-19T18:38:40.789Z Checking serde v1.0.223
40422025-09-19T18:38:40.886Z Checking zerofrom v0.1.4
40432025-09-19T18:38:40.907Z Checking hashbrown v0.15.4
40442025-09-19T18:38:40.910Z Checking smallvec v1.15.1
40452025-09-19T18:38:40.931Z Checking thiserror v1.0.69
40462025-09-19T18:38:40.944Z Checking serde_json v1.0.145
40472025-09-19T18:38:40.948Z Checking scroll v0.12.0
40482025-09-19T18:38:41.075Z Checking num-traits v0.2.19
40492025-09-19T18:38:41.110Z Checking yoke v0.7.4
40502025-09-19T18:38:41.146Z Checking rustix v0.38.37
40512025-09-19T18:38:41.269Z Checking log v0.4.27
40522025-09-19T18:38:43.891Z Checking percent-encoding v2.3.2
40532025-09-19T18:38:43.931Z Checking zerovec v0.10.4
40542025-09-19T18:38:43.931Z Checking goblin v0.8.2
40552025-09-19T18:38:43.931Z Checking form_urlencoded v1.2.2
40562025-09-19T18:38:43.931Z Checking serde_spanned v0.6.9
40572025-09-19T18:38:43.931Z Checking indexmap v2.11.0
40582025-09-19T18:38:43.931Z Checking toml_datetime v0.6.11
40592025-09-19T18:38:43.931Z Checking erased-serde v0.4.6
40602025-09-19T18:38:43.931Z Checking terminal_size v0.4.0
40612025-09-19T18:38:43.931Z Checking zerocopy v0.7.35
40622025-09-19T18:38:43.931Z Checking pest v2.7.14
40632025-09-19T18:38:43.931Z Checking getrandom v0.3.1
40642025-09-19T18:38:43.932Z Checking ordered-float v2.10.1
40652025-09-19T18:38:43.932Z Checking thiserror v2.0.16
40662025-09-19T18:38:43.932Z Checking syn v2.0.106
40672025-09-19T18:38:43.932Z Checking serde-untagged v0.1.7
40682025-09-19T18:38:43.932Z Checking tinystr v0.7.6
40692025-09-19T18:38:43.932Z Checking icu_collections v1.5.0
40702025-09-19T18:38:43.932Z Checking toml_edit v0.22.27
40712025-09-19T18:38:43.932Z Checking serde-value v0.7.0
40722025-09-19T18:38:43.932Z Checking icu_locid v1.5.0
40732025-09-19T18:38:43.932Z Checking semver v1.0.26
40742025-09-19T18:38:43.932Z Checking rustix v1.0.7
40752025-09-19T18:38:43.932Z Checking once_cell v1.21.3
40762025-09-19T18:38:45.313Z Checking clap_builder v4.5.41
40772025-09-19T18:38:45.319Z Checking cargo-platform v0.2.0
40782025-09-19T18:38:45.319Z Checking icu_provider v1.5.0
40792025-09-19T18:38:45.319Z Checking textwrap v0.16.2
40802025-09-19T18:38:45.319Z Checking dtrace-parser v0.2.0
40812025-09-19T18:38:45.319Z Checking fs-err v3.1.1
40822025-09-19T18:38:45.357Z Checking icu_locid_transform v1.5.0
40832025-09-19T18:38:45.357Z Checking tabled v0.15.0
40842025-09-19T18:38:45.389Z Checking tempfile v3.20.0
40852025-09-19T18:38:45.618Z Checking anyhow v1.0.99
40862025-09-19T18:38:45.837Z Checking camino-tempfile v1.4.1
40872025-09-19T18:38:45.842Z Checking toml v0.8.23
40882025-09-19T18:38:45.858Z Checking macaddr v1.0.1
40892025-09-19T18:38:46.877Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
40902025-09-19T18:38:46.898Z Checking icu_properties v1.5.1
40912025-09-19T18:38:46.898Z Checking cargo_toml v0.21.0
40922025-09-19T18:38:46.898Z Checking dof v0.3.0
40932025-09-19T18:38:46.898Z Checking clap v4.5.41
40942025-09-19T18:38:47.947Z Checking usdt-impl v0.5.0
40952025-09-19T18:38:47.979Z Checking usdt v0.5.0
40962025-09-19T18:38:48.685Z Checking icu_normalizer v1.5.0
40972025-09-19T18:38:49.180Z Checking idna_adapter v1.2.0
40982025-09-19T18:38:49.325Z Checking idna v1.0.3
40992025-09-19T18:38:49.659Z Checking url v2.5.4
41002025-09-19T18:38:50.175Z Checking cargo-util-schemas v0.8.2
41012025-09-19T18:38:51.451Z Checking cargo_metadata v0.21.0
41022025-09-19T18:38:52.510Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
41032025-09-19T18:38:53.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.04s
41042025-09-19T18:38:53.363Z
41052025-09-19T18:38:53.363Zinfo: running `cargo check --bins` on end-to-end-tests (206/227)
41062025-09-19T18:38:54.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072025-09-19T18:38:54.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082025-09-19T18:38:54.416Z Checking polyval v0.6.2
41092025-09-19T18:38:54.554Z Checking ctr v0.9.2
41102025-09-19T18:38:54.569Z Checking ssh-encoding v0.2.0
41112025-09-19T18:38:54.572Z Checking blowfish v0.9.1
41122025-09-19T18:38:54.602Z Checking password-hash v0.4.2
41132025-09-19T18:38:54.623Z Checking p521 v0.13.3
41142025-09-19T18:38:54.627Z Checking p256 v0.13.2
41152025-09-19T18:38:54.627Z Checking russh-cryptovec v0.7.3
41162025-09-19T18:38:54.797Z Checking ghash v0.5.1
41172025-09-19T18:38:54.833Z Checking md5 v0.7.0
41182025-09-19T18:38:54.837Z Checking bcrypt-pbkdf v0.10.0
41192025-09-19T18:38:54.879Z Checking num-bigint v0.4.6
41202025-09-19T18:38:54.901Z Checking des v0.8.1
41212025-09-19T18:38:54.975Z Checking aes-gcm v0.10.3
41222025-09-19T18:38:55.039Z Checking pbkdf2 v0.11.0
41232025-09-19T18:38:55.133Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41242025-09-19T18:38:55.151Z Checking hex-literal v0.4.1
41252025-09-19T18:38:55.173Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41262025-09-19T18:38:55.177Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41272025-09-19T18:38:55.217Z Checking ssh-cipher v0.2.0
41282025-09-19T18:38:55.305Z Checking internet-checksum v0.2.1
41292025-09-19T18:38:55.520Z Checking ssh-key v0.6.6
41302025-09-19T18:38:55.840Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41312025-09-19T18:38:56.635Z Checking russh-keys v0.45.0
41322025-09-19T18:38:57.519Z Checking russh v0.45.0
41332025-09-19T18:39:19.077Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41342025-09-19T18:39:20.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.43s
41352025-09-19T18:39:21.050Z
41362025-09-19T18:39:21.051Zinfo: running `cargo check --bins` on gateway-cli (207/227)
41372025-09-19T18:39:21.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382025-09-19T18:39:21.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392025-09-19T18:39:21.903Z Checking termios v0.3.3
41402025-09-19T18:39:22.160Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41412025-09-19T18:39:22.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
41422025-09-19T18:39:23.214Z
41432025-09-19T18:39:23.214Zinfo: running `cargo check --bins --no-default-features` on installinator (208/227)
41442025-09-19T18:39:24.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452025-09-19T18:39:24.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462025-09-19T18:39:24.146Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41472025-09-19T18:39:24.150Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41482025-09-19T18:39:24.150Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41492025-09-19T18:39:25.046Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41502025-09-19T18:39:26.954Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41512025-09-19T18:39:29.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s
41522025-09-19T18:39:29.420Z
41532025-09-19T18:39:29.420Zinfo: running `cargo check --bins` on internal-dns-cli (209/227)
41542025-09-19T18:39:30.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552025-09-19T18:39:30.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562025-09-19T18:39:30.233Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41572025-09-19T18:39:30.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
41582025-09-19T18:39:30.984Z
41592025-09-19T18:39:30.984Zinfo: running `cargo check --bins` on omicron-live-tests (210/227)
41602025-09-19T18:39:31.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612025-09-19T18:39:31.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622025-09-19T18:39:31.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41632025-09-19T18:39:31.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
41642025-09-19T18:39:31.772Z
41652025-09-19T18:39:31.773Zinfo: running `cargo check --bins` on live-tests-macros (211/227)
41662025-09-19T18:39:32.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672025-09-19T18:39:32.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682025-09-19T18:39:32.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41692025-09-19T18:39:32.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
41702025-09-19T18:39:32.584Z
41712025-09-19T18:39:32.584Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/227)
41722025-09-19T18:39:33.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732025-09-19T18:39:33.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742025-09-19T18:39:33.573Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41752025-09-19T18:39:34.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
41762025-09-19T18:39:34.587Z
41772025-09-19T18:39:34.587Zinfo: running `cargo check --bins` on omicron-ntp-admin (213/227)
41782025-09-19T18:39:35.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792025-09-19T18:39:35.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802025-09-19T18:39:35.419Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41812025-09-19T18:39:35.419Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41822025-09-19T18:39:35.743Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41832025-09-19T18:39:36.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
41842025-09-19T18:39:37.039Z
41852025-09-19T18:39:37.039Zinfo: running `cargo check --bins` on omicron-package (214/227)
41862025-09-19T18:39:37.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872025-09-19T18:39:37.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882025-09-19T18:39:37.933Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41892025-09-19T18:39:39.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
41902025-09-19T18:39:39.710Z
41912025-09-19T18:39:39.711Zinfo: running `cargo check --bins --no-default-features` on trust-quorum (215/227)
41922025-09-19T18:39:40.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932025-09-19T18:39:40.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942025-09-19T18:39:40.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952025-09-19T18:39:40.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41962025-09-19T18:39:40.554Z
41972025-09-19T18:39:40.554Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum (216/227)
41982025-09-19T18:39:41.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992025-09-19T18:39:41.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002025-09-19T18:39:41.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012025-09-19T18:39:41.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42022025-09-19T18:39:41.394Z
42032025-09-19T18:39:41.394Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum (217/227)
42042025-09-19T18:39:42.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052025-09-19T18:39:42.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062025-09-19T18:39:42.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072025-09-19T18:39:42.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42082025-09-19T18:39:42.231Z
42092025-09-19T18:39:42.232Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum (218/227)
42102025-09-19T18:39:42.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112025-09-19T18:39:42.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122025-09-19T18:39:42.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132025-09-19T18:39:42.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42142025-09-19T18:39:43.080Z
42152025-09-19T18:39:43.086Zinfo: running `cargo check --bins --no-default-features` on gfss (219/227)
42162025-09-19T18:39:43.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172025-09-19T18:39:43.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182025-09-19T18:39:43.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192025-09-19T18:39:43.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42202025-09-19T18:39:43.868Z
42212025-09-19T18:39:43.868Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (220/227)
42222025-09-19T18:39:44.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232025-09-19T18:39:44.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242025-09-19T18:39:44.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252025-09-19T18:39:44.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42262025-09-19T18:39:44.661Z
42272025-09-19T18:39:44.662Zinfo: running `cargo check --bins` on trust-quorum-test-utils (221/227)
42282025-09-19T18:39:45.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292025-09-19T18:39:45.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302025-09-19T18:39:45.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312025-09-19T18:39:45.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42322025-09-19T18:39:45.487Z
42332025-09-19T18:39:45.487Zinfo: running `cargo check --bins` on tqdb (222/227)
42342025-09-19T18:39:46.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352025-09-19T18:39:46.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362025-09-19T18:39:46.412Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42372025-09-19T18:39:46.821Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42382025-09-19T18:39:48.410Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42392025-09-19T18:39:49.309Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42402025-09-19T18:39:50.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
42412025-09-19T18:39:50.308Z
42422025-09-19T18:39:50.308Zinfo: running `cargo check --bins` on wicket-dbg (223/227)
42432025-09-19T18:39:51.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442025-09-19T18:39:51.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452025-09-19T18:39:51.258Z Checking rtoolbox v0.0.2
42462025-09-19T18:39:51.258Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42472025-09-19T18:39:51.262Z Checking tui-tree-widget v0.23.1
42482025-09-19T18:39:51.538Z Checking rpassword v7.4.0
42492025-09-19T18:39:56.379Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42502025-09-19T18:39:59.473Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42512025-09-19T18:40:00.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.53s
42522025-09-19T18:40:01.080Z
42532025-09-19T18:40:01.080Zinfo: running `cargo check --bins` on wicket (224/227)
42542025-09-19T18:40:01.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552025-09-19T18:40:01.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562025-09-19T18:40:02.010Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42572025-09-19T18:40:02.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
42582025-09-19T18:40:02.757Z
42592025-09-19T18:40:02.757Zinfo: running `cargo check --bins` on wicketd (225/227)
42602025-09-19T18:40:03.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612025-09-19T18:40:03.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622025-09-19T18:40:03.704Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42632025-09-19T18:40:08.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
42642025-09-19T18:40:08.373Z
42652025-09-19T18:40:08.373Zinfo: running `cargo check --bins` on omicron-workspace-hack (226/227)
42662025-09-19T18:40:09.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672025-09-19T18:40:09.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682025-09-19T18:40:09.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692025-09-19T18:40:09.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
42702025-09-19T18:40:09.188Z
42712025-09-19T18:40:09.188Zinfo: running `cargo check --bins` on zone-setup (227/227)
42722025-09-19T18:40:09.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732025-09-19T18:40:09.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742025-09-19T18:40:10.092Z Checking uzers v0.12.1
42752025-09-19T18:40:10.466Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42762025-09-19T18:40:11.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
42772025-09-19T18:40:11.828Z
42782025-09-19T18:40:11.828Zreal 17:15.498478991
42792025-09-19T18:40:11.828Zuser 33:55.439671397
42802025-09-19T18:40:11.829Zsys 5:42.486378264
42812025-09-19T18:40:11.832Ztrap 0.742647209
42822025-09-19T18:40:11.832Ztflt 0.611362305
42832025-09-19T18:40:11.832Zdflt 1.422135842
42842025-09-19T18:40:11.832Zkflt 0.001127674
42852025-09-19T18:40:11.832Zlock 1:24:27.555708725
42862025-09-19T18:40:11.832Zslp 2:48:38.809126370
42872025-09-19T18:40:11.832Zlat 1:42.648739712
42882025-09-19T18:40:11.832Zstop 5:35.217226598
42892025-09-19T18:40:11.832Zprocess exited: duration 1335176 ms, exit code 0
 
42902025-09-19T18:40:11.840Zfound 0 output files