01J6J8B4RY6DPVA4V5ZKYP8BEC: 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: 01J6J8BSXFAAPMDW984KN0PDF6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-30T18:23:03.542Zjob assigned to worker 01J6J8BYTZRN06ZPA65068B1CB (queued for 58 s)
 
22024-08-30T18:23:10.468Zstarting task 0: "setup"
32024-08-30T18:23:10.477Z++ uname -s
42024-08-30T18:23:10.480Z+ kern=SunOS
52024-08-30T18:23:10.480Z+ case "$kern" in
62024-08-30T18:23:10.480Z+ groupadd -g 12345 build
72024-08-30T18:23:10.483Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-30T18:23:12.495Z+ zfs create -o mountpoint=/work rpool/work
92024-08-30T18:23:12.653Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-30T18:23:12.656Z+ home_fs=zfs
112024-08-30T18:23:12.656Z+ [[ zfs == autofs ]]
122024-08-30T18:23:12.656Z+ mkdir -p /home/build
132024-08-30T18:23:12.659Z+ chown build:build /home/build /work
142024-08-30T18:23:14.661Z+ chmod 0700 /home/build /work
152024-08-30T18:23:14.663Zprocess exited: duration 4196 ms, exit code 0
 
162024-08-30T18:23:14.669Zstarting task 1: "rust-toolchain"
172024-08-30T18:23:14.674Z+ printf ' * toolchain channel = "%s"
182024-08-30T18:23:14.674Z * toolchain channel = "1.80.1"
192024-08-30T18:23:14.675Z' 1.80.1
202024-08-30T18:23:14.675Z+ printf ' * toolchain profile = "%s"
212024-08-30T18:23:14.675Z' default
222024-08-30T18:23:14.675Z * toolchain profile = "default"
232024-08-30T18:23:14.677Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-30T18:23:14.677Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-30T18:23:14.794Zinfo: downloading installer
262024-08-30T18:23:16.331Zinfo: profile set to 'default'
272024-08-30T18:23:16.331Zinfo: default host triple is x86_64-unknown-illumos
282024-08-30T18:23:16.338Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-30T18:23:16.474Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-30T18:23:16.474Zinfo: downloading component 'cargo'
312024-08-30T18:23:17.272Zinfo: downloading component 'clippy'
322024-08-30T18:23:17.554Zinfo: downloading component 'rust-docs'
332024-08-30T18:23:18.669Zinfo: downloading component 'rust-std'
342024-08-30T18:23:20.223Zinfo: downloading component 'rustc'
352024-08-30T18:23:24.585Zinfo: downloading component 'rustfmt'
362024-08-30T18:23:24.818Zinfo: installing component 'cargo'
372024-08-30T18:23:25.827Zinfo: installing component 'clippy'
382024-08-30T18:23:26.013Zinfo: installing component 'rust-docs'
392024-08-30T18:23:27.677Zinfo: installing component 'rust-std'
402024-08-30T18:23:29.324Zinfo: installing component 'rustc'
412024-08-30T18:23:33.507Zinfo: installing component 'rustfmt'
422024-08-30T18:23:33.848Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-30T18:23:33.848Z
442024-08-30T18:23:34.128Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-30T18:23:34.129Z
462024-08-30T18:23:34.134Z
472024-08-30T18:23:34.134ZRust is installed now. Great!
482024-08-30T18:23:34.134Z
492024-08-30T18:23:34.134ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-30T18:23:34.134Zenvironment variable. This has not been done automatically.
512024-08-30T18:23:34.134Z
522024-08-30T18:23:34.134ZTo configure your current shell, you need to source
532024-08-30T18:23:34.134Zthe corresponding env file under $HOME/.cargo.
542024-08-30T18:23:34.135Z
552024-08-30T18:23:34.135ZThis is usually done by running one of the following (note the leading DOT):
562024-08-30T18:23:34.135Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-30T18:23:34.135Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-30T18:23:34.181Z+ rustc --version
592024-08-30T18:23:34.245Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-30T18:23:34.248Zprocess exited: duration 19572 ms, exit code 0
 
612024-08-30T18:23:34.254Zstarting task 2: "authentication"
622024-08-30T18:23:34.276Zprocess exited: duration 20 ms, exit code 0
 
632024-08-30T18:23:34.280Zstarting task 3: "clone repository"
642024-08-30T18:23:34.286Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-30T18:23:34.288Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-30T18:23:34.320ZCloning into '/work/oxidecomputer/omicron'...
672024-08-30T18:23:39.115Z+ cd /work/oxidecomputer/omicron
682024-08-30T18:23:39.115Z+ git fetch origin dc10290f4b6fff0470463be318bb91adfbf383a6
692024-08-30T18:23:39.455ZFrom https://github.com/oxidecomputer/omicron
702024-08-30T18:23:39.455Z * branch dc10290f4b6fff0470463be318bb91adfbf383a6 -> FETCH_HEAD
712024-08-30T18:23:39.465Z+ [[ -n hubris-support-keys ]]
722024-08-30T18:23:39.468Z++ git branch --show-current
732024-08-30T18:23:39.470Z+ current=main
742024-08-30T18:23:39.470Z+ [[ main != hubris-support-keys ]]
752024-08-30T18:23:39.470Z+ git branch -f hubris-support-keys dc10290f4b6fff0470463be318bb91adfbf383a6
762024-08-30T18:23:39.474Z+ git checkout -f hubris-support-keys
772024-08-30T18:23:39.630ZSwitched to branch 'hubris-support-keys'
782024-08-30T18:23:39.633Z+ git reset --hard dc10290f4b6fff0470463be318bb91adfbf383a6
792024-08-30T18:23:39.644ZHEAD is now at dc10290f4 Add details on support keys
802024-08-30T18:23:39.647Zprocess exited: duration 5362 ms, exit code 0
 
