01J6J684V8V9AB91S4G5WHP5P2: 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: 01J6J68EKEB0A3Z5R2R82Y09MQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-30T17:45:41.922Zjob assigned to worker 01J6J68FFWR0VMG4BGJRCFANZA (queued for 24 s)
 
22024-08-30T17:45:42.376Zstarting task 0: "setup"
32024-08-30T17:45:42.401Z++ uname -s
42024-08-30T17:45:42.401Z+ kern=SunOS
52024-08-30T17:45:42.401Z+ case "$kern" in
62024-08-30T17:45:42.401Z+ groupadd -g 12345 build
72024-08-30T17:45:42.401Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-30T17:45:44.407Z+ zfs create -o mountpoint=/work rpool/work
92024-08-30T17:45:44.451Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-30T17:45:44.474Z+ home_fs=zfs
112024-08-30T17:45:44.474Z+ [[ zfs == autofs ]]
122024-08-30T17:45:44.474Z+ mkdir -p /home/build
132024-08-30T17:45:44.474Z+ chown build:build /home/build /work
142024-08-30T17:45:46.460Z+ chmod 0700 /home/build /work
152024-08-30T17:45:46.485Zprocess exited: duration 4087 ms, exit code 0
 
162024-08-30T17:45:46.534Zstarting task 1: "rust-toolchain"
172024-08-30T17:45:46.559Z+ printf ' * toolchain channel = "%s"
182024-08-30T17:45:46.559Z * toolchain channel = "1.80.1"
192024-08-30T17:45:46.559Z' 1.80.1
202024-08-30T17:45:46.559Z * toolchain profile = "default"
212024-08-30T17:45:46.559Z+ printf ' * toolchain profile = "%s"
222024-08-30T17:45:46.559Z' default
232024-08-30T17:45:46.559Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-30T17:45:46.559Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-30T17:45:46.749Zinfo: downloading installer
262024-08-30T17:45:47.326Zinfo: profile set to 'default'
272024-08-30T17:45:47.326Zinfo: default host triple is x86_64-unknown-illumos
282024-08-30T17:45:47.326Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-30T17:45:47.433Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-30T17:45:47.433Zinfo: downloading component 'cargo'
312024-08-30T17:45:47.692Zinfo: downloading component 'clippy'
322024-08-30T17:45:47.805Zinfo: downloading component 'rust-docs'
332024-08-30T17:45:48.305Zinfo: downloading component 'rust-std'
342024-08-30T17:45:48.860Zinfo: downloading component 'rustc'
352024-08-30T17:45:50.088Zinfo: downloading component 'rustfmt'
362024-08-30T17:45:50.153Zinfo: installing component 'cargo'
372024-08-30T17:45:51.256Zinfo: installing component 'clippy'
382024-08-30T17:45:51.762Zinfo: installing component 'rust-docs'
392024-08-30T17:45:54.554Zinfo: installing component 'rust-std'
402024-08-30T17:45:57.301Zinfo: installing component 'rustc'
412024-08-30T17:46:02.233Zinfo: installing component 'rustfmt'
422024-08-30T17:46:02.618Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-30T17:46:02.618Z
442024-08-30T17:46:02.738Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-30T17:46:02.738Z
462024-08-30T17:46:02.762Z
472024-08-30T17:46:02.762ZRust is installed now. Great!
482024-08-30T17:46:02.762Z
492024-08-30T17:46:02.762ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-30T17:46:02.762Zenvironment variable. This has not been done automatically.
512024-08-30T17:46:02.762Z
522024-08-30T17:46:02.762ZTo configure your current shell, you need to source
532024-08-30T17:46:02.762Zthe corresponding env file under $HOME/.cargo.
542024-08-30T17:46:02.762Z
552024-08-30T17:46:02.763ZThis is usually done by running one of the following (note the leading DOT):
562024-08-30T17:46:02.763Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-30T17:46:02.763Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-30T17:46:02.828Z+ rustc --version
592024-08-30T17:46:02.939Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-30T17:46:02.964Zprocess exited: duration 16407 ms, exit code 0
 
612024-08-30T17:46:03.016Zstarting task 2: "authentication"
622024-08-30T17:46:03.071Zprocess exited: duration 57 ms, exit code 0
 
632024-08-30T17:46:03.118Zstarting task 3: "clone repository"
642024-08-30T17:46:03.142Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-30T17:46:03.142Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-30T17:46:03.166ZCloning into '/work/oxidecomputer/omicron'...
672024-08-30T17:46:10.231Z+ cd /work/oxidecomputer/omicron
682024-08-30T17:46:10.231Z+ git fetch origin 893a568fa8a16b36738d3ef3e0f0b7831487a0c7
692024-08-30T17:46:10.654ZFrom https://github.com/oxidecomputer/omicron
702024-08-30T17:46:10.654Z * branch 893a568fa8a16b36738d3ef3e0f0b7831487a0c7 -> FETCH_HEAD
712024-08-30T17:46:10.677Z+ [[ -n ip-pools-tag ]]
722024-08-30T17:46:10.677Z++ git branch --show-current
732024-08-30T17:46:10.677Z+ current=main
742024-08-30T17:46:10.677Z+ [[ main != ip-pools-tag ]]
752024-08-30T17:46:10.677Z+ git branch -f ip-pools-tag 893a568fa8a16b36738d3ef3e0f0b7831487a0c7
762024-08-30T17:46:10.701Z+ git checkout -f ip-pools-tag
772024-08-30T17:46:10.733ZSwitched to branch 'ip-pools-tag'
782024-08-30T17:46:10.757Z+ git reset --hard 893a568fa8a16b36738d3ef3e0f0b7831487a0c7
792024-08-30T17:46:10.787ZHEAD is now at 893a568fa put system IP pools endpoints under system/ip-pools tag
802024-08-30T17:46:10.811Zprocess exited: duration 7670 ms, exit code 0
 
