01JBZABXWB8JKHD4TYRJAVJX5X: 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: 01JBZACB5MB78ESQSPCAHFYADY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-05T23:26:44.626Zjob assigned to worker 01JBZACF9M4VC9ZNFNR1DXWXZB (queued for 48 s)
 
22024-11-05T23:26:51.590Zstarting task 0: "setup"
32024-11-05T23:26:51.600Z++ uname -s
42024-11-05T23:26:51.602Z+ kern=SunOS
52024-11-05T23:26:51.602Z+ case "$kern" in
62024-11-05T23:26:51.602Z+ [[ 0 == 12345 ]]
72024-11-05T23:26:51.602Z+ groupadd -g 12345 build
82024-11-05T23:26:51.605Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-11-05T23:26:53.614Z+ zfs create -o mountpoint=/work rpool/work
102024-11-05T23:26:53.731Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-11-05T23:26:53.734Z+ home_fs=zfs
122024-11-05T23:26:53.734Z+ [[ zfs == autofs ]]
132024-11-05T23:26:53.734Z+ mkdir -p /home/build
142024-11-05T23:26:53.736Z+ chown build:build /home/build /work
152024-11-05T23:26:55.737Z+ chmod 0700 /home/build /work
162024-11-05T23:26:55.740Zprocess exited: duration 4151 ms, exit code 0
 
172024-11-05T23:26:55.745Zstarting task 1: "rust-toolchain"
182024-11-05T23:26:55.751Z+ printf ' * toolchain channel = "%s"
192024-11-05T23:26:55.751Z * toolchain channel = "1.82.0"
202024-11-05T23:26:55.751Z * toolchain profile = "default"
212024-11-05T23:26:55.751Z' 1.82.0
222024-11-05T23:26:55.751Z+ printf ' * toolchain profile = "%s"
232024-11-05T23:26:55.751Z' default
242024-11-05T23:26:55.753Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-11-05T23:26:55.753Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-11-05T23:26:55.866Zinfo: downloading installer
272024-11-05T23:26:57.252Zinfo: profile set to 'default'
282024-11-05T23:26:57.252Zinfo: default host triple is x86_64-unknown-illumos
292024-11-05T23:26:57.255Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-11-05T23:26:57.425Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-11-05T23:26:57.425Zinfo: downloading component 'cargo'
322024-11-05T23:26:58.400Zinfo: downloading component 'clippy'
332024-11-05T23:26:58.786Zinfo: downloading component 'rust-docs'
342024-11-05T23:27:00.157Zinfo: downloading component 'rust-std'
352024-11-05T23:27:02.336Zinfo: downloading component 'rustc'
362024-11-05T23:27:10.106Zinfo: downloading component 'rustfmt'
372024-11-05T23:27:10.384Zinfo: installing component 'cargo'
382024-11-05T23:27:11.244Zinfo: installing component 'clippy'
392024-11-05T23:27:11.654Zinfo: installing component 'rust-docs'
402024-11-05T23:27:13.346Zinfo: installing component 'rust-std'
412024-11-05T23:27:15.357Zinfo: installing component 'rustc'
422024-11-05T23:27:21.478Zinfo: installing component 'rustfmt'
432024-11-05T23:27:21.808Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-11-05T23:27:21.808Z
452024-11-05T23:27:22.186Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-11-05T23:27:22.186Z
472024-11-05T23:27:22.189Z
482024-11-05T23:27:22.189ZRust is installed now. Great!
492024-11-05T23:27:22.189Z
502024-11-05T23:27:22.189ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-11-05T23:27:22.189Zenvironment variable. This has not been done automatically.
522024-11-05T23:27:22.189Z
532024-11-05T23:27:22.189ZTo configure your current shell, you need to source
542024-11-05T23:27:22.189Zthe corresponding env file under $HOME/.cargo.
552024-11-05T23:27:22.189Z
562024-11-05T23:27:22.189ZThis is usually done by running one of the following (note the leading DOT):
572024-11-05T23:27:22.189Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-11-05T23:27:22.189Zsource "$HOME/.cargo/env.fish" # For fish
592024-11-05T23:27:22.264Z+ rustc --version
602024-11-05T23:27:22.331Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-11-05T23:27:22.334Zprocess exited: duration 26589 ms, exit code 0
 
622024-11-05T23:27:22.342Zstarting task 2: "authentication"
632024-11-05T23:27:22.361Zprocess exited: duration 21 ms, exit code 0
 
642024-11-05T23:27:22.367Zstarting task 3: "clone repository"
652024-11-05T23:27:22.372Z+ mkdir -p /work/oxidecomputer/omicron
662024-11-05T23:27:22.375Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-11-05T23:27:22.413ZCloning into '/work/oxidecomputer/omicron'...
682024-11-05T23:27:29.256Z+ cd /work/oxidecomputer/omicron
692024-11-05T23:27:29.259Z+ git fetch origin aa9cd9852e552b804f557cf84c969d1719bf20db
702024-11-05T23:27:29.806ZFrom https://github.com/oxidecomputer/omicron
712024-11-05T23:27:29.806Z * branch aa9cd9852e552b804f557cf84c969d1719bf20db -> FETCH_HEAD
722024-11-05T23:27:29.814Z+ [[ -n '' ]]
732024-11-05T23:27:29.815Z+ git reset --hard aa9cd9852e552b804f557cf84c969d1719bf20db
742024-11-05T23:27:29.976ZHEAD is now at aa9cd9852 address comments
752024-11-05T23:27:29.979Zprocess exited: duration 7611 ms, exit code 0
 
