01J6QKRFFJSW7SER63VW10EBJ5: 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: 01J6QKRRAY0PQ0DT0J6S7CJ6SD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-01T20:18:00.678Zjob assigned to worker 01J6QKRRRZYCF2JNQJRV5SQTMM (queued for 25 s)
 
22024-09-01T20:18:01.047Zstarting task 0: "setup"
32024-09-01T20:18:01.072Z++ uname -s
42024-09-01T20:18:01.072Z+ kern=SunOS
52024-09-01T20:18:01.072Z+ case "$kern" in
62024-09-01T20:18:01.072Z+ groupadd -g 12345 build
72024-09-01T20:18:01.072Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-01T20:18:03.078Z+ zfs create -o mountpoint=/work rpool/work
92024-09-01T20:18:03.116Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-01T20:18:03.141Z+ home_fs=zfs
112024-09-01T20:18:03.141Z+ [[ zfs == autofs ]]
122024-09-01T20:18:03.141Z+ mkdir -p /home/build
132024-09-01T20:18:03.141Z+ chown build:build /home/build /work
142024-09-01T20:18:05.126Z+ chmod 0700 /home/build /work
152024-09-01T20:18:05.151Zprocess exited: duration 4083 ms, exit code 0
 
162024-09-01T20:18:05.200Zstarting task 1: "rust-toolchain"
172024-09-01T20:18:05.225Z+ printf ' * toolchain channel = "%s"
182024-09-01T20:18:05.225Z' 1.80.1
192024-09-01T20:18:05.225Z+ printf ' * toolchain profile = "%s"
202024-09-01T20:18:05.225Z' default
212024-09-01T20:18:05.225Z * toolchain channel = "1.80.1"
222024-09-01T20:18:05.225Z * toolchain profile = "default"
232024-09-01T20:18:05.225Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-01T20:18:05.225Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-01T20:18:05.360Zinfo: downloading installer
262024-09-01T20:18:05.875Zinfo: profile set to 'default'
272024-09-01T20:18:05.875Zinfo: default host triple is x86_64-unknown-illumos
282024-09-01T20:18:05.900Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-01T20:18:05.964Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-01T20:18:05.964Zinfo: downloading component 'cargo'
312024-09-01T20:18:06.082Zinfo: downloading component 'clippy'
322024-09-01T20:18:06.135Zinfo: downloading component 'rust-docs'
332024-09-01T20:18:06.383Zinfo: downloading component 'rust-std'
342024-09-01T20:18:06.881Zinfo: downloading component 'rustc'
352024-09-01T20:18:08.924Zinfo: downloading component 'rustfmt'
362024-09-01T20:18:09.041Zinfo: installing component 'cargo'
372024-09-01T20:18:10.140Zinfo: installing component 'clippy'
382024-09-01T20:18:10.588Zinfo: installing component 'rust-docs'
392024-09-01T20:18:13.346Zinfo: installing component 'rust-std'
402024-09-01T20:18:15.294Zinfo: installing component 'rustc'
412024-09-01T20:18:20.354Zinfo: installing component 'rustfmt'
422024-09-01T20:18:20.745Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-01T20:18:20.745Z
442024-09-01T20:18:20.860Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-01T20:18:20.860Z
462024-09-01T20:18:20.860Z
472024-09-01T20:18:20.860ZRust is installed now. Great!
482024-09-01T20:18:20.860Z
492024-09-01T20:18:20.860ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-01T20:18:20.860Zenvironment variable. This has not been done automatically.
512024-09-01T20:18:20.860Z
522024-09-01T20:18:20.860ZTo configure your current shell, you need to source
532024-09-01T20:18:20.860Zthe corresponding env file under $HOME/.cargo.
542024-09-01T20:18:20.860Z
552024-09-01T20:18:20.885ZThis is usually done by running one of the following (note the leading DOT):
562024-09-01T20:18:20.885Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-01T20:18:20.885Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-01T20:18:20.926Z+ rustc --version
592024-09-01T20:18:21.020Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-01T20:18:21.045Zprocess exited: duration 15825 ms, exit code 0
 
612024-09-01T20:18:21.097Zstarting task 2: "authentication"
622024-09-01T20:18:21.184Zprocess exited: duration 89 ms, exit code 0
 
632024-09-01T20:18:21.233Zstarting task 3: "clone repository"
642024-09-01T20:18:21.258Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-01T20:18:21.258Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-01T20:18:21.283ZCloning into '/work/oxidecomputer/omicron'...
672024-09-01T20:18:26.426Z+ cd /work/oxidecomputer/omicron
682024-09-01T20:18:26.426Z+ git fetch origin 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a
692024-09-01T20:18:26.850ZFrom https://github.com/oxidecomputer/omicron
702024-09-01T20:18:26.850Z * branch 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a -> FETCH_HEAD
712024-09-01T20:18:26.876Z+ [[ -n eliza/486-sa-errors ]]
722024-09-01T20:18:26.876Z++ git branch --show-current
732024-09-01T20:18:26.876Z+ current=main
742024-09-01T20:18:26.876Z+ [[ main != eliza/486-sa-errors ]]
752024-09-01T20:18:26.876Z+ git branch -f eliza/486-sa-errors 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a
762024-09-01T20:18:26.901Z+ git checkout -f eliza/486-sa-errors
772024-09-01T20:18:27.102ZSwitched to branch 'eliza/486-sa-errors'
782024-09-01T20:18:27.128Z+ git reset --hard 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a
792024-09-01T20:18:27.166ZHEAD is now at 1b3fcadee blehhh rustfmt
802024-09-01T20:18:27.167Zprocess exited: duration 5902 ms, exit code 0
 
