01J74RP72H3M3CYW03SN27Y64Q: 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: 01J74RPH02KKQP5PZW0G0BG0SH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-06T22:54:18.741Zjob assigned to worker 01J74RPJ8AVXWRXRRDS5E10ZQH (queued for 25 s)
 
22024-09-06T22:54:19.179Zstarting task 0: "setup"
32024-09-06T22:54:19.203Z++ uname -s
42024-09-06T22:54:19.203Z+ kern=SunOS
52024-09-06T22:54:19.203Z+ case "$kern" in
62024-09-06T22:54:19.203Z+ groupadd -g 12345 build
72024-09-06T22:54:19.203Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-06T22:54:21.207Z+ zfs create -o mountpoint=/work rpool/work
92024-09-06T22:54:21.247Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-06T22:54:21.271Z+ home_fs=zfs
112024-09-06T22:54:21.271Z+ [[ zfs == autofs ]]
122024-09-06T22:54:21.271Z+ mkdir -p /home/build
132024-09-06T22:54:21.271Z+ chown build:build /home/build /work
142024-09-06T22:54:23.257Z+ chmod 0700 /home/build /work
152024-09-06T22:54:23.282Zprocess exited: duration 4085 ms, exit code 0
 
162024-09-06T22:54:23.332Zstarting task 1: "rust-toolchain"
172024-09-06T22:54:23.358Z+ printf ' * toolchain channel = "%s"
182024-09-06T22:54:23.358Z' 1.80.1
192024-09-06T22:54:23.358Z+ printf ' * toolchain profile = "%s"
202024-09-06T22:54:23.358Z * toolchain channel = "1.80.1"
212024-09-06T22:54:23.358Z * toolchain profile = "default"
222024-09-06T22:54:23.358Z' default
232024-09-06T22:54:23.358Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-06T22:54:23.358Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-06T22:54:23.491Zinfo: downloading installer
262024-09-06T22:54:24.164Zinfo: profile set to 'default'
272024-09-06T22:54:24.164Zinfo: default host triple is x86_64-unknown-illumos
282024-09-06T22:54:24.212Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-06T22:54:24.269Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-06T22:54:24.269Zinfo: downloading component 'cargo'
312024-09-06T22:54:24.467Zinfo: downloading component 'clippy'
322024-09-06T22:54:24.541Zinfo: downloading component 'rust-docs'
332024-09-06T22:54:24.791Zinfo: downloading component 'rust-std'
342024-09-06T22:54:25.188Zinfo: downloading component 'rustc'
352024-09-06T22:54:26.306Zinfo: downloading component 'rustfmt'
362024-09-06T22:54:26.381Zinfo: installing component 'cargo'
372024-09-06T22:54:27.488Zinfo: installing component 'clippy'
382024-09-06T22:54:27.924Zinfo: installing component 'rust-docs'
392024-09-06T22:54:30.791Zinfo: installing component 'rust-std'
402024-09-06T22:54:32.781Zinfo: installing component 'rustc'
412024-09-06T22:54:38.163Zinfo: installing component 'rustfmt'
422024-09-06T22:54:38.578Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-06T22:54:38.578Z
442024-09-06T22:54:38.758Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-06T22:54:38.758Z
462024-09-06T22:54:38.758Z
472024-09-06T22:54:38.758ZRust is installed now. Great!
482024-09-06T22:54:38.758Z
492024-09-06T22:54:38.758ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-06T22:54:38.758Zenvironment variable. This has not been done automatically.
512024-09-06T22:54:38.758Z
522024-09-06T22:54:38.758ZTo configure your current shell, you need to source
532024-09-06T22:54:38.758Zthe corresponding env file under $HOME/.cargo.
542024-09-06T22:54:38.758Z
552024-09-06T22:54:38.758ZThis is usually done by running one of the following (note the leading DOT):
562024-09-06T22:54:38.758Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-06T22:54:38.758Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-06T22:54:38.834Z+ rustc --version
592024-09-06T22:54:38.933Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-06T22:54:38.957Zprocess exited: duration 15606 ms, exit code 0
 
612024-09-06T22:54:39.005Zstarting task 2: "authentication"
622024-09-06T22:54:39.055Zprocess exited: duration 49 ms, exit code 0
 
632024-09-06T22:54:39.102Zstarting task 3: "clone repository"
642024-09-06T22:54:39.126Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-06T22:54:39.126Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-06T22:54:39.150ZCloning into '/work/oxidecomputer/omicron'...
672024-09-06T22:54:44.600Z+ cd /work/oxidecomputer/omicron
682024-09-06T22:54:44.600Z+ git fetch origin 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc
692024-09-06T22:54:44.965ZFrom https://github.com/oxidecomputer/omicron
702024-09-06T22:54:44.966Z * branch 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc -> FETCH_HEAD
712024-09-06T22:54:44.990Z+ [[ -n sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution ]]
722024-09-06T22:54:44.990Z++ git branch --show-current
732024-09-06T22:54:44.990Z+ current=main
742024-09-06T22:54:44.990Z+ [[ main != sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution ]]
752024-09-06T22:54:44.990Z+ git branch -f sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc
762024-09-06T22:54:45.014Z+ git checkout -f sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution
772024-09-06T22:54:45.172ZSwitched to branch 'sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution'
782024-09-06T22:54:45.196Z+ git reset --hard 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc
792024-09-06T22:54:45.219ZHEAD is now at 931a6ef80 unused
802024-09-06T22:54:45.219Zprocess exited: duration 6095 ms, exit code 0
 