762024-11-05T23:27:29.984Zstarting task 4: "build"
772024-11-05T23:27:29.990Z+ source .github/buildomat/ci-env.sh
782024-11-05T23:27:29.990Z++ export CARGO_TERM_COLOR=always
792024-11-05T23:27:29.990Z++ CARGO_TERM_COLOR=always
802024-11-05T23:27:29.993Z+ cargo --version
812024-11-05T23:27:30.048Zcargo 1.82.0 (8f40fc59f 2024-08-21)
822024-11-05T23:27:30.051Z+ rustc --version
832024-11-05T23:27:30.111Zrustc 1.82.0 (f6e511eec 2024-10-15)
842024-11-05T23:27:30.114Z+ source ./env.sh
852024-11-05T23:27:30.114Z++ OLD_SHELL_OPTS=ehxB
862024-11-05T23:27:30.114Z++ set -o xtrace
872024-11-05T23:27:30.116Z++++ dirname ./env.sh
882024-11-05T23:27:30.119Z+++ readlink -f .
892024-11-05T23:27:30.123Z++ OMICRON_WS=/work/oxidecomputer/omicron
902024-11-05T23:27:30.123Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912024-11-05T23:27:30.123Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
922024-11-05T23:27:30.123Z++ 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
932024-11-05T23:27:30.123Z++ 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
942024-11-05T23:27:30.123Z++ 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
952024-11-05T23:27:30.123Z++ 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
962024-11-05T23:27:30.123Z++ 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
972024-11-05T23:27:30.123Z++ 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
982024-11-05T23:27:30.123Z++ case $OLD_SHELL_OPTS in
992024-11-05T23:27:30.123Z++ unset OLD_SHELL_OPTS OMICRON_WS
1002024-11-05T23:27:30.123Z+ 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
1012024-11-05T23:27:30.123Z+ 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
1022024-11-05T23:27:30.123Z+ banner prerequisites
1032024-11-05T23:27:30.126Z
1042024-11-05T23:27:30.126Z ##### ##### ###### ##### ###### #### # # # #### #
1052024-11-05T23:27:30.126Z # # # # # # # # # # # # # # #
1062024-11-05T23:27:30.126Z # # # # ##### # # ##### # # # # # #### #
1072024-11-05T23:27:30.126Z ##### ##### # ##### # # # # # # # # #
1082024-11-05T23:27:30.126Z # # # # # # # # # # # # # # #
1092024-11-05T23:27:30.126Z # # # ###### # # ###### ### # #### # #### #
1102024-11-05T23:27:30.126Z
1112024-11-05T23:27:30.126Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1122024-11-05T23:27:39.042Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-11-05T23:27:42.504Z Startup: Caching catalogs ... Done
1142024-11-05T23:27:50.401ZPlanning: Solver setup ... Done (7.179s)
1152024-11-05T23:27:50.501ZPlanning: Running solver ... Done (0.100s)
1162024-11-05T23:27:50.589ZPlanning: Finding local manifests ... Done (0.004s)
1172024-11-05T23:27:50.617ZPlanning: Fetching manifests: 0/5 0% complete
1182024-11-05T23:27:51.244ZPlanning: Fetching manifests: 5/5 100% complete
1192024-11-05T23:27:51.343ZPlanning: Package planning ... Done (0.100s)
1202024-11-05T23:27:51.398ZPlanning: Merging actions ... Done (0.055s)
1212024-11-05T23:27:51.591ZPlanning: Checking for conflicting actions ... Done (0.190s)
1222024-11-05T23:27:53.528ZPlanning: Consolidating action changes ... Done (1.921s)
1232024-11-05T23:27:53.935ZPlanning: Evaluating mediators ... Done (0.424s)
1242024-11-05T23:27:54.014ZPlanning: Planning completed in 11.42 seconds
1252024-11-05T23:27:54.031Z Packages to install: 4
1262024-11-05T23:27:54.031Z Packages to update: 1
1272024-11-05T23:27:54.035Z Mediators to change: 2
1282024-11-05T23:27:54.036Z Services to change: 1
1292024-11-05T23:27:54.036Z Estimated space available: 155.61 GB
1302024-11-05T23:27:54.036ZEstimated space to be consumed: 1.59 GB
1312024-11-05T23:27:54.036Z Create boot environment: No
1322024-11-05T23:27:54.036ZCreate backup boot environment: Yes
1332024-11-05T23:27:54.036Z Rebuild boot archive: No
1342024-11-05T23:27:54.036Z
1352024-11-05T23:27:54.036ZChanged mediators:
1362024-11-05T23:27:54.036Z mediator clang:
1372024-11-05T23:27:54.036Z version: None -> 15 (system default)
1382024-11-05T23:27:54.037Z
1392024-11-05T23:27:54.037Z mediator llvm:
1402024-11-05T23:27:54.037Z version: 14 (system default) -> 15 (system default)
1412024-11-05T23:27:54.037Z
1422024-11-05T23:27:54.037ZChanged packages:
1432024-11-05T23:27:54.037Zhelios-dev
1442024-11-05T23:27:54.037Z developer/build-essential
1452024-11-05T23:27:54.037Z None -> 11-2.0
1462024-11-05T23:27:54.038Z library/libxmlsec1
1472024-11-05T23:27:54.038Z None -> 1.2.35-2.0
1482024-11-05T23:27:54.038Z ooce/developer/clang-15
1492024-11-05T23:27:54.038Z None -> 15.0.7-2.0
1502024-11-05T23:27:54.038Z ooce/developer/llvm-15
1512024-11-05T23:27:54.038Z None -> 15.0.7-2.0
1522024-11-05T23:27:54.038Z package/pkg
1532024-11-05T23:27:54.038Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1542024-11-05T23:27:54.038Z
1552024-11-05T23:27:54.038ZServices:
1562024-11-05T23:27:54.038Z restart_fmri:
1572024-11-05T23:27:54.039Z svc:/system/update-man-index:default
1582024-11-05T23:27:54.039Z
1592024-11-05T23:27:54.039ZEditable files to change:
1602024-11-05T23:27:54.039Z Update:
1612024-11-05T23:27:54.039Z usr/share/lib/pkg/web/config.shtml
1622024-11-05T23:27:54.111Z
1632024-11-05T23:27:54.112ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1642024-11-05T23:27:59.111ZDownload: 1137/4281 items 39.3/220.6MB 17% complete (7.8M/s)
1652024-11-05T23:28:04.111ZDownload: 1884/4281 items 118.6/220.6MB 53% complete (12.0M/s)
1662024-11-05T23:28:09.115ZDownload: 3114/4281 items 134.9/220.6MB 61% complete (9.5M/s)
1672024-11-05T23:28:14.224ZDownload: 3985/4281 items 219.4/220.6MB 99% complete (10.1M/s)
1682024-11-05T23:28:15.924ZDownload: Completed 220.60 MB in 21.82 seconds (10.1M/s)
1692024-11-05T23:28:17.849Z Actions: 1/5063 actions (Removing old actions)
1702024-11-05T23:28:17.872Z Actions: 194/5063 actions (Installing new actions)
1712024-11-05T23:28:22.576Z Actions: 4226/5063 actions (Updating modified actions)
1722024-11-05T23:28:22.897Z Actions: Completed 5063 actions in 5.05 seconds.
1732024-11-05T23:28:23.280Z Done (0.375s)
1742024-11-05T23:28:23.283Z Done (0.000s)
1752024-11-05T23:28:23.794Z Done (0.512s)
1762024-11-05T23:28:28.314Z Done (4.306s)
1772024-11-05T23:28:28.405Z Done (0.017s)
1782024-11-05T23:28:28.409Z Done (0.000s)
1792024-11-05T23:28:28.573Z Done (0.000s)
1802024-11-05T23:28:29.239ZPlanning: Evaluating mediator changes ... Done
1812024-11-05T23:28:29.399ZPlanning: Checking for conflicting actions ... Done
1822024-11-05T23:28:29.402ZPlanning: Consolidating action changes ... Done
1832024-11-05T23:28:29.669ZPlanning: Evaluating mediators ... Done
1842024-11-05T23:28:29.674ZPlanning: Planning completed in 0.43 seconds
1852024-11-05T23:28:29.708Z Mediators to change: 2
1862024-11-05T23:28:29.708Z Create boot environment: No
1872024-11-05T23:28:29.711ZCreate backup boot environment: No
1882024-11-05T23:28:29.786Z Done
1892024-11-05T23:28:29.786Z Done
1902024-11-05T23:28:30.118Z Done
1912024-11-05T23:28:33.646Z Done
1922024-11-05T23:28:33.738Z Done
1932024-11-05T23:28:33.741Z Done
1942024-11-05T23:28:33.843Z Done
1952024-11-05T23:28:34.497ZPlanning: Evaluating mediator changes ... Done
1962024-11-05T23:28:34.564ZPlanning: Merging actions ... Done
1972024-11-05T23:28:34.701ZPlanning: Checking for conflicting actions ... Done
1982024-11-05T23:28:34.735ZPlanning: Consolidating action changes ... Done
1992024-11-05T23:28:34.916ZPlanning: Evaluating mediators ... Done
2002024-11-05T23:28:34.970ZPlanning: Planning completed in 0.76 seconds
2012024-11-05T23:28:35.009Z Packages to change: 1
2022024-11-05T23:28:35.009Z Mediators to change: 1
2032024-11-05T23:28:35.013Z Services to change: 1
2042024-11-05T23:28:35.013Z Create boot environment: No
2052024-11-05T23:28:35.013ZCreate backup boot environment: Yes
2062024-11-05T23:28:37.079Z Actions: 1/6 actions (Updating modified actions)
2072024-11-05T23:28:37.093Z Actions: Completed 6 actions in 0.00 seconds.
2082024-11-05T23:28:37.093Z Done
2092024-11-05T23:28:37.093Z Done
2102024-11-05T23:28:37.204Z Done
2112024-11-05T23:28:40.829Z Done
2122024-11-05T23:28:40.916Z Done
2132024-11-05T23:28:40.919Z Done
2142024-11-05T23:28:41.035Z Done
2152024-11-05T23:28:41.467ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2162024-11-05T23:28:41.467Zclang system 15 system
2172024-11-05T23:28:41.467Zcsh system system illumos
2182024-11-05T23:28:41.467Zctags system system illumos
2192024-11-05T23:28:41.467Zgcc vendor 12 vendor
2202024-11-05T23:28:41.467Zgcc system 10 system
2212024-11-05T23:28:41.468Zgcc system 7 system
2222024-11-05T23:28:41.468Zgo system 1.20 system
2232024-11-05T23:28:41.468Zgo system 1.19 system
2242024-11-05T23:28:41.468Zllvm system 15 system
2252024-11-05T23:28:41.468Zllvm system 14 system
2262024-11-05T23:28:41.468Zmariadb system 10.6 system
2272024-11-05T23:28:41.468Zmta vendor vendor dma
2282024-11-05T23:28:41.468Zopenjdk system 17 system
2292024-11-05T23:28:41.468Zopenjdk system 11 system
2302024-11-05T23:28:41.468Zopenjdk system 1.8 system
2312024-11-05T23:28:41.468Zopenssl vendor 3 vendor
2322024-11-05T23:28:41.468Zperl system 5.36 system
2332024-11-05T23:28:41.468Zpostgresql system 15 system
2342024-11-05T23:28:41.468Zpostgresql system 13 system
2352024-11-05T23:28:41.468Zpython vendor 3 vendor
2362024-11-05T23:28:41.468Zpython system 2 system
2372024-11-05T23:28:41.468Zpython3 system 3.11 system
2382024-11-05T23:28:41.468Zruby system 3.0 system
2392024-11-05T23:28:41.468Zwords vendor vendor american-english
2402024-11-05T23:28:41.468Zwords system system australian-english
2412024-11-05T23:28:41.468Zwords system system british-english
2422024-11-05T23:28:41.468Zwords system system canadian-english
2432024-11-05T23:28:41.468Zwords system system french
2442024-11-05T23:28:41.468Zwords system system italian
2452024-11-05T23:28:41.468Zwords system system ngerman
2462024-11-05T23:28:41.468Zwords system system ogerman
2472024-11-05T23:28:41.468Zwords system system spanish
2482024-11-05T23:28:41.796ZPUBLISHER TYPE STATUS P LOCATION
2492024-11-05T23:28:41.796Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2502024-11-05T23:28:44.250ZFMRI IFO
2512024-11-05T23:28:44.250Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2522024-11-05T23:28:44.250Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2532024-11-05T23:28:44.250Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2542024-11-05T23:28:44.250Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2552024-11-05T23:28:44.250Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2562024-11-05T23:28:44.250Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2572024-11-05T23:28:44.250Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2582024-11-05T23:28:44.250Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2592024-11-05T23:28:44.250Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2602024-11-05T23:28:44.251Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2612024-11-05T23:28:44.251Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2622024-11-05T23:28:44.251Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2632024-11-05T23:28:44.251Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2642024-11-05T23:28:44.251Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2652024-11-05T23:28:44.251Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2662024-11-05T23:28:44.941Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2672024-11-05T23:28:45.203Z Updating crates.io index
2682024-11-05T23:28:45.206Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692024-11-05T23:28:46.068Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2702024-11-05T23:28:46.323Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712024-11-05T23:28:46.630Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2722024-11-05T23:28:46.882Z Updating git repository `https://github.com/oxidecomputer/propolis`
2732024-11-05T23:28:47.803Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742024-11-05T23:28:50.183Z Updating git repository `https://github.com/oxidecomputer/opte`
2752024-11-05T23:28:51.221Z Updating git repository `https://github.com/oxidecomputer/falcon`
2762024-11-05T23:28:52.022Z Updating git repository `https://github.com/oxidecomputer/clickward`
2772024-11-05T23:28:52.296Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2782024-11-05T23:28:52.530Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2792024-11-05T23:28:53.069Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2802024-11-05T23:28:53.416Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812024-11-05T23:28:53.807Z Updating git repository `https://github.com/oxidecomputer/tofino`
2822024-11-05T23:28:54.063Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2832024-11-05T23:28:54.327Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2842024-11-05T23:28:54.563Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2852024-11-05T23:28:54.843Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2862024-11-05T23:28:55.140Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872024-11-05T23:28:55.438Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2882024-11-05T23:28:55.816Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892024-11-05T23:28:56.239Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902024-11-05T23:28:56.561Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2912024-11-05T23:28:56.928Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922024-11-05T23:28:57.281Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932024-11-05T23:28:57.574Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942024-11-05T23:28:58.065Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952024-11-05T23:28:59.326Z Downloading crates ...
2962024-11-05T23:28:59.395Z Downloaded anstyle v1.0.8
2972024-11-05T23:28:59.398Z Downloaded anstyle-query v1.1.1
2982024-11-05T23:28:59.400Z Downloaded cfg-if v1.0.0
2992024-11-05T23:28:59.404Z Downloaded cargo_metadata v0.18.1
3002024-11-05T23:28:59.406Z Downloaded errno v0.3.9
3012024-11-05T23:28:59.409Z Downloaded once_cell v1.20.2
3022024-11-05T23:28:59.415Z Downloaded ucd-trie v0.1.7
3032024-11-05T23:28:59.417Z Downloaded toml_datetime v0.6.8
3042024-11-05T23:28:59.422Z Downloaded swrite v0.1.0
3052024-11-05T23:28:59.424Z Downloaded usdt-macro v0.5.0
3062024-11-05T23:28:59.433Z Downloaded heck v0.4.1
3072024-11-05T23:28:59.435Z Downloaded dof v0.3.0
3082024-11-05T23:28:59.439Z Downloaded bytecount v0.6.8
3092024-11-05T23:28:59.439Z Downloaded crypto-common v0.1.6
3102024-11-05T23:28:59.441Z Downloaded thread-id v4.2.2
3112024-11-05T23:28:59.441Z Downloaded scroll v0.12.0
3122024-11-05T23:28:59.441Z Downloaded autocfg v1.4.0
3132024-11-05T23:28:59.444Z Downloaded pest_generator v2.7.14
3142024-11-05T23:28:59.446Z Downloaded quote v1.0.37
3152024-11-05T23:28:59.449Z Downloaded fnv v1.0.7
3162024-11-05T23:28:59.451Z Downloaded camino-tempfile v1.1.1
3172024-11-05T23:28:59.453Z Downloaded tempfile v3.13.0
3182024-11-05T23:28:59.456Z Downloaded anstream v0.6.15
3192024-11-05T23:28:59.458Z Downloaded sha2 v0.10.8
3202024-11-05T23:28:59.459Z Downloaded proc-macro-error v1.0.4
3212024-11-05T23:28:59.467Z Downloaded zerocopy-derive v0.7.35
3222024-11-05T23:28:59.486Z Downloaded clap_lex v0.7.2
3232024-11-05T23:28:59.491Z Downloaded clap_derive v4.5.18
3242024-11-05T23:28:59.494Z Downloaded anstyle-parse v0.2.5
3252024-11-05T23:28:59.500Z Downloaded byteorder v1.5.0
3262024-11-05T23:28:59.503Z Downloaded equivalent v1.0.1
3272024-11-05T23:28:59.505Z Downloaded cargo_toml v0.20.5
3282024-11-05T23:28:59.511Z Downloaded is_terminal_polyfill v1.70.1
3292024-11-05T23:28:59.517Z Downloaded serde v1.0.210
3302024-11-05T23:28:59.521Z Downloaded indexmap v2.6.0
3312024-11-05T23:28:59.524Z Downloaded block-buffer v0.10.4
3322024-11-05T23:28:59.529Z Downloaded pretty-hex v0.4.1
3332024-11-05T23:28:59.533Z Downloaded usdt-attr-macro v0.5.0
3342024-11-05T23:28:59.535Z Downloaded scroll_derive v0.12.0
3352024-11-05T23:28:59.535Z Downloaded camino v1.1.9
3362024-11-05T23:28:59.538Z Downloaded cargo-platform v0.1.8
3372024-11-05T23:28:59.542Z Downloaded dtrace-parser v0.2.0
3382024-11-05T23:28:59.545Z Downloaded heck v0.5.0
3392024-11-05T23:28:59.547Z Downloaded generic-array v0.14.7
3402024-11-05T23:28:59.547Z Downloaded fs-err v2.11.0
3412024-11-05T23:28:59.549Z Downloaded itoa v1.0.11
3422024-11-05T23:28:59.549Z Downloaded digest v0.10.7
3432024-11-05T23:28:59.551Z Downloaded fastrand v2.1.1
3442024-11-05T23:28:59.554Z Downloaded proc-macro-error-attr v1.0.4
3452024-11-05T23:28:59.554Z Downloaded plain v0.2.3
3462024-11-05T23:28:59.554Z Downloaded cpufeatures v0.2.14
3472024-11-05T23:28:59.556Z Downloaded colorchoice v1.0.2
3482024-11-05T23:28:59.556Z Downloaded thiserror-impl v1.0.64
3492024-11-05T23:28:59.560Z Downloaded macaddr v1.0.1
3502024-11-05T23:28:59.563Z Downloaded strsim v0.11.1
3512024-11-05T23:28:59.565Z Downloaded utf8parse v0.2.2
3522024-11-05T23:28:59.568Z Downloaded thiserror v1.0.64
3532024-11-05T23:28:59.571Z Downloaded terminal_size v0.4.0
3542024-11-05T23:28:59.573Z Downloaded tabled_derive v0.7.0
3552024-11-05T23:28:59.573Z Downloaded usdt-impl v0.5.0
3562024-11-05T23:28:59.576Z Downloaded usdt v0.5.0
3572024-11-05T23:28:59.576Z Downloaded unicode-linebreak v0.1.5
3582024-11-05T23:28:59.579Z Downloaded smawk v0.3.2
3592024-11-05T23:28:59.579Z Downloaded bitflags v2.6.0
3602024-11-05T23:28:59.582Z Downloaded serde_tokenstream v0.2.2
3612024-11-05T23:28:59.584Z Downloaded serde_spanned v0.6.8
3622024-11-05T23:28:59.595Z Downloaded version_check v0.9.5
3632024-11-05T23:28:59.598Z Downloaded semver v1.0.23
3642024-11-05T23:28:59.600Z Downloaded clap v4.5.20
3652024-11-05T23:28:59.607Z Downloaded pest_derive v2.7.14
3662024-11-05T23:28:59.609Z Downloaded toml v0.8.19
3672024-11-05T23:28:59.612Z Downloaded anyhow v1.0.89
3682024-11-05T23:28:59.615Z Downloaded serde_derive v1.0.210
3692024-11-05T23:28:59.618Z Downloaded unicode-ident v1.0.13
3702024-11-05T23:28:59.620Z Downloaded memmap v0.7.0
3712024-11-05T23:28:59.622Z Downloaded typenum v1.17.0
3722024-11-05T23:28:59.625Z Downloaded proc-macro2 v1.0.87
3732024-11-05T23:28:59.627Z Downloaded textwrap v0.16.1
3742024-11-05T23:28:59.630Z Downloaded pest_meta v2.7.14
3752024-11-05T23:28:59.632Z Downloaded papergrid v0.11.0
3762024-11-05T23:28:59.635Z Downloaded ryu v1.0.18
3772024-11-05T23:28:59.638Z Downloaded pest v2.7.14
3782024-11-05T23:28:59.643Z Downloaded log v0.4.22
3792024-11-05T23:28:59.656Z Downloaded serde_json v1.0.128
3802024-11-05T23:28:59.664Z Downloaded winnow v0.6.20
3812024-11-05T23:28:59.677Z Downloaded toml_edit v0.22.22
3822024-11-05T23:28:59.698Z Downloaded memchr v2.7.4
3832024-11-05T23:28:59.703Z Downloaded hashbrown v0.15.0
3842024-11-05T23:28:59.720Z Downloaded clap_builder v4.5.20
3852024-11-05T23:28:59.729Z Downloaded zerocopy v0.7.35
3862024-11-05T23:28:59.745Z Downloaded unicode-width v0.1.14
3872024-11-05T23:28:59.750Z Downloaded tabled v0.15.0
3882024-11-05T23:28:59.765Z Downloaded syn v2.0.79
3892024-11-05T23:28:59.775Z Downloaded syn v1.0.109
3902024-11-05T23:28:59.785Z Downloaded goblin v0.8.2
3912024-11-05T23:28:59.808Z Downloaded rustix v0.38.37
3922024-11-05T23:28:59.838Z Downloaded libc v0.2.161
3932024-11-05T23:29:00.145Z Compiling proc-macro2 v1.0.87
3942024-11-05T23:29:00.145Z Compiling unicode-ident v1.0.13
3952024-11-05T23:29:00.148Z Compiling version_check v0.9.5
3962024-11-05T23:29:00.148Z Compiling serde v1.0.210
3972024-11-05T23:29:00.148Z Compiling memchr v2.7.4
3982024-11-05T23:29:00.148Z Compiling thiserror v1.0.64
3992024-11-05T23:29:00.179Z Compiling libc v0.2.161
4002024-11-05T23:29:00.183Z Compiling ryu v1.0.18
4012024-11-05T23:29:00.397Z Compiling itoa v1.0.11
4022024-11-05T23:29:00.635Z Compiling ucd-trie v0.1.7
4032024-11-05T23:29:00.945Z Compiling once_cell v1.20.2
4042024-11-05T23:29:00.979Z Compiling byteorder v1.5.0
4052024-11-05T23:29:01.237Z Compiling serde_json v1.0.128
4062024-11-05T23:29:01.289Z Compiling rustix v0.38.37
4072024-11-05T23:29:01.386Z Compiling bitflags v2.6.0
4082024-11-05T23:29:01.636Z Compiling usdt-impl v0.5.0
4092024-11-05T23:29:01.820Z Compiling proc-macro-error-attr v1.0.4
4102024-11-05T23:29:01.853Z Compiling syn v1.0.109
4112024-11-05T23:29:01.906Z Compiling proc-macro-error v1.0.4
4122024-11-05T23:29:02.072Z Compiling quote v1.0.37
4132024-11-05T23:29:02.224Z Compiling hashbrown v0.15.0
4142024-11-05T23:29:02.278Z Compiling camino v1.1.9
4152024-11-05T23:29:02.298Z Compiling utf8parse v0.2.2
4162024-11-05T23:29:02.473Z Compiling syn v2.0.79
4172024-11-05T23:29:02.496Z Compiling errno v0.3.9
4182024-11-05T23:29:02.744Z Compiling thread-id v4.2.2
4192024-11-05T23:29:02.746Z Compiling log v0.4.22
4202024-11-05T23:29:02.816Z Compiling equivalent v1.0.1
4212024-11-05T23:29:02.858Z Compiling plain v0.2.3
4222024-11-05T23:29:02.984Z Compiling anstyle-parse v0.2.5
4232024-11-05T23:29:03.172Z Compiling pretty-hex v0.4.1
4242024-11-05T23:29:03.328Z Compiling anstyle-query v1.1.1
4252024-11-05T23:29:03.395Z Compiling autocfg v1.4.0
4262024-11-05T23:29:03.490Z Compiling indexmap v2.6.0
4272024-11-05T23:29:03.514Z Compiling winnow v0.6.20
4282024-11-05T23:29:03.541Z Compiling unicode-width v0.1.14
4292024-11-05T23:29:03.741Z Compiling anstyle v1.0.8
4302024-11-05T23:29:04.103Z Compiling semver v1.0.23
4312024-11-05T23:29:04.229Z Compiling colorchoice v1.0.2
4322024-11-05T23:29:04.411Z Compiling is_terminal_polyfill v1.70.1
4332024-11-05T23:29:04.469Z Compiling fs-err v2.11.0
4342024-11-05T23:29:04.553Z Compiling anstream v0.6.15
4352024-11-05T23:29:04.861Z Compiling terminal_size v0.4.0
4362024-11-05T23:29:04.892Z Compiling clap_lex v0.7.2
4372024-11-05T23:29:04.916Z Compiling fastrand v2.1.1
4382024-11-05T23:29:05.087Z Compiling strsim v0.11.1
4392024-11-05T23:29:05.242Z Compiling cfg-if v1.0.0
4402024-11-05T23:29:05.346Z Compiling anyhow v1.0.89
4412024-11-05T23:29:05.409Z Compiling fnv v1.0.7
4422024-11-05T23:29:05.477Z Compiling bytecount v0.6.8
4432024-11-05T23:29:05.548Z Compiling heck v0.4.1
4442024-11-05T23:29:05.938Z Compiling heck v0.5.0
4452024-11-05T23:29:05.999Z Compiling tempfile v3.13.0
4462024-11-05T23:29:06.050Z Compiling papergrid v0.11.0
4472024-11-05T23:29:06.397Z Compiling clap_builder v4.5.20
4482024-11-05T23:29:06.458Z Compiling memmap v0.7.0
4492024-11-05T23:29:06.573Z Compiling unicode-linebreak v0.1.5
4502024-11-05T23:29:06.819Z Compiling smawk v0.3.2
4512024-11-05T23:29:07.056Z Compiling textwrap v0.16.1
4522024-11-05T23:29:07.264Z Compiling swrite v0.1.0
4532024-11-05T23:29:08.289Z Compiling tabled_derive v0.7.0
4542024-11-05T23:29:09.960Z Compiling tabled v0.15.0
4552024-11-05T23:29:10.334Z Compiling serde_derive v1.0.210
4562024-11-05T23:29:10.334Z Compiling thiserror-impl v1.0.64
4572024-11-05T23:29:10.336Z Compiling zerocopy-derive v0.7.35
4582024-11-05T23:29:10.337Z Compiling scroll_derive v0.12.0
4592024-11-05T23:29:10.538Z Compiling clap_derive v4.5.18
4602024-11-05T23:29:11.873Z Compiling scroll v0.12.0
4612024-11-05T23:29:12.459Z Compiling goblin v0.8.2
4622024-11-05T23:29:12.520Z Compiling zerocopy v0.7.35
4632024-11-05T23:29:13.452Z Compiling pest v2.7.14
4642024-11-05T23:29:14.203Z Compiling clap v4.5.20
4652024-11-05T23:29:15.564Z Compiling pest_meta v2.7.14
4662024-11-05T23:29:16.466Z Compiling pest_generator v2.7.14
4672024-11-05T23:29:18.018Z Compiling pest_derive v2.7.14
4682024-11-05T23:29:18.660Z Compiling dtrace-parser v0.2.0
4692024-11-05T23:29:20.391Z Compiling serde_tokenstream v0.2.2
4702024-11-05T23:29:20.493Z Compiling serde_spanned v0.6.8
4712024-11-05T23:29:20.493Z Compiling toml_datetime v0.6.8
4722024-11-05T23:29:20.627Z Compiling cargo-platform v0.1.8
4732024-11-05T23:29:20.860Z Compiling toml_edit v0.22.22
4742024-11-05T23:29:21.059Z Compiling macaddr v1.0.1
4752024-11-05T23:29:21.195Z Compiling camino-tempfile v1.1.1
4762024-11-05T23:29:21.833Z Compiling dof v0.3.0
4772024-11-05T23:29:22.030Z Compiling cargo_metadata v0.18.1
4782024-11-05T23:29:23.587Z Compiling usdt-macro v0.5.0
4792024-11-05T23:29:23.587Z Compiling usdt-attr-macro v0.5.0
4802024-11-05T23:29:23.674Z Compiling toml v0.8.19
4812024-11-05T23:29:24.682Z Compiling cargo_toml v0.20.5
4822024-11-05T23:29:24.902Z Compiling usdt v0.5.0
4832024-11-05T23:29:28.086Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4842024-11-05T23:29:31.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.17s
4852024-11-05T23:29:32.168Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4862024-11-05T23:29:32.670Z Downloading crates ...
4872024-11-05T23:29:32.793Z Downloaded aead v0.5.2
4882024-11-05T23:29:32.797Z Downloaded addr2line v0.24.2
4892024-11-05T23:29:32.804Z Downloaded ciborium-io v0.2.2
4902024-11-05T23:29:32.807Z Downloaded async-stream-impl v0.3.6
4912024-11-05T23:29:32.809Z Downloaded crucible-workspace-hack v0.1.0
4922024-11-05T23:29:32.814Z Downloaded cfg_aliases v0.1.1
4932024-11-05T23:29:32.818Z Downloaded http-range v0.1.5
4942024-11-05T23:29:32.821Z Downloaded http-body v1.0.1
4952024-11-05T23:29:32.821Z Downloaded atomic-waker v1.1.2
4962024-11-05T23:29:32.826Z Downloaded cbc v0.1.2
4972024-11-05T23:29:32.829Z Downloaded hyper-tls v0.6.0
4982024-11-05T23:29:32.831Z Downloaded hubpack_derive v0.1.1
4992024-11-05T23:29:32.833Z Downloaded colored v2.1.0
5002024-11-05T23:29:32.833Z Downloaded block-padding v0.3.3
5012024-11-05T23:29:32.836Z Downloaded array-init v0.0.4
5022024-11-05T23:29:32.836Z Downloaded constant_time_eq v0.3.1
5032024-11-05T23:29:32.838Z Downloaded hmac v0.12.1
5042024-11-05T23:29:32.841Z Downloaded arrayvec v0.7.6
5052024-11-05T23:29:32.843Z Downloaded chacha20 v0.9.1
5062024-11-05T23:29:32.846Z Downloaded bitflags v1.3.2
5072024-11-05T23:29:32.848Z Downloaded matches v0.1.10
5082024-11-05T23:29:32.850Z Downloaded backoff v0.4.0
5092024-11-05T23:29:32.853Z Downloaded curve25519-dalek-derive v0.1.1
5102024-11-05T23:29:32.855Z Downloaded bit-vec v0.6.3
5112024-11-05T23:29:32.857Z Downloaded md5 v0.7.0
5122024-11-05T23:29:32.857Z Downloaded bcs v0.1.6
5132024-11-05T23:29:32.860Z Downloaded managed v0.8.0
5142024-11-05T23:29:32.863Z Downloaded debug-ignore v1.0.5
5152024-11-05T23:29:32.863Z Downloaded base64ct v1.6.0
5162024-11-05T23:29:32.865Z Downloaded csv-core v0.1.11
5172024-11-05T23:29:32.868Z Downloaded mime v0.3.17
5182024-11-05T23:29:32.868Z Downloaded const-oid v0.9.6
5192024-11-05T23:29:32.871Z Downloaded newtype-uuid v1.1.2
5202024-11-05T23:29:32.873Z Downloaded cookie v0.18.1
5212024-11-05T23:29:32.876Z Downloaded crossbeam-epoch v0.9.18
5222024-11-05T23:29:32.878Z Downloaded libsw v3.3.1
5232024-11-05T23:29:32.881Z Downloaded nodrop v0.1.14
5242024-11-05T23:29:32.884Z Downloaded is-terminal v0.4.13
5252024-11-05T23:29:32.884Z Downloaded instability v0.3.2
5262024-11-05T23:29:32.886Z Downloaded rand_core v0.6.4
5272024-11-05T23:29:32.889Z Downloaded mime_guess v2.0.5
5282024-11-05T23:29:32.889Z Downloaded darling_core v0.20.10
5292024-11-05T23:29:32.895Z Downloaded native-tls v0.2.12
5302024-11-05T23:29:32.898Z Downloaded nibble_vec v0.1.0
5312024-11-05T23:29:32.900Z Downloaded cexpr v0.6.0
5322024-11-05T23:29:32.903Z Downloaded bit-set v0.5.3
5332024-11-05T23:29:32.905Z Downloaded ipnet v2.10.1
5342024-11-05T23:29:32.905Z Downloaded iana-time-zone v0.1.61
5352024-11-05T23:29:32.908Z Downloaded linear-map v1.2.0
5362024-11-05T23:29:32.911Z Downloaded atty v0.2.14
5372024-11-05T23:29:32.913Z Downloaded crossbeam-channel v0.5.13
5382024-11-05T23:29:32.916Z Downloaded indicatif v0.17.8
5392024-11-05T23:29:32.921Z Downloaded http v1.1.0
5402024-11-05T23:29:32.925Z Downloaded hostname v0.3.1
5412024-11-05T23:29:32.928Z Downloaded same-file v1.0.6
5422024-11-05T23:29:32.931Z Downloaded hostname v0.4.0
5432024-11-05T23:29:32.933Z Downloaded home v0.5.9
5442024-11-05T23:29:32.933Z Downloaded cstr-argument v0.1.2
5452024-11-05T23:29:32.936Z Downloaded http-body-util v0.1.2
5462024-11-05T23:29:32.938Z Downloaded cfg_aliases v0.2.1
5472024-11-05T23:29:32.938Z Downloaded bitfield v0.14.0
5482024-11-05T23:29:32.941Z Downloaded instant v0.1.13
5492024-11-05T23:29:32.944Z Downloaded cipher v0.4.4
5502024-11-05T23:29:32.944Z Downloaded bcrypt-pbkdf v0.10.0
5512024-11-05T23:29:32.947Z Downloaded const_format_proc_macros v0.2.33
5522024-11-05T23:29:32.949Z Downloaded strum v0.26.3
5532024-11-05T23:29:32.949Z Downloaded humantime v2.1.0
5542024-11-05T23:29:32.952Z Downloaded hubpack v0.1.2
5552024-11-05T23:29:32.952Z Downloaded httpdate v1.0.3
5562024-11-05T23:29:32.954Z Downloaded ident_case v1.0.1
5572024-11-05T23:29:32.954Z Downloaded ciborium-ll v0.2.2
5582024-11-05T23:29:32.956Z Downloaded castaway v0.2.3
5592024-11-05T23:29:32.959Z Downloaded bb8 v0.8.5
5602024-11-05T23:29:32.959Z Downloaded is_ci v1.2.0
5612024-11-05T23:29:32.961Z Downloaded highway v1.2.0
5622024-11-05T23:29:32.963Z Downloaded impl-trait-for-tuples v0.2.2
5632024-11-05T23:29:32.966Z Downloaded base16ct v0.2.0
5642024-11-05T23:29:32.968Z Downloaded async-recursion v1.1.1
5652024-11-05T23:29:32.971Z Downloaded match_cfg v0.1.0
5662024-11-05T23:29:32.973Z Downloaded crc-catalog v2.4.0
5672024-11-05T23:29:32.973Z Downloaded cobs v0.2.3
5682024-11-05T23:29:32.976Z Downloaded ctr v0.9.2
5692024-11-05T23:29:32.978Z Downloaded chrono-tz-build v0.4.0
5702024-11-05T23:29:32.980Z Downloaded new_debug_unreachable v1.0.6
5712024-11-05T23:29:32.981Z Downloaded httparse v1.9.5
5722024-11-05T23:29:32.983Z Downloaded http-body v0.4.6
5732024-11-05T23:29:32.986Z Downloaded crossbeam-deque v0.8.5
5742024-11-05T23:29:32.989Z Downloaded newtype_derive v0.1.6
5752024-11-05T23:29:32.989Z Downloaded newline-converter v0.3.0
5762024-11-05T23:29:32.992Z Downloaded data-encoding v2.6.0
5772024-11-05T23:29:32.992Z Downloaded assert_matches v1.5.0
5782024-11-05T23:29:32.995Z Downloaded adler2 v2.0.0
5792024-11-05T23:29:32.995Z Downloaded ciborium v0.2.2
5802024-11-05T23:29:32.998Z Downloaded cassowary v0.3.0
5812024-11-05T23:29:33.000Z Downloaded ascii-canvas v3.0.0
5822024-11-05T23:29:33.000Z Downloaded blake2 v0.10.6
5832024-11-05T23:29:33.004Z Downloaded arrayref v0.3.9
5842024-11-05T23:29:33.006Z Downloaded downcast v0.11.0
5852024-11-05T23:29:33.006Z Downloaded waitgroup v0.1.2
5862024-11-05T23:29:33.009Z Downloaded blowfish v0.9.1
5872024-11-05T23:29:33.009Z Downloaded slab v0.4.9
5882024-11-05T23:29:33.011Z Downloaded foreign-types-shared v0.1.1
5892024-11-05T23:29:33.012Z Downloaded keccak v0.1.5
5902024-11-05T23:29:33.014Z Downloaded serde_urlencoded v0.7.1
5912024-11-05T23:29:33.014Z Downloaded inout v0.1.3
5922024-11-05T23:29:33.017Z Downloaded crc v3.2.1
5932024-11-05T23:29:33.019Z Downloaded tiny-keccak v2.0.2
5942024-11-05T23:29:33.022Z Downloaded linked-hash-map v0.5.6
5952024-11-05T23:29:33.024Z Downloaded lazycell v1.3.0
5962024-11-05T23:29:33.024Z Downloaded lalrpop-util v0.19.12
5972024-11-05T23:29:33.027Z Downloaded console v0.15.8
5982024-11-05T23:29:33.029Z Downloaded structmeta-derive v0.3.0
5992024-11-05T23:29:33.032Z Downloaded typify-macro v0.2.0
6002024-11-05T23:29:33.032Z Downloaded hickory-server v0.24.1
6012024-11-05T23:29:33.038Z Downloaded time-macros v0.2.18
6022024-11-05T23:29:33.044Z Downloaded memoffset v0.9.1
6032024-11-05T23:29:33.044Z Downloaded md-5 v0.10.6
6042024-11-05T23:29:33.044Z Downloaded utf-8 v0.7.6
6052024-11-05T23:29:33.058Z Downloaded maybe-uninit v2.0.0
6062024-11-05T23:29:33.058Z Downloaded walkdir v2.5.0
6072024-11-05T23:29:33.058Z Downloaded normalize-line-endings v0.3.0
6082024-11-05T23:29:33.058Z Downloaded num_threads v0.1.7
6092024-11-05T23:29:33.058Z Downloaded nanorand v0.7.0
6102024-11-05T23:29:33.061Z Downloaded mockall v0.13.0
6112024-11-05T23:29:33.061Z Downloaded hyper-staticfile v0.10.1
6122024-11-05T23:29:33.061Z Downloaded term v0.7.0
6132024-11-05T23:29:33.064Z Downloaded libm v0.2.8
6142024-11-05T23:29:33.071Z Downloaded fixedbitset v0.4.2
6152024-11-05T23:29:33.075Z Downloaded defmt-parser v0.3.4
6162024-11-05T23:29:33.078Z Downloaded stringprep v0.1.5
6172024-11-05T23:29:33.078Z Downloaded rustc_version v0.4.1
6182024-11-05T23:29:33.078Z Downloaded scheduled-thread-pool v0.2.7
6192024-11-05T23:29:33.078Z Downloaded ipnetwork v0.20.0
6202024-11-05T23:29:33.081Z Downloaded jobserver v0.1.32
6212024-11-05T23:29:33.084Z Downloaded hash32 v0.3.1
6222024-11-05T23:29:33.084Z Downloaded tokio-stream v0.1.16
6232024-11-05T23:29:33.090Z Downloaded flagset v0.4.6
6242024-11-05T23:29:33.093Z Downloaded unarray v0.1.4
6252024-11-05T23:29:33.093Z Downloaded lock_api v0.4.12
6262024-11-05T23:29:33.096Z Downloaded libloading v0.8.5
6272024-11-05T23:29:33.100Z Downloaded snafu-derive v0.8.5
6282024-11-05T23:29:33.100Z Downloaded tinyvec_macros v0.1.1
6292024-11-05T23:29:33.100Z Downloaded time-core v0.1.2
6302024-11-05T23:29:33.103Z Downloaded sigpipe v0.1.3
6312024-11-05T23:29:33.103Z Downloaded signal-hook-tokio v0.3.1
6322024-11-05T23:29:33.105Z Downloaded ahash v0.8.11
6332024-11-05T23:29:33.108Z Downloaded der_derive v0.7.3
6342024-11-05T23:29:33.110Z Downloaded paste v1.0.15
6352024-11-05T23:29:33.113Z Downloaded num_enum_derive v0.5.11
6362024-11-05T23:29:33.116Z Downloaded num_enum v0.5.11
6372024-11-05T23:29:33.119Z Downloaded schemars v0.8.21
6382024-11-05T23:29:33.132Z Downloaded sync_wrapper v0.1.2
6392024-11-05T23:29:33.135Z Downloaded samael v0.0.17
6402024-11-05T23:29:33.139Z Downloaded r2d2 v0.8.10
6412024-11-05T23:29:33.143Z Downloaded percent-encoding v2.3.1
6422024-11-05T23:29:33.143Z Downloaded hickory-resolver v0.24.1
6432024-11-05T23:29:33.147Z Downloaded zone_cfg_derive v0.3.0
6442024-11-05T23:29:33.150Z Downloaded rustfmt-wrapper v0.2.1
6452024-11-05T23:29:33.152Z Downloaded serde_path_to_error v0.1.16
6462024-11-05T23:29:33.152Z Downloaded sec1 v0.7.3
6472024-11-05T23:29:33.162Z Downloaded getrandom v0.2.15
6482024-11-05T23:29:33.162Z Downloaded tokio-tungstenite v0.23.1
6492024-11-05T23:29:33.162Z Downloaded compact_str v0.8.0
6502024-11-05T23:29:33.165Z Downloaded resolv-conf v0.7.0
6512024-11-05T23:29:33.168Z Downloaded slog-term v2.9.1
6522024-11-05T23:29:33.172Z Downloaded path-slash v0.1.5
6532024-11-05T23:29:33.172Z Downloaded rayon-core v1.12.1
6542024-11-05T23:29:33.175Z Downloaded opaque-debug v0.3.1
6552024-11-05T23:29:33.177Z Downloaded phf_shared v0.10.0
6562024-11-05T23:29:33.177Z Downloaded pretty-hex v0.2.1
6572024-11-05T23:29:33.181Z Downloaded phf_shared v0.11.2
6582024-11-05T23:29:33.181Z Downloaded supports-color v3.0.1
6592024-11-05T23:29:33.183Z Downloaded spki v0.7.3
6602024-11-05T23:29:33.183Z Downloaded signature v2.2.0
6612024-11-05T23:29:33.187Z Downloaded backtrace v0.3.74
6622024-11-05T23:29:33.190Z Downloaded strum_macros v0.24.3
6632024-11-05T23:29:33.193Z Downloaded postgres-types v0.2.8
6642024-11-05T23:29:33.196Z Downloaded postgres-protocol v0.6.7
6652024-11-05T23:29:33.199Z Downloaded parking_lot v0.11.2
6662024-11-05T23:29:33.201Z Downloaded serde-big-array v0.5.1
6672024-11-05T23:29:33.204Z Downloaded zerocopy v0.6.6
6682024-11-05T23:29:33.206Z Downloaded zone v0.1.8
6692024-11-05T23:29:33.210Z Downloaded scopeguard v1.2.0
6702024-11-05T23:29:33.210Z Downloaded zeroize v1.8.1
6712024-11-05T23:29:33.213Z Downloaded termtree v0.4.1
6722024-11-05T23:29:33.213Z Downloaded futures-macro v0.3.31
6732024-11-05T23:29:33.213Z Downloaded pem-rfc7468 v0.7.0
6742024-11-05T23:29:33.216Z Downloaded futures-io v0.3.31
6752024-11-05T23:29:33.223Z Downloaded hyper-util v0.1.9
6762024-11-05T23:29:33.223Z Downloaded heck v0.3.3
6772024-11-05T23:29:33.228Z Downloaded fallible-iterator v0.3.0
6782024-11-05T23:29:33.228Z Downloaded deranged v0.3.11
6792024-11-05T23:29:33.228Z Downloaded crypto-bigint v0.5.5
6802024-11-05T23:29:33.243Z Downloaded derive_builder_macro v0.20.2
6812024-11-05T23:29:33.246Z Downloaded cc v1.1.30
6822024-11-05T23:29:33.248Z Downloaded futures-task v0.3.31
6832024-11-05T23:29:33.251Z Downloaded futures-sink v0.3.31
6842024-11-05T23:29:33.251Z Downloaded num-traits v0.2.19
6852024-11-05T23:29:33.254Z Downloaded ref-cast v1.0.23
6862024-11-05T23:29:33.256Z Downloaded radium v0.7.0
6872024-11-05T23:29:33.259Z Downloaded pin-utils v0.1.0
6882024-11-05T23:29:33.263Z Downloaded openssl-probe v0.1.5
6892024-11-05T23:29:33.263Z Downloaded serde-hex v0.1.0
6902024-11-05T23:29:33.265Z Downloaded env_logger v0.10.2
6912024-11-05T23:29:33.267Z Downloaded snafu v0.8.5
6922024-11-05T23:29:33.273Z Downloaded twox-hash v1.6.3
6932024-11-05T23:29:33.276Z Downloaded float-cmp v0.9.0
6942024-11-05T23:29:33.278Z Downloaded parking_lot_core v0.8.6
6952024-11-05T23:29:33.280Z Downloaded signal-hook v0.3.17
6962024-11-05T23:29:33.283Z Downloaded rsa v0.9.6
6972024-11-05T23:29:33.289Z Downloaded russh-cryptovec v0.7.3
6982024-11-05T23:29:33.292Z Downloaded precomputed-hash v0.1.1
6992024-11-05T23:29:33.292Z Downloaded unicase v2.7.0
7002024-11-05T23:29:33.294Z Downloaded slog-scope v4.4.0
7012024-11-05T23:29:33.294Z Downloaded password-hash v0.5.0
7022024-11-05T23:29:33.297Z Downloaded fallible-iterator v0.2.0
7032024-11-05T23:29:33.299Z Downloaded password-hash v0.4.2
7042024-11-05T23:29:33.299Z Downloaded ref-cast-impl v1.0.23
7052024-11-05T23:29:33.302Z Downloaded tabwriter v1.4.0
7062024-11-05T23:29:33.302Z Downloaded foreign-types-macros v0.2.3
7072024-11-05T23:29:33.304Z Downloaded slog-envlogger v2.2.0
7082024-11-05T23:29:33.306Z Downloaded slog-dtrace v0.3.0
7092024-11-05T23:29:33.309Z Downloaded futures-channel v0.3.31
7102024-11-05T23:29:33.309Z Downloaded dsl_auto_type v0.1.2
7112024-11-05T23:29:33.311Z Downloaded env_logger v0.11.5
7122024-11-05T23:29:33.314Z Downloaded unicode-truncate v1.1.0
7132024-11-05T23:29:33.316Z Downloaded thiserror-no-std v2.0.2
7142024-11-05T23:29:33.320Z Downloaded thiserror-impl-no-std v2.0.2
7152024-11-05T23:29:33.322Z Downloaded phf_codegen v0.11.2
7162024-11-05T23:29:33.325Z Downloaded phf v0.11.2
7172024-11-05T23:29:33.325Z Downloaded hex v0.4.3
7182024-11-05T23:29:33.327Z Downloaded yasna v0.5.2
7192024-11-05T23:29:33.329Z Downloaded rpassword v7.3.1
7202024-11-05T23:29:33.332Z Downloaded serde_repr v0.1.19
7212024-11-05T23:29:33.332Z Downloaded serde_plain v1.0.2
7222024-11-05T23:29:33.334Z Downloaded rand_xorshift v0.3.0
7232024-11-05T23:29:33.336Z Downloaded dyn-clone v1.0.17
7242024-11-05T23:29:33.339Z Downloaded rand_seeder v0.3.0
7252024-11-05T23:29:33.339Z Downloaded slog-json v2.6.1
7262024-11-05T23:29:33.342Z Downloaded parking_lot v0.12.3
7272024-11-05T23:29:33.344Z Downloaded http v0.2.12
7282024-11-05T23:29:33.347Z Downloaded take_mut v0.2.2
7292024-11-05T23:29:33.350Z Downloaded openssl-macros v0.1.1
7302024-11-05T23:29:33.350Z Downloaded headers-core v0.3.0
7312024-11-05T23:29:33.350Z Downloaded hex-literal v0.4.1
7322024-11-05T23:29:33.352Z Downloaded tracing-attributes v0.1.27
7332024-11-05T23:29:33.355Z Downloaded dirs-sys-next v0.1.2
7342024-11-05T23:29:33.357Z Downloaded untrusted v0.9.0
7352024-11-05T23:29:33.360Z Downloaded untrusted v0.7.1
7362024-11-05T23:29:33.360Z Downloaded universal-hash v0.5.1
7372024-11-05T23:29:33.360Z Downloaded tokio-macros v2.4.0
7382024-11-05T23:29:33.362Z Downloaded structmeta v0.3.0
7392024-11-05T23:29:33.362Z Downloaded ghash v0.5.1
7402024-11-05T23:29:33.365Z Downloaded progenitor-client v0.8.0
7412024-11-05T23:29:33.365Z Downloaded dirs-next v2.0.0
7422024-11-05T23:29:33.369Z Downloaded parse-size v1.0.0
7432024-11-05T23:29:33.369Z Downloaded float-ord v0.3.2
7442024-11-05T23:29:33.369Z Downloaded toml v0.7.8
7452024-11-05T23:29:33.372Z Downloaded hashlink v0.9.1
7462024-11-05T23:29:33.374Z Downloaded ppv-lite86 v0.2.20
7472024-11-05T23:29:33.377Z Downloaded hyper v0.14.30
7482024-11-05T23:29:33.385Z Downloaded fxhash v0.2.1
7492024-11-05T23:29:33.388Z Downloaded strum_macros v0.25.3
7502024-11-05T23:29:33.390Z Downloaded pbkdf2 v0.12.2
7512024-11-05T23:29:33.393Z Downloaded pbkdf2 v0.11.0
7522024-11-05T23:29:33.393Z Downloaded spin v0.5.2
7532024-11-05T23:29:33.396Z Downloaded rustc-hash v1.1.0
7542024-11-05T23:29:33.401Z Downloaded zip v0.6.6
7552024-11-05T23:29:33.405Z Downloaded serde_with_macros v3.11.0
7562024-11-05T23:29:33.405Z Downloaded der v0.7.9
7572024-11-05T23:29:33.408Z Downloaded peg-runtime v0.8.3
7582024-11-05T23:29:33.411Z Downloaded parse-display-derive v0.10.0
7592024-11-05T23:29:33.411Z Downloaded hashbrown v0.12.3
7602024-11-05T23:29:33.416Z Downloaded schemars_derive v0.8.21
7612024-11-05T23:29:33.418Z Downloaded difflib v0.4.0
7622024-11-05T23:29:33.420Z Downloaded derive_builder v0.20.2
7632024-11-05T23:29:33.424Z Downloaded toolchain_find v0.4.0
7642024-11-05T23:29:33.426Z Downloaded tokio-native-tls v0.3.1
7652024-11-05T23:29:33.429Z Downloaded fatfs v0.3.6
7662024-11-05T23:29:33.432Z Downloaded omicron-zone-package v0.11.1
7672024-11-05T23:29:33.434Z Downloaded display-error-chain v0.2.1
7682024-11-05T23:29:33.437Z Downloaded env_filter v0.1.2
7692024-11-05T23:29:33.437Z Downloaded enum-as-inner v0.6.1
7702024-11-05T23:29:33.440Z Downloaded tracing v0.1.40
7712024-11-05T23:29:33.444Z Downloaded embedded-io v0.6.1
7722024-11-05T23:29:33.446Z Downloaded dropshot_endpoint v0.12.0
7732024-11-05T23:29:33.448Z Downloaded glob v0.3.1
7742024-11-05T23:29:33.451Z Downloaded gethostname v0.5.0
7752024-11-05T23:29:33.451Z Downloaded funty v2.0.0
7762024-11-05T23:29:33.454Z Downloaded num-complex v0.4.6
7772024-11-05T23:29:33.457Z Downloaded scrypt v0.11.0
7782024-11-05T23:29:33.457Z Downloaded rtoolbox v0.0.2
7792024-11-05T23:29:33.459Z Downloaded peg v0.8.4
7802024-11-05T23:29:33.462Z Downloaded similar v2.6.0
7812024-11-05T23:29:33.467Z Downloaded foreign-types v0.5.0
7822024-11-05T23:29:33.470Z Downloaded rfc6979 v0.4.0
7832024-11-05T23:29:33.472Z Downloaded predicates-core v1.0.8
7842024-11-05T23:29:33.472Z Downloaded secrecy v0.8.0
7852024-11-05T23:29:33.475Z Downloaded rustc-demangle v0.1.24
7862024-11-05T23:29:33.475Z Downloaded sync_wrapper v1.0.1
7872024-11-05T23:29:33.477Z Downloaded which v4.4.2
7882024-11-05T23:29:33.481Z Downloaded salsa20 v0.10.2
7892024-11-05T23:29:33.481Z Downloaded tungstenite v0.24.0
7902024-11-05T23:29:33.483Z Downloaded strum_macros v0.26.4
7912024-11-05T23:29:33.486Z Downloaded subprocess v0.2.9
7922024-11-05T23:29:33.488Z Downloaded derive_more v0.99.18
7932024-11-05T23:29:33.495Z Downloaded foreign-types v0.3.2
7942024-11-05T23:29:33.497Z Downloaded pem v3.0.4
7952024-11-05T23:29:33.497Z Downloaded tokio-rustls v0.24.1
7962024-11-05T23:29:33.500Z Downloaded progenitor v0.8.0
7972024-11-05T23:29:33.503Z Downloaded ena v0.14.3
7982024-11-05T23:29:33.506Z Downloaded tower-service v0.3.3
7992024-11-05T23:29:33.506Z Downloaded num-conv v0.1.0
8002024-11-05T23:29:33.508Z Downloaded minimal-lexical v0.2.1
8012024-11-05T23:29:33.511Z Downloaded try-lock v0.2.5
8022024-11-05T23:29:33.513Z Downloaded serde_with v3.11.0
8032024-11-05T23:29:33.520Z Downloaded olpc-cjson v0.1.4
8042024-11-05T23:29:33.523Z Downloaded globset v0.4.15
8052024-11-05T23:29:33.525Z Downloaded siphasher v0.3.11
8062024-11-05T23:29:33.528Z Downloaded foreign-types-shared v0.3.1
8072024-11-05T23:29:33.528Z Downloaded shlex v1.3.0
8082024-11-05T23:29:33.528Z Downloaded shell-words v1.1.0
8092024-11-05T23:29:33.531Z Downloaded want v0.3.1
8102024-11-05T23:29:33.531Z Downloaded sha1 v0.10.6
8112024-11-05T23:29:33.533Z Downloaded peg-macros v0.8.4
8122024-11-05T23:29:33.536Z Downloaded unicode-xid v0.2.6
8132024-11-05T23:29:33.538Z Downloaded poly1305 v0.8.0
8142024-11-05T23:29:33.541Z Downloaded psl-types v2.0.11
8152024-11-05T23:29:33.541Z Downloaded powerfmt v0.2.0
8162024-11-05T23:29:33.543Z Downloaded heapless v0.8.0
8172024-11-05T23:29:33.546Z Downloaded diesel_table_macro_syntax v0.2.0
8182024-11-05T23:29:33.548Z Downloaded sct v0.7.1
8192024-11-05T23:29:33.550Z Downloaded itertools v0.10.5
8202024-11-05T23:29:33.559Z Downloaded quick-error v1.2.3
8212024-11-05T23:29:33.561Z Downloaded number_prefix v0.4.0
8222024-11-05T23:29:33.561Z Downloaded endian-type v0.1.2
8232024-11-05T23:29:33.562Z Downloaded wyz v0.5.1
8242024-11-05T23:29:33.564Z Downloaded unicode-bidi v0.3.17
8252024-11-05T23:29:33.567Z Downloaded tokio-rustls v0.25.0
8262024-11-05T23:29:33.569Z Downloaded rusty-fork v0.3.0
8272024-11-05T23:29:33.569Z Downloaded tokio-rustls v0.26.0
8282024-11-05T23:29:33.572Z Downloaded semver v0.1.20
8292024-11-05T23:29:33.574Z Downloaded smallvec v0.6.14
8302024-11-05T23:29:33.574Z Downloaded publicsuffix v2.2.3
8312024-11-05T23:29:33.577Z Downloaded sqlparser_derive v0.2.2
8322024-11-05T23:29:33.579Z Downloaded half v2.4.1
8332024-11-05T23:29:33.582Z Downloaded headers v0.4.0
8342024-11-05T23:29:33.586Z Downloaded num v0.4.3
8352024-11-05T23:29:33.589Z Downloaded hash32 v0.2.1
8362024-11-05T23:29:33.591Z Downloaded xattr v1.3.1
8372024-11-05T23:29:33.591Z Downloaded dhcproto v0.12.0
8382024-11-05T23:29:33.594Z Downloaded num-derive v0.4.2
8392024-11-05T23:29:33.596Z Downloaded derive-where v1.2.7
8402024-11-05T23:29:33.599Z Downloaded futures v0.3.31
8412024-11-05T23:29:33.605Z Downloaded vte_generate_state_changes v0.1.2
8422024-11-05T23:29:33.607Z Downloaded form_urlencoded v1.2.1
8432024-11-05T23:29:33.607Z Downloaded foldhash v0.1.3
8442024-11-05T23:29:33.609Z Downloaded slog-async v2.8.0
8452024-11-05T23:29:33.609Z Downloaded p256 v0.13.2
8462024-11-05T23:29:33.612Z Downloaded pkg-config v0.3.31
8472024-11-05T23:29:33.615Z Downloaded structmeta v0.2.0
8482024-11-05T23:29:33.618Z Downloaded strip-ansi-escapes v0.2.0
8492024-11-05T23:29:33.618Z Downloaded uzers v0.12.1
8502024-11-05T23:29:33.621Z Downloaded aes-gcm v0.10.3
8512024-11-05T23:29:33.624Z Downloaded progenitor-impl v0.8.0
8522024-11-05T23:29:33.626Z Downloaded string_cache v0.8.7
8532024-11-05T23:29:33.626Z Downloaded fragile v2.0.0
8542024-11-05T23:29:33.628Z Downloaded oso-derive v0.27.3
8552024-11-05T23:29:33.631Z Downloaded url v2.5.2
8562024-11-05T23:29:33.634Z Downloaded pkcs8 v0.10.2
8572024-11-05T23:29:33.636Z Downloaded serde_yaml v0.9.34+deprecated
8582024-11-05T23:29:33.639Z Downloaded ssh-encoding v0.2.0
8592024-11-05T23:29:33.641Z Downloaded time v0.3.36
8602024-11-05T23:29:33.647Z Downloaded tui-tree-widget v0.22.0
8612024-11-05T23:29:33.649Z Downloaded topological-sort v0.2.2
8622024-11-05T23:29:33.652Z Downloaded hashbrown v0.13.2
8632024-11-05T23:29:33.654Z Downloaded dhcproto-macros v0.1.0
8642024-11-05T23:29:33.656Z Downloaded packed_struct_codegen v0.10.1
8652024-11-05T23:29:33.656Z Downloaded hickory-client v0.24.1
8662024-11-05T23:29:33.659Z Downloaded num-integer v0.1.46
8672024-11-05T23:29:33.662Z Downloaded unsafe-libyaml v0.2.11
8682024-11-05T23:29:33.664Z Downloaded smf v0.2.3
8692024-11-05T23:29:33.666Z Downloaded unicode-segmentation v1.12.0
8702024-11-05T23:29:33.668Z Downloaded hyper v1.4.1
8712024-11-05T23:29:33.675Z Downloaded predicates-tree v1.0.11
8722024-11-05T23:29:33.678Z Downloaded rand_chacha v0.3.1
8732024-11-05T23:29:33.678Z Downloaded proc-macro-crate v1.3.1
8742024-11-05T23:29:33.681Z Downloaded slog v2.7.0
8752024-11-05T23:29:33.683Z Downloaded quinn v0.11.5
8762024-11-05T23:29:33.686Z Downloaded flume v0.11.0
8772024-11-05T23:29:33.689Z Downloaded nom v7.1.3
8782024-11-05T23:29:33.694Z Downloaded ff v0.13.0
8792024-11-05T23:29:33.700Z Downloaded hkdf v0.12.4
8802024-11-05T23:29:33.702Z Downloaded aho-corasick v1.1.3
8812024-11-05T23:29:33.704Z Downloaded rustls-pemfile v1.0.4
8822024-11-05T23:29:33.707Z Downloaded fd-lock v4.0.2
8832024-11-05T23:29:33.709Z Downloaded filetime v0.2.25
8842024-11-05T23:29:33.714Z Downloaded tokio-postgres v0.7.12
8852024-11-05T23:29:33.716Z Downloaded stable_deref_trait v1.2.0
8862024-11-05T23:29:33.716Z Downloaded rustls-pki-types v1.9.0
8872024-11-05T23:29:33.719Z Downloaded diff v0.1.13
8882024-11-05T23:29:33.722Z Downloaded parse-display v0.10.0
8892024-11-05T23:29:33.727Z Downloaded parking_lot_core v0.9.10
8902024-11-05T23:29:33.727Z Downloaded enum-as-inner v0.5.1
8912024-11-05T23:29:33.727Z Downloaded embedded-io v0.4.0
8922024-11-05T23:29:33.730Z Downloaded lalrpop v0.19.12
8932024-11-05T23:29:33.740Z Downloaded whoami v1.5.2
8942024-11-05T23:29:33.744Z Downloaded phf_generator v0.11.2
8952024-11-05T23:29:33.747Z Downloaded tap v1.0.1
8962024-11-05T23:29:33.747Z Downloaded pkcs1 v0.7.5
8972024-11-05T23:29:33.747Z Downloaded vte v0.11.1
8982024-11-05T23:29:33.750Z Downloaded vsss-rs v3.3.4
8992024-11-05T23:29:33.755Z Downloaded either v1.13.0
9002024-11-05T23:29:33.755Z Downloaded termcolor v1.4.1
9012024-11-05T23:29:33.755Z Downloaded packed_struct v0.10.1
9022024-11-05T23:29:33.757Z Downloaded diesel-dtrace v0.3.0
9032024-11-05T23:29:33.761Z Downloaded spin v0.9.8
9042024-11-05T23:29:33.761Z Downloaded pkcs5 v0.7.1
9052024-11-05T23:29:33.766Z Downloaded tls_codec v0.4.1
9062024-11-05T23:29:33.766Z Downloaded thread_local v1.1.8
9072024-11-05T23:29:33.769Z Downloaded parse-zoneinfo v0.3.1
9082024-11-05T23:29:33.771Z Downloaded value-bag v1.9.0
9092024-11-05T23:29:33.775Z Downloaded subtle v2.6.1
9102024-11-05T23:29:33.775Z Downloaded smallvec v1.13.2
9112024-11-05T23:29:33.778Z Downloaded reedline v0.35.0
9122024-11-05T23:29:33.784Z Downloaded owo-colors v4.1.0
9132024-11-05T23:29:33.788Z Downloaded rustls-pemfile v2.2.0
9142024-11-05T23:29:33.790Z Downloaded vergen v8.3.2
9152024-11-05T23:29:33.793Z Downloaded tls_codec_derive v0.4.1
9162024-11-05T23:29:33.793Z Downloaded heapless v0.7.17
9172024-11-05T23:29:33.798Z Downloaded static_assertions v1.1.0
9182024-11-05T23:29:33.801Z Downloaded oso v0.27.3
9192024-11-05T23:29:33.804Z Downloaded prettyplease v0.2.22
9202024-11-05T23:29:33.806Z Downloaded unicode_categories v0.1.1
9212024-11-05T23:29:33.809Z Downloaded tough v0.17.1
9222024-11-05T23:29:33.815Z Downloaded tungstenite v0.23.0
9232024-11-05T23:29:33.818Z Downloaded blake3 v1.5.4
9242024-11-05T23:29:33.826Z Downloaded termios v0.3.3
9252024-11-05T23:29:33.829Z Downloaded tungstenite v0.21.0
9262024-11-05T23:29:33.832Z Downloaded portable-atomic v1.9.0
9272024-11-05T23:29:33.838Z Downloaded diesel_derives v2.2.3
9282024-11-05T23:29:33.842Z Downloaded rustyline v14.0.0
9292024-11-05T23:29:33.848Z Downloaded sqlparser v0.45.0
9302024-11-05T23:29:33.853Z Downloaded elliptic-curve v0.13.8
9312024-11-05T23:29:33.857Z Downloaded bindgen v0.69.5
9322024-11-05T23:29:33.865Z Downloaded rcgen v0.12.1
9332024-11-05T23:29:33.867Z Downloaded toml_edit v0.19.15
9342024-11-05T23:29:33.887Z Downloaded steno v0.4.1
9352024-11-05T23:29:33.889Z Downloaded idna v0.3.0
9362024-11-05T23:29:33.895Z Downloaded x509-cert v0.2.5
9372024-11-05T23:29:33.901Z Downloaded tokio-util v0.7.12
9382024-11-05T23:29:33.907Z Downloaded reqwest v0.12.8
9392024-11-05T23:29:33.916Z Downloaded rayon v1.10.0
9402024-11-05T23:29:33.925Z Downloaded rand v0.8.5
9412024-11-05T23:29:33.929Z Downloaded quinn-proto v0.11.8
9422024-11-05T23:29:33.935Z Downloaded num-bigint-dig v0.8.4
9432024-11-05T23:29:33.941Z Downloaded hashbrown v0.14.5
9442024-11-05T23:29:33.946Z Downloaded proptest v1.5.0
9452024-11-05T23:29:33.956Z Downloaded flate2 v1.0.34
9462024-11-05T23:29:33.961Z Downloaded salty v0.3.0
9472024-11-05T23:29:33.968Z Downloaded regex v1.11.0
9482024-11-05T23:29:33.981Z Downloaded reqwest v0.11.27
9492024-11-05T23:29:33.989Z Downloaded ssh-key v0.6.6
9502024-11-05T23:29:33.996Z Downloaded bstr v1.10.0
9512024-11-05T23:29:34.007Z Downloaded futures-util v0.3.31
9522024-11-05T23:29:34.021Z Downloaded rustls-webpki v0.101.7
9532024-11-05T23:29:34.033Z Downloaded russh v0.45.0
9542024-11-05T23:29:34.038Z Downloaded rustls-webpki v0.102.8
9552024-11-05T23:29:34.057Z Downloaded p521 v0.13.3
9562024-11-05T23:29:34.061Z Downloaded h2 v0.4.6
9572024-11-05T23:29:34.069Z Downloaded curve25519-dalek v4.1.3
9582024-11-05T23:29:34.076Z Downloaded winnow v0.5.40
9592024-11-05T23:29:34.085Z Downloaded rusqlite v0.32.1
9602024-11-05T23:29:34.092Z Downloaded git2 v0.19.0
9612024-11-05T23:29:34.101Z Downloaded nix v0.27.1
9622024-11-05T23:29:34.113Z Downloaded rustls v0.23.14
9632024-11-05T23:29:34.124Z Downloaded idna v0.4.0
9642024-11-05T23:29:34.132Z Downloaded idna v0.2.3
9652024-11-05T23:29:34.139Z Downloaded trust-dns-proto v0.22.0
9662024-11-05T23:29:34.151Z Downloaded quick-xml v0.33.0
9672024-11-05T23:29:34.157Z Downloaded idna v0.5.0
9682024-11-05T23:29:34.165Z Downloaded object v0.30.4
9692024-11-05T23:29:34.174Z Downloaded p384 v0.13.0
9702024-11-05T23:29:34.181Z Downloaded dropshot v0.12.0
9712024-11-05T23:29:34.202Z Downloaded smoltcp v0.9.1
9722024-11-05T23:29:34.212Z Downloaded regress v0.9.1
9732024-11-05T23:29:34.221Z Downloaded regex-syntax v0.8.5
9742024-11-05T23:29:34.229Z Downloaded object v0.36.5
9752024-11-05T23:29:34.241Z Downloaded nix v0.29.0
9762024-11-05T23:29:34.253Z Downloaded gimli v0.31.1
9772024-11-05T23:29:34.261Z Downloaded polar-core v0.27.3
9782024-11-05T23:29:34.270Z Downloaded regex-syntax v0.6.29
9792024-11-05T23:29:34.277Z Downloaded radix_trie v0.2.1
9802024-11-05T23:29:34.283Z Downloaded hickory-proto v0.24.1
9812024-11-05T23:29:34.298Z Downloaded rustls v0.22.4
9822024-11-05T23:29:34.311Z Downloaded diesel v2.2.4
9832024-11-05T23:29:34.330Z Downloaded smoltcp v0.11.0
9842024-11-05T23:29:34.344Z Downloaded openapiv3 v2.0.0
9852024-11-05T23:29:34.357Z Downloaded bzip2-sys v0.1.11+1.0.8
9862024-11-05T23:29:34.368Z Downloaded ratatui v0.28.1
9872024-11-05T23:29:34.388Z Downloaded sled v0.34.7
9882024-11-05T23:29:34.399Z Downloaded typify-impl v0.2.0
9892024-11-05T23:29:34.414Z Downloaded openssl v0.10.66
9902024-11-05T23:29:34.424Z Downloaded rustls v0.21.12
9912024-11-05T23:29:34.435Z Downloaded regress v0.10.1
9922024-11-05T23:29:34.444Z Downloaded zerocopy-derive v0.6.6
9932024-11-05T23:29:34.454Z Downloaded h2 v0.3.26
9942024-11-05T23:29:34.461Z Downloaded webpki-roots v0.26.6
9952024-11-05T23:29:34.465Z Downloaded vcpkg v0.2.15
9962024-11-05T23:29:34.504Z Downloaded chrono-tz v0.10.0
9972024-11-05T23:29:34.512Z Downloaded regex-automata v0.4.8
9982024-11-05T23:29:34.528Z Downloaded nix v0.28.0
9992024-11-05T23:29:34.539Z Downloaded chrono v0.4.38
10002024-11-05T23:29:34.546Z Downloaded bitvec v1.0.1
10012024-11-05T23:29:34.561Z Downloaded tokio v1.40.0
10022024-11-05T23:29:34.599Z Downloaded csv v1.3.0
10032024-11-05T23:29:34.619Z Downloaded qorb v0.2.0
10042024-11-05T23:29:34.623Z Downloaded openssl-sys v0.9.103
10052024-11-05T23:29:34.629Z Downloaded ron v0.8.1
10062024-11-05T23:29:34.634Z Downloaded num-bigint v0.4.6
10072024-11-05T23:29:34.638Z Downloaded typed-path v0.7.1
10082024-11-05T23:29:34.644Z Downloaded sha3 v0.10.8
10092024-11-05T23:29:34.649Z Downloaded unicode-normalization v0.1.24
10102024-11-05T23:29:34.652Z Downloaded lzma-sys v0.1.20
10112024-11-05T23:29:34.682Z Downloaded primeorder v0.13.6
10122024-11-05T23:29:34.684Z Downloaded itertools v0.13.0
10132024-11-05T23:29:34.690Z Downloaded expectorate v1.1.0
10142024-11-05T23:29:34.693Z Downloaded libxml v0.3.3
10152024-11-05T23:29:34.698Z Downloaded slog-bunyan v2.5.0
10162024-11-05T23:29:34.701Z Downloaded socket2 v0.5.7
10172024-11-05T23:29:34.703Z Downloaded tokio-tungstenite v0.24.0
10182024-11-05T23:29:34.705Z Downloaded des v0.8.1
10192024-11-05T23:29:34.706Z Downloaded derive_builder_core v0.20.2
10202024-11-05T23:29:34.708Z Downloaded crossterm v0.28.1
10212024-11-05T23:29:34.713Z Downloaded test-strategy v0.3.1
10222024-11-05T23:29:34.716Z Downloaded petgraph v0.6.5
10232024-11-05T23:29:34.734Z Downloaded libz-sys v1.1.20
10242024-11-05T23:29:34.755Z Downloaded ron v0.7.1
10252024-11-05T23:29:34.760Z Downloaded predicates v3.1.2
10262024-11-05T23:29:34.763Z Downloaded mio v1.0.2
10272024-11-05T23:29:34.768Z Downloaded pin-project v1.1.6
10282024-11-05T23:29:34.779Z Downloaded polyval v0.6.2
10292024-11-05T23:29:34.781Z Downloaded slog-stdlog v4.1.1
10302024-11-05T23:29:34.784Z Downloaded unicode-properties v0.1.3
10312024-11-05T23:29:34.784Z Downloaded ed25519-dalek v2.1.1
10322024-11-05T23:29:34.787Z Downloaded uuid v1.10.0
10332024-11-05T23:29:34.790Z Downloaded num-rational v0.4.2
10342024-11-05T23:29:34.792Z Downloaded tracing-core v0.1.32
10352024-11-05T23:29:34.794Z Downloaded tar v0.4.42
10362024-11-05T23:29:34.797Z Downloaded base64 v0.21.7
10372024-11-05T23:29:34.799Z Downloaded const_format v0.2.33
10382024-11-05T23:29:34.804Z Downloaded zone v0.3.0
10392024-11-05T23:29:34.806Z Downloaded indexmap v1.9.3
10402024-11-05T23:29:34.808Z Downloaded signal-hook-registry v1.4.2
10412024-11-05T23:29:34.811Z Downloaded serde_derive_internals v0.29.1
10422024-11-05T23:29:34.811Z Downloaded encoding_rs v0.8.34
10432024-11-05T23:29:34.831Z Downloaded tinyvec v1.8.0
10442024-11-05T23:29:34.834Z Downloaded russh-keys v0.45.0
10452024-11-05T23:29:34.837Z Downloaded itertools v0.12.1
10462024-11-05T23:29:34.843Z Downloaded zeroize_derive v1.4.2
10472024-11-05T23:29:34.846Z Downloaded xz2 v0.1.7
10482024-11-05T23:29:34.846Z Downloaded postcard v1.0.10
10492024-11-05T23:29:34.848Z Downloaded pin-project-internal v1.1.6
10502024-11-05T23:29:34.851Z Downloaded defmt-macros v0.3.9
10512024-11-05T23:29:34.853Z Downloaded nu-ansi-term v0.50.1
10522024-11-05T23:29:34.856Z Downloaded miniz_oxide v0.8.0
10532024-11-05T23:29:34.858Z Downloaded group v0.13.0
10542024-11-05T23:29:34.861Z Downloaded arc-swap v1.7.1
10552024-11-05T23:29:34.863Z Downloaded pin-project-lite v0.2.14
10562024-11-05T23:29:34.866Z Downloaded sqlformat v0.2.6
10572024-11-05T23:29:34.868Z Downloaded fallible-streaming-iterator v0.1.9
10582024-11-05T23:29:34.871Z Downloaded ed25519 v2.2.3
10592024-11-05T23:29:34.871Z Downloaded quinn-udp v0.5.5
10602024-11-05T23:29:34.873Z Downloaded progenitor-macro v0.8.0
10612024-11-05T23:29:34.873Z Downloaded ecdsa v0.16.9
10622024-11-05T23:29:34.875Z Downloaded memmap2 v0.9.5
10632024-11-05T23:29:34.877Z Downloaded bytes v1.7.2
10642024-11-05T23:29:34.880Z Downloaded tokio-tungstenite v0.21.0
10652024-11-05T23:29:34.883Z Downloaded rustc_version v0.1.7
10662024-11-05T23:29:34.883Z Downloaded rustc-hash v2.0.0
10672024-11-05T23:29:34.886Z Downloaded futures-core v0.3.31
10682024-11-05T23:29:34.886Z Downloaded zone_cfg_derive v0.1.2
10692024-11-05T23:29:34.886Z Downloaded defmt v0.3.8
10702024-11-05T23:29:34.890Z Downloaded chacha20poly1305 v0.10.1
10712024-11-05T23:29:34.892Z Downloaded multer v3.1.0
10722024-11-05T23:29:34.892Z Downloaded mockall_derive v0.13.0
10732024-11-05T23:29:34.894Z Downloaded base64 v0.22.1
10742024-11-05T23:29:34.897Z Downloaded num-iter v0.1.45
10752024-11-05T23:29:34.900Z Downloaded futures-executor v0.3.31
10762024-11-05T23:29:34.900Z Downloaded typify v0.2.0
10772024-11-05T23:29:34.902Z Downloaded crossbeam-utils v0.8.20
10782024-11-05T23:29:34.906Z Downloaded cookie_store v0.21.0
10792024-11-05T23:29:34.909Z Downloaded argon2 v0.5.3
10802024-11-05T23:29:34.909Z Downloaded wait-timeout v0.2.0
10812024-11-05T23:29:34.911Z Downloaded darling v0.20.10
10822024-11-05T23:29:34.913Z Downloaded lru-cache v0.1.2
10832024-11-05T23:29:34.916Z Downloaded kstat-rs v0.2.4
10842024-11-05T23:29:34.916Z Downloaded crc32fast v1.4.2
10852024-11-05T23:29:34.918Z Downloaded bitfield-struct v0.6.2
10862024-11-05T23:29:34.918Z Downloaded async-trait v0.1.83
10872024-11-05T23:29:34.921Z Downloaded async-stream v0.3.6
10882024-11-05T23:29:34.924Z Downloaded structmeta-derive v0.2.0
10892024-11-05T23:29:34.926Z Downloaded ssh-cipher v0.2.0
10902024-11-05T23:29:34.926Z Downloaded signal-hook-mio v0.2.4
10912024-11-05T23:29:34.926Z Downloaded rustversion v1.0.17
10922024-11-05T23:29:34.929Z Downloaded maplit v1.0.2
10932024-11-05T23:29:34.929Z Downloaded internet-checksum v0.2.1
10942024-11-05T23:29:34.932Z Downloaded indoc v1.0.9
10952024-11-05T23:29:34.935Z Downloaded indent_write v2.2.0
10962024-11-05T23:29:34.935Z Downloaded buf-list v1.0.3
10972024-11-05T23:29:34.938Z Downloaded convert_case v0.4.0
10982024-11-05T23:29:34.938Z Downloaded darling_macro v0.20.10
10992024-11-05T23:29:34.938Z Downloaded crunchy v0.2.2
11002024-11-05T23:29:34.938Z Downloaded atomicwrites v0.4.4
11012024-11-05T23:29:34.940Z Downloaded allocator-api2 v0.2.18
11022024-11-05T23:29:34.942Z Downloaded hyper-rustls v0.27.3
11032024-11-05T23:29:34.945Z Downloaded base64 v0.13.1
11042024-11-05T23:29:34.947Z Downloaded aes v0.8.4
11052024-11-05T23:29:34.949Z Downloaded clang-sys v1.8.1
11062024-11-05T23:29:34.952Z Downloaded multimap v0.10.0
11072024-11-05T23:29:34.954Z Downloaded lru v0.12.5
11082024-11-05T23:29:34.954Z Downloaded lazy_static v1.5.0
11092024-11-05T23:29:34.957Z Downloaded bzip2 v0.4.4
11102024-11-05T23:29:34.957Z Downloaded libefi-sys v0.1.0
11112024-11-05T23:29:34.960Z Downloaded crc-any v2.5.0
11122024-11-05T23:29:34.960Z Downloaded cancel-safe-futures v0.1.5
11132024-11-05T23:29:34.964Z Downloaded async-bb8-diesel v0.2.1
11142024-11-05T23:29:34.983Z Downloaded libgit2-sys v0.17.0+1.8.1
11152024-11-05T23:29:35.171Z Downloaded ring v0.16.20
11162024-11-05T23:29:35.489Z Downloaded ring v0.17.8
11172024-11-05T23:29:35.610Z Downloaded libsqlite3-sys v0.30.1
11182024-11-05T23:29:35.786Z Compiling serde v1.0.210
11192024-11-05T23:29:35.788Z Compiling typenum v1.17.0
11202024-11-05T23:29:35.788Z Compiling generic-array v0.14.7
11212024-11-05T23:29:35.788Z Compiling lock_api v0.4.12
11222024-11-05T23:29:35.788Z Compiling scopeguard v1.2.0
11232024-11-05T23:29:35.788Z Compiling subtle v2.6.1
11242024-11-05T23:29:35.788Z Compiling syn v2.0.79
11252024-11-05T23:29:35.927Z Compiling getrandom v0.2.15
11262024-11-05T23:29:36.235Z Compiling value-bag v1.9.0
11272024-11-05T23:29:36.419Z Compiling rand_core v0.6.4
11282024-11-05T23:29:36.502Z Compiling const-oid v0.9.6
11292024-11-05T23:29:36.520Z Compiling pin-project-lite v0.2.14
11302024-11-05T23:29:36.537Z Compiling smallvec v1.13.2
11312024-11-05T23:29:36.652Z Compiling jobserver v0.1.32
11322024-11-05T23:29:36.892Z Compiling log v0.4.22
11332024-11-05T23:29:36.964Z Compiling shlex v1.3.0
11342024-11-05T23:29:36.992Z Compiling parking_lot_core v0.9.10
11352024-11-05T23:29:37.010Z Compiling futures-core v0.3.31
11362024-11-05T23:29:37.262Z Compiling cc v1.1.30
11372024-11-05T23:29:37.381Z Compiling signal-hook-registry v1.4.2
11382024-11-05T23:29:37.608Z Compiling mio v1.0.2
11392024-11-05T23:29:37.819Z Compiling cpufeatures v0.2.14
11402024-11-05T23:29:37.933Z Compiling parking_lot v0.12.3
11412024-11-05T23:29:38.171Z Compiling futures-sink v0.3.31
11422024-11-05T23:29:38.229Z Compiling spin v0.9.8
11432024-11-05T23:29:38.341Z Compiling socket2 v0.5.7
11442024-11-05T23:29:38.600Z Compiling slab v0.4.9
11452024-11-05T23:29:38.685Z Compiling serde_json v1.0.128
11462024-11-05T23:29:38.848Z Compiling futures-channel v0.3.31
11472024-11-05T23:29:38.848Z Compiling futures-task v0.3.31
11482024-11-05T23:29:38.880Z Compiling pin-utils v0.1.0
11492024-11-05T23:29:38.975Z Compiling foldhash v0.1.3
11502024-11-05T23:29:39.042Z Compiling allocator-api2 v0.2.18
11512024-11-05T23:29:39.147Z Compiling tinyvec_macros v0.1.1
11522024-11-05T23:29:39.244Z Compiling futures-io v0.3.31
11532024-11-05T23:29:39.276Z Compiling tinyvec v1.8.0
11542024-11-05T23:29:39.294Z Compiling libm v0.2.8
11552024-11-05T23:29:39.354Z Compiling num-traits v0.2.19
11562024-11-05T23:29:39.358Z Compiling unicode-bidi v0.3.17
11572024-11-05T23:29:39.545Z Compiling base64ct v1.6.0
11582024-11-05T23:29:39.876Z Compiling hashbrown v0.15.0
11592024-11-05T23:29:39.895Z Compiling flagset v0.4.6
11602024-11-05T23:29:40.081Z Compiling pem-rfc7468 v0.7.0
11612024-11-05T23:29:40.098Z Compiling httparse v1.9.5
11622024-11-05T23:29:40.723Z Compiling unicode-normalization v0.1.24
11632024-11-05T23:29:40.789Z Compiling tracing-core v0.1.32
11642024-11-05T23:29:40.908Z Compiling crossbeam-utils v0.8.20
11652024-11-05T23:29:41.027Z Compiling rustls-pki-types v1.9.0
11662024-11-05T23:29:41.211Z Compiling percent-encoding v2.3.1
11672024-11-05T23:29:41.365Z Compiling ring v0.17.8
11682024-11-05T23:29:41.599Z Compiling vcpkg v0.2.15
11692024-11-05T23:29:41.848Z Compiling num-conv v0.1.0
11702024-11-05T23:29:42.099Z Compiling pkg-config v0.3.31
11712024-11-05T23:29:42.136Z Compiling powerfmt v0.2.0
11722024-11-05T23:29:42.153Z Compiling untrusted v0.9.0
11732024-11-05T23:29:42.291Z Compiling time-core v0.1.2
11742024-11-05T23:29:42.466Z Compiling time-macros v0.2.18
11752024-11-05T23:29:42.527Z Compiling deranged v0.3.11
11762024-11-05T23:29:42.870Z Compiling num_threads v0.1.7
11772024-11-05T23:29:43.001Z Compiling atomic-waker v1.1.2
11782024-11-05T23:29:43.188Z Compiling form_urlencoded v1.2.1
11792024-11-05T23:29:43.502Z Compiling slog v2.7.0
11802024-11-05T23:29:43.517Z Compiling try-lock v0.2.5
11812024-11-05T23:29:43.538Z Compiling openssl-sys v0.9.103
11822024-11-05T23:29:43.560Z Compiling rustix v0.38.37
11832024-11-05T23:29:43.664Z Compiling want v0.3.1
11842024-11-05T23:29:43.922Z Compiling httpdate v1.0.3
11852024-11-05T23:29:44.330Z Compiling idna v0.5.0
11862024-11-05T23:29:44.374Z Compiling match_cfg v0.1.0
11872024-11-05T23:29:44.410Z Compiling foreign-types-shared v0.1.1
11882024-11-05T23:29:44.470Z Compiling openssl v0.10.66
11892024-11-05T23:29:44.524Z Compiling base64 v0.22.1
11902024-11-05T23:29:44.669Z Compiling rustversion v1.0.17
11912024-11-05T23:29:44.822Z Compiling tower-service v0.3.3
11922024-11-05T23:29:44.868Z Compiling iana-time-zone v0.1.61
11932024-11-05T23:29:45.237Z Compiling url v2.5.2
11942024-11-05T23:29:45.288Z Compiling foreign-types v0.3.2
11952024-11-05T23:29:45.380Z Compiling hostname v0.3.1
11962024-11-05T23:29:45.397Z Compiling time v0.3.36
11972024-11-05T23:29:45.423Z Compiling dirs-sys-next v0.1.2
11982024-11-05T23:29:45.625Z Compiling aho-corasick v1.1.3
11992024-11-05T23:29:45.862Z Compiling syn v1.0.109
12002024-11-05T23:29:46.057Z Compiling regex-syntax v0.8.5
12012024-11-05T23:29:46.326Z Compiling data-encoding v2.6.0
12022024-11-05T23:29:46.487Z Compiling rustls v0.23.14
12032024-11-05T23:29:46.764Z Compiling rustls v0.22.4
12042024-11-05T23:29:46.992Z Compiling native-tls v0.2.12
12052024-11-05T23:29:47.037Z Compiling adler2 v2.0.0
12062024-11-05T23:29:47.234Z Compiling siphasher v0.3.11
12072024-11-05T23:29:47.340Z Compiling miniz_oxide v0.8.0
12082024-11-05T23:29:47.685Z Compiling dirs-next v2.0.0
12092024-11-05T23:29:48.422Z Compiling serde_derive_internals v0.29.1
12102024-11-05T23:29:48.861Z Compiling crossbeam-epoch v0.9.18
12112024-11-05T23:29:49.200Z Compiling lazy_static v1.5.0
12122024-11-05T23:29:49.322Z Compiling thread_local v1.1.8
12132024-11-05T23:29:49.566Z Compiling serde_derive v1.0.210
12142024-11-05T23:29:49.602Z Compiling zeroize_derive v1.4.2
12152024-11-05T23:29:49.860Z Compiling zerocopy-derive v0.7.35
12162024-11-05T23:29:50.447Z Compiling tokio-macros v2.4.0
12172024-11-05T23:29:50.506Z Compiling thiserror-impl v1.0.64
12182024-11-05T23:29:50.949Z Compiling futures-macro v0.3.31
12192024-11-05T23:29:51.161Z Compiling zeroize v1.8.1
12202024-11-05T23:29:52.029Z Compiling der_derive v0.7.3
12212024-11-05T23:29:52.048Z Compiling zerocopy v0.7.35
12222024-11-05T23:29:52.282Z Compiling tracing-attributes v0.1.27
12232024-11-05T23:29:52.411Z Compiling scroll_derive v0.12.0
12242024-11-05T23:29:52.830Z Compiling futures-util v0.3.31
12252024-11-05T23:29:53.059Z Compiling crypto-common v0.1.6
12262024-11-05T23:29:53.300Z Compiling block-buffer v0.10.4
12272024-11-05T23:29:53.552Z Compiling digest v0.10.7
12282024-11-05T23:29:53.629Z Compiling block-padding v0.3.3
12292024-11-05T23:29:53.651Z Compiling thiserror v1.0.64
12302024-11-05T23:29:53.792Z Compiling ppv-lite86 v0.2.20
12312024-11-05T23:29:53.838Z Compiling inout v0.1.3
12322024-11-05T23:29:53.874Z Compiling pest v2.7.14
12332024-11-05T23:29:54.043Z Compiling hmac v0.12.1
12342024-11-05T23:29:54.102Z Compiling cipher v0.4.4
12352024-11-05T23:29:54.286Z Compiling sha2 v0.10.8
12362024-11-05T23:29:54.406Z Compiling der v0.7.9
12372024-11-05T23:29:54.610Z Compiling rand_chacha v0.3.1
12382024-11-05T23:29:54.678Z Compiling salsa20 v0.10.2
12392024-11-05T23:29:54.913Z Compiling pbkdf2 v0.12.2
12402024-11-05T23:29:55.087Z Compiling rand v0.8.5
12412024-11-05T23:29:55.839Z Compiling tracing v0.1.40
12422024-11-05T23:29:56.394Z Compiling scrypt v0.11.0
12432024-11-05T23:29:56.926Z Compiling spki v0.7.3
12442024-11-05T23:29:56.962Z Compiling pest_meta v2.7.14
12452024-11-05T23:29:56.979Z Compiling aes v0.8.4
12462024-11-05T23:29:57.260Z Compiling cbc v0.1.2
12472024-11-05T23:29:57.306Z Compiling scroll v0.12.0
12482024-11-05T23:29:57.495Z Compiling rustls-webpki v0.102.8
12492024-11-05T23:29:57.789Z Compiling goblin v0.8.2
12502024-11-05T23:29:57.866Z Compiling async-trait v0.1.83
12512024-11-05T23:29:57.936Z Compiling pkcs5 v0.7.1
12522024-11-05T23:29:59.134Z Compiling pest_generator v2.7.14
12532024-11-05T23:29:59.417Z Compiling pkcs8 v0.10.2
12542024-11-05T23:29:59.436Z Compiling openssl-macros v0.1.1
12552024-11-05T23:29:59.847Z Compiling sha1 v0.10.6
12562024-11-05T23:30:00.099Z Compiling signature v2.2.0
12572024-11-05T23:30:00.219Z Compiling regex-automata v0.4.8
12582024-11-05T23:30:00.291Z Compiling cookie v0.18.1
12592024-11-05T23:30:00.392Z Compiling multer v3.1.0
12602024-11-05T23:30:00.544Z Compiling encoding_rs v0.8.34
12612024-11-05T23:30:00.579Z Compiling gimli v0.31.1
12622024-11-05T23:30:00.680Z Compiling signal-hook v0.3.17
12632024-11-05T23:30:00.964Z Compiling rayon-core v1.12.1
12642024-11-05T23:30:01.017Z Compiling unicode-properties v0.1.3
12652024-11-05T23:30:01.410Z Compiling ipnet v2.10.1
12662024-11-05T23:30:01.413Z Compiling mime v0.3.17
12672024-11-05T23:30:01.573Z Compiling pest_derive v2.7.14
12682024-11-05T23:30:01.969Z Compiling schemars v0.8.21
12692024-11-05T23:30:02.340Z Compiling slog-async v2.8.0
12702024-11-05T23:30:02.369Z Compiling dtrace-parser v0.2.0
12712024-11-05T23:30:02.542Z Compiling paste v1.0.15
12722024-11-05T23:30:02.870Z Compiling openssl-probe v0.1.5
12732024-11-05T23:30:03.054Z Compiling either v1.13.0
12742024-11-05T23:30:03.297Z Compiling bytes v1.7.2
12752024-11-05T23:30:03.623Z Compiling indexmap v2.6.0
12762024-11-05T23:30:04.377Z Compiling tokio v1.40.0
12772024-11-05T23:30:04.603Z Compiling http v1.1.0
12782024-11-05T23:30:04.721Z Compiling bitflags v2.6.0
12792024-11-05T23:30:05.115Z Compiling semver v1.0.23
12802024-11-05T23:30:05.757Z Compiling rustc_version v0.4.1
12812024-11-05T23:30:05.850Z Compiling dof v0.3.0
12822024-11-05T23:30:06.553Z Compiling http-body v1.0.1
12832024-11-05T23:30:06.634Z Compiling serde_spanned v0.6.8
12842024-11-05T23:30:06.787Z Compiling uuid v1.10.0
12852024-11-05T23:30:06.876Z Compiling toml_datetime v0.6.8
12862024-11-05T23:30:06.992Z Compiling serde_tokenstream v0.2.2
12872024-11-05T23:30:07.398Z Compiling usdt-impl v0.5.0
12882024-11-05T23:30:07.605Z Compiling chrono v0.4.38
12892024-11-05T23:30:07.796Z Compiling http-body-util v0.1.2
12902024-11-05T23:30:07.975Z Compiling heapless v0.7.17
12912024-11-05T23:30:08.320Z Compiling toml_edit v0.22.22
12922024-11-05T23:30:08.489Z Compiling curve25519-dalek v4.1.3
12932024-11-05T23:30:08.858Z Compiling usdt-attr-macro v0.5.0
12942024-11-05T23:30:09.155Z Compiling usdt-macro v0.5.0
12952024-11-05T23:30:10.472Z Compiling slog-json v2.6.1
12962024-11-05T23:30:10.518Z Compiling addr2line v0.24.2
12972024-11-05T23:30:10.652Z Compiling serde_urlencoded v0.7.1
12982024-11-05T23:30:10.932Z Compiling stringprep v0.1.5
12992024-11-05T23:30:11.291Z Compiling futures-executor v0.3.31
13002024-11-05T23:30:11.849Z Compiling md-5 v0.10.6
13012024-11-05T23:30:12.080Z Compiling schemars_derive v0.8.21
13022024-11-05T23:30:12.104Z Compiling async-stream-impl v0.3.6
13032024-11-05T23:30:12.243Z Compiling enum-as-inner v0.6.1
13042024-11-05T23:30:13.322Z Compiling tokio-util v0.7.12
13052024-11-05T23:30:13.447Z Compiling crossbeam-deque v0.8.5
13062024-11-05T23:30:13.794Z Compiling term v0.7.0
13072024-11-05T23:30:14.671Z Compiling h2 v0.4.6
13082024-11-05T23:30:15.815Z Compiling crossbeam-channel v0.5.13
13092024-11-05T23:30:16.165Z Compiling num-integer v0.1.46
13102024-11-05T23:30:16.853Z Compiling idna v0.3.0
13112024-11-05T23:30:16.926Z Compiling idna v0.4.0
13122024-11-05T23:30:16.947Z Compiling rustls-pemfile v2.2.0
13132024-11-05T23:30:17.287Z Compiling ff v0.13.0
13142024-11-05T23:30:17.524Z Compiling hash32 v0.2.1
13152024-11-05T23:30:17.919Z Compiling is-terminal v0.4.13
13162024-11-05T23:30:18.162Z Compiling object v0.36.5
13172024-11-05T23:30:18.481Z Compiling dropshot v0.12.0
13182024-11-05T23:30:18.498Z Compiling take_mut v0.2.2
13192024-11-05T23:30:18.660Z Compiling rustc-demangle v0.1.24
13202024-11-05T23:30:18.768Z Compiling smoltcp v0.9.1
13212024-11-05T23:30:19.027Z Compiling quick-error v1.2.3
13222024-11-05T23:30:19.176Z Compiling dyn-clone v1.0.17
13232024-11-05T23:30:19.400Z Compiling anyhow v1.0.89
13242024-11-05T23:30:19.473Z Compiling num-bigint-dig v0.8.4
13252024-11-05T23:30:19.575Z Compiling portable-atomic v1.9.0
13262024-11-05T23:30:19.780Z Compiling stable_deref_trait v1.2.0
13272024-11-05T23:30:19.895Z Compiling fallible-iterator v0.2.0
13282024-11-05T23:30:20.024Z Compiling base16ct v0.2.0
13292024-11-05T23:30:20.351Z Compiling utf-8 v0.7.6
13302024-11-05T23:30:20.617Z Compiling linked-hash-map v0.5.6
13312024-11-05T23:30:20.649Z Compiling psl-types v2.0.11
13322024-11-05T23:30:20.736Z Compiling postgres-protocol v0.6.7
13332024-11-05T23:30:20.855Z Compiling publicsuffix v2.2.3
13342024-11-05T23:30:21.010Z Compiling lru-cache v0.1.2
13352024-11-05T23:30:21.156Z Compiling tungstenite v0.24.0
13362024-11-05T23:30:21.188Z Compiling sec1 v0.7.3
13372024-11-05T23:30:21.756Z Compiling hyper v1.4.1
13382024-11-05T23:30:22.828Z Compiling resolv-conf v0.7.0
13392024-11-05T23:30:23.585Z Compiling usdt v0.5.0
13402024-11-05T23:30:24.095Z Compiling slog-term v2.9.1
13412024-11-05T23:30:24.541Z Compiling hyper-util v0.1.9
13422024-11-05T23:30:24.615Z Compiling hickory-proto v0.24.1
13432024-11-05T23:30:25.042Z Compiling tokio-rustls v0.26.0
13442024-11-05T23:30:25.296Z Compiling group v0.13.0
13452024-11-05T23:30:25.500Z Compiling backtrace v0.3.74
13462024-11-05T23:30:25.615Z Compiling num-iter v0.1.45
13472024-11-05T23:30:25.781Z Compiling tokio-rustls v0.25.0
13482024-11-05T23:30:25.784Z Compiling tokio-native-tls v0.3.1
13492024-11-05T23:30:26.108Z Compiling async-stream v0.3.6
13502024-11-05T23:30:26.196Z Compiling toml v0.8.19
13512024-11-05T23:30:26.222Z Compiling futures v0.3.31
13522024-11-05T23:30:27.472Z Compiling camino v1.1.9
13532024-11-05T23:30:27.591Z Compiling slog-bunyan v2.5.0
13542024-11-05T23:30:27.798Z Compiling terminal_size v0.4.0
13552024-11-05T23:30:27.864Z Compiling dropshot_endpoint v0.12.0
13562024-11-05T23:30:27.891Z Compiling openapiv3 v2.0.0
13572024-11-05T23:30:28.378Z Compiling serde_path_to_error v0.1.16
13582024-11-05T23:30:28.438Z Compiling hkdf v0.12.4
13592024-11-05T23:30:28.619Z Compiling hubpack_derive v0.1.1
13602024-11-05T23:30:28.706Z Compiling crypto-bigint v0.5.5
13612024-11-05T23:30:28.821Z Compiling zerocopy-derive v0.6.6
13622024-11-05T23:30:29.155Z Compiling curve25519-dalek-derive v0.1.1
13632024-11-05T23:30:29.210Z Compiling phf_shared v0.11.2
13642024-11-05T23:30:29.522Z Compiling waitgroup v0.1.2
13652024-11-05T23:30:29.589Z Compiling webpki-roots v0.26.6
13662024-11-05T23:30:29.736Z Compiling hostname v0.4.0
13672024-11-05T23:30:29.799Z Compiling ahash v0.8.11
13682024-11-05T23:30:29.995Z Compiling fs-err v2.11.0
13692024-11-05T23:30:30.142Z Compiling managed v0.8.0
13702024-11-05T23:30:30.287Z Compiling bitflags v1.3.2
13712024-11-05T23:30:30.387Z Compiling winnow v0.5.40
13722024-11-05T23:30:30.577Z Compiling debug-ignore v1.0.5
13732024-11-05T23:30:30.596Z Compiling strum_macros v0.25.3
13742024-11-05T23:30:30.731Z Compiling console v0.15.8
13752024-11-05T23:30:30.918Z Compiling zerocopy v0.6.6
13762024-11-05T23:30:31.825Z Compiling elliptic-curve v0.13.8
13772024-11-05T23:30:32.285Z Compiling clap_builder v4.5.20
13782024-11-05T23:30:34.460Z Compiling toml_edit v0.19.15
13792024-11-05T23:30:34.596Z Compiling hickory-resolver v0.24.1
13802024-11-05T23:30:34.799Z Compiling hyper-rustls v0.27.3
13812024-11-05T23:30:34.846Z Compiling hubpack v0.1.2
13822024-11-05T23:30:34.865Z Compiling phf v0.11.2
13832024-11-05T23:30:35.166Z Compiling signal-hook-mio v0.2.4
13842024-11-05T23:30:35.278Z Compiling hyper-tls v0.6.0
13852024-11-05T23:30:35.338Z Compiling cookie_store v0.21.0
13862024-11-05T23:30:35.427Z Compiling rayon v1.10.0
13872024-11-05T23:30:36.900Z Compiling tokio-tungstenite v0.24.0
13882024-11-05T23:30:37.467Z Compiling postgres-types v0.2.8
13892024-11-05T23:30:40.246Z Compiling tokio-stream v0.1.16
13902024-11-05T23:30:40.359Z Compiling bstr v1.10.0
13912024-11-05T23:30:40.383Z Compiling regex v1.11.0
13922024-11-05T23:30:40.936Z Compiling serde-big-array v0.5.1
13932024-11-05T23:30:41.145Z Compiling ed25519 v2.2.3
13942024-11-05T23:30:41.187Z Compiling pkcs1 v0.7.5
13952024-11-05T23:30:41.342Z Compiling rfc6979 v0.4.0
13962024-11-05T23:30:41.460Z Compiling clap_derive v4.5.18
13972024-11-05T23:30:41.513Z Compiling derive-where v1.2.7
13982024-11-05T23:30:41.540Z Compiling serde_repr v0.1.19
13992024-11-05T23:30:42.094Z Compiling phf_shared v0.10.0
14002024-11-05T23:30:42.130Z Compiling float-cmp v0.9.0
14012024-11-05T23:30:42.149Z Compiling sync_wrapper v1.0.1
14022024-11-05T23:30:42.305Z Compiling crc32fast v1.4.2
14032024-11-05T23:30:42.359Z Compiling whoami v1.5.2
14042024-11-05T23:30:42.489Z Compiling precomputed-hash v0.1.1
14052024-11-05T23:30:42.609Z Compiling minimal-lexical v0.2.1
14062024-11-05T23:30:42.643Z Compiling predicates-core v1.0.8
14072024-11-05T23:30:42.697Z Compiling bit-vec v0.6.3
14082024-11-05T23:30:42.994Z Compiling difflib v0.4.0
14092024-11-05T23:30:43.013Z Compiling fixedbitset v0.4.2
14102024-11-05T23:30:43.032Z Compiling unicode-segmentation v1.12.0
14112024-11-05T23:30:43.106Z Compiling new_debug_unreachable v1.0.6
14122024-11-05T23:30:43.154Z Compiling static_assertions v1.1.0
14132024-11-05T23:30:43.204Z Compiling number_prefix v0.4.0
14142024-11-05T23:30:43.263Z Compiling normalize-line-endings v0.3.0
14152024-11-05T23:30:43.394Z Compiling predicates v3.1.2
14162024-11-05T23:30:43.456Z Compiling indicatif v0.17.8
14172024-11-05T23:30:43.474Z Compiling petgraph v0.6.5
14182024-11-05T23:30:43.899Z Compiling similar v2.6.0
14192024-11-05T23:30:44.542Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14202024-11-05T23:30:44.902Z Compiling qorb v0.2.0
14212024-11-05T23:30:45.088Z Compiling string_cache v0.8.7
14222024-11-05T23:30:45.549Z Compiling bit-set v0.5.3
14232024-11-05T23:30:45.605Z Compiling nom v7.1.3
14242024-11-05T23:30:45.841Z Compiling tokio-postgres v0.7.12
14252024-11-05T23:30:46.062Z Compiling clap v4.5.20
14262024-11-05T23:30:46.195Z Compiling flate2 v1.0.34
14272024-11-05T23:30:46.295Z Compiling reqwest v0.12.8
14282024-11-05T23:30:47.167Z Compiling rsa v0.9.6
14292024-11-05T23:30:47.550Z Compiling ecdsa v0.16.9
14302024-11-05T23:30:48.417Z Compiling ed25519-dalek v2.1.1
14312024-11-05T23:30:49.359Z Compiling toml v0.7.8
14322024-11-05T23:30:49.750Z Compiling crossterm v0.28.1
14332024-11-05T23:30:51.311Z Compiling itertools v0.10.5
14342024-11-05T23:30:51.365Z Compiling itertools v0.12.1
14352024-11-05T23:30:51.368Z Compiling hex v0.4.3
14362024-11-05T23:30:51.576Z Compiling x509-cert v0.2.5
14372024-11-05T23:30:51.697Z Compiling peg-runtime v0.8.3
14382024-11-05T23:30:51.965Z Compiling lalrpop-util v0.19.12
14392024-11-05T23:30:52.319Z Compiling unicode-xid v0.2.6
14402024-11-05T23:30:52.372Z Compiling xattr v1.3.1
14412024-11-05T23:30:52.485Z Compiling strum_macros v0.26.4
14422024-11-05T23:30:52.632Z Compiling filetime v0.2.25
14432024-11-05T23:30:52.949Z Compiling tar v0.4.42
14442024-11-05T23:30:55.828Z Compiling strum v0.26.3
14452024-11-05T23:30:56.056Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14462024-11-05T23:30:56.306Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14472024-11-05T23:31:01.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
14482024-11-05T23:31:01.845Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14492024-11-05T23:31:01.891ZNov 05 23:31:01.465 INFO Starting download, target: Cockroach
14502024-11-05T23:31:01.891ZNov 05 23:31:01.465 INFO Starting download, target: Clickhouse
14512024-11-05T23:31:01.891ZNov 05 23:31:01.465 INFO Starting download, target: DendriteOpenapi
14522024-11-05T23:31:01.893ZNov 05 23:31:01.465 INFO Starting download, target: DendriteStub
14532024-11-05T23:31:01.893ZNov 05 23:31:01.465 INFO Starting download, target: Console
14542024-11-05T23:31:01.894ZNov 05 23:31:01.465 INFO Starting download, target: MaghemiteMgd
14552024-11-05T23:31:01.894ZNov 05 23:31:01.465 INFO Starting download, target: TransceiverControl
14562024-11-05T23:31:01.894ZNov 05 23:31:01.466 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14572024-11-05T23:31:01.894ZNov 05 23:31:01.466 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14582024-11-05T23:31:01.894ZNov 05 23:31:01.466 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14592024-11-05T23:31:01.894ZNov 05 23:31:01.466 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14602024-11-05T23:31:01.894ZNov 05 23:31:01.466 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14612024-11-05T23:31:01.894ZNov 05 23:31:01.466 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14622024-11-05T23:31:01.894ZNov 05 23:31:01.466 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14632024-11-05T23:31:02.079ZNov 05 23:31:01.650 INFO Download complete, target: DendriteOpenapi
14642024-11-05T23:31:02.343ZNov 05 23:31:01.901 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14652024-11-05T23:31:02.476ZNov 05 23:31:02.032 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14662024-11-05T23:31:02.725ZNov 05 23:31:02.294 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14672024-11-05T23:31:02.747ZNov 05 23:31:02.319 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14682024-11-05T23:31:02.834ZNov 05 23:31:02.404 INFO Download complete, target: Console
14692024-11-05T23:31:03.022ZNov 05 23:31:02.594 INFO Download complete, target: TransceiverControl
14702024-11-05T23:31:03.308ZNov 05 23:31:02.882 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14712024-11-05T23:31:03.308ZNov 05 23:31:02.882 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14722024-11-05T23:31:04.005ZNov 05 23:31:03.579 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14732024-11-05T23:31:05.447ZNov 05 23:31:05.021 INFO Download complete, target: DendriteStub
14742024-11-05T23:31:05.690ZNov 05 23:31:05.264 INFO Download complete, target: MaghemiteMgd
14752024-11-05T23:31:10.636ZNov 05 23:31:10.210 INFO Checking that binary works, target: Cockroach
14762024-11-05T23:31:10.797ZNov 05 23:31:10.371 INFO Download complete, target: Cockroach
14772024-11-05T23:31:16.246ZNov 05 23:31:15.821 INFO Checking that binary works, target: Clickhouse
14782024-11-05T23:31:16.382ZNov 05 23:31:15.956 INFO Download complete, target: Clickhouse
14792024-11-05T23:31:16.403ZAll builder prerequisites installed successfully, and PATH looks valid
14802024-11-05T23:31:16.405Z
14812024-11-05T23:31:16.405Zreal 3:46.281914604
14822024-11-05T23:31:16.405Zuser 12:14.305353277
14832024-11-05T23:31:16.405Zsys 2:41.100779438
14842024-11-05T23:31:16.405Ztrap 0.446014848
14852024-11-05T23:31:16.406Ztflt 1.321204510
14862024-11-05T23:31:16.406Zdflt 1.308802734
14872024-11-05T23:31:16.406Zkflt 0.027847433
14882024-11-05T23:31:16.406Zlock 22:49.112167501
14892024-11-05T23:31:16.406Zslp 47:13.532982285
14902024-11-05T23:31:16.406Zlat 46.928196375
14912024-11-05T23:31:16.406Zstop 1:58.911882044
14922024-11-05T23:31:16.406Z+ banner hack-check
14932024-11-05T23:31:16.408Z
14942024-11-05T23:31:16.408Z # # ## #### # # #### # # ###### #### # #
14952024-11-05T23:31:16.408Z # # # # # # # # # # # # # # # # #
14962024-11-05T23:31:16.408Z ###### # # # #### ##### # ###### ##### # ####
14972024-11-05T23:31:16.408Z # # ###### # # # # # # # # # #
14982024-11-05T23:31:16.409Z # # # # # # # # # # # # # # # # #
14992024-11-05T23:31:16.409Z # # # # #### # # #### # # ###### #### # #
15002024-11-05T23:31:16.409Z
15012024-11-05T23:31:16.409Z+ export CARGO_INCREMENTAL=0
15022024-11-05T23:31:16.409Z+ CARGO_INCREMENTAL=0
15032024-11-05T23:31:16.409Z+ ptime -m timeout 2h cargo xtask check-features --ci
15042024-11-05T23:31:16.904Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15052024-11-05T23:31:20.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
15062024-11-05T23:31:20.379Z Running `target/debug/xtask check-features --ci`
15072024-11-05T23:31:20.399Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15082024-11-05T23:31:20.399Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15092024-11-05T23:31:20.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15102024-11-05T23:31:20.840Z Running `target/debug/xtask download cargo-hack`
15112024-11-05T23:31:21.603Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15122024-11-05T23:31:21.970Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15132024-11-05T23:31:26.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s
15142024-11-05T23:31:26.872Z Running `target/debug/xtask-downloader cargo-hack`
15152024-11-05T23:31:26.905ZNov 05 23:31:26.480 INFO Starting download, target: CargoHack
15162024-11-05T23:31:26.908ZNov 05 23:31:26.481 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15172024-11-05T23:31:27.488ZNov 05 23:31:27.063 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15182024-11-05T23:31:27.575ZNov 05 23:31:27.150 INFO Download complete, target: CargoHack
15192024-11-05T23:31:27.579Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15202024-11-05T23:31:27.594Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15212024-11-05T23:31:27.757Zinfo: running `cargo check --bins` on api_identity (1/168)
15222024-11-05T23:31:28.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15232024-11-05T23:31:28.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15242024-11-05T23:31:28.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15252024-11-05T23:31:28.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15262024-11-05T23:31:28.319Z
15272024-11-05T23:31:28.319Zinfo: running `cargo check --bins` on bootstore (2/168)
15282024-11-05T23:31:28.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15292024-11-05T23:31:28.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15302024-11-05T23:31:28.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15312024-11-05T23:31:28.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15322024-11-05T23:31:28.914Z
15332024-11-05T23:31:28.914Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/168)
15342024-11-05T23:31:29.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15352024-11-05T23:31:29.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15362024-11-05T23:31:29.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15372024-11-05T23:31:29.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15382024-11-05T23:31:29.503Z
15392024-11-05T23:31:29.503Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168)
15402024-11-05T23:31:30.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-11-05T23:31:30.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-11-05T23:31:30.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-11-05T23:31:30.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15442024-11-05T23:31:30.078Z
15452024-11-05T23:31:30.078Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168)
15462024-11-05T23:31:30.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-11-05T23:31:30.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-11-05T23:31:30.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-11-05T23:31:30.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15502024-11-05T23:31:30.480Z
15512024-11-05T23:31:30.480Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168)
15522024-11-05T23:31:30.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-11-05T23:31:30.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-11-05T23:31:30.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-11-05T23:31:30.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15562024-11-05T23:31:30.881Z
15572024-11-05T23:31:30.881Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168)
15582024-11-05T23:31:31.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-11-05T23:31:31.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-11-05T23:31:31.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-11-05T23:31:31.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15622024-11-05T23:31:31.278Z
15632024-11-05T23:31:31.278Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168)
15642024-11-05T23:31:31.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-11-05T23:31:31.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-11-05T23:31:31.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15672024-11-05T23:31:31.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15682024-11-05T23:31:31.680Z
15692024-11-05T23:31:31.680Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168)
15702024-11-05T23:31:32.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15712024-11-05T23:31:32.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15722024-11-05T23:31:32.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15732024-11-05T23:31:32.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15742024-11-05T23:31:32.083Z
15752024-11-05T23:31:32.084Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168)
15762024-11-05T23:31:32.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15772024-11-05T23:31:32.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15782024-11-05T23:31:32.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15792024-11-05T23:31:32.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15802024-11-05T23:31:32.488Z
15812024-11-05T23:31:32.488Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168)
15822024-11-05T23:31:32.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15832024-11-05T23:31:32.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15842024-11-05T23:31:32.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15852024-11-05T23:31:32.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15862024-11-05T23:31:32.889Z
15872024-11-05T23:31:32.889Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168)
15882024-11-05T23:31:33.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15892024-11-05T23:31:33.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15902024-11-05T23:31:33.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15912024-11-05T23:31:33.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15922024-11-05T23:31:33.292Z
15932024-11-05T23:31:33.292Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168)
15942024-11-05T23:31:33.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15952024-11-05T23:31:33.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15962024-11-05T23:31:33.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15972024-11-05T23:31:33.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15982024-11-05T23:31:33.699Z
15992024-11-05T23:31:33.699Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168)
16002024-11-05T23:31:34.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16012024-11-05T23:31:34.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16022024-11-05T23:31:34.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16032024-11-05T23:31:34.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16042024-11-05T23:31:34.097Z
16052024-11-05T23:31:34.097Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168)
16062024-11-05T23:31:34.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16072024-11-05T23:31:34.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16082024-11-05T23:31:34.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16092024-11-05T23:31:34.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16102024-11-05T23:31:34.503Z
16112024-11-05T23:31:34.503Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168)
16122024-11-05T23:31:34.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-11-05T23:31:34.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-11-05T23:31:34.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-11-05T23:31:34.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16162024-11-05T23:31:34.900Z
16172024-11-05T23:31:34.900Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168)
16182024-11-05T23:31:35.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-11-05T23:31:35.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-11-05T23:31:35.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-11-05T23:31:35.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16222024-11-05T23:31:35.296Z
16232024-11-05T23:31:35.296Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168)
16242024-11-05T23:31:35.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-11-05T23:31:35.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-11-05T23:31:35.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-11-05T23:31:35.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16282024-11-05T23:31:35.698Z
16292024-11-05T23:31:35.698Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168)
16302024-11-05T23:31:36.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-11-05T23:31:36.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-11-05T23:31:36.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-11-05T23:31:36.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16342024-11-05T23:31:36.100Z
16352024-11-05T23:31:36.100Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168)
16362024-11-05T23:31:36.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-11-05T23:31:36.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-11-05T23:31:36.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-11-05T23:31:36.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16402024-11-05T23:31:36.499Z
16412024-11-05T23:31:36.500Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168)
16422024-11-05T23:31:36.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-11-05T23:31:36.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-11-05T23:31:36.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-11-05T23:31:36.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16462024-11-05T23:31:36.905Z
16472024-11-05T23:31:36.905Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168)
16482024-11-05T23:31:37.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-11-05T23:31:37.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-11-05T23:31:37.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-11-05T23:31:37.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16522024-11-05T23:31:37.307Z
16532024-11-05T23:31:37.307Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168)
16542024-11-05T23:31:37.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-11-05T23:31:37.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-11-05T23:31:37.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-11-05T23:31:37.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16582024-11-05T23:31:37.710Z
16592024-11-05T23:31:37.710Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168)
16602024-11-05T23:31:38.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-11-05T23:31:38.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-11-05T23:31:38.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-11-05T23:31:38.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16642024-11-05T23:31:38.104Z
16652024-11-05T23:31:38.104Zinfo: running `cargo check --bins` on sled-hardware-types (25/168)
16662024-11-05T23:31:38.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-11-05T23:31:38.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-11-05T23:31:38.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-11-05T23:31:38.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16702024-11-05T23:31:38.695Z
16712024-11-05T23:31:38.695Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/168)
16722024-11-05T23:31:39.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-11-05T23:31:39.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-11-05T23:31:39.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-11-05T23:31:39.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16762024-11-05T23:31:39.276Z
16772024-11-05T23:31:39.277Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168)
16782024-11-05T23:31:39.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-11-05T23:31:39.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-11-05T23:31:39.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-11-05T23:31:39.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16822024-11-05T23:31:39.867Z
16832024-11-05T23:31:39.867Zinfo: running `cargo check --bins` on oxlog (28/168)
16842024-11-05T23:31:40.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-11-05T23:31:40.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-11-05T23:31:40.436Z Checking cfg-if v1.0.0
16872024-11-05T23:31:40.438Z Checking libc v0.2.161
16882024-11-05T23:31:40.536Z Checking serde v1.0.210
16892024-11-05T23:31:40.539Z Checking zeroize v1.8.1
16902024-11-05T23:31:40.551Z Checking memchr v2.7.4
16912024-11-05T23:31:40.562Z Checking typenum v1.17.0
16922024-11-05T23:31:40.564Z Checking scopeguard v1.2.0
16932024-11-05T23:31:40.565Z Checking subtle v2.6.1
16942024-11-05T23:31:40.598Z Checking value-bag v1.9.0
16952024-11-05T23:31:40.708Z Checking lock_api v0.4.12
16962024-11-05T23:31:40.789Z Checking const-oid v0.9.6
16972024-11-05T23:31:40.835Z Checking itoa v1.0.11
16982024-11-05T23:31:41.022Z Checking log v0.4.22
16992024-11-05T23:31:41.037Z Checking pin-project-lite v0.2.14
17002024-11-05T23:31:41.108Z Checking smallvec v1.13.2
17012024-11-05T23:31:41.156Z Checking byteorder v1.5.0
17022024-11-05T23:31:41.449Z Checking futures-core v0.3.31
17032024-11-05T23:31:41.465Z Checking once_cell v1.20.2
17042024-11-05T23:31:41.574Z Checking cpufeatures v0.2.14
17052024-11-05T23:31:41.590Z Checking futures-sink v0.3.31
17062024-11-05T23:31:41.604Z Checking getrandom v0.2.15
17072024-11-05T23:31:41.659Z Checking signal-hook-registry v1.4.2
17082024-11-05T23:31:41.673Z Checking parking_lot_core v0.9.10
17092024-11-05T23:31:41.722Z Checking mio v1.0.2
17102024-11-05T23:31:41.786Z Checking socket2 v0.5.7
17112024-11-05T23:31:41.816Z Checking rand_core v0.6.4
17122024-11-05T23:31:41.848Z Checking generic-array v0.14.7
17132024-11-05T23:31:41.892Z Checking spin v0.9.8
17142024-11-05T23:31:42.006Z Checking parking_lot v0.12.3
17152024-11-05T23:31:42.111Z Checking zerocopy v0.7.35
17162024-11-05T23:31:42.246Z Checking slab v0.4.9
17172024-11-05T23:31:42.261Z Checking futures-channel v0.3.31
17182024-11-05T23:31:42.334Z Checking tinyvec_macros v0.1.1
17192024-11-05T23:31:42.362Z Checking pin-utils v0.1.0
17202024-11-05T23:31:42.422Z Checking foldhash v0.1.3
17212024-11-05T23:31:42.450Z Checking futures-io v0.3.31
17222024-11-05T23:31:42.518Z Checking futures-task v0.3.31
17232024-11-05T23:31:42.596Z Checking allocator-api2 v0.2.18
17242024-11-05T23:31:42.613Z Checking equivalent v1.0.1
17252024-11-05T23:31:42.615Z Checking tinyvec v1.8.0
17262024-11-05T23:31:42.640Z Checking ryu v1.0.18
17272024-11-05T23:31:42.712Z Checking fnv v1.0.7
17282024-11-05T23:31:42.742Z Checking futures-util v0.3.31
17292024-11-05T23:31:42.836Z Checking unicode-bidi v0.3.17
17302024-11-05T23:31:42.862Z Checking libm v0.2.8
17312024-11-05T23:31:43.079Z Checking crypto-common v0.1.6
17322024-11-05T23:31:43.196Z Checking block-buffer v0.10.4
17332024-11-05T23:31:43.253Z Checking hashbrown v0.15.0
17342024-11-05T23:31:43.416Z Checking digest v0.10.7
17352024-11-05T23:31:43.449Z Checking block-padding v0.3.3
17362024-11-05T23:31:43.539Z Checking base64ct v1.6.0
17372024-11-05T23:31:43.644Z Checking inout v0.1.3
17382024-11-05T23:31:43.768Z Checking num-traits v0.2.19
17392024-11-05T23:31:43.809Z Checking hmac v0.12.1
17402024-11-05T23:31:43.864Z Checking cipher v0.4.4
17412024-11-05T23:31:43.933Z Checking unicode-normalization v0.1.24
17422024-11-05T23:31:43.983Z Checking sha2 v0.10.8
17432024-11-05T23:31:44.031Z Checking pem-rfc7468 v0.7.0
17442024-11-05T23:31:44.279Z Checking ppv-lite86 v0.2.20
17452024-11-05T23:31:44.312Z Checking flagset v0.4.6
17462024-11-05T23:31:44.419Z Checking tracing-core v0.1.32
17472024-11-05T23:31:44.511Z Checking der v0.7.9
17482024-11-05T23:31:44.565Z Checking thiserror v1.0.64
17492024-11-05T23:31:44.693Z Checking rustls-pki-types v1.9.0
17502024-11-05T23:31:44.854Z Checking percent-encoding v2.3.1
17512024-11-05T23:31:45.039Z Checking tracing v0.1.40
17522024-11-05T23:31:45.068Z Checking salsa20 v0.10.2
17532024-11-05T23:31:45.098Z Checking rand_chacha v0.3.1
17542024-11-05T23:31:45.261Z Checking pbkdf2 v0.12.2
17552024-11-05T23:31:45.277Z Checking httparse v1.9.5
17562024-11-05T23:31:45.416Z Checking untrusted v0.9.0
17572024-11-05T23:31:45.483Z Checking powerfmt v0.2.0
17582024-11-05T23:31:45.500Z Checking scrypt v0.11.0
17592024-11-05T23:31:45.501Z Checking rand v0.8.5
17602024-11-05T23:31:45.501Z Checking bytes v1.7.2
17612024-11-05T23:31:45.572Z Checking indexmap v2.6.0
17622024-11-05T23:31:45.684Z Checking serde_json v1.0.128
17632024-11-05T23:31:45.717Z Checking bitflags v2.6.0
17642024-11-05T23:31:45.742Z Checking deranged v0.3.11
17652024-11-05T23:31:45.982Z Checking ring v0.17.8
17662024-11-05T23:31:46.344Z Checking tokio v1.40.0
17672024-11-05T23:31:46.428Z Checking http v1.1.0
17682024-11-05T23:31:46.758Z Checking spki v0.7.3
17692024-11-05T23:31:46.885Z Checking cbc v0.1.2
17702024-11-05T23:31:47.053Z Checking aes v0.8.4
17712024-11-05T23:31:47.096Z Checking crossbeam-utils v0.8.20
17722024-11-05T23:31:47.431Z Checking num-conv v0.1.0
17732024-11-05T23:31:47.519Z Checking num_threads v0.1.7
17742024-11-05T23:31:47.629Z Checking time-core v0.1.2
17752024-11-05T23:31:47.671Z Checking atomic-waker v1.1.2
17762024-11-05T23:31:47.779Z Checking time v0.3.36
17772024-11-05T23:31:47.795Z Checking http-body v1.0.1
17782024-11-05T23:31:47.809Z Checking rustls-webpki v0.102.8
17792024-11-05T23:31:47.812Z Checking form_urlencoded v1.2.1
17802024-11-05T23:31:47.836Z Checking try-lock v0.2.5
17812024-11-05T23:31:47.933Z Checking pkcs5 v0.7.1
17822024-11-05T23:31:47.964Z Checking want v0.3.1
17832024-11-05T23:31:47.981Z Checking unicode-ident v1.0.13
17842024-11-05T23:31:48.010Z Checking httpdate v1.0.3
17852024-11-05T23:31:48.127Z Checking toml_datetime v0.6.8
17862024-11-05T23:31:48.142Z Checking proc-macro2 v1.0.87
17872024-11-05T23:31:48.156Z Checking uuid v1.10.0
17882024-11-05T23:31:48.237Z Checking serde_spanned v0.6.8
17892024-11-05T23:31:48.400Z Checking idna v0.5.0
17902024-11-05T23:31:48.428Z Checking slog v2.7.0
17912024-11-05T23:31:48.466Z Checking pkcs8 v0.10.2
17922024-11-05T23:31:48.575Z Checking scroll v0.12.0
17932024-11-05T23:31:48.738Z Checking tower-service v0.3.3
17942024-11-05T23:31:48.784Z Checking plain v0.2.3
17952024-11-05T23:31:48.820Z Checking iana-time-zone v0.1.61
17962024-11-05T23:31:48.865Z Checking ucd-trie v0.1.7
17972024-11-05T23:31:48.936Z Checking base64 v0.22.1
17982024-11-05T23:31:48.936Z Checking foreign-types-shared v0.1.1
17992024-11-05T23:31:48.967Z Checking match_cfg v0.1.0
18002024-11-05T23:31:49.042Z Checking goblin v0.8.2
18012024-11-05T23:31:49.058Z Checking foreign-types v0.3.2
18022024-11-05T23:31:49.061Z Checking pest v2.7.14
18032024-11-05T23:31:49.061Z Checking hostname v0.3.1
18042024-11-05T23:31:49.173Z Checking chrono v0.4.38
18052024-11-05T23:31:49.196Z Checking quote v1.0.37
18062024-11-05T23:31:49.238Z Checking url v2.5.2
18072024-11-05T23:31:49.433Z Checking openssl-sys v0.9.103
18082024-11-05T23:31:49.523Z Checking errno v0.3.9
18092024-11-05T23:31:49.693Z Checking dirs-sys-next v0.1.2
18102024-11-05T23:31:49.870Z Checking aho-corasick v1.1.3
18112024-11-05T23:31:50.045Z Checking regex-syntax v0.8.5
18122024-11-05T23:31:50.237Z Checking data-encoding v2.6.0
18132024-11-05T23:31:50.797Z Checking pretty-hex v0.4.1
18142024-11-05T23:31:50.882Z Checking adler2 v2.0.0
18152024-11-05T23:31:50.967Z Checking siphasher v0.3.11
18162024-11-05T23:31:51.032Z Checking miniz_oxide v0.8.0
18172024-11-05T23:31:51.163Z Checking openssl v0.10.66
18182024-11-05T23:31:51.272Z Checking dirs-next v2.0.0
18192024-11-05T23:31:51.405Z Checking rustix v0.38.37
18202024-11-05T23:31:51.570Z Checking dtrace-parser v0.2.0
18212024-11-05T23:31:51.589Z Checking syn v2.0.79
18222024-11-05T23:31:51.761Z Checking http-body-util v0.1.2
18232024-11-05T23:31:52.065Z Checking crossbeam-epoch v0.9.18
18242024-11-05T23:31:52.241Z Checking signature v2.2.0
18252024-11-05T23:31:52.485Z Checking sha1 v0.10.6
18262024-11-05T23:31:52.507Z Checking lazy_static v1.5.0
18272024-11-05T23:31:52.626Z Checking thread_local v1.1.8
18282024-11-05T23:31:52.705Z Checking thread-id v4.2.2
18292024-11-05T23:31:52.816Z Checking encoding_rs v0.8.34
18302024-11-05T23:31:52.913Z Checking winnow v0.6.20
18312024-11-05T23:31:53.390Z Checking regex-automata v0.4.8
18322024-11-05T23:31:53.483Z Checking tokio-util v0.7.12
18332024-11-05T23:31:54.230Z Checking dof v0.3.0
18342024-11-05T23:31:54.394Z Checking h2 v0.4.6
18352024-11-05T23:31:54.852Z Checking gimli v0.31.1
18362024-11-05T23:31:55.014Z Checking anstyle v1.0.8
18372024-11-05T23:31:55.164Z Checking mime v0.3.17
18382024-11-05T23:31:55.371Z Checking utf8parse v0.2.2
18392024-11-05T23:31:55.506Z Checking ipnet v2.10.1
18402024-11-05T23:31:55.520Z Checking unicode-properties v0.1.3
18412024-11-05T23:31:55.842Z Checking openssl-probe v0.1.5
18422024-11-05T23:31:55.881Z Checking either v1.13.0
18432024-11-05T23:31:55.958Z Checking stringprep v0.1.5
18442024-11-05T23:31:55.988Z Checking toml_edit v0.22.22
18452024-11-05T23:31:56.226Z Checking anstyle-parse v0.2.5
18462024-11-05T23:31:56.264Z Checking crossbeam-deque v0.8.5
18472024-11-05T23:31:56.491Z Checking term v0.7.0
18482024-11-05T23:31:56.579Z Checking slog-json v2.6.1
18492024-11-05T23:31:56.677Z Checking native-tls v0.2.12
18502024-11-05T23:31:56.840Z Checking rustls v0.23.14
18512024-11-05T23:31:56.900Z Checking rustls v0.22.4
18522024-11-05T23:31:56.990Z Checking futures-executor v0.3.31
18532024-11-05T23:31:57.216Z Checking serde_urlencoded v0.7.1
18542024-11-05T23:31:57.637Z Checking crossbeam-channel v0.5.13
18552024-11-05T23:31:58.009Z Checking num-integer v0.1.46
18562024-11-05T23:31:58.030Z Checking usdt-impl v0.5.0
18572024-11-05T23:31:58.335Z Checking rustls-pemfile v2.2.0
18582024-11-05T23:31:58.511Z Checking idna v0.4.0
18592024-11-05T23:31:58.555Z Checking idna v0.3.0
18602024-11-05T23:31:58.576Z Checking md-5 v0.10.6
18612024-11-05T23:31:58.706Z Checking ff v0.13.0
18622024-11-05T23:31:58.793Z Checking memmap v0.7.0
18632024-11-05T23:31:58.918Z Checking is-terminal v0.4.13
18642024-11-05T23:31:59.002Z Checking hash32 v0.2.1
18652024-11-05T23:31:59.035Z Checking object v0.36.5
18662024-11-05T23:31:59.038Z Checking addr2line v0.24.2
18672024-11-05T23:31:59.313Z Checking utf-8 v0.7.6
18682024-11-05T23:31:59.351Z Checking rustc-demangle v0.1.24
18692024-11-05T23:31:59.404Z Checking take_mut v0.2.2
18702024-11-05T23:31:59.519Z Checking psl-types v2.0.11
18712024-11-05T23:31:59.548Z Checking linked-hash-map v0.5.6
18722024-11-05T23:31:59.564Z Checking is_terminal_polyfill v1.70.1
18732024-11-05T23:31:59.680Z Checking anstyle-query v1.1.1
18742024-11-05T23:31:59.696Z Checking quick-error v1.2.3
18752024-11-05T23:31:59.776Z Checking colorchoice v1.0.2
18762024-11-05T23:31:59.804Z Checking dyn-clone v1.0.17
18772024-11-05T23:31:59.831Z Checking stable_deref_trait v1.2.0
18782024-11-05T23:31:59.854Z Checking base16ct v0.2.0
18792024-11-05T23:31:59.902Z Checking fallible-iterator v0.2.0
18802024-11-05T23:31:59.930Z Checking heapless v0.7.17
18812024-11-05T23:31:59.945Z Checking schemars v0.8.21
18822024-11-05T23:32:00.040Z Checking sec1 v0.7.3
18832024-11-05T23:32:00.426Z Checking anstream v0.6.15
18842024-11-05T23:32:00.516Z Checking postgres-protocol v0.6.7
18852024-11-05T23:32:00.563Z Checking tokio-rustls v0.25.0
18862024-11-05T23:32:00.742Z Checking hyper v1.4.1
18872024-11-05T23:32:00.789Z Checking lru-cache v0.1.2
18882024-11-05T23:32:00.925Z Checking resolv-conf v0.7.0
18892024-11-05T23:32:00.980Z Checking publicsuffix v2.2.3
18902024-11-05T23:32:00.993Z Checking slog-async v2.8.0
18912024-11-05T23:32:01.174Z Checking tungstenite v0.24.0
18922024-11-05T23:32:01.200Z Checking hickory-proto v0.24.1
18932024-11-05T23:32:01.258Z Checking slog-term v2.9.1
18942024-11-05T23:32:02.275Z Checking usdt v0.5.0
18952024-11-05T23:32:02.277Z Checking group v0.13.0
18962024-11-05T23:32:02.278Z Checking toml v0.8.19
18972024-11-05T23:32:02.278Z Checking num-iter v0.1.45
18982024-11-05T23:32:02.278Z Checking futures v0.3.31
18992024-11-05T23:32:02.278Z Checking tokio-rustls v0.26.0
19002024-11-05T23:32:02.278Z Checking tokio-native-tls v0.3.1
19012024-11-05T23:32:02.278Z Checking slog-bunyan v2.5.0
19022024-11-05T23:32:02.278Z Checking rayon-core v1.12.1
19032024-11-05T23:32:02.278Z Checking multer v3.1.0
19042024-11-05T23:32:02.278Z Checking terminal_size v0.4.0
19052024-11-05T23:32:02.278Z Checking phf_shared v0.11.2
19062024-11-05T23:32:02.315Z Checking cookie v0.18.1
19072024-11-05T23:32:02.327Z Checking async-stream v0.3.6
19082024-11-05T23:32:02.448Z Checking camino v1.1.9
19092024-11-05T23:32:02.486Z Checking signal-hook v0.3.17
19102024-11-05T23:32:02.509Z Checking waitgroup v0.1.2
19112024-11-05T23:32:02.647Z Checking openapiv3 v2.0.0
19122024-11-05T23:32:02.725Z Checking serde_path_to_error v0.1.16
19132024-11-05T23:32:02.767Z Checking webpki-roots v0.26.6
19142024-11-05T23:32:02.804Z Checking hkdf v0.12.4
19152024-11-05T23:32:02.921Z Checking hyper-util v0.1.9
19162024-11-05T23:32:02.982Z Checking crypto-bigint v0.5.5
19172024-11-05T23:32:03.008Z Checking hostname v0.4.0
19182024-11-05T23:32:03.011Z Checking strsim v0.11.1
19192024-11-05T23:32:03.160Z Checking debug-ignore v1.0.5
19202024-11-05T23:32:03.288Z Checking unicode-width v0.1.14
19212024-11-05T23:32:03.304Z Checking clap_lex v0.7.2
19222024-11-05T23:32:03.318Z Checking winnow v0.5.40
19232024-11-05T23:32:03.556Z Checking managed v0.8.0
19242024-11-05T23:32:03.776Z Checking bitflags v1.3.2
19252024-11-05T23:32:03.880Z Checking console v0.15.8
19262024-11-05T23:32:03.927Z Checking smoltcp v0.9.1
19272024-11-05T23:32:04.481Z Checking clap_builder v4.5.20
19282024-11-05T23:32:05.148Z Checking hyper-rustls v0.27.3
19292024-11-05T23:32:05.481Z Checking hyper-tls v0.6.0
19302024-11-05T23:32:05.502Z Checking signal-hook-mio v0.2.4
19312024-11-05T23:32:05.637Z Checking cookie_store v0.21.0
19322024-11-05T23:32:05.692Z Checking backtrace v0.3.74
19332024-11-05T23:32:05.735Z Checking rayon v1.10.0
19342024-11-05T23:32:05.821Z Checking elliptic-curve v0.13.8
19352024-11-05T23:32:05.929Z Checking hickory-resolver v0.24.1
19362024-11-05T23:32:06.092Z Checking dropshot v0.12.0
19372024-11-05T23:32:06.225Z Checking anyhow v1.0.89
19382024-11-05T23:32:06.272Z Checking phf v0.11.2
19392024-11-05T23:32:06.472Z Checking tokio-tungstenite v0.24.0
19402024-11-05T23:32:06.487Z Checking toml_edit v0.19.15
19412024-11-05T23:32:06.516Z Checking num-bigint-dig v0.8.4
19422024-11-05T23:32:06.589Z Checking postgres-types v0.2.8
19432024-11-05T23:32:06.976Z Checking regex v1.11.0
19442024-11-05T23:32:07.314Z Checking bstr v1.10.0
19452024-11-05T23:32:07.535Z Checking tokio-stream v0.1.16
19462024-11-05T23:32:07.551Z Checking ed25519 v2.2.3
19472024-11-05T23:32:07.564Z Checking phf_shared v0.10.0
19482024-11-05T23:32:07.829Z Checking pkcs1 v0.7.5
19492024-11-05T23:32:07.858Z Checking curve25519-dalek v4.1.3
19502024-11-05T23:32:08.243Z Checking zerocopy v0.6.6
19512024-11-05T23:32:08.246Z Checking hubpack v0.1.2
19522024-11-05T23:32:08.404Z Checking portable-atomic v1.9.0
19532024-11-05T23:32:08.566Z Checking serde-big-array v0.5.1
19542024-11-05T23:32:08.756Z Checking float-cmp v0.9.0
19552024-11-05T23:32:08.789Z Checking rfc6979 v0.4.0
19562024-11-05T23:32:08.946Z Checking sync_wrapper v1.0.1
19572024-11-05T23:32:08.961Z Checking crc32fast v1.4.2
19582024-11-05T23:32:08.997Z Checking fixedbitset v0.4.2
19592024-11-05T23:32:09.013Z Checking static_assertions v1.1.0
19602024-11-05T23:32:09.101Z Checking minimal-lexical v0.2.1
19612024-11-05T23:32:09.104Z Checking new_debug_unreachable v1.0.6
19622024-11-05T23:32:09.186Z Checking difflib v0.4.0
19632024-11-05T23:32:09.201Z Checking number_prefix v0.4.0
19642024-11-05T23:32:09.290Z Checking whoami v1.5.2
19652024-11-05T23:32:09.390Z Checking normalize-line-endings v0.3.0
19662024-11-05T23:32:09.449Z Checking precomputed-hash v0.1.1
19672024-11-05T23:32:09.497Z Checking predicates-core v1.0.8
19682024-11-05T23:32:09.512Z Checking unicode-segmentation v1.12.0
19692024-11-05T23:32:09.515Z Checking bit-vec v0.6.3
19702024-11-05T23:32:09.560Z Checking string_cache v0.8.7
19712024-11-05T23:32:09.578Z Checking tokio-postgres v0.7.12
19722024-11-05T23:32:09.646Z Checking indicatif v0.17.8
19732024-11-05T23:32:09.670Z Checking predicates v3.1.2
19742024-11-05T23:32:09.745Z Checking ed25519-dalek v2.1.1
19752024-11-05T23:32:09.834Z Checking nom v7.1.3
19762024-11-05T23:32:09.849Z Checking bit-set v0.5.3
19772024-11-05T23:32:09.883Z Checking qorb v0.2.0
19782024-11-05T23:32:10.108Z Checking petgraph v0.6.5
19792024-11-05T23:32:10.162Z Checking flate2 v1.0.34
19802024-11-05T23:32:10.178Z Checking similar v2.6.0
19812024-11-05T23:32:10.307Z Checking reqwest v0.12.8
19822024-11-05T23:32:10.411Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19832024-11-05T23:32:10.823Z Checking toml v0.7.8
19842024-11-05T23:32:11.036Z Checking ecdsa v0.16.9
19852024-11-05T23:32:11.558Z Checking rsa v0.9.6
19862024-11-05T23:32:11.804Z Checking clap v4.5.20
19872024-11-05T23:32:11.927Z Checking crossterm v0.28.1
19882024-11-05T23:32:12.165Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19892024-11-05T23:32:12.192Z Checking itertools v0.10.5
19902024-11-05T23:32:12.534Z Checking itertools v0.12.1
19912024-11-05T23:32:12.570Z Checking fs-err v2.11.0
19922024-11-05T23:32:12.675Z Checking ahash v0.8.11
19932024-11-05T23:32:12.760Z Checking x509-cert v0.2.5
19942024-11-05T23:32:13.127Z Checking hex v0.4.3
19952024-11-05T23:32:13.208Z Checking semver v1.0.23
19962024-11-05T23:32:13.471Z Checking peg-runtime v0.8.3
19972024-11-05T23:32:13.625Z Checking lalrpop-util v0.19.12
19982024-11-05T23:32:13.669Z Checking sigpipe v0.1.3
19992024-11-05T23:32:15.122Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20002024-11-05T23:32:15.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.56s
20012024-11-05T23:32:15.582Z
20022024-11-05T23:32:15.582Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168)
20032024-11-05T23:32:16.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042024-11-05T23:32:16.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052024-11-05T23:32:16.188Z Compiling hashbrown v0.14.5
20062024-11-05T23:32:16.300Z Checking heck v0.5.0
20072024-11-05T23:32:16.311Z Compiling unsafe-libyaml v0.2.11
20082024-11-05T23:32:16.322Z Compiling ident_case v1.0.1
20092024-11-05T23:32:16.325Z Checking progenitor-client v0.8.0
20102024-11-05T23:32:16.348Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20112024-11-05T23:32:16.363Z Compiling proc-macro-crate v1.3.1
20122024-11-05T23:32:16.457Z Compiling darling_core v0.20.10
20132024-11-05T23:32:16.483Z Checking ipnetwork v0.20.0
20142024-11-05T23:32:16.642Z Compiling structmeta-derive v0.3.0
20152024-11-05T23:32:16.722Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20162024-11-05T23:32:16.850Z Compiling newtype-uuid v1.1.2
20172024-11-05T23:32:17.051Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20182024-11-05T23:32:17.175Z Compiling lzma-sys v0.1.20
20192024-11-05T23:32:17.382Z Checking regress v0.10.1
20202024-11-05T23:32:17.397Z Compiling num_enum_derive v0.5.11
20212024-11-05T23:32:17.410Z Compiling foreign-types-macros v0.2.3
20222024-11-05T23:32:17.905Z Compiling serde_yaml v0.9.34+deprecated
20232024-11-05T23:32:18.159Z Checking foreign-types-shared v0.3.1
20242024-11-05T23:32:18.279Z Checking arc-swap v1.7.1
20252024-11-05T23:32:18.660Z Checking foreign-types v0.5.0
20262024-11-05T23:32:18.732Z Checking slog-scope v4.4.0
20272024-11-05T23:32:18.813Z Compiling proc-macro-error v1.0.4
20282024-11-05T23:32:19.464Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20292024-11-05T23:32:19.481Z Compiling structmeta v0.3.0
20302024-11-05T23:32:19.537Z Checking tungstenite v0.21.0
20312024-11-05T23:32:19.572Z Compiling heck v0.3.3
20322024-11-05T23:32:19.828Z Checking num_enum v0.5.11
20332024-11-05T23:32:19.897Z Compiling parse-display-derive v0.10.0
20342024-11-05T23:32:19.979Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20352024-11-05T23:32:19.994Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20362024-11-05T23:32:20.425Z Checking cstr-argument v0.1.2
20372024-11-05T23:32:20.618Z Checking instant v0.1.13
20382024-11-05T23:32:20.737Z Checking pretty-hex v0.2.1
20392024-11-05T23:32:20.754Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20402024-11-05T23:32:20.812Z Checking base64 v0.21.7
20412024-11-05T23:32:20.889Z Checking fastrand v2.1.1
20422024-11-05T23:32:20.904Z Checking typify-impl v0.2.0
20432024-11-05T23:32:21.071Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20442024-11-05T23:32:21.210Z Checking tempfile v3.13.0
20452024-11-05T23:32:21.333Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20462024-11-05T23:32:21.493Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20472024-11-05T23:32:21.568Z Checking backoff v0.4.0
20482024-11-05T23:32:21.635Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20492024-11-05T23:32:21.872Z Checking tokio-tungstenite v0.21.0
20502024-11-05T23:32:21.946Z Compiling zone_cfg_derive v0.1.2
20512024-11-05T23:32:21.992Z Checking strum v0.26.3
20522024-11-05T23:32:22.158Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20532024-11-05T23:32:22.375Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20542024-11-05T23:32:22.500Z Checking slog-stdlog v4.1.1
20552024-11-05T23:32:22.669Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20562024-11-05T23:32:22.780Z Checking regress v0.9.1
20572024-11-05T23:32:22.828Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20582024-11-05T23:32:22.845Z Compiling darling_macro v0.20.10
20592024-11-05T23:32:22.935Z Checking colored v2.1.0
20602024-11-05T23:32:23.111Z Checking macaddr v1.0.1
20612024-11-05T23:32:23.214Z Checking base64 v0.13.1
20622024-11-05T23:32:23.374Z Checking zone v0.1.8
20632024-11-05T23:32:23.429Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20642024-11-05T23:32:23.612Z Checking ron v0.7.1
20652024-11-05T23:32:23.739Z Compiling darling v0.20.10
20662024-11-05T23:32:23.864Z Compiling serde_with_macros v3.11.0
20672024-11-05T23:32:23.880Z Checking xz2 v0.1.7
20682024-11-05T23:32:24.042Z Checking slog-envlogger v2.2.0
20692024-11-05T23:32:24.204Z Checking tabwriter v1.4.0
20702024-11-05T23:32:24.243Z Checking parse-display v0.10.0
20712024-11-05T23:32:24.300Z Checking xattr v1.3.1
20722024-11-05T23:32:24.437Z Checking pem v3.0.4
20732024-11-05T23:32:24.479Z Checking yasna v0.5.2
20742024-11-05T23:32:24.500Z Checking headers-core v0.3.0
20752024-11-05T23:32:24.646Z Checking smf v0.2.3
20762024-11-05T23:32:24.693Z Checking filetime v0.2.25
20772024-11-05T23:32:24.866Z Checking same-file v1.0.6
20782024-11-05T23:32:24.907Z Checking tar v0.4.42
20792024-11-05T23:32:25.033Z Checking walkdir v2.5.0
20802024-11-05T23:32:25.123Z Checking headers v0.4.0
20812024-11-05T23:32:25.321Z Checking atomicwrites v0.4.4
20822024-11-05T23:32:25.341Z Checking rcgen v0.12.1
20832024-11-05T23:32:25.461Z Checking camino-tempfile v1.1.1
20842024-11-05T23:32:25.507Z Checking subprocess v0.2.9
20852024-11-05T23:32:26.397Z Checking serde_with v3.11.0
20862024-11-05T23:32:29.746Z Compiling typify-macro v0.2.0
20872024-11-05T23:32:31.582Z Compiling typify v0.2.0
20882024-11-05T23:32:31.648Z Compiling progenitor-impl v0.8.0
20892024-11-05T23:32:34.767Z Compiling progenitor-macro v0.8.0
20902024-11-05T23:32:40.005Z Checking progenitor v0.8.0
20912024-11-05T23:32:40.134Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20922024-11-05T23:32:40.138Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20932024-11-05T23:32:42.816Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
20942024-11-05T23:32:43.147Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20952024-11-05T23:32:49.479Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20962024-11-05T23:32:50.994Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20972024-11-05T23:32:52.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.62s
20982024-11-05T23:32:52.359Z
20992024-11-05T23:32:52.359Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168)
21002024-11-05T23:32:52.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012024-11-05T23:32:52.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022024-11-05T23:32:52.963Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21032024-11-05T23:32:54.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
21042024-11-05T23:32:54.501Z
21052024-11-05T23:32:54.502Zinfo: running `cargo check --bins` on nexus-config (31/168)
21062024-11-05T23:32:55.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072024-11-05T23:32:55.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082024-11-05T23:32:55.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092024-11-05T23:32:55.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21102024-11-05T23:32:55.070Z
21112024-11-05T23:32:55.070Zinfo: running `cargo check --bins` on omicron-rpaths (32/168)
21122024-11-05T23:32:55.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132024-11-05T23:32:55.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142024-11-05T23:32:55.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152024-11-05T23:32:55.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21162024-11-05T23:32:55.633Z
21172024-11-05T23:32:55.633Zinfo: running `cargo check --bins` on omicron-certificates (33/168)
21182024-11-05T23:32:56.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192024-11-05T23:32:56.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202024-11-05T23:32:56.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212024-11-05T23:32:56.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21222024-11-05T23:32:56.213Z
21232024-11-05T23:32:56.213Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/168)
21242024-11-05T23:32:56.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-11-05T23:32:56.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-11-05T23:32:56.817Z Compiling heapless v0.8.0
21272024-11-05T23:32:56.820Z Checking hash32 v0.3.1
21282024-11-05T23:32:56.913Z Compiling smoltcp v0.11.0
21292024-11-05T23:32:56.929Z Checking cobs v0.2.3
21302024-11-05T23:32:56.939Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21312024-11-05T23:32:56.942Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21322024-11-05T23:32:56.961Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21332024-11-05T23:32:56.961Z Compiling crucible-workspace-hack v0.1.0
21342024-11-05T23:32:57.074Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21352024-11-05T23:32:57.088Z Checking postcard v1.0.10
21362024-11-05T23:32:57.201Z Checking newline-converter v0.3.0
21372024-11-05T23:32:57.254Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21382024-11-05T23:32:57.282Z Compiling convert_case v0.4.0
21392024-11-05T23:32:57.343Z Checking expectorate v1.1.0
21402024-11-05T23:32:57.500Z Compiling zone_cfg_derive v0.3.0
21412024-11-05T23:32:57.586Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21422024-11-05T23:32:57.598Z Checking itertools v0.13.0
21432024-11-05T23:32:57.610Z Compiling num-derive v0.4.2
21442024-11-05T23:32:57.776Z Compiling slog-dtrace v0.3.0
21452024-11-05T23:32:57.926Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21462024-11-05T23:32:58.141Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21472024-11-05T23:32:58.153Z Compiling derive_more v0.99.18
21482024-11-05T23:32:58.875Z Checking zone v0.3.0
21492024-11-05T23:32:59.558Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21502024-11-05T23:33:00.944Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21512024-11-05T23:33:01.797Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21522024-11-05T23:33:01.850Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21532024-11-05T23:33:02.917Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21542024-11-05T23:33:03.152Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21552024-11-05T23:33:04.727Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21562024-11-05T23:33:05.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.41s
21572024-11-05T23:33:05.783Z
21582024-11-05T23:33:05.783Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/168)
21592024-11-05T23:33:06.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602024-11-05T23:33:06.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612024-11-05T23:33:06.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622024-11-05T23:33:06.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21632024-11-05T23:33:06.369Z
21642024-11-05T23:33:06.369Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/168)
21652024-11-05T23:33:06.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662024-11-05T23:33:06.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672024-11-05T23:33:06.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682024-11-05T23:33:06.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21692024-11-05T23:33:06.963Z
21702024-11-05T23:33:06.963Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168)
21712024-11-05T23:33:07.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722024-11-05T23:33:07.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732024-11-05T23:33:07.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742024-11-05T23:33:07.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21752024-11-05T23:33:07.647Z
21762024-11-05T23:33:07.647Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168)
21772024-11-05T23:33:08.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782024-11-05T23:33:08.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792024-11-05T23:33:08.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802024-11-05T23:33:08.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21812024-11-05T23:33:08.328Z
21822024-11-05T23:33:08.328Zinfo: running `cargo check --bins` on dns-server (39/168)
21832024-11-05T23:33:08.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-11-05T23:33:08.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-11-05T23:33:08.922Z Compiling parking_lot_core v0.8.6
21862024-11-05T23:33:08.923Z Checking nibble_vec v0.1.0
21872024-11-05T23:33:08.926Z Checking endian-type v0.1.2
21882024-11-05T23:33:08.926Z Checking fxhash v0.2.1
21892024-11-05T23:33:08.926Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21902024-11-05T23:33:08.926Z Checking hickory-server v0.24.1
21912024-11-05T23:33:09.232Z Checking radix_trie v0.2.1
21922024-11-05T23:33:09.529Z Checking hickory-client v0.24.1
21932024-11-05T23:33:09.663Z Checking parking_lot v0.11.2
21942024-11-05T23:33:09.705Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21952024-11-05T23:33:09.705Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21962024-11-05T23:33:09.904Z Checking sled v0.34.7
21972024-11-05T23:33:11.676Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21982024-11-05T23:33:12.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
21992024-11-05T23:33:13.045Z
22002024-11-05T23:33:13.045Zinfo: running `cargo check --bins` on dns-server-api (40/168)
22012024-11-05T23:33:13.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022024-11-05T23:33:13.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032024-11-05T23:33:13.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042024-11-05T23:33:13.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22052024-11-05T23:33:13.627Z
22062024-11-05T23:33:13.627Zinfo: running `cargo check --bins` on internal-dns-types (41/168)
22072024-11-05T23:33:14.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082024-11-05T23:33:14.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092024-11-05T23:33:14.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102024-11-05T23:33:14.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22112024-11-05T23:33:14.214Z
22122024-11-05T23:33:14.214Zinfo: running `cargo check --bins` on dns-service-client (42/168)
22132024-11-05T23:33:14.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142024-11-05T23:33:14.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152024-11-05T23:33:14.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162024-11-05T23:33:14.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22172024-11-05T23:33:14.797Z
22182024-11-05T23:33:14.797Zinfo: running `cargo check --bins` on gateway-test-utils (43/168)
22192024-11-05T23:33:15.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202024-11-05T23:33:15.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212024-11-05T23:33:15.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222024-11-05T23:33:15.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22232024-11-05T23:33:15.432Z
22242024-11-05T23:33:15.432Zinfo: running `cargo check --bins` on gateway-types (44/168)
22252024-11-05T23:33:15.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-11-05T23:33:15.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-11-05T23:33:15.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282024-11-05T23:33:15.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22292024-11-05T23:33:16.018Z
22302024-11-05T23:33:16.018Zinfo: running `cargo check --bins` on ipcc (45/168)
22312024-11-05T23:33:16.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-11-05T23:33:16.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-11-05T23:33:16.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-11-05T23:33:16.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22352024-11-05T23:33:16.605Z
22362024-11-05T23:33:16.605Zinfo: running `cargo check --bins` on omicron-gateway (46/168)
22372024-11-05T23:33:17.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-11-05T23:33:17.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-11-05T23:33:17.254Z Checking num-rational v0.4.2
22402024-11-05T23:33:17.254Z Compiling progenitor-client v0.8.0
22412024-11-05T23:33:17.257Z Checking num-complex v0.4.6
22422024-11-05T23:33:17.257Z Compiling prettyplease v0.2.22
22432024-11-05T23:33:17.257Z Compiling newtype-uuid v1.1.2
22442024-11-05T23:33:17.257Z Compiling ipnetwork v0.20.0
22452024-11-05T23:33:17.257Z Compiling instant v0.1.13
22462024-11-05T23:33:17.355Z Compiling radium v0.7.0
22472024-11-05T23:33:17.541Z Checking float-ord v0.3.2
22482024-11-05T23:33:17.633Z Compiling semver v0.1.20
22492024-11-05T23:33:17.683Z Compiling progenitor v0.8.0
22502024-11-05T23:33:17.692Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22512024-11-05T23:33:17.835Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22522024-11-05T23:33:17.903Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22532024-11-05T23:33:17.923Z Compiling backoff v0.4.0
22542024-11-05T23:33:17.938Z Compiling parse-display v0.10.0
22552024-11-05T23:33:18.066Z Compiling rustc_version v0.1.7
22562024-11-05T23:33:18.218Z Checking num v0.4.3
22572024-11-05T23:33:18.235Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582024-11-05T23:33:18.267Z Compiling serde_with v3.11.0
22592024-11-05T23:33:18.284Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22602024-11-05T23:33:18.319Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22612024-11-05T23:33:18.408Z Compiling regress v0.9.1
22622024-11-05T23:33:18.564Z Compiling macaddr v1.0.1
22632024-11-05T23:33:18.581Z Checking tap v1.0.1
22642024-11-05T23:33:18.736Z Compiling maybe-uninit v2.0.0
22652024-11-05T23:33:18.972Z Checking wyz v0.5.1
22662024-11-05T23:33:19.340Z Compiling newtype_derive v0.1.6
22672024-11-05T23:33:19.664Z Checking password-hash v0.5.0
22682024-11-05T23:33:19.761Z Checking blake2 v0.10.6
22692024-11-05T23:33:19.761Z Compiling bzip2-sys v0.1.11+1.0.8
22702024-11-05T23:33:20.087Z Checking funty v2.0.0
22712024-11-05T23:33:20.112Z Compiling cancel-safe-futures v0.1.5
22722024-11-05T23:33:20.217Z Compiling owo-colors v4.1.0
22732024-11-05T23:33:20.272Z Checking crc-catalog v2.4.0
22742024-11-05T23:33:20.407Z Compiling packed_struct v0.10.1
22752024-11-05T23:33:20.546Z Checking crc v3.2.1
22762024-11-05T23:33:20.923Z Checking argon2 v0.5.3
22772024-11-05T23:33:21.052Z Checking bitvec v1.0.1
22782024-11-05T23:33:21.557Z Compiling packed_struct_codegen v0.10.1
22792024-11-05T23:33:21.690Z Compiling indexmap v1.9.3
22802024-11-05T23:33:21.978Z Checking half v2.4.1
22812024-11-05T23:33:22.054Z Checking ciborium-io v0.2.2
22822024-11-05T23:33:22.120Z Checking nodrop v0.1.14
22832024-11-05T23:33:22.178Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22842024-11-05T23:33:22.237Z Checking array-init v0.0.4
22852024-11-05T23:33:22.426Z Checking ciborium-ll v0.2.2
22862024-11-05T23:33:22.667Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22872024-11-05T23:33:22.721Z Checking smallvec v0.6.14
22882024-11-05T23:33:23.053Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22892024-11-05T23:33:23.129Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22902024-11-05T23:33:23.822Z Checking libsw v3.3.1
22912024-11-05T23:33:24.105Z Compiling memoffset v0.9.1
22922024-11-05T23:33:24.108Z Checking linear-map v1.2.0
22932024-11-05T23:33:24.166Z Checking bitfield v0.14.0
22942024-11-05T23:33:24.450Z Checking highway v1.2.0
22952024-11-05T23:33:24.467Z Checking indent_write v2.2.0
22962024-11-05T23:33:24.470Z Checking termcolor v1.4.1
22972024-11-05T23:33:24.664Z Checking hashbrown v0.12.3
22982024-11-05T23:33:24.820Z Checking swrite v0.1.0
22992024-11-05T23:33:24.871Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23002024-11-05T23:33:24.927Z Checking env_logger v0.10.2
23012024-11-05T23:33:24.943Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23022024-11-05T23:33:25.244Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23032024-11-05T23:33:25.335Z Checking ron v0.8.1
23042024-11-05T23:33:25.584Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23052024-11-05T23:33:25.939Z Checking serde-hex v0.1.0
23062024-11-05T23:33:26.314Z Checking steno v0.4.1
23072024-11-05T23:33:26.405Z Checking ciborium v0.2.2
23082024-11-05T23:33:26.632Z Checking bzip2 v0.4.4
23092024-11-05T23:33:27.147Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23102024-11-05T23:33:27.161Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23112024-11-05T23:33:27.391Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23122024-11-05T23:33:27.416Z Checking hashbrown v0.13.2
23132024-11-05T23:33:27.793Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23142024-11-05T23:33:28.281Z Checking humantime v2.1.0
23152024-11-05T23:33:28.435Z Checking crc-any v2.5.0
23162024-11-05T23:33:28.545Z Checking object v0.30.4
23172024-11-05T23:33:28.560Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23182024-11-05T23:33:28.623Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23192024-11-05T23:33:28.801Z Checking zip v0.6.6
23202024-11-05T23:33:28.995Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23212024-11-05T23:33:29.138Z Checking path-slash v0.1.5
23222024-11-05T23:33:29.283Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23232024-11-05T23:33:29.399Z Checking nix v0.27.1
23242024-11-05T23:33:29.464Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23252024-11-05T23:33:29.986Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23262024-11-05T23:33:30.189Z Checking tungstenite v0.23.0
23272024-11-05T23:33:30.235Z Checking kstat-rs v0.2.4
23282024-11-05T23:33:30.585Z Checking signal-hook-tokio v0.3.1
23292024-11-05T23:33:31.152Z Checking tokio-tungstenite v0.23.1
23302024-11-05T23:33:31.867Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23312024-11-05T23:33:32.077Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23322024-11-05T23:33:36.957Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23332024-11-05T23:33:38.645Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23342024-11-05T23:33:38.710Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23352024-11-05T23:33:41.772Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23362024-11-05T23:33:42.019Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23372024-11-05T23:33:43.875Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23382024-11-05T23:33:49.973Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23392024-11-05T23:33:50.616Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23402024-11-05T23:33:54.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.75s
23412024-11-05T23:33:54.528Z
23422024-11-05T23:33:54.528Zinfo: running `cargo check --bins` on gateway-api (47/168)
23432024-11-05T23:33:55.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-11-05T23:33:55.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-11-05T23:33:55.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462024-11-05T23:33:55.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23472024-11-05T23:33:55.122Z
23482024-11-05T23:33:55.122Zinfo: running `cargo check --bins` on oximeter (48/168)
23492024-11-05T23:33:55.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-11-05T23:33:55.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-11-05T23:33:55.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522024-11-05T23:33:55.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23532024-11-05T23:33:55.710Z
23542024-11-05T23:33:55.710Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/168)
23552024-11-05T23:33:56.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562024-11-05T23:33:56.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572024-11-05T23:33:56.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582024-11-05T23:33:56.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23592024-11-05T23:33:56.271Z
23602024-11-05T23:33:56.271Zinfo: running `cargo check --bins` on oximeter-schema (50/168)
23612024-11-05T23:33:56.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-11-05T23:33:56.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-11-05T23:33:56.862Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23642024-11-05T23:33:57.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
23652024-11-05T23:33:57.433Z
23662024-11-05T23:33:57.433Zinfo: running `cargo check --bins` on oximeter-types (51/168)
23672024-11-05T23:33:57.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-11-05T23:33:57.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-11-05T23:33:57.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702024-11-05T23:33:57.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23712024-11-05T23:33:58.018Z
23722024-11-05T23:33:58.018Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/168)
23732024-11-05T23:33:58.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-11-05T23:33:58.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-11-05T23:33:58.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-11-05T23:33:58.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23772024-11-05T23:33:58.602Z
23782024-11-05T23:33:58.602Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168)
23792024-11-05T23:33:59.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-11-05T23:33:59.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-11-05T23:33:59.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822024-11-05T23:33:59.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23832024-11-05T23:33:59.170Z
23842024-11-05T23:33:59.170Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168)
23852024-11-05T23:33:59.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-11-05T23:33:59.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-11-05T23:33:59.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-11-05T23:33:59.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23892024-11-05T23:33:59.754Z
23902024-11-05T23:33:59.754Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168)
23912024-11-05T23:34:00.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-11-05T23:34:00.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-11-05T23:34:00.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-11-05T23:34:00.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23952024-11-05T23:34:00.340Z
23962024-11-05T23:34:00.340Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168)
23972024-11-05T23:34:00.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-11-05T23:34:00.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-11-05T23:34:00.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-11-05T23:34:00.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24012024-11-05T23:34:00.926Z
24022024-11-05T23:34:00.926Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168)
24032024-11-05T23:34:01.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-11-05T23:34:01.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-11-05T23:34:01.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-11-05T23:34:01.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24072024-11-05T23:34:01.518Z
24082024-11-05T23:34:01.518Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168)
24092024-11-05T23:34:02.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-11-05T23:34:02.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-11-05T23:34:02.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122024-11-05T23:34:02.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24132024-11-05T23:34:02.105Z
24142024-11-05T23:34:02.105Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168)
24152024-11-05T23:34:02.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-11-05T23:34:02.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-11-05T23:34:02.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-11-05T23:34:02.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24192024-11-05T23:34:02.695Z
24202024-11-05T23:34:02.695Zinfo: running `cargo check --bins` on oximeter-producer (60/168)
24212024-11-05T23:34:03.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-11-05T23:34:03.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-11-05T23:34:03.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-11-05T23:34:03.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24252024-11-05T23:34:03.309Z
24262024-11-05T23:34:03.309Zinfo: running `cargo check --bins` on internal-dns-resolver (61/168)
24272024-11-05T23:34:03.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-11-05T23:34:03.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-11-05T23:34:03.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-11-05T23:34:03.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24312024-11-05T23:34:03.897Z
24322024-11-05T23:34:03.897Zinfo: running `cargo check --bins` on nexus-client (62/168)
24332024-11-05T23:34:04.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-11-05T23:34:04.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-11-05T23:34:04.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-11-05T23:34:04.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24372024-11-05T23:34:04.506Z
24382024-11-05T23:34:04.506Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/168)
24392024-11-05T23:34:05.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-11-05T23:34:05.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-11-05T23:34:05.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-11-05T23:34:05.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24432024-11-05T23:34:05.099Z
24442024-11-05T23:34:05.099Zinfo: running `cargo check --bins` on omicron-passwords (64/168)
24452024-11-05T23:34:05.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-11-05T23:34:05.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-11-05T23:34:05.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-11-05T23:34:05.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24492024-11-05T23:34:05.673Z
24502024-11-05T23:34:05.673Zinfo: running `cargo check --bins` on nexus-types (65/168)
24512024-11-05T23:34:06.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-11-05T23:34:06.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-11-05T23:34:06.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-11-05T23:34:06.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24552024-11-05T23:34:06.282Z
24562024-11-05T23:34:06.282Zinfo: running `cargo check --bins` on gateway-client (66/168)
24572024-11-05T23:34:06.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-11-05T23:34:06.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-11-05T23:34:06.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-11-05T23:34:06.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24612024-11-05T23:34:06.860Z
24622024-11-05T23:34:06.860Zinfo: running `cargo check --bins` on oxql-types (67/168)
24632024-11-05T23:34:07.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-11-05T23:34:07.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-11-05T23:34:07.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-11-05T23:34:07.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24672024-11-05T23:34:07.447Z
24682024-11-05T23:34:07.447Zinfo: running `cargo check --bins` on update-engine (68/168)
24692024-11-05T23:34:07.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-11-05T23:34:07.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-11-05T23:34:07.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-11-05T23:34:07.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24732024-11-05T23:34:08.023Z
24742024-11-05T23:34:08.023Zinfo: running `cargo check --bins` on sp-sim (69/168)
24752024-11-05T23:34:08.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-11-05T23:34:08.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-11-05T23:34:08.615Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24782024-11-05T23:34:10.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
24792024-11-05T23:34:10.623Z
24802024-11-05T23:34:10.623Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168)
24812024-11-05T23:34:11.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-11-05T23:34:11.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-11-05T23:34:11.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-11-05T23:34:11.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24852024-11-05T23:34:11.259Z
24862024-11-05T23:34:11.259Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168)
24872024-11-05T23:34:11.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-11-05T23:34:11.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-11-05T23:34:11.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-11-05T23:34:11.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24912024-11-05T23:34:11.895Z
24922024-11-05T23:34:11.895Zinfo: running `cargo check --bins` on db-macros (72/168)
24932024-11-05T23:34:12.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-11-05T23:34:12.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-11-05T23:34:12.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-11-05T23:34:12.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24972024-11-05T23:34:12.472Z
24982024-11-05T23:34:12.473Zinfo: running `cargo check --bins` on nexus-macros-common (73/168)
24992024-11-05T23:34:12.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-11-05T23:34:12.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-11-05T23:34:12.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-11-05T23:34:12.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25032024-11-05T23:34:13.043Z
25042024-11-05T23:34:13.043Zinfo: running `cargo check --bins` on nexus-auth (74/168)
25052024-11-05T23:34:13.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-11-05T23:34:13.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-11-05T23:34:13.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-11-05T23:34:13.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25092024-11-05T23:34:13.670Z
25102024-11-05T23:34:13.670Zinfo: running `cargo check --bins` on authz-macros (75/168)
25112024-11-05T23:34:14.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-11-05T23:34:14.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-11-05T23:34:14.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-11-05T23:34:14.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25152024-11-05T23:34:14.238Z
25162024-11-05T23:34:14.238Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/168)
25172024-11-05T23:34:14.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-11-05T23:34:14.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-11-05T23:34:14.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-11-05T23:34:14.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25212024-11-05T23:34:14.850Z
25222024-11-05T23:34:14.850Zinfo: running `cargo check --bins` on nexus-db-model (77/168)
25232024-11-05T23:34:15.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-11-05T23:34:15.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-11-05T23:34:15.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-11-05T23:34:15.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25272024-11-05T23:34:15.464Z
25282024-11-05T23:34:15.464Zinfo: running `cargo check --bins` on nexus-defaults (78/168)
25292024-11-05T23:34:15.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-11-05T23:34:15.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-11-05T23:34:15.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-11-05T23:34:15.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25332024-11-05T23:34:16.051Z
25342024-11-05T23:34:16.051Zinfo: running `cargo check --bins` on sled-agent-client (79/168)
25352024-11-05T23:34:16.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-11-05T23:34:16.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-11-05T23:34:16.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-11-05T23:34:16.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25392024-11-05T23:34:16.651Z
25402024-11-05T23:34:16.651Zinfo: running `cargo check --bins` on nexus-inventory (80/168)
25412024-11-05T23:34:17.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-11-05T23:34:17.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-11-05T23:34:17.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-11-05T23:34:17.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25452024-11-05T23:34:17.263Z
25462024-11-05T23:34:17.263Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168)
25472024-11-05T23:34:17.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-11-05T23:34:17.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-11-05T23:34:17.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-11-05T23:34:17.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25512024-11-05T23:34:17.852Z
25522024-11-05T23:34:17.852Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/168)
25532024-11-05T23:34:18.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-11-05T23:34:18.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-11-05T23:34:18.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-11-05T23:34:18.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25572024-11-05T23:34:18.439Z
25582024-11-05T23:34:18.440Zinfo: running `cargo check --bins` on typed-rng (83/168)
25592024-11-05T23:34:18.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-11-05T23:34:18.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-11-05T23:34:18.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-11-05T23:34:18.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25632024-11-05T23:34:19.010Z
25642024-11-05T23:34:19.010Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168)
25652024-11-05T23:34:19.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-11-05T23:34:19.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-11-05T23:34:19.698Z Checking keccak v0.1.5
25682024-11-05T23:34:19.801Z Checking secrecy v0.8.0
25692024-11-05T23:34:19.809Z Compiling unicase v2.7.0
25702024-11-05T23:34:19.810Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25712024-11-05T23:34:19.810Z Compiling same-file v1.0.6
25722024-11-05T23:34:19.810Z Compiling tempfile v3.13.0
25732024-11-05T23:34:19.845Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25742024-11-05T23:34:19.848Z Compiling thiserror-impl-no-std v2.0.2
25752024-11-05T23:34:19.988Z Compiling walkdir v2.5.0
25762024-11-05T23:34:20.085Z Checking sha3 v0.10.8
25772024-11-05T23:34:20.112Z Checking universal-hash v0.5.1
25782024-11-05T23:34:20.139Z Compiling blake3 v1.5.4
25792024-11-05T23:34:20.274Z Compiling ring v0.16.20
25802024-11-05T23:34:20.317Z Checking opaque-debug v0.3.1
25812024-11-05T23:34:20.414Z Checking poly1305 v0.8.0
25822024-11-05T23:34:20.516Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25832024-11-05T23:34:20.593Z Checking chacha20 v0.9.1
25842024-11-05T23:34:20.661Z Checking aead v0.5.2
25852024-11-05T23:34:20.732Z Compiling memmap2 v0.9.5
25862024-11-05T23:34:20.823Z Compiling spin v0.5.2
25872024-11-05T23:34:20.883Z Compiling salty v0.3.0
25882024-11-05T23:34:20.900Z Compiling libefi-sys v0.1.0
25892024-11-05T23:34:20.948Z Compiling home v0.5.9
25902024-11-05T23:34:21.040Z Compiling constant_time_eq v0.3.1
25912024-11-05T23:34:21.154Z Compiling untrusted v0.7.1
25922024-11-05T23:34:21.171Z Compiling arrayvec v0.7.6
25932024-11-05T23:34:21.203Z Compiling arrayref v0.3.9
25942024-11-05T23:34:21.245Z Compiling toolchain_find v0.4.0
25952024-11-05T23:34:21.314Z Checking chacha20poly1305 v0.10.1
25962024-11-05T23:34:21.405Z Compiling camino-tempfile v1.1.1
25972024-11-05T23:34:21.500Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25982024-11-05T23:34:21.611Z Compiling bitfield-struct v0.6.2
25992024-11-05T23:34:21.775Z Compiling topological-sort v0.2.2
26002024-11-05T23:34:21.856Z Compiling mime_guess v2.0.5
26012024-11-05T23:34:21.875Z Compiling rustfmt-wrapper v0.2.1
26022024-11-05T23:34:22.407Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26032024-11-05T23:34:22.442Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26042024-11-05T23:34:22.564Z Checking primeorder v0.13.6
26052024-11-05T23:34:22.739Z Checking env_filter v0.1.2
26062024-11-05T23:34:22.751Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26072024-11-05T23:34:22.852Z Checking thiserror-no-std v2.0.2
26082024-11-05T23:34:22.948Z Checking env_logger v0.11.5
26092024-11-05T23:34:22.965Z Checking vsss-rs v3.3.4
26102024-11-05T23:34:23.024Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26112024-11-05T23:34:23.042Z Checking p384 v0.13.0
26122024-11-05T23:34:23.097Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26132024-11-05T23:34:23.121Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26142024-11-05T23:34:23.363Z Checking gethostname v0.5.0
26152024-11-05T23:34:23.491Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26162024-11-05T23:34:23.508Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26172024-11-05T23:34:23.587Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26182024-11-05T23:34:23.838Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26192024-11-05T23:34:23.886Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26202024-11-05T23:34:24.028Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26212024-11-05T23:34:24.207Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26222024-11-05T23:34:24.466Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26232024-11-05T23:34:24.483Z Checking nanorand v0.7.0
26242024-11-05T23:34:24.507Z Checking atty v0.2.14
26252024-11-05T23:34:24.535Z Checking http-range v0.1.5
26262024-11-05T23:34:24.692Z Checking glob v0.3.1
26272024-11-05T23:34:24.753Z Checking hyper-staticfile v0.10.1
26282024-11-05T23:34:24.870Z Checking flume v0.11.0
26292024-11-05T23:34:24.974Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26302024-11-05T23:34:25.392Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26312024-11-05T23:34:25.489Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26322024-11-05T23:34:25.656Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26332024-11-05T23:34:25.935Z Compiling omicron-zone-package v0.11.1
26342024-11-05T23:34:26.357Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26352024-11-05T23:34:26.719Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26362024-11-05T23:34:27.319Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26372024-11-05T23:34:27.356Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26382024-11-05T23:34:27.512Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26392024-11-05T23:34:28.016Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26402024-11-05T23:34:28.198Z Checking display-error-chain v0.2.1
26412024-11-05T23:34:31.258Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26422024-11-05T23:34:31.302Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26432024-11-05T23:34:31.934Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26442024-11-05T23:34:31.984Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26452024-11-05T23:34:42.991Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26462024-11-05T23:35:30.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
26472024-11-05T23:35:31.095Z
26482024-11-05T23:35:31.095Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168)
26492024-11-05T23:35:31.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-11-05T23:35:31.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-11-05T23:35:31.782Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26522024-11-05T23:36:20.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.22s
26532024-11-05T23:36:20.494Z
26542024-11-05T23:36:20.494Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168)
26552024-11-05T23:36:21.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-11-05T23:36:21.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-11-05T23:36:21.165Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26582024-11-05T23:37:09.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s
26592024-11-05T23:37:09.521Z
26602024-11-05T23:37:09.521Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168)
26612024-11-05T23:37:10.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-11-05T23:37:10.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-11-05T23:37:10.198Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26642024-11-05T23:37:58.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.78s
26652024-11-05T23:37:58.480Z
26662024-11-05T23:37:58.480Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168)
26672024-11-05T23:37:59.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-11-05T23:37:59.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-11-05T23:37:59.157Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26702024-11-05T23:38:47.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.50s
26712024-11-05T23:38:48.158Z
26722024-11-05T23:38:48.158Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168)
26732024-11-05T23:38:48.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-11-05T23:38:48.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-11-05T23:38:48.828Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26762024-11-05T23:39:38.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.28s
26772024-11-05T23:39:38.616Z
26782024-11-05T23:39:38.616Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168)
26792024-11-05T23:39:39.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-11-05T23:39:39.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-11-05T23:39:39.306Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26822024-11-05T23:40:27.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.69s
26832024-11-05T23:40:27.505Z
26842024-11-05T23:40:27.505Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168)
26852024-11-05T23:40:28.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-11-05T23:40:28.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-11-05T23:40:28.187Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26882024-11-05T23:41:16.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.63s
26892024-11-05T23:41:16.310Z
26902024-11-05T23:41:16.310Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/168)
26912024-11-05T23:41:16.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-11-05T23:41:16.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-11-05T23:41:16.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942024-11-05T23:41:16.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26952024-11-05T23:41:16.927Z
26962024-11-05T23:41:16.928Zinfo: running `cargo check --bins` on sled-agent-types (93/168)
26972024-11-05T23:41:17.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-11-05T23:41:17.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-11-05T23:41:17.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002024-11-05T23:41:17.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27012024-11-05T23:41:17.541Z
27022024-11-05T23:41:17.541Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/168)
27032024-11-05T23:41:18.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-11-05T23:41:18.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-11-05T23:41:18.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062024-11-05T23:41:18.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27072024-11-05T23:41:18.140Z
27082024-11-05T23:41:18.140Zinfo: running `cargo check --bins` on dpd-client (95/168)
27092024-11-05T23:41:18.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-11-05T23:41:18.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-11-05T23:41:18.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122024-11-05T23:41:18.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27132024-11-05T23:41:18.760Z
27142024-11-05T23:41:18.760Zinfo: running `cargo check --bins` on installinator-common (96/168)
27152024-11-05T23:41:19.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-11-05T23:41:19.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-11-05T23:41:19.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182024-11-05T23:41:19.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27192024-11-05T23:41:19.341Z
27202024-11-05T23:41:19.341Zinfo: running `cargo check --bins` on key-manager (97/168)
27212024-11-05T23:41:19.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-11-05T23:41:19.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-11-05T23:41:19.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242024-11-05T23:41:19.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27252024-11-05T23:41:19.921Z
27262024-11-05T23:41:19.921Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/168)
27272024-11-05T23:41:20.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-11-05T23:41:20.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-11-05T23:41:20.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302024-11-05T23:41:20.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27312024-11-05T23:41:20.514Z
27322024-11-05T23:41:20.514Zinfo: running `cargo check --bins` on repo-depot-api (99/168)
27332024-11-05T23:41:21.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-11-05T23:41:21.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-11-05T23:41:21.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362024-11-05T23:41:21.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27372024-11-05T23:41:21.096Z
27382024-11-05T23:41:21.096Zinfo: running `cargo check --bins` on repo-depot-client (100/168)
27392024-11-05T23:41:21.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402024-11-05T23:41:21.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412024-11-05T23:41:21.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422024-11-05T23:41:21.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27432024-11-05T23:41:21.661Z
27442024-11-05T23:41:21.661Zinfo: running `cargo check --bins` on sled-agent-api (101/168)
27452024-11-05T23:41:22.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-11-05T23:41:22.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-11-05T23:41:22.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482024-11-05T23:41:22.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27492024-11-05T23:41:22.269Z
27502024-11-05T23:41:22.269Zinfo: running `cargo check --bins` on sled-hardware (102/168)
27512024-11-05T23:41:22.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522024-11-05T23:41:22.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532024-11-05T23:41:22.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542024-11-05T23:41:22.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27552024-11-05T23:41:22.865Z
27562024-11-05T23:41:22.865Zinfo: running `cargo check --bins --no-default-features` on sled-storage (103/168)
27572024-11-05T23:41:23.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-11-05T23:41:23.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-11-05T23:41:23.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602024-11-05T23:41:23.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27612024-11-05T23:41:23.464Z
27622024-11-05T23:41:23.464Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168)
27632024-11-05T23:41:23.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-11-05T23:41:23.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-11-05T23:41:23.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-11-05T23:41:23.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27672024-11-05T23:41:24.058Z
27682024-11-05T23:41:24.058Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (105/168)
27692024-11-05T23:41:24.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-11-05T23:41:24.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-11-05T23:41:24.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-11-05T23:41:24.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27732024-11-05T23:41:24.680Z
27742024-11-05T23:41:24.680Zinfo: running `cargo check --bins` on nexus-test-interface (106/168)
27752024-11-05T23:41:25.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-11-05T23:41:25.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-11-05T23:41:25.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782024-11-05T23:41:25.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27792024-11-05T23:41:25.285Z
27802024-11-05T23:41:25.285Zinfo: running `cargo check --bins` on oximeter-collector (107/168)
27812024-11-05T23:41:25.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-11-05T23:41:25.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-11-05T23:41:25.916Z Compiling phf_generator v0.11.2
27842024-11-05T23:41:25.919Z Compiling parse-zoneinfo v0.3.1
27852024-11-05T23:41:26.026Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27862024-11-05T23:41:26.029Z Checking bcs v0.1.6
27872024-11-05T23:41:26.029Z Compiling async-recursion v1.1.1
27882024-11-05T23:41:26.029Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27892024-11-05T23:41:26.029Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27902024-11-05T23:41:26.120Z Compiling phf_codegen v0.11.2
27912024-11-05T23:41:26.471Z Compiling chrono-tz-build v0.4.0
27922024-11-05T23:41:27.426Z Compiling chrono-tz v0.10.0
27932024-11-05T23:41:34.615Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27942024-11-05T23:41:38.780Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27952024-11-05T23:41:41.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.88s
27962024-11-05T23:41:41.343Z
27972024-11-05T23:41:41.343Zinfo: running `cargo check --bins` on oximeter-api (108/168)
27982024-11-05T23:41:41.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-11-05T23:41:41.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-11-05T23:41:41.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-11-05T23:41:41.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28022024-11-05T23:41:41.934Z
28032024-11-05T23:41:41.934Zinfo: running `cargo check --bins` on oximeter-client (109/168)
28042024-11-05T23:41:42.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-11-05T23:41:42.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-11-05T23:41:42.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-11-05T23:41:42.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28082024-11-05T23:41:42.522Z
28092024-11-05T23:41:42.522Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (110/168)
28102024-11-05T23:41:43.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-11-05T23:41:43.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-11-05T23:41:43.119Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28132024-11-05T23:41:43.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
28142024-11-05T23:41:43.898Z
28152024-11-05T23:41:43.898Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168)
28162024-11-05T23:41:44.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-11-05T23:41:44.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-11-05T23:41:44.512Z Compiling cfg_aliases v0.1.1
28192024-11-05T23:41:44.514Z Compiling vte_generate_state_changes v0.1.2
28202024-11-05T23:41:44.514Z Checking fd-lock v4.0.2
28212024-11-05T23:41:44.514Z Checking bytecount v0.6.8
28222024-11-05T23:41:44.626Z Compiling tabled_derive v0.7.0
28232024-11-05T23:41:44.637Z Compiling peg-macros v0.8.4
28242024-11-05T23:41:44.640Z Compiling sqlparser_derive v0.2.2
28252024-11-05T23:41:44.640Z Checking nu-ansi-term v0.50.1
28262024-11-05T23:41:44.691Z Compiling nix v0.28.0
28272024-11-05T23:41:44.748Z Checking papergrid v0.11.0
28282024-11-05T23:41:44.765Z Checking home v0.5.9
28292024-11-05T23:41:44.899Z Checking unicode_categories v0.1.1
28302024-11-05T23:41:45.193Z Checking sqlformat v0.2.6
28312024-11-05T23:41:45.226Z Checking vte v0.11.1
28322024-11-05T23:41:45.698Z Checking sqlparser v0.45.0
28332024-11-05T23:41:46.483Z Checking tabled v0.15.0
28342024-11-05T23:41:46.543Z Checking strip-ansi-escapes v0.2.0
28352024-11-05T23:41:46.705Z Checking reedline v0.35.0
28362024-11-05T23:41:47.321Z Checking peg v0.8.4
28372024-11-05T23:41:47.638Z Checking rustyline v14.0.0
28382024-11-05T23:41:52.385Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28392024-11-05T23:41:58.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s
28402024-11-05T23:41:58.904Z
28412024-11-05T23:41:58.904Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168)
28422024-11-05T23:41:59.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432024-11-05T23:41:59.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442024-11-05T23:41:59.522Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452024-11-05T23:42:06.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.15s
28462024-11-05T23:42:06.232Z
28472024-11-05T23:42:06.232Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168)
28482024-11-05T23:42:06.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-11-05T23:42:06.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-11-05T23:42:06.851Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512024-11-05T23:42:11.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
28522024-11-05T23:42:12.018Z
28532024-11-05T23:42:12.018Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168)
28542024-11-05T23:42:12.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-11-05T23:42:12.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-11-05T23:42:12.629Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572024-11-05T23:42:18.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s
28582024-11-05T23:42:18.893Z
28592024-11-05T23:42:18.893Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168)
28602024-11-05T23:42:19.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-11-05T23:42:19.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-11-05T23:42:19.502Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28632024-11-05T23:42:25.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s
28642024-11-05T23:42:25.814Z
28652024-11-05T23:42:25.814Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168)
28662024-11-05T23:42:26.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-11-05T23:42:26.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-11-05T23:42:26.430Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28692024-11-05T23:42:31.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
28702024-11-05T23:42:31.736Z
28712024-11-05T23:42:31.736Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168)
28722024-11-05T23:42:32.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-11-05T23:42:32.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-11-05T23:42:32.339Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28752024-11-05T23:42:37.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s
28762024-11-05T23:42:37.679Z
28772024-11-05T23:42:37.679Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168)
28782024-11-05T23:42:38.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-11-05T23:42:38.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-11-05T23:42:38.291Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28812024-11-05T23:42:44.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.02s
28822024-11-05T23:42:44.867Z
28832024-11-05T23:42:44.867Zinfo: running `cargo check --bins` on oximeter-test-utils (119/168)
28842024-11-05T23:42:45.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-11-05T23:42:45.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-11-05T23:42:45.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872024-11-05T23:42:45.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28882024-11-05T23:42:45.468Z
28892024-11-05T23:42:45.468Zinfo: running `cargo check --bins` on cockroach-admin-client (120/168)
28902024-11-05T23:42:45.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-11-05T23:42:45.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-11-05T23:42:45.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932024-11-05T23:42:45.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28942024-11-05T23:42:46.032Z
28952024-11-05T23:42:46.032Zinfo: running `cargo check --bins` on installinator-client (121/168)
28962024-11-05T23:42:46.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972024-11-05T23:42:46.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982024-11-05T23:42:46.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992024-11-05T23:42:46.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29002024-11-05T23:42:46.634Z
29012024-11-05T23:42:46.634Zinfo: running `cargo check --bins` on oxide-client (122/168)
29022024-11-05T23:42:47.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032024-11-05T23:42:47.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042024-11-05T23:42:47.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052024-11-05T23:42:47.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29062024-11-05T23:42:47.209Z
29072024-11-05T23:42:47.209Zinfo: running `cargo check --bins` on wicketd-client (123/168)
29082024-11-05T23:42:47.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092024-11-05T23:42:47.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102024-11-05T23:42:47.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112024-11-05T23:42:47.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29122024-11-05T23:42:47.832Z
29132024-11-05T23:42:47.832Zinfo: running `cargo check --bins` on wicket-common (124/168)
29142024-11-05T23:42:48.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152024-11-05T23:42:48.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162024-11-05T23:42:48.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172024-11-05T23:42:48.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29182024-11-05T23:42:48.438Z
29192024-11-05T23:42:48.439Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/168)
29202024-11-05T23:42:48.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212024-11-05T23:42:48.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222024-11-05T23:42:49.046Z Checking csv-core v0.1.11
29232024-11-05T23:42:49.049Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29242024-11-05T23:42:49.344Z Checking csv v1.3.0
29252024-11-05T23:42:49.860Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29262024-11-05T23:42:50.192Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29272024-11-05T23:42:51.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
29282024-11-05T23:42:51.544Z
29292024-11-05T23:42:51.544Zinfo: running `cargo check --bins` on cockroach-admin-api (126/168)
29302024-11-05T23:42:52.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312024-11-05T23:42:52.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322024-11-05T23:42:52.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332024-11-05T23:42:52.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29342024-11-05T23:42:52.123Z
29352024-11-05T23:42:52.123Zinfo: running `cargo check --bins` on cockroach-admin-types (127/168)
29362024-11-05T23:42:52.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372024-11-05T23:42:52.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382024-11-05T23:42:52.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392024-11-05T23:42:52.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29402024-11-05T23:42:52.709Z
29412024-11-05T23:42:52.709Zinfo: running `cargo check --bins` on cert-dev (128/168)
29422024-11-05T23:42:53.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432024-11-05T23:42:53.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442024-11-05T23:42:53.274Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29452024-11-05T23:42:53.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
29462024-11-05T23:42:53.690Z
29472024-11-05T23:42:53.690Zinfo: running `cargo check --bins` on ch-dev (129/168)
29482024-11-05T23:42:54.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492024-11-05T23:42:54.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502024-11-05T23:42:54.306Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29512024-11-05T23:42:55.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
29522024-11-05T23:42:55.176Z
29532024-11-05T23:42:55.176Zinfo: running `cargo check --bins` on crdb-seed (130/168)
29542024-11-05T23:42:55.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552024-11-05T23:42:55.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562024-11-05T23:42:55.781Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29572024-11-05T23:42:56.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
29582024-11-05T23:42:56.278Z
29592024-11-05T23:42:56.278Zinfo: running `cargo check --bins` on db-dev (131/168)
29602024-11-05T23:42:56.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612024-11-05T23:42:56.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622024-11-05T23:42:56.895Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29632024-11-05T23:42:57.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
29642024-11-05T23:42:57.763Z
29652024-11-05T23:42:57.763Zinfo: running `cargo check --bins` on omicron-dev-lib (132/168)
29662024-11-05T23:42:58.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672024-11-05T23:42:58.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682024-11-05T23:42:58.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29692024-11-05T23:42:58.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29702024-11-05T23:42:58.358Z
29712024-11-05T23:42:58.358Zinfo: running `cargo check --bins` on xtask-downloader (133/168)
29722024-11-05T23:42:58.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732024-11-05T23:42:58.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742024-11-05T23:42:58.926Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29752024-11-05T23:42:59.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
29762024-11-05T23:43:00.008Z
29772024-11-05T23:43:00.008Zinfo: running `cargo check --bins` on omicron-ls-apis (134/168)
29782024-11-05T23:43:00.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-11-05T23:43:00.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-11-05T23:43:00.584Z Checking cargo-platform v0.1.8
29812024-11-05T23:43:00.851Z Checking cargo_metadata v0.18.1
29822024-11-05T23:43:01.826Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29832024-11-05T23:43:02.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
29842024-11-05T23:43:02.691Z
29852024-11-05T23:43:02.691Zinfo: running `cargo check --bins` on mgs-dev (135/168)
29862024-11-05T23:43:03.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-11-05T23:43:03.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-11-05T23:43:03.360Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29892024-11-05T23:43:04.040Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29902024-11-05T23:43:04.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
29912024-11-05T23:43:04.714Z
29922024-11-05T23:43:04.714Zinfo: running `cargo check --bins` on omicron-omdb (136/168)
29932024-11-05T23:43:05.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942024-11-05T23:43:05.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952024-11-05T23:43:05.442Z Compiling glob v0.3.1
29962024-11-05T23:43:05.442Z Compiling crunchy v0.2.2
29972024-11-05T23:43:05.445Z Compiling tiny-keccak v2.0.2
29982024-11-05T23:43:05.445Z Compiling dsl_auto_type v0.1.2
29992024-11-05T23:43:05.445Z Checking scheduled-thread-pool v0.2.7
30002024-11-05T23:43:05.445Z Compiling diesel_table_macro_syntax v0.2.0
30012024-11-05T23:43:05.575Z Compiling ascii-canvas v3.0.0
30022024-11-05T23:43:05.579Z Compiling ena v0.14.3
30032024-11-05T23:43:05.791Z Checking r2d2 v0.8.10
30042024-11-05T23:43:05.851Z Compiling libloading v0.8.5
30052024-11-05T23:43:05.955Z Compiling bindgen v0.69.5
30062024-11-05T23:43:06.032Z Compiling diff v0.1.13
30072024-11-05T23:43:06.108Z Compiling regex-syntax v0.6.29
30082024-11-05T23:43:06.128Z Compiling which v4.4.2
30092024-11-05T23:43:06.272Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30102024-11-05T23:43:06.494Z Compiling cexpr v0.6.0
30112024-11-05T23:43:06.516Z Compiling clang-sys v1.8.1
30122024-11-05T23:43:06.657Z Compiling rustc-hash v1.1.0
30132024-11-05T23:43:06.721Z Compiling lazycell v1.3.0
30142024-11-05T23:43:06.771Z Compiling ref-cast v1.0.23
30152024-11-05T23:43:06.824Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30162024-11-05T23:43:06.899Z Compiling derive_builder_core v0.20.2
30172024-11-05T23:43:06.923Z Compiling libxml v0.3.3
30182024-11-05T23:43:07.058Z Compiling diesel_derives v2.2.3
30192024-11-05T23:43:07.108Z Compiling ref-cast-impl v1.0.23
30202024-11-05T23:43:07.308Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30212024-11-05T23:43:07.424Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30222024-11-05T23:43:07.822Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30232024-11-05T23:43:08.120Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30242024-11-05T23:43:08.173Z Compiling strum_macros v0.24.3
30252024-11-05T23:43:08.427Z Compiling indoc v1.0.9
30262024-11-05T23:43:09.183Z Compiling derive_builder_macro v0.20.2
30272024-11-05T23:43:09.423Z Compiling lalrpop v0.19.12
30282024-11-05T23:43:10.093Z Checking derive_builder v0.20.2
30292024-11-05T23:43:10.248Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30302024-11-05T23:43:10.366Z Compiling impl-trait-for-tuples v0.2.2
30312024-11-05T23:43:10.530Z Compiling oso-derive v0.27.3
30322024-11-05T23:43:11.579Z Checking quick-xml v0.33.0
30332024-11-05T23:43:11.587Z Compiling diesel-dtrace v0.3.0
30342024-11-05T23:43:11.794Z Checking maplit v1.0.2
30352024-11-05T23:43:11.942Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30362024-11-05T23:43:11.970Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30372024-11-05T23:43:12.275Z Checking bb8 v0.8.5
30382024-11-05T23:43:12.788Z Compiling const_format_proc_macros v0.2.33
30392024-11-05T23:43:13.634Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30402024-11-05T23:43:13.838Z Checking castaway v0.2.3
30412024-11-05T23:43:13.937Z Checking rand_seeder v0.3.0
30422024-11-05T23:43:14.009Z Checking compact_str v0.8.0
30432024-11-05T23:43:14.247Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30442024-11-05T23:43:14.490Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30452024-11-05T23:43:14.924Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30462024-11-05T23:43:14.965Z Checking const_format v0.2.33
30472024-11-05T23:43:15.466Z Checking unicode-truncate v1.1.0
30482024-11-05T23:43:15.704Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30492024-11-05T23:43:16.015Z Checking lru v0.12.5
30502024-11-05T23:43:16.341Z Compiling instability v0.3.2
30512024-11-05T23:43:16.357Z Checking smawk v0.3.2
30522024-11-05T23:43:16.375Z Checking is_ci v1.2.0
30532024-11-05T23:43:16.514Z Checking cassowary v0.3.0
30542024-11-05T23:43:16.568Z Checking unicode-linebreak v0.1.5
30552024-11-05T23:43:16.948Z Checking supports-color v3.0.1
30562024-11-05T23:43:16.984Z Checking textwrap v0.16.1
30572024-11-05T23:43:17.147Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30582024-11-05T23:43:17.369Z Checking ratatui v0.28.1
30592024-11-05T23:43:17.391Z Checking multimap v0.10.0
30602024-11-05T23:43:18.779Z Checking diesel v2.2.4
30612024-11-05T23:43:36.857Z Compiling samael v0.0.17
30622024-11-05T23:43:54.064Z Checking async-bb8-diesel v0.2.1
30632024-11-05T23:43:54.853Z Compiling polar-core v0.27.3
30642024-11-05T23:44:02.334Z Checking oso v0.27.3
30652024-11-05T23:45:35.156Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30662024-11-05T23:45:43.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s
30672024-11-05T23:45:43.209Z
30682024-11-05T23:45:43.209Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168)
30692024-11-05T23:45:43.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-11-05T23:45:43.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-11-05T23:45:43.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-11-05T23:45:43.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30732024-11-05T23:45:43.846Z
30742024-11-05T23:45:43.846Zinfo: running `cargo check --bins` on nexus-saga-recovery (138/168)
30752024-11-05T23:45:44.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-11-05T23:45:44.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-11-05T23:45:44.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782024-11-05T23:45:44.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30792024-11-05T23:45:44.475Z
30802024-11-05T23:45:44.475Zinfo: running `cargo check --bins` on nexus-test-utils-macros (139/168)
30812024-11-05T23:45:44.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-11-05T23:45:44.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-11-05T23:45:44.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842024-11-05T23:45:44.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30852024-11-05T23:45:45.047Z
30862024-11-05T23:45:45.047Zinfo: running `cargo check --bins` on omicron-nexus (140/168)
30872024-11-05T23:45:45.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-11-05T23:45:45.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-11-05T23:45:45.799Z Compiling libz-sys v1.1.20
30902024-11-05T23:45:45.908Z Checking http v0.2.12
30912024-11-05T23:45:45.910Z Compiling libgit2-sys v0.17.0+1.8.1
30922024-11-05T23:45:45.926Z Compiling vergen v8.3.2
30932024-11-05T23:45:45.929Z Compiling cargo-platform v0.1.8
30942024-11-05T23:45:45.929Z Compiling pin-project-internal v1.1.6
30952024-11-05T23:45:45.967Z Compiling libsqlite3-sys v0.30.1
30962024-11-05T23:45:45.967Z Compiling snafu-derive v0.8.5
30972024-11-05T23:45:46.233Z Compiling cfg_aliases v0.2.1
30982024-11-05T23:45:46.339Z Compiling cargo_metadata v0.18.1
30992024-11-05T23:45:46.490Z Checking sync_wrapper v0.1.2
31002024-11-05T23:45:46.510Z Compiling rustls v0.21.12
31012024-11-05T23:45:46.626Z Compiling buf-list v1.0.3
31022024-11-05T23:45:46.845Z Compiling nix v0.29.0
31032024-11-05T23:45:46.871Z Checking globset v0.4.15
31042024-11-05T23:45:47.238Z Checking h2 v0.3.26
31052024-11-05T23:45:47.265Z Checking http-body v0.4.6
31062024-11-05T23:45:47.432Z Checking sct v0.7.1
31072024-11-05T23:45:47.618Z Checking rustls-webpki v0.101.7
31082024-11-05T23:45:47.640Z Checking olpc-cjson v0.1.4
31092024-11-05T23:45:47.642Z Checking serde_plain v1.0.2
31102024-11-05T23:45:47.864Z Checking typed-path v0.7.1
31112024-11-05T23:45:48.668Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31122024-11-05T23:45:48.826Z Checking pin-project v1.1.6
31132024-11-05T23:45:48.920Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31142024-11-05T23:45:48.984Z Checking hashlink v0.9.1
31152024-11-05T23:45:49.249Z Checking parse-size v1.0.0
31162024-11-05T23:45:49.440Z Checking fallible-iterator v0.3.0
31172024-11-05T23:45:49.711Z Checking fallible-streaming-iterator v0.1.9
31182024-11-05T23:45:49.834Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31192024-11-05T23:45:49.945Z Checking rustls-pemfile v1.0.4
31202024-11-05T23:45:50.020Z Checking rusqlite v0.32.1
31212024-11-05T23:45:50.137Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31222024-11-05T23:45:50.322Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31232024-11-05T23:45:50.436Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31242024-11-05T23:45:50.561Z Checking twox-hash v1.6.3
31252024-11-05T23:45:50.805Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31262024-11-05T23:45:50.995Z Checking snafu v0.8.5
31272024-11-05T23:45:51.462Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31282024-11-05T23:45:51.556Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31292024-11-05T23:45:51.623Z Checking tokio-rustls v0.24.1
31302024-11-05T23:45:51.961Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31312024-11-05T23:45:52.008Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31322024-11-05T23:45:52.077Z Checking fatfs v0.3.6
31332024-11-05T23:45:52.584Z Checking assert_matches v1.5.0
31342024-11-05T23:45:53.178Z Checking hyper v0.14.30
31352024-11-05T23:45:57.187Z Checking reqwest v0.11.27
31362024-11-05T23:45:57.985Z Checking tough v0.17.1
31372024-11-05T23:45:58.792Z Compiling git2 v0.19.0
31382024-11-05T23:46:01.164Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31392024-11-05T23:46:02.334Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31402024-11-05T23:46:03.991Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31412024-11-05T23:49:34.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 49s
31422024-11-05T23:49:34.300Z
31432024-11-05T23:49:34.300Zinfo: running `cargo check --bins` on nexus-external-api (141/168)
31442024-11-05T23:49:34.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452024-11-05T23:49:34.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462024-11-05T23:49:34.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472024-11-05T23:49:34.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31482024-11-05T23:49:34.944Z
31492024-11-05T23:49:34.944Zinfo: running `cargo check --bins` on openapi-manager-types (142/168)
31502024-11-05T23:49:35.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-11-05T23:49:35.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-11-05T23:49:35.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532024-11-05T23:49:35.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31542024-11-05T23:49:35.516Z
31552024-11-05T23:49:35.517Zinfo: running `cargo check --bins` on nexus-internal-api (143/168)
31562024-11-05T23:49:36.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572024-11-05T23:49:36.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582024-11-05T23:49:36.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592024-11-05T23:49:36.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31602024-11-05T23:49:36.126Z
31612024-11-05T23:49:36.126Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (144/168)
31622024-11-05T23:49:36.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632024-11-05T23:49:36.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642024-11-05T23:49:36.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652024-11-05T23:49:36.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31662024-11-05T23:49:36.766Z
31672024-11-05T23:49:36.766Zinfo: running `cargo check --bins` on nexus-networking (145/168)
31682024-11-05T23:49:37.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692024-11-05T23:49:37.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702024-11-05T23:49:37.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712024-11-05T23:49:37.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31722024-11-05T23:49:37.399Z
31732024-11-05T23:49:37.399Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (146/168)
31742024-11-05T23:49:37.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752024-11-05T23:49:37.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762024-11-05T23:49:37.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772024-11-05T23:49:37.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31782024-11-05T23:49:38.033Z
31792024-11-05T23:49:38.033Zinfo: running `cargo check --bins` on update-common (147/168)
31802024-11-05T23:49:38.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812024-11-05T23:49:38.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822024-11-05T23:49:38.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832024-11-05T23:49:38.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31842024-11-05T23:49:38.653Z
31852024-11-05T23:49:38.653Zinfo: running `cargo check --bins` on tufaceous-lib (148/168)
31862024-11-05T23:49:39.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872024-11-05T23:49:39.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882024-11-05T23:49:39.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892024-11-05T23:49:39.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31902024-11-05T23:49:39.256Z
31912024-11-05T23:49:39.256Zinfo: running `cargo check --bins` on tufaceous (149/168)
31922024-11-05T23:49:39.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932024-11-05T23:49:39.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942024-11-05T23:49:39.880Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31952024-11-05T23:49:40.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
31962024-11-05T23:49:40.967Z
31972024-11-05T23:49:40.967Zinfo: running `cargo check --bins` on omicron-dev (150/168)
31982024-11-05T23:49:41.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992024-11-05T23:49:41.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002024-11-05T23:49:41.761Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32012024-11-05T23:49:41.880Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32022024-11-05T23:49:41.882Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32032024-11-05T23:49:41.882Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32042024-11-05T23:50:37.395Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32052024-11-05T23:50:37.395Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32062024-11-05T23:50:37.397Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32072024-11-05T23:50:37.397Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32082024-11-05T23:50:37.397Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32092024-11-05T23:50:38.180Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32102024-11-05T23:50:39.371Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32112024-11-05T23:53:55.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s
32122024-11-05T23:53:56.005Z
32132024-11-05T23:53:56.005Zinfo: running `cargo check --bins` on openapi-manager (151/168)
32142024-11-05T23:53:56.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152024-11-05T23:53:56.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162024-11-05T23:53:56.671Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32172024-11-05T23:53:56.674Z Checking heck v0.4.1
32182024-11-05T23:53:56.674Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32192024-11-05T23:53:56.912Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32202024-11-05T23:53:58.204Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32212024-11-05T23:53:59.031Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32222024-11-05T23:54:00.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
32232024-11-05T23:54:00.211Z
32242024-11-05T23:54:00.211Zinfo: running `cargo check --bins` on installinator-api (152/168)
32252024-11-05T23:54:00.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262024-11-05T23:54:00.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272024-11-05T23:54:00.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282024-11-05T23:54:00.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32292024-11-05T23:54:00.813Z
32302024-11-05T23:54:00.813Zinfo: running `cargo check --bins` on wicketd-api (153/168)
32312024-11-05T23:54:01.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322024-11-05T23:54:01.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332024-11-05T23:54:01.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342024-11-05T23:54:01.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32352024-11-05T23:54:01.422Z
32362024-11-05T23:54:01.422Zinfo: running `cargo check --bins` on reconfigurator-cli (154/168)
32372024-11-05T23:54:01.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382024-11-05T23:54:01.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392024-11-05T23:54:02.068Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32402024-11-05T23:54:03.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
32412024-11-05T23:54:03.390Z
32422024-11-05T23:54:03.390Zinfo: running `cargo check --bins` on omicron-releng (155/168)
32432024-11-05T23:54:03.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442024-11-05T23:54:03.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452024-11-05T23:54:04.018Z Checking memmap2 v0.9.5
32462024-11-05T23:54:04.018Z Checking constant_time_eq v0.3.1
32472024-11-05T23:54:04.021Z Checking arrayref v0.3.9
32482024-11-05T23:54:04.021Z Checking untrusted v0.7.1
32492024-11-05T23:54:04.021Z Checking spin v0.5.2
32502024-11-05T23:54:04.021Z Checking arrayvec v0.7.6
32512024-11-05T23:54:04.137Z Checking topological-sort v0.2.2
32522024-11-05T23:54:04.172Z Checking shell-words v1.1.0
32532024-11-05T23:54:04.303Z Checking ring v0.16.20
32542024-11-05T23:54:04.426Z Checking blake3 v1.5.4
32552024-11-05T23:54:05.454Z Checking omicron-zone-package v0.11.1
32562024-11-05T23:54:06.569Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32572024-11-05T23:54:07.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
32582024-11-05T23:54:07.663Z
32592024-11-05T23:54:07.663Zinfo: running `cargo check --bins` on xtask (156/168)
32602024-11-05T23:54:08.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612024-11-05T23:54:08.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622024-11-05T23:54:08.079Z Checking bitflags v2.6.0
32632024-11-05T23:54:08.081Z Checking serde v1.0.210
32642024-11-05T23:54:08.081Z Checking thiserror v1.0.64
32652024-11-05T23:54:08.168Z Checking scroll v0.12.0
32662024-11-05T23:54:08.172Z Checking hashbrown v0.15.0
32672024-11-05T23:54:08.172Z Checking log v0.4.22
32682024-11-05T23:54:08.184Z Checking zerocopy v0.7.35
32692024-11-05T23:54:08.204Z Checking syn v2.0.79
32702024-11-05T23:54:08.269Z Checking pest v2.7.14
32712024-11-05T23:54:08.399Z Checking rustix v0.38.37
32722024-11-05T23:54:08.437Z Checking once_cell v1.20.2
32732024-11-05T23:54:08.616Z Checking goblin v0.8.2
32742024-11-05T23:54:08.740Z Checking fs-err v2.11.0
32752024-11-05T23:54:09.040Z Checking anyhow v1.0.89
32762024-11-05T23:54:09.178Z Checking indexmap v2.6.0
32772024-11-05T23:54:09.448Z Checking tabled v0.15.0
32782024-11-05T23:54:10.403Z Checking terminal_size v0.4.0
32792024-11-05T23:54:10.403Z Checking tempfile v3.13.0
32802024-11-05T23:54:10.526Z Checking dtrace-parser v0.2.0
32812024-11-05T23:54:10.544Z Checking clap_builder v4.5.20
32822024-11-05T23:54:12.471Z Checking serde_json v1.0.128
32832024-11-05T23:54:12.471Z Checking serde_spanned v0.6.8
32842024-11-05T23:54:12.473Z Checking toml_datetime v0.6.8
32852024-11-05T23:54:12.473Z Checking camino v1.1.9
32862024-11-05T23:54:12.473Z Checking semver v1.0.23
32872024-11-05T23:54:12.702Z Checking cargo-platform v0.1.8
32882024-11-05T23:54:12.734Z Checking macaddr v1.0.1
32892024-11-05T23:54:12.789Z Checking toml_edit v0.22.22
32902024-11-05T23:54:12.953Z Checking clap v4.5.20
32912024-11-05T23:54:13.039Z Checking camino-tempfile v1.1.1
32922024-11-05T23:54:13.652Z Checking dof v0.3.0
32932024-11-05T23:54:13.652Z Checking cargo_metadata v0.18.1
32942024-11-05T23:54:14.052Z Checking usdt-impl v0.5.0
32952024-11-05T23:54:14.405Z Checking usdt v0.5.0
32962024-11-05T23:54:14.578Z Checking toml v0.8.19
32972024-11-05T23:54:15.036Z Checking cargo_toml v0.20.5
32982024-11-05T23:54:16.229Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32992024-11-05T23:54:16.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
33002024-11-05T23:54:16.937Z
33012024-11-05T23:54:16.937Zinfo: running `cargo check --bins` on end-to-end-tests (157/168)
33022024-11-05T23:54:17.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032024-11-05T23:54:17.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042024-11-05T23:54:17.653Z Checking polyval v0.6.2
33052024-11-05T23:54:17.760Z Checking ctr v0.9.2
33062024-11-05T23:54:17.772Z Checking ssh-encoding v0.2.0
33072024-11-05T23:54:17.774Z Checking blowfish v0.9.1
33082024-11-05T23:54:17.795Z Checking password-hash v0.4.2
33092024-11-05T23:54:17.797Z Checking matches v0.1.10
33102024-11-05T23:54:17.823Z Checking p521 v0.13.3
33112024-11-05T23:54:17.823Z Checking p256 v0.13.2
33122024-11-05T23:54:17.890Z Checking idna v0.2.3
33132024-11-05T23:54:17.987Z Checking ghash v0.5.1
33142024-11-05T23:54:18.008Z Checking bcrypt-pbkdf v0.10.0
33152024-11-05T23:54:18.054Z Compiling enum-as-inner v0.5.1
33162024-11-05T23:54:18.089Z Checking russh-cryptovec v0.7.3
33172024-11-05T23:54:18.146Z Checking aes-gcm v0.10.3
33182024-11-05T23:54:18.207Z Checking pbkdf2 v0.11.0
33192024-11-05T23:54:18.288Z Checking md5 v0.7.0
33202024-11-05T23:54:18.308Z Checking num-bigint v0.4.6
33212024-11-05T23:54:18.326Z Checking des v0.8.1
33222024-11-05T23:54:18.378Z Checking ssh-cipher v0.2.0
33232024-11-05T23:54:18.483Z Checking hex-literal v0.4.1
33242024-11-05T23:54:18.562Z Compiling dhcproto-macros v0.1.0
33252024-11-05T23:54:18.604Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33262024-11-05T23:54:18.621Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33272024-11-05T23:54:18.662Z Checking ssh-key v0.6.6
33282024-11-05T23:54:18.683Z Checking internet-checksum v0.2.1
33292024-11-05T23:54:19.055Z Checking trust-dns-proto v0.22.0
33302024-11-05T23:54:19.957Z Checking russh-keys v0.45.0
33312024-11-05T23:54:20.941Z Checking russh v0.45.0
33322024-11-05T23:54:21.571Z Checking dhcproto v0.12.0
33332024-11-05T23:54:43.362Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33342024-11-05T23:54:44.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.78s
33352024-11-05T23:54:44.904Z
33362024-11-05T23:54:44.904Zinfo: running `cargo check --bins` on gateway-cli (158/168)
33372024-11-05T23:54:45.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382024-11-05T23:54:45.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392024-11-05T23:54:45.507Z Checking termios v0.3.3
33402024-11-05T23:54:45.717Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33412024-11-05T23:54:46.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
33422024-11-05T23:54:46.624Z
33432024-11-05T23:54:46.624Zinfo: running `cargo check --bins --no-default-features` on installinator (159/168)
33442024-11-05T23:54:47.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452024-11-05T23:54:47.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462024-11-05T23:54:47.270Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33472024-11-05T23:54:49.250Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33482024-11-05T23:54:51.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
33492024-11-05T23:54:51.424Z
33502024-11-05T23:54:51.425Zinfo: running `cargo check --bins` on internal-dns-cli (160/168)
33512024-11-05T23:54:51.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-11-05T23:54:51.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-11-05T23:54:52.020Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33542024-11-05T23:54:52.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33552024-11-05T23:54:52.637Z
33562024-11-05T23:54:52.637Zinfo: running `cargo check --bins` on omicron-live-tests (161/168)
33572024-11-05T23:54:53.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582024-11-05T23:54:53.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592024-11-05T23:54:53.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602024-11-05T23:54:53.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33612024-11-05T23:54:53.212Z
33622024-11-05T23:54:53.212Zinfo: running `cargo check --bins` on live-tests-macros (162/168)
33632024-11-05T23:54:53.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642024-11-05T23:54:53.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652024-11-05T23:54:53.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662024-11-05T23:54:53.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33672024-11-05T23:54:53.786Z
33682024-11-05T23:54:53.786Zinfo: running `cargo check --bins` on omicron-package (163/168)
33692024-11-05T23:54:54.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702024-11-05T23:54:54.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712024-11-05T23:54:54.413Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33722024-11-05T23:54:55.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
33732024-11-05T23:54:55.824Z
33742024-11-05T23:54:55.824Zinfo: running `cargo check --bins` on wicket-dbg (164/168)
33752024-11-05T23:54:56.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762024-11-05T23:54:56.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772024-11-05T23:54:56.473Z Checking rtoolbox v0.0.2
33782024-11-05T23:54:56.476Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33792024-11-05T23:54:56.476Z Checking tui-tree-widget v0.22.0
33802024-11-05T23:54:56.693Z Checking rpassword v7.3.1
33812024-11-05T23:55:00.622Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33822024-11-05T23:55:03.729Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33832024-11-05T23:55:04.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s
33842024-11-05T23:55:05.043Z
33852024-11-05T23:55:05.043Zinfo: running `cargo check --bins` on wicket (165/168)
33862024-11-05T23:55:05.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872024-11-05T23:55:05.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882024-11-05T23:55:05.686Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33892024-11-05T23:55:06.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
33902024-11-05T23:55:06.249Z
33912024-11-05T23:55:06.249Zinfo: running `cargo check --bins` on wicketd (166/168)
33922024-11-05T23:55:06.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932024-11-05T23:55:06.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942024-11-05T23:55:06.917Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33952024-11-05T23:55:16.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.10s
33962024-11-05T23:55:16.535Z
33972024-11-05T23:55:16.535Zinfo: running `cargo check --bins` on omicron-workspace-hack (167/168)
33982024-11-05T23:55:17.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992024-11-05T23:55:17.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002024-11-05T23:55:17.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012024-11-05T23:55:17.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34022024-11-05T23:55:17.101Z
34032024-11-05T23:55:17.101Zinfo: running `cargo check --bins` on zone-setup (168/168)
34042024-11-05T23:55:17.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052024-11-05T23:55:17.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062024-11-05T23:55:17.782Z Checking uzers v0.12.1
34072024-11-05T23:55:18.113Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34082024-11-05T23:55:19.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
34092024-11-05T23:55:19.383Z
34102024-11-05T23:55:19.385Zreal 24:03.016267835
34112024-11-05T23:55:19.385Zuser 36:16.933703642
34122024-11-05T23:55:19.385Zsys 5:14.657042607
34132024-11-05T23:55:19.385Ztrap 0.564944078
34142024-11-05T23:55:19.385Ztflt 2.650424666
34152024-11-05T23:55:19.385Zdflt 2.542775640
34162024-11-05T23:55:19.385Zkflt 0.001700188
34172024-11-05T23:55:19.385Zlock 1:27:45.178759652
34182024-11-05T23:55:19.385Zslp 3:24:32.077553743
34192024-11-05T23:55:19.385Zlat 57.033546096
34202024-11-05T23:55:19.385Zstop 3:03.200245572
34212024-11-05T23:55:19.385Zprocess exited: duration 1669447 ms, exit code 0
 
34222024-11-05T23:55:19.391Zfound 0 output files