812024-09-01T20:18:27.237Zstarting task 4: "build"
822024-09-01T20:18:27.263Z+ cargo --version
832024-09-01T20:18:27.333Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-01T20:18:27.368Z+ rustc --version
852024-09-01T20:18:27.425Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-01T20:18:27.453Z+ source ./env.sh
872024-09-01T20:18:27.453Z++ OLD_SHELL_OPTS=ehxB
882024-09-01T20:18:27.453Z++ set -o xtrace
892024-09-01T20:18:27.453Z++++ dirname ./env.sh
902024-09-01T20:18:27.453Z+++ readlink -f .
912024-09-01T20:18:27.453Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-09-01T20:18:27.454Z++ 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-01T20:18:27.454Z++ 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-01T20:18:27.454Z++ 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-01T20:18:27.454Z++ 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-01T20:18:27.454Z++ 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-01T20:18:27.454Z++ 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-01T20:18:27.454Z++ 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-01T20:18:27.454Z++ 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-01T20:18:27.454Z++ case $OLD_SHELL_OPTS in
1012024-09-01T20:18:27.455Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-09-01T20:18:27.455Z+ 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-01T20:18:27.455Z+ 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-01T20:18:27.455Z+ banner prerequisites
1052024-09-01T20:18:27.455Z
1062024-09-01T20:18:27.455Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-09-01T20:18:27.455Z # # # # # # # # # # # # # # #
1082024-09-01T20:18:27.455Z # # # # ##### # # ##### # # # # # #### #
1092024-09-01T20:18:27.455Z ##### ##### # ##### # # # # # # # # #
1102024-09-01T20:18:27.455Z # # # # # # # # # # # # # # #
1112024-09-01T20:18:27.455Z # # # ###### # # ###### ### # #### # #### #
1122024-09-01T20:18:27.456Z
1132024-09-01T20:18:27.456Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-09-01T20:18:33.716Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-09-01T20:18:36.518Z Startup: Caching catalogs ... Done
1162024-09-01T20:18:39.135ZPlanning: Solver setup ... Done (1.839s)
1172024-09-01T20:18:39.163ZPlanning: Running solver ... Done (0.028s)
1182024-09-01T20:18:39.191ZPlanning: Finding local manifests ... Done (0.003s)
1192024-09-01T20:18:39.262ZPlanning: Fetching manifests: 0/5 0% complete
1202024-09-01T20:18:39.727ZPlanning: Fetching manifests: 5/5 100% complete
1212024-09-01T20:18:39.857ZPlanning: Package planning ... Done (0.131s)
1222024-09-01T20:18:39.926ZPlanning: Merging actions ... Done (0.069s)
1232024-09-01T20:18:40.195ZPlanning: Checking for conflicting actions ... Done (0.267s)
1242024-09-01T20:18:41.390ZPlanning: Consolidating action changes ... Done (1.196s)
1252024-09-01T20:18:41.856ZPlanning: Evaluating mediators ... Done (0.465s)
1262024-09-01T20:18:41.954ZPlanning: Planning completed in 5.36 seconds
1272024-09-01T20:18:41.979Z Packages to install: 4
1282024-09-01T20:18:41.979Z Packages to update: 1
1292024-09-01T20:18:41.979Z Mediators to change: 2
1302024-09-01T20:18:41.979Z Services to change: 1
1312024-09-01T20:18:41.979Z Estimated space available: 148.82 GB
1322024-09-01T20:18:41.979ZEstimated space to be consumed: 1.53 GB
1332024-09-01T20:18:41.979Z Create boot environment: No
1342024-09-01T20:18:41.979ZCreate backup boot environment: Yes
1352024-09-01T20:18:41.979Z Rebuild boot archive: No
1362024-09-01T20:18:41.979Z
1372024-09-01T20:18:41.979ZChanged mediators:
1382024-09-01T20:18:41.979Z mediator clang:
1392024-09-01T20:18:41.979Z version: None -> 15 (system default)
1402024-09-01T20:18:41.979Z
1412024-09-01T20:18:41.979Z mediator llvm:
1422024-09-01T20:18:41.979Z version: 14 (system default) -> 15 (system default)
1432024-09-01T20:18:41.979Z
1442024-09-01T20:18:41.979ZChanged packages:
1452024-09-01T20:18:41.979Zhelios-dev
1462024-09-01T20:18:41.980Z developer/build-essential
1472024-09-01T20:18:41.980Z None -> 11-2.0
1482024-09-01T20:18:41.980Z library/libxmlsec1
1492024-09-01T20:18:41.980Z None -> 1.2.35-2.0
1502024-09-01T20:18:41.980Z ooce/developer/clang-15
1512024-09-01T20:18:41.980Z None -> 15.0.7-2.0
1522024-09-01T20:18:41.980Z ooce/developer/llvm-15
1532024-09-01T20:18:41.980Z None -> 15.0.7-2.0
1542024-09-01T20:18:41.980Z package/pkg
1552024-09-01T20:18:41.980Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-09-01T20:18:41.980Z
1572024-09-01T20:18:41.980ZServices:
1582024-09-01T20:18:41.980Z restart_fmri:
1592024-09-01T20:18:41.980Z svc:/system/update-man-index:default
1602024-09-01T20:18:41.980Z
1612024-09-01T20:18:41.980ZEditable files to change:
1622024-09-01T20:18:41.980Z Update:
1632024-09-01T20:18:41.980Z usr/share/lib/pkg/web/config.shtml
1642024-09-01T20:18:42.051Z
1652024-09-01T20:18:42.051ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-09-01T20:18:47.122ZDownload: 1195/4281 items 51.5/220.6MB 23% complete (11.1M/s)
1672024-09-01T20:18:52.125ZDownload: 1407/4281 items 104.2/220.6MB 47% complete (10.4M/s)
1682024-09-01T20:18:57.123ZDownload: 2398/4281 items 120.1/220.6MB 54% complete (6.9M/s)
1692024-09-01T20:19:02.123ZDownload: 3188/4281 items 151.6/220.6MB 68% complete (4.7M/s)
1702024-09-01T20:19:07.595ZDownload: 3288/4281 items 210.0/220.6MB 95% complete (9.2M/s)
1712024-09-01T20:19:12.596ZDownload: 4273/4281 items 220.6/220.6MB 99% complete (5.3M/s)
1722024-09-01T20:19:12.696ZDownload: Completed 220.60 MB in 30.64 seconds (7.2M/s)
1732024-09-01T20:19:14.201Z Actions: 1/5063 actions (Removing old actions)
1742024-09-01T20:19:14.226Z Actions: 194/5063 actions (Installing new actions)
1752024-09-01T20:19:19.732Z Actions: 3797/5063 actions (Installing new actions)
1762024-09-01T20:19:20.297Z Actions: 4226/5063 actions (Updating modified actions)
1772024-09-01T20:19:20.665Z Actions: Completed 5063 actions in 6.46 seconds.
1782024-09-01T20:19:21.079Z Done (0.405s)
1792024-09-01T20:19:21.103Z Done (0.000s)
1802024-09-01T20:19:21.543Z Done (0.463s)
1812024-09-01T20:19:27.349Z Done (5.652s)
1822024-09-01T20:19:27.473Z Done (0.023s)
1832024-09-01T20:19:27.498Z Done (0.000s)
1842024-09-01T20:19:27.689Z Done (0.000s)
1852024-09-01T20:19:28.377ZPlanning: Evaluating mediator changes ... Done
1862024-09-01T20:19:28.587ZPlanning: Checking for conflicting actions ... Done
1872024-09-01T20:19:28.611ZPlanning: Consolidating action changes ... Done
1882024-09-01T20:19:28.926ZPlanning: Evaluating mediators ... Done
1892024-09-01T20:19:28.951ZPlanning: Planning completed in 0.55 seconds
1902024-09-01T20:19:28.976Z Mediators to change: 2
1912024-09-01T20:19:28.976Z Create boot environment: No
1922024-09-01T20:19:29.001ZCreate backup boot environment: No
1932024-09-01T20:19:29.054Z Done
1942024-09-01T20:19:29.054Z Done
1952024-09-01T20:19:29.350Z Done
1962024-09-01T20:19:34.259Z Done
1972024-09-01T20:19:34.366Z Done
1982024-09-01T20:19:34.366Z Done
1992024-09-01T20:19:34.416Z Done
2002024-09-01T20:19:35.185ZPlanning: Evaluating mediator changes ... Done
2012024-09-01T20:19:35.209ZPlanning: Merging actions ... Done
2022024-09-01T20:19:35.436ZPlanning: Checking for conflicting actions ... Done
2032024-09-01T20:19:35.460ZPlanning: Consolidating action changes ... Done
2042024-09-01T20:19:35.761ZPlanning: Evaluating mediators ... Done
2052024-09-01T20:19:35.830ZPlanning: Planning completed in 0.95 seconds
2062024-09-01T20:19:35.877Z Packages to change: 1
2072024-09-01T20:19:35.877Z Mediators to change: 1
2082024-09-01T20:19:35.877Z Services to change: 1
2092024-09-01T20:19:35.877Z Create boot environment: No
2102024-09-01T20:19:35.877ZCreate backup boot environment: Yes
2112024-09-01T20:19:37.417Z Actions: 1/6 actions (Updating modified actions)
2122024-09-01T20:19:37.442Z Actions: Completed 6 actions in 0.00 seconds.
2132024-09-01T20:19:37.442Z Done
2142024-09-01T20:19:37.442Z Done
2152024-09-01T20:19:37.515Z Done
2162024-09-01T20:19:42.301Z Done
2172024-09-01T20:19:42.413Z Done
2182024-09-01T20:19:42.437Z Done
2192024-09-01T20:19:42.467Z Done
2202024-09-01T20:19:43.022ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-09-01T20:19:43.022Zclang system 15 system
2222024-09-01T20:19:43.022Zcsh system system illumos
2232024-09-01T20:19:43.022Zctags system system illumos
2242024-09-01T20:19:43.022Zgcc vendor 12 vendor
2252024-09-01T20:19:43.022Zgcc system 10 system
2262024-09-01T20:19:43.022Zgcc system 7 system
2272024-09-01T20:19:43.022Zgo system 1.20 system
2282024-09-01T20:19:43.022Zgo system 1.19 system
2292024-09-01T20:19:43.022Zllvm system 15 system
2302024-09-01T20:19:43.022Zllvm system 14 system
2312024-09-01T20:19:43.022Zmariadb system 10.6 system
2322024-09-01T20:19:43.022Zmta vendor vendor dma
2332024-09-01T20:19:43.022Zopenjdk system 17 system
2342024-09-01T20:19:43.022Zopenjdk system 11 system
2352024-09-01T20:19:43.022Zopenjdk system 1.8 system
2362024-09-01T20:19:43.022Zopenssl vendor 3 vendor
2372024-09-01T20:19:43.022Zperl system 5.36 system
2382024-09-01T20:19:43.022Zpostgresql system 15 system
2392024-09-01T20:19:43.022Zpostgresql system 13 system
2402024-09-01T20:19:43.022Zpython vendor 3 vendor
2412024-09-01T20:19:43.022Zpython system 2 system
2422024-09-01T20:19:43.022Zpython3 system 3.11 system
2432024-09-01T20:19:43.022Zruby system 3.0 system
2442024-09-01T20:19:43.022Zwords vendor vendor american-english
2452024-09-01T20:19:43.023Zwords system system australian-english
2462024-09-01T20:19:43.023Zwords system system british-english
2472024-09-01T20:19:43.023Zwords system system canadian-english
2482024-09-01T20:19:43.023Zwords system system french
2492024-09-01T20:19:43.023Zwords system system italian
2502024-09-01T20:19:43.023Zwords system system ngerman
2512024-09-01T20:19:43.023Zwords system system ogerman
2522024-09-01T20:19:43.023Zwords system system spanish
2532024-09-01T20:19:43.444ZPUBLISHER TYPE STATUS P LOCATION
2542024-09-01T20:19:43.444Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-09-01T20:19:45.641ZFMRI IFO
2562024-09-01T20:19:45.641Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-09-01T20:19:45.641Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-09-01T20:19:45.641Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-09-01T20:19:45.641Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-09-01T20:19:45.641Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-09-01T20:19:45.642Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-09-01T20:19:45.642Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2632024-09-01T20:19:45.642Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2642024-09-01T20:19:45.642Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-09-01T20:19:45.642Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-09-01T20:19:45.642Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-09-01T20:19:45.642Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-09-01T20:19:45.642Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2692024-09-01T20:19:46.379Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2702024-09-01T20:19:46.786Z Updating crates.io index
2712024-09-01T20:19:46.811Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2722024-09-01T20:19:47.725Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-09-01T20:19:48.583Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-09-01T20:19:48.935Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2752024-09-01T20:19:50.649Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-09-01T20:19:50.953Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-09-01T20:19:51.301Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-09-01T20:19:52.461Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-09-01T20:19:54.554Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-09-01T20:19:55.683Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-09-01T20:19:56.440Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-09-01T20:19:56.796Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-09-01T20:19:57.412Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-09-01T20:19:57.759Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2852024-09-01T20:19:58.130Z Updating git repository `https://github.com/oxidecomputer/qorb`
2862024-09-01T20:19:58.546Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872024-09-01T20:19:58.917Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882024-09-01T20:19:59.270Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892024-09-01T20:19:59.611Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902024-09-01T20:19:59.991Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912024-09-01T20:20:00.373Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922024-09-01T20:20:00.794Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932024-09-01T20:20:01.305Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2942024-09-01T20:20:01.719Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-09-01T20:20:02.297Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962024-09-01T20:20:02.687Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-09-01T20:20:03.279Z Updating git repository `https://github.com/oxidecomputer/typify`
2982024-09-01T20:20:05.678Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992024-09-01T20:20:06.015Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002024-09-01T20:20:06.569Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012024-09-01T20:20:07.055Z Updating git repository `https://github.com/oxidecomputer/rfb`
3022024-09-01T20:20:08.457Z Downloading crates ...
3032024-09-01T20:20:08.523Z Downloaded anyhow v1.0.86
3042024-09-01T20:20:08.549Z Downloaded version_check v0.9.5
3052024-09-01T20:20:08.573Z Downloaded unicode-ident v1.0.12
3062024-09-01T20:20:08.573Z Downloaded pest_derive v2.7.10
3072024-09-01T20:20:08.573Z Downloaded typenum v1.17.0
3082024-09-01T20:20:08.573Z Downloaded zerocopy v0.7.34
3092024-09-01T20:20:08.598Z Downloaded tabled v0.15.0
3102024-09-01T20:20:08.622Z Downloaded zerocopy-derive v0.7.34
3112024-09-01T20:20:08.622Z Downloaded usdt v0.5.0
3122024-09-01T20:20:08.622Z Downloaded winnow v0.6.18
3132024-09-01T20:20:08.647Z Downloaded libc v0.2.158
3142024-09-01T20:20:08.672Z Downloaded unicode-width v0.1.13
3152024-09-01T20:20:08.672Z Downloaded syn v2.0.74
3162024-09-01T20:20:08.696Z Downloaded ucd-trie v0.1.6
3172024-09-01T20:20:08.696Z Downloaded toml_edit v0.22.20
3182024-09-01T20:20:08.721Z Downloaded toml v0.8.19
3192024-09-01T20:20:08.721Z Downloaded textwrap v0.16.1
3202024-09-01T20:20:08.721Z Downloaded sha2 v0.10.8
3212024-09-01T20:20:08.721Z Downloaded serde_json v1.0.125
3222024-09-01T20:20:08.745Z Downloaded ryu v1.0.18
3232024-09-01T20:20:08.745Z Downloaded rustix v0.38.34
3242024-09-01T20:20:08.770Z Downloaded quote v1.0.36
3252024-09-01T20:20:08.770Z Downloaded pest v2.7.10
3262024-09-01T20:20:08.770Z Downloaded memchr v2.7.2
3272024-09-01T20:20:08.795Z Downloaded indexmap v2.4.0
3282024-09-01T20:20:08.795Z Downloaded goblin v0.8.2
3292024-09-01T20:20:08.795Z Downloaded utf8parse v0.2.1
3302024-09-01T20:20:08.795Z Downloaded usdt-impl v0.5.0
3312024-09-01T20:20:08.795Z Downloaded unicode-linebreak v0.1.5
3322024-09-01T20:20:08.795Z Downloaded thiserror-impl v1.0.63
3332024-09-01T20:20:08.795Z Downloaded tempfile v3.10.1
3342024-09-01T20:20:08.795Z Downloaded syn v1.0.109
3352024-09-01T20:20:08.820Z Downloaded swrite v0.1.0
3362024-09-01T20:20:08.820Z Downloaded serde_tokenstream v0.2.2
3372024-09-01T20:20:08.820Z Downloaded semver v1.0.23
3382024-09-01T20:20:08.820Z Downloaded scroll v0.12.0
3392024-09-01T20:20:08.820Z Downloaded proc-macro-error-attr v1.0.4
3402024-09-01T20:20:08.820Z Downloaded pretty-hex v0.4.1
3412024-09-01T20:20:08.820Z Downloaded pest_generator v2.7.10
3422024-09-01T20:20:08.820Z Downloaded log v0.4.21
3432024-09-01T20:20:08.820Z Downloaded itoa v1.0.11
3442024-09-01T20:20:08.854Z Downloaded heck v0.4.1
3452024-09-01T20:20:08.854Z Downloaded fastrand v2.1.0
3462024-09-01T20:20:08.855Z Downloaded equivalent v1.0.1
3472024-09-01T20:20:08.855Z Downloaded crypto-common v0.1.6
3482024-09-01T20:20:08.855Z Downloaded once_cell v1.19.0
3492024-09-01T20:20:08.856Z Downloaded hashbrown v0.14.5
3502024-09-01T20:20:08.856Z Downloaded fs-err v2.11.0
3512024-09-01T20:20:08.856Z Downloaded dof v0.3.0
3522024-09-01T20:20:08.857Z Downloaded clap_builder v4.5.15
3532024-09-01T20:20:08.882Z Downloaded serde v1.0.208
3542024-09-01T20:20:08.882Z Downloaded usdt-macro v0.5.0
3552024-09-01T20:20:08.882Z Downloaded usdt-attr-macro v0.5.0
3562024-09-01T20:20:08.882Z Downloaded toml_datetime v0.6.8
3572024-09-01T20:20:08.882Z Downloaded thread-id v4.2.1
3582024-09-01T20:20:08.882Z Downloaded thiserror v1.0.63
3592024-09-01T20:20:08.882Z Downloaded terminal_size v0.3.0
3602024-09-01T20:20:08.883Z Downloaded tabled_derive v0.7.0
3612024-09-01T20:20:08.883Z Downloaded strsim v0.11.1
3622024-09-01T20:20:08.883Z Downloaded smawk v0.3.2
3632024-09-01T20:20:08.883Z Downloaded serde_spanned v0.6.7
3642024-09-01T20:20:08.883Z Downloaded serde_derive v1.0.208
3652024-09-01T20:20:08.883Z Downloaded scroll_derive v0.12.0
3662024-09-01T20:20:08.883Z Downloaded proc-macro2 v1.0.86
3672024-09-01T20:20:08.883Z Downloaded proc-macro-error v1.0.4
3682024-09-01T20:20:08.883Z Downloaded plain v0.2.3
3692024-09-01T20:20:08.883Z Downloaded pest_meta v2.7.10
3702024-09-01T20:20:08.909Z Downloaded papergrid v0.11.0
3712024-09-01T20:20:08.910Z Downloaded memmap v0.7.0
3722024-09-01T20:20:08.910Z Downloaded macaddr v1.0.1
3732024-09-01T20:20:08.910Z Downloaded is_terminal_polyfill v1.70.0
3742024-09-01T20:20:08.910Z Downloaded heck v0.5.0
3752024-09-01T20:20:08.910Z Downloaded generic-array v0.14.7
3762024-09-01T20:20:08.910Z Downloaded fnv v1.0.7
3772024-09-01T20:20:08.910Z Downloaded errno v0.3.9
3782024-09-01T20:20:08.911Z Downloaded dtrace-parser v0.2.0
3792024-09-01T20:20:08.911Z Downloaded digest v0.10.7
3802024-09-01T20:20:08.911Z Downloaded cpufeatures v0.2.12
3812024-09-01T20:20:08.911Z Downloaded colorchoice v1.0.1
3822024-09-01T20:20:08.911Z Downloaded clap_lex v0.7.0
3832024-09-01T20:20:08.911Z Downloaded clap_derive v4.5.13
3842024-09-01T20:20:08.939Z Downloaded clap v4.5.16
3852024-09-01T20:20:08.939Z Downloaded cfg-if v1.0.0
3862024-09-01T20:20:08.940Z Downloaded cargo_toml v0.20.4
3872024-09-01T20:20:08.940Z Downloaded cargo_metadata v0.18.1
3882024-09-01T20:20:08.940Z Downloaded cargo-platform v0.1.8
3892024-09-01T20:20:08.940Z Downloaded camino-tempfile v1.1.1
3902024-09-01T20:20:08.940Z Downloaded camino v1.1.9
3912024-09-01T20:20:08.940Z Downloaded byteorder v1.5.0
3922024-09-01T20:20:08.941Z Downloaded bytecount v0.6.8
3932024-09-01T20:20:08.941Z Downloaded block-buffer v0.10.4
3942024-09-01T20:20:08.967Z Downloaded bitflags v2.6.0
3952024-09-01T20:20:08.967Z Downloaded autocfg v1.3.0
3962024-09-01T20:20:08.967Z Downloaded anstyle-query v1.0.3
3972024-09-01T20:20:08.967Z Downloaded anstyle-parse v0.2.4
3982024-09-01T20:20:08.967Z Downloaded anstyle v1.0.8
3992024-09-01T20:20:08.968Z Downloaded anstream v0.6.14
4002024-09-01T20:20:09.114Z Compiling proc-macro2 v1.0.86
4012024-09-01T20:20:09.114Z Compiling unicode-ident v1.0.12
4022024-09-01T20:20:09.142Z Compiling serde v1.0.208
4032024-09-01T20:20:09.142Z Compiling version_check v0.9.5
4042024-09-01T20:20:09.142Z Compiling thiserror v1.0.63
4052024-09-01T20:20:09.142Z Compiling memchr v2.7.2
4062024-09-01T20:20:09.142Z Compiling libc v0.2.158
4072024-09-01T20:20:09.142Z Compiling itoa v1.0.11
4082024-09-01T20:20:09.442Z Compiling ryu v1.0.18
4092024-09-01T20:20:09.494Z Compiling ucd-trie v0.1.6
4102024-09-01T20:20:09.791Z Compiling once_cell v1.19.0
4112024-09-01T20:20:09.975Z Compiling byteorder v1.5.0
4122024-09-01T20:20:10.017Z Compiling serde_json v1.0.125
4132024-09-01T20:20:10.100Z Compiling rustix v0.38.34
4142024-09-01T20:20:10.375Z Compiling bitflags v2.6.0
4152024-09-01T20:20:10.483Z Compiling usdt-impl v0.5.0
4162024-09-01T20:20:10.772Z Compiling quote v1.0.36
4172024-09-01T20:20:10.836Z Compiling proc-macro-error-attr v1.0.4
4182024-09-01T20:20:10.894Z Compiling syn v1.0.109
4192024-09-01T20:20:10.976Z Compiling proc-macro-error v1.0.4
4202024-09-01T20:20:11.095Z Compiling equivalent v1.0.1
4212024-09-01T20:20:11.165Z Compiling syn v2.0.74
4222024-09-01T20:20:11.221Z Compiling errno v0.3.9
4232024-09-01T20:20:11.329Z Compiling utf8parse v0.2.1
4242024-09-01T20:20:11.445Z Compiling log v0.4.21
4252024-09-01T20:20:11.472Z Compiling hashbrown v0.14.5
4262024-09-01T20:20:11.521Z Compiling camino v1.1.9
4272024-09-01T20:20:11.551Z Compiling plain v0.2.3
4282024-09-01T20:20:11.620Z Compiling thread-id v4.2.1
4292024-09-01T20:20:11.747Z Compiling anstyle-parse v0.2.4
4302024-09-01T20:20:12.075Z Compiling winnow v0.6.18
4312024-09-01T20:20:12.233Z Compiling autocfg v1.3.0
4322024-09-01T20:20:12.293Z Compiling anstyle v1.0.8
4332024-09-01T20:20:12.615Z Compiling unicode-width v0.1.13
4342024-09-01T20:20:12.877Z Compiling indexmap v2.4.0
4352024-09-01T20:20:12.916Z Compiling colorchoice v1.0.1
4362024-09-01T20:20:12.943Z Compiling is_terminal_polyfill v1.70.0
4372024-09-01T20:20:13.107Z Compiling anstyle-query v1.0.3
4382024-09-01T20:20:13.132Z Compiling pretty-hex v0.4.1
4392024-09-01T20:20:13.299Z Compiling semver v1.0.23
4402024-09-01T20:20:13.368Z Compiling fs-err v2.11.0
4412024-09-01T20:20:13.421Z Compiling anstream v0.6.14
4422024-09-01T20:20:13.701Z Compiling terminal_size v0.3.0
4432024-09-01T20:20:14.109Z Compiling clap_lex v0.7.0
4442024-09-01T20:20:14.145Z Compiling anyhow v1.0.86
4452024-09-01T20:20:14.205Z Compiling fastrand v2.1.0
4462024-09-01T20:20:14.330Z Compiling heck v0.5.0
4472024-09-01T20:20:14.356Z Compiling strsim v0.11.1
4482024-09-01T20:20:14.746Z Compiling cfg-if v1.0.0
4492024-09-01T20:20:14.784Z Compiling heck v0.4.1
4502024-09-01T20:20:14.840Z Compiling fnv v1.0.7
4512024-09-01T20:20:14.866Z Compiling bytecount v0.6.8
4522024-09-01T20:20:14.985Z Compiling tempfile v3.10.1
4532024-09-01T20:20:15.106Z Compiling papergrid v0.11.0
4542024-09-01T20:20:15.253Z Compiling clap_builder v4.5.15
4552024-09-01T20:20:15.401Z Compiling memmap v0.7.0
4562024-09-01T20:20:15.427Z Compiling unicode-linebreak v0.1.5
4572024-09-01T20:20:15.674Z Compiling smawk v0.3.2
4582024-09-01T20:20:15.874Z Compiling textwrap v0.16.1
4592024-09-01T20:20:15.905Z Compiling swrite v0.1.0
4602024-09-01T20:20:17.193Z Compiling tabled_derive v0.7.0
4612024-09-01T20:20:18.946Z Compiling tabled v0.15.0
4622024-09-01T20:20:20.047Z Compiling serde_derive v1.0.208
4632024-09-01T20:20:20.047Z Compiling thiserror-impl v1.0.63
4642024-09-01T20:20:20.047Z Compiling zerocopy-derive v0.7.34
4652024-09-01T20:20:20.071Z Compiling scroll_derive v0.12.0
4662024-09-01T20:20:20.071Z Compiling clap_derive v4.5.13
4672024-09-01T20:20:21.451Z Compiling scroll v0.12.0
4682024-09-01T20:20:21.955Z Compiling goblin v0.8.2
4692024-09-01T20:20:22.219Z Compiling zerocopy v0.7.34
4702024-09-01T20:20:23.024Z Compiling pest v2.7.10
4712024-09-01T20:20:24.029Z Compiling clap v4.5.16
4722024-09-01T20:20:25.325Z Compiling pest_meta v2.7.10
4732024-09-01T20:20:26.498Z Compiling pest_generator v2.7.10
4742024-09-01T20:20:28.521Z Compiling pest_derive v2.7.10
4752024-09-01T20:20:29.241Z Compiling dtrace-parser v0.2.0
4762024-09-01T20:20:30.889Z Compiling serde_tokenstream v0.2.2
4772024-09-01T20:20:30.913Z Compiling toml_datetime v0.6.8
4782024-09-01T20:20:30.913Z Compiling serde_spanned v0.6.7
4792024-09-01T20:20:31.351Z Compiling toml_edit v0.22.20
4802024-09-01T20:20:31.377Z Compiling cargo-platform v0.1.8
4812024-09-01T20:20:31.541Z Compiling macaddr v1.0.1
4822024-09-01T20:20:31.637Z Compiling camino-tempfile v1.1.1
4832024-09-01T20:20:32.590Z Compiling dof v0.3.0
4842024-09-01T20:20:32.620Z Compiling cargo_metadata v0.18.1
4852024-09-01T20:20:34.401Z Compiling toml v0.8.19
4862024-09-01T20:20:34.449Z Compiling usdt-attr-macro v0.5.0
4872024-09-01T20:20:34.449Z Compiling usdt-macro v0.5.0
4882024-09-01T20:20:35.204Z Compiling cargo_toml v0.20.4
4892024-09-01T20:20:35.882Z Compiling usdt v0.5.0
4902024-09-01T20:20:39.860Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912024-09-01T20:20:45.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.31s
4922024-09-01T20:20:45.605Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4932024-09-01T20:20:46.484Z Downloading crates ...
4942024-09-01T20:20:46.624Z Downloaded atomicwrites v0.4.3
4952024-09-01T20:20:46.649Z Downloaded base16ct v0.2.0
4962024-09-01T20:20:46.649Z Downloaded crucible-workspace-hack v0.1.0
4972024-09-01T20:20:46.650Z Downloaded ctr v0.9.2
4982024-09-01T20:20:46.676Z Downloaded num-conv v0.1.0
4992024-09-01T20:20:46.676Z Downloaded num-integer v0.1.46
5002024-09-01T20:20:46.700Z Downloaded mockall v0.13.0
5012024-09-01T20:20:46.725Z Downloaded foreign-types-shared v0.1.1
5022024-09-01T20:20:46.751Z Downloaded futures-task v0.3.30
5032024-09-01T20:20:46.777Z Downloaded russh-cryptovec v0.7.2
5042024-09-01T20:20:46.803Z Downloaded float-ord v0.3.2
5052024-09-01T20:20:46.803Z Downloaded openssl-probe v0.1.5
5062024-09-01T20:20:46.828Z Downloaded toolchain_find v0.4.0
5072024-09-01T20:20:46.854Z Downloaded tower-service v0.3.2
5082024-09-01T20:20:46.854Z Downloaded sqlparser_derive v0.2.2
5092024-09-01T20:20:46.855Z Downloaded parse-size v1.0.0
5102024-09-01T20:20:46.855Z Downloaded ssh-cipher v0.2.0
5112024-09-01T20:20:46.882Z Downloaded phf_shared v0.10.0
5122024-09-01T20:20:46.882Z Downloaded pin-utils v0.1.0
5132024-09-01T20:20:46.882Z Downloaded psl-types v2.0.11
5142024-09-01T20:20:46.882Z Downloaded phf v0.11.2
5152024-09-01T20:20:46.882Z Downloaded ppv-lite86 v0.2.17
5162024-09-01T20:20:46.882Z Downloaded serde-big-array v0.5.1
5172024-09-01T20:20:46.907Z Downloaded serde-hex v0.1.0
5182024-09-01T20:20:46.907Z Downloaded predicates v3.1.2
5192024-09-01T20:20:46.907Z Downloaded sct v0.7.1
5202024-09-01T20:20:46.907Z Downloaded serde_arrays v0.1.0
5212024-09-01T20:20:46.933Z Downloaded publicsuffix v2.2.3
5222024-09-01T20:20:46.933Z Downloaded unicode-segmentation v1.11.0
5232024-09-01T20:20:46.933Z Downloaded schemars v0.8.21
5242024-09-01T20:20:46.958Z Downloaded typed-path v0.7.1
5252024-09-01T20:20:46.988Z Downloaded quick-xml v0.31.0
5262024-09-01T20:20:46.988Z Downloaded polar-core v0.27.3
5272024-09-01T20:20:47.012Z Downloaded ratatui v0.28.0
5282024-09-01T20:20:47.036Z Downloaded finl_unicode v1.2.0
5292024-09-01T20:20:47.061Z Downloaded petgraph v0.6.5
5302024-09-01T20:20:47.085Z Downloaded tokio v1.39.3
5312024-09-01T20:20:47.125Z Downloaded sha3 v0.10.8
5322024-09-01T20:20:47.151Z Downloaded csv v1.3.0
5332024-09-01T20:20:47.177Z Downloaded encoding_rs v0.8.34
5342024-09-01T20:20:47.202Z Downloaded regex-automata v0.4.6
5352024-09-01T20:20:47.227Z Downloaded libgit2-sys v0.17.0+1.8.1
5362024-09-01T20:20:47.300Z Downloaded bzip2-sys v0.1.11+1.0.8
5372024-09-01T20:20:47.324Z Downloaded vcpkg v0.2.15
5382024-09-01T20:20:47.369Z Downloaded trust-dns-proto v0.22.0
5392024-09-01T20:20:47.401Z Downloaded smoltcp v0.11.0
5402024-09-01T20:20:47.426Z Downloaded openapiv3 v2.0.0
5412024-09-01T20:20:47.426Z Downloaded hickory-proto v0.24.1
5422024-09-01T20:20:47.450Z Downloaded diesel v2.2.3
5432024-09-01T20:20:47.488Z Downloaded regex-syntax v0.8.4
5442024-09-01T20:20:47.513Z Downloaded proptest v1.5.0
5452024-09-01T20:20:47.537Z Downloaded portable-atomic v1.6.0
5462024-09-01T20:20:47.562Z Downloaded unicode-normalization v0.1.23
5472024-09-01T20:20:47.562Z Downloaded smoltcp v0.9.1
5482024-09-01T20:20:47.586Z Downloaded ring v0.17.8
5492024-09-01T20:20:47.665Z Downloaded libz-sys v1.1.16
5502024-09-01T20:20:47.749Z Downloaded serde_with v3.9.0
5512024-09-01T20:20:47.774Z Downloaded openssl v0.10.66
5522024-09-01T20:20:47.774Z Downloaded object v0.32.2
5532024-09-01T20:20:47.798Z Downloaded object v0.30.4
5542024-09-01T20:20:47.798Z Downloaded libsqlite3-sys v0.28.0
5552024-09-01T20:20:47.887Z Downloaded ring v0.16.20
5562024-09-01T20:20:47.992Z Downloaded dropshot v0.10.1
5572024-09-01T20:20:48.016Z Downloaded rustls v0.22.4
5582024-09-01T20:20:48.040Z Downloaded regress v0.9.1
5592024-09-01T20:20:48.040Z Downloaded regex-syntax v0.6.29
5602024-09-01T20:20:48.065Z Downloaded zerocopy-derive v0.6.6
5612024-09-01T20:20:48.065Z Downloaded sled v0.34.7
5622024-09-01T20:20:48.090Z Downloaded p384 v0.13.0
5632024-09-01T20:20:48.090Z Downloaded rustls v0.21.12
5642024-09-01T20:20:48.114Z Downloaded regex v1.10.6
5652024-09-01T20:20:48.114Z Downloaded radix_trie v0.2.1
5662024-09-01T20:20:48.139Z Downloaded bstr v1.9.1
5672024-09-01T20:20:48.139Z Downloaded samael v0.0.15
5682024-09-01T20:20:48.139Z Downloaded sqlparser v0.45.0
5692024-09-01T20:20:48.164Z Downloaded tokio-util v0.7.11
5702024-09-01T20:20:48.164Z Downloaded flate2 v1.0.31
5712024-09-01T20:20:48.164Z Downloaded gimli v0.28.1
5722024-09-01T20:20:48.189Z Downloaded url v2.5.2
5732024-09-01T20:20:48.189Z Downloaded unsafe-libyaml v0.2.11
5742024-09-01T20:20:48.189Z Downloaded unicode_categories v0.1.1
5752024-09-01T20:20:48.189Z Downloaded unicode-bidi v0.3.15
5762024-09-01T20:20:48.189Z Downloaded tungstenite v0.23.0
5772024-09-01T20:20:48.213Z Downloaded hkdf v0.12.4
5782024-09-01T20:20:48.213Z Downloaded nix v0.27.1
5792024-09-01T20:20:48.213Z Downloaded prettyplease v0.2.20
5802024-09-01T20:20:48.213Z Downloaded postcard v1.0.8
5812024-09-01T20:20:48.213Z Downloaded pkcs5 v0.7.1
5822024-09-01T20:20:48.238Z Downloaded pin-project v1.1.5
5832024-09-01T20:20:48.238Z Downloaded uuid v1.10.0
5842024-09-01T20:20:48.238Z Downloaded tungstenite v0.21.0
5852024-09-01T20:20:48.263Z Downloaded tungstenite v0.20.1
5862024-09-01T20:20:48.263Z Downloaded tracing v0.1.40
5872024-09-01T20:20:48.263Z Downloaded steno v0.4.1
5882024-09-01T20:20:48.263Z Downloaded ssh-key v0.6.6
5892024-09-01T20:20:48.263Z Downloaded tough v0.17.1
5902024-09-01T20:20:48.288Z Downloaded git2 v0.19.0
5912024-09-01T20:20:48.288Z Downloaded curve25519-dalek v4.1.3
5922024-09-01T20:20:48.313Z Downloaded scrypt v0.11.0
5932024-09-01T20:20:48.313Z Downloaded scopeguard v1.2.0
5942024-09-01T20:20:48.313Z Downloaded schemars_derive v0.8.21
5952024-09-01T20:20:48.313Z Downloaded scheduled-thread-pool v0.2.7
5962024-09-01T20:20:48.313Z Downloaded same-file v1.0.6
5972024-09-01T20:20:48.313Z Downloaded postgres-types v0.2.7
5982024-09-01T20:20:48.313Z Downloaded postgres-protocol v0.6.7
5992024-09-01T20:20:48.313Z Downloaded pkcs8 v0.10.2
6002024-09-01T20:20:48.313Z Downloaded pin-project-lite v0.2.14
6012024-09-01T20:20:48.338Z Downloaded vte v0.11.1
6022024-09-01T20:20:48.338Z Downloaded vsss-rs v3.3.4
6032024-09-01T20:20:48.338Z Downloaded vergen v8.3.2
6042024-09-01T20:20:48.338Z Downloaded p521 v0.13.3
6052024-09-01T20:20:48.338Z Downloaded poly1305 v0.8.0
6062024-09-01T20:20:48.338Z Downloaded pkcs1 v0.7.5
6072024-09-01T20:20:48.338Z Downloaded toml_edit v0.19.15
6082024-09-01T20:20:48.363Z Downloaded rayon v1.10.0
6092024-09-01T20:20:48.390Z Downloaded idna v0.2.3
6102024-09-01T20:20:48.390Z Downloaded semver v0.1.20
6112024-09-01T20:20:48.390Z Downloaded secrecy v0.8.0
6122024-09-01T20:20:48.390Z Downloaded sec1 v0.7.3
6132024-09-01T20:20:48.390Z Downloaded peg-macros v0.8.4
6142024-09-01T20:20:48.390Z Downloaded tracing-core v0.1.32
6152024-09-01T20:20:48.390Z Downloaded quick-error v1.2.3
6162024-09-01T20:20:48.390Z Downloaded proc-macro-crate v1.3.1
6172024-09-01T20:20:48.390Z Downloaded primeorder v0.13.6
6182024-09-01T20:20:48.391Z Downloaded predicates-core v1.0.6
6192024-09-01T20:20:48.391Z Downloaded polyval v0.6.2
6202024-09-01T20:20:48.415Z Downloaded pin-project-internal v1.1.5
6212024-09-01T20:20:48.416Z Downloaded pem-rfc7468 v0.7.0
6222024-09-01T20:20:48.416Z Downloaded nix v0.28.0
6232024-09-01T20:20:48.416Z Downloaded idna v0.4.0
6242024-09-01T20:20:48.440Z Downloaded powerfmt v0.2.0
6252024-09-01T20:20:48.440Z Downloaded pkg-config v0.3.30
6262024-09-01T20:20:48.440Z Downloaded pbkdf2 v0.12.2
6272024-09-01T20:20:48.440Z Downloaded password-hash v0.5.0
6282024-09-01T20:20:48.440Z Downloaded password-hash v0.4.2
6292024-09-01T20:20:48.440Z Downloaded parse-display-derive v0.10.0
6302024-09-01T20:20:48.440Z Downloaded universal-hash v0.5.1
6312024-09-01T20:20:48.441Z Downloaded unicode-xid v0.2.4
6322024-09-01T20:20:48.441Z Downloaded spin v0.9.8
6332024-09-01T20:20:48.441Z Downloaded socket2 v0.5.7
6342024-09-01T20:20:48.441Z Downloaded snafu v0.8.2
6352024-09-01T20:20:48.465Z Downloaded tokio-postgres v0.7.11
6362024-09-01T20:20:48.466Z Downloaded rusqlite v0.31.0
6372024-09-01T20:20:48.466Z Downloaded percent-encoding v2.3.1
6382024-09-01T20:20:48.466Z Downloaded pem v3.0.4
6392024-09-01T20:20:48.466Z Downloaded peg v0.8.4
6402024-09-01T20:20:48.466Z Downloaded paste v1.0.15
6412024-09-01T20:20:48.466Z Downloaded untrusted v0.7.1
6422024-09-01T20:20:48.491Z Downloaded unarray v0.1.4
6432024-09-01T20:20:48.491Z Downloaded tokio-tungstenite v0.21.0
6442024-09-01T20:20:48.491Z Downloaded pretty-hex v0.2.1
6452024-09-01T20:20:48.491Z Downloaded predicates-tree v1.0.9
6462024-09-01T20:20:48.491Z Downloaded precomputed-hash v0.1.1
6472024-09-01T20:20:48.491Z Downloaded portpicker v0.1.1
6482024-09-01T20:20:48.491Z Downloaded path-slash v0.1.5
6492024-09-01T20:20:48.491Z Downloaded utf-8 v0.7.6
6502024-09-01T20:20:48.491Z Downloaded unicode-truncate v1.0.0
6512024-09-01T20:20:48.491Z Downloaded phf_shared v0.11.2
6522024-09-01T20:20:48.491Z Downloaded parse-display v0.10.0
6532024-09-01T20:20:48.491Z Downloaded uzers v0.11.3
6542024-09-01T20:20:48.491Z Downloaded untrusted v0.9.0
6552024-09-01T20:20:48.491Z Downloaded unicase v2.7.0
6562024-09-01T20:20:48.491Z Downloaded twox-hash v1.6.3
6572024-09-01T20:20:48.491Z Downloaded try-lock v0.2.5
6582024-09-01T20:20:48.491Z Downloaded tracing-attributes v0.1.27
6592024-09-01T20:20:48.491Z Downloaded socket2 v0.4.10
6602024-09-01T20:20:48.516Z Downloaded reqwest v0.11.27
6612024-09-01T20:20:48.516Z Downloaded lalrpop v0.19.12
6622024-09-01T20:20:48.516Z Downloaded peg-runtime v0.8.3
6632024-09-01T20:20:48.517Z Downloaded pbkdf2 v0.11.0
6642024-09-01T20:20:48.541Z Downloaded vte_generate_state_changes v0.1.1
6652024-09-01T20:20:48.541Z Downloaded tui-tree-widget v0.22.0
6662024-09-01T20:20:48.541Z Downloaded snafu-derive v0.8.2
6672024-09-01T20:20:48.541Z Downloaded slog v2.7.0
6682024-09-01T20:20:48.541Z Downloaded serde_with_macros v3.9.0
6692024-09-01T20:20:48.541Z Downloaded toml v0.7.8
6702024-09-01T20:20:48.541Z Downloaded structmeta-derive v0.2.0
6712024-09-01T20:20:48.541Z Downloaded hashbrown v0.13.2
6722024-09-01T20:20:48.541Z Downloaded smallvec v1.13.2
6732024-09-01T20:20:48.541Z Downloaded smallvec v0.6.14
6742024-09-01T20:20:48.566Z Downloaded slog-term v2.9.1
6752024-09-01T20:20:48.566Z Downloaded slog-stdlog v4.1.1
6762024-09-01T20:20:48.566Z Downloaded tokio-rustls v0.24.1
6772024-09-01T20:20:48.566Z Downloaded futures-util v0.3.30
6782024-09-01T20:20:48.566Z Downloaded stringprep v0.1.4
6792024-09-01T20:20:48.566Z Downloaded string_cache v0.8.7
6802024-09-01T20:20:48.591Z Downloaded static_assertions v1.1.0
6812024-09-01T20:20:48.591Z Downloaded stable_deref_trait v1.2.0
6822024-09-01T20:20:48.591Z Downloaded ssh-encoding v0.2.0
6832024-09-01T20:20:48.591Z Downloaded sqlformat v0.2.4
6842024-09-01T20:20:48.591Z Downloaded spki v0.7.3
6852024-09-01T20:20:48.591Z Downloaded spin v0.5.2
6862024-09-01T20:20:48.591Z Downloaded smf v0.2.3
6872024-09-01T20:20:48.591Z Downloaded slog-scope v4.4.0
6882024-09-01T20:20:48.591Z Downloaded slog-json v2.6.1
6892024-09-01T20:20:48.591Z Downloaded slog-envlogger v2.2.0
6902024-09-01T20:20:48.591Z Downloaded slog-dtrace v0.3.0
6912024-09-01T20:20:48.591Z Downloaded slog-bunyan v2.5.0
6922024-09-01T20:20:48.591Z Downloaded slog-async v2.8.0
6932024-09-01T20:20:48.591Z Downloaded serde_urlencoded v0.7.1
6942024-09-01T20:20:48.591Z Downloaded serde_repr v0.1.19
6952024-09-01T20:20:48.616Z Downloaded serde_plain v1.0.2
6962024-09-01T20:20:48.616Z Downloaded serde_path_to_error v0.1.16
6972024-09-01T20:20:48.616Z Downloaded serde_derive_internals v0.29.1
6982024-09-01T20:20:48.616Z Downloaded tokio-tungstenite v0.23.1
6992024-09-01T20:20:48.616Z Downloaded tokio-tungstenite v0.20.1
7002024-09-01T20:20:48.616Z Downloaded tokio-stream v0.1.15
7012024-09-01T20:20:48.616Z Downloaded tokio-rustls v0.25.0
7022024-09-01T20:20:48.616Z Downloaded openssl-sys v0.9.103
7032024-09-01T20:20:48.616Z Downloaded hickory-resolver v0.24.1
7042024-09-01T20:20:48.641Z Downloaded heapless v0.7.17
7052024-09-01T20:20:48.641Z Downloaded hashbrown v0.12.3
7062024-09-01T20:20:48.641Z Downloaded expectorate v1.1.0
7072024-09-01T20:20:48.641Z Downloaded h2 v0.3.26
7082024-09-01T20:20:48.641Z Downloaded webpki-roots v0.25.4
7092024-09-01T20:20:48.665Z Downloaded idna v0.5.0
7102024-09-01T20:20:48.665Z Downloaded topological-sort v0.2.2
7112024-09-01T20:20:48.665Z Downloaded subprocess v0.2.9
7122024-09-01T20:20:48.665Z Downloaded strum_macros v0.26.4
7132024-09-01T20:20:48.665Z Downloaded strum_macros v0.25.3
7142024-09-01T20:20:48.665Z Downloaded strum_macros v0.24.3
7152024-09-01T20:20:48.666Z Downloaded num-traits v0.2.19
7162024-09-01T20:20:48.690Z Downloaded heapless v0.8.0
7172024-09-01T20:20:48.690Z Downloaded headers v0.3.9
7182024-09-01T20:20:48.690Z Downloaded russh v0.45.0
7192024-09-01T20:20:48.690Z Downloaded reedline v0.33.0
7202024-09-01T20:20:48.714Z Downloaded winnow v0.5.40
7212024-09-01T20:20:48.714Z Downloaded idna v0.3.0
7222024-09-01T20:20:48.715Z Downloaded tokio-native-tls v0.3.1
7232024-09-01T20:20:48.715Z Downloaded tokio-macros v2.4.0
7242024-09-01T20:20:48.739Z Downloaded tls_codec_derive v0.4.1
7252024-09-01T20:20:48.739Z Downloaded tls_codec v0.4.1
7262024-09-01T20:20:48.739Z Downloaded tabwriter v1.4.0
7272024-09-01T20:20:48.739Z Downloaded sync_wrapper v0.1.2
7282024-09-01T20:20:48.739Z Downloaded supports-color v3.0.0
7292024-09-01T20:20:48.739Z Downloaded strum v0.26.3
7302024-09-01T20:20:48.739Z Downloaded structmeta-derive v0.3.0
7312024-09-01T20:20:48.739Z Downloaded structmeta v0.3.0
7322024-09-01T20:20:48.739Z Downloaded structmeta v0.2.0
7332024-09-01T20:20:48.739Z Downloaded strip-ansi-escapes v0.2.0
7342024-09-01T20:20:48.739Z Downloaded parking_lot_core v0.8.6
7352024-09-01T20:20:48.739Z Downloaded parking_lot v0.12.2
7362024-09-01T20:20:48.739Z Downloaded parking_lot v0.11.2
7372024-09-01T20:20:48.739Z Downloaded p256 v0.13.2
7382024-09-01T20:20:48.764Z Downloaded olpc-cjson v0.1.3
7392024-09-01T20:20:48.764Z Downloaded highway v1.2.0
7402024-09-01T20:20:48.764Z Downloaded env_logger v0.10.2
7412024-09-01T20:20:48.764Z Downloaded ena v0.14.3
7422024-09-01T20:20:48.764Z Downloaded ed25519-dalek v2.1.1
7432024-09-01T20:20:48.764Z Downloaded diesel_derives v2.2.2
7442024-09-01T20:20:48.764Z Downloaded dhcproto v0.12.0
7452024-09-01T20:20:48.764Z Downloaded derive_more v0.99.18
7462024-09-01T20:20:48.789Z Downloaded derive_builder_core v0.20.0
7472024-09-01T20:20:48.789Z Downloaded derive-where v1.2.7
7482024-09-01T20:20:48.789Z Downloaded der v0.7.9
7492024-09-01T20:20:48.789Z Downloaded defmt v0.3.8
7502024-09-01T20:20:48.789Z Downloaded subtle v2.5.0
7512024-09-01T20:20:48.789Z Downloaded parking_lot_core v0.9.10
7522024-09-01T20:20:48.789Z Downloaded packed_struct_codegen v0.10.1
7532024-09-01T20:20:48.789Z Downloaded packed_struct v0.10.1
7542024-09-01T20:20:48.814Z Downloaded owo-colors v4.0.0
7552024-09-01T20:20:48.814Z Downloaded oso-derive v0.27.3
7562024-09-01T20:20:48.814Z Downloaded oso v0.27.3
7572024-09-01T20:20:48.814Z Downloaded opaque-debug v0.3.1
7582024-09-01T20:20:48.814Z Downloaded omicron-zone-package v0.11.0
7592024-09-01T20:20:48.814Z Downloaded number_prefix v0.4.0
7602024-09-01T20:20:48.814Z Downloaded num_threads v0.1.7
7612024-09-01T20:20:48.814Z Downloaded num_enum_derive v0.5.11
7622024-09-01T20:20:48.814Z Downloaded num_enum v0.5.11
7632024-09-01T20:20:48.814Z Downloaded hmac v0.12.1
7642024-09-01T20:20:48.814Z Downloaded hickory-client v0.24.1
7652024-09-01T20:20:48.838Z Downloaded hex-literal v0.4.1
7662024-09-01T20:20:48.838Z Downloaded hashlink v0.9.1
7672024-09-01T20:20:48.838Z Downloaded hash32 v0.3.1
7682024-09-01T20:20:48.838Z Downloaded float-cmp v0.9.0
7692024-09-01T20:20:48.838Z Downloaded flagset v0.4.5
7702024-09-01T20:20:48.838Z Downloaded filetime v0.2.25
7712024-09-01T20:20:48.838Z Downloaded ff v0.13.0
7722024-09-01T20:20:48.838Z Downloaded fatfs v0.3.6
7732024-09-01T20:20:48.838Z Downloaded fallible-iterator v0.3.0
7742024-09-01T20:20:48.838Z Downloaded erased-serde v0.3.31
7752024-09-01T20:20:48.839Z Downloaded env_logger v0.9.3
7762024-09-01T20:20:48.839Z Downloaded embedded-io v0.4.0
7772024-09-01T20:20:48.863Z Downloaded elliptic-curve v0.13.8
7782024-09-01T20:20:48.863Z Downloaded either v1.13.0
7792024-09-01T20:20:48.863Z Downloaded ed25519 v2.2.3
7802024-09-01T20:20:48.863Z Downloaded ecdsa v0.16.9
7812024-09-01T20:20:48.863Z Downloaded dyn-clone v1.0.17
7822024-09-01T20:20:48.863Z Downloaded dsl_auto_type v0.1.2
7832024-09-01T20:20:48.863Z Downloaded dropshot_endpoint v0.10.1
7842024-09-01T20:20:48.863Z Downloaded display-error-chain v0.2.1
7852024-09-01T20:20:48.863Z Downloaded dirs-sys-next v0.1.2
7862024-09-01T20:20:48.863Z Downloaded difflib v0.4.0
7872024-09-01T20:20:48.863Z Downloaded diff v0.1.13
7882024-09-01T20:20:48.863Z Downloaded diesel_table_macro_syntax v0.2.0
7892024-09-01T20:20:48.863Z Downloaded derive_builder v0.20.0
7902024-09-01T20:20:48.889Z Downloaded der_derive v0.7.2
7912024-09-01T20:20:48.889Z Downloaded russh-keys v0.45.0
7922024-09-01T20:20:48.889Z Downloaded rcgen v0.12.1
7932024-09-01T20:20:48.889Z Downloaded rayon-core v1.12.1
7942024-09-01T20:20:48.889Z Downloaded rand v0.8.5
7952024-09-01T20:20:48.889Z Downloaded rustls-webpki v0.102.4
7962024-09-01T20:20:48.914Z Downloaded hyper v0.14.30
7972024-09-01T20:20:48.939Z Downloaded chrono v0.4.38
7982024-09-01T20:20:48.939Z Downloaded bindgen v0.69.4
7992024-09-01T20:20:48.939Z Downloaded openssl-macros v0.1.1
8002024-09-01T20:20:48.939Z Downloaded hex v0.4.3
8012024-09-01T20:20:48.939Z Downloaded heck v0.3.3
8022024-09-01T20:20:48.939Z Downloaded headers-core v0.2.0
8032024-09-01T20:20:48.939Z Downloaded fixedbitset v0.4.2
8042024-09-01T20:20:48.939Z Downloaded fd-lock v4.0.2
8052024-09-01T20:20:48.964Z Downloaded downcast v0.11.0
8062024-09-01T20:20:48.964Z Downloaded dhcproto-macros v0.1.0
8072024-09-01T20:20:48.964Z Downloaded des v0.8.1
8082024-09-01T20:20:48.964Z Downloaded derive_builder_macro v0.20.0
8092024-09-01T20:20:48.964Z Downloaded deranged v0.3.11
8102024-09-01T20:20:48.964Z Downloaded defmt-parser v0.3.4
8112024-09-01T20:20:48.964Z Downloaded defmt-macros v0.3.9
8122024-09-01T20:20:48.964Z Downloaded data-encoding v2.6.0
8132024-09-01T20:20:48.965Z Downloaded wait-timeout v0.2.0
8142024-09-01T20:20:48.965Z Downloaded rustls-pemfile v1.0.4
8152024-09-01T20:20:48.965Z Downloaded rustfmt-wrapper v0.2.1
8162024-09-01T20:20:48.965Z Downloaded rustc_version v0.4.0
8172024-09-01T20:20:48.965Z Downloaded rustc_version v0.1.7
8182024-09-01T20:20:48.965Z Downloaded rustc-hash v1.1.0
8192024-09-01T20:20:48.965Z Downloaded rustc-demangle v0.1.24
8202024-09-01T20:20:48.989Z Downloaded ron v0.7.1
8212024-09-01T20:20:48.989Z Downloaded rfc6979 v0.4.0
8222024-09-01T20:20:48.989Z Downloaded resolv-conf v0.7.0
8232024-09-01T20:20:48.989Z Downloaded ref-cast-impl v1.0.23
8242024-09-01T20:20:48.990Z Downloaded ref-cast v1.0.23
8252024-09-01T20:20:48.990Z Downloaded rand_xorshift v0.3.0
8262024-09-01T20:20:48.990Z Downloaded rand_seeder v0.3.0
8272024-09-01T20:20:48.990Z Downloaded rand_core v0.6.4
8282024-09-01T20:20:48.990Z Downloaded rand_chacha v0.3.1
8292024-09-01T20:20:48.990Z Downloaded half v2.4.1
8302024-09-01T20:20:48.990Z Downloaded getrandom v0.2.14
8312024-09-01T20:20:49.014Z Downloaded zip v0.6.6
8322024-09-01T20:20:49.014Z Downloaded x509-cert v0.2.5
8332024-09-01T20:20:49.014Z Downloaded time v0.3.36
8342024-09-01T20:20:49.014Z Downloaded rustyline v14.0.0
8352024-09-01T20:20:49.038Z Downloaded rustls-webpki v0.101.7
8362024-09-01T20:20:49.039Z Downloaded mio v1.0.2
8372024-09-01T20:20:49.063Z Downloaded mio v0.8.11
8382024-09-01T20:20:49.063Z Downloaded itertools v0.12.1
8392024-09-01T20:20:49.063Z Downloaded itertools v0.10.5
8402024-09-01T20:20:49.063Z Downloaded bitvec v1.0.1
8412024-09-01T20:20:49.088Z Downloaded fallible-streaming-iterator v0.1.9
8422024-09-01T20:20:49.088Z Downloaded fallible-iterator v0.2.0
8432024-09-01T20:20:49.088Z Downloaded enum-as-inner v0.6.0
8442024-09-01T20:20:49.088Z Downloaded enum-as-inner v0.5.1
8452024-09-01T20:20:49.088Z Downloaded endian-type v0.1.2
8462024-09-01T20:20:49.088Z Downloaded dirs-next v2.0.0
8472024-09-01T20:20:49.114Z Downloaded debug-ignore v1.0.5
8482024-09-01T20:20:49.114Z Downloaded zone_cfg_derive v0.3.0
8492024-09-01T20:20:49.114Z Downloaded salsa20 v0.10.2
8502024-09-01T20:20:49.114Z Downloaded radium v0.7.0
8512024-09-01T20:20:49.114Z Downloaded r2d2 v0.8.10
8522024-09-01T20:20:49.114Z Downloaded hash32 v0.2.1
8532024-09-01T20:20:49.114Z Downloaded group v0.13.0
8542024-09-01T20:20:49.115Z Downloaded globset v0.4.14
8552024-09-01T20:20:49.115Z Downloaded glob v0.3.1
8562024-09-01T20:20:49.115Z Downloaded ghash v0.5.1
8572024-09-01T20:20:49.115Z Downloaded getopts v0.2.21
8582024-09-01T20:20:49.115Z Downloaded gethostname v0.5.0
8592024-09-01T20:20:49.115Z Downloaded zerocopy v0.6.6
8602024-09-01T20:20:49.115Z Downloaded tar v0.4.41
8612024-09-01T20:20:49.115Z Downloaded num-bigint-dig v0.8.4
8622024-09-01T20:20:49.140Z Downloaded num-bigint v0.4.5
8632024-09-01T20:20:49.140Z Downloaded nom v7.1.3
8642024-09-01T20:20:49.140Z Downloaded libxml v0.3.3
8652024-09-01T20:20:49.140Z Downloaded libm v0.2.8
8662024-09-01T20:20:49.164Z Downloaded itertools v0.13.0
8672024-09-01T20:20:49.165Z Downloaded crossterm v0.28.1
8682024-09-01T20:20:49.165Z Downloaded crossterm v0.27.0
8692024-09-01T20:20:49.190Z Downloaded blake3 v1.5.1
8702024-09-01T20:20:49.190Z Downloaded aho-corasick v1.1.3
8712024-09-01T20:20:49.190Z Downloaded aes-gcm v0.10.3
8722024-09-01T20:20:49.214Z Downloaded fxhash v0.2.1
8732024-09-01T20:20:49.214Z Downloaded futures-io v0.3.30
8742024-09-01T20:20:49.215Z Downloaded futures-executor v0.3.30
8752024-09-01T20:20:49.215Z Downloaded futures-core v0.3.30
8762024-09-01T20:20:49.215Z Downloaded futures-channel v0.3.30
8772024-09-01T20:20:49.215Z Downloaded futures v0.3.30
8782024-09-01T20:20:49.215Z Downloaded foreign-types v0.5.0
8792024-09-01T20:20:49.215Z Downloaded flume v0.11.0
8802024-09-01T20:20:49.215Z Downloaded zone v0.3.0
8812024-09-01T20:20:49.215Z Downloaded zone v0.1.8
8822024-09-01T20:20:49.215Z Downloaded zeroize v1.7.0
8832024-09-01T20:20:49.215Z Downloaded yasna v0.5.2
8842024-09-01T20:20:49.215Z Downloaded xattr v1.3.1
8852024-09-01T20:20:49.239Z Downloaded wyz v0.5.1
8862024-09-01T20:20:49.239Z Downloaded signal-hook v0.3.17
8872024-09-01T20:20:49.239Z Downloaded serde_yaml v0.9.34+deprecated
8882024-09-01T20:20:49.240Z Downloaded rsa v0.9.6
8892024-09-01T20:20:49.240Z Downloaded nu-ansi-term v0.50.0
8902024-09-01T20:20:49.240Z Downloaded native-tls v0.2.11
8912024-09-01T20:20:49.240Z Downloaded mockall_derive v0.13.0
8922024-09-01T20:20:49.240Z Downloaded ipnetwork v0.20.0
8932024-09-01T20:20:49.264Z Downloaded http v1.1.0
8942024-09-01T20:20:49.264Z Downloaded hickory-server v0.24.1
8952024-09-01T20:20:49.264Z Downloaded crossbeam-channel v0.5.12
8962024-09-01T20:20:49.264Z Downloaded crc-any v2.5.0
8972024-09-01T20:20:49.264Z Downloaded const_format v0.2.32
8982024-09-01T20:20:49.264Z Downloaded compact_str v0.8.0
8992024-09-01T20:20:49.289Z Downloaded chacha20poly1305 v0.10.1
9002024-09-01T20:20:49.289Z Downloaded cc v1.0.97
9012024-09-01T20:20:49.289Z Downloaded bytes v1.7.1
9022024-09-01T20:20:49.289Z Downloaded backtrace v0.3.71
9032024-09-01T20:20:49.289Z Downloaded arc-swap v1.7.1
9042024-09-01T20:20:49.289Z Downloaded aes v0.8.4
9052024-09-01T20:20:49.314Z Downloaded futures-sink v0.3.30
9062024-09-01T20:20:49.314Z Downloaded futures-macro v0.3.30
9072024-09-01T20:20:49.314Z Downloaded funty v2.0.0
9082024-09-01T20:20:49.314Z Downloaded fragile v2.0.0
9092024-09-01T20:20:49.314Z Downloaded form_urlencoded v1.2.1
9102024-09-01T20:20:49.314Z Downloaded foreign-types-shared v0.3.1
9112024-09-01T20:20:49.314Z Downloaded zone_cfg_derive v0.1.2
9122024-09-01T20:20:49.314Z Downloaded zeroize_derive v1.4.2
9132024-09-01T20:20:49.314Z Downloaded whoami v1.5.1
9142024-09-01T20:20:49.314Z Downloaded which v4.4.2
9152024-09-01T20:20:49.314Z Downloaded tinyvec_macros v0.1.1
9162024-09-01T20:20:49.314Z Downloaded tinyvec v1.6.0
9172024-09-01T20:20:49.314Z Downloaded time-core v0.1.2
9182024-09-01T20:20:49.314Z Downloaded thiserror-no-std v2.0.2
9192024-09-01T20:20:49.339Z Downloaded thiserror-impl-no-std v2.0.2
9202024-09-01T20:20:49.339Z Downloaded test-strategy v0.3.1
9212024-09-01T20:20:49.339Z Downloaded termtree v0.4.1
9222024-09-01T20:20:49.339Z Downloaded termios v0.3.3
9232024-09-01T20:20:49.339Z Downloaded termcolor v1.4.1
9242024-09-01T20:20:49.339Z Downloaded term v0.7.0
9252024-09-01T20:20:49.339Z Downloaded tap v1.0.1
9262024-09-01T20:20:49.339Z Downloaded take_mut v0.2.2
9272024-09-01T20:20:49.339Z Downloaded slab v0.4.9
9282024-09-01T20:20:49.339Z Downloaded siphasher v0.3.11
9292024-09-01T20:20:49.339Z Downloaded similar v2.6.0
9302024-09-01T20:20:49.365Z Downloaded shlex v1.3.0
9312024-09-01T20:20:49.365Z Downloaded shell-words v1.1.0
9322024-09-01T20:20:49.365Z Downloaded rustversion v1.0.17
9332024-09-01T20:20:49.365Z Downloaded rustls-pki-types v1.7.0
9342024-09-01T20:20:49.365Z Downloaded rustls-pemfile v2.1.3
9352024-09-01T20:20:49.365Z Downloaded rtoolbox v0.0.2
9362024-09-01T20:20:49.365Z Downloaded rpassword v7.3.1
9372024-09-01T20:20:49.365Z Downloaded ron v0.8.1
9382024-09-01T20:20:49.365Z Downloaded num-complex v0.4.6
9392024-09-01T20:20:49.365Z Downloaded nodrop v0.1.14
9402024-09-01T20:20:49.365Z Downloaded newline-converter v0.3.0
9412024-09-01T20:20:49.365Z Downloaded multimap v0.10.0
9422024-09-01T20:20:49.365Z Downloaded miniz_oxide v0.7.2
9432024-09-01T20:20:49.390Z Downloaded minimal-lexical v0.2.1
9442024-09-01T20:20:49.390Z Downloaded mime_guess v2.0.4
9452024-09-01T20:20:49.390Z Downloaded memoffset v0.9.1
9462024-09-01T20:20:49.390Z Downloaded md5 v0.7.0
9472024-09-01T20:20:49.390Z Downloaded maybe-uninit v2.0.0
9482024-09-01T20:20:49.390Z Downloaded match_cfg v0.1.0
9492024-09-01T20:20:49.390Z Downloaded managed v0.8.0
9502024-09-01T20:20:49.390Z Downloaded lock_api v0.4.12
9512024-09-01T20:20:49.390Z Downloaded linear-map v1.2.0
9522024-09-01T20:20:49.390Z Downloaded libloading v0.8.3
9532024-09-01T20:20:49.390Z Downloaded libefi-sys v0.1.0
9542024-09-01T20:20:49.390Z Downloaded lazy_static v1.5.0
9552024-09-01T20:20:49.390Z Downloaded keccak v0.1.5
9562024-09-01T20:20:49.390Z Downloaded internet-checksum v0.2.1
9572024-09-01T20:20:49.415Z Downloaded indicatif v0.17.8
9582024-09-01T20:20:49.415Z Downloaded indexmap v1.9.3
9592024-09-01T20:20:49.415Z Downloaded iana-time-zone v0.1.60
9602024-09-01T20:20:49.415Z Downloaded crypto-bigint v0.5.5
9612024-09-01T20:20:49.415Z Downloaded crossbeam-utils v0.8.19
9622024-09-01T20:20:49.415Z Downloaded crossbeam-deque v0.8.5
9632024-09-01T20:20:49.415Z Downloaded crc32fast v1.4.0
9642024-09-01T20:20:49.440Z Downloaded const-oid v0.9.6
9652024-09-01T20:20:49.440Z Downloaded cobs v0.2.3
9662024-09-01T20:20:49.440Z Downloaded clang-sys v1.7.0
9672024-09-01T20:20:49.440Z Downloaded ciborium v0.2.2
9682024-09-01T20:20:49.440Z Downloaded blake2 v0.10.6
9692024-09-01T20:20:49.440Z Downloaded bcs v0.1.6
9702024-09-01T20:20:49.440Z Downloaded base64 v0.22.1
9712024-09-01T20:20:49.440Z Downloaded base64 v0.21.7
9722024-09-01T20:20:49.440Z Downloaded base64 v0.13.1
9732024-09-01T20:20:49.465Z Downloaded foreign-types-macros v0.2.3
9742024-09-01T20:20:49.465Z Downloaded foreign-types v0.3.2
9752024-09-01T20:20:49.465Z Downloaded want v0.3.1
9762024-09-01T20:20:49.465Z Downloaded walkdir v2.5.0
9772024-09-01T20:20:49.465Z Downloaded waitgroup v0.1.2
9782024-09-01T20:20:49.465Z Downloaded tiny-keccak v2.0.2
9792024-09-01T20:20:49.465Z Downloaded time-macros v0.2.18
9802024-09-01T20:20:49.465Z Downloaded thread_local v1.1.8
9812024-09-01T20:20:49.465Z Downloaded sigpipe v0.1.3
9822024-09-01T20:20:49.465Z Downloaded signature v2.2.0
9832024-09-01T20:20:49.465Z Downloaded signal-hook-tokio v0.3.1
9842024-09-01T20:20:49.465Z Downloaded signal-hook-registry v1.4.2
9852024-09-01T20:20:49.465Z Downloaded signal-hook-mio v0.2.4
9862024-09-01T20:20:49.466Z Downloaded sha1 v0.10.6
9872024-09-01T20:20:49.466Z Downloaded rusty-fork v0.3.0
9882024-09-01T20:20:49.466Z Downloaded num-rational v0.4.2
9892024-09-01T20:20:49.491Z Downloaded num-iter v0.1.45
9902024-09-01T20:20:49.491Z Downloaded num-derive v0.4.2
9912024-09-01T20:20:49.491Z Downloaded nibble_vec v0.1.0
9922024-09-01T20:20:49.491Z Downloaded newtype_derive v0.1.6
9932024-09-01T20:20:49.491Z Downloaded newtype-uuid v1.1.0
9942024-09-01T20:20:49.491Z Downloaded nanorand v0.7.0
9952024-09-01T20:20:49.492Z Downloaded multer v3.1.0
9962024-09-01T20:20:49.492Z Downloaded is_ci v1.2.0
9972024-09-01T20:20:49.492Z Downloaded ipnet v2.9.0
9982024-09-01T20:20:49.492Z Downloaded impl-trait-for-tuples v0.2.2
9992024-09-01T20:20:49.492Z Downloaded hyper-staticfile v0.9.5
10002024-09-01T20:20:49.492Z Downloaded http v0.2.12
10012024-09-01T20:20:49.516Z Downloaded darling_core v0.20.9
10022024-09-01T20:20:49.516Z Downloaded darling v0.20.9
10032024-09-01T20:20:49.516Z Downloaded csv-core v0.1.11
10042024-09-01T20:20:49.516Z Downloaded crossbeam-epoch v0.9.18
10052024-09-01T20:20:49.516Z Downloaded cookie_store v0.20.0
10062024-09-01T20:20:49.516Z Downloaded cookie v0.18.1
10072024-09-01T20:20:49.516Z Downloaded cookie v0.17.0
10082024-09-01T20:20:49.516Z Downloaded const_format_proc_macros v0.2.32
10092024-09-01T20:20:49.541Z Downloaded cassowary v0.3.0
10102024-09-01T20:20:49.541Z Downloaded async-bb8-diesel v0.2.1
10112024-09-01T20:20:49.541Z Downloaded mime v0.3.17
10122024-09-01T20:20:49.541Z Downloaded memmap2 v0.9.4
10132024-09-01T20:20:49.541Z Downloaded md-5 v0.10.6
10142024-09-01T20:20:49.541Z Downloaded maplit v1.0.2
10152024-09-01T20:20:49.541Z Downloaded lru-cache v0.1.2
10162024-09-01T20:20:49.541Z Downloaded lru v0.12.3
10172024-09-01T20:20:49.541Z Downloaded linked-hash-map v0.5.6
10182024-09-01T20:20:49.541Z Downloaded libsw v3.3.1
10192024-09-01T20:20:49.541Z Downloaded lazycell v1.3.0
10202024-09-01T20:20:49.541Z Downloaded lalrpop-util v0.19.12
10212024-09-01T20:20:49.541Z Downloaded kstat-rs v0.2.4
10222024-09-01T20:20:49.541Z Downloaded jobserver v0.1.32
10232024-09-01T20:20:49.541Z Downloaded instability v0.3.2
10242024-09-01T20:20:49.566Z Downloaded indoc v1.0.9
10252024-09-01T20:20:49.566Z Downloaded indent_write v2.2.0
10262024-09-01T20:20:49.566Z Downloaded hyper-rustls v0.24.2
10272024-09-01T20:20:49.566Z Downloaded httpdate v1.0.3
10282024-09-01T20:20:49.566Z Downloaded cstr-argument v0.1.2
10292024-09-01T20:20:49.566Z Downloaded console v0.15.8
10302024-09-01T20:20:49.566Z Downloaded cipher v0.4.4
10312024-09-01T20:20:49.566Z Downloaded ciborium-io v0.2.2
10322024-09-01T20:20:49.566Z Downloaded cfg_aliases v0.1.1
10332024-09-01T20:20:49.566Z Downloaded cbc v0.1.2
10342024-09-01T20:20:49.566Z Downloaded cancel-safe-futures v0.1.5
10352024-09-01T20:20:49.566Z Downloaded block-padding v0.3.3
10362024-09-01T20:20:49.591Z Downloaded bitflags v1.3.2
10372024-09-01T20:20:49.591Z Downloaded bitfield v0.14.0
10382024-09-01T20:20:49.591Z Downloaded bit-set v0.5.3
10392024-09-01T20:20:49.591Z Downloaded backoff v0.4.0
10402024-09-01T20:20:49.591Z Downloaded arrayvec v0.7.4
10412024-09-01T20:20:49.591Z Downloaded num v0.4.3
10422024-09-01T20:20:49.591Z Downloaded new_debug_unreachable v1.0.6
10432024-09-01T20:20:49.591Z Downloaded matches v0.1.10
10442024-09-01T20:20:49.591Z Downloaded instant v0.1.12
10452024-09-01T20:20:49.591Z Downloaded ident_case v1.0.1
10462024-09-01T20:20:49.591Z Downloaded hyper-tls v0.5.0
10472024-09-01T20:20:49.591Z Downloaded humantime v2.1.0
10482024-09-01T20:20:49.591Z Downloaded hubpack_derive v0.1.1
10492024-09-01T20:20:49.591Z Downloaded hubpack v0.1.2
10502024-09-01T20:20:49.591Z Downloaded httparse v1.8.0
10512024-09-01T20:20:49.591Z Downloaded http-range v0.1.5
10522024-09-01T20:20:49.616Z Downloaded http-body v0.4.6
10532024-09-01T20:20:49.616Z Downloaded home v0.5.9
10542024-09-01T20:20:49.616Z Downloaded crunchy v0.2.2
10552024-09-01T20:20:49.616Z Downloaded crc-catalog v2.4.0
10562024-09-01T20:20:49.616Z Downloaded async-trait v0.1.81
10572024-09-01T20:20:49.616Z Downloaded allocator-api2 v0.2.18
10582024-09-01T20:20:49.616Z Downloaded ahash v0.8.11
10592024-09-01T20:20:49.616Z Downloaded normalize-line-endings v0.3.0
10602024-09-01T20:20:49.617Z Downloaded is-terminal v0.4.12
10612024-09-01T20:20:49.617Z Downloaded inout v0.1.3
10622024-09-01T20:20:49.617Z Downloaded hostname v0.4.0
10632024-09-01T20:20:49.617Z Downloaded hostname v0.3.1
10642024-09-01T20:20:49.617Z Downloaded darling_macro v0.20.9
10652024-09-01T20:20:49.617Z Downloaded curve25519-dalek-derive v0.1.1
10662024-09-01T20:20:49.617Z Downloaded cexpr v0.6.0
10672024-09-01T20:20:49.641Z Downloaded bzip2 v0.4.4
10682024-09-01T20:20:49.642Z Downloaded blowfish v0.9.1
10692024-09-01T20:20:49.642Z Downloaded bitstruct_derive v0.1.0
10702024-09-01T20:20:49.642Z Downloaded bb8 v0.8.5
10712024-09-01T20:20:49.642Z Downloaded base64ct v1.6.0
10722024-09-01T20:20:49.642Z Downloaded async-stream-impl v0.3.5
10732024-09-01T20:20:49.642Z Downloaded async-recursion v1.1.1
10742024-09-01T20:20:49.642Z Downloaded ascii v1.1.0
10752024-09-01T20:20:49.642Z Downloaded convert_case v0.4.0
10762024-09-01T20:20:49.642Z Downloaded constant_time_eq v0.3.0
10772024-09-01T20:20:49.642Z Downloaded colored v2.1.0
10782024-09-01T20:20:49.642Z Downloaded ciborium-ll v0.2.2
10792024-09-01T20:20:49.642Z Downloaded chacha20 v0.9.1
10802024-09-01T20:20:49.642Z Downloaded castaway v0.2.3
10812024-09-01T20:20:49.642Z Downloaded buf-list v1.0.3
10822024-09-01T20:20:49.668Z Downloaded bitfield-struct v0.6.1
10832024-09-01T20:20:49.668Z Downloaded bit-vec v0.6.3
10842024-09-01T20:20:49.668Z Downloaded atomic-waker v1.1.2
10852024-09-01T20:20:49.668Z Downloaded ascii-canvas v3.0.0
10862024-09-01T20:20:49.668Z Downloaded array-init v0.0.4
10872024-09-01T20:20:49.668Z Downloaded argon2 v0.5.3
10882024-09-01T20:20:49.668Z Downloaded addr2line v0.21.0
10892024-09-01T20:20:49.668Z Downloaded crc v3.2.1
10902024-09-01T20:20:49.668Z Downloaded bitstruct v0.1.1
10912024-09-01T20:20:49.668Z Downloaded bcrypt-pbkdf v0.10.0
10922024-09-01T20:20:49.668Z Downloaded async-stream v0.3.5
10932024-09-01T20:20:49.668Z Downloaded assert_matches v1.5.0
10942024-09-01T20:20:49.668Z Downloaded adler v1.0.2
10952024-09-01T20:20:49.668Z Downloaded atty v0.2.14
10962024-09-01T20:20:49.668Z Downloaded arrayref v0.3.7
10972024-09-01T20:20:49.693Z Downloaded aead v0.5.2
10982024-09-01T20:20:49.791Z Compiling serde v1.0.208
10992024-09-01T20:20:49.815Z Compiling typenum v1.17.0
11002024-09-01T20:20:49.815Z Compiling lock_api v0.4.12
11012024-09-01T20:20:49.815Z Compiling generic-array v0.14.7
11022024-09-01T20:20:49.815Z Compiling scopeguard v1.2.0
11032024-09-01T20:20:49.815Z Compiling log v0.4.21
11042024-09-01T20:20:49.815Z Compiling syn v2.0.74
11052024-09-01T20:20:49.840Z Compiling getrandom v0.2.14
11062024-09-01T20:20:50.109Z Compiling jobserver v0.1.32
11072024-09-01T20:20:50.162Z Compiling rand_core v0.6.4
11082024-09-01T20:20:50.303Z Compiling subtle v2.5.0
11092024-09-01T20:20:50.391Z Compiling const-oid v0.9.6
11102024-09-01T20:20:50.416Z Compiling pin-project-lite v0.2.14
11112024-09-01T20:20:50.538Z Compiling cc v1.0.97
11122024-09-01T20:20:50.616Z Compiling smallvec v1.13.2
11132024-09-01T20:20:50.682Z Compiling parking_lot_core v0.9.10
11142024-09-01T20:20:50.840Z Compiling signal-hook-registry v1.4.2
11152024-09-01T20:20:50.960Z Compiling spin v0.9.8
11162024-09-01T20:20:50.987Z Compiling mio v1.0.2
11172024-09-01T20:20:51.364Z Compiling ahash v0.8.11
11182024-09-01T20:20:51.574Z Compiling parking_lot v0.12.2
11192024-09-01T20:20:51.667Z Compiling tinyvec_macros v0.1.1
11202024-09-01T20:20:51.772Z Compiling tinyvec v1.6.0
11212024-09-01T20:20:51.798Z Compiling socket2 v0.5.7
11222024-09-01T20:20:52.131Z Compiling futures-core v0.3.30
11232024-09-01T20:20:52.156Z Compiling cpufeatures v0.2.12
11242024-09-01T20:20:52.219Z Compiling serde_json v1.0.125
11252024-09-01T20:20:52.254Z Compiling futures-sink v0.3.30
11262024-09-01T20:20:52.361Z Compiling libm v0.2.8
11272024-09-01T20:20:52.400Z Compiling num-traits v0.2.19
11282024-09-01T20:20:52.452Z Compiling slab v0.4.9
11292024-09-01T20:20:52.785Z Compiling unicode-bidi v0.3.15
11302024-09-01T20:20:53.007Z Compiling allocator-api2 v0.2.18
11312024-09-01T20:20:53.276Z Compiling futures-channel v0.3.30
11322024-09-01T20:20:53.481Z Compiling unicode-normalization v0.1.23
11332024-09-01T20:20:53.546Z Compiling pin-utils v0.1.0
11342024-09-01T20:20:53.648Z Compiling vcpkg v0.2.15
11352024-09-01T20:20:53.698Z Compiling pkg-config v0.3.30
11362024-09-01T20:20:53.777Z Compiling futures-io v0.3.30
11372024-09-01T20:20:54.284Z Compiling futures-task v0.3.30
11382024-09-01T20:20:54.444Z Compiling base64ct v1.6.0
11392024-09-01T20:20:54.702Z Compiling flagset v0.4.5
11402024-09-01T20:20:54.726Z Compiling ring v0.17.8
11412024-09-01T20:20:54.757Z Compiling percent-encoding v2.3.1
11422024-09-01T20:20:54.903Z Compiling ppv-lite86 v0.2.17
11432024-09-01T20:20:55.123Z Compiling pem-rfc7468 v0.7.0
11442024-09-01T20:20:55.155Z Compiling tracing-core v0.1.32
11452024-09-01T20:20:55.312Z Compiling untrusted v0.9.0
11462024-09-01T20:20:55.483Z Compiling rustix v0.38.34
11472024-09-01T20:20:55.631Z Compiling rand_chacha v0.3.1
11482024-09-01T20:20:55.812Z Compiling openssl-sys v0.9.103
11492024-09-01T20:20:55.969Z Compiling powerfmt v0.2.0
11502024-09-01T20:20:56.188Z Compiling rand v0.8.5
11512024-09-01T20:20:56.354Z Compiling rustversion v1.0.17
11522024-09-01T20:20:56.379Z Compiling time-core v0.1.2
11532024-09-01T20:20:56.454Z Compiling openssl v0.10.66
11542024-09-01T20:20:56.557Z Compiling num-conv v0.1.0
11552024-09-01T20:20:56.843Z Compiling httparse v1.8.0
11562024-09-01T20:20:56.891Z Compiling foreign-types-shared v0.1.1
11572024-09-01T20:20:57.028Z Compiling foreign-types v0.3.2
11582024-09-01T20:20:57.175Z Compiling time-macros v0.2.18
11592024-09-01T20:20:57.209Z Compiling deranged v0.3.11
11602024-09-01T20:20:57.374Z Compiling form_urlencoded v1.2.1
11612024-09-01T20:20:57.736Z Compiling aho-corasick v1.1.3
11622024-09-01T20:20:57.905Z Compiling num_threads v0.1.7
11632024-09-01T20:20:58.035Z Compiling siphasher v0.3.11
11642024-09-01T20:20:58.120Z Compiling try-lock v0.2.5
11652024-09-01T20:20:58.269Z Compiling regex-syntax v0.8.4
11662024-09-01T20:20:58.324Z Compiling crossbeam-utils v0.8.19
11672024-09-01T20:20:58.398Z Compiling rustls v0.21.12
11682024-09-01T20:20:58.646Z Compiling native-tls v0.2.11
11692024-09-01T20:20:58.892Z Compiling syn v1.0.109
11702024-09-01T20:20:59.030Z Compiling want v0.3.1
11712024-09-01T20:20:59.543Z Compiling idna v0.5.0
11722024-09-01T20:20:59.733Z Compiling cookie v0.17.0
11732024-09-01T20:21:00.014Z Compiling slog v2.7.0
11742024-09-01T20:21:00.163Z Compiling time v0.3.36
11752024-09-01T20:21:00.512Z Compiling finl_unicode v1.2.0
11762024-09-01T20:21:00.670Z Compiling tower-service v0.3.2
11772024-09-01T20:21:00.795Z Compiling httpdate v1.0.3
11782024-09-01T20:21:01.094Z Compiling adler v1.0.2
11792024-09-01T20:21:01.121Z Compiling iana-time-zone v0.1.60
11802024-09-01T20:21:01.277Z Compiling openssl-probe v0.1.5
11812024-09-01T20:21:01.370Z Compiling miniz_oxide v0.7.2
11822024-09-01T20:21:01.583Z Compiling regex-automata v0.4.6
11832024-09-01T20:21:01.655Z Compiling stringprep v0.1.4
11842024-09-01T20:21:02.939Z Compiling url v2.5.2
11852024-09-01T20:21:04.000Z Compiling serde_derive v1.0.208
11862024-09-01T20:21:04.251Z Compiling zeroize_derive v1.4.2
11872024-09-01T20:21:04.628Z Compiling zerocopy-derive v0.7.34
11882024-09-01T20:21:04.797Z Compiling tokio-macros v2.4.0
11892024-09-01T20:21:05.167Z Compiling thiserror-impl v1.0.63
11902024-09-01T20:21:05.243Z Compiling futures-macro v0.3.30
11912024-09-01T20:21:05.689Z Compiling zeroize v1.7.0
11922024-09-01T20:21:06.289Z Compiling der_derive v0.7.2
11932024-09-01T20:21:06.748Z Compiling zerocopy v0.7.34
11942024-09-01T20:21:07.047Z Compiling futures-util v0.3.30
11952024-09-01T20:21:07.437Z Compiling crypto-common v0.1.6
11962024-09-01T20:21:07.718Z Compiling block-buffer v0.10.4
11972024-09-01T20:21:07.992Z Compiling digest v0.10.7
11982024-09-01T20:21:08.456Z Compiling hmac v0.12.1
11992024-09-01T20:21:08.527Z Compiling block-padding v0.3.3
12002024-09-01T20:21:08.697Z Compiling thiserror v1.0.63
12012024-09-01T20:21:08.739Z Compiling sha2 v0.10.8
12022024-09-01T20:21:08.769Z Compiling inout v0.1.3
12032024-09-01T20:21:08.856Z Compiling hashbrown v0.14.5
12042024-09-01T20:21:08.889Z Compiling pest v2.7.10
12052024-09-01T20:21:09.041Z Compiling cipher v0.4.4
12062024-09-01T20:21:09.535Z Compiling salsa20 v0.10.2
12072024-09-01T20:21:09.754Z Compiling der v0.7.9
12082024-09-01T20:21:10.199Z Compiling pbkdf2 v0.12.2
12092024-09-01T20:21:10.393Z Compiling scroll_derive v0.12.0
12102024-09-01T20:21:11.802Z Compiling pest_meta v2.7.10
12112024-09-01T20:21:11.911Z Compiling tracing-attributes v0.1.27
12122024-09-01T20:21:12.060Z Compiling scroll v0.12.0
12132024-09-01T20:21:12.734Z Compiling spki v0.7.3
12142024-09-01T20:21:13.148Z Compiling pest_generator v2.7.10
12152024-09-01T20:21:13.207Z Compiling scrypt v0.11.0
12162024-09-01T20:21:13.233Z Compiling aes v0.8.4
12172024-09-01T20:21:13.768Z Compiling cbc v0.1.2
12182024-09-01T20:21:13.987Z Compiling goblin v0.8.2
12192024-09-01T20:21:14.224Z Compiling pkcs5 v0.7.1
12202024-09-01T20:21:15.017Z Compiling openssl-macros v0.1.1
12212024-09-01T20:21:15.380Z Compiling pkcs8 v0.10.2
12222024-09-01T20:21:15.705Z Compiling tracing v0.1.40
12232024-09-01T20:21:15.752Z Compiling rustls-webpki v0.101.7
12242024-09-01T20:21:15.776Z Compiling sct v0.7.1
12252024-09-01T20:21:16.067Z Compiling md-5 v0.10.6
12262024-09-01T20:21:16.092Z Compiling num-integer v0.1.46
12272024-09-01T20:21:16.198Z Compiling backtrace v0.3.71
12282024-09-01T20:21:16.313Z Compiling idna v0.3.0
12292024-09-01T20:21:16.653Z Compiling lazy_static v1.5.0
12302024-09-01T20:21:16.758Z Compiling pest_derive v2.7.10
12312024-09-01T20:21:16.798Z Compiling hash32 v0.2.1
12322024-09-01T20:21:16.822Z Compiling base64 v0.22.1
12332024-09-01T20:21:17.180Z Compiling crc32fast v1.4.0
12342024-09-01T20:21:17.585Z Compiling dtrace-parser v0.2.0
12352024-09-01T20:21:17.624Z Compiling signal-hook v0.3.17
12362024-09-01T20:21:17.661Z Compiling num-bigint-dig v0.8.4
12372024-09-01T20:21:17.747Z Compiling psl-types v2.0.11
12382024-09-01T20:21:17.883Z Compiling bytes v1.7.1
12392024-09-01T20:21:17.908Z Compiling bitflags v2.6.0
12402024-09-01T20:21:17.980Z Compiling indexmap v2.4.0
12412024-09-01T20:21:18.235Z Compiling semver v1.0.23
12422024-09-01T20:21:18.951Z Compiling tokio v1.39.3
12432024-09-01T20:21:19.114Z Compiling http v0.2.12
12442024-09-01T20:21:19.374Z Compiling rustc_version v0.4.0
12452024-09-01T20:21:20.145Z Compiling heapless v0.7.17
12462024-09-01T20:21:20.573Z Compiling dof v0.3.0
12472024-09-01T20:21:20.989Z Compiling http-body v0.4.6
12482024-09-01T20:21:21.081Z Compiling uuid v1.10.0
12492024-09-01T20:21:21.444Z Compiling usdt-impl v0.5.0
12502024-09-01T20:21:21.596Z Compiling chrono v0.4.38
12512024-09-01T20:21:22.449Z Compiling toml_datetime v0.6.8
12522024-09-01T20:21:22.770Z Compiling serde_spanned v0.6.7
12532024-09-01T20:21:22.991Z Compiling serde_tokenstream v0.2.2
12542024-09-01T20:21:23.016Z Compiling cfg_aliases v0.1.1
12552024-09-01T20:21:23.046Z Compiling stable_deref_trait v1.2.0
12562024-09-01T20:21:23.114Z Compiling gimli v0.28.1
12572024-09-01T20:21:23.152Z Compiling smoltcp v0.9.1
12582024-09-01T20:21:23.561Z Compiling fallible-iterator v0.2.0
12592024-09-01T20:21:23.920Z Compiling nix v0.28.0
12602024-09-01T20:21:24.242Z Compiling postgres-protocol v0.6.7
12612024-09-01T20:21:24.715Z Compiling terminal_size v0.3.0
12622024-09-01T20:21:24.940Z Compiling publicsuffix v2.2.3
12632024-09-01T20:21:25.147Z Compiling hubpack_derive v0.1.1
12642024-09-01T20:21:25.180Z Compiling num-iter v0.1.45
12652024-09-01T20:21:25.205Z Compiling zerocopy-derive v0.6.6
12662024-09-01T20:21:25.229Z Compiling async-trait v0.1.81
12672024-09-01T20:21:26.068Z Compiling phf_shared v0.11.2
12682024-09-01T20:21:26.487Z Compiling serde_derive_internals v0.29.1
12692024-09-01T20:21:26.528Z Compiling ff v0.13.0
12702024-09-01T20:21:26.764Z Compiling object v0.32.2
12712024-09-01T20:21:26.825Z Compiling fs-err v2.11.0
12722024-09-01T20:21:27.150Z Compiling tokio-util v0.7.11
12732024-09-01T20:21:27.316Z Compiling addr2line v0.21.0
12742024-09-01T20:21:27.920Z Compiling tokio-rustls v0.24.1
12752024-09-01T20:21:27.945Z Compiling tokio-native-tls v0.3.1
12762024-09-01T20:21:27.945Z Compiling base64 v0.21.7
12772024-09-01T20:21:28.018Z Compiling rustc-demangle v0.1.24
12782024-09-01T20:21:28.232Z Compiling h2 v0.3.26
12792024-09-01T20:21:28.311Z Compiling either v1.13.0
12802024-09-01T20:21:28.507Z Compiling schemars v0.8.21
12812024-09-01T20:21:28.636Z Compiling ipnet v2.9.0
12822024-09-01T20:21:28.709Z Compiling winnow v0.5.40
12832024-09-01T20:21:28.838Z Compiling managed v0.8.0
12842024-09-01T20:21:28.936Z Compiling base16ct v0.2.0
12852024-09-01T20:21:29.246Z Compiling bitflags v1.3.2
12862024-09-01T20:21:29.271Z Compiling anyhow v1.0.86
12872024-09-01T20:21:29.271Z Compiling clap_builder v4.5.15
12882024-09-01T20:21:29.799Z Compiling schemars_derive v0.8.21
12892024-09-01T20:21:30.020Z Compiling sec1 v0.7.3
12902024-09-01T20:21:30.581Z Compiling rustls-pemfile v1.0.4
12912024-09-01T20:21:31.032Z Compiling zerocopy v0.6.6
12922024-09-01T20:21:31.445Z Compiling group v0.13.0
12932024-09-01T20:21:31.770Z Compiling phf v0.11.2
12942024-09-01T20:21:31.860Z Compiling hubpack v0.1.2
12952024-09-01T20:21:32.093Z Compiling toml_edit v0.19.15
12962024-09-01T20:21:32.311Z Compiling cookie_store v0.20.0
12972024-09-01T20:21:33.740Z Compiling postgres-types v0.2.7
12982024-09-01T20:21:33.800Z Compiling usdt-attr-macro v0.5.0
12992024-09-01T20:21:34.627Z Compiling usdt-macro v0.5.0
13002024-09-01T20:21:35.187Z Compiling hyper v0.14.30
13012024-09-01T20:21:35.295Z Compiling serde_urlencoded v0.7.1
13022024-09-01T20:21:35.783Z Compiling pkcs1 v0.7.5
13032024-09-01T20:21:35.954Z Compiling futures-executor v0.3.30
13042024-09-01T20:21:36.480Z Compiling hkdf v0.12.4
13052024-09-01T20:21:36.505Z Compiling signature v2.2.0
13062024-09-01T20:21:36.748Z Compiling crypto-bigint v0.5.5
13072024-09-01T20:21:36.784Z Compiling regex v1.10.6
13082024-09-01T20:21:36.846Z Compiling bstr v1.9.1
13092024-09-01T20:21:37.919Z Compiling strum_macros v0.25.3
13102024-09-01T20:21:38.141Z Compiling enum-as-inner v0.6.0
13112024-09-01T20:21:38.331Z Compiling clap_derive v4.5.13
13122024-09-01T20:21:38.592Z Compiling serde_repr v0.1.19
13132024-09-01T20:21:39.139Z Compiling phf_shared v0.10.0
13142024-09-01T20:21:39.530Z Compiling float-cmp v0.9.0
13152024-09-01T20:21:39.722Z Compiling idna v0.4.0
13162024-09-01T20:21:39.791Z Compiling mio v0.8.11
13172024-09-01T20:21:39.816Z Compiling encoding_rs v0.8.34
13182024-09-01T20:21:41.115Z Compiling static_assertions v1.1.0
13192024-09-01T20:21:41.231Z Compiling minimal-lexical v0.2.1
13202024-09-01T20:21:41.255Z Compiling bit-vec v0.6.3
13212024-09-01T20:21:41.770Z Compiling unicode-segmentation v1.11.0
13222024-09-01T20:21:41.875Z Compiling fixedbitset v0.4.2
13232024-09-01T20:21:42.059Z Compiling data-encoding v2.6.0
13242024-09-01T20:21:42.370Z Compiling hyper-tls v0.5.0
13252024-09-01T20:21:42.588Z Compiling hyper-rustls v0.24.2
13262024-09-01T20:21:42.725Z Compiling new_debug_unreachable v1.0.6
13272024-09-01T20:21:42.749Z Compiling dyn-clone v1.0.17
13282024-09-01T20:21:42.835Z Compiling mime v0.3.17
13292024-09-01T20:21:42.933Z Compiling webpki-roots v0.25.4
13302024-09-01T20:21:42.971Z Compiling precomputed-hash v0.1.1
13312024-09-01T20:21:43.104Z Compiling whoami v1.5.1
13322024-09-01T20:21:43.104Z Compiling normalize-line-endings v0.3.0
13332024-09-01T20:21:43.235Z Compiling predicates-core v1.0.6
13342024-09-01T20:21:43.376Z Compiling difflib v0.4.0
13352024-09-01T20:21:43.425Z Compiling sync_wrapper v0.1.2
13362024-09-01T20:21:43.559Z Compiling reqwest v0.11.27
13372024-09-01T20:21:43.600Z Compiling tokio-postgres v0.7.11
13382024-09-01T20:21:43.781Z Compiling predicates v3.1.2
13392024-09-01T20:21:43.994Z Compiling clap v4.5.16
13402024-09-01T20:21:44.122Z Compiling string_cache v0.8.7
13412024-09-01T20:21:44.569Z Compiling hickory-proto v0.24.1
13422024-09-01T20:21:44.868Z Compiling similar v2.6.0
13432024-09-01T20:21:45.058Z Compiling petgraph v0.6.5
13442024-09-01T20:21:45.400Z Compiling console v0.15.8
13452024-09-01T20:21:46.110Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13462024-09-01T20:21:46.853Z Compiling bit-set v0.5.3
13472024-09-01T20:21:47.199Z Compiling nom v7.1.3
13482024-09-01T20:21:47.223Z Compiling toml_edit v0.22.20
13492024-09-01T20:21:47.884Z Compiling signal-hook-mio v0.2.4
13502024-09-01T20:21:48.047Z Compiling usdt v0.5.0
13512024-09-01T20:21:48.541Z Compiling elliptic-curve v0.13.8
13522024-09-01T20:21:48.939Z Compiling rsa v0.9.6
13532024-09-01T20:21:49.050Z Compiling futures v0.3.30
13542024-09-01T20:21:49.170Z Compiling toml v0.7.8
13552024-09-01T20:21:50.655Z Compiling flate2 v1.0.31
13562024-09-01T20:21:51.557Z Compiling itertools v0.10.5
13572024-09-01T20:21:51.582Z Compiling itertools v0.12.1
13582024-09-01T20:21:52.123Z Compiling tokio-stream v0.1.15
13592024-09-01T20:21:53.094Z Compiling openapiv3 v2.0.0
13602024-09-01T20:21:54.009Z Compiling hex v0.4.3
13612024-09-01T20:21:54.226Z Compiling sha1 v0.10.6
13622024-09-01T20:21:54.413Z Compiling crossbeam-epoch v0.9.18
13632024-09-01T20:21:54.484Z Compiling dirs-sys-next v0.1.2
13642024-09-01T20:21:54.585Z Compiling peg-runtime v0.8.3
13652024-09-01T20:21:54.618Z Compiling unicode-xid v0.2.4
13662024-09-01T20:21:54.792Z Compiling lalrpop-util v0.19.12
13672024-09-01T20:21:55.050Z Compiling dirs-next v2.0.0
13682024-09-01T20:21:55.113Z Compiling thread_local v1.1.8
13692024-09-01T20:21:55.140Z Compiling slog-async v2.8.0
13702024-09-01T20:21:55.165Z Compiling xattr v1.3.1
13712024-09-01T20:21:55.199Z Compiling term v0.7.0
13722024-09-01T20:21:55.254Z Compiling strum_macros v0.26.4
13732024-09-01T20:21:55.409Z Compiling crossbeam-channel v0.5.12
13742024-09-01T20:21:55.648Z Compiling filetime v0.2.25
13752024-09-01T20:21:55.700Z Compiling is-terminal v0.4.12
13762024-09-01T20:21:55.820Z Compiling take_mut v0.2.2
13772024-09-01T20:21:55.943Z Compiling tar v0.4.41
13782024-09-01T20:21:55.975Z Compiling slog-term v2.9.1
13792024-09-01T20:21:56.417Z Compiling camino v1.1.9
13802024-09-01T20:21:57.432Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13812024-09-01T20:21:58.719Z Compiling strum v0.26.3
13822024-09-01T20:21:58.841Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13832024-09-01T20:22:05.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13842024-09-01T20:22:05.814Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13852024-09-01T20:22:05.882ZSep 01 20:22:05.376 INFO Starting download, target: Clickhouse
13862024-09-01T20:22:05.882ZSep 01 20:22:05.376 INFO Starting download, target: Cockroach
13872024-09-01T20:22:05.882ZSep 01 20:22:05.376 INFO Starting download, target: Console
13882024-09-01T20:22:05.882ZSep 01 20:22:05.376 INFO Starting download, target: DendriteOpenapi
13892024-09-01T20:22:05.882ZSep 01 20:22:05.376 INFO Starting download, target: MaghemiteMgd
13902024-09-01T20:22:05.882ZSep 01 20:22:05.377 INFO Starting download, target: DendriteStub
13912024-09-01T20:22:05.907ZSep 01 20:22:05.377 INFO Starting download, target: TransceiverControl
13922024-09-01T20:22:05.907ZSep 01 20:22:05.378 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13932024-09-01T20:22:05.907ZSep 01 20:22:05.378 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13942024-09-01T20:22:05.907ZSep 01 20:22:05.378 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13952024-09-01T20:22:05.907ZSep 01 20:22:05.378 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13962024-09-01T20:22:05.907ZSep 01 20:22:05.378 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13972024-09-01T20:22:05.907ZSep 01 20:22:05.379 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13982024-09-01T20:22:05.907ZSep 01 20:22:05.379 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13992024-09-01T20:22:06.296ZSep 01 20:22:05.788 INFO Download complete, target: DendriteOpenapi
14002024-09-01T20:22:06.381ZSep 01 20:22:05.874 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14012024-09-01T20:22:06.746ZSep 01 20:22:06.240 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14022024-09-01T20:22:06.817ZSep 01 20:22:06.312 INFO Download complete, target: Console
14032024-09-01T20:22:07.658ZSep 01 20:22:07.152 INFO Download complete, target: TransceiverControl
14042024-09-01T20:22:08.759ZSep 01 20:22:08.254 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14052024-09-01T20:22:11.171ZSep 01 20:22:10.666 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14062024-09-01T20:22:12.501ZSep 01 20:22:11.995 INFO Download complete, target: MaghemiteMgd
14072024-09-01T20:22:14.891ZSep 01 20:22:14.385 INFO Download complete, target: DendriteStub
14082024-09-01T20:22:22.928ZSep 01 20:22:22.423 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14092024-09-01T20:22:23.032ZSep 01 20:22:22.526 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14102024-09-01T20:22:23.032ZSep 01 20:22:22.526 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14112024-09-01T20:22:32.842ZSep 01 20:22:32.337 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14122024-09-01T20:22:33.245ZSep 01 20:22:32.740 INFO Checking that binary works, target: Cockroach
14132024-09-01T20:22:33.488ZSep 01 20:22:32.983 INFO Download complete, target: Cockroach
14142024-09-01T20:22:39.708ZSep 01 20:22:39.203 INFO Checking that binary works, target: Clickhouse
14152024-09-01T20:22:40.010ZSep 01 20:22:39.505 INFO Download complete, target: Clickhouse
14162024-09-01T20:22:40.039ZAll builder prerequisites installed successfully, and PATH looks valid
14172024-09-01T20:22:40.064Z
14182024-09-01T20:22:40.064Zreal 4:12.599917554
14192024-09-01T20:22:40.064Zuser 11:29.508346956
14202024-09-01T20:22:40.064Zsys 2:37.409429436
14212024-09-01T20:22:40.064Ztrap 0.443897485
14222024-09-01T20:22:40.064Ztflt 0.555608209
14232024-09-01T20:22:40.064Zdflt 1.626362383
14242024-09-01T20:22:40.064Zkflt 0.007996037
14252024-09-01T20:22:40.064Zlock 26:58.426546524
14262024-09-01T20:22:40.064Zslp 43:31.135312199
14272024-09-01T20:22:40.064Zlat 49.678492533
14282024-09-01T20:22:40.064Zstop 1:53.837241843
14292024-09-01T20:22:40.064Z+ banner hack-check
14302024-09-01T20:22:40.064Z
14312024-09-01T20:22:40.064Z # # ## #### # # #### # # ###### #### # #
14322024-09-01T20:22:40.064Z # # # # # # # # # # # # # # # # #
14332024-09-01T20:22:40.065Z ###### # # # #### ##### # ###### ##### # ####
14342024-09-01T20:22:40.065Z # # ###### # # # # # # # # # #
14352024-09-01T20:22:40.065Z # # # # # # # # # # # # # # # # #
14362024-09-01T20:22:40.065Z # # # # #### # # #### # # ###### #### # #
14372024-09-01T20:22:40.065Z
14382024-09-01T20:22:40.065Z+ export CARGO_INCREMENTAL=0
14392024-09-01T20:22:40.065Z+ CARGO_INCREMENTAL=0
14402024-09-01T20:22:40.065Z+ ptime -m timeout 2h cargo xtask check-features --ci
14412024-09-01T20:22:41.086Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14422024-09-01T20:22:46.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.95s
14432024-09-01T20:22:46.152Z Running `target/debug/xtask check-features --ci`
14442024-09-01T20:22:46.183Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14452024-09-01T20:22:46.183Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14462024-09-01T20:22:46.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
14472024-09-01T20:22:46.997Z Running `target/debug/xtask download cargo-hack`
14482024-09-01T20:22:48.200Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14492024-09-01T20:22:48.533Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14502024-09-01T20:22:54.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.35s
14512024-09-01T20:22:54.536Z Running `target/debug/xtask-downloader cargo-hack`
14522024-09-01T20:22:54.594ZSep 01 20:22:54.083 INFO Starting download, target: CargoHack
14532024-09-01T20:22:54.627ZSep 01 20:22:54.085 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14542024-09-01T20:22:55.271ZSep 01 20:22:54.766 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14552024-09-01T20:22:55.427ZSep 01 20:22:54.922 INFO Download complete, target: CargoHack
14562024-09-01T20:22:55.451Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14572024-09-01T20:22:55.476Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14582024-09-01T20:22:55.751Zinfo: running `cargo check --bins` on api_identity (1/158)
14592024-09-01T20:22:56.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14602024-09-01T20:22:56.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14612024-09-01T20:22:56.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14622024-09-01T20:22:56.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
14632024-09-01T20:22:56.705Z
14642024-09-01T20:22:56.705Zinfo: running `cargo check --bins` on bootstore (2/158)
14652024-09-01T20:22:57.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14662024-09-01T20:22:57.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14672024-09-01T20:22:57.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14682024-09-01T20:22:57.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
14692024-09-01T20:22:57.780Z
14702024-09-01T20:22:57.780Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/158)
14712024-09-01T20:22:58.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14722024-09-01T20:22:58.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14732024-09-01T20:22:58.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14742024-09-01T20:22:58.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
14752024-09-01T20:22:58.756Z
14762024-09-01T20:22:58.756Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158)
14772024-09-01T20:22:59.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14782024-09-01T20:22:59.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14792024-09-01T20:22:59.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14802024-09-01T20:22:59.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
14812024-09-01T20:22:59.687Z
14822024-09-01T20:22:59.687Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158)
14832024-09-01T20:23:00.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14842024-09-01T20:23:00.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14852024-09-01T20:23:00.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14862024-09-01T20:23:00.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
14872024-09-01T20:23:00.405Z
14882024-09-01T20:23:00.405Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158)
14892024-09-01T20:23:01.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14902024-09-01T20:23:01.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14912024-09-01T20:23:01.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14922024-09-01T20:23:01.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
14932024-09-01T20:23:01.161Z
14942024-09-01T20:23:01.161Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158)
14952024-09-01T20:23:01.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14962024-09-01T20:23:01.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14972024-09-01T20:23:01.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14982024-09-01T20:23:01.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
14992024-09-01T20:23:01.902Z
15002024-09-01T20:23:01.902Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158)
15012024-09-01T20:23:02.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15022024-09-01T20:23:02.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15032024-09-01T20:23:02.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15042024-09-01T20:23:02.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
15052024-09-01T20:23:02.642Z
15062024-09-01T20:23:02.642Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158)
15072024-09-01T20:23:03.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15082024-09-01T20:23:03.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15092024-09-01T20:23:03.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15102024-09-01T20:23:03.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
15112024-09-01T20:23:03.378Z
15122024-09-01T20:23:03.378Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158)
15132024-09-01T20:23:04.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15142024-09-01T20:23:04.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15152024-09-01T20:23:04.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15162024-09-01T20:23:04.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
15172024-09-01T20:23:04.085Z
15182024-09-01T20:23:04.085Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158)
15192024-09-01T20:23:04.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15202024-09-01T20:23:04.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15212024-09-01T20:23:04.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15222024-09-01T20:23:04.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
15232024-09-01T20:23:04.847Z
15242024-09-01T20:23:04.847Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158)
15252024-09-01T20:23:05.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15262024-09-01T20:23:05.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15272024-09-01T20:23:05.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15282024-09-01T20:23:05.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
15292024-09-01T20:23:05.630Z
15302024-09-01T20:23:05.630Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158)
15312024-09-01T20:23:06.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15322024-09-01T20:23:06.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15332024-09-01T20:23:06.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15342024-09-01T20:23:06.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
15352024-09-01T20:23:06.356Z
15362024-09-01T20:23:06.356Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158)
15372024-09-01T20:23:07.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15382024-09-01T20:23:07.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15392024-09-01T20:23:07.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15402024-09-01T20:23:07.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
15412024-09-01T20:23:07.158Z
15422024-09-01T20:23:07.159Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158)
15432024-09-01T20:23:07.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15442024-09-01T20:23:07.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15452024-09-01T20:23:07.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15462024-09-01T20:23:07.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
15472024-09-01T20:23:07.898Z
15482024-09-01T20:23:07.898Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158)
15492024-09-01T20:23:08.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15502024-09-01T20:23:08.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15512024-09-01T20:23:08.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15522024-09-01T20:23:08.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
15532024-09-01T20:23:08.651Z
15542024-09-01T20:23:08.651Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158)
15552024-09-01T20:23:09.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15562024-09-01T20:23:09.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15572024-09-01T20:23:09.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15582024-09-01T20:23:09.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
15592024-09-01T20:23:09.361Z
15602024-09-01T20:23:09.361Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158)
15612024-09-01T20:23:10.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15622024-09-01T20:23:10.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15632024-09-01T20:23:10.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15642024-09-01T20:23:10.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
15652024-09-01T20:23:10.110Z
15662024-09-01T20:23:10.110Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158)
15672024-09-01T20:23:10.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15682024-09-01T20:23:10.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15692024-09-01T20:23:10.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15702024-09-01T20:23:10.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
15712024-09-01T20:23:10.929Z
15722024-09-01T20:23:10.929Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158)
15732024-09-01T20:23:11.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15742024-09-01T20:23:11.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15752024-09-01T20:23:11.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15762024-09-01T20:23:11.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
15772024-09-01T20:23:11.645Z
15782024-09-01T20:23:11.645Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158)
15792024-09-01T20:23:12.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15802024-09-01T20:23:12.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15812024-09-01T20:23:12.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15822024-09-01T20:23:12.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
15832024-09-01T20:23:12.382Z
15842024-09-01T20:23:12.382Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158)
15852024-09-01T20:23:13.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15862024-09-01T20:23:13.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15872024-09-01T20:23:13.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15882024-09-01T20:23:13.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
15892024-09-01T20:23:13.133Z
15902024-09-01T20:23:13.133Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158)
15912024-09-01T20:23:13.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15922024-09-01T20:23:13.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15932024-09-01T20:23:13.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15942024-09-01T20:23:13.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
15952024-09-01T20:23:13.886Z
15962024-09-01T20:23:13.886Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158)
15972024-09-01T20:23:14.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15982024-09-01T20:23:14.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15992024-09-01T20:23:14.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16002024-09-01T20:23:14.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
16012024-09-01T20:23:14.608Z
16022024-09-01T20:23:14.608Zinfo: running `cargo check --bins` on sled-hardware-types (25/158)
16032024-09-01T20:23:15.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16042024-09-01T20:23:15.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16052024-09-01T20:23:15.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16062024-09-01T20:23:15.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
16072024-09-01T20:23:15.637Z
16082024-09-01T20:23:15.637Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/158)
16092024-09-01T20:23:16.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16102024-09-01T20:23:16.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16112024-09-01T20:23:16.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16122024-09-01T20:23:16.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
16132024-09-01T20:23:16.670Z
16142024-09-01T20:23:16.670Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158)
16152024-09-01T20:23:17.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-09-01T20:23:17.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-09-01T20:23:17.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-09-01T20:23:17.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
16192024-09-01T20:23:17.701Z
16202024-09-01T20:23:17.701Zinfo: running `cargo check --bins` on oxlog (28/158)
16212024-09-01T20:23:18.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-09-01T20:23:18.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-09-01T20:23:18.605Z Checking cfg-if v1.0.0
16242024-09-01T20:23:18.629Z Checking libc v0.2.158
16252024-09-01T20:23:18.629Z Checking memchr v2.7.2
16262024-09-01T20:23:18.658Z Checking serde v1.0.208
16272024-09-01T20:23:18.682Z Checking zeroize v1.7.0
16282024-09-01T20:23:18.707Z Checking typenum v1.17.0
16292024-09-01T20:23:18.707Z Checking scopeguard v1.2.0
16302024-09-01T20:23:18.707Z Checking byteorder v1.5.0
16312024-09-01T20:23:18.738Z Checking log v0.4.21
16322024-09-01T20:23:18.846Z Checking lock_api v0.4.12
16332024-09-01T20:23:18.961Z Checking subtle v2.5.0
16342024-09-01T20:23:19.022Z Checking once_cell v1.19.0
16352024-09-01T20:23:19.075Z Checking const-oid v0.9.6
16362024-09-01T20:23:19.218Z Checking itoa v1.0.11
16372024-09-01T20:23:19.244Z Checking smallvec v1.13.2
16382024-09-01T20:23:19.295Z Checking pin-project-lite v0.2.14
16392024-09-01T20:23:19.407Z Checking zerocopy v0.7.34
16402024-09-01T20:23:19.431Z Checking spin v0.9.8
16412024-09-01T20:23:19.467Z Checking tinyvec_macros v0.1.1
16422024-09-01T20:23:19.557Z Checking tinyvec v1.6.0
16432024-09-01T20:23:19.582Z Checking futures-sink v0.3.30
16442024-09-01T20:23:19.710Z Checking futures-core v0.3.30
16452024-09-01T20:23:19.734Z Checking getrandom v0.2.14
16462024-09-01T20:23:19.770Z Checking parking_lot_core v0.9.10
16472024-09-01T20:23:19.846Z Checking generic-array v0.14.7
16482024-09-01T20:23:19.887Z Checking signal-hook-registry v1.4.2
16492024-09-01T20:23:19.962Z Checking rand_core v0.6.4
16502024-09-01T20:23:20.079Z Checking parking_lot v0.12.2
16512024-09-01T20:23:20.134Z Checking mio v1.0.2
16522024-09-01T20:23:20.241Z Checking socket2 v0.5.7
16532024-09-01T20:23:20.432Z Checking cpufeatures v0.2.12
16542024-09-01T20:23:20.541Z Checking allocator-api2 v0.2.18
16552024-09-01T20:23:20.632Z Checking unicode-bidi v0.3.15
16562024-09-01T20:23:20.724Z Checking libm v0.2.8
16572024-09-01T20:23:20.748Z Checking ahash v0.8.11
16582024-09-01T20:23:20.748Z Checking equivalent v1.0.1
16592024-09-01T20:23:20.795Z Checking unicode-normalization v0.1.23
16602024-09-01T20:23:20.856Z Checking ryu v1.0.18
16612024-09-01T20:23:20.881Z Checking crypto-common v0.1.6
16622024-09-01T20:23:21.063Z Checking block-buffer v0.10.4
16632024-09-01T20:23:21.089Z Checking block-padding v0.3.3
16642024-09-01T20:23:21.149Z Checking futures-channel v0.3.30
16652024-09-01T20:23:21.214Z Checking slab v0.4.9
16662024-09-01T20:23:21.238Z Checking hashbrown v0.14.5
16672024-09-01T20:23:21.263Z Checking digest v0.10.7
16682024-09-01T20:23:21.287Z Checking inout v0.1.3
16692024-09-01T20:23:21.464Z Checking futures-task v0.3.30
16702024-09-01T20:23:21.489Z Checking pin-utils v0.1.0
16712024-09-01T20:23:21.513Z Checking cipher v0.4.4
16722024-09-01T20:23:21.556Z Checking num-traits v0.2.19
16732024-09-01T20:23:21.580Z Checking hmac v0.12.1
16742024-09-01T20:23:21.605Z Checking sha2 v0.10.8
16752024-09-01T20:23:21.637Z Checking futures-io v0.3.30
16762024-09-01T20:23:21.683Z Checking base64ct v1.6.0
16772024-09-01T20:23:21.764Z Checking ppv-lite86 v0.2.17
16782024-09-01T20:23:21.796Z Checking futures-util v0.3.30
16792024-09-01T20:23:21.875Z Checking flagset v0.4.5
16802024-09-01T20:23:22.040Z Checking percent-encoding v2.3.1
16812024-09-01T20:23:22.087Z Checking salsa20 v0.10.2
16822024-09-01T20:23:22.111Z Checking pem-rfc7468 v0.7.0
16832024-09-01T20:23:22.228Z Checking pbkdf2 v0.12.2
16842024-09-01T20:23:22.305Z Checking tracing-core v0.1.32
16852024-09-01T20:23:22.330Z Checking fnv v1.0.7
16862024-09-01T20:23:22.355Z Checking der v0.7.9
16872024-09-01T20:23:22.379Z Checking rand_chacha v0.3.1
16882024-09-01T20:23:22.403Z Checking untrusted v0.9.0
16892024-09-01T20:23:22.433Z Checking scrypt v0.11.0
16902024-09-01T20:23:22.545Z Checking ring v0.17.8
16912024-09-01T20:23:22.644Z Checking aes v0.8.4
16922024-09-01T20:23:22.728Z Checking rand v0.8.5
16932024-09-01T20:23:22.961Z Checking tracing v0.1.40
16942024-09-01T20:23:23.134Z Checking cbc v0.1.2
16952024-09-01T20:23:23.324Z Checking thiserror v1.0.63
16962024-09-01T20:23:23.348Z Checking foreign-types-shared v0.1.1
16972024-09-01T20:23:23.375Z Checking bytes v1.7.1
16982024-09-01T20:23:23.452Z Checking bitflags v2.6.0
16992024-09-01T20:23:23.476Z Checking indexmap v2.4.0
17002024-09-01T20:23:23.500Z Checking serde_json v1.0.125
17012024-09-01T20:23:23.745Z Checking foreign-types v0.3.2
17022024-09-01T20:23:23.842Z Checking form_urlencoded v1.2.1
17032024-09-01T20:23:23.902Z Checking openssl-sys v0.9.103
17042024-09-01T20:23:24.045Z Checking aho-corasick v1.1.3
17052024-09-01T20:23:24.133Z Checking spki v0.7.3
17062024-09-01T20:23:24.162Z Checking tokio v1.39.3
17072024-09-01T20:23:24.274Z Checking http v0.2.12
17082024-09-01T20:23:24.411Z Checking pkcs5 v0.7.1
17092024-09-01T20:23:24.723Z Checking regex-syntax v0.8.4
17102024-09-01T20:23:24.883Z Checking siphasher v0.3.11
17112024-09-01T20:23:25.098Z Checking powerfmt v0.2.0
17122024-09-01T20:23:25.153Z Checking unicode-ident v1.0.12
17132024-09-01T20:23:25.187Z Checking try-lock v0.2.5
17142024-09-01T20:23:25.298Z Checking want v0.3.1
17152024-09-01T20:23:25.322Z Checking proc-macro2 v1.0.86
17162024-09-01T20:23:25.347Z Checking deranged v0.3.11
17172024-09-01T20:23:25.491Z Checking openssl v0.10.66
17182024-09-01T20:23:25.546Z Checking http-body v0.4.6
17192024-09-01T20:23:25.695Z Checking pkcs8 v0.10.2
17202024-09-01T20:23:25.914Z Checking sct v0.7.1
17212024-09-01T20:23:25.981Z Checking rustls-webpki v0.101.7
17222024-09-01T20:23:26.006Z Checking uuid v1.10.0
17232024-09-01T20:23:26.111Z Checking idna v0.5.0
17242024-09-01T20:23:26.538Z Checking httparse v1.8.0
17252024-09-01T20:23:26.577Z Checking errno v0.3.9
17262024-09-01T20:23:26.668Z Checking scroll v0.12.0
17272024-09-01T20:23:26.738Z Checking openssl-probe v0.1.5
17282024-09-01T20:23:26.868Z Checking iana-time-zone v0.1.60
17292024-09-01T20:23:26.893Z Checking ucd-trie v0.1.6
17302024-09-01T20:23:26.924Z Checking utf8parse v0.2.1
17312024-09-01T20:23:26.948Z Checking num_threads v0.1.7
17322024-09-01T20:23:27.034Z Checking num-conv v0.1.0
17332024-09-01T20:23:27.058Z Checking plain v0.2.3
17342024-09-01T20:23:27.082Z Checking time-core v0.1.2
17352024-09-01T20:23:27.107Z Checking httpdate v1.0.3
17362024-09-01T20:23:27.131Z Checking adler v1.0.2
17372024-09-01T20:23:27.189Z Checking finl_unicode v1.2.0
17382024-09-01T20:23:27.238Z Checking anstyle v1.0.8
17392024-09-01T20:23:27.262Z Checking tower-service v0.3.2
17402024-09-01T20:23:27.296Z Checking time v0.3.36
17412024-09-01T20:23:27.320Z Checking miniz_oxide v0.7.2
17422024-09-01T20:23:27.368Z Checking goblin v0.8.2
17432024-09-01T20:23:27.592Z Checking pest v2.7.10
17442024-09-01T20:23:27.728Z Checking regex-automata v0.4.6
17452024-09-01T20:23:27.779Z Checking stringprep v0.1.4
17462024-09-01T20:23:27.992Z Checking anstyle-parse v0.2.4
17472024-09-01T20:23:28.027Z Checking chrono v0.4.38
17482024-09-01T20:23:28.235Z Checking url v2.5.2
17492024-09-01T20:23:28.932Z Checking rustix v0.38.34
17502024-09-01T20:23:29.542Z Checking rustls v0.21.12
17512024-09-01T20:23:29.933Z Checking quote v1.0.36
17522024-09-01T20:23:29.974Z Checking serde_spanned v0.6.7
17532024-09-01T20:23:30.155Z Checking toml_datetime v0.6.8
17542024-09-01T20:23:30.248Z Checking num-integer v0.1.46
17552024-09-01T20:23:30.415Z Checking native-tls v0.2.11
17562024-09-01T20:23:30.439Z Checking idna v0.3.0
17572024-09-01T20:23:30.735Z Checking md-5 v0.10.6
17582024-09-01T20:23:30.760Z Checking lazy_static v1.5.0
17592024-09-01T20:23:30.760Z Checking hash32 v0.2.1
17602024-09-01T20:23:30.886Z Checking pretty-hex v0.4.1
17612024-09-01T20:23:30.910Z Checking tokio-util v0.7.11
17622024-09-01T20:23:30.956Z Checking psl-types v2.0.11
17632024-09-01T20:23:31.065Z Checking is_terminal_polyfill v1.70.0
17642024-09-01T20:23:31.089Z Checking stable_deref_trait v1.2.0
17652024-09-01T20:23:31.132Z Checking gimli v0.28.1
17662024-09-01T20:23:31.164Z Checking colorchoice v1.0.1
17672024-09-01T20:23:31.188Z Checking anstyle-query v1.0.3
17682024-09-01T20:23:31.213Z Checking fallible-iterator v0.2.0
17692024-09-01T20:23:31.296Z Checking base64 v0.22.1
17702024-09-01T20:23:31.320Z Checking anstream v0.6.14
17712024-09-01T20:23:31.648Z Checking publicsuffix v2.2.3
17722024-09-01T20:23:31.730Z Checking h2 v0.3.26
17732024-09-01T20:23:31.754Z Checking heapless v0.7.17
17742024-09-01T20:23:31.779Z Checking postgres-protocol v0.6.7
17752024-09-01T20:23:31.872Z Checking tokio-native-tls v0.3.1
17762024-09-01T20:23:32.088Z Checking num-iter v0.1.45
17772024-09-01T20:23:32.126Z Checking terminal_size v0.3.0
17782024-09-01T20:23:32.154Z Checking dof v0.3.0
17792024-09-01T20:23:32.255Z Checking syn v2.0.74
17802024-09-01T20:23:32.295Z Checking dtrace-parser v0.2.0
17812024-09-01T20:23:32.407Z Checking cookie v0.17.0
17822024-09-01T20:23:32.555Z Checking tokio-rustls v0.24.1
17832024-09-01T20:23:32.715Z Checking phf_shared v0.11.2
17842024-09-01T20:23:32.740Z Checking ff v0.13.0
17852024-09-01T20:23:32.764Z Checking thread-id v4.2.1
17862024-09-01T20:23:32.794Z Checking object v0.32.2
17872024-09-01T20:23:32.860Z Checking managed v0.8.0
17882024-09-01T20:23:32.899Z Checking base64 v0.21.7
17892024-09-01T20:23:32.932Z Checking either v1.13.0
17902024-09-01T20:23:32.966Z Checking clap_lex v0.7.0
17912024-09-01T20:23:33.204Z Checking base16ct v0.2.0
17922024-09-01T20:23:33.235Z Checking strsim v0.11.1
17932024-09-01T20:23:33.280Z Checking bitflags v1.3.2
17942024-09-01T20:23:33.331Z Checking winnow v0.5.40
17952024-09-01T20:23:33.376Z Checking rustc-demangle v0.1.24
17962024-09-01T20:23:33.400Z Checking ipnet v2.9.0
17972024-09-01T20:23:33.495Z Checking clap_builder v4.5.15
17982024-09-01T20:23:33.762Z Checking sec1 v0.7.3
17992024-09-01T20:23:33.815Z Checking smoltcp v0.9.1
18002024-09-01T20:23:34.103Z Checking rustls-pemfile v1.0.4
18012024-09-01T20:23:34.278Z Checking phf v0.11.2
18022024-09-01T20:23:34.527Z Checking group v0.13.0
18032024-09-01T20:23:34.650Z Checking addr2line v0.21.0
18042024-09-01T20:23:34.758Z Checking cookie_store v0.20.0
18052024-09-01T20:23:35.110Z Checking postgres-types v0.2.7
18062024-09-01T20:23:35.142Z Checking num-bigint-dig v0.8.4
18072024-09-01T20:23:35.333Z Checking bstr v1.9.1
18082024-09-01T20:23:35.795Z Checking regex v1.10.6
18092024-09-01T20:23:36.083Z Checking toml_edit v0.19.15
18102024-09-01T20:23:36.268Z Checking futures-executor v0.3.30
18112024-09-01T20:23:36.366Z Checking pkcs1 v0.7.5
18122024-09-01T20:23:36.391Z Checking phf_shared v0.10.0
18132024-09-01T20:23:36.476Z Checking serde_urlencoded v0.7.1
18142024-09-01T20:23:36.630Z Checking hubpack v0.1.2
18152024-09-01T20:23:36.736Z Checking zerocopy v0.6.6
18162024-09-01T20:23:36.869Z Checking float-cmp v0.9.0
18172024-09-01T20:23:36.911Z Checking crossbeam-utils v0.8.19
18182024-09-01T20:23:37.036Z Checking crc32fast v1.4.0
18192024-09-01T20:23:37.075Z Checking signal-hook v0.3.17
18202024-09-01T20:23:37.256Z Checking hkdf v0.12.4
18212024-09-01T20:23:37.380Z Checking hyper v0.14.30
18222024-09-01T20:23:37.405Z Checking idna v0.4.0
18232024-09-01T20:23:37.456Z Checking signature v2.2.0
18242024-09-01T20:23:37.481Z Checking crypto-bigint v0.5.5
18252024-09-01T20:23:37.554Z Checking memmap v0.7.0
18262024-09-01T20:23:37.651Z Checking mio v0.8.11
18272024-09-01T20:23:37.754Z Checking encoding_rs v0.8.34
18282024-09-01T20:23:38.030Z Checking usdt-impl v0.5.0
18292024-09-01T20:23:38.172Z Checking winnow v0.6.18
18302024-09-01T20:23:38.280Z Checking fixedbitset v0.4.2
18312024-09-01T20:23:38.307Z Checking backtrace v0.3.71
18322024-09-01T20:23:38.343Z Checking data-encoding v2.6.0
18332024-09-01T20:23:38.523Z Checking dyn-clone v1.0.17
18342024-09-01T20:23:38.548Z Checking unicode-width v0.1.13
18352024-09-01T20:23:38.649Z Checking unicode-segmentation v1.11.0
18362024-09-01T20:23:38.713Z Checking precomputed-hash v0.1.1
18372024-09-01T20:23:38.817Z Checking bit-vec v0.6.3
18382024-09-01T20:23:38.848Z Checking static_assertions v1.1.0
18392024-09-01T20:23:38.945Z Checking normalize-line-endings v0.3.0
18402024-09-01T20:23:38.969Z Checking webpki-roots v0.25.4
18412024-09-01T20:23:39.060Z Checking new_debug_unreachable v1.0.6
18422024-09-01T20:23:39.112Z Checking minimal-lexical v0.2.1
18432024-09-01T20:23:39.139Z Checking mime v0.3.17
18442024-09-01T20:23:39.164Z Checking difflib v0.4.0
18452024-09-01T20:23:39.245Z Checking whoami v1.5.1
18462024-09-01T20:23:39.445Z Checking predicates-core v1.0.6
18472024-09-01T20:23:39.470Z Checking sync_wrapper v0.1.2
18482024-09-01T20:23:39.494Z Checking nom v7.1.3
18492024-09-01T20:23:39.520Z Checking tokio-postgres v0.7.11
18502024-09-01T20:23:39.584Z Checking similar v2.6.0
18512024-09-01T20:23:39.632Z Checking predicates v3.1.2
18522024-09-01T20:23:39.894Z Checking string_cache v0.8.7
18532024-09-01T20:23:40.040Z Checking elliptic-curve v0.13.8
18542024-09-01T20:23:40.151Z Checking bit-set v0.5.3
18552024-09-01T20:23:40.225Z Checking hickory-proto v0.24.1
18562024-09-01T20:23:40.321Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18572024-09-01T20:23:40.400Z Checking anyhow v1.0.86
18582024-09-01T20:23:40.659Z Checking console v0.15.8
18592024-09-01T20:23:40.779Z Checking schemars v0.8.21
18602024-09-01T20:23:40.927Z Checking toml_edit v0.22.20
18612024-09-01T20:23:41.193Z Checking petgraph v0.6.5
18622024-09-01T20:23:42.002Z Checking usdt v0.5.0
18632024-09-01T20:23:42.239Z Checking toml v0.7.8
18642024-09-01T20:23:42.268Z Checking signal-hook-mio v0.2.4
18652024-09-01T20:23:42.292Z Checking rsa v0.9.6
18662024-09-01T20:23:42.409Z Checking crossbeam-epoch v0.9.18
18672024-09-01T20:23:42.808Z Checking flate2 v1.0.31
18682024-09-01T20:23:42.918Z Checking futures v0.3.30
18692024-09-01T20:23:43.026Z Checking clap v4.5.16
18702024-09-01T20:23:43.136Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18712024-09-01T20:23:43.166Z Checking itertools v0.12.1
18722024-09-01T20:23:43.198Z Checking hyper-rustls v0.24.2
18732024-09-01T20:23:43.241Z Checking hyper-tls v0.5.0
18742024-09-01T20:23:43.348Z Checking itertools v0.10.5
18752024-09-01T20:23:43.414Z Checking tokio-stream v0.1.15
18762024-09-01T20:23:43.458Z Checking fs-err v2.11.0
18772024-09-01T20:23:43.500Z Checking reqwest v0.11.27
18782024-09-01T20:23:43.966Z Checking nix v0.28.0
18792024-09-01T20:23:44.146Z Checking slog v2.7.0
18802024-09-01T20:23:44.206Z Checking openapiv3 v2.0.0
18812024-09-01T20:23:44.474Z Checking semver v1.0.23
18822024-09-01T20:23:44.589Z Checking hex v0.4.3
18832024-09-01T20:23:44.752Z Checking sha1 v0.10.6
18842024-09-01T20:23:44.861Z Checking lalrpop-util v0.19.12
18852024-09-01T20:23:45.016Z Checking peg-runtime v0.8.3
18862024-09-01T20:23:45.043Z Checking camino v1.1.9
18872024-09-01T20:23:45.103Z Checking sigpipe v0.1.3
18882024-09-01T20:23:47.355Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18892024-09-01T20:23:47.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.11s
18902024-09-01T20:23:47.957Z
18912024-09-01T20:23:47.957Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158)
18922024-09-01T20:23:48.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932024-09-01T20:23:48.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942024-09-01T20:23:48.999Z Compiling regress v0.9.1
18952024-09-01T20:23:49.032Z Checking strum v0.26.3
18962024-09-01T20:23:49.065Z Checking heck v0.5.0
18972024-09-01T20:23:49.089Z Compiling getopts v0.2.21
18982024-09-01T20:23:49.113Z Checking dirs-sys-next v0.1.2
18992024-09-01T20:23:49.138Z Compiling unsafe-libyaml v0.2.11
19002024-09-01T20:23:49.205Z Checking http v1.1.0
19012024-09-01T20:23:49.245Z Checking thread_local v1.1.8
19022024-09-01T20:23:49.269Z Checking dirs-next v2.0.0
19032024-09-01T20:23:49.383Z Compiling ident_case v1.0.1
19042024-09-01T20:23:49.457Z Checking rustls-pki-types v1.7.0
19052024-09-01T20:23:49.493Z Checking term v0.7.0
19062024-09-01T20:23:49.545Z Compiling darling_core v0.20.9
19072024-09-01T20:23:49.843Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19082024-09-01T20:23:49.876Z Checking crossbeam-channel v0.5.12
19092024-09-01T20:23:50.960Z Checking atty v0.2.14
19102024-09-01T20:23:50.985Z Checking is-terminal v0.4.12
19112024-09-01T20:23:50.985Z Checking utf-8 v0.7.6
19122024-09-01T20:23:50.985Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19132024-09-01T20:23:50.985Z Compiling serde_yaml v0.9.34+deprecated
19142024-09-01T20:23:50.985Z Checking termcolor v1.4.1
19152024-09-01T20:23:50.985Z Compiling rustls v0.22.4
19162024-09-01T20:23:50.985Z Checking humantime v2.1.0
19172024-09-01T20:23:50.985Z Compiling paste v1.0.15
19182024-09-01T20:23:50.985Z Checking take_mut v0.2.2
19192024-09-01T20:23:50.985Z Checking env_logger v0.9.3
19202024-09-01T20:23:51.010Z Checking slog-term v2.9.1
19212024-09-01T20:23:51.010Z Checking slog-async v2.8.0
19222024-09-01T20:23:51.302Z Checking rustls-webpki v0.102.4
19232024-09-01T20:23:51.334Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19242024-09-01T20:23:51.358Z Compiling proc-macro-crate v1.3.1
19252024-09-01T20:23:51.443Z Compiling bitstruct_derive v0.1.0
19262024-09-01T20:23:51.651Z Compiling structmeta-derive v0.3.0
19272024-09-01T20:23:52.004Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19282024-09-01T20:23:52.123Z Compiling multer v3.1.0
19292024-09-01T20:23:52.297Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19302024-09-01T20:23:52.397Z Checking ascii v1.1.0
19312024-09-01T20:23:52.442Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19322024-09-01T20:23:52.786Z Checking match_cfg v0.1.0
19332024-09-01T20:23:52.810Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19342024-09-01T20:23:52.880Z Checking hostname v0.3.1
19352024-09-01T20:23:53.001Z Checking bitstruct v0.1.1
19362024-09-01T20:23:53.128Z Compiling num_enum_derive v0.5.11
19372024-09-01T20:23:53.719Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19382024-09-01T20:23:53.933Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19392024-09-01T20:23:54.225Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19402024-09-01T20:23:54.401Z Compiling structmeta v0.3.0
19412024-09-01T20:23:54.488Z Checking slog-json v2.6.1
19422024-09-01T20:23:54.560Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19432024-09-01T20:23:54.730Z Checking serde_arrays v0.1.0
19442024-09-01T20:23:54.802Z Checking erased-serde v0.3.31
19452024-09-01T20:23:54.826Z Compiling async-stream-impl v0.3.5
19462024-09-01T20:23:54.872Z Compiling foreign-types-macros v0.2.3
19472024-09-01T20:23:55.263Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19482024-09-01T20:23:55.501Z Checking atomic-waker v1.1.2
19492024-09-01T20:23:55.576Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19502024-09-01T20:23:55.632Z Checking foreign-types-shared v0.3.1
19512024-09-01T20:23:55.737Z Checking arc-swap v1.7.1
19522024-09-01T20:23:55.793Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19532024-09-01T20:23:55.872Z Checking waitgroup v0.1.2
19542024-09-01T20:23:55.982Z Compiling darling_macro v0.20.9
19552024-09-01T20:23:56.062Z Checking foreign-types v0.5.0
19562024-09-01T20:23:56.086Z Checking num_enum v0.5.11
19572024-09-01T20:23:56.122Z Checking async-stream v0.3.5
19582024-09-01T20:23:56.145Z Checking slog-scope v4.4.0
19592024-09-01T20:23:56.169Z Compiling parse-display-derive v0.10.0
19602024-09-01T20:23:56.244Z Checking slog-bunyan v2.5.0
19612024-09-01T20:23:56.299Z Compiling proc-macro-error v1.0.4
19622024-09-01T20:23:56.537Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19632024-09-01T20:23:56.642Z Checking toml v0.8.19
19642024-09-01T20:23:56.849Z Compiling darling v0.20.9
19652024-09-01T20:23:56.873Z Checking tungstenite v0.20.1
19662024-09-01T20:23:56.944Z Checking rustls-pemfile v2.1.3
19672024-09-01T20:23:56.968Z Compiling serde_with_macros v3.9.0
19682024-09-01T20:23:57.184Z Compiling heck v0.3.3
19692024-09-01T20:23:57.262Z Checking tokio-rustls v0.25.0
19702024-09-01T20:23:57.319Z Checking newtype-uuid v1.1.0
19712024-09-01T20:23:57.589Z Checking ipnetwork v0.20.0
19722024-09-01T20:23:57.658Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19732024-09-01T20:23:57.693Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19742024-09-01T20:23:57.752Z Checking serde_path_to_error v0.1.16
19752024-09-01T20:23:57.932Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19762024-09-01T20:23:58.303Z Checking hostname v0.4.0
19772024-09-01T20:23:58.433Z Checking cstr-argument v0.1.2
19782024-09-01T20:23:58.482Z Checking instant v0.1.12
19792024-09-01T20:23:58.582Z Checking fastrand v2.1.0
19802024-09-01T20:23:58.615Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19812024-09-01T20:23:58.646Z Checking debug-ignore v1.0.5
19822024-09-01T20:23:58.769Z Checking pretty-hex v0.2.1
19832024-09-01T20:23:58.878Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19842024-09-01T20:23:58.902Z Checking tempfile v3.10.1
19852024-09-01T20:23:58.927Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19862024-09-01T20:23:59.013Z Checking backoff v0.4.0
19872024-09-01T20:23:59.175Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19882024-09-01T20:23:59.267Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19892024-09-01T20:23:59.352Z Checking tokio-tungstenite v0.20.1
19902024-09-01T20:23:59.467Z Compiling zone_cfg_derive v0.1.2
19912024-09-01T20:23:59.587Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19922024-09-01T20:23:59.685Z Checking serde_with v3.9.0
19932024-09-01T20:23:59.778Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19942024-09-01T20:23:59.802Z Checking slog-stdlog v4.1.1
19952024-09-01T20:23:59.948Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19962024-09-01T20:24:00.096Z Checking tungstenite v0.21.0
19972024-09-01T20:24:00.487Z Checking colored v2.1.0
19982024-09-01T20:24:00.528Z Checking parse-display v0.10.0
19992024-09-01T20:24:00.756Z Checking macaddr v1.0.1
20002024-09-01T20:24:00.814Z Checking socket2 v0.4.10
20012024-09-01T20:24:00.862Z Checking base64 v0.13.1
20022024-09-01T20:24:00.978Z Checking tokio-tungstenite v0.21.0
20032024-09-01T20:24:01.068Z Checking zone v0.1.8
20042024-09-01T20:24:01.242Z Checking ron v0.7.1
20052024-09-01T20:24:01.442Z Checking slog-envlogger v2.2.0
20062024-09-01T20:24:01.643Z Checking pem v3.0.4
20072024-09-01T20:24:01.693Z Checking tabwriter v1.4.0
20082024-09-01T20:24:01.899Z Checking xattr v1.3.1
20092024-09-01T20:24:01.923Z Checking portpicker v0.1.1
20102024-09-01T20:24:02.040Z Checking yasna v0.5.2
20112024-09-01T20:24:02.079Z Checking headers-core v0.2.0
20122024-09-01T20:24:02.206Z Checking smf v0.2.3
20132024-09-01T20:24:02.276Z Checking filetime v0.2.25
20142024-09-01T20:24:02.518Z Checking same-file v1.0.6
20152024-09-01T20:24:02.682Z Checking tar v0.4.41
20162024-09-01T20:24:02.706Z Checking walkdir v2.5.0
20172024-09-01T20:24:02.735Z Checking headers v0.3.9
20182024-09-01T20:24:02.873Z Checking rcgen v0.12.1
20192024-09-01T20:24:02.896Z Checking atomicwrites v0.4.3
20202024-09-01T20:24:02.965Z Checking camino-tempfile v1.1.1
20212024-09-01T20:24:03.074Z Checking subprocess v0.2.9
20222024-09-01T20:24:04.039Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20232024-09-01T20:24:04.315Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20242024-09-01T20:24:07.270Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20252024-09-01T20:24:09.879Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20262024-09-01T20:24:09.984Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20272024-09-01T20:24:14.696Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20282024-09-01T20:24:23.789Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20292024-09-01T20:24:23.983Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20302024-09-01T20:24:23.983Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20312024-09-01T20:24:27.482Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20322024-09-01T20:24:28.060Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20332024-09-01T20:24:36.414Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20342024-09-01T20:24:38.541Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20352024-09-01T20:24:40.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.23s
20362024-09-01T20:24:40.375Z
20372024-09-01T20:24:40.376Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158)
20382024-09-01T20:24:41.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392024-09-01T20:24:41.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402024-09-01T20:24:41.438Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20412024-09-01T20:24:43.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
20422024-09-01T20:24:43.204Z
20432024-09-01T20:24:43.204Zinfo: running `cargo check --bins` on nexus-config (31/158)
20442024-09-01T20:24:44.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452024-09-01T20:24:44.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462024-09-01T20:24:44.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472024-09-01T20:24:44.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
20482024-09-01T20:24:44.176Z
20492024-09-01T20:24:44.176Zinfo: running `cargo check --bins` on omicron-rpaths (32/158)
20502024-09-01T20:24:45.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512024-09-01T20:24:45.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522024-09-01T20:24:45.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532024-09-01T20:24:45.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
20542024-09-01T20:24:45.121Z
20552024-09-01T20:24:45.121Zinfo: running `cargo check --bins` on omicron-certificates (33/158)
20562024-09-01T20:24:46.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572024-09-01T20:24:46.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582024-09-01T20:24:46.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592024-09-01T20:24:46.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20602024-09-01T20:24:46.150Z
20612024-09-01T20:24:46.150Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/158)
20622024-09-01T20:24:47.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632024-09-01T20:24:47.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642024-09-01T20:24:47.150Z Compiling heapless v0.8.0
20652024-09-01T20:24:47.174Z Checking hash32 v0.3.1
20662024-09-01T20:24:47.174Z Compiling smoltcp v0.11.0
20672024-09-01T20:24:47.212Z Checking cobs v0.2.3
20682024-09-01T20:24:47.236Z Checking embedded-io v0.4.0
20692024-09-01T20:24:47.236Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20702024-09-01T20:24:47.236Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20712024-09-01T20:24:47.236Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20722024-09-01T20:24:47.373Z Compiling crucible-workspace-hack v0.1.0
20732024-09-01T20:24:47.425Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20742024-09-01T20:24:47.453Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20752024-09-01T20:24:47.477Z Checking postcard v1.0.8
20762024-09-01T20:24:47.618Z Compiling zone_cfg_derive v0.3.0
20772024-09-01T20:24:47.642Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20782024-09-01T20:24:47.780Z Checking newline-converter v0.3.0
20792024-09-01T20:24:47.891Z Compiling num-derive v0.4.2
20802024-09-01T20:24:47.935Z Compiling slog-dtrace v0.3.0
20812024-09-01T20:24:48.014Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20822024-09-01T20:24:48.103Z Compiling convert_case v0.4.0
20832024-09-01T20:24:48.159Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20842024-09-01T20:24:48.280Z Checking expectorate v1.1.0
20852024-09-01T20:24:48.394Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20862024-09-01T20:24:48.900Z Compiling derive_more v0.99.18
20872024-09-01T20:24:49.022Z Checking zone v0.3.0
20882024-09-01T20:24:49.642Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20892024-09-01T20:24:51.541Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20902024-09-01T20:24:52.722Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20912024-09-01T20:24:53.829Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20922024-09-01T20:24:54.160Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20932024-09-01T20:24:56.698Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20942024-09-01T20:24:57.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
20952024-09-01T20:24:57.773Z
20962024-09-01T20:24:57.773Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/158)
20972024-09-01T20:24:58.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982024-09-01T20:24:58.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992024-09-01T20:24:58.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002024-09-01T20:24:58.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
21012024-09-01T20:24:58.802Z
21022024-09-01T20:24:58.802Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/158)
21032024-09-01T20:24:59.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042024-09-01T20:24:59.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052024-09-01T20:24:59.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062024-09-01T20:24:59.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
21072024-09-01T20:24:59.788Z
21082024-09-01T20:24:59.788Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158)
21092024-09-01T20:25:00.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102024-09-01T20:25:00.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112024-09-01T20:25:00.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122024-09-01T20:25:00.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
21132024-09-01T20:25:00.952Z
21142024-09-01T20:25:00.952Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158)
21152024-09-01T20:25:02.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162024-09-01T20:25:02.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172024-09-01T20:25:02.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182024-09-01T20:25:02.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
21192024-09-01T20:25:02.118Z
21202024-09-01T20:25:02.118Zinfo: running `cargo check --bins` on dns-server (39/158)
21212024-09-01T20:25:03.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-09-01T20:25:03.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-09-01T20:25:03.124Z Compiling parking_lot_core v0.8.6
21242024-09-01T20:25:03.156Z Checking nibble_vec v0.1.0
21252024-09-01T20:25:03.180Z Checking endian-type v0.1.2
21262024-09-01T20:25:03.180Z Checking quick-error v1.2.3
21272024-09-01T20:25:03.180Z Checking linked-hash-map v0.5.6
21282024-09-01T20:25:03.180Z Checking fxhash v0.2.1
21292024-09-01T20:25:03.180Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21302024-09-01T20:25:03.180Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21312024-09-01T20:25:03.351Z Checking resolv-conf v0.7.0
21322024-09-01T20:25:03.385Z Checking hickory-server v0.24.1
21332024-09-01T20:25:03.416Z Checking radix_trie v0.2.1
21342024-09-01T20:25:03.591Z Checking lru-cache v0.1.2
21352024-09-01T20:25:03.765Z Checking hickory-resolver v0.24.1
21362024-09-01T20:25:03.791Z Checking hickory-client v0.24.1
21372024-09-01T20:25:03.967Z Checking parking_lot v0.11.2
21382024-09-01T20:25:04.313Z Checking sled v0.34.7
21392024-09-01T20:25:06.767Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21402024-09-01T20:25:08.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
21412024-09-01T20:25:08.569Z
21422024-09-01T20:25:08.569Zinfo: running `cargo check --bins` on dns-server-api (40/158)
21432024-09-01T20:25:09.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442024-09-01T20:25:09.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452024-09-01T20:25:09.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462024-09-01T20:25:09.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
21472024-09-01T20:25:09.555Z
21482024-09-01T20:25:09.555Zinfo: running `cargo check --bins` on dns-service-client (41/158)
21492024-09-01T20:25:10.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502024-09-01T20:25:10.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512024-09-01T20:25:10.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522024-09-01T20:25:10.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
21532024-09-01T20:25:10.487Z
21542024-09-01T20:25:10.487Zinfo: running `cargo check --bins` on gateway-test-utils (42/158)
21552024-09-01T20:25:11.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562024-09-01T20:25:11.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572024-09-01T20:25:11.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582024-09-01T20:25:11.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
21592024-09-01T20:25:11.556Z
21602024-09-01T20:25:11.556Zinfo: running `cargo check --bins` on gateway-types (43/158)
21612024-09-01T20:25:12.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622024-09-01T20:25:12.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632024-09-01T20:25:12.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642024-09-01T20:25:12.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
21652024-09-01T20:25:12.557Z
21662024-09-01T20:25:12.557Zinfo: running `cargo check --bins` on ipcc (44/158)
21672024-09-01T20:25:13.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682024-09-01T20:25:13.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692024-09-01T20:25:13.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702024-09-01T20:25:13.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
21712024-09-01T20:25:13.564Z
21722024-09-01T20:25:13.564Zinfo: running `cargo check --bins` on omicron-gateway (45/158)
21732024-09-01T20:25:14.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742024-09-01T20:25:14.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752024-09-01T20:25:14.667Z Compiling rustls-pki-types v1.7.0
21762024-09-01T20:25:14.691Z Compiling match_cfg v0.1.0
21772024-09-01T20:25:14.691Z Checking num-rational v0.4.2
21782024-09-01T20:25:14.691Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21792024-09-01T20:25:14.691Z Compiling slog-json v2.6.1
21802024-09-01T20:25:14.691Z Compiling http v1.1.0
21812024-09-01T20:25:14.715Z Checking num-complex v0.4.6
21822024-09-01T20:25:14.715Z Compiling prettyplease v0.2.20
21832024-09-01T20:25:14.817Z Compiling hostname v0.3.1
21842024-09-01T20:25:15.053Z Compiling atomic-waker v1.1.2
21852024-09-01T20:25:15.096Z Compiling slog-bunyan v2.5.0
21862024-09-01T20:25:15.120Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21872024-09-01T20:25:15.144Z Compiling async-stream v0.3.5
21882024-09-01T20:25:15.229Z Compiling rustls-webpki v0.102.4
21892024-09-01T20:25:15.290Z Compiling rustls-pemfile v2.1.3
21902024-09-01T20:25:15.317Z Compiling waitgroup v0.1.2
21912024-09-01T20:25:15.341Z Compiling toml v0.8.19
21922024-09-01T20:25:15.431Z Compiling ipnetwork v0.20.0
21932024-09-01T20:25:15.535Z Compiling newtype-uuid v1.1.0
21942024-09-01T20:25:15.560Z Compiling serde_path_to_error v0.1.16
21952024-09-01T20:25:15.607Z Checking num v0.4.3
21962024-09-01T20:25:15.701Z Compiling hostname v0.4.0
21972024-09-01T20:25:15.760Z Compiling instant v0.1.12
21982024-09-01T20:25:15.838Z Compiling radium v0.7.0
21992024-09-01T20:25:15.895Z Checking float-ord v0.3.2
22002024-09-01T20:25:15.962Z Compiling debug-ignore v1.0.5
22012024-09-01T20:25:16.036Z Compiling semver v0.1.20
22022024-09-01T20:25:16.106Z Compiling rustls v0.22.4
22032024-09-01T20:25:16.263Z Compiling multer v3.1.0
22042024-09-01T20:25:16.335Z Compiling rustc_version v0.1.7
22052024-09-01T20:25:16.359Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22062024-09-01T20:25:16.643Z Compiling backoff v0.4.0
22072024-09-01T20:25:16.813Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22082024-09-01T20:25:16.939Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22092024-09-01T20:25:16.969Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22102024-09-01T20:25:17.104Z Compiling parse-display v0.10.0
22112024-09-01T20:25:17.233Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122024-09-01T20:25:17.257Z Compiling serde_with v3.9.0
22132024-09-01T20:25:17.282Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22142024-09-01T20:25:17.512Z Compiling macaddr v1.0.1
22152024-09-01T20:25:17.751Z Checking tap v1.0.1
22162024-09-01T20:25:17.900Z Compiling maybe-uninit v2.0.0
22172024-09-01T20:25:17.925Z Checking wyz v0.5.1
22182024-09-01T20:25:18.348Z Compiling newtype_derive v0.1.6
22192024-09-01T20:25:18.453Z Checking password-hash v0.5.0
22202024-09-01T20:25:18.624Z Checking blake2 v0.10.6
22212024-09-01T20:25:18.713Z Compiling bzip2-sys v0.1.11+1.0.8
22222024-09-01T20:25:18.867Z Checking crc-catalog v2.4.0
22232024-09-01T20:25:18.987Z Checking funty v2.0.0
22242024-09-01T20:25:19.040Z Compiling packed_struct v0.10.1
22252024-09-01T20:25:19.170Z Checking argon2 v0.5.3
22262024-09-01T20:25:19.477Z Checking crc v3.2.1
22272024-09-01T20:25:19.808Z Compiling packed_struct_codegen v0.10.1
22282024-09-01T20:25:19.833Z Compiling cookie v0.18.1
22292024-09-01T20:25:19.857Z Checking bitvec v1.0.1
22302024-09-01T20:25:20.120Z Compiling tokio-rustls v0.25.0
22312024-09-01T20:25:20.548Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22322024-09-01T20:25:20.653Z Checking half v2.4.1
22332024-09-01T20:25:20.829Z Compiling indexmap v1.9.3
22342024-09-01T20:25:21.164Z Checking ciborium-io v0.2.2
22352024-09-01T20:25:21.188Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22362024-09-01T20:25:21.308Z Checking nodrop v0.1.14
22372024-09-01T20:25:21.436Z Checking array-init v0.0.4
22382024-09-01T20:25:21.542Z Checking ciborium-ll v0.2.2
22392024-09-01T20:25:22.078Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22402024-09-01T20:25:22.350Z Checking smallvec v0.6.14
22412024-09-01T20:25:22.526Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22422024-09-01T20:25:22.729Z Compiling memoffset v0.9.1
22432024-09-01T20:25:22.781Z Checking highway v1.2.0
22442024-09-01T20:25:23.041Z Checking hashbrown v0.12.3
22452024-09-01T20:25:23.157Z Checking bitfield v0.14.0
22462024-09-01T20:25:23.204Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22472024-09-01T20:25:23.415Z Checking env_logger v0.10.2
22482024-09-01T20:25:23.685Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22492024-09-01T20:25:23.800Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22502024-09-01T20:25:24.313Z Checking serde-hex v0.1.0
22512024-09-01T20:25:24.488Z Checking steno v0.4.1
22522024-09-01T20:25:24.626Z Checking bzip2 v0.4.4
22532024-09-01T20:25:24.892Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22542024-09-01T20:25:24.980Z Checking ciborium v0.2.2
22552024-09-01T20:25:25.299Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562024-09-01T20:25:25.470Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22572024-09-01T20:25:25.575Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22582024-09-01T20:25:25.880Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22592024-09-01T20:25:25.915Z Checking ron v0.8.1
22602024-09-01T20:25:26.607Z Checking x509-cert v0.2.5
22612024-09-01T20:25:26.631Z Checking hashbrown v0.13.2
22622024-09-01T20:25:27.092Z Compiling derive-where v1.2.7
22632024-09-01T20:25:27.586Z Checking crc-any v2.5.0
22642024-09-01T20:25:27.887Z Checking object v0.30.4
22652024-09-01T20:25:27.939Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22662024-09-01T20:25:28.071Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22672024-09-01T20:25:28.182Z Checking zip v0.6.6
22682024-09-01T20:25:28.683Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22692024-09-01T20:25:28.799Z Checking path-slash v0.1.5
22702024-09-01T20:25:28.823Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22712024-09-01T20:25:28.937Z Checking nix v0.27.1
22722024-09-01T20:25:29.033Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22732024-09-01T20:25:29.574Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22742024-09-01T20:25:29.791Z Checking kstat-rs v0.2.4
22752024-09-01T20:25:29.817Z Checking serde-big-array v0.5.1
22762024-09-01T20:25:30.007Z Checking signal-hook-tokio v0.3.1
22772024-09-01T20:25:30.414Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22782024-09-01T20:25:31.720Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22792024-09-01T20:25:37.137Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22802024-09-01T20:25:38.959Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22812024-09-01T20:25:41.153Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22822024-09-01T20:25:43.965Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22832024-09-01T20:25:45.163Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22842024-09-01T20:25:45.549Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22852024-09-01T20:25:51.735Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22862024-09-01T20:25:52.659Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22872024-09-01T20:25:56.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.88s
22882024-09-01T20:25:56.609Z
22892024-09-01T20:25:56.609Zinfo: running `cargo check --bins` on gateway-api (46/158)
22902024-09-01T20:25:57.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912024-09-01T20:25:57.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922024-09-01T20:25:57.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932024-09-01T20:25:57.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
22942024-09-01T20:25:57.577Z
22952024-09-01T20:25:57.577Zinfo: running `cargo check --bins` on oximeter (47/158)
22962024-09-01T20:25:58.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972024-09-01T20:25:58.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982024-09-01T20:25:58.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992024-09-01T20:25:58.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
23002024-09-01T20:25:58.554Z
23012024-09-01T20:25:58.554Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/158)
23022024-09-01T20:25:59.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032024-09-01T20:25:59.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042024-09-01T20:25:59.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052024-09-01T20:25:59.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
23062024-09-01T20:25:59.464Z
23072024-09-01T20:25:59.464Zinfo: running `cargo check --bins` on oximeter-schema (49/158)
23082024-09-01T20:26:00.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092024-09-01T20:26:00.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102024-09-01T20:26:00.393Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23112024-09-01T20:26:00.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
23122024-09-01T20:26:01.060Z
23132024-09-01T20:26:01.060Zinfo: running `cargo check --bins` on oximeter-types (50/158)
23142024-09-01T20:26:01.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152024-09-01T20:26:01.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162024-09-01T20:26:01.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172024-09-01T20:26:01.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
23182024-09-01T20:26:02.032Z
23192024-09-01T20:26:02.032Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/158)
23202024-09-01T20:26:02.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212024-09-01T20:26:02.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222024-09-01T20:26:02.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23232024-09-01T20:26:02.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
23242024-09-01T20:26:02.999Z
23252024-09-01T20:26:02.999Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158)
23262024-09-01T20:26:03.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272024-09-01T20:26:03.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282024-09-01T20:26:03.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23292024-09-01T20:26:03.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
23302024-09-01T20:26:03.923Z
23312024-09-01T20:26:03.923Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158)
23322024-09-01T20:26:04.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332024-09-01T20:26:04.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342024-09-01T20:26:04.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352024-09-01T20:26:04.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
23362024-09-01T20:26:04.902Z
23372024-09-01T20:26:04.902Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158)
23382024-09-01T20:26:05.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392024-09-01T20:26:05.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402024-09-01T20:26:05.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412024-09-01T20:26:05.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
23422024-09-01T20:26:05.946Z
23432024-09-01T20:26:05.946Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158)
23442024-09-01T20:26:06.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-09-01T20:26:06.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-09-01T20:26:06.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23472024-09-01T20:26:06.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
23482024-09-01T20:26:06.995Z
23492024-09-01T20:26:06.995Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158)
23502024-09-01T20:26:07.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512024-09-01T20:26:07.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522024-09-01T20:26:07.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532024-09-01T20:26:07.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
23542024-09-01T20:26:08.003Z
23552024-09-01T20:26:08.003Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158)
23562024-09-01T20:26:08.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572024-09-01T20:26:08.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582024-09-01T20:26:08.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592024-09-01T20:26:08.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
23602024-09-01T20:26:08.977Z
23612024-09-01T20:26:08.977Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158)
23622024-09-01T20:26:09.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632024-09-01T20:26:09.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642024-09-01T20:26:09.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652024-09-01T20:26:09.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
23662024-09-01T20:26:09.982Z
23672024-09-01T20:26:09.982Zinfo: running `cargo check --bins` on oximeter-producer (59/158)
23682024-09-01T20:26:10.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-09-01T20:26:10.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-09-01T20:26:10.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712024-09-01T20:26:10.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
23722024-09-01T20:26:11.078Z
23732024-09-01T20:26:11.078Zinfo: running `cargo check --bins` on internal-dns (60/158)
23742024-09-01T20:26:11.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-09-01T20:26:11.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-09-01T20:26:11.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-09-01T20:26:11.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
23782024-09-01T20:26:12.042Z
23792024-09-01T20:26:12.042Zinfo: running `cargo check --bins` on nexus-client (61/158)
23802024-09-01T20:26:12.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-09-01T20:26:12.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-09-01T20:26:12.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-09-01T20:26:12.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
23842024-09-01T20:26:13.073Z
23852024-09-01T20:26:13.073Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/158)
23862024-09-01T20:26:13.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-09-01T20:26:13.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-09-01T20:26:13.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-09-01T20:26:13.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
23902024-09-01T20:26:14.068Z
23912024-09-01T20:26:14.069Zinfo: running `cargo check --bins` on omicron-passwords (63/158)
23922024-09-01T20:26:14.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-09-01T20:26:14.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-09-01T20:26:14.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-09-01T20:26:14.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
23962024-09-01T20:26:15.027Z
23972024-09-01T20:26:15.027Zinfo: running `cargo check --bins` on nexus-types (64/158)
23982024-09-01T20:26:15.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-09-01T20:26:15.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-09-01T20:26:15.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-09-01T20:26:15.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
24022024-09-01T20:26:16.067Z
24032024-09-01T20:26:16.067Zinfo: running `cargo check --bins` on gateway-client (65/158)
24042024-09-01T20:26:16.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-09-01T20:26:17.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-09-01T20:26:17.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072024-09-01T20:26:17.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
24082024-09-01T20:26:17.075Z
24092024-09-01T20:26:17.075Zinfo: running `cargo check --bins` on oxql-types (66/158)
24102024-09-01T20:26:17.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-09-01T20:26:17.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-09-01T20:26:17.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-09-01T20:26:17.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
24142024-09-01T20:26:18.073Z
24152024-09-01T20:26:18.073Zinfo: running `cargo check --bins` on sp-sim (67/158)
24162024-09-01T20:26:18.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-09-01T20:26:18.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-09-01T20:26:19.058Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24192024-09-01T20:26:21.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
24202024-09-01T20:26:21.661Z
24212024-09-01T20:26:21.661Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158)
24222024-09-01T20:26:22.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-09-01T20:26:22.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-09-01T20:26:22.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-09-01T20:26:22.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
24262024-09-01T20:26:22.777Z
24272024-09-01T20:26:22.777Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158)
24282024-09-01T20:26:23.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-09-01T20:26:23.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-09-01T20:26:23.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-09-01T20:26:23.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
24322024-09-01T20:26:23.873Z
24332024-09-01T20:26:23.873Zinfo: running `cargo check --bins` on db-macros (70/158)
24342024-09-01T20:26:24.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-09-01T20:26:24.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-09-01T20:26:24.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-09-01T20:26:24.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
24382024-09-01T20:26:24.844Z
24392024-09-01T20:26:24.844Zinfo: running `cargo check --bins` on nexus-macros-common (71/158)
24402024-09-01T20:26:25.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-09-01T20:26:25.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-09-01T20:26:25.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-09-01T20:26:25.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
24442024-09-01T20:26:25.856Z
24452024-09-01T20:26:25.856Zinfo: running `cargo check --bins` on nexus-auth (72/158)
24462024-09-01T20:26:26.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-09-01T20:26:26.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-09-01T20:26:26.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-09-01T20:26:26.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
24502024-09-01T20:26:26.916Z
24512024-09-01T20:26:26.916Zinfo: running `cargo check --bins` on authz-macros (73/158)
24522024-09-01T20:26:27.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-09-01T20:26:27.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-09-01T20:26:27.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-09-01T20:26:27.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
24562024-09-01T20:26:27.873Z
24572024-09-01T20:26:27.873Zinfo: running `cargo check --bins` on nexus-db-fixed-data (74/158)
24582024-09-01T20:26:28.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-09-01T20:26:28.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-09-01T20:26:28.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-09-01T20:26:28.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
24622024-09-01T20:26:28.938Z
24632024-09-01T20:26:28.938Zinfo: running `cargo check --bins` on nexus-db-model (75/158)
24642024-09-01T20:26:29.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-09-01T20:26:29.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-09-01T20:26:29.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-09-01T20:26:29.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
24682024-09-01T20:26:29.880Z
24692024-09-01T20:26:29.880Zinfo: running `cargo check --bins` on nexus-defaults (76/158)
24702024-09-01T20:26:30.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-09-01T20:26:30.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-09-01T20:26:30.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-09-01T20:26:30.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
24742024-09-01T20:26:30.859Z
24752024-09-01T20:26:30.859Zinfo: running `cargo check --bins` on sled-agent-client (77/158)
24762024-09-01T20:26:31.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-09-01T20:26:31.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-09-01T20:26:31.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-09-01T20:26:31.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
24802024-09-01T20:26:31.888Z
24812024-09-01T20:26:31.888Zinfo: running `cargo check --bins` on nexus-inventory (78/158)
24822024-09-01T20:26:32.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-09-01T20:26:32.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-09-01T20:26:32.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-09-01T20:26:32.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
24862024-09-01T20:26:32.901Z
24872024-09-01T20:26:32.901Zinfo: running `cargo check --bins` on typed-rng (79/158)
24882024-09-01T20:26:33.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-09-01T20:26:33.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-09-01T20:26:33.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-09-01T20:26:33.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
24922024-09-01T20:26:33.833Z
24932024-09-01T20:26:33.833Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158)
24942024-09-01T20:26:34.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-09-01T20:26:34.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-09-01T20:26:34.952Z Compiling rayon-core v1.12.1
24972024-09-01T20:26:34.976Z Compiling crossbeam-deque v0.8.5
24982024-09-01T20:26:34.976Z Compiling curve25519-dalek v4.1.3
24992024-09-01T20:26:34.976Z Compiling unicase v2.7.0
25002024-09-01T20:26:34.976Z Checking keccak v0.1.5
25012024-09-01T20:26:34.976Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25022024-09-01T20:26:34.976Z Compiling same-file v1.0.6
25032024-09-01T20:26:35.001Z Compiling tempfile v3.10.1
25042024-09-01T20:26:35.289Z Compiling walkdir v2.5.0
25052024-09-01T20:26:35.313Z Checking sha3 v0.10.8
25062024-09-01T20:26:35.363Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25072024-09-01T20:26:35.604Z Compiling thiserror-impl-no-std v2.0.2
25082024-09-01T20:26:35.723Z Checking universal-hash v0.5.1
25092024-09-01T20:26:35.747Z Checking secrecy v0.8.0
25102024-09-01T20:26:35.794Z Compiling blake3 v1.5.1
25112024-09-01T20:26:35.889Z Compiling ring v0.16.20
25122024-09-01T20:26:35.914Z Compiling curve25519-dalek-derive v0.1.1
25132024-09-01T20:26:35.939Z Checking opaque-debug v0.3.1
25142024-09-01T20:26:35.963Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25152024-09-01T20:26:36.058Z Checking poly1305 v0.8.0
25162024-09-01T20:26:36.058Z Checking chacha20 v0.9.1
25172024-09-01T20:26:36.254Z Compiling rayon v1.10.0
25182024-09-01T20:26:36.381Z Checking aead v0.5.2
25192024-09-01T20:26:36.496Z Compiling memmap2 v0.9.4
25202024-09-01T20:26:36.592Z Compiling arrayvec v0.7.4
25212024-09-01T20:26:36.920Z Compiling constant_time_eq v0.3.0
25222024-09-01T20:26:37.001Z Compiling home v0.5.9
25232024-09-01T20:26:37.034Z Compiling untrusted v0.7.1
25242024-09-01T20:26:37.090Z Compiling spin v0.5.2
25252024-09-01T20:26:37.114Z Compiling arrayref v0.3.7
25262024-09-01T20:26:37.211Z Compiling libefi-sys v0.1.0
25272024-09-01T20:26:37.237Z Compiling toolchain_find v0.4.0
25282024-09-01T20:26:37.262Z Checking chacha20poly1305 v0.10.1
25292024-09-01T20:26:37.559Z Compiling camino-tempfile v1.1.1
25302024-09-01T20:26:37.663Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25312024-09-01T20:26:37.824Z Compiling bitfield-struct v0.6.1
25322024-09-01T20:26:37.923Z Compiling topological-sort v0.2.2
25332024-09-01T20:26:37.983Z Compiling cancel-safe-futures v0.1.5
25342024-09-01T20:26:38.137Z Compiling mime_guess v2.0.4
25352024-09-01T20:26:38.353Z Compiling rustfmt-wrapper v0.2.1
25362024-09-01T20:26:38.542Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25372024-09-01T20:26:38.599Z Checking thiserror-no-std v2.0.2
25382024-09-01T20:26:38.708Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25392024-09-01T20:26:38.869Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25402024-09-01T20:26:38.988Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25412024-09-01T20:26:39.042Z Checking vsss-rs v3.3.4
25422024-09-01T20:26:39.129Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25432024-09-01T20:26:39.406Z Checking gethostname v0.5.0
25442024-09-01T20:26:39.501Z Checking libsw v3.3.1
25452024-09-01T20:26:39.527Z Checking swrite v0.1.0
25462024-09-01T20:26:39.640Z Checking owo-colors v4.0.0
25472024-09-01T20:26:39.665Z Checking linear-map v1.2.0
25482024-09-01T20:26:39.689Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25492024-09-01T20:26:40.001Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25502024-09-01T20:26:40.107Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25512024-09-01T20:26:40.578Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25522024-09-01T20:26:40.608Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25532024-09-01T20:26:40.852Z Checking nanorand v0.7.0
25542024-09-01T20:26:41.227Z Checking glob v0.3.1
25552024-09-01T20:26:41.314Z Compiling omicron-zone-package v0.11.0
25562024-09-01T20:26:41.453Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25572024-09-01T20:26:41.477Z Checking http-range v0.1.5
25582024-09-01T20:26:41.519Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25592024-09-01T20:26:41.632Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25602024-09-01T20:26:41.657Z Checking hyper-staticfile v0.9.5
25612024-09-01T20:26:42.011Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25622024-09-01T20:26:42.237Z Checking flume v0.11.0
25632024-09-01T20:26:42.330Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25642024-09-01T20:26:42.710Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25652024-09-01T20:26:42.883Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25662024-09-01T20:26:43.209Z Checking itertools v0.13.0
25672024-09-01T20:26:43.787Z Checking display-error-chain v0.2.1
25682024-09-01T20:26:44.175Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25692024-09-01T20:26:44.200Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25702024-09-01T20:26:45.864Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25712024-09-01T20:26:47.320Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25722024-09-01T20:26:47.320Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25732024-09-01T20:27:01.663Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25742024-09-01T20:27:17.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.48s
25752024-09-01T20:27:17.478Z
25762024-09-01T20:27:17.478Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158)
25772024-09-01T20:27:18.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-09-01T20:27:18.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-09-01T20:27:18.467Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25802024-09-01T20:27:33.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.46s
25812024-09-01T20:27:34.105Z
25822024-09-01T20:27:34.105Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158)
25832024-09-01T20:27:34.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-09-01T20:27:34.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-09-01T20:27:35.113Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25862024-09-01T20:27:50.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.34s
25872024-09-01T20:27:50.644Z
25882024-09-01T20:27:50.644Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158)
25892024-09-01T20:27:51.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-09-01T20:27:51.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-09-01T20:27:51.713Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25922024-09-01T20:28:07.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.82s
25932024-09-01T20:28:07.634Z
25942024-09-01T20:28:07.635Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158)
25952024-09-01T20:28:08.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-09-01T20:28:08.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-09-01T20:28:08.640Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25982024-09-01T20:28:24.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.70s
25992024-09-01T20:28:24.509Z
26002024-09-01T20:28:24.509Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158)
26012024-09-01T20:28:25.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-09-01T20:28:25.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-09-01T20:28:25.586Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26042024-09-01T20:28:41.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.71s
26052024-09-01T20:28:41.386Z
26062024-09-01T20:28:41.386Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158)
26072024-09-01T20:28:42.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-09-01T20:28:42.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-09-01T20:28:42.397Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26102024-09-01T20:28:57.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.53s
26112024-09-01T20:28:58.094Z
26122024-09-01T20:28:58.094Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158)
26132024-09-01T20:28:58.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-09-01T20:28:59.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-09-01T20:28:59.198Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26162024-09-01T20:29:14.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.72s
26172024-09-01T20:29:15.004Z
26182024-09-01T20:29:15.004Zinfo: running `cargo check --bins` on bootstrap-agent-api (88/158)
26192024-09-01T20:29:15.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-09-01T20:29:15.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-09-01T20:29:15.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-09-01T20:29:15.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
26232024-09-01T20:29:16.017Z
26242024-09-01T20:29:16.017Zinfo: running `cargo check --bins` on sled-agent-types (89/158)
26252024-09-01T20:29:16.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-09-01T20:29:16.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-09-01T20:29:16.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-09-01T20:29:16.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
26292024-09-01T20:29:16.946Z
26302024-09-01T20:29:16.946Zinfo: running `cargo check --bins` on bootstrap-agent-client (90/158)
26312024-09-01T20:29:17.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-09-01T20:29:17.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-09-01T20:29:17.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-09-01T20:29:17.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26352024-09-01T20:29:17.875Z
26362024-09-01T20:29:17.875Zinfo: running `cargo check --bins` on dpd-client (91/158)
26372024-09-01T20:29:18.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-09-01T20:29:18.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-09-01T20:29:18.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402024-09-01T20:29:18.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26412024-09-01T20:29:18.760Z
26422024-09-01T20:29:18.760Zinfo: running `cargo check --bins` on installinator-common (92/158)
26432024-09-01T20:29:19.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-09-01T20:29:19.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-09-01T20:29:19.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-09-01T20:29:19.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
26472024-09-01T20:29:19.721Z
26482024-09-01T20:29:19.721Zinfo: running `cargo check --bins` on update-engine (93/158)
26492024-09-01T20:29:20.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-09-01T20:29:20.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-09-01T20:29:20.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522024-09-01T20:29:20.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26532024-09-01T20:29:20.631Z
26542024-09-01T20:29:20.631Zinfo: running `cargo check --bins` on key-manager (94/158)
26552024-09-01T20:29:21.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-09-01T20:29:21.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-09-01T20:29:21.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582024-09-01T20:29:21.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
26592024-09-01T20:29:21.535Z
26602024-09-01T20:29:21.535Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/158)
26612024-09-01T20:29:22.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-09-01T20:29:22.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-09-01T20:29:22.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642024-09-01T20:29:22.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
26652024-09-01T20:29:22.476Z
26662024-09-01T20:29:22.476Zinfo: running `cargo check --bins` on sled-agent-api (96/158)
26672024-09-01T20:29:23.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-09-01T20:29:23.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-09-01T20:29:23.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-09-01T20:29:23.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
26712024-09-01T20:29:23.436Z
26722024-09-01T20:29:23.436Zinfo: running `cargo check --bins` on sled-hardware (97/158)
26732024-09-01T20:29:24.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-09-01T20:29:24.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-09-01T20:29:24.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-09-01T20:29:24.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
26772024-09-01T20:29:24.373Z
26782024-09-01T20:29:24.373Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/158)
26792024-09-01T20:29:25.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-09-01T20:29:25.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-09-01T20:29:25.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-09-01T20:29:25.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
26832024-09-01T20:29:25.333Z
26842024-09-01T20:29:25.333Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158)
26852024-09-01T20:29:26.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-09-01T20:29:26.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-09-01T20:29:26.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882024-09-01T20:29:26.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
26892024-09-01T20:29:26.258Z
26902024-09-01T20:29:26.258Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/158)
26912024-09-01T20:29:27.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-09-01T20:29:27.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-09-01T20:29:27.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942024-09-01T20:29:27.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
26952024-09-01T20:29:27.220Z
26962024-09-01T20:29:27.220Zinfo: running `cargo check --bins` on nexus-test-interface (101/158)
26972024-09-01T20:29:28.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-09-01T20:29:28.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-09-01T20:29:28.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002024-09-01T20:29:28.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27012024-09-01T20:29:28.214Z
27022024-09-01T20:29:28.214Zinfo: running `cargo check --bins` on oximeter-collector (102/158)
27032024-09-01T20:29:29.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-09-01T20:29:29.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-09-01T20:29:29.233Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27062024-09-01T20:29:29.233Z Checking bcs v0.1.6
27072024-09-01T20:29:29.233Z Compiling async-recursion v1.1.1
27082024-09-01T20:29:29.233Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27092024-09-01T20:29:29.257Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27102024-09-01T20:29:30.571Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27112024-09-01T20:29:34.879Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27122024-09-01T20:29:37.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s
27132024-09-01T20:29:37.320Z
27142024-09-01T20:29:37.320Zinfo: running `cargo check --bins` on oximeter-api (103/158)
27152024-09-01T20:29:38.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-09-01T20:29:38.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-09-01T20:29:38.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182024-09-01T20:29:38.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27192024-09-01T20:29:38.216Z
27202024-09-01T20:29:38.216Zinfo: running `cargo check --bins` on oximeter-client (104/158)
27212024-09-01T20:29:39.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-09-01T20:29:39.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-09-01T20:29:39.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242024-09-01T20:29:39.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27252024-09-01T20:29:39.111Z
27262024-09-01T20:29:39.112Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/158)
27272024-09-01T20:29:39.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-09-01T20:29:39.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-09-01T20:29:40.045Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27302024-09-01T20:29:40.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
27312024-09-01T20:29:40.952Z
27322024-09-01T20:29:40.952Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158)
27332024-09-01T20:29:41.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-09-01T20:29:41.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-09-01T20:29:41.935Z Compiling vte_generate_state_changes v0.1.1
27362024-09-01T20:29:41.935Z Checking fd-lock v4.0.2
27372024-09-01T20:29:41.935Z Checking bytecount v0.6.8
27382024-09-01T20:29:41.959Z Compiling tabled_derive v0.7.0
27392024-09-01T20:29:41.959Z Checking crossterm v0.27.0
27402024-09-01T20:29:41.959Z Compiling peg-macros v0.8.4
27412024-09-01T20:29:41.983Z Compiling sqlparser_derive v0.2.2
27422024-09-01T20:29:41.983Z Checking unicode_categories v0.1.1
27432024-09-01T20:29:42.127Z Checking papergrid v0.11.0
27442024-09-01T20:29:42.156Z Checking nu-ansi-term v0.50.0
27452024-09-01T20:29:42.296Z Checking home v0.5.9
27462024-09-01T20:29:42.432Z Checking rustyline v14.0.0
27472024-09-01T20:29:42.543Z Checking vte v0.11.1
27482024-09-01T20:29:42.567Z Checking sqlformat v0.2.4
27492024-09-01T20:29:43.033Z Checking sqlparser v0.45.0
27502024-09-01T20:29:43.528Z Checking crossterm v0.28.1
27512024-09-01T20:29:43.654Z Checking strip-ansi-escapes v0.2.0
27522024-09-01T20:29:43.783Z Checking reedline v0.33.0
27532024-09-01T20:29:44.248Z Checking tabled v0.15.0
27542024-09-01T20:29:44.839Z Checking peg v0.8.4
27552024-09-01T20:29:50.869Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27562024-09-01T20:29:58.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.04s
27572024-09-01T20:29:58.151Z
27582024-09-01T20:29:58.151Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158)
27592024-09-01T20:29:59.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-09-01T20:29:59.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-09-01T20:29:59.126Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27622024-09-01T20:30:06.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.94s
27632024-09-01T20:30:06.263Z
27642024-09-01T20:30:06.263Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158)
27652024-09-01T20:30:07.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-09-01T20:30:07.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-09-01T20:30:07.212Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682024-09-01T20:30:13.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s
27692024-09-01T20:30:13.862Z
27702024-09-01T20:30:13.862Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158)
27712024-09-01T20:30:14.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722024-09-01T20:30:14.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732024-09-01T20:30:14.782Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27742024-09-01T20:30:19.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
27752024-09-01T20:30:20.072Z
27762024-09-01T20:30:20.072Zinfo: running `cargo check --bins` on oximeter-test-utils (110/158)
27772024-09-01T20:30:20.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-09-01T20:30:20.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-09-01T20:30:20.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802024-09-01T20:30:20.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
27812024-09-01T20:30:21.064Z
27822024-09-01T20:30:21.064Zinfo: running `cargo check --bins` on cockroach-admin-client (111/158)
27832024-09-01T20:30:21.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842024-09-01T20:30:21.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852024-09-01T20:30:21.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862024-09-01T20:30:21.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27872024-09-01T20:30:21.921Z
27882024-09-01T20:30:21.921Zinfo: running `cargo check --bins` on installinator-client (112/158)
27892024-09-01T20:30:22.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902024-09-01T20:30:22.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912024-09-01T20:30:22.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922024-09-01T20:30:22.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27932024-09-01T20:30:22.821Z
27942024-09-01T20:30:22.821Zinfo: running `cargo check --bins` on oxide-client (113/158)
27952024-09-01T20:30:23.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962024-09-01T20:30:23.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972024-09-01T20:30:23.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982024-09-01T20:30:23.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27992024-09-01T20:30:23.717Z
28002024-09-01T20:30:23.717Zinfo: running `cargo check --bins` on wicketd-client (114/158)
28012024-09-01T20:30:24.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022024-09-01T20:30:24.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032024-09-01T20:30:24.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042024-09-01T20:30:24.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
28052024-09-01T20:30:24.630Z
28062024-09-01T20:30:24.630Zinfo: running `cargo check --bins` on wicket-common (115/158)
28072024-09-01T20:30:25.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082024-09-01T20:30:25.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092024-09-01T20:30:25.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102024-09-01T20:30:25.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
28112024-09-01T20:30:25.635Z
28122024-09-01T20:30:25.635Zinfo: running `cargo check --bins` on omicron-cockroach-admin (116/158)
28132024-09-01T20:30:26.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142024-09-01T20:30:26.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152024-09-01T20:30:26.571Z Checking csv-core v0.1.11
28162024-09-01T20:30:26.595Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28172024-09-01T20:30:26.880Z Checking csv v1.3.0
28182024-09-01T20:30:27.631Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28192024-09-01T20:30:28.083Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28202024-09-01T20:30:29.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28212024-09-01T20:30:29.760Z
28222024-09-01T20:30:29.760Zinfo: running `cargo check --bins` on cockroach-admin-api (117/158)
28232024-09-01T20:30:30.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-09-01T20:30:30.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-09-01T20:30:30.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-09-01T20:30:30.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28272024-09-01T20:30:30.691Z
28282024-09-01T20:30:30.691Zinfo: running `cargo check --bins` on cockroach-admin-types (118/158)
28292024-09-01T20:30:31.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-09-01T20:30:31.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-09-01T20:30:31.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-09-01T20:30:31.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28332024-09-01T20:30:31.625Z
28342024-09-01T20:30:31.625Zinfo: running `cargo check --bins` on cert-dev (119/158)
28352024-09-01T20:30:32.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-09-01T20:30:32.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-09-01T20:30:32.487Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28382024-09-01T20:30:32.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
28392024-09-01T20:30:32.882Z
28402024-09-01T20:30:32.882Zinfo: running `cargo check --bins` on ch-dev (120/158)
28412024-09-01T20:30:33.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-09-01T20:30:33.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-09-01T20:30:33.868Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28442024-09-01T20:30:34.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
28452024-09-01T20:30:34.828Z
28462024-09-01T20:30:34.828Zinfo: running `cargo check --bins` on crdb-seed (121/158)
28472024-09-01T20:30:35.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-09-01T20:30:35.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-09-01T20:30:35.801Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28502024-09-01T20:30:36.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
28512024-09-01T20:30:36.315Z
28522024-09-01T20:30:36.315Zinfo: running `cargo check --bins` on db-dev (122/158)
28532024-09-01T20:30:37.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-09-01T20:30:37.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-09-01T20:30:37.293Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28562024-09-01T20:30:38.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
28572024-09-01T20:30:38.265Z
28582024-09-01T20:30:38.265Zinfo: running `cargo check --bins` on omicron-dev-lib (123/158)
28592024-09-01T20:30:39.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-09-01T20:30:39.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-09-01T20:30:39.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-09-01T20:30:39.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
28632024-09-01T20:30:39.252Z
28642024-09-01T20:30:39.252Zinfo: running `cargo check --bins` on xtask-downloader (124/158)
28652024-09-01T20:30:40.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-09-01T20:30:40.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-09-01T20:30:40.194Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28682024-09-01T20:30:41.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
28692024-09-01T20:30:41.380Z
28702024-09-01T20:30:41.380Zinfo: running `cargo check --bins` on mgs-dev (125/158)
28712024-09-01T20:30:42.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-09-01T20:30:42.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-09-01T20:30:42.462Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28742024-09-01T20:30:43.170Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28752024-09-01T20:30:43.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
28762024-09-01T20:30:43.960Z
28772024-09-01T20:30:43.960Zinfo: running `cargo check --bins` on omicron-omdb (126/158)
28782024-09-01T20:30:44.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-09-01T20:30:44.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-09-01T20:30:45.160Z Compiling crunchy v0.2.2
28812024-09-01T20:30:45.160Z Compiling glob v0.3.1
28822024-09-01T20:30:45.184Z Compiling tiny-keccak v2.0.2
28832024-09-01T20:30:45.184Z Compiling dsl_auto_type v0.1.2
28842024-09-01T20:30:45.184Z Checking scheduled-thread-pool v0.2.7
28852024-09-01T20:30:45.184Z Compiling diesel_table_macro_syntax v0.2.0
28862024-09-01T20:30:45.227Z Compiling ascii-canvas v3.0.0
28872024-09-01T20:30:45.251Z Compiling ena v0.14.3
28882024-09-01T20:30:45.479Z Checking r2d2 v0.8.10
28892024-09-01T20:30:45.531Z Compiling libloading v0.8.3
28902024-09-01T20:30:45.682Z Compiling regex-syntax v0.6.29
28912024-09-01T20:30:45.717Z Compiling diff v0.1.13
28922024-09-01T20:30:45.744Z Compiling bindgen v0.69.4
28932024-09-01T20:30:45.771Z Compiling which v4.4.2
28942024-09-01T20:30:45.911Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28952024-09-01T20:30:46.135Z Compiling clang-sys v1.7.0
28962024-09-01T20:30:46.159Z Compiling cexpr v0.6.0
28972024-09-01T20:30:46.313Z Compiling rustc-hash v1.1.0
28982024-09-01T20:30:46.337Z Compiling lazycell v1.3.0
28992024-09-01T20:30:46.377Z Compiling ref-cast v1.0.23
29002024-09-01T20:30:46.435Z Compiling shlex v1.3.0
29012024-09-01T20:30:46.465Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29022024-09-01T20:30:46.510Z Compiling derive_builder_core v0.20.0
29032024-09-01T20:30:46.724Z Compiling diesel_derives v2.2.2
29042024-09-01T20:30:46.748Z Compiling libxml v0.3.3
29052024-09-01T20:30:46.857Z Compiling ref-cast-impl v1.0.23
29062024-09-01T20:30:46.965Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29072024-09-01T20:30:47.118Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29082024-09-01T20:30:47.385Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29092024-09-01T20:30:47.669Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29102024-09-01T20:30:47.768Z Compiling strum_macros v0.24.3
29112024-09-01T20:30:47.991Z Compiling dropshot v0.10.1
29122024-09-01T20:30:48.017Z Compiling indoc v1.0.9
29132024-09-01T20:30:48.663Z Compiling lalrpop v0.19.12
29142024-09-01T20:30:48.882Z Compiling derive_builder_macro v0.20.0
29152024-09-01T20:30:49.768Z Checking derive_builder v0.20.0
29162024-09-01T20:30:49.930Z Checking tungstenite v0.23.0
29172024-09-01T20:30:50.011Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29182024-09-01T20:30:50.274Z Compiling dropshot_endpoint v0.10.1
29192024-09-01T20:30:50.748Z Compiling oso-derive v0.27.3
29202024-09-01T20:30:50.876Z Compiling impl-trait-for-tuples v0.2.2
29212024-09-01T20:30:50.985Z Checking quick-xml v0.31.0
29222024-09-01T20:30:51.724Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
29232024-09-01T20:30:52.003Z Checking maplit v1.0.2
29242024-09-01T20:30:52.190Z Checking tokio-tungstenite v0.23.1
29252024-09-01T20:30:52.716Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29262024-09-01T20:30:52.825Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29272024-09-01T20:30:53.122Z Checking bb8 v0.8.5
29282024-09-01T20:30:53.577Z Compiling const_format_proc_macros v0.2.32
29292024-09-01T20:30:54.235Z Checking crossbeam-deque v0.8.5
29302024-09-01T20:30:54.542Z Compiling portable-atomic v1.6.0
29312024-09-01T20:30:55.664Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
29322024-09-01T20:30:55.688Z Checking const_format v0.2.32
29332024-09-01T20:30:55.712Z Checking rayon-core v1.12.1
29342024-09-01T20:30:56.158Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29352024-09-01T20:30:56.417Z Checking castaway v0.2.3
29362024-09-01T20:30:56.483Z Checking rayon v1.10.0
29372024-09-01T20:30:56.590Z Checking compact_str v0.8.0
29382024-09-01T20:30:57.491Z Checking diesel v2.2.3
29392024-09-01T20:30:57.725Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29402024-09-01T20:30:57.991Z Checking unicode-truncate v1.0.0
29412024-09-01T20:30:58.037Z Checking lru v0.12.3
29422024-09-01T20:30:58.205Z Compiling instability v0.3.2
29432024-09-01T20:30:58.281Z Checking unicode-linebreak v0.1.5
29442024-09-01T20:30:58.320Z Checking number_prefix v0.4.0
29452024-09-01T20:30:58.354Z Checking smawk v0.3.2
29462024-09-01T20:30:58.542Z Checking cassowary v0.3.0
29472024-09-01T20:30:58.589Z Checking multimap v0.10.0
29482024-09-01T20:30:58.679Z Checking textwrap v0.16.1
29492024-09-01T20:30:59.125Z Checking ratatui v0.28.0
29502024-09-01T20:30:59.956Z Checking indicatif v0.17.8
29512024-09-01T20:31:19.540Z Compiling samael v0.0.15
29522024-09-01T20:31:29.129Z Checking async-bb8-diesel v0.2.1
29532024-09-01T20:31:31.060Z Compiling polar-core v0.27.3
29542024-09-01T20:31:40.293Z Checking oso v0.27.3
29552024-09-01T20:32:59.453Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29562024-09-01T20:33:06.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
29572024-09-01T20:33:07.062Z
29582024-09-01T20:33:07.062Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158)
29592024-09-01T20:33:07.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-09-01T20:33:07.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-09-01T20:33:07.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622024-09-01T20:33:07.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
29632024-09-01T20:33:08.062Z
29642024-09-01T20:33:08.062Zinfo: running `cargo check --bins` on nexus-saga-recovery (128/158)
29652024-09-01T20:33:08.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-09-01T20:33:08.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-09-01T20:33:08.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682024-09-01T20:33:08.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
29692024-09-01T20:33:09.062Z
29702024-09-01T20:33:09.062Zinfo: running `cargo check --bins` on nexus-test-utils-macros (129/158)
29712024-09-01T20:33:09.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-09-01T20:33:09.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-09-01T20:33:09.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742024-09-01T20:33:09.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
29752024-09-01T20:33:09.956Z
29762024-09-01T20:33:09.956Zinfo: running `cargo check --bins` on omicron-nexus (130/158)
29772024-09-01T20:33:11.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-09-01T20:33:11.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-09-01T20:33:11.292Z Compiling libz-sys v1.1.16
29802024-09-01T20:33:11.316Z Compiling libgit2-sys v0.17.0+1.8.1
29812024-09-01T20:33:11.345Z Compiling vergen v8.3.2
29822024-09-01T20:33:11.345Z Compiling cargo-platform v0.1.8
29832024-09-01T20:33:11.369Z Compiling pin-project-internal v1.1.5
29842024-09-01T20:33:11.400Z Compiling snafu-derive v0.8.2
29852024-09-01T20:33:11.400Z Compiling libsqlite3-sys v0.28.0
29862024-09-01T20:33:11.424Z Compiling buf-list v1.0.3
29872024-09-01T20:33:11.699Z Compiling cargo_metadata v0.18.1
29882024-09-01T20:33:11.921Z Checking globset v0.4.14
29892024-09-01T20:33:11.966Z Checking olpc-cjson v0.1.3
29902024-09-01T20:33:12.112Z Checking rand_seeder v0.3.0
29912024-09-01T20:33:12.166Z Checking serde_plain v1.0.2
29922024-09-01T20:33:12.206Z Checking typed-path v0.7.1
29932024-09-01T20:33:12.335Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29942024-09-01T20:33:12.553Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29952024-09-01T20:33:12.717Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29962024-09-01T20:33:12.805Z Checking hashlink v0.9.1
29972024-09-01T20:33:12.829Z Checking fallible-streaming-iterator v0.1.9
29982024-09-01T20:33:12.991Z Checking parse-size v1.0.0
29992024-09-01T20:33:13.038Z Checking fallible-iterator v0.3.0
30002024-09-01T20:33:13.203Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30012024-09-01T20:33:13.329Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30022024-09-01T20:33:13.606Z Checking rusqlite v0.31.0
30032024-09-01T20:33:13.965Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30042024-09-01T20:33:13.989Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30052024-09-01T20:33:14.063Z Checking pin-project v1.1.5
30062024-09-01T20:33:14.177Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30072024-09-01T20:33:14.239Z Checking twox-hash v1.6.3
30082024-09-01T20:33:14.320Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30092024-09-01T20:33:14.671Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30102024-09-01T20:33:14.971Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30112024-09-01T20:33:15.038Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30122024-09-01T20:33:15.088Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30132024-09-01T20:33:15.394Z Checking fatfs v0.3.6
30142024-09-01T20:33:15.852Z Checking assert_matches v1.5.0
30152024-09-01T20:33:16.347Z Checking snafu v0.8.2
30162024-09-01T20:33:16.783Z Checking tough v0.17.1
30172024-09-01T20:33:20.699Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30182024-09-01T20:33:22.162Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30192024-09-01T20:33:22.975Z Compiling git2 v0.19.0
30202024-09-01T20:33:28.968Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30212024-09-01T20:34:32.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
30222024-09-01T20:34:32.468Z
30232024-09-01T20:34:32.468Zinfo: running `cargo check --bins` on nexus-external-api (131/158)
30242024-09-01T20:34:33.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252024-09-01T20:34:33.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262024-09-01T20:34:33.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272024-09-01T20:34:33.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
30282024-09-01T20:34:33.465Z
30292024-09-01T20:34:33.465Zinfo: running `cargo check --bins` on openapi-manager-types (132/158)
30302024-09-01T20:34:34.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-09-01T20:34:34.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-09-01T20:34:34.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332024-09-01T20:34:34.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30342024-09-01T20:34:34.276Z
30352024-09-01T20:34:34.276Zinfo: running `cargo check --bins` on nexus-internal-api (133/158)
30362024-09-01T20:34:35.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372024-09-01T20:34:35.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382024-09-01T20:34:35.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392024-09-01T20:34:35.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30402024-09-01T20:34:35.164Z
30412024-09-01T20:34:35.164Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (134/158)
30422024-09-01T20:34:35.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-09-01T20:34:36.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-09-01T20:34:36.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452024-09-01T20:34:36.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30462024-09-01T20:34:36.088Z
30472024-09-01T20:34:36.088Zinfo: running `cargo check --bins` on nexus-networking (135/158)
30482024-09-01T20:34:36.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492024-09-01T20:34:36.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502024-09-01T20:34:36.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512024-09-01T20:34:36.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
30522024-09-01T20:34:37.031Z
30532024-09-01T20:34:37.031Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (136/158)
30542024-09-01T20:34:37.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-09-01T20:34:37.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-09-01T20:34:37.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572024-09-01T20:34:37.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30582024-09-01T20:34:37.965Z
30592024-09-01T20:34:37.965Zinfo: running `cargo check --bins` on update-common (137/158)
30602024-09-01T20:34:38.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-09-01T20:34:38.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-09-01T20:34:38.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632024-09-01T20:34:38.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30642024-09-01T20:34:38.844Z
30652024-09-01T20:34:38.844Zinfo: running `cargo check --bins` on tufaceous-lib (138/158)
30662024-09-01T20:34:39.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-09-01T20:34:39.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-09-01T20:34:39.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692024-09-01T20:34:39.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30702024-09-01T20:34:39.714Z
30712024-09-01T20:34:39.714Zinfo: running `cargo check --bins` on tufaceous (139/158)
30722024-09-01T20:34:40.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732024-09-01T20:34:40.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742024-09-01T20:34:40.615Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30752024-09-01T20:34:41.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
30762024-09-01T20:34:41.854Z
30772024-09-01T20:34:41.854Zinfo: running `cargo check --bins` on omicron-dev (140/158)
30782024-09-01T20:34:42.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-09-01T20:34:42.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-09-01T20:34:43.058Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30812024-09-01T20:34:43.058Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30822024-09-01T20:34:43.059Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30832024-09-01T20:34:44.692Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30842024-09-01T20:34:47.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
30852024-09-01T20:34:47.905Z
30862024-09-01T20:34:47.905Zinfo: running `cargo check --bins` on openapi-manager (141/158)
30872024-09-01T20:34:48.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-09-01T20:34:48.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-09-01T20:34:48.910Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30902024-09-01T20:34:48.910Z Checking heck v0.4.1
30912024-09-01T20:34:48.910Z Checking is_ci v1.2.0
30922024-09-01T20:34:48.910Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30932024-09-01T20:34:48.934Z Checking indent_write v2.2.0
30942024-09-01T20:34:49.088Z Checking supports-color v3.0.0
30952024-09-01T20:34:49.149Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30962024-09-01T20:34:50.805Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30972024-09-01T20:34:51.844Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30982024-09-01T20:34:53.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
30992024-09-01T20:34:53.262Z
31002024-09-01T20:34:53.262Zinfo: running `cargo check --bins` on installinator-api (142/158)
31012024-09-01T20:34:54.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-09-01T20:34:54.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-09-01T20:34:54.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042024-09-01T20:34:54.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
31052024-09-01T20:34:54.147Z
31062024-09-01T20:34:54.147Zinfo: running `cargo check --bins` on wicketd-api (143/158)
31072024-09-01T20:34:54.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-09-01T20:34:54.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-09-01T20:34:54.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102024-09-01T20:34:54.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
31112024-09-01T20:34:55.047Z
31122024-09-01T20:34:55.047Zinfo: running `cargo check --bins` on reconfigurator-cli (144/158)
31132024-09-01T20:34:55.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-09-01T20:34:55.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-09-01T20:34:56.044Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31162024-09-01T20:34:57.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
31172024-09-01T20:34:57.693Z
31182024-09-01T20:34:57.693Zinfo: running `cargo check --bins` on omicron-releng (145/158)
31192024-09-01T20:34:58.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-09-01T20:34:58.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-09-01T20:34:58.640Z Checking memmap2 v0.9.4
31222024-09-01T20:34:58.640Z Checking spin v0.5.2
31232024-09-01T20:34:58.641Z Checking arrayvec v0.7.4
31242024-09-01T20:34:58.641Z Checking arrayref v0.3.7
31252024-09-01T20:34:58.665Z Checking constant_time_eq v0.3.0
31262024-09-01T20:34:58.665Z Checking untrusted v0.7.1
31272024-09-01T20:34:58.665Z Checking cargo-platform v0.1.8
31282024-09-01T20:34:58.665Z Checking topological-sort v0.2.2
31292024-09-01T20:34:58.847Z Checking shell-words v1.1.0
31302024-09-01T20:34:58.871Z Checking ring v0.16.20
31312024-09-01T20:34:58.985Z Checking cargo_metadata v0.18.1
31322024-09-01T20:34:59.029Z Checking blake3 v1.5.1
31332024-09-01T20:35:00.293Z Checking omicron-zone-package v0.11.0
31342024-09-01T20:35:01.696Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31352024-09-01T20:35:02.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
31362024-09-01T20:35:02.981Z
31372024-09-01T20:35:02.981Zinfo: running `cargo check --bins` on xtask (146/158)
31382024-09-01T20:35:03.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-09-01T20:35:03.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-09-01T20:35:03.639Z Checking bitflags v2.6.0
31412024-09-01T20:35:03.639Z Checking serde v1.0.208
31422024-09-01T20:35:03.639Z Checking thiserror v1.0.63
31432024-09-01T20:35:03.687Z Checking scroll v0.12.0
31442024-09-01T20:35:03.711Z Checking hashbrown v0.14.5
31452024-09-01T20:35:03.711Z Checking log v0.4.21
31462024-09-01T20:35:03.735Z Checking zerocopy v0.7.34
31472024-09-01T20:35:03.758Z Checking syn v2.0.74
31482024-09-01T20:35:03.798Z Checking pest v2.7.10
31492024-09-01T20:35:03.890Z Checking rustix v0.38.34
31502024-09-01T20:35:03.951Z Checking fs-err v2.11.0
31512024-09-01T20:35:04.097Z Checking goblin v0.8.2
31522024-09-01T20:35:04.215Z Checking tabled v0.15.0
31532024-09-01T20:35:04.637Z Checking indexmap v2.4.0
31542024-09-01T20:35:04.867Z Checking anyhow v1.0.86
31552024-09-01T20:35:05.435Z Checking terminal_size v0.3.0
31562024-09-01T20:35:05.435Z Checking tempfile v3.10.1
31572024-09-01T20:35:05.598Z Checking clap_builder v4.5.15
31582024-09-01T20:35:05.810Z Checking dtrace-parser v0.2.0
31592024-09-01T20:35:07.754Z Checking serde_json v1.0.125
31602024-09-01T20:35:07.754Z Checking serde_spanned v0.6.7
31612024-09-01T20:35:07.754Z Checking toml_datetime v0.6.8
31622024-09-01T20:35:07.754Z Checking camino v1.1.9
31632024-09-01T20:35:07.778Z Checking semver v1.0.23
31642024-09-01T20:35:07.821Z Checking cargo-platform v0.1.8
31652024-09-01T20:35:07.971Z Checking macaddr v1.0.1
31662024-09-01T20:35:08.034Z Checking toml_edit v0.22.20
31672024-09-01T20:35:08.123Z Checking clap v4.5.16
31682024-09-01T20:35:08.254Z Checking camino-tempfile v1.1.1
31692024-09-01T20:35:08.973Z Checking dof v0.3.0
31702024-09-01T20:35:08.973Z Checking cargo_metadata v0.18.1
31712024-09-01T20:35:09.474Z Checking usdt-impl v0.5.0
31722024-09-01T20:35:09.909Z Checking usdt v0.5.0
31732024-09-01T20:35:10.147Z Checking toml v0.8.19
31742024-09-01T20:35:10.716Z Checking cargo_toml v0.20.4
31752024-09-01T20:35:12.273Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31762024-09-01T20:35:13.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.07s
31772024-09-01T20:35:13.163Z
31782024-09-01T20:35:13.163Zinfo: running `cargo check --bins` on end-to-end-tests (147/158)
31792024-09-01T20:35:14.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802024-09-01T20:35:14.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812024-09-01T20:35:14.231Z Checking polyval v0.6.2
31822024-09-01T20:35:14.231Z Checking rfc6979 v0.4.0
31832024-09-01T20:35:14.255Z Checking primeorder v0.13.6
31842024-09-01T20:35:14.279Z Checking ctr v0.9.2
31852024-09-01T20:35:14.314Z Checking ed25519 v2.2.3
31862024-09-01T20:35:14.338Z Checking ssh-encoding v0.2.0
31872024-09-01T20:35:14.338Z Checking blowfish v0.9.1
31882024-09-01T20:35:14.367Z Checking password-hash v0.4.2
31892024-09-01T20:35:14.471Z Checking ecdsa v0.16.9
31902024-09-01T20:35:14.495Z Checking ghash v0.5.1
31912024-09-01T20:35:14.525Z Checking bcrypt-pbkdf v0.10.0
31922024-09-01T20:35:14.550Z Checking matches v0.1.10
31932024-09-01T20:35:14.603Z Checking ed25519-dalek v2.1.1
31942024-09-01T20:35:14.649Z Checking aes-gcm v0.10.3
31952024-09-01T20:35:14.649Z Checking idna v0.2.3
31962024-09-01T20:35:14.684Z Compiling enum-as-inner v0.5.1
31972024-09-01T20:35:14.708Z Checking russh-cryptovec v0.7.2
31982024-09-01T20:35:14.737Z Checking pbkdf2 v0.11.0
31992024-09-01T20:35:14.761Z Checking md5 v0.7.0
32002024-09-01T20:35:14.860Z Checking ssh-cipher v0.2.0
32012024-09-01T20:35:14.884Z Checking num-bigint v0.4.5
32022024-09-01T20:35:14.939Z Checking des v0.8.1
32032024-09-01T20:35:14.971Z Compiling dhcproto-macros v0.1.0
32042024-09-01T20:35:14.994Z Checking hex-literal v0.4.1
32052024-09-01T20:35:15.097Z Checking p384 v0.13.0
32062024-09-01T20:35:15.122Z Checking p521 v0.13.3
32072024-09-01T20:35:15.146Z Checking ssh-key v0.6.6
32082024-09-01T20:35:15.180Z Checking p256 v0.13.2
32092024-09-01T20:35:15.301Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32102024-09-01T20:35:15.523Z Checking trust-dns-proto v0.22.0
32112024-09-01T20:35:15.614Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32122024-09-01T20:35:15.792Z Checking internet-checksum v0.2.1
32132024-09-01T20:35:16.517Z Checking russh-keys v0.45.0
32142024-09-01T20:35:17.636Z Checking russh v0.45.0
32152024-09-01T20:35:18.519Z Checking dhcproto v0.12.0
32162024-09-01T20:35:39.170Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32172024-09-01T20:35:40.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.62s
32182024-09-01T20:35:40.956Z
32192024-09-01T20:35:40.956Zinfo: running `cargo check --bins` on gateway-cli (148/158)
32202024-09-01T20:35:41.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212024-09-01T20:35:41.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222024-09-01T20:35:41.824Z Checking termios v0.3.3
32232024-09-01T20:35:42.005Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32242024-09-01T20:35:42.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
32252024-09-01T20:35:43.100Z
32262024-09-01T20:35:43.100Zinfo: running `cargo check --bins --no-default-features` on installinator (149/158)
32272024-09-01T20:35:43.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282024-09-01T20:35:43.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292024-09-01T20:35:44.021Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32302024-09-01T20:35:46.410Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32312024-09-01T20:35:48.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
32322024-09-01T20:35:48.789Z
32332024-09-01T20:35:48.789Zinfo: running `cargo check --bins` on internal-dns-cli (150/158)
32342024-09-01T20:35:49.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352024-09-01T20:35:49.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362024-09-01T20:35:49.667Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32372024-09-01T20:35:50.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
32382024-09-01T20:35:50.265Z
32392024-09-01T20:35:50.265Zinfo: running `cargo check --bins` on omicron-live-tests (151/158)
32402024-09-01T20:35:50.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412024-09-01T20:35:51.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422024-09-01T20:35:51.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432024-09-01T20:35:51.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32442024-09-01T20:35:51.086Z
32452024-09-01T20:35:51.086Zinfo: running `cargo check --bins` on live-tests-macros (152/158)
32462024-09-01T20:35:51.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472024-09-01T20:35:51.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482024-09-01T20:35:51.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492024-09-01T20:35:51.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32502024-09-01T20:35:51.923Z
32512024-09-01T20:35:51.923Zinfo: running `cargo check --bins` on omicron-package (153/158)
32522024-09-01T20:35:52.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532024-09-01T20:35:52.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542024-09-01T20:35:52.823Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32552024-09-01T20:35:54.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
32562024-09-01T20:35:54.444Z
32572024-09-01T20:35:54.444Zinfo: running `cargo check --bins` on wicket-dbg (154/158)
32582024-09-01T20:35:55.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592024-09-01T20:35:55.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602024-09-01T20:35:55.386Z Checking rtoolbox v0.0.2
32612024-09-01T20:35:55.386Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32622024-09-01T20:35:55.410Z Checking tui-tree-widget v0.22.0
32632024-09-01T20:35:55.575Z Checking rpassword v7.3.1
32642024-09-01T20:36:00.508Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32652024-09-01T20:36:04.078Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32662024-09-01T20:36:05.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.97s
32672024-09-01T20:36:05.576Z
32682024-09-01T20:36:05.577Zinfo: running `cargo check --bins` on wicket (155/158)
32692024-09-01T20:36:06.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702024-09-01T20:36:06.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712024-09-01T20:36:06.510Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32722024-09-01T20:36:06.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
32732024-09-01T20:36:07.023Z
32742024-09-01T20:36:07.023Zinfo: running `cargo check --bins` on wicketd (156/158)
32752024-09-01T20:36:07.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762024-09-01T20:36:07.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772024-09-01T20:36:07.977Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32782024-09-01T20:36:12.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
32792024-09-01T20:36:12.506Z
32802024-09-01T20:36:12.506Zinfo: running `cargo check --bins` on omicron-workspace-hack (157/158)
32812024-09-01T20:36:13.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822024-09-01T20:36:13.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832024-09-01T20:36:13.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842024-09-01T20:36:13.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32852024-09-01T20:36:13.313Z
32862024-09-01T20:36:13.313Zinfo: running `cargo check --bins` on zone-setup (158/158)
32872024-09-01T20:36:14.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882024-09-01T20:36:14.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892024-09-01T20:36:14.309Z Checking uzers v0.11.3
32902024-09-01T20:36:14.592Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32912024-09-01T20:36:15.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
32922024-09-01T20:36:16.079Z
32932024-09-01T20:36:16.079Zreal 13:36.052336334
32942024-09-01T20:36:16.103Zuser 24:58.508576667
32952024-09-01T20:36:16.103Zsys 5:46.745280551
32962024-09-01T20:36:16.103Ztrap 0.688954735
32972024-09-01T20:36:16.103Ztflt 1.491275094
32982024-09-01T20:36:16.103Zdflt 2.591960616
32992024-09-01T20:36:16.103Zkflt 0.001527141
33002024-09-01T20:36:16.103Zlock 45:48.971082661
33012024-09-01T20:36:16.103Zslp 2:09:39.174911594
33022024-09-01T20:36:16.103Zlat 1:04.590061803
33032024-09-01T20:36:16.103Zstop 2:47.378907484
33042024-09-01T20:36:16.103Zprocess exited: duration 1068878 ms, exit code 0
 
33052024-09-01T20:36:16.152Zfound 0 output files