812024-08-30T18:23:39.653Zstarting task 4: "build"
822024-08-30T18:23:39.659Z+ cargo --version
832024-08-30T18:23:39.715Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-30T18:23:39.718Z+ rustc --version
852024-08-30T18:23:39.776Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-30T18:23:39.779Z+ source ./env.sh
872024-08-30T18:23:39.779Z++ OLD_SHELL_OPTS=ehxB
882024-08-30T18:23:39.779Z++ set -o xtrace
892024-08-30T18:23:39.782Z++++ dirname ./env.sh
902024-08-30T18:23:39.784Z+++ readlink -f .
912024-08-30T18:23:39.787Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-30T18:23:39.787Z++ 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-30T18:23:39.787Z++ 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-30T18:23:39.787Z++ 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-30T18:23:39.787Z++ 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-30T18:23:39.787Z++ 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-30T18:23:39.787Z++ 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-30T18:23:39.787Z++ 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-30T18:23:39.787Z++ 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-30T18:23:39.787Z++ case $OLD_SHELL_OPTS in
1012024-08-30T18:23:39.787Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-30T18:23:39.787Z+ 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-30T18:23:39.787Z+ 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-30T18:23:39.787Z+ banner prerequisites
1052024-08-30T18:23:39.790Z
1062024-08-30T18:23:39.790Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-30T18:23:39.790Z # # # # # # # # # # # # # # #
1082024-08-30T18:23:39.790Z # # # # ##### # # ##### # # # # # #### #
1092024-08-30T18:23:39.790Z ##### ##### # ##### # # # # # # # # #
1102024-08-30T18:23:39.790Z # # # # # # # # # # # # # # #
1112024-08-30T18:23:39.790Z # # # ###### # # ###### ### # #### # #### #
1122024-08-30T18:23:39.790Z
1132024-08-30T18:23:39.790Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-30T18:23:44.363Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-30T18:23:46.715Z Startup: Caching catalogs ... Done
1162024-08-30T18:23:48.688ZPlanning: Solver setup ... Done (1.403s)
1172024-08-30T18:23:48.712ZPlanning: Running solver ... Done (0.023s)
1182024-08-30T18:23:48.753ZPlanning: Finding local manifests ... Done (0.004s)
1192024-08-30T18:23:48.768ZPlanning: Fetching manifests: 0/5 0% complete
1202024-08-30T18:23:49.387ZPlanning: Fetching manifests: 5/5 100% complete
1212024-08-30T18:23:49.488ZPlanning: Package planning ... Done (0.103s)
1222024-08-30T18:23:49.545ZPlanning: Merging actions ... Done (0.057s)
1232024-08-30T18:23:49.780ZPlanning: Checking for conflicting actions ... Done (0.209s)
1242024-08-30T18:23:51.711ZPlanning: Consolidating action changes ... Done (1.955s)
1252024-08-30T18:23:52.138ZPlanning: Evaluating mediators ... Done (0.427s)
1262024-08-30T18:23:52.218ZPlanning: Planning completed in 5.43 seconds
1272024-08-30T18:23:52.235Z Packages to install: 4
1282024-08-30T18:23:52.235Z Packages to update: 1
1292024-08-30T18:23:52.238Z Mediators to change: 2
1302024-08-30T18:23:52.238Z Services to change: 1
1312024-08-30T18:23:52.238Z Estimated space available: 155.72 GB
1322024-08-30T18:23:52.238ZEstimated space to be consumed: 1.53 GB
1332024-08-30T18:23:52.238Z Create boot environment: No
1342024-08-30T18:23:52.238ZCreate backup boot environment: Yes
1352024-08-30T18:23:52.238Z Rebuild boot archive: No
1362024-08-30T18:23:52.239Z
1372024-08-30T18:23:52.239ZChanged mediators:
1382024-08-30T18:23:52.239Z mediator clang:
1392024-08-30T18:23:52.239Z version: None -> 15 (system default)
1402024-08-30T18:23:52.239Z
1412024-08-30T18:23:52.239Z mediator llvm:
1422024-08-30T18:23:52.239Z version: 14 (system default) -> 15 (system default)
1432024-08-30T18:23:52.239Z
1442024-08-30T18:23:52.239ZChanged packages:
1452024-08-30T18:23:52.239Zhelios-dev
1462024-08-30T18:23:52.239Z developer/build-essential
1472024-08-30T18:23:52.239Z None -> 11-2.0
1482024-08-30T18:23:52.239Z library/libxmlsec1
1492024-08-30T18:23:52.239Z None -> 1.2.35-2.0
1502024-08-30T18:23:52.239Z ooce/developer/clang-15
1512024-08-30T18:23:52.239Z None -> 15.0.7-2.0
1522024-08-30T18:23:52.239Z ooce/developer/llvm-15
1532024-08-30T18:23:52.239Z None -> 15.0.7-2.0
1542024-08-30T18:23:52.239Z package/pkg
1552024-08-30T18:23:52.239Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-08-30T18:23:52.239Z
1572024-08-30T18:23:52.239ZServices:
1582024-08-30T18:23:52.240Z restart_fmri:
1592024-08-30T18:23:52.240Z svc:/system/update-man-index:default
1602024-08-30T18:23:52.240Z
1612024-08-30T18:23:52.240ZEditable files to change:
1622024-08-30T18:23:52.240Z Update:
1632024-08-30T18:23:52.240Z usr/share/lib/pkg/web/config.shtml
1642024-08-30T18:23:52.313Z
1652024-08-30T18:23:52.313ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-08-30T18:23:57.315ZDownload: 912/4281 items 18.9/220.6MB 8% complete (3.9M/s)
1672024-08-30T18:24:02.370ZDownload: 1230/4281 items 89.0/220.6MB 40% complete (9.0M/s)
1682024-08-30T18:24:07.377ZDownload: 1794/4281 items 118.4/220.6MB 53% complete (9.9M/s)
1692024-08-30T18:24:13.187ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (3.6M/s)
1702024-08-30T18:24:18.197ZDownload: 2574/4281 items 120.5/220.6MB 54% complete (196k/s)
1712024-08-30T18:24:23.199ZDownload: 3092/4281 items 125.3/220.6MB 56% complete (542k/s)
1722024-08-30T18:24:28.210ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (8.3M/s)
1732024-08-30T18:24:33.230ZDownload: 3506/4281 items 215.5/220.6MB 97% complete (9.4M/s)
1742024-08-30T18:24:38.245ZDownload: 3964/4281 items 218.8/220.6MB 99% complete (1.6M/s)
1752024-08-30T18:24:47.724ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (855k/s)
1762024-08-30T18:24:48.229ZDownload: Completed 220.60 MB in 55.90 seconds (4.0M/s)
1772024-08-30T18:24:50.320Z Actions: 1/5063 actions (Removing old actions)
1782024-08-30T18:24:50.339Z Actions: 194/5063 actions (Installing new actions)
1792024-08-30T18:24:55.080Z Actions: 4226/5063 actions (Updating modified actions)
1802024-08-30T18:24:55.397Z Actions: Completed 5063 actions in 5.08 seconds.
1812024-08-30T18:24:55.688Z Done (0.283s)
1822024-08-30T18:24:55.690Z Done (0.000s)
1832024-08-30T18:24:56.071Z Done (0.382s)
1842024-08-30T18:25:00.572Z Done (4.323s)
1852024-08-30T18:25:00.668Z Done (0.017s)
1862024-08-30T18:25:00.672Z Done (0.000s)
1872024-08-30T18:25:00.841Z Done (0.000s)
1882024-08-30T18:25:01.440ZPlanning: Evaluating mediator changes ... Done
1892024-08-30T18:25:01.605ZPlanning: Checking for conflicting actions ... Done
1902024-08-30T18:25:01.608ZPlanning: Consolidating action changes ... Done
1912024-08-30T18:25:01.878ZPlanning: Evaluating mediators ... Done
1922024-08-30T18:25:01.880ZPlanning: Planning completed in 0.44 seconds
1932024-08-30T18:25:01.918Z Mediators to change: 2
1942024-08-30T18:25:01.918Z Create boot environment: No
1952024-08-30T18:25:01.918ZCreate backup boot environment: No
1962024-08-30T18:25:02.018Z Done
1972024-08-30T18:25:02.018Z Done
1982024-08-30T18:25:02.256Z Done
1992024-08-30T18:25:06.086Z Done
2002024-08-30T18:25:06.183Z Done
2012024-08-30T18:25:06.186Z Done
2022024-08-30T18:25:06.286Z Done
2032024-08-30T18:25:06.914ZPlanning: Evaluating mediator changes ... Done
2042024-08-30T18:25:06.916ZPlanning: Merging actions ... Done
2052024-08-30T18:25:07.112ZPlanning: Checking for conflicting actions ... Done
2062024-08-30T18:25:07.114ZPlanning: Consolidating action changes ... Done
2072024-08-30T18:25:07.382ZPlanning: Evaluating mediators ... Done
2082024-08-30T18:25:07.439ZPlanning: Planning completed in 0.77 seconds
2092024-08-30T18:25:07.481Z Packages to change: 1
2102024-08-30T18:25:07.481Z Mediators to change: 1
2112024-08-30T18:25:07.483Z Services to change: 1
2122024-08-30T18:25:07.483Z Create boot environment: No
2132024-08-30T18:25:07.483ZCreate backup boot environment: Yes
2142024-08-30T18:25:09.621Z Actions: 1/6 actions (Updating modified actions)
2152024-08-30T18:25:09.623Z Actions: Completed 6 actions in 0.00 seconds.
2162024-08-30T18:25:09.623Z Done
2172024-08-30T18:25:09.623Z Done
2182024-08-30T18:25:09.703Z Done
2192024-08-30T18:25:13.515Z Done
2202024-08-30T18:25:13.613Z Done
2212024-08-30T18:25:13.615Z Done
2222024-08-30T18:25:13.725Z Done
2232024-08-30T18:25:14.172ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-08-30T18:25:14.172Zclang system 15 system
2252024-08-30T18:25:14.172Zcsh system system illumos
2262024-08-30T18:25:14.172Zctags system system illumos
2272024-08-30T18:25:14.172Zgcc vendor 12 vendor
2282024-08-30T18:25:14.172Zgcc system 10 system
2292024-08-30T18:25:14.172Zgcc system 7 system
2302024-08-30T18:25:14.172Zgo system 1.20 system
2312024-08-30T18:25:14.172Zgo system 1.19 system
2322024-08-30T18:25:14.173Zllvm system 15 system
2332024-08-30T18:25:14.173Zllvm system 14 system
2342024-08-30T18:25:14.173Zmariadb system 10.6 system
2352024-08-30T18:25:14.173Zmta vendor vendor dma
2362024-08-30T18:25:14.173Zopenjdk system 17 system
2372024-08-30T18:25:14.173Zopenjdk system 11 system
2382024-08-30T18:25:14.173Zopenjdk system 1.8 system
2392024-08-30T18:25:14.173Zopenssl vendor 3 vendor
2402024-08-30T18:25:14.173Zperl system 5.36 system
2412024-08-30T18:25:14.173Zpostgresql system 15 system
2422024-08-30T18:25:14.173Zpostgresql system 13 system
2432024-08-30T18:25:14.173Zpython vendor 3 vendor
2442024-08-30T18:25:14.173Zpython system 2 system
2452024-08-30T18:25:14.173Zpython3 system 3.11 system
2462024-08-30T18:25:14.173Zruby system 3.0 system
2472024-08-30T18:25:14.173Zwords vendor vendor american-english
2482024-08-30T18:25:14.173Zwords system system australian-english
2492024-08-30T18:25:14.173Zwords system system british-english
2502024-08-30T18:25:14.173Zwords system system canadian-english
2512024-08-30T18:25:14.173Zwords system system french
2522024-08-30T18:25:14.173Zwords system system italian
2532024-08-30T18:25:14.173Zwords system system ngerman
2542024-08-30T18:25:14.173Zwords system system ogerman
2552024-08-30T18:25:14.173Zwords system system spanish
2562024-08-30T18:25:14.518ZPUBLISHER TYPE STATUS P LOCATION
2572024-08-30T18:25:14.518Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-08-30T18:25:16.327ZFMRI IFO
2592024-08-30T18:25:16.327Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-08-30T18:25:16.327Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-08-30T18:25:16.327Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-08-30T18:25:16.328Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-08-30T18:25:16.328Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-08-30T18:25:16.328Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-08-30T18:25:16.328Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662024-08-30T18:25:16.328Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672024-08-30T18:25:16.328Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-08-30T18:25:16.328Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-08-30T18:25:16.328Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-08-30T18:25:16.328Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2712024-08-30T18:25:16.328Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2722024-08-30T18:25:16.962Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2732024-08-30T18:25:17.262Z Updating crates.io index
2742024-08-30T18:25:17.307Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2752024-08-30T18:25:18.013Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-08-30T18:25:18.740Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-08-30T18:25:19.033Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2782024-08-30T18:25:20.495Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792024-08-30T18:25:20.753Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802024-08-30T18:25:21.125Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812024-08-30T18:25:22.365Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822024-08-30T18:25:24.306Z Updating git repository `https://github.com/oxidecomputer/opte`
2832024-08-30T18:25:25.218Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842024-08-30T18:25:25.845Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-08-30T18:25:26.095Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-08-30T18:25:26.718Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2872024-08-30T18:25:27.137Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2882024-08-30T18:25:27.389Z Updating git repository `https://github.com/oxidecomputer/qorb`
2892024-08-30T18:25:27.818Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902024-08-30T18:25:28.212Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2912024-08-30T18:25:28.482Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2922024-08-30T18:25:28.727Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2932024-08-30T18:25:29.007Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942024-08-30T18:25:29.322Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952024-08-30T18:25:29.725Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962024-08-30T18:25:30.212Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972024-08-30T18:25:30.601Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-08-30T18:25:31.059Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-08-30T18:25:31.463Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3002024-08-30T18:25:31.857Z Updating git repository `https://github.com/oxidecomputer/typify`
3012024-08-30T18:25:34.095Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-08-30T18:25:34.330Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-08-30T18:25:34.626Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-08-30T18:25:35.065Z Updating git repository `https://github.com/oxidecomputer/rfb`
3052024-08-30T18:25:36.583Z Downloading crates ...
3062024-08-30T18:25:36.637Z Downloaded is_terminal_polyfill v1.70.0
3072024-08-30T18:25:36.642Z Downloaded equivalent v1.0.1
3082024-08-30T18:25:36.658Z Downloaded swrite v0.1.0
3092024-08-30T18:25:36.662Z Downloaded scroll_derive v0.12.0
3102024-08-30T18:25:36.662Z Downloaded usdt-attr-macro v0.5.0
3112024-08-30T18:25:36.662Z Downloaded usdt-macro v0.5.0
3122024-08-30T18:25:36.666Z Downloaded heck v0.5.0
3132024-08-30T18:25:36.666Z Downloaded block-buffer v0.10.4
3142024-08-30T18:25:36.666Z Downloaded fnv v1.0.7
3152024-08-30T18:25:36.669Z Downloaded clap_lex v0.7.0
3162024-08-30T18:25:36.669Z Downloaded crypto-common v0.1.6
3172024-08-30T18:25:36.669Z Downloaded camino-tempfile v1.1.1
3182024-08-30T18:25:36.669Z Downloaded anstyle-parse v0.2.4
3192024-08-30T18:25:36.672Z Downloaded anstyle v1.0.8
3202024-08-30T18:25:36.676Z Downloaded thiserror-impl v1.0.63
3212024-08-30T18:25:36.676Z Downloaded smawk v0.3.2
3222024-08-30T18:25:36.676Z Downloaded memmap v0.7.0
3232024-08-30T18:25:36.679Z Downloaded generic-array v0.14.7
3242024-08-30T18:25:36.679Z Downloaded macaddr v1.0.1
3252024-08-30T18:25:36.679Z Downloaded dof v0.3.0
3262024-08-30T18:25:36.681Z Downloaded tabled_derive v0.7.0
3272024-08-30T18:25:36.681Z Downloaded serde_tokenstream v0.2.2
3282024-08-30T18:25:36.684Z Downloaded colorchoice v1.0.1
3292024-08-30T18:25:36.684Z Downloaded terminal_size v0.3.0
3302024-08-30T18:25:36.686Z Downloaded cfg-if v1.0.0
3312024-08-30T18:25:36.686Z Downloaded plain v0.2.3
3322024-08-30T18:25:36.686Z Downloaded cargo_metadata v0.18.1
3332024-08-30T18:25:36.689Z Downloaded pest_generator v2.7.10
3342024-08-30T18:25:36.689Z Downloaded bytecount v0.6.8
3352024-08-30T18:25:36.692Z Downloaded anstream v0.6.14
3362024-08-30T18:25:36.695Z Downloaded proc-macro-error v1.0.4
3372024-08-30T18:25:36.697Z Downloaded scroll v0.12.0
3382024-08-30T18:25:36.697Z Downloaded quote v1.0.36
3392024-08-30T18:25:36.700Z Downloaded anyhow v1.0.86
3402024-08-30T18:25:36.705Z Downloaded dtrace-parser v0.2.0
3412024-08-30T18:25:36.710Z Downloaded ucd-trie v0.1.6
3422024-08-30T18:25:36.713Z Downloaded version_check v0.9.5
3432024-08-30T18:25:36.716Z Downloaded proc-macro-error-attr v1.0.4
3442024-08-30T18:25:36.720Z Downloaded pretty-hex v0.4.1
3452024-08-30T18:25:36.723Z Downloaded byteorder v1.5.0
3462024-08-30T18:25:36.725Z Downloaded autocfg v1.3.0
3472024-08-30T18:25:36.728Z Downloaded anstyle-query v1.0.3
3482024-08-30T18:25:36.728Z Downloaded fastrand v2.1.0
3492024-08-30T18:25:36.733Z Downloaded toml v0.8.19
3502024-08-30T18:25:36.737Z Downloaded textwrap v0.16.1
3512024-08-30T18:25:36.740Z Downloaded cpufeatures v0.2.12
3522024-08-30T18:25:36.743Z Downloaded cargo-platform v0.1.8
3532024-08-30T18:25:36.743Z Downloaded itoa v1.0.11
3542024-08-30T18:25:36.745Z Downloaded heck v0.4.1
3552024-08-30T18:25:36.745Z Downloaded fs-err v2.11.0
3562024-08-30T18:25:36.745Z Downloaded errno v0.3.9
3572024-08-30T18:25:36.750Z Downloaded unicode-linebreak v0.1.5
3582024-08-30T18:25:36.753Z Downloaded serde_spanned v0.6.7
3592024-08-30T18:25:36.757Z Downloaded strsim v0.11.1
3602024-08-30T18:25:36.759Z Downloaded cargo_toml v0.20.4
3612024-08-30T18:25:36.759Z Downloaded camino v1.1.9
3622024-08-30T18:25:36.761Z Downloaded usdt v0.5.0
3632024-08-30T18:25:36.764Z Downloaded digest v0.10.7
3642024-08-30T18:25:36.764Z Downloaded thiserror v1.0.63
3652024-08-30T18:25:36.768Z Downloaded utf8parse v0.2.1
3662024-08-30T18:25:36.771Z Downloaded usdt-impl v0.5.0
3672024-08-30T18:25:36.771Z Downloaded toml_datetime v0.6.8
3682024-08-30T18:25:36.773Z Downloaded thread-id v4.2.1
3692024-08-30T18:25:36.773Z Downloaded serde v1.0.208
3702024-08-30T18:25:36.777Z Downloaded once_cell v1.19.0
3712024-08-30T18:25:36.784Z Downloaded pest_derive v2.7.10
3722024-08-30T18:25:36.786Z Downloaded clap_derive v4.5.13
3732024-08-30T18:25:36.789Z Downloaded bitflags v2.6.0
3742024-08-30T18:25:36.792Z Downloaded sha2 v0.10.8
3752024-08-30T18:25:36.795Z Downloaded semver v1.0.23
3762024-08-30T18:25:36.801Z Downloaded log v0.4.21
3772024-08-30T18:25:36.804Z Downloaded proc-macro2 v1.0.86
3782024-08-30T18:25:36.806Z Downloaded typenum v1.17.0
3792024-08-30T18:25:36.809Z Downloaded pest_meta v2.7.10
3802024-08-30T18:25:36.812Z Downloaded zerocopy-derive v0.7.34
3812024-08-30T18:25:36.814Z Downloaded unicode-ident v1.0.12
3822024-08-30T18:25:36.821Z Downloaded toml_edit v0.22.20
3832024-08-30T18:25:36.837Z Downloaded papergrid v0.11.0
3842024-08-30T18:25:36.841Z Downloaded pest v2.7.10
3852024-08-30T18:25:36.846Z Downloaded indexmap v2.4.0
3862024-08-30T18:25:36.849Z Downloaded hashbrown v0.14.5
3872024-08-30T18:25:36.854Z Downloaded clap v4.5.16
3882024-08-30T18:25:36.864Z Downloaded serde_json v1.0.125
3892024-08-30T18:25:36.870Z Downloaded memchr v2.7.2
3902024-08-30T18:25:36.875Z Downloaded clap_builder v4.5.15
3912024-08-30T18:25:36.881Z Downloaded serde_derive v1.0.208
3922024-08-30T18:25:36.883Z Downloaded winnow v0.6.18
3932024-08-30T18:25:36.892Z Downloaded ryu v1.0.18
3942024-08-30T18:25:36.896Z Downloaded zerocopy v0.7.34
3952024-08-30T18:25:36.910Z Downloaded goblin v0.8.2
3962024-08-30T18:25:36.915Z Downloaded tabled v0.15.0
3972024-08-30T18:25:36.930Z Downloaded syn v2.0.74
3982024-08-30T18:25:36.940Z Downloaded syn v1.0.109
3992024-08-30T18:25:36.950Z Downloaded rustix v0.38.34
4002024-08-30T18:25:36.971Z Downloaded unicode-width v0.1.13
4012024-08-30T18:25:36.978Z Downloaded tempfile v3.10.1
4022024-08-30T18:25:36.980Z Downloaded libc v0.2.158
4032024-08-30T18:25:37.281Z Compiling proc-macro2 v1.0.86
4042024-08-30T18:25:37.281Z Compiling unicode-ident v1.0.12
4052024-08-30T18:25:37.283Z Compiling version_check v0.9.5
4062024-08-30T18:25:37.283Z Compiling serde v1.0.208
4072024-08-30T18:25:37.283Z Compiling memchr v2.7.2
4082024-08-30T18:25:37.283Z Compiling thiserror v1.0.63
4092024-08-30T18:25:37.283Z Compiling libc v0.2.158
4102024-08-30T18:25:37.283Z Compiling itoa v1.0.11
4112024-08-30T18:25:37.525Z Compiling ryu v1.0.18
4122024-08-30T18:25:37.602Z Compiling ucd-trie v0.1.6
4132024-08-30T18:25:37.876Z Compiling once_cell v1.19.0
4142024-08-30T18:25:38.138Z Compiling byteorder v1.5.0
4152024-08-30T18:25:38.233Z Compiling rustix v0.38.34
4162024-08-30T18:25:38.280Z Compiling serde_json v1.0.125
4172024-08-30T18:25:38.592Z Compiling bitflags v2.6.0
4182024-08-30T18:25:38.741Z Compiling proc-macro-error-attr v1.0.4
4192024-08-30T18:25:39.032Z Compiling quote v1.0.36
4202024-08-30T18:25:39.079Z Compiling usdt-impl v0.5.0
4212024-08-30T18:25:39.143Z Compiling syn v1.0.109
4222024-08-30T18:25:39.237Z Compiling proc-macro-error v1.0.4
4232024-08-30T18:25:39.261Z Compiling log v0.4.21
4242024-08-30T18:25:39.457Z Compiling syn v2.0.74
4252024-08-30T18:25:39.661Z Compiling errno v0.3.9
4262024-08-30T18:25:39.710Z Compiling hashbrown v0.14.5
4272024-08-30T18:25:39.762Z Compiling camino v1.1.9
4282024-08-30T18:25:39.885Z Compiling thread-id v4.2.1
4292024-08-30T18:25:39.913Z Compiling plain v0.2.3
4302024-08-30T18:25:39.936Z Compiling equivalent v1.0.1
4312024-08-30T18:25:40.006Z Compiling utf8parse v0.2.1
4322024-08-30T18:25:40.178Z Compiling anstyle-parse v0.2.4
4332024-08-30T18:25:40.491Z Compiling semver v1.0.23
4342024-08-30T18:25:40.519Z Compiling anstyle-query v1.0.3
4352024-08-30T18:25:40.601Z Compiling autocfg v1.3.0
4362024-08-30T18:25:40.668Z Compiling colorchoice v1.0.1
4372024-08-30T18:25:40.849Z Compiling is_terminal_polyfill v1.70.0
4382024-08-30T18:25:40.903Z Compiling winnow v0.6.18
4392024-08-30T18:25:40.980Z Compiling indexmap v2.4.0
4402024-08-30T18:25:41.029Z Compiling unicode-width v0.1.13
4412024-08-30T18:25:41.060Z Compiling pretty-hex v0.4.1
4422024-08-30T18:25:41.273Z Compiling anstyle v1.0.8
4432024-08-30T18:25:41.591Z Compiling fs-err v2.11.0
4442024-08-30T18:25:41.652Z Compiling anstream v0.6.14
4452024-08-30T18:25:41.760Z Compiling fnv v1.0.7
4462024-08-30T18:25:41.899Z Compiling fastrand v2.1.0
4472024-08-30T18:25:41.902Z Compiling bytecount v0.6.8
4482024-08-30T18:25:42.149Z Compiling terminal_size v0.3.0
4492024-08-30T18:25:42.336Z Compiling heck v0.5.0
4502024-08-30T18:25:42.361Z Compiling strsim v0.11.1
4512024-08-30T18:25:42.438Z Compiling clap_lex v0.7.0
4522024-08-30T18:25:42.476Z Compiling anyhow v1.0.86
4532024-08-30T18:25:42.704Z Compiling heck v0.4.1
4542024-08-30T18:25:42.864Z Compiling cfg-if v1.0.0
4552024-08-30T18:25:42.995Z Compiling tempfile v3.10.1
4562024-08-30T18:25:43.213Z Compiling clap_builder v4.5.15
4572024-08-30T18:25:43.298Z Compiling papergrid v0.11.0
4582024-08-30T18:25:43.492Z Compiling memmap v0.7.0
4592024-08-30T18:25:43.672Z Compiling unicode-linebreak v0.1.5
4602024-08-30T18:25:43.861Z Compiling smawk v0.3.2
4612024-08-30T18:25:44.103Z Compiling textwrap v0.16.1
4622024-08-30T18:25:44.525Z Compiling swrite v0.1.0
4632024-08-30T18:25:45.751Z Compiling tabled_derive v0.7.0
4642024-08-30T18:25:47.712Z Compiling tabled v0.15.0
4652024-08-30T18:25:48.282Z Compiling serde_derive v1.0.208
4662024-08-30T18:25:48.284Z Compiling thiserror-impl v1.0.63
4672024-08-30T18:25:48.284Z Compiling zerocopy-derive v0.7.34
4682024-08-30T18:25:48.284Z Compiling scroll_derive v0.12.0
4692024-08-30T18:25:48.610Z Compiling clap_derive v4.5.13
4702024-08-30T18:25:49.810Z Compiling scroll v0.12.0
4712024-08-30T18:25:50.303Z Compiling goblin v0.8.2
4722024-08-30T18:25:50.390Z Compiling zerocopy v0.7.34
4732024-08-30T18:25:51.150Z Compiling pest v2.7.10
4742024-08-30T18:25:52.351Z Compiling clap v4.5.16
4752024-08-30T18:25:53.418Z Compiling pest_meta v2.7.10
4762024-08-30T18:25:54.311Z Compiling pest_generator v2.7.10
4772024-08-30T18:25:56.160Z Compiling pest_derive v2.7.10
4782024-08-30T18:25:56.957Z Compiling dtrace-parser v0.2.0
4792024-08-30T18:25:58.780Z Compiling serde_tokenstream v0.2.2
4802024-08-30T18:25:58.861Z Compiling toml_datetime v0.6.8
4812024-08-30T18:25:58.861Z Compiling serde_spanned v0.6.7
4822024-08-30T18:25:59.157Z Compiling toml_edit v0.22.20
4832024-08-30T18:25:59.262Z Compiling cargo-platform v0.1.8
4842024-08-30T18:25:59.383Z Compiling macaddr v1.0.1
4852024-08-30T18:25:59.521Z Compiling camino-tempfile v1.1.1
4862024-08-30T18:26:00.255Z Compiling dof v0.3.0
4872024-08-30T18:26:00.319Z Compiling cargo_metadata v0.18.1
4882024-08-30T18:26:02.011Z Compiling usdt-attr-macro v0.5.0
4892024-08-30T18:26:02.011Z Compiling usdt-macro v0.5.0
4902024-08-30T18:26:02.100Z Compiling toml v0.8.19
4912024-08-30T18:26:03.019Z Compiling cargo_toml v0.20.4
4922024-08-30T18:26:03.399Z Compiling usdt v0.5.0
4932024-08-30T18:26:06.854Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942024-08-30T18:26:11.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.47s
4952024-08-30T18:26:11.469Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4962024-08-30T18:26:12.052Z Downloading crates ...
4972024-08-30T18:26:12.198Z Downloaded atomicwrites v0.4.3
4982024-08-30T18:26:12.204Z Downloaded bitstruct v0.1.1
4992024-08-30T18:26:12.207Z Downloaded hubpack_derive v0.1.1
5002024-08-30T18:26:12.210Z Downloaded ciborium-io v0.2.2
5012024-08-30T18:26:12.210Z Downloaded http-range v0.1.5
5022024-08-30T18:26:12.210Z Downloaded cfg_aliases v0.1.1
5032024-08-30T18:26:12.213Z Downloaded async-stream-impl v0.3.5
5042024-08-30T18:26:12.216Z Downloaded adler v1.0.2
5052024-08-30T18:26:12.219Z Downloaded httpdate v1.0.3
5062024-08-30T18:26:12.220Z Downloaded home v0.5.9
5072024-08-30T18:26:12.222Z Downloaded assert_matches v1.5.0
5082024-08-30T18:26:12.225Z Downloaded is-terminal v0.4.12
5092024-08-30T18:26:12.228Z Downloaded crunchy v0.2.2
5102024-08-30T18:26:12.230Z Downloaded bitfield-struct v0.6.1
5112024-08-30T18:26:12.230Z Downloaded matches v0.1.10
5122024-08-30T18:26:12.230Z Downloaded bit-vec v0.6.3
5132024-08-30T18:26:12.236Z Downloaded castaway v0.2.3
5142024-08-30T18:26:12.236Z Downloaded bcrypt-pbkdf v0.10.0
5152024-08-30T18:26:12.240Z Downloaded async-recursion v1.1.1
5162024-08-30T18:26:12.243Z Downloaded atty v0.2.14
5172024-08-30T18:26:12.246Z Downloaded num-conv v0.1.0
5182024-08-30T18:26:12.246Z Downloaded aead v0.5.2
5192024-08-30T18:26:12.250Z Downloaded newline-converter v0.3.0
5202024-08-30T18:26:12.250Z Downloaded new_debug_unreachable v1.0.6
5212024-08-30T18:26:12.253Z Downloaded darling_macro v0.20.9
5222024-08-30T18:26:12.253Z Downloaded arrayref v0.3.7
5232024-08-30T18:26:12.253Z Downloaded instant v0.1.12
5242024-08-30T18:26:12.256Z Downloaded crc v3.2.1
5252024-08-30T18:26:12.258Z Downloaded base16ct v0.2.0
5262024-08-30T18:26:12.261Z Downloaded lru-cache v0.1.2
5272024-08-30T18:26:12.261Z Downloaded maplit v1.0.2
5282024-08-30T18:26:12.264Z Downloaded linear-map v1.2.0
5292024-08-30T18:26:12.264Z Downloaded kstat-rs v0.2.4
5302024-08-30T18:26:12.267Z Downloaded hyper-staticfile v0.9.5
5312024-08-30T18:26:12.270Z Downloaded newtype_derive v0.1.6
5322024-08-30T18:26:12.270Z Downloaded lalrpop-util v0.19.12
5332024-08-30T18:26:12.273Z Downloaded instability v0.3.2
5342024-08-30T18:26:12.273Z Downloaded multimap v0.10.0
5352024-08-30T18:26:12.276Z Downloaded lazycell v1.3.0
5362024-08-30T18:26:12.276Z Downloaded crc-catalog v2.4.0
5372024-08-30T18:26:12.279Z Downloaded bitstruct_derive v0.1.0
5382024-08-30T18:26:12.279Z Downloaded md-5 v0.10.6
5392024-08-30T18:26:12.282Z Downloaded cancel-safe-futures v0.1.5
5402024-08-30T18:26:12.285Z Downloaded argon2 v0.5.3
5412024-08-30T18:26:12.288Z Downloaded ctr v0.9.2
5422024-08-30T18:26:12.292Z Downloaded curve25519-dalek-derive v0.1.1
5432024-08-30T18:26:12.292Z Downloaded bzip2 v0.4.4
5442024-08-30T18:26:12.295Z Downloaded base64ct v1.6.0
5452024-08-30T18:26:12.298Z Downloaded serde-big-array v0.5.1
5462024-08-30T18:26:12.302Z Downloaded ident_case v1.0.1
5472024-08-30T18:26:12.302Z Downloaded ahash v0.8.11
5482024-08-30T18:26:12.305Z Downloaded atomic-waker v1.1.2
5492024-08-30T18:26:12.305Z Downloaded normalize-line-endings v0.3.0
5502024-08-30T18:26:12.308Z Downloaded async-trait v0.1.81
5512024-08-30T18:26:12.310Z Downloaded hostname v0.3.1
5522024-08-30T18:26:12.313Z Downloaded mime_guess v2.0.4
5532024-08-30T18:26:12.315Z Downloaded ipnet v2.9.0
5542024-08-30T18:26:12.319Z Downloaded bitfield v0.14.0
5552024-08-30T18:26:12.322Z Downloaded bit-set v0.5.3
5562024-08-30T18:26:12.322Z Downloaded native-tls v0.2.11
5572024-08-30T18:26:12.324Z Downloaded memmap2 v0.9.4
5582024-08-30T18:26:12.327Z Downloaded cassowary v0.3.0
5592024-08-30T18:26:12.327Z Downloaded cbc v0.1.2
5602024-08-30T18:26:12.329Z Downloaded blowfish v0.9.1
5612024-08-30T18:26:12.331Z Downloaded block-padding v0.3.3
5622024-08-30T18:26:12.331Z Downloaded lock_api v0.4.12
5632024-08-30T18:26:12.334Z Downloaded colored v2.1.0
5642024-08-30T18:26:12.337Z Downloaded jobserver v0.1.32
5652024-08-30T18:26:12.339Z Downloaded strum v0.26.3
5662024-08-30T18:26:12.342Z Downloaded nu-ansi-term v0.50.0
5672024-08-30T18:26:12.345Z Downloaded humantime v2.1.0
5682024-08-30T18:26:12.345Z Downloaded hubpack v0.1.2
5692024-08-30T18:26:12.347Z Downloaded semver v0.1.20
5702024-08-30T18:26:12.350Z Downloaded ipnetwork v0.20.0
5712024-08-30T18:26:12.350Z Downloaded highway v1.2.0
5722024-08-30T18:26:12.353Z Downloaded ciborium-ll v0.2.2
5732024-08-30T18:26:12.355Z Downloaded signal-hook-mio v0.2.4
5742024-08-30T18:26:12.357Z Downloaded memoffset v0.9.1
5752024-08-30T18:26:12.360Z Downloaded lru v0.12.3
5762024-08-30T18:26:12.360Z Downloaded nanorand v0.7.0
5772024-08-30T18:26:12.362Z Downloaded resolv-conf v0.7.0
5782024-08-30T18:26:12.365Z Downloaded nodrop v0.1.14
5792024-08-30T18:26:12.367Z Downloaded rustls-pemfile v1.0.4
5802024-08-30T18:26:12.370Z Downloaded rustc-hash v1.1.0
5812024-08-30T18:26:12.372Z Downloaded num v0.4.3
5822024-08-30T18:26:12.372Z Downloaded maybe-uninit v2.0.0
5832024-08-30T18:26:12.375Z Downloaded indoc v1.0.9
5842024-08-30T18:26:12.377Z Downloaded miniz_oxide v0.7.2
5852024-08-30T18:26:12.380Z Downloaded scrypt v0.11.0
5862024-08-30T18:26:12.382Z Downloaded mockall_derive v0.13.0
5872024-08-30T18:26:12.384Z Downloaded crossbeam-epoch v0.9.18
5882024-08-30T18:26:12.387Z Downloaded waitgroup v0.1.2
5892024-08-30T18:26:12.390Z Downloaded managed v0.8.0
5902024-08-30T18:26:12.392Z Downloaded endian-type v0.1.2
5912024-08-30T18:26:12.392Z Downloaded foreign-types v0.3.2
5922024-08-30T18:26:12.394Z Downloaded downcast v0.11.0
5932024-08-30T18:26:12.397Z Downloaded nibble_vec v0.1.0
5942024-08-30T18:26:12.397Z Downloaded newtype-uuid v1.1.0
5952024-08-30T18:26:12.399Z Downloaded ssh-cipher v0.2.0
5962024-08-30T18:26:12.400Z Downloaded console v0.15.8
5972024-08-30T18:26:12.403Z Downloaded string_cache v0.8.7
5982024-08-30T18:26:12.406Z Downloaded tls_codec_derive v0.4.1
5992024-08-30T18:26:12.408Z Downloaded structmeta-derive v0.3.0
6002024-08-30T18:26:12.411Z Downloaded openssl-macros v0.1.1
6012024-08-30T18:26:12.411Z Downloaded num-complex v0.4.6
6022024-08-30T18:26:12.418Z Downloaded multer v3.1.0
6032024-08-30T18:26:12.418Z Downloaded allocator-api2 v0.2.18
6042024-08-30T18:26:12.420Z Downloaded termios v0.3.3
6052024-08-30T18:26:12.423Z Downloaded unicode-truncate v1.0.0
6062024-08-30T18:26:12.425Z Downloaded darling v0.20.9
6072024-08-30T18:26:12.429Z Downloaded hmac v0.12.1
6082024-08-30T18:26:12.431Z Downloaded indexmap v1.9.3
6092024-08-30T18:26:12.436Z Downloaded phf_shared v0.10.0
6102024-08-30T18:26:12.438Z Downloaded russh-cryptovec v0.7.2
6112024-08-30T18:26:12.438Z Downloaded zeroize_derive v1.4.2
6122024-08-30T18:26:12.440Z Downloaded arc-swap v1.7.1
6132024-08-30T18:26:12.444Z Downloaded wait-timeout v0.2.0
6142024-08-30T18:26:12.447Z Downloaded sqlparser_derive v0.2.2
6152024-08-30T18:26:12.449Z Downloaded sigpipe v0.1.3
6162024-08-30T18:26:12.449Z Downloaded compact_str v0.8.0
6172024-08-30T18:26:12.453Z Downloaded clang-sys v1.7.0
6182024-08-30T18:26:12.457Z Downloaded structmeta-derive v0.2.0
6192024-08-30T18:26:12.459Z Downloaded futures-task v0.3.30
6202024-08-30T18:26:12.459Z Downloaded float-cmp v0.9.0
6212024-08-30T18:26:12.462Z Downloaded snafu-derive v0.8.2
6222024-08-30T18:26:12.464Z Downloaded impl-trait-for-tuples v0.2.2
6232024-08-30T18:26:12.467Z Downloaded cookie v0.17.0
6242024-08-30T18:26:12.469Z Downloaded base64 v0.21.7
6252024-08-30T18:26:12.473Z Downloaded pin-utils v0.1.0
6262024-08-30T18:26:12.476Z Downloaded hash32 v0.3.1
6272024-08-30T18:26:12.478Z Downloaded pbkdf2 v0.12.2
6282024-08-30T18:26:12.480Z Downloaded pbkdf2 v0.11.0
6292024-08-30T18:26:12.483Z Downloaded crc-any v2.5.0
6302024-08-30T18:26:12.486Z Downloaded tokio-rustls v0.25.0
6312024-08-30T18:26:12.489Z Downloaded cc v1.0.97
6322024-08-30T18:26:12.492Z Downloaded radium v0.7.0
6332024-08-30T18:26:12.494Z Downloaded debug-ignore v1.0.5
6342024-08-30T18:26:12.497Z Downloaded hashlink v0.9.1
6352024-08-30T18:26:12.500Z Downloaded derive_builder_core v0.20.0
6362024-08-30T18:26:12.502Z Downloaded oso-derive v0.27.3
6372024-08-30T18:26:12.504Z Downloaded scopeguard v1.2.0
6382024-08-30T18:26:12.504Z Downloaded peg-runtime v0.8.3
6392024-08-30T18:26:12.507Z Downloaded derive_builder v0.20.0
6402024-08-30T18:26:12.510Z Downloaded schemars_derive v0.8.21
6412024-08-30T18:26:12.513Z Downloaded spki v0.7.3
6422024-08-30T18:26:12.515Z Downloaded float-ord v0.3.2
6432024-08-30T18:26:12.518Z Downloaded path-slash v0.1.5
6442024-08-30T18:26:12.520Z Downloaded socket2 v0.4.10
6452024-08-30T18:26:12.522Z Downloaded indicatif v0.17.8
6462024-08-30T18:26:12.525Z Downloaded time-core v0.1.2
6472024-08-30T18:26:12.528Z Downloaded untrusted v0.7.1
6482024-08-30T18:26:12.530Z Downloaded tokio-native-tls v0.3.1
6492024-08-30T18:26:12.541Z Downloaded sqlformat v0.2.4
6502024-08-30T18:26:12.544Z Downloaded termtree v0.4.1
6512024-08-30T18:26:12.546Z Downloaded pin-project-internal v1.1.5
6522024-08-30T18:26:12.549Z Downloaded data-encoding v2.6.0
6532024-08-30T18:26:12.551Z Downloaded utf-8 v0.7.6
6542024-08-30T18:26:12.551Z Downloaded dsl_auto_type v0.1.2
6552024-08-30T18:26:12.553Z Downloaded dhcproto-macros v0.1.0
6562024-08-30T18:26:12.556Z Downloaded mio v1.0.2
6572024-08-30T18:26:12.561Z Downloaded try-lock v0.2.5
6582024-08-30T18:26:12.564Z Downloaded tinyvec_macros v0.1.1
6592024-08-30T18:26:12.564Z Downloaded parse-display-derive v0.10.0
6602024-08-30T18:26:12.566Z Downloaded num-iter v0.1.45
6612024-08-30T18:26:12.568Z Downloaded hex-literal v0.4.1
6622024-08-30T18:26:12.568Z Downloaded getopts v0.2.21
6632024-08-30T18:26:12.571Z Downloaded rustc-demangle v0.1.24
6642024-08-30T18:26:12.574Z Downloaded funty v2.0.0
6652024-08-30T18:26:12.574Z Downloaded form_urlencoded v1.2.1
6662024-08-30T18:26:12.577Z Downloaded fallible-streaming-iterator v0.1.9
6672024-08-30T18:26:12.577Z Downloaded openssl-probe v0.1.5
6682024-08-30T18:26:12.579Z Downloaded foreign-types v0.5.0
6692024-08-30T18:26:12.579Z Downloaded hkdf v0.12.4
6702024-08-30T18:26:12.581Z Downloaded opaque-debug v0.3.1
6712024-08-30T18:26:12.584Z Downloaded scheduled-thread-pool v0.2.7
6722024-08-30T18:26:12.586Z Downloaded crossbeam-channel v0.5.12
6732024-08-30T18:26:12.589Z Downloaded spin v0.9.8
6742024-08-30T18:26:12.593Z Downloaded fxhash v0.2.1
6752024-08-30T18:26:12.596Z Downloaded precomputed-hash v0.1.1
6762024-08-30T18:26:12.596Z Downloaded serde_derive_internals v0.29.1
6772024-08-30T18:26:12.599Z Downloaded portpicker v0.1.1
6782024-08-30T18:26:12.599Z Downloaded slab v0.4.9
6792024-08-30T18:26:12.604Z Downloaded structmeta v0.2.0
6802024-08-30T18:26:12.607Z Downloaded pin-project v1.1.5
6812024-08-30T18:26:12.615Z Downloaded rpassword v7.3.1
6822024-08-30T18:26:12.619Z Downloaded tiny-keccak v2.0.2
6832024-08-30T18:26:12.621Z Downloaded which v4.4.2
6842024-08-30T18:26:12.623Z Downloaded shell-words v1.1.0
6852024-08-30T18:26:12.626Z Downloaded fragile v2.0.0
6862024-08-30T18:26:12.628Z Downloaded libm v0.2.8
6872024-08-30T18:26:12.636Z Downloaded universal-hash v0.5.1
6882024-08-30T18:26:12.638Z Downloaded tabwriter v1.4.0
6892024-08-30T18:26:12.640Z Downloaded gethostname v0.5.0
6902024-08-30T18:26:12.640Z Downloaded num-rational v0.4.2
6912024-08-30T18:26:12.643Z Downloaded glob v0.3.1
6922024-08-30T18:26:12.646Z Downloaded rusty-fork v0.3.0
6932024-08-30T18:26:12.649Z Downloaded flagset v0.4.5
6942024-08-30T18:26:12.649Z Downloaded pkcs8 v0.10.2
6952024-08-30T18:26:12.653Z Downloaded pem-rfc7468 v0.7.0
6962024-08-30T18:26:12.655Z Downloaded want v0.3.1
6972024-08-30T18:26:12.657Z Downloaded mio v0.8.11
6982024-08-30T18:26:12.662Z Downloaded group v0.13.0
6992024-08-30T18:26:12.664Z Downloaded serde_path_to_error v0.1.16
7002024-08-30T18:26:12.667Z Downloaded aes v0.8.4
7012024-08-30T18:26:12.670Z Downloaded ppv-lite86 v0.2.17
7022024-08-30T18:26:12.672Z Downloaded strum_macros v0.25.3
7032024-08-30T18:26:12.675Z Downloaded uuid v1.10.0
7042024-08-30T18:26:12.679Z Downloaded ref-cast v1.0.23
7052024-08-30T18:26:12.682Z Downloaded take_mut v0.2.2
7062024-08-30T18:26:12.686Z Downloaded smf v0.2.3
7072024-08-30T18:26:12.689Z Downloaded termcolor v1.4.1
7082024-08-30T18:26:12.689Z Downloaded shlex v1.3.0
7092024-08-30T18:26:12.689Z Downloaded num-traits v0.2.19
7102024-08-30T18:26:12.692Z Downloaded tower-service v0.3.2
7112024-08-30T18:26:12.694Z Downloaded env_logger v0.10.2
7122024-08-30T18:26:12.697Z Downloaded globset v0.4.14
7132024-08-30T18:26:12.699Z Downloaded derive_builder_macro v0.20.0
7142024-08-30T18:26:12.702Z Downloaded password-hash v0.5.0
7152024-08-30T18:26:12.704Z Downloaded topological-sort v0.2.2
7162024-08-30T18:26:12.707Z Downloaded zone v0.1.8
7172024-08-30T18:26:12.707Z Downloaded unsafe-libyaml v0.2.11
7182024-08-30T18:26:12.710Z Downloaded tungstenite v0.23.0
7192024-08-30T18:26:12.714Z Downloaded zone_cfg_derive v0.3.0
7202024-08-30T18:26:12.717Z Downloaded r2d2 v0.8.10
7212024-08-30T18:26:12.728Z Downloaded ron v0.7.1
7222024-08-30T18:26:12.728Z Downloaded futures-core v0.3.30
7232024-08-30T18:26:12.728Z Downloaded derive_more v0.99.18
7242024-08-30T18:26:12.731Z Downloaded num-integer v0.1.46
7252024-08-30T18:26:12.734Z Downloaded predicates-tree v1.0.9
7262024-08-30T18:26:12.736Z Downloaded difflib v0.4.0
7272024-08-30T18:26:12.738Z Downloaded libxml v0.3.3
7282024-08-30T18:26:12.745Z Downloaded diesel_table_macro_syntax v0.2.0
7292024-08-30T18:26:12.747Z Downloaded smallvec v0.6.14
7302024-08-30T18:26:12.749Z Downloaded slog-json v2.6.1
7312024-08-30T18:26:12.752Z Downloaded hashbrown v0.13.2
7322024-08-30T18:26:12.755Z Downloaded strum_macros v0.26.4
7332024-08-30T18:26:12.758Z Downloaded number_prefix v0.4.0
7342024-08-30T18:26:12.760Z Downloaded num_threads v0.1.7
7352024-08-30T18:26:12.762Z Downloaded tokio-tungstenite v0.23.1
7362024-08-30T18:26:12.765Z Downloaded num_enum v0.5.11
7372024-08-30T18:26:12.770Z Downloaded crossterm v0.28.1
7382024-08-30T18:26:12.778Z Downloaded tungstenite v0.21.0
7392024-08-30T18:26:12.782Z Downloaded thiserror-impl-no-std v2.0.2
7402024-08-30T18:26:12.784Z Downloaded salsa20 v0.10.2
7412024-08-30T18:26:12.787Z Downloaded primeorder v0.13.6
7422024-08-30T18:26:12.789Z Downloaded static_assertions v1.1.0
7432024-08-30T18:26:12.792Z Downloaded ssh-encoding v0.2.0
7442024-08-30T18:26:12.792Z Downloaded tokio-postgres v0.7.11
7452024-08-30T18:26:12.798Z Downloaded slog-async v2.8.0
7462024-08-30T18:26:12.801Z Downloaded parse-size v1.0.0
7472024-08-30T18:26:12.803Z Downloaded thread_local v1.1.8
7482024-08-30T18:26:12.803Z Downloaded aes-gcm v0.10.3
7492024-08-30T18:26:12.807Z Downloaded futures-macro v0.3.30
7502024-08-30T18:26:12.809Z Downloaded dirs-next v2.0.0
7512024-08-30T18:26:12.812Z Downloaded smallvec v1.13.2
7522024-08-30T18:26:12.814Z Downloaded postgres-protocol v0.6.7
7532024-08-30T18:26:12.817Z Downloaded num_enum_derive v0.5.11
7542024-08-30T18:26:12.817Z Downloaded hashbrown v0.12.3
7552024-08-30T18:26:12.821Z Downloaded test-strategy v0.3.1
7562024-08-30T18:26:12.825Z Downloaded signal-hook-registry v1.4.2
7572024-08-30T18:26:12.828Z Downloaded quick-error v1.2.3
7582024-08-30T18:26:12.830Z Downloaded diesel_derives v2.2.2
7592024-08-30T18:26:12.833Z Downloaded russh v0.45.0
7602024-08-30T18:26:12.839Z Downloaded headers-core v0.2.0
7612024-08-30T18:26:12.841Z Downloaded pretty-hex v0.2.1
7622024-08-30T18:26:12.844Z Downloaded foreign-types-shared v0.1.1
7632024-08-30T18:26:12.844Z Downloaded serde_urlencoded v0.7.1
7642024-08-30T18:26:12.846Z Downloaded signal-hook-tokio v0.3.1
7652024-08-30T18:26:12.846Z Downloaded erased-serde v0.3.31
7662024-08-30T18:26:12.849Z Downloaded zerocopy v0.6.6
7672024-08-30T18:26:12.851Z Downloaded fallible-iterator v0.2.0
7682024-08-30T18:26:12.854Z Downloaded twox-hash v1.6.3
7692024-08-30T18:26:12.856Z Downloaded psl-types v2.0.11
7702024-08-30T18:26:12.856Z Downloaded unicode-normalization v0.1.23
7712024-08-30T18:26:12.862Z Downloaded rustversion v1.0.17
7722024-08-30T18:26:12.864Z Downloaded foreign-types-shared v0.3.1
7732024-08-30T18:26:12.864Z Downloaded rustfmt-wrapper v0.2.1
7742024-08-30T18:26:12.867Z Downloaded rustc_version v0.4.0
7752024-08-30T18:26:12.869Z Downloaded hex v0.4.3
7762024-08-30T18:26:12.872Z Downloaded slog-envlogger v2.2.0
7772024-08-30T18:26:12.872Z Downloaded either v1.13.0
7782024-08-30T18:26:12.874Z Downloaded tls_codec v0.4.1
7792024-08-30T18:26:12.877Z Downloaded ecdsa v0.16.9
7802024-08-30T18:26:12.880Z Downloaded samael v0.0.15
7812024-08-30T18:26:12.883Z Downloaded toolchain_find v0.4.0
7822024-08-30T18:26:12.886Z Downloaded secrecy v0.8.0
7832024-08-30T18:26:12.888Z Downloaded sec1 v0.7.3
7842024-08-30T18:26:12.891Z Downloaded aho-corasick v1.1.3
7852024-08-30T18:26:12.895Z Downloaded thiserror-no-std v2.0.2
7862024-08-30T18:26:12.900Z Downloaded serde_plain v1.0.2
7872024-08-30T18:26:12.902Z Downloaded embedded-io v0.4.0
7882024-08-30T18:26:12.904Z Downloaded rand v0.8.5
7892024-08-30T18:26:12.908Z Downloaded rtoolbox v0.0.2
7902024-08-30T18:26:12.910Z Downloaded futures-sink v0.3.30
7912024-08-30T18:26:12.920Z Downloaded toml v0.7.8
7922024-08-30T18:26:12.920Z Downloaded foreign-types-macros v0.2.3
7932024-08-30T18:26:12.920Z Downloaded filetime v0.2.25
7942024-08-30T18:26:12.920Z Downloaded heck v0.3.3
7952024-08-30T18:26:12.922Z Downloaded fixedbitset v0.4.2
7962024-08-30T18:26:12.922Z Downloaded fd-lock v4.0.2
7972024-08-30T18:26:12.922Z Downloaded hyper v0.14.30
7982024-08-30T18:26:12.931Z Downloaded unicase v2.7.0
7992024-08-30T18:26:12.934Z Downloaded olpc-cjson v0.1.3
8002024-08-30T18:26:12.936Z Downloaded ref-cast-impl v1.0.23
8012024-08-30T18:26:12.936Z Downloaded strip-ansi-escapes v0.2.0
8022024-08-30T18:26:12.938Z Downloaded sct v0.7.1
8032024-08-30T18:26:12.941Z Downloaded hickory-client v0.24.1
8042024-08-30T18:26:12.945Z Downloaded postcard v1.0.8
8052024-08-30T18:26:12.949Z Downloaded slog-bunyan v2.5.0
8062024-08-30T18:26:12.953Z Downloaded signature v2.2.0
8072024-08-30T18:26:12.953Z Downloaded rustc_version v0.1.7
8082024-08-30T18:26:12.953Z Downloaded p521 v0.13.3
8092024-08-30T18:26:12.957Z Downloaded x509-cert v0.2.5
8102024-08-30T18:26:12.964Z Downloaded tap v1.0.1
8112024-08-30T18:26:12.966Z Downloaded ed25519 v2.2.3
8122024-08-30T18:26:12.969Z Downloaded p256 v0.13.2
8132024-08-30T18:26:12.971Z Downloaded password-hash v0.4.2
8142024-08-30T18:26:12.974Z Downloaded tokio-tungstenite v0.20.1
8152024-08-30T18:26:12.977Z Downloaded uzers v0.11.3
8162024-08-30T18:26:12.979Z Downloaded subprocess v0.2.9
8172024-08-30T18:26:12.982Z Downloaded flate2 v1.0.31
8182024-08-30T18:26:12.987Z Downloaded der v0.7.9
8192024-08-30T18:26:12.992Z Downloaded slog-dtrace v0.3.0
8202024-08-30T18:26:12.995Z Downloaded stringprep v0.1.4
8212024-08-30T18:26:12.997Z Downloaded futures-channel v0.3.30
8222024-08-30T18:26:13.000Z Downloaded parking_lot_core v0.9.10
8232024-08-30T18:26:13.002Z Downloaded omicron-zone-package v0.11.0
8242024-08-30T18:26:13.004Z Downloaded dhcproto v0.12.0
8252024-08-30T18:26:13.007Z Downloaded parking_lot v0.12.2
8262024-08-30T18:26:13.010Z Downloaded elliptic-curve v0.13.8
8272024-08-30T18:26:13.019Z Downloaded rcgen v0.12.1
8282024-08-30T18:26:13.022Z Downloaded steno v0.4.1
8292024-08-30T18:26:13.024Z Downloaded subtle v2.5.0
8302024-08-30T18:26:13.024Z Downloaded half v2.4.1
8312024-08-30T18:26:13.027Z Downloaded openssl-sys v0.9.103
8322024-08-30T18:26:13.032Z Downloaded ed25519-dalek v2.1.1
8332024-08-30T18:26:13.036Z Downloaded vergen v8.3.2
8342024-08-30T18:26:13.040Z Downloaded prettyplease v0.2.20
8352024-08-30T18:26:13.044Z Downloaded parking_lot v0.11.2
8362024-08-30T18:26:13.046Z Downloaded futures v0.3.30
8372024-08-30T18:26:13.052Z Downloaded tungstenite v0.20.1
8382024-08-30T18:26:13.056Z Downloaded heapless v0.7.17
8392024-08-30T18:26:13.061Z Downloaded hickory-resolver v0.24.1
8402024-08-30T18:26:13.066Z Downloaded sqlparser v0.45.0
8412024-08-30T18:26:13.073Z Downloaded lalrpop v0.19.12
8422024-08-30T18:26:13.085Z Downloaded ssh-key v0.6.6
8432024-08-30T18:26:13.093Z Downloaded toml_edit v0.19.15
8442024-08-30T18:26:13.111Z Downloaded rustyline v14.0.0
8452024-08-30T18:26:13.116Z Downloaded tar v0.4.41
8462024-08-30T18:26:13.119Z Downloaded heapless v0.8.0
8472024-08-30T18:26:13.123Z Downloaded rsa v0.9.6
8482024-08-30T18:26:13.129Z Downloaded nix v0.27.1
8492024-08-30T18:26:13.140Z Downloaded reedline v0.33.0
8502024-08-30T18:26:13.148Z Downloaded idna v0.4.0
8512024-08-30T18:26:13.156Z Downloaded time v0.3.36
8522024-08-30T18:26:13.163Z Downloaded quick-xml v0.31.0
8532024-08-30T18:26:13.170Z Downloaded proptest v1.5.0
8542024-08-30T18:26:13.180Z Downloaded publicsuffix v2.2.3
8552024-08-30T18:26:13.182Z Downloaded tokio-util v0.7.11
8562024-08-30T18:26:13.190Z Downloaded portable-atomic v1.6.0
8572024-08-30T18:26:13.197Z Downloaded reqwest v0.11.27
8582024-08-30T18:26:13.205Z Downloaded rusqlite v0.31.0
8592024-08-30T18:26:13.213Z Downloaded trust-dns-proto v0.22.0
8602024-08-30T18:26:13.227Z Downloaded futures-util v0.3.30
8612024-08-30T18:26:13.239Z Downloaded p384 v0.13.0
8622024-08-30T18:26:13.245Z Downloaded object v0.30.4
8632024-08-30T18:26:13.255Z Downloaded nix v0.28.0
8642024-08-30T18:26:13.268Z Downloaded chrono v0.4.38
8652024-08-30T18:26:13.276Z Downloaded winnow v0.5.40
8662024-08-30T18:26:13.286Z Downloaded git2 v0.19.0
8672024-08-30T18:26:13.296Z Downloaded regex-syntax v0.8.4
8682024-08-30T18:26:13.305Z Downloaded radix_trie v0.2.1
8692024-08-30T18:26:13.319Z Downloaded h2 v0.3.26
8702024-08-30T18:26:13.319Z Downloaded rayon v1.10.0
8712024-08-30T18:26:13.330Z Downloaded openssl v0.10.66
8722024-08-30T18:26:13.341Z Downloaded regex v1.10.6
8732024-08-30T18:26:13.355Z Downloaded zerocopy-derive v0.6.6
8742024-08-30T18:26:13.365Z Downloaded curve25519-dalek v4.1.3
8752024-08-30T18:26:13.375Z Downloaded dropshot v0.10.1
8762024-08-30T18:26:13.386Z Downloaded regex-automata v0.4.6
8772024-08-30T18:26:13.405Z Downloaded gimli v0.28.1
8782024-08-30T18:26:13.414Z Downloaded rustls-webpki v0.102.4
8792024-08-30T18:26:13.434Z Downloaded object v0.32.2
8802024-08-30T18:26:13.443Z Downloaded smoltcp v0.9.1
8812024-08-30T18:26:13.456Z Downloaded webpki-roots v0.25.4
8822024-08-30T18:26:13.460Z Downloaded polar-core v0.27.3
8832024-08-30T18:26:13.468Z Downloaded bstr v1.9.1
8842024-08-30T18:26:13.481Z Downloaded vcpkg v0.2.15
8852024-08-30T18:26:13.521Z Downloaded petgraph v0.6.5
8862024-08-30T18:26:13.540Z Downloaded rustls v0.21.12
8872024-08-30T18:26:13.552Z Downloaded regex-syntax v0.6.29
8882024-08-30T18:26:13.560Z Downloaded openapiv3 v2.0.0
8892024-08-30T18:26:13.573Z Downloaded diesel v2.2.3
8902024-08-30T18:26:13.593Z Downloaded smoltcp v0.11.0
8912024-08-30T18:26:13.607Z Downloaded regress v0.9.1
8922024-08-30T18:26:13.616Z Downloaded sled v0.34.7
8932024-08-30T18:26:13.627Z Downloaded hickory-proto v0.24.1
8942024-08-30T18:26:13.644Z Downloaded rustls v0.22.4
8952024-08-30T18:26:13.657Z Downloaded idna v0.3.0
8962024-08-30T18:26:13.664Z Downloaded typed-path v0.7.1
8972024-08-30T18:26:13.675Z Downloaded idna v0.5.0
8982024-08-30T18:26:13.684Z Downloaded serde_with v3.9.0
8992024-08-30T18:26:13.697Z Downloaded idna v0.2.3
9002024-08-30T18:26:13.705Z Downloaded ratatui v0.28.0
9012024-08-30T18:26:13.732Z Downloaded bzip2-sys v0.1.11+1.0.8
9022024-08-30T18:26:13.747Z Downloaded expectorate v1.1.0
9032024-08-30T18:26:13.750Z Downloaded rustls-webpki v0.101.7
9042024-08-30T18:26:13.763Z Downloaded finl_unicode v1.2.0
9052024-08-30T18:26:13.777Z Downloaded libgit2-sys v0.17.0+1.8.1
9062024-08-30T18:26:13.834Z Downloaded tokio v1.39.3
9072024-08-30T18:26:13.876Z Downloaded csv v1.3.0
9082024-08-30T18:26:13.898Z Downloaded sha3 v0.10.8
9092024-08-30T18:26:13.901Z Downloaded bitvec v1.0.1
9102024-08-30T18:26:13.916Z Downloaded bindgen v0.69.4
9112024-08-30T18:26:13.924Z Downloaded tough v0.17.1
9122024-08-30T18:26:13.932Z Downloaded encoding_rs v0.8.34
9132024-08-30T18:26:13.954Z Downloaded rustls-pki-types v1.7.0
9142024-08-30T18:26:13.957Z Downloaded paste v1.0.15
9152024-08-30T18:26:13.960Z Downloaded diff v0.1.13
9162024-08-30T18:26:13.962Z Downloaded tui-tree-widget v0.22.0
9172024-08-30T18:26:13.965Z Downloaded supports-color v3.0.0
9182024-08-30T18:26:13.967Z Downloaded proc-macro-crate v1.3.1
9192024-08-30T18:26:13.967Z Downloaded ena v0.14.3
9202024-08-30T18:26:13.969Z Downloaded term v0.7.0
9212024-08-30T18:26:13.972Z Downloaded unicode-bidi v0.3.15
9222024-08-30T18:26:13.975Z Downloaded tracing v0.1.40
9232024-08-30T18:26:13.978Z Downloaded unicode_categories v0.1.1
9242024-08-30T18:26:13.981Z Downloaded serde_repr v0.1.19
9252024-08-30T18:26:13.983Z Downloaded parse-display v0.10.0
9262024-08-30T18:26:13.983Z Downloaded unicode-xid v0.2.4
9272024-08-30T18:26:13.986Z Downloaded poly1305 v0.8.0
9282024-08-30T18:26:13.989Z Downloaded blake3 v1.5.1
9292024-08-30T18:26:14.001Z Downloaded owo-colors v4.0.0
9302024-08-30T18:26:14.006Z Downloaded enum-as-inner v0.6.0
9312024-08-30T18:26:14.008Z Downloaded defmt v0.3.8
9322024-08-30T18:26:14.014Z Downloaded vsss-rs v3.3.4
9332024-08-30T18:26:14.023Z Downloaded tokio-tungstenite v0.21.0
9342024-08-30T18:26:14.025Z Downloaded itertools v0.12.1
9352024-08-30T18:26:14.028Z Downloaded snafu v0.8.2
9362024-08-30T18:26:14.033Z Downloaded same-file v1.0.6
9372024-08-30T18:26:14.036Z Downloaded der_derive v0.7.2
9382024-08-30T18:26:14.039Z Downloaded url v2.5.2
9392024-08-30T18:26:14.041Z Downloaded itertools v0.13.0
9402024-08-30T18:26:14.047Z Downloaded postgres-types v0.2.7
9412024-08-30T18:26:14.049Z Downloaded parking_lot_core v0.8.6
9422024-08-30T18:26:14.052Z Downloaded rand_xorshift v0.3.0
9432024-08-30T18:26:14.054Z Downloaded rand_seeder v0.3.0
9442024-08-30T18:26:14.054Z Downloaded rand_core v0.6.4
9452024-08-30T18:26:14.057Z Downloaded rand_chacha v0.3.1
9462024-08-30T18:26:14.057Z Downloaded zone v0.3.0
9472024-08-30T18:26:14.057Z Downloaded yasna v0.5.2
9482024-08-30T18:26:14.059Z Downloaded walkdir v2.5.0
9492024-08-30T18:26:14.062Z Downloaded crossterm v0.27.0
9502024-08-30T18:26:14.066Z Downloaded deranged v0.3.11
9512024-08-30T18:26:14.069Z Downloaded defmt-parser v0.3.4
9522024-08-30T18:26:14.069Z Downloaded defmt-macros v0.3.9
9532024-08-30T18:26:14.072Z Downloaded unarray v0.1.4
9542024-08-30T18:26:14.075Z Downloaded zeroize v1.7.0
9552024-08-30T18:26:14.075Z Downloaded serde_yaml v0.9.34+deprecated
9562024-08-30T18:26:14.078Z Downloaded serde-hex v0.1.0
9572024-08-30T18:26:14.081Z Downloaded tinyvec v1.6.0
9582024-08-30T18:26:14.083Z Downloaded nom v7.1.3
9592024-08-30T18:26:14.089Z Downloaded polyval v0.6.2
9602024-08-30T18:26:14.091Z Downloaded unicode-segmentation v1.11.0
9612024-08-30T18:26:14.093Z Downloaded predicates-core v1.0.6
9622024-08-30T18:26:14.096Z Downloaded predicates v3.1.2
9632024-08-30T18:26:14.099Z Downloaded powerfmt v0.2.0
9642024-08-30T18:26:14.101Z Downloaded num-derive v0.4.2
9652024-08-30T18:26:14.101Z Downloaded futures-io v0.3.30
9662024-08-30T18:26:14.104Z Downloaded futures-executor v0.3.30
9672024-08-30T18:26:14.104Z Downloaded rayon-core v1.12.1
9682024-08-30T18:26:14.109Z Downloaded zone_cfg_derive v0.1.2
9692024-08-30T18:26:14.111Z Downloaded xattr v1.3.1
9702024-08-30T18:26:14.111Z Downloaded socket2 v0.5.7
9712024-08-30T18:26:14.113Z Downloaded num-bigint v0.4.5
9722024-08-30T18:26:14.118Z Downloaded minimal-lexical v0.2.1
9732024-08-30T18:26:14.122Z Downloaded russh-keys v0.45.0
9742024-08-30T18:26:14.128Z Downloaded headers v0.3.9
9752024-08-30T18:26:14.133Z Downloaded env_logger v0.9.3
9762024-08-30T18:26:14.136Z Downloaded fatfs v0.3.6
9772024-08-30T18:26:14.139Z Downloaded oso v0.27.3
9782024-08-30T18:26:14.141Z Downloaded schemars v0.8.21
9792024-08-30T18:26:14.154Z Downloaded sync_wrapper v0.1.2
9802024-08-30T18:26:14.156Z Downloaded sha1 v0.10.6
9812024-08-30T18:26:14.165Z Downloaded num-bigint-dig v0.8.4
9822024-08-30T18:26:14.183Z Downloaded itertools v0.10.5
9832024-08-30T18:26:14.183Z Downloaded wyz v0.5.1
9842024-08-30T18:26:14.183Z Downloaded whoami v1.5.1
9852024-08-30T18:26:14.183Z Downloaded similar v2.6.0
9862024-08-30T18:26:14.186Z Downloaded backtrace v0.3.71
9872024-08-30T18:26:14.186Z Downloaded peg-macros v0.8.4
9882024-08-30T18:26:14.186Z Downloaded ring v0.16.20
9892024-08-30T18:26:14.265Z Downloaded flume v0.11.0
9902024-08-30T18:26:14.269Z Downloaded crypto-bigint v0.5.5
9912024-08-30T18:26:14.276Z Downloaded const_format v0.2.32
9922024-08-30T18:26:14.281Z Downloaded des v0.8.1
9932024-08-30T18:26:14.283Z Downloaded zip v0.6.6
9942024-08-30T18:26:14.287Z Downloaded pkcs5 v0.7.1
9952024-08-30T18:26:14.291Z Downloaded http v0.2.12
9962024-08-30T18:26:14.294Z Downloaded strum_macros v0.24.3
9972024-08-30T18:26:14.297Z Downloaded slog-stdlog v4.1.1
9982024-08-30T18:26:14.300Z Downloaded pkcs1 v0.7.5
9992024-08-30T18:26:14.302Z Downloaded tracing-core v0.1.32
10002024-08-30T18:26:14.305Z Downloaded stable_deref_trait v1.2.0
10012024-08-30T18:26:14.305Z Downloaded slog-scope v4.4.0
10022024-08-30T18:26:14.305Z Downloaded serde_arrays v0.1.0
10032024-08-30T18:26:14.308Z Downloaded rfc6979 v0.4.0
10042024-08-30T18:26:14.308Z Downloaded pkg-config v0.3.30
10052024-08-30T18:26:14.310Z Downloaded phf v0.11.2
10062024-08-30T18:26:14.312Z Downloaded percent-encoding v2.3.1
10072024-08-30T18:26:14.312Z Downloaded pem v3.0.4
10082024-08-30T18:26:14.312Z Downloaded peg v0.8.4
10092024-08-30T18:26:14.316Z Downloaded getrandom v0.2.14
10102024-08-30T18:26:14.319Z Downloaded derive-where v1.2.7
10112024-08-30T18:26:14.323Z Downloaded vte v0.11.1
10122024-08-30T18:26:14.325Z Downloaded chacha20poly1305 v0.10.1
10132024-08-30T18:26:14.328Z Downloaded fallible-iterator v0.3.0
10142024-08-30T18:26:14.330Z Downloaded dyn-clone v1.0.17
10152024-08-30T18:26:14.330Z Downloaded dropshot_endpoint v0.10.1
10162024-08-30T18:26:14.332Z Downloaded dirs-sys-next v0.1.2
10172024-08-30T18:26:14.332Z Downloaded untrusted v0.9.0
10182024-08-30T18:26:14.334Z Downloaded tokio-macros v2.4.0
10192024-08-30T18:26:14.334Z Downloaded pin-project-lite v0.2.14
10202024-08-30T18:26:14.338Z Downloaded tracing-attributes v0.1.27
10212024-08-30T18:26:14.341Z Downloaded ron v0.8.1
10222024-08-30T18:26:14.346Z Downloaded libz-sys v1.1.16
10232024-08-30T18:26:14.416Z Downloaded base64 v0.22.1
10242024-08-30T18:26:14.420Z Downloaded spin v0.5.2
10252024-08-30T18:26:14.422Z Downloaded hostname v0.4.0
10262024-08-30T18:26:14.424Z Downloaded hickory-server v0.24.1
10272024-08-30T18:26:14.428Z Downloaded slog v2.7.0
10282024-08-30T18:26:14.431Z Downloaded siphasher v0.3.11
10292024-08-30T18:26:14.433Z Downloaded signal-hook v0.3.17
10302024-08-30T18:26:14.435Z Downloaded darling_core v0.20.9
10312024-08-30T18:26:14.440Z Downloaded phf_shared v0.11.2
10322024-08-30T18:26:14.442Z Downloaded hash32 v0.2.1
10332024-08-30T18:26:14.444Z Downloaded ring v0.17.8
10342024-08-30T18:26:14.514Z Downloaded ghash v0.5.1
10352024-08-30T18:26:14.517Z Downloaded tokio-stream v0.1.15
10362024-08-30T18:26:14.520Z Downloaded tokio-rustls v0.24.1
10372024-08-30T18:26:14.522Z Downloaded time-macros v0.2.18
10382024-08-30T18:26:14.524Z Downloaded packed_struct_codegen v0.10.1
10392024-08-30T18:26:14.527Z Downloaded packed_struct v0.10.1
10402024-08-30T18:26:14.527Z Downloaded base64 v0.13.1
10412024-08-30T18:26:14.529Z Downloaded ff v0.13.0
10422024-08-30T18:26:14.532Z Downloaded enum-as-inner v0.5.1
10432024-08-30T18:26:14.534Z Downloaded bytes v1.7.1
10442024-08-30T18:26:14.537Z Downloaded slog-term v2.9.1
10452024-08-30T18:26:14.539Z Downloaded serde_with_macros v3.9.0
10462024-08-30T18:26:14.541Z Downloaded blake2 v0.10.6
10472024-08-30T18:26:14.544Z Downloaded libsqlite3-sys v0.28.0
10482024-08-30T18:26:14.620Z Downloaded cookie_store v0.20.0
10492024-08-30T18:26:14.623Z Downloaded mockall v0.13.0
10502024-08-30T18:26:14.625Z Downloaded structmeta v0.3.0
10512024-08-30T18:26:14.625Z Downloaded rustls-pemfile v2.1.3
10522024-08-30T18:26:14.627Z Downloaded libloading v0.8.3
10532024-08-30T18:26:14.630Z Downloaded lazy_static v1.5.0
10542024-08-30T18:26:14.632Z Downloaded keccak v0.1.5
10552024-08-30T18:26:14.632Z Downloaded iana-time-zone v0.1.60
10562024-08-30T18:26:14.635Z Downloaded hyper-rustls v0.24.2
10572024-08-30T18:26:14.637Z Downloaded httparse v1.8.0
10582024-08-30T18:26:14.640Z Downloaded csv-core v0.1.11
10592024-08-30T18:26:14.640Z Downloaded crc32fast v1.4.0
10602024-08-30T18:26:14.642Z Downloaded display-error-chain v0.2.1
10612024-08-30T18:26:14.642Z Downloaded libsw v3.3.1
10622024-08-30T18:26:14.644Z Downloaded http v1.1.0
10632024-08-30T18:26:14.647Z Downloaded vte_generate_state_changes v0.1.1
10642024-08-30T18:26:14.649Z Downloaded ciborium v0.2.2
10652024-08-30T18:26:14.651Z Downloaded cookie v0.18.1
10662024-08-30T18:26:14.653Z Downloaded buf-list v1.0.3
10672024-08-30T18:26:14.656Z Downloaded async-bb8-diesel v0.2.1
10682024-08-30T18:26:14.658Z Downloaded crossbeam-utils v0.8.19
10692024-08-30T18:26:14.660Z Downloaded indent_write v2.2.0
10702024-08-30T18:26:14.663Z Downloaded const-oid v0.9.6
10712024-08-30T18:26:14.665Z Downloaded bcs v0.1.6
10722024-08-30T18:26:14.667Z Downloaded mime v0.3.17
10732024-08-30T18:26:14.667Z Downloaded libefi-sys v0.1.0
10742024-08-30T18:26:14.670Z Downloaded linked-hash-map v0.5.6
10752024-08-30T18:26:14.671Z Downloaded internet-checksum v0.2.1
10762024-08-30T18:26:14.671Z Downloaded inout v0.1.3
10772024-08-30T18:26:14.673Z Downloaded hyper-tls v0.5.0
10782024-08-30T18:26:14.673Z Downloaded arrayvec v0.7.4
10792024-08-30T18:26:14.673Z Downloaded crossbeam-deque v0.8.5
10802024-08-30T18:26:14.676Z Downloaded constant_time_eq v0.3.0
10812024-08-30T18:26:14.676Z Downloaded cobs v0.2.3
10822024-08-30T18:26:14.678Z Downloaded cipher v0.4.4
10832024-08-30T18:26:14.678Z Downloaded chacha20 v0.9.1
10842024-08-30T18:26:14.681Z Downloaded cexpr v0.6.0
10852024-08-30T18:26:14.681Z Downloaded bitflags v1.3.2
10862024-08-30T18:26:14.684Z Downloaded ascii-canvas v3.0.0
10872024-08-30T18:26:14.687Z Downloaded http-body v0.4.6
10882024-08-30T18:26:14.687Z Downloaded ascii v1.1.0
10892024-08-30T18:26:14.696Z Downloaded md5 v0.7.0
10902024-08-30T18:26:14.696Z Downloaded match_cfg v0.1.0
10912024-08-30T18:26:14.696Z Downloaded is_ci v1.2.0
10922024-08-30T18:26:14.696Z Downloaded bb8 v0.8.5
10932024-08-30T18:26:14.696Z Downloaded array-init v0.0.4
10942024-08-30T18:26:14.699Z Downloaded async-stream v0.3.5
10952024-08-30T18:26:14.699Z Downloaded cstr-argument v0.1.2
10962024-08-30T18:26:14.700Z Downloaded crucible-workspace-hack v0.1.0
10972024-08-30T18:26:14.700Z Downloaded backoff v0.4.0
10982024-08-30T18:26:14.700Z Downloaded convert_case v0.4.0
10992024-08-30T18:26:14.700Z Downloaded const_format_proc_macros v0.2.32
11002024-08-30T18:26:14.703Z Downloaded addr2line v0.21.0
11012024-08-30T18:26:14.798Z Compiling serde v1.0.208
11022024-08-30T18:26:14.801Z Compiling typenum v1.17.0
11032024-08-30T18:26:14.801Z Compiling generic-array v0.14.7
11042024-08-30T18:26:14.801Z Compiling lock_api v0.4.12
11052024-08-30T18:26:14.801Z Compiling scopeguard v1.2.0
11062024-08-30T18:26:14.944Z Compiling log v0.4.21
11072024-08-30T18:26:14.974Z Compiling syn v2.0.74
11082024-08-30T18:26:14.987Z Compiling getrandom v0.2.14
11092024-08-30T18:26:15.150Z Compiling jobserver v0.1.32
11102024-08-30T18:26:15.247Z Compiling rand_core v0.6.4
11112024-08-30T18:26:15.429Z Compiling subtle v2.5.0
11122024-08-30T18:26:15.486Z Compiling const-oid v0.9.6
11132024-08-30T18:26:15.551Z Compiling cc v1.0.97
11142024-08-30T18:26:15.795Z Compiling pin-project-lite v0.2.14
11152024-08-30T18:26:15.811Z Compiling smallvec v1.13.2
11162024-08-30T18:26:15.917Z Compiling parking_lot_core v0.9.10
11172024-08-30T18:26:15.986Z Compiling signal-hook-registry v1.4.2
11182024-08-30T18:26:16.093Z Compiling spin v0.9.8
11192024-08-30T18:26:16.218Z Compiling mio v1.0.2
11202024-08-30T18:26:16.469Z Compiling ahash v0.8.11
11212024-08-30T18:26:16.850Z Compiling parking_lot v0.12.2
11222024-08-30T18:26:16.864Z Compiling tinyvec_macros v0.1.1
11232024-08-30T18:26:16.920Z Compiling tinyvec v1.6.0
11242024-08-30T18:26:17.135Z Compiling socket2 v0.5.7
11252024-08-30T18:26:17.413Z Compiling serde_json v1.0.125
11262024-08-30T18:26:17.449Z Compiling futures-sink v0.3.30
11272024-08-30T18:26:17.607Z Compiling futures-core v0.3.30
11282024-08-30T18:26:17.650Z Compiling cpufeatures v0.2.12
11292024-08-30T18:26:17.718Z Compiling libm v0.2.8
11302024-08-30T18:26:17.744Z Compiling slab v0.4.9
11312024-08-30T18:26:17.791Z Compiling num-traits v0.2.19
11322024-08-30T18:26:17.829Z Compiling unicode-bidi v0.3.15
11332024-08-30T18:26:18.099Z Compiling allocator-api2 v0.2.18
11342024-08-30T18:26:18.350Z Compiling futures-channel v0.3.30
11352024-08-30T18:26:18.418Z Compiling unicode-normalization v0.1.23
11362024-08-30T18:26:18.544Z Compiling futures-task v0.3.30
11372024-08-30T18:26:18.870Z Compiling futures-io v0.3.30
11382024-08-30T18:26:18.945Z Compiling pin-utils v0.1.0
11392024-08-30T18:26:18.971Z Compiling vcpkg v0.2.15
11402024-08-30T18:26:19.053Z Compiling pkg-config v0.3.30
11412024-08-30T18:26:19.352Z Compiling base64ct v1.6.0
11422024-08-30T18:26:19.584Z Compiling percent-encoding v2.3.1
11432024-08-30T18:26:19.619Z Compiling flagset v0.4.5
11442024-08-30T18:26:19.756Z Compiling ring v0.17.8
11452024-08-30T18:26:19.836Z Compiling pem-rfc7468 v0.7.0
11462024-08-30T18:26:19.964Z Compiling ppv-lite86 v0.2.17
11472024-08-30T18:26:19.984Z Compiling tracing-core v0.1.32
11482024-08-30T18:26:20.638Z Compiling rustix v0.38.34
11492024-08-30T18:26:20.680Z Compiling untrusted v0.9.0
11502024-08-30T18:26:20.817Z Compiling rand_chacha v0.3.1
11512024-08-30T18:26:20.852Z Compiling time-core v0.1.2
11522024-08-30T18:26:21.032Z Compiling num-conv v0.1.0
11532024-08-30T18:26:21.230Z Compiling openssl-sys v0.9.103
11542024-08-30T18:26:21.311Z Compiling rand v0.8.5
11552024-08-30T18:26:21.318Z Compiling httparse v1.8.0
11562024-08-30T18:26:21.403Z Compiling rustversion v1.0.17
11572024-08-30T18:26:21.541Z Compiling powerfmt v0.2.0
11582024-08-30T18:26:21.778Z Compiling foreign-types-shared v0.1.1
11592024-08-30T18:26:21.895Z Compiling openssl v0.10.66
11602024-08-30T18:26:21.967Z Compiling foreign-types v0.3.2
11612024-08-30T18:26:22.057Z Compiling deranged v0.3.11
11622024-08-30T18:26:22.259Z Compiling time-macros v0.2.18
11632024-08-30T18:26:22.313Z Compiling form_urlencoded v1.2.1
11642024-08-30T18:26:22.607Z Compiling aho-corasick v1.1.3
11652024-08-30T18:26:23.113Z Compiling syn v1.0.109
11662024-08-30T18:26:23.191Z Compiling num_threads v0.1.7
11672024-08-30T18:26:23.299Z Compiling siphasher v0.3.11
11682024-08-30T18:26:23.708Z Compiling regex-syntax v0.8.4
11692024-08-30T18:26:23.793Z Compiling rustls v0.21.12
11702024-08-30T18:26:23.821Z Compiling native-tls v0.2.11
11712024-08-30T18:26:24.027Z Compiling crossbeam-utils v0.8.19
11722024-08-30T18:26:24.113Z Compiling try-lock v0.2.5
11732024-08-30T18:26:24.191Z Compiling want v0.3.1
11742024-08-30T18:26:24.639Z Compiling idna v0.5.0
11752024-08-30T18:26:24.946Z Compiling cookie v0.17.0
11762024-08-30T18:26:25.229Z Compiling adler v1.0.2
11772024-08-30T18:26:25.449Z Compiling finl_unicode v1.2.0
11782024-08-30T18:26:25.561Z Compiling time v0.3.36
11792024-08-30T18:26:25.825Z Compiling tower-service v0.3.2
11802024-08-30T18:26:25.954Z Compiling slog v2.7.0
11812024-08-30T18:26:25.993Z Compiling iana-time-zone v0.1.60
11822024-08-30T18:26:26.115Z Compiling openssl-probe v0.1.5
11832024-08-30T18:26:26.406Z Compiling httpdate v1.0.3
11842024-08-30T18:26:26.426Z Compiling stringprep v0.1.4
11852024-08-30T18:26:26.543Z Compiling url v2.5.2
11862024-08-30T18:26:26.878Z Compiling miniz_oxide v0.7.2
11872024-08-30T18:26:27.614Z Compiling regex-automata v0.4.6
11882024-08-30T18:26:28.446Z Compiling num-integer v0.1.46
11892024-08-30T18:26:29.290Z Compiling rustls-webpki v0.101.7
11902024-08-30T18:26:29.409Z Compiling sct v0.7.1
11912024-08-30T18:26:29.438Z Compiling serde_derive v1.0.208
11922024-08-30T18:26:29.727Z Compiling zeroize_derive v1.4.2
11932024-08-30T18:26:30.320Z Compiling zerocopy-derive v0.7.34
11942024-08-30T18:26:30.695Z Compiling tokio-macros v2.4.0
11952024-08-30T18:26:30.912Z Compiling thiserror-impl v1.0.63
11962024-08-30T18:26:31.235Z Compiling futures-macro v0.3.30
11972024-08-30T18:26:31.374Z Compiling zeroize v1.7.0
11982024-08-30T18:26:32.381Z Compiling der_derive v0.7.2
11992024-08-30T18:26:32.656Z Compiling zerocopy v0.7.34
12002024-08-30T18:26:33.178Z Compiling crypto-common v0.1.6
12012024-08-30T18:26:33.285Z Compiling block-buffer v0.10.4
12022024-08-30T18:26:33.402Z Compiling block-padding v0.3.3
12032024-08-30T18:26:33.562Z Compiling digest v0.10.7
12042024-08-30T18:26:33.660Z Compiling inout v0.1.3
12052024-08-30T18:26:33.992Z Compiling cipher v0.4.4
12062024-08-30T18:26:34.124Z Compiling hmac v0.12.1
12072024-08-30T18:26:34.349Z Compiling thiserror v1.0.63
12082024-08-30T18:26:34.367Z Compiling sha2 v0.10.8
12092024-08-30T18:26:34.494Z Compiling futures-util v0.3.30
12102024-08-30T18:26:34.513Z Compiling pest v2.7.10
12112024-08-30T18:26:35.014Z Compiling hashbrown v0.14.5
12122024-08-30T18:26:35.025Z Compiling der v0.7.9
12132024-08-30T18:26:36.316Z Compiling salsa20 v0.10.2
12142024-08-30T18:26:36.552Z Compiling pbkdf2 v0.12.2
12152024-08-30T18:26:36.731Z Compiling tracing-attributes v0.1.27
12162024-08-30T18:26:37.512Z Compiling pest_meta v2.7.10
12172024-08-30T18:26:38.021Z Compiling scroll_derive v0.12.0
12182024-08-30T18:26:38.311Z Compiling spki v0.7.3
12192024-08-30T18:26:38.739Z Compiling scrypt v0.11.0
12202024-08-30T18:26:39.330Z Compiling pest_generator v2.7.10
12212024-08-30T18:26:39.541Z Compiling scroll v0.12.0
12222024-08-30T18:26:40.116Z Compiling aes v0.8.4
12232024-08-30T18:26:40.645Z Compiling tracing v0.1.40
12242024-08-30T18:26:40.716Z Compiling cbc v0.1.2
12252024-08-30T18:26:40.757Z Compiling goblin v0.8.2
12262024-08-30T18:26:40.962Z Compiling openssl-macros v0.1.1
12272024-08-30T18:26:41.165Z Compiling pkcs5 v0.7.1
12282024-08-30T18:26:41.316Z Compiling md-5 v0.10.6
12292024-08-30T18:26:41.749Z Compiling backtrace v0.3.71
12302024-08-30T18:26:42.247Z Compiling pkcs8 v0.10.2
12312024-08-30T18:26:42.372Z Compiling idna v0.3.0
12322024-08-30T18:26:42.704Z Compiling pest_derive v2.7.10
12332024-08-30T18:26:42.774Z Compiling lazy_static v1.5.0
12342024-08-30T18:26:42.904Z Compiling hash32 v0.2.1
12352024-08-30T18:26:42.941Z Compiling fallible-iterator v0.2.0
12362024-08-30T18:26:42.976Z Compiling stable_deref_trait v1.2.0
12372024-08-30T18:26:43.075Z Compiling gimli v0.28.1
12382024-08-30T18:26:43.303Z Compiling smoltcp v0.9.1
12392024-08-30T18:26:43.527Z Compiling dtrace-parser v0.2.0
12402024-08-30T18:26:43.613Z Compiling crc32fast v1.4.0
12412024-08-30T18:26:43.974Z Compiling signal-hook v0.3.17
12422024-08-30T18:26:44.083Z Compiling bytes v1.7.1
12432024-08-30T18:26:44.184Z Compiling bitflags v2.6.0
12442024-08-30T18:26:44.423Z Compiling indexmap v2.4.0
12452024-08-30T18:26:44.602Z Compiling semver v1.0.23
12462024-08-30T18:26:45.373Z Compiling tokio v1.39.3
12472024-08-30T18:26:45.421Z Compiling http v0.2.12
12482024-08-30T18:26:45.759Z Compiling rustc_version v0.4.0
12492024-08-30T18:26:46.505Z Compiling heapless v0.7.17
12502024-08-30T18:26:46.974Z Compiling http-body v0.4.6
12512024-08-30T18:26:47.405Z Compiling dof v0.3.0
12522024-08-30T18:26:47.897Z Compiling uuid v1.10.0
12532024-08-30T18:26:48.155Z Compiling usdt-impl v0.5.0
12542024-08-30T18:26:49.043Z Compiling serde_spanned v0.6.7
12552024-08-30T18:26:49.278Z Compiling toml_datetime v0.6.8
12562024-08-30T18:26:49.415Z Compiling chrono v0.4.38
12572024-08-30T18:26:49.651Z Compiling serde_tokenstream v0.2.2
12582024-08-30T18:26:49.798Z Compiling psl-types v2.0.11
12592024-08-30T18:26:49.817Z Compiling cfg_aliases v0.1.1
12602024-08-30T18:26:49.925Z Compiling num-bigint-dig v0.8.4
12612024-08-30T18:26:50.006Z Compiling base64 v0.22.1
12622024-08-30T18:26:50.275Z Compiling publicsuffix v2.2.3
12632024-08-30T18:26:50.294Z Compiling nix v0.28.0
12642024-08-30T18:26:50.562Z Compiling postgres-protocol v0.6.7
12652024-08-30T18:26:50.805Z Compiling terminal_size v0.3.0
12662024-08-30T18:26:51.013Z Compiling addr2line v0.21.0
12672024-08-30T18:26:51.249Z Compiling hubpack_derive v0.1.1
12682024-08-30T18:26:51.400Z Compiling async-trait v0.1.81
12692024-08-30T18:26:51.696Z Compiling zerocopy-derive v0.6.6
12702024-08-30T18:26:51.876Z Compiling num-iter v0.1.45
12712024-08-30T18:26:52.203Z Compiling phf_shared v0.11.2
12722024-08-30T18:26:52.576Z Compiling serde_derive_internals v0.29.1
12732024-08-30T18:26:52.891Z Compiling ff v0.13.0
12742024-08-30T18:26:53.040Z Compiling object v0.32.2
12752024-08-30T18:26:53.107Z Compiling fs-err v2.11.0
12762024-08-30T18:26:53.149Z Compiling schemars v0.8.21
12772024-08-30T18:26:53.410Z Compiling base64 v0.21.7
12782024-08-30T18:26:53.529Z Compiling tokio-util v0.7.11
12792024-08-30T18:26:54.212Z Compiling tokio-rustls v0.24.1
12802024-08-30T18:26:54.234Z Compiling base16ct v0.2.0
12812024-08-30T18:26:54.574Z Compiling h2 v0.3.26
12822024-08-30T18:26:54.612Z Compiling tokio-native-tls v0.3.1
12832024-08-30T18:26:54.632Z Compiling bitflags v1.3.2
12842024-08-30T18:26:54.734Z Compiling anyhow v1.0.86
12852024-08-30T18:26:54.892Z Compiling ipnet v2.9.0
12862024-08-30T18:26:54.969Z Compiling either v1.13.0
12872024-08-30T18:26:55.324Z Compiling rustc-demangle v0.1.24
12882024-08-30T18:26:55.373Z Compiling winnow v0.5.40
12892024-08-30T18:26:55.408Z Compiling managed v0.8.0
12902024-08-30T18:26:56.117Z Compiling clap_builder v4.5.15
12912024-08-30T18:26:56.327Z Compiling schemars_derive v0.8.21
12922024-08-30T18:26:56.353Z Compiling sec1 v0.7.3
12932024-08-30T18:26:56.966Z Compiling zerocopy v0.6.6
12942024-08-30T18:26:57.833Z Compiling rustls-pemfile v1.0.4
12952024-08-30T18:26:58.150Z Compiling group v0.13.0
12962024-08-30T18:26:58.262Z Compiling phf v0.11.2
12972024-08-30T18:26:58.488Z Compiling cookie_store v0.20.0
12982024-08-30T18:26:58.558Z Compiling hubpack v0.1.2
12992024-08-30T18:26:59.039Z Compiling toml_edit v0.19.15
13002024-08-30T18:27:00.090Z Compiling postgres-types v0.2.7
13012024-08-30T18:27:00.315Z Compiling usdt-macro v0.5.0
13022024-08-30T18:27:00.723Z Compiling usdt-attr-macro v0.5.0
13032024-08-30T18:27:01.803Z Compiling hyper v0.14.30
13042024-08-30T18:27:02.422Z Compiling serde_urlencoded v0.7.1
13052024-08-30T18:27:02.929Z Compiling pkcs1 v0.7.5
13062024-08-30T18:27:02.969Z Compiling futures-executor v0.3.30
13072024-08-30T18:27:03.336Z Compiling hkdf v0.12.4
13082024-08-30T18:27:03.541Z Compiling signature v2.2.0
13092024-08-30T18:27:03.596Z Compiling crypto-bigint v0.5.5
13102024-08-30T18:27:03.883Z Compiling bstr v1.9.1
13112024-08-30T18:27:04.003Z Compiling regex v1.10.6
13122024-08-30T18:27:05.150Z Compiling clap_derive v4.5.13
13132024-08-30T18:27:05.441Z Compiling enum-as-inner v0.6.0
13142024-08-30T18:27:05.513Z Compiling strum_macros v0.25.3
13152024-08-30T18:27:05.744Z Compiling serde_repr v0.1.19
13162024-08-30T18:27:06.559Z Compiling phf_shared v0.10.0
13172024-08-30T18:27:06.960Z Compiling float-cmp v0.9.0
13182024-08-30T18:27:06.987Z Compiling idna v0.4.0
13192024-08-30T18:27:07.163Z Compiling mio v0.8.11
13202024-08-30T18:27:07.184Z Compiling encoding_rs v0.8.34
13212024-08-30T18:27:08.451Z Compiling fixedbitset v0.4.2
13222024-08-30T18:27:08.617Z Compiling data-encoding v2.6.0
13232024-08-30T18:27:08.947Z Compiling hyper-rustls v0.24.2
13242024-08-30T18:27:09.330Z Compiling hyper-tls v0.5.0
13252024-08-30T18:27:09.690Z Compiling whoami v1.5.1
13262024-08-30T18:27:09.693Z Compiling static_assertions v1.1.0
13272024-08-30T18:27:09.805Z Compiling mime v0.3.17
13282024-08-30T18:27:09.925Z Compiling sync_wrapper v0.1.2
13292024-08-30T18:27:10.051Z Compiling webpki-roots v0.25.4
13302024-08-30T18:27:10.155Z Compiling difflib v0.4.0
13312024-08-30T18:27:10.215Z Compiling bit-vec v0.6.3
13322024-08-30T18:27:10.322Z Compiling precomputed-hash v0.1.1
13332024-08-30T18:27:10.436Z Compiling new_debug_unreachable v1.0.6
13342024-08-30T18:27:10.454Z Compiling dyn-clone v1.0.17
13352024-08-30T18:27:10.535Z Compiling minimal-lexical v0.2.1
13362024-08-30T18:27:10.666Z Compiling normalize-line-endings v0.3.0
13372024-08-30T18:27:10.691Z Compiling unicode-segmentation v1.11.0
13382024-08-30T18:27:10.797Z Compiling predicates-core v1.0.6
13392024-08-30T18:27:11.052Z Compiling predicates v3.1.2
13402024-08-30T18:27:11.071Z Compiling nom v7.1.3
13412024-08-30T18:27:11.560Z Compiling similar v2.6.0
13422024-08-30T18:27:11.663Z Compiling bit-set v0.5.3
13432024-08-30T18:27:11.749Z Compiling string_cache v0.8.7
13442024-08-30T18:27:11.943Z Compiling toml_edit v0.22.20
13452024-08-30T18:27:11.964Z Compiling reqwest v0.11.27
13462024-08-30T18:27:12.252Z Compiling clap v4.5.16
13472024-08-30T18:27:12.381Z Compiling tokio-postgres v0.7.11
13482024-08-30T18:27:12.808Z Compiling console v0.15.8
13492024-08-30T18:27:14.097Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13502024-08-30T18:27:14.387Z Compiling hickory-proto v0.24.1
13512024-08-30T18:27:14.433Z Compiling petgraph v0.6.5
13522024-08-30T18:27:14.782Z Compiling signal-hook-mio v0.2.4
13532024-08-30T18:27:14.959Z Compiling usdt v0.5.0
13542024-08-30T18:27:15.059Z Compiling elliptic-curve v0.13.8
13552024-08-30T18:27:15.485Z Compiling rsa v0.9.6
13562024-08-30T18:27:15.933Z Compiling futures v0.3.30
13572024-08-30T18:27:18.186Z Compiling toml v0.7.8
13582024-08-30T18:27:18.507Z Compiling flate2 v1.0.31
13592024-08-30T18:27:20.237Z Compiling itertools v0.12.1
13602024-08-30T18:27:20.420Z Compiling itertools v0.10.5
13612024-08-30T18:27:20.459Z Compiling tokio-stream v0.1.15
13622024-08-30T18:27:20.597Z Compiling openapiv3 v2.0.0
13632024-08-30T18:27:20.804Z Compiling hex v0.4.3
13642024-08-30T18:27:21.443Z Compiling sha1 v0.10.6
13652024-08-30T18:27:21.518Z Compiling crossbeam-epoch v0.9.18
13662024-08-30T18:27:21.890Z Compiling dirs-sys-next v0.1.2
13672024-08-30T18:27:22.343Z Compiling lalrpop-util v0.19.12
13682024-08-30T18:27:22.588Z Compiling peg-runtime v0.8.3
13692024-08-30T18:27:22.674Z Compiling unicode-xid v0.2.4
13702024-08-30T18:27:22.851Z Compiling dirs-next v2.0.0
13712024-08-30T18:27:23.056Z Compiling thread_local v1.1.8
13722024-08-30T18:27:23.232Z Compiling slog-async v2.8.0
13732024-08-30T18:27:23.296Z Compiling term v0.7.0
13742024-08-30T18:27:23.424Z Compiling xattr v1.3.1
13752024-08-30T18:27:23.593Z Compiling strum_macros v0.26.4
13762024-08-30T18:27:23.703Z Compiling crossbeam-channel v0.5.12
13772024-08-30T18:27:23.904Z Compiling is-terminal v0.4.12
13782024-08-30T18:27:23.950Z Compiling filetime v0.2.25
13792024-08-30T18:27:24.037Z Compiling take_mut v0.2.2
13802024-08-30T18:27:24.205Z Compiling tar v0.4.41
13812024-08-30T18:27:24.262Z Compiling slog-term v2.9.1
13822024-08-30T18:27:24.864Z Compiling camino v1.1.9
13832024-08-30T18:27:26.287Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13842024-08-30T18:27:26.881Z Compiling strum v0.26.3
13852024-08-30T18:27:26.963Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13862024-08-30T18:27:32.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13872024-08-30T18:27:32.526Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13882024-08-30T18:27:32.572ZAug 30 18:27:31.065 INFO Starting download, target: Clickhouse
13892024-08-30T18:27:32.572ZAug 30 18:27:31.065 INFO Starting download, target: DendriteOpenapi
13902024-08-30T18:27:32.572ZAug 30 18:27:31.065 INFO Starting download, target: Cockroach
13912024-08-30T18:27:32.574ZAug 30 18:27:31.065 INFO Starting download, target: Console
13922024-08-30T18:27:32.574ZAug 30 18:27:31.065 INFO Starting download, target: DendriteStub
13932024-08-30T18:27:32.574ZAug 30 18:27:31.065 INFO Starting download, target: MaghemiteMgd
13942024-08-30T18:27:32.574ZAug 30 18:27:31.065 INFO Starting download, target: TransceiverControl
13952024-08-30T18:27:32.574ZAug 30 18:27:31.066 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13962024-08-30T18:27:32.574ZAug 30 18:27:31.066 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13972024-08-30T18:27:32.574ZAug 30 18:27:31.066 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13982024-08-30T18:27:32.574ZAug 30 18:27:31.066 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13992024-08-30T18:27:32.574ZAug 30 18:27:31.066 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14002024-08-30T18:27:32.574ZAug 30 18:27:31.066 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14012024-08-30T18:27:32.575ZAug 30 18:27:31.066 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14022024-08-30T18:27:32.758ZAug 30 18:27:31.249 INFO Download complete, target: DendriteOpenapi
14032024-08-30T18:27:32.878ZAug 30 18:27:31.362 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14042024-08-30T18:27:33.112ZAug 30 18:27:31.599 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14052024-08-30T18:27:33.268ZAug 30 18:27:31.760 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14062024-08-30T18:27:33.485ZAug 30 18:27:31.978 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14072024-08-30T18:27:33.526ZAug 30 18:27:32.018 INFO Download complete, target: Console
14082024-08-30T18:27:33.667ZAug 30 18:27:32.160 INFO Download complete, target: TransceiverControl
14092024-08-30T18:27:33.986ZAug 30 18:27:32.479 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14102024-08-30T18:27:33.986ZAug 30 18:27:32.479 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14112024-08-30T18:27:34.588ZAug 30 18:27:33.081 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14122024-08-30T18:27:36.397ZAug 30 18:27:34.888 INFO Download complete, target: DendriteStub
14132024-08-30T18:27:36.835ZAug 30 18:27:35.327 INFO Download complete, target: MaghemiteMgd
14142024-08-30T18:27:42.356ZAug 30 18:27:40.846 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14152024-08-30T18:27:42.691ZAug 30 18:27:41.180 INFO Checking that binary works, target: Cockroach
14162024-08-30T18:27:42.852ZAug 30 18:27:41.341 INFO Download complete, target: Cockroach
14172024-08-30T18:27:48.678ZAug 30 18:27:47.162 INFO Checking that binary works, target: Clickhouse
14182024-08-30T18:27:48.809ZAug 30 18:27:47.296 INFO Download complete, target: Clickhouse
14192024-08-30T18:27:48.830ZAll builder prerequisites installed successfully, and PATH looks valid
14202024-08-30T18:27:48.834Z
14212024-08-30T18:27:48.834Zreal 4:08.951046028
14222024-08-30T18:27:48.834Zuser 11:36.394942279
14232024-08-30T18:27:48.834Zsys 2:28.589104119
14242024-08-30T18:27:48.834Ztrap 0.426850297
14252024-08-30T18:27:48.834Ztflt 1.418805282
14262024-08-30T18:27:48.834Zdflt 1.465276415
14272024-08-30T18:27:48.834Zkflt 0.020077411
14282024-08-30T18:27:48.834Zlock 23:51.841037016
14292024-08-30T18:27:48.834Zslp 45:18.343911144
14302024-08-30T18:27:48.834Zlat 42.137384919
14312024-08-30T18:27:48.834Zstop 1:49.240999962
14322024-08-30T18:27:48.834Z+ banner hack-check
14332024-08-30T18:27:48.834Z
14342024-08-30T18:27:48.834Z # # ## #### # # #### # # ###### #### # #
14352024-08-30T18:27:48.834Z # # # # # # # # # # # # # # # # #
14362024-08-30T18:27:48.834Z ###### # # # #### ##### # ###### ##### # ####
14372024-08-30T18:27:48.834Z # # ###### # # # # # # # # # #
14382024-08-30T18:27:48.834Z # # # # # # # # # # # # # # # # #
14392024-08-30T18:27:48.834Z # # # # #### # # #### # # ###### #### # #
14402024-08-30T18:27:48.834Z
14412024-08-30T18:27:48.837Z+ export CARGO_INCREMENTAL=0
14422024-08-30T18:27:48.837Z+ CARGO_INCREMENTAL=0
14432024-08-30T18:27:48.837Z+ ptime -m timeout 2h cargo xtask check-features --ci
14442024-08-30T18:27:49.407Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14452024-08-30T18:27:53.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
14462024-08-30T18:27:53.476Z Running `target/debug/xtask check-features --ci`
14472024-08-30T18:27:53.497Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14482024-08-30T18:27:53.497Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14492024-08-30T18:27:54.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
14502024-08-30T18:27:54.019Z Running `target/debug/xtask download cargo-hack`
14512024-08-30T18:27:54.858Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14522024-08-30T18:27:55.227Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14532024-08-30T18:27:59.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
14542024-08-30T18:27:59.730Z Running `target/debug/xtask-downloader cargo-hack`
14552024-08-30T18:27:59.763ZAug 30 18:27:58.247 INFO Starting download, target: CargoHack
14562024-08-30T18:27:59.771ZAug 30 18:27:58.247 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14572024-08-30T18:28:00.218ZAug 30 18:27:58.698 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14582024-08-30T18:28:00.315ZAug 30 18:27:58.798 INFO Download complete, target: CargoHack
14592024-08-30T18:28:00.319Zrunning: "/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"
14602024-08-30T18:28:00.336Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14612024-08-30T18:28:00.498Zinfo: running `cargo check --bins` on api_identity (1/158)
14622024-08-30T18:28:01.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14632024-08-30T18:28:01.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14642024-08-30T18:28:01.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14652024-08-30T18:28:01.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14662024-08-30T18:28:01.116Z
14672024-08-30T18:28:01.116Zinfo: running `cargo check --bins` on bootstore (2/158)
14682024-08-30T18:28:01.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14692024-08-30T18:28:01.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14702024-08-30T18:28:01.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14712024-08-30T18:28:01.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
14722024-08-30T18:28:01.783Z
14732024-08-30T18:28:01.783Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/158)
14742024-08-30T18:28:02.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14752024-08-30T18:28:02.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14762024-08-30T18:28:02.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14772024-08-30T18:28:02.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
14782024-08-30T18:28:02.440Z
14792024-08-30T18:28:02.440Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158)
14802024-08-30T18:28:03.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14812024-08-30T18:28:04.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14822024-08-30T18:28:04.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14832024-08-30T18:28:04.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14842024-08-30T18:28:04.033Z
14852024-08-30T18:28:04.033Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158)
14862024-08-30T18:28:04.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14872024-08-30T18:28:04.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14882024-08-30T18:28:04.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14892024-08-30T18:28:04.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14902024-08-30T18:28:04.033Z
14912024-08-30T18:28:04.033Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158)
14922024-08-30T18:28:04.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14932024-08-30T18:28:04.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14942024-08-30T18:28:04.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14952024-08-30T18:28:04.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14962024-08-30T18:28:04.056Z
14972024-08-30T18:28:04.056Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158)
14982024-08-30T18:28:04.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14992024-08-30T18:28:04.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15002024-08-30T18:28:04.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15012024-08-30T18:28:04.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15022024-08-30T18:28:04.530Z
15032024-08-30T18:28:04.531Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158)
15042024-08-30T18:28:04.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15052024-08-30T18:28:04.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15062024-08-30T18:28:04.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15072024-08-30T18:28:04.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15082024-08-30T18:28:05.015Z
15092024-08-30T18:28:05.015Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158)
15102024-08-30T18:28:05.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15112024-08-30T18:28:05.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15122024-08-30T18:28:05.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15132024-08-30T18:28:05.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15142024-08-30T18:28:05.493Z
15152024-08-30T18:28:05.493Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158)
15162024-08-30T18:28:05.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15172024-08-30T18:28:05.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15182024-08-30T18:28:05.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15192024-08-30T18:28:05.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15202024-08-30T18:28:05.976Z
15212024-08-30T18:28:05.977Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158)
15222024-08-30T18:28:06.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15232024-08-30T18:28:06.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15242024-08-30T18:28:06.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15252024-08-30T18:28:06.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15262024-08-30T18:28:06.455Z
15272024-08-30T18:28:06.455Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158)
15282024-08-30T18:28:06.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15292024-08-30T18:28:06.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15302024-08-30T18:28:06.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15312024-08-30T18:28:06.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15322024-08-30T18:28:06.945Z
15332024-08-30T18:28:06.945Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158)
15342024-08-30T18:28:07.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15352024-08-30T18:28:07.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15362024-08-30T18:28:07.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15372024-08-30T18:28:07.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15382024-08-30T18:28:07.426Z
15392024-08-30T18:28:07.426Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158)
15402024-08-30T18:28:07.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-08-30T18:28:07.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-08-30T18:28:07.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-08-30T18:28:07.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15442024-08-30T18:28:07.906Z
15452024-08-30T18:28:07.906Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158)
15462024-08-30T18:28:08.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-08-30T18:28:08.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-08-30T18:28:08.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-08-30T18:28:08.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15502024-08-30T18:28:08.383Z
15512024-08-30T18:28:08.383Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158)
15522024-08-30T18:28:08.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-08-30T18:28:08.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-08-30T18:28:08.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-08-30T18:28:08.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15562024-08-30T18:28:08.865Z
15572024-08-30T18:28:08.865Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158)
15582024-08-30T18:28:09.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-08-30T18:28:09.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-08-30T18:28:09.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-08-30T18:28:09.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15622024-08-30T18:28:09.477Z
15632024-08-30T18:28:09.477Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158)
15642024-08-30T18:28:09.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-08-30T18:28:09.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-08-30T18:28:09.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15672024-08-30T18:28:09.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15682024-08-30T18:28:09.909Z
15692024-08-30T18:28:09.909Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158)
15702024-08-30T18:28:10.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15712024-08-30T18:28:10.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15722024-08-30T18:28:10.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15732024-08-30T18:28:10.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15742024-08-30T18:28:10.327Z
15752024-08-30T18:28:10.327Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158)
15762024-08-30T18:28:10.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15772024-08-30T18:28:15.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15782024-08-30T18:28:15.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15792024-08-30T18:28:15.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15802024-08-30T18:28:15.377Z
15812024-08-30T18:28:15.377Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158)
15822024-08-30T18:28:15.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15832024-08-30T18:28:15.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15842024-08-30T18:28:15.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15852024-08-30T18:28:15.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15862024-08-30T18:28:15.377Z
15872024-08-30T18:28:15.377Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158)
15882024-08-30T18:28:15.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15892024-08-30T18:28:15.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15902024-08-30T18:28:15.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15912024-08-30T18:28:15.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15922024-08-30T18:28:15.377Z
15932024-08-30T18:28:15.377Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158)
15942024-08-30T18:28:15.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15952024-08-30T18:28:15.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15962024-08-30T18:28:15.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15972024-08-30T18:28:15.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15982024-08-30T18:28:15.377Z
15992024-08-30T18:28:15.377Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158)
16002024-08-30T18:28:15.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16012024-08-30T18:28:15.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16022024-08-30T18:28:15.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16032024-08-30T18:28:15.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16042024-08-30T18:28:15.378Z
16052024-08-30T18:28:15.378Zinfo: running `cargo check --bins` on sled-hardware-types (25/158)
16062024-08-30T18:28:15.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16072024-08-30T18:28:15.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16082024-08-30T18:28:15.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16092024-08-30T18:28:15.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16102024-08-30T18:28:15.378Z
16112024-08-30T18:28:15.378Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/158)
16122024-08-30T18:28:15.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-08-30T18:28:15.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-08-30T18:28:15.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-08-30T18:28:15.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16162024-08-30T18:28:15.378Z
16172024-08-30T18:28:15.378Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158)
16182024-08-30T18:28:15.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-08-30T18:28:15.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-08-30T18:28:15.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-08-30T18:28:15.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16222024-08-30T18:28:15.378Z
16232024-08-30T18:28:15.378Zinfo: running `cargo check --bins` on oxlog (28/158)
16242024-08-30T18:28:15.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-08-30T18:28:15.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-08-30T18:28:15.521Z Checking cfg-if v1.0.0
16272024-08-30T18:28:15.521Z Checking libc v0.2.158
16282024-08-30T18:28:15.593Z Checking memchr v2.7.2
16292024-08-30T18:28:15.593Z Checking serde v1.0.208
16302024-08-30T18:28:15.593Z Checking zeroize v1.7.0
16312024-08-30T18:28:15.593Z Checking typenum v1.17.0
16322024-08-30T18:28:15.593Z Checking scopeguard v1.2.0
16332024-08-30T18:28:15.593Z Checking byteorder v1.5.0
16342024-08-30T18:28:15.593Z Checking log v0.4.21
16352024-08-30T18:28:15.631Z Checking lock_api v0.4.12
16362024-08-30T18:28:15.799Z Checking subtle v2.5.0
16372024-08-30T18:28:15.827Z Checking const-oid v0.9.6
16382024-08-30T18:28:15.950Z Checking once_cell v1.19.0
16392024-08-30T18:28:15.968Z Checking itoa v1.0.11
16402024-08-30T18:28:16.063Z Checking pin-project-lite v0.2.14
16412024-08-30T18:28:16.169Z Checking smallvec v1.13.2
16422024-08-30T18:28:16.215Z Checking zerocopy v0.7.34
16432024-08-30T18:28:16.216Z Checking spin v0.9.8
16442024-08-30T18:28:16.295Z Checking tinyvec_macros v0.1.1
16452024-08-30T18:28:16.351Z Checking tinyvec v1.6.0
16462024-08-30T18:28:16.506Z Checking futures-core v0.3.30
16472024-08-30T18:28:16.570Z Checking futures-sink v0.3.30
16482024-08-30T18:28:16.612Z Checking getrandom v0.2.14
16492024-08-30T18:28:16.643Z Checking parking_lot_core v0.9.10
16502024-08-30T18:28:16.676Z Checking signal-hook-registry v1.4.2
16512024-08-30T18:28:16.760Z Checking generic-array v0.14.7
16522024-08-30T18:28:16.824Z Checking rand_core v0.6.4
16532024-08-30T18:28:16.930Z Checking mio v1.0.2
16542024-08-30T18:28:16.963Z Checking parking_lot v0.12.2
16552024-08-30T18:28:17.118Z Checking socket2 v0.5.7
16562024-08-30T18:28:17.320Z Checking cpufeatures v0.2.12
16572024-08-30T18:28:17.415Z Checking unicode-bidi v0.3.15
16582024-08-30T18:28:17.499Z Checking allocator-api2 v0.2.18
16592024-08-30T18:28:17.605Z Checking libm v0.2.8
16602024-08-30T18:28:17.619Z Checking ahash v0.8.11
16612024-08-30T18:28:17.644Z Checking ryu v1.0.18
16622024-08-30T18:28:17.722Z Checking unicode-normalization v0.1.23
16632024-08-30T18:28:17.865Z Checking equivalent v1.0.1
16642024-08-30T18:28:17.903Z Checking crypto-common v0.1.6
16652024-08-30T18:28:17.964Z Checking block-buffer v0.10.4
16662024-08-30T18:28:18.001Z Checking block-padding v0.3.3
16672024-08-30T18:28:18.075Z Checking futures-channel v0.3.30
16682024-08-30T18:28:18.133Z Checking slab v0.4.9
16692024-08-30T18:28:18.147Z Checking hashbrown v0.14.5
16702024-08-30T18:28:18.173Z Checking digest v0.10.7
16712024-08-30T18:28:18.196Z Checking inout v0.1.3
16722024-08-30T18:28:18.383Z Checking futures-io v0.3.30
16732024-08-30T18:28:18.420Z Checking cipher v0.4.4
16742024-08-30T18:28:18.423Z Checking pin-utils v0.1.0
16752024-08-30T18:28:18.491Z Checking num-traits v0.2.19
16762024-08-30T18:28:18.514Z Checking futures-task v0.3.30
16772024-08-30T18:28:18.538Z Checking hmac v0.12.1
16782024-08-30T18:28:18.552Z Checking sha2 v0.10.8
16792024-08-30T18:28:18.605Z Checking base64ct v1.6.0
16802024-08-30T18:28:18.744Z Checking futures-util v0.3.30
16812024-08-30T18:28:18.751Z Checking percent-encoding v2.3.1
16822024-08-30T18:28:18.815Z Checking flagset v0.4.5
16832024-08-30T18:28:18.952Z Checking ppv-lite86 v0.2.17
16842024-08-30T18:28:18.997Z Checking salsa20 v0.10.2
16852024-08-30T18:28:19.026Z Checking pem-rfc7468 v0.7.0
16862024-08-30T18:28:19.115Z Checking pbkdf2 v0.12.2
16872024-08-30T18:28:19.205Z Checking tracing-core v0.1.32
16882024-08-30T18:28:19.267Z Checking untrusted v0.9.0
16892024-08-30T18:28:19.288Z Checking der v0.7.9
16902024-08-30T18:28:19.338Z Checking fnv v1.0.7
16912024-08-30T18:28:19.417Z Checking ring v0.17.8
16922024-08-30T18:28:19.460Z Checking scrypt v0.11.0
16932024-08-30T18:28:19.628Z Checking rand_chacha v0.3.1
16942024-08-30T18:28:19.669Z Checking aes v0.8.4
16952024-08-30T18:28:19.851Z Checking tracing v0.1.40
16962024-08-30T18:28:19.997Z Checking rand v0.8.5
16972024-08-30T18:28:20.195Z Checking cbc v0.1.2
16982024-08-30T18:28:20.237Z Checking thiserror v1.0.63
16992024-08-30T18:28:20.370Z Checking foreign-types-shared v0.1.1
17002024-08-30T18:28:20.402Z Checking form_urlencoded v1.2.1
17012024-08-30T18:28:20.476Z Checking foreign-types v0.3.2
17022024-08-30T18:28:20.566Z Checking openssl-sys v0.9.103
17032024-08-30T18:28:20.580Z Checking aho-corasick v1.1.3
17042024-08-30T18:28:20.582Z Checking bytes v1.7.1
17052024-08-30T18:28:20.608Z Checking bitflags v2.6.0
17062024-08-30T18:28:20.903Z Checking indexmap v2.4.0
17072024-08-30T18:28:21.147Z Checking serde_json v1.0.125
17082024-08-30T18:28:21.181Z Checking spki v0.7.3
17092024-08-30T18:28:21.207Z Checking try-lock v0.2.5
17102024-08-30T18:28:21.335Z Checking unicode-ident v1.0.12
17112024-08-30T18:28:21.353Z Checking tokio v1.39.3
17122024-08-30T18:28:21.465Z Checking http v0.2.12
17132024-08-30T18:28:21.501Z Checking pkcs5 v0.7.1
17142024-08-30T18:28:21.925Z Checking regex-syntax v0.8.4
17152024-08-30T18:28:22.042Z Checking powerfmt v0.2.0
17162024-08-30T18:28:22.221Z Checking siphasher v0.3.11
17172024-08-30T18:28:22.263Z Checking pkcs8 v0.10.2
17182024-08-30T18:28:22.298Z Checking deranged v0.3.11
17192024-08-30T18:28:22.537Z Checking openssl v0.10.66
17202024-08-30T18:28:22.559Z Checking proc-macro2 v1.0.86
17212024-08-30T18:28:22.843Z Checking want v0.3.1
17222024-08-30T18:28:22.867Z Checking http-body v0.4.6
17232024-08-30T18:28:23.019Z Checking rustls-webpki v0.101.7
17242024-08-30T18:28:23.229Z Checking sct v0.7.1
17252024-08-30T18:28:23.267Z Checking uuid v1.10.0
17262024-08-30T18:28:23.429Z Checking idna v0.5.0
17272024-08-30T18:28:23.727Z Checking httparse v1.8.0
17282024-08-30T18:28:23.856Z Checking errno v0.3.9
17292024-08-30T18:28:23.891Z Checking scroll v0.12.0
17302024-08-30T18:28:24.002Z Checking openssl-probe v0.1.5
17312024-08-30T18:28:24.017Z Checking num-conv v0.1.0
17322024-08-30T18:28:24.139Z Checking httpdate v1.0.3
17332024-08-30T18:28:24.141Z Checking num_threads v0.1.7
17342024-08-30T18:28:24.255Z Checking time-core v0.1.2
17352024-08-30T18:28:24.271Z Checking adler v1.0.2
17362024-08-30T18:28:24.300Z Checking iana-time-zone v0.1.60
17372024-08-30T18:28:24.346Z Checking anstyle v1.0.8
17382024-08-30T18:28:24.364Z Checking ucd-trie v0.1.6
17392024-08-30T18:28:24.399Z Checking plain v0.2.3
17402024-08-30T18:28:24.414Z Checking utf8parse v0.2.1
17412024-08-30T18:28:24.438Z Checking finl_unicode v1.2.0
17422024-08-30T18:28:24.535Z Checking tower-service v0.3.2
17432024-08-30T18:28:24.551Z Checking anstyle-parse v0.2.4
17442024-08-30T18:28:24.564Z Checking pest v2.7.10
17452024-08-30T18:28:24.652Z Checking goblin v0.8.2
17462024-08-30T18:28:24.686Z Checking chrono v0.4.38
17472024-08-30T18:28:24.803Z Checking miniz_oxide v0.7.2
17482024-08-30T18:28:25.010Z Checking stringprep v0.1.4
17492024-08-30T18:28:25.149Z Checking regex-automata v0.4.6
17502024-08-30T18:28:25.291Z Checking time v0.3.36
17512024-08-30T18:28:25.503Z Checking url v2.5.2
17522024-08-30T18:28:26.312Z Checking rustix v0.38.34
17532024-08-30T18:28:26.851Z Checking rustls v0.21.12
17542024-08-30T18:28:27.077Z Checking quote v1.0.36
17552024-08-30T18:28:27.434Z Checking toml_datetime v0.6.8
17562024-08-30T18:28:27.723Z Checking serde_spanned v0.6.7
17572024-08-30T18:28:27.861Z Checking num-integer v0.1.46
17582024-08-30T18:28:27.894Z Checking idna v0.3.0
17592024-08-30T18:28:27.976Z Checking native-tls v0.2.11
17602024-08-30T18:28:28.293Z Checking md-5 v0.10.6
17612024-08-30T18:28:28.321Z Checking lazy_static v1.5.0
17622024-08-30T18:28:28.387Z Checking hash32 v0.2.1
17632024-08-30T18:28:28.424Z Checking base64 v0.22.1
17642024-08-30T18:28:28.450Z Checking tokio-util v0.7.11
17652024-08-30T18:28:28.524Z Checking is_terminal_polyfill v1.70.0
17662024-08-30T18:28:28.652Z Checking psl-types v2.0.11
17672024-08-30T18:28:28.708Z Checking anstyle-query v1.0.3
17682024-08-30T18:28:28.746Z Checking stable_deref_trait v1.2.0
17692024-08-30T18:28:28.830Z Checking gimli v0.28.1
17702024-08-30T18:28:28.847Z Checking fallible-iterator v0.2.0
17712024-08-30T18:28:28.850Z Checking colorchoice v1.0.1
17722024-08-30T18:28:28.877Z Checking pretty-hex v0.4.1
17732024-08-30T18:28:28.987Z Checking anstream v0.6.14
17742024-08-30T18:28:29.042Z Checking heapless v0.7.17
17752024-08-30T18:28:29.282Z Checking h2 v0.3.26
17762024-08-30T18:28:29.349Z Checking publicsuffix v2.2.3
17772024-08-30T18:28:29.439Z Checking postgres-protocol v0.6.7
17782024-08-30T18:28:29.576Z Checking tokio-native-tls v0.3.1
17792024-08-30T18:28:29.700Z Checking dof v0.3.0
17802024-08-30T18:28:29.703Z Checking terminal_size v0.3.0
17812024-08-30T18:28:29.829Z Checking num-iter v0.1.45
17822024-08-30T18:28:29.869Z Checking cookie v0.17.0
17832024-08-30T18:28:29.995Z Checking tokio-rustls v0.24.1
17842024-08-30T18:28:30.010Z Checking syn v2.0.74
17852024-08-30T18:28:30.032Z Checking dtrace-parser v0.2.0
17862024-08-30T18:28:30.090Z Checking phf_shared v0.11.2
17872024-08-30T18:28:30.266Z Checking ff v0.13.0
17882024-08-30T18:28:30.284Z Checking thread-id v4.2.1
17892024-08-30T18:28:30.349Z Checking object v0.32.2
17902024-08-30T18:28:30.361Z Checking base16ct v0.2.0
17912024-08-30T18:28:30.383Z Checking strsim v0.11.1
17922024-08-30T18:28:30.472Z Checking clap_lex v0.7.0
17932024-08-30T18:28:30.488Z Checking bitflags v1.3.2
17942024-08-30T18:28:30.542Z Checking ipnet v2.9.0
17952024-08-30T18:28:30.576Z Checking base64 v0.21.7
17962024-08-30T18:28:30.661Z Checking rustc-demangle v0.1.24
17972024-08-30T18:28:30.704Z Checking winnow v0.5.40
17982024-08-30T18:28:30.989Z Checking managed v0.8.0
17992024-08-30T18:28:31.049Z Checking either v1.13.0
18002024-08-30T18:28:31.092Z Checking rustls-pemfile v1.0.4
18012024-08-30T18:28:31.282Z Checking clap_builder v4.5.15
18022024-08-30T18:28:31.346Z Checking smoltcp v0.9.1
18032024-08-30T18:28:31.412Z Checking sec1 v0.7.3
18042024-08-30T18:28:31.801Z Checking group v0.13.0
18052024-08-30T18:28:32.070Z Checking phf v0.11.2
18062024-08-30T18:28:32.325Z Checking cookie_store v0.20.0
18072024-08-30T18:28:32.707Z Checking addr2line v0.21.0
18082024-08-30T18:28:32.839Z Checking postgres-types v0.2.7
18092024-08-30T18:28:32.969Z Checking num-bigint-dig v0.8.4
18102024-08-30T18:28:33.230Z Checking regex v1.10.6
18112024-08-30T18:28:33.553Z Checking bstr v1.9.1
18122024-08-30T18:28:33.819Z Checking futures-executor v0.3.30
18132024-08-30T18:28:33.864Z Checking toml_edit v0.19.15
18142024-08-30T18:28:34.052Z Checking pkcs1 v0.7.5
18152024-08-30T18:28:34.408Z Checking phf_shared v0.10.0
18162024-08-30T18:28:34.452Z Checking serde_urlencoded v0.7.1
18172024-08-30T18:28:34.479Z Checking hubpack v0.1.2
18182024-08-30T18:28:34.669Z Checking zerocopy v0.6.6
18192024-08-30T18:28:34.789Z Checking float-cmp v0.9.0
18202024-08-30T18:28:34.873Z Checking crc32fast v1.4.0
18212024-08-30T18:28:34.972Z Checking signal-hook v0.3.17
18222024-08-30T18:28:35.104Z Checking crossbeam-utils v0.8.19
18232024-08-30T18:28:35.123Z Checking hkdf v0.12.4
18242024-08-30T18:28:35.291Z Checking idna v0.4.0
18252024-08-30T18:28:35.318Z Checking signature v2.2.0
18262024-08-30T18:28:35.422Z Checking crypto-bigint v0.5.5
18272024-08-30T18:28:35.503Z Checking hyper v0.14.30
18282024-08-30T18:28:35.506Z Checking mio v0.8.11
18292024-08-30T18:28:35.772Z Checking memmap v0.7.0
18302024-08-30T18:28:35.982Z Checking encoding_rs v0.8.34
18312024-08-30T18:28:36.138Z Checking dyn-clone v1.0.17
18322024-08-30T18:28:36.166Z Checking normalize-line-endings v0.3.0
18332024-08-30T18:28:36.272Z Checking minimal-lexical v0.2.1
18342024-08-30T18:28:36.286Z Checking webpki-roots v0.25.4
18352024-08-30T18:28:36.300Z Checking unicode-width v0.1.13
18362024-08-30T18:28:36.346Z Checking usdt-impl v0.5.0
18372024-08-30T18:28:36.426Z Checking sync_wrapper v0.1.2
18382024-08-30T18:28:36.449Z Checking backtrace v0.3.71
18392024-08-30T18:28:36.483Z Checking fixedbitset v0.4.2
18402024-08-30T18:28:36.536Z Checking bit-vec v0.6.3
18412024-08-30T18:28:36.640Z Checking data-encoding v2.6.0
18422024-08-30T18:28:36.741Z Checking predicates-core v1.0.6
18432024-08-30T18:28:36.856Z Checking winnow v0.6.18
18442024-08-30T18:28:36.871Z Checking whoami v1.5.1
18452024-08-30T18:28:36.918Z Checking unicode-segmentation v1.11.0
18462024-08-30T18:28:37.022Z Checking new_debug_unreachable v1.0.6
18472024-08-30T18:28:37.112Z Checking precomputed-hash v0.1.1
18482024-08-30T18:28:37.169Z Checking difflib v0.4.0
18492024-08-30T18:28:37.217Z Checking mime v0.3.17
18502024-08-30T18:28:37.319Z Checking static_assertions v1.1.0
18512024-08-30T18:28:37.413Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18522024-08-30T18:28:37.495Z Checking predicates v3.1.2
18532024-08-30T18:28:37.521Z Checking hickory-proto v0.24.1
18542024-08-30T18:28:37.556Z Checking similar v2.6.0
18552024-08-30T18:28:38.154Z Checking string_cache v0.8.7
18562024-08-30T18:28:38.305Z Checking elliptic-curve v0.13.8
18572024-08-30T18:28:38.351Z Checking tokio-postgres v0.7.11
18582024-08-30T18:28:38.411Z Checking anyhow v1.0.86
18592024-08-30T18:28:38.428Z Checking usdt v0.5.0
18602024-08-30T18:28:38.682Z Checking bit-set v0.5.3
18612024-08-30T18:28:38.799Z Checking petgraph v0.6.5
18622024-08-30T18:28:38.925Z Checking nom v7.1.3
18632024-08-30T18:28:38.943Z Checking console v0.15.8
18642024-08-30T18:28:39.544Z Checking toml v0.7.8
18652024-08-30T18:28:39.829Z Checking toml_edit v0.22.20
18662024-08-30T18:28:40.317Z Checking schemars v0.8.21
18672024-08-30T18:28:41.432Z Checking signal-hook-mio v0.2.4
18682024-08-30T18:28:41.575Z Checking crossbeam-epoch v0.9.18
18692024-08-30T18:28:41.668Z Checking hyper-rustls v0.24.2
18702024-08-30T18:28:41.884Z Checking hyper-tls v0.5.0
18712024-08-30T18:28:41.914Z Checking rsa v0.9.6
18722024-08-30T18:28:41.966Z Checking flate2 v1.0.31
18732024-08-30T18:28:41.998Z Checking clap v4.5.16
18742024-08-30T18:28:42.110Z Checking futures v0.3.30
18752024-08-30T18:28:42.158Z Checking itertools v0.12.1
18762024-08-30T18:28:42.160Z Checking reqwest v0.11.27
18772024-08-30T18:28:42.214Z Checking itertools v0.10.5
18782024-08-30T18:28:42.378Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18792024-08-30T18:28:42.404Z Checking tokio-stream v0.1.15
18802024-08-30T18:28:42.442Z Checking fs-err v2.11.0
18812024-08-30T18:28:42.539Z Checking nix v0.28.0
18822024-08-30T18:28:42.569Z Checking slog v2.7.0
18832024-08-30T18:28:42.920Z Checking openapiv3 v2.0.0
18842024-08-30T18:28:42.977Z Checking semver v1.0.23
18852024-08-30T18:28:43.038Z Checking hex v0.4.3
18862024-08-30T18:28:43.222Z Checking sha1 v0.10.6
18872024-08-30T18:28:43.385Z Checking lalrpop-util v0.19.12
18882024-08-30T18:28:43.510Z Checking peg-runtime v0.8.3
18892024-08-30T18:28:43.545Z Checking camino v1.1.9
18902024-08-30T18:28:43.688Z Checking sigpipe v0.1.3
18912024-08-30T18:28:45.564Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18922024-08-30T18:28:45.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.14s
18932024-08-30T18:28:46.009Z
18942024-08-30T18:28:46.009Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158)
18952024-08-30T18:28:46.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962024-08-30T18:28:46.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972024-08-30T18:28:46.691Z Compiling regress v0.9.1
18982024-08-30T18:28:46.788Z Checking strum v0.26.3
18992024-08-30T18:28:46.810Z Checking heck v0.5.0
19002024-08-30T18:28:46.824Z Compiling getopts v0.2.21
19012024-08-30T18:28:46.834Z Checking dirs-sys-next v0.1.2
19022024-08-30T18:28:46.846Z Compiling unsafe-libyaml v0.2.11
19032024-08-30T18:28:46.925Z Checking http v1.1.0
19042024-08-30T18:28:46.978Z Checking thread_local v1.1.8
19052024-08-30T18:28:47.003Z Checking dirs-next v2.0.0
19062024-08-30T18:28:47.136Z Checking rustls-pki-types v1.7.0
19072024-08-30T18:28:47.175Z Compiling ident_case v1.0.1
19082024-08-30T18:28:47.241Z Checking term v0.7.0
19092024-08-30T18:28:47.349Z Compiling darling_core v0.20.9
19102024-08-30T18:28:47.552Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19112024-08-30T18:28:47.665Z Checking crossbeam-channel v0.5.12
19122024-08-30T18:28:47.730Z Checking atty v0.2.14
19132024-08-30T18:28:47.834Z Checking is-terminal v0.4.12
19142024-08-30T18:28:47.884Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19152024-08-30T18:28:47.951Z Compiling rustls v0.22.4
19162024-08-30T18:28:48.230Z Compiling serde_yaml v0.9.34+deprecated
19172024-08-30T18:28:48.244Z Checking humantime v2.1.0
19182024-08-30T18:28:48.278Z Checking take_mut v0.2.2
19192024-08-30T18:28:48.377Z Compiling paste v1.0.15
19202024-08-30T18:28:48.427Z Checking termcolor v1.4.1
19212024-08-30T18:28:48.517Z Checking utf-8 v0.7.6
19222024-08-30T18:28:48.720Z Checking slog-async v2.8.0
19232024-08-30T18:28:48.834Z Checking env_logger v0.9.3
19242024-08-30T18:28:48.895Z Checking slog-term v2.9.1
19252024-08-30T18:28:48.979Z Checking rustls-webpki v0.102.4
19262024-08-30T18:28:49.003Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19272024-08-30T18:28:49.277Z Compiling proc-macro-crate v1.3.1
19282024-08-30T18:28:49.345Z Compiling bitstruct_derive v0.1.0
19292024-08-30T18:28:49.385Z Compiling structmeta-derive v0.3.0
19302024-08-30T18:28:49.758Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19312024-08-30T18:28:49.882Z Compiling multer v3.1.0
19322024-08-30T18:28:50.191Z Checking match_cfg v0.1.0
19332024-08-30T18:28:50.274Z Checking ascii v1.1.0
19342024-08-30T18:28:50.321Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19352024-08-30T18:28:50.354Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19362024-08-30T18:28:50.677Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19372024-08-30T18:28:50.759Z Checking bitstruct v0.1.1
19382024-08-30T18:28:50.868Z Compiling num_enum_derive v0.5.11
19392024-08-30T18:28:51.603Z Checking hostname v0.3.1
19402024-08-30T18:28:51.841Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19412024-08-30T18:28:51.998Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19422024-08-30T18:28:52.453Z Compiling structmeta v0.3.0
19432024-08-30T18:28:52.519Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19442024-08-30T18:28:52.793Z Checking slog-json v2.6.1
19452024-08-30T18:28:52.820Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19462024-08-30T18:28:52.892Z Checking serde_arrays v0.1.0
19472024-08-30T18:28:53.048Z Checking erased-serde v0.3.31
19482024-08-30T18:28:53.063Z Compiling async-stream-impl v0.3.5
19492024-08-30T18:28:53.069Z Compiling foreign-types-macros v0.2.3
19502024-08-30T18:28:53.510Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19512024-08-30T18:28:53.560Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19522024-08-30T18:28:53.799Z Checking atomic-waker v1.1.2
19532024-08-30T18:28:53.851Z Checking arc-swap v1.7.1
19542024-08-30T18:28:53.933Z Checking foreign-types-shared v0.3.1
19552024-08-30T18:28:54.040Z Checking waitgroup v0.1.2
19562024-08-30T18:28:54.145Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19572024-08-30T18:28:54.261Z Checking num_enum v0.5.11
19582024-08-30T18:28:54.276Z Checking slog-scope v4.4.0
19592024-08-30T18:28:54.364Z Compiling darling_macro v0.20.9
19602024-08-30T18:28:54.400Z Checking foreign-types v0.5.0
19612024-08-30T18:28:54.403Z Checking slog-bunyan v2.5.0
19622024-08-30T18:28:54.448Z Compiling parse-display-derive v0.10.0
19632024-08-30T18:28:54.494Z Checking async-stream v0.3.5
19642024-08-30T18:28:54.508Z Compiling proc-macro-error v1.0.4
19652024-08-30T18:28:54.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19662024-08-30T18:28:54.929Z Checking toml v0.8.19
19672024-08-30T18:28:55.139Z Checking tungstenite v0.20.1
19682024-08-30T18:28:55.193Z Checking rustls-pemfile v2.1.3
19692024-08-30T18:28:55.347Z Compiling darling v0.20.9
19702024-08-30T18:28:55.433Z Compiling heck v0.3.3
19712024-08-30T18:28:55.465Z Compiling serde_with_macros v3.9.0
19722024-08-30T18:28:55.600Z Checking tokio-rustls v0.25.0
19732024-08-30T18:28:55.629Z Checking ipnetwork v0.20.0
19742024-08-30T18:28:55.873Z Checking newtype-uuid v1.1.0
19752024-08-30T18:28:55.971Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19762024-08-30T18:28:55.986Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19772024-08-30T18:28:56.009Z Checking serde_path_to_error v0.1.16
19782024-08-30T18:28:56.105Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19792024-08-30T18:28:56.646Z Checking hostname v0.4.0
19802024-08-30T18:28:56.789Z Checking cstr-argument v0.1.2
19812024-08-30T18:28:56.875Z Checking instant v0.1.12
19822024-08-30T18:28:56.949Z Checking fastrand v2.1.0
19832024-08-30T18:28:56.987Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19842024-08-30T18:28:57.003Z Checking debug-ignore v1.0.5
19852024-08-30T18:28:57.144Z Checking pretty-hex v0.2.1
19862024-08-30T18:28:57.302Z Checking tempfile v3.10.1
19872024-08-30T18:28:57.317Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19882024-08-30T18:28:57.330Z Checking backoff v0.4.0
19892024-08-30T18:28:57.595Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19902024-08-30T18:28:57.628Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19912024-08-30T18:28:57.767Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19922024-08-30T18:28:57.810Z Checking tokio-tungstenite v0.20.1
19932024-08-30T18:28:57.910Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19942024-08-30T18:28:57.988Z Compiling zone_cfg_derive v0.1.2
19952024-08-30T18:28:58.252Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19962024-08-30T18:28:58.285Z Checking slog-stdlog v4.1.1
19972024-08-30T18:28:58.439Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19982024-08-30T18:28:58.575Z Checking serde_with v3.9.0
19992024-08-30T18:28:58.597Z Checking tungstenite v0.21.0
20002024-08-30T18:28:59.065Z Checking colored v2.1.0
20012024-08-30T18:28:59.182Z Checking parse-display v0.10.0
20022024-08-30T18:28:59.334Z Checking macaddr v1.0.1
20032024-08-30T18:28:59.408Z Checking socket2 v0.4.10
20042024-08-30T18:28:59.468Z Checking base64 v0.13.1
20052024-08-30T18:28:59.526Z Checking zone v0.1.8
20062024-08-30T18:28:59.651Z Checking tokio-tungstenite v0.21.0
20072024-08-30T18:28:59.866Z Checking ron v0.7.1
20082024-08-30T18:29:00.119Z Checking slog-envlogger v2.2.0
20092024-08-30T18:29:00.203Z Checking pem v3.0.4
20102024-08-30T18:29:00.349Z Checking tabwriter v1.4.0
20112024-08-30T18:29:00.477Z Checking xattr v1.3.1
20122024-08-30T18:29:00.563Z Checking portpicker v0.1.1
20132024-08-30T18:29:00.677Z Checking yasna v0.5.2
20142024-08-30T18:29:00.710Z Checking headers-core v0.2.0
20152024-08-30T18:29:00.855Z Checking smf v0.2.3
20162024-08-30T18:29:00.992Z Checking filetime v0.2.25
20172024-08-30T18:29:01.201Z Checking same-file v1.0.6
20182024-08-30T18:29:01.313Z Checking tar v0.4.41
20192024-08-30T18:29:01.361Z Checking walkdir v2.5.0
20202024-08-30T18:29:01.549Z Checking rcgen v0.12.1
20212024-08-30T18:29:01.582Z Checking headers v0.3.9
20222024-08-30T18:29:01.638Z Checking atomicwrites v0.4.3
20232024-08-30T18:29:01.815Z Checking camino-tempfile v1.1.1
20242024-08-30T18:29:01.878Z Checking subprocess v0.2.9
20252024-08-30T18:29:03.057Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20262024-08-30T18:29:03.288Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20272024-08-30T18:29:05.157Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20282024-08-30T18:29:07.100Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20292024-08-30T18:29:07.167Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20302024-08-30T18:29:10.420Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20312024-08-30T18:29:16.436Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20322024-08-30T18:29:16.570Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20332024-08-30T18:29:16.570Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20342024-08-30T18:29:19.163Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20352024-08-30T18:29:19.679Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20362024-08-30T18:29:26.018Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20372024-08-30T18:29:27.566Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20382024-08-30T18:29:28.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.66s
20392024-08-30T18:29:28.842Z
20402024-08-30T18:29:28.842Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158)
20412024-08-30T18:29:29.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422024-08-30T18:29:29.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432024-08-30T18:29:29.518Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20442024-08-30T18:29:30.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
20452024-08-30T18:29:30.934Z
20462024-08-30T18:29:30.934Zinfo: running `cargo check --bins` on nexus-config (31/158)
20472024-08-30T18:29:31.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482024-08-30T18:29:31.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492024-08-30T18:29:31.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502024-08-30T18:29:31.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20512024-08-30T18:29:31.587Z
20522024-08-30T18:29:31.587Zinfo: running `cargo check --bins` on omicron-rpaths (32/158)
20532024-08-30T18:29:32.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542024-08-30T18:29:32.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552024-08-30T18:29:32.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562024-08-30T18:29:32.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20572024-08-30T18:29:32.213Z
20582024-08-30T18:29:32.214Zinfo: running `cargo check --bins` on omicron-certificates (33/158)
20592024-08-30T18:29:32.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602024-08-30T18:29:32.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612024-08-30T18:29:32.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622024-08-30T18:29:32.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20632024-08-30T18:29:32.860Z
20642024-08-30T18:29:32.860Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/158)
20652024-08-30T18:29:33.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662024-08-30T18:29:33.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672024-08-30T18:29:33.538Z Compiling heapless v0.8.0
20682024-08-30T18:29:33.540Z Checking hash32 v0.3.1
20692024-08-30T18:29:33.639Z Compiling smoltcp v0.11.0
20702024-08-30T18:29:33.651Z Checking cobs v0.2.3
20712024-08-30T18:29:33.651Z Checking embedded-io v0.4.0
20722024-08-30T18:29:33.672Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20732024-08-30T18:29:33.674Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20742024-08-30T18:29:33.699Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20752024-08-30T18:29:33.782Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20762024-08-30T18:29:33.821Z Compiling crucible-workspace-hack v0.1.0
20772024-08-30T18:29:33.836Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20782024-08-30T18:29:33.850Z Checking postcard v1.0.8
20792024-08-30T18:29:34.025Z Compiling zone_cfg_derive v0.3.0
20802024-08-30T18:29:34.048Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20812024-08-30T18:29:34.227Z Checking newline-converter v0.3.0
20822024-08-30T18:29:34.361Z Compiling num-derive v0.4.2
20832024-08-30T18:29:34.377Z Compiling slog-dtrace v0.3.0
20842024-08-30T18:29:34.379Z Compiling convert_case v0.4.0
20852024-08-30T18:29:34.523Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20862024-08-30T18:29:34.554Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20872024-08-30T18:29:34.735Z Checking expectorate v1.1.0
20882024-08-30T18:29:34.844Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20892024-08-30T18:29:35.205Z Compiling derive_more v0.99.18
20902024-08-30T18:29:35.451Z Checking zone v0.3.0
20912024-08-30T18:29:36.194Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20922024-08-30T18:29:37.437Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20932024-08-30T18:29:38.393Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20942024-08-30T18:29:38.999Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20952024-08-30T18:29:39.502Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20962024-08-30T18:29:41.278Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20972024-08-30T18:29:41.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s
20982024-08-30T18:29:42.124Z
20992024-08-30T18:29:42.124Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/158)
21002024-08-30T18:29:42.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012024-08-30T18:29:42.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022024-08-30T18:29:42.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032024-08-30T18:29:42.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21042024-08-30T18:29:42.771Z
21052024-08-30T18:29:42.771Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/158)
21062024-08-30T18:29:43.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072024-08-30T18:29:43.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082024-08-30T18:29:43.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092024-08-30T18:29:43.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21102024-08-30T18:29:43.427Z
21112024-08-30T18:29:43.427Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158)
21122024-08-30T18:29:44.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132024-08-30T18:29:44.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142024-08-30T18:29:44.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152024-08-30T18:29:44.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21162024-08-30T18:29:44.188Z
21172024-08-30T18:29:44.188Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158)
21182024-08-30T18:29:44.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192024-08-30T18:29:44.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202024-08-30T18:29:44.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212024-08-30T18:29:44.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21222024-08-30T18:29:44.948Z
21232024-08-30T18:29:44.948Zinfo: running `cargo check --bins` on dns-server (39/158)
21242024-08-30T18:29:45.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-08-30T18:29:45.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-08-30T18:29:45.603Z Compiling parking_lot_core v0.8.6
21272024-08-30T18:29:45.693Z Checking nibble_vec v0.1.0
21282024-08-30T18:29:45.696Z Checking quick-error v1.2.3
21292024-08-30T18:29:45.696Z Checking endian-type v0.1.2
21302024-08-30T18:29:45.696Z Checking linked-hash-map v0.5.6
21312024-08-30T18:29:45.696Z Checking fxhash v0.2.1
21322024-08-30T18:29:45.696Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21332024-08-30T18:29:45.696Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21342024-08-30T18:29:45.801Z Checking resolv-conf v0.7.0
21352024-08-30T18:29:45.885Z Checking hickory-server v0.24.1
21362024-08-30T18:29:45.887Z Checking radix_trie v0.2.1
21372024-08-30T18:29:46.017Z Checking lru-cache v0.1.2
21382024-08-30T18:29:46.183Z Checking hickory-resolver v0.24.1
21392024-08-30T18:29:46.248Z Checking hickory-client v0.24.1
21402024-08-30T18:29:46.430Z Checking parking_lot v0.11.2
21412024-08-30T18:29:46.688Z Checking sled v0.34.7
21422024-08-30T18:29:48.524Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21432024-08-30T18:29:49.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
21442024-08-30T18:29:49.826Z
21452024-08-30T18:29:49.826Zinfo: running `cargo check --bins` on dns-server-api (40/158)
21462024-08-30T18:29:50.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472024-08-30T18:29:50.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482024-08-30T18:29:50.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492024-08-30T18:29:50.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21502024-08-30T18:29:50.403Z
21512024-08-30T18:29:50.403Zinfo: running `cargo check --bins` on dns-service-client (41/158)
21522024-08-30T18:29:50.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532024-08-30T18:29:50.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542024-08-30T18:29:50.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552024-08-30T18:29:50.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21562024-08-30T18:29:51.029Z
21572024-08-30T18:29:51.029Zinfo: running `cargo check --bins` on gateway-test-utils (42/158)
21582024-08-30T18:29:51.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592024-08-30T18:29:51.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602024-08-30T18:29:51.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612024-08-30T18:29:51.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21622024-08-30T18:29:51.745Z
21632024-08-30T18:29:51.745Zinfo: running `cargo check --bins` on gateway-types (43/158)
21642024-08-30T18:29:52.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652024-08-30T18:29:52.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662024-08-30T18:29:52.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672024-08-30T18:29:52.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21682024-08-30T18:29:52.406Z
21692024-08-30T18:29:52.406Zinfo: running `cargo check --bins` on ipcc (44/158)
21702024-08-30T18:29:52.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712024-08-30T18:29:52.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722024-08-30T18:29:52.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732024-08-30T18:29:52.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21742024-08-30T18:29:53.055Z
21752024-08-30T18:29:53.055Zinfo: running `cargo check --bins` on omicron-gateway (45/158)
21762024-08-30T18:29:53.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772024-08-30T18:29:53.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782024-08-30T18:29:53.780Z Compiling rustls-pki-types v1.7.0
21792024-08-30T18:29:53.783Z Compiling match_cfg v0.1.0
21802024-08-30T18:29:53.886Z Checking num-rational v0.4.2
21812024-08-30T18:29:53.889Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21822024-08-30T18:29:53.889Z Compiling slog-json v2.6.1
21832024-08-30T18:29:53.889Z Compiling http v1.1.0
21842024-08-30T18:29:53.889Z Checking num-complex v0.4.6
21852024-08-30T18:29:53.922Z Compiling atomic-waker v1.1.2
21862024-08-30T18:29:53.961Z Compiling hostname v0.3.1
21872024-08-30T18:29:54.120Z Compiling prettyplease v0.2.20
21882024-08-30T18:29:54.209Z Compiling slog-bunyan v2.5.0
21892024-08-30T18:29:54.287Z Compiling rustls-webpki v0.102.4
21902024-08-30T18:29:54.339Z Compiling rustls-pemfile v2.1.3
21912024-08-30T18:29:54.404Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21922024-08-30T18:29:54.445Z Compiling waitgroup v0.1.2
21932024-08-30T18:29:54.502Z Compiling async-stream v0.3.5
21942024-08-30T18:29:54.610Z Compiling toml v0.8.19
21952024-08-30T18:29:54.648Z Compiling newtype-uuid v1.1.0
21962024-08-30T18:29:54.665Z Compiling ipnetwork v0.20.0
21972024-08-30T18:29:54.783Z Checking num v0.4.3
21982024-08-30T18:29:54.799Z Compiling serde_path_to_error v0.1.16
21992024-08-30T18:29:54.815Z Compiling hostname v0.4.0
22002024-08-30T18:29:54.891Z Compiling instant v0.1.12
22012024-08-30T18:29:54.939Z Compiling debug-ignore v1.0.5
22022024-08-30T18:29:55.039Z Compiling semver v0.1.20
22032024-08-30T18:29:55.068Z Checking float-ord v0.3.2
22042024-08-30T18:29:55.085Z Compiling radium v0.7.0
22052024-08-30T18:29:55.214Z Compiling rustls v0.22.4
22062024-08-30T18:29:55.551Z Compiling multer v3.1.0
22072024-08-30T18:29:55.595Z Compiling rustc_version v0.1.7
22082024-08-30T18:29:55.648Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22092024-08-30T18:29:55.682Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22102024-08-30T18:29:56.095Z Compiling backoff v0.4.0
22112024-08-30T18:29:56.384Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22122024-08-30T18:29:56.438Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22132024-08-30T18:29:56.454Z Compiling parse-display v0.10.0
22142024-08-30T18:29:56.456Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152024-08-30T18:29:56.500Z Compiling serde_with v3.9.0
22162024-08-30T18:29:56.633Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22172024-08-30T18:29:56.796Z Compiling macaddr v1.0.1
22182024-08-30T18:29:57.195Z Checking tap v1.0.1
22192024-08-30T18:29:57.234Z Compiling maybe-uninit v2.0.0
22202024-08-30T18:29:57.355Z Checking wyz v0.5.1
22212024-08-30T18:29:57.808Z Compiling newtype_derive v0.1.6
22222024-08-30T18:29:57.863Z Checking password-hash v0.5.0
22232024-08-30T18:29:58.100Z Checking blake2 v0.10.6
22242024-08-30T18:29:58.236Z Compiling bzip2-sys v0.1.11+1.0.8
22252024-08-30T18:29:58.458Z Compiling packed_struct v0.10.1
22262024-08-30T18:29:58.493Z Checking crc-catalog v2.4.0
22272024-08-30T18:29:58.544Z Checking funty v2.0.0
22282024-08-30T18:29:58.632Z Checking crc v3.2.1
22292024-08-30T18:29:58.952Z Checking argon2 v0.5.3
22302024-08-30T18:29:59.201Z Compiling packed_struct_codegen v0.10.1
22312024-08-30T18:29:59.511Z Compiling tokio-rustls v0.25.0
22322024-08-30T18:29:59.591Z Checking bitvec v1.0.1
22332024-08-30T18:29:59.928Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22342024-08-30T18:30:00.185Z Checking half v2.4.1
22352024-08-30T18:30:00.299Z Compiling indexmap v1.9.3
22362024-08-30T18:30:00.623Z Compiling cookie v0.18.1
22372024-08-30T18:30:00.672Z Checking nodrop v0.1.14
22382024-08-30T18:30:00.797Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22392024-08-30T18:30:00.937Z Checking ciborium-io v0.2.2
22402024-08-30T18:30:01.062Z Checking ciborium-ll v0.2.2
22412024-08-30T18:30:01.203Z Checking array-init v0.0.4
22422024-08-30T18:30:01.511Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22432024-08-30T18:30:01.818Z Checking smallvec v0.6.14
22442024-08-30T18:30:02.120Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22452024-08-30T18:30:02.260Z Compiling memoffset v0.9.1
22462024-08-30T18:30:02.296Z Checking highway v1.2.0
22472024-08-30T18:30:02.590Z Checking bitfield v0.14.0
22482024-08-30T18:30:02.722Z Checking hashbrown v0.12.3
22492024-08-30T18:30:02.784Z Checking env_logger v0.10.2
22502024-08-30T18:30:02.878Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22512024-08-30T18:30:03.214Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22522024-08-30T18:30:03.337Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22532024-08-30T18:30:04.373Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22542024-08-30T18:30:04.438Z Checking serde-hex v0.1.0
22552024-08-30T18:30:04.522Z Checking steno v0.4.1
22562024-08-30T18:30:04.564Z Checking bzip2 v0.4.4
22572024-08-30T18:30:04.703Z Checking ciborium v0.2.2
22582024-08-30T18:30:05.378Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22592024-08-30T18:30:05.503Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22602024-08-30T18:30:05.630Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22612024-08-30T18:30:05.718Z Checking ron v0.8.1
22622024-08-30T18:30:06.283Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22632024-08-30T18:30:06.813Z Checking x509-cert v0.2.5
22642024-08-30T18:30:06.963Z Checking hashbrown v0.13.2
22652024-08-30T18:30:06.977Z Compiling derive-where v1.2.7
22662024-08-30T18:30:08.023Z Checking crc-any v2.5.0
22672024-08-30T18:30:08.387Z Checking object v0.30.4
22682024-08-30T18:30:08.441Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22692024-08-30T18:30:08.599Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22702024-08-30T18:30:08.698Z Checking zip v0.6.6
22712024-08-30T18:30:09.014Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22722024-08-30T18:30:09.185Z Checking path-slash v0.1.5
22732024-08-30T18:30:09.318Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22742024-08-30T18:30:09.397Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22752024-08-30T18:30:09.412Z Checking nix v0.27.1
22762024-08-30T18:30:10.057Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22772024-08-30T18:30:10.207Z Checking kstat-rs v0.2.4
22782024-08-30T18:30:10.305Z Checking serde-big-array v0.5.1
22792024-08-30T18:30:10.511Z Checking signal-hook-tokio v0.3.1
22802024-08-30T18:30:10.706Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22812024-08-30T18:30:12.231Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22822024-08-30T18:30:16.422Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22832024-08-30T18:30:17.814Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22842024-08-30T18:30:19.711Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22852024-08-30T18:30:21.743Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22862024-08-30T18:30:22.884Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22872024-08-30T18:30:23.144Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22882024-08-30T18:30:27.342Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22892024-08-30T18:30:27.970Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22902024-08-30T18:30:30.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.62s
22912024-08-30T18:30:30.853Z
22922024-08-30T18:30:30.853Zinfo: running `cargo check --bins` on gateway-api (46/158)
22932024-08-30T18:30:31.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942024-08-30T18:30:31.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952024-08-30T18:30:31.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962024-08-30T18:30:31.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22972024-08-30T18:30:31.511Z
22982024-08-30T18:30:31.511Zinfo: running `cargo check --bins` on oximeter (47/158)
22992024-08-30T18:30:32.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002024-08-30T18:30:32.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012024-08-30T18:30:32.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022024-08-30T18:30:32.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23032024-08-30T18:30:32.173Z
23042024-08-30T18:30:32.173Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/158)
23052024-08-30T18:30:32.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062024-08-30T18:30:32.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072024-08-30T18:30:32.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23082024-08-30T18:30:32.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23092024-08-30T18:30:32.792Z
23102024-08-30T18:30:32.792Zinfo: running `cargo check --bins` on oximeter-schema (49/158)
23112024-08-30T18:30:33.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122024-08-30T18:30:33.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132024-08-30T18:30:33.441Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23142024-08-30T18:30:33.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
23152024-08-30T18:30:33.986Z
23162024-08-30T18:30:33.986Zinfo: running `cargo check --bins` on oximeter-types (50/158)
23172024-08-30T18:30:34.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182024-08-30T18:30:34.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192024-08-30T18:30:34.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202024-08-30T18:30:34.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23212024-08-30T18:30:34.638Z
23222024-08-30T18:30:34.638Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/158)
23232024-08-30T18:30:35.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242024-08-30T18:30:35.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252024-08-30T18:30:35.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262024-08-30T18:30:35.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23272024-08-30T18:30:35.295Z
23282024-08-30T18:30:35.295Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158)
23292024-08-30T18:30:35.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-08-30T18:30:35.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-08-30T18:30:35.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-08-30T18:30:35.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23332024-08-30T18:30:35.931Z
23342024-08-30T18:30:35.931Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158)
23352024-08-30T18:30:36.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-08-30T18:30:36.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-08-30T18:30:36.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-08-30T18:30:36.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23392024-08-30T18:30:36.580Z
23402024-08-30T18:30:36.580Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158)
23412024-08-30T18:30:37.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-08-30T18:30:37.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-08-30T18:30:37.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442024-08-30T18:30:37.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23452024-08-30T18:30:37.240Z
23462024-08-30T18:30:37.240Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158)
23472024-08-30T18:30:37.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-08-30T18:30:37.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-08-30T18:30:37.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23502024-08-30T18:30:37.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23512024-08-30T18:30:37.898Z
23522024-08-30T18:30:37.898Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158)
23532024-08-30T18:30:38.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542024-08-30T18:30:38.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552024-08-30T18:30:38.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23562024-08-30T18:30:38.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23572024-08-30T18:30:38.560Z
23582024-08-30T18:30:38.560Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158)
23592024-08-30T18:30:39.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602024-08-30T18:30:39.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612024-08-30T18:30:39.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23622024-08-30T18:30:39.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23632024-08-30T18:30:39.211Z
23642024-08-30T18:30:39.211Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158)
23652024-08-30T18:30:39.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662024-08-30T18:30:39.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672024-08-30T18:30:39.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23682024-08-30T18:30:39.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23692024-08-30T18:30:39.864Z
23702024-08-30T18:30:39.864Zinfo: running `cargo check --bins` on oximeter-producer (59/158)
23712024-08-30T18:30:40.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722024-08-30T18:30:40.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732024-08-30T18:30:40.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23742024-08-30T18:30:40.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23752024-08-30T18:30:40.542Z
23762024-08-30T18:30:40.542Zinfo: running `cargo check --bins` on internal-dns (60/158)
23772024-08-30T18:30:41.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-08-30T18:30:41.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-08-30T18:30:41.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802024-08-30T18:30:41.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23812024-08-30T18:30:41.194Z
23822024-08-30T18:30:41.194Zinfo: running `cargo check --bins` on nexus-client (61/158)
23832024-08-30T18:30:41.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-08-30T18:30:41.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-08-30T18:30:41.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862024-08-30T18:30:41.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23872024-08-30T18:30:41.869Z
23882024-08-30T18:30:41.869Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/158)
23892024-08-30T18:30:42.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-08-30T18:30:42.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-08-30T18:30:42.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-08-30T18:30:42.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23932024-08-30T18:30:42.533Z
23942024-08-30T18:30:42.533Zinfo: running `cargo check --bins` on omicron-passwords (63/158)
23952024-08-30T18:30:43.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-08-30T18:30:43.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-08-30T18:30:43.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982024-08-30T18:30:43.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23992024-08-30T18:30:43.159Z
24002024-08-30T18:30:43.159Zinfo: running `cargo check --bins` on nexus-types (64/158)
24012024-08-30T18:30:43.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-08-30T18:30:43.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-08-30T18:30:43.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042024-08-30T18:30:43.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24052024-08-30T18:30:43.825Z
24062024-08-30T18:30:43.825Zinfo: running `cargo check --bins` on gateway-client (65/158)
24072024-08-30T18:30:44.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-08-30T18:30:44.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-08-30T18:30:44.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102024-08-30T18:30:44.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24112024-08-30T18:30:44.448Z
24122024-08-30T18:30:44.448Zinfo: running `cargo check --bins` on oxql-types (66/158)
24132024-08-30T18:30:45.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-08-30T18:30:45.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-08-30T18:30:45.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162024-08-30T18:30:45.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24172024-08-30T18:30:45.105Z
24182024-08-30T18:30:45.105Zinfo: running `cargo check --bins` on sp-sim (67/158)
24192024-08-30T18:30:45.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-08-30T18:30:45.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-08-30T18:30:45.766Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24222024-08-30T18:30:47.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
24232024-08-30T18:30:47.760Z
24242024-08-30T18:30:47.760Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158)
24252024-08-30T18:30:48.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-08-30T18:30:48.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-08-30T18:30:48.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-08-30T18:30:48.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24292024-08-30T18:30:48.482Z
24302024-08-30T18:30:48.482Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158)
24312024-08-30T18:30:49.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-08-30T18:30:49.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-08-30T18:30:49.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342024-08-30T18:30:49.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
24352024-08-30T18:30:49.212Z
24362024-08-30T18:30:49.212Zinfo: running `cargo check --bins` on db-macros (70/158)
24372024-08-30T18:30:49.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-08-30T18:30:49.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-08-30T18:30:49.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-08-30T18:30:49.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24412024-08-30T18:30:49.841Z
24422024-08-30T18:30:49.841Zinfo: running `cargo check --bins` on nexus-macros-common (71/158)
24432024-08-30T18:30:50.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-08-30T18:30:50.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-08-30T18:30:50.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-08-30T18:30:50.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24472024-08-30T18:30:50.481Z
24482024-08-30T18:30:50.481Zinfo: running `cargo check --bins` on nexus-auth (72/158)
24492024-08-30T18:30:51.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-08-30T18:30:51.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-08-30T18:30:51.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-08-30T18:30:51.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24532024-08-30T18:30:51.198Z
24542024-08-30T18:30:51.198Zinfo: running `cargo check --bins` on authz-macros (73/158)
24552024-08-30T18:30:51.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-08-30T18:30:51.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-08-30T18:30:51.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-08-30T18:30:51.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24592024-08-30T18:30:51.840Z
24602024-08-30T18:30:51.840Zinfo: running `cargo check --bins` on nexus-db-fixed-data (74/158)
24612024-08-30T18:30:52.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-08-30T18:30:52.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-08-30T18:30:52.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-08-30T18:30:52.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24652024-08-30T18:30:52.530Z
24662024-08-30T18:30:52.530Zinfo: running `cargo check --bins` on nexus-db-model (75/158)
24672024-08-30T18:30:53.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-08-30T18:30:53.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-08-30T18:30:53.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-08-30T18:30:53.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24712024-08-30T18:30:53.217Z
24722024-08-30T18:30:53.217Zinfo: running `cargo check --bins` on nexus-defaults (76/158)
24732024-08-30T18:30:53.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-08-30T18:30:53.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-08-30T18:30:53.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-08-30T18:30:53.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24772024-08-30T18:30:53.893Z
24782024-08-30T18:30:53.893Zinfo: running `cargo check --bins` on sled-agent-client (77/158)
24792024-08-30T18:30:54.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-08-30T18:30:54.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-08-30T18:30:54.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-08-30T18:30:54.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24832024-08-30T18:30:54.563Z
24842024-08-30T18:30:54.563Zinfo: running `cargo check --bins` on nexus-inventory (78/158)
24852024-08-30T18:30:55.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-08-30T18:30:55.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-08-30T18:30:55.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-08-30T18:30:55.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24892024-08-30T18:30:55.248Z
24902024-08-30T18:30:55.248Zinfo: running `cargo check --bins` on typed-rng (79/158)
24912024-08-30T18:30:55.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-08-30T18:30:55.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-08-30T18:30:55.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-08-30T18:30:55.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24952024-08-30T18:30:55.874Z
24962024-08-30T18:30:55.874Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158)
24972024-08-30T18:30:56.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-08-30T18:30:56.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-08-30T18:30:56.640Z Compiling rayon-core v1.12.1
25002024-08-30T18:30:56.642Z Compiling crossbeam-deque v0.8.5
25012024-08-30T18:30:56.642Z Compiling curve25519-dalek v4.1.3
25022024-08-30T18:30:56.642Z Compiling unicase v2.7.0
25032024-08-30T18:30:56.738Z Compiling same-file v1.0.6
25042024-08-30T18:30:56.749Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25052024-08-30T18:30:56.760Z Checking keccak v0.1.5
25062024-08-30T18:30:56.763Z Compiling tempfile v3.10.1
25072024-08-30T18:30:57.022Z Compiling walkdir v2.5.0
25082024-08-30T18:30:57.079Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092024-08-30T18:30:57.124Z Checking sha3 v0.10.8
25102024-08-30T18:30:57.259Z Compiling thiserror-impl-no-std v2.0.2
25112024-08-30T18:30:57.403Z Checking universal-hash v0.5.1
25122024-08-30T18:30:57.494Z Checking secrecy v0.8.0
25132024-08-30T18:30:57.511Z Compiling blake3 v1.5.1
25142024-08-30T18:30:57.575Z Compiling ring v0.16.20
25152024-08-30T18:30:57.662Z Compiling curve25519-dalek-derive v0.1.1
25162024-08-30T18:30:57.693Z Checking opaque-debug v0.3.1
25172024-08-30T18:30:57.718Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25182024-08-30T18:30:57.788Z Checking poly1305 v0.8.0
25192024-08-30T18:30:57.791Z Checking chacha20 v0.9.1
25202024-08-30T18:30:58.038Z Compiling rayon v1.10.0
25212024-08-30T18:30:58.143Z Checking aead v0.5.2
25222024-08-30T18:30:58.314Z Compiling memmap2 v0.9.4
25232024-08-30T18:30:58.364Z Compiling home v0.5.9
25242024-08-30T18:30:58.612Z Compiling arrayref v0.3.7
25252024-08-30T18:30:58.719Z Compiling arrayvec v0.7.4
25262024-08-30T18:30:58.746Z Compiling untrusted v0.7.1
25272024-08-30T18:30:58.811Z Compiling spin v0.5.2
25282024-08-30T18:30:58.832Z Compiling constant_time_eq v0.3.0
25292024-08-30T18:30:58.925Z Compiling libefi-sys v0.1.0
25302024-08-30T18:30:59.008Z Compiling toolchain_find v0.4.0
25312024-08-30T18:30:59.064Z Checking chacha20poly1305 v0.10.1
25322024-08-30T18:30:59.275Z Compiling camino-tempfile v1.1.1
25332024-08-30T18:30:59.381Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25342024-08-30T18:30:59.652Z Compiling bitfield-struct v0.6.1
25352024-08-30T18:30:59.669Z Compiling cancel-safe-futures v0.1.5
25362024-08-30T18:30:59.731Z Compiling topological-sort v0.2.2
25372024-08-30T18:30:59.932Z Compiling mime_guess v2.0.4
25382024-08-30T18:31:00.065Z Compiling rustfmt-wrapper v0.2.1
25392024-08-30T18:31:00.373Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25402024-08-30T18:31:00.443Z Checking thiserror-no-std v2.0.2
25412024-08-30T18:31:00.562Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25422024-08-30T18:31:00.680Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25432024-08-30T18:31:00.800Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25442024-08-30T18:31:01.107Z Checking vsss-rs v3.3.4
25452024-08-30T18:31:01.141Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462024-08-30T18:31:01.371Z Checking gethostname v0.5.0
25472024-08-30T18:31:01.392Z Checking libsw v3.3.1
25482024-08-30T18:31:01.478Z Checking owo-colors v4.0.0
25492024-08-30T18:31:01.505Z Checking linear-map v1.2.0
25502024-08-30T18:31:01.660Z Checking swrite v0.1.0
25512024-08-30T18:31:01.717Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522024-08-30T18:31:01.834Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25532024-08-30T18:31:02.242Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25542024-08-30T18:31:02.535Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25552024-08-30T18:31:02.870Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25562024-08-30T18:31:03.153Z Checking nanorand v0.7.0
25572024-08-30T18:31:03.423Z Compiling omicron-zone-package v0.11.0
25582024-08-30T18:31:03.544Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25592024-08-30T18:31:03.696Z Checking glob v0.3.1
25602024-08-30T18:31:03.713Z Checking http-range v0.1.5
25612024-08-30T18:31:03.750Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25622024-08-30T18:31:03.897Z Checking hyper-staticfile v0.9.5
25632024-08-30T18:31:04.003Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25642024-08-30T18:31:04.319Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25652024-08-30T18:31:04.471Z Checking flume v0.11.0
25662024-08-30T18:31:04.761Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25672024-08-30T18:31:04.967Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25682024-08-30T18:31:05.002Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25692024-08-30T18:31:05.833Z Checking itertools v0.13.0
25702024-08-30T18:31:06.063Z Checking display-error-chain v0.2.1
25712024-08-30T18:31:06.572Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25722024-08-30T18:31:07.204Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25732024-08-30T18:31:08.383Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25742024-08-30T18:31:09.989Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25752024-08-30T18:31:10.170Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25762024-08-30T18:31:20.444Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25772024-08-30T18:31:32.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.47s
25782024-08-30T18:31:32.528Z
25792024-08-30T18:31:32.528Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158)
25802024-08-30T18:31:33.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-08-30T18:31:33.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-08-30T18:31:33.287Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25832024-08-30T18:31:48.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s
25842024-08-30T18:31:48.052Z
25852024-08-30T18:31:48.052Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158)
25862024-08-30T18:31:48.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-08-30T18:31:48.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-08-30T18:31:48.052Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25892024-08-30T18:31:58.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.73s
25902024-08-30T18:31:58.585Z
25912024-08-30T18:31:58.585Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158)
25922024-08-30T18:31:59.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-08-30T18:31:59.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-08-30T18:31:59.332Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25952024-08-30T18:32:11.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.83s
25962024-08-30T18:32:11.598Z
25972024-08-30T18:32:11.598Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158)
25982024-08-30T18:32:12.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-08-30T18:32:12.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-08-30T18:32:12.355Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26012024-08-30T18:32:24.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.65s
26022024-08-30T18:32:24.426Z
26032024-08-30T18:32:24.426Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158)
26042024-08-30T18:32:25.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-08-30T18:32:25.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-08-30T18:32:25.181Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26072024-08-30T18:32:36.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.52s
26082024-08-30T18:32:37.124Z
26092024-08-30T18:32:37.124Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158)
26102024-08-30T18:32:37.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-08-30T18:32:37.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-08-30T18:32:37.872Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26132024-08-30T18:32:49.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.62s
26142024-08-30T18:32:49.926Z
26152024-08-30T18:32:49.926Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158)
26162024-08-30T18:32:50.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-08-30T18:32:50.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-08-30T18:32:50.690Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26192024-08-30T18:33:02.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s
26202024-08-30T18:33:02.600Z
26212024-08-30T18:33:02.600Zinfo: running `cargo check --bins` on bootstrap-agent-api (88/158)
26222024-08-30T18:33:03.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232024-08-30T18:33:03.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242024-08-30T18:33:03.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252024-08-30T18:33:03.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26262024-08-30T18:33:03.294Z
26272024-08-30T18:33:03.294Zinfo: running `cargo check --bins` on sled-agent-types (89/158)
26282024-08-30T18:33:03.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292024-08-30T18:33:03.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302024-08-30T18:33:03.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312024-08-30T18:33:03.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26322024-08-30T18:33:03.980Z
26332024-08-30T18:33:03.980Zinfo: running `cargo check --bins` on bootstrap-agent-client (90/158)
26342024-08-30T18:33:04.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-08-30T18:33:04.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-08-30T18:33:04.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372024-08-30T18:33:04.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26382024-08-30T18:33:04.645Z
26392024-08-30T18:33:04.645Zinfo: running `cargo check --bins` on dpd-client (91/158)
26402024-08-30T18:33:05.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-08-30T18:33:05.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-08-30T18:33:05.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432024-08-30T18:33:05.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26442024-08-30T18:33:05.289Z
26452024-08-30T18:33:05.289Zinfo: running `cargo check --bins` on installinator-common (92/158)
26462024-08-30T18:33:05.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-08-30T18:33:05.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-08-30T18:33:05.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492024-08-30T18:33:05.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26502024-08-30T18:33:05.957Z
26512024-08-30T18:33:05.957Zinfo: running `cargo check --bins` on update-engine (93/158)
26522024-08-30T18:33:06.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-08-30T18:33:06.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-08-30T18:33:06.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552024-08-30T18:33:06.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26562024-08-30T18:33:06.588Z
26572024-08-30T18:33:06.588Zinfo: running `cargo check --bins` on key-manager (94/158)
26582024-08-30T18:33:07.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592024-08-30T18:33:07.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602024-08-30T18:33:07.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612024-08-30T18:33:07.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26622024-08-30T18:33:07.246Z
26632024-08-30T18:33:07.246Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/158)
26642024-08-30T18:33:07.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652024-08-30T18:33:07.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662024-08-30T18:33:07.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672024-08-30T18:33:07.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26682024-08-30T18:33:07.921Z
26692024-08-30T18:33:07.921Zinfo: running `cargo check --bins` on sled-agent-api (96/158)
26702024-08-30T18:33:08.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-08-30T18:33:08.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-08-30T18:33:08.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-08-30T18:33:08.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26742024-08-30T18:33:08.607Z
26752024-08-30T18:33:08.607Zinfo: running `cargo check --bins` on sled-hardware (97/158)
26762024-08-30T18:33:09.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-08-30T18:33:09.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-08-30T18:33:09.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792024-08-30T18:33:09.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26802024-08-30T18:33:09.280Z
26812024-08-30T18:33:09.280Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/158)
26822024-08-30T18:33:09.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-08-30T18:33:09.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-08-30T18:33:09.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852024-08-30T18:33:09.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26862024-08-30T18:33:09.953Z
26872024-08-30T18:33:09.953Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158)
26882024-08-30T18:33:10.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-08-30T18:33:10.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-08-30T18:33:10.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912024-08-30T18:33:10.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26922024-08-30T18:33:10.629Z
26932024-08-30T18:33:10.629Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/158)
26942024-08-30T18:33:11.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-08-30T18:33:11.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-08-30T18:33:11.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972024-08-30T18:33:11.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26982024-08-30T18:33:11.310Z
26992024-08-30T18:33:11.310Zinfo: running `cargo check --bins` on nexus-test-interface (101/158)
27002024-08-30T18:33:11.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-08-30T18:33:11.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-08-30T18:33:11.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032024-08-30T18:33:11.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27042024-08-30T18:33:11.989Z
27052024-08-30T18:33:11.989Zinfo: running `cargo check --bins` on oximeter-collector (102/158)
27062024-08-30T18:33:12.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-08-30T18:33:12.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-08-30T18:33:12.691Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27092024-08-30T18:33:12.691Z Checking bcs v0.1.6
27102024-08-30T18:33:12.691Z Compiling async-recursion v1.1.1
27112024-08-30T18:33:12.693Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27122024-08-30T18:33:12.693Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27132024-08-30T18:33:13.841Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27142024-08-30T18:33:17.096Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27152024-08-30T18:33:18.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.86s
27162024-08-30T18:33:19.012Z
27172024-08-30T18:33:19.012Zinfo: running `cargo check --bins` on oximeter-api (103/158)
27182024-08-30T18:33:19.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-08-30T18:33:19.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-08-30T18:33:19.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212024-08-30T18:33:19.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27222024-08-30T18:33:19.661Z
27232024-08-30T18:33:19.661Zinfo: running `cargo check --bins` on oximeter-client (104/158)
27242024-08-30T18:33:20.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252024-08-30T18:33:20.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262024-08-30T18:33:20.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272024-08-30T18:33:20.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27282024-08-30T18:33:20.316Z
27292024-08-30T18:33:20.316Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/158)
27302024-08-30T18:33:20.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312024-08-30T18:33:20.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322024-08-30T18:33:20.976Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27332024-08-30T18:33:21.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
27342024-08-30T18:33:21.718Z
27352024-08-30T18:33:21.718Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158)
27362024-08-30T18:33:22.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372024-08-30T18:33:22.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382024-08-30T18:33:22.400Z Compiling vte_generate_state_changes v0.1.1
27392024-08-30T18:33:22.400Z Checking fd-lock v4.0.2
27402024-08-30T18:33:22.403Z Checking bytecount v0.6.8
27412024-08-30T18:33:22.403Z Compiling tabled_derive v0.7.0
27422024-08-30T18:33:22.491Z Checking crossterm v0.27.0
27432024-08-30T18:33:22.502Z Compiling peg-macros v0.8.4
27442024-08-30T18:33:22.512Z Compiling sqlparser_derive v0.2.2
27452024-08-30T18:33:22.514Z Checking nu-ansi-term v0.50.0
27462024-08-30T18:33:22.624Z Checking papergrid v0.11.0
27472024-08-30T18:33:22.648Z Checking unicode_categories v0.1.1
27482024-08-30T18:33:22.924Z Checking home v0.5.9
27492024-08-30T18:33:22.943Z Checking sqlformat v0.2.4
27502024-08-30T18:33:23.064Z Checking rustyline v14.0.0
27512024-08-30T18:33:23.108Z Checking vte v0.11.1
27522024-08-30T18:33:23.616Z Checking sqlparser v0.45.0
27532024-08-30T18:33:24.121Z Checking crossterm v0.28.1
27542024-08-30T18:33:24.568Z Checking strip-ansi-escapes v0.2.0
27552024-08-30T18:33:24.713Z Checking reedline v0.33.0
27562024-08-30T18:33:25.025Z Checking tabled v0.15.0
27572024-08-30T18:33:25.634Z Checking peg v0.8.4
27582024-08-30T18:33:30.054Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27592024-08-30T18:33:35.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.44s
27602024-08-30T18:33:35.330Z
27612024-08-30T18:33:35.330Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158)
27622024-08-30T18:33:35.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-08-30T18:33:35.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-08-30T18:33:36.005Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27652024-08-30T18:33:41.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
27662024-08-30T18:33:41.427Z
27672024-08-30T18:33:41.427Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158)
27682024-08-30T18:33:42.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-08-30T18:33:42.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-08-30T18:33:42.107Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712024-08-30T18:33:47.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
27722024-08-30T18:33:47.330Z
27732024-08-30T18:33:47.330Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158)
27742024-08-30T18:33:47.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-08-30T18:33:47.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-08-30T18:33:48.003Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772024-08-30T18:33:52.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
27782024-08-30T18:33:52.395Z
27792024-08-30T18:33:52.395Zinfo: running `cargo check --bins` on oximeter-test-utils (110/158)
27802024-08-30T18:33:52.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-08-30T18:33:52.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-08-30T18:33:52.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-08-30T18:33:52.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27842024-08-30T18:33:53.047Z
27852024-08-30T18:33:53.047Zinfo: running `cargo check --bins` on cockroach-admin-client (111/158)
27862024-08-30T18:33:53.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-08-30T18:33:53.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-08-30T18:33:53.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-08-30T18:33:53.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27902024-08-30T18:33:53.676Z
27912024-08-30T18:33:53.676Zinfo: running `cargo check --bins` on installinator-client (112/158)
27922024-08-30T18:33:54.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-08-30T18:33:54.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-08-30T18:33:54.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-08-30T18:33:54.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27962024-08-30T18:33:54.339Z
27972024-08-30T18:33:54.339Zinfo: running `cargo check --bins` on oxide-client (113/158)
27982024-08-30T18:33:54.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-08-30T18:33:54.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-08-30T18:33:54.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-08-30T18:33:54.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28022024-08-30T18:33:54.971Z
28032024-08-30T18:33:54.971Zinfo: running `cargo check --bins` on wicketd-client (114/158)
28042024-08-30T18:33:55.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-08-30T18:33:55.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-08-30T18:33:55.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-08-30T18:33:55.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28082024-08-30T18:33:55.654Z
28092024-08-30T18:33:55.654Zinfo: running `cargo check --bins` on wicket-common (115/158)
28102024-08-30T18:33:56.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-08-30T18:33:56.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-08-30T18:33:56.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-08-30T18:33:56.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28142024-08-30T18:33:56.334Z
28152024-08-30T18:33:56.334Zinfo: running `cargo check --bins` on omicron-cockroach-admin (116/158)
28162024-08-30T18:33:56.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-08-30T18:33:56.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-08-30T18:33:57.015Z Checking csv-core v0.1.11
28192024-08-30T18:33:57.018Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28202024-08-30T18:33:57.312Z Checking csv v1.3.0
28212024-08-30T18:33:57.858Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28222024-08-30T18:33:58.211Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28232024-08-30T18:33:59.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28242024-08-30T18:33:59.557Z
28252024-08-30T18:33:59.557Zinfo: running `cargo check --bins` on cockroach-admin-api (117/158)
28262024-08-30T18:34:00.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272024-08-30T18:34:00.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282024-08-30T18:34:00.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292024-08-30T18:34:00.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28302024-08-30T18:34:00.220Z
28312024-08-30T18:34:00.220Zinfo: running `cargo check --bins` on cockroach-admin-types (118/158)
28322024-08-30T18:34:00.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-08-30T18:34:00.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-08-30T18:34:00.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-08-30T18:34:00.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28362024-08-30T18:34:00.879Z
28372024-08-30T18:34:00.879Zinfo: running `cargo check --bins` on cert-dev (119/158)
28382024-08-30T18:34:01.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-08-30T18:34:01.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-08-30T18:34:01.509Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28412024-08-30T18:34:01.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
28422024-08-30T18:34:01.906Z
28432024-08-30T18:34:01.907Zinfo: running `cargo check --bins` on ch-dev (120/158)
28442024-08-30T18:34:02.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-08-30T18:34:02.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-08-30T18:34:02.596Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28472024-08-30T18:34:03.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
28482024-08-30T18:34:03.459Z
28492024-08-30T18:34:03.459Zinfo: running `cargo check --bins` on crdb-seed (121/158)
28502024-08-30T18:34:04.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-08-30T18:34:04.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-08-30T18:34:04.135Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28532024-08-30T18:34:04.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
28542024-08-30T18:34:04.619Z
28552024-08-30T18:34:04.619Zinfo: running `cargo check --bins` on db-dev (122/158)
28562024-08-30T18:34:05.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-08-30T18:34:05.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-08-30T18:34:05.303Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28592024-08-30T18:34:06.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
28602024-08-30T18:34:06.165Z
28612024-08-30T18:34:06.166Zinfo: running `cargo check --bins` on omicron-dev-lib (123/158)
28622024-08-30T18:34:06.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-08-30T18:34:06.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-08-30T18:34:06.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-08-30T18:34:06.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28662024-08-30T18:34:06.836Z
28672024-08-30T18:34:06.836Zinfo: running `cargo check --bins` on xtask-downloader (124/158)
28682024-08-30T18:34:07.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-08-30T18:34:07.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-08-30T18:34:07.465Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28712024-08-30T18:34:08.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
28722024-08-30T18:34:08.455Z
28732024-08-30T18:34:08.455Zinfo: running `cargo check --bins` on mgs-dev (125/158)
28742024-08-30T18:34:09.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-08-30T18:34:09.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-08-30T18:34:09.201Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28772024-08-30T18:34:09.848Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28782024-08-30T18:34:10.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
28792024-08-30T18:34:10.515Z
28802024-08-30T18:34:10.515Zinfo: running `cargo check --bins` on omicron-omdb (126/158)
28812024-08-30T18:34:11.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822024-08-30T18:34:11.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832024-08-30T18:34:11.337Z Compiling glob v0.3.1
28842024-08-30T18:34:11.337Z Compiling crunchy v0.2.2
28852024-08-30T18:34:11.340Z Compiling tiny-keccak v2.0.2
28862024-08-30T18:34:11.450Z Compiling dsl_auto_type v0.1.2
28872024-08-30T18:34:11.462Z Checking scheduled-thread-pool v0.2.7
28882024-08-30T18:34:11.464Z Compiling diesel_table_macro_syntax v0.2.0
28892024-08-30T18:34:11.485Z Compiling ascii-canvas v3.0.0
28902024-08-30T18:34:11.498Z Compiling ena v0.14.3
28912024-08-30T18:34:11.707Z Checking r2d2 v0.8.10
28922024-08-30T18:34:11.753Z Compiling libloading v0.8.3
28932024-08-30T18:34:11.903Z Compiling diff v0.1.13
28942024-08-30T18:34:11.920Z Compiling regex-syntax v0.6.29
28952024-08-30T18:34:12.033Z Compiling bindgen v0.69.4
28962024-08-30T18:34:12.050Z Compiling which v4.4.2
28972024-08-30T18:34:12.181Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28982024-08-30T18:34:12.384Z Compiling clang-sys v1.7.0
28992024-08-30T18:34:12.418Z Compiling cexpr v0.6.0
29002024-08-30T18:34:12.562Z Compiling rustc-hash v1.1.0
29012024-08-30T18:34:12.672Z Compiling lazycell v1.3.0
29022024-08-30T18:34:12.727Z Compiling ref-cast v1.0.23
29032024-08-30T18:34:12.768Z Compiling shlex v1.3.0
29042024-08-30T18:34:12.839Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29052024-08-30T18:34:12.856Z Compiling derive_builder_core v0.20.0
29062024-08-30T18:34:13.117Z Compiling diesel_derives v2.2.2
29072024-08-30T18:34:13.151Z Compiling libxml v0.3.3
29082024-08-30T18:34:13.194Z Compiling ref-cast-impl v1.0.23
29092024-08-30T18:34:13.358Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29102024-08-30T18:34:13.609Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29112024-08-30T18:34:13.877Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29122024-08-30T18:34:14.190Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29132024-08-30T18:34:14.256Z Compiling strum_macros v0.24.3
29142024-08-30T18:34:14.552Z Compiling dropshot v0.10.1
29152024-08-30T18:34:14.571Z Compiling indoc v1.0.9
29162024-08-30T18:34:15.375Z Compiling lalrpop v0.19.12
29172024-08-30T18:34:15.621Z Compiling derive_builder_macro v0.20.0
29182024-08-30T18:34:16.558Z Checking derive_builder v0.20.0
29192024-08-30T18:34:16.713Z Checking tungstenite v0.23.0
29202024-08-30T18:34:17.072Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29212024-08-30T18:34:17.386Z Compiling dropshot_endpoint v0.10.1
29222024-08-30T18:34:17.662Z Compiling oso-derive v0.27.3
29232024-08-30T18:34:17.905Z Compiling impl-trait-for-tuples v0.2.2
29242024-08-30T18:34:17.985Z Checking quick-xml v0.31.0
29252024-08-30T18:34:18.809Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
29262024-08-30T18:34:19.146Z Checking maplit v1.0.2
29272024-08-30T18:34:19.345Z Checking tokio-tungstenite v0.23.1
29282024-08-30T18:34:19.875Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29292024-08-30T18:34:20.032Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29302024-08-30T18:34:20.359Z Checking bb8 v0.8.5
29312024-08-30T18:34:20.859Z Compiling const_format_proc_macros v0.2.32
29322024-08-30T18:34:21.627Z Checking crossbeam-deque v0.8.5
29332024-08-30T18:34:22.008Z Compiling portable-atomic v1.6.0
29342024-08-30T18:34:23.094Z Checking const_format v0.2.32
29352024-08-30T18:34:23.186Z Checking rayon-core v1.12.1
29362024-08-30T18:34:23.412Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
29372024-08-30T18:34:23.598Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29382024-08-30T18:34:23.880Z Checking castaway v0.2.3
29392024-08-30T18:34:23.948Z Checking rayon v1.10.0
29402024-08-30T18:34:24.064Z Checking compact_str v0.8.0
29412024-08-30T18:34:25.671Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29422024-08-30T18:34:25.788Z Checking unicode-truncate v1.0.0
29432024-08-30T18:34:25.990Z Checking lru v0.12.3
29442024-08-30T18:34:26.024Z Compiling instability v0.3.2
29452024-08-30T18:34:26.041Z Checking unicode-linebreak v0.1.5
29462024-08-30T18:34:26.193Z Checking diesel v2.2.3
29472024-08-30T18:34:26.310Z Checking cassowary v0.3.0
29482024-08-30T18:34:26.442Z Checking smawk v0.3.2
29492024-08-30T18:34:26.462Z Checking number_prefix v0.4.0
29502024-08-30T18:34:26.664Z Checking textwrap v0.16.1
29512024-08-30T18:34:26.711Z Checking multimap v0.10.0
29522024-08-30T18:34:27.134Z Checking ratatui v0.28.0
29532024-08-30T18:34:27.860Z Checking indicatif v0.17.8
29542024-08-30T18:34:47.574Z Compiling samael v0.0.15
29552024-08-30T18:35:01.984Z Compiling polar-core v0.27.3
29562024-08-30T18:35:02.439Z Checking async-bb8-diesel v0.2.1
29572024-08-30T18:35:09.176Z Checking oso v0.27.3
29582024-08-30T18:36:10.435Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29592024-08-30T18:36:15.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
29602024-08-30T18:36:16.073Z
29612024-08-30T18:36:16.073Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158)
29622024-08-30T18:36:16.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-08-30T18:36:16.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-08-30T18:36:16.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29652024-08-30T18:36:16.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29662024-08-30T18:36:16.790Z
29672024-08-30T18:36:16.790Zinfo: running `cargo check --bins` on nexus-saga-recovery (128/158)
29682024-08-30T18:36:17.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-08-30T18:36:17.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-08-30T18:36:17.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29712024-08-30T18:36:17.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29722024-08-30T18:36:17.490Z
29732024-08-30T18:36:17.490Zinfo: running `cargo check --bins` on nexus-test-utils-macros (129/158)
29742024-08-30T18:36:18.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-08-30T18:36:18.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-08-30T18:36:18.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772024-08-30T18:36:18.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29782024-08-30T18:36:18.122Z
29792024-08-30T18:36:18.122Zinfo: running `cargo check --bins` on omicron-nexus (130/158)
29802024-08-30T18:36:18.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-08-30T18:36:18.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-08-30T18:36:18.942Z Compiling libz-sys v1.1.16
29832024-08-30T18:36:19.045Z Compiling libgit2-sys v0.17.0+1.8.1
29842024-08-30T18:36:19.057Z Compiling vergen v8.3.2
29852024-08-30T18:36:19.057Z Compiling cargo-platform v0.1.8
29862024-08-30T18:36:19.060Z Compiling pin-project-internal v1.1.5
29872024-08-30T18:36:19.098Z Compiling snafu-derive v0.8.2
29882024-08-30T18:36:19.098Z Compiling libsqlite3-sys v0.28.0
29892024-08-30T18:36:19.101Z Compiling buf-list v1.0.3
29902024-08-30T18:36:19.391Z Compiling cargo_metadata v0.18.1
29912024-08-30T18:36:19.593Z Checking globset v0.4.14
29922024-08-30T18:36:19.837Z Checking olpc-cjson v0.1.3
29932024-08-30T18:36:19.954Z Checking rand_seeder v0.3.0
29942024-08-30T18:36:20.046Z Checking serde_plain v1.0.2
29952024-08-30T18:36:20.149Z Checking typed-path v0.7.1
29962024-08-30T18:36:20.165Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29972024-08-30T18:36:20.352Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29982024-08-30T18:36:20.533Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29992024-08-30T18:36:20.625Z Checking hashlink v0.9.1
30002024-08-30T18:36:20.824Z Checking fallible-iterator v0.3.0
30012024-08-30T18:36:21.216Z Checking parse-size v1.0.0
30022024-08-30T18:36:21.392Z Checking fallible-streaming-iterator v0.1.9
30032024-08-30T18:36:21.494Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30042024-08-30T18:36:21.627Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30052024-08-30T18:36:21.795Z Checking pin-project v1.1.5
30062024-08-30T18:36:21.875Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30072024-08-30T18:36:21.924Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30082024-08-30T18:36:22.202Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30092024-08-30T18:36:22.318Z Checking twox-hash v1.6.3
30102024-08-30T18:36:22.338Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30112024-08-30T18:36:22.553Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30122024-08-30T18:36:22.832Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30132024-08-30T18:36:23.292Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30142024-08-30T18:36:23.574Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30152024-08-30T18:36:23.636Z Checking fatfs v0.3.6
30162024-08-30T18:36:23.976Z Checking assert_matches v1.5.0
30172024-08-30T18:36:24.350Z Checking snafu v0.8.2
30182024-08-30T18:36:24.711Z Checking rusqlite v0.31.0
30192024-08-30T18:36:24.782Z Checking tough v0.17.1
30202024-08-30T18:36:28.967Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30212024-08-30T18:36:30.231Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30222024-08-30T18:36:30.523Z Compiling git2 v0.19.0
30232024-08-30T18:36:35.455Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30242024-08-30T18:37:25.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
30252024-08-30T18:37:26.108Z
30262024-08-30T18:37:26.108Zinfo: running `cargo check --bins` on nexus-external-api (131/158)
30272024-08-30T18:37:26.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-08-30T18:37:26.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-08-30T18:37:26.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302024-08-30T18:37:26.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30312024-08-30T18:37:26.818Z
30322024-08-30T18:37:26.818Zinfo: running `cargo check --bins` on openapi-manager-types (132/158)
30332024-08-30T18:37:27.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342024-08-30T18:37:27.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352024-08-30T18:37:27.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362024-08-30T18:37:27.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30372024-08-30T18:37:27.456Z
30382024-08-30T18:37:27.456Zinfo: running `cargo check --bins` on nexus-internal-api (133/158)
30392024-08-30T18:37:28.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-08-30T18:37:28.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-08-30T18:37:28.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-08-30T18:37:28.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30432024-08-30T18:37:28.129Z
30442024-08-30T18:37:28.129Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (134/158)
30452024-08-30T18:37:28.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-08-30T18:37:28.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-08-30T18:37:28.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-08-30T18:37:28.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30492024-08-30T18:37:28.843Z
30502024-08-30T18:37:28.843Zinfo: running `cargo check --bins` on nexus-networking (135/158)
30512024-08-30T18:37:29.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-08-30T18:37:29.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-08-30T18:37:29.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-08-30T18:37:29.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30552024-08-30T18:37:29.544Z
30562024-08-30T18:37:29.544Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (136/158)
30572024-08-30T18:37:30.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-08-30T18:37:30.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-08-30T18:37:30.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-08-30T18:37:30.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30612024-08-30T18:37:30.260Z
30622024-08-30T18:37:30.261Zinfo: running `cargo check --bins` on update-common (137/158)
30632024-08-30T18:37:30.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-08-30T18:37:30.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-08-30T18:37:30.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-08-30T18:37:30.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30672024-08-30T18:37:30.947Z
30682024-08-30T18:37:30.947Zinfo: running `cargo check --bins` on tufaceous-lib (138/158)
30692024-08-30T18:37:31.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-08-30T18:37:31.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-08-30T18:37:31.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-08-30T18:37:31.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30732024-08-30T18:37:31.635Z
30742024-08-30T18:37:31.635Zinfo: running `cargo check --bins` on tufaceous (139/158)
30752024-08-30T18:37:32.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-08-30T18:37:32.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-08-30T18:37:32.327Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30782024-08-30T18:37:33.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
30792024-08-30T18:37:33.387Z
30802024-08-30T18:37:33.387Zinfo: running `cargo check --bins` on omicron-dev (140/158)
30812024-08-30T18:37:34.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-08-30T18:37:34.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-08-30T18:37:34.273Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30842024-08-30T18:37:34.276Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30852024-08-30T18:37:34.276Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30862024-08-30T18:37:35.688Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30872024-08-30T18:37:38.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
30882024-08-30T18:37:38.339Z
30892024-08-30T18:37:38.339Zinfo: running `cargo check --bins` on openapi-manager (141/158)
30902024-08-30T18:37:38.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-08-30T18:37:38.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-08-30T18:37:39.075Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30932024-08-30T18:37:39.075Z Checking heck v0.4.1
30942024-08-30T18:37:39.078Z Checking is_ci v1.2.0
30952024-08-30T18:37:39.078Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30962024-08-30T18:37:39.078Z Checking indent_write v2.2.0
30972024-08-30T18:37:39.282Z Checking supports-color v3.0.0
30982024-08-30T18:37:39.328Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30992024-08-30T18:37:40.716Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31002024-08-30T18:37:41.534Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31012024-08-30T18:37:42.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
31022024-08-30T18:37:42.715Z
31032024-08-30T18:37:42.715Zinfo: running `cargo check --bins` on installinator-api (142/158)
31042024-08-30T18:37:43.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052024-08-30T18:37:43.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062024-08-30T18:37:43.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072024-08-30T18:37:43.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31082024-08-30T18:37:43.585Z
31092024-08-30T18:37:43.585Zinfo: running `cargo check --bins` on wicketd-api (143/158)
31102024-08-30T18:37:43.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112024-08-30T18:37:43.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122024-08-30T18:37:43.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132024-08-30T18:37:43.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31142024-08-30T18:37:44.060Z
31152024-08-30T18:37:44.060Zinfo: running `cargo check --bins` on reconfigurator-cli (144/158)
31162024-08-30T18:37:44.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172024-08-30T18:37:44.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182024-08-30T18:37:44.806Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31192024-08-30T18:37:46.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
31202024-08-30T18:37:46.208Z
31212024-08-30T18:37:46.208Zinfo: running `cargo check --bins` on omicron-releng (145/158)
31222024-08-30T18:37:46.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232024-08-30T18:37:46.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242024-08-30T18:37:46.902Z Checking memmap2 v0.9.4
31252024-08-30T18:37:46.902Z Checking arrayvec v0.7.4
31262024-08-30T18:37:46.905Z Checking arrayref v0.3.7
31272024-08-30T18:37:46.905Z Checking spin v0.5.2
31282024-08-30T18:37:46.905Z Checking constant_time_eq v0.3.0
31292024-08-30T18:37:46.905Z Checking untrusted v0.7.1
31302024-08-30T18:37:46.905Z Checking cargo-platform v0.1.8
31312024-08-30T18:37:46.905Z Checking topological-sort v0.2.2
31322024-08-30T18:37:47.101Z Checking shell-words v1.1.0
31332024-08-30T18:37:47.192Z Checking ring v0.16.20
31342024-08-30T18:37:47.306Z Checking cargo_metadata v0.18.1
31352024-08-30T18:37:47.353Z Checking blake3 v1.5.1
31362024-08-30T18:37:48.384Z Checking omicron-zone-package v0.11.0
31372024-08-30T18:37:49.481Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31382024-08-30T18:37:50.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
31392024-08-30T18:37:50.535Z
31402024-08-30T18:37:50.535Zinfo: running `cargo check --bins` on xtask (146/158)
31412024-08-30T18:37:51.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422024-08-30T18:37:51.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432024-08-30T18:37:51.030Z Checking bitflags v2.6.0
31442024-08-30T18:37:51.033Z Checking serde v1.0.208
31452024-08-30T18:37:51.033Z Checking thiserror v1.0.63
31462024-08-30T18:37:51.123Z Checking scroll v0.12.0
31472024-08-30T18:37:51.126Z Checking log v0.4.21
31482024-08-30T18:37:51.142Z Checking hashbrown v0.14.5
31492024-08-30T18:37:51.144Z Checking zerocopy v0.7.34
31502024-08-30T18:37:51.167Z Checking syn v2.0.74
31512024-08-30T18:37:51.217Z Checking pest v2.7.10
31522024-08-30T18:37:51.341Z Checking rustix v0.38.34
31532024-08-30T18:37:51.378Z Checking fs-err v2.11.0
31542024-08-30T18:37:51.589Z Checking goblin v0.8.2
31552024-08-30T18:37:51.679Z Checking tabled v0.15.0
31562024-08-30T18:37:52.321Z Checking indexmap v2.4.0
31572024-08-30T18:37:52.589Z Checking anyhow v1.0.86
31582024-08-30T18:37:53.490Z Checking terminal_size v0.3.0
31592024-08-30T18:37:53.492Z Checking tempfile v3.10.1
31602024-08-30T18:37:53.671Z Checking clap_builder v4.5.15
31612024-08-30T18:37:53.687Z Checking dtrace-parser v0.2.0
31622024-08-30T18:37:55.274Z Checking serde_json v1.0.125
31632024-08-30T18:37:55.274Z Checking serde_spanned v0.6.7
31642024-08-30T18:37:55.274Z Checking toml_datetime v0.6.8
31652024-08-30T18:37:55.277Z Checking camino v1.1.9
31662024-08-30T18:37:55.277Z Checking cargo-platform v0.1.8
31672024-08-30T18:37:55.483Z Checking semver v1.0.23
31682024-08-30T18:37:55.581Z Checking macaddr v1.0.1
31692024-08-30T18:37:55.583Z Checking toml_edit v0.22.20
31702024-08-30T18:37:55.885Z Checking camino-tempfile v1.1.1
31712024-08-30T18:37:55.944Z Checking clap v4.5.16
31722024-08-30T18:37:56.474Z Checking dof v0.3.0
31732024-08-30T18:37:56.474Z Checking cargo_metadata v0.18.1
31742024-08-30T18:37:56.885Z Checking usdt-impl v0.5.0
31752024-08-30T18:37:57.297Z Checking usdt v0.5.0
31762024-08-30T18:37:57.463Z Checking toml v0.8.19
31772024-08-30T18:37:57.934Z Checking cargo_toml v0.20.4
31782024-08-30T18:37:59.179Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31792024-08-30T18:37:59.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
31802024-08-30T18:37:59.902Z
31812024-08-30T18:37:59.902Zinfo: running `cargo check --bins` on end-to-end-tests (147/158)
31822024-08-30T18:38:00.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832024-08-30T18:38:00.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842024-08-30T18:38:00.710Z Checking polyval v0.6.2
31852024-08-30T18:38:00.710Z Checking rfc6979 v0.4.0
31862024-08-30T18:38:00.824Z Checking primeorder v0.13.6
31872024-08-30T18:38:00.827Z Checking ctr v0.9.2
31882024-08-30T18:38:00.849Z Checking ed25519 v2.2.3
31892024-08-30T18:38:00.851Z Checking ssh-encoding v0.2.0
31902024-08-30T18:38:00.851Z Checking blowfish v0.9.1
31912024-08-30T18:38:00.889Z Checking password-hash v0.4.2
31922024-08-30T18:38:00.960Z Checking ecdsa v0.16.9
31932024-08-30T18:38:01.040Z Checking ghash v0.5.1
31942024-08-30T18:38:01.072Z Checking bcrypt-pbkdf v0.10.0
31952024-08-30T18:38:01.090Z Checking matches v0.1.10
31962024-08-30T18:38:01.144Z Checking ed25519-dalek v2.1.1
31972024-08-30T18:38:01.188Z Checking idna v0.2.3
31982024-08-30T18:38:01.205Z Compiling enum-as-inner v0.5.1
31992024-08-30T18:38:01.208Z Checking aes-gcm v0.10.3
32002024-08-30T18:38:01.280Z Checking pbkdf2 v0.11.0
32012024-08-30T18:38:01.298Z Checking russh-cryptovec v0.7.2
32022024-08-30T18:38:01.314Z Checking md5 v0.7.0
32032024-08-30T18:38:01.462Z Checking ssh-cipher v0.2.0
32042024-08-30T18:38:01.490Z Checking num-bigint v0.4.5
32052024-08-30T18:38:01.508Z Checking des v0.8.1
32062024-08-30T18:38:01.549Z Compiling dhcproto-macros v0.1.0
32072024-08-30T18:38:01.585Z Checking hex-literal v0.4.1
32082024-08-30T18:38:01.679Z Checking p521 v0.13.3
32092024-08-30T18:38:01.720Z Checking p384 v0.13.0
32102024-08-30T18:38:01.752Z Checking ssh-key v0.6.6
32112024-08-30T18:38:01.784Z Checking p256 v0.13.2
32122024-08-30T18:38:02.069Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32132024-08-30T18:38:02.296Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32142024-08-30T18:38:02.314Z Checking trust-dns-proto v0.22.0
32152024-08-30T18:38:02.496Z Checking internet-checksum v0.2.1
32162024-08-30T18:38:03.267Z Checking russh-keys v0.45.0
32172024-08-30T18:38:04.198Z Checking russh v0.45.0
32182024-08-30T18:38:04.992Z Checking dhcproto v0.12.0
32192024-08-30T18:38:22.252Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32202024-08-30T18:38:23.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.68s
32212024-08-30T18:38:23.787Z
32222024-08-30T18:38:23.787Zinfo: running `cargo check --bins` on gateway-cli (148/158)
32232024-08-30T18:38:24.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242024-08-30T18:38:24.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252024-08-30T18:38:24.452Z Checking termios v0.3.3
32262024-08-30T18:38:24.660Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32272024-08-30T18:38:25.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
32282024-08-30T18:38:25.585Z
32292024-08-30T18:38:25.585Zinfo: running `cargo check --bins --no-default-features` on installinator (149/158)
32302024-08-30T18:38:26.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312024-08-30T18:38:26.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322024-08-30T18:38:26.311Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32332024-08-30T18:38:28.348Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32342024-08-30T18:38:30.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
32352024-08-30T18:38:30.314Z
32362024-08-30T18:38:30.314Zinfo: running `cargo check --bins` on internal-dns-cli (150/158)
32372024-08-30T18:38:30.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382024-08-30T18:38:30.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392024-08-30T18:38:30.972Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32402024-08-30T18:38:31.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
32412024-08-30T18:38:31.561Z
32422024-08-30T18:38:31.561Zinfo: running `cargo check --bins` on omicron-live-tests (151/158)
32432024-08-30T18:38:32.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442024-08-30T18:38:32.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452024-08-30T18:38:32.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462024-08-30T18:38:32.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32472024-08-30T18:38:32.196Z
32482024-08-30T18:38:32.196Zinfo: running `cargo check --bins` on live-tests-macros (152/158)
32492024-08-30T18:38:32.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502024-08-30T18:38:32.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512024-08-30T18:38:32.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522024-08-30T18:38:32.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32532024-08-30T18:38:32.824Z
32542024-08-30T18:38:32.824Zinfo: running `cargo check --bins` on omicron-package (153/158)
32552024-08-30T18:38:33.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562024-08-30T18:38:33.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572024-08-30T18:38:33.523Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32582024-08-30T18:38:34.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
32592024-08-30T18:38:34.923Z
32602024-08-30T18:38:34.924Zinfo: running `cargo check --bins` on wicket-dbg (154/158)
32612024-08-30T18:38:35.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622024-08-30T18:38:35.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632024-08-30T18:38:35.649Z Checking rtoolbox v0.0.2
32642024-08-30T18:38:35.649Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32652024-08-30T18:38:35.653Z Checking tui-tree-widget v0.22.0
32662024-08-30T18:38:35.860Z Checking rpassword v7.3.1
32672024-08-30T18:38:39.906Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32682024-08-30T18:38:42.825Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32692024-08-30T18:38:43.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s
32702024-08-30T18:38:44.078Z
32712024-08-30T18:38:44.078Zinfo: running `cargo check --bins` on wicket (155/158)
32722024-08-30T18:38:44.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732024-08-30T18:38:44.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742024-08-30T18:38:44.795Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32752024-08-30T18:38:45.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
32762024-08-30T18:38:45.327Z
32772024-08-30T18:38:45.328Zinfo: running `cargo check --bins` on wicketd (156/158)
32782024-08-30T18:38:45.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792024-08-30T18:38:45.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802024-08-30T18:38:46.056Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32812024-08-30T18:38:49.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
32822024-08-30T18:38:49.970Z
32832024-08-30T18:38:49.970Zinfo: running `cargo check --bins` on omicron-workspace-hack (157/158)
32842024-08-30T18:38:50.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852024-08-30T18:38:50.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862024-08-30T18:38:50.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872024-08-30T18:38:50.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32882024-08-30T18:38:50.610Z
32892024-08-30T18:38:50.610Zinfo: running `cargo check --bins` on zone-setup (158/158)
32902024-08-30T18:38:51.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912024-08-30T18:38:51.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922024-08-30T18:38:51.374Z Checking uzers v0.11.3
32932024-08-30T18:38:51.676Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32942024-08-30T18:38:52.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
32952024-08-30T18:38:52.905Z
32962024-08-30T18:38:52.908Zreal 11:03.835322880
32972024-08-30T18:38:52.908Zuser 23:54.756338609
32982024-08-30T18:38:52.908Zsys 5:09.729671854
32992024-08-30T18:38:52.908Ztrap 0.531820739
33002024-08-30T18:38:52.908Ztflt 3.209838231
33012024-08-30T18:38:52.908Zdflt 1.999013998
33022024-08-30T18:38:52.908Zkflt 0.002485745
33032024-08-30T18:38:52.908Zlock 42:25.376537585
33042024-08-30T18:38:52.908Zslp 1:57:01.922215626
33052024-08-30T18:38:52.908Zlat 1:03.242284756
33062024-08-30T18:38:52.908Zstop 3:06.797700183
33072024-08-30T18:38:52.908Zprocess exited: duration 912932 ms, exit code 0
 
33082024-08-30T18:38:52.914Zfound 0 output files