812024-08-30T17:46:10.858Zstarting task 4: "build"
822024-08-30T17:46:10.882Z+ cargo --version
832024-08-30T17:46:10.934Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-30T17:46:10.957Z+ rustc --version
852024-08-30T17:46:11.012Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-30T17:46:11.036Z+ source ./env.sh
872024-08-30T17:46:11.036Z++ OLD_SHELL_OPTS=ehxB
882024-08-30T17:46:11.036Z++ set -o xtrace
892024-08-30T17:46:11.036Z++++ dirname ./env.sh
902024-08-30T17:46:11.036Z+++ readlink -f .
912024-08-30T17:46:11.036Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-30T17:46:11.036Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-30T17:46:11.036Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-30T17:46:11.036Z++ 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
952024-08-30T17:46:11.036Z++ 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
962024-08-30T17:46:11.036Z++ 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
972024-08-30T17:46:11.036Z++ 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
982024-08-30T17:46:11.036Z++ 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
992024-08-30T17:46:11.036Z++ 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
1002024-08-30T17:46:11.036Z++ case $OLD_SHELL_OPTS in
1012024-08-30T17:46:11.037Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-30T17:46:11.037Z+ 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
1032024-08-30T17:46:11.037Z+ 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
1042024-08-30T17:46:11.037Z+ banner prerequisites
1052024-08-30T17:46:11.037Z
1062024-08-30T17:46:11.037Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-30T17:46:11.037Z # # # # # # # # # # # # # # #
1082024-08-30T17:46:11.037Z # # # # ##### # # ##### # # # # # #### #
1092024-08-30T17:46:11.037Z ##### ##### # ##### # # # # # # # # #
1102024-08-30T17:46:11.037Z # # # # # # # # # # # # # # #
1112024-08-30T17:46:11.037Z # # # ###### # # ###### ### # #### # #### #
1122024-08-30T17:46:11.037Z
1132024-08-30T17:46:11.037Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-30T17:46:16.353Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-30T17:46:19.204Z Startup: Caching catalogs ... Done
1162024-08-30T17:46:21.642ZPlanning: Solver setup ... Done (1.743s)
1172024-08-30T17:46:21.670ZPlanning: Running solver ... Done (0.028s)
1182024-08-30T17:46:21.707ZPlanning: Finding local manifests ... Done (0.002s)
1192024-08-30T17:46:21.785ZPlanning: Fetching manifests: 0/5 0% complete
1202024-08-30T17:46:22.242ZPlanning: Fetching manifests: 5/5 100% complete
1212024-08-30T17:46:22.375ZPlanning: Package planning ... Done (0.133s)
1222024-08-30T17:46:22.442ZPlanning: Merging actions ... Done (0.066s)
1232024-08-30T17:46:22.702ZPlanning: Checking for conflicting actions ... Done (0.260s)
1242024-08-30T17:46:23.783ZPlanning: Consolidating action changes ... Done (1.080s)
1252024-08-30T17:46:24.274ZPlanning: Evaluating mediators ... Done (0.411s)
1262024-08-30T17:46:24.298ZPlanning: Planning completed in 5.01 seconds
1272024-08-30T17:46:24.321Z Packages to install: 4
1282024-08-30T17:46:24.321Z Packages to update: 1
1292024-08-30T17:46:24.321Z Mediators to change: 2
1302024-08-30T17:46:24.321Z Services to change: 1
1312024-08-30T17:46:24.322Z Estimated space available: 148.82 GB
1322024-08-30T17:46:24.322ZEstimated space to be consumed: 1.53 GB
1332024-08-30T17:46:24.322Z Create boot environment: No
1342024-08-30T17:46:24.322ZCreate backup boot environment: Yes
1352024-08-30T17:46:24.322Z Rebuild boot archive: No
1362024-08-30T17:46:24.322Z
1372024-08-30T17:46:24.322ZChanged mediators:
1382024-08-30T17:46:24.322Z mediator clang:
1392024-08-30T17:46:24.322Z version: None -> 15 (system default)
1402024-08-30T17:46:24.322Z
1412024-08-30T17:46:24.322Z mediator llvm:
1422024-08-30T17:46:24.322Z version: 14 (system default) -> 15 (system default)
1432024-08-30T17:46:24.322Z
1442024-08-30T17:46:24.322ZChanged packages:
1452024-08-30T17:46:24.322Zhelios-dev
1462024-08-30T17:46:24.322Z developer/build-essential
1472024-08-30T17:46:24.322Z None -> 11-2.0
1482024-08-30T17:46:24.322Z library/libxmlsec1
1492024-08-30T17:46:24.322Z None -> 1.2.35-2.0
1502024-08-30T17:46:24.322Z ooce/developer/clang-15
1512024-08-30T17:46:24.322Z None -> 15.0.7-2.0
1522024-08-30T17:46:24.322Z ooce/developer/llvm-15
1532024-08-30T17:46:24.322Z None -> 15.0.7-2.0
1542024-08-30T17:46:24.322Z package/pkg
1552024-08-30T17:46:24.322Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-08-30T17:46:24.322Z
1572024-08-30T17:46:24.322ZServices:
1582024-08-30T17:46:24.322Z restart_fmri:
1592024-08-30T17:46:24.322Z svc:/system/update-man-index:default
1602024-08-30T17:46:24.322Z
1612024-08-30T17:46:24.322ZEditable files to change:
1622024-08-30T17:46:24.322Z Update:
1632024-08-30T17:46:24.322Z usr/share/lib/pkg/web/config.shtml
1642024-08-30T17:46:24.368Z
1652024-08-30T17:46:24.368ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-08-30T17:46:29.369ZDownload: 645/4281 items 12.4/220.6MB 5% complete (2.5M/s)
1672024-08-30T17:46:34.385ZDownload: 1197/4281 items 58.4/220.6MB 26% complete (6.0M/s)
1682024-08-30T17:46:39.389ZDownload: 1198/4281 items 82.2/220.6MB 37% complete (7.0M/s)
1692024-08-30T17:46:44.757ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (6.2M/s)
1702024-08-30T17:46:49.758ZDownload: 3152/4281 items 152.1/220.6MB 68% complete (7.0M/s)
1712024-08-30T17:46:54.758ZDownload: 3287/4281 items 212.1/220.6MB 96% complete (9.3M/s)
1722024-08-30T17:46:57.601ZDownload: Completed 220.60 MB in 33.23 seconds (6.6M/s)
1732024-08-30T17:46:59.082Z Actions: 1/5063 actions (Removing old actions)
1742024-08-30T17:46:59.105Z Actions: 194/5063 actions (Installing new actions)
1752024-08-30T17:47:04.500Z Actions: 3585/5063 actions (Installing new actions)
1762024-08-30T17:47:05.022Z Actions: 4226/5063 actions (Updating modified actions)
1772024-08-30T17:47:05.384Z Actions: Completed 5063 actions in 6.30 seconds.
1782024-08-30T17:47:05.779Z Done (0.385s)
1792024-08-30T17:47:05.802Z Done (0.000s)
1802024-08-30T17:47:06.256Z Done (0.475s)
1812024-08-30T17:47:11.339Z Done (4.928s)
1822024-08-30T17:47:11.457Z Done (0.022s)
1832024-08-30T17:47:11.481Z Done (0.000s)
1842024-08-30T17:47:11.652Z Done (0.000s)
1852024-08-30T17:47:12.347ZPlanning: Evaluating mediator changes ... Done
1862024-08-30T17:47:12.600ZPlanning: Checking for conflicting actions ... Done
1872024-08-30T17:47:12.624ZPlanning: Consolidating action changes ... Done
1882024-08-30T17:47:12.926ZPlanning: Evaluating mediators ... Done
1892024-08-30T17:47:12.949ZPlanning: Planning completed in 0.58 seconds
1902024-08-30T17:47:12.973Z Mediators to change: 2
1912024-08-30T17:47:12.973Z Create boot environment: No
1922024-08-30T17:47:12.973ZCreate backup boot environment: No
1932024-08-30T17:47:13.032Z Done
1942024-08-30T17:47:13.032Z Done
1952024-08-30T17:47:13.367Z Done
1962024-08-30T17:47:17.758Z Done
1972024-08-30T17:47:17.851Z Done
1982024-08-30T17:47:17.876Z Done
1992024-08-30T17:47:17.940Z Done
2002024-08-30T17:47:18.718ZPlanning: Evaluating mediator changes ... Done
2012024-08-30T17:47:18.742ZPlanning: Merging actions ... Done
2022024-08-30T17:47:19.012ZPlanning: Checking for conflicting actions ... Done
2032024-08-30T17:47:19.036ZPlanning: Consolidating action changes ... Done
2042024-08-30T17:47:19.333ZPlanning: Evaluating mediators ... Done
2052024-08-30T17:47:19.401ZPlanning: Planning completed in 0.98 seconds
2062024-08-30T17:47:19.447Z Packages to change: 1
2072024-08-30T17:47:19.447Z Mediators to change: 1
2082024-08-30T17:47:19.447Z Services to change: 1
2092024-08-30T17:47:19.447Z Create boot environment: No
2102024-08-30T17:47:19.447ZCreate backup boot environment: Yes
2112024-08-30T17:47:20.993Z Actions: 1/6 actions (Updating modified actions)
2122024-08-30T17:47:21.020Z Actions: Completed 6 actions in 0.00 seconds.
2132024-08-30T17:47:21.020Z Done
2142024-08-30T17:47:21.020Z Done
2152024-08-30T17:47:21.109Z Done
2162024-08-30T17:47:25.302Z Done
2172024-08-30T17:47:25.397Z Done
2182024-08-30T17:47:25.421Z Done
2192024-08-30T17:47:25.485Z Done
2202024-08-30T17:47:25.994ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-08-30T17:47:25.994Zclang system 15 system
2222024-08-30T17:47:25.994Zcsh system system illumos
2232024-08-30T17:47:25.994Zctags system system illumos
2242024-08-30T17:47:25.994Zgcc vendor 12 vendor
2252024-08-30T17:47:25.994Zgcc system 10 system
2262024-08-30T17:47:25.994Zgcc system 7 system
2272024-08-30T17:47:25.994Zgo system 1.20 system
2282024-08-30T17:47:25.994Zgo system 1.19 system
2292024-08-30T17:47:25.994Zllvm system 15 system
2302024-08-30T17:47:25.994Zllvm system 14 system
2312024-08-30T17:47:25.994Zmariadb system 10.6 system
2322024-08-30T17:47:25.994Zmta vendor vendor dma
2332024-08-30T17:47:25.994Zopenjdk system 17 system
2342024-08-30T17:47:25.994Zopenjdk system 11 system
2352024-08-30T17:47:25.994Zopenjdk system 1.8 system
2362024-08-30T17:47:25.994Zopenssl vendor 3 vendor
2372024-08-30T17:47:25.994Zperl system 5.36 system
2382024-08-30T17:47:25.994Zpostgresql system 15 system
2392024-08-30T17:47:25.994Zpostgresql system 13 system
2402024-08-30T17:47:25.994Zpython vendor 3 vendor
2412024-08-30T17:47:25.994Zpython system 2 system
2422024-08-30T17:47:25.994Zpython3 system 3.11 system
2432024-08-30T17:47:25.995Zruby system 3.0 system
2442024-08-30T17:47:25.995Zwords vendor vendor american-english
2452024-08-30T17:47:25.995Zwords system system australian-english
2462024-08-30T17:47:25.995Zwords system system british-english
2472024-08-30T17:47:25.995Zwords system system canadian-english
2482024-08-30T17:47:25.995Zwords system system french
2492024-08-30T17:47:25.995Zwords system system italian
2502024-08-30T17:47:25.995Zwords system system ngerman
2512024-08-30T17:47:25.995Zwords system system ogerman
2522024-08-30T17:47:25.995Zwords system system spanish
2532024-08-30T17:47:26.414ZPUBLISHER TYPE STATUS P LOCATION
2542024-08-30T17:47:26.414Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-08-30T17:47:28.587ZFMRI IFO
2562024-08-30T17:47:28.587Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-08-30T17:47:28.587Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-08-30T17:47:28.587Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-08-30T17:47:28.587Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-08-30T17:47:28.587Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-08-30T17:47:28.587Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-08-30T17:47:28.587Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2632024-08-30T17:47:28.587Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2642024-08-30T17:47:28.587Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-08-30T17:47:28.587Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-08-30T17:47:28.587Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-08-30T17:47:28.587Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-08-30T17:47:28.587Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2692024-08-30T17:47:29.243Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2702024-08-30T17:47:29.662Z Updating crates.io index
2712024-08-30T17:47:29.686Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2722024-08-30T17:47:30.631Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-08-30T17:47:31.623Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-08-30T17:47:32.008Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2752024-08-30T17:47:33.804Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-08-30T17:47:34.113Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-08-30T17:47:34.411Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-08-30T17:47:35.590Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-08-30T17:47:37.778Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-08-30T17:47:38.942Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-08-30T17:47:39.797Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-08-30T17:47:40.202Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-08-30T17:47:40.888Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-08-30T17:47:41.256Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2852024-08-30T17:47:41.668Z Updating git repository `https://github.com/oxidecomputer/qorb`
2862024-08-30T17:47:42.178Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872024-08-30T17:47:42.601Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882024-08-30T17:47:42.970Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892024-08-30T17:47:43.304Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902024-08-30T17:47:43.678Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912024-08-30T17:47:44.004Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922024-08-30T17:47:44.426Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932024-08-30T17:47:44.859Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2942024-08-30T17:47:45.161Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-08-30T17:47:45.756Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962024-08-30T17:47:46.185Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-08-30T17:47:46.743Z Updating git repository `https://github.com/oxidecomputer/typify`
2982024-08-30T17:47:49.238Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992024-08-30T17:47:49.578Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002024-08-30T17:47:50.050Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012024-08-30T17:47:50.585Z Updating git repository `https://github.com/oxidecomputer/rfb`
3022024-08-30T17:47:52.207Z Downloading crates ...
3032024-08-30T17:47:52.261Z Downloaded dtrace-parser v0.2.0
3042024-08-30T17:47:52.286Z Downloaded swrite v0.1.0
3052024-08-30T17:47:52.286Z Downloaded scroll_derive v0.12.0
3062024-08-30T17:47:52.286Z Downloaded tabled_derive v0.7.0
3072024-08-30T17:47:52.286Z Downloaded thread-id v4.2.1
3082024-08-30T17:47:52.286Z Downloaded serde_tokenstream v0.2.2
3092024-08-30T17:47:52.286Z Downloaded terminal_size v0.3.0
3102024-08-30T17:47:52.286Z Downloaded errno v0.3.9
3112024-08-30T17:47:52.286Z Downloaded zerocopy-derive v0.7.34
3122024-08-30T17:47:52.310Z Downloaded usdt-macro v0.5.0
3132024-08-30T17:47:52.310Z Downloaded version_check v0.9.5
3142024-08-30T17:47:52.310Z Downloaded serde_json v1.0.125
3152024-08-30T17:47:52.310Z Downloaded ucd-trie v0.1.6
3162024-08-30T17:47:52.310Z Downloaded winnow v0.6.18
3172024-08-30T17:47:52.334Z Downloaded unicode-ident v1.0.12
3182024-08-30T17:47:52.334Z Downloaded zerocopy v0.7.34
3192024-08-30T17:47:52.358Z Downloaded tabled v0.15.0
3202024-08-30T17:47:52.358Z Downloaded unicode-width v0.1.13
3212024-08-30T17:47:52.382Z Downloaded libc v0.2.158
3222024-08-30T17:47:52.405Z Downloaded syn v2.0.74
3232024-08-30T17:47:52.405Z Downloaded syn v1.0.109
3242024-08-30T17:47:52.429Z Downloaded rustix v0.38.34
3252024-08-30T17:47:52.453Z Downloaded pest v2.7.10
3262024-08-30T17:47:52.453Z Downloaded goblin v0.8.2
3272024-08-30T17:47:52.453Z Downloaded toml_edit v0.22.20
3282024-08-30T17:47:52.478Z Downloaded textwrap v0.16.1
3292024-08-30T17:47:52.502Z Downloaded tempfile v3.10.1
3302024-08-30T17:47:52.502Z Downloaded sha2 v0.10.8
3312024-08-30T17:47:52.502Z Downloaded serde_derive v1.0.208
3322024-08-30T17:47:52.502Z Downloaded proc-macro-error v1.0.4
3332024-08-30T17:47:52.502Z Downloaded once_cell v1.19.0
3342024-08-30T17:47:52.502Z Downloaded memchr v2.7.2
3352024-08-30T17:47:52.502Z Downloaded indexmap v2.4.0
3362024-08-30T17:47:52.526Z Downloaded toml v0.8.19
3372024-08-30T17:47:52.526Z Downloaded plain v0.2.3
3382024-08-30T17:47:52.526Z Downloaded pest_generator v2.7.10
3392024-08-30T17:47:52.526Z Downloaded hashbrown v0.14.5
3402024-08-30T17:47:52.526Z Downloaded scroll v0.12.0
3412024-08-30T17:47:52.526Z Downloaded proc-macro2 v1.0.86
3422024-08-30T17:47:52.526Z Downloaded log v0.4.21
3432024-08-30T17:47:52.526Z Downloaded thiserror-impl v1.0.63
3442024-08-30T17:47:52.526Z Downloaded strsim v0.11.1
3452024-08-30T17:47:52.550Z Downloaded serde_spanned v0.6.7
3462024-08-30T17:47:52.550Z Downloaded serde v1.0.208
3472024-08-30T17:47:52.550Z Downloaded semver v1.0.23
3482024-08-30T17:47:52.550Z Downloaded heck v0.4.1
3492024-08-30T17:47:52.550Z Downloaded equivalent v1.0.1
3502024-08-30T17:47:52.550Z Downloaded clap_builder v4.5.15
3512024-08-30T17:47:52.550Z Downloaded usdt-attr-macro v0.5.0
3522024-08-30T17:47:52.550Z Downloaded papergrid v0.11.0
3532024-08-30T17:47:52.550Z Downloaded macaddr v1.0.1
3542024-08-30T17:47:52.574Z Downloaded itoa v1.0.11
3552024-08-30T17:47:52.574Z Downloaded fs-err v2.11.0
3562024-08-30T17:47:52.574Z Downloaded fastrand v2.1.0
3572024-08-30T17:47:52.574Z Downloaded utf8parse v0.2.1
3582024-08-30T17:47:52.574Z Downloaded usdt-impl v0.5.0
3592024-08-30T17:47:52.574Z Downloaded usdt v0.5.0
3602024-08-30T17:47:52.574Z Downloaded unicode-linebreak v0.1.5
3612024-08-30T17:47:52.574Z Downloaded typenum v1.17.0
3622024-08-30T17:47:52.574Z Downloaded toml_datetime v0.6.8
3632024-08-30T17:47:52.574Z Downloaded thiserror v1.0.63
3642024-08-30T17:47:52.574Z Downloaded smawk v0.3.2
3652024-08-30T17:47:52.574Z Downloaded ryu v1.0.18
3662024-08-30T17:47:52.598Z Downloaded quote v1.0.36
3672024-08-30T17:47:52.598Z Downloaded pest_meta v2.7.10
3682024-08-30T17:47:52.598Z Downloaded pest_derive v2.7.10
3692024-08-30T17:47:52.598Z Downloaded heck v0.5.0
3702024-08-30T17:47:52.598Z Downloaded generic-array v0.14.7
3712024-08-30T17:47:52.598Z Downloaded fnv v1.0.7
3722024-08-30T17:47:52.598Z Downloaded clap_derive v4.5.13
3732024-08-30T17:47:52.598Z Downloaded clap v4.5.16
3742024-08-30T17:47:52.622Z Downloaded cargo_toml v0.20.4
3752024-08-30T17:47:52.623Z Downloaded bitflags v2.6.0
3762024-08-30T17:47:52.623Z Downloaded block-buffer v0.10.4
3772024-08-30T17:47:52.623Z Downloaded proc-macro-error-attr v1.0.4
3782024-08-30T17:47:52.623Z Downloaded pretty-hex v0.4.1
3792024-08-30T17:47:52.623Z Downloaded memmap v0.7.0
3802024-08-30T17:47:52.623Z Downloaded dof v0.3.0
3812024-08-30T17:47:52.623Z Downloaded crypto-common v0.1.6
3822024-08-30T17:47:52.623Z Downloaded cpufeatures v0.2.12
3832024-08-30T17:47:52.623Z Downloaded cargo_metadata v0.18.1
3842024-08-30T17:47:52.623Z Downloaded camino-tempfile v1.1.1
3852024-08-30T17:47:52.623Z Downloaded camino v1.1.9
3862024-08-30T17:47:52.623Z Downloaded byteorder v1.5.0
3872024-08-30T17:47:52.623Z Downloaded bytecount v0.6.8
3882024-08-30T17:47:52.649Z Downloaded autocfg v1.3.0
3892024-08-30T17:47:52.649Z Downloaded anyhow v1.0.86
3902024-08-30T17:47:52.649Z Downloaded is_terminal_polyfill v1.70.0
3912024-08-30T17:47:52.649Z Downloaded colorchoice v1.0.1
3922024-08-30T17:47:52.649Z Downloaded cfg-if v1.0.0
3932024-08-30T17:47:52.649Z Downloaded cargo-platform v0.1.8
3942024-08-30T17:47:52.650Z Downloaded anstyle-query v1.0.3
3952024-08-30T17:47:52.650Z Downloaded anstyle v1.0.8
3962024-08-30T17:47:52.650Z Downloaded digest v0.10.7
3972024-08-30T17:47:52.650Z Downloaded clap_lex v0.7.0
3982024-08-30T17:47:52.650Z Downloaded anstyle-parse v0.2.4
3992024-08-30T17:47:52.650Z Downloaded anstream v0.6.14
4002024-08-30T17:47:52.779Z Compiling proc-macro2 v1.0.86
4012024-08-30T17:47:52.779Z Compiling unicode-ident v1.0.12
4022024-08-30T17:47:52.803Z Compiling serde v1.0.208
4032024-08-30T17:47:52.803Z Compiling version_check v0.9.5
4042024-08-30T17:47:52.803Z Compiling thiserror v1.0.63
4052024-08-30T17:47:52.803Z Compiling memchr v2.7.2
4062024-08-30T17:47:52.803Z Compiling libc v0.2.158
4072024-08-30T17:47:52.803Z Compiling ucd-trie v0.1.6
4082024-08-30T17:47:53.137Z Compiling itoa v1.0.11
4092024-08-30T17:47:53.335Z Compiling ryu v1.0.18
4102024-08-30T17:47:53.427Z Compiling once_cell v1.19.0
4112024-08-30T17:47:53.586Z Compiling byteorder v1.5.0
4122024-08-30T17:47:53.613Z Compiling rustix v0.38.34
4132024-08-30T17:47:53.854Z Compiling serde_json v1.0.125
4142024-08-30T17:47:53.993Z Compiling bitflags v2.6.0
4152024-08-30T17:47:54.186Z Compiling proc-macro-error-attr v1.0.4
4162024-08-30T17:47:54.315Z Compiling usdt-impl v0.5.0
4172024-08-30T17:47:54.352Z Compiling quote v1.0.36
4182024-08-30T17:47:54.436Z Compiling syn v1.0.109
4192024-08-30T17:47:54.521Z Compiling proc-macro-error v1.0.4
4202024-08-30T17:47:54.550Z Compiling equivalent v1.0.1
4212024-08-30T17:47:54.629Z Compiling errno v0.3.9
4222024-08-30T17:47:54.780Z Compiling syn v2.0.74
4232024-08-30T17:47:54.855Z Compiling utf8parse v0.2.1
4242024-08-30T17:47:54.901Z Compiling plain v0.2.3
4252024-08-30T17:47:54.955Z Compiling camino v1.1.9
4262024-08-30T17:47:55.020Z Compiling hashbrown v0.14.5
4272024-08-30T17:47:55.070Z Compiling thread-id v4.2.1
4282024-08-30T17:47:55.102Z Compiling log v0.4.21
4292024-08-30T17:47:55.220Z Compiling anstyle-parse v0.2.4
4302024-08-30T17:47:55.684Z Compiling anstyle v1.0.8
4312024-08-30T17:47:55.722Z Compiling is_terminal_polyfill v1.70.0
4322024-08-30T17:47:55.811Z Compiling winnow v0.6.18
4332024-08-30T17:47:55.932Z Compiling anstyle-query v1.0.3
4342024-08-30T17:47:56.025Z Compiling pretty-hex v0.4.1
4352024-08-30T17:47:56.075Z Compiling semver v1.0.23
4362024-08-30T17:47:56.101Z Compiling unicode-width v0.1.13
4372024-08-30T17:47:56.224Z Compiling indexmap v2.4.0
4382024-08-30T17:47:56.285Z Compiling colorchoice v1.0.1
4392024-08-30T17:47:56.361Z Compiling autocfg v1.3.0
4402024-08-30T17:47:56.444Z Compiling anstream v0.6.14
4412024-08-30T17:47:57.014Z Compiling terminal_size v0.3.0
4422024-08-30T17:47:57.403Z Compiling heck v0.5.0
4432024-08-30T17:47:57.426Z Compiling fs-err v2.11.0
4442024-08-30T17:47:57.452Z Compiling fastrand v2.1.0
4452024-08-30T17:47:57.572Z Compiling fnv v1.0.7
4462024-08-30T17:47:57.654Z Compiling heck v0.4.1
4472024-08-30T17:47:57.746Z Compiling cfg-if v1.0.0
4482024-08-30T17:47:57.855Z Compiling anyhow v1.0.86
4492024-08-30T17:47:57.881Z Compiling bytecount v0.6.8
4502024-08-30T17:47:58.020Z Compiling strsim v0.11.1
4512024-08-30T17:47:58.102Z Compiling clap_lex v0.7.0
4522024-08-30T17:47:58.137Z Compiling papergrid v0.11.0
4532024-08-30T17:47:58.377Z Compiling clap_builder v4.5.15
4542024-08-30T17:47:58.590Z Compiling tempfile v3.10.1
4552024-08-30T17:47:58.809Z Compiling memmap v0.7.0
4562024-08-30T17:47:58.842Z Compiling smawk v0.3.2
4572024-08-30T17:47:59.037Z Compiling unicode-linebreak v0.1.5
4582024-08-30T17:47:59.325Z Compiling swrite v0.1.0
4592024-08-30T17:47:59.440Z Compiling textwrap v0.16.1
4602024-08-30T17:48:00.315Z Compiling tabled_derive v0.7.0
4612024-08-30T17:48:01.903Z Compiling tabled v0.15.0
4622024-08-30T17:48:02.798Z Compiling serde_derive v1.0.208
4632024-08-30T17:48:02.798Z Compiling thiserror-impl v1.0.63
4642024-08-30T17:48:02.828Z Compiling zerocopy-derive v0.7.34
4652024-08-30T17:48:02.925Z Compiling scroll_derive v0.12.0
4662024-08-30T17:48:03.162Z Compiling clap_derive v4.5.13
4672024-08-30T17:48:04.054Z Compiling scroll v0.12.0
4682024-08-30T17:48:04.483Z Compiling goblin v0.8.2
4692024-08-30T17:48:04.560Z Compiling zerocopy v0.7.34
4702024-08-30T17:48:05.043Z Compiling pest v2.7.10
4712024-08-30T17:48:06.295Z Compiling clap v4.5.16
4722024-08-30T17:48:07.075Z Compiling pest_meta v2.7.10
4732024-08-30T17:48:08.033Z Compiling pest_generator v2.7.10
4742024-08-30T17:48:09.673Z Compiling pest_derive v2.7.10
4752024-08-30T17:48:10.275Z Compiling dtrace-parser v0.2.0
4762024-08-30T17:48:12.159Z Compiling toml_datetime v0.6.8
4772024-08-30T17:48:12.159Z Compiling serde_spanned v0.6.7
4782024-08-30T17:48:12.183Z Compiling cargo-platform v0.1.8
4792024-08-30T17:48:12.548Z Compiling serde_tokenstream v0.2.2
4802024-08-30T17:48:12.610Z Compiling toml_edit v0.22.20
4812024-08-30T17:48:12.680Z Compiling macaddr v1.0.1
4822024-08-30T17:48:12.793Z Compiling camino-tempfile v1.1.1
4832024-08-30T17:48:13.505Z Compiling dof v0.3.0
4842024-08-30T17:48:13.505Z Compiling cargo_metadata v0.18.1
4852024-08-30T17:48:15.115Z Compiling toml v0.8.19
4862024-08-30T17:48:15.533Z Compiling usdt-macro v0.5.0
4872024-08-30T17:48:15.580Z Compiling usdt-attr-macro v0.5.0
4882024-08-30T17:48:16.027Z Compiling cargo_toml v0.20.4
4892024-08-30T17:48:16.707Z Compiling usdt v0.5.0
4902024-08-30T17:48:20.094Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912024-08-30T17:48:24.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.93s
4922024-08-30T17:48:25.115Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4932024-08-30T17:48:25.864Z Downloading crates ...
4942024-08-30T17:48:25.983Z Downloaded atty v0.2.14
4952024-08-30T17:48:26.578Z Downloaded ctr v0.9.2
4962024-08-30T17:48:26.578Z Downloaded crucible-workspace-hack v0.1.0
4972024-08-30T17:48:26.578Z Downloaded is-terminal v0.4.12
4982024-08-30T17:48:26.578Z Downloaded iana-time-zone v0.1.60
4992024-08-30T17:48:26.578Z Downloaded num-integer v0.1.46
5002024-08-30T17:48:26.578Z Downloaded num-conv v0.1.0
5012024-08-30T17:48:26.578Z Downloaded tokio-macros v2.4.0
5022024-08-30T17:48:26.578Z Downloaded russh-cryptovec v0.7.2
5032024-08-30T17:48:26.578Z Downloaded sigpipe v0.1.3
5042024-08-30T17:48:26.578Z Downloaded tls_codec v0.4.1
5052024-08-30T17:48:26.578Z Downloaded downcast v0.11.0
5062024-08-30T17:48:26.578Z Downloaded endian-type v0.1.2
5072024-08-30T17:48:26.578Z Downloaded openssl-probe v0.1.5
5082024-08-30T17:48:26.578Z Downloaded rfc6979 v0.4.0
5092024-08-30T17:48:26.578Z Downloaded highway v1.2.0
5102024-08-30T17:48:26.578Z Downloaded try-lock v0.2.5
5112024-08-30T17:48:26.578Z Downloaded strum v0.26.3
5122024-08-30T17:48:26.578Z Downloaded lock_api v0.4.12
5132024-08-30T17:48:26.578Z Downloaded vte_generate_state_changes v0.1.1
5142024-08-30T17:48:26.578Z Downloaded phf_shared v0.10.0
5152024-08-30T17:48:26.578Z Downloaded take_mut v0.2.2
5162024-08-30T17:48:26.578Z Downloaded peg-runtime v0.8.3
5172024-08-30T17:48:26.578Z Downloaded strum_macros v0.25.3
5182024-08-30T17:48:26.578Z Downloaded waitgroup v0.1.2
5192024-08-30T17:48:26.579Z Downloaded time-core v0.1.2
5202024-08-30T17:48:26.579Z Downloaded want v0.3.1
5212024-08-30T17:48:26.579Z Downloaded same-file v1.0.6
5222024-08-30T17:48:26.579Z Downloaded sqlparser_derive v0.2.2
5232024-08-30T17:48:26.579Z Downloaded erased-serde v0.3.31
5242024-08-30T17:48:26.579Z Downloaded pretty-hex v0.2.1
5252024-08-30T17:48:26.579Z Downloaded headers-core v0.2.0
5262024-08-30T17:48:26.579Z Downloaded rand_chacha v0.3.1
5272024-08-30T17:48:26.579Z Downloaded float-ord v0.3.2
5282024-08-30T17:48:26.579Z Downloaded foreign-types-shared v0.3.1
5292024-08-30T17:48:26.579Z Downloaded thiserror-no-std v2.0.2
5302024-08-30T17:48:26.579Z Downloaded parse-size v1.0.0
5312024-08-30T17:48:26.579Z Downloaded zone_cfg_derive v0.3.0
5322024-08-30T17:48:26.579Z Downloaded slog-json v2.6.1
5332024-08-30T17:48:26.579Z Downloaded slog-stdlog v4.1.1
5342024-08-30T17:48:26.579Z Downloaded smallvec v0.6.14
5352024-08-30T17:48:26.579Z Downloaded tokio-tungstenite v0.23.1
5362024-08-30T17:48:26.579Z Downloaded password-hash v0.5.0
5372024-08-30T17:48:26.579Z Downloaded toml v0.7.8
5382024-08-30T17:48:26.579Z Downloaded tokio-tungstenite v0.21.0
5392024-08-30T17:48:26.579Z Downloaded socket2 v0.5.7
5402024-08-30T17:48:26.579Z Downloaded smallvec v1.13.2
5412024-08-30T17:48:26.579Z Downloaded heapless v0.8.0
5422024-08-30T17:48:26.579Z Downloaded toml_edit v0.19.15
5432024-08-30T17:48:26.579Z Downloaded winnow v0.5.40
5442024-08-30T17:48:26.579Z Downloaded x509-cert v0.2.5
5452024-08-30T17:48:26.579Z Downloaded quick-xml v0.31.0
5462024-08-30T17:48:26.579Z Downloaded zerocopy-derive v0.6.6
5472024-08-30T17:48:26.579Z Downloaded regex-automata v0.4.6
5482024-08-30T17:48:26.579Z Downloaded diesel v2.2.3
5492024-08-30T17:48:26.579Z Downloaded openapiv3 v2.0.0
5502024-08-30T17:48:26.579Z Downloaded sled v0.34.7
5512024-08-30T17:48:26.579Z Downloaded finl_unicode v1.2.0
5522024-08-30T17:48:26.579Z Downloaded petgraph v0.6.5
5532024-08-30T17:48:26.579Z Downloaded regress v0.9.1
5542024-08-30T17:48:26.579Z Downloaded encoding_rs v0.8.34
5552024-08-30T17:48:26.579Z Downloaded regex-syntax v0.8.4
5562024-08-30T17:48:26.579Z Downloaded libgit2-sys v0.17.0+1.8.1
5572024-08-30T17:48:26.604Z Downloaded csv v1.3.0
5582024-08-30T17:48:26.628Z Downloaded rustls v0.22.4
5592024-08-30T17:48:26.652Z Downloaded tokio v1.39.3
5602024-08-30T17:48:26.682Z Downloaded sha3 v0.10.8
5612024-08-30T17:48:26.707Z Downloaded webpki-roots v0.25.4
5622024-08-30T17:48:26.707Z Downloaded polar-core v0.27.3
5632024-08-30T17:48:26.730Z Downloaded ratatui v0.28.0
5642024-08-30T17:48:26.754Z Downloaded nix v0.28.0
5652024-08-30T17:48:26.754Z Downloaded proptest v1.5.0
5662024-08-30T17:48:26.778Z Downloaded ring v0.17.8
5672024-08-30T17:48:26.846Z Downloaded libz-sys v1.1.16
5682024-08-30T17:48:26.927Z Downloaded rustls-webpki v0.102.4
5692024-08-30T17:48:26.951Z Downloaded rustls v0.21.12
5702024-08-30T17:48:26.974Z Downloaded openssl v0.10.66
5712024-08-30T17:48:26.974Z Downloaded object v0.32.2
5722024-08-30T17:48:26.998Z Downloaded ring v0.16.20
5732024-08-30T17:48:27.083Z Downloaded object v0.30.4
5742024-08-30T17:48:27.107Z Downloaded libsqlite3-sys v0.28.0
5752024-08-30T17:48:27.185Z Downloaded dropshot v0.10.1
5762024-08-30T17:48:27.208Z Downloaded nix v0.27.1
5772024-08-30T17:48:27.232Z Downloaded bzip2-sys v0.1.11+1.0.8
5782024-08-30T17:48:27.232Z Downloaded p384 v0.13.0
5792024-08-30T17:48:27.232Z Downloaded smoltcp v0.11.0
5802024-08-30T17:48:27.256Z Downloaded smoltcp v0.9.1
5812024-08-30T17:48:27.280Z Downloaded gimli v0.28.1
5822024-08-30T17:48:27.280Z Downloaded regex-syntax v0.6.29
5832024-08-30T17:48:27.280Z Downloaded regex v1.10.6
5842024-08-30T17:48:27.304Z Downloaded rustls-webpki v0.101.7
5852024-08-30T17:48:27.329Z Downloaded idna v0.5.0
5862024-08-30T17:48:27.329Z Downloaded idna v0.4.0
5872024-08-30T17:48:27.329Z Downloaded idna v0.3.0
5882024-08-30T17:48:27.352Z Downloaded idna v0.2.3
5892024-08-30T17:48:27.353Z Downloaded tokio-util v0.7.11
5902024-08-30T17:48:27.353Z Downloaded publicsuffix v2.2.3
5912024-08-30T17:48:27.353Z Downloaded p521 v0.13.3
5922024-08-30T17:48:27.353Z Downloaded radix_trie v0.2.1
5932024-08-30T17:48:27.376Z Downloaded git2 v0.19.0
5942024-08-30T17:48:27.376Z Downloaded sqlparser v0.45.0
5952024-08-30T17:48:27.377Z Downloaded time v0.3.36
5962024-08-30T17:48:27.402Z Downloaded trust-dns-proto v0.22.0
5972024-08-30T17:48:27.402Z Downloaded hickory-proto v0.24.1
5982024-08-30T17:48:27.426Z Downloaded lalrpop v0.19.12
5992024-08-30T17:48:27.449Z Downloaded heapless v0.7.17
6002024-08-30T17:48:27.449Z Downloaded portable-atomic v1.6.0
6012024-08-30T17:48:27.449Z Downloaded curve25519-dalek v4.1.3
6022024-08-30T17:48:27.449Z Downloaded h2 v0.3.26
6032024-08-30T17:48:27.472Z Downloaded bstr v1.9.1
6042024-08-30T17:48:27.472Z Downloaded flume v0.11.0
6052024-08-30T17:48:27.472Z Downloaded libxml v0.3.3
6062024-08-30T17:48:27.496Z Downloaded tokio-tungstenite v0.20.1
6072024-08-30T17:48:27.496Z Downloaded tokio-stream v0.1.15
6082024-08-30T17:48:27.496Z Downloaded der v0.7.9
6092024-08-30T17:48:27.496Z Downloaded flate2 v1.0.31
6102024-08-30T17:48:27.519Z Downloaded rayon v1.10.0
6112024-08-30T17:48:27.519Z Downloaded hashbrown v0.13.2
6122024-08-30T17:48:27.519Z Downloaded hashbrown v0.12.3
6132024-08-30T17:48:27.519Z Downloaded unicode-normalization v0.1.23
6142024-08-30T17:48:27.543Z Downloaded itertools v0.12.1
6152024-08-30T17:48:27.543Z Downloaded zip v0.6.6
6162024-08-30T17:48:27.543Z Downloaded test-strategy v0.3.1
6172024-08-30T17:48:27.543Z Downloaded p256 v0.13.2
6182024-08-30T17:48:27.543Z Downloaded snafu v0.8.2
6192024-08-30T17:48:27.567Z Downloaded prettyplease v0.2.20
6202024-08-30T17:48:27.567Z Downloaded futures-util v0.3.30
6212024-08-30T17:48:27.567Z Downloaded slog-term v2.9.1
6222024-08-30T17:48:27.590Z Downloaded slog-dtrace v0.3.0
6232024-08-30T17:48:27.590Z Downloaded slog-bunyan v2.5.0
6242024-08-30T17:48:27.590Z Downloaded slog-async v2.8.0
6252024-08-30T17:48:27.590Z Downloaded quick-error v1.2.3
6262024-08-30T17:48:27.590Z Downloaded psl-types v2.0.11
6272024-08-30T17:48:27.590Z Downloaded peg-macros v0.8.4
6282024-08-30T17:48:27.590Z Downloaded defmt-parser v0.3.4
6292024-08-30T17:48:27.590Z Downloaded zerocopy v0.6.6
6302024-08-30T17:48:27.590Z Downloaded yasna v0.5.2
6312024-08-30T17:48:27.590Z Downloaded parking_lot v0.12.2
6322024-08-30T17:48:27.590Z Downloaded socket2 v0.4.10
6332024-08-30T17:48:27.590Z Downloaded slog v2.7.0
6342024-08-30T17:48:27.614Z Downloaded rustyline v14.0.0
6352024-08-30T17:48:27.614Z Downloaded ssh-key v0.6.6
6362024-08-30T17:48:27.614Z Downloaded reedline v0.33.0
6372024-08-30T17:48:27.614Z Downloaded unicode-segmentation v1.11.0
6382024-08-30T17:48:27.637Z Downloaded vcpkg v0.2.15
6392024-08-30T17:48:27.661Z Downloaded slog-scope v4.4.0
6402024-08-30T17:48:27.686Z Downloaded proc-macro-crate v1.3.1
6412024-08-30T17:48:27.686Z Downloaded paste v1.0.15
6422024-08-30T17:48:27.686Z Downloaded password-hash v0.4.2
6432024-08-30T17:48:27.686Z Downloaded parse-display-derive v0.10.0
6442024-08-30T17:48:27.686Z Downloaded form_urlencoded v1.2.1
6452024-08-30T17:48:27.686Z Downloaded defmt v0.3.8
6462024-08-30T17:48:27.686Z Downloaded debug-ignore v1.0.5
6472024-08-30T17:48:27.686Z Downloaded data-encoding v2.6.0
6482024-08-30T17:48:27.686Z Downloaded zone v0.3.0
6492024-08-30T17:48:27.686Z Downloaded parse-display v0.10.0
6502024-08-30T17:48:27.686Z Downloaded parking_lot_core v0.9.10
6512024-08-30T17:48:27.686Z Downloaded parking_lot_core v0.8.6
6522024-08-30T17:48:27.686Z Downloaded parking_lot v0.11.2
6532024-08-30T17:48:27.711Z Downloaded tokio-rustls v0.25.0
6542024-08-30T17:48:27.711Z Downloaded spin v0.5.2
6552024-08-30T17:48:27.711Z Downloaded snafu-derive v0.8.2
6562024-08-30T17:48:27.711Z Downloaded diesel_derives v2.2.2
6572024-08-30T17:48:27.711Z Downloaded rand v0.8.5
6582024-08-30T17:48:27.711Z Downloaded expectorate v1.1.0
6592024-08-30T17:48:27.711Z Downloaded hkdf v0.12.4
6602024-08-30T17:48:27.711Z Downloaded nom v7.1.3
6612024-08-30T17:48:27.734Z Downloaded libm v0.2.8
6622024-08-30T17:48:27.734Z Downloaded hyper v0.14.30
6632024-08-30T17:48:27.734Z Downloaded slog-envlogger v2.2.0
6642024-08-30T17:48:27.734Z Downloaded wyz v0.5.1
6652024-08-30T17:48:27.734Z Downloaded primeorder v0.13.6
6662024-08-30T17:48:27.759Z Downloaded peg v0.8.4
6672024-08-30T17:48:27.759Z Downloaded pbkdf2 v0.12.2
6682024-08-30T17:48:27.759Z Downloaded pbkdf2 v0.11.0
6692024-08-30T17:48:27.759Z Downloaded path-slash v0.1.5
6702024-08-30T17:48:27.759Z Downloaded defmt-macros v0.3.9
6712024-08-30T17:48:27.759Z Downloaded zeroize v1.7.0
6722024-08-30T17:48:27.759Z Downloaded xattr v1.3.1
6732024-08-30T17:48:27.759Z Downloaded packed_struct_codegen v0.10.1
6742024-08-30T17:48:27.759Z Downloaded packed_struct v0.10.1
6752024-08-30T17:48:27.759Z Downloaded fragile v2.0.0
6762024-08-30T17:48:27.759Z Downloaded foreign-types-macros v0.2.3
6772024-08-30T17:48:27.759Z Downloaded fixedbitset v0.4.2
6782024-08-30T17:48:27.759Z Downloaded headers v0.3.9
6792024-08-30T17:48:27.784Z Downloaded postcard v1.0.8
6802024-08-30T17:48:27.784Z Downloaded fatfs v0.3.6
6812024-08-30T17:48:27.784Z Downloaded schemars v0.8.21
6822024-08-30T17:48:27.784Z Downloaded dhcproto v0.12.0
6832024-08-30T17:48:27.809Z Downloaded reqwest v0.11.27
6842024-08-30T17:48:27.809Z Downloaded mio v0.8.11
6852024-08-30T17:48:27.809Z Downloaded zone_cfg_derive v0.1.2
6862024-08-30T17:48:27.809Z Downloaded zeroize_derive v1.4.2
6872024-08-30T17:48:27.809Z Downloaded heck v0.3.3
6882024-08-30T17:48:27.809Z Downloaded smf v0.2.3
6892024-08-30T17:48:27.809Z Downloaded slab v0.4.9
6902024-08-30T17:48:27.809Z Downloaded siphasher v0.3.11
6912024-08-30T17:48:27.809Z Downloaded globset v0.4.14
6922024-08-30T17:48:27.832Z Downloaded predicates v3.1.2
6932024-08-30T17:48:27.832Z Downloaded tar v0.4.41
6942024-08-30T17:48:27.832Z Downloaded chrono v0.4.38
6952024-08-30T17:48:27.832Z Downloaded zone v0.1.8
6962024-08-30T17:48:27.832Z Downloaded float-cmp v0.9.0
6972024-08-30T17:48:27.832Z Downloaded flagset v0.4.5
6982024-08-30T17:48:27.832Z Downloaded bitvec v1.0.1
6992024-08-30T17:48:27.856Z Downloaded thiserror-impl-no-std v2.0.2
7002024-08-30T17:48:27.856Z Downloaded walkdir v2.5.0
7012024-08-30T17:48:27.856Z Downloaded poly1305 v0.8.0
7022024-08-30T17:48:27.856Z Downloaded des v0.8.1
7032024-08-30T17:48:27.856Z Downloaded minimal-lexical v0.2.1
7042024-08-30T17:48:27.880Z Downloaded foreign-types-shared v0.1.1
7052024-08-30T17:48:27.880Z Downloaded foreign-types v0.5.0
7062024-08-30T17:48:27.880Z Downloaded foreign-types v0.3.2
7072024-08-30T17:48:27.880Z Downloaded semver v0.1.20
7082024-08-30T17:48:27.880Z Downloaded secrecy v0.8.0
7092024-08-30T17:48:27.880Z Downloaded rand_xorshift v0.3.0
7102024-08-30T17:48:27.880Z Downloaded rand_seeder v0.3.0
7112024-08-30T17:48:27.880Z Downloaded rand_core v0.6.4
7122024-08-30T17:48:27.880Z Downloaded radium v0.7.0
7132024-08-30T17:48:27.880Z Downloaded r2d2 v0.8.10
7142024-08-30T17:48:27.880Z Downloaded glob v0.3.1
7152024-08-30T17:48:27.880Z Downloaded tiny-keccak v2.0.2
7162024-08-30T17:48:27.880Z Downloaded time-macros v0.2.18
7172024-08-30T17:48:27.880Z Downloaded termcolor v1.4.1
7182024-08-30T17:48:27.880Z Downloaded predicates-core v1.0.6
7192024-08-30T17:48:27.880Z Downloaded whoami v1.5.1
7202024-08-30T17:48:27.904Z Downloaded hashlink v0.9.1
7212024-08-30T17:48:27.904Z Downloaded half v2.4.1
7222024-08-30T17:48:27.904Z Downloaded tough v0.17.1
7232024-08-30T17:48:27.904Z Downloaded diesel_table_macro_syntax v0.2.0
7242024-08-30T17:48:27.904Z Downloaded serde-big-array v0.5.1
7252024-08-30T17:48:27.904Z Downloaded funty v2.0.0
7262024-08-30T17:48:27.904Z Downloaded spin v0.9.8
7272024-08-30T17:48:27.904Z Downloaded postgres-types v0.2.7
7282024-08-30T17:48:27.904Z Downloaded postgres-protocol v0.6.7
7292024-08-30T17:48:27.928Z Downloaded samael v0.0.15
7302024-08-30T17:48:27.928Z Downloaded derive_more v0.99.18
7312024-08-30T17:48:27.928Z Downloaded openssl-sys v0.9.103
7322024-08-30T17:48:27.928Z Downloaded termios v0.3.3
7332024-08-30T17:48:27.928Z Downloaded ssh-cipher v0.2.0
7342024-08-30T17:48:27.928Z Downloaded sqlformat v0.2.4
7352024-08-30T17:48:27.928Z Downloaded spki v0.7.3
7362024-08-30T17:48:27.952Z Downloaded filetime v0.2.25
7372024-08-30T17:48:27.952Z Downloaded ff v0.13.0
7382024-08-30T17:48:27.952Z Downloaded fd-lock v4.0.2
7392024-08-30T17:48:27.952Z Downloaded fallible-streaming-iterator v0.1.9
7402024-08-30T17:48:27.952Z Downloaded diff v0.1.13
7412024-08-30T17:48:27.952Z Downloaded termtree v0.4.1
7422024-08-30T17:48:27.952Z Downloaded which v4.4.2
7432024-08-30T17:48:27.952Z Downloaded sct v0.7.1
7442024-08-30T17:48:27.952Z Downloaded phf v0.11.2
7452024-08-30T17:48:27.952Z Downloaded derive_builder v0.20.0
7462024-08-30T17:48:27.978Z Downloaded subprocess v0.2.9
7472024-08-30T17:48:27.978Z Downloaded ed25519-dalek v2.1.1
7482024-08-30T17:48:27.978Z Downloaded num-bigint v0.4.5
7492024-08-30T17:48:27.978Z Downloaded ppv-lite86 v0.2.17
7502024-08-30T17:48:27.978Z Downloaded powerfmt v0.2.0
7512024-08-30T17:48:27.978Z Downloaded env_logger v0.10.2
7522024-08-30T17:48:27.978Z Downloaded env_logger v0.9.3
7532024-08-30T17:48:27.978Z Downloaded rayon-core v1.12.1
7542024-08-30T17:48:27.978Z Downloaded itertools v0.13.0
7552024-08-30T17:48:28.002Z Downloaded enum-as-inner v0.6.0
7562024-08-30T17:48:28.002Z Downloaded scrypt v0.11.0
7572024-08-30T17:48:28.002Z Downloaded group v0.13.0
7582024-08-30T17:48:28.002Z Downloaded der_derive v0.7.2
7592024-08-30T17:48:28.002Z Downloaded term v0.7.0
7602024-08-30T17:48:28.002Z Downloaded rcgen v0.12.1
7612024-08-30T17:48:28.002Z Downloaded typed-path v0.7.1
7622024-08-30T17:48:28.026Z Downloaded omicron-zone-package v0.11.0
7632024-08-30T17:48:28.026Z Downloaded serde_with v3.9.0
7642024-08-30T17:48:28.026Z Downloaded predicates-tree v1.0.9
7652024-08-30T17:48:28.026Z Downloaded precomputed-hash v0.1.1
7662024-08-30T17:48:28.026Z Downloaded portpicker v0.1.1
7672024-08-30T17:48:28.026Z Downloaded fallible-iterator v0.3.0
7682024-08-30T17:48:28.026Z Downloaded fallible-iterator v0.2.0
7692024-08-30T17:48:28.026Z Downloaded thread_local v1.1.8
7702024-08-30T17:48:28.026Z Downloaded sec1 v0.7.3
7712024-08-30T17:48:28.051Z Downloaded scopeguard v1.2.0
7722024-08-30T17:48:28.051Z Downloaded schemars_derive v0.8.21
7732024-08-30T17:48:28.051Z Downloaded scheduled-thread-pool v0.2.7
7742024-08-30T17:48:28.051Z Downloaded pem-rfc7468 v0.7.0
7752024-08-30T17:48:28.051Z Downloaded derive-where v1.2.7
7762024-08-30T17:48:28.051Z Downloaded steno v0.4.1
7772024-08-30T17:48:28.051Z Downloaded polyval v0.6.2
7782024-08-30T17:48:28.051Z Downloaded percent-encoding v2.3.1
7792024-08-30T17:48:28.051Z Downloaded pem v3.0.4
7802024-08-30T17:48:28.051Z Downloaded hash32 v0.2.1
7812024-08-30T17:48:28.051Z Downloaded pkcs8 v0.10.2
7822024-08-30T17:48:28.051Z Downloaded pkcs5 v0.7.1
7832024-08-30T17:48:28.074Z Downloaded pin-project-lite v0.2.14
7842024-08-30T17:48:28.074Z Downloaded pin-project v1.1.5
7852024-08-30T17:48:28.074Z Downloaded tracing v0.1.40
7862024-08-30T17:48:28.098Z Downloaded elliptic-curve v0.13.8
7872024-08-30T17:48:28.098Z Downloaded num-bigint-dig v0.8.4
7882024-08-30T17:48:28.098Z Downloaded salsa20 v0.10.2
7892024-08-30T17:48:28.098Z Downloaded hash32 v0.3.1
7902024-08-30T17:48:28.098Z Downloaded derive_builder_core v0.20.0
7912024-08-30T17:48:28.098Z Downloaded rustversion v1.0.17
7922024-08-30T17:48:28.098Z Downloaded unicode-bidi v0.3.15
7932024-08-30T17:48:28.098Z Downloaded tungstenite v0.20.1
7942024-08-30T17:48:28.122Z Downloaded tracing-core v0.1.32
7952024-08-30T17:48:28.122Z Downloaded rusqlite v0.31.0
7962024-08-30T17:48:28.122Z Downloaded tap v1.0.1
7972024-08-30T17:48:28.122Z Downloaded tabwriter v1.4.0
7982024-08-30T17:48:28.122Z Downloaded supports-color v3.0.0
7992024-08-30T17:48:28.122Z Downloaded strum_macros v0.26.4
8002024-08-30T17:48:28.122Z Downloaded pkcs1 v0.7.5
8012024-08-30T17:48:28.122Z Downloaded futures v0.3.30
8022024-08-30T17:48:28.146Z Downloaded tungstenite v0.23.0
8032024-08-30T17:48:28.146Z Downloaded tungstenite v0.21.0
8042024-08-30T17:48:28.146Z Downloaded oso v0.27.3
8052024-08-30T17:48:28.146Z Downloaded tokio-postgres v0.7.11
8062024-08-30T17:48:28.146Z Downloaded crossterm v0.28.1
8072024-08-30T17:48:28.169Z Downloaded blake3 v1.5.1
8082024-08-30T17:48:28.169Z Downloaded toolchain_find v0.4.0
8092024-08-30T17:48:28.169Z Downloaded rusty-fork v0.3.0
8102024-08-30T17:48:28.169Z Downloaded deranged v0.3.11
8112024-08-30T17:48:28.169Z Downloaded subtle v2.5.0
8122024-08-30T17:48:28.169Z Downloaded static_assertions v1.1.0
8132024-08-30T17:48:28.169Z Downloaded stable_deref_trait v1.2.0
8142024-08-30T17:48:28.169Z Downloaded pin-utils v0.1.0
8152024-08-30T17:48:28.169Z Downloaded getrandom v0.2.14
8162024-08-30T17:48:28.193Z Downloaded futures-macro v0.3.30
8172024-08-30T17:48:28.193Z Downloaded wait-timeout v0.2.0
8182024-08-30T17:48:28.193Z Downloaded vte v0.11.1
8192024-08-30T17:48:28.193Z Downloaded hickory-resolver v0.24.1
8202024-08-30T17:48:28.193Z Downloaded mio v1.0.2
8212024-08-30T17:48:28.193Z Downloaded bindgen v0.69.4
8222024-08-30T17:48:28.217Z Downloaded ssh-encoding v0.2.0
8232024-08-30T17:48:28.217Z Downloaded ref-cast-impl v1.0.23
8242024-08-30T17:48:28.217Z Downloaded pin-project-internal v1.1.5
8252024-08-30T17:48:28.217Z Downloaded twox-hash v1.6.3
8262024-08-30T17:48:28.217Z Downloaded structmeta-derive v0.3.0
8272024-08-30T17:48:28.217Z Downloaded owo-colors v4.0.0
8282024-08-30T17:48:28.217Z Downloaded vergen v8.3.2
8292024-08-30T17:48:28.217Z Downloaded russh v0.45.0
8302024-08-30T17:48:28.217Z Downloaded dhcproto-macros v0.1.0
8312024-08-30T17:48:28.217Z Downloaded derive_builder_macro v0.20.0
8322024-08-30T17:48:28.217Z Downloaded ref-cast v1.0.23
8332024-08-30T17:48:28.241Z Downloaded pkg-config v0.3.30
8342024-08-30T17:48:28.241Z Downloaded phf_shared v0.11.2
8352024-08-30T17:48:28.241Z Downloaded ghash v0.5.1
8362024-08-30T17:48:28.241Z Downloaded getopts v0.2.21
8372024-08-30T17:48:28.241Z Downloaded gethostname v0.5.0
8382024-08-30T17:48:28.241Z Downloaded futures-channel v0.3.30
8392024-08-30T17:48:28.241Z Downloaded strum_macros v0.24.3
8402024-08-30T17:48:28.241Z Downloaded rustls-pki-types v1.7.0
8412024-08-30T17:48:28.241Z Downloaded rustls-pemfile v2.1.3
8422024-08-30T17:48:28.241Z Downloaded rsa v0.9.6
8432024-08-30T17:48:28.241Z Downloaded sync_wrapper v0.1.2
8442024-08-30T17:48:28.241Z Downloaded futures-task v0.3.30
8452024-08-30T17:48:28.241Z Downloaded futures-io v0.3.30
8462024-08-30T17:48:28.266Z Downloaded futures-executor v0.3.30
8472024-08-30T17:48:28.266Z Downloaded unarray v0.1.4
8482024-08-30T17:48:28.266Z Downloaded tracing-attributes v0.1.27
8492024-08-30T17:48:28.266Z Downloaded rustls-pemfile v1.0.4
8502024-08-30T17:48:28.266Z Downloaded ron v0.7.1
8512024-08-30T17:48:28.266Z Downloaded ecdsa v0.16.9
8522024-08-30T17:48:28.266Z Downloaded unicode_categories v0.1.1
8532024-08-30T17:48:28.266Z Downloaded tokio-rustls v0.24.1
8542024-08-30T17:48:28.267Z Downloaded aho-corasick v1.1.3
8552024-08-30T17:48:28.290Z Downloaded fxhash v0.2.1
8562024-08-30T17:48:28.290Z Downloaded futures-sink v0.3.30
8572024-08-30T17:48:28.290Z Downloaded futures-core v0.3.30
8582024-08-30T17:48:28.290Z Downloaded unicase v2.7.0
8592024-08-30T17:48:28.290Z Downloaded tui-tree-widget v0.22.0
8602024-08-30T17:48:28.290Z Downloaded topological-sort v0.2.2
8612024-08-30T17:48:28.290Z Downloaded structmeta v0.3.0
8622024-08-30T17:48:28.290Z Downloaded rustc_version v0.4.0
8632024-08-30T17:48:28.290Z Downloaded rustc_version v0.1.7
8642024-08-30T17:48:28.290Z Downloaded rustc-hash v1.1.0
8652024-08-30T17:48:28.290Z Downloaded olpc-cjson v0.1.3
8662024-08-30T17:48:28.290Z Downloaded kstat-rs v0.2.4
8672024-08-30T17:48:28.290Z Downloaded http v1.1.0
8682024-08-30T17:48:28.290Z Downloaded rustfmt-wrapper v0.2.1
8692024-08-30T17:48:28.290Z Downloaded hmac v0.12.1
8702024-08-30T17:48:28.290Z Downloaded hickory-client v0.24.1
8712024-08-30T17:48:28.314Z Downloaded nu-ansi-term v0.50.0
8722024-08-30T17:48:28.314Z Downloaded memmap2 v0.9.4
8732024-08-30T17:48:28.314Z Downloaded indicatif v0.17.8
8742024-08-30T17:48:28.314Z Downloaded lalrpop-util v0.19.12
8752024-08-30T17:48:28.314Z Downloaded http v0.2.12
8762024-08-30T17:48:28.314Z Downloaded structmeta-derive v0.2.0
8772024-08-30T17:48:28.314Z Downloaded structmeta v0.2.0
8782024-08-30T17:48:28.314Z Downloaded strip-ansi-escapes v0.2.0
8792024-08-30T17:48:28.314Z Downloaded stringprep v0.1.4
8802024-08-30T17:48:28.314Z Downloaded string_cache v0.8.7
8812024-08-30T17:48:28.314Z Downloaded ena v0.14.3
8822024-08-30T17:48:28.338Z Downloaded dyn-clone v1.0.17
8832024-08-30T17:48:28.338Z Downloaded dsl_auto_type v0.1.2
8842024-08-30T17:48:28.338Z Downloaded vsss-rs v3.3.4
8852024-08-30T17:48:28.338Z Downloaded num-complex v0.4.6
8862024-08-30T17:48:28.338Z Downloaded multer v3.1.0
8872024-08-30T17:48:28.338Z Downloaded tower-service v0.3.2
8882024-08-30T17:48:28.338Z Downloaded resolv-conf v0.7.0
8892024-08-30T17:48:28.338Z Downloaded enum-as-inner v0.5.1
8902024-08-30T17:48:28.338Z Downloaded either v1.13.0
8912024-08-30T17:48:28.338Z Downloaded ed25519 v2.2.3
8922024-08-30T17:48:28.338Z Downloaded dropshot_endpoint v0.10.1
8932024-08-30T17:48:28.338Z Downloaded unsafe-libyaml v0.2.11
8942024-08-30T17:48:28.364Z Downloaded tokio-native-tls v0.3.1
8952024-08-30T17:48:28.364Z Downloaded hex-literal v0.4.1
8962024-08-30T17:48:28.364Z Downloaded url v2.5.2
8972024-08-30T17:48:28.364Z Downloaded serde_yaml v0.9.34+deprecated
8982024-08-30T17:48:28.364Z Downloaded num-derive v0.4.2
8992024-08-30T17:48:28.364Z Downloaded mime v0.3.17
9002024-08-30T17:48:28.364Z Downloaded lru-cache v0.1.2
9012024-08-30T17:48:28.364Z Downloaded itertools v0.10.5
9022024-08-30T17:48:28.364Z Downloaded oso-derive v0.27.3
9032024-08-30T17:48:28.387Z Downloaded opaque-debug v0.3.1
9042024-08-30T17:48:28.387Z Downloaded num_threads v0.1.7
9052024-08-30T17:48:28.387Z Downloaded num_enum_derive v0.5.11
9062024-08-30T17:48:28.387Z Downloaded num_enum v0.5.11
9072024-08-30T17:48:28.387Z Downloaded home v0.5.9
9082024-08-30T17:48:28.387Z Downloaded signal-hook v0.3.17
9092024-08-30T17:48:28.387Z Downloaded ron v0.8.1
9102024-08-30T17:48:28.387Z Downloaded mockall v0.13.0
9112024-08-30T17:48:28.387Z Downloaded maplit v1.0.2
9122024-08-30T17:48:28.388Z Downloaded openssl-macros v0.1.1
9132024-08-30T17:48:28.388Z Downloaded number_prefix v0.4.0
9142024-08-30T17:48:28.388Z Downloaded hex v0.4.3
9152024-08-30T17:48:28.388Z Downloaded dirs-sys-next v0.1.2
9162024-08-30T17:48:28.411Z Downloaded dirs-next v2.0.0
9172024-08-30T17:48:28.411Z Downloaded difflib v0.4.0
9182024-08-30T17:48:28.411Z Downloaded russh-keys v0.45.0
9192024-08-30T17:48:28.411Z Downloaded num-iter v0.1.45
9202024-08-30T17:48:28.411Z Downloaded newtype-uuid v1.1.0
9212024-08-30T17:48:28.411Z Downloaded nanorand v0.7.0
9222024-08-30T17:48:28.411Z Downloaded lazycell v1.3.0
9232024-08-30T17:48:28.411Z Downloaded jobserver v0.1.32
9242024-08-30T17:48:28.411Z Downloaded ipnet v2.9.0
9252024-08-30T17:48:28.411Z Downloaded aes-gcm v0.10.3
9262024-08-30T17:48:28.411Z Downloaded embedded-io v0.4.0
9272024-08-30T17:48:28.411Z Downloaded uuid v1.10.0
9282024-08-30T17:48:28.435Z Downloaded utf-8 v0.7.6
9292024-08-30T17:48:28.435Z Downloaded untrusted v0.9.0
9302024-08-30T17:48:28.435Z Downloaded untrusted v0.7.1
9312024-08-30T17:48:28.435Z Downloaded universal-hash v0.5.1
9322024-08-30T17:48:28.435Z Downloaded tinyvec v1.6.0
9332024-08-30T17:48:28.435Z Downloaded similar v2.6.0
9342024-08-30T17:48:28.435Z Downloaded sha1 v0.10.6
9352024-08-30T17:48:28.435Z Downloaded serde_derive_internals v0.29.1
9362024-08-30T17:48:28.435Z Downloaded md-5 v0.10.6
9372024-08-30T17:48:28.435Z Downloaded linear-map v1.2.0
9382024-08-30T17:48:28.435Z Downloaded const-oid v0.9.6
9392024-08-30T17:48:28.435Z Downloaded display-error-chain v0.2.1
9402024-08-30T17:48:28.435Z Downloaded uzers v0.11.3
9412024-08-30T17:48:28.458Z Downloaded unicode-xid v0.2.4
9422024-08-30T17:48:28.459Z Downloaded unicode-truncate v1.0.0
9432024-08-30T17:48:28.459Z Downloaded tls_codec_derive v0.4.1
9442024-08-30T17:48:28.459Z Downloaded signal-hook-mio v0.2.4
9452024-08-30T17:48:28.459Z Downloaded nibble_vec v0.1.0
9462024-08-30T17:48:28.459Z Downloaded crossterm v0.27.0
9472024-08-30T17:48:28.459Z Downloaded compact_str v0.8.0
9482024-08-30T17:48:28.459Z Downloaded tinyvec_macros v0.1.1
9492024-08-30T17:48:28.459Z Downloaded shlex v1.3.0
9502024-08-30T17:48:28.459Z Downloaded serde_with_macros v3.9.0
9512024-08-30T17:48:28.482Z Downloaded serde_repr v0.1.19
9522024-08-30T17:48:28.482Z Downloaded serde_plain v1.0.2
9532024-08-30T17:48:28.482Z Downloaded rustc-demangle v0.1.24
9542024-08-30T17:48:28.482Z Downloaded new_debug_unreachable v1.0.6
9552024-08-30T17:48:28.482Z Downloaded hyper-rustls v0.24.2
9562024-08-30T17:48:28.482Z Downloaded csv-core v0.1.11
9572024-08-30T17:48:28.482Z Downloaded crossbeam-utils v0.8.19
9582024-08-30T17:48:28.482Z Downloaded crossbeam-deque v0.8.5
9592024-08-30T17:48:28.482Z Downloaded cookie v0.18.1
9602024-08-30T17:48:28.482Z Downloaded const_format_proc_macros v0.2.32
9612024-08-30T17:48:28.482Z Downloaded signature v2.2.0
9622024-08-30T17:48:28.482Z Downloaded signal-hook-tokio v0.3.1
9632024-08-30T17:48:28.482Z Downloaded signal-hook-registry v1.4.2
9642024-08-30T17:48:28.506Z Downloaded shell-words v1.1.0
9652024-08-30T17:48:28.506Z Downloaded serde_urlencoded v0.7.1
9662024-08-30T17:48:28.506Z Downloaded serde_path_to_error v0.1.16
9672024-08-30T17:48:28.506Z Downloaded serde_arrays v0.1.0
9682024-08-30T17:48:28.506Z Downloaded serde-hex v0.1.0
9692024-08-30T17:48:28.506Z Downloaded rtoolbox v0.0.2
9702024-08-30T17:48:28.506Z Downloaded num-traits v0.2.19
9712024-08-30T17:48:28.506Z Downloaded mockall_derive v0.13.0
9722024-08-30T17:48:28.506Z Downloaded matches v0.1.10
9732024-08-30T17:48:28.506Z Downloaded inout v0.1.3
9742024-08-30T17:48:28.506Z Downloaded hyper-tls v0.5.0
9752024-08-30T17:48:28.506Z Downloaded crc v3.2.1
9762024-08-30T17:48:28.506Z Downloaded convert_case v0.4.0
9772024-08-30T17:48:28.506Z Downloaded cassowary v0.3.0
9782024-08-30T17:48:28.506Z Downloaded bytes v1.7.1
9792024-08-30T17:48:28.530Z Downloaded buf-list v1.0.3
9802024-08-30T17:48:28.530Z Downloaded base64 v0.21.7
9812024-08-30T17:48:28.530Z Downloaded aes v0.8.4
9822024-08-30T17:48:28.530Z Downloaded miniz_oxide v0.7.2
9832024-08-30T17:48:28.530Z Downloaded indent_write v2.2.0
9842024-08-30T17:48:28.530Z Downloaded ident_case v1.0.1
9852024-08-30T17:48:28.530Z Downloaded darling v0.20.9
9862024-08-30T17:48:28.553Z Downloaded crc-catalog v2.4.0
9872024-08-30T17:48:28.553Z Downloaded cobs v0.2.3
9882024-08-30T17:48:28.553Z Downloaded chacha20 v0.9.1
9892024-08-30T17:48:28.553Z Downloaded cexpr v0.6.0
9902024-08-30T17:48:28.553Z Downloaded cbc v0.1.2
9912024-08-30T17:48:28.553Z Downloaded rpassword v7.3.1
9922024-08-30T17:48:28.553Z Downloaded num-rational v0.4.2
9932024-08-30T17:48:28.553Z Downloaded native-tls v0.2.11
9942024-08-30T17:48:28.553Z Downloaded mime_guess v2.0.4
9952024-08-30T17:48:28.553Z Downloaded libloading v0.8.3
9962024-08-30T17:48:28.553Z Downloaded is_ci v1.2.0
9972024-08-30T17:48:28.554Z Downloaded instant v0.1.12
9982024-08-30T17:48:28.554Z Downloaded indexmap v1.9.3
9992024-08-30T17:48:28.577Z Downloaded hubpack v0.1.2
10002024-08-30T17:48:28.577Z Downloaded httparse v1.8.0
10012024-08-30T17:48:28.577Z Downloaded ciborium-io v0.2.2
10022024-08-30T17:48:28.577Z Downloaded cc v1.0.97
10032024-08-30T17:48:28.577Z Downloaded blowfish v0.9.1
10042024-08-30T17:48:28.577Z Downloaded bitstruct v0.1.1
10052024-08-30T17:48:28.577Z Downloaded backtrace v0.3.71
10062024-08-30T17:48:28.577Z Downloaded num v0.4.3
10072024-08-30T17:48:28.577Z Downloaded nodrop v0.1.14
10082024-08-30T17:48:28.577Z Downloaded memoffset v0.9.1
10092024-08-30T17:48:28.577Z Downloaded maybe-uninit v2.0.0
10102024-08-30T17:48:28.577Z Downloaded managed v0.8.0
10112024-08-30T17:48:28.577Z Downloaded lru v0.12.3
10122024-08-30T17:48:28.577Z Downloaded linked-hash-map v0.5.6
10132024-08-30T17:48:28.601Z Downloaded libsw v3.3.1
10142024-08-30T17:48:28.601Z Downloaded libefi-sys v0.1.0
10152024-08-30T17:48:28.601Z Downloaded lazy_static v1.5.0
10162024-08-30T17:48:28.601Z Downloaded instability v0.3.2
10172024-08-30T17:48:28.601Z Downloaded hyper-staticfile v0.9.5
10182024-08-30T17:48:28.601Z Downloaded humantime v2.1.0
10192024-08-30T17:48:28.601Z Downloaded http-body v0.4.6
10202024-08-30T17:48:28.601Z Downloaded hickory-server v0.24.1
10212024-08-30T17:48:28.601Z Downloaded darling_core v0.20.9
10222024-08-30T17:48:28.624Z Downloaded crypto-bigint v0.5.5
10232024-08-30T17:48:28.624Z Downloaded crunchy v0.2.2
10242024-08-30T17:48:28.624Z Downloaded crossbeam-channel v0.5.12
10252024-08-30T17:48:28.624Z Downloaded crc-any v2.5.0
10262024-08-30T17:48:28.624Z Downloaded const_format v0.2.32
10272024-08-30T17:48:28.624Z Downloaded cipher v0.4.4
10282024-08-30T17:48:28.624Z Downloaded chacha20poly1305 v0.10.1
10292024-08-30T17:48:28.648Z Downloaded base64 v0.13.1
10302024-08-30T17:48:28.648Z Downloaded base16ct v0.2.0
10312024-08-30T17:48:28.648Z Downloaded normalize-line-endings v0.3.0
10322024-08-30T17:48:28.648Z Downloaded newtype_derive v0.1.6
10332024-08-30T17:48:28.648Z Downloaded newline-converter v0.3.0
10342024-08-30T17:48:28.648Z Downloaded multimap v0.10.0
10352024-08-30T17:48:28.648Z Downloaded md5 v0.7.0
10362024-08-30T17:48:28.648Z Downloaded match_cfg v0.1.0
10372024-08-30T17:48:28.648Z Downloaded keccak v0.1.5
10382024-08-30T17:48:28.648Z Downloaded ipnetwork v0.20.0
10392024-08-30T17:48:28.648Z Downloaded internet-checksum v0.2.1
10402024-08-30T17:48:28.648Z Downloaded indoc v1.0.9
10412024-08-30T17:48:28.648Z Downloaded impl-trait-for-tuples v0.2.2
10422024-08-30T17:48:28.648Z Downloaded hostname v0.4.0
10432024-08-30T17:48:28.671Z Downloaded hostname v0.3.1
10442024-08-30T17:48:28.671Z Downloaded cstr-argument v0.1.2
10452024-08-30T17:48:28.671Z Downloaded clang-sys v1.7.0
10462024-08-30T17:48:28.672Z Downloaded base64ct v1.6.0
10472024-08-30T17:48:28.672Z Downloaded base64 v0.22.1
10482024-08-30T17:48:28.672Z Downloaded arc-swap v1.7.1
10492024-08-30T17:48:28.672Z Downloaded httpdate v1.0.3
10502024-08-30T17:48:28.672Z Downloaded crossbeam-epoch v0.9.18
10512024-08-30T17:48:28.672Z Downloaded crc32fast v1.4.0
10522024-08-30T17:48:28.672Z Downloaded cookie v0.17.0
10532024-08-30T17:48:28.695Z Downloaded colored v2.1.0
10542024-08-30T17:48:28.695Z Downloaded blake2 v0.10.6
10552024-08-30T17:48:28.695Z Downloaded bitfield-struct v0.6.1
10562024-08-30T17:48:28.695Z Downloaded bit-vec v0.6.3
10572024-08-30T17:48:28.695Z Downloaded bcrypt-pbkdf v0.10.0
10582024-08-30T17:48:28.695Z Downloaded backoff v0.4.0
10592024-08-30T17:48:28.695Z Downloaded async-trait v0.1.81
10602024-08-30T17:48:28.695Z Downloaded async-bb8-diesel v0.2.1
10612024-08-30T17:48:28.695Z Downloaded allocator-api2 v0.2.18
10622024-08-30T17:48:28.695Z Downloaded hubpack_derive v0.1.1
10632024-08-30T17:48:28.695Z Downloaded http-range v0.1.5
10642024-08-30T17:48:28.695Z Downloaded darling_macro v0.20.9
10652024-08-30T17:48:28.695Z Downloaded curve25519-dalek-derive v0.1.1
10662024-08-30T17:48:28.719Z Downloaded constant_time_eq v0.3.0
10672024-08-30T17:48:28.719Z Downloaded castaway v0.2.3
10682024-08-30T17:48:28.719Z Downloaded bcs v0.1.6
10692024-08-30T17:48:28.719Z Downloaded atomicwrites v0.4.3
10702024-08-30T17:48:28.719Z Downloaded cookie_store v0.20.0
10712024-08-30T17:48:28.719Z Downloaded console v0.15.8
10722024-08-30T17:48:28.719Z Downloaded ciborium-ll v0.2.2
10732024-08-30T17:48:28.719Z Downloaded ciborium v0.2.2
10742024-08-30T17:48:28.719Z Downloaded cancel-safe-futures v0.1.5
10752024-08-30T17:48:28.719Z Downloaded bzip2 v0.4.4
10762024-08-30T17:48:28.719Z Downloaded bitflags v1.3.2
10772024-08-30T17:48:28.743Z Downloaded atomic-waker v1.1.2
10782024-08-30T17:48:28.743Z Downloaded async-stream-impl v0.3.5
10792024-08-30T17:48:28.743Z Downloaded async-stream v0.3.5
10802024-08-30T17:48:28.743Z Downloaded async-recursion v1.1.1
10812024-08-30T17:48:28.743Z Downloaded ascii-canvas v3.0.0
10822024-08-30T17:48:28.743Z Downloaded ascii v1.1.0
10832024-08-30T17:48:28.743Z Downloaded arrayvec v0.7.4
10842024-08-30T17:48:28.743Z Downloaded arrayref v0.3.7
10852024-08-30T17:48:28.743Z Downloaded array-init v0.0.4
10862024-08-30T17:48:28.743Z Downloaded ahash v0.8.11
10872024-08-30T17:48:28.743Z Downloaded aead v0.5.2
10882024-08-30T17:48:28.743Z Downloaded adler v1.0.2
10892024-08-30T17:48:28.743Z Downloaded addr2line v0.21.0
10902024-08-30T17:48:28.766Z Downloaded cfg_aliases v0.1.1
10912024-08-30T17:48:28.766Z Downloaded block-padding v0.3.3
10922024-08-30T17:48:28.766Z Downloaded bitstruct_derive v0.1.0
10932024-08-30T17:48:28.766Z Downloaded bitfield v0.14.0
10942024-08-30T17:48:28.766Z Downloaded bit-set v0.5.3
10952024-08-30T17:48:28.766Z Downloaded bb8 v0.8.5
10962024-08-30T17:48:28.766Z Downloaded assert_matches v1.5.0
10972024-08-30T17:48:28.766Z Downloaded argon2 v0.5.3
10982024-08-30T17:48:28.861Z Compiling serde v1.0.208
10992024-08-30T17:48:28.884Z Compiling typenum v1.17.0
11002024-08-30T17:48:28.884Z Compiling generic-array v0.14.7
11012024-08-30T17:48:28.884Z Compiling lock_api v0.4.12
11022024-08-30T17:48:28.884Z Compiling scopeguard v1.2.0
11032024-08-30T17:48:28.884Z Compiling log v0.4.21
11042024-08-30T17:48:28.884Z Compiling syn v2.0.74
11052024-08-30T17:48:28.884Z Compiling getrandom v0.2.14
11062024-08-30T17:48:29.070Z Compiling jobserver v0.1.32
11072024-08-30T17:48:29.205Z Compiling rand_core v0.6.4
11082024-08-30T17:48:29.411Z Compiling cc v1.0.97
11092024-08-30T17:48:29.436Z Compiling subtle v2.5.0
11102024-08-30T17:48:29.569Z Compiling const-oid v0.9.6
11112024-08-30T17:48:29.671Z Compiling smallvec v1.13.2
11122024-08-30T17:48:29.758Z Compiling pin-project-lite v0.2.14
11132024-08-30T17:48:29.801Z Compiling parking_lot_core v0.9.10
11142024-08-30T17:48:29.888Z Compiling signal-hook-registry v1.4.2
11152024-08-30T17:48:29.911Z Compiling spin v0.9.8
11162024-08-30T17:48:30.028Z Compiling mio v1.0.2
11172024-08-30T17:48:30.244Z Compiling ahash v0.8.11
11182024-08-30T17:48:30.784Z Compiling parking_lot v0.12.2
11192024-08-30T17:48:30.942Z Compiling tinyvec_macros v0.1.1
11202024-08-30T17:48:31.040Z Compiling tinyvec v1.6.0
11212024-08-30T17:48:31.204Z Compiling socket2 v0.5.7
11222024-08-30T17:48:31.385Z Compiling libm v0.2.8
11232024-08-30T17:48:31.440Z Compiling futures-core v0.3.30
11242024-08-30T17:48:31.497Z Compiling cpufeatures v0.2.12
11252024-08-30T17:48:31.623Z Compiling futures-sink v0.3.30
11262024-08-30T17:48:31.716Z Compiling serde_json v1.0.125
11272024-08-30T17:48:31.752Z Compiling num-traits v0.2.19
11282024-08-30T17:48:31.809Z Compiling slab v0.4.9
11292024-08-30T17:48:31.833Z Compiling allocator-api2 v0.2.18
11302024-08-30T17:48:32.155Z Compiling unicode-bidi v0.3.15
11312024-08-30T17:48:32.654Z Compiling unicode-normalization v0.1.23
11322024-08-30T17:48:32.775Z Compiling futures-channel v0.3.30
11332024-08-30T17:48:32.817Z Compiling vcpkg v0.2.15
11342024-08-30T17:48:32.861Z Compiling futures-task v0.3.30
11352024-08-30T17:48:33.270Z Compiling pin-utils v0.1.0
11362024-08-30T17:48:33.317Z Compiling pkg-config v0.3.30
11372024-08-30T17:48:33.364Z Compiling futures-io v0.3.30
11382024-08-30T17:48:33.676Z Compiling ring v0.17.8
11392024-08-30T17:48:33.711Z Compiling base64ct v1.6.0
11402024-08-30T17:48:33.746Z Compiling ppv-lite86 v0.2.17
11412024-08-30T17:48:33.781Z Compiling flagset v0.4.5
11422024-08-30T17:48:33.978Z Compiling percent-encoding v2.3.1
11432024-08-30T17:48:34.240Z Compiling pem-rfc7468 v0.7.0
11442024-08-30T17:48:34.317Z Compiling tracing-core v0.1.32
11452024-08-30T17:48:34.394Z Compiling rand_chacha v0.3.1
11462024-08-30T17:48:34.647Z Compiling untrusted v0.9.0
11472024-08-30T17:48:34.781Z Compiling openssl-sys v0.9.103
11482024-08-30T17:48:34.816Z Compiling rustix v0.38.34
11492024-08-30T17:48:34.891Z Compiling rand v0.8.5
11502024-08-30T17:48:35.304Z Compiling time-core v0.1.2
11512024-08-30T17:48:35.496Z Compiling openssl v0.10.66
11522024-08-30T17:48:35.588Z Compiling powerfmt v0.2.0
11532024-08-30T17:48:35.634Z Compiling httparse v1.8.0
11542024-08-30T17:48:35.806Z Compiling num-conv v0.1.0
11552024-08-30T17:48:35.856Z Compiling foreign-types-shared v0.1.1
11562024-08-30T17:48:35.947Z Compiling rustversion v1.0.17
11572024-08-30T17:48:35.970Z Compiling foreign-types v0.3.2
11582024-08-30T17:48:36.070Z Compiling time-macros v0.2.18
11592024-08-30T17:48:36.093Z Compiling deranged v0.3.11
11602024-08-30T17:48:36.246Z Compiling form_urlencoded v1.2.1
11612024-08-30T17:48:36.562Z Compiling aho-corasick v1.1.3
11622024-08-30T17:48:36.638Z Compiling siphasher v0.3.11
11632024-08-30T17:48:36.696Z Compiling regex-syntax v0.8.4
11642024-08-30T17:48:36.972Z Compiling syn v1.0.109
11652024-08-30T17:48:37.273Z Compiling crossbeam-utils v0.8.19
11662024-08-30T17:48:37.520Z Compiling native-tls v0.2.11
11672024-08-30T17:48:37.770Z Compiling try-lock v0.2.5
11682024-08-30T17:48:37.815Z Compiling rustls v0.21.12
11692024-08-30T17:48:37.839Z Compiling num_threads v0.1.7
11702024-08-30T17:48:37.915Z Compiling want v0.3.1
11712024-08-30T17:48:38.161Z Compiling idna v0.5.0
11722024-08-30T17:48:38.685Z Compiling cookie v0.17.0
11732024-08-30T17:48:38.799Z Compiling time v0.3.36
11742024-08-30T17:48:38.944Z Compiling slog v2.7.0
11752024-08-30T17:48:39.262Z Compiling openssl-probe v0.1.5
11762024-08-30T17:48:39.405Z Compiling tower-service v0.3.2
11772024-08-30T17:48:39.464Z Compiling httpdate v1.0.3
11782024-08-30T17:48:39.559Z Compiling regex-automata v0.4.6
11792024-08-30T17:48:39.589Z Compiling adler v1.0.2
11802024-08-30T17:48:39.799Z Compiling iana-time-zone v0.1.60
11812024-08-30T17:48:39.871Z Compiling finl_unicode v1.2.0
11822024-08-30T17:48:40.215Z Compiling miniz_oxide v0.7.2
11832024-08-30T17:48:40.364Z Compiling stringprep v0.1.4
11842024-08-30T17:48:41.316Z Compiling sct v0.7.1
11852024-08-30T17:48:41.437Z Compiling rustls-webpki v0.101.7
11862024-08-30T17:48:41.551Z Compiling url v2.5.2
11872024-08-30T17:48:41.826Z Compiling serde_derive v1.0.208
11882024-08-30T17:48:42.189Z Compiling zeroize_derive v1.4.2
11892024-08-30T17:48:42.768Z Compiling zerocopy-derive v0.7.34
11902024-08-30T17:48:43.022Z Compiling tokio-macros v2.4.0
11912024-08-30T17:48:43.093Z Compiling thiserror-impl v1.0.63
11922024-08-30T17:48:43.250Z Compiling futures-macro v0.3.30
11932024-08-30T17:48:43.468Z Compiling zeroize v1.7.0
11942024-08-30T17:48:44.367Z Compiling der_derive v0.7.2
11952024-08-30T17:48:44.603Z Compiling zerocopy v0.7.34
11962024-08-30T17:48:44.790Z Compiling futures-util v0.3.30
11972024-08-30T17:48:44.977Z Compiling crypto-common v0.1.6
11982024-08-30T17:48:45.192Z Compiling block-buffer v0.10.4
11992024-08-30T17:48:45.422Z Compiling digest v0.10.7
12002024-08-30T17:48:45.876Z Compiling hmac v0.12.1
12012024-08-30T17:48:45.899Z Compiling block-padding v0.3.3
12022024-08-30T17:48:46.092Z Compiling inout v0.1.3
12032024-08-30T17:48:46.124Z Compiling thiserror v1.0.63
12042024-08-30T17:48:46.270Z Compiling sha2 v0.10.8
12052024-08-30T17:48:46.361Z Compiling cipher v0.4.4
12062024-08-30T17:48:46.442Z Compiling pest v2.7.10
12072024-08-30T17:48:46.568Z Compiling hashbrown v0.14.5
12082024-08-30T17:48:46.818Z Compiling salsa20 v0.10.2
12092024-08-30T17:48:47.013Z Compiling der v0.7.9
12102024-08-30T17:48:47.716Z Compiling pbkdf2 v0.12.2
12112024-08-30T17:48:47.890Z Compiling scroll_derive v0.12.0
12122024-08-30T17:48:48.822Z Compiling pest_meta v2.7.10
12132024-08-30T17:48:49.050Z Compiling tracing-attributes v0.1.27
12142024-08-30T17:48:49.229Z Compiling scroll v0.12.0
12152024-08-30T17:48:49.743Z Compiling spki v0.7.3
12162024-08-30T17:48:49.918Z Compiling pest_generator v2.7.10
12172024-08-30T17:48:50.016Z Compiling scrypt v0.11.0
12182024-08-30T17:48:50.100Z Compiling cbc v0.1.2
12192024-08-30T17:48:50.197Z Compiling aes v0.8.4
12202024-08-30T17:48:50.328Z Compiling goblin v0.8.2
12212024-08-30T17:48:50.592Z Compiling openssl-macros v0.1.1
12222024-08-30T17:48:51.193Z Compiling pkcs5 v0.7.1
12232024-08-30T17:48:51.600Z Compiling md-5 v0.10.6
12242024-08-30T17:48:51.829Z Compiling pkcs8 v0.10.2
12252024-08-30T17:48:52.320Z Compiling tracing v0.1.40
12262024-08-30T17:48:52.456Z Compiling num-integer v0.1.46
12272024-08-30T17:48:52.778Z Compiling backtrace v0.3.71
12282024-08-30T17:48:53.098Z Compiling pest_derive v2.7.10
12292024-08-30T17:48:53.121Z Compiling idna v0.3.0
12302024-08-30T17:48:53.209Z Compiling lazy_static v1.5.0
12312024-08-30T17:48:53.329Z Compiling hash32 v0.2.1
12322024-08-30T17:48:53.386Z Compiling bytes v1.7.1
12332024-08-30T17:48:53.416Z Compiling bitflags v2.6.0
12342024-08-30T17:48:53.774Z Compiling indexmap v2.4.0
12352024-08-30T17:48:53.806Z Compiling semver v1.0.23
12362024-08-30T17:48:54.382Z Compiling tokio v1.39.3
12372024-08-30T17:48:54.449Z Compiling http v0.2.12
12382024-08-30T17:48:54.484Z Compiling rustc_version v0.4.0
12392024-08-30T17:48:55.013Z Compiling dtrace-parser v0.2.0
12402024-08-30T17:48:55.141Z Compiling heapless v0.7.17
12412024-08-30T17:48:55.584Z Compiling dof v0.3.0
12422024-08-30T17:48:56.341Z Compiling http-body v0.4.6
12432024-08-30T17:48:56.560Z Compiling uuid v1.10.0
12442024-08-30T17:48:56.737Z Compiling usdt-impl v0.5.0
12452024-08-30T17:48:56.977Z Compiling serde_spanned v0.6.7
12462024-08-30T17:48:57.183Z Compiling serde_tokenstream v0.2.2
12472024-08-30T17:48:57.481Z Compiling chrono v0.4.38
12482024-08-30T17:48:57.697Z Compiling toml_datetime v0.6.8
12492024-08-30T17:48:57.721Z Compiling psl-types v2.0.11
12502024-08-30T17:48:57.894Z Compiling stable_deref_trait v1.2.0
12512024-08-30T17:48:57.997Z Compiling smoltcp v0.9.1
12522024-08-30T17:48:58.047Z Compiling signal-hook v0.3.17
12532024-08-30T17:48:58.150Z Compiling num-bigint-dig v0.8.4
12542024-08-30T17:48:58.274Z Compiling fallible-iterator v0.2.0
12552024-08-30T17:48:58.402Z Compiling base64 v0.22.1
12562024-08-30T17:48:58.625Z Compiling cfg_aliases v0.1.1
12572024-08-30T17:48:58.717Z Compiling gimli v0.28.1
12582024-08-30T17:48:58.820Z Compiling crc32fast v1.4.0
12592024-08-30T17:48:58.859Z Compiling postgres-protocol v0.6.7
12602024-08-30T17:48:59.040Z Compiling nix v0.28.0
12612024-08-30T17:48:59.689Z Compiling publicsuffix v2.2.3
12622024-08-30T17:48:59.742Z Compiling terminal_size v0.3.0
12632024-08-30T17:48:59.912Z Compiling hubpack_derive v0.1.1
12642024-08-30T17:48:59.960Z Compiling num-iter v0.1.45
12652024-08-30T17:48:59.999Z Compiling async-trait v0.1.81
12662024-08-30T17:49:00.136Z Compiling zerocopy-derive v0.6.6
12672024-08-30T17:49:00.720Z Compiling phf_shared v0.11.2
12682024-08-30T17:49:01.063Z Compiling serde_derive_internals v0.29.1
12692024-08-30T17:49:01.443Z Compiling tokio-util v0.7.11
12702024-08-30T17:49:01.848Z Compiling tokio-native-tls v0.3.1
12712024-08-30T17:49:01.966Z Compiling tokio-rustls v0.24.1
12722024-08-30T17:49:02.102Z Compiling ff v0.13.0
12732024-08-30T17:49:02.312Z Compiling h2 v0.3.26
12742024-08-30T17:49:02.336Z Compiling addr2line v0.21.0
12752024-08-30T17:49:02.368Z Compiling object v0.32.2
12762024-08-30T17:49:02.656Z Compiling fs-err v2.11.0
12772024-08-30T17:49:02.758Z Compiling anyhow v1.0.86
12782024-08-30T17:49:02.926Z Compiling managed v0.8.0
12792024-08-30T17:49:02.950Z Compiling winnow v0.5.40
12802024-08-30T17:49:03.288Z Compiling schemars v0.8.21
12812024-08-30T17:49:03.312Z Compiling bitflags v1.3.2
12822024-08-30T17:49:03.343Z Compiling base16ct v0.2.0
12832024-08-30T17:49:03.415Z Compiling base64 v0.21.7
12842024-08-30T17:49:03.534Z Compiling rustc-demangle v0.1.24
12852024-08-30T17:49:03.587Z Compiling either v1.13.0
12862024-08-30T17:49:03.642Z Compiling ipnet v2.9.0
12872024-08-30T17:49:03.944Z Compiling rustls-pemfile v1.0.4
12882024-08-30T17:49:04.095Z Compiling sec1 v0.7.3
12892024-08-30T17:49:04.352Z Compiling schemars_derive v0.8.21
12902024-08-30T17:49:04.588Z Compiling clap_builder v4.5.15
12912024-08-30T17:49:04.986Z Compiling group v0.13.0
12922024-08-30T17:49:05.268Z Compiling zerocopy v0.6.6
12932024-08-30T17:49:05.992Z Compiling toml_edit v0.19.15
12942024-08-30T17:49:06.079Z Compiling phf v0.11.2
12952024-08-30T17:49:06.132Z Compiling cookie_store v0.20.0
12962024-08-30T17:49:06.342Z Compiling hubpack v0.1.2
12972024-08-30T17:49:07.123Z Compiling postgres-types v0.2.7
12982024-08-30T17:49:07.733Z Compiling usdt-macro v0.5.0
12992024-08-30T17:49:08.200Z Compiling hyper v0.14.30
13002024-08-30T17:49:08.445Z Compiling usdt-attr-macro v0.5.0
13012024-08-30T17:49:08.989Z Compiling serde_urlencoded v0.7.1
13022024-08-30T17:49:09.438Z Compiling pkcs1 v0.7.5
13032024-08-30T17:49:09.750Z Compiling futures-executor v0.3.30
13042024-08-30T17:49:10.250Z Compiling hkdf v0.12.4
13052024-08-30T17:49:10.274Z Compiling signature v2.2.0
13062024-08-30T17:49:10.529Z Compiling crypto-bigint v0.5.5
13072024-08-30T17:49:10.579Z Compiling regex v1.10.6
13082024-08-30T17:49:10.919Z Compiling bstr v1.9.1
13092024-08-30T17:49:11.275Z Compiling strum_macros v0.25.3
13102024-08-30T17:49:11.481Z Compiling serde_repr v0.1.19
13112024-08-30T17:49:12.190Z Compiling enum-as-inner v0.6.0
13122024-08-30T17:49:12.403Z Compiling clap_derive v4.5.13
13132024-08-30T17:49:12.403Z Compiling phf_shared v0.10.0
13142024-08-30T17:49:12.582Z Compiling float-cmp v0.9.0
13152024-08-30T17:49:12.758Z Compiling idna v0.4.0
13162024-08-30T17:49:12.783Z Compiling mio v0.8.11
13172024-08-30T17:49:13.023Z Compiling encoding_rs v0.8.34
13182024-08-30T17:49:13.839Z Compiling hyper-rustls v0.24.2
13192024-08-30T17:49:14.008Z Compiling hyper-tls v0.5.0
13202024-08-30T17:49:14.133Z Compiling minimal-lexical v0.2.1
13212024-08-30T17:49:14.308Z Compiling mime v0.3.17
13222024-08-30T17:49:14.563Z Compiling webpki-roots v0.25.4
13232024-08-30T17:49:14.587Z Compiling dyn-clone v1.0.17
13242024-08-30T17:49:14.700Z Compiling fixedbitset v0.4.2
13252024-08-30T17:49:14.763Z Compiling data-encoding v2.6.0
13262024-08-30T17:49:14.828Z Compiling new_debug_unreachable v1.0.6
13272024-08-30T17:49:14.919Z Compiling sync_wrapper v0.1.2
13282024-08-30T17:49:15.037Z Compiling bit-vec v0.6.3
13292024-08-30T17:49:15.114Z Compiling whoami v1.5.1
13302024-08-30T17:49:15.336Z Compiling predicates-core v1.0.6
13312024-08-30T17:49:15.454Z Compiling normalize-line-endings v0.3.0
13322024-08-30T17:49:15.595Z Compiling difflib v0.4.0
13332024-08-30T17:49:15.704Z Compiling unicode-segmentation v1.11.0
13342024-08-30T17:49:15.728Z Compiling precomputed-hash v0.1.1
13352024-08-30T17:49:15.832Z Compiling static_assertions v1.1.0
13362024-08-30T17:49:15.930Z Compiling predicates v3.1.2
13372024-08-30T17:49:16.308Z Compiling similar v2.6.0
13382024-08-30T17:49:16.334Z Compiling clap v4.5.16
13392024-08-30T17:49:16.430Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13402024-08-30T17:49:16.460Z Compiling string_cache v0.8.7
13412024-08-30T17:49:16.568Z Compiling console v0.15.8
13422024-08-30T17:49:16.778Z Compiling tokio-postgres v0.7.11
13432024-08-30T17:49:16.862Z Compiling bit-set v0.5.3
13442024-08-30T17:49:16.970Z Compiling hickory-proto v0.24.1
13452024-08-30T17:49:17.126Z Compiling reqwest v0.11.27
13462024-08-30T17:49:17.412Z Compiling petgraph v0.6.5
13472024-08-30T17:49:17.802Z Compiling toml_edit v0.22.20
13482024-08-30T17:49:18.340Z Compiling nom v7.1.3
13492024-08-30T17:49:20.735Z Compiling signal-hook-mio v0.2.4
13502024-08-30T17:49:20.907Z Compiling usdt v0.5.0
13512024-08-30T17:49:21.211Z Compiling elliptic-curve v0.13.8
13522024-08-30T17:49:21.258Z Compiling rsa v0.9.6
13532024-08-30T17:49:21.359Z Compiling futures v0.3.30
13542024-08-30T17:49:21.483Z Compiling toml v0.7.8
13552024-08-30T17:49:21.596Z Compiling flate2 v1.0.31
13562024-08-30T17:49:22.417Z Compiling itertools v0.10.5
13572024-08-30T17:49:22.898Z Compiling itertools v0.12.1
13582024-08-30T17:49:22.922Z Compiling tokio-stream v0.1.15
13592024-08-30T17:49:23.748Z Compiling openapiv3 v2.0.0
13602024-08-30T17:49:24.604Z Compiling hex v0.4.3
13612024-08-30T17:49:24.709Z Compiling crossbeam-epoch v0.9.18
13622024-08-30T17:49:25.150Z Compiling sha1 v0.10.6
13632024-08-30T17:49:25.234Z Compiling dirs-sys-next v0.1.2
13642024-08-30T17:49:25.258Z Compiling unicode-xid v0.2.4
13652024-08-30T17:49:25.367Z Compiling peg-runtime v0.8.3
13662024-08-30T17:49:25.432Z Compiling lalrpop-util v0.19.12
13672024-08-30T17:49:25.587Z Compiling dirs-next v2.0.0
13682024-08-30T17:49:25.611Z Compiling thread_local v1.1.8
13692024-08-30T17:49:25.748Z Compiling slog-async v2.8.0
13702024-08-30T17:49:25.777Z Compiling term v0.7.0
13712024-08-30T17:49:25.858Z Compiling xattr v1.3.1
13722024-08-30T17:49:25.967Z Compiling crossbeam-channel v0.5.12
13732024-08-30T17:49:26.096Z Compiling strum_macros v0.26.4
13742024-08-30T17:49:26.120Z Compiling is-terminal v0.4.12
13752024-08-30T17:49:26.259Z Compiling filetime v0.2.25
13762024-08-30T17:49:26.283Z Compiling take_mut v0.2.2
13772024-08-30T17:49:26.442Z Compiling slog-term v2.9.1
13782024-08-30T17:49:27.579Z Compiling tar v0.4.41
13792024-08-30T17:49:27.602Z Compiling camino v1.1.9
13802024-08-30T17:49:28.379Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13812024-08-30T17:49:29.216Z Compiling strum v0.26.3
13822024-08-30T17:49:29.329Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13832024-08-30T17:49:35.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
13842024-08-30T17:49:35.631Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13852024-08-30T17:49:35.700ZAug 30 17:49:35.525 INFO Starting download, target: Cockroach
13862024-08-30T17:49:35.700ZAug 30 17:49:35.526 INFO Starting download, target: Clickhouse
13872024-08-30T17:49:35.700ZAug 30 17:49:35.526 INFO Starting download, target: DendriteOpenapi
13882024-08-30T17:49:35.700ZAug 30 17:49:35.526 INFO Starting download, target: DendriteStub
13892024-08-30T17:49:35.723ZAug 30 17:49:35.526 INFO Starting download, target: Console
13902024-08-30T17:49:35.723ZAug 30 17:49:35.526 INFO Starting download, target: MaghemiteMgd
13912024-08-30T17:49:35.723ZAug 30 17:49:35.526 INFO Starting download, target: TransceiverControl
13922024-08-30T17:49:35.723ZAug 30 17:49:35.527 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13932024-08-30T17:49:35.723ZAug 30 17:49:35.527 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13942024-08-30T17:49:35.723ZAug 30 17:49:35.527 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13952024-08-30T17:49:35.724ZAug 30 17:49:35.528 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13962024-08-30T17:49:35.724ZAug 30 17:49:35.528 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13972024-08-30T17:49:35.724ZAug 30 17:49:35.528 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13982024-08-30T17:49:35.724ZAug 30 17:49:35.528 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13992024-08-30T17:49:36.047ZAug 30 17:49:35.872 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14002024-08-30T17:49:36.149ZAug 30 17:49:35.973 INFO Download complete, target: DendriteOpenapi
14012024-08-30T17:49:36.374ZAug 30 17:49:36.192 INFO Download complete, target: Console
14022024-08-30T17:49:36.415ZAug 30 17:49:36.240 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14032024-08-30T17:49:37.075ZAug 30 17:49:36.901 INFO Download complete, target: TransceiverControl
14042024-08-30T17:49:37.726ZAug 30 17:49:37.549 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14052024-08-30T17:49:37.753ZAug 30 17:49:37.567 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14062024-08-30T17:49:40.929ZAug 30 17:49:40.755 INFO Download complete, target: DendriteStub
14072024-08-30T17:49:41.116ZAug 30 17:49:40.942 INFO Download complete, target: MaghemiteMgd
14082024-08-30T17:49:45.316ZAug 30 17:49:45.142 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14092024-08-30T17:49:45.316ZAug 30 17:49:45.142 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14102024-08-30T17:49:53.973ZAug 30 17:49:53.799 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14112024-08-30T17:49:54.342ZAug 30 17:49:54.168 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14122024-08-30T17:49:54.829ZAug 30 17:49:54.655 INFO Checking that binary works, target: Cockroach
14132024-08-30T17:49:55.101ZAug 30 17:49:54.926 INFO Download complete, target: Cockroach
14142024-08-30T17:50:09.452ZAug 30 17:50:09.278 INFO Checking that binary works, target: Clickhouse
14152024-08-30T17:50:09.625ZAug 30 17:50:09.451 INFO Download complete, target: Clickhouse
14162024-08-30T17:50:09.651ZAll builder prerequisites installed successfully, and PATH looks valid
14172024-08-30T17:50:09.675Z
14182024-08-30T17:50:09.675Zreal 3:58.622470264
14192024-08-30T17:50:09.675Zuser 10:00.819948754
14202024-08-30T17:50:09.675Zsys 2:24.394548861
14212024-08-30T17:50:09.675Ztrap 0.319158358
14222024-08-30T17:50:09.675Ztflt 0.670340062
14232024-08-30T17:50:09.675Zdflt 1.664235555
14242024-08-30T17:50:09.675Zkflt 0.007511179
14252024-08-30T17:50:09.675Zlock 24:21.588665766
14262024-08-30T17:50:09.675Zslp 38:18.264037286
14272024-08-30T17:50:09.675Zlat 47.933279570
14282024-08-30T17:50:09.675Zstop 1:51.482526725
14292024-08-30T17:50:09.675Z+ banner hack-check
14302024-08-30T17:50:09.675Z
14312024-08-30T17:50:09.675Z # # ## #### # # #### # # ###### #### # #
14322024-08-30T17:50:09.675Z # # # # # # # # # # # # # # # # #
14332024-08-30T17:50:09.675Z ###### # # # #### ##### # ###### ##### # ####
14342024-08-30T17:50:09.675Z # # ###### # # # # # # # # # #
14352024-08-30T17:50:09.675Z # # # # # # # # # # # # # # # # #
14362024-08-30T17:50:09.675Z # # # # #### # # #### # # ###### #### # #
14372024-08-30T17:50:09.675Z
14382024-08-30T17:50:09.675Z+ export CARGO_INCREMENTAL=0
14392024-08-30T17:50:09.675Z+ CARGO_INCREMENTAL=0
14402024-08-30T17:50:09.675Z+ ptime -m timeout 2h cargo xtask check-features --ci
14412024-08-30T17:50:10.460Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14422024-08-30T17:50:15.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
14432024-08-30T17:50:15.380Z Running `target/debug/xtask check-features --ci`
14442024-08-30T17:50:15.407Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14452024-08-30T17:50:15.407Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14462024-08-30T17:50:16.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
14472024-08-30T17:50:16.087Z Running `target/debug/xtask download cargo-hack`
14482024-08-30T17:50:17.206Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14492024-08-30T17:50:17.525Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14502024-08-30T17:50:23.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.97s
14512024-08-30T17:50:23.199Z Running `target/debug/xtask-downloader cargo-hack`
14522024-08-30T17:50:23.244ZAug 30 17:50:23.069 INFO Starting download, target: CargoHack
14532024-08-30T17:50:23.267ZAug 30 17:50:23.071 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14542024-08-30T17:50:23.819ZAug 30 17:50:23.645 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14552024-08-30T17:50:23.936ZAug 30 17:50:23.762 INFO Download complete, target: CargoHack
14562024-08-30T17:50:23.960Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14572024-08-30T17:50:23.985Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14582024-08-30T17:50:24.181Zinfo: running `cargo check --bins` on api_identity (1/158)
14592024-08-30T17:50:24.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14602024-08-30T17:50:24.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14612024-08-30T17:50:24.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14622024-08-30T17:50:24.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
14632024-08-30T17:50:24.984Z
14642024-08-30T17:50:24.984Zinfo: running `cargo check --bins` on bootstore (2/158)
14652024-08-30T17:50:25.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14662024-08-30T17:50:25.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14672024-08-30T17:50:25.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14682024-08-30T17:50:25.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
14692024-08-30T17:50:25.887Z
14702024-08-30T17:50:25.887Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/158)
14712024-08-30T17:50:26.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14722024-08-30T17:50:26.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14732024-08-30T17:50:26.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14742024-08-30T17:50:26.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
14752024-08-30T17:50:26.800Z
14762024-08-30T17:50:26.800Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158)
14772024-08-30T17:50:27.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14782024-08-30T17:50:27.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14792024-08-30T17:50:27.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14802024-08-30T17:50:27.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
14812024-08-30T17:50:27.646Z
14822024-08-30T17:50:27.646Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158)
14832024-08-30T17:50:28.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14842024-08-30T17:50:28.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14852024-08-30T17:50:28.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14862024-08-30T17:50:28.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14872024-08-30T17:50:28.271Z
14882024-08-30T17:50:28.271Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158)
14892024-08-30T17:50:28.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14902024-08-30T17:50:28.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14912024-08-30T17:50:28.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14922024-08-30T17:50:28.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14932024-08-30T17:50:28.885Z
14942024-08-30T17:50:28.885Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158)
14952024-08-30T17:50:29.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14962024-08-30T17:50:29.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14972024-08-30T17:50:29.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14982024-08-30T17:50:29.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14992024-08-30T17:50:29.510Z
15002024-08-30T17:50:29.510Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158)
15012024-08-30T17:50:30.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15022024-08-30T17:50:30.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15032024-08-30T17:50:30.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15042024-08-30T17:50:30.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15052024-08-30T17:50:30.123Z
15062024-08-30T17:50:30.123Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158)
15072024-08-30T17:50:30.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15082024-08-30T17:50:30.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15092024-08-30T17:50:30.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15102024-08-30T17:50:30.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15112024-08-30T17:50:30.778Z
15122024-08-30T17:50:30.778Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158)
15132024-08-30T17:50:31.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15142024-08-30T17:50:31.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15152024-08-30T17:50:31.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15162024-08-30T17:50:31.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15172024-08-30T17:50:31.414Z
15182024-08-30T17:50:31.414Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158)
15192024-08-30T17:50:32.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15202024-08-30T17:50:32.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15212024-08-30T17:50:32.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15222024-08-30T17:50:32.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
15232024-08-30T17:50:32.138Z
15242024-08-30T17:50:32.139Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158)
15252024-08-30T17:50:32.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15262024-08-30T17:50:32.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15272024-08-30T17:50:32.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15282024-08-30T17:50:32.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15292024-08-30T17:50:32.739Z
15302024-08-30T17:50:32.739Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158)
15312024-08-30T17:50:33.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15322024-08-30T17:50:33.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15332024-08-30T17:50:33.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15342024-08-30T17:50:33.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15352024-08-30T17:50:33.356Z
15362024-08-30T17:50:33.356Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158)
15372024-08-30T17:50:33.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15382024-08-30T17:50:33.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15392024-08-30T17:50:33.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15402024-08-30T17:50:33.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15412024-08-30T17:50:33.971Z
15422024-08-30T17:50:33.971Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158)
15432024-08-30T17:50:34.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15442024-08-30T17:50:34.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15452024-08-30T17:50:34.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15462024-08-30T17:50:34.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15472024-08-30T17:50:34.613Z
15482024-08-30T17:50:34.613Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158)
15492024-08-30T17:50:35.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15502024-08-30T17:50:35.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15512024-08-30T17:50:35.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15522024-08-30T17:50:35.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15532024-08-30T17:50:35.220Z
15542024-08-30T17:50:35.220Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158)
15552024-08-30T17:50:35.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15562024-08-30T17:50:35.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15572024-08-30T17:50:35.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15582024-08-30T17:50:35.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15592024-08-30T17:50:35.823Z
15602024-08-30T17:50:35.823Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158)
15612024-08-30T17:50:36.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15622024-08-30T17:50:36.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15632024-08-30T17:50:36.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15642024-08-30T17:50:36.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15652024-08-30T17:50:36.478Z
15662024-08-30T17:50:36.478Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158)
15672024-08-30T17:50:37.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15682024-08-30T17:50:37.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15692024-08-30T17:50:37.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15702024-08-30T17:50:37.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15712024-08-30T17:50:37.127Z
15722024-08-30T17:50:37.128Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158)
15732024-08-30T17:50:37.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15742024-08-30T17:50:37.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15752024-08-30T17:50:37.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15762024-08-30T17:50:37.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15772024-08-30T17:50:37.748Z
15782024-08-30T17:50:37.749Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158)
15792024-08-30T17:50:38.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15802024-08-30T17:50:38.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15812024-08-30T17:50:38.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15822024-08-30T17:50:38.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15832024-08-30T17:50:38.370Z
15842024-08-30T17:50:38.370Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158)
15852024-08-30T17:50:38.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15862024-08-30T17:50:38.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15872024-08-30T17:50:38.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15882024-08-30T17:50:38.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15892024-08-30T17:50:38.997Z
15902024-08-30T17:50:38.997Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158)
15912024-08-30T17:50:39.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15922024-08-30T17:50:39.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15932024-08-30T17:50:39.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15942024-08-30T17:50:39.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15952024-08-30T17:50:39.630Z
15962024-08-30T17:50:39.630Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158)
15972024-08-30T17:50:40.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15982024-08-30T17:50:40.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15992024-08-30T17:50:40.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16002024-08-30T17:50:40.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16012024-08-30T17:50:40.250Z
16022024-08-30T17:50:40.250Zinfo: running `cargo check --bins` on sled-hardware-types (25/158)
16032024-08-30T17:50:40.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16042024-08-30T17:50:41.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16052024-08-30T17:50:41.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16062024-08-30T17:50:41.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
16072024-08-30T17:50:41.068Z
16082024-08-30T17:50:41.068Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/158)
16092024-08-30T17:50:41.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16102024-08-30T17:50:41.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16112024-08-30T17:50:41.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16122024-08-30T17:50:41.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16132024-08-30T17:50:41.953Z
16142024-08-30T17:50:41.953Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158)
16152024-08-30T17:50:42.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-08-30T17:50:42.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-08-30T17:50:42.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-08-30T17:50:42.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
16192024-08-30T17:50:42.785Z
16202024-08-30T17:50:42.785Zinfo: running `cargo check --bins` on oxlog (28/158)
16212024-08-30T17:50:43.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-08-30T17:50:43.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-08-30T17:50:43.578Z Checking cfg-if v1.0.0
16242024-08-30T17:50:43.602Z Checking libc v0.2.158
16252024-08-30T17:50:43.602Z Checking memchr v2.7.2
16262024-08-30T17:50:43.626Z Checking serde v1.0.208
16272024-08-30T17:50:43.650Z Checking zeroize v1.7.0
16282024-08-30T17:50:43.676Z Checking typenum v1.17.0
16292024-08-30T17:50:43.676Z Checking scopeguard v1.2.0
16302024-08-30T17:50:43.676Z Checking byteorder v1.5.0
16312024-08-30T17:50:43.700Z Checking log v0.4.21
16322024-08-30T17:50:43.804Z Checking lock_api v0.4.12
16332024-08-30T17:50:43.873Z Checking subtle v2.5.0
16342024-08-30T17:50:43.957Z Checking once_cell v1.19.0
16352024-08-30T17:50:44.023Z Checking const-oid v0.9.6
16362024-08-30T17:50:44.103Z Checking itoa v1.0.11
16372024-08-30T17:50:44.167Z Checking smallvec v1.13.2
16382024-08-30T17:50:44.226Z Checking pin-project-lite v0.2.14
16392024-08-30T17:50:44.290Z Checking zerocopy v0.7.34
16402024-08-30T17:50:44.335Z Checking spin v0.9.8
16412024-08-30T17:50:44.366Z Checking tinyvec_macros v0.1.1
16422024-08-30T17:50:44.463Z Checking tinyvec v1.6.0
16432024-08-30T17:50:44.487Z Checking cpufeatures v0.2.12
16442024-08-30T17:50:44.563Z Checking getrandom v0.2.14
16452024-08-30T17:50:44.586Z Checking parking_lot_core v0.9.10
16462024-08-30T17:50:44.647Z Checking signal-hook-registry v1.4.2
16472024-08-30T17:50:44.671Z Checking generic-array v0.14.7
16482024-08-30T17:50:44.789Z Checking rand_core v0.6.4
16492024-08-30T17:50:44.864Z Checking mio v1.0.2
16502024-08-30T17:50:44.888Z Checking parking_lot v0.12.2
16512024-08-30T17:50:45.052Z Checking socket2 v0.5.7
16522024-08-30T17:50:45.168Z Checking futures-core v0.3.30
16532024-08-30T17:50:45.329Z Checking futures-sink v0.3.30
16542024-08-30T17:50:45.389Z Checking allocator-api2 v0.2.18
16552024-08-30T17:50:45.413Z Checking unicode-bidi v0.3.15
16562024-08-30T17:50:45.469Z Checking libm v0.2.8
16572024-08-30T17:50:45.493Z Checking equivalent v1.0.1
16582024-08-30T17:50:45.517Z Checking ahash v0.8.11
16592024-08-30T17:50:45.556Z Checking unicode-normalization v0.1.23
16602024-08-30T17:50:45.589Z Checking ryu v1.0.18
16612024-08-30T17:50:45.632Z Checking crypto-common v0.1.6
16622024-08-30T17:50:45.792Z Checking block-buffer v0.10.4
16632024-08-30T17:50:45.817Z Checking block-padding v0.3.3
16642024-08-30T17:50:45.953Z Checking futures-channel v0.3.30
16652024-08-30T17:50:45.977Z Checking slab v0.4.9
16662024-08-30T17:50:45.977Z Checking hashbrown v0.14.5
16672024-08-30T17:50:46.001Z Checking inout v0.1.3
16682024-08-30T17:50:46.001Z Checking digest v0.10.7
16692024-08-30T17:50:46.214Z Checking cipher v0.4.4
16702024-08-30T17:50:46.238Z Checking futures-io v0.3.30
16712024-08-30T17:50:46.261Z Checking num-traits v0.2.19
16722024-08-30T17:50:46.285Z Checking futures-task v0.3.30
16732024-08-30T17:50:46.309Z Checking pin-utils v0.1.0
16742024-08-30T17:50:46.342Z Checking hmac v0.12.1
16752024-08-30T17:50:46.385Z Checking sha2 v0.10.8
16762024-08-30T17:50:46.409Z Checking base64ct v1.6.0
16772024-08-30T17:50:46.489Z Checking futures-util v0.3.30
16782024-08-30T17:50:46.545Z Checking percent-encoding v2.3.1
16792024-08-30T17:50:46.578Z Checking flagset v0.4.5
16802024-08-30T17:50:46.726Z Checking ppv-lite86 v0.2.17
16812024-08-30T17:50:46.755Z Checking salsa20 v0.10.2
16822024-08-30T17:50:46.800Z Checking pem-rfc7468 v0.7.0
16832024-08-30T17:50:46.890Z Checking pbkdf2 v0.12.2
16842024-08-30T17:50:46.942Z Checking tracing-core v0.1.32
16852024-08-30T17:50:47.020Z Checking untrusted v0.9.0
16862024-08-30T17:50:47.044Z Checking der v0.7.9
16872024-08-30T17:50:47.044Z Checking fnv v1.0.7
16882024-08-30T17:50:47.159Z Checking ring v0.17.8
16892024-08-30T17:50:47.183Z Checking scrypt v0.11.0
16902024-08-30T17:50:47.319Z Checking rand_chacha v0.3.1
16912024-08-30T17:50:47.370Z Checking cbc v0.1.2
16922024-08-30T17:50:47.518Z Checking tracing v0.1.40
16932024-08-30T17:50:47.562Z Checking aes v0.8.4
16942024-08-30T17:50:47.655Z Checking rand v0.8.5
16952024-08-30T17:50:47.679Z Checking thiserror v1.0.63
16962024-08-30T17:50:47.797Z Checking foreign-types-shared v0.1.1
16972024-08-30T17:50:47.821Z Checking bytes v1.7.1
16982024-08-30T17:50:47.845Z Checking bitflags v2.6.0
16992024-08-30T17:50:47.900Z Checking indexmap v2.4.0
17002024-08-30T17:50:48.092Z Checking serde_json v1.0.125
17012024-08-30T17:50:48.307Z Checking foreign-types v0.3.2
17022024-08-30T17:50:48.388Z Checking form_urlencoded v1.2.1
17032024-08-30T17:50:48.524Z Checking tokio v1.39.3
17042024-08-30T17:50:48.559Z Checking http v0.2.12
17052024-08-30T17:50:48.623Z Checking spki v0.7.3
17062024-08-30T17:50:48.699Z Checking openssl-sys v0.9.103
17072024-08-30T17:50:48.722Z Checking aho-corasick v1.1.3
17082024-08-30T17:50:48.868Z Checking pkcs5 v0.7.1
17092024-08-30T17:50:48.954Z Checking regex-syntax v0.8.4
17102024-08-30T17:50:49.342Z Checking try-lock v0.2.5
17112024-08-30T17:50:49.478Z Checking siphasher v0.3.11
17122024-08-30T17:50:49.555Z Checking powerfmt v0.2.0
17132024-08-30T17:50:49.773Z Checking unicode-ident v1.0.12
17142024-08-30T17:50:49.813Z Checking http-body v0.4.6
17152024-08-30T17:50:49.843Z Checking deranged v0.3.11
17162024-08-30T17:50:49.893Z Checking openssl v0.10.66
17172024-08-30T17:50:49.948Z Checking proc-macro2 v1.0.86
17182024-08-30T17:50:50.214Z Checking want v0.3.1
17192024-08-30T17:50:50.261Z Checking pkcs8 v0.10.2
17202024-08-30T17:50:50.375Z Checking rustls-webpki v0.101.7
17212024-08-30T17:50:50.545Z Checking sct v0.7.1
17222024-08-30T17:50:50.579Z Checking uuid v1.10.0
17232024-08-30T17:50:50.737Z Checking idna v0.5.0
17242024-08-30T17:50:50.847Z Checking httparse v1.8.0
17252024-08-30T17:50:51.026Z Checking errno v0.3.9
17262024-08-30T17:50:51.125Z Checking scroll v0.12.0
17272024-08-30T17:50:51.193Z Checking anstyle v1.0.8
17282024-08-30T17:50:51.220Z Checking num_threads v0.1.7
17292024-08-30T17:50:51.324Z Checking tower-service v0.3.2
17302024-08-30T17:50:51.400Z Checking adler v1.0.2
17312024-08-30T17:50:51.455Z Checking ucd-trie v0.1.6
17322024-08-30T17:50:51.478Z Checking plain v0.2.3
17332024-08-30T17:50:51.528Z Checking finl_unicode v1.2.0
17342024-08-30T17:50:51.568Z Checking time-core v0.1.2
17352024-08-30T17:50:51.605Z Checking iana-time-zone v0.1.60
17362024-08-30T17:50:51.628Z Checking num-conv v0.1.0
17372024-08-30T17:50:51.661Z Checking httpdate v1.0.3
17382024-08-30T17:50:51.704Z Checking utf8parse v0.2.1
17392024-08-30T17:50:51.728Z Checking openssl-probe v0.1.5
17402024-08-30T17:50:51.811Z Checking regex-automata v0.4.6
17412024-08-30T17:50:51.838Z Checking anstyle-parse v0.2.4
17422024-08-30T17:50:51.861Z Checking chrono v0.4.38
17432024-08-30T17:50:51.861Z Checking time v0.3.36
17442024-08-30T17:50:51.884Z Checking pest v2.7.10
17452024-08-30T17:50:52.000Z Checking stringprep v0.1.4
17462024-08-30T17:50:52.072Z Checking goblin v0.8.2
17472024-08-30T17:50:52.228Z Checking miniz_oxide v0.7.2
17482024-08-30T17:50:52.830Z Checking url v2.5.2
17492024-08-30T17:50:53.468Z Checking rustix v0.38.34
17502024-08-30T17:50:53.583Z Checking rustls v0.21.12
17512024-08-30T17:50:53.867Z Checking quote v1.0.36
17522024-08-30T17:50:53.904Z Checking toml_datetime v0.6.8
17532024-08-30T17:50:54.152Z Checking serde_spanned v0.6.7
17542024-08-30T17:50:54.177Z Checking num-integer v0.1.46
17552024-08-30T17:50:54.317Z Checking md-5 v0.10.6
17562024-08-30T17:50:54.487Z Checking native-tls v0.2.11
17572024-08-30T17:50:54.510Z Checking idna v0.3.0
17582024-08-30T17:50:54.578Z Checking lazy_static v1.5.0
17592024-08-30T17:50:54.687Z Checking hash32 v0.2.1
17602024-08-30T17:50:54.712Z Checking tokio-util v0.7.11
17612024-08-30T17:50:54.750Z Checking stable_deref_trait v1.2.0
17622024-08-30T17:50:54.848Z Checking base64 v0.22.1
17632024-08-30T17:50:54.958Z Checking colorchoice v1.0.1
17642024-08-30T17:50:55.083Z Checking pretty-hex v0.4.1
17652024-08-30T17:50:55.126Z Checking psl-types v2.0.11
17662024-08-30T17:50:55.149Z Checking gimli v0.28.1
17672024-08-30T17:50:55.251Z Checking fallible-iterator v0.2.0
17682024-08-30T17:50:55.275Z Checking is_terminal_polyfill v1.70.0
17692024-08-30T17:50:55.301Z Checking anstyle-query v1.0.3
17702024-08-30T17:50:55.378Z Checking publicsuffix v2.2.3
17712024-08-30T17:50:55.423Z Checking anstream v0.6.14
17722024-08-30T17:50:55.475Z Checking h2 v0.3.26
17732024-08-30T17:50:55.498Z Checking terminal_size v0.3.0
17742024-08-30T17:50:55.599Z Checking heapless v0.7.17
17752024-08-30T17:50:55.643Z Checking tokio-native-tls v0.3.1
17762024-08-30T17:50:55.769Z Checking num-iter v0.1.45
17772024-08-30T17:50:55.806Z Checking postgres-protocol v0.6.7
17782024-08-30T17:50:55.870Z Checking syn v2.0.74
17792024-08-30T17:50:55.926Z Checking dtrace-parser v0.2.0
17802024-08-30T17:50:56.271Z Checking dof v0.3.0
17812024-08-30T17:50:56.333Z Checking cookie v0.17.0
17822024-08-30T17:50:56.357Z Checking tokio-rustls v0.24.1
17832024-08-30T17:50:56.381Z Checking phf_shared v0.11.2
17842024-08-30T17:50:56.485Z Checking ff v0.13.0
17852024-08-30T17:50:56.657Z Checking thread-id v4.2.1
17862024-08-30T17:50:56.683Z Checking object v0.32.2
17872024-08-30T17:50:56.707Z Checking base64 v0.21.7
17882024-08-30T17:50:56.730Z Checking winnow v0.5.40
17892024-08-30T17:50:56.757Z Checking ipnet v2.9.0
17902024-08-30T17:50:56.798Z Checking clap_lex v0.7.0
17912024-08-30T17:50:57.009Z Checking either v1.13.0
17922024-08-30T17:50:57.121Z Checking strsim v0.11.1
17932024-08-30T17:50:57.158Z Checking base16ct v0.2.0
17942024-08-30T17:50:57.324Z Checking rustc-demangle v0.1.24
17952024-08-30T17:50:57.347Z Checking managed v0.8.0
17962024-08-30T17:50:57.379Z Checking bitflags v1.3.2
17972024-08-30T17:50:57.460Z Checking clap_builder v4.5.15
17982024-08-30T17:50:57.682Z Checking smoltcp v0.9.1
17992024-08-30T17:50:57.705Z Checking sec1 v0.7.3
18002024-08-30T17:50:58.021Z Checking rustls-pemfile v1.0.4
18012024-08-30T17:50:58.182Z Checking cookie_store v0.20.0
18022024-08-30T17:50:58.310Z Checking addr2line v0.21.0
18032024-08-30T17:50:58.694Z Checking group v0.13.0
18042024-08-30T17:50:58.748Z Checking phf v0.11.2
18052024-08-30T17:50:58.901Z Checking postgres-types v0.2.7
18062024-08-30T17:50:58.925Z Checking num-bigint-dig v0.8.4
18072024-08-30T17:50:58.987Z Checking regex v1.10.6
18082024-08-30T17:50:59.172Z Checking toml_edit v0.19.15
18092024-08-30T17:50:59.469Z Checking bstr v1.9.1
18102024-08-30T17:50:59.493Z Checking futures-executor v0.3.30
18112024-08-30T17:50:59.688Z Checking pkcs1 v0.7.5
18122024-08-30T17:50:59.977Z Checking phf_shared v0.10.0
18132024-08-30T17:51:00.033Z Checking serde_urlencoded v0.7.1
18142024-08-30T17:51:00.222Z Checking hubpack v0.1.2
18152024-08-30T17:51:00.246Z Checking zerocopy v0.6.6
18162024-08-30T17:51:00.386Z Checking float-cmp v0.9.0
18172024-08-30T17:51:00.463Z Checking hyper v0.14.30
18182024-08-30T17:51:00.510Z Checking crossbeam-utils v0.8.19
18192024-08-30T17:51:00.557Z Checking crc32fast v1.4.0
18202024-08-30T17:51:00.688Z Checking signal-hook v0.3.17
18212024-08-30T17:51:00.773Z Checking hkdf v0.12.4
18222024-08-30T17:51:00.920Z Checking signature v2.2.0
18232024-08-30T17:51:00.974Z Checking idna v0.4.0
18242024-08-30T17:51:00.997Z Checking crypto-bigint v0.5.5
18252024-08-30T17:51:01.100Z Checking memmap v0.7.0
18262024-08-30T17:51:01.123Z Checking mio v0.8.11
18272024-08-30T17:51:01.172Z Checking usdt-impl v0.5.0
18282024-08-30T17:51:01.239Z Checking encoding_rs v0.8.34
18292024-08-30T17:51:01.285Z Checking precomputed-hash v0.1.1
18302024-08-30T17:51:01.387Z Checking normalize-line-endings v0.3.0
18312024-08-30T17:51:01.493Z Checking webpki-roots v0.25.4
18322024-08-30T17:51:01.635Z Checking unicode-width v0.1.13
18332024-08-30T17:51:01.658Z Checking mime v0.3.17
18342024-08-30T17:51:01.658Z Checking sync_wrapper v0.1.2
18352024-08-30T17:51:01.682Z Checking unicode-segmentation v1.11.0
18362024-08-30T17:51:01.773Z Checking minimal-lexical v0.2.1
18372024-08-30T17:51:01.797Z Checking backtrace v0.3.71
18382024-08-30T17:51:01.820Z Checking predicates-core v1.0.6
18392024-08-30T17:51:01.930Z Checking dyn-clone v1.0.17
18402024-08-30T17:51:01.965Z Checking difflib v0.4.0
18412024-08-30T17:51:02.053Z Checking new_debug_unreachable v1.0.6
18422024-08-30T17:51:02.112Z Checking data-encoding v2.6.0
18432024-08-30T17:51:02.141Z Checking static_assertions v1.1.0
18442024-08-30T17:51:02.224Z Checking whoami v1.5.1
18452024-08-30T17:51:02.252Z Checking fixedbitset v0.4.2
18462024-08-30T17:51:02.253Z Checking bit-vec v0.6.3
18472024-08-30T17:51:02.294Z Checking winnow v0.6.18
18482024-08-30T17:51:02.482Z Checking tokio-postgres v0.7.11
18492024-08-30T17:51:02.507Z Checking petgraph v0.6.5
18502024-08-30T17:51:02.536Z Checking bit-set v0.5.3
18512024-08-30T17:51:02.644Z Checking hickory-proto v0.24.1
18522024-08-30T17:51:02.748Z Checking anyhow v1.0.86
18532024-08-30T17:51:03.064Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18542024-08-30T17:51:03.088Z Checking predicates v3.1.2
18552024-08-30T17:51:03.272Z Checking elliptic-curve v0.13.8
18562024-08-30T17:51:03.609Z Checking similar v2.6.0
18572024-08-30T17:51:03.815Z Checking string_cache v0.8.7
18582024-08-30T17:51:04.059Z Checking nom v7.1.3
18592024-08-30T17:51:04.321Z Checking schemars v0.8.21
18602024-08-30T17:51:04.658Z Checking toml_edit v0.22.20
18612024-08-30T17:51:04.803Z Checking console v0.15.8
18622024-08-30T17:51:05.150Z Checking signal-hook-mio v0.2.4
18632024-08-30T17:51:05.270Z Checking usdt v0.5.0
18642024-08-30T17:51:05.293Z Checking toml v0.7.8
18652024-08-30T17:51:05.486Z Checking crossbeam-epoch v0.9.18
18662024-08-30T17:51:05.517Z Checking hyper-tls v0.5.0
18672024-08-30T17:51:05.627Z Checking hyper-rustls v0.24.2
18682024-08-30T17:51:05.750Z Checking rsa v0.9.6
18692024-08-30T17:51:05.858Z Checking flate2 v1.0.31
18702024-08-30T17:51:05.894Z Checking reqwest v0.11.27
18712024-08-30T17:51:05.917Z Checking clap v4.5.16
18722024-08-30T17:51:06.016Z Checking futures v0.3.30
18732024-08-30T17:51:06.133Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18742024-08-30T17:51:06.157Z Checking itertools v0.10.5
18752024-08-30T17:51:06.409Z Checking itertools v0.12.1
18762024-08-30T17:51:06.432Z Checking tokio-stream v0.1.15
18772024-08-30T17:51:06.497Z Checking fs-err v2.11.0
18782024-08-30T17:51:06.611Z Checking nix v0.28.0
18792024-08-30T17:51:06.840Z Checking slog v2.7.0
18802024-08-30T17:51:06.969Z Checking openapiv3 v2.0.0
18812024-08-30T17:51:07.098Z Checking semver v1.0.23
18822024-08-30T17:51:07.121Z Checking hex v0.4.3
18832024-08-30T17:51:07.253Z Checking sha1 v0.10.6
18842024-08-30T17:51:07.308Z Checking peg-runtime v0.8.3
18852024-08-30T17:51:07.451Z Checking lalrpop-util v0.19.12
18862024-08-30T17:51:07.479Z Checking camino v1.1.9
18872024-08-30T17:51:07.503Z Checking sigpipe v0.1.3
18882024-08-30T17:51:09.667Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18892024-08-30T17:51:10.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.29s
18902024-08-30T17:51:10.209Z
18912024-08-30T17:51:10.209Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158)
18922024-08-30T17:51:10.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932024-08-30T17:51:11.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942024-08-30T17:51:11.088Z Compiling regress v0.9.1
18952024-08-30T17:51:11.117Z Checking strum v0.26.3
18962024-08-30T17:51:11.141Z Checking heck v0.5.0
18972024-08-30T17:51:11.164Z Compiling getopts v0.2.21
18982024-08-30T17:51:11.188Z Checking dirs-sys-next v0.1.2
18992024-08-30T17:51:11.188Z Compiling unsafe-libyaml v0.2.11
19002024-08-30T17:51:11.260Z Checking http v1.1.0
19012024-08-30T17:51:11.313Z Checking thread_local v1.1.8
19022024-08-30T17:51:11.349Z Checking dirs-next v2.0.0
19032024-08-30T17:51:11.461Z Checking rustls-pki-types v1.7.0
19042024-08-30T17:51:11.486Z Compiling ident_case v1.0.1
19052024-08-30T17:51:11.559Z Checking term v0.7.0
19062024-08-30T17:51:11.652Z Compiling darling_core v0.20.9
19072024-08-30T17:51:11.820Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19082024-08-30T17:51:11.927Z Checking crossbeam-channel v0.5.12
19092024-08-30T17:51:11.963Z Checking atty v0.2.14
19102024-08-30T17:51:12.071Z Checking is-terminal v0.4.12
19112024-08-30T17:51:12.102Z Compiling paste v1.0.15
19122024-08-30T17:51:12.183Z Compiling rustls v0.22.4
19132024-08-30T17:51:12.411Z Compiling serde_yaml v0.9.34+deprecated
19142024-08-30T17:51:12.435Z Checking termcolor v1.4.1
19152024-08-30T17:51:12.560Z Checking humantime v2.1.0
19162024-08-30T17:51:12.583Z Checking take_mut v0.2.2
19172024-08-30T17:51:12.709Z Checking utf-8 v0.7.6
19182024-08-30T17:51:12.754Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19192024-08-30T17:51:12.789Z Checking slog-async v2.8.0
19202024-08-30T17:51:12.812Z Checking env_logger v0.9.3
19212024-08-30T17:51:12.971Z Checking slog-term v2.9.1
19222024-08-30T17:51:13.040Z Checking rustls-webpki v0.102.4
19232024-08-30T17:51:13.077Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19242024-08-30T17:51:13.188Z Compiling proc-macro-crate v1.3.1
19252024-08-30T17:51:13.357Z Compiling bitstruct_derive v0.1.0
19262024-08-30T17:51:13.381Z Compiling structmeta-derive v0.3.0
19272024-08-30T17:51:13.656Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19282024-08-30T17:51:13.772Z Compiling multer v3.1.0
19292024-08-30T17:51:13.816Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19302024-08-30T17:51:14.121Z Checking ascii v1.1.0
19312024-08-30T17:51:14.453Z Checking match_cfg v0.1.0
19322024-08-30T17:51:14.517Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19332024-08-30T17:51:14.541Z Checking hostname v0.3.1
19342024-08-30T17:51:14.657Z Checking bitstruct v0.1.1
19352024-08-30T17:51:14.754Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19362024-08-30T17:51:14.792Z Compiling num_enum_derive v0.5.11
19372024-08-30T17:51:15.213Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19382024-08-30T17:51:15.540Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19392024-08-30T17:51:15.764Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19402024-08-30T17:51:15.856Z Compiling structmeta v0.3.0
19412024-08-30T17:51:15.984Z Checking slog-json v2.6.1
19422024-08-30T17:51:16.015Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19432024-08-30T17:51:16.215Z Checking serde_arrays v0.1.0
19442024-08-30T17:51:16.238Z Checking erased-serde v0.3.31
19452024-08-30T17:51:16.261Z Compiling async-stream-impl v0.3.5
19462024-08-30T17:51:16.354Z Compiling foreign-types-macros v0.2.3
19472024-08-30T17:51:16.777Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19482024-08-30T17:51:16.971Z Checking arc-swap v1.7.1
19492024-08-30T17:51:17.044Z Checking foreign-types-shared v0.3.1
19502024-08-30T17:51:17.130Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19512024-08-30T17:51:17.154Z Checking atomic-waker v1.1.2
19522024-08-30T17:51:17.264Z Checking waitgroup v0.1.2
19532024-08-30T17:51:17.352Z Checking slog-scope v4.4.0
19542024-08-30T17:51:17.401Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19552024-08-30T17:51:17.427Z Checking foreign-types v0.5.0
19562024-08-30T17:51:17.450Z Checking async-stream v0.3.5
19572024-08-30T17:51:17.523Z Checking num_enum v0.5.11
19582024-08-30T17:51:17.546Z Compiling parse-display-derive v0.10.0
19592024-08-30T17:51:17.546Z Checking slog-bunyan v2.5.0
19602024-08-30T17:51:17.546Z Compiling darling_macro v0.20.9
19612024-08-30T17:51:17.609Z Compiling proc-macro-error v1.0.4
19622024-08-30T17:51:17.842Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19632024-08-30T17:51:17.995Z Checking tungstenite v0.20.1
19642024-08-30T17:51:18.092Z Checking toml v0.8.19
19652024-08-30T17:51:18.227Z Checking rustls-pemfile v2.1.3
19662024-08-30T17:51:18.361Z Compiling darling v0.20.9
19672024-08-30T17:51:18.396Z Checking tokio-rustls v0.25.0
19682024-08-30T17:51:18.440Z Compiling heck v0.3.3
19692024-08-30T17:51:18.472Z Compiling serde_with_macros v3.9.0
19702024-08-30T17:51:18.714Z Checking newtype-uuid v1.1.0
19712024-08-30T17:51:18.737Z Checking ipnetwork v0.20.0
19722024-08-30T17:51:18.760Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19732024-08-30T17:51:18.825Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19742024-08-30T17:51:18.920Z Checking serde_path_to_error v0.1.16
19752024-08-30T17:51:19.034Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19762024-08-30T17:51:19.464Z Checking hostname v0.4.0
19772024-08-30T17:51:19.530Z Checking cstr-argument v0.1.2
19782024-08-30T17:51:19.596Z Checking instant v0.1.12
19792024-08-30T17:51:19.684Z Checking pretty-hex v0.2.1
19802024-08-30T17:51:19.707Z Checking debug-ignore v1.0.5
19812024-08-30T17:51:19.730Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19822024-08-30T17:51:19.824Z Checking fastrand v2.1.0
19832024-08-30T17:51:19.848Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19842024-08-30T17:51:19.991Z Checking backoff v0.4.0
19852024-08-30T17:51:20.088Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19862024-08-30T17:51:20.129Z Checking tempfile v3.10.1
19872024-08-30T17:51:20.271Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19882024-08-30T17:51:20.393Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19892024-08-30T17:51:20.509Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19902024-08-30T17:51:20.538Z Compiling zone_cfg_derive v0.1.2
19912024-08-30T17:51:20.717Z Checking tokio-tungstenite v0.20.1
19922024-08-30T17:51:20.770Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19932024-08-30T17:51:20.980Z Checking serde_with v3.9.0
19942024-08-30T17:51:21.132Z Checking slog-stdlog v4.1.1
19952024-08-30T17:51:21.283Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19962024-08-30T17:51:21.429Z Checking tungstenite v0.21.0
19972024-08-30T17:51:21.452Z Checking colored v2.1.0
19982024-08-30T17:51:21.476Z Checking parse-display v0.10.0
19992024-08-30T17:51:21.666Z Checking macaddr v1.0.1
20002024-08-30T17:51:21.698Z Checking socket2 v0.4.10
20012024-08-30T17:51:21.754Z Checking base64 v0.13.1
20022024-08-30T17:51:21.961Z Checking zone v0.1.8
20032024-08-30T17:51:22.096Z Checking ron v0.7.1
20042024-08-30T17:51:22.180Z Checking tokio-tungstenite v0.21.0
20052024-08-30T17:51:22.515Z Checking slog-envlogger v2.2.0
20062024-08-30T17:51:22.573Z Checking pem v3.0.4
20072024-08-30T17:51:22.709Z Checking tabwriter v1.4.0
20082024-08-30T17:51:22.808Z Checking xattr v1.3.1
20092024-08-30T17:51:22.921Z Checking portpicker v0.1.1
20102024-08-30T17:51:22.985Z Checking yasna v0.5.2
20112024-08-30T17:51:23.024Z Checking headers-core v0.2.0
20122024-08-30T17:51:23.047Z Checking smf v0.2.3
20132024-08-30T17:51:23.152Z Checking filetime v0.2.25
20142024-08-30T17:51:23.338Z Checking same-file v1.0.6
20152024-08-30T17:51:23.443Z Checking tar v0.4.41
20162024-08-30T17:51:23.500Z Checking walkdir v2.5.0
20172024-08-30T17:51:23.556Z Checking headers v0.3.9
20182024-08-30T17:51:23.696Z Checking camino-tempfile v1.1.1
20192024-08-30T17:51:23.724Z Checking rcgen v0.12.1
20202024-08-30T17:51:23.751Z Checking atomicwrites v0.4.3
20212024-08-30T17:51:23.920Z Checking subprocess v0.2.9
20222024-08-30T17:51:24.950Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20232024-08-30T17:51:25.201Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20242024-08-30T17:51:26.860Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20252024-08-30T17:51:29.249Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20262024-08-30T17:51:29.344Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20272024-08-30T17:51:33.643Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20282024-08-30T17:51:42.036Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20292024-08-30T17:51:42.202Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20302024-08-30T17:51:42.202Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20312024-08-30T17:51:45.451Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20322024-08-30T17:51:45.929Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20332024-08-30T17:51:53.332Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20342024-08-30T17:51:55.208Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20352024-08-30T17:51:56.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.39s
20362024-08-30T17:51:56.743Z
20372024-08-30T17:51:56.743Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158)
20382024-08-30T17:51:57.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392024-08-30T17:51:57.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402024-08-30T17:51:57.618Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20412024-08-30T17:51:59.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
20422024-08-30T17:51:59.217Z
20432024-08-30T17:51:59.217Zinfo: running `cargo check --bins` on nexus-config (31/158)
20442024-08-30T17:51:59.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452024-08-30T17:51:59.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462024-08-30T17:51:59.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472024-08-30T17:51:59.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20482024-08-30T17:52:00.026Z
20492024-08-30T17:52:00.026Zinfo: running `cargo check --bins` on omicron-rpaths (32/158)
20502024-08-30T17:52:00.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512024-08-30T17:52:00.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522024-08-30T17:52:00.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532024-08-30T17:52:00.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20542024-08-30T17:52:00.825Z
20552024-08-30T17:52:00.825Zinfo: running `cargo check --bins` on omicron-certificates (33/158)
20562024-08-30T17:52:01.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572024-08-30T17:52:01.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582024-08-30T17:52:01.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592024-08-30T17:52:01.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20602024-08-30T17:52:01.636Z
20612024-08-30T17:52:01.636Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/158)
20622024-08-30T17:52:02.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632024-08-30T17:52:02.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642024-08-30T17:52:02.479Z Compiling heapless v0.8.0
20652024-08-30T17:52:02.503Z Checking hash32 v0.3.1
20662024-08-30T17:52:02.526Z Compiling smoltcp v0.11.0
20672024-08-30T17:52:02.550Z Checking embedded-io v0.4.0
20682024-08-30T17:52:02.550Z Checking cobs v0.2.3
20692024-08-30T17:52:02.573Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20702024-08-30T17:52:02.573Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20712024-08-30T17:52:02.601Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20722024-08-30T17:52:02.681Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20732024-08-30T17:52:02.705Z Compiling crucible-workspace-hack v0.1.0
20742024-08-30T17:52:02.731Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20752024-08-30T17:52:02.755Z Checking postcard v1.0.8
20762024-08-30T17:52:02.916Z Compiling zone_cfg_derive v0.3.0
20772024-08-30T17:52:02.953Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20782024-08-30T17:52:03.111Z Checking newline-converter v0.3.0
20792024-08-30T17:52:03.190Z Compiling num-derive v0.4.2
20802024-08-30T17:52:03.255Z Compiling slog-dtrace v0.3.0
20812024-08-30T17:52:03.289Z Compiling convert_case v0.4.0
20822024-08-30T17:52:03.358Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20832024-08-30T17:52:03.381Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20842024-08-30T17:52:03.591Z Checking expectorate v1.1.0
20852024-08-30T17:52:03.642Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20862024-08-30T17:52:04.091Z Compiling derive_more v0.99.18
20872024-08-30T17:52:04.175Z Checking zone v0.3.0
20882024-08-30T17:52:04.704Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20892024-08-30T17:52:06.511Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20902024-08-30T17:52:07.654Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20912024-08-30T17:52:08.652Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20922024-08-30T17:52:09.031Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20932024-08-30T17:52:11.225Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20942024-08-30T17:52:12.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.44s
20952024-08-30T17:52:12.225Z
20962024-08-30T17:52:12.225Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/158)
20972024-08-30T17:52:13.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982024-08-30T17:52:13.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992024-08-30T17:52:13.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002024-08-30T17:52:13.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21012024-08-30T17:52:13.114Z
21022024-08-30T17:52:13.114Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/158)
21032024-08-30T17:52:13.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042024-08-30T17:52:13.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052024-08-30T17:52:13.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062024-08-30T17:52:13.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
21072024-08-30T17:52:14.058Z
21082024-08-30T17:52:14.058Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158)
21092024-08-30T17:52:14.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102024-08-30T17:52:14.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112024-08-30T17:52:14.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122024-08-30T17:52:14.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
21132024-08-30T17:52:15.050Z
21142024-08-30T17:52:15.050Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158)
21152024-08-30T17:52:15.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162024-08-30T17:52:15.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172024-08-30T17:52:15.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182024-08-30T17:52:15.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
21192024-08-30T17:52:16.038Z
21202024-08-30T17:52:16.038Zinfo: running `cargo check --bins` on dns-server (39/158)
21212024-08-30T17:52:16.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-08-30T17:52:16.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-08-30T17:52:16.898Z Compiling parking_lot_core v0.8.6
21242024-08-30T17:52:16.922Z Checking nibble_vec v0.1.0
21252024-08-30T17:52:16.945Z Checking linked-hash-map v0.5.6
21262024-08-30T17:52:16.945Z Checking quick-error v1.2.3
21272024-08-30T17:52:16.945Z Checking endian-type v0.1.2
21282024-08-30T17:52:16.945Z Checking fxhash v0.2.1
21292024-08-30T17:52:16.969Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21302024-08-30T17:52:16.969Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21312024-08-30T17:52:17.089Z Checking resolv-conf v0.7.0
21322024-08-30T17:52:17.113Z Checking hickory-server v0.24.1
21332024-08-30T17:52:17.166Z Checking radix_trie v0.2.1
21342024-08-30T17:52:17.249Z Checking lru-cache v0.1.2
21352024-08-30T17:52:17.409Z Checking hickory-resolver v0.24.1
21362024-08-30T17:52:17.524Z Checking hickory-client v0.24.1
21372024-08-30T17:52:17.649Z Checking parking_lot v0.11.2
21382024-08-30T17:52:17.938Z Checking sled v0.34.7
21392024-08-30T17:52:20.269Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21402024-08-30T17:52:21.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
21412024-08-30T17:52:21.816Z
21422024-08-30T17:52:21.816Zinfo: running `cargo check --bins` on dns-server-api (40/158)
21432024-08-30T17:52:22.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442024-08-30T17:52:22.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452024-08-30T17:52:22.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462024-08-30T17:52:22.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21472024-08-30T17:52:22.687Z
21482024-08-30T17:52:22.687Zinfo: running `cargo check --bins` on dns-service-client (41/158)
21492024-08-30T17:52:23.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502024-08-30T17:52:23.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512024-08-30T17:52:23.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522024-08-30T17:52:23.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21532024-08-30T17:52:23.519Z
21542024-08-30T17:52:23.519Zinfo: running `cargo check --bins` on gateway-test-utils (42/158)
21552024-08-30T17:52:24.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562024-08-30T17:52:24.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572024-08-30T17:52:24.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582024-08-30T17:52:24.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
21592024-08-30T17:52:24.468Z
21602024-08-30T17:52:24.468Zinfo: running `cargo check --bins` on gateway-types (43/158)
21612024-08-30T17:52:25.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622024-08-30T17:52:25.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632024-08-30T17:52:25.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642024-08-30T17:52:25.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21652024-08-30T17:52:25.315Z
21662024-08-30T17:52:25.315Zinfo: running `cargo check --bins` on ipcc (44/158)
21672024-08-30T17:52:26.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682024-08-30T17:52:26.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692024-08-30T17:52:26.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702024-08-30T17:52:26.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21712024-08-30T17:52:26.195Z
21722024-08-30T17:52:26.196Zinfo: running `cargo check --bins` on omicron-gateway (45/158)
21732024-08-30T17:52:27.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742024-08-30T17:52:27.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752024-08-30T17:52:27.170Z Compiling rustls-pki-types v1.7.0
21762024-08-30T17:52:27.193Z Compiling match_cfg v0.1.0
21772024-08-30T17:52:27.193Z Checking num-rational v0.4.2
21782024-08-30T17:52:27.218Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21792024-08-30T17:52:27.218Z Compiling slog-json v2.6.1
21802024-08-30T17:52:27.218Z Compiling http v1.1.0
21812024-08-30T17:52:27.218Z Checking num-complex v0.4.6
21822024-08-30T17:52:27.261Z Compiling prettyplease v0.2.20
21832024-08-30T17:52:27.312Z Compiling hostname v0.3.1
21842024-08-30T17:52:27.542Z Compiling atomic-waker v1.1.2
21852024-08-30T17:52:27.566Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21862024-08-30T17:52:27.589Z Compiling rustls-webpki v0.102.4
21872024-08-30T17:52:27.653Z Compiling rustls-pemfile v2.1.3
21882024-08-30T17:52:27.734Z Compiling waitgroup v0.1.2
21892024-08-30T17:52:27.774Z Compiling slog-bunyan v2.5.0
21902024-08-30T17:52:27.798Z Compiling async-stream v0.3.5
21912024-08-30T17:52:27.929Z Compiling toml v0.8.19
21922024-08-30T17:52:27.952Z Compiling ipnetwork v0.20.0
21932024-08-30T17:52:27.976Z Compiling newtype-uuid v1.1.0
21942024-08-30T17:52:28.041Z Checking num v0.4.3
21952024-08-30T17:52:28.081Z Compiling serde_path_to_error v0.1.16
21962024-08-30T17:52:28.107Z Compiling hostname v0.4.0
21972024-08-30T17:52:28.146Z Compiling instant v0.1.12
21982024-08-30T17:52:28.279Z Compiling radium v0.7.0
21992024-08-30T17:52:28.302Z Compiling semver v0.1.20
22002024-08-30T17:52:28.338Z Compiling debug-ignore v1.0.5
22012024-08-30T17:52:28.479Z Compiling rustls v0.22.4
22022024-08-30T17:52:28.710Z Compiling multer v3.1.0
22032024-08-30T17:52:28.742Z Checking float-ord v0.3.2
22042024-08-30T17:52:28.849Z Compiling rustc_version v0.1.7
22052024-08-30T17:52:28.886Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22062024-08-30T17:52:28.909Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22072024-08-30T17:52:29.329Z Compiling backoff v0.4.0
22082024-08-30T17:52:29.445Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22092024-08-30T17:52:29.469Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22102024-08-30T17:52:29.493Z Compiling parse-display v0.10.0
22112024-08-30T17:52:29.615Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122024-08-30T17:52:29.638Z Compiling serde_with v3.9.0
22132024-08-30T17:52:29.670Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22142024-08-30T17:52:29.811Z Compiling macaddr v1.0.1
22152024-08-30T17:52:30.078Z Compiling maybe-uninit v2.0.0
22162024-08-30T17:52:30.207Z Checking tap v1.0.1
22172024-08-30T17:52:30.359Z Checking wyz v0.5.1
22182024-08-30T17:52:30.657Z Compiling newtype_derive v0.1.6
22192024-08-30T17:52:30.736Z Checking password-hash v0.5.0
22202024-08-30T17:52:30.920Z Checking blake2 v0.10.6
22212024-08-30T17:52:31.058Z Compiling bzip2-sys v0.1.11+1.0.8
22222024-08-30T17:52:31.119Z Compiling packed_struct v0.10.1
22232024-08-30T17:52:31.196Z Checking crc-catalog v2.4.0
22242024-08-30T17:52:31.328Z Checking funty v2.0.0
22252024-08-30T17:52:31.480Z Checking crc v3.2.1
22262024-08-30T17:52:31.596Z Checking argon2 v0.5.3
22272024-08-30T17:52:31.949Z Compiling packed_struct_codegen v0.10.1
22282024-08-30T17:52:32.182Z Compiling tokio-rustls v0.25.0
22292024-08-30T17:52:32.230Z Checking bitvec v1.0.1
22302024-08-30T17:52:32.580Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22312024-08-30T17:52:32.903Z Compiling cookie v0.18.1
22322024-08-30T17:52:32.940Z Compiling indexmap v1.9.3
22332024-08-30T17:52:33.219Z Checking half v2.4.1
22342024-08-30T17:52:33.251Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22352024-08-30T17:52:33.531Z Checking ciborium-io v0.2.2
22362024-08-30T17:52:33.643Z Checking nodrop v0.1.14
22372024-08-30T17:52:33.667Z Checking ciborium-ll v0.2.2
22382024-08-30T17:52:33.761Z Checking array-init v0.0.4
22392024-08-30T17:52:34.169Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22402024-08-30T17:52:34.400Z Checking smallvec v0.6.14
22412024-08-30T17:52:34.516Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22422024-08-30T17:52:34.615Z Compiling memoffset v0.9.1
22432024-08-30T17:52:34.757Z Checking hashbrown v0.12.3
22442024-08-30T17:52:34.896Z Checking bitfield v0.14.0
22452024-08-30T17:52:35.101Z Checking highway v1.2.0
22462024-08-30T17:52:35.128Z Checking env_logger v0.10.2
22472024-08-30T17:52:35.516Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22482024-08-30T17:52:35.541Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22492024-08-30T17:52:35.566Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22502024-08-30T17:52:36.182Z Checking serde-hex v0.1.0
22512024-08-30T17:52:36.297Z Checking steno v0.4.1
22522024-08-30T17:52:36.363Z Checking bzip2 v0.4.4
22532024-08-30T17:52:36.622Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22542024-08-30T17:52:36.899Z Checking ciborium v0.2.2
22552024-08-30T17:52:37.080Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562024-08-30T17:52:37.103Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22572024-08-30T17:52:37.285Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22582024-08-30T17:52:37.721Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22592024-08-30T17:52:37.745Z Checking ron v0.8.1
22602024-08-30T17:52:38.196Z Checking x509-cert v0.2.5
22612024-08-30T17:52:38.220Z Checking hashbrown v0.13.2
22622024-08-30T17:52:38.807Z Compiling derive-where v1.2.7
22632024-08-30T17:52:39.116Z Checking crc-any v2.5.0
22642024-08-30T17:52:39.442Z Checking object v0.30.4
22652024-08-30T17:52:39.465Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22662024-08-30T17:52:39.682Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22672024-08-30T17:52:39.705Z Checking zip v0.6.6
22682024-08-30T17:52:40.187Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22692024-08-30T17:52:40.274Z Checking path-slash v0.1.5
22702024-08-30T17:52:40.297Z Checking nix v0.27.1
22712024-08-30T17:52:40.403Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22722024-08-30T17:52:40.538Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22732024-08-30T17:52:40.862Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22742024-08-30T17:52:41.092Z Checking kstat-rs v0.2.4
22752024-08-30T17:52:41.115Z Checking serde-big-array v0.5.1
22762024-08-30T17:52:41.306Z Checking signal-hook-tokio v0.3.1
22772024-08-30T17:52:41.868Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22782024-08-30T17:52:42.871Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22792024-08-30T17:52:46.853Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22802024-08-30T17:52:48.411Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22812024-08-30T17:52:51.229Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22822024-08-30T17:52:54.137Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22832024-08-30T17:52:54.961Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22842024-08-30T17:52:55.272Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22852024-08-30T17:53:01.277Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22862024-08-30T17:53:02.084Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22872024-08-30T17:53:05.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.36s
22882024-08-30T17:53:05.719Z
22892024-08-30T17:53:05.719Zinfo: running `cargo check --bins` on gateway-api (46/158)
22902024-08-30T17:53:06.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912024-08-30T17:53:06.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922024-08-30T17:53:06.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932024-08-30T17:53:06.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22942024-08-30T17:53:06.586Z
22952024-08-30T17:53:06.587Zinfo: running `cargo check --bins` on oximeter (47/158)
22962024-08-30T17:53:07.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972024-08-30T17:53:07.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982024-08-30T17:53:07.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992024-08-30T17:53:07.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23002024-08-30T17:53:07.448Z
23012024-08-30T17:53:07.448Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/158)
23022024-08-30T17:53:08.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032024-08-30T17:53:08.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042024-08-30T17:53:08.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052024-08-30T17:53:08.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
23062024-08-30T17:53:08.255Z
23072024-08-30T17:53:08.255Zinfo: running `cargo check --bins` on oximeter-schema (49/158)
23082024-08-30T17:53:09.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092024-08-30T17:53:09.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102024-08-30T17:53:09.160Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23112024-08-30T17:53:09.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
23122024-08-30T17:53:09.755Z
23132024-08-30T17:53:09.755Zinfo: running `cargo check --bins` on oximeter-types (50/158)
23142024-08-30T17:53:10.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152024-08-30T17:53:10.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162024-08-30T17:53:10.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172024-08-30T17:53:10.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23182024-08-30T17:53:10.621Z
23192024-08-30T17:53:10.621Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/158)
23202024-08-30T17:53:11.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212024-08-30T17:53:11.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222024-08-30T17:53:11.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23232024-08-30T17:53:11.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23242024-08-30T17:53:11.470Z
23252024-08-30T17:53:11.470Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158)
23262024-08-30T17:53:12.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272024-08-30T17:53:12.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282024-08-30T17:53:12.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23292024-08-30T17:53:12.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23302024-08-30T17:53:12.289Z
23312024-08-30T17:53:12.289Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158)
23322024-08-30T17:53:13.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332024-08-30T17:53:13.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342024-08-30T17:53:13.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352024-08-30T17:53:13.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23362024-08-30T17:53:13.139Z
23372024-08-30T17:53:13.139Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158)
23382024-08-30T17:53:13.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392024-08-30T17:53:13.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402024-08-30T17:53:13.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412024-08-30T17:53:13.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23422024-08-30T17:53:14.015Z
23432024-08-30T17:53:14.015Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158)
23442024-08-30T17:53:14.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-08-30T17:53:14.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-08-30T17:53:14.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23472024-08-30T17:53:14.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23482024-08-30T17:53:14.920Z
23492024-08-30T17:53:14.920Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158)
23502024-08-30T17:53:15.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512024-08-30T17:53:15.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522024-08-30T17:53:15.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532024-08-30T17:53:15.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23542024-08-30T17:53:15.777Z
23552024-08-30T17:53:15.777Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158)
23562024-08-30T17:53:16.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572024-08-30T17:53:16.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582024-08-30T17:53:16.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592024-08-30T17:53:16.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23602024-08-30T17:53:16.659Z
23612024-08-30T17:53:16.659Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158)
23622024-08-30T17:53:17.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632024-08-30T17:53:17.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642024-08-30T17:53:17.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652024-08-30T17:53:17.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23662024-08-30T17:53:17.512Z
23672024-08-30T17:53:17.512Zinfo: running `cargo check --bins` on oximeter-producer (59/158)
23682024-08-30T17:53:18.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-08-30T17:53:18.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-08-30T17:53:18.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712024-08-30T17:53:18.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23722024-08-30T17:53:18.400Z
23732024-08-30T17:53:18.400Zinfo: running `cargo check --bins` on internal-dns (60/158)
23742024-08-30T17:53:19.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-08-30T17:53:19.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-08-30T17:53:19.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-08-30T17:53:19.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23782024-08-30T17:53:19.302Z
23792024-08-30T17:53:19.302Zinfo: running `cargo check --bins` on nexus-client (61/158)
23802024-08-30T17:53:20.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-08-30T17:53:20.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-08-30T17:53:20.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-08-30T17:53:20.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23842024-08-30T17:53:20.179Z
23852024-08-30T17:53:20.179Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/158)
23862024-08-30T17:53:20.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-08-30T17:53:21.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-08-30T17:53:21.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-08-30T17:53:21.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23902024-08-30T17:53:21.086Z
23912024-08-30T17:53:21.087Zinfo: running `cargo check --bins` on omicron-passwords (63/158)
23922024-08-30T17:53:21.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-08-30T17:53:21.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-08-30T17:53:21.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-08-30T17:53:21.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23962024-08-30T17:53:21.905Z
23972024-08-30T17:53:21.905Zinfo: running `cargo check --bins` on nexus-types (64/158)
23982024-08-30T17:53:22.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-08-30T17:53:22.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-08-30T17:53:22.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-08-30T17:53:22.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24022024-08-30T17:53:22.792Z
24032024-08-30T17:53:22.792Zinfo: running `cargo check --bins` on gateway-client (65/158)
24042024-08-30T17:53:23.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-08-30T17:53:23.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-08-30T17:53:23.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072024-08-30T17:53:23.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24082024-08-30T17:53:23.625Z
24092024-08-30T17:53:23.625Zinfo: running `cargo check --bins` on oxql-types (66/158)
24102024-08-30T17:53:24.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-08-30T17:53:24.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-08-30T17:53:24.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-08-30T17:53:24.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
24142024-08-30T17:53:24.543Z
24152024-08-30T17:53:24.543Zinfo: running `cargo check --bins` on sp-sim (67/158)
24162024-08-30T17:53:25.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-08-30T17:53:25.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-08-30T17:53:25.400Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24192024-08-30T17:53:27.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
24202024-08-30T17:53:27.868Z
24212024-08-30T17:53:27.868Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158)
24222024-08-30T17:53:28.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-08-30T17:53:28.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-08-30T17:53:28.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-08-30T17:53:28.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
24262024-08-30T17:53:28.790Z
24272024-08-30T17:53:28.790Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158)
24282024-08-30T17:53:29.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-08-30T17:53:29.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-08-30T17:53:29.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-08-30T17:53:29.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
24322024-08-30T17:53:29.850Z
24332024-08-30T17:53:29.850Zinfo: running `cargo check --bins` on db-macros (70/158)
24342024-08-30T17:53:30.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-08-30T17:53:30.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-08-30T17:53:30.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-08-30T17:53:30.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24382024-08-30T17:53:30.675Z
24392024-08-30T17:53:30.675Zinfo: running `cargo check --bins` on nexus-macros-common (71/158)
24402024-08-30T17:53:31.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-08-30T17:53:31.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-08-30T17:53:31.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-08-30T17:53:31.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24442024-08-30T17:53:31.499Z
24452024-08-30T17:53:31.499Zinfo: running `cargo check --bins` on nexus-auth (72/158)
24462024-08-30T17:53:32.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-08-30T17:53:32.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-08-30T17:53:32.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-08-30T17:53:32.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24502024-08-30T17:53:32.405Z
24512024-08-30T17:53:32.405Zinfo: running `cargo check --bins` on authz-macros (73/158)
24522024-08-30T17:53:33.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-08-30T17:53:33.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-08-30T17:53:33.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-08-30T17:53:33.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24562024-08-30T17:53:33.257Z
24572024-08-30T17:53:33.257Zinfo: running `cargo check --bins` on nexus-db-fixed-data (74/158)
24582024-08-30T17:53:34.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-08-30T17:53:34.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-08-30T17:53:34.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-08-30T17:53:34.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24622024-08-30T17:53:34.211Z
24632024-08-30T17:53:34.211Zinfo: running `cargo check --bins` on nexus-db-model (75/158)
24642024-08-30T17:53:35.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-08-30T17:53:35.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-08-30T17:53:35.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-08-30T17:53:35.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
24682024-08-30T17:53:35.162Z
24692024-08-30T17:53:35.162Zinfo: running `cargo check --bins` on nexus-defaults (76/158)
24702024-08-30T17:53:35.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-08-30T17:53:35.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-08-30T17:53:35.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-08-30T17:53:35.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24742024-08-30T17:53:36.015Z
24752024-08-30T17:53:36.015Zinfo: running `cargo check --bins` on sled-agent-client (77/158)
24762024-08-30T17:53:36.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-08-30T17:53:36.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-08-30T17:53:36.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-08-30T17:53:36.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24802024-08-30T17:53:36.879Z
24812024-08-30T17:53:36.879Zinfo: running `cargo check --bins` on nexus-inventory (78/158)
24822024-08-30T17:53:37.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-08-30T17:53:37.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-08-30T17:53:37.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-08-30T17:53:37.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24862024-08-30T17:53:37.777Z
24872024-08-30T17:53:37.777Zinfo: running `cargo check --bins` on typed-rng (79/158)
24882024-08-30T17:53:38.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-08-30T17:53:38.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-08-30T17:53:38.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-08-30T17:53:38.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24922024-08-30T17:53:38.597Z
24932024-08-30T17:53:38.597Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158)
24942024-08-30T17:53:39.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-08-30T17:53:39.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-08-30T17:53:39.679Z Compiling rayon-core v1.12.1
24972024-08-30T17:53:39.703Z Compiling crossbeam-deque v0.8.5
24982024-08-30T17:53:39.703Z Compiling curve25519-dalek v4.1.3
24992024-08-30T17:53:39.703Z Compiling unicase v2.7.0
25002024-08-30T17:53:39.703Z Compiling same-file v1.0.6
25012024-08-30T17:53:39.703Z Checking keccak v0.1.5
25022024-08-30T17:53:39.703Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25032024-08-30T17:53:39.727Z Compiling tempfile v3.10.1
25042024-08-30T17:53:39.976Z Compiling walkdir v2.5.0
25052024-08-30T17:53:40.002Z Checking sha3 v0.10.8
25062024-08-30T17:53:40.065Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25072024-08-30T17:53:40.270Z Compiling thiserror-impl-no-std v2.0.2
25082024-08-30T17:53:40.359Z Checking universal-hash v0.5.1
25092024-08-30T17:53:40.383Z Checking secrecy v0.8.0
25102024-08-30T17:53:40.428Z Compiling blake3 v1.5.1
25112024-08-30T17:53:40.513Z Compiling ring v0.16.20
25122024-08-30T17:53:40.557Z Compiling curve25519-dalek-derive v0.1.1
25132024-08-30T17:53:40.581Z Checking opaque-debug v0.3.1
25142024-08-30T17:53:40.606Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25152024-08-30T17:53:40.658Z Checking chacha20 v0.9.1
25162024-08-30T17:53:40.682Z Checking poly1305 v0.8.0
25172024-08-30T17:53:40.871Z Compiling rayon v1.10.0
25182024-08-30T17:53:40.975Z Checking aead v0.5.2
25192024-08-30T17:53:41.098Z Compiling memmap2 v0.9.4
25202024-08-30T17:53:41.180Z Compiling untrusted v0.7.1
25212024-08-30T17:53:41.362Z Compiling arrayref v0.3.7
25222024-08-30T17:53:41.461Z Compiling home v0.5.9
25232024-08-30T17:53:41.507Z Compiling constant_time_eq v0.3.0
25242024-08-30T17:53:41.617Z Compiling arrayvec v0.7.4
25252024-08-30T17:53:41.653Z Compiling libefi-sys v0.1.0
25262024-08-30T17:53:41.688Z Compiling spin v0.5.2
25272024-08-30T17:53:41.724Z Compiling toolchain_find v0.4.0
25282024-08-30T17:53:41.918Z Checking chacha20poly1305 v0.10.1
25292024-08-30T17:53:42.104Z Compiling camino-tempfile v1.1.1
25302024-08-30T17:53:42.223Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25312024-08-30T17:53:42.326Z Compiling bitfield-struct v0.6.1
25322024-08-30T17:53:42.356Z Compiling cancel-safe-futures v0.1.5
25332024-08-30T17:53:42.507Z Compiling topological-sort v0.2.2
25342024-08-30T17:53:42.691Z Compiling mime_guess v2.0.4
25352024-08-30T17:53:42.729Z Compiling rustfmt-wrapper v0.2.1
25362024-08-30T17:53:43.011Z Checking thiserror-no-std v2.0.2
25372024-08-30T17:53:43.055Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25382024-08-30T17:53:43.115Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25392024-08-30T17:53:43.235Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25402024-08-30T17:53:43.347Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25412024-08-30T17:53:43.464Z Checking vsss-rs v3.3.4
25422024-08-30T17:53:43.536Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25432024-08-30T17:53:43.836Z Checking gethostname v0.5.0
25442024-08-30T17:53:43.860Z Checking libsw v3.3.1
25452024-08-30T17:53:43.964Z Checking swrite v0.1.0
25462024-08-30T17:53:43.988Z Checking owo-colors v4.0.0
25472024-08-30T17:53:44.038Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25482024-08-30T17:53:44.093Z Checking linear-map v1.2.0
25492024-08-30T17:53:44.394Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25502024-08-30T17:53:44.451Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25512024-08-30T17:53:44.889Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25522024-08-30T17:53:44.974Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25532024-08-30T17:53:45.204Z Checking nanorand v0.7.0
25542024-08-30T17:53:45.455Z Compiling omicron-zone-package v0.11.0
25552024-08-30T17:53:45.580Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25562024-08-30T17:53:45.656Z Checking http-range v0.1.5
25572024-08-30T17:53:45.746Z Checking glob v0.3.1
25582024-08-30T17:53:45.818Z Checking hyper-staticfile v0.9.5
25592024-08-30T17:53:45.913Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25602024-08-30T17:53:46.036Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25612024-08-30T17:53:46.191Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25622024-08-30T17:53:46.510Z Checking flume v0.11.0
25632024-08-30T17:53:46.690Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25642024-08-30T17:53:46.930Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25652024-08-30T17:53:46.965Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25662024-08-30T17:53:47.555Z Checking itertools v0.13.0
25672024-08-30T17:53:47.826Z Checking display-error-chain v0.2.1
25682024-08-30T17:53:48.068Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25692024-08-30T17:53:48.435Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25702024-08-30T17:53:49.847Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25712024-08-30T17:53:51.272Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25722024-08-30T17:53:51.297Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25732024-08-30T17:54:04.786Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25742024-08-30T17:54:19.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.07s
25752024-08-30T17:54:19.841Z
25762024-08-30T17:54:19.841Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158)
25772024-08-30T17:54:20.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-08-30T17:54:20.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-08-30T17:54:20.811Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25802024-08-30T17:54:35.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.07s
25812024-08-30T17:54:36.077Z
25822024-08-30T17:54:36.078Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158)
25832024-08-30T17:54:36.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-08-30T17:54:36.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-08-30T17:54:37.063Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25862024-08-30T17:54:52.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.65s
25872024-08-30T17:54:52.892Z
25882024-08-30T17:54:52.892Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158)
25892024-08-30T17:54:53.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-08-30T17:54:53.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-08-30T17:54:53.869Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25922024-08-30T17:55:09.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.79s
25932024-08-30T17:55:09.860Z
25942024-08-30T17:55:09.860Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158)
25952024-08-30T17:55:10.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-08-30T17:55:10.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-08-30T17:55:10.863Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25982024-08-30T17:55:26.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.28s
25992024-08-30T17:55:26.319Z
26002024-08-30T17:55:26.319Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158)
26012024-08-30T17:55:27.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-08-30T17:55:27.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-08-30T17:55:27.301Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26042024-08-30T17:55:42.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.39s
26052024-08-30T17:55:42.886Z
26062024-08-30T17:55:42.886Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158)
26072024-08-30T17:55:43.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-08-30T17:55:43.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-08-30T17:55:43.915Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26102024-08-30T17:55:59.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.47s
26112024-08-30T17:55:59.514Z
26122024-08-30T17:55:59.514Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158)
26132024-08-30T17:56:00.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-08-30T17:56:00.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-08-30T17:56:00.499Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26162024-08-30T17:56:15.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.30s
26172024-08-30T17:56:15.976Z
26182024-08-30T17:56:15.976Zinfo: running `cargo check --bins` on bootstrap-agent-api (88/158)
26192024-08-30T17:56:16.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-08-30T17:56:16.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-08-30T17:56:16.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-08-30T17:56:16.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26232024-08-30T17:56:16.890Z
26242024-08-30T17:56:16.890Zinfo: running `cargo check --bins` on sled-agent-types (89/158)
26252024-08-30T17:56:17.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-08-30T17:56:17.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-08-30T17:56:17.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-08-30T17:56:17.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26292024-08-30T17:56:17.782Z
26302024-08-30T17:56:17.782Zinfo: running `cargo check --bins` on bootstrap-agent-client (90/158)
26312024-08-30T17:56:18.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-08-30T17:56:18.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-08-30T17:56:18.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-08-30T17:56:18.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26352024-08-30T17:56:18.696Z
26362024-08-30T17:56:18.696Zinfo: running `cargo check --bins` on dpd-client (91/158)
26372024-08-30T17:56:19.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-08-30T17:56:19.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-08-30T17:56:19.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402024-08-30T17:56:19.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
26412024-08-30T17:56:19.658Z
26422024-08-30T17:56:19.658Zinfo: running `cargo check --bins` on installinator-common (92/158)
26432024-08-30T17:56:20.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-08-30T17:56:20.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-08-30T17:56:20.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-08-30T17:56:20.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26472024-08-30T17:56:20.542Z
26482024-08-30T17:56:20.542Zinfo: running `cargo check --bins` on update-engine (93/158)
26492024-08-30T17:56:21.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-08-30T17:56:21.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-08-30T17:56:21.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522024-08-30T17:56:21.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26532024-08-30T17:56:21.379Z
26542024-08-30T17:56:21.379Zinfo: running `cargo check --bins` on key-manager (94/158)
26552024-08-30T17:56:22.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-08-30T17:56:22.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-08-30T17:56:22.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582024-08-30T17:56:22.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26592024-08-30T17:56:22.230Z
26602024-08-30T17:56:22.230Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/158)
26612024-08-30T17:56:23.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-08-30T17:56:23.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-08-30T17:56:23.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642024-08-30T17:56:23.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26652024-08-30T17:56:23.105Z
26662024-08-30T17:56:23.105Zinfo: running `cargo check --bins` on sled-agent-api (96/158)
26672024-08-30T17:56:23.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-08-30T17:56:23.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-08-30T17:56:23.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-08-30T17:56:23.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26712024-08-30T17:56:23.979Z
26722024-08-30T17:56:23.979Zinfo: running `cargo check --bins` on sled-hardware (97/158)
26732024-08-30T17:56:24.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-08-30T17:56:24.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-08-30T17:56:24.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-08-30T17:56:24.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
26772024-08-30T17:56:24.915Z
26782024-08-30T17:56:24.915Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/158)
26792024-08-30T17:56:25.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-08-30T17:56:25.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-08-30T17:56:25.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-08-30T17:56:25.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26832024-08-30T17:56:25.823Z
26842024-08-30T17:56:25.823Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158)
26852024-08-30T17:56:26.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-08-30T17:56:26.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-08-30T17:56:26.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882024-08-30T17:56:26.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26892024-08-30T17:56:26.694Z
26902024-08-30T17:56:26.694Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/158)
26912024-08-30T17:56:27.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-08-30T17:56:27.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-08-30T17:56:27.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942024-08-30T17:56:27.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26952024-08-30T17:56:27.579Z
26962024-08-30T17:56:27.579Zinfo: running `cargo check --bins` on nexus-test-interface (101/158)
26972024-08-30T17:56:28.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-08-30T17:56:28.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-08-30T17:56:28.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002024-08-30T17:56:28.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27012024-08-30T17:56:28.470Z
27022024-08-30T17:56:28.470Zinfo: running `cargo check --bins` on oximeter-collector (102/158)
27032024-08-30T17:56:29.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-08-30T17:56:29.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-08-30T17:56:29.486Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27062024-08-30T17:56:29.486Z Checking bcs v0.1.6
27072024-08-30T17:56:29.486Z Compiling async-recursion v1.1.1
27082024-08-30T17:56:29.510Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27092024-08-30T17:56:29.510Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27102024-08-30T17:56:30.729Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27112024-08-30T17:56:34.902Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27122024-08-30T17:56:37.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.60s
27132024-08-30T17:56:37.220Z
27142024-08-30T17:56:37.220Zinfo: running `cargo check --bins` on oximeter-api (103/158)
27152024-08-30T17:56:37.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-08-30T17:56:38.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-08-30T17:56:38.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182024-08-30T17:56:38.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27192024-08-30T17:56:38.071Z
27202024-08-30T17:56:38.071Zinfo: running `cargo check --bins` on oximeter-client (104/158)
27212024-08-30T17:56:38.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-08-30T17:56:38.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-08-30T17:56:38.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242024-08-30T17:56:38.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27252024-08-30T17:56:38.917Z
27262024-08-30T17:56:38.917Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/158)
27272024-08-30T17:56:39.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-08-30T17:56:39.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-08-30T17:56:39.890Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27302024-08-30T17:56:40.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
27312024-08-30T17:56:40.685Z
27322024-08-30T17:56:40.685Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158)
27332024-08-30T17:56:41.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-08-30T17:56:41.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-08-30T17:56:41.608Z Compiling vte_generate_state_changes v0.1.1
27362024-08-30T17:56:41.608Z Checking fd-lock v4.0.2
27372024-08-30T17:56:41.632Z Checking bytecount v0.6.8
27382024-08-30T17:56:41.632Z Compiling tabled_derive v0.7.0
27392024-08-30T17:56:41.632Z Checking crossterm v0.27.0
27402024-08-30T17:56:41.632Z Compiling peg-macros v0.8.4
27412024-08-30T17:56:41.632Z Compiling sqlparser_derive v0.2.2
27422024-08-30T17:56:41.632Z Checking nu-ansi-term v0.50.0
27432024-08-30T17:56:41.844Z Checking papergrid v0.11.0
27442024-08-30T17:56:41.889Z Checking unicode_categories v0.1.1
27452024-08-30T17:56:42.010Z Checking home v0.5.9
27462024-08-30T17:56:42.154Z Checking rustyline v14.0.0
27472024-08-30T17:56:42.178Z Checking sqlformat v0.2.4
27482024-08-30T17:56:42.202Z Checking vte v0.11.1
27492024-08-30T17:56:42.631Z Checking sqlparser v0.45.0
27502024-08-30T17:56:43.116Z Checking crossterm v0.28.1
27512024-08-30T17:56:43.277Z Checking strip-ansi-escapes v0.2.0
27522024-08-30T17:56:43.416Z Checking reedline v0.33.0
27532024-08-30T17:56:43.793Z Checking tabled v0.15.0
27542024-08-30T17:56:44.368Z Checking peg v0.8.4
27552024-08-30T17:56:50.315Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27562024-08-30T17:56:57.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.36s
27572024-08-30T17:56:57.225Z
27582024-08-30T17:56:57.225Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158)
27592024-08-30T17:56:58.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-08-30T17:56:58.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-08-30T17:56:58.124Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27622024-08-30T17:57:04.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s
27632024-08-30T17:57:05.016Z
27642024-08-30T17:57:05.016Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158)
27652024-08-30T17:57:05.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-08-30T17:57:05.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-08-30T17:57:05.906Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682024-08-30T17:57:12.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.31s
27692024-08-30T17:57:12.484Z
27702024-08-30T17:57:12.484Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158)
27712024-08-30T17:57:13.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722024-08-30T17:57:13.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732024-08-30T17:57:13.374Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27742024-08-30T17:57:18.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s
27752024-08-30T17:57:18.821Z
27762024-08-30T17:57:18.821Zinfo: running `cargo check --bins` on oximeter-test-utils (110/158)
27772024-08-30T17:57:19.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-08-30T17:57:19.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-08-30T17:57:19.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802024-08-30T17:57:19.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27812024-08-30T17:57:19.745Z
27822024-08-30T17:57:19.745Zinfo: running `cargo check --bins` on cockroach-admin-client (111/158)
27832024-08-30T17:57:20.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842024-08-30T17:57:20.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852024-08-30T17:57:20.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862024-08-30T17:57:20.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27872024-08-30T17:57:20.597Z
27882024-08-30T17:57:20.597Zinfo: running `cargo check --bins` on installinator-client (112/158)
27892024-08-30T17:57:21.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902024-08-30T17:57:21.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912024-08-30T17:57:21.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922024-08-30T17:57:21.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27932024-08-30T17:57:21.468Z
27942024-08-30T17:57:21.468Zinfo: running `cargo check --bins` on oxide-client (113/158)
27952024-08-30T17:57:22.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962024-08-30T17:57:22.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972024-08-30T17:57:22.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982024-08-30T17:57:22.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27992024-08-30T17:57:22.316Z
28002024-08-30T17:57:22.316Zinfo: running `cargo check --bins` on wicketd-client (114/158)
28012024-08-30T17:57:23.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022024-08-30T17:57:23.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032024-08-30T17:57:23.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042024-08-30T17:57:23.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
28052024-08-30T17:57:23.232Z
28062024-08-30T17:57:23.232Zinfo: running `cargo check --bins` on wicket-common (115/158)
28072024-08-30T17:57:24.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082024-08-30T17:57:24.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092024-08-30T17:57:24.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102024-08-30T17:57:24.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28112024-08-30T17:57:24.159Z
28122024-08-30T17:57:24.159Zinfo: running `cargo check --bins` on omicron-cockroach-admin (116/158)
28132024-08-30T17:57:25.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142024-08-30T17:57:25.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152024-08-30T17:57:25.113Z Checking csv-core v0.1.11
28162024-08-30T17:57:25.137Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28172024-08-30T17:57:25.423Z Checking csv v1.3.0
28182024-08-30T17:57:26.150Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28192024-08-30T17:57:26.628Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28202024-08-30T17:57:28.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28212024-08-30T17:57:28.301Z
28222024-08-30T17:57:28.301Zinfo: running `cargo check --bins` on cockroach-admin-api (117/158)
28232024-08-30T17:57:29.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-08-30T17:57:29.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-08-30T17:57:29.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-08-30T17:57:29.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28272024-08-30T17:57:29.227Z
28282024-08-30T17:57:29.227Zinfo: running `cargo check --bins` on cockroach-admin-types (118/158)
28292024-08-30T17:57:29.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-08-30T17:57:30.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-08-30T17:57:30.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-08-30T17:57:30.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28332024-08-30T17:57:30.075Z
28342024-08-30T17:57:30.075Zinfo: running `cargo check --bins` on cert-dev (119/158)
28352024-08-30T17:57:30.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-08-30T17:57:30.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-08-30T17:57:30.896Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28382024-08-30T17:57:31.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
28392024-08-30T17:57:31.288Z
28402024-08-30T17:57:31.288Zinfo: running `cargo check --bins` on ch-dev (120/158)
28412024-08-30T17:57:32.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-08-30T17:57:32.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-08-30T17:57:32.174Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28442024-08-30T17:57:32.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
28452024-08-30T17:57:33.113Z
28462024-08-30T17:57:33.113Zinfo: running `cargo check --bins` on crdb-seed (121/158)
28472024-08-30T17:57:33.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-08-30T17:57:33.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-08-30T17:57:34.081Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28502024-08-30T17:57:34.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
28512024-08-30T17:57:34.570Z
28522024-08-30T17:57:34.570Zinfo: running `cargo check --bins` on db-dev (122/158)
28532024-08-30T17:57:35.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-08-30T17:57:35.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-08-30T17:57:35.505Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28562024-08-30T17:57:36.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
28572024-08-30T17:57:36.498Z
28582024-08-30T17:57:36.498Zinfo: running `cargo check --bins` on omicron-dev-lib (123/158)
28592024-08-30T17:57:37.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-08-30T17:57:37.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-08-30T17:57:37.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-08-30T17:57:37.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28632024-08-30T17:57:37.402Z
28642024-08-30T17:57:37.402Zinfo: running `cargo check --bins` on xtask-downloader (124/158)
28652024-08-30T17:57:38.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-08-30T17:57:38.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-08-30T17:57:38.237Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28682024-08-30T17:57:39.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
28692024-08-30T17:57:39.408Z
28702024-08-30T17:57:39.408Zinfo: running `cargo check --bins` on mgs-dev (125/158)
28712024-08-30T17:57:40.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-08-30T17:57:40.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-08-30T17:57:40.397Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28742024-08-30T17:57:41.085Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28752024-08-30T17:57:41.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
28762024-08-30T17:57:41.859Z
28772024-08-30T17:57:41.859Zinfo: running `cargo check --bins` on omicron-omdb (126/158)
28782024-08-30T17:57:42.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-08-30T17:57:42.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-08-30T17:57:42.954Z Compiling glob v0.3.1
28812024-08-30T17:57:42.954Z Compiling crunchy v0.2.2
28822024-08-30T17:57:42.954Z Compiling tiny-keccak v2.0.2
28832024-08-30T17:57:42.979Z Compiling dsl_auto_type v0.1.2
28842024-08-30T17:57:43.003Z Checking scheduled-thread-pool v0.2.7
28852024-08-30T17:57:43.003Z Compiling diesel_table_macro_syntax v0.2.0
28862024-08-30T17:57:43.035Z Compiling ascii-canvas v3.0.0
28872024-08-30T17:57:43.059Z Compiling ena v0.14.3
28882024-08-30T17:57:43.252Z Checking r2d2 v0.8.10
28892024-08-30T17:57:43.299Z Compiling libloading v0.8.3
28902024-08-30T17:57:43.450Z Compiling diff v0.1.13
28912024-08-30T17:57:43.483Z Compiling bindgen v0.69.4
28922024-08-30T17:57:43.546Z Compiling regex-syntax v0.6.29
28932024-08-30T17:57:43.605Z Compiling which v4.4.2
28942024-08-30T17:57:43.680Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28952024-08-30T17:57:43.856Z Compiling clang-sys v1.7.0
28962024-08-30T17:57:43.890Z Compiling cexpr v0.6.0
28972024-08-30T17:57:44.093Z Compiling shlex v1.3.0
28982024-08-30T17:57:44.211Z Compiling lazycell v1.3.0
28992024-08-30T17:57:44.246Z Compiling rustc-hash v1.1.0
29002024-08-30T17:57:44.275Z Compiling ref-cast v1.0.23
29012024-08-30T17:57:44.381Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29022024-08-30T17:57:44.405Z Compiling derive_builder_core v0.20.0
29032024-08-30T17:57:44.485Z Compiling diesel_derives v2.2.2
29042024-08-30T17:57:44.542Z Compiling libxml v0.3.3
29052024-08-30T17:57:44.674Z Compiling ref-cast-impl v1.0.23
29062024-08-30T17:57:44.827Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29072024-08-30T17:57:44.943Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29082024-08-30T17:57:45.260Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29092024-08-30T17:57:45.500Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29102024-08-30T17:57:45.539Z Compiling strum_macros v0.24.3
29112024-08-30T17:57:45.846Z Compiling dropshot v0.10.1
29122024-08-30T17:57:45.872Z Compiling indoc v1.0.9
29132024-08-30T17:57:46.535Z Compiling lalrpop v0.19.12
29142024-08-30T17:57:46.698Z Compiling derive_builder_macro v0.20.0
29152024-08-30T17:57:47.450Z Checking derive_builder v0.20.0
29162024-08-30T17:57:47.700Z Checking tungstenite v0.23.0
29172024-08-30T17:57:47.776Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29182024-08-30T17:57:48.051Z Compiling dropshot_endpoint v0.10.1
29192024-08-30T17:57:48.492Z Compiling oso-derive v0.27.3
29202024-08-30T17:57:48.606Z Compiling impl-trait-for-tuples v0.2.2
29212024-08-30T17:57:48.679Z Checking quick-xml v0.31.0
29222024-08-30T17:57:49.434Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
29232024-08-30T17:57:49.715Z Checking maplit v1.0.2
29242024-08-30T17:57:49.897Z Checking tokio-tungstenite v0.23.1
29252024-08-30T17:57:50.364Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29262024-08-30T17:57:50.514Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29272024-08-30T17:57:50.758Z Checking bb8 v0.8.5
29282024-08-30T17:57:51.195Z Compiling const_format_proc_macros v0.2.32
29292024-08-30T17:57:51.958Z Checking crossbeam-deque v0.8.5
29302024-08-30T17:57:52.283Z Compiling portable-atomic v1.6.0
29312024-08-30T17:57:53.174Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
29322024-08-30T17:57:53.206Z Checking const_format v0.2.32
29332024-08-30T17:57:53.380Z Checking rayon-core v1.12.1
29342024-08-30T17:57:53.658Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29352024-08-30T17:57:53.951Z Checking castaway v0.2.3
29362024-08-30T17:57:54.043Z Checking rayon v1.10.0
29372024-08-30T17:57:54.137Z Checking compact_str v0.8.0
29382024-08-30T17:57:54.814Z Checking diesel v2.2.3
29392024-08-30T17:57:55.188Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29402024-08-30T17:57:55.414Z Checking unicode-truncate v1.0.0
29412024-08-30T17:57:55.513Z Checking lru v0.12.3
29422024-08-30T17:57:55.681Z Compiling instability v0.3.2
29432024-08-30T17:57:55.792Z Checking number_prefix v0.4.0
29442024-08-30T17:57:55.847Z Checking smawk v0.3.2
29452024-08-30T17:57:55.975Z Checking cassowary v0.3.0
29462024-08-30T17:57:55.998Z Checking unicode-linebreak v0.1.5
29472024-08-30T17:57:56.076Z Checking multimap v0.10.0
29482024-08-30T17:57:56.355Z Checking textwrap v0.16.1
29492024-08-30T17:57:56.621Z Checking ratatui v0.28.0
29502024-08-30T17:57:57.539Z Checking indicatif v0.17.8
29512024-08-30T17:58:15.344Z Compiling samael v0.0.15
29522024-08-30T17:58:26.452Z Checking async-bb8-diesel v0.2.1
29532024-08-30T17:58:28.565Z Compiling polar-core v0.27.3
29542024-08-30T17:58:37.489Z Checking oso v0.27.3
29552024-08-30T17:59:54.762Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29562024-08-30T18:00:02.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
29572024-08-30T18:00:02.260Z
29582024-08-30T18:00:02.260Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158)
29592024-08-30T18:00:03.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-08-30T18:00:03.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-08-30T18:00:03.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622024-08-30T18:00:03.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
29632024-08-30T18:00:03.233Z
29642024-08-30T18:00:03.233Zinfo: running `cargo check --bins` on nexus-saga-recovery (128/158)
29652024-08-30T18:00:04.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-08-30T18:00:04.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-08-30T18:00:04.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682024-08-30T18:00:04.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
29692024-08-30T18:00:04.190Z
29702024-08-30T18:00:04.190Zinfo: running `cargo check --bins` on nexus-test-utils-macros (129/158)
29712024-08-30T18:00:04.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-08-30T18:00:04.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-08-30T18:00:04.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742024-08-30T18:00:04.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29752024-08-30T18:00:05.019Z
29762024-08-30T18:00:05.019Zinfo: running `cargo check --bins` on omicron-nexus (130/158)
29772024-08-30T18:00:05.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-08-30T18:00:05.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-08-30T18:00:06.129Z Compiling libz-sys v1.1.16
29802024-08-30T18:00:06.156Z Compiling libgit2-sys v0.17.0+1.8.1
29812024-08-30T18:00:06.180Z Compiling vergen v8.3.2
29822024-08-30T18:00:06.180Z Compiling cargo-platform v0.1.8
29832024-08-30T18:00:06.180Z Compiling pin-project-internal v1.1.5
29842024-08-30T18:00:06.234Z Compiling snafu-derive v0.8.2
29852024-08-30T18:00:06.258Z Compiling libsqlite3-sys v0.28.0
29862024-08-30T18:00:06.258Z Compiling buf-list v1.0.3
29872024-08-30T18:00:06.522Z Compiling cargo_metadata v0.18.1
29882024-08-30T18:00:06.715Z Checking globset v0.4.14
29892024-08-30T18:00:06.959Z Checking olpc-cjson v0.1.3
29902024-08-30T18:00:07.028Z Checking rand_seeder v0.3.0
29912024-08-30T18:00:07.157Z Checking serde_plain v1.0.2
29922024-08-30T18:00:07.181Z Checking typed-path v0.7.1
29932024-08-30T18:00:07.244Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29942024-08-30T18:00:07.421Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29952024-08-30T18:00:07.665Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29962024-08-30T18:00:07.690Z Checking hashlink v0.9.1
29972024-08-30T18:00:07.934Z Checking fallible-iterator v0.3.0
29982024-08-30T18:00:08.225Z Checking fallible-streaming-iterator v0.1.9
29992024-08-30T18:00:08.437Z Checking parse-size v1.0.0
30002024-08-30T18:00:08.541Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30012024-08-30T18:00:08.604Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30022024-08-30T18:00:08.803Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30032024-08-30T18:00:08.827Z Checking pin-project v1.1.5
30042024-08-30T18:00:08.952Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30052024-08-30T18:00:09.098Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30062024-08-30T18:00:09.234Z Checking twox-hash v1.6.3
30072024-08-30T18:00:09.366Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30082024-08-30T18:00:09.537Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30092024-08-30T18:00:09.713Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30102024-08-30T18:00:10.120Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30112024-08-30T18:00:10.466Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30122024-08-30T18:00:10.595Z Checking fatfs v0.3.6
30132024-08-30T18:00:11.029Z Checking assert_matches v1.5.0
30142024-08-30T18:00:11.172Z Checking snafu v0.8.2
30152024-08-30T18:00:11.534Z Checking rusqlite v0.31.0
30162024-08-30T18:00:11.622Z Checking tough v0.17.1
30172024-08-30T18:00:15.818Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30182024-08-30T18:00:17.304Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30192024-08-30T18:00:17.598Z Compiling git2 v0.19.0
30202024-08-30T18:00:23.872Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30212024-08-30T18:01:30.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
30222024-08-30T18:01:30.270Z
30232024-08-30T18:01:30.270Zinfo: running `cargo check --bins` on nexus-external-api (131/158)
30242024-08-30T18:01:31.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252024-08-30T18:01:31.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262024-08-30T18:01:31.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272024-08-30T18:01:31.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
30282024-08-30T18:01:31.382Z
30292024-08-30T18:01:31.382Zinfo: running `cargo check --bins` on openapi-manager-types (132/158)
30302024-08-30T18:01:32.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-08-30T18:01:32.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-08-30T18:01:32.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332024-08-30T18:01:32.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30342024-08-30T18:01:32.329Z
30352024-08-30T18:01:32.330Zinfo: running `cargo check --bins` on nexus-internal-api (133/158)
30362024-08-30T18:01:33.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372024-08-30T18:01:33.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382024-08-30T18:01:33.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392024-08-30T18:01:33.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
30402024-08-30T18:01:33.355Z
30412024-08-30T18:01:33.355Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (134/158)
30422024-08-30T18:01:34.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-08-30T18:01:34.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-08-30T18:01:34.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452024-08-30T18:01:34.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30462024-08-30T18:01:34.349Z
30472024-08-30T18:01:34.349Zinfo: running `cargo check --bins` on nexus-networking (135/158)
30482024-08-30T18:01:35.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492024-08-30T18:01:35.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502024-08-30T18:01:35.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512024-08-30T18:01:35.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
30522024-08-30T18:01:35.292Z
30532024-08-30T18:01:35.292Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (136/158)
30542024-08-30T18:01:36.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-08-30T18:01:36.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-08-30T18:01:36.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572024-08-30T18:01:36.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
30582024-08-30T18:01:36.254Z
30592024-08-30T18:01:36.254Zinfo: running `cargo check --bins` on update-common (137/158)
30602024-08-30T18:01:37.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-08-30T18:01:37.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-08-30T18:01:37.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632024-08-30T18:01:37.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30642024-08-30T18:01:37.153Z
30652024-08-30T18:01:37.153Zinfo: running `cargo check --bins` on tufaceous-lib (138/158)
30662024-08-30T18:01:37.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-08-30T18:01:37.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-08-30T18:01:37.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692024-08-30T18:01:37.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30702024-08-30T18:01:38.043Z
30712024-08-30T18:01:38.043Zinfo: running `cargo check --bins` on tufaceous (139/158)
30722024-08-30T18:01:38.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732024-08-30T18:01:38.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742024-08-30T18:01:38.986Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30752024-08-30T18:01:40.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
30762024-08-30T18:01:40.233Z
30772024-08-30T18:01:40.233Zinfo: running `cargo check --bins` on omicron-dev (140/158)
30782024-08-30T18:01:41.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-08-30T18:01:41.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-08-30T18:01:41.459Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30812024-08-30T18:01:41.459Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30822024-08-30T18:01:41.482Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30832024-08-30T18:01:43.167Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30842024-08-30T18:01:46.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
30852024-08-30T18:01:46.510Z
30862024-08-30T18:01:46.510Zinfo: running `cargo check --bins` on openapi-manager (141/158)
30872024-08-30T18:01:47.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-08-30T18:01:47.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-08-30T18:01:47.480Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30902024-08-30T18:01:47.480Z Checking is_ci v1.2.0
30912024-08-30T18:01:47.480Z Checking heck v0.4.1
30922024-08-30T18:01:47.480Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30932024-08-30T18:01:47.504Z Checking indent_write v2.2.0
30942024-08-30T18:01:47.665Z Checking supports-color v3.0.0
30952024-08-30T18:01:47.718Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30962024-08-30T18:01:49.542Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30972024-08-30T18:01:50.574Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30982024-08-30T18:01:51.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
30992024-08-30T18:01:51.980Z
31002024-08-30T18:01:51.980Zinfo: running `cargo check --bins` on installinator-api (142/158)
31012024-08-30T18:01:52.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-08-30T18:01:52.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-08-30T18:01:52.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042024-08-30T18:01:52.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
31052024-08-30T18:01:52.882Z
31062024-08-30T18:01:52.882Zinfo: running `cargo check --bins` on wicketd-api (143/158)
31072024-08-30T18:01:53.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-08-30T18:01:53.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-08-30T18:01:53.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102024-08-30T18:01:53.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
31112024-08-30T18:01:53.774Z
31122024-08-30T18:01:53.774Zinfo: running `cargo check --bins` on reconfigurator-cli (144/158)
31132024-08-30T18:01:54.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-08-30T18:01:54.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-08-30T18:01:54.861Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31162024-08-30T18:01:56.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
31172024-08-30T18:01:56.474Z
31182024-08-30T18:01:56.474Zinfo: running `cargo check --bins` on omicron-releng (145/158)
31192024-08-30T18:01:57.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-08-30T18:01:57.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-08-30T18:01:57.376Z Checking memmap2 v0.9.4
31222024-08-30T18:01:57.377Z Checking spin v0.5.2
31232024-08-30T18:01:57.377Z Checking arrayref v0.3.7
31242024-08-30T18:01:57.377Z Checking untrusted v0.7.1
31252024-08-30T18:01:57.403Z Checking arrayvec v0.7.4
31262024-08-30T18:01:57.403Z Checking constant_time_eq v0.3.0
31272024-08-30T18:01:57.403Z Checking cargo-platform v0.1.8
31282024-08-30T18:01:57.403Z Checking topological-sort v0.2.2
31292024-08-30T18:01:57.552Z Checking shell-words v1.1.0
31302024-08-30T18:01:57.615Z Checking ring v0.16.20
31312024-08-30T18:01:57.735Z Checking cargo_metadata v0.18.1
31322024-08-30T18:01:57.817Z Checking blake3 v1.5.1
31332024-08-30T18:01:59.205Z Checking omicron-zone-package v0.11.0
31342024-08-30T18:02:00.630Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31352024-08-30T18:02:01.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
31362024-08-30T18:02:01.915Z
31372024-08-30T18:02:01.915Zinfo: running `cargo check --bins` on xtask (146/158)
31382024-08-30T18:02:02.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-08-30T18:02:02.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-08-30T18:02:02.584Z Checking bitflags v2.6.0
31412024-08-30T18:02:02.584Z Checking serde v1.0.208
31422024-08-30T18:02:02.607Z Checking thiserror v1.0.63
31432024-08-30T18:02:02.607Z Checking scroll v0.12.0
31442024-08-30T18:02:02.631Z Checking log v0.4.21
31452024-08-30T18:02:02.631Z Checking hashbrown v0.14.5
31462024-08-30T18:02:02.671Z Checking zerocopy v0.7.34
31472024-08-30T18:02:02.695Z Checking syn v2.0.74
31482024-08-30T18:02:02.743Z Checking pest v2.7.10
31492024-08-30T18:02:02.856Z Checking rustix v0.38.34
31502024-08-30T18:02:02.882Z Checking fs-err v2.11.0
31512024-08-30T18:02:03.048Z Checking goblin v0.8.2
31522024-08-30T18:02:03.150Z Checking tabled v0.15.0
31532024-08-30T18:02:03.633Z Checking indexmap v2.4.0
31542024-08-30T18:02:03.848Z Checking anyhow v1.0.86
31552024-08-30T18:02:04.533Z Checking terminal_size v0.3.0
31562024-08-30T18:02:04.533Z Checking tempfile v3.10.1
31572024-08-30T18:02:04.701Z Checking clap_builder v4.5.15
31582024-08-30T18:02:04.870Z Checking dtrace-parser v0.2.0
31592024-08-30T18:02:06.781Z Checking serde_json v1.0.125
31602024-08-30T18:02:06.781Z Checking toml_datetime v0.6.8
31612024-08-30T18:02:06.781Z Checking serde_spanned v0.6.7
31622024-08-30T18:02:06.805Z Checking camino v1.1.9
31632024-08-30T18:02:06.805Z Checking semver v1.0.23
31642024-08-30T18:02:06.998Z Checking cargo-platform v0.1.8
31652024-08-30T18:02:07.022Z Checking macaddr v1.0.1
31662024-08-30T18:02:07.075Z Checking toml_edit v0.22.20
31672024-08-30T18:02:07.239Z Checking clap v4.5.16
31682024-08-30T18:02:07.290Z Checking camino-tempfile v1.1.1
31692024-08-30T18:02:08.028Z Checking dof v0.3.0
31702024-08-30T18:02:08.028Z Checking cargo_metadata v0.18.1
31712024-08-30T18:02:08.555Z Checking usdt-impl v0.5.0
31722024-08-30T18:02:08.990Z Checking usdt v0.5.0
31732024-08-30T18:02:09.226Z Checking toml v0.8.19
31742024-08-30T18:02:09.872Z Checking cargo_toml v0.20.4
31752024-08-30T18:02:11.473Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31762024-08-30T18:02:12.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.34s
31772024-08-30T18:02:12.363Z
31782024-08-30T18:02:12.363Zinfo: running `cargo check --bins` on end-to-end-tests (147/158)
31792024-08-30T18:02:13.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802024-08-30T18:02:13.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812024-08-30T18:02:13.444Z Checking polyval v0.6.2
31822024-08-30T18:02:13.444Z Checking rfc6979 v0.4.0
31832024-08-30T18:02:13.489Z Checking primeorder v0.13.6
31842024-08-30T18:02:13.489Z Checking ctr v0.9.2
31852024-08-30T18:02:13.523Z Checking ed25519 v2.2.3
31862024-08-30T18:02:13.547Z Checking ssh-encoding v0.2.0
31872024-08-30T18:02:13.547Z Checking blowfish v0.9.1
31882024-08-30T18:02:13.572Z Checking password-hash v0.4.2
31892024-08-30T18:02:13.657Z Checking ecdsa v0.16.9
31902024-08-30T18:02:13.710Z Checking ghash v0.5.1
31912024-08-30T18:02:13.746Z Checking bcrypt-pbkdf v0.10.0
31922024-08-30T18:02:13.770Z Checking matches v0.1.10
31932024-08-30T18:02:13.821Z Checking ed25519-dalek v2.1.1
31942024-08-30T18:02:13.854Z Compiling enum-as-inner v0.5.1
31952024-08-30T18:02:13.878Z Checking aes-gcm v0.10.3
31962024-08-30T18:02:13.878Z Checking idna v0.2.3
31972024-08-30T18:02:13.921Z Checking russh-cryptovec v0.7.2
31982024-08-30T18:02:13.954Z Checking pbkdf2 v0.11.0
31992024-08-30T18:02:13.983Z Checking md5 v0.7.0
32002024-08-30T18:02:14.113Z Checking ssh-cipher v0.2.0
32012024-08-30T18:02:14.137Z Checking num-bigint v0.4.5
32022024-08-30T18:02:14.183Z Checking des v0.8.1
32032024-08-30T18:02:14.243Z Compiling dhcproto-macros v0.1.0
32042024-08-30T18:02:14.278Z Checking hex-literal v0.4.1
32052024-08-30T18:02:14.390Z Checking p521 v0.13.3
32062024-08-30T18:02:14.432Z Checking p256 v0.13.2
32072024-08-30T18:02:14.457Z Checking ssh-key v0.6.6
32082024-08-30T18:02:14.481Z Checking p384 v0.13.0
32092024-08-30T18:02:14.654Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32102024-08-30T18:02:14.866Z Checking trust-dns-proto v0.22.0
32112024-08-30T18:02:14.890Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32122024-08-30T18:02:15.135Z Checking internet-checksum v0.2.1
32132024-08-30T18:02:15.913Z Checking russh-keys v0.45.0
32142024-08-30T18:02:17.094Z Checking russh v0.45.0
32152024-08-30T18:02:17.900Z Checking dhcproto v0.12.0
32162024-08-30T18:02:39.690Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32172024-08-30T18:02:41.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.95s
32182024-08-30T18:02:41.499Z
32192024-08-30T18:02:41.499Zinfo: running `cargo check --bins` on gateway-cli (148/158)
32202024-08-30T18:02:42.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212024-08-30T18:02:42.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222024-08-30T18:02:42.362Z Checking termios v0.3.3
32232024-08-30T18:02:42.544Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32242024-08-30T18:02:43.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
32252024-08-30T18:02:43.706Z
32262024-08-30T18:02:43.706Zinfo: running `cargo check --bins --no-default-features` on installinator (149/158)
32272024-08-30T18:02:44.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282024-08-30T18:02:44.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292024-08-30T18:02:44.683Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32302024-08-30T18:02:47.143Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32312024-08-30T18:02:49.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
32322024-08-30T18:02:49.613Z
32332024-08-30T18:02:49.613Zinfo: running `cargo check --bins` on internal-dns-cli (150/158)
32342024-08-30T18:02:50.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352024-08-30T18:02:50.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362024-08-30T18:02:50.487Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32372024-08-30T18:02:50.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
32382024-08-30T18:02:51.097Z
32392024-08-30T18:02:51.097Zinfo: running `cargo check --bins` on omicron-live-tests (151/158)
32402024-08-30T18:02:51.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412024-08-30T18:02:51.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422024-08-30T18:02:51.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432024-08-30T18:02:51.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32442024-08-30T18:02:51.916Z
32452024-08-30T18:02:51.916Zinfo: running `cargo check --bins` on live-tests-macros (152/158)
32462024-08-30T18:02:52.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472024-08-30T18:02:52.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482024-08-30T18:02:52.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492024-08-30T18:02:52.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32502024-08-30T18:02:52.764Z
32512024-08-30T18:02:52.764Zinfo: running `cargo check --bins` on omicron-package (153/158)
32522024-08-30T18:02:53.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532024-08-30T18:02:53.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542024-08-30T18:02:53.749Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32552024-08-30T18:02:55.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
32562024-08-30T18:02:55.351Z
32572024-08-30T18:02:55.351Zinfo: running `cargo check --bins` on wicket-dbg (154/158)
32582024-08-30T18:02:56.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592024-08-30T18:02:56.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602024-08-30T18:02:56.307Z Checking rtoolbox v0.0.2
32612024-08-30T18:02:56.307Z Checking tui-tree-widget v0.22.0
32622024-08-30T18:02:56.307Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32632024-08-30T18:02:56.491Z Checking rpassword v7.3.1
32642024-08-30T18:03:01.733Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32652024-08-30T18:03:05.407Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32662024-08-30T18:03:06.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
32672024-08-30T18:03:06.885Z
32682024-08-30T18:03:06.885Zinfo: running `cargo check --bins` on wicket (155/158)
32692024-08-30T18:03:07.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702024-08-30T18:03:07.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712024-08-30T18:03:07.825Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32722024-08-30T18:03:08.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
32732024-08-30T18:03:08.372Z
32742024-08-30T18:03:08.372Zinfo: running `cargo check --bins` on wicketd (156/158)
32752024-08-30T18:03:09.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762024-08-30T18:03:09.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772024-08-30T18:03:09.335Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32782024-08-30T18:03:13.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
32792024-08-30T18:03:14.106Z
32802024-08-30T18:03:14.106Zinfo: running `cargo check --bins` on omicron-workspace-hack (157/158)
32812024-08-30T18:03:14.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822024-08-30T18:03:14.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832024-08-30T18:03:14.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842024-08-30T18:03:14.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32852024-08-30T18:03:14.939Z
32862024-08-30T18:03:14.940Zinfo: running `cargo check --bins` on zone-setup (158/158)
32872024-08-30T18:03:15.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882024-08-30T18:03:15.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892024-08-30T18:03:15.981Z Checking uzers v0.11.3
32902024-08-30T18:03:16.268Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32912024-08-30T18:03:17.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
32922024-08-30T18:03:17.745Z
32932024-08-30T18:03:17.745Zreal 13:08.086571507
32942024-08-30T18:03:17.745Zuser 23:43.024039675
32952024-08-30T18:03:17.746Zsys 5:36.798509685
32962024-08-30T18:03:17.746Ztrap 0.598534054
32972024-08-30T18:03:17.746Ztflt 1.644335116
32982024-08-30T18:03:17.746Zdflt 2.577626899
32992024-08-30T18:03:17.746Zkflt 0.001330343
33002024-08-30T18:03:17.746Zlock 45:09.421462603
33012024-08-30T18:03:17.746Zslp 2:04:28.987808300
33022024-08-30T18:03:17.746Zlat 59.292129916
33032024-08-30T18:03:17.770Zstop 2:44.069743263
33042024-08-30T18:03:17.770Zprocess exited: duration 1026890 ms, exit code 0
 
33052024-08-30T18:03:17.819Zfound 0 output files