812024-09-06T22:54:45.267Zstarting task 4: "build"
822024-09-06T22:54:45.291Z+ cargo --version
832024-09-06T22:54:45.345Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-06T22:54:45.369Z+ rustc --version
852024-09-06T22:54:45.418Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-06T22:54:45.442Z+ source ./env.sh
872024-09-06T22:54:45.442Z++ OLD_SHELL_OPTS=ehxB
882024-09-06T22:54:45.442Z++ set -o xtrace
892024-09-06T22:54:45.442Z++++ dirname ./env.sh
902024-09-06T22:54:45.442Z+++ readlink -f .
912024-09-06T22:54:45.442Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-09-06T22:54:45.442Z++ 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-09-06T22:54:45.442Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-09-06T22:54:45.442Z++ 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-09-06T22:54:45.442Z++ 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-09-06T22:54:45.442Z++ 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-09-06T22:54:45.442Z++ 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-09-06T22:54:45.442Z++ 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-09-06T22:54:45.442Z++ 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-09-06T22:54:45.442Z++ case $OLD_SHELL_OPTS in
1012024-09-06T22:54:45.442Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-09-06T22:54:45.442Z+ 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-09-06T22:54:45.442Z+ 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-09-06T22:54:45.442Z+ banner prerequisites
1052024-09-06T22:54:45.442Z
1062024-09-06T22:54:45.442Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-09-06T22:54:45.442Z # # # # # # # # # # # # # # #
1082024-09-06T22:54:45.442Z # # # # ##### # # ##### # # # # # #### #
1092024-09-06T22:54:45.442Z ##### ##### # ##### # # # # # # # # #
1102024-09-06T22:54:45.442Z # # # # # # # # # # # # # # #
1112024-09-06T22:54:45.442Z # # # ###### # # ###### ### # #### # #### #
1122024-09-06T22:54:45.442Z
1132024-09-06T22:54:45.442Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-09-06T22:54:51.189Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-09-06T22:54:54.139Z Startup: Caching catalogs ... Done
1162024-09-06T22:54:57.064ZPlanning: Solver setup ... Done (2.173s)
1172024-09-06T22:54:57.097ZPlanning: Running solver ... Done (0.036s)
1182024-09-06T22:54:57.132ZPlanning: Finding local manifests ... Done (0.003s)
1192024-09-06T22:54:57.212ZPlanning: Fetching manifests: 0/5 0% complete
1202024-09-06T22:54:57.667ZPlanning: Fetching manifests: 5/5 100% complete
1212024-09-06T22:54:57.794ZPlanning: Package planning ... Done (0.127s)
1222024-09-06T22:54:57.861ZPlanning: Merging actions ... Done (0.068s)
1232024-09-06T22:54:58.289ZPlanning: Checking for conflicting actions ... Done (0.428s)
1242024-09-06T22:54:59.427ZPlanning: Consolidating action changes ... Done (1.136s)
1252024-09-06T22:54:59.854ZPlanning: Evaluating mediators ... Done (0.427s)
1262024-09-06T22:54:59.954ZPlanning: Planning completed in 5.75 seconds
1272024-09-06T22:54:59.978Z Packages to install: 4
1282024-09-06T22:54:59.978Z Packages to update: 1
1292024-09-06T22:54:59.978Z Mediators to change: 2
1302024-09-06T22:54:59.978Z Services to change: 1
1312024-09-06T22:54:59.978Z Estimated space available: 148.82 GB
1322024-09-06T22:54:59.978ZEstimated space to be consumed: 1.53 GB
1332024-09-06T22:54:59.978Z Create boot environment: No
1342024-09-06T22:54:59.978ZCreate backup boot environment: Yes
1352024-09-06T22:54:59.978Z Rebuild boot archive: No
1362024-09-06T22:54:59.978Z
1372024-09-06T22:54:59.978ZChanged mediators:
1382024-09-06T22:54:59.978Z mediator clang:
1392024-09-06T22:54:59.979Z version: None -> 15 (system default)
1402024-09-06T22:54:59.979Z
1412024-09-06T22:54:59.979Z mediator llvm:
1422024-09-06T22:54:59.979Z version: 14 (system default) -> 15 (system default)
1432024-09-06T22:54:59.979Z
1442024-09-06T22:54:59.979ZChanged packages:
1452024-09-06T22:54:59.979Zhelios-dev
1462024-09-06T22:54:59.979Z developer/build-essential
1472024-09-06T22:54:59.979Z None -> 11-2.0
1482024-09-06T22:54:59.979Z library/libxmlsec1
1492024-09-06T22:54:59.979Z None -> 1.2.35-2.0
1502024-09-06T22:54:59.979Z ooce/developer/clang-15
1512024-09-06T22:54:59.979Z None -> 15.0.7-2.0
1522024-09-06T22:54:59.979Z ooce/developer/llvm-15
1532024-09-06T22:54:59.979Z None -> 15.0.7-2.0
1542024-09-06T22:54:59.979Z package/pkg
1552024-09-06T22:54:59.979Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-09-06T22:54:59.979Z
1572024-09-06T22:54:59.979ZServices:
1582024-09-06T22:54:59.979Z restart_fmri:
1592024-09-06T22:54:59.979Z svc:/system/update-man-index:default
1602024-09-06T22:54:59.979Z
1612024-09-06T22:54:59.979ZEditable files to change:
1622024-09-06T22:54:59.979Z Update:
1632024-09-06T22:54:59.979Z usr/share/lib/pkg/web/config.shtml
1642024-09-06T22:55:00.051Z
1652024-09-06T22:55:00.051ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-09-06T22:55:05.064ZDownload: 1012/4281 items 19.5/220.6MB 8% complete (4.0M/s)
1672024-09-06T22:55:10.064ZDownload: 1261/4281 items 95.9/220.6MB 43% complete (9.5M/s)
1682024-09-06T22:55:15.090ZDownload: 2313/4281 items 119.9/220.6MB 54% complete (10.1M/s)
1692024-09-06T22:55:20.097ZDownload: 3060/4281 items 121.4/220.6MB 55% complete (2.9M/s)
1702024-09-06T22:55:25.100ZDownload: 3263/4281 items 207.3/220.6MB 93% complete (8.6M/s)
1712024-09-06T22:55:30.110ZDownload: 3575/4281 items 215.8/220.6MB 97% complete (9.4M/s)
1722024-09-06T22:55:34.967ZDownload: Completed 220.60 MB in 34.91 seconds (6.3M/s)
1732024-09-06T22:55:36.490Z Actions: 1/5063 actions (Removing old actions)
1742024-09-06T22:55:36.514Z Actions: 194/5063 actions (Installing new actions)
1752024-09-06T22:55:41.503Z Actions: 3011/5063 actions (Installing new actions)
1762024-09-06T22:55:42.253Z Actions: 4226/5063 actions (Updating modified actions)
1772024-09-06T22:55:42.633Z Actions: Completed 5063 actions in 6.14 seconds.
1782024-09-06T22:55:43.055Z Done (0.409s)
1792024-09-06T22:55:43.081Z Done (0.000s)
1802024-09-06T22:55:43.530Z Done (0.477s)
1812024-09-06T22:55:48.714Z Done (5.045s)
1822024-09-06T22:55:48.819Z Done (0.019s)
1832024-09-06T22:55:48.843Z Done (0.000s)
1842024-09-06T22:55:49.022Z Done (0.000s)
1852024-09-06T22:55:49.783ZPlanning: Evaluating mediator changes ... Done
1862024-09-06T22:55:50.056ZPlanning: Checking for conflicting actions ... Done
1872024-09-06T22:55:50.080ZPlanning: Consolidating action changes ... Done
1882024-09-06T22:55:50.412ZPlanning: Evaluating mediators ... Done
1892024-09-06T22:55:50.436ZPlanning: Planning completed in 0.63 seconds
1902024-09-06T22:55:50.459Z Mediators to change: 2
1912024-09-06T22:55:50.459Z Create boot environment: No
1922024-09-06T22:55:50.459ZCreate backup boot environment: No
1932024-09-06T22:55:50.517Z Done
1942024-09-06T22:55:50.517Z Done
1952024-09-06T22:55:50.855Z Done
1962024-09-06T22:55:55.376Z Done
1972024-09-06T22:55:55.477Z Done
1982024-09-06T22:55:55.501Z Done
1992024-09-06T22:55:55.546Z Done
2002024-09-06T22:55:56.339ZPlanning: Evaluating mediator changes ... Done
2012024-09-06T22:55:56.363ZPlanning: Merging actions ... Done
2022024-09-06T22:55:56.630ZPlanning: Checking for conflicting actions ... Done
2032024-09-06T22:55:56.654ZPlanning: Consolidating action changes ... Done
2042024-09-06T22:55:56.954ZPlanning: Evaluating mediators ... Done
2052024-09-06T22:55:57.020ZPlanning: Planning completed in 0.99 seconds
2062024-09-06T22:55:57.066Z Packages to change: 1
2072024-09-06T22:55:57.066Z Mediators to change: 1
2082024-09-06T22:55:57.066Z Services to change: 1
2092024-09-06T22:55:57.066Z Create boot environment: No
2102024-09-06T22:55:57.066ZCreate backup boot environment: Yes
2112024-09-06T22:55:58.633Z Actions: 1/6 actions (Updating modified actions)
2122024-09-06T22:55:58.657Z Actions: Completed 6 actions in 0.00 seconds.
2132024-09-06T22:55:58.657Z Done
2142024-09-06T22:55:58.657Z Done
2152024-09-06T22:55:58.730Z Done
2162024-09-06T22:56:03.217Z Done
2172024-09-06T22:56:03.313Z Done
2182024-09-06T22:56:03.337Z Done
2192024-09-06T22:56:03.403Z Done
2202024-09-06T22:56:03.939ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-09-06T22:56:03.939Zclang system 15 system
2222024-09-06T22:56:03.940Zcsh system system illumos
2232024-09-06T22:56:03.940Zctags system system illumos
2242024-09-06T22:56:03.940Zgcc vendor 12 vendor
2252024-09-06T22:56:03.940Zgcc system 10 system
2262024-09-06T22:56:03.940Zgcc system 7 system
2272024-09-06T22:56:03.940Zgo system 1.20 system
2282024-09-06T22:56:03.940Zgo system 1.19 system
2292024-09-06T22:56:03.940Zllvm system 15 system
2302024-09-06T22:56:03.940Zllvm system 14 system
2312024-09-06T22:56:03.940Zmariadb system 10.6 system
2322024-09-06T22:56:03.940Zmta vendor vendor dma
2332024-09-06T22:56:03.940Zopenjdk system 17 system
2342024-09-06T22:56:03.940Zopenjdk system 11 system
2352024-09-06T22:56:03.940Zopenjdk system 1.8 system
2362024-09-06T22:56:03.940Zopenssl vendor 3 vendor
2372024-09-06T22:56:03.940Zperl system 5.36 system
2382024-09-06T22:56:03.940Zpostgresql system 15 system
2392024-09-06T22:56:03.940Zpostgresql system 13 system
2402024-09-06T22:56:03.940Zpython vendor 3 vendor
2412024-09-06T22:56:03.940Zpython system 2 system
2422024-09-06T22:56:03.940Zpython3 system 3.11 system
2432024-09-06T22:56:03.940Zruby system 3.0 system
2442024-09-06T22:56:03.940Zwords vendor vendor american-english
2452024-09-06T22:56:03.940Zwords system system australian-english
2462024-09-06T22:56:03.940Zwords system system british-english
2472024-09-06T22:56:03.940Zwords system system canadian-english
2482024-09-06T22:56:03.940Zwords system system french
2492024-09-06T22:56:03.940Zwords system system italian
2502024-09-06T22:56:03.940Zwords system system ngerman
2512024-09-06T22:56:03.940Zwords system system ogerman
2522024-09-06T22:56:03.940Zwords system system spanish
2532024-09-06T22:56:04.337ZPUBLISHER TYPE STATUS P LOCATION
2542024-09-06T22:56:04.337Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-09-06T22:56:06.575ZFMRI IFO
2562024-09-06T22:56:06.575Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-09-06T22:56:06.575Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-09-06T22:56:06.575Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-09-06T22:56:06.575Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-09-06T22:56:06.575Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-09-06T22:56:06.575Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-09-06T22:56:06.575Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2632024-09-06T22:56:06.575Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2642024-09-06T22:56:06.575Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-09-06T22:56:06.575Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-09-06T22:56:06.575Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-09-06T22:56:06.575Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-09-06T22:56:06.575Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2692024-09-06T22:56:07.303Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2702024-09-06T22:56:07.690Z Updating crates.io index
2712024-09-06T22:56:07.753Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2722024-09-06T22:56:08.622Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-09-06T22:56:09.509Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-09-06T22:56:09.855Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2752024-09-06T22:56:11.568Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-09-06T22:56:11.866Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-09-06T22:56:12.181Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-09-06T22:56:13.428Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-09-06T22:56:15.607Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-09-06T22:56:16.688Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-09-06T22:56:17.418Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-09-06T22:56:17.787Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-09-06T22:56:18.403Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-09-06T22:56:18.944Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2852024-09-06T22:56:19.337Z Updating git repository `https://github.com/oxidecomputer/qorb`
2862024-09-06T22:56:19.822Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872024-09-06T22:56:20.419Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882024-09-06T22:56:20.774Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2892024-09-06T22:56:21.125Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2902024-09-06T22:56:21.438Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2912024-09-06T22:56:21.804Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922024-09-06T22:56:22.280Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-09-06T22:56:22.667Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-09-06T22:56:23.064Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-09-06T22:56:23.389Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-09-06T22:56:23.956Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-09-06T22:56:24.559Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982024-09-06T22:56:25.223Z Updating git repository `https://github.com/oxidecomputer/typify`
2992024-09-06T22:56:27.697Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002024-09-06T22:56:28.044Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012024-09-06T22:56:28.432Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022024-09-06T22:56:28.900Z Updating git repository `https://github.com/oxidecomputer/rfb`
3032024-09-06T22:56:30.291Z Downloading crates ...
3042024-09-06T22:56:30.354Z Downloaded autocfg v1.3.0
3052024-09-06T22:56:30.378Z Downloaded utf8parse v0.2.1
3062024-09-06T22:56:30.403Z Downloaded version_check v0.9.5
3072024-09-06T22:56:30.403Z Downloaded zerocopy-derive v0.7.34
3082024-09-06T22:56:30.403Z Downloaded unicode-ident v1.0.12
3092024-09-06T22:56:30.427Z Downloaded zerocopy v0.7.34
3102024-09-06T22:56:30.451Z Downloaded tabled v0.15.0
3112024-09-06T22:56:30.475Z Downloaded unicode-width v0.1.13
3122024-09-06T22:56:30.475Z Downloaded rustix v0.38.34
3132024-09-06T22:56:30.499Z Downloaded libc v0.2.158
3142024-09-06T22:56:30.522Z Downloaded syn v2.0.74
3152024-09-06T22:56:30.546Z Downloaded syn v1.0.109
3162024-09-06T22:56:30.546Z Downloaded serde_json v1.0.125
3172024-09-06T22:56:30.570Z Downloaded hashbrown v0.14.5
3182024-09-06T22:56:30.570Z Downloaded goblin v0.8.2
3192024-09-06T22:56:30.570Z Downloaded winnow v0.6.18
3202024-09-06T22:56:30.594Z Downloaded serde v1.0.208
3212024-09-06T22:56:30.594Z Downloaded ryu v1.0.18
3222024-09-06T22:56:30.594Z Downloaded pest v2.7.10
3232024-09-06T22:56:30.594Z Downloaded papergrid v0.11.0
3242024-09-06T22:56:30.594Z Downloaded memchr v2.7.2
3252024-09-06T22:56:30.618Z Downloaded clap_builder v4.5.15
3262024-09-06T22:56:30.619Z Downloaded typenum v1.17.0
3272024-09-06T22:56:30.619Z Downloaded toml_edit v0.22.20
3282024-09-06T22:56:30.642Z Downloaded toml_datetime v0.6.8
3292024-09-06T22:56:30.642Z Downloaded thread-id v4.2.1
3302024-09-06T22:56:30.642Z Downloaded thiserror v1.0.63
3312024-09-06T22:56:30.642Z Downloaded textwrap v0.16.1
3322024-09-06T22:56:30.642Z Downloaded terminal_size v0.3.0
3332024-09-06T22:56:30.666Z Downloaded tabled_derive v0.7.0
3342024-09-06T22:56:30.666Z Downloaded smawk v0.3.2
3352024-09-06T22:56:30.666Z Downloaded serde_tokenstream v0.2.2
3362024-09-06T22:56:30.666Z Downloaded serde_derive v1.0.208
3372024-09-06T22:56:30.666Z Downloaded scroll_derive v0.12.0
3382024-09-06T22:56:30.666Z Downloaded quote v1.0.36
3392024-09-06T22:56:30.666Z Downloaded pest_meta v2.7.10
3402024-09-06T22:56:30.666Z Downloaded pest_derive v2.7.10
3412024-09-06T22:56:30.666Z Downloaded log v0.4.21
3422024-09-06T22:56:30.666Z Downloaded indexmap v2.4.0
3432024-09-06T22:56:30.666Z Downloaded errno v0.3.9
3442024-09-06T22:56:30.666Z Downloaded digest v0.10.7
3452024-09-06T22:56:30.691Z Downloaded serde_spanned v0.6.7
3462024-09-06T22:56:30.691Z Downloaded proc-macro-error-attr v1.0.4
3472024-09-06T22:56:30.691Z Downloaded proc-macro-error v1.0.4
3482024-09-06T22:56:30.691Z Downloaded pretty-hex v0.4.1
3492024-09-06T22:56:30.691Z Downloaded plain v0.2.3
3502024-09-06T22:56:30.691Z Downloaded pest_generator v2.7.10
3512024-09-06T22:56:30.691Z Downloaded usdt-macro v0.5.0
3522024-09-06T22:56:30.691Z Downloaded usdt-impl v0.5.0
3532024-09-06T22:56:30.691Z Downloaded usdt-attr-macro v0.5.0
3542024-09-06T22:56:30.691Z Downloaded usdt v0.5.0
3552024-09-06T22:56:30.691Z Downloaded unicode-linebreak v0.1.5
3562024-09-06T22:56:30.691Z Downloaded ucd-trie v0.1.6
3572024-09-06T22:56:30.691Z Downloaded toml v0.8.19
3582024-09-06T22:56:30.691Z Downloaded thiserror-impl v1.0.63
3592024-09-06T22:56:30.691Z Downloaded tempfile v3.10.1
3602024-09-06T22:56:30.715Z Downloaded swrite v0.1.0
3612024-09-06T22:56:30.715Z Downloaded strsim v0.11.1
3622024-09-06T22:56:30.715Z Downloaded sha2 v0.10.8
3632024-09-06T22:56:30.715Z Downloaded semver v1.0.23
3642024-09-06T22:56:30.715Z Downloaded scroll v0.12.0
3652024-09-06T22:56:30.715Z Downloaded proc-macro2 v1.0.86
3662024-09-06T22:56:30.715Z Downloaded once_cell v1.19.0
3672024-09-06T22:56:30.716Z Downloaded memmap v0.7.0
3682024-09-06T22:56:30.716Z Downloaded macaddr v1.0.1
3692024-09-06T22:56:30.716Z Downloaded is_terminal_polyfill v1.70.0
3702024-09-06T22:56:30.716Z Downloaded heck v0.5.0
3712024-09-06T22:56:30.716Z Downloaded heck v0.4.1
3722024-09-06T22:56:30.716Z Downloaded generic-array v0.14.7
3732024-09-06T22:56:30.716Z Downloaded fs-err v2.11.0
3742024-09-06T22:56:30.716Z Downloaded fnv v1.0.7
3752024-09-06T22:56:30.740Z Downloaded fastrand v2.1.0
3762024-09-06T22:56:30.740Z Downloaded equivalent v1.0.1
3772024-09-06T22:56:30.740Z Downloaded dtrace-parser v0.2.0
3782024-09-06T22:56:30.740Z Downloaded dof v0.3.0
3792024-09-06T22:56:30.740Z Downloaded crypto-common v0.1.6
3802024-09-06T22:56:30.740Z Downloaded cpufeatures v0.2.12
3812024-09-06T22:56:30.740Z Downloaded colorchoice v1.0.1
3822024-09-06T22:56:30.740Z Downloaded clap_lex v0.7.0
3832024-09-06T22:56:30.740Z Downloaded clap_derive v4.5.13
3842024-09-06T22:56:30.740Z Downloaded clap v4.5.16
3852024-09-06T22:56:30.740Z Downloaded cfg-if v1.0.0
3862024-09-06T22:56:30.740Z Downloaded cargo_toml v0.20.4
3872024-09-06T22:56:30.740Z Downloaded cargo_metadata v0.18.1
3882024-09-06T22:56:30.764Z Downloaded cargo-platform v0.1.8
3892024-09-06T22:56:30.764Z Downloaded camino-tempfile v1.1.1
3902024-09-06T22:56:30.764Z Downloaded camino v1.1.9
3912024-09-06T22:56:30.764Z Downloaded byteorder v1.5.0
3922024-09-06T22:56:30.764Z Downloaded bytecount v0.6.8
3932024-09-06T22:56:30.764Z Downloaded block-buffer v0.10.4
3942024-09-06T22:56:30.764Z Downloaded bitflags v2.6.0
3952024-09-06T22:56:30.764Z Downloaded anyhow v1.0.86
3962024-09-06T22:56:30.764Z Downloaded anstyle-query v1.0.3
3972024-09-06T22:56:30.764Z Downloaded anstyle-parse v0.2.4
3982024-09-06T22:56:30.764Z Downloaded anstyle v1.0.8
3992024-09-06T22:56:30.788Z Downloaded anstream v0.6.14
4002024-09-06T22:56:30.788Z Downloaded itoa v1.0.11
4012024-09-06T22:56:30.898Z Compiling proc-macro2 v1.0.86
4022024-09-06T22:56:30.898Z Compiling unicode-ident v1.0.12
4032024-09-06T22:56:30.898Z Compiling version_check v0.9.5
4042024-09-06T22:56:30.922Z Compiling serde v1.0.208
4052024-09-06T22:56:30.922Z Compiling memchr v2.7.2
4062024-09-06T22:56:30.922Z Compiling thiserror v1.0.63
4072024-09-06T22:56:30.922Z Compiling libc v0.2.158
4082024-09-06T22:56:30.922Z Compiling itoa v1.0.11
4092024-09-06T22:56:31.161Z Compiling ryu v1.0.18
4102024-09-06T22:56:31.185Z Compiling ucd-trie v0.1.6
4112024-09-06T22:56:31.637Z Compiling once_cell v1.19.0
4122024-09-06T22:56:31.707Z Compiling byteorder v1.5.0
4132024-09-06T22:56:31.756Z Compiling rustix v0.38.34
4142024-09-06T22:56:32.043Z Compiling serde_json v1.0.125
4152024-09-06T22:56:32.067Z Compiling bitflags v2.6.0
4162024-09-06T22:56:32.372Z Compiling proc-macro-error-attr v1.0.4
4172024-09-06T22:56:32.482Z Compiling usdt-impl v0.5.0
4182024-09-06T22:56:32.506Z Compiling syn v1.0.109
4192024-09-06T22:56:32.569Z Compiling quote v1.0.36
4202024-09-06T22:56:32.671Z Compiling proc-macro-error v1.0.4
4212024-09-06T22:56:32.714Z Compiling equivalent v1.0.1
4222024-09-06T22:56:32.786Z Compiling errno v0.3.9
4232024-09-06T22:56:32.939Z Compiling syn v2.0.74
4242024-09-06T22:56:33.008Z Compiling hashbrown v0.14.5
4252024-09-06T22:56:33.037Z Compiling camino v1.1.9
4262024-09-06T22:56:33.154Z Compiling utf8parse v0.2.1
4272024-09-06T22:56:33.178Z Compiling plain v0.2.3
4282024-09-06T22:56:33.256Z Compiling thread-id v4.2.1
4292024-09-06T22:56:33.307Z Compiling log v0.4.21
4302024-09-06T22:56:33.335Z Compiling anstyle-parse v0.2.4
4312024-09-06T22:56:33.788Z Compiling is_terminal_polyfill v1.70.0
4322024-09-06T22:56:33.878Z Compiling pretty-hex v0.4.1
4332024-09-06T22:56:33.913Z Compiling unicode-width v0.1.13
4342024-09-06T22:56:34.098Z Compiling winnow v0.6.18
4352024-09-06T22:56:34.123Z Compiling anstyle v1.0.8
4362024-09-06T22:56:34.200Z Compiling semver v1.0.23
4372024-09-06T22:56:34.229Z Compiling indexmap v2.4.0
4382024-09-06T22:56:34.296Z Compiling autocfg v1.3.0
4392024-09-06T22:56:34.580Z Compiling anstyle-query v1.0.3
4402024-09-06T22:56:34.725Z Compiling colorchoice v1.0.1
4412024-09-06T22:56:34.947Z Compiling anstream v0.6.14
4422024-09-06T22:56:35.023Z Compiling terminal_size v0.3.0
4432024-09-06T22:56:35.227Z Compiling fs-err v2.11.0
4442024-09-06T22:56:35.387Z Compiling fnv v1.0.7
4452024-09-06T22:56:35.527Z Compiling cfg-if v1.0.0
4462024-09-06T22:56:35.553Z Compiling heck v0.5.0
4472024-09-06T22:56:35.583Z Compiling bytecount v0.6.8
4482024-09-06T22:56:35.644Z Compiling fastrand v2.1.0
4492024-09-06T22:56:35.683Z Compiling clap_lex v0.7.0
4502024-09-06T22:56:35.706Z Compiling strsim v0.11.1
4512024-09-06T22:56:35.808Z Compiling heck v0.4.1
4522024-09-06T22:56:36.162Z Compiling anyhow v1.0.86
4532024-09-06T22:56:36.189Z Compiling clap_builder v4.5.15
4542024-09-06T22:56:36.273Z Compiling tempfile v3.10.1
4552024-09-06T22:56:36.575Z Compiling papergrid v0.11.0
4562024-09-06T22:56:36.855Z Compiling memmap v0.7.0
4572024-09-06T22:56:36.921Z Compiling unicode-linebreak v0.1.5
4582024-09-06T22:56:37.043Z Compiling smawk v0.3.2
4592024-09-06T22:56:37.250Z Compiling textwrap v0.16.1
4602024-09-06T22:56:37.372Z Compiling swrite v0.1.0
4612024-09-06T22:56:38.550Z Compiling tabled_derive v0.7.0
4622024-09-06T22:56:40.142Z Compiling tabled v0.15.0
4632024-09-06T22:56:41.143Z Compiling serde_derive v1.0.208
4642024-09-06T22:56:41.196Z Compiling thiserror-impl v1.0.63
4652024-09-06T22:56:41.196Z Compiling zerocopy-derive v0.7.34
4662024-09-06T22:56:41.236Z Compiling scroll_derive v0.12.0
4672024-09-06T22:56:41.336Z Compiling clap_derive v4.5.13
4682024-09-06T22:56:42.374Z Compiling scroll v0.12.0
4692024-09-06T22:56:42.839Z Compiling goblin v0.8.2
4702024-09-06T22:56:42.994Z Compiling zerocopy v0.7.34
4712024-09-06T22:56:43.583Z Compiling pest v2.7.10
4722024-09-06T22:56:44.452Z Compiling clap v4.5.16
4732024-09-06T22:56:45.660Z Compiling pest_meta v2.7.10
4742024-09-06T22:56:46.703Z Compiling pest_generator v2.7.10
4752024-09-06T22:56:48.437Z Compiling pest_derive v2.7.10
4762024-09-06T22:56:49.049Z Compiling dtrace-parser v0.2.0
4772024-09-06T22:56:50.829Z Compiling toml_datetime v0.6.8
4782024-09-06T22:56:50.829Z Compiling serde_spanned v0.6.7
4792024-09-06T22:56:50.852Z Compiling cargo-platform v0.1.8
4802024-09-06T22:56:51.232Z Compiling serde_tokenstream v0.2.2
4812024-09-06T22:56:51.265Z Compiling toml_edit v0.22.20
4822024-09-06T22:56:51.425Z Compiling macaddr v1.0.1
4832024-09-06T22:56:51.465Z Compiling camino-tempfile v1.1.1
4842024-09-06T22:56:52.259Z Compiling dof v0.3.0
4852024-09-06T22:56:52.259Z Compiling cargo_metadata v0.18.1
4862024-09-06T22:56:54.043Z Compiling toml v0.8.19
4872024-09-06T22:56:54.273Z Compiling usdt-attr-macro v0.5.0
4882024-09-06T22:56:54.297Z Compiling usdt-macro v0.5.0
4892024-09-06T22:56:54.816Z Compiling cargo_toml v0.20.4
4902024-09-06T22:56:55.503Z Compiling usdt v0.5.0
4912024-09-06T22:56:59.145Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922024-09-06T22:57:04.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.26s
4932024-09-06T22:57:04.474Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4942024-09-06T22:57:05.286Z Downloading crates ...
4952024-09-06T22:57:05.428Z Downloaded async-stream-impl v0.3.5
4962024-09-06T22:57:05.463Z Downloaded colored v2.1.0
4972024-09-06T22:57:05.463Z Downloaded is_ci v1.2.0
4982024-09-06T22:57:05.495Z Downloaded http-range v0.1.5
4992024-09-06T22:57:05.495Z Downloaded nodrop v0.1.14
5002024-09-06T22:57:05.495Z Downloaded normalize-line-endings v0.3.0
5012024-09-06T22:57:05.495Z Downloaded num v0.4.3
5022024-09-06T22:57:05.495Z Downloaded nibble_vec v0.1.0
5032024-09-06T22:57:05.495Z Downloaded mime_guess v2.0.4
5042024-09-06T22:57:05.496Z Downloaded miniz_oxide v0.7.2
5052024-09-06T22:57:05.521Z Downloaded rpassword v7.3.1
5062024-09-06T22:57:05.521Z Downloaded sqlparser_derive v0.2.2
5072024-09-06T22:57:05.521Z Downloaded downcast v0.11.0
5082024-09-06T22:57:05.522Z Downloaded fxhash v0.2.1
5092024-09-06T22:57:05.522Z Downloaded peg-runtime v0.8.3
5102024-09-06T22:57:05.522Z Downloaded unicode-xid v0.2.4
5112024-09-06T22:57:05.548Z Downloaded phf_shared v0.10.0
5122024-09-06T22:57:05.548Z Downloaded peg-macros v0.8.4
5132024-09-06T22:57:05.548Z Downloaded tower-service v0.3.2
5142024-09-06T22:57:05.549Z Downloaded try-lock v0.2.5
5152024-09-06T22:57:05.549Z Downloaded smallvec v0.6.14
5162024-09-06T22:57:05.577Z Downloaded slab v0.4.9
5172024-09-06T22:57:05.608Z Downloaded want v0.3.1
5182024-09-06T22:57:05.608Z Downloaded slog-async v2.8.0
5192024-09-06T22:57:05.608Z Downloaded parking_lot_core v0.8.6
5202024-09-06T22:57:05.608Z Downloaded sigpipe v0.1.3
5212024-09-06T22:57:05.636Z Downloaded take_mut v0.2.2
5222024-09-06T22:57:05.637Z Downloaded subtle v2.5.0
5232024-09-06T22:57:05.637Z Downloaded same-file v1.0.6
5242024-09-06T22:57:05.637Z Downloaded openssl-probe v0.1.5
5252024-09-06T22:57:05.637Z Downloaded oso-derive v0.27.3
5262024-09-06T22:57:05.637Z Downloaded tinyvec_macros v0.1.1
5272024-09-06T22:57:05.676Z Downloaded endian-type v0.1.2
5282024-09-06T22:57:05.676Z Downloaded foreign-types-shared v0.1.1
5292024-09-06T22:57:05.676Z Downloaded embedded-io v0.4.0
5302024-09-06T22:57:05.676Z Downloaded number_prefix v0.4.0
5312024-09-06T22:57:05.676Z Downloaded num_threads v0.1.7
5322024-09-06T22:57:05.676Z Downloaded time-core v0.1.2
5332024-09-06T22:57:05.676Z Downloaded pretty-hex v0.2.1
5342024-09-06T22:57:05.676Z Downloaded fallible-streaming-iterator v0.1.9
5352024-09-06T22:57:05.676Z Downloaded num-complex v0.4.6
5362024-09-06T22:57:05.677Z Downloaded thread_local v1.1.8
5372024-09-06T22:57:05.677Z Downloaded ref-cast-impl v1.0.23
5382024-09-06T22:57:05.677Z Downloaded postcard v1.0.8
5392024-09-06T22:57:05.705Z Downloaded rustls-pemfile v1.0.4
5402024-09-06T22:57:05.705Z Downloaded rustls-pki-types v1.7.0
5412024-09-06T22:57:05.705Z Downloaded rtoolbox v0.0.2
5422024-09-06T22:57:05.705Z Downloaded typed-path v0.7.1
5432024-09-06T22:57:05.733Z Downloaded num-traits v0.2.19
5442024-09-06T22:57:05.733Z Downloaded num-bigint-dig v0.8.4
5452024-09-06T22:57:05.734Z Downloaded rcgen v0.12.1
5462024-09-06T22:57:05.734Z Downloaded reedline v0.33.0
5472024-09-06T22:57:05.761Z Downloaded rustls-webpki v0.102.4
5482024-09-06T22:57:05.787Z Downloaded rusqlite v0.31.0
5492024-09-06T22:57:05.815Z Downloaded regex-syntax v0.6.29
5502024-09-06T22:57:05.815Z Downloaded polar-core v0.27.3
5512024-09-06T22:57:05.844Z Downloaded rustls v0.21.12
5522024-09-06T22:57:05.844Z Downloaded rustls v0.22.4
5532024-09-06T22:57:05.869Z Downloaded petgraph v0.6.5
5542024-09-06T22:57:05.894Z Downloaded diesel v2.2.3
5552024-09-06T22:57:05.918Z Downloaded ratatui v0.28.0
5562024-09-06T22:57:05.945Z Downloaded regex-automata v0.4.6
5572024-09-06T22:57:05.971Z Downloaded encoding_rs v0.8.34
5582024-09-06T22:57:05.995Z Downloaded tokio v1.39.3
5592024-09-06T22:57:06.040Z Downloaded libgit2-sys v0.17.0+1.8.1
5602024-09-06T22:57:06.116Z Downloaded sha3 v0.10.8
5612024-09-06T22:57:06.140Z Downloaded smoltcp v0.11.0
5622024-09-06T22:57:06.167Z Downloaded nix v0.29.0
5632024-09-06T22:57:06.167Z Downloaded finl_unicode v1.2.0
5642024-09-06T22:57:06.190Z Downloaded webpki-roots v0.25.4
5652024-09-06T22:57:06.190Z Downloaded smoltcp v0.9.1
5662024-09-06T22:57:06.215Z Downloaded nix v0.28.0
5672024-09-06T22:57:06.240Z Downloaded nix v0.27.1
5682024-09-06T22:57:06.265Z Downloaded ring v0.17.8
5692024-09-06T22:57:06.359Z Downloaded rayon v1.10.0
5702024-09-06T22:57:06.384Z Downloaded proptest v1.5.0
5712024-09-06T22:57:06.408Z Downloaded libz-sys v1.1.16
5722024-09-06T22:57:06.471Z Downloaded zerocopy-derive v0.6.6
5732024-09-06T22:57:06.494Z Downloaded dropshot v0.10.1
5742024-09-06T22:57:06.521Z Downloaded ring v0.16.20
5752024-09-06T22:57:06.599Z Downloaded idna v0.5.0
5762024-09-06T22:57:06.623Z Downloaded idna v0.3.0
5772024-09-06T22:57:06.623Z Downloaded csv v1.3.0
5782024-09-06T22:57:06.649Z Downloaded libsqlite3-sys v0.28.0
5792024-09-06T22:57:06.740Z Downloaded regress v0.9.1
5802024-09-06T22:57:06.763Z Downloaded regex-syntax v0.8.4
5812024-09-06T22:57:06.763Z Downloaded regex v1.10.6
5822024-09-06T22:57:06.787Z Downloaded p384 v0.13.0
5832024-09-06T22:57:06.787Z Downloaded openssl v0.10.66
5842024-09-06T22:57:06.811Z Downloaded openapiv3 v2.0.0
5852024-09-06T22:57:06.835Z Downloaded winnow v0.5.40
5862024-09-06T22:57:06.835Z Downloaded sled v0.34.7
5872024-09-06T22:57:06.859Z Downloaded bzip2-sys v0.1.11+1.0.8
5882024-09-06T22:57:06.859Z Downloaded rustls-webpki v0.101.7
5892024-09-06T22:57:06.883Z Downloaded reqwest v0.11.27
5902024-09-06T22:57:06.907Z Downloaded object v0.32.2
5912024-09-06T22:57:06.907Z Downloaded portable-atomic v1.6.0
5922024-09-06T22:57:06.907Z Downloaded serde_with v3.9.0
5932024-09-06T22:57:06.931Z Downloaded idna v0.4.0
5942024-09-06T22:57:06.931Z Downloaded idna v0.2.3
5952024-09-06T22:57:06.954Z Downloaded prettyplease v0.2.20
5962024-09-06T22:57:06.955Z Downloaded heapless v0.8.0
5972024-09-06T22:57:06.955Z Downloaded object v0.30.4
5982024-09-06T22:57:06.978Z Downloaded h2 v0.3.26
5992024-09-06T22:57:06.978Z Downloaded rayon-core v1.12.1
6002024-09-06T22:57:06.978Z Downloaded time v0.3.36
6012024-09-06T22:57:06.978Z Downloaded tokio-util v0.7.11
6022024-09-06T22:57:07.002Z Downloaded fatfs v0.3.6
6032024-09-06T22:57:07.002Z Downloaded der v0.7.9
6042024-09-06T22:57:07.002Z Downloaded libxml v0.3.3
6052024-09-06T22:57:07.027Z Downloaded lalrpop v0.19.12
6062024-09-06T22:57:07.027Z Downloaded itertools v0.13.0
6072024-09-06T22:57:07.027Z Downloaded num-rational v0.4.2
6082024-09-06T22:57:07.052Z Downloaded p256 v0.13.2
6092024-09-06T22:57:07.052Z Downloaded oso v0.27.3
6102024-09-06T22:57:07.052Z Downloaded tar v0.4.41
6112024-09-06T22:57:07.052Z Downloaded trust-dns-proto v0.22.0
6122024-09-06T22:57:07.076Z Downloaded tokio-postgres v0.7.11
6132024-09-06T22:57:07.076Z Downloaded elliptic-curve v0.13.8
6142024-09-06T22:57:07.076Z Downloaded powerfmt v0.2.0
6152024-09-06T22:57:07.076Z Downloaded postgres-types v0.2.7
6162024-09-06T22:57:07.076Z Downloaded postgres-protocol v0.6.7
6172024-09-06T22:57:07.076Z Downloaded hickory-client v0.24.1
6182024-09-06T22:57:07.100Z Downloaded test-strategy v0.3.1
6192024-09-06T22:57:07.100Z Downloaded signal-hook v0.3.17
6202024-09-06T22:57:07.100Z Downloaded vcpkg v0.2.15
6212024-09-06T22:57:07.137Z Downloaded hickory-proto v0.24.1
6222024-09-06T22:57:07.161Z Downloaded rustls-pemfile v2.1.3
6232024-09-06T22:57:07.161Z Downloaded psl-types v2.0.11
6242024-09-06T22:57:07.161Z Downloaded proc-macro-crate v1.3.1
6252024-09-06T22:57:07.185Z Downloaded primeorder v0.13.6
6262024-09-06T22:57:07.185Z Downloaded ppv-lite86 v0.2.17
6272024-09-06T22:57:07.185Z Downloaded tungstenite v0.23.0
6282024-09-06T22:57:07.185Z Downloaded fallible-iterator v0.3.0
6292024-09-06T22:57:07.185Z Downloaded tls_codec v0.4.1
6302024-09-06T22:57:07.185Z Downloaded predicates v3.1.2
6312024-09-06T22:57:07.185Z Downloaded expectorate v1.1.0
6322024-09-06T22:57:07.186Z Downloaded owo-colors v4.0.0
6332024-09-06T22:57:07.186Z Downloaded rustyline v14.0.0
6342024-09-06T22:57:07.209Z Downloaded ed25519-dalek v2.1.1
6352024-09-06T22:57:07.209Z Downloaded ref-cast v1.0.23
6362024-09-06T22:57:07.209Z Downloaded time-macros v0.2.18
6372024-09-06T22:57:07.209Z Downloaded num_enum_derive v0.5.11
6382024-09-06T22:57:07.209Z Downloaded num-iter v0.1.45
6392024-09-06T22:57:07.209Z Downloaded num-integer v0.1.46
6402024-09-06T22:57:07.209Z Downloaded num-derive v0.4.2
6412024-09-06T22:57:07.209Z Downloaded toml v0.7.8
6422024-09-06T22:57:07.210Z Downloaded flume v0.11.0
6432024-09-06T22:57:07.233Z Downloaded heapless v0.7.17
6442024-09-06T22:57:07.233Z Downloaded gimli v0.28.1
6452024-09-06T22:57:07.233Z Downloaded thiserror-no-std v2.0.2
6462024-09-06T22:57:07.233Z Downloaded thiserror-impl-no-std v2.0.2
6472024-09-06T22:57:07.257Z Downloaded tokio-tungstenite v0.21.0
6482024-09-06T22:57:07.257Z Downloaded heck v0.3.3
6492024-09-06T22:57:07.257Z Downloaded tls_codec_derive v0.4.1
6502024-09-06T22:57:07.257Z Downloaded termcolor v1.4.1
6512024-09-06T22:57:07.257Z Downloaded term v0.7.0
6522024-09-06T22:57:07.257Z Downloaded x509-cert v0.2.5
6532024-09-06T22:57:07.257Z Downloaded radix_trie v0.2.1
6542024-09-06T22:57:07.281Z Downloaded twox-hash v1.6.3
6552024-09-06T22:57:07.282Z Downloaded tokio-tungstenite v0.23.1
6562024-09-06T22:57:07.282Z Downloaded tokio-tungstenite v0.20.1
6572024-09-06T22:57:07.282Z Downloaded tokio-stream v0.1.15
6582024-09-06T22:57:07.282Z Downloaded funty v2.0.0
6592024-09-06T22:57:07.282Z Downloaded fragile v2.0.0
6602024-09-06T22:57:07.282Z Downloaded form_urlencoded v1.2.1
6612024-09-06T22:57:07.282Z Downloaded fd-lock v4.0.2
6622024-09-06T22:57:07.282Z Downloaded diesel_derives v2.2.2
6632024-09-06T22:57:07.306Z Downloaded ena v0.14.3
6642024-09-06T22:57:07.306Z Downloaded der_derive v0.7.2
6652024-09-06T22:57:07.306Z Downloaded predicates-tree v1.0.9
6662024-09-06T22:57:07.306Z Downloaded predicates-core v1.0.6
6672024-09-06T22:57:07.306Z Downloaded precomputed-hash v0.1.1
6682024-09-06T22:57:07.306Z Downloaded num_enum v0.5.11
6692024-09-06T22:57:07.306Z Downloaded tokio-rustls v0.25.0
6702024-09-06T22:57:07.306Z Downloaded tokio-rustls v0.24.1
6712024-09-06T22:57:07.306Z Downloaded subprocess v0.2.9
6722024-09-06T22:57:07.306Z Downloaded p521 v0.13.3
6732024-09-06T22:57:07.330Z Downloaded hyper v0.14.30
6742024-09-06T22:57:07.330Z Downloaded num-conv v0.1.0
6752024-09-06T22:57:07.330Z Downloaded hex-literal v0.4.1
6762024-09-06T22:57:07.330Z Downloaded hex v0.4.3
6772024-09-06T22:57:07.330Z Downloaded termios v0.3.3
6782024-09-06T22:57:07.330Z Downloaded shell-words v1.1.0
6792024-09-06T22:57:07.330Z Downloaded erased-serde v0.3.31
6802024-09-06T22:57:07.330Z Downloaded env_logger v0.10.2
6812024-09-06T22:57:07.354Z Downloaded env_logger v0.9.3
6822024-09-06T22:57:07.354Z Downloaded tinyvec v1.6.0
6832024-09-06T22:57:07.354Z Downloaded openssl-sys v0.9.103
6842024-09-06T22:57:07.354Z Downloaded schemars v0.8.21
6852024-09-06T22:57:07.378Z Downloaded samael v0.0.15
6862024-09-06T22:57:07.378Z Downloaded headers v0.3.9
6872024-09-06T22:57:07.378Z Downloaded nom v7.1.3
6882024-09-06T22:57:07.402Z Downloaded itertools v0.10.5
6892024-09-06T22:57:07.402Z Downloaded unarray v0.1.4
6902024-09-06T22:57:07.402Z Downloaded tokio-native-tls v0.3.1
6912024-09-06T22:57:07.402Z Downloaded tokio-macros v2.4.0
6922024-09-06T22:57:07.402Z Downloaded foreign-types-shared v0.3.1
6932024-09-06T22:57:07.402Z Downloaded omicron-zone-package v0.11.0
6942024-09-06T22:57:07.402Z Downloaded tap v1.0.1
6952024-09-06T22:57:07.402Z Downloaded serde_yaml v0.9.34+deprecated
6962024-09-06T22:57:07.402Z Downloaded either v1.13.0
6972024-09-06T22:57:07.426Z Downloaded curve25519-dalek v4.1.3
6982024-09-06T22:57:07.426Z Downloaded fallible-iterator v0.2.0
6992024-09-06T22:57:07.426Z Downloaded enum-as-inner v0.6.0
7002024-09-06T22:57:07.426Z Downloaded enum-as-inner v0.5.1
7012024-09-06T22:57:07.426Z Downloaded shlex v1.3.0
7022024-09-06T22:57:07.426Z Downloaded deranged v0.3.11
7032024-09-06T22:57:07.426Z Downloaded defmt-parser v0.3.4
7042024-09-06T22:57:07.426Z Downloaded darling_core v0.20.9
7052024-09-06T22:57:07.450Z Downloaded zip v0.6.6
7062024-09-06T22:57:07.450Z Downloaded tungstenite v0.21.0
7072024-09-06T22:57:07.450Z Downloaded tungstenite v0.20.1
7082024-09-06T22:57:07.450Z Downloaded tiny-keccak v2.0.2
7092024-09-06T22:57:07.450Z Downloaded scheduled-thread-pool v0.2.7
7102024-09-06T22:57:07.451Z Downloaded rusty-fork v0.3.0
7112024-09-06T22:57:07.451Z Downloaded zerocopy v0.6.6
7122024-09-06T22:57:07.451Z Downloaded polyval v0.6.2
7132024-09-06T22:57:07.475Z Downloaded poly1305 v0.8.0
7142024-09-06T22:57:07.475Z Downloaded socket2 v0.5.7
7152024-09-06T22:57:07.475Z Downloaded minimal-lexical v0.2.1
7162024-09-06T22:57:07.475Z Downloaded termtree v0.4.1
7172024-09-06T22:57:07.475Z Downloaded sha1 v0.10.6
7182024-09-06T22:57:07.475Z Downloaded defmt-macros v0.3.9
7192024-09-06T22:57:07.475Z Downloaded defmt v0.3.8
7202024-09-06T22:57:07.475Z Downloaded snafu v0.8.2
7212024-09-06T22:57:07.499Z Downloaded git2 v0.19.0
7222024-09-06T22:57:07.499Z Downloaded opaque-debug v0.3.1
7232024-09-06T22:57:07.499Z Downloaded olpc-cjson v0.1.3
7242024-09-06T22:57:07.499Z Downloaded salsa20 v0.10.2
7252024-09-06T22:57:07.499Z Downloaded yasna v0.5.2
7262024-09-06T22:57:07.499Z Downloaded flate2 v1.0.33
7272024-09-06T22:57:07.523Z Downloaded russh v0.45.0
7282024-09-06T22:57:07.523Z Downloaded hashbrown v0.12.3
7292024-09-06T22:57:07.523Z Downloaded bstr v1.9.1
7302024-09-06T22:57:07.549Z Downloaded openssl-macros v0.1.1
7312024-09-06T22:57:07.549Z Downloaded rustversion v1.0.17
7322024-09-06T22:57:07.549Z Downloaded zone v0.3.0
7332024-09-06T22:57:07.549Z Downloaded zone v0.1.8
7342024-09-06T22:57:07.549Z Downloaded zeroize v1.7.0
7352024-09-06T22:57:07.549Z Downloaded xattr v1.3.1
7362024-09-06T22:57:07.549Z Downloaded tabwriter v1.4.0
7372024-09-06T22:57:07.549Z Downloaded supports-color v3.0.0
7382024-09-06T22:57:07.549Z Downloaded hashbrown v0.13.2
7392024-09-06T22:57:07.549Z Downloaded dhcproto v0.12.0
7402024-09-06T22:57:07.573Z Downloaded quick-xml v0.31.0
7412024-09-06T22:57:07.573Z Downloaded url v2.5.2
7422024-09-06T22:57:07.573Z Downloaded debug-ignore v1.0.5
7432024-09-06T22:57:07.573Z Downloaded data-encoding v2.6.0
7442024-09-06T22:57:07.573Z Downloaded darling_macro v0.20.9
7452024-09-06T22:57:07.573Z Downloaded zone_cfg_derive v0.3.0
7462024-09-06T22:57:07.573Z Downloaded zone_cfg_derive v0.1.2
7472024-09-06T22:57:07.573Z Downloaded zeroize_derive v1.4.2
7482024-09-06T22:57:07.574Z Downloaded wyz v0.5.1
7492024-09-06T22:57:07.574Z Downloaded pin-project v1.1.5
7502024-09-06T22:57:07.597Z Downloaded float-ord v0.3.2
7512024-09-06T22:57:07.597Z Downloaded whoami v1.5.1
7522024-09-06T22:57:07.597Z Downloaded strum_macros v0.26.4
7532024-09-06T22:57:07.598Z Downloaded strum_macros v0.25.3
7542024-09-06T22:57:07.598Z Downloaded spin v0.9.8
7552024-09-06T22:57:07.598Z Downloaded socket2 v0.4.10
7562024-09-06T22:57:07.598Z Downloaded rustc-demangle v0.1.24
7572024-09-06T22:57:07.621Z Downloaded hashlink v0.9.1
7582024-09-06T22:57:07.621Z Downloaded tough v0.17.1
7592024-09-06T22:57:07.621Z Downloaded hickory-server v0.24.1
7602024-09-06T22:57:07.621Z Downloaded signal-hook-registry v1.4.2
7612024-09-06T22:57:07.621Z Downloaded pkcs5 v0.7.1
7622024-09-06T22:57:07.645Z Downloaded flagset v0.4.5
7632024-09-06T22:57:07.645Z Downloaded which v4.4.2
7642024-09-06T22:57:07.646Z Downloaded des v0.8.1
7652024-09-06T22:57:07.646Z Downloaded toml_edit v0.19.15
7662024-09-06T22:57:07.669Z Downloaded futures-util v0.3.30
7672024-09-06T22:57:07.669Z Downloaded sqlparser v0.45.0
7682024-09-06T22:57:07.693Z Downloaded hkdf v0.12.4
7692024-09-06T22:57:07.693Z Downloaded sync_wrapper v0.1.2
7702024-09-06T22:57:07.693Z Downloaded signature v2.2.0
7712024-09-06T22:57:07.694Z Downloaded signal-hook-tokio v0.3.1
7722024-09-06T22:57:07.694Z Downloaded signal-hook-mio v0.2.4
7732024-09-06T22:57:07.694Z Downloaded portpicker v0.1.1
7742024-09-06T22:57:07.694Z Downloaded pkcs8 v0.10.2
7752024-09-06T22:57:07.694Z Downloaded pkcs1 v0.7.5
7762024-09-06T22:57:07.694Z Downloaded pin-utils v0.1.0
7772024-09-06T22:57:07.694Z Downloaded pin-project-lite v0.2.14
7782024-09-06T22:57:07.718Z Downloaded pin-project-internal v1.1.5
7792024-09-06T22:57:07.718Z Downloaded float-cmp v0.9.0
7802024-09-06T22:57:07.718Z Downloaded fixedbitset v0.4.2
7812024-09-06T22:57:07.718Z Downloaded filetime v0.2.25
7822024-09-06T22:57:07.718Z Downloaded ff v0.13.0
7832024-09-06T22:57:07.718Z Downloaded walkdir v2.5.0
7842024-09-06T22:57:07.718Z Downloaded vte_generate_state_changes v0.1.1
7852024-09-06T22:57:07.718Z Downloaded vte v0.11.1
7862024-09-06T22:57:07.718Z Downloaded vsss-rs v3.3.4
7872024-09-06T22:57:07.718Z Downloaded vergen v8.3.2
7882024-09-06T22:57:07.718Z Downloaded spki v0.7.3
7892024-09-06T22:57:07.742Z Downloaded spin v0.5.2
7902024-09-06T22:57:07.742Z Downloaded slog v2.7.0
7912024-09-06T22:57:07.742Z Downloaded similar v2.6.0
7922024-09-06T22:57:07.742Z Downloaded russh-keys v0.45.0
7932024-09-06T22:57:07.742Z Downloaded tracing v0.1.40
7942024-09-06T22:57:07.742Z Downloaded diff v0.1.13
7952024-09-06T22:57:07.742Z Downloaded pkg-config v0.3.30
7962024-09-06T22:57:07.766Z Downloaded peg v0.8.4
7972024-09-06T22:57:07.766Z Downloaded packed_struct v0.10.1
7982024-09-06T22:57:07.766Z Downloaded foreign-types-macros v0.2.3
7992024-09-06T22:57:07.766Z Downloaded foreign-types v0.5.0
8002024-09-06T22:57:07.766Z Downloaded foreign-types v0.3.2
8012024-09-06T22:57:07.766Z Downloaded wait-timeout v0.2.0
8022024-09-06T22:57:07.766Z Downloaded siphasher v0.3.11
8032024-09-06T22:57:07.766Z Downloaded rustfmt-wrapper v0.2.1
8042024-09-06T22:57:07.766Z Downloaded rustc_version v0.1.7
8052024-09-06T22:57:07.766Z Downloaded rustc-hash v1.1.0
8062024-09-06T22:57:07.766Z Downloaded pbkdf2 v0.12.2
8072024-09-06T22:57:07.766Z Downloaded futures v0.3.30
8082024-09-06T22:57:07.792Z Downloaded tracing-core v0.1.32
8092024-09-06T22:57:07.792Z Downloaded half v2.4.1
8102024-09-06T22:57:07.792Z Downloaded uuid v1.10.0
8112024-09-06T22:57:07.792Z Downloaded iana-time-zone v0.1.60
8122024-09-06T22:57:07.792Z Downloaded chrono v0.4.38
8132024-09-06T22:57:07.792Z Downloaded parking_lot v0.12.2
8142024-09-06T22:57:07.816Z Downloaded parking_lot v0.11.2
8152024-09-06T22:57:07.816Z Downloaded snafu-derive v0.8.2
8162024-09-06T22:57:07.816Z Downloaded serde_with_macros v3.9.0
8172024-09-06T22:57:07.816Z Downloaded pbkdf2 v0.11.0
8182024-09-06T22:57:07.816Z Downloaded password-hash v0.5.0
8192024-09-06T22:57:07.816Z Downloaded password-hash v0.4.2
8202024-09-06T22:57:07.816Z Downloaded parking_lot_core v0.9.10
8212024-09-06T22:57:07.816Z Downloaded packed_struct_codegen v0.10.1
8222024-09-06T22:57:07.816Z Downloaded derive_more v0.99.18
8232024-09-06T22:57:07.816Z Downloaded derive-where v1.2.7
8242024-09-06T22:57:07.840Z Downloaded unsafe-libyaml v0.2.11
8252024-09-06T22:57:07.840Z Downloaded unicode_categories v0.1.1
8262024-09-06T22:57:07.840Z Downloaded unicode-normalization v0.1.23
8272024-09-06T22:57:07.840Z Downloaded num-bigint v0.4.5
8282024-09-06T22:57:07.840Z Downloaded libm v0.2.8
8292024-09-06T22:57:07.864Z Downloaded itertools v0.12.1
8302024-09-06T22:57:07.864Z Downloaded waitgroup v0.1.2
8312024-09-06T22:57:07.864Z Downloaded rustc_version v0.4.0
8322024-09-06T22:57:07.864Z Downloaded russh-cryptovec v0.7.2
8332024-09-06T22:57:07.864Z Downloaded headers-core v0.2.0
8342024-09-06T22:57:07.864Z Downloaded dhcproto-macros v0.1.0
8352024-09-06T22:57:07.864Z Downloaded tui-tree-widget v0.22.0
8362024-09-06T22:57:07.864Z Downloaded rand v0.8.5
8372024-09-06T22:57:07.864Z Downloaded phf v0.11.2
8382024-09-06T22:57:07.864Z Downloaded ecdsa v0.16.9
8392024-09-06T22:57:07.889Z Downloaded unicode-segmentation v1.11.0
8402024-09-06T22:57:07.889Z Downloaded steno v0.4.1
8412024-09-06T22:57:07.889Z Downloaded ssh-key v0.6.6
8422024-09-06T22:57:07.889Z Downloaded ron v0.7.1
8432024-09-06T22:57:07.915Z Downloaded nu-ansi-term v0.50.0
8442024-09-06T22:57:07.915Z Downloaded mockall v0.13.0
8452024-09-06T22:57:07.915Z Downloaded memmap2 v0.9.4
8462024-09-06T22:57:07.915Z Downloaded indicatif v0.17.8
8472024-09-06T22:57:07.915Z Downloaded http v0.2.12
8482024-09-06T22:57:07.915Z Downloaded crossterm v0.28.1
8492024-09-06T22:57:07.915Z Downloaded path-slash v0.1.5
8502024-09-06T22:57:07.941Z Downloaded paste v1.0.15
8512024-09-06T22:57:07.941Z Downloaded parse-size v1.0.0
8522024-09-06T22:57:07.941Z Downloaded parse-display-derive v0.10.0
8532024-09-06T22:57:07.941Z Downloaded parse-display v0.10.0
8542024-09-06T22:57:07.941Z Downloaded futures-io v0.3.30
8552024-09-06T22:57:07.941Z Downloaded futures-executor v0.3.30
8562024-09-06T22:57:07.941Z Downloaded futures-core v0.3.30
8572024-09-06T22:57:07.941Z Downloaded futures-channel v0.3.30
8582024-09-06T22:57:07.941Z Downloaded derive_builder_macro v0.20.0
8592024-09-06T22:57:07.941Z Downloaded derive_builder_core v0.20.0
8602024-09-06T22:57:07.941Z Downloaded derive_builder v0.20.0
8612024-09-06T22:57:07.941Z Downloaded tracing-attributes v0.1.27
8622024-09-06T22:57:07.941Z Downloaded topological-sort v0.2.2
8632024-09-06T22:57:07.976Z Downloaded smallvec v1.13.2
8642024-09-06T22:57:07.976Z Downloaded slog-term v2.9.1
8652024-09-06T22:57:07.976Z Downloaded slog-envlogger v2.2.0
8662024-09-06T22:57:07.977Z Downloaded rand_xorshift v0.3.0
8672024-09-06T22:57:07.977Z Downloaded rand_seeder v0.3.0
8682024-09-06T22:57:07.977Z Downloaded rand_core v0.6.4
8692024-09-06T22:57:07.977Z Downloaded publicsuffix v2.2.3
8702024-09-06T22:57:07.977Z Downloaded phf_shared v0.11.2
8712024-09-06T22:57:07.977Z Downloaded percent-encoding v2.3.1
8722024-09-06T22:57:07.977Z Downloaded hash32 v0.2.1
8732024-09-06T22:57:07.977Z Downloaded globset v0.4.14
8742024-09-06T22:57:07.977Z Downloaded multer v3.1.0
8752024-09-06T22:57:07.977Z Downloaded miniz_oxide v0.8.0
8762024-09-06T22:57:07.978Z Downloaded slog-stdlog v4.1.1
8772024-09-06T22:57:07.978Z Downloaded slog-scope v4.4.0
8782024-09-06T22:57:07.978Z Downloaded slog-json v2.6.1
8792024-09-06T22:57:07.978Z Downloaded group v0.13.0
8802024-09-06T22:57:07.978Z Downloaded ed25519 v2.2.3
8812024-09-06T22:57:07.978Z Downloaded dyn-clone v1.0.17
8822024-09-06T22:57:08.004Z Downloaded dropshot_endpoint v0.10.1
8832024-09-06T22:57:08.004Z Downloaded mio v0.8.11
8842024-09-06T22:57:08.004Z Downloaded maplit v1.0.2
8852024-09-06T22:57:08.004Z Downloaded lock_api v0.4.12
8862024-09-06T22:57:08.004Z Downloaded toolchain_find v0.4.0
8872024-09-06T22:57:08.004Z Downloaded smf v0.2.3
8882024-09-06T22:57:08.004Z Downloaded slog-dtrace v0.3.0
8892024-09-06T22:57:08.004Z Downloaded rand_chacha v0.3.1
8902024-09-06T22:57:08.004Z Downloaded radium v0.7.0
8912024-09-06T22:57:08.030Z Downloaded r2d2 v0.8.10
8922024-09-06T22:57:08.030Z Downloaded quick-error v1.2.3
8932024-09-06T22:57:08.030Z Downloaded pem v3.0.4
8942024-09-06T22:57:08.030Z Downloaded dsl_auto_type v0.1.2
8952024-09-06T22:57:08.030Z Downloaded display-error-chain v0.2.1
8962024-09-06T22:57:08.030Z Downloaded dirs-next v2.0.0
8972024-09-06T22:57:08.030Z Downloaded untrusted v0.7.1
8982024-09-06T22:57:08.030Z Downloaded libloading v0.8.3
8992024-09-06T22:57:08.030Z Downloaded bitvec v1.0.1
9002024-09-06T22:57:08.057Z Downloaded bindgen v0.69.4
9012024-09-06T22:57:08.057Z Downloaded slog-bunyan v2.5.0
9022024-09-06T22:57:08.057Z Downloaded serde_urlencoded v0.7.1
9032024-09-06T22:57:08.057Z Downloaded serde_repr v0.1.19
9042024-09-06T22:57:08.081Z Downloaded pem-rfc7468 v0.7.0
9052024-09-06T22:57:08.081Z Downloaded getrandom v0.2.14
9062024-09-06T22:57:08.081Z Downloaded dirs-sys-next v0.1.2
9072024-09-06T22:57:08.081Z Downloaded unicode-bidi v0.3.15
9082024-09-06T22:57:08.081Z Downloaded serde_plain v1.0.2
9092024-09-06T22:57:08.081Z Downloaded nanorand v0.7.0
9102024-09-06T22:57:08.081Z Downloaded mio v1.0.2
9112024-09-06T22:57:08.106Z Downloaded lazycell v1.3.0
9122024-09-06T22:57:08.106Z Downloaded glob v0.3.1
9132024-09-06T22:57:08.106Z Downloaded ghash v0.5.1
9142024-09-06T22:57:08.106Z Downloaded gethostname v0.5.0
9152024-09-06T22:57:08.106Z Downloaded uzers v0.11.3
9162024-09-06T22:57:08.106Z Downloaded universal-hash v0.5.1
9172024-09-06T22:57:08.106Z Downloaded structmeta v0.3.0
9182024-09-06T22:57:08.106Z Downloaded stringprep v0.1.4
9192024-09-06T22:57:08.106Z Downloaded rsa v0.9.6
9202024-09-06T22:57:08.106Z Downloaded ron v0.8.1
9212024-09-06T22:57:08.132Z Downloaded newtype_derive v0.1.6
9222024-09-06T22:57:08.132Z Downloaded lalrpop-util v0.19.12
9232024-09-06T22:57:08.132Z Downloaded jobserver v0.1.32
9242024-09-06T22:57:08.133Z Downloaded hash32 v0.3.1
9252024-09-06T22:57:08.133Z Downloaded getopts v0.2.21
9262024-09-06T22:57:08.133Z Downloaded futures-task v0.3.30
9272024-09-06T22:57:08.133Z Downloaded futures-macro v0.3.30
9282024-09-06T22:57:08.133Z Downloaded diesel_table_macro_syntax v0.2.0
9292024-09-06T22:57:08.133Z Downloaded utf-8 v0.7.6
9302024-09-06T22:57:08.133Z Downloaded untrusted v0.9.0
9312024-09-06T22:57:08.133Z Downloaded unicode-truncate v1.0.0
9322024-09-06T22:57:08.133Z Downloaded structmeta-derive v0.2.0
9332024-09-06T22:57:08.133Z Downloaded sqlformat v0.2.4
9342024-09-06T22:57:08.133Z Downloaded hmac v0.12.1
9352024-09-06T22:57:08.133Z Downloaded chacha20 v0.9.1
9362024-09-06T22:57:08.157Z Downloaded unicase v2.7.0
9372024-09-06T22:57:08.157Z Downloaded strum_macros v0.24.3
9382024-09-06T22:57:08.157Z Downloaded string_cache v0.8.7
9392024-09-06T22:57:08.157Z Downloaded mime v0.3.17
9402024-09-06T22:57:08.157Z Downloaded lru-cache v0.1.2
9412024-09-06T22:57:08.157Z Downloaded linear-map v1.2.0
9422024-09-06T22:57:08.157Z Downloaded http v1.1.0
9432024-09-06T22:57:08.157Z Downloaded strum v0.26.3
9442024-09-06T22:57:08.157Z Downloaded structmeta-derive v0.3.0
9452024-09-06T22:57:08.157Z Downloaded structmeta v0.2.0
9462024-09-06T22:57:08.157Z Downloaded strip-ansi-escapes v0.2.0
9472024-09-06T22:57:08.157Z Downloaded static_assertions v1.1.0
9482024-09-06T22:57:08.157Z Downloaded stable_deref_trait v1.2.0
9492024-09-06T22:57:08.157Z Downloaded ssh-encoding v0.2.0
9502024-09-06T22:57:08.157Z Downloaded ssh-cipher v0.2.0
9512024-09-06T22:57:08.157Z Downloaded serde-hex v0.1.0
9522024-09-06T22:57:08.181Z Downloaded semver v0.1.20
9532024-09-06T22:57:08.182Z Downloaded ipnet v2.9.0
9542024-09-06T22:57:08.182Z Downloaded cookie_store v0.20.0
9552024-09-06T22:57:08.182Z Downloaded aho-corasick v1.1.3
9562024-09-06T22:57:08.182Z Downloaded futures-sink v0.3.30
9572024-09-06T22:57:08.182Z Downloaded serde_derive_internals v0.29.1
9582024-09-06T22:57:08.182Z Downloaded sct v0.7.1
9592024-09-06T22:57:08.182Z Downloaded md-5 v0.10.6
9602024-09-06T22:57:08.182Z Downloaded kstat-rs v0.2.4
9612024-09-06T22:57:08.206Z Downloaded indent_write v2.2.0
9622024-09-06T22:57:08.207Z Downloaded hyper-rustls v0.24.2
9632024-09-06T22:57:08.207Z Downloaded blake3 v1.5.1
9642024-09-06T22:57:08.207Z Downloaded backtrace v0.3.71
9652024-09-06T22:57:08.207Z Downloaded aes-gcm v0.10.3
9662024-09-06T22:57:08.233Z Downloaded difflib v0.4.0
9672024-09-06T22:57:08.233Z Downloaded sec1 v0.7.3
9682024-09-06T22:57:08.233Z Downloaded scrypt v0.11.0
9692024-09-06T22:57:08.233Z Downloaded scopeguard v1.2.0
9702024-09-06T22:57:08.233Z Downloaded schemars_derive v0.8.21
9712024-09-06T22:57:08.234Z Downloaded new_debug_unreachable v1.0.6
9722024-09-06T22:57:08.234Z Downloaded mockall_derive v0.13.0
9732024-09-06T22:57:08.234Z Downloaded matches v0.1.10
9742024-09-06T22:57:08.234Z Downloaded httparse v1.8.0
9752024-09-06T22:57:08.234Z Downloaded base64 v0.13.1
9762024-09-06T22:57:08.234Z Downloaded serde_path_to_error v0.1.16
9772024-09-06T22:57:08.234Z Downloaded serde_arrays v0.1.0
9782024-09-06T22:57:08.234Z Downloaded serde-big-array v0.5.1
9792024-09-06T22:57:08.234Z Downloaded secrecy v0.8.0
9802024-09-06T22:57:08.260Z Downloaded resolv-conf v0.7.0
9812024-09-06T22:57:08.260Z Downloaded hyper-tls v0.5.0
9822024-09-06T22:57:08.260Z Downloaded hickory-resolver v0.24.1
9832024-09-06T22:57:08.260Z Downloaded crc-any v2.5.0
9842024-09-06T22:57:08.260Z Downloaded cookie v0.18.1
9852024-09-06T22:57:08.260Z Downloaded compact_str v0.8.0
9862024-09-06T22:57:08.260Z Downloaded chacha20poly1305 v0.10.1
9872024-09-06T22:57:08.260Z Downloaded base64 v0.22.1
9882024-09-06T22:57:08.260Z Downloaded rfc6979 v0.4.0
9892024-09-06T22:57:08.261Z Downloaded native-tls v0.2.11
9902024-09-06T22:57:08.285Z Downloaded inout v0.1.3
9912024-09-06T22:57:08.285Z Downloaded humantime v2.1.0
9922024-09-06T22:57:08.286Z Downloaded hubpack v0.1.2
9932024-09-06T22:57:08.286Z Downloaded ctr v0.9.2
9942024-09-06T22:57:08.286Z Downloaded csv-core v0.1.11
9952024-09-06T22:57:08.286Z Downloaded crossterm v0.27.0
9962024-09-06T22:57:08.286Z Downloaded crossbeam-utils v0.8.19
9972024-09-06T22:57:08.286Z Downloaded crossbeam-deque v0.8.5
9982024-09-06T22:57:08.286Z Downloaded crc32fast v1.4.0
9992024-09-06T22:57:08.312Z Downloaded blake2 v0.10.6
10002024-09-06T22:57:08.312Z Downloaded bcs v0.1.6
10012024-09-06T22:57:08.312Z Downloaded http-body v0.4.6
10022024-09-06T22:57:08.312Z Downloaded highway v1.2.0
10032024-09-06T22:57:08.312Z Downloaded buf-list v1.0.3
10042024-09-06T22:57:08.312Z Downloaded blowfish v0.9.1
10052024-09-06T22:57:08.312Z Downloaded is-terminal v0.4.12
10062024-09-06T22:57:08.312Z Downloaded instant v0.1.12
10072024-09-06T22:57:08.312Z Downloaded ident_case v1.0.1
10082024-09-06T22:57:08.312Z Downloaded cstr-argument v0.1.2
10092024-09-06T22:57:08.312Z Downloaded crunchy v0.2.2
10102024-09-06T22:57:08.312Z Downloaded const_format_proc_macros v0.2.32
10112024-09-06T22:57:08.313Z Downloaded const-oid v0.9.6
10122024-09-06T22:57:08.313Z Downloaded cobs v0.2.3
10132024-09-06T22:57:08.343Z Downloaded bitfield-struct v0.6.1
10142024-09-06T22:57:08.343Z Downloaded bit-set v0.5.3
10152024-09-06T22:57:08.343Z Downloaded aes v0.8.4
10162024-09-06T22:57:08.343Z Downloaded multimap v0.10.0
10172024-09-06T22:57:08.343Z Downloaded managed v0.8.0
10182024-09-06T22:57:08.343Z Downloaded libefi-sys v0.1.0
10192024-09-06T22:57:08.343Z Downloaded darling v0.20.9
10202024-09-06T22:57:08.343Z Downloaded crossbeam-channel v0.5.12
10212024-09-06T22:57:08.343Z Downloaded cexpr v0.6.0
10222024-09-06T22:57:08.344Z Downloaded cancel-safe-futures v0.1.5
10232024-09-06T22:57:08.344Z Downloaded bzip2 v0.4.4
10242024-09-06T22:57:08.344Z Downloaded newtype-uuid v1.1.0
10252024-09-06T22:57:08.344Z Downloaded keccak v0.1.5
10262024-09-06T22:57:08.369Z Downloaded ipnetwork v0.20.0
10272024-09-06T22:57:08.369Z Downloaded indoc v1.0.9
10282024-09-06T22:57:08.369Z Downloaded hostname v0.3.1
10292024-09-06T22:57:08.369Z Downloaded crypto-bigint v0.5.5
10302024-09-06T22:57:08.421Z Downloaded convert_case v0.4.0
10312024-09-06T22:57:08.447Z Downloaded const_format v0.2.32
10322024-09-06T22:57:08.447Z Downloaded cipher v0.4.4
10332024-09-06T22:57:08.447Z Downloaded cfg_aliases v0.2.1
10342024-09-06T22:57:08.447Z Downloaded cc v1.0.97
10352024-09-06T22:57:08.447Z Downloaded castaway v0.2.3
10362024-09-06T22:57:08.447Z Downloaded bytes v1.7.1
10372024-09-06T22:57:08.471Z Downloaded bitstruct_derive v0.1.0
10382024-09-06T22:57:08.471Z Downloaded bitfield v0.14.0
10392024-09-06T22:57:08.471Z Downloaded bb8 v0.8.5
10402024-09-06T22:57:08.471Z Downloaded base64 v0.21.7
10412024-09-06T22:57:08.471Z Downloaded memoffset v0.9.1
10422024-09-06T22:57:08.471Z Downloaded maybe-uninit v2.0.0
10432024-09-06T22:57:08.471Z Downloaded lru v0.12.3
10442024-09-06T22:57:08.471Z Downloaded linked-hash-map v0.5.6
10452024-09-06T22:57:08.496Z Downloaded libsw v3.3.1
10462024-09-06T22:57:08.496Z Downloaded lazy_static v1.5.0
10472024-09-06T22:57:08.496Z Downloaded internet-checksum v0.2.1
10482024-09-06T22:57:08.496Z Downloaded instability v0.3.2
10492024-09-06T22:57:08.496Z Downloaded indexmap v1.9.3
10502024-09-06T22:57:08.496Z Downloaded impl-trait-for-tuples v0.2.2
10512024-09-06T22:57:08.496Z Downloaded hyper-staticfile v0.9.5
10522024-09-06T22:57:08.496Z Downloaded httpdate v1.0.3
10532024-09-06T22:57:08.496Z Downloaded newline-converter v0.3.0
10542024-09-06T22:57:08.496Z Downloaded md5 v0.7.0
10552024-09-06T22:57:08.524Z Downloaded match_cfg v0.1.0
10562024-09-06T22:57:08.524Z Downloaded hubpack_derive v0.1.1
10572024-09-06T22:57:08.524Z Downloaded hostname v0.4.0
10582024-09-06T22:57:08.524Z Downloaded home v0.5.9
10592024-09-06T22:57:08.524Z Downloaded crossbeam-epoch v0.9.18
10602024-09-06T22:57:08.524Z Downloaded clang-sys v1.7.0
10612024-09-06T22:57:08.524Z Downloaded bitflags v1.3.2
10622024-09-06T22:57:08.524Z Downloaded atty v0.2.14
10632024-09-06T22:57:08.524Z Downloaded atomic-waker v1.1.2
10642024-09-06T22:57:08.524Z Downloaded async-bb8-diesel v0.2.1
10652024-09-06T22:57:08.524Z Downloaded arc-swap v1.7.1
10662024-09-06T22:57:08.549Z Downloaded allocator-api2 v0.2.18
10672024-09-06T22:57:08.549Z Downloaded curve25519-dalek-derive v0.1.1
10682024-09-06T22:57:08.549Z Downloaded crc-catalog v2.4.0
10692024-09-06T22:57:08.549Z Downloaded console v0.15.8
10702024-09-06T22:57:08.549Z Downloaded bit-vec v0.6.3
10712024-09-06T22:57:08.549Z Downloaded bcrypt-pbkdf v0.10.0
10722024-09-06T22:57:08.549Z Downloaded base64ct v1.6.0
10732024-09-06T22:57:08.549Z Downloaded base16ct v0.2.0
10742024-09-06T22:57:08.549Z Downloaded backoff v0.4.0
10752024-09-06T22:57:08.573Z Downloaded async-trait v0.1.81
10762024-09-06T22:57:08.573Z Downloaded async-stream v0.3.5
10772024-09-06T22:57:08.573Z Downloaded ascii-canvas v3.0.0
10782024-09-06T22:57:08.573Z Downloaded arrayvec v0.7.4
10792024-09-06T22:57:08.573Z Downloaded argon2 v0.5.3
10802024-09-06T22:57:08.573Z Downloaded ahash v0.8.11
10812024-09-06T22:57:08.573Z Downloaded aead v0.5.2
10822024-09-06T22:57:08.573Z Downloaded adler v1.0.2
10832024-09-06T22:57:08.573Z Downloaded addr2line v0.21.0
10842024-09-06T22:57:08.573Z Downloaded crucible-workspace-hack v0.1.0
10852024-09-06T22:57:08.573Z Downloaded crc v3.2.1
10862024-09-06T22:57:08.598Z Downloaded cookie v0.17.0
10872024-09-06T22:57:08.598Z Downloaded constant_time_eq v0.3.0
10882024-09-06T22:57:08.598Z Downloaded ciborium-ll v0.2.2
10892024-09-06T22:57:08.598Z Downloaded ciborium-io v0.2.2
10902024-09-06T22:57:08.598Z Downloaded ciborium v0.2.2
10912024-09-06T22:57:08.598Z Downloaded cfg_aliases v0.1.1
10922024-09-06T22:57:08.598Z Downloaded cbc v0.1.2
10932024-09-06T22:57:08.598Z Downloaded cassowary v0.3.0
10942024-09-06T22:57:08.598Z Downloaded block-padding v0.3.3
10952024-09-06T22:57:08.598Z Downloaded bitstruct v0.1.1
10962024-09-06T22:57:08.598Z Downloaded atomicwrites v0.4.3
10972024-09-06T22:57:08.598Z Downloaded async-recursion v1.1.1
10982024-09-06T22:57:08.622Z Downloaded assert_matches v1.5.0
10992024-09-06T22:57:08.622Z Downloaded ascii v1.1.0
11002024-09-06T22:57:08.622Z Downloaded arrayref v0.3.7
11012024-09-06T22:57:08.622Z Downloaded array-init v0.0.4
11022024-09-06T22:57:08.622Z Downloaded adler2 v2.0.0
11032024-09-06T22:57:08.856Z Compiling serde v1.0.208
11042024-09-06T22:57:08.880Z Compiling typenum v1.17.0
11052024-09-06T22:57:08.880Z Compiling generic-array v0.14.7
11062024-09-06T22:57:08.880Z Compiling lock_api v0.4.12
11072024-09-06T22:57:08.880Z Compiling scopeguard v1.2.0
11082024-09-06T22:57:08.880Z Compiling log v0.4.21
11092024-09-06T22:57:08.904Z Compiling syn v2.0.74
11102024-09-06T22:57:08.904Z Compiling getrandom v0.2.14
11112024-09-06T22:57:09.050Z Compiling jobserver v0.1.32
11122024-09-06T22:57:09.238Z Compiling rand_core v0.6.4
11132024-09-06T22:57:09.442Z Compiling cc v1.0.97
11142024-09-06T22:57:09.466Z Compiling subtle v2.5.0
11152024-09-06T22:57:09.752Z Compiling const-oid v0.9.6
11162024-09-06T22:57:09.809Z Compiling smallvec v1.13.2
11172024-09-06T22:57:09.921Z Compiling pin-project-lite v0.2.14
11182024-09-06T22:57:09.948Z Compiling parking_lot_core v0.9.10
11192024-09-06T22:57:09.972Z Compiling signal-hook-registry v1.4.2
11202024-09-06T22:57:10.046Z Compiling spin v0.9.8
11212024-09-06T22:57:10.183Z Compiling mio v1.0.2
11222024-09-06T22:57:10.431Z Compiling ahash v0.8.11
11232024-09-06T22:57:10.733Z Compiling tinyvec_macros v0.1.1
11242024-09-06T22:57:10.791Z Compiling parking_lot v0.12.2
11252024-09-06T22:57:10.829Z Compiling tinyvec v1.6.0
11262024-09-06T22:57:11.090Z Compiling socket2 v0.5.7
11272024-09-06T22:57:11.256Z Compiling serde_json v1.0.125
11282024-09-06T22:57:11.330Z Compiling futures-core v0.3.30
11292024-09-06T22:57:11.367Z Compiling cpufeatures v0.2.12
11302024-09-06T22:57:11.482Z Compiling futures-sink v0.3.30
11312024-09-06T22:57:11.607Z Compiling libm v0.2.8
11322024-09-06T22:57:11.647Z Compiling slab v0.4.9
11332024-09-06T22:57:11.691Z Compiling num-traits v0.2.19
11342024-09-06T22:57:11.718Z Compiling allocator-api2 v0.2.18
11352024-09-06T22:57:11.953Z Compiling unicode-bidi v0.3.15
11362024-09-06T22:57:12.211Z Compiling unicode-normalization v0.1.23
11372024-09-06T22:57:12.252Z Compiling futures-channel v0.3.30
11382024-09-06T22:57:12.455Z Compiling vcpkg v0.2.15
11392024-09-06T22:57:12.502Z Compiling futures-task v0.3.30
11402024-09-06T22:57:12.644Z Compiling pkg-config v0.3.30
11412024-09-06T22:57:12.783Z Compiling pin-utils v0.1.0
11422024-09-06T22:57:13.094Z Compiling futures-io v0.3.30
11432024-09-06T22:57:13.140Z Compiling ring v0.17.8
11442024-09-06T22:57:13.229Z Compiling base64ct v1.6.0
11452024-09-06T22:57:13.282Z Compiling flagset v0.4.5
11462024-09-06T22:57:13.436Z Compiling percent-encoding v2.3.1
11472024-09-06T22:57:13.533Z Compiling ppv-lite86 v0.2.17
11482024-09-06T22:57:13.766Z Compiling pem-rfc7468 v0.7.0
11492024-09-06T22:57:13.822Z Compiling tracing-core v0.1.32
11502024-09-06T22:57:14.073Z Compiling untrusted v0.9.0
11512024-09-06T22:57:14.214Z Compiling rand_chacha v0.3.1
11522024-09-06T22:57:14.244Z Compiling rustix v0.38.34
11532024-09-06T22:57:14.464Z Compiling openssl-sys v0.9.103
11542024-09-06T22:57:14.488Z Compiling foreign-types-shared v0.1.1
11552024-09-06T22:57:14.596Z Compiling powerfmt v0.2.0
11562024-09-06T22:57:14.662Z Compiling rand v0.8.5
11572024-09-06T22:57:14.972Z Compiling httparse v1.8.0
11582024-09-06T22:57:15.083Z Compiling openssl v0.10.66
11592024-09-06T22:57:15.108Z Compiling num-conv v0.1.0
11602024-09-06T22:57:15.375Z Compiling rustversion v1.0.17
11612024-09-06T22:57:15.400Z Compiling time-core v0.1.2
11622024-09-06T22:57:15.498Z Compiling deranged v0.3.11
11632024-09-06T22:57:15.574Z Compiling time-macros v0.2.18
11642024-09-06T22:57:16.068Z Compiling foreign-types v0.3.2
11652024-09-06T22:57:16.111Z Compiling form_urlencoded v1.2.1
11662024-09-06T22:57:16.166Z Compiling aho-corasick v1.1.3
11672024-09-06T22:57:16.384Z Compiling crossbeam-utils v0.8.19
11682024-09-06T22:57:16.433Z Compiling regex-syntax v0.8.4
11692024-09-06T22:57:16.739Z Compiling try-lock v0.2.5
11702024-09-06T22:57:16.868Z Compiling rustls v0.21.12
11712024-09-06T22:57:16.942Z Compiling native-tls v0.2.11
11722024-09-06T22:57:17.099Z Compiling siphasher v0.3.11
11732024-09-06T22:57:17.145Z Compiling num_threads v0.1.7
11742024-09-06T22:57:17.242Z Compiling syn v1.0.109
11752024-09-06T22:57:17.335Z Compiling want v0.3.1
11762024-09-06T22:57:17.879Z Compiling idna v0.5.0
11772024-09-06T22:57:18.214Z Compiling cookie v0.17.0
11782024-09-06T22:57:18.318Z Compiling time v0.3.36
11792024-09-06T22:57:18.524Z Compiling httpdate v1.0.3
11802024-09-06T22:57:18.713Z Compiling finl_unicode v1.2.0
11812024-09-06T22:57:18.931Z Compiling tower-service v0.3.2
11822024-09-06T22:57:19.049Z Compiling openssl-probe v0.1.5
11832024-09-06T22:57:19.199Z Compiling iana-time-zone v0.1.60
11842024-09-06T22:57:19.223Z Compiling slog v2.7.0
11852024-09-06T22:57:19.364Z Compiling regex-automata v0.4.6
11862024-09-06T22:57:19.616Z Compiling stringprep v0.1.4
11872024-09-06T22:57:19.738Z Compiling url v2.5.2
11882024-09-06T22:57:21.286Z Compiling serde_derive v1.0.208
11892024-09-06T22:57:21.363Z Compiling zeroize_derive v1.4.2
11902024-09-06T22:57:21.960Z Compiling zerocopy-derive v0.7.34
11912024-09-06T22:57:21.994Z Compiling tokio-macros v2.4.0
11922024-09-06T22:57:22.689Z Compiling zeroize v1.7.0
11932024-09-06T22:57:22.762Z Compiling thiserror-impl v1.0.63
11942024-09-06T22:57:22.817Z Compiling futures-macro v0.3.30
11952024-09-06T22:57:23.319Z Compiling der_derive v0.7.2
11962024-09-06T22:57:23.845Z Compiling zerocopy v0.7.34
11972024-09-06T22:57:24.280Z Compiling crypto-common v0.1.6
11982024-09-06T22:57:24.476Z Compiling block-buffer v0.10.4
11992024-09-06T22:57:24.501Z Compiling block-padding v0.3.3
12002024-09-06T22:57:24.711Z Compiling digest v0.10.7
12012024-09-06T22:57:24.735Z Compiling inout v0.1.3
12022024-09-06T22:57:24.982Z Compiling cipher v0.4.4
12032024-09-06T22:57:25.152Z Compiling hmac v0.12.1
12042024-09-06T22:57:25.373Z Compiling sha2 v0.10.8
12052024-09-06T22:57:25.396Z Compiling futures-util v0.3.30
12062024-09-06T22:57:25.430Z Compiling salsa20 v0.10.2
12072024-09-06T22:57:25.501Z Compiling thiserror v1.0.63
12082024-09-06T22:57:25.634Z Compiling hashbrown v0.14.5
12092024-09-06T22:57:25.658Z Compiling pest v2.7.10
12102024-09-06T22:57:25.716Z Compiling der v0.7.9
12112024-09-06T22:57:26.941Z Compiling pbkdf2 v0.12.2
12122024-09-06T22:57:27.113Z Compiling scroll_derive v0.12.0
12132024-09-06T22:57:27.963Z Compiling pest_meta v2.7.10
12142024-09-06T22:57:28.450Z Compiling tracing-attributes v0.1.27
12152024-09-06T22:57:28.483Z Compiling scroll v0.12.0
12162024-09-06T22:57:28.754Z Compiling spki v0.7.3
12172024-09-06T22:57:29.002Z Compiling scrypt v0.11.0
12182024-09-06T22:57:29.084Z Compiling aes v0.8.4
12192024-09-06T22:57:29.494Z Compiling pest_generator v2.7.10
12202024-09-06T22:57:30.090Z Compiling cbc v0.1.2
12212024-09-06T22:57:30.302Z Compiling pkcs5 v0.7.1
12222024-09-06T22:57:30.599Z Compiling goblin v0.8.2
12232024-09-06T22:57:31.098Z Compiling openssl-macros v0.1.1
12242024-09-06T22:57:31.209Z Compiling pkcs8 v0.10.2
12252024-09-06T22:57:31.341Z Compiling sct v0.7.1
12262024-09-06T22:57:31.655Z Compiling rustls-webpki v0.101.7
12272024-09-06T22:57:31.704Z Compiling tracing v0.1.40
12282024-09-06T22:57:31.820Z Compiling md-5 v0.10.6
12292024-09-06T22:57:31.921Z Compiling num-integer v0.1.46
12302024-09-06T22:57:32.050Z Compiling backtrace v0.3.71
12312024-09-06T22:57:32.151Z Compiling idna v0.3.0
12322024-09-06T22:57:32.331Z Compiling pest_derive v2.7.10
12332024-09-06T22:57:32.587Z Compiling lazy_static v1.5.0
12342024-09-06T22:57:32.709Z Compiling hash32 v0.2.1
12352024-09-06T22:57:32.810Z Compiling adler v1.0.2
12362024-09-06T22:57:33.016Z Compiling dtrace-parser v0.2.0
12372024-09-06T22:57:33.045Z Compiling crc32fast v1.4.0
12382024-09-06T22:57:33.069Z Compiling fallible-iterator v0.2.0
12392024-09-06T22:57:33.314Z Compiling bytes v1.7.1
12402024-09-06T22:57:33.497Z Compiling bitflags v2.6.0
12412024-09-06T22:57:33.606Z Compiling indexmap v2.4.0
12422024-09-06T22:57:33.737Z Compiling semver v1.0.23
12432024-09-06T22:57:34.428Z Compiling tokio v1.39.3
12442024-09-06T22:57:34.531Z Compiling http v0.2.12
12452024-09-06T22:57:34.809Z Compiling rustc_version v0.4.0
12462024-09-06T22:57:35.512Z Compiling heapless v0.7.17
12472024-09-06T22:57:35.888Z Compiling http-body v0.4.6
12482024-09-06T22:57:36.220Z Compiling dof v0.3.0
12492024-09-06T22:57:36.303Z Compiling uuid v1.10.0
12502024-09-06T22:57:36.528Z Compiling toml_datetime v0.6.8
12512024-09-06T22:57:36.770Z Compiling chrono v0.4.38
12522024-09-06T22:57:37.000Z Compiling usdt-impl v0.5.0
12532024-09-06T22:57:37.511Z Compiling serde_spanned v0.6.7
12542024-09-06T22:57:37.742Z Compiling serde_tokenstream v0.2.2
12552024-09-06T22:57:38.047Z Compiling num-bigint-dig v0.8.4
12562024-09-06T22:57:38.310Z Compiling base64 v0.22.1
12572024-09-06T22:57:38.335Z Compiling smoltcp v0.9.1
12582024-09-06T22:57:38.335Z Compiling psl-types v2.0.11
12592024-09-06T22:57:38.529Z Compiling stable_deref_trait v1.2.0
12602024-09-06T22:57:38.626Z Compiling gimli v0.28.1
12612024-09-06T22:57:38.992Z Compiling signal-hook v0.3.17
12622024-09-06T22:57:39.042Z Compiling postgres-protocol v0.6.7
12632024-09-06T22:57:39.498Z Compiling publicsuffix v2.2.3
12642024-09-06T22:57:39.758Z Compiling terminal_size v0.3.0
12652024-09-06T22:57:40.107Z Compiling miniz_oxide v0.7.2
12662024-09-06T22:57:40.131Z Compiling hubpack_derive v0.1.1
12672024-09-06T22:57:40.217Z Compiling num-iter v0.1.45
12682024-09-06T22:57:40.285Z Compiling async-trait v0.1.81
12692024-09-06T22:57:40.385Z Compiling zerocopy-derive v0.6.6
12702024-09-06T22:57:40.915Z Compiling phf_shared v0.11.2
12712024-09-06T22:57:41.268Z Compiling serde_derive_internals v0.29.1
12722024-09-06T22:57:41.544Z Compiling tokio-util v0.7.11
12732024-09-06T22:57:41.567Z Compiling tokio-rustls v0.24.1
12742024-09-06T22:57:41.924Z Compiling tokio-native-tls v0.3.1
12752024-09-06T22:57:42.152Z Compiling addr2line v0.21.0
12762024-09-06T22:57:42.176Z Compiling ff v0.13.0
12772024-09-06T22:57:42.226Z Compiling object v0.32.2
12782024-09-06T22:57:42.389Z Compiling h2 v0.3.26
12792024-09-06T22:57:42.708Z Compiling fs-err v2.11.0
12802024-09-06T22:57:42.735Z Compiling winnow v0.5.40
12812024-09-06T22:57:42.766Z Compiling adler2 v2.0.0
12822024-09-06T22:57:42.766Z Compiling anyhow v1.0.86
12832024-09-06T22:57:43.024Z Compiling base16ct v0.2.0
12842024-09-06T22:57:43.048Z Compiling base64 v0.21.7
12852024-09-06T22:57:43.315Z Compiling bitflags v1.3.2
12862024-09-06T22:57:43.381Z Compiling schemars v0.8.21
12872024-09-06T22:57:43.469Z Compiling ipnet v2.9.0
12882024-09-06T22:57:43.709Z Compiling rustc-demangle v0.1.24
12892024-09-06T22:57:43.733Z Compiling either v1.13.0
12902024-09-06T22:57:43.757Z Compiling managed v0.8.0
12912024-09-06T22:57:44.164Z Compiling schemars_derive v0.8.21
12922024-09-06T22:57:44.488Z Compiling rustls-pemfile v1.0.4
12932024-09-06T22:57:44.556Z Compiling clap_builder v4.5.15
12942024-09-06T22:57:45.046Z Compiling sec1 v0.7.3
12952024-09-06T22:57:45.692Z Compiling toml_edit v0.19.15
12962024-09-06T22:57:45.865Z Compiling miniz_oxide v0.8.0
12972024-09-06T22:57:45.996Z Compiling group v0.13.0
12982024-09-06T22:57:46.277Z Compiling zerocopy v0.6.6
12992024-09-06T22:57:46.925Z Compiling phf v0.11.2
13002024-09-06T22:57:47.015Z Compiling hubpack v0.1.2
13012024-09-06T22:57:47.185Z Compiling cookie_store v0.20.0
13022024-09-06T22:57:47.632Z Compiling postgres-types v0.2.7
13032024-09-06T22:57:47.717Z Compiling usdt-attr-macro v0.5.0
13042024-09-06T22:57:48.444Z Compiling hyper v0.14.30
13052024-09-06T22:57:48.912Z Compiling usdt-macro v0.5.0
13062024-09-06T22:57:49.925Z Compiling serde_urlencoded v0.7.1
13072024-09-06T22:57:50.129Z Compiling pkcs1 v0.7.5
13082024-09-06T22:57:50.374Z Compiling futures-executor v0.3.30
13092024-09-06T22:57:50.872Z Compiling hkdf v0.12.4
13102024-09-06T22:57:50.961Z Compiling signature v2.2.0
13112024-09-06T22:57:51.104Z Compiling crypto-bigint v0.5.5
13122024-09-06T22:57:51.188Z Compiling regex v1.10.6
13132024-09-06T22:57:51.238Z Compiling bstr v1.9.1
13142024-09-06T22:57:51.551Z Compiling enum-as-inner v0.6.0
13152024-09-06T22:57:52.160Z Compiling serde_repr v0.1.19
13162024-09-06T22:57:52.448Z Compiling strum_macros v0.25.3
13172024-09-06T22:57:52.491Z Compiling clap_derive v4.5.13
13182024-09-06T22:57:52.537Z Compiling phf_shared v0.10.0
13192024-09-06T22:57:52.794Z Compiling float-cmp v0.9.0
13202024-09-06T22:57:52.885Z Compiling idna v0.4.0
13212024-09-06T22:57:53.004Z Compiling mio v0.8.11
13222024-09-06T22:57:53.162Z Compiling encoding_rs v0.8.34
13232024-09-06T22:57:54.165Z Compiling dyn-clone v1.0.17
13242024-09-06T22:57:54.223Z Compiling fixedbitset v0.4.2
13252024-09-06T22:57:54.376Z Compiling hyper-tls v0.5.0
13262024-09-06T22:57:54.639Z Compiling hyper-rustls v0.24.2
13272024-09-06T22:57:54.691Z Compiling static_assertions v1.1.0
13282024-09-06T22:57:54.790Z Compiling bit-vec v0.6.3
13292024-09-06T22:57:54.957Z Compiling unicode-segmentation v1.11.0
13302024-09-06T22:57:55.205Z Compiling sync_wrapper v0.1.2
13312024-09-06T22:57:55.331Z Compiling mime v0.3.17
13322024-09-06T22:57:55.677Z Compiling difflib v0.4.0
13332024-09-06T22:57:55.879Z Compiling minimal-lexical v0.2.1
13342024-09-06T22:57:55.906Z Compiling data-encoding v2.6.0
13352024-09-06T22:57:56.135Z Compiling precomputed-hash v0.1.1
13362024-09-06T22:57:56.261Z Compiling new_debug_unreachable v1.0.6
13372024-09-06T22:57:56.373Z Compiling predicates-core v1.0.6
13382024-09-06T22:57:56.399Z Compiling normalize-line-endings v0.3.0
13392024-09-06T22:57:56.520Z Compiling whoami v1.5.1
13402024-09-06T22:57:56.574Z Compiling webpki-roots v0.25.4
13412024-09-06T22:57:56.716Z Compiling reqwest v0.11.27
13422024-09-06T22:57:56.740Z Compiling clap v4.5.16
13432024-09-06T22:57:56.866Z Compiling tokio-postgres v0.7.11
13442024-09-06T22:57:56.890Z Compiling predicates v3.1.2
13452024-09-06T22:57:56.914Z Compiling console v0.15.8
13462024-09-06T22:57:57.081Z Compiling hickory-proto v0.24.1
13472024-09-06T22:57:57.119Z Compiling string_cache v0.8.7
13482024-09-06T22:57:57.541Z Compiling nom v7.1.3
13492024-09-06T22:57:57.901Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13502024-09-06T22:57:58.244Z Compiling toml_edit v0.22.20
13512024-09-06T22:57:58.375Z Compiling similar v2.6.0
13522024-09-06T22:57:59.200Z Compiling bit-set v0.5.3
13532024-09-06T22:57:59.459Z Compiling petgraph v0.6.5
13542024-09-06T22:58:00.532Z Compiling elliptic-curve v0.13.8
13552024-09-06T22:58:01.294Z Compiling signal-hook-mio v0.2.4
13562024-09-06T22:58:01.461Z Compiling usdt v0.5.0
13572024-09-06T22:58:01.488Z Compiling rsa v0.9.6
13582024-09-06T22:58:01.914Z Compiling futures v0.3.30
13592024-09-06T22:58:02.778Z Compiling toml v0.7.8
13602024-09-06T22:58:02.849Z Compiling flate2 v1.0.33
13612024-09-06T22:58:03.580Z Compiling itertools v0.12.1
13622024-09-06T22:58:03.686Z Compiling itertools v0.10.5
13632024-09-06T22:58:03.832Z Compiling tokio-stream v0.1.15
13642024-09-06T22:58:04.217Z Compiling openapiv3 v2.0.0
13652024-09-06T22:58:04.648Z Compiling hex v0.4.3
13662024-09-06T22:58:05.150Z Compiling sha1 v0.10.6
13672024-09-06T22:58:05.256Z Compiling crossbeam-epoch v0.9.18
13682024-09-06T22:58:05.503Z Compiling dirs-sys-next v0.1.2
13692024-09-06T22:58:05.609Z Compiling peg-runtime v0.8.3
13702024-09-06T22:58:05.931Z Compiling unicode-xid v0.2.4
13712024-09-06T22:58:06.040Z Compiling lalrpop-util v0.19.12
13722024-09-06T22:58:06.094Z Compiling dirs-next v2.0.0
13732024-09-06T22:58:06.118Z Compiling thread_local v1.1.8
13742024-09-06T22:58:06.172Z Compiling slog-async v2.8.0
13752024-09-06T22:58:06.220Z Compiling xattr v1.3.1
13762024-09-06T22:58:06.299Z Compiling term v0.7.0
13772024-09-06T22:58:06.400Z Compiling crossbeam-channel v0.5.12
13782024-09-06T22:58:06.507Z Compiling strum_macros v0.26.4
13792024-09-06T22:58:06.629Z Compiling is-terminal v0.4.12
13802024-09-06T22:58:06.737Z Compiling filetime v0.2.25
13812024-09-06T22:58:06.761Z Compiling take_mut v0.2.2
13822024-09-06T22:58:06.911Z Compiling slog-term v2.9.1
13832024-09-06T22:58:07.027Z Compiling tar v0.4.41
13842024-09-06T22:58:07.624Z Compiling camino v1.1.9
13852024-09-06T22:58:08.724Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13862024-09-06T22:58:09.675Z Compiling strum v0.26.3
13872024-09-06T22:58:09.789Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13882024-09-06T22:58:16.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
13892024-09-06T22:58:16.718Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13902024-09-06T22:58:16.788ZSep 06 22:58:15.943 INFO Starting download, target: Clickhouse
13912024-09-06T22:58:16.788ZSep 06 22:58:15.943 INFO Starting download, target: Cockroach
13922024-09-06T22:58:16.789ZSep 06 22:58:15.943 INFO Starting download, target: Console
13932024-09-06T22:58:16.789ZSep 06 22:58:15.944 INFO Starting download, target: DendriteOpenapi
13942024-09-06T22:58:16.789ZSep 06 22:58:15.944 INFO Starting download, target: DendriteStub
13952024-09-06T22:58:16.789ZSep 06 22:58:15.944 INFO Starting download, target: MaghemiteMgd
13962024-09-06T22:58:16.789ZSep 06 22:58:15.944 INFO Starting download, target: TransceiverControl
13972024-09-06T22:58:16.813ZSep 06 22:58:15.945 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13982024-09-06T22:58:16.813ZSep 06 22:58:15.945 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13992024-09-06T22:58:16.813ZSep 06 22:58:15.946 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14002024-09-06T22:58:16.813ZSep 06 22:58:15.946 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14012024-09-06T22:58:16.813ZSep 06 22:58:15.946 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14022024-09-06T22:58:16.813ZSep 06 22:58:15.946 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14032024-09-06T22:58:16.813ZSep 06 22:58:15.946 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14042024-09-06T22:58:17.134ZSep 06 22:58:16.287 INFO Download complete, target: DendriteOpenapi
14052024-09-06T22:58:17.487ZSep 06 22:58:16.642 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14062024-09-06T22:58:17.714ZSep 06 22:58:16.869 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14072024-09-06T22:58:18.037ZSep 06 22:58:17.192 INFO Download complete, target: Console
14082024-09-06T22:58:18.149ZSep 06 22:58:17.304 INFO Download complete, target: TransceiverControl
14092024-09-06T22:58:19.357ZSep 06 22:58:18.512 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14102024-09-06T22:58:19.438ZSep 06 22:58:18.593 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14112024-09-06T22:58:22.370ZSep 06 22:58:21.525 INFO Download complete, target: DendriteStub
14122024-09-06T22:58:22.762ZSep 06 22:58:21.916 INFO Download complete, target: MaghemiteMgd
14132024-09-06T22:58:29.742ZSep 06 22:58:28.897 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14142024-09-06T22:58:29.742ZSep 06 22:58:28.897 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14152024-09-06T22:58:34.456ZSep 06 22:58:33.607 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14162024-09-06T22:58:38.432ZSep 06 22:58:37.583 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14172024-09-06T22:58:38.831ZSep 06 22:58:37.982 INFO Checking that binary works, target: Cockroach
14182024-09-06T22:58:39.096ZSep 06 22:58:38.251 INFO Download complete, target: Cockroach
14192024-09-06T22:58:49.374ZSep 06 22:58:48.527 INFO Checking that binary works, target: Clickhouse
14202024-09-06T22:58:53.276ZSep 06 22:58:48.767 INFO Download complete, target: Clickhouse
14212024-09-06T22:58:53.338ZAll builder prerequisites installed successfully, and PATH looks valid
14222024-09-06T22:58:53.338Z
14232024-09-06T22:58:53.338Zreal 4:04.204500246
14242024-09-06T22:58:53.338Zuser 10:14.320530026
14252024-09-06T22:58:53.338Zsys 2:26.344198878
14262024-09-06T22:58:53.338Ztrap 0.317798568
14272024-09-06T22:58:53.338Ztflt 0.685057685
14282024-09-06T22:58:53.338Zdflt 1.669501898
14292024-09-06T22:58:53.338Zkflt 0.011304832
14302024-09-06T22:58:53.338Zlock 24:46.825195549
14312024-09-06T22:58:53.338Zslp 38:59.125750888
14322024-09-06T22:58:53.338Zlat 44.290612294
14332024-09-06T22:58:53.338Zstop 1:44.748009598
14342024-09-06T22:58:53.338Z+ banner hack-check
14352024-09-06T22:58:53.338Z
14362024-09-06T22:58:53.338Z # # ## #### # # #### # # ###### #### # #
14372024-09-06T22:58:53.338Z # # # # # # # # # # # # # # # # #
14382024-09-06T22:58:53.338Z ###### # # # #### ##### # ###### ##### # ####
14392024-09-06T22:58:53.338Z # # ###### # # # # # # # # # #
14402024-09-06T22:58:53.338Z # # # # # # # # # # # # # # # # #
14412024-09-06T22:58:53.338Z # # # # #### # # #### # # ###### #### # #
14422024-09-06T22:58:53.338Z
14432024-09-06T22:58:53.338Z+ export CARGO_INCREMENTAL=0
14442024-09-06T22:58:53.338Z+ CARGO_INCREMENTAL=0
14452024-09-06T22:58:53.338Z+ ptime -m timeout 2h cargo xtask check-features --ci
14462024-09-06T22:58:53.339Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14472024-09-06T22:58:55.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
14482024-09-06T22:58:55.379Z Running `target/debug/xtask check-features --ci`
14492024-09-06T22:58:55.405Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14502024-09-06T22:58:55.405Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14512024-09-06T22:58:56.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
14522024-09-06T22:58:56.251Z Running `target/debug/xtask download cargo-hack`
14532024-09-06T22:58:57.535Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14542024-09-06T22:58:57.911Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14552024-09-06T22:59:04.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.04s
14562024-09-06T22:59:04.441Z Running `target/debug/xtask-downloader cargo-hack`
14572024-09-06T22:59:04.490ZSep 06 22:59:03.646 INFO Starting download, target: CargoHack
14582024-09-06T22:59:04.514ZSep 06 22:59:03.647 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14592024-09-06T22:59:05.083ZSep 06 22:59:04.238 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14602024-09-06T22:59:05.200ZSep 06 22:59:04.354 INFO Download complete, target: CargoHack
14612024-09-06T22:59:05.224Zrunning: "/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"
14622024-09-06T22:59:05.247Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14632024-09-06T22:59:05.437Zinfo: running `cargo check --bins` on api_identity (1/158)
14642024-09-06T22:59:06.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14652024-09-06T22:59:06.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14662024-09-06T22:59:06.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14672024-09-06T22:59:06.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
14682024-09-06T22:59:06.270Z
14692024-09-06T22:59:06.270Zinfo: running `cargo check --bins` on bootstore (2/158)
14702024-09-06T22:59:07.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14712024-09-06T22:59:07.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14722024-09-06T22:59:07.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14732024-09-06T22:59:07.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
14742024-09-06T22:59:07.119Z
14752024-09-06T22:59:07.120Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/158)
14762024-09-06T22:59:07.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14772024-09-06T22:59:07.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14782024-09-06T22:59:07.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14792024-09-06T22:59:07.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
14802024-09-06T22:59:07.967Z
14812024-09-06T22:59:07.967Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158)
14822024-09-06T22:59:08.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14832024-09-06T22:59:08.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14842024-09-06T22:59:08.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14852024-09-06T22:59:08.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
14862024-09-06T22:59:08.849Z
14872024-09-06T22:59:08.849Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158)
14882024-09-06T22:59:09.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14892024-09-06T22:59:09.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14902024-09-06T22:59:09.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14912024-09-06T22:59:09.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
14922024-09-06T22:59:09.517Z
14932024-09-06T22:59:09.517Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158)
14942024-09-06T22:59:10.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14952024-09-06T22:59:10.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14962024-09-06T22:59:10.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14972024-09-06T22:59:10.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14982024-09-06T22:59:10.162Z
14992024-09-06T22:59:10.162Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158)
15002024-09-06T22:59:10.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15012024-09-06T22:59:10.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15022024-09-06T22:59:10.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15032024-09-06T22:59:10.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15042024-09-06T22:59:10.805Z
15052024-09-06T22:59:10.805Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158)
15062024-09-06T22:59:11.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15072024-09-06T22:59:11.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15082024-09-06T22:59:11.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15092024-09-06T22:59:11.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
15102024-09-06T22:59:11.497Z
15112024-09-06T22:59:11.497Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158)
15122024-09-06T22:59:12.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15132024-09-06T22:59:12.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15142024-09-06T22:59:12.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15152024-09-06T22:59:12.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15162024-09-06T22:59:12.124Z
15172024-09-06T22:59:12.124Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158)
15182024-09-06T22:59:12.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15192024-09-06T22:59:12.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15202024-09-06T22:59:12.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15212024-09-06T22:59:12.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15222024-09-06T22:59:12.792Z
15232024-09-06T22:59:12.792Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158)
15242024-09-06T22:59:13.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15252024-09-06T22:59:13.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15262024-09-06T22:59:13.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15272024-09-06T22:59:13.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15282024-09-06T22:59:13.439Z
15292024-09-06T22:59:13.439Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158)
15302024-09-06T22:59:14.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-09-06T22:59:14.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-09-06T22:59:14.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-09-06T22:59:14.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15342024-09-06T22:59:14.063Z
15352024-09-06T22:59:14.063Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158)
15362024-09-06T22:59:14.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-09-06T22:59:14.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-09-06T22:59:14.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-09-06T22:59:14.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15402024-09-06T22:59:14.712Z
15412024-09-06T22:59:14.712Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158)
15422024-09-06T22:59:15.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-09-06T22:59:15.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-09-06T22:59:15.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15452024-09-06T22:59:15.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15462024-09-06T22:59:15.347Z
15472024-09-06T22:59:15.347Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158)
15482024-09-06T22:59:15.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15492024-09-06T22:59:15.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15502024-09-06T22:59:15.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15512024-09-06T22:59:15.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15522024-09-06T22:59:15.996Z
15532024-09-06T22:59:15.996Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158)
15542024-09-06T22:59:16.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15552024-09-06T22:59:16.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15562024-09-06T22:59:16.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15572024-09-06T22:59:16.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15582024-09-06T22:59:16.671Z
15592024-09-06T22:59:16.671Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158)
15602024-09-06T22:59:17.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15612024-09-06T22:59:17.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15622024-09-06T22:59:17.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15632024-09-06T22:59:17.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15642024-09-06T22:59:17.329Z
15652024-09-06T22:59:17.329Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158)
15662024-09-06T22:59:17.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15672024-09-06T22:59:17.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15682024-09-06T22:59:17.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15692024-09-06T22:59:17.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15702024-09-06T22:59:17.987Z
15712024-09-06T22:59:17.987Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158)
15722024-09-06T22:59:18.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15732024-09-06T22:59:18.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15742024-09-06T22:59:18.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15752024-09-06T22:59:18.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15762024-09-06T22:59:18.655Z
15772024-09-06T22:59:18.655Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158)
15782024-09-06T22:59:19.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15792024-09-06T22:59:19.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15802024-09-06T22:59:19.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15812024-09-06T22:59:19.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15822024-09-06T22:59:19.301Z
15832024-09-06T22:59:19.301Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158)
15842024-09-06T22:59:19.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15852024-09-06T22:59:19.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15862024-09-06T22:59:19.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15872024-09-06T22:59:19.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15882024-09-06T22:59:19.964Z
15892024-09-06T22:59:19.964Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158)
15902024-09-06T22:59:20.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15912024-09-06T22:59:20.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15922024-09-06T22:59:20.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15932024-09-06T22:59:20.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15942024-09-06T22:59:20.627Z
15952024-09-06T22:59:20.627Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158)
15962024-09-06T22:59:21.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15972024-09-06T22:59:21.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15982024-09-06T22:59:21.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15992024-09-06T22:59:21.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
16002024-09-06T22:59:21.305Z
16012024-09-06T22:59:21.305Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158)
16022024-09-06T22:59:21.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16032024-09-06T22:59:21.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16042024-09-06T22:59:21.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16052024-09-06T22:59:21.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16062024-09-06T22:59:21.969Z
16072024-09-06T22:59:21.969Zinfo: running `cargo check --bins` on sled-hardware-types (25/158)
16082024-09-06T22:59:22.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16092024-09-06T22:59:22.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16102024-09-06T22:59:22.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16112024-09-06T22:59:22.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
16122024-09-06T22:59:22.849Z
16132024-09-06T22:59:22.849Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/158)
16142024-09-06T22:59:23.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16152024-09-06T22:59:23.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16162024-09-06T22:59:23.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16172024-09-06T22:59:23.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
16182024-09-06T22:59:23.718Z
16192024-09-06T22:59:23.718Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158)
16202024-09-06T22:59:24.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212024-09-06T22:59:24.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222024-09-06T22:59:24.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16232024-09-06T22:59:24.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
16242024-09-06T22:59:24.626Z
16252024-09-06T22:59:24.626Zinfo: running `cargo check --bins` on oxlog (28/158)
16262024-09-06T22:59:25.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272024-09-06T22:59:25.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282024-09-06T22:59:25.460Z Checking cfg-if v1.0.0
16292024-09-06T22:59:25.485Z Checking libc v0.2.158
16302024-09-06T22:59:25.485Z Checking memchr v2.7.2
16312024-09-06T22:59:25.508Z Checking serde v1.0.208
16322024-09-06T22:59:25.508Z Checking zeroize v1.7.0
16332024-09-06T22:59:25.547Z Checking typenum v1.17.0
16342024-09-06T22:59:25.571Z Checking scopeguard v1.2.0
16352024-09-06T22:59:25.571Z Checking byteorder v1.5.0
16362024-09-06T22:59:25.595Z Checking log v0.4.21
16372024-09-06T22:59:25.706Z Checking lock_api v0.4.12
16382024-09-06T22:59:25.772Z Checking subtle v2.5.0
16392024-09-06T22:59:25.863Z Checking once_cell v1.19.0
16402024-09-06T22:59:25.918Z Checking const-oid v0.9.6
16412024-09-06T22:59:26.003Z Checking itoa v1.0.11
16422024-09-06T22:59:26.081Z Checking pin-project-lite v0.2.14
16432024-09-06T22:59:26.138Z Checking smallvec v1.13.2
16442024-09-06T22:59:26.203Z Checking zerocopy v0.7.34
16452024-09-06T22:59:26.228Z Checking spin v0.9.8
16462024-09-06T22:59:26.274Z Checking tinyvec_macros v0.1.1
16472024-09-06T22:59:26.358Z Checking tinyvec v1.6.0
16482024-09-06T22:59:26.473Z Checking cpufeatures v0.2.12
16492024-09-06T22:59:26.497Z Checking getrandom v0.2.14
16502024-09-06T22:59:26.547Z Checking generic-array v0.14.7
16512024-09-06T22:59:26.570Z Checking parking_lot_core v0.9.10
16522024-09-06T22:59:26.594Z Checking signal-hook-registry v1.4.2
16532024-09-06T22:59:26.718Z Checking rand_core v0.6.4
16542024-09-06T22:59:26.789Z Checking mio v1.0.2
16552024-09-06T22:59:26.842Z Checking parking_lot v0.12.2
16562024-09-06T22:59:26.982Z Checking socket2 v0.5.7
16572024-09-06T22:59:27.138Z Checking futures-core v0.3.30
16582024-09-06T22:59:27.294Z Checking futures-sink v0.3.30
16592024-09-06T22:59:27.318Z Checking allocator-api2 v0.2.18
16602024-09-06T22:59:27.342Z Checking unicode-bidi v0.3.15
16612024-09-06T22:59:27.365Z Checking ahash v0.8.11
16622024-09-06T22:59:27.394Z Checking libm v0.2.8
16632024-09-06T22:59:27.432Z Checking unicode-normalization v0.1.23
16642024-09-06T22:59:27.456Z Checking ryu v1.0.18
16652024-09-06T22:59:27.492Z Checking crypto-common v0.1.6
16662024-09-06T22:59:27.648Z Checking block-buffer v0.10.4
16672024-09-06T22:59:27.672Z Checking block-padding v0.3.3
16682024-09-06T22:59:27.792Z Checking equivalent v1.0.1
16692024-09-06T22:59:27.842Z Checking digest v0.10.7
16702024-09-06T22:59:27.865Z Checking inout v0.1.3
16712024-09-06T22:59:27.889Z Checking hashbrown v0.14.5
16722024-09-06T22:59:27.889Z Checking futures-channel v0.3.30
16732024-09-06T22:59:27.913Z Checking slab v0.4.9
16742024-09-06T22:59:28.060Z Checking cipher v0.4.4
16752024-09-06T22:59:28.139Z Checking futures-task v0.3.30
16762024-09-06T22:59:28.175Z Checking num-traits v0.2.19
16772024-09-06T22:59:28.175Z Checking futures-io v0.3.30
16782024-09-06T22:59:28.199Z Checking hmac v0.12.1
16792024-09-06T22:59:28.223Z Checking sha2 v0.10.8
16802024-09-06T22:59:28.342Z Checking pin-utils v0.1.0
16812024-09-06T22:59:28.382Z Checking base64ct v1.6.0
16822024-09-06T22:59:28.431Z Checking percent-encoding v2.3.1
16832024-09-06T22:59:28.454Z Checking flagset v0.4.5
16842024-09-06T22:59:28.609Z Checking ppv-lite86 v0.2.17
16852024-09-06T22:59:28.633Z Checking salsa20 v0.10.2
16862024-09-06T22:59:28.675Z Checking pbkdf2 v0.12.2
16872024-09-06T22:59:28.764Z Checking pem-rfc7468 v0.7.0
16882024-09-06T22:59:28.814Z Checking tracing-core v0.1.32
16892024-09-06T22:59:28.838Z Checking fnv v1.0.7
16902024-09-06T22:59:28.906Z Checking untrusted v0.9.0
16912024-09-06T22:59:28.950Z Checking scrypt v0.11.0
16922024-09-06T22:59:28.994Z Checking der v0.7.9
16932024-09-06T22:59:29.047Z Checking ring v0.17.8
16942024-09-06T22:59:29.137Z Checking aes v0.8.4
16952024-09-06T22:59:29.198Z Checking rand_chacha v0.3.1
16962024-09-06T22:59:29.392Z Checking tracing v0.1.40
16972024-09-06T22:59:29.505Z Checking futures-util v0.3.30
16982024-09-06T22:59:29.529Z Checking rand v0.8.5
16992024-09-06T22:59:29.552Z Checking cbc v0.1.2
17002024-09-06T22:59:29.703Z Checking thiserror v1.0.63
17012024-09-06T22:59:29.726Z Checking foreign-types-shared v0.1.1
17022024-09-06T22:59:29.760Z Checking bytes v1.7.1
17032024-09-06T22:59:29.817Z Checking bitflags v2.6.0
17042024-09-06T22:59:29.841Z Checking indexmap v2.4.0
17052024-09-06T22:59:29.870Z Checking serde_json v1.0.125
17062024-09-06T22:59:30.063Z Checking foreign-types v0.3.2
17072024-09-06T22:59:30.145Z Checking form_urlencoded v1.2.1
17082024-09-06T22:59:30.309Z Checking openssl-sys v0.9.103
17092024-09-06T22:59:30.444Z Checking tokio v1.39.3
17102024-09-06T22:59:30.570Z Checking http v0.2.12
17112024-09-06T22:59:30.595Z Checking spki v0.7.3
17122024-09-06T22:59:30.621Z Checking aho-corasick v1.1.3
17132024-09-06T22:59:30.833Z Checking pkcs5 v0.7.1
17142024-09-06T22:59:30.907Z Checking unicode-ident v1.0.12
17152024-09-06T22:59:31.046Z Checking siphasher v0.3.11
17162024-09-06T22:59:31.268Z Checking powerfmt v0.2.0
17172024-09-06T22:59:31.313Z Checking regex-syntax v0.8.4
17182024-09-06T22:59:31.337Z Checking try-lock v0.2.5
17192024-09-06T22:59:31.374Z Checking openssl v0.10.66
17202024-09-06T22:59:31.444Z Checking want v0.3.1
17212024-09-06T22:59:31.514Z Checking deranged v0.3.11
17222024-09-06T22:59:31.598Z Checking pkcs8 v0.10.2
17232024-09-06T22:59:31.707Z Checking http-body v0.4.6
17242024-09-06T22:59:31.870Z Checking proc-macro2 v1.0.86
17252024-09-06T22:59:31.994Z Checking sct v0.7.1
17262024-09-06T22:59:32.041Z Checking rustls-webpki v0.101.7
17272024-09-06T22:59:32.156Z Checking uuid v1.10.0
17282024-09-06T22:59:32.437Z Checking idna v0.5.0
17292024-09-06T22:59:32.658Z Checking httparse v1.8.0
17302024-09-06T22:59:32.682Z Checking errno v0.3.9
17312024-09-06T22:59:32.823Z Checking scroll v0.12.0
17322024-09-06T22:59:32.945Z Checking openssl-probe v0.1.5
17332024-09-06T22:59:33.004Z Checking finl_unicode v1.2.0
17342024-09-06T22:59:33.058Z Checking time-core v0.1.2
17352024-09-06T22:59:33.082Z Checking tower-service v0.3.2
17362024-09-06T22:59:33.183Z Checking num-conv v0.1.0
17372024-09-06T22:59:33.211Z Checking num_threads v0.1.7
17382024-09-06T22:59:33.240Z Checking ucd-trie v0.1.6
17392024-09-06T22:59:33.301Z Checking httpdate v1.0.3
17402024-09-06T22:59:33.435Z Checking anstyle v1.0.8
17412024-09-06T22:59:33.460Z Checking plain v0.2.3
17422024-09-06T22:59:33.493Z Checking iana-time-zone v0.1.60
17432024-09-06T22:59:33.517Z Checking utf8parse v0.2.1
17442024-09-06T22:59:33.582Z Checking goblin v0.8.2
17452024-09-06T22:59:33.624Z Checking chrono v0.4.38
17462024-09-06T22:59:33.648Z Checking anstyle-parse v0.2.4
17472024-09-06T22:59:33.748Z Checking stringprep v0.1.4
17482024-09-06T22:59:33.859Z Checking pest v2.7.10
17492024-09-06T22:59:33.883Z Checking time v0.3.36
17502024-09-06T22:59:33.906Z Checking regex-automata v0.4.6
17512024-09-06T22:59:33.987Z Checking url v2.5.2
17522024-09-06T22:59:34.636Z Checking rustix v0.38.34
17532024-09-06T22:59:35.331Z Checking rustls v0.21.12
17542024-09-06T22:59:35.778Z Checking native-tls v0.2.11
17552024-09-06T22:59:35.895Z Checking quote v1.0.36
17562024-09-06T22:59:35.919Z Checking serde_spanned v0.6.7
17572024-09-06T22:59:36.046Z Checking toml_datetime v0.6.8
17582024-09-06T22:59:36.075Z Checking num-integer v0.1.46
17592024-09-06T22:59:36.209Z Checking md-5 v0.10.6
17602024-09-06T22:59:36.262Z Checking idna v0.3.0
17612024-09-06T22:59:36.301Z Checking lazy_static v1.5.0
17622024-09-06T22:59:36.407Z Checking hash32 v0.2.1
17632024-09-06T22:59:36.433Z Checking adler v1.0.2
17642024-09-06T22:59:36.486Z Checking tokio-util v0.7.11
17652024-09-06T22:59:36.513Z Checking colorchoice v1.0.1
17662024-09-06T22:59:36.569Z Checking gimli v0.28.1
17672024-09-06T22:59:36.624Z Checking base64 v0.22.1
17682024-09-06T22:59:36.677Z Checking fallible-iterator v0.2.0
17692024-09-06T22:59:36.898Z Checking is_terminal_polyfill v1.70.0
17702024-09-06T22:59:36.998Z Checking stable_deref_trait v1.2.0
17712024-09-06T22:59:37.025Z Checking psl-types v2.0.11
17722024-09-06T22:59:37.088Z Checking anstyle-query v1.0.3
17732024-09-06T22:59:37.186Z Checking pretty-hex v0.4.1
17742024-09-06T22:59:37.210Z Checking publicsuffix v2.2.3
17752024-09-06T22:59:37.233Z Checking anstream v0.6.14
17762024-09-06T22:59:37.257Z Checking h2 v0.3.26
17772024-09-06T22:59:37.348Z Checking postgres-protocol v0.6.7
17782024-09-06T22:59:37.411Z Checking heapless v0.7.17
17792024-09-06T22:59:37.537Z Checking miniz_oxide v0.7.2
17802024-09-06T22:59:37.725Z Checking dof v0.3.0
17812024-09-06T22:59:37.791Z Checking num-iter v0.1.45
17822024-09-06T22:59:37.899Z Checking tokio-native-tls v0.3.1
17832024-09-06T22:59:37.923Z Checking terminal_size v0.3.0
17842024-09-06T22:59:37.946Z Checking syn v2.0.74
17852024-09-06T22:59:38.036Z Checking tokio-rustls v0.24.1
17862024-09-06T22:59:38.069Z Checking cookie v0.17.0
17872024-09-06T22:59:38.127Z Checking dtrace-parser v0.2.0
17882024-09-06T22:59:38.250Z Checking phf_shared v0.11.2
17892024-09-06T22:59:38.314Z Checking ff v0.13.0
17902024-09-06T22:59:38.338Z Checking thread-id v4.2.1
17912024-09-06T22:59:38.455Z Checking object v0.32.2
17922024-09-06T22:59:38.479Z Checking base64 v0.21.7
17932024-09-06T22:59:38.512Z Checking rustc-demangle v0.1.24
17942024-09-06T22:59:38.536Z Checking adler2 v2.0.0
17952024-09-06T22:59:38.567Z Checking base16ct v0.2.0
17962024-09-06T22:59:38.659Z Checking either v1.13.0
17972024-09-06T22:59:38.743Z Checking strsim v0.11.1
17982024-09-06T22:59:38.869Z Checking ipnet v2.9.0
17992024-09-06T22:59:38.894Z Checking winnow v0.5.40
18002024-09-06T22:59:38.985Z Checking managed v0.8.0
18012024-09-06T22:59:39.009Z Checking clap_lex v0.7.0
18022024-09-06T22:59:39.202Z Checking bitflags v1.3.2
18032024-09-06T22:59:39.255Z Checking clap_builder v4.5.15
18042024-09-06T22:59:39.290Z Checking rustls-pemfile v1.0.4
18052024-09-06T22:59:39.315Z Checking smoltcp v0.9.1
18062024-09-06T22:59:39.454Z Checking sec1 v0.7.3
18072024-09-06T22:59:39.761Z Checking addr2line v0.21.0
18082024-09-06T22:59:39.787Z Checking miniz_oxide v0.8.0
18092024-09-06T22:59:40.189Z Checking phf v0.11.2
18102024-09-06T22:59:40.369Z Checking group v0.13.0
18112024-09-06T22:59:40.418Z Checking cookie_store v0.20.0
18122024-09-06T22:59:40.528Z Checking num-bigint-dig v0.8.4
18132024-09-06T22:59:40.581Z Checking postgres-types v0.2.7
18142024-09-06T22:59:40.934Z Checking bstr v1.9.1
18152024-09-06T22:59:41.180Z Checking regex v1.10.6
18162024-09-06T22:59:41.417Z Checking toml_edit v0.19.15
18172024-09-06T22:59:41.711Z Checking futures-executor v0.3.30
18182024-09-06T22:59:41.747Z Checking pkcs1 v0.7.5
18192024-09-06T22:59:41.834Z Checking phf_shared v0.10.0
18202024-09-06T22:59:41.909Z Checking serde_urlencoded v0.7.1
18212024-09-06T22:59:42.075Z Checking hubpack v0.1.2
18222024-09-06T22:59:42.099Z Checking zerocopy v0.6.6
18232024-09-06T22:59:42.283Z Checking float-cmp v0.9.0
18242024-09-06T22:59:42.307Z Checking crc32fast v1.4.0
18252024-09-06T22:59:42.332Z Checking hyper v0.14.30
18262024-09-06T22:59:42.385Z Checking signal-hook v0.3.17
18272024-09-06T22:59:42.446Z Checking crossbeam-utils v0.8.19
18282024-09-06T22:59:42.517Z Checking hkdf v0.12.4
18292024-09-06T22:59:42.690Z Checking signature v2.2.0
18302024-09-06T22:59:42.714Z Checking idna v0.4.0
18312024-09-06T22:59:42.747Z Checking crypto-bigint v0.5.5
18322024-09-06T22:59:42.865Z Checking memmap v0.7.0
18332024-09-06T22:59:43.025Z Checking mio v0.8.11
18342024-09-06T22:59:43.050Z Checking encoding_rs v0.8.34
18352024-09-06T22:59:43.141Z Checking usdt-impl v0.5.0
18362024-09-06T22:59:43.336Z Checking bit-vec v0.6.3
18372024-09-06T22:59:43.398Z Checking backtrace v0.3.71
18382024-09-06T22:59:43.538Z Checking static_assertions v1.1.0
18392024-09-06T22:59:43.589Z Checking sync_wrapper v0.1.2
18402024-09-06T22:59:43.613Z Checking fixedbitset v0.4.2
18412024-09-06T22:59:43.638Z Checking winnow v0.6.18
18422024-09-06T22:59:43.667Z Checking webpki-roots v0.25.4
18432024-09-06T22:59:43.705Z Checking whoami v1.5.1
18442024-09-06T22:59:43.785Z Checking difflib v0.4.0
18452024-09-06T22:59:43.837Z Checking minimal-lexical v0.2.1
18462024-09-06T22:59:43.893Z Checking data-encoding v2.6.0
18472024-09-06T22:59:43.976Z Checking new_debug_unreachable v1.0.6
18482024-09-06T22:59:44.060Z Checking normalize-line-endings v0.3.0
18492024-09-06T22:59:44.084Z Checking unicode-width v0.1.13
18502024-09-06T22:59:44.170Z Checking mime v0.3.17
18512024-09-06T22:59:44.224Z Checking precomputed-hash v0.1.1
18522024-09-06T22:59:44.251Z Checking predicates-core v1.0.6
18532024-09-06T22:59:44.292Z Checking unicode-segmentation v1.11.0
18542024-09-06T22:59:44.422Z Checking dyn-clone v1.0.17
18552024-09-06T22:59:44.447Z Checking hickory-proto v0.24.1
18562024-09-06T22:59:44.471Z Checking predicates v3.1.2
18572024-09-06T22:59:44.548Z Checking schemars v0.8.21
18582024-09-06T22:59:44.823Z Checking similar v2.6.0
18592024-09-06T22:59:44.907Z Checking string_cache v0.8.7
18602024-09-06T22:59:45.012Z Checking console v0.15.8
18612024-09-06T22:59:45.143Z Checking nom v7.1.3
18622024-09-06T22:59:45.188Z Checking elliptic-curve v0.13.8
18632024-09-06T22:59:45.486Z Checking tokio-postgres v0.7.11
18642024-09-06T22:59:45.538Z Checking anyhow v1.0.86
18652024-09-06T22:59:45.729Z Checking petgraph v0.6.5
18662024-09-06T22:59:45.844Z Checking bit-set v0.5.3
18672024-09-06T22:59:45.868Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18682024-09-06T22:59:46.052Z Checking toml_edit v0.22.20
18692024-09-06T22:59:46.077Z Checking usdt v0.5.0
18702024-09-06T22:59:46.309Z Checking signal-hook-mio v0.2.4
18712024-09-06T22:59:46.444Z Checking toml v0.7.8
18722024-09-06T22:59:47.061Z Checking crossbeam-epoch v0.9.18
18732024-09-06T22:59:47.433Z Checking rsa v0.9.6
18742024-09-06T22:59:47.533Z Checking flate2 v1.0.33
18752024-09-06T22:59:47.575Z Checking hyper-rustls v0.24.2
18762024-09-06T22:59:47.833Z Checking hyper-tls v0.5.0
18772024-09-06T22:59:47.892Z Checking futures v0.3.30
18782024-09-06T22:59:47.994Z Checking clap v4.5.16
18792024-09-06T22:59:48.071Z Checking reqwest v0.11.27
18802024-09-06T22:59:48.103Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18812024-09-06T22:59:48.130Z Checking itertools v0.12.1
18822024-09-06T22:59:48.130Z Checking itertools v0.10.5
18832024-09-06T22:59:48.256Z Checking tokio-stream v0.1.15
18842024-09-06T22:59:48.328Z Checking fs-err v2.11.0
18852024-09-06T22:59:48.393Z Checking slog v2.7.0
18862024-09-06T22:59:48.542Z Checking openapiv3 v2.0.0
18872024-09-06T22:59:48.778Z Checking semver v1.0.23
18882024-09-06T22:59:48.817Z Checking hex v0.4.3
18892024-09-06T22:59:48.973Z Checking sha1 v0.10.6
18902024-09-06T22:59:49.137Z Checking peg-runtime v0.8.3
18912024-09-06T22:59:49.201Z Checking lalrpop-util v0.19.12
18922024-09-06T22:59:49.260Z Checking camino v1.1.9
18932024-09-06T22:59:49.340Z Checking sigpipe v0.1.3
18942024-09-06T22:59:51.294Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18952024-09-06T22:59:51.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.07s
18962024-09-06T22:59:51.839Z
18972024-09-06T22:59:51.839Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158)
18982024-09-06T22:59:52.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992024-09-06T22:59:52.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002024-09-06T22:59:52.798Z Compiling regress v0.9.1
19012024-09-06T22:59:52.829Z Checking strum v0.26.3
19022024-09-06T22:59:52.858Z Checking heck v0.5.0
19032024-09-06T22:59:52.884Z Compiling getopts v0.2.21
19042024-09-06T22:59:52.884Z Checking dirs-sys-next v0.1.2
19052024-09-06T22:59:52.884Z Compiling unsafe-libyaml v0.2.11
19062024-09-06T22:59:52.974Z Checking http v1.1.0
19072024-09-06T22:59:53.062Z Checking thread_local v1.1.8
19082024-09-06T22:59:53.086Z Checking dirs-next v2.0.0
19092024-09-06T22:59:53.193Z Checking rustls-pki-types v1.7.0
19102024-09-06T22:59:53.233Z Compiling ident_case v1.0.1
19112024-09-06T22:59:53.318Z Checking term v0.7.0
19122024-09-06T22:59:53.416Z Compiling darling_core v0.20.9
19132024-09-06T22:59:53.576Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19142024-09-06T22:59:53.707Z Checking crossbeam-channel v0.5.12
19152024-09-06T22:59:53.736Z Checking atty v0.2.14
19162024-09-06T22:59:53.848Z Checking is-terminal v0.4.12
19172024-09-06T22:59:53.872Z Checking termcolor v1.4.1
19182024-09-06T22:59:53.961Z Compiling paste v1.0.15
19192024-09-06T22:59:54.135Z Compiling serde_yaml v0.9.34+deprecated
19202024-09-06T22:59:54.251Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19212024-09-06T22:59:54.331Z Checking utf-8 v0.7.6
19222024-09-06T22:59:54.416Z Checking humantime v2.1.0
19232024-09-06T22:59:54.514Z Compiling rustls v0.22.4
19242024-09-06T22:59:54.540Z Checking take_mut v0.2.2
19252024-09-06T22:59:54.641Z Checking slog-term v2.9.1
19262024-09-06T22:59:54.668Z Checking env_logger v0.9.3
19272024-09-06T22:59:54.693Z Checking slog-async v2.8.0
19282024-09-06T22:59:54.766Z Checking rustls-webpki v0.102.4
19292024-09-06T22:59:54.931Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19302024-09-06T22:59:55.054Z Compiling proc-macro-crate v1.3.1
19312024-09-06T22:59:55.140Z Compiling bitstruct_derive v0.1.0
19322024-09-06T22:59:55.217Z Compiling structmeta-derive v0.3.0
19332024-09-06T22:59:55.413Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19342024-09-06T22:59:55.532Z Compiling multer v3.1.0
19352024-09-06T22:59:55.612Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19362024-09-06T22:59:55.969Z Checking match_cfg v0.1.0
19372024-09-06T22:59:56.067Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19382024-09-06T22:59:56.235Z Checking ascii v1.1.0
19392024-09-06T22:59:56.358Z Checking bitstruct v0.1.1
19402024-09-06T22:59:56.468Z Checking hostname v0.3.1
19412024-09-06T22:59:56.591Z Compiling num_enum_derive v0.5.11
19422024-09-06T22:59:56.624Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19432024-09-06T22:59:57.077Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19442024-09-06T22:59:57.381Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19452024-09-06T22:59:57.610Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19462024-09-06T22:59:57.728Z Checking slog-json v2.6.1
19472024-09-06T22:59:57.780Z Compiling structmeta v0.3.0
19482024-09-06T22:59:57.877Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19492024-09-06T22:59:57.965Z Checking erased-serde v0.3.31
19502024-09-06T22:59:58.104Z Checking serde_arrays v0.1.0
19512024-09-06T22:59:58.162Z Compiling async-stream-impl v0.3.5
19522024-09-06T22:59:58.233Z Compiling foreign-types-macros v0.2.3
19532024-09-06T22:59:58.686Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19542024-09-06T22:59:58.815Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19552024-09-06T22:59:58.903Z Checking arc-swap v1.7.1
19562024-09-06T22:59:58.948Z Checking atomic-waker v1.1.2
19572024-09-06T22:59:59.069Z Checking foreign-types-shared v0.3.1
19582024-09-06T22:59:59.110Z Checking waitgroup v0.1.2
19592024-09-06T22:59:59.230Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19602024-09-06T22:59:59.253Z Checking num_enum v0.5.11
19612024-09-06T22:59:59.290Z Checking slog-scope v4.4.0
19622024-09-06T22:59:59.366Z Checking foreign-types v0.5.0
19632024-09-06T22:59:59.391Z Checking async-stream v0.3.5
19642024-09-06T22:59:59.415Z Compiling parse-display-derive v0.10.0
19652024-09-06T22:59:59.415Z Compiling darling_macro v0.20.9
19662024-09-06T22:59:59.468Z Checking slog-bunyan v2.5.0
19672024-09-06T22:59:59.492Z Compiling proc-macro-error v1.0.4
19682024-09-06T22:59:59.750Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19692024-09-06T22:59:59.845Z Checking toml v0.8.19
19702024-09-06T23:00:00.033Z Checking tungstenite v0.20.1
19712024-09-06T23:00:00.091Z Checking rustls-pemfile v2.1.3
19722024-09-06T23:00:00.233Z Compiling darling v0.20.9
19732024-09-06T23:00:00.300Z Compiling heck v0.3.3
19742024-09-06T23:00:00.336Z Checking tokio-rustls v0.25.0
19752024-09-06T23:00:00.359Z Compiling serde_with_macros v3.9.0
19762024-09-06T23:00:00.493Z Checking newtype-uuid v1.1.0
19772024-09-06T23:00:00.653Z Checking ipnetwork v0.20.0
19782024-09-06T23:00:00.692Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19792024-09-06T23:00:00.716Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19802024-09-06T23:00:00.790Z Checking serde_path_to_error v0.1.16
19812024-09-06T23:00:00.962Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19822024-09-06T23:00:01.325Z Checking hostname v0.4.0
19832024-09-06T23:00:01.440Z Checking cstr-argument v0.1.2
19842024-09-06T23:00:01.478Z Checking instant v0.1.12
19852024-09-06T23:00:01.568Z Checking pretty-hex v0.2.1
19862024-09-06T23:00:01.596Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19872024-09-06T23:00:01.633Z Checking debug-ignore v1.0.5
19882024-09-06T23:00:01.716Z Checking fastrand v2.1.0
19892024-09-06T23:00:01.758Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19902024-09-06T23:00:01.872Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19912024-09-06T23:00:02.002Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19922024-09-06T23:00:02.028Z Checking backoff v0.4.0
19932024-09-06T23:00:02.028Z Checking tempfile v3.10.1
19942024-09-06T23:00:02.258Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19952024-09-06T23:00:02.324Z Checking tokio-tungstenite v0.20.1
19962024-09-06T23:00:02.396Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19972024-09-06T23:00:02.586Z Compiling zone_cfg_derive v0.1.2
19982024-09-06T23:00:02.611Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19992024-09-06T23:00:02.720Z Checking slog-stdlog v4.1.1
20002024-09-06T23:00:02.887Z Checking serde_with v3.9.0
20012024-09-06T23:00:02.914Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20022024-09-06T23:00:03.036Z Checking tungstenite v0.21.0
20032024-09-06T23:00:03.355Z Checking colored v2.1.0
20042024-09-06T23:00:03.648Z Checking parse-display v0.10.0
20052024-09-06T23:00:03.702Z Checking macaddr v1.0.1
20062024-09-06T23:00:03.863Z Checking socket2 v0.4.10
20072024-09-06T23:00:03.945Z Checking base64 v0.13.1
20082024-09-06T23:00:04.021Z Checking tokio-tungstenite v0.21.0
20092024-09-06T23:00:04.056Z Checking zone v0.1.8
20102024-09-06T23:00:04.328Z Checking ron v0.7.1
20112024-09-06T23:00:04.454Z Checking slog-envlogger v2.2.0
20122024-09-06T23:00:04.648Z Checking pem v3.0.4
20132024-09-06T23:00:04.673Z Checking tabwriter v1.4.0
20142024-09-06T23:00:04.868Z Checking xattr v1.3.1
20152024-09-06T23:00:04.892Z Checking portpicker v0.1.1
20162024-09-06T23:00:05.009Z Checking yasna v0.5.2
20172024-09-06T23:00:05.044Z Checking headers-core v0.2.0
20182024-09-06T23:00:05.171Z Checking smf v0.2.3
20192024-09-06T23:00:05.283Z Checking filetime v0.2.25
20202024-09-06T23:00:05.472Z Checking same-file v1.0.6
20212024-09-06T23:00:05.568Z Checking tar v0.4.41
20222024-09-06T23:00:05.628Z Checking walkdir v2.5.0
20232024-09-06T23:00:05.703Z Checking headers v0.3.9
20242024-09-06T23:00:05.740Z Checking rcgen v0.12.1
20252024-09-06T23:00:05.764Z Checking camino-tempfile v1.1.1
20262024-09-06T23:00:05.865Z Checking atomicwrites v0.4.3
20272024-09-06T23:00:05.992Z Checking subprocess v0.2.9
20282024-09-06T23:00:06.843Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20292024-09-06T23:00:07.096Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20302024-09-06T23:00:08.735Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20312024-09-06T23:00:11.149Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20322024-09-06T23:00:11.260Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20332024-09-06T23:00:16.562Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20342024-09-06T23:00:24.035Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20352024-09-06T23:00:24.206Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20362024-09-06T23:00:24.206Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20372024-09-06T23:00:27.576Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20382024-09-06T23:00:27.979Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20392024-09-06T23:00:35.744Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20402024-09-06T23:00:37.714Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20412024-09-06T23:00:39.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.33s
20422024-09-06T23:00:39.328Z
20432024-09-06T23:00:39.328Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158)
20442024-09-06T23:00:40.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452024-09-06T23:00:40.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462024-09-06T23:00:40.285Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20472024-09-06T23:00:41.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
20482024-09-06T23:00:41.942Z
20492024-09-06T23:00:41.942Zinfo: running `cargo check --bins` on nexus-config (31/158)
20502024-09-06T23:00:42.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512024-09-06T23:00:42.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522024-09-06T23:00:42.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532024-09-06T23:00:42.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20542024-09-06T23:00:42.812Z
20552024-09-06T23:00:42.812Zinfo: running `cargo check --bins` on omicron-rpaths (32/158)
20562024-09-06T23:00:43.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572024-09-06T23:00:43.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582024-09-06T23:00:43.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592024-09-06T23:00:43.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20602024-09-06T23:00:43.666Z
20612024-09-06T23:00:43.666Zinfo: running `cargo check --bins` on omicron-certificates (33/158)
20622024-09-06T23:00:44.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632024-09-06T23:00:44.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642024-09-06T23:00:44.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652024-09-06T23:00:44.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20662024-09-06T23:00:44.536Z
20672024-09-06T23:00:44.536Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/158)
20682024-09-06T23:00:45.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692024-09-06T23:00:45.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702024-09-06T23:00:45.421Z Compiling heapless v0.8.0
20712024-09-06T23:00:45.444Z Checking hash32 v0.3.1
20722024-09-06T23:00:45.471Z Compiling smoltcp v0.11.0
20732024-09-06T23:00:45.502Z Checking embedded-io v0.4.0
20742024-09-06T23:00:45.502Z Checking cobs v0.2.3
20752024-09-06T23:00:45.526Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20762024-09-06T23:00:45.526Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20772024-09-06T23:00:45.570Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20782024-09-06T23:00:45.628Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20792024-09-06T23:00:45.667Z Compiling crucible-workspace-hack v0.1.0
20802024-09-06T23:00:45.694Z Checking postcard v1.0.8
20812024-09-06T23:00:45.694Z Checking newline-converter v0.3.0
20822024-09-06T23:00:45.832Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20832024-09-06T23:00:45.868Z Compiling convert_case v0.4.0
20842024-09-06T23:00:46.038Z Checking expectorate v1.1.0
20852024-09-06T23:00:46.063Z Compiling zone_cfg_derive v0.3.0
20862024-09-06T23:00:46.152Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20872024-09-06T23:00:46.195Z Compiling num-derive v0.4.2
20882024-09-06T23:00:46.322Z Compiling slog-dtrace v0.3.0
20892024-09-06T23:00:46.371Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20902024-09-06T23:00:46.482Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20912024-09-06T23:00:46.750Z Compiling derive_more v0.99.18
20922024-09-06T23:00:47.258Z Checking zone v0.3.0
20932024-09-06T23:00:47.789Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
20942024-09-06T23:00:49.481Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20952024-09-06T23:00:50.579Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20962024-09-06T23:00:51.319Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20972024-09-06T23:00:51.959Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20982024-09-06T23:00:52.404Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20992024-09-06T23:00:54.259Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21002024-09-06T23:00:55.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s
21012024-09-06T23:00:55.280Z
21022024-09-06T23:00:55.281Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/158)
21032024-09-06T23:00:56.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042024-09-06T23:00:56.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052024-09-06T23:00:56.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062024-09-06T23:00:56.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21072024-09-06T23:00:56.161Z
21082024-09-06T23:00:56.161Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/158)
21092024-09-06T23:00:56.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102024-09-06T23:00:56.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112024-09-06T23:00:56.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122024-09-06T23:00:56.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21132024-09-06T23:00:57.050Z
21142024-09-06T23:00:57.050Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158)
21152024-09-06T23:00:58.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162024-09-06T23:00:58.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172024-09-06T23:00:58.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182024-09-06T23:00:58.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
21192024-09-06T23:00:58.113Z
21202024-09-06T23:00:58.113Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158)
21212024-09-06T23:00:59.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-09-06T23:00:59.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-09-06T23:00:59.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242024-09-06T23:00:59.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
21252024-09-06T23:00:59.132Z
21262024-09-06T23:00:59.132Zinfo: running `cargo check --bins` on dns-server (39/158)
21272024-09-06T23:00:59.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-09-06T23:00:59.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-09-06T23:01:00.028Z Compiling parking_lot_core v0.8.6
21302024-09-06T23:01:00.052Z Checking nibble_vec v0.1.0
21312024-09-06T23:01:00.052Z Checking endian-type v0.1.2
21322024-09-06T23:01:00.052Z Checking linked-hash-map v0.5.6
21332024-09-06T23:01:00.052Z Checking quick-error v1.2.3
21342024-09-06T23:01:00.076Z Checking fxhash v0.2.1
21352024-09-06T23:01:00.076Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21362024-09-06T23:01:00.102Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21372024-09-06T23:01:00.244Z Checking hickory-server v0.24.1
21382024-09-06T23:01:00.279Z Checking radix_trie v0.2.1
21392024-09-06T23:01:00.279Z Checking resolv-conf v0.7.0
21402024-09-06T23:01:00.381Z Checking lru-cache v0.1.2
21412024-09-06T23:01:00.588Z Checking hickory-resolver v0.24.1
21422024-09-06T23:01:00.635Z Checking hickory-client v0.24.1
21432024-09-06T23:01:00.772Z Checking parking_lot v0.11.2
21442024-09-06T23:01:01.062Z Checking sled v0.34.7
21452024-09-06T23:01:03.298Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21462024-09-06T23:01:04.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
21472024-09-06T23:01:04.837Z
21482024-09-06T23:01:04.837Zinfo: running `cargo check --bins` on dns-server-api (40/158)
21492024-09-06T23:01:05.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502024-09-06T23:01:05.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512024-09-06T23:01:05.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522024-09-06T23:01:05.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21532024-09-06T23:01:05.669Z
21542024-09-06T23:01:05.669Zinfo: running `cargo check --bins` on dns-service-client (41/158)
21552024-09-06T23:01:06.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562024-09-06T23:01:06.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572024-09-06T23:01:06.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582024-09-06T23:01:06.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21592024-09-06T23:01:06.531Z
21602024-09-06T23:01:06.531Zinfo: running `cargo check --bins` on gateway-test-utils (42/158)
21612024-09-06T23:01:07.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622024-09-06T23:01:07.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632024-09-06T23:01:07.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642024-09-06T23:01:07.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
21652024-09-06T23:01:07.500Z
21662024-09-06T23:01:07.500Zinfo: running `cargo check --bins` on gateway-types (43/158)
21672024-09-06T23:01:08.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682024-09-06T23:01:08.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692024-09-06T23:01:08.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702024-09-06T23:01:08.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21712024-09-06T23:01:08.377Z
21722024-09-06T23:01:08.377Zinfo: running `cargo check --bins` on ipcc (44/158)
21732024-09-06T23:01:09.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742024-09-06T23:01:09.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752024-09-06T23:01:09.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762024-09-06T23:01:09.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21772024-09-06T23:01:09.267Z
21782024-09-06T23:01:09.267Zinfo: running `cargo check --bins` on omicron-gateway (45/158)
21792024-09-06T23:01:10.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802024-09-06T23:01:10.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812024-09-06T23:01:10.233Z Compiling rustls-pki-types v1.7.0
21822024-09-06T23:01:10.257Z Compiling match_cfg v0.1.0
21832024-09-06T23:01:10.257Z Checking num-rational v0.4.2
21842024-09-06T23:01:10.257Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21852024-09-06T23:01:10.281Z Compiling slog-json v2.6.1
21862024-09-06T23:01:10.281Z Compiling http v1.1.0
21872024-09-06T23:01:10.281Z Checking num-complex v0.4.6
21882024-09-06T23:01:10.305Z Compiling prettyplease v0.2.20
21892024-09-06T23:01:10.379Z Compiling hostname v0.3.1
21902024-09-06T23:01:10.604Z Compiling atomic-waker v1.1.2
21912024-09-06T23:01:10.641Z Compiling rustls-webpki v0.102.4
21922024-09-06T23:01:10.668Z Compiling rustls-pemfile v2.1.3
21932024-09-06T23:01:10.699Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21942024-09-06T23:01:10.778Z Compiling waitgroup v0.1.2
21952024-09-06T23:01:10.865Z Compiling slog-bunyan v2.5.0
21962024-09-06T23:01:10.889Z Compiling async-stream v0.3.5
21972024-09-06T23:01:10.980Z Compiling toml v0.8.19
21982024-09-06T23:01:11.004Z Compiling ipnetwork v0.20.0
21992024-09-06T23:01:11.065Z Compiling newtype-uuid v1.1.0
22002024-09-06T23:01:11.088Z Compiling serde_path_to_error v0.1.16
22012024-09-06T23:01:11.123Z Checking num v0.4.3
22022024-09-06T23:01:11.183Z Compiling hostname v0.4.0
22032024-09-06T23:01:11.242Z Compiling instant v0.1.12
22042024-09-06T23:01:11.346Z Compiling semver v0.1.20
22052024-09-06T23:01:11.380Z Compiling rustls v0.22.4
22062024-09-06T23:01:11.456Z Checking float-ord v0.3.2
22072024-09-06T23:01:11.583Z Compiling debug-ignore v1.0.5
22082024-09-06T23:01:11.717Z Compiling multer v3.1.0
22092024-09-06T23:01:11.808Z Compiling radium v0.7.0
22102024-09-06T23:01:11.836Z Compiling rustc_version v0.1.7
22112024-09-06T23:01:11.917Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22122024-09-06T23:01:12.235Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22132024-09-06T23:01:12.276Z Compiling backoff v0.4.0
22142024-09-06T23:01:12.452Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22152024-09-06T23:01:12.475Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22162024-09-06T23:01:12.568Z Compiling parse-display v0.10.0
22172024-09-06T23:01:12.592Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182024-09-06T23:01:12.672Z Compiling serde_with v3.9.0
22192024-09-06T23:01:12.752Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22202024-09-06T23:01:12.907Z Compiling macaddr v1.0.1
22212024-09-06T23:01:13.184Z Compiling maybe-uninit v2.0.0
22222024-09-06T23:01:13.305Z Checking tap v1.0.1
22232024-09-06T23:01:13.458Z Checking wyz v0.5.1
22242024-09-06T23:01:13.807Z Compiling newtype_derive v0.1.6
22252024-09-06T23:01:13.848Z Checking password-hash v0.5.0
22262024-09-06T23:01:14.071Z Checking blake2 v0.10.6
22272024-09-06T23:01:14.155Z Compiling bzip2-sys v0.1.11+1.0.8
22282024-09-06T23:01:14.253Z Checking funty v2.0.0
22292024-09-06T23:01:14.426Z Compiling packed_struct v0.10.1
22302024-09-06T23:01:14.461Z Compiling cancel-safe-futures v0.1.5
22312024-09-06T23:01:14.570Z Checking crc-catalog v2.4.0
22322024-09-06T23:01:14.701Z Checking crc v3.2.1
22332024-09-06T23:01:14.786Z Checking argon2 v0.5.3
22342024-09-06T23:01:15.021Z Compiling tokio-rustls v0.25.0
22352024-09-06T23:01:15.047Z Checking bitvec v1.0.1
22362024-09-06T23:01:15.389Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22372024-09-06T23:01:15.413Z Compiling packed_struct_codegen v0.10.1
22382024-09-06T23:01:15.875Z Compiling indexmap v1.9.3
22392024-09-06T23:01:16.143Z Checking half v2.4.1
22402024-09-06T23:01:16.188Z Compiling cookie v0.18.1
22412024-09-06T23:01:16.447Z Checking ciborium-io v0.2.2
22422024-09-06T23:01:16.553Z Checking nodrop v0.1.14
22432024-09-06T23:01:16.576Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22442024-09-06T23:01:16.666Z Checking array-init v0.0.4
22452024-09-06T23:01:16.853Z Checking ciborium-ll v0.2.2
22462024-09-06T23:01:17.310Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22472024-09-06T23:01:17.538Z Checking smallvec v0.6.14
22482024-09-06T23:01:17.601Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22492024-09-06T23:01:17.893Z Checking libsw v3.3.1
22502024-09-06T23:01:18.039Z Compiling derive-where v1.2.7
22512024-09-06T23:01:18.128Z Compiling memoffset v0.9.1
22522024-09-06T23:01:18.175Z Checking bitfield v0.14.0
22532024-09-06T23:01:18.445Z Checking owo-colors v4.0.0
22542024-09-06T23:01:18.469Z Checking swrite v0.1.0
22552024-09-06T23:01:18.581Z Checking linear-map v1.2.0
22562024-09-06T23:01:18.681Z Checking hashbrown v0.12.3
22572024-09-06T23:01:18.866Z Checking indent_write v2.2.0
22582024-09-06T23:01:19.020Z Checking highway v1.2.0
22592024-09-06T23:01:19.046Z Checking env_logger v0.10.2
22602024-09-06T23:01:19.394Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22612024-09-06T23:01:19.418Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22622024-09-06T23:01:19.871Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22632024-09-06T23:01:20.033Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22642024-09-06T23:01:20.134Z Checking serde-hex v0.1.0
22652024-09-06T23:01:20.525Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22662024-09-06T23:01:20.591Z Checking steno v0.4.1
22672024-09-06T23:01:20.737Z Checking bzip2 v0.4.4
22682024-09-06T23:01:21.060Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22692024-09-06T23:01:21.310Z Checking ciborium v0.2.2
22702024-09-06T23:01:21.574Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22712024-09-06T23:01:21.799Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22722024-09-06T23:01:22.148Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22732024-09-06T23:01:22.548Z Checking ron v0.8.1
22742024-09-06T23:01:22.953Z Checking x509-cert v0.2.5
22752024-09-06T23:01:23.118Z Checking hashbrown v0.13.2
22762024-09-06T23:01:23.380Z Checking crc-any v2.5.0
22772024-09-06T23:01:23.597Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22782024-09-06T23:01:23.624Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22792024-09-06T23:01:23.706Z Checking zip v0.6.6
22802024-09-06T23:01:23.930Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22812024-09-06T23:01:24.002Z Checking object v0.30.4
22822024-09-06T23:01:24.244Z Checking path-slash v0.1.5
22832024-09-06T23:01:24.268Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22842024-09-06T23:01:24.294Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22852024-09-06T23:01:24.317Z Checking nix v0.27.1
22862024-09-06T23:01:24.341Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22872024-09-06T23:01:24.554Z Checking kstat-rs v0.2.4
22882024-09-06T23:01:24.861Z Checking serde-big-array v0.5.1
22892024-09-06T23:01:24.964Z Checking signal-hook-tokio v0.3.1
22902024-09-06T23:01:25.461Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22912024-09-06T23:01:26.645Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22922024-09-06T23:01:29.574Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22932024-09-06T23:01:31.277Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22942024-09-06T23:01:34.282Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22952024-09-06T23:01:37.228Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22962024-09-06T23:01:38.014Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22972024-09-06T23:01:38.320Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22982024-09-06T23:01:44.066Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22992024-09-06T23:01:44.860Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23002024-09-06T23:01:48.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.94s
23012024-09-06T23:01:48.372Z
23022024-09-06T23:01:48.372Zinfo: running `cargo check --bins` on gateway-api (46/158)
23032024-09-06T23:01:49.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042024-09-06T23:01:49.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052024-09-06T23:01:49.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062024-09-06T23:01:49.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23072024-09-06T23:01:49.255Z
23082024-09-06T23:01:49.255Zinfo: running `cargo check --bins` on oximeter (47/158)
23092024-09-06T23:01:50.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102024-09-06T23:01:50.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112024-09-06T23:01:50.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122024-09-06T23:01:50.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23132024-09-06T23:01:50.137Z
23142024-09-06T23:01:50.137Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/158)
23152024-09-06T23:01:50.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162024-09-06T23:01:50.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172024-09-06T23:01:50.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182024-09-06T23:01:50.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23192024-09-06T23:01:50.967Z
23202024-09-06T23:01:50.967Zinfo: running `cargo check --bins` on oximeter-schema (49/158)
23212024-09-06T23:01:51.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222024-09-06T23:01:51.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232024-09-06T23:01:51.865Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23242024-09-06T23:01:52.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
23252024-09-06T23:01:52.441Z
23262024-09-06T23:01:52.441Zinfo: running `cargo check --bins` on oximeter-types (50/158)
23272024-09-06T23:01:53.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282024-09-06T23:01:53.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292024-09-06T23:01:53.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302024-09-06T23:01:53.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23312024-09-06T23:01:53.334Z
23322024-09-06T23:01:53.334Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/158)
23332024-09-06T23:01:54.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342024-09-06T23:01:54.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352024-09-06T23:01:54.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362024-09-06T23:01:54.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23372024-09-06T23:01:54.236Z
23382024-09-06T23:01:54.236Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158)
23392024-09-06T23:01:55.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402024-09-06T23:01:55.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412024-09-06T23:01:55.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422024-09-06T23:01:55.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23432024-09-06T23:01:55.095Z
23442024-09-06T23:01:55.095Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158)
23452024-09-06T23:01:55.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462024-09-06T23:01:55.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472024-09-06T23:01:55.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482024-09-06T23:01:55.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23492024-09-06T23:01:55.970Z
23502024-09-06T23:01:55.970Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158)
23512024-09-06T23:01:56.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522024-09-06T23:01:56.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532024-09-06T23:01:56.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542024-09-06T23:01:56.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23552024-09-06T23:01:56.866Z
23562024-09-06T23:01:56.866Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158)
23572024-09-06T23:01:57.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582024-09-06T23:01:57.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592024-09-06T23:01:57.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602024-09-06T23:01:57.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23612024-09-06T23:01:57.734Z
23622024-09-06T23:01:57.734Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158)
23632024-09-06T23:01:58.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642024-09-06T23:01:58.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652024-09-06T23:01:58.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662024-09-06T23:01:58.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23672024-09-06T23:01:58.575Z
23682024-09-06T23:01:58.575Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158)
23692024-09-06T23:01:59.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702024-09-06T23:01:59.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712024-09-06T23:01:59.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722024-09-06T23:01:59.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23732024-09-06T23:01:59.447Z
23742024-09-06T23:01:59.447Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158)
23752024-09-06T23:02:00.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762024-09-06T23:02:00.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772024-09-06T23:02:00.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782024-09-06T23:02:00.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23792024-09-06T23:02:00.315Z
23802024-09-06T23:02:00.315Zinfo: running `cargo check --bins` on oximeter-producer (59/158)
23812024-09-06T23:02:01.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822024-09-06T23:02:01.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832024-09-06T23:02:01.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842024-09-06T23:02:01.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23852024-09-06T23:02:01.240Z
23862024-09-06T23:02:01.241Zinfo: running `cargo check --bins` on internal-dns (60/158)
23872024-09-06T23:02:02.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-09-06T23:02:02.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-09-06T23:02:02.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902024-09-06T23:02:02.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23912024-09-06T23:02:02.120Z
23922024-09-06T23:02:02.120Zinfo: running `cargo check --bins` on nexus-client (61/158)
23932024-09-06T23:02:02.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-09-06T23:02:02.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-09-06T23:02:02.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962024-09-06T23:02:02.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23972024-09-06T23:02:03.019Z
23982024-09-06T23:02:03.019Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/158)
23992024-09-06T23:02:03.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-09-06T23:02:03.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-09-06T23:02:03.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022024-09-06T23:02:03.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24032024-09-06T23:02:03.916Z
24042024-09-06T23:02:03.916Zinfo: running `cargo check --bins` on omicron-passwords (63/158)
24052024-09-06T23:02:04.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062024-09-06T23:02:04.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072024-09-06T23:02:04.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082024-09-06T23:02:04.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24092024-09-06T23:02:04.757Z
24102024-09-06T23:02:04.757Zinfo: running `cargo check --bins` on nexus-types (64/158)
24112024-09-06T23:02:05.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122024-09-06T23:02:05.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132024-09-06T23:02:05.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142024-09-06T23:02:05.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
24152024-09-06T23:02:05.681Z
24162024-09-06T23:02:05.681Zinfo: running `cargo check --bins` on gateway-client (65/158)
24172024-09-06T23:02:06.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182024-09-06T23:02:06.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192024-09-06T23:02:06.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202024-09-06T23:02:06.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24212024-09-06T23:02:06.541Z
24222024-09-06T23:02:06.541Zinfo: running `cargo check --bins` on oxql-types (66/158)
24232024-09-06T23:02:07.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242024-09-06T23:02:07.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252024-09-06T23:02:07.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262024-09-06T23:02:07.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24272024-09-06T23:02:07.430Z
24282024-09-06T23:02:07.430Zinfo: running `cargo check --bins` on update-engine (67/158)
24292024-09-06T23:02:08.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302024-09-06T23:02:08.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312024-09-06T23:02:08.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322024-09-06T23:02:08.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24332024-09-06T23:02:08.250Z
24342024-09-06T23:02:08.250Zinfo: running `cargo check --bins` on sp-sim (68/158)
24352024-09-06T23:02:09.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362024-09-06T23:02:09.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372024-09-06T23:02:09.114Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24382024-09-06T23:02:11.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
24392024-09-06T23:02:11.420Z
24402024-09-06T23:02:11.420Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (69/158)
24412024-09-06T23:02:12.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422024-09-06T23:02:12.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432024-09-06T23:02:12.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442024-09-06T23:02:12.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
24452024-09-06T23:02:12.377Z
24462024-09-06T23:02:12.377Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/158)
24472024-09-06T23:02:13.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482024-09-06T23:02:13.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492024-09-06T23:02:13.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502024-09-06T23:02:13.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
24512024-09-06T23:02:13.357Z
24522024-09-06T23:02:13.357Zinfo: running `cargo check --bins` on db-macros (71/158)
24532024-09-06T23:02:14.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542024-09-06T23:02:14.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552024-09-06T23:02:14.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562024-09-06T23:02:14.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24572024-09-06T23:02:14.203Z
24582024-09-06T23:02:14.203Zinfo: running `cargo check --bins` on nexus-macros-common (72/158)
24592024-09-06T23:02:14.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602024-09-06T23:02:14.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612024-09-06T23:02:14.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622024-09-06T23:02:14.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24632024-09-06T23:02:15.068Z
24642024-09-06T23:02:15.068Zinfo: running `cargo check --bins` on nexus-auth (73/158)
24652024-09-06T23:02:15.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662024-09-06T23:02:15.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672024-09-06T23:02:15.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682024-09-06T23:02:15.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
24692024-09-06T23:02:16.016Z
24702024-09-06T23:02:16.016Zinfo: running `cargo check --bins` on authz-macros (74/158)
24712024-09-06T23:02:16.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722024-09-06T23:02:16.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732024-09-06T23:02:16.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742024-09-06T23:02:16.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24752024-09-06T23:02:16.886Z
24762024-09-06T23:02:16.886Zinfo: running `cargo check --bins` on nexus-db-fixed-data (75/158)
24772024-09-06T23:02:17.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782024-09-06T23:02:17.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792024-09-06T23:02:17.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802024-09-06T23:02:17.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24812024-09-06T23:02:17.813Z
24822024-09-06T23:02:17.813Zinfo: running `cargo check --bins` on nexus-db-model (76/158)
24832024-09-06T23:02:18.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842024-09-06T23:02:18.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852024-09-06T23:02:18.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862024-09-06T23:02:18.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
24872024-09-06T23:02:18.757Z
24882024-09-06T23:02:18.757Zinfo: running `cargo check --bins` on nexus-defaults (77/158)
24892024-09-06T23:02:19.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902024-09-06T23:02:19.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912024-09-06T23:02:19.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922024-09-06T23:02:19.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24932024-09-06T23:02:19.642Z
24942024-09-06T23:02:19.642Zinfo: running `cargo check --bins` on sled-agent-client (78/158)
24952024-09-06T23:02:20.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962024-09-06T23:02:20.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972024-09-06T23:02:20.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982024-09-06T23:02:20.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24992024-09-06T23:02:20.540Z
25002024-09-06T23:02:20.540Zinfo: running `cargo check --bins` on nexus-inventory (79/158)
25012024-09-06T23:02:21.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022024-09-06T23:02:21.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032024-09-06T23:02:21.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042024-09-06T23:02:21.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
25052024-09-06T23:02:21.504Z
25062024-09-06T23:02:21.504Zinfo: running `cargo check --bins` on typed-rng (80/158)
25072024-09-06T23:02:22.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082024-09-06T23:02:22.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092024-09-06T23:02:22.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102024-09-06T23:02:22.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25112024-09-06T23:02:22.356Z
25122024-09-06T23:02:22.356Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/158)
25132024-09-06T23:02:23.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142024-09-06T23:02:23.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152024-09-06T23:02:23.352Z Compiling rayon-core v1.12.1
25162024-09-06T23:02:23.376Z Compiling crossbeam-deque v0.8.5
25172024-09-06T23:02:23.376Z Compiling curve25519-dalek v4.1.3
25182024-09-06T23:02:23.376Z Compiling unicase v2.7.0
25192024-09-06T23:02:23.376Z Checking keccak v0.1.5
25202024-09-06T23:02:23.376Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25212024-09-06T23:02:23.376Z Compiling same-file v1.0.6
25222024-09-06T23:02:23.400Z Compiling tempfile v3.10.1
25232024-09-06T23:02:23.657Z Compiling walkdir v2.5.0
25242024-09-06T23:02:23.700Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25252024-09-06T23:02:23.784Z Checking sha3 v0.10.8
25262024-09-06T23:02:23.884Z Compiling thiserror-impl-no-std v2.0.2
25272024-09-06T23:02:23.993Z Checking universal-hash v0.5.1
25282024-09-06T23:02:24.123Z Checking secrecy v0.8.0
25292024-09-06T23:02:24.150Z Compiling ring v0.16.20
25302024-09-06T23:02:24.197Z Compiling blake3 v1.5.1
25312024-09-06T23:02:24.221Z Compiling curve25519-dalek-derive v0.1.1
25322024-09-06T23:02:24.244Z Checking opaque-debug v0.3.1
25332024-09-06T23:02:24.311Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25342024-09-06T23:02:24.339Z Checking chacha20 v0.9.1
25352024-09-06T23:02:24.364Z Checking poly1305 v0.8.0
25362024-09-06T23:02:24.584Z Compiling rayon v1.10.0
25372024-09-06T23:02:24.655Z Checking aead v0.5.2
25382024-09-06T23:02:24.795Z Compiling memmap2 v0.9.4
25392024-09-06T23:02:24.855Z Compiling home v0.5.9
25402024-09-06T23:02:25.107Z Compiling arrayref v0.3.7
25412024-09-06T23:02:25.205Z Compiling untrusted v0.7.1
25422024-09-06T23:02:25.229Z Compiling constant_time_eq v0.3.0
25432024-09-06T23:02:25.342Z Compiling arrayvec v0.7.4
25442024-09-06T23:02:25.365Z Compiling libefi-sys v0.1.0
25452024-09-06T23:02:25.389Z Compiling spin v0.5.2
25462024-09-06T23:02:25.413Z Compiling toolchain_find v0.4.0
25472024-09-06T23:02:25.611Z Checking chacha20poly1305 v0.10.1
25482024-09-06T23:02:25.779Z Compiling camino-tempfile v1.1.1
25492024-09-06T23:02:25.893Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25502024-09-06T23:02:25.984Z Compiling bitfield-struct v0.6.1
25512024-09-06T23:02:26.051Z Compiling topological-sort v0.2.2
25522024-09-06T23:02:26.176Z Compiling mime_guess v2.0.4
25532024-09-06T23:02:26.367Z Compiling rustfmt-wrapper v0.2.1
25542024-09-06T23:02:26.631Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25552024-09-06T23:02:26.655Z Checking thiserror-no-std v2.0.2
25562024-09-06T23:02:26.750Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25572024-09-06T23:02:26.887Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582024-09-06T23:02:27.000Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25592024-09-06T23:02:27.105Z Checking vsss-rs v3.3.4
25602024-09-06T23:02:27.239Z Checking gethostname v0.5.0
25612024-09-06T23:02:27.262Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622024-09-06T23:02:27.358Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25632024-09-06T23:02:27.382Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25642024-09-06T23:02:27.753Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25652024-09-06T23:02:27.871Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25662024-09-06T23:02:27.994Z Checking nanorand v0.7.0
25672024-09-06T23:02:28.107Z Checking glob v0.3.1
25682024-09-06T23:02:28.328Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692024-09-06T23:02:28.381Z Checking http-range v0.1.5
25702024-09-06T23:02:28.440Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25712024-09-06T23:02:28.593Z Checking hyper-staticfile v0.9.5
25722024-09-06T23:02:28.628Z Checking flume v0.11.0
25732024-09-06T23:02:28.953Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25742024-09-06T23:02:29.027Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25752024-09-06T23:02:29.051Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25762024-09-06T23:02:29.256Z Compiling omicron-zone-package v0.11.0
25772024-09-06T23:02:29.536Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25782024-09-06T23:02:30.020Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25792024-09-06T23:02:30.159Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
25802024-09-06T23:02:30.629Z Checking itertools v0.13.0
25812024-09-06T23:02:31.032Z Checking display-error-chain v0.2.1
25822024-09-06T23:02:31.962Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25832024-09-06T23:02:33.099Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25842024-09-06T23:02:34.879Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25852024-09-06T23:02:34.903Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25862024-09-06T23:02:47.487Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25872024-09-06T23:03:02.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.12s
25882024-09-06T23:03:02.647Z
25892024-09-06T23:03:02.647Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/158)
25902024-09-06T23:03:03.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-09-06T23:03:03.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-09-06T23:03:03.637Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25932024-09-06T23:03:18.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.68s
25942024-09-06T23:03:18.491Z
25952024-09-06T23:03:18.491Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/158)
25962024-09-06T23:03:19.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-09-06T23:03:19.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-09-06T23:03:19.471Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25992024-09-06T23:03:34.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.61s
26002024-09-06T23:03:34.271Z
26012024-09-06T23:03:34.271Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/158)
26022024-09-06T23:03:35.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-09-06T23:03:35.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-09-06T23:03:35.257Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26052024-09-06T23:03:49.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.44s
26062024-09-06T23:03:49.877Z
26072024-09-06T23:03:49.877Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/158)
26082024-09-06T23:03:50.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-09-06T23:03:50.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-09-06T23:03:50.863Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26112024-09-06T23:04:05.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.43s
26122024-09-06T23:04:05.476Z
26132024-09-06T23:04:05.477Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/158)
26142024-09-06T23:04:06.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-09-06T23:04:06.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-09-06T23:04:06.470Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26172024-09-06T23:04:21.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.55s
26182024-09-06T23:04:21.196Z
26192024-09-06T23:04:21.196Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/158)
26202024-09-06T23:04:22.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-09-06T23:04:22.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-09-06T23:04:22.144Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26232024-09-06T23:04:36.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.39s
26242024-09-06T23:04:36.757Z
26252024-09-06T23:04:36.757Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/158)
26262024-09-06T23:04:37.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-09-06T23:04:37.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-09-06T23:04:37.740Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26292024-09-06T23:04:52.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.64s
26302024-09-06T23:04:52.564Z
26312024-09-06T23:04:52.564Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/158)
26322024-09-06T23:04:53.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-09-06T23:04:53.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-09-06T23:04:53.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-09-06T23:04:53.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26362024-09-06T23:04:53.483Z
26372024-09-06T23:04:53.483Zinfo: running `cargo check --bins` on sled-agent-types (90/158)
26382024-09-06T23:04:54.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-09-06T23:04:54.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-09-06T23:04:54.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412024-09-06T23:04:54.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26422024-09-06T23:04:54.379Z
26432024-09-06T23:04:54.379Zinfo: running `cargo check --bins` on bootstrap-agent-client (91/158)
26442024-09-06T23:04:55.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-09-06T23:04:55.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-09-06T23:04:55.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472024-09-06T23:04:55.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26482024-09-06T23:04:55.285Z
26492024-09-06T23:04:55.285Zinfo: running `cargo check --bins` on dpd-client (92/158)
26502024-09-06T23:04:56.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-09-06T23:04:56.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-09-06T23:04:56.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532024-09-06T23:04:56.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26542024-09-06T23:04:56.162Z
26552024-09-06T23:04:56.162Zinfo: running `cargo check --bins` on installinator-common (93/158)
26562024-09-06T23:04:56.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-09-06T23:04:56.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-09-06T23:04:56.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592024-09-06T23:04:56.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26602024-09-06T23:04:57.038Z
26612024-09-06T23:04:57.038Zinfo: running `cargo check --bins` on key-manager (94/158)
26622024-09-06T23:04:57.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-09-06T23:04:57.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-09-06T23:04:57.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652024-09-06T23:04:57.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26662024-09-06T23:04:57.910Z
26672024-09-06T23:04:57.910Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/158)
26682024-09-06T23:04:58.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-09-06T23:04:58.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-09-06T23:04:58.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712024-09-06T23:04:58.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26722024-09-06T23:04:58.790Z
26732024-09-06T23:04:58.790Zinfo: running `cargo check --bins` on sled-agent-api (96/158)
26742024-09-06T23:04:59.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-09-06T23:04:59.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-09-06T23:04:59.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772024-09-06T23:04:59.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26782024-09-06T23:04:59.686Z
26792024-09-06T23:04:59.686Zinfo: running `cargo check --bins` on sled-hardware (97/158)
26802024-09-06T23:05:00.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-09-06T23:05:00.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-09-06T23:05:00.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832024-09-06T23:05:00.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26842024-09-06T23:05:00.560Z
26852024-09-06T23:05:00.560Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/158)
26862024-09-06T23:05:01.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-09-06T23:05:01.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-09-06T23:05:01.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892024-09-06T23:05:01.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26902024-09-06T23:05:01.425Z
26912024-09-06T23:05:01.425Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158)
26922024-09-06T23:05:02.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932024-09-06T23:05:02.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942024-09-06T23:05:02.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26952024-09-06T23:05:02.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26962024-09-06T23:05:02.298Z
26972024-09-06T23:05:02.298Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/158)
26982024-09-06T23:05:03.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992024-09-06T23:05:03.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002024-09-06T23:05:03.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012024-09-06T23:05:03.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27022024-09-06T23:05:03.230Z
27032024-09-06T23:05:03.230Zinfo: running `cargo check --bins` on nexus-test-interface (101/158)
27042024-09-06T23:05:04.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052024-09-06T23:05:04.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062024-09-06T23:05:04.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072024-09-06T23:05:04.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27082024-09-06T23:05:04.146Z
27092024-09-06T23:05:04.146Zinfo: running `cargo check --bins` on oximeter-collector (102/158)
27102024-09-06T23:05:04.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112024-09-06T23:05:04.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122024-09-06T23:05:05.093Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27132024-09-06T23:05:05.093Z Checking bcs v0.1.6
27142024-09-06T23:05:05.093Z Compiling async-recursion v1.1.1
27152024-09-06T23:05:05.117Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27162024-09-06T23:05:05.117Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27172024-09-06T23:05:06.263Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27182024-09-06T23:05:10.220Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27192024-09-06T23:05:12.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.13s
27202024-09-06T23:05:12.439Z
27212024-09-06T23:05:12.439Zinfo: running `cargo check --bins` on oximeter-api (103/158)
27222024-09-06T23:05:13.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232024-09-06T23:05:13.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242024-09-06T23:05:13.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252024-09-06T23:05:13.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27262024-09-06T23:05:13.368Z
27272024-09-06T23:05:13.368Zinfo: running `cargo check --bins` on oximeter-client (104/158)
27282024-09-06T23:05:14.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292024-09-06T23:05:14.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302024-09-06T23:05:14.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312024-09-06T23:05:14.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27322024-09-06T23:05:14.267Z
27332024-09-06T23:05:14.267Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/158)
27342024-09-06T23:05:15.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352024-09-06T23:05:15.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362024-09-06T23:05:15.173Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27372024-09-06T23:05:15.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
27382024-09-06T23:05:15.955Z
27392024-09-06T23:05:15.955Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158)
27402024-09-06T23:05:16.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-09-06T23:05:16.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-09-06T23:05:16.857Z Compiling cfg_aliases v0.1.1
27432024-09-06T23:05:16.857Z Compiling vte_generate_state_changes v0.1.1
27442024-09-06T23:05:16.882Z Checking fd-lock v4.0.2
27452024-09-06T23:05:16.882Z Checking bytecount v0.6.8
27462024-09-06T23:05:16.882Z Compiling tabled_derive v0.7.0
27472024-09-06T23:05:16.882Z Checking crossterm v0.27.0
27482024-09-06T23:05:16.905Z Compiling peg-macros v0.8.4
27492024-09-06T23:05:16.905Z Compiling sqlparser_derive v0.2.2
27502024-09-06T23:05:16.993Z Compiling nix v0.28.0
27512024-09-06T23:05:17.044Z Checking papergrid v0.11.0
27522024-09-06T23:05:17.078Z Checking home v0.5.9
27532024-09-06T23:05:17.209Z Checking nu-ansi-term v0.50.0
27542024-09-06T23:05:17.473Z Checking vte v0.11.1
27552024-09-06T23:05:17.550Z Checking unicode_categories v0.1.1
27562024-09-06T23:05:17.819Z Checking sqlformat v0.2.4
27572024-09-06T23:05:17.900Z Checking sqlparser v0.45.0
27582024-09-06T23:05:18.398Z Checking crossterm v0.28.1
27592024-09-06T23:05:18.578Z Checking strip-ansi-escapes v0.2.0
27602024-09-06T23:05:18.713Z Checking reedline v0.33.0
27612024-09-06T23:05:19.061Z Checking tabled v0.15.0
27622024-09-06T23:05:19.688Z Checking peg v0.8.4
27632024-09-06T23:05:19.880Z Checking rustyline v14.0.0
27642024-09-06T23:05:25.048Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27652024-09-06T23:05:31.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.43s
27662024-09-06T23:05:31.553Z
27672024-09-06T23:05:31.553Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158)
27682024-09-06T23:05:32.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-09-06T23:05:32.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-09-06T23:05:32.433Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712024-09-06T23:05:38.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s
27722024-09-06T23:05:38.874Z
27732024-09-06T23:05:38.875Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158)
27742024-09-06T23:05:39.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-09-06T23:05:39.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-09-06T23:05:39.770Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772024-09-06T23:05:45.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.00s
27782024-09-06T23:05:46.038Z
27792024-09-06T23:05:46.038Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158)
27802024-09-06T23:05:46.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-09-06T23:05:46.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-09-06T23:05:46.923Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27832024-09-06T23:05:52.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s
27842024-09-06T23:05:52.261Z
27852024-09-06T23:05:52.261Zinfo: running `cargo check --bins` on oximeter-test-utils (110/158)
27862024-09-06T23:05:53.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-09-06T23:05:53.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-09-06T23:05:53.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-09-06T23:05:53.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27902024-09-06T23:05:53.119Z
27912024-09-06T23:05:53.119Zinfo: running `cargo check --bins` on cockroach-admin-client (111/158)
27922024-09-06T23:05:53.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-09-06T23:05:53.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-09-06T23:05:53.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-09-06T23:05:53.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27962024-09-06T23:05:53.968Z
27972024-09-06T23:05:53.968Zinfo: running `cargo check --bins` on installinator-client (112/158)
27982024-09-06T23:05:54.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-09-06T23:05:54.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-09-06T23:05:54.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-09-06T23:05:54.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28022024-09-06T23:05:54.833Z
28032024-09-06T23:05:54.833Zinfo: running `cargo check --bins` on oxide-client (113/158)
28042024-09-06T23:05:55.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-09-06T23:05:55.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-09-06T23:05:55.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-09-06T23:05:55.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28082024-09-06T23:05:55.681Z
28092024-09-06T23:05:55.681Zinfo: running `cargo check --bins` on wicketd-client (114/158)
28102024-09-06T23:05:56.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-09-06T23:05:56.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-09-06T23:05:56.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-09-06T23:05:56.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28142024-09-06T23:05:56.585Z
28152024-09-06T23:05:56.585Zinfo: running `cargo check --bins` on wicket-common (115/158)
28162024-09-06T23:05:57.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-09-06T23:05:57.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-09-06T23:05:57.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-09-06T23:05:57.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28202024-09-06T23:05:57.471Z
28212024-09-06T23:05:57.471Zinfo: running `cargo check --bins` on omicron-cockroach-admin (116/158)
28222024-09-06T23:05:58.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-09-06T23:05:58.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-09-06T23:05:58.411Z Checking csv-core v0.1.11
28252024-09-06T23:05:58.435Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28262024-09-06T23:05:58.712Z Checking csv v1.3.0
28272024-09-06T23:05:59.388Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28282024-09-06T23:05:59.830Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28292024-09-06T23:06:01.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28302024-09-06T23:06:01.484Z
28312024-09-06T23:06:01.484Zinfo: running `cargo check --bins` on cockroach-admin-api (117/158)
28322024-09-06T23:06:02.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-09-06T23:06:02.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-09-06T23:06:02.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-09-06T23:06:02.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28362024-09-06T23:06:02.388Z
28372024-09-06T23:06:02.388Zinfo: running `cargo check --bins` on cockroach-admin-types (118/158)
28382024-09-06T23:06:03.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-09-06T23:06:03.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-09-06T23:06:03.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-09-06T23:06:03.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
28422024-09-06T23:06:03.294Z
28432024-09-06T23:06:03.294Zinfo: running `cargo check --bins` on cert-dev (119/158)
28442024-09-06T23:06:04.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-09-06T23:06:04.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-09-06T23:06:04.125Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28472024-09-06T23:06:04.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
28482024-09-06T23:06:04.502Z
28492024-09-06T23:06:04.502Zinfo: running `cargo check --bins` on ch-dev (120/158)
28502024-09-06T23:06:05.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-09-06T23:06:05.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-09-06T23:06:05.434Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28532024-09-06T23:06:06.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
28542024-09-06T23:06:06.359Z
28552024-09-06T23:06:06.359Zinfo: running `cargo check --bins` on crdb-seed (121/158)
28562024-09-06T23:06:07.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-09-06T23:06:07.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-09-06T23:06:07.272Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28592024-09-06T23:06:07.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
28602024-09-06T23:06:07.765Z
28612024-09-06T23:06:07.765Zinfo: running `cargo check --bins` on db-dev (122/158)
28622024-09-06T23:06:08.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-09-06T23:06:08.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-09-06T23:06:08.698Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28652024-09-06T23:06:09.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
28662024-09-06T23:06:09.634Z
28672024-09-06T23:06:09.634Zinfo: running `cargo check --bins` on omicron-dev-lib (123/158)
28682024-09-06T23:06:10.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-09-06T23:06:10.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-09-06T23:06:10.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-09-06T23:06:10.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28722024-09-06T23:06:10.551Z
28732024-09-06T23:06:10.551Zinfo: running `cargo check --bins` on xtask-downloader (124/158)
28742024-09-06T23:06:11.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-09-06T23:06:11.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-09-06T23:06:11.389Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28772024-09-06T23:06:12.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
28782024-09-06T23:06:12.544Z
28792024-09-06T23:06:12.544Zinfo: running `cargo check --bins` on mgs-dev (125/158)
28802024-09-06T23:06:13.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-09-06T23:06:13.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-09-06T23:06:13.627Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28832024-09-06T23:06:14.318Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28842024-09-06T23:06:14.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
28852024-09-06T23:06:15.087Z
28862024-09-06T23:06:15.087Zinfo: running `cargo check --bins` on omicron-omdb (126/158)
28872024-09-06T23:06:15.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-09-06T23:06:15.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-09-06T23:06:16.188Z Compiling glob v0.3.1
28902024-09-06T23:06:16.188Z Compiling crunchy v0.2.2
28912024-09-06T23:06:16.212Z Compiling tiny-keccak v2.0.2
28922024-09-06T23:06:16.212Z Compiling dsl_auto_type v0.1.2
28932024-09-06T23:06:16.212Z Checking scheduled-thread-pool v0.2.7
28942024-09-06T23:06:16.212Z Compiling diesel_table_macro_syntax v0.2.0
28952024-09-06T23:06:16.235Z Compiling ascii-canvas v3.0.0
28962024-09-06T23:06:16.259Z Compiling ena v0.14.3
28972024-09-06T23:06:16.488Z Checking r2d2 v0.8.10
28982024-09-06T23:06:16.623Z Compiling libloading v0.8.3
28992024-09-06T23:06:16.646Z Compiling diff v0.1.13
29002024-09-06T23:06:16.672Z Compiling regex-syntax v0.6.29
29012024-09-06T23:06:16.778Z Compiling bindgen v0.69.4
29022024-09-06T23:06:16.801Z Compiling which v4.4.2
29032024-09-06T23:06:17.004Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29042024-09-06T23:06:17.056Z Compiling clang-sys v1.7.0
29052024-09-06T23:06:17.210Z Compiling cexpr v0.6.0
29062024-09-06T23:06:17.251Z Compiling ref-cast v1.0.23
29072024-09-06T23:06:17.342Z Compiling shlex v1.3.0
29082024-09-06T23:06:17.404Z Compiling lazycell v1.3.0
29092024-09-06T23:06:17.460Z Compiling rustc-hash v1.1.0
29102024-09-06T23:06:17.570Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29112024-09-06T23:06:17.610Z Compiling derive_builder_core v0.20.0
29122024-09-06T23:06:17.668Z Compiling diesel_derives v2.2.2
29132024-09-06T23:06:17.787Z Compiling libxml v0.3.3
29142024-09-06T23:06:17.810Z Compiling ref-cast-impl v1.0.23
29152024-09-06T23:06:17.843Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29162024-09-06T23:06:18.182Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29172024-09-06T23:06:18.279Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29182024-09-06T23:06:18.562Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29192024-09-06T23:06:18.752Z Compiling strum_macros v0.24.3
29202024-09-06T23:06:18.886Z Compiling dropshot v0.10.1
29212024-09-06T23:06:18.939Z Compiling indoc v1.0.9
29222024-09-06T23:06:19.626Z Compiling lalrpop v0.19.12
29232024-09-06T23:06:19.786Z Compiling derive_builder_macro v0.20.0
29242024-09-06T23:06:20.522Z Checking derive_builder v0.20.0
29252024-09-06T23:06:20.665Z Checking tungstenite v0.23.0
29262024-09-06T23:06:20.926Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29272024-09-06T23:06:21.170Z Compiling dropshot_endpoint v0.10.1
29282024-09-06T23:06:21.399Z Compiling impl-trait-for-tuples v0.2.2
29292024-09-06T23:06:21.601Z Compiling oso-derive v0.27.3
29302024-09-06T23:06:21.726Z Checking quick-xml v0.31.0
29312024-09-06T23:06:22.485Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
29322024-09-06T23:06:22.807Z Checking maplit v1.0.2
29332024-09-06T23:06:23.026Z Checking tokio-tungstenite v0.23.1
29342024-09-06T23:06:23.522Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29352024-09-06T23:06:23.563Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29362024-09-06T23:06:23.845Z Compiling const_format_proc_macros v0.2.32
29372024-09-06T23:06:24.975Z Checking bb8 v0.8.5
29382024-09-06T23:06:25.421Z Checking crossbeam-deque v0.8.5
29392024-09-06T23:06:25.669Z Checking const_format v0.2.32
29402024-09-06T23:06:25.695Z Compiling portable-atomic v1.6.0
29412024-09-06T23:06:26.090Z Checking rayon-core v1.12.1
29422024-09-06T23:06:26.119Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
29432024-09-06T23:06:26.609Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29442024-09-06T23:06:26.670Z Checking castaway v0.2.3
29452024-09-06T23:06:26.821Z Checking compact_str v0.8.0
29462024-09-06T23:06:26.895Z Checking rayon v1.10.0
29472024-09-06T23:06:27.386Z Checking diesel v2.2.3
29482024-09-06T23:06:27.887Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29492024-09-06T23:06:28.135Z Checking unicode-truncate v1.0.0
29502024-09-06T23:06:28.159Z Checking lru v0.12.3
29512024-09-06T23:06:28.324Z Compiling instability v0.3.2
29522024-09-06T23:06:28.347Z Checking smawk v0.3.2
29532024-09-06T23:06:28.444Z Checking cassowary v0.3.0
29542024-09-06T23:06:28.552Z Checking unicode-linebreak v0.1.5
29552024-09-06T23:06:28.581Z Checking number_prefix v0.4.0
29562024-09-06T23:06:28.779Z Checking multimap v0.10.0
29572024-09-06T23:06:28.899Z Checking textwrap v0.16.1
29582024-09-06T23:06:29.230Z Checking ratatui v0.28.0
29592024-09-06T23:06:30.084Z Checking indicatif v0.17.8
29602024-09-06T23:06:46.350Z Compiling samael v0.0.15
29612024-09-06T23:06:56.999Z Checking async-bb8-diesel v0.2.1
29622024-09-06T23:06:59.273Z Compiling polar-core v0.27.3
29632024-09-06T23:07:07.669Z Checking oso v0.27.3
29642024-09-06T23:08:19.929Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29652024-09-06T23:08:26.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
29662024-09-06T23:08:27.085Z
29672024-09-06T23:08:27.085Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158)
29682024-09-06T23:08:27.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-09-06T23:08:27.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-09-06T23:08:27.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29712024-09-06T23:08:27.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
29722024-09-06T23:08:28.030Z
29732024-09-06T23:08:28.030Zinfo: running `cargo check --bins` on nexus-saga-recovery (128/158)
29742024-09-06T23:08:28.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-09-06T23:08:28.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-09-06T23:08:28.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772024-09-06T23:08:28.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
29782024-09-06T23:08:28.980Z
29792024-09-06T23:08:28.980Zinfo: running `cargo check --bins` on nexus-test-utils-macros (129/158)
29802024-09-06T23:08:29.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-09-06T23:08:29.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-09-06T23:08:29.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29832024-09-06T23:08:29.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
29842024-09-06T23:08:29.853Z
29852024-09-06T23:08:29.853Zinfo: running `cargo check --bins` on omicron-nexus (130/158)
29862024-09-06T23:08:30.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-09-06T23:08:30.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-09-06T23:08:31.009Z Compiling libz-sys v1.1.16
29892024-09-06T23:08:31.036Z Compiling libgit2-sys v0.17.0+1.8.1
29902024-09-06T23:08:31.060Z Compiling vergen v8.3.2
29912024-09-06T23:08:31.060Z Compiling cargo-platform v0.1.8
29922024-09-06T23:08:31.060Z Compiling pin-project-internal v1.1.5
29932024-09-06T23:08:31.108Z Compiling snafu-derive v0.8.2
29942024-09-06T23:08:31.132Z Compiling libsqlite3-sys v0.28.0
29952024-09-06T23:08:31.132Z Compiling cfg_aliases v0.2.1
29962024-09-06T23:08:31.245Z Compiling buf-list v1.0.3
29972024-09-06T23:08:31.347Z Compiling cargo_metadata v0.18.1
29982024-09-06T23:08:31.595Z Compiling nix v0.29.0
29992024-09-06T23:08:31.629Z Checking globset v0.4.14
30002024-09-06T23:08:31.886Z Checking olpc-cjson v0.1.3
30012024-09-06T23:08:31.910Z Checking rand_seeder v0.3.0
30022024-09-06T23:08:32.051Z Checking serde_plain v1.0.2
30032024-09-06T23:08:32.081Z Checking typed-path v0.7.1
30042024-09-06T23:08:32.105Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30052024-09-06T23:08:32.423Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30062024-09-06T23:08:32.532Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30072024-09-06T23:08:32.662Z Checking hashlink v0.9.1
30082024-09-06T23:08:32.694Z Checking fallible-iterator v0.3.0
30092024-09-06T23:08:32.807Z Checking fallible-streaming-iterator v0.1.9
30102024-09-06T23:08:33.025Z Checking parse-size v1.0.0
30112024-09-06T23:08:33.253Z Checking rusqlite v0.31.0
30122024-09-06T23:08:33.280Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30132024-09-06T23:08:33.689Z Checking pin-project v1.1.5
30142024-09-06T23:08:33.713Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30152024-09-06T23:08:33.764Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30162024-09-06T23:08:33.811Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30172024-09-06T23:08:34.023Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30182024-09-06T23:08:34.095Z Checking twox-hash v1.6.3
30192024-09-06T23:08:34.164Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30202024-09-06T23:08:34.509Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30212024-09-06T23:08:34.596Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30222024-09-06T23:08:34.620Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30232024-09-06T23:08:35.032Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
30242024-09-06T23:08:35.376Z Checking fatfs v0.3.6
30252024-09-06T23:08:35.652Z Checking assert_matches v1.5.0
30262024-09-06T23:08:35.794Z Checking snafu v0.8.2
30272024-09-06T23:08:36.213Z Checking tough v0.17.1
30282024-09-06T23:08:40.024Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30292024-09-06T23:08:41.497Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30302024-09-06T23:08:42.101Z Compiling git2 v0.19.0
30312024-09-06T23:08:48.108Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
30322024-09-06T23:09:49.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
30332024-09-06T23:09:49.526Z
30342024-09-06T23:09:49.526Zinfo: running `cargo check --bins` on nexus-external-api (131/158)
30352024-09-06T23:09:50.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362024-09-06T23:09:50.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372024-09-06T23:09:50.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382024-09-06T23:09:50.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30392024-09-06T23:09:50.481Z
30402024-09-06T23:09:50.481Zinfo: running `cargo check --bins` on openapi-manager-types (132/158)
30412024-09-06T23:09:51.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422024-09-06T23:09:51.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432024-09-06T23:09:51.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442024-09-06T23:09:51.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30452024-09-06T23:09:51.332Z
30462024-09-06T23:09:51.332Zinfo: running `cargo check --bins` on nexus-internal-api (133/158)
30472024-09-06T23:09:52.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482024-09-06T23:09:52.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492024-09-06T23:09:52.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502024-09-06T23:09:52.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
30512024-09-06T23:09:52.242Z
30522024-09-06T23:09:52.242Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (134/158)
30532024-09-06T23:09:53.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542024-09-06T23:09:53.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552024-09-06T23:09:53.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562024-09-06T23:09:53.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30572024-09-06T23:09:53.234Z
30582024-09-06T23:09:53.234Zinfo: running `cargo check --bins` on nexus-networking (135/158)
30592024-09-06T23:09:54.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-09-06T23:09:54.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-09-06T23:09:54.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622024-09-06T23:09:54.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30632024-09-06T23:09:54.213Z
30642024-09-06T23:09:54.213Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (136/158)
30652024-09-06T23:09:55.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-09-06T23:09:55.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-09-06T23:09:55.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682024-09-06T23:09:55.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30692024-09-06T23:09:55.151Z
30702024-09-06T23:09:55.151Zinfo: running `cargo check --bins` on update-common (137/158)
30712024-09-06T23:09:55.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-09-06T23:09:56.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-09-06T23:09:56.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742024-09-06T23:09:56.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30752024-09-06T23:09:56.078Z
30762024-09-06T23:09:56.078Zinfo: running `cargo check --bins` on tufaceous-lib (138/158)
30772024-09-06T23:09:56.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-09-06T23:09:56.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-09-06T23:09:56.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802024-09-06T23:09:56.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30812024-09-06T23:09:57.002Z
30822024-09-06T23:09:57.002Zinfo: running `cargo check --bins` on tufaceous (139/158)
30832024-09-06T23:09:57.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-09-06T23:09:57.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-09-06T23:09:57.969Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30862024-09-06T23:09:58.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
30872024-09-06T23:09:59.136Z
30882024-09-06T23:09:59.136Zinfo: running `cargo check --bins` on omicron-dev (140/158)
30892024-09-06T23:10:00.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-09-06T23:10:00.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-09-06T23:10:00.297Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30922024-09-06T23:10:00.297Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30932024-09-06T23:10:00.322Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30942024-09-06T23:10:01.916Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30952024-09-06T23:10:04.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s
30962024-09-06T23:10:05.100Z
30972024-09-06T23:10:05.100Zinfo: running `cargo check --bins` on openapi-manager (141/158)
30982024-09-06T23:10:05.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992024-09-06T23:10:05.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002024-09-06T23:10:06.082Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31012024-09-06T23:10:06.082Z Checking heck v0.4.1
31022024-09-06T23:10:06.082Z Checking is_ci v1.2.0
31032024-09-06T23:10:06.107Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31042024-09-06T23:10:06.287Z Checking supports-color v3.0.0
31052024-09-06T23:10:06.312Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31062024-09-06T23:10:08.025Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31072024-09-06T23:10:09.018Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31082024-09-06T23:10:10.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
31092024-09-06T23:10:10.407Z
31102024-09-06T23:10:10.407Zinfo: running `cargo check --bins` on installinator-api (142/158)
31112024-09-06T23:10:11.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122024-09-06T23:10:11.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132024-09-06T23:10:11.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142024-09-06T23:10:11.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
31152024-09-06T23:10:11.311Z
31162024-09-06T23:10:11.311Zinfo: running `cargo check --bins` on wicketd-api (143/158)
31172024-09-06T23:10:12.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182024-09-06T23:10:12.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192024-09-06T23:10:12.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202024-09-06T23:10:12.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
31212024-09-06T23:10:12.233Z
31222024-09-06T23:10:12.233Zinfo: running `cargo check --bins` on reconfigurator-cli (144/158)
31232024-09-06T23:10:13.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242024-09-06T23:10:13.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252024-09-06T23:10:13.351Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31262024-09-06T23:10:14.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
31272024-09-06T23:10:14.913Z
31282024-09-06T23:10:14.913Zinfo: running `cargo check --bins` on omicron-releng (145/158)
31292024-09-06T23:10:15.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302024-09-06T23:10:15.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312024-09-06T23:10:15.863Z Checking memmap2 v0.9.4
31322024-09-06T23:10:15.863Z Checking arrayref v0.3.7
31332024-09-06T23:10:15.863Z Checking arrayvec v0.7.4
31342024-09-06T23:10:15.863Z Checking untrusted v0.7.1
31352024-09-06T23:10:15.888Z Checking constant_time_eq v0.3.0
31362024-09-06T23:10:15.888Z Checking spin v0.5.2
31372024-09-06T23:10:15.888Z Checking cargo-platform v0.1.8
31382024-09-06T23:10:15.888Z Checking topological-sort v0.2.2
31392024-09-06T23:10:15.987Z Checking shell-words v1.1.0
31402024-09-06T23:10:16.124Z Checking ring v0.16.20
31412024-09-06T23:10:16.214Z Checking cargo_metadata v0.18.1
31422024-09-06T23:10:16.239Z Checking blake3 v1.5.1
31432024-09-06T23:10:17.567Z Checking omicron-zone-package v0.11.0
31442024-09-06T23:10:18.946Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31452024-09-06T23:10:20.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
31462024-09-06T23:10:20.220Z
31472024-09-06T23:10:20.220Zinfo: running `cargo check --bins` on xtask (146/158)
31482024-09-06T23:10:20.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492024-09-06T23:10:20.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502024-09-06T23:10:20.919Z Checking bitflags v2.6.0
31512024-09-06T23:10:20.919Z Checking serde v1.0.208
31522024-09-06T23:10:20.919Z Checking thiserror v1.0.63
31532024-09-06T23:10:20.947Z Checking scroll v0.12.0
31542024-09-06T23:10:20.978Z Checking log v0.4.21
31552024-09-06T23:10:20.978Z Checking hashbrown v0.14.5
31562024-09-06T23:10:20.978Z Checking zerocopy v0.7.34
31572024-09-06T23:10:21.003Z Checking syn v2.0.74
31582024-09-06T23:10:21.050Z Checking pest v2.7.10
31592024-09-06T23:10:21.150Z Checking rustix v0.38.34
31602024-09-06T23:10:21.204Z Checking fs-err v2.11.0
31612024-09-06T23:10:21.379Z Checking goblin v0.8.2
31622024-09-06T23:10:21.475Z Checking anyhow v1.0.86
31632024-09-06T23:10:21.799Z Checking tabled v0.15.0
31642024-09-06T23:10:21.924Z Checking indexmap v2.4.0
31652024-09-06T23:10:22.733Z Checking terminal_size v0.3.0
31662024-09-06T23:10:22.733Z Checking tempfile v3.10.1
31672024-09-06T23:10:22.894Z Checking clap_builder v4.5.15
31682024-09-06T23:10:23.203Z Checking dtrace-parser v0.2.0
31692024-09-06T23:10:25.044Z Checking serde_json v1.0.125
31702024-09-06T23:10:25.044Z Checking toml_datetime v0.6.8
31712024-09-06T23:10:25.069Z Checking serde_spanned v0.6.7
31722024-09-06T23:10:25.069Z Checking camino v1.1.9
31732024-09-06T23:10:25.069Z Checking semver v1.0.23
31742024-09-06T23:10:25.111Z Checking cargo-platform v0.1.8
31752024-09-06T23:10:25.271Z Checking macaddr v1.0.1
31762024-09-06T23:10:25.346Z Checking toml_edit v0.22.20
31772024-09-06T23:10:25.395Z Checking clap v4.5.16
31782024-09-06T23:10:25.543Z Checking camino-tempfile v1.1.1
31792024-09-06T23:10:26.290Z Checking dof v0.3.0
31802024-09-06T23:10:26.290Z Checking cargo_metadata v0.18.1
31812024-09-06T23:10:26.816Z Checking usdt-impl v0.5.0
31822024-09-06T23:10:27.274Z Checking usdt v0.5.0
31832024-09-06T23:10:27.420Z Checking toml v0.8.19
31842024-09-06T23:10:27.997Z Checking cargo_toml v0.20.4
31852024-09-06T23:10:29.468Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31862024-09-06T23:10:30.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.00s
31872024-09-06T23:10:30.340Z
31882024-09-06T23:10:30.340Zinfo: running `cargo check --bins` on end-to-end-tests (147/158)
31892024-09-06T23:10:31.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902024-09-06T23:10:31.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912024-09-06T23:10:31.449Z Checking polyval v0.6.2
31922024-09-06T23:10:31.449Z Checking rfc6979 v0.4.0
31932024-09-06T23:10:31.473Z Checking primeorder v0.13.6
31942024-09-06T23:10:31.474Z Checking ctr v0.9.2
31952024-09-06T23:10:31.531Z Checking ed25519 v2.2.3
31962024-09-06T23:10:31.555Z Checking ssh-encoding v0.2.0
31972024-09-06T23:10:31.555Z Checking blowfish v0.9.1
31982024-09-06T23:10:31.584Z Checking password-hash v0.4.2
31992024-09-06T23:10:31.631Z Checking ecdsa v0.16.9
32002024-09-06T23:10:31.721Z Checking ghash v0.5.1
32012024-09-06T23:10:31.761Z Checking matches v0.1.10
32022024-09-06T23:10:31.785Z Checking bcrypt-pbkdf v0.10.0
32032024-09-06T23:10:31.813Z Checking ed25519-dalek v2.1.1
32042024-09-06T23:10:31.853Z Compiling enum-as-inner v0.5.1
32052024-09-06T23:10:31.878Z Checking idna v0.2.3
32062024-09-06T23:10:31.878Z Checking aes-gcm v0.10.3
32072024-09-06T23:10:31.932Z Checking russh-cryptovec v0.7.2
32082024-09-06T23:10:31.963Z Checking pbkdf2 v0.11.0
32092024-09-06T23:10:32.014Z Checking md5 v0.7.0
32102024-09-06T23:10:32.109Z Checking ssh-cipher v0.2.0
32112024-09-06T23:10:32.134Z Checking num-bigint v0.4.5
32122024-09-06T23:10:32.158Z Checking des v0.8.1
32132024-09-06T23:10:32.208Z Compiling dhcproto-macros v0.1.0
32142024-09-06T23:10:32.252Z Checking p521 v0.13.3
32152024-09-06T23:10:32.277Z Checking p256 v0.13.2
32162024-09-06T23:10:32.393Z Checking ssh-key v0.6.6
32172024-09-06T23:10:32.418Z Checking p384 v0.13.0
32182024-09-06T23:10:32.565Z Checking hex-literal v0.4.1
32192024-09-06T23:10:32.686Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32202024-09-06T23:10:32.710Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32212024-09-06T23:10:32.747Z Checking trust-dns-proto v0.22.0
32222024-09-06T23:10:33.043Z Checking internet-checksum v0.2.1
32232024-09-06T23:10:33.757Z Checking russh-keys v0.45.0
32242024-09-06T23:10:34.851Z Checking russh v0.45.0
32252024-09-06T23:10:35.690Z Checking dhcproto v0.12.0
32262024-09-06T23:10:56.356Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32272024-09-06T23:10:58.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.66s
32282024-09-06T23:10:58.183Z
32292024-09-06T23:10:58.183Zinfo: running `cargo check --bins` on gateway-cli (148/158)
32302024-09-06T23:10:58.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312024-09-06T23:10:58.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322024-09-06T23:10:59.058Z Checking termios v0.3.3
32332024-09-06T23:10:59.234Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32342024-09-06T23:11:00.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
32352024-09-06T23:11:00.325Z
32362024-09-06T23:11:00.325Zinfo: running `cargo check --bins --no-default-features` on installinator (149/158)
32372024-09-06T23:11:01.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382024-09-06T23:11:01.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392024-09-06T23:11:01.261Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32402024-09-06T23:11:03.625Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32412024-09-06T23:11:05.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
32422024-09-06T23:11:05.948Z
32432024-09-06T23:11:05.948Zinfo: running `cargo check --bins` on internal-dns-cli (150/158)
32442024-09-06T23:11:06.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452024-09-06T23:11:06.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462024-09-06T23:11:06.813Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32472024-09-06T23:11:07.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
32482024-09-06T23:11:07.434Z
32492024-09-06T23:11:07.434Zinfo: running `cargo check --bins` on omicron-live-tests (151/158)
32502024-09-06T23:11:08.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512024-09-06T23:11:08.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522024-09-06T23:11:08.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532024-09-06T23:11:08.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32542024-09-06T23:11:08.304Z
32552024-09-06T23:11:08.304Zinfo: running `cargo check --bins` on live-tests-macros (152/158)
32562024-09-06T23:11:09.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572024-09-06T23:11:09.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582024-09-06T23:11:09.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592024-09-06T23:11:09.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32602024-09-06T23:11:09.157Z
32612024-09-06T23:11:09.157Zinfo: running `cargo check --bins` on omicron-package (153/158)
32622024-09-06T23:11:09.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632024-09-06T23:11:09.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642024-09-06T23:11:10.063Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32652024-09-06T23:11:11.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
32662024-09-06T23:11:11.654Z
32672024-09-06T23:11:11.654Zinfo: running `cargo check --bins` on wicket-dbg (154/158)
32682024-09-06T23:11:12.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692024-09-06T23:11:12.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702024-09-06T23:11:12.655Z Checking rtoolbox v0.0.2
32712024-09-06T23:11:12.655Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32722024-09-06T23:11:12.679Z Checking tui-tree-widget v0.22.0
32732024-09-06T23:11:12.839Z Checking rpassword v7.3.1
32742024-09-06T23:11:17.677Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32752024-09-06T23:11:21.307Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32762024-09-06T23:11:22.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.06s
32772024-09-06T23:11:22.882Z
32782024-09-06T23:11:22.882Zinfo: running `cargo check --bins` on wicket (155/158)
32792024-09-06T23:11:23.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802024-09-06T23:11:23.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812024-09-06T23:11:23.852Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32822024-09-06T23:11:24.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
32832024-09-06T23:11:24.400Z
32842024-09-06T23:11:24.400Zinfo: running `cargo check --bins` on wicketd (156/158)
32852024-09-06T23:11:25.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862024-09-06T23:11:25.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872024-09-06T23:11:25.344Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32882024-09-06T23:11:29.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
32892024-09-06T23:11:29.995Z
32902024-09-06T23:11:29.995Zinfo: running `cargo check --bins` on omicron-workspace-hack (157/158)
32912024-09-06T23:11:30.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922024-09-06T23:11:30.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932024-09-06T23:11:30.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942024-09-06T23:11:30.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32952024-09-06T23:11:30.828Z
32962024-09-06T23:11:30.828Zinfo: running `cargo check --bins` on zone-setup (158/158)
32972024-09-06T23:11:31.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982024-09-06T23:11:31.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992024-09-06T23:11:31.812Z Checking uzers v0.11.3
33002024-09-06T23:11:32.096Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33012024-09-06T23:11:33.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
33022024-09-06T23:11:33.538Z
33032024-09-06T23:11:33.538Zreal 12:43.898423844
33042024-09-06T23:11:33.538Zuser 23:02.918045715
33052024-09-06T23:11:33.538Zsys 5:33.469389507
33062024-09-06T23:11:33.538Ztrap 0.534136668
33072024-09-06T23:11:33.562Ztflt 1.709911077
33082024-09-06T23:11:33.562Zdflt 2.687191183
33092024-09-06T23:11:33.562Zkflt 0.001079028
33102024-09-06T23:11:33.562Zlock 42:21.525157827
33112024-09-06T23:11:33.562Zslp 2:00:54.965829190
33122024-09-06T23:11:33.562Zlat 1:00.854812208
33132024-09-06T23:11:33.562Zstop 2:48.926270133
33142024-09-06T23:11:33.562Zprocess exited: duration 1008281 ms, exit code 0
 
33152024-09-06T23:11:33.611Zfound 0 output files