01J6F90TQQEF8AMHF94QY1MTJW: 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: 01J6F915FYDEQ38B9SKVQH92P2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-29T14:36:47.470Zjob assigned to worker 01J6F9171988Y0VAARZ7RRNBPP (queued for 46 s)
 
22024-08-29T14:36:54.239Zstarting task 0: "setup"
32024-08-29T14:36:54.248Z++ uname -s
42024-08-29T14:36:54.250Z+ kern=SunOS
52024-08-29T14:36:54.250Z+ case "$kern" in
62024-08-29T14:36:54.251Z+ groupadd -g 12345 build
72024-08-29T14:36:54.253Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-29T14:36:56.264Z+ zfs create -o mountpoint=/work rpool/work
92024-08-29T14:36:56.398Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-29T14:36:56.401Z+ home_fs=zfs
112024-08-29T14:36:56.401Z+ [[ zfs == autofs ]]
122024-08-29T14:36:56.401Z+ mkdir -p /home/build
132024-08-29T14:36:56.403Z+ chown build:build /home/build /work
142024-08-29T14:36:58.405Z+ chmod 0700 /home/build /work
152024-08-29T14:36:58.409Zprocess exited: duration 4171 ms, exit code 0
 
162024-08-29T14:36:58.413Zstarting task 1: "rust-toolchain"
172024-08-29T14:36:58.420Z+ printf ' * toolchain channel = "%s"
182024-08-29T14:36:58.420Z * toolchain channel = "1.80.1"
192024-08-29T14:36:58.420Z * toolchain profile = "default"
202024-08-29T14:36:58.420Z' 1.80.1
212024-08-29T14:36:58.420Z+ printf ' * toolchain profile = "%s"
222024-08-29T14:36:58.420Z' default
232024-08-29T14:36:58.422Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-29T14:36:58.422Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-29T14:36:58.540Zinfo: downloading installer
262024-08-29T14:36:59.860Zinfo: profile set to 'default'
272024-08-29T14:36:59.860Zinfo: default host triple is x86_64-unknown-illumos
282024-08-29T14:36:59.863Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-29T14:37:00.010Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-29T14:37:00.010Zinfo: downloading component 'cargo'
312024-08-29T14:37:00.821Zinfo: downloading component 'clippy'
322024-08-29T14:37:01.114Zinfo: downloading component 'rust-docs'
332024-08-29T14:37:02.331Zinfo: downloading component 'rust-std'
342024-08-29T14:37:03.926Zinfo: downloading component 'rustc'
352024-08-29T14:37:08.444Zinfo: downloading component 'rustfmt'
362024-08-29T14:37:08.700Zinfo: installing component 'cargo'
372024-08-29T14:37:09.574Zinfo: installing component 'clippy'
382024-08-29T14:37:09.970Zinfo: installing component 'rust-docs'
392024-08-29T14:37:11.658Zinfo: installing component 'rust-std'
402024-08-29T14:37:13.542Zinfo: installing component 'rustc'
412024-08-29T14:37:17.668Zinfo: installing component 'rustfmt'
422024-08-29T14:37:18.003Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-29T14:37:18.003Z
442024-08-29T14:37:18.259Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-29T14:37:18.259Z
462024-08-29T14:37:18.261Z
472024-08-29T14:37:18.261ZRust is installed now. Great!
482024-08-29T14:37:18.261Z
492024-08-29T14:37:18.261ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-29T14:37:18.261Zenvironment variable. This has not been done automatically.
512024-08-29T14:37:18.262Z
522024-08-29T14:37:18.262ZTo configure your current shell, you need to source
532024-08-29T14:37:18.262Zthe corresponding env file under $HOME/.cargo.
542024-08-29T14:37:18.262Z
552024-08-29T14:37:18.262ZThis is usually done by running one of the following (note the leading DOT):
562024-08-29T14:37:18.262Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-29T14:37:18.262Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-29T14:37:18.312Z+ rustc --version
592024-08-29T14:37:18.373Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-29T14:37:18.376Zprocess exited: duration 19959 ms, exit code 0
 
612024-08-29T14:37:18.382Zstarting task 2: "authentication"
622024-08-29T14:37:18.401Zprocess exited: duration 19 ms, exit code 0
 
632024-08-29T14:37:18.406Zstarting task 3: "clone repository"
642024-08-29T14:37:18.411Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-29T14:37:18.414Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-29T14:37:18.466ZCloning into '/work/oxidecomputer/omicron'...
672024-08-29T14:37:26.115Z+ cd /work/oxidecomputer/omicron
682024-08-29T14:37:26.115Z+ git fetch origin ccb9f12264396dd8081c90987f9579e5915c949b
692024-08-29T14:37:26.435ZFrom https://github.com/oxidecomputer/omicron
702024-08-29T14:37:26.435Z * branch ccb9f12264396dd8081c90987f9579e5915c949b -> FETCH_HEAD
712024-08-29T14:37:26.446Z+ [[ -n libipcc ]]
722024-08-29T14:37:26.449Z++ git branch --show-current
732024-08-29T14:37:26.451Z+ current=main
742024-08-29T14:37:26.451Z+ [[ main != libipcc ]]
752024-08-29T14:37:26.451Z+ git branch -f libipcc ccb9f12264396dd8081c90987f9579e5915c949b
762024-08-29T14:37:26.454Z+ git checkout -f libipcc
772024-08-29T14:37:26.609ZSwitched to branch 'libipcc'
782024-08-29T14:37:26.611Z+ git reset --hard ccb9f12264396dd8081c90987f9579e5915c949b
792024-08-29T14:37:26.624ZHEAD is now at ccb9f1226 Use external libipcc repo
802024-08-29T14:37:26.626Zprocess exited: duration 8217 ms, exit code 0
 
812024-08-29T14:37:26.631Zstarting task 4: "build"
822024-08-29T14:37:26.637Z+ cargo --version
832024-08-29T14:37:26.693Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-29T14:37:26.695Z+ rustc --version
852024-08-29T14:37:26.752Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-29T14:37:26.754Z+ source ./env.sh
872024-08-29T14:37:26.754Z++ OLD_SHELL_OPTS=ehxB
882024-08-29T14:37:26.756Z++ set -o xtrace
892024-08-29T14:37:26.759Z++++ dirname ./env.sh
902024-08-29T14:37:26.759Z+++ readlink -f .
912024-08-29T14:37:26.762Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-29T14:37:26.762Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-29T14:37:26.762Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-29T14:37:26.762Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-29T14:37:26.762Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-29T14:37:26.762Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-29T14:37:26.762Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-29T14:37:26.762Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-29T14:37:26.762Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-29T14:37:26.762Z++ case $OLD_SHELL_OPTS in
1012024-08-29T14:37:26.762Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-29T14:37:26.762Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-08-29T14:37:26.762Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-08-29T14:37:26.762Z+ banner prerequisites
1052024-08-29T14:37:26.765Z
1062024-08-29T14:37:26.765Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-29T14:37:26.765Z # # # # # # # # # # # # # # #
1082024-08-29T14:37:26.765Z # # # # ##### # # ##### # # # # # #### #
1092024-08-29T14:37:26.765Z ##### ##### # ##### # # # # # # # # #
1102024-08-29T14:37:26.765Z # # # # # # # # # # # # # # #
1112024-08-29T14:37:26.765Z # # # ###### # # ###### ### # #### # #### #
1122024-08-29T14:37:26.765Z
1132024-08-29T14:37:26.765Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-29T14:37:31.820Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-29T14:37:34.155Z Startup: Caching catalogs ... Done
1162024-08-29T14:37:36.128ZPlanning: Solver setup ... Done (1.413s)
1172024-08-29T14:37:36.150ZPlanning: Running solver ... Done (0.022s)
1182024-08-29T14:37:36.192ZPlanning: Finding local manifests ... Done (0.003s)
1192024-08-29T14:37:36.205ZPlanning: Fetching manifests: 0/5 0% complete
1202024-08-29T14:37:36.844ZPlanning: Fetching manifests: 5/5 100% complete
1212024-08-29T14:37:36.946ZPlanning: Package planning ... Done (0.102s)
1222024-08-29T14:37:37.002ZPlanning: Merging actions ... Done (0.055s)
1232024-08-29T14:37:37.208ZPlanning: Checking for conflicting actions ... Done (0.206s)
1242024-08-29T14:37:39.146ZPlanning: Consolidating action changes ... Done (1.937s)
1252024-08-29T14:37:39.563ZPlanning: Evaluating mediators ... Done (0.417s)
1262024-08-29T14:37:39.649ZPlanning: Planning completed in 5.42 seconds
1272024-08-29T14:37:39.665Z Packages to install: 4
1282024-08-29T14:37:39.665Z Packages to update: 1
1292024-08-29T14:37:39.667Z Mediators to change: 2
1302024-08-29T14:37:39.667Z Services to change: 1
1312024-08-29T14:37:39.667Z Estimated space available: 155.72 GB
1322024-08-29T14:37:39.667ZEstimated space to be consumed: 1.53 GB
1332024-08-29T14:37:39.667Z Create boot environment: No
1342024-08-29T14:37:39.667ZCreate backup boot environment: Yes
1352024-08-29T14:37:39.667Z Rebuild boot archive: No
1362024-08-29T14:37:39.667Z
1372024-08-29T14:37:39.667ZChanged mediators:
1382024-08-29T14:37:39.667Z mediator clang:
1392024-08-29T14:37:39.667Z version: None -> 15 (system default)
1402024-08-29T14:37:39.667Z
1412024-08-29T14:37:39.667Z mediator llvm:
1422024-08-29T14:37:39.667Z version: 14 (system default) -> 15 (system default)
1432024-08-29T14:37:39.668Z
1442024-08-29T14:37:39.668ZChanged packages:
1452024-08-29T14:37:39.668Zhelios-dev
1462024-08-29T14:37:39.668Z developer/build-essential
1472024-08-29T14:37:39.668Z None -> 11-2.0
1482024-08-29T14:37:39.668Z library/libxmlsec1
1492024-08-29T14:37:39.668Z None -> 1.2.35-2.0
1502024-08-29T14:37:39.668Z ooce/developer/clang-15
1512024-08-29T14:37:39.668Z None -> 15.0.7-2.0
1522024-08-29T14:37:39.668Z ooce/developer/llvm-15
1532024-08-29T14:37:39.668Z None -> 15.0.7-2.0
1542024-08-29T14:37:39.668Z package/pkg
1552024-08-29T14:37:39.668Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-08-29T14:37:39.668Z
1572024-08-29T14:37:39.668ZServices:
1582024-08-29T14:37:39.668Z restart_fmri:
1592024-08-29T14:37:39.668Z svc:/system/update-man-index:default
1602024-08-29T14:37:39.668Z
1612024-08-29T14:37:39.668ZEditable files to change:
1622024-08-29T14:37:39.668Z Update:
1632024-08-29T14:37:39.668Z usr/share/lib/pkg/web/config.shtml
1642024-08-29T14:37:39.741Z
1652024-08-29T14:37:39.742ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-08-29T14:37:44.743ZDownload: 1191/4281 items 59.5/220.6MB 26% complete (11.9M/s)
1672024-08-29T14:37:49.743ZDownload: 1998/4281 items 117.9/220.6MB 53% complete (11.9M/s)
1682024-08-29T14:37:54.746ZDownload: 2980/4281 items 121.3/220.6MB 54% complete (6.7M/s)
1692024-08-29T14:38:00.126ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (10.2M/s)
1702024-08-29T14:38:05.127ZDownload: 3771/4281 items 218.0/220.6MB 98% complete (9.6M/s)
1712024-08-29T14:38:10.128ZDownload: 4275/4281 items 220.6/220.6MB 99% complete (1.8M/s)
1722024-08-29T14:38:10.168ZDownload: Completed 220.60 MB in 30.42 seconds (7.2M/s)
1732024-08-29T14:38:11.175Z Actions: 1/5063 actions (Removing old actions)
1742024-08-29T14:38:11.194Z Actions: 194/5063 actions (Installing new actions)
1752024-08-29T14:38:15.951Z Actions: 4226/5063 actions (Updating modified actions)
1762024-08-29T14:38:16.276Z Actions: Completed 5063 actions in 5.10 seconds.
1772024-08-29T14:38:16.560Z Done (0.277s)
1782024-08-29T14:38:16.562Z Done (0.000s)
1792024-08-29T14:38:16.944Z Done (0.382s)
1802024-08-29T14:38:21.448Z Done (4.324s)
1812024-08-29T14:38:21.537Z Done (0.017s)
1822024-08-29T14:38:21.539Z Done (0.000s)
1832024-08-29T14:38:21.697Z Done (0.000s)
1842024-08-29T14:38:22.309ZPlanning: Evaluating mediator changes ... Done
1852024-08-29T14:38:22.476ZPlanning: Checking for conflicting actions ... Done
1862024-08-29T14:38:22.478ZPlanning: Consolidating action changes ... Done
1872024-08-29T14:38:22.749ZPlanning: Evaluating mediators ... Done
1882024-08-29T14:38:22.752ZPlanning: Planning completed in 0.44 seconds
1892024-08-29T14:38:22.788Z Mediators to change: 2
1902024-08-29T14:38:22.788Z Create boot environment: No
1912024-08-29T14:38:22.788ZCreate backup boot environment: No
1922024-08-29T14:38:22.867Z Done
1932024-08-29T14:38:22.867Z Done
1942024-08-29T14:38:23.102Z Done
1952024-08-29T14:38:26.887Z Done
1962024-08-29T14:38:26.979Z Done
1972024-08-29T14:38:26.981Z Done
1982024-08-29T14:38:27.076Z Done
1992024-08-29T14:38:27.699ZPlanning: Evaluating mediator changes ... Done
2002024-08-29T14:38:27.707ZPlanning: Merging actions ... Done
2012024-08-29T14:38:27.889ZPlanning: Checking for conflicting actions ... Done
2022024-08-29T14:38:27.894ZPlanning: Consolidating action changes ... Done
2032024-08-29T14:38:28.174ZPlanning: Evaluating mediators ... Done
2042024-08-29T14:38:28.235ZPlanning: Planning completed in 0.76 seconds
2052024-08-29T14:38:28.261Z Packages to change: 1
2062024-08-29T14:38:28.262Z Mediators to change: 1
2072024-08-29T14:38:28.268Z Services to change: 1
2082024-08-29T14:38:28.268Z Create boot environment: No
2092024-08-29T14:38:28.268ZCreate backup boot environment: Yes
2102024-08-29T14:38:30.364Z Actions: 1/6 actions (Updating modified actions)
2112024-08-29T14:38:30.366Z Actions: Completed 6 actions in 0.00 seconds.
2122024-08-29T14:38:30.366Z Done
2132024-08-29T14:38:30.366Z Done
2142024-08-29T14:38:30.445Z Done
2152024-08-29T14:38:34.216Z Done
2162024-08-29T14:38:34.313Z Done
2172024-08-29T14:38:34.316Z Done
2182024-08-29T14:38:34.432Z Done
2192024-08-29T14:38:34.883ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-08-29T14:38:34.884Zclang system 15 system
2212024-08-29T14:38:34.884Zcsh system system illumos
2222024-08-29T14:38:34.884Zctags system system illumos
2232024-08-29T14:38:34.884Zgcc vendor 12 vendor
2242024-08-29T14:38:34.884Zgcc system 10 system
2252024-08-29T14:38:34.884Zgcc system 7 system
2262024-08-29T14:38:34.884Zgo system 1.20 system
2272024-08-29T14:38:34.884Zgo system 1.19 system
2282024-08-29T14:38:34.884Zllvm system 15 system
2292024-08-29T14:38:34.884Zllvm system 14 system
2302024-08-29T14:38:34.884Zmariadb system 10.6 system
2312024-08-29T14:38:34.884Zmta vendor vendor dma
2322024-08-29T14:38:34.884Zopenjdk system 17 system
2332024-08-29T14:38:34.884Zopenjdk system 11 system
2342024-08-29T14:38:34.884Zopenjdk system 1.8 system
2352024-08-29T14:38:34.884Zopenssl vendor 3 vendor
2362024-08-29T14:38:34.884Zperl system 5.36 system
2372024-08-29T14:38:34.884Zpostgresql system 15 system
2382024-08-29T14:38:34.884Zpostgresql system 13 system
2392024-08-29T14:38:34.884Zpython vendor 3 vendor
2402024-08-29T14:38:34.884Zpython system 2 system
2412024-08-29T14:38:34.884Zpython3 system 3.11 system
2422024-08-29T14:38:34.884Zruby system 3.0 system
2432024-08-29T14:38:34.884Zwords vendor vendor american-english
2442024-08-29T14:38:34.884Zwords system system australian-english
2452024-08-29T14:38:34.884Zwords system system british-english
2462024-08-29T14:38:34.884Zwords system system canadian-english
2472024-08-29T14:38:34.884Zwords system system french
2482024-08-29T14:38:34.884Zwords system system italian
2492024-08-29T14:38:34.884Zwords system system ngerman
2502024-08-29T14:38:34.884Zwords system system ogerman
2512024-08-29T14:38:34.884Zwords system system spanish
2522024-08-29T14:38:35.226ZPUBLISHER TYPE STATUS P LOCATION
2532024-08-29T14:38:35.226Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-08-29T14:38:37.019ZFMRI IFO
2552024-08-29T14:38:37.019Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-08-29T14:38:37.019Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-08-29T14:38:37.019Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-08-29T14:38:37.019Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-08-29T14:38:37.019Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-08-29T14:38:37.019Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-08-29T14:38:37.019Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622024-08-29T14:38:37.019Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632024-08-29T14:38:37.019Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-08-29T14:38:37.019Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2652024-08-29T14:38:37.019Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2662024-08-29T14:38:37.019Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2672024-08-29T14:38:37.020Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682024-08-29T14:38:37.649Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2692024-08-29T14:38:37.925Z Updating git repository `https://github.com/oxidecomputer/zone`
2702024-08-29T14:38:38.252Z Updating crates.io index
2712024-08-29T14:38:38.315Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2722024-08-29T14:38:39.018Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-08-29T14:38:39.828Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-08-29T14:38:40.135Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2752024-08-29T14:38:41.713Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-08-29T14:38:41.972Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-08-29T14:38:42.351Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-08-29T14:38:43.518Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-08-29T14:38:45.443Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-08-29T14:38:46.489Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-08-29T14:38:47.287Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-08-29T14:38:47.581Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-08-29T14:38:48.102Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-08-29T14:38:48.450Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2852024-08-29T14:38:48.796Z Updating git repository `https://github.com/oxidecomputer/qorb`
2862024-08-29T14:38:49.111Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872024-08-29T14:38:49.384Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882024-08-29T14:38:49.613Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892024-08-29T14:38:49.877Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902024-08-29T14:38:50.157Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912024-08-29T14:38:50.472Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922024-08-29T14:38:50.893Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932024-08-29T14:38:51.313Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2942024-08-29T14:38:51.607Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-08-29T14:38:52.132Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962024-08-29T14:38:52.500Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-08-29T14:38:52.929Z Updating git repository `https://github.com/oxidecomputer/typify`
2982024-08-29T14:38:55.236Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992024-08-29T14:38:55.462Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002024-08-29T14:38:55.712Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012024-08-29T14:38:56.150Z Updating git repository `https://github.com/oxidecomputer/rfb`
3022024-08-29T14:38:57.212Z Downloading crates ...
3032024-08-29T14:38:57.321Z Downloaded anstyle v1.0.8
3042024-08-29T14:38:57.324Z Downloaded block-buffer v0.10.4
3052024-08-29T14:38:57.328Z Downloaded anstyle-query v1.0.3
3062024-08-29T14:38:57.331Z Downloaded autocfg v1.3.0
3072024-08-29T14:38:57.333Z Downloaded errno v0.3.9
3082024-08-29T14:38:57.333Z Downloaded byteorder v1.5.0
3092024-08-29T14:38:57.336Z Downloaded cpufeatures v0.2.12
3102024-08-29T14:38:57.339Z Downloaded generic-array v0.14.7
3112024-08-29T14:38:57.345Z Downloaded is_terminal_polyfill v1.70.0
3122024-08-29T14:38:57.347Z Downloaded dtrace-parser v0.2.0
3132024-08-29T14:38:57.349Z Downloaded pretty-hex v0.4.1
3142024-08-29T14:38:57.358Z Downloaded usdt-macro v0.5.0
3152024-08-29T14:38:57.374Z Downloaded usdt-attr-macro v0.5.0
3162024-08-29T14:38:57.375Z Downloaded cargo_metadata v0.18.1
3172024-08-29T14:38:57.375Z Downloaded digest v0.10.7
3182024-08-29T14:38:57.377Z Downloaded fnv v1.0.7
3192024-08-29T14:38:57.377Z Downloaded clap_lex v0.7.0
3202024-08-29T14:38:57.377Z Downloaded heck v0.5.0
3212024-08-29T14:38:57.377Z Downloaded cfg-if v1.0.0
3222024-08-29T14:38:57.377Z Downloaded camino-tempfile v1.1.1
3232024-08-29T14:38:57.377Z Downloaded memmap v0.7.0
3242024-08-29T14:38:57.377Z Downloaded strsim v0.11.1
3252024-08-29T14:38:57.377Z Downloaded scroll v0.12.0
3262024-08-29T14:38:57.379Z Downloaded usdt v0.5.0
3272024-08-29T14:38:57.388Z Downloaded thiserror-impl v1.0.63
3282024-08-29T14:38:57.388Z Downloaded proc-macro-error-attr v1.0.4
3292024-08-29T14:38:57.388Z Downloaded version_check v0.9.5
3302024-08-29T14:38:57.388Z Downloaded serde_spanned v0.6.7
3312024-08-29T14:38:57.398Z Downloaded anstyle-parse v0.2.4
3322024-08-29T14:38:57.401Z Downloaded pest_derive v2.7.10
3332024-08-29T14:38:57.403Z Downloaded macaddr v1.0.1
3342024-08-29T14:38:57.405Z Downloaded bytecount v0.6.8
3352024-08-29T14:38:57.408Z Downloaded sha2 v0.10.8
3362024-08-29T14:38:57.413Z Downloaded unicode-linebreak v0.1.5
3372024-08-29T14:38:57.415Z Downloaded tempfile v3.10.1
3382024-08-29T14:38:57.418Z Downloaded pest_meta v2.7.10
3392024-08-29T14:38:57.420Z Downloaded equivalent v1.0.1
3402024-08-29T14:38:57.423Z Downloaded anyhow v1.0.86
3412024-08-29T14:38:57.426Z Downloaded cargo-platform v0.1.8
3422024-08-29T14:38:57.430Z Downloaded scroll_derive v0.12.0
3432024-08-29T14:38:57.433Z Downloaded swrite v0.1.0
3442024-08-29T14:38:57.442Z Downloaded heck v0.4.1
3452024-08-29T14:38:57.445Z Downloaded anstream v0.6.14
3462024-08-29T14:38:57.448Z Downloaded crypto-common v0.1.6
3472024-08-29T14:38:57.448Z Downloaded papergrid v0.11.0
3482024-08-29T14:38:57.451Z Downloaded ucd-trie v0.1.6
3492024-08-29T14:38:57.455Z Downloaded toml v0.8.19
3502024-08-29T14:38:57.458Z Downloaded pest_generator v2.7.10
3512024-08-29T14:38:57.460Z Downloaded itoa v1.0.11
3522024-08-29T14:38:57.460Z Downloaded dof v0.3.0
3532024-08-29T14:38:57.462Z Downloaded cargo_toml v0.20.4
3542024-08-29T14:38:57.462Z Downloaded once_cell v1.19.0
3552024-08-29T14:38:57.466Z Downloaded fs-err v2.11.0
3562024-08-29T14:38:57.469Z Downloaded colorchoice v1.0.1
3572024-08-29T14:38:57.469Z Downloaded smawk v0.3.2
3582024-08-29T14:38:57.469Z Downloaded fastrand v2.1.0
3592024-08-29T14:38:57.471Z Downloaded terminal_size v0.3.0
3602024-08-29T14:38:57.474Z Downloaded tabled_derive v0.7.0
3612024-08-29T14:38:57.477Z Downloaded plain v0.2.3
3622024-08-29T14:38:57.480Z Downloaded serde_tokenstream v0.2.2
3632024-08-29T14:38:57.485Z Downloaded textwrap v0.16.1
3642024-08-29T14:38:57.487Z Downloaded proc-macro2 v1.0.86
3652024-08-29T14:38:57.487Z Downloaded utf8parse v0.2.1
3662024-08-29T14:38:57.487Z Downloaded usdt-impl v0.5.0
3672024-08-29T14:38:57.490Z Downloaded toml_datetime v0.6.8
3682024-08-29T14:38:57.490Z Downloaded thread-id v4.2.1
3692024-08-29T14:38:57.492Z Downloaded serde v1.0.208
3702024-08-29T14:38:57.497Z Downloaded bitflags v2.6.0
3712024-08-29T14:38:57.501Z Downloaded semver v1.0.23
3722024-08-29T14:38:57.503Z Downloaded camino v1.1.9
3732024-08-29T14:38:57.507Z Downloaded zerocopy-derive v0.7.34
3742024-08-29T14:38:57.509Z Downloaded thiserror v1.0.63
3752024-08-29T14:38:57.514Z Downloaded quote v1.0.36
3762024-08-29T14:38:57.516Z Downloaded proc-macro-error v1.0.4
3772024-08-29T14:38:57.522Z Downloaded log v0.4.21
3782024-08-29T14:38:57.525Z Downloaded clap v4.5.16
3792024-08-29T14:38:57.534Z Downloaded unicode-ident v1.0.12
3802024-08-29T14:38:57.537Z Downloaded typenum v1.17.0
3812024-08-29T14:38:57.541Z Downloaded serde_derive v1.0.208
3822024-08-29T14:38:57.543Z Downloaded ryu v1.0.18
3832024-08-29T14:38:57.545Z Downloaded clap_derive v4.5.13
3842024-08-29T14:38:57.551Z Downloaded toml_edit v0.22.20
3852024-08-29T14:38:57.573Z Downloaded indexmap v2.4.0
3862024-08-29T14:38:57.577Z Downloaded clap_builder v4.5.15
3872024-08-29T14:38:57.584Z Downloaded memchr v2.7.2
3882024-08-29T14:38:57.590Z Downloaded serde_json v1.0.125
3892024-08-29T14:38:57.599Z Downloaded hashbrown v0.14.5
3902024-08-29T14:38:57.609Z Downloaded zerocopy v0.7.34
3912024-08-29T14:38:57.624Z Downloaded pest v2.7.10
3922024-08-29T14:38:57.629Z Downloaded winnow v0.6.18
3932024-08-29T14:38:57.638Z Downloaded tabled v0.15.0
3942024-08-29T14:38:57.653Z Downloaded goblin v0.8.2
3952024-08-29T14:38:57.659Z Downloaded syn v2.0.74
3962024-08-29T14:38:57.670Z Downloaded syn v1.0.109
3972024-08-29T14:38:57.681Z Downloaded rustix v0.38.34
3982024-08-29T14:38:57.703Z Downloaded unicode-width v0.1.13
3992024-08-29T14:38:57.719Z Downloaded libc v0.2.158
4002024-08-29T14:38:58.030Z Compiling proc-macro2 v1.0.86
4012024-08-29T14:38:58.032Z Compiling unicode-ident v1.0.12
4022024-08-29T14:38:58.032Z Compiling version_check v0.9.5
4032024-08-29T14:38:58.032Z Compiling serde v1.0.208
4042024-08-29T14:38:58.032Z Compiling memchr v2.7.2
4052024-08-29T14:38:58.032Z Compiling thiserror v1.0.63
4062024-08-29T14:38:58.032Z Compiling libc v0.2.158
4072024-08-29T14:38:58.032Z Compiling itoa v1.0.11
4082024-08-29T14:38:58.286Z Compiling ryu v1.0.18
4092024-08-29T14:38:58.406Z Compiling ucd-trie v0.1.6
4102024-08-29T14:38:58.639Z Compiling once_cell v1.19.0
4112024-08-29T14:38:58.875Z Compiling byteorder v1.5.0
4122024-08-29T14:38:58.899Z Compiling serde_json v1.0.125
4132024-08-29T14:38:59.019Z Compiling rustix v0.38.34
4142024-08-29T14:38:59.278Z Compiling bitflags v2.6.0
4152024-08-29T14:38:59.513Z Compiling proc-macro-error-attr v1.0.4
4162024-08-29T14:38:59.756Z Compiling quote v1.0.36
4172024-08-29T14:38:59.818Z Compiling usdt-impl v0.5.0
4182024-08-29T14:38:59.821Z Compiling syn v1.0.109
4192024-08-29T14:38:59.962Z Compiling proc-macro-error v1.0.4
4202024-08-29T14:39:00.017Z Compiling equivalent v1.0.1
4212024-08-29T14:39:00.143Z Compiling syn v2.0.74
4222024-08-29T14:39:00.299Z Compiling errno v0.3.9
4232024-08-29T14:39:00.361Z Compiling plain v0.2.3
4242024-08-29T14:39:00.513Z Compiling log v0.4.21
4252024-08-29T14:39:00.589Z Compiling utf8parse v0.2.1
4262024-08-29T14:39:00.622Z Compiling hashbrown v0.14.5
4272024-08-29T14:39:00.645Z Compiling camino v1.1.9
4282024-08-29T14:39:00.750Z Compiling thread-id v4.2.1
4292024-08-29T14:39:00.833Z Compiling anstyle-parse v0.2.4
4302024-08-29T14:39:01.179Z Compiling unicode-width v0.1.13
4312024-08-29T14:39:01.392Z Compiling winnow v0.6.18
4322024-08-29T14:39:01.419Z Compiling is_terminal_polyfill v1.70.0
4332024-08-29T14:39:01.444Z Compiling colorchoice v1.0.1
4342024-08-29T14:39:01.563Z Compiling autocfg v1.3.0
4352024-08-29T14:39:01.610Z Compiling anstyle v1.0.8
4362024-08-29T14:39:01.633Z Compiling semver v1.0.23
4372024-08-29T14:39:02.001Z Compiling indexmap v2.4.0
4382024-08-29T14:39:02.052Z Compiling pretty-hex v0.4.1
4392024-08-29T14:39:02.173Z Compiling anstyle-query v1.0.3
4402024-08-29T14:39:02.329Z Compiling anstream v0.6.14
4412024-08-29T14:39:02.539Z Compiling fs-err v2.11.0
4422024-08-29T14:39:02.633Z Compiling clap_lex v0.7.0
4432024-08-29T14:39:02.841Z Compiling terminal_size v0.3.0
4442024-08-29T14:39:03.046Z Compiling bytecount v0.6.8
4452024-08-29T14:39:03.105Z Compiling anyhow v1.0.86
4462024-08-29T14:39:03.184Z Compiling fastrand v2.1.0
4472024-08-29T14:39:03.276Z Compiling heck v0.5.0
4482024-08-29T14:39:03.350Z Compiling fnv v1.0.7
4492024-08-29T14:39:03.414Z Compiling heck v0.4.1
4502024-08-29T14:39:03.490Z Compiling cfg-if v1.0.0
4512024-08-29T14:39:03.599Z Compiling strsim v0.11.1
4522024-08-29T14:39:03.784Z Compiling tempfile v3.10.1
4532024-08-29T14:39:03.936Z Compiling clap_builder v4.5.15
4542024-08-29T14:39:03.962Z Compiling papergrid v0.11.0
4552024-08-29T14:39:04.554Z Compiling memmap v0.7.0
4562024-08-29T14:39:04.630Z Compiling unicode-linebreak v0.1.5
4572024-08-29T14:39:04.681Z Compiling smawk v0.3.2
4582024-08-29T14:39:05.146Z Compiling textwrap v0.16.1
4592024-08-29T14:39:05.290Z Compiling swrite v0.1.0
4602024-08-29T14:39:06.565Z Compiling tabled_derive v0.7.0
4612024-08-29T14:39:08.185Z Compiling tabled v0.15.0
4622024-08-29T14:39:09.080Z Compiling serde_derive v1.0.208
4632024-08-29T14:39:09.080Z Compiling thiserror-impl v1.0.63
4642024-08-29T14:39:09.129Z Compiling zerocopy-derive v0.7.34
4652024-08-29T14:39:09.168Z Compiling scroll_derive v0.12.0
4662024-08-29T14:39:09.321Z Compiling clap_derive v4.5.13
4672024-08-29T14:39:10.682Z Compiling scroll v0.12.0
4682024-08-29T14:39:11.163Z Compiling goblin v0.8.2
4692024-08-29T14:39:11.203Z Compiling zerocopy v0.7.34
4702024-08-29T14:39:11.873Z Compiling pest v2.7.10
4712024-08-29T14:39:12.952Z Compiling clap v4.5.16
4722024-08-29T14:39:14.141Z Compiling pest_meta v2.7.10
4732024-08-29T14:39:15.046Z Compiling pest_generator v2.7.10
4742024-08-29T14:39:16.661Z Compiling pest_derive v2.7.10
4752024-08-29T14:39:17.319Z Compiling dtrace-parser v0.2.0
4762024-08-29T14:39:19.389Z Compiling serde_spanned v0.6.7
4772024-08-29T14:39:19.391Z Compiling toml_datetime v0.6.8
4782024-08-29T14:39:19.391Z Compiling cargo-platform v0.1.8
4792024-08-29T14:39:19.772Z Compiling serde_tokenstream v0.2.2
4802024-08-29T14:39:19.876Z Compiling toml_edit v0.22.20
4812024-08-29T14:39:19.997Z Compiling macaddr v1.0.1
4822024-08-29T14:39:20.094Z Compiling camino-tempfile v1.1.1
4832024-08-29T14:39:20.840Z Compiling dof v0.3.0
4842024-08-29T14:39:20.840Z Compiling cargo_metadata v0.18.1
4852024-08-29T14:39:22.714Z Compiling toml v0.8.19
4862024-08-29T14:39:22.909Z Compiling usdt-attr-macro v0.5.0
4872024-08-29T14:39:22.912Z Compiling usdt-macro v0.5.0
4882024-08-29T14:39:23.557Z Compiling cargo_toml v0.20.4
4892024-08-29T14:39:24.283Z Compiling usdt v0.5.0
4902024-08-29T14:39:27.422Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912024-08-29T14:39:31.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.32s
4922024-08-29T14:39:31.993Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4932024-08-29T14:39:32.576Z Downloading crates ...
4942024-08-29T14:39:32.723Z Downloaded adler v1.0.2
4952024-08-29T14:39:32.732Z Downloaded ahash v0.8.11
4962024-08-29T14:39:32.743Z Downloaded bitstruct_derive v0.1.0
4972024-08-29T14:39:32.745Z Downloaded atty v0.2.14
4982024-08-29T14:39:32.748Z Downloaded http-range v0.1.5
4992024-08-29T14:39:32.753Z Downloaded darling_macro v0.20.9
5002024-08-29T14:39:32.755Z Downloaded httpdate v1.0.3
5012024-08-29T14:39:32.758Z Downloaded cfg_aliases v0.1.1
5022024-08-29T14:39:32.758Z Downloaded home v0.5.9
5032024-08-29T14:39:32.763Z Downloaded is-terminal v0.4.12
5042024-08-29T14:39:32.765Z Downloaded match_cfg v0.1.0
5052024-08-29T14:39:32.768Z Downloaded crucible-workspace-hack v0.1.0
5062024-08-29T14:39:32.770Z Downloaded newtype_derive v0.1.6
5072024-08-29T14:39:32.774Z Downloaded bitfield-struct v0.6.1
5082024-08-29T14:39:32.776Z Downloaded bb8 v0.8.5
5092024-08-29T14:39:32.779Z Downloaded ascii-canvas v3.0.0
5102024-08-29T14:39:32.779Z Downloaded bitflags v1.3.2
5112024-08-29T14:39:32.782Z Downloaded md5 v0.7.0
5122024-08-29T14:39:32.784Z Downloaded newline-converter v0.3.0
5132024-08-29T14:39:32.786Z Downloaded async-stream v0.3.5
5142024-08-29T14:39:32.789Z Downloaded hubpack_derive v0.1.1
5152024-08-29T14:39:32.789Z Downloaded hyper-tls v0.5.0
5162024-08-29T14:39:32.791Z Downloaded humantime v2.1.0
5172024-08-29T14:39:32.793Z Downloaded ipnetwork v0.20.0
5182024-08-29T14:39:32.796Z Downloaded hostname v0.4.0
5192024-08-29T14:39:32.798Z Downloaded colored v2.1.0
5202024-08-29T14:39:32.801Z Downloaded ciborium-ll v0.2.2
5212024-08-29T14:39:32.803Z Downloaded mockall v0.13.0
5222024-08-29T14:39:32.806Z Downloaded buf-list v1.0.3
5232024-08-29T14:39:32.808Z Downloaded memoffset v0.9.1
5242024-08-29T14:39:32.811Z Downloaded managed v0.8.0
5252024-08-29T14:39:32.811Z Downloaded const_format_proc_macros v0.2.32
5262024-08-29T14:39:32.813Z Downloaded keccak v0.1.5
5272024-08-29T14:39:32.816Z Downloaded maybe-uninit v2.0.0
5282024-08-29T14:39:32.819Z Downloaded linked-hash-map v0.5.6
5292024-08-29T14:39:32.819Z Downloaded curve25519-dalek-derive v0.1.1
5302024-08-29T14:39:32.821Z Downloaded async-stream-impl v0.3.5
5312024-08-29T14:39:32.821Z Downloaded aead v0.5.2
5322024-08-29T14:39:32.823Z Downloaded hyper-staticfile v0.9.5
5332024-08-29T14:39:32.826Z Downloaded hostname v0.3.1
5342024-08-29T14:39:32.828Z Downloaded hyper-rustls v0.24.2
5352024-08-29T14:39:32.831Z Downloaded bitstruct v0.1.1
5362024-08-29T14:39:32.833Z Downloaded instant v0.1.12
5372024-08-29T14:39:32.836Z Downloaded ident_case v1.0.1
5382024-08-29T14:39:32.836Z Downloaded crunchy v0.2.2
5392024-08-29T14:39:32.836Z Downloaded is_ci v1.2.0
5402024-08-29T14:39:32.838Z Downloaded ciborium-io v0.2.2
5412024-08-29T14:39:32.838Z Downloaded atomicwrites v0.4.3
5422024-08-29T14:39:32.841Z Downloaded assert_matches v1.5.0
5432024-08-29T14:39:32.843Z Downloaded new_debug_unreachable v1.0.6
5442024-08-29T14:39:32.843Z Downloaded matches v0.1.10
5452024-08-29T14:39:32.845Z Downloaded ctr v0.9.2
5462024-08-29T14:39:32.848Z Downloaded normalize-line-endings v0.3.0
5472024-08-29T14:39:32.848Z Downloaded cstr-argument v0.1.2
5482024-08-29T14:39:32.850Z Downloaded nanorand v0.7.0
5492024-08-29T14:39:32.853Z Downloaded mime_guess v2.0.4
5502024-08-29T14:39:32.855Z Downloaded atomic-waker v1.1.2
5512024-08-29T14:39:32.857Z Downloaded multer v3.1.0
5522024-08-29T14:39:32.860Z Downloaded nu-ansi-term v0.50.0
5532024-08-29T14:39:32.863Z Downloaded native-tls v0.2.11
5542024-08-29T14:39:32.866Z Downloaded iana-time-zone v0.1.60
5552024-08-29T14:39:32.870Z Downloaded hubpack v0.1.2
5562024-08-29T14:39:32.872Z Downloaded sync_wrapper v0.1.2
5572024-08-29T14:39:32.874Z Downloaded cassowary v0.3.0
5582024-08-29T14:39:32.877Z Downloaded stable_deref_trait v1.2.0
5592024-08-29T14:39:32.877Z Downloaded blowfish v0.9.1
5602024-08-29T14:39:32.879Z Downloaded cookie_store v0.20.0
5612024-08-29T14:39:32.882Z Downloaded maplit v1.0.2
5622024-08-29T14:39:32.884Z Downloaded mime v0.3.17
5632024-08-29T14:39:32.884Z Downloaded md-5 v0.10.6
5642024-08-29T14:39:32.886Z Downloaded inout v0.1.3
5652024-08-29T14:39:32.889Z Downloaded salsa20 v0.10.2
5662024-08-29T14:39:32.891Z Downloaded lalrpop-util v0.19.12
5672024-08-29T14:39:32.891Z Downloaded newtype-uuid v1.1.0
5682024-08-29T14:39:32.894Z Downloaded linear-map v1.2.0
5692024-08-29T14:39:32.894Z Downloaded kstat-rs v0.2.4
5702024-08-29T14:39:32.896Z Downloaded num v0.4.3
5712024-08-29T14:39:32.899Z Downloaded nodrop v0.1.14
5722024-08-29T14:39:32.899Z Downloaded cobs v0.2.3
5732024-08-29T14:39:32.901Z Downloaded cexpr v0.6.0
5742024-08-29T14:39:32.903Z Downloaded bitfield v0.14.0
5752024-08-29T14:39:32.905Z Downloaded bit-set v0.5.3
5762024-08-29T14:39:32.908Z Downloaded constant_time_eq v0.3.0
5772024-08-29T14:39:32.908Z Downloaded cipher v0.4.4
5782024-08-29T14:39:32.910Z Downloaded castaway v0.2.3
5792024-08-29T14:39:32.912Z Downloaded signal-hook-tokio v0.3.1
5802024-08-29T14:39:32.915Z Downloaded num-complex v0.4.6
5812024-08-29T14:39:32.917Z Downloaded tokio-macros v2.4.0
5822024-08-29T14:39:32.917Z Downloaded libloading v0.8.3
5832024-08-29T14:39:32.921Z Downloaded crossbeam-deque v0.8.5
5842024-08-29T14:39:32.924Z Downloaded hmac v0.12.1
5852024-08-29T14:39:32.926Z Downloaded diesel_table_macro_syntax v0.2.0
5862024-08-29T14:39:32.928Z Downloaded block-padding v0.3.3
5872024-08-29T14:39:32.928Z Downloaded chacha20 v0.9.1
5882024-08-29T14:39:32.931Z Downloaded async-recursion v1.1.1
5892024-08-29T14:39:32.934Z Downloaded sqlformat v0.2.4
5902024-08-29T14:39:32.937Z Downloaded rtoolbox v0.0.2
5912024-08-29T14:39:32.939Z Downloaded time-macros v0.2.18
5922024-08-29T14:39:32.942Z Downloaded lock_api v0.4.12
5932024-08-29T14:39:32.944Z Downloaded impl-trait-for-tuples v0.2.2
5942024-08-29T14:39:32.947Z Downloaded memmap2 v0.9.4
5952024-08-29T14:39:32.950Z Downloaded option-ext v0.2.0
5962024-08-29T14:39:32.952Z Downloaded cookie v0.18.1
5972024-08-29T14:39:32.955Z Downloaded clang-sys v1.7.0
5982024-08-29T14:39:32.957Z Downloaded argon2 v0.5.3
5992024-08-29T14:39:32.960Z Downloaded endian-type v0.1.2
6002024-08-29T14:39:32.962Z Downloaded unarray v0.1.4
6012024-08-29T14:39:32.962Z Downloaded twox-hash v1.6.3
6022024-08-29T14:39:32.965Z Downloaded subtle v2.5.0
6032024-08-29T14:39:32.967Z Downloaded number_prefix v0.4.0
6042024-08-29T14:39:32.969Z Downloaded indexmap v1.9.3
6052024-08-29T14:39:32.972Z Downloaded serde_derive_internals v0.29.1
6062024-08-29T14:39:32.974Z Downloaded base16ct v0.2.0
6072024-08-29T14:39:32.977Z Downloaded slab v0.4.9
6082024-08-29T14:39:32.979Z Downloaded ascii v1.1.0
6092024-08-29T14:39:32.982Z Downloaded bzip2 v0.4.4
6102024-08-29T14:39:32.986Z Downloaded whoami v1.5.1
6112024-08-29T14:39:32.989Z Downloaded bcs v0.1.6
6122024-08-29T14:39:32.989Z Downloaded serde-big-array v0.5.1
6132024-08-29T14:39:32.991Z Downloaded sqlparser_derive v0.2.2
6142024-08-29T14:39:32.991Z Downloaded pretty-hex v0.2.1
6152024-08-29T14:39:32.994Z Downloaded cancel-safe-futures v0.1.5
6162024-08-29T14:39:32.996Z Downloaded dyn-clone v1.0.17
6172024-08-29T14:39:32.999Z Downloaded futures-task v0.3.30
6182024-08-29T14:39:33.001Z Downloaded futures-sink v0.3.30
6192024-08-29T14:39:33.001Z Downloaded which v4.4.2
6202024-08-29T14:39:33.004Z Downloaded base64 v0.13.1
6212024-08-29T14:39:33.007Z Downloaded base64ct v1.6.0
6222024-08-29T14:39:33.010Z Downloaded darling v0.20.9
6232024-08-29T14:39:33.015Z Downloaded csv-core v0.1.11
6242024-08-29T14:39:33.018Z Downloaded sct v0.7.1
6252024-08-29T14:39:33.022Z Downloaded oso-derive v0.27.3
6262024-08-29T14:39:33.024Z Downloaded pkg-config v0.3.30
6272024-08-29T14:39:33.027Z Downloaded chacha20poly1305 v0.10.1
6282024-08-29T14:39:33.029Z Downloaded proc-macro-crate v1.3.1
6292024-08-29T14:39:33.031Z Downloaded vte_generate_state_changes v0.1.1
6302024-08-29T14:39:33.031Z Downloaded termtree v0.4.1
6312024-08-29T14:39:33.034Z Downloaded ref-cast v1.0.23
6322024-08-29T14:39:33.036Z Downloaded primeorder v0.13.6
6332024-08-29T14:39:33.038Z Downloaded float-ord v0.3.2
6342024-08-29T14:39:33.041Z Downloaded float-cmp v0.9.0
6352024-08-29T14:39:33.041Z Downloaded enum-as-inner v0.6.0
6362024-08-29T14:39:33.043Z Downloaded arc-swap v1.7.1
6372024-08-29T14:39:33.047Z Downloaded darling_core v0.20.9
6382024-08-29T14:39:33.053Z Downloaded percent-encoding v2.3.1
6392024-08-29T14:39:33.055Z Downloaded pbkdf2 v0.12.2
6402024-08-29T14:39:33.057Z Downloaded crc32fast v1.4.0
6412024-08-29T14:39:33.068Z Downloaded blake2 v0.10.6
6422024-08-29T14:39:33.072Z Downloaded precomputed-hash v0.1.1
6432024-08-29T14:39:33.074Z Downloaded ssh-encoding v0.2.0
6442024-08-29T14:39:33.076Z Downloaded hickory-client v0.24.1
6452024-08-29T14:39:33.079Z Downloaded hashlink v0.9.1
6462024-08-29T14:39:33.081Z Downloaded derive_builder_core v0.20.0
6472024-08-29T14:39:33.084Z Downloaded crc-any v2.5.0
6482024-08-29T14:39:33.087Z Downloaded russh-keys v0.44.0
6492024-08-29T14:39:33.090Z Downloaded owo-colors v4.0.0
6502024-08-29T14:39:33.093Z Downloaded cc v1.0.97
6512024-08-29T14:39:33.097Z Downloaded backtrace v0.3.71
6522024-08-29T14:39:33.103Z Downloaded poly1305 v0.8.0
6532024-08-29T14:39:33.106Z Downloaded ed25519 v2.2.3
6542024-08-29T14:39:33.110Z Downloaded termios v0.3.3
6552024-08-29T14:39:33.112Z Downloaded untrusted v0.7.1
6562024-08-29T14:39:33.114Z Downloaded diff v0.1.13
6572024-08-29T14:39:33.117Z Downloaded samael v0.0.15
6582024-08-29T14:39:33.123Z Downloaded globset v0.4.14
6592024-08-29T14:39:33.126Z Downloaded dirs v5.0.1
6602024-08-29T14:39:33.129Z Downloaded rustls-pki-types v1.7.0
6612024-08-29T14:39:33.131Z Downloaded ghash v0.5.1
6622024-08-29T14:39:33.134Z Downloaded dsl_auto_type v0.1.2
6632024-08-29T14:39:33.137Z Downloaded take_mut v0.2.2
6642024-08-29T14:39:33.137Z Downloaded want v0.3.1
6652024-08-29T14:39:33.140Z Downloaded toolchain_find v0.4.0
6662024-08-29T14:39:33.140Z Downloaded filetime v0.2.24
6672024-08-29T14:39:33.142Z Downloaded ff v0.13.0
6682024-08-29T14:39:33.145Z Downloaded pem-rfc7468 v0.7.0
6692024-08-29T14:39:33.147Z Downloaded heck v0.3.3
6702024-08-29T14:39:33.149Z Downloaded num_enum v0.5.11
6712024-08-29T14:39:33.154Z Downloaded toml v0.7.8
6722024-08-29T14:39:33.158Z Downloaded indicatif v0.17.8
6732024-08-29T14:39:33.163Z Downloaded pem v3.0.4
6742024-08-29T14:39:33.165Z Downloaded slog-envlogger v2.2.0
6752024-08-29T14:39:33.167Z Downloaded crossbeam-channel v0.5.12
6762024-08-29T14:39:33.172Z Downloaded sha1 v0.10.6
6772024-08-29T14:39:33.174Z Downloaded ppv-lite86 v0.2.17
6782024-08-29T14:39:33.177Z Downloaded der_derive v0.7.2
6792024-08-29T14:39:33.180Z Downloaded tracing-attributes v0.1.27
6802024-08-29T14:39:33.183Z Downloaded openssl-probe v0.1.5
6812024-08-29T14:39:33.183Z Downloaded openssl-macros v0.1.1
6822024-08-29T14:39:33.186Z Downloaded num_threads v0.1.7
6832024-08-29T14:39:33.186Z Downloaded rand_xorshift v0.3.0
6842024-08-29T14:39:33.188Z Downloaded num-conv v0.1.0
6852024-08-29T14:39:33.188Z Downloaded futures-channel v0.3.30
6862024-08-29T14:39:33.191Z Downloaded base64 v0.21.7
6872024-08-29T14:39:33.195Z Downloaded test-strategy v0.3.1
6882024-08-29T14:39:33.200Z Downloaded deranged v0.3.11
6892024-08-29T14:39:33.202Z Downloaded utf-8 v0.7.6
6902024-08-29T14:39:33.204Z Downloaded defmt-parser v0.3.4
6912024-08-29T14:39:33.207Z Downloaded oso v0.27.3
6922024-08-29T14:39:33.209Z Downloaded hex v0.4.3
6932024-08-29T14:39:33.212Z Downloaded strum v0.26.3
6942024-08-29T14:39:33.214Z Downloaded prettyplease v0.2.20
6952024-08-29T14:39:33.217Z Downloaded tinyvec_macros v0.1.1
6962024-08-29T14:39:33.219Z Downloaded thiserror-impl-no-std v2.0.2
6972024-08-29T14:39:33.222Z Downloaded num-iter v0.1.45
6982024-08-29T14:39:33.222Z Downloaded snafu-derive v0.8.2
6992024-08-29T14:39:33.224Z Downloaded defmt-macros v0.3.9
7002024-08-29T14:39:33.227Z Downloaded defmt v0.3.8
7012024-08-29T14:39:33.231Z Downloaded peg-macros v0.8.4
7022024-08-29T14:39:33.234Z Downloaded headers-core v0.2.0
7032024-08-29T14:39:33.236Z Downloaded libm v0.2.8
7042024-08-29T14:39:33.244Z Downloaded try-lock v0.2.5
7052024-08-29T14:39:33.247Z Downloaded zone_cfg_derive v0.1.2
7062024-08-29T14:39:33.247Z Downloaded flagset v0.4.5
7072024-08-29T14:39:33.249Z Downloaded powerfmt v0.2.0
7082024-08-29T14:39:33.251Z Downloaded ref-cast-impl v1.0.23
7092024-08-29T14:39:33.254Z Downloaded olpc-cjson v0.1.3
7102024-08-29T14:39:33.254Z Downloaded num_enum_derive v0.5.11
7112024-08-29T14:39:33.257Z Downloaded group v0.13.0
7122024-08-29T14:39:33.257Z Downloaded futures-core v0.3.30
7132024-08-29T14:39:33.260Z Downloaded funty v2.0.0
7142024-08-29T14:39:33.262Z Downloaded num-derive v0.4.2
7152024-08-29T14:39:33.263Z Downloaded hex-literal v0.4.1
7162024-08-29T14:39:33.265Z Downloaded tar v0.4.41
7172024-08-29T14:39:33.269Z Downloaded diesel_derives v2.2.2
7182024-08-29T14:39:33.272Z Downloaded waitgroup v0.1.2
7192024-08-29T14:39:33.274Z Downloaded openssl-sys v0.9.103
7202024-08-29T14:39:33.279Z Downloaded const_format v0.2.32
7212024-08-29T14:39:33.286Z Downloaded derive_builder_macro v0.20.0
7222024-08-29T14:39:33.288Z Downloaded difflib v0.4.0
7232024-08-29T14:39:33.288Z Downloaded tiny-keccak v2.0.2
7242024-08-29T14:39:33.291Z Downloaded structmeta-derive v0.3.0
7252024-08-29T14:39:33.294Z Downloaded foreign-types-shared v0.3.1
7262024-08-29T14:39:33.296Z Downloaded futures-macro v0.3.30
7272024-08-29T14:39:33.296Z Downloaded futures-io v0.3.30
7282024-08-29T14:39:33.299Z Downloaded erased-serde v0.3.31
7292024-08-29T14:39:33.303Z Downloaded tokio-tungstenite v0.23.1
7302024-08-29T14:39:33.306Z Downloaded packed_struct v0.10.1
7312024-08-29T14:39:33.306Z Downloaded path-slash v0.1.5
7322024-08-29T14:39:33.309Z Downloaded env_logger v0.10.2
7332024-08-29T14:39:33.312Z Downloaded zone v0.1.8
7342024-08-29T14:39:33.312Z Downloaded rustls-pemfile v1.0.4
7352024-08-29T14:39:33.314Z Downloaded num-rational v0.4.2
7362024-08-29T14:39:33.317Z Downloaded resolv-conf v0.7.0
7372024-08-29T14:39:33.319Z Downloaded foreign-types-shared v0.1.1
7382024-08-29T14:39:33.325Z Downloaded foreign-types-macros v0.2.3
7392024-08-29T14:39:33.325Z Downloaded spin v0.9.8
7402024-08-29T14:39:33.329Z Downloaded futures v0.3.30
7412024-08-29T14:39:33.331Z Downloaded tracing-core v0.1.32
7422024-08-29T14:39:33.334Z Downloaded slog-stdlog v4.1.1
7432024-08-29T14:39:33.337Z Downloaded futures-executor v0.3.30
7442024-08-29T14:39:33.339Z Downloaded ena v0.14.3
7452024-08-29T14:39:33.342Z Downloaded embedded-io v0.4.0
7462024-08-29T14:39:33.345Z Downloaded spin v0.5.2
7472024-08-29T14:39:33.345Z Downloaded env_logger v0.9.3
7482024-08-29T14:39:33.350Z Downloaded postgres-types v0.2.7
7492024-08-29T14:39:33.352Z Downloaded rand_seeder v0.3.0
7502024-08-29T14:39:33.352Z Downloaded tokio-native-tls v0.3.1
7512024-08-29T14:39:33.355Z Downloaded serde_plain v1.0.2
7522024-08-29T14:39:33.358Z Downloaded tui-tree-widget v0.22.0
7532024-08-29T14:39:33.361Z Downloaded snafu v0.8.2
7542024-08-29T14:39:33.366Z Downloaded quick-error v1.2.3
7552024-08-29T14:39:33.368Z Downloaded x509-cert v0.2.5
7562024-08-29T14:39:33.374Z Downloaded itertools v0.13.0
7572024-08-29T14:39:33.383Z Downloaded foreign-types v0.5.0
7582024-08-29T14:39:33.386Z Downloaded tls_codec_derive v0.4.1
7592024-08-29T14:39:33.389Z Downloaded russh-cryptovec v0.7.2
7602024-08-29T14:39:33.389Z Downloaded fxhash v0.2.1
7612024-08-29T14:39:33.391Z Downloaded tower-service v0.3.2
7622024-08-29T14:39:33.391Z Downloaded serde_urlencoded v0.7.1
7632024-08-29T14:39:33.394Z Downloaded slog-term v2.9.1
7642024-08-29T14:39:33.397Z Downloaded data-encoding v2.6.0
7652024-08-29T14:39:33.400Z Downloaded parse-display v0.10.0
7662024-08-29T14:39:33.400Z Downloaded zeroize v1.7.0
7672024-08-29T14:39:33.403Z Downloaded tinyvec v1.6.0
7682024-08-29T14:39:33.405Z Downloaded serde_yaml v0.9.34+deprecated
7692024-08-29T14:39:33.409Z Downloaded itertools v0.12.1
7702024-08-29T14:39:33.418Z Downloaded time-core v0.1.2
7712024-08-29T14:39:33.420Z Downloaded fragile v2.0.0
7722024-08-29T14:39:33.425Z Downloaded wait-timeout v0.2.0
7732024-08-29T14:39:33.427Z Downloaded thread_local v1.1.8
7742024-08-29T14:39:33.427Z Downloaded dirs-next v2.0.0
7752024-08-29T14:39:33.427Z Downloaded tabwriter v1.4.0
7762024-08-29T14:39:33.430Z Downloaded heapless v0.8.0
7772024-08-29T14:39:33.433Z Downloaded strum_macros v0.25.3
7782024-08-29T14:39:33.436Z Downloaded display-error-chain v0.2.1
7792024-08-29T14:39:33.439Z Downloaded aes-gcm v0.10.3
7802024-08-29T14:39:33.442Z Downloaded dirs-sys-next v0.1.2
7812024-08-29T14:39:33.445Z Downloaded schemars v0.8.21
7822024-08-29T14:39:33.457Z Downloaded pbkdf2 v0.11.0
7832024-08-29T14:39:33.464Z Downloaded dhcproto-macros v0.1.0
7842024-08-29T14:39:33.464Z Downloaded slog-json v2.6.1
7852024-08-29T14:39:33.467Z Downloaded slog-dtrace v0.3.0
7862024-08-29T14:39:33.467Z Downloaded siphasher v0.3.11
7872024-08-29T14:39:33.467Z Downloaded unicode-xid v0.2.4
7882024-08-29T14:39:33.469Z Downloaded rpassword v7.3.1
7892024-08-29T14:39:33.470Z Downloaded der v0.7.9
7902024-08-29T14:39:33.478Z Downloaded password-hash v0.4.2
7912024-08-29T14:39:33.482Z Downloaded ssh-key v0.6.6
7922024-08-29T14:39:33.485Z Downloaded packed_struct_codegen v0.10.1
7932024-08-29T14:39:33.488Z Downloaded downcast v0.11.0
7942024-08-29T14:39:33.491Z Downloaded thiserror-no-std v2.0.2
7952024-08-29T14:39:33.494Z Downloaded rand_chacha v0.3.1
7962024-08-29T14:39:33.499Z Downloaded sigpipe v0.1.3
7972024-08-29T14:39:33.499Z Downloaded postcard v1.0.8
7982024-08-29T14:39:33.502Z Downloaded strip-ansi-escapes v0.2.0
7992024-08-29T14:39:33.502Z Downloaded r2d2 v0.8.10
8002024-08-29T14:39:33.505Z Downloaded dirs-sys v0.4.1
8012024-08-29T14:39:33.505Z Downloaded strum_macros v0.24.3
8022024-08-29T14:39:33.508Z Downloaded rfc6979 v0.4.0
8032024-08-29T14:39:33.508Z Downloaded walkdir v2.5.0
8042024-08-29T14:39:33.512Z Downloaded stringprep v0.1.4
8052024-08-29T14:39:33.512Z Downloaded tokio-util v0.7.11
8062024-08-29T14:39:33.519Z Downloaded crossterm v0.28.1
8072024-08-29T14:39:33.527Z Downloaded phf_shared v0.10.0
8082024-08-29T14:39:33.530Z Downloaded zeroize_derive v1.4.2
8092024-08-29T14:39:33.530Z Downloaded rusty-fork v0.3.0
8102024-08-29T14:39:33.532Z Downloaded rustc-demangle v0.1.24
8112024-08-29T14:39:33.535Z Downloaded rustfmt-wrapper v0.2.1
8122024-08-29T14:39:33.535Z Downloaded parking_lot_core v0.8.6
8132024-08-29T14:39:33.540Z Downloaded tokio-tungstenite v0.21.0
8142024-08-29T14:39:33.543Z Downloaded foreign-types v0.3.2
8152024-08-29T14:39:33.543Z Downloaded psl-types v2.0.11
8162024-08-29T14:39:33.543Z Downloaded fallible-streaming-iterator v0.1.9
8172024-08-29T14:39:33.543Z Downloaded parking_lot_core v0.9.10
8182024-08-29T14:39:33.546Z Downloaded pin-utils v0.1.0
8192024-08-29T14:39:33.547Z Downloaded portpicker v0.1.1
8202024-08-29T14:39:33.550Z Downloaded blake3 v1.5.1
8212024-08-29T14:39:33.558Z Downloaded headers v0.3.9
8222024-08-29T14:39:33.561Z Downloaded serde-hex v0.1.0
8232024-08-29T14:39:33.564Z Downloaded radium v0.7.0
8242024-08-29T14:39:33.568Z Downloaded phf v0.11.2
8252024-08-29T14:39:33.568Z Downloaded hash32 v0.2.1
8262024-08-29T14:39:33.571Z Downloaded universal-hash v0.5.1
8272024-08-29T14:39:33.571Z Downloaded tokio-tungstenite v0.20.1
8282024-08-29T14:39:33.574Z Downloaded tokio-rustls v0.25.0
8292024-08-29T14:39:33.574Z Downloaded signal-hook v0.3.17
8302024-08-29T14:39:33.578Z Downloaded serde_path_to_error v0.1.16
8312024-08-29T14:39:33.581Z Downloaded rustc_version v0.4.0
8322024-08-29T14:39:33.586Z Downloaded parking_lot v0.12.2
8332024-08-29T14:39:33.586Z Downloaded serde_arrays v0.1.0
8342024-08-29T14:39:33.589Z Downloaded rustls-webpki v0.101.7
8352024-08-29T14:39:33.602Z Downloaded fixedbitset v0.4.2
8362024-08-29T14:39:33.604Z Downloaded structmeta v0.2.0
8372024-08-29T14:39:33.604Z Downloaded fallible-iterator v0.3.0
8382024-08-29T14:39:33.608Z Downloaded untrusted v0.9.0
8392024-08-29T14:39:33.608Z Downloaded pin-project-internal v1.1.5
8402024-08-29T14:39:33.613Z Downloaded gethostname v0.5.0
8412024-08-29T14:39:33.613Z Downloaded spki v0.7.3
8422024-08-29T14:39:33.616Z Downloaded pin-project-lite v0.2.14
8432024-08-29T14:39:33.620Z Downloaded rsa v0.9.6
8442024-08-29T14:39:33.624Z Downloaded tough v0.17.1
8452024-08-29T14:39:33.634Z Downloaded shell-words v1.1.0
8462024-08-29T14:39:33.638Z Downloaded slog-scope v4.4.0
8472024-08-29T14:39:33.638Z Downloaded parking_lot v0.11.2
8482024-08-29T14:39:33.640Z Downloaded half v2.4.1
8492024-08-29T14:39:33.641Z Downloaded rustyline v14.0.0
8502024-08-29T14:39:33.647Z Downloaded lalrpop v0.19.12
8512024-08-29T14:39:33.659Z Downloaded pkcs8 v0.10.2
8522024-08-29T14:39:33.662Z Downloaded uuid v1.10.0
8532024-08-29T14:39:33.665Z Downloaded hyper v0.14.30
8542024-08-29T14:39:33.674Z Downloaded reedline v0.33.0
8552024-08-29T14:39:33.684Z Downloaded unicode-normalization v0.1.23
8562024-08-29T14:39:33.687Z Downloaded aho-corasick v1.1.3
8572024-08-29T14:39:33.696Z Downloaded elliptic-curve v0.13.8
8582024-08-29T14:39:33.699Z Downloaded dhcproto v0.12.0
8592024-08-29T14:39:33.703Z Downloaded pkcs5 v0.7.1
8602024-08-29T14:39:33.705Z Downloaded proptest v1.5.0
8612024-08-29T14:39:33.718Z Downloaded ron v0.8.1
8622024-08-29T14:39:33.722Z Downloaded hashbrown v0.13.2
8632024-08-29T14:39:33.727Z Downloaded time v0.3.36
8642024-08-29T14:39:33.736Z Downloaded socket2 v0.5.7
8652024-08-29T14:39:33.739Z Downloaded steno v0.4.1
8662024-08-29T14:39:33.743Z Downloaded rustls-webpki v0.102.4
8672024-08-29T14:39:33.763Z Downloaded rand v0.8.5
8682024-08-29T14:39:33.767Z Downloaded publicsuffix v2.2.3
8692024-08-29T14:39:33.771Z Downloaded idna v0.3.0
8702024-08-29T14:39:33.776Z Downloaded p521 v0.13.3
8712024-08-29T14:39:33.780Z Downloaded nix v0.27.1
8722024-08-29T14:39:33.794Z Downloaded idna v0.4.0
8732024-08-29T14:39:33.802Z Downloaded zip v0.6.6
8742024-08-29T14:39:33.806Z Downloaded unsafe-libyaml v0.2.11
8752024-08-29T14:39:33.812Z Downloaded portable-atomic v1.6.0
8762024-08-29T14:39:33.817Z Downloaded nix v0.28.0
8772024-08-29T14:39:33.831Z Downloaded rustls v0.21.12
8782024-08-29T14:39:33.844Z Downloaded ed25519-dalek v2.1.1
8792024-08-29T14:39:33.847Z Downloaded quick-xml v0.31.0
8802024-08-29T14:39:33.854Z Downloaded reqwest v0.11.27
8812024-08-29T14:39:33.862Z Downloaded chrono v0.4.38
8822024-08-29T14:39:33.871Z Downloaded h2 v0.3.26
8832024-08-29T14:39:33.879Z Downloaded p384 v0.13.0
8842024-08-29T14:39:33.886Z Downloaded russh v0.44.1
8852024-08-29T14:39:33.893Z Downloaded openssl v0.10.66
8862024-08-29T14:39:33.904Z Downloaded polar-core v0.27.3
8872024-08-29T14:39:33.914Z Downloaded object v0.32.2
8882024-08-29T14:39:33.927Z Downloaded object v0.30.4
8892024-08-29T14:39:33.937Z Downloaded gimli v0.28.1
8902024-08-29T14:39:33.948Z Downloaded radix_trie v0.2.1
8912024-08-29T14:39:33.953Z Downloaded diesel v2.2.3
8922024-08-29T14:39:33.975Z Downloaded openapiv3 v2.0.0
8932024-08-29T14:39:33.989Z Downloaded rayon v1.10.0
8942024-08-29T14:39:34.000Z Downloaded futures-util v0.3.30
8952024-08-29T14:39:35.016Z Downloaded git2 v0.19.0
8962024-08-29T14:39:35.020Z Downloaded regex v1.10.6
8972024-08-29T14:39:35.020Z Downloaded sqlparser v0.45.0
8982024-08-29T14:39:35.020Z Downloaded vcpkg v0.2.15
8992024-08-29T14:39:35.020Z Downloaded smoltcp v0.9.1
9002024-08-29T14:39:35.020Z Downloaded zerocopy-derive v0.6.6
9012024-08-29T14:39:35.020Z Downloaded regex-syntax v0.6.29
9022024-08-29T14:39:35.020Z Downloaded regress v0.9.1
9032024-08-29T14:39:35.020Z Downloaded smoltcp v0.11.0
9042024-08-29T14:39:35.020Z Downloaded finl_unicode v1.2.0
9052024-08-29T14:39:35.020Z Downloaded petgraph v0.6.5
9062024-08-29T14:39:35.020Z Downloaded bstr v1.9.1
9072024-08-29T14:39:35.020Z Downloaded dropshot v0.10.1
9082024-08-29T14:39:35.020Z Downloaded trust-dns-proto v0.22.0
9092024-08-29T14:39:35.020Z Downloaded rustls v0.22.4
9102024-08-29T14:39:35.020Z Downloaded regex-syntax v0.8.4
9112024-08-29T14:39:35.020Z Downloaded sled v0.34.7
9122024-08-29T14:39:35.020Z Downloaded curve25519-dalek v4.1.3
9132024-08-29T14:39:35.020Z Downloaded webpki-roots v0.25.4
9142024-08-29T14:39:35.020Z Downloaded hickory-proto v0.24.1
9152024-08-29T14:39:35.020Z Downloaded bitvec v1.0.1
9162024-08-29T14:39:35.020Z Downloaded unicode_categories v0.1.1
9172024-08-29T14:39:35.020Z Downloaded ratatui v0.28.0
9182024-08-29T14:39:35.020Z Downloaded unicode-segmentation v1.11.0
9192024-08-29T14:39:35.020Z Downloaded bzip2-sys v0.1.11+1.0.8
9202024-08-29T14:39:35.020Z Downloaded rusqlite v0.31.0
9212024-08-29T14:39:35.021Z Downloaded regex-automata v0.4.6
9222024-08-29T14:39:35.021Z Downloaded idna v0.5.0
9232024-08-29T14:39:35.021Z Downloaded encoding_rs v0.8.34
9242024-08-29T14:39:35.021Z Downloaded bindgen v0.69.4
9252024-08-29T14:39:35.021Z Downloaded idna v0.2.3
9262024-08-29T14:39:35.021Z Downloaded tokio v1.39.3
9272024-08-29T14:39:35.021Z Downloaded expectorate v1.1.0
9282024-08-29T14:39:35.021Z Downloaded sha3 v0.10.8
9292024-08-29T14:39:35.021Z Downloaded libgit2-sys v0.17.0+1.8.1
9302024-08-29T14:39:35.021Z Downloaded csv v1.3.0
9312024-08-29T14:39:35.021Z Downloaded fatfs v0.3.6
9322024-08-29T14:39:35.021Z Downloaded vsss-rs v3.3.4
9332024-08-29T14:39:35.021Z Downloaded fd-lock v4.0.2
9342024-08-29T14:39:35.021Z Downloaded tokio-stream v0.1.15
9352024-08-29T14:39:35.021Z Downloaded similar v2.6.0
9362024-08-29T14:39:35.021Z Downloaded tokio-postgres v0.7.11
9372024-08-29T14:39:35.021Z Downloaded winnow v0.5.40
9382024-08-29T14:39:35.021Z Downloaded either v1.13.0
9392024-08-29T14:39:35.021Z Downloaded pin-project v1.1.5
9402024-08-29T14:39:35.021Z Downloaded heapless v0.7.17
9412024-08-29T14:39:35.021Z Downloaded url v2.5.2
9422024-08-29T14:39:35.021Z Downloaded scopeguard v1.2.0
9432024-08-29T14:39:35.021Z Downloaded predicates-core v1.0.6
9442024-08-29T14:39:35.021Z Downloaded predicates-tree v1.0.9
9452024-08-29T14:39:35.021Z Downloaded serde_with v3.9.0
9462024-08-29T14:39:35.021Z Downloaded password-hash v0.5.0
9472024-08-29T14:39:35.021Z Downloaded vte v0.11.1
9482024-08-29T14:39:35.021Z Downloaded rustversion v1.0.17
9492024-08-29T14:39:35.021Z Downloaded phf_shared v0.11.2
9502024-08-29T14:39:35.021Z Downloaded serde_repr v0.1.19
9512024-08-29T14:39:35.021Z Downloaded derive-where v1.2.7
9522024-08-29T14:39:35.021Z Downloaded vergen v8.3.2
9532024-08-29T14:39:35.021Z Downloaded pkcs1 v0.7.5
9542024-08-29T14:39:35.021Z Downloaded tungstenite v0.20.1
9552024-08-29T14:39:35.021Z Downloaded hash32 v0.3.1
9562024-08-29T14:39:35.021Z Downloaded getopts v0.2.21
9572024-08-29T14:39:35.021Z Downloaded string_cache v0.8.7
9582024-08-29T14:39:35.021Z Downloaded serde_with_macros v3.9.0
9592024-08-29T14:39:35.021Z Downloaded debug-ignore v1.0.5
9602024-08-29T14:39:35.021Z Downloaded strum_macros v0.26.4
9612024-08-29T14:39:35.022Z Downloaded socket2 v0.4.10
9622024-08-29T14:39:35.022Z Downloaded hashbrown v0.12.3
9632024-08-29T14:39:35.022Z Downloaded flate2 v1.0.31
9642024-08-29T14:39:35.022Z Downloaded hkdf v0.12.4
9652024-08-29T14:39:35.022Z Downloaded rcgen v0.12.1
9662024-08-29T14:39:35.022Z Downloaded rayon-core v1.12.1
9672024-08-29T14:39:35.022Z Downloaded p256 v0.13.2
9682024-08-29T14:39:35.022Z Downloaded unicode-truncate v1.0.0
9692024-08-29T14:39:35.022Z Downloaded rustc_version v0.1.7
9702024-08-29T14:39:35.022Z Downloaded form_urlencoded v1.2.1
9712024-08-29T14:39:35.022Z Downloaded derive_builder v0.20.0
9722024-08-29T14:39:35.022Z Downloaded postgres-protocol v0.6.7
9732024-08-29T14:39:35.022Z Downloaded toml_edit v0.19.15
9742024-08-29T14:39:35.022Z Downloaded schemars_derive v0.8.21
9752024-08-29T14:39:35.022Z Downloaded parse-display-derive v0.10.0
9762024-08-29T14:39:35.022Z Downloaded num-bigint-dig v0.8.4
9772024-08-29T14:39:35.022Z Downloaded libxml v0.3.3
9782024-08-29T14:39:35.022Z Downloaded tls_codec v0.4.1
9792024-08-29T14:39:35.022Z Downloaded predicates v3.1.2
9802024-08-29T14:39:35.022Z Downloaded peg v0.8.4
9812024-08-29T14:39:35.022Z Downloaded paste v1.0.15
9822024-08-29T14:39:35.022Z Downloaded num-traits v0.2.19
9832024-08-29T14:39:35.022Z Downloaded tracing v0.1.40
9842024-08-29T14:39:35.022Z Downloaded crossterm v0.27.0
9852024-08-29T14:39:35.022Z Downloaded rand_core v0.6.4
9862024-08-29T14:39:35.022Z Downloaded tokio-rustls v0.24.1
9872024-08-29T14:39:35.022Z Downloaded omicron-zone-package v0.11.0
9882024-08-29T14:39:35.022Z Downloaded typed-path v0.7.1
9892024-08-29T14:39:35.022Z Downloaded slog-bunyan v2.5.0
9902024-08-29T14:39:35.022Z Downloaded slog-async v2.8.0
9912024-08-29T14:39:35.022Z Downloaded shlex v1.3.0
9922024-08-29T14:39:35.022Z Downloaded scheduled-thread-pool v0.2.7
9932024-08-29T14:39:35.022Z Downloaded same-file v1.0.6
9942024-08-29T14:39:35.022Z Downloaded minimal-lexical v0.2.1
9952024-08-29T14:39:35.022Z Downloaded num-integer v0.1.46
9962024-08-29T14:39:35.025Z Downloaded nom v7.1.3
9972024-08-29T14:39:35.026Z Downloaded itertools v0.10.5
9982024-08-29T14:39:35.026Z Downloaded tungstenite v0.23.0
9992024-08-29T14:39:35.026Z Downloaded tungstenite v0.21.0
10002024-08-29T14:39:35.026Z Downloaded derive_more v0.99.18
10012024-08-29T14:39:35.026Z Downloaded zerocopy v0.6.6
10022024-08-29T14:39:35.026Z Downloaded getrandom v0.2.14
10032024-08-29T14:39:35.026Z Downloaded tap v1.0.1
10042024-08-29T14:39:35.026Z Downloaded structmeta v0.3.0
10052024-08-29T14:39:35.026Z Downloaded fallible-iterator v0.2.0
10062024-08-29T14:39:35.026Z Downloaded ron v0.7.1
10072024-08-29T14:39:35.026Z Downloaded mio v1.0.2
10082024-08-29T14:39:35.026Z Downloaded topological-sort v0.2.2
10092024-08-29T14:39:35.026Z Downloaded libz-sys v1.1.16
10102024-08-29T14:39:35.026Z Downloaded smf v0.2.3
10112024-08-29T14:39:35.026Z Downloaded scrypt v0.11.0
10122024-08-29T14:39:35.026Z Downloaded polyval v0.6.2
10132024-08-29T14:39:35.026Z Downloaded yasna v0.5.2
10142024-08-29T14:39:35.026Z Downloaded flume v0.11.0
10152024-08-29T14:39:35.026Z Downloaded glob v0.3.1
10162024-08-29T14:39:35.026Z Downloaded mio v0.8.11
10172024-08-29T14:39:35.026Z Downloaded term v0.7.0
10182024-08-29T14:39:35.026Z Downloaded unicode-bidi v0.3.15
10192024-08-29T14:39:35.026Z Downloaded sec1 v0.7.3
10202024-08-29T14:39:35.026Z Downloaded ssh-cipher v0.2.0
10212024-08-29T14:39:35.026Z Downloaded smallvec v1.13.2
10222024-08-29T14:39:35.026Z Downloaded secrecy v0.8.0
10232024-08-29T14:39:35.026Z Downloaded compact_str v0.8.0
10242024-08-29T14:39:35.026Z Downloaded rustls-pemfile v2.1.3
10252024-08-29T14:39:35.026Z Downloaded slog v2.7.0
10262024-08-29T14:39:35.026Z Downloaded xattr v1.3.1
10272024-08-29T14:39:35.026Z Downloaded num-bigint v0.4.5
10282024-08-29T14:39:35.026Z Downloaded http v0.2.12
10292024-08-29T14:39:35.026Z Downloaded dropshot_endpoint v0.10.1
10302024-08-29T14:39:35.026Z Downloaded uzers v0.11.3
10312024-08-29T14:39:35.026Z Downloaded enum-as-inner v0.5.1
10322024-08-29T14:39:35.026Z Downloaded http v1.1.0
10332024-08-29T14:39:35.026Z Downloaded crypto-bigint v0.5.5
10342024-08-29T14:39:35.026Z Downloaded mockall_derive v0.13.0
10352024-08-29T14:39:35.026Z Downloaded libsqlite3-sys v0.28.0
10362024-08-29T14:39:35.027Z Downloaded base64 v0.22.1
10372024-08-29T14:39:35.027Z Downloaded subprocess v0.2.9
10382024-08-29T14:39:35.027Z Downloaded allocator-api2 v0.2.18
10392024-08-29T14:39:35.027Z Downloaded hickory-resolver v0.24.1
10402024-08-29T14:39:35.029Z Downloaded peg-runtime v0.8.3
10412024-08-29T14:39:35.029Z Downloaded parse-size v1.0.0
10422024-08-29T14:39:35.032Z Downloaded opaque-debug v0.3.1
10432024-08-29T14:39:35.032Z Downloaded termcolor v1.4.1
10442024-08-29T14:39:35.032Z Downloaded static_assertions v1.1.0
10452024-08-29T14:39:35.034Z Downloaded smallvec v0.6.14
10462024-08-29T14:39:35.037Z Downloaded signature v2.2.0
10472024-08-29T14:39:35.037Z Downloaded signal-hook-registry v1.4.2
10482024-08-29T14:39:35.039Z Downloaded signal-hook-mio v0.2.4
10492024-08-29T14:39:35.039Z Downloaded semver v0.1.20
10502024-08-29T14:39:35.042Z Downloaded rustc-hash v1.1.0
10512024-08-29T14:39:35.042Z Downloaded ecdsa v0.16.9
10522024-08-29T14:39:35.044Z Downloaded structmeta-derive v0.2.0
10532024-08-29T14:39:35.044Z Downloaded crossbeam-utils v0.8.19
10542024-08-29T14:39:35.047Z Downloaded supports-color v3.0.0
10552024-08-29T14:39:35.049Z Downloaded crossbeam-epoch v0.9.18
10562024-08-29T14:39:35.052Z Downloaded bytes v1.7.1
10572024-08-29T14:39:35.054Z Downloaded cookie v0.17.0
10582024-08-29T14:39:35.057Z Downloaded backoff v0.4.0
10592024-08-29T14:39:35.059Z Downloaded async-trait v0.1.81
10602024-08-29T14:39:35.062Z Downloaded aes v0.8.4
10612024-08-29T14:39:35.067Z Downloaded wyz v0.5.1
10622024-08-29T14:39:35.069Z Downloaded unicase v2.7.0
10632024-08-29T14:39:35.072Z Downloaded miniz_oxide v0.7.2
10642024-08-29T14:39:35.074Z Downloaded ciborium v0.2.2
10652024-08-29T14:39:35.076Z Downloaded const-oid v0.9.6
10662024-08-29T14:39:35.079Z Downloaded addr2line v0.21.0
10672024-08-29T14:39:35.082Z Downloaded jobserver v0.1.32
10682024-08-29T14:39:35.082Z Downloaded ipnet v2.9.0
10692024-08-29T14:39:35.084Z Downloaded arrayref v0.3.7
10702024-08-29T14:39:35.087Z Downloaded nibble_vec v0.1.0
10712024-08-29T14:39:35.087Z Downloaded multimap v0.10.0
10722024-08-29T14:39:35.090Z Downloaded lru-cache v0.1.2
10732024-08-29T14:39:35.090Z Downloaded lazycell v1.3.0
10742024-08-29T14:39:35.093Z Downloaded httparse v1.8.0
10752024-08-29T14:39:35.093Z Downloaded http-body v0.4.6
10762024-08-29T14:39:35.095Z Downloaded highway v1.2.0
10772024-08-29T14:39:35.099Z Downloaded console v0.15.8
10782024-08-29T14:39:35.101Z Downloaded async-bb8-diesel v0.2.1
10792024-08-29T14:39:35.101Z Downloaded arrayvec v0.7.4
10802024-08-29T14:39:35.104Z Downloaded libsw v3.3.1
10812024-08-29T14:39:35.107Z Downloaded lazy_static v1.5.0
10822024-08-29T14:39:35.107Z Downloaded bit-vec v0.6.3
10832024-08-29T14:39:35.110Z Downloaded instability v0.3.2
10842024-08-29T14:39:35.112Z Downloaded indoc v1.0.9
10852024-08-29T14:39:35.115Z Downloaded convert_case v0.4.0
10862024-08-29T14:39:35.115Z Downloaded cbc v0.1.2
10872024-08-29T14:39:35.117Z Downloaded lru v0.12.3
10882024-08-29T14:39:35.117Z Downloaded libefi-sys v0.1.0
10892024-08-29T14:39:35.119Z Downloaded internet-checksum v0.2.1
10902024-08-29T14:39:35.120Z Downloaded indent_write v2.2.0
10912024-08-29T14:39:35.120Z Downloaded crc-catalog v2.4.0
10922024-08-29T14:39:35.122Z Downloaded crc v3.2.1
10932024-08-29T14:39:35.124Z Downloaded array-init v0.0.4
10942024-08-29T14:39:35.124Z Downloaded hickory-server v0.24.1
10952024-08-29T14:39:35.130Z Downloaded bcrypt-pbkdf v0.10.0
10962024-08-29T14:39:35.154Z Downloaded ring v0.17.8
10972024-08-29T14:39:35.283Z Downloaded ring v0.16.20
10982024-08-29T14:39:35.465Z Compiling serde v1.0.208
10992024-08-29T14:39:35.469Z Compiling typenum v1.17.0
11002024-08-29T14:39:35.469Z Compiling generic-array v0.14.7
11012024-08-29T14:39:35.469Z Compiling lock_api v0.4.12
11022024-08-29T14:39:35.469Z Compiling scopeguard v1.2.0
11032024-08-29T14:39:35.612Z Compiling log v0.4.21
11042024-08-29T14:39:35.640Z Compiling syn v2.0.74
11052024-08-29T14:39:35.656Z Compiling getrandom v0.2.14
11062024-08-29T14:39:35.785Z Compiling jobserver v0.1.32
11072024-08-29T14:39:35.937Z Compiling rand_core v0.6.4
11082024-08-29T14:39:36.136Z Compiling subtle v2.5.0
11092024-08-29T14:39:36.212Z Compiling cc v1.0.97
11102024-08-29T14:39:36.229Z Compiling const-oid v0.9.6
11112024-08-29T14:39:36.465Z Compiling pin-project-lite v0.2.14
11122024-08-29T14:39:36.483Z Compiling smallvec v1.13.2
11132024-08-29T14:39:36.586Z Compiling parking_lot_core v0.9.10
11142024-08-29T14:39:36.650Z Compiling signal-hook-registry v1.4.2
11152024-08-29T14:39:36.728Z Compiling spin v0.9.8
11162024-08-29T14:39:36.906Z Compiling mio v1.0.2
11172024-08-29T14:39:37.153Z Compiling ahash v0.8.11
11182024-08-29T14:39:37.432Z Compiling tinyvec_macros v0.1.1
11192024-08-29T14:39:37.494Z Compiling parking_lot v0.12.2
11202024-08-29T14:39:37.526Z Compiling tinyvec v1.6.0
11212024-08-29T14:39:37.810Z Compiling socket2 v0.5.7
11222024-08-29T14:39:38.195Z Compiling cpufeatures v0.2.12
11232024-08-29T14:39:38.270Z Compiling futures-sink v0.3.30
11242024-08-29T14:39:38.298Z Compiling futures-core v0.3.30
11252024-08-29T14:39:38.364Z Compiling libm v0.2.8
11262024-08-29T14:39:38.417Z Compiling serde_json v1.0.125
11272024-08-29T14:39:38.492Z Compiling num-traits v0.2.19
11282024-08-29T14:39:38.531Z Compiling slab v0.4.9
11292024-08-29T14:39:38.752Z Compiling unicode-bidi v0.3.15
11302024-08-29T14:39:38.794Z Compiling allocator-api2 v0.2.18
11312024-08-29T14:39:38.981Z Compiling unicode-normalization v0.1.23
11322024-08-29T14:39:39.055Z Compiling futures-channel v0.3.30
11332024-08-29T14:39:39.315Z Compiling futures-io v0.3.30
11342024-08-29T14:39:39.557Z Compiling pkg-config v0.3.30
11352024-08-29T14:39:39.655Z Compiling futures-task v0.3.30
11362024-08-29T14:39:39.736Z Compiling pin-utils v0.1.0
11372024-08-29T14:39:39.831Z Compiling vcpkg v0.2.15
11382024-08-29T14:39:40.177Z Compiling base64ct v1.6.0
11392024-08-29T14:39:40.276Z Compiling ppv-lite86 v0.2.17
11402024-08-29T14:39:40.312Z Compiling flagset v0.4.5
11412024-08-29T14:39:40.402Z Compiling ring v0.17.8
11422024-08-29T14:39:40.539Z Compiling percent-encoding v2.3.1
11432024-08-29T14:39:40.800Z Compiling pem-rfc7468 v0.7.0
11442024-08-29T14:39:40.921Z Compiling tracing-core v0.1.32
11452024-08-29T14:39:41.113Z Compiling rand_chacha v0.3.1
11462024-08-29T14:39:41.218Z Compiling rustix v0.38.34
11472024-08-29T14:39:41.563Z Compiling untrusted v0.9.0
11482024-08-29T14:39:41.745Z Compiling rand v0.8.5
11492024-08-29T14:39:42.038Z Compiling openssl-sys v0.9.103
11502024-08-29T14:39:42.092Z Compiling openssl v0.10.66
11512024-08-29T14:39:42.119Z Compiling num-conv v0.1.0
11522024-08-29T14:39:42.270Z Compiling rustversion v1.0.17
11532024-08-29T14:39:42.383Z Compiling time-core v0.1.2
11542024-08-29T14:39:42.520Z Compiling httparse v1.8.0
11552024-08-29T14:39:42.568Z Compiling powerfmt v0.2.0
11562024-08-29T14:39:42.981Z Compiling foreign-types-shared v0.1.1
11572024-08-29T14:39:43.042Z Compiling deranged v0.3.11
11582024-08-29T14:39:43.078Z Compiling foreign-types v0.3.2
11592024-08-29T14:39:43.094Z Compiling time-macros v0.2.18
11602024-08-29T14:39:43.157Z Compiling form_urlencoded v1.2.1
11612024-08-29T14:39:43.417Z Compiling aho-corasick v1.1.3
11622024-08-29T14:39:43.478Z Compiling rustls v0.21.12
11632024-08-29T14:39:43.741Z Compiling syn v1.0.109
11642024-08-29T14:39:43.761Z Compiling crossbeam-utils v0.8.19
11652024-08-29T14:39:44.389Z Compiling siphasher v0.3.11
11662024-08-29T14:39:44.407Z Compiling native-tls v0.2.11
11672024-08-29T14:39:44.627Z Compiling try-lock v0.2.5
11682024-08-29T14:39:44.747Z Compiling regex-syntax v0.8.4
11692024-08-29T14:39:44.783Z Compiling num_threads v0.1.7
11702024-08-29T14:39:44.786Z Compiling want v0.3.1
11712024-08-29T14:39:45.067Z Compiling idna v0.5.0
11722024-08-29T14:39:45.775Z Compiling cookie v0.17.0
11732024-08-29T14:39:46.065Z Compiling adler v1.0.2
11742024-08-29T14:39:46.267Z Compiling time v0.3.36
11752024-08-29T14:39:46.292Z Compiling tower-service v0.3.2
11762024-08-29T14:39:46.396Z Compiling openssl-probe v0.1.5
11772024-08-29T14:39:46.415Z Compiling httpdate v1.0.3
11782024-08-29T14:39:46.510Z Compiling finl_unicode v1.2.0
11792024-08-29T14:39:46.747Z Compiling slog v2.7.0
11802024-08-29T14:39:46.859Z Compiling iana-time-zone v0.1.60
11812024-08-29T14:39:47.093Z Compiling stringprep v0.1.4
11822024-08-29T14:39:47.276Z Compiling miniz_oxide v0.7.2
11832024-08-29T14:39:47.402Z Compiling url v2.5.2
11842024-08-29T14:39:48.304Z Compiling regex-automata v0.4.6
11852024-08-29T14:39:49.274Z Compiling num-integer v0.1.46
11862024-08-29T14:39:50.118Z Compiling sct v0.7.1
11872024-08-29T14:39:50.140Z Compiling serde_derive v1.0.208
11882024-08-29T14:39:50.202Z Compiling zeroize_derive v1.4.2
11892024-08-29T14:39:50.432Z Compiling zerocopy-derive v0.7.34
11902024-08-29T14:39:51.370Z Compiling tokio-macros v2.4.0
11912024-08-29T14:39:51.391Z Compiling thiserror-impl v1.0.63
11922024-08-29T14:39:51.576Z Compiling futures-macro v0.3.30
11932024-08-29T14:39:51.861Z Compiling zeroize v1.7.0
11942024-08-29T14:39:52.709Z Compiling zerocopy v0.7.34
11952024-08-29T14:39:53.042Z Compiling der_derive v0.7.2
11962024-08-29T14:39:53.575Z Compiling futures-util v0.3.30
11972024-08-29T14:39:53.727Z Compiling crypto-common v0.1.6
11982024-08-29T14:39:53.962Z Compiling block-buffer v0.10.4
11992024-08-29T14:39:54.226Z Compiling digest v0.10.7
12002024-08-29T14:39:54.718Z Compiling hmac v0.12.1
12012024-08-29T14:39:54.786Z Compiling block-padding v0.3.3
12022024-08-29T14:39:54.968Z Compiling hashbrown v0.14.5
12032024-08-29T14:39:55.020Z Compiling inout v0.1.3
12042024-08-29T14:39:55.043Z Compiling thiserror v1.0.63
12052024-08-29T14:39:55.181Z Compiling sha2 v0.10.8
12062024-08-29T14:39:55.298Z Compiling cipher v0.4.4
12072024-08-29T14:39:55.651Z Compiling pest v2.7.10
12082024-08-29T14:39:55.837Z Compiling salsa20 v0.10.2
12092024-08-29T14:39:56.083Z Compiling der v0.7.9
12102024-08-29T14:39:56.403Z Compiling pbkdf2 v0.12.2
12112024-08-29T14:39:56.577Z Compiling scroll_derive v0.12.0
12122024-08-29T14:39:58.085Z Compiling tracing-attributes v0.1.27
12132024-08-29T14:39:58.684Z Compiling pest_meta v2.7.10
12142024-08-29T14:39:58.821Z Compiling spki v0.7.3
12152024-08-29T14:39:59.202Z Compiling scroll v0.12.0
12162024-08-29T14:39:59.360Z Compiling scrypt v0.11.0
12172024-08-29T14:39:59.805Z Compiling cbc v0.1.2
12182024-08-29T14:39:59.907Z Compiling aes v0.8.4
12192024-08-29T14:39:59.981Z Compiling pest_generator v2.7.10
12202024-08-29T14:40:00.065Z Compiling goblin v0.8.2
12212024-08-29T14:40:01.350Z Compiling pkcs5 v0.7.1
12222024-08-29T14:40:01.962Z Compiling tracing v0.1.40
12232024-08-29T14:40:02.067Z Compiling openssl-macros v0.1.1
12242024-08-29T14:40:02.499Z Compiling pkcs8 v0.10.2
12252024-08-29T14:40:02.536Z Compiling rustls-webpki v0.101.7
12262024-08-29T14:40:02.771Z Compiling md-5 v0.10.6
12272024-08-29T14:40:02.870Z Compiling backtrace v0.3.71
12282024-08-29T14:40:03.028Z Compiling idna v0.3.0
12292024-08-29T14:40:03.240Z Compiling lazy_static v1.5.0
12302024-08-29T14:40:03.278Z Compiling hash32 v0.2.1
12312024-08-29T14:40:03.372Z Compiling base64 v0.22.1
12322024-08-29T14:40:03.643Z Compiling smoltcp v0.9.1
12332024-08-29T14:40:03.797Z Compiling pest_derive v2.7.10
12342024-08-29T14:40:04.145Z Compiling crc32fast v1.4.0
12352024-08-29T14:40:04.410Z Compiling gimli v0.28.1
12362024-08-29T14:40:04.472Z Compiling num-bigint-dig v0.8.4
12372024-08-29T14:40:04.651Z Compiling bytes v1.7.1
12382024-08-29T14:40:04.683Z Compiling bitflags v2.6.0
12392024-08-29T14:40:04.770Z Compiling indexmap v2.4.0
12402024-08-29T14:40:05.045Z Compiling semver v1.0.23
12412024-08-29T14:40:05.840Z Compiling tokio v1.39.3
12422024-08-29T14:40:05.961Z Compiling http v0.2.12
12432024-08-29T14:40:06.193Z Compiling rustc_version v0.4.0
12442024-08-29T14:40:06.953Z Compiling heapless v0.7.17
12452024-08-29T14:40:07.406Z Compiling dof v0.3.0
12462024-08-29T14:40:07.845Z Compiling http-body v0.4.6
12472024-08-29T14:40:08.328Z Compiling dtrace-parser v0.2.0
12482024-08-29T14:40:08.448Z Compiling uuid v1.10.0
12492024-08-29T14:40:09.488Z Compiling usdt-impl v0.5.0
12502024-08-29T14:40:09.703Z Compiling toml_datetime v0.6.8
12512024-08-29T14:40:09.922Z Compiling chrono v0.4.38
12522024-08-29T14:40:10.231Z Compiling serde_spanned v0.6.7
12532024-08-29T14:40:10.465Z Compiling serde_tokenstream v0.2.2
12542024-08-29T14:40:10.541Z Compiling fallible-iterator v0.2.0
12552024-08-29T14:40:10.619Z Compiling stable_deref_trait v1.2.0
12562024-08-29T14:40:10.726Z Compiling signal-hook v0.3.17
12572024-08-29T14:40:11.013Z Compiling cfg_aliases v0.1.1
12582024-08-29T14:40:11.100Z Compiling psl-types v2.0.11
12592024-08-29T14:40:11.120Z Compiling nix v0.28.0
12602024-08-29T14:40:11.238Z Compiling postgres-protocol v0.6.7
12612024-08-29T14:40:11.304Z Compiling publicsuffix v2.2.3
12622024-08-29T14:40:11.569Z Compiling addr2line v0.21.0
12632024-08-29T14:40:11.961Z Compiling terminal_size v0.3.0
12642024-08-29T14:40:12.304Z Compiling hubpack_derive v0.1.1
12652024-08-29T14:40:12.323Z Compiling zerocopy-derive v0.6.6
12662024-08-29T14:40:12.323Z Compiling async-trait v0.1.81
12672024-08-29T14:40:12.449Z Compiling num-iter v0.1.45
12682024-08-29T14:40:13.233Z Compiling phf_shared v0.11.2
12692024-08-29T14:40:13.464Z Compiling serde_derive_internals v0.29.1
12702024-08-29T14:40:13.612Z Compiling ff v0.13.0
12712024-08-29T14:40:13.686Z Compiling object v0.32.2
12722024-08-29T14:40:13.709Z Compiling fs-err v2.11.0
12732024-08-29T14:40:13.840Z Compiling managed v0.8.0
12742024-08-29T14:40:14.006Z Compiling winnow v0.5.40
12752024-08-29T14:40:14.313Z Compiling tokio-util v0.7.11
12762024-08-29T14:40:15.139Z Compiling tokio-native-tls v0.3.1
12772024-08-29T14:40:15.157Z Compiling tokio-rustls v0.24.1
12782024-08-29T14:40:15.424Z Compiling h2 v0.3.26
12792024-08-29T14:40:15.563Z Compiling ipnet v2.9.0
12802024-08-29T14:40:15.711Z Compiling anyhow v1.0.86
12812024-08-29T14:40:16.343Z Compiling base16ct v0.2.0
12822024-08-29T14:40:16.377Z Compiling either v1.13.0
12832024-08-29T14:40:16.692Z Compiling bitflags v1.3.2
12842024-08-29T14:40:16.787Z Compiling base64 v0.21.7
12852024-08-29T14:40:16.807Z Compiling schemars v0.8.21
12862024-08-29T14:40:16.807Z Compiling rustc-demangle v0.1.24
12872024-08-29T14:40:17.227Z Compiling clap_builder v4.5.15
12882024-08-29T14:40:17.544Z Compiling rustls-pemfile v1.0.4
12892024-08-29T14:40:17.781Z Compiling toml_edit v0.19.15
12902024-08-29T14:40:17.987Z Compiling sec1 v0.7.3
12912024-08-29T14:40:18.192Z Compiling schemars_derive v0.8.21
12922024-08-29T14:40:18.600Z Compiling zerocopy v0.6.6
12932024-08-29T14:40:19.504Z Compiling group v0.13.0
12942024-08-29T14:40:19.569Z Compiling phf v0.11.2
12952024-08-29T14:40:19.843Z Compiling hubpack v0.1.2
12962024-08-29T14:40:19.865Z Compiling cookie_store v0.20.0
12972024-08-29T14:40:21.380Z Compiling postgres-types v0.2.7
12982024-08-29T14:40:21.649Z Compiling usdt-attr-macro v0.5.0
12992024-08-29T14:40:22.552Z Compiling hyper v0.14.30
13002024-08-29T14:40:22.863Z Compiling usdt-macro v0.5.0
13012024-08-29T14:40:23.338Z Compiling serde_urlencoded v0.7.1
13022024-08-29T14:40:23.869Z Compiling pkcs1 v0.7.5
13032024-08-29T14:40:24.382Z Compiling futures-executor v0.3.30
13042024-08-29T14:40:24.697Z Compiling hkdf v0.12.4
13052024-08-29T14:40:24.977Z Compiling signature v2.2.0
13062024-08-29T14:40:24.996Z Compiling regex v1.10.6
13072024-08-29T14:40:24.999Z Compiling bstr v1.9.1
13082024-08-29T14:40:25.289Z Compiling crypto-bigint v0.5.5
13092024-08-29T14:40:25.809Z Compiling serde_repr v0.1.19
13102024-08-29T14:40:26.158Z Compiling clap_derive v4.5.13
13112024-08-29T14:40:26.161Z Compiling enum-as-inner v0.6.0
13122024-08-29T14:40:26.733Z Compiling strum_macros v0.25.3
13132024-08-29T14:40:26.804Z Compiling phf_shared v0.10.0
13142024-08-29T14:40:27.015Z Compiling float-cmp v0.9.0
13152024-08-29T14:40:27.214Z Compiling idna v0.4.0
13162024-08-29T14:40:27.252Z Compiling mio v0.8.11
13172024-08-29T14:40:27.274Z Compiling encoding_rs v0.8.34
13182024-08-29T14:40:28.518Z Compiling webpki-roots v0.25.4
13192024-08-29T14:40:28.693Z Compiling unicode-segmentation v1.11.0
13202024-08-29T14:40:28.836Z Compiling new_debug_unreachable v1.0.6
13212024-08-29T14:40:28.936Z Compiling predicates-core v1.0.6
13222024-08-29T14:40:29.315Z Compiling difflib v0.4.0
13232024-08-29T14:40:29.561Z Compiling mime v0.3.17
13242024-08-29T14:40:30.189Z Compiling hyper-rustls v0.24.2
13252024-08-29T14:40:30.556Z Compiling hyper-tls v0.5.0
13262024-08-29T14:40:30.751Z Compiling dyn-clone v1.0.17
13272024-08-29T14:40:30.916Z Compiling bit-vec v0.6.3
13282024-08-29T14:40:30.949Z Compiling data-encoding v2.6.0
13292024-08-29T14:40:30.969Z Compiling whoami v1.5.1
13302024-08-29T14:40:31.195Z Compiling minimal-lexical v0.2.1
13312024-08-29T14:40:31.370Z Compiling fixedbitset v0.4.2
13322024-08-29T14:40:31.391Z Compiling precomputed-hash v0.1.1
13332024-08-29T14:40:31.507Z Compiling normalize-line-endings v0.3.0
13342024-08-29T14:40:31.612Z Compiling sync_wrapper v0.1.2
13352024-08-29T14:40:31.635Z Compiling static_assertions v1.1.0
13362024-08-29T14:40:31.705Z Compiling petgraph v0.6.5
13372024-08-29T14:40:31.738Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13382024-08-29T14:40:31.755Z Compiling reqwest v0.11.27
13392024-08-29T14:40:31.841Z Compiling hickory-proto v0.24.1
13402024-08-29T14:40:31.860Z Compiling predicates v3.1.2
13412024-08-29T14:40:32.811Z Compiling nom v7.1.3
13422024-08-29T14:40:33.328Z Compiling console v0.15.8
13432024-08-29T14:40:33.638Z Compiling string_cache v0.8.7
13442024-08-29T14:40:34.121Z Compiling tokio-postgres v0.7.11
13452024-08-29T14:40:34.936Z Compiling bit-set v0.5.3
13462024-08-29T14:40:35.128Z Compiling clap v4.5.16
13472024-08-29T14:40:35.227Z Compiling toml_edit v0.22.20
13482024-08-29T14:40:35.741Z Compiling similar v2.6.0
13492024-08-29T14:40:36.618Z Compiling elliptic-curve v0.13.8
13502024-08-29T14:40:37.448Z Compiling signal-hook-mio v0.2.4
13512024-08-29T14:40:37.636Z Compiling usdt v0.5.0
13522024-08-29T14:40:38.018Z Compiling rsa v0.9.6
13532024-08-29T14:40:38.140Z Compiling futures v0.3.30
13542024-08-29T14:40:39.063Z Compiling flate2 v1.0.31
13552024-08-29T14:40:39.162Z Compiling toml v0.7.8
13562024-08-29T14:40:40.153Z Compiling itertools v0.10.5
13572024-08-29T14:40:40.734Z Compiling itertools v0.12.1
13582024-08-29T14:40:40.965Z Compiling tokio-stream v0.1.15
13592024-08-29T14:40:42.019Z Compiling openapiv3 v2.0.0
13602024-08-29T14:40:42.040Z Compiling hex v0.4.3
13612024-08-29T14:40:42.397Z Compiling sha1 v0.10.6
13622024-08-29T14:40:42.651Z Compiling crossbeam-epoch v0.9.18
13632024-08-29T14:40:42.833Z Compiling dirs-sys-next v0.1.2
13642024-08-29T14:40:42.957Z Compiling lalrpop-util v0.19.12
13652024-08-29T14:40:43.321Z Compiling peg-runtime v0.8.3
13662024-08-29T14:40:43.442Z Compiling unicode-xid v0.2.4
13672024-08-29T14:40:43.494Z Compiling dirs-next v2.0.0
13682024-08-29T14:40:43.624Z Compiling thread_local v1.1.8
13692024-08-29T14:40:43.690Z Compiling slog-async v2.8.0
13702024-08-29T14:40:43.710Z Compiling term v0.7.0
13712024-08-29T14:40:43.847Z Compiling xattr v1.3.1
13722024-08-29T14:40:43.971Z Compiling strum_macros v0.26.4
13732024-08-29T14:40:44.139Z Compiling crossbeam-channel v0.5.12
13742024-08-29T14:40:44.173Z Compiling filetime v0.2.24
13752024-08-29T14:40:44.313Z Compiling is-terminal v0.4.12
13762024-08-29T14:40:44.480Z Compiling take_mut v0.2.2
13772024-08-29T14:40:44.503Z Compiling slog-term v2.9.1
13782024-08-29T14:40:44.657Z Compiling tar v0.4.41
13792024-08-29T14:40:45.283Z Compiling camino v1.1.9
13802024-08-29T14:40:46.720Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13812024-08-29T14:40:47.390Z Compiling strum v0.26.3
13822024-08-29T14:40:47.467Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13832024-08-29T14:40:52.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13842024-08-29T14:40:53.063Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13852024-08-29T14:40:53.114ZAug 29 14:40:52.867 INFO Starting download, target: Clickhouse
13862024-08-29T14:40:53.114ZAug 29 14:40:52.867 INFO Starting download, target: Console
13872024-08-29T14:40:53.114ZAug 29 14:40:52.867 INFO Starting download, target: Cockroach
13882024-08-29T14:40:53.114ZAug 29 14:40:52.867 INFO Starting download, target: DendriteOpenapi
13892024-08-29T14:40:53.117ZAug 29 14:40:52.867 INFO Starting download, target: DendriteStub
13902024-08-29T14:40:53.117ZAug 29 14:40:52.867 INFO Starting download, target: MaghemiteMgd
13912024-08-29T14:40:53.117ZAug 29 14:40:52.867 INFO Starting download, target: TransceiverControl
13922024-08-29T14:40:53.117ZAug 29 14:40:52.868 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13932024-08-29T14:40:53.117ZAug 29 14:40:52.868 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13942024-08-29T14:40:53.117ZAug 29 14:40:52.868 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13952024-08-29T14:40:53.117ZAug 29 14:40:52.868 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13962024-08-29T14:40:53.117ZAug 29 14:40:52.868 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13972024-08-29T14:40:53.117ZAug 29 14:40:52.868 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13982024-08-29T14:40:53.117ZAug 29 14:40:52.868 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13992024-08-29T14:40:53.277ZAug 29 14:40:53.029 INFO Download complete, target: DendriteOpenapi
14002024-08-29T14:40:53.325ZAug 29 14:40:53.078 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14012024-08-29T14:40:53.728ZAug 29 14:40:53.472 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14022024-08-29T14:40:53.942ZAug 29 14:40:53.694 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14032024-08-29T14:40:53.969ZAug 29 14:40:53.718 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14042024-08-29T14:40:54.104ZAug 29 14:40:53.856 INFO Download complete, target: Console
14052024-08-29T14:40:54.130ZAug 29 14:40:53.882 INFO Download complete, target: TransceiverControl
14062024-08-29T14:40:54.327ZAug 29 14:40:54.079 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14072024-08-29T14:40:54.327ZAug 29 14:40:54.079 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14082024-08-29T14:40:55.299ZAug 29 14:40:55.052 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14092024-08-29T14:40:57.064ZAug 29 14:40:56.816 INFO Download complete, target: DendriteStub
14102024-08-29T14:40:57.247ZAug 29 14:40:57.000 INFO Download complete, target: MaghemiteMgd
14112024-08-29T14:41:02.758ZAug 29 14:41:02.509 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14122024-08-29T14:41:03.046ZAug 29 14:41:02.798 INFO Checking that binary works, target: Cockroach
14132024-08-29T14:41:03.208ZAug 29 14:41:02.959 INFO Download complete, target: Cockroach
14142024-08-29T14:41:09.120ZAug 29 14:41:08.870 INFO Checking that binary works, target: Clickhouse
14152024-08-29T14:41:09.252ZAug 29 14:41:09.003 INFO Download complete, target: Clickhouse
14162024-08-29T14:41:09.274ZAll builder prerequisites installed successfully, and PATH looks valid
14172024-08-29T14:41:09.281Z
14182024-08-29T14:41:09.281Zreal 3:42.474050660
14192024-08-29T14:41:09.281Zuser 11:34.310601345
14202024-08-29T14:41:09.281Zsys 2:28.600669459
14212024-08-29T14:41:09.281Ztrap 0.429796782
14222024-08-29T14:41:09.281Ztflt 1.405380090
14232024-08-29T14:41:09.281Zdflt 1.515266262
14242024-08-29T14:41:09.281Zkflt 0.025997347
14252024-08-29T14:41:09.281Zlock 23:07.521659924
14262024-08-29T14:41:09.281Zslp 44:27.509056534
14272024-08-29T14:41:09.281Zlat 43.234898116
14282024-08-29T14:41:09.281Zstop 1:46.587436071
14292024-08-29T14:41:09.284Z+ banner hack-check
14302024-08-29T14:41:09.284Z
14312024-08-29T14:41:09.284Z # # ## #### # # #### # # ###### #### # #
14322024-08-29T14:41:09.284Z # # # # # # # # # # # # # # # # #
14332024-08-29T14:41:09.284Z ###### # # # #### ##### # ###### ##### # ####
14342024-08-29T14:41:09.284Z # # ###### # # # # # # # # # #
14352024-08-29T14:41:09.284Z # # # # # # # # # # # # # # # # #
14362024-08-29T14:41:09.284Z # # # # #### # # #### # # ###### #### # #
14372024-08-29T14:41:09.284Z
14382024-08-29T14:41:09.284Z+ export CARGO_INCREMENTAL=0
14392024-08-29T14:41:09.284Z+ CARGO_INCREMENTAL=0
14402024-08-29T14:41:09.284Z+ ptime -m timeout 2h cargo xtask check-features --ci
14412024-08-29T14:41:09.856Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14422024-08-29T14:41:13.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
14432024-08-29T14:41:13.906Z Running `target/debug/xtask check-features --ci`
14442024-08-29T14:41:13.925Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14452024-08-29T14:41:13.925Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14462024-08-29T14:41:14.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
14472024-08-29T14:41:14.460Z Running `target/debug/xtask download cargo-hack`
14482024-08-29T14:41:15.297Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14492024-08-29T14:41:15.657Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14502024-08-29T14:41:20.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s
14512024-08-29T14:41:20.494Z Running `target/debug/xtask-downloader cargo-hack`
14522024-08-29T14:41:20.530ZAug 29 14:41:20.279 INFO Starting download, target: CargoHack
14532024-08-29T14:41:20.533ZAug 29 14:41:20.280 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14542024-08-29T14:41:21.202ZAug 29 14:41:20.951 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14552024-08-29T14:41:21.306ZAug 29 14:41:21.055 INFO Download complete, target: CargoHack
14562024-08-29T14:41:21.310Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14572024-08-29T14:41:21.326Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14582024-08-29T14:41:21.487Zinfo: running `cargo check --bins` on api_identity (1/158)
14592024-08-29T14:41:22.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14602024-08-29T14:41:22.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14612024-08-29T14:41:22.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14622024-08-29T14:41:22.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14632024-08-29T14:41:22.110Z
14642024-08-29T14:41:22.110Zinfo: running `cargo check --bins` on bootstore (2/158)
14652024-08-29T14:41:22.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14662024-08-29T14:41:22.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14672024-08-29T14:41:22.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14682024-08-29T14:41:22.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
14692024-08-29T14:41:22.791Z
14702024-08-29T14:41:22.791Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/158)
14712024-08-29T14:41:23.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14722024-08-29T14:41:23.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14732024-08-29T14:41:23.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14742024-08-29T14:41:23.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14752024-08-29T14:41:23.436Z
14762024-08-29T14:41:23.437Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158)
14772024-08-29T14:41:24.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14782024-08-29T14:41:24.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14792024-08-29T14:41:24.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14802024-08-29T14:41:24.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
14812024-08-29T14:41:24.096Z
14822024-08-29T14:41:24.096Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158)
14832024-08-29T14:41:24.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14842024-08-29T14:41:24.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14852024-08-29T14:41:24.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14862024-08-29T14:41:24.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14872024-08-29T14:41:24.586Z
14882024-08-29T14:41:24.586Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158)
14892024-08-29T14:41:25.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14902024-08-29T14:41:25.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14912024-08-29T14:41:25.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14922024-08-29T14:41:25.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14932024-08-29T14:41:25.061Z
14942024-08-29T14:41:25.061Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158)
14952024-08-29T14:41:25.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14962024-08-29T14:41:25.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14972024-08-29T14:41:25.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14982024-08-29T14:41:25.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14992024-08-29T14:41:25.542Z
15002024-08-29T14:41:25.542Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158)
15012024-08-29T14:41:25.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15022024-08-29T14:41:25.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15032024-08-29T14:41:25.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15042024-08-29T14:41:25.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15052024-08-29T14:41:26.030Z
15062024-08-29T14:41:26.031Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158)
15072024-08-29T14:41:26.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15082024-08-29T14:41:26.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15092024-08-29T14:41:26.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15102024-08-29T14:41:26.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15112024-08-29T14:41:26.512Z
15122024-08-29T14:41:26.512Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158)
15132024-08-29T14:41:26.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15142024-08-29T14:41:26.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15152024-08-29T14:41:26.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15162024-08-29T14:41:26.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15172024-08-29T14:41:26.998Z
15182024-08-29T14:41:26.999Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158)
15192024-08-29T14:41:27.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15202024-08-29T14:41:27.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15212024-08-29T14:41:27.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15222024-08-29T14:41:27.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15232024-08-29T14:41:27.479Z
15242024-08-29T14:41:27.479Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158)
15252024-08-29T14:41:27.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15262024-08-29T14:41:27.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15272024-08-29T14:41:27.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15282024-08-29T14:41:27.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15292024-08-29T14:41:27.963Z
15302024-08-29T14:41:27.963Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158)
15312024-08-29T14:41:28.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15322024-08-29T14:41:28.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15332024-08-29T14:41:28.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15342024-08-29T14:41:28.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15352024-08-29T14:41:28.451Z
15362024-08-29T14:41:28.451Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158)
15372024-08-29T14:41:28.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15382024-08-29T14:41:28.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15392024-08-29T14:41:28.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15402024-08-29T14:41:28.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15412024-08-29T14:41:28.932Z
15422024-08-29T14:41:28.933Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158)
15432024-08-29T14:41:29.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15442024-08-29T14:41:29.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15452024-08-29T14:41:29.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15462024-08-29T14:41:29.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15472024-08-29T14:41:29.414Z
15482024-08-29T14:41:29.414Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158)
15492024-08-29T14:41:29.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15502024-08-29T14:41:29.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15512024-08-29T14:41:29.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15522024-08-29T14:41:29.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15532024-08-29T14:41:29.886Z
15542024-08-29T14:41:29.886Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158)
15552024-08-29T14:41:30.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15562024-08-29T14:41:30.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15572024-08-29T14:41:30.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15582024-08-29T14:41:30.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15592024-08-29T14:41:30.363Z
15602024-08-29T14:41:30.363Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158)
15612024-08-29T14:41:30.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15622024-08-29T14:41:30.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15632024-08-29T14:41:30.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15642024-08-29T14:41:30.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15652024-08-29T14:41:30.855Z
15662024-08-29T14:41:30.855Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158)
15672024-08-29T14:41:31.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15682024-08-29T14:41:31.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15692024-08-29T14:41:31.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15702024-08-29T14:41:31.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15712024-08-29T14:41:31.342Z
15722024-08-29T14:41:31.342Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158)
15732024-08-29T14:41:31.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15742024-08-29T14:41:31.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15752024-08-29T14:41:31.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15762024-08-29T14:41:31.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15772024-08-29T14:41:31.823Z
15782024-08-29T14:41:31.823Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158)
15792024-08-29T14:41:32.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15802024-08-29T14:41:32.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15812024-08-29T14:41:32.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15822024-08-29T14:41:32.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15832024-08-29T14:41:32.310Z
15842024-08-29T14:41:32.310Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158)
15852024-08-29T14:41:32.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15862024-08-29T14:41:32.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15872024-08-29T14:41:32.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15882024-08-29T14:41:32.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15892024-08-29T14:41:32.795Z
15902024-08-29T14:41:32.795Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158)
15912024-08-29T14:41:33.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15922024-08-29T14:41:33.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15932024-08-29T14:41:33.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15942024-08-29T14:41:33.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15952024-08-29T14:41:33.283Z
15962024-08-29T14:41:33.283Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158)
15972024-08-29T14:41:33.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15982024-08-29T14:41:33.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15992024-08-29T14:41:33.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16002024-08-29T14:41:33.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16012024-08-29T14:41:33.760Z
16022024-08-29T14:41:33.760Zinfo: running `cargo check --bins` on sled-hardware-types (25/158)
16032024-08-29T14:41:34.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16042024-08-29T14:41:34.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16052024-08-29T14:41:34.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16062024-08-29T14:41:34.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16072024-08-29T14:41:34.417Z
16082024-08-29T14:41:34.417Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/158)
16092024-08-29T14:41:35.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16102024-08-29T14:41:35.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16112024-08-29T14:41:35.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16122024-08-29T14:41:35.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16132024-08-29T14:41:35.070Z
16142024-08-29T14:41:35.070Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158)
16152024-08-29T14:41:35.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-08-29T14:41:35.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-08-29T14:41:35.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-08-29T14:41:35.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16192024-08-29T14:41:35.722Z
16202024-08-29T14:41:35.722Zinfo: running `cargo check --bins` on oxlog (28/158)
16212024-08-29T14:41:36.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-08-29T14:41:36.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-08-29T14:41:36.351Z Checking cfg-if v1.0.0
16242024-08-29T14:41:36.353Z Checking libc v0.2.158
16252024-08-29T14:41:36.445Z Checking memchr v2.7.2
16262024-08-29T14:41:36.457Z Checking serde v1.0.208
16272024-08-29T14:41:36.459Z Checking zeroize v1.7.0
16282024-08-29T14:41:36.478Z Checking typenum v1.17.0
16292024-08-29T14:41:36.480Z Checking scopeguard v1.2.0
16302024-08-29T14:41:36.480Z Checking byteorder v1.5.0
16312024-08-29T14:41:36.511Z Checking log v0.4.21
16322024-08-29T14:41:36.618Z Checking lock_api v0.4.12
16332024-08-29T14:41:36.695Z Checking subtle v2.5.0
16342024-08-29T14:41:36.792Z Checking const-oid v0.9.6
16352024-08-29T14:41:36.895Z Checking once_cell v1.19.0
16362024-08-29T14:41:36.957Z Checking itoa v1.0.11
16372024-08-29T14:41:37.019Z Checking pin-project-lite v0.2.14
16382024-08-29T14:41:37.133Z Checking smallvec v1.13.2
16392024-08-29T14:41:37.192Z Checking zerocopy v0.7.34
16402024-08-29T14:41:37.206Z Checking spin v0.9.8
16412024-08-29T14:41:37.281Z Checking tinyvec_macros v0.1.1
16422024-08-29T14:41:37.358Z Checking tinyvec v1.6.0
16432024-08-29T14:41:37.472Z Checking futures-core v0.3.30
16442024-08-29T14:41:37.556Z Checking cpufeatures v0.2.12
16452024-08-29T14:41:37.588Z Checking getrandom v0.2.14
16462024-08-29T14:41:37.649Z Checking signal-hook-registry v1.4.2
16472024-08-29T14:41:37.664Z Checking parking_lot_core v0.9.10
16482024-08-29T14:41:37.807Z Checking generic-array v0.14.7
16492024-08-29T14:41:37.860Z Checking rand_core v0.6.4
16502024-08-29T14:41:37.900Z Checking mio v1.0.2
16512024-08-29T14:41:37.989Z Checking parking_lot v0.12.2
16522024-08-29T14:41:38.124Z Checking socket2 v0.5.7
16532024-08-29T14:41:38.345Z Checking futures-sink v0.3.30
16542024-08-29T14:41:38.482Z Checking allocator-api2 v0.2.18
16552024-08-29T14:41:38.518Z Checking unicode-bidi v0.3.15
16562024-08-29T14:41:38.568Z Checking ahash v0.8.11
16572024-08-29T14:41:38.607Z Checking libm v0.2.8
16582024-08-29T14:41:38.646Z Checking unicode-normalization v0.1.23
16592024-08-29T14:41:38.664Z Checking ryu v1.0.18
16602024-08-29T14:41:38.880Z Checking equivalent v1.0.1
16612024-08-29T14:41:38.953Z Checking crypto-common v0.1.6
16622024-08-29T14:41:38.986Z Checking block-buffer v0.10.4
16632024-08-29T14:41:39.087Z Checking block-padding v0.3.3
16642024-08-29T14:41:39.118Z Checking hashbrown v0.14.5
16652024-08-29T14:41:39.133Z Checking futures-channel v0.3.30
16662024-08-29T14:41:39.145Z Checking slab v0.4.9
16672024-08-29T14:41:39.176Z Checking digest v0.10.7
16682024-08-29T14:41:39.294Z Checking inout v0.1.3
16692024-08-29T14:41:39.436Z Checking futures-task v0.3.30
16702024-08-29T14:41:39.472Z Checking futures-io v0.3.30
16712024-08-29T14:41:39.488Z Checking num-traits v0.2.19
16722024-08-29T14:41:39.501Z Checking cipher v0.4.4
16732024-08-29T14:41:39.539Z Checking hmac v0.12.1
16742024-08-29T14:41:39.561Z Checking sha2 v0.10.8
16752024-08-29T14:41:39.602Z Checking pin-utils v0.1.0
16762024-08-29T14:41:39.639Z Checking base64ct v1.6.0
16772024-08-29T14:41:39.687Z Checking futures-util v0.3.30
16782024-08-29T14:41:39.742Z Checking flagset v0.4.5
16792024-08-29T14:41:39.882Z Checking ppv-lite86 v0.2.17
16802024-08-29T14:41:39.926Z Checking percent-encoding v2.3.1
16812024-08-29T14:41:40.085Z Checking pem-rfc7468 v0.7.0
16822024-08-29T14:41:40.111Z Checking salsa20 v0.10.2
16832024-08-29T14:41:40.131Z Checking pbkdf2 v0.12.2
16842024-08-29T14:41:40.285Z Checking tracing-core v0.1.32
16852024-08-29T14:41:40.304Z Checking fnv v1.0.7
16862024-08-29T14:41:40.319Z Checking untrusted v0.9.0
16872024-08-29T14:41:40.332Z Checking der v0.7.9
16882024-08-29T14:41:40.429Z Checking scrypt v0.11.0
16892024-08-29T14:41:40.470Z Checking ring v0.17.8
16902024-08-29T14:41:40.598Z Checking rand_chacha v0.3.1
16912024-08-29T14:41:40.651Z Checking cbc v0.1.2
16922024-08-29T14:41:40.862Z Checking aes v0.8.4
16932024-08-29T14:41:40.903Z Checking tracing v0.1.40
16942024-08-29T14:41:40.966Z Checking rand v0.8.5
16952024-08-29T14:41:41.158Z Checking thiserror v1.0.63
16962024-08-29T14:41:41.251Z Checking foreign-types-shared v0.1.1
16972024-08-29T14:41:41.295Z Checking form_urlencoded v1.2.1
16982024-08-29T14:41:41.348Z Checking foreign-types v0.3.2
16992024-08-29T14:41:41.433Z Checking openssl-sys v0.9.103
17002024-08-29T14:41:41.494Z Checking aho-corasick v1.1.3
17012024-08-29T14:41:41.537Z Checking bytes v1.7.1
17022024-08-29T14:41:41.742Z Checking bitflags v2.6.0
17032024-08-29T14:41:42.025Z Checking indexmap v2.4.0
17042024-08-29T14:41:42.193Z Checking serde_json v1.0.125
17052024-08-29T14:41:42.245Z Checking spki v0.7.3
17062024-08-29T14:41:42.310Z Checking siphasher v0.3.11
17072024-08-29T14:41:42.330Z Checking tokio v1.39.3
17082024-08-29T14:41:42.529Z Checking http v0.2.12
17092024-08-29T14:41:42.619Z Checking pkcs5 v0.7.1
17102024-08-29T14:41:42.751Z Checking regex-syntax v0.8.4
17112024-08-29T14:41:43.146Z Checking try-lock v0.2.5
17122024-08-29T14:41:43.194Z Checking unicode-ident v1.0.12
17132024-08-29T14:41:43.266Z Checking powerfmt v0.2.0
17142024-08-29T14:41:43.302Z Checking want v0.3.1
17152024-08-29T14:41:43.345Z Checking proc-macro2 v1.0.86
17162024-08-29T14:41:43.479Z Checking pkcs8 v0.10.2
17172024-08-29T14:41:43.529Z Checking deranged v0.3.11
17182024-08-29T14:41:43.794Z Checking openssl v0.10.66
17192024-08-29T14:41:43.882Z Checking rustls-webpki v0.101.7
17202024-08-29T14:41:43.934Z Checking http-body v0.4.6
17212024-08-29T14:41:44.002Z Checking sct v0.7.1
17222024-08-29T14:41:44.185Z Checking uuid v1.10.0
17232024-08-29T14:41:44.331Z Checking idna v0.5.0
17242024-08-29T14:41:44.645Z Checking httparse v1.8.0
17252024-08-29T14:41:44.765Z Checking errno v0.3.9
17262024-08-29T14:41:44.808Z Checking scroll v0.12.0
17272024-08-29T14:41:44.940Z Checking utf8parse v0.2.1
17282024-08-29T14:41:45.052Z Checking iana-time-zone v0.1.60
17292024-08-29T14:41:45.079Z Checking num-conv v0.1.0
17302024-08-29T14:41:45.185Z Checking plain v0.2.3
17312024-08-29T14:41:45.200Z Checking anstyle v1.0.8
17322024-08-29T14:41:45.214Z Checking tower-service v0.3.2
17332024-08-29T14:41:45.269Z Checking adler v1.0.2
17342024-08-29T14:41:45.317Z Checking time-core v0.1.2
17352024-08-29T14:41:45.332Z Checking httpdate v1.0.3
17362024-08-29T14:41:45.335Z Checking finl_unicode v1.2.0
17372024-08-29T14:41:45.415Z Checking ucd-trie v0.1.6
17382024-08-29T14:41:45.469Z Checking openssl-probe v0.1.5
17392024-08-29T14:41:45.522Z Checking num_threads v0.1.7
17402024-08-29T14:41:45.570Z Checking miniz_oxide v0.7.2
17412024-08-29T14:41:45.607Z Checking goblin v0.8.2
17422024-08-29T14:41:45.620Z Checking pest v2.7.10
17432024-08-29T14:41:45.632Z Checking time v0.3.36
17442024-08-29T14:41:45.898Z Checking regex-automata v0.4.6
17452024-08-29T14:41:45.914Z Checking stringprep v0.1.4
17462024-08-29T14:41:46.191Z Checking chrono v0.4.38
17472024-08-29T14:41:46.264Z Checking url v2.5.2
17482024-08-29T14:41:47.048Z Checking anstyle-parse v0.2.4
17492024-08-29T14:41:47.319Z Checking rustix v0.38.34
17502024-08-29T14:41:48.223Z Checking rustls v0.21.12
17512024-08-29T14:41:48.269Z Checking quote v1.0.36
17522024-08-29T14:41:48.304Z Checking serde_spanned v0.6.7
17532024-08-29T14:41:48.484Z Checking toml_datetime v0.6.8
17542024-08-29T14:41:48.592Z Checking num-integer v0.1.46
17552024-08-29T14:41:48.784Z Checking idna v0.3.0
17562024-08-29T14:41:49.088Z Checking md-5 v0.10.6
17572024-08-29T14:41:49.139Z Checking native-tls v0.2.11
17582024-08-29T14:41:49.294Z Checking tokio-util v0.7.11
17592024-08-29T14:41:49.309Z Checking lazy_static v1.5.0
17602024-08-29T14:41:49.414Z Checking hash32 v0.2.1
17612024-08-29T14:41:49.431Z Checking stable_deref_trait v1.2.0
17622024-08-29T14:41:49.443Z Checking anstyle-query v1.0.3
17632024-08-29T14:41:49.523Z Checking pretty-hex v0.4.1
17642024-08-29T14:41:49.555Z Checking fallible-iterator v0.2.0
17652024-08-29T14:41:49.625Z Checking gimli v0.28.1
17662024-08-29T14:41:49.690Z Checking base64 v0.22.1
17672024-08-29T14:41:49.710Z Checking is_terminal_polyfill v1.70.0
17682024-08-29T14:41:49.824Z Checking psl-types v2.0.11
17692024-08-29T14:41:49.993Z Checking colorchoice v1.0.1
17702024-08-29T14:41:50.116Z Checking anstream v0.6.14
17712024-08-29T14:41:50.137Z Checking h2 v0.3.26
17722024-08-29T14:41:50.154Z Checking publicsuffix v2.2.3
17732024-08-29T14:41:50.168Z Checking postgres-protocol v0.6.7
17742024-08-29T14:41:50.386Z Checking heapless v0.7.17
17752024-08-29T14:41:50.426Z Checking tokio-native-tls v0.3.1
17762024-08-29T14:41:50.462Z Checking terminal_size v0.3.0
17772024-08-29T14:41:50.631Z Checking num-iter v0.1.45
17782024-08-29T14:41:50.666Z Checking syn v2.0.74
17792024-08-29T14:41:50.681Z Checking dof v0.3.0
17802024-08-29T14:41:50.805Z Checking cookie v0.17.0
17812024-08-29T14:41:50.831Z Checking dtrace-parser v0.2.0
17822024-08-29T14:41:51.222Z Checking phf_shared v0.11.2
17832024-08-29T14:41:51.287Z Checking ff v0.13.0
17842024-08-29T14:41:51.290Z Checking thread-id v4.2.1
17852024-08-29T14:41:51.390Z Checking object v0.32.2
17862024-08-29T14:41:51.404Z Checking ipnet v2.9.0
17872024-08-29T14:41:51.419Z Checking tokio-rustls v0.24.1
17882024-08-29T14:41:51.472Z Checking winnow v0.5.40
17892024-08-29T14:41:51.485Z Checking clap_lex v0.7.0
17902024-08-29T14:41:51.719Z Checking rustc-demangle v0.1.24
17912024-08-29T14:41:51.760Z Checking base16ct v0.2.0
17922024-08-29T14:41:51.849Z Checking base64 v0.21.7
17932024-08-29T14:41:51.949Z Checking strsim v0.11.1
17942024-08-29T14:41:52.157Z Checking either v1.13.0
17952024-08-29T14:41:52.229Z Checking bitflags v1.3.2
17962024-08-29T14:41:52.288Z Checking managed v0.8.0
17972024-08-29T14:41:52.327Z Checking rustls-pemfile v1.0.4
17982024-08-29T14:41:52.533Z Checking clap_builder v4.5.15
17992024-08-29T14:41:52.577Z Checking sec1 v0.7.3
18002024-08-29T14:41:52.704Z Checking smoltcp v0.9.1
18012024-08-29T14:41:52.937Z Checking group v0.13.0
18022024-08-29T14:41:53.200Z Checking phf v0.11.2
18032024-08-29T14:41:53.475Z Checking cookie_store v0.20.0
18042024-08-29T14:41:53.560Z Checking addr2line v0.21.0
18052024-08-29T14:41:54.059Z Checking postgres-types v0.2.7
18062024-08-29T14:41:54.128Z Checking num-bigint-dig v0.8.4
18072024-08-29T14:41:54.205Z Checking bstr v1.9.1
18082024-08-29T14:41:54.559Z Checking toml_edit v0.19.15
18092024-08-29T14:41:54.781Z Checking regex v1.10.6
18102024-08-29T14:41:55.139Z Checking futures-executor v0.3.30
18112024-08-29T14:41:55.355Z Checking pkcs1 v0.7.5
18122024-08-29T14:41:55.375Z Checking phf_shared v0.10.0
18132024-08-29T14:41:55.619Z Checking hubpack v0.1.2
18142024-08-29T14:41:55.640Z Checking serde_urlencoded v0.7.1
18152024-08-29T14:41:55.741Z Checking zerocopy v0.6.6
18162024-08-29T14:41:55.918Z Checking float-cmp v0.9.0
18172024-08-29T14:41:56.059Z Checking crossbeam-utils v0.8.19
18182024-08-29T14:41:56.107Z Checking crc32fast v1.4.0
18192024-08-29T14:41:56.241Z Checking hyper v0.14.30
18202024-08-29T14:41:56.303Z Checking signal-hook v0.3.17
18212024-08-29T14:41:56.339Z Checking hkdf v0.12.4
18222024-08-29T14:41:56.472Z Checking idna v0.4.0
18232024-08-29T14:41:56.535Z Checking signature v2.2.0
18242024-08-29T14:41:56.636Z Checking crypto-bigint v0.5.5
18252024-08-29T14:41:56.718Z Checking memmap v0.7.0
18262024-08-29T14:41:56.752Z Checking mio v0.8.11
18272024-08-29T14:41:56.915Z Checking encoding_rs v0.8.34
18282024-08-29T14:41:57.000Z Checking usdt-impl v0.5.0
18292024-08-29T14:41:57.014Z Checking minimal-lexical v0.2.1
18302024-08-29T14:41:57.331Z Checking normalize-line-endings v0.3.0
18312024-08-29T14:41:57.345Z Checking static_assertions v1.1.0
18322024-08-29T14:41:57.367Z Checking unicode-width v0.1.13
18332024-08-29T14:41:57.432Z Checking winnow v0.6.18
18342024-08-29T14:41:57.446Z Checking precomputed-hash v0.1.1
18352024-08-29T14:41:57.449Z Checking backtrace v0.3.71
18362024-08-29T14:41:57.514Z Checking fixedbitset v0.4.2
18372024-08-29T14:41:57.551Z Checking unicode-segmentation v1.11.0
18382024-08-29T14:41:57.554Z Checking predicates-core v1.0.6
18392024-08-29T14:41:57.742Z Checking whoami v1.5.1
18402024-08-29T14:41:57.784Z Checking data-encoding v2.6.0
18412024-08-29T14:41:58.008Z Checking difflib v0.4.0
18422024-08-29T14:41:58.023Z Checking sync_wrapper v0.1.2
18432024-08-29T14:41:58.143Z Checking dyn-clone v1.0.17
18442024-08-29T14:41:58.219Z Checking mime v0.3.17
18452024-08-29T14:41:58.283Z Checking bit-vec v0.6.3
18462024-08-29T14:41:58.323Z Checking new_debug_unreachable v1.0.6
18472024-08-29T14:41:58.414Z Checking webpki-roots v0.25.4
18482024-08-29T14:41:58.459Z Checking hickory-proto v0.24.1
18492024-08-29T14:41:58.530Z Checking string_cache v0.8.7
18502024-08-29T14:41:58.570Z Checking predicates v3.1.2
18512024-08-29T14:41:58.612Z Checking bit-set v0.5.3
18522024-08-29T14:41:58.810Z Checking schemars v0.8.21
18532024-08-29T14:41:58.864Z Checking similar v2.6.0
18542024-08-29T14:41:59.260Z Checking tokio-postgres v0.7.11
18552024-08-29T14:41:59.296Z Checking anyhow v1.0.86
18562024-08-29T14:41:59.448Z Checking elliptic-curve v0.13.8
18572024-08-29T14:41:59.663Z Checking petgraph v0.6.5
18582024-08-29T14:41:59.699Z Checking console v0.15.8
18592024-08-29T14:42:00.076Z Checking usdt v0.5.0
18602024-08-29T14:42:00.271Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18612024-08-29T14:42:00.336Z Checking nom v7.1.3
18622024-08-29T14:42:00.415Z Checking toml_edit v0.22.20
18632024-08-29T14:42:00.443Z Checking signal-hook-mio v0.2.4
18642024-08-29T14:42:00.583Z Checking toml v0.7.8
18652024-08-29T14:42:01.314Z Checking crossbeam-epoch v0.9.18
18662024-08-29T14:42:01.773Z Checking rsa v0.9.6
18672024-08-29T14:42:02.338Z Checking hyper-rustls v0.24.2
18682024-08-29T14:42:02.381Z Checking hyper-tls v0.5.0
18692024-08-29T14:42:02.649Z Checking flate2 v1.0.31
18702024-08-29T14:42:02.663Z Checking reqwest v0.11.27
18712024-08-29T14:42:02.834Z Checking clap v4.5.16
18722024-08-29T14:42:02.954Z Checking futures v0.3.30
18732024-08-29T14:42:02.982Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18742024-08-29T14:42:03.005Z Checking itertools v0.10.5
18752024-08-29T14:42:03.043Z Checking itertools v0.12.1
18762024-08-29T14:42:03.059Z Checking tokio-stream v0.1.15
18772024-08-29T14:42:03.145Z Checking fs-err v2.11.0
18782024-08-29T14:42:03.196Z Checking nix v0.28.0
18792024-08-29T14:42:03.274Z Checking slog v2.7.0
18802024-08-29T14:42:03.679Z Checking openapiv3 v2.0.0
18812024-08-29T14:42:03.751Z Checking semver v1.0.23
18822024-08-29T14:42:03.898Z Checking hex v0.4.3
18832024-08-29T14:42:04.156Z Checking sha1 v0.10.6
18842024-08-29T14:42:04.335Z Checking lalrpop-util v0.19.12
18852024-08-29T14:42:04.383Z Checking peg-runtime v0.8.3
18862024-08-29T14:42:04.427Z Checking camino v1.1.9
18872024-08-29T14:42:04.617Z Checking sigpipe v0.1.3
18882024-08-29T14:42:06.390Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18892024-08-29T14:42:06.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.97s
18902024-08-29T14:42:06.832Z
18912024-08-29T14:42:06.832Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158)
18922024-08-29T14:42:07.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932024-08-29T14:42:07.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942024-08-29T14:42:07.515Z Compiling regress v0.9.1
18952024-08-29T14:42:07.611Z Checking strum v0.26.3
18962024-08-29T14:42:07.628Z Checking heck v0.5.0
18972024-08-29T14:42:07.638Z Compiling getopts v0.2.21
18982024-08-29T14:42:07.647Z Checking dirs-sys-next v0.1.2
18992024-08-29T14:42:07.651Z Compiling unsafe-libyaml v0.2.11
19002024-08-29T14:42:07.731Z Checking http v1.1.0
19012024-08-29T14:42:07.786Z Checking thread_local v1.1.8
19022024-08-29T14:42:07.800Z Checking dirs-next v2.0.0
19032024-08-29T14:42:07.919Z Checking rustls-pki-types v1.7.0
19042024-08-29T14:42:07.965Z Compiling ident_case v1.0.1
19052024-08-29T14:42:08.047Z Checking term v0.7.0
19062024-08-29T14:42:08.130Z Compiling darling_core v0.20.9
19072024-08-29T14:42:08.349Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19082024-08-29T14:42:08.468Z Checking crossbeam-channel v0.5.12
19092024-08-29T14:42:08.530Z Checking atty v0.2.14
19102024-08-29T14:42:08.642Z Checking is-terminal v0.4.12
19112024-08-29T14:42:08.676Z Checking take_mut v0.2.2
19122024-08-29T14:42:08.765Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19132024-08-29T14:42:08.816Z Compiling paste v1.0.15
19142024-08-29T14:42:09.066Z Compiling serde_yaml v0.9.34+deprecated
19152024-08-29T14:42:09.130Z Checking humantime v2.1.0
19162024-08-29T14:42:09.191Z Checking termcolor v1.4.1
19172024-08-29T14:42:09.332Z Compiling rustls v0.22.4
19182024-08-29T14:42:09.409Z Checking utf-8 v0.7.6
19192024-08-29T14:42:09.621Z Checking env_logger v0.9.3
19202024-08-29T14:42:09.645Z Checking slog-async v2.8.0
19212024-08-29T14:42:09.681Z Checking slog-term v2.9.1
19222024-08-29T14:42:09.695Z Checking rustls-webpki v0.102.4
19232024-08-29T14:42:09.935Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19242024-08-29T14:42:10.049Z Compiling proc-macro-crate v1.3.1
19252024-08-29T14:42:10.168Z Compiling bitstruct_derive v0.1.0
19262024-08-29T14:42:10.296Z Compiling structmeta-derive v0.3.0
19272024-08-29T14:42:10.468Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19282024-08-29T14:42:10.595Z Compiling multer v3.1.0
19292024-08-29T14:42:10.897Z Checking match_cfg v0.1.0
19302024-08-29T14:42:10.991Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19312024-08-29T14:42:11.104Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19322024-08-29T14:42:11.120Z Checking ascii v1.1.0
19332024-08-29T14:42:11.528Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19342024-08-29T14:42:11.617Z Checking bitstruct v0.1.1
19352024-08-29T14:42:11.750Z Compiling num_enum_derive v0.5.11
19362024-08-29T14:42:12.440Z Checking hostname v0.3.1
19372024-08-29T14:42:12.669Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19382024-08-29T14:42:12.835Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19392024-08-29T14:42:13.249Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19402024-08-29T14:42:13.381Z Compiling structmeta v0.3.0
19412024-08-29T14:42:13.540Z Checking slog-json v2.6.1
19422024-08-29T14:42:13.556Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19432024-08-29T14:42:13.796Z Checking serde_arrays v0.1.0
19442024-08-29T14:42:13.799Z Checking erased-serde v0.3.31
19452024-08-29T14:42:13.816Z Compiling foreign-types-macros v0.2.3
19462024-08-29T14:42:13.948Z Compiling async-stream-impl v0.3.5
19472024-08-29T14:42:14.332Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19482024-08-29T14:42:14.455Z Checking atomic-waker v1.1.2
19492024-08-29T14:42:14.586Z Checking arc-swap v1.7.1
19502024-08-29T14:42:14.635Z Checking foreign-types-shared v0.3.1
19512024-08-29T14:42:14.738Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19522024-08-29T14:42:14.855Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19532024-08-29T14:42:14.989Z Checking slog-scope v4.4.0
19542024-08-29T14:42:15.055Z Checking foreign-types v0.5.0
19552024-08-29T14:42:15.103Z Checking waitgroup v0.1.2
19562024-08-29T14:42:15.127Z Compiling darling_macro v0.20.9
19572024-08-29T14:42:15.146Z Checking num_enum v0.5.11
19582024-08-29T14:42:15.181Z Compiling parse-display-derive v0.10.0
19592024-08-29T14:42:15.227Z Checking slog-bunyan v2.5.0
19602024-08-29T14:42:15.280Z Compiling proc-macro-error v1.0.4
19612024-08-29T14:42:15.384Z Checking async-stream v0.3.5
19622024-08-29T14:42:15.790Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19632024-08-29T14:42:15.914Z Checking tungstenite v0.20.1
19642024-08-29T14:42:15.979Z Checking toml v0.8.19
19652024-08-29T14:42:16.053Z Compiling darling v0.20.9
19662024-08-29T14:42:16.056Z Checking rustls-pemfile v2.1.3
19672024-08-29T14:42:16.169Z Compiling serde_with_macros v3.9.0
19682024-08-29T14:42:16.270Z Checking tokio-rustls v0.25.0
19692024-08-29T14:42:16.301Z Compiling heck v0.3.3
19702024-08-29T14:42:16.649Z Checking ipnetwork v0.20.0
19712024-08-29T14:42:16.685Z Checking newtype-uuid v1.1.0
19722024-08-29T14:42:16.742Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19732024-08-29T14:42:16.815Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19742024-08-29T14:42:16.922Z Checking serde_path_to_error v0.1.16
19752024-08-29T14:42:17.015Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19762024-08-29T14:42:17.595Z Checking hostname v0.4.0
19772024-08-29T14:42:17.739Z Checking cstr-argument v0.1.2
19782024-08-29T14:42:17.755Z Checking instant v0.1.12
19792024-08-29T14:42:17.849Z Checking pretty-hex v0.2.1
19802024-08-29T14:42:17.870Z Checking fastrand v2.1.0
19812024-08-29T14:42:17.924Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19822024-08-29T14:42:18.014Z Checking debug-ignore v1.0.5
19832024-08-29T14:42:18.144Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19842024-08-29T14:42:18.206Z Checking tempfile v3.10.1
19852024-08-29T14:42:18.248Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19862024-08-29T14:42:18.423Z Checking backoff v0.4.0
19872024-08-29T14:42:18.567Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19882024-08-29T14:42:18.703Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19892024-08-29T14:42:18.719Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19902024-08-29T14:42:18.722Z Checking tokio-tungstenite v0.20.1
19912024-08-29T14:42:18.967Z Compiling zone_cfg_derive v0.1.2
19922024-08-29T14:42:19.057Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19932024-08-29T14:42:19.124Z Checking serde_with v3.9.0
19942024-08-29T14:42:19.191Z Checking slog-stdlog v4.1.1
19952024-08-29T14:42:19.359Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19962024-08-29T14:42:19.506Z Checking tungstenite v0.21.0
19972024-08-29T14:42:19.826Z Checking colored v2.1.0
19982024-08-29T14:42:19.916Z Checking parse-display v0.10.0
19992024-08-29T14:42:20.119Z Checking macaddr v1.0.1
20002024-08-29T14:42:20.144Z Checking socket2 v0.4.10
20012024-08-29T14:42:20.380Z Checking base64 v0.13.1
20022024-08-29T14:42:20.470Z Checking tokio-tungstenite v0.21.0
20032024-08-29T14:42:20.498Z Checking zone v0.1.8
20042024-08-29T14:42:20.789Z Checking ron v0.7.1
20052024-08-29T14:42:20.953Z Checking slog-envlogger v2.2.0
20062024-08-29T14:42:21.165Z Checking pem v3.0.4
20072024-08-29T14:42:21.180Z Checking tabwriter v1.4.0
20082024-08-29T14:42:21.420Z Checking xattr v1.3.1
20092024-08-29T14:42:21.436Z Checking portpicker v0.1.1
20102024-08-29T14:42:21.560Z Checking yasna v0.5.2
20112024-08-29T14:42:21.596Z Checking headers-core v0.2.0
20122024-08-29T14:42:21.732Z Checking smf v0.2.3
20132024-08-29T14:42:21.938Z Checking filetime v0.2.24
20142024-08-29T14:42:22.138Z Checking same-file v1.0.6
20152024-08-29T14:42:22.169Z Checking tar v0.4.41
20162024-08-29T14:42:22.237Z Checking headers v0.3.9
20172024-08-29T14:42:22.293Z Checking walkdir v2.5.0
20182024-08-29T14:42:22.433Z Checking camino-tempfile v1.1.1
20192024-08-29T14:42:22.458Z Checking rcgen v0.12.1
20202024-08-29T14:42:22.622Z Checking atomicwrites v0.4.3
20212024-08-29T14:42:22.766Z Checking subprocess v0.2.9
20222024-08-29T14:42:23.836Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20232024-08-29T14:42:24.144Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20242024-08-29T14:42:25.850Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20252024-08-29T14:42:27.762Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20262024-08-29T14:42:27.829Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20272024-08-29T14:42:31.004Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20282024-08-29T14:42:36.872Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20292024-08-29T14:42:37.002Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20302024-08-29T14:42:37.004Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20312024-08-29T14:42:39.553Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20322024-08-29T14:42:40.034Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20332024-08-29T14:42:46.207Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20342024-08-29T14:42:47.697Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20352024-08-29T14:42:48.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.95s
20362024-08-29T14:42:48.949Z
20372024-08-29T14:42:48.949Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158)
20382024-08-29T14:42:49.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392024-08-29T14:42:49.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402024-08-29T14:42:49.624Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20412024-08-29T14:42:50.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
20422024-08-29T14:42:51.033Z
20432024-08-29T14:42:51.033Zinfo: running `cargo check --bins` on nexus-config (31/158)
20442024-08-29T14:42:51.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452024-08-29T14:42:51.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462024-08-29T14:42:51.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472024-08-29T14:42:51.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20482024-08-29T14:42:51.682Z
20492024-08-29T14:42:51.682Zinfo: running `cargo check --bins` on omicron-rpaths (32/158)
20502024-08-29T14:42:52.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512024-08-29T14:42:52.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522024-08-29T14:42:52.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532024-08-29T14:42:52.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20542024-08-29T14:42:52.300Z
20552024-08-29T14:42:52.300Zinfo: running `cargo check --bins` on omicron-certificates (33/158)
20562024-08-29T14:42:52.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572024-08-29T14:42:52.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582024-08-29T14:42:52.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592024-08-29T14:42:52.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20602024-08-29T14:42:52.948Z
20612024-08-29T14:42:52.948Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/158)
20622024-08-29T14:42:53.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632024-08-29T14:42:53.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642024-08-29T14:42:53.619Z Compiling heapless v0.8.0
20652024-08-29T14:42:53.709Z Checking hash32 v0.3.1
20662024-08-29T14:42:53.712Z Compiling smoltcp v0.11.0
20672024-08-29T14:42:53.732Z Checking cobs v0.2.3
20682024-08-29T14:42:53.732Z Checking embedded-io v0.4.0
20692024-08-29T14:42:53.754Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20702024-08-29T14:42:53.756Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20712024-08-29T14:42:53.779Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20722024-08-29T14:42:53.855Z Compiling crucible-workspace-hack v0.1.0
20732024-08-29T14:42:53.887Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20742024-08-29T14:42:53.906Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20752024-08-29T14:42:53.929Z Checking postcard v1.0.8
20762024-08-29T14:42:54.100Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20772024-08-29T14:42:54.124Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20782024-08-29T14:42:54.267Z Checking newline-converter v0.3.0
20792024-08-29T14:42:54.430Z Compiling num-derive v0.4.2
20802024-08-29T14:42:54.444Z Compiling slog-dtrace v0.3.0
20812024-08-29T14:42:54.487Z Compiling convert_case v0.4.0
20822024-08-29T14:42:54.614Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20832024-08-29T14:42:54.628Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20842024-08-29T14:42:54.804Z Checking expectorate v1.1.0
20852024-08-29T14:42:54.928Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20862024-08-29T14:42:55.307Z Compiling derive_more v0.99.18
20872024-08-29T14:42:55.496Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20882024-08-29T14:42:56.113Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20892024-08-29T14:42:57.496Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20902024-08-29T14:42:58.559Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20912024-08-29T14:42:59.093Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20922024-08-29T14:42:59.637Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20932024-08-29T14:43:01.374Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20942024-08-29T14:43:02.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s
20952024-08-29T14:43:02.204Z
20962024-08-29T14:43:02.205Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/158)
20972024-08-29T14:43:02.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982024-08-29T14:43:02.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992024-08-29T14:43:02.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002024-08-29T14:43:02.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21012024-08-29T14:43:02.861Z
21022024-08-29T14:43:02.861Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/158)
21032024-08-29T14:43:03.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042024-08-29T14:43:03.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052024-08-29T14:43:03.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062024-08-29T14:43:03.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21072024-08-29T14:43:03.520Z
21082024-08-29T14:43:03.520Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158)
21092024-08-29T14:43:04.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102024-08-29T14:43:04.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112024-08-29T14:43:04.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122024-08-29T14:43:04.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21132024-08-29T14:43:04.282Z
21142024-08-29T14:43:04.282Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158)
21152024-08-29T14:43:04.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162024-08-29T14:43:04.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172024-08-29T14:43:04.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182024-08-29T14:43:04.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21192024-08-29T14:43:05.042Z
21202024-08-29T14:43:05.042Zinfo: running `cargo check --bins` on dns-server (39/158)
21212024-08-29T14:43:05.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-08-29T14:43:05.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-08-29T14:43:05.698Z Compiling parking_lot_core v0.8.6
21242024-08-29T14:43:05.788Z Checking nibble_vec v0.1.0
21252024-08-29T14:43:05.790Z Checking linked-hash-map v0.5.6
21262024-08-29T14:43:05.791Z Checking quick-error v1.2.3
21272024-08-29T14:43:05.791Z Checking endian-type v0.1.2
21282024-08-29T14:43:05.791Z Checking fxhash v0.2.1
21292024-08-29T14:43:05.799Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21302024-08-29T14:43:05.807Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21312024-08-29T14:43:05.932Z Checking hickory-server v0.24.1
21322024-08-29T14:43:05.949Z Checking resolv-conf v0.7.0
21332024-08-29T14:43:06.033Z Checking radix_trie v0.2.1
21342024-08-29T14:43:06.102Z Checking lru-cache v0.1.2
21352024-08-29T14:43:06.281Z Checking hickory-resolver v0.24.1
21362024-08-29T14:43:06.427Z Checking hickory-client v0.24.1
21372024-08-29T14:43:06.510Z Checking parking_lot v0.11.2
21382024-08-29T14:43:06.768Z Checking sled v0.34.7
21392024-08-29T14:43:08.550Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21402024-08-29T14:43:09.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
21412024-08-29T14:43:09.796Z
21422024-08-29T14:43:09.796Zinfo: running `cargo check --bins` on dns-server-api (40/158)
21432024-08-29T14:43:10.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442024-08-29T14:43:10.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452024-08-29T14:43:10.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462024-08-29T14:43:10.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21472024-08-29T14:43:10.425Z
21482024-08-29T14:43:10.425Zinfo: running `cargo check --bins` on dns-service-client (41/158)
21492024-08-29T14:43:10.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502024-08-29T14:43:10.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512024-08-29T14:43:10.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522024-08-29T14:43:10.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21532024-08-29T14:43:11.055Z
21542024-08-29T14:43:11.055Zinfo: running `cargo check --bins` on gateway-test-utils (42/158)
21552024-08-29T14:43:11.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562024-08-29T14:43:11.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572024-08-29T14:43:11.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582024-08-29T14:43:11.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21592024-08-29T14:43:11.766Z
21602024-08-29T14:43:11.766Zinfo: running `cargo check --bins` on gateway-types (43/158)
21612024-08-29T14:43:12.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622024-08-29T14:43:12.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632024-08-29T14:43:12.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642024-08-29T14:43:12.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21652024-08-29T14:43:12.417Z
21662024-08-29T14:43:12.417Zinfo: running `cargo check --bins` on ipcc (44/158)
21672024-08-29T14:43:13.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682024-08-29T14:43:13.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692024-08-29T14:43:13.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702024-08-29T14:43:13.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21712024-08-29T14:43:13.074Z
21722024-08-29T14:43:13.074Zinfo: running `cargo check --bins` on omicron-gateway (45/158)
21732024-08-29T14:43:13.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742024-08-29T14:43:13.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752024-08-29T14:43:13.798Z Compiling rustls-pki-types v1.7.0
21762024-08-29T14:43:13.801Z Compiling match_cfg v0.1.0
21772024-08-29T14:43:13.903Z Checking num-rational v0.4.2
21782024-08-29T14:43:13.906Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21792024-08-29T14:43:13.906Z Compiling slog-json v2.6.1
21802024-08-29T14:43:13.906Z Compiling http v1.1.0
21812024-08-29T14:43:13.906Z Checking num-complex v0.4.6
21822024-08-29T14:43:13.937Z Compiling atomic-waker v1.1.2
21832024-08-29T14:43:13.975Z Compiling hostname v0.3.1
21842024-08-29T14:43:14.137Z Compiling prettyplease v0.2.20
21852024-08-29T14:43:14.207Z Compiling slog-bunyan v2.5.0
21862024-08-29T14:43:14.283Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21872024-08-29T14:43:14.369Z Compiling rustls-webpki v0.102.4
21882024-08-29T14:43:14.431Z Compiling rustls-pemfile v2.1.3
21892024-08-29T14:43:14.454Z Compiling waitgroup v0.1.2
21902024-08-29T14:43:14.500Z Compiling async-stream v0.3.5
21912024-08-29T14:43:14.530Z Compiling toml v0.8.19
21922024-08-29T14:43:14.640Z Compiling newtype-uuid v1.1.0
21932024-08-29T14:43:14.683Z Compiling ipnetwork v0.20.0
21942024-08-29T14:43:14.801Z Compiling serde_path_to_error v0.1.16
21952024-08-29T14:43:14.892Z Compiling hostname v0.4.0
21962024-08-29T14:43:14.932Z Compiling instant v0.1.12
21972024-08-29T14:43:15.083Z Compiling semver v0.1.20
21982024-08-29T14:43:15.148Z Compiling debug-ignore v1.0.5
21992024-08-29T14:43:15.300Z Compiling rustls v0.22.4
22002024-08-29T14:43:15.526Z Compiling multer v3.1.0
22012024-08-29T14:43:15.597Z Compiling radium v0.7.0
22022024-08-29T14:43:15.713Z Checking float-ord v0.3.2
22032024-08-29T14:43:15.830Z Compiling rustc_version v0.1.7
22042024-08-29T14:43:16.057Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22052024-08-29T14:43:16.187Z Checking num v0.4.3
22062024-08-29T14:43:16.220Z Compiling backoff v0.4.0
22072024-08-29T14:43:16.236Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22082024-08-29T14:43:16.292Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22092024-08-29T14:43:16.319Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22102024-08-29T14:43:16.391Z Compiling parse-display v0.10.0
22112024-08-29T14:43:16.563Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122024-08-29T14:43:16.577Z Compiling serde_with v3.9.0
22132024-08-29T14:43:16.580Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22142024-08-29T14:43:16.798Z Compiling macaddr v1.0.1
22152024-08-29T14:43:17.083Z Compiling maybe-uninit v2.0.0
22162024-08-29T14:43:17.229Z Checking tap v1.0.1
22172024-08-29T14:43:17.402Z Checking wyz v0.5.1
22182024-08-29T14:43:17.788Z Compiling newtype_derive v0.1.6
22192024-08-29T14:43:17.840Z Checking password-hash v0.5.0
22202024-08-29T14:43:18.104Z Checking blake2 v0.10.6
22212024-08-29T14:43:18.218Z Compiling bzip2-sys v0.1.11+1.0.8
22222024-08-29T14:43:18.295Z Compiling packed_struct v0.10.1
22232024-08-29T14:43:18.547Z Checking crc-catalog v2.4.0
22242024-08-29T14:43:18.676Z Checking funty v2.0.0
22252024-08-29T14:43:18.761Z Checking crc v3.2.1
22262024-08-29T14:43:18.805Z Checking argon2 v0.5.3
22272024-08-29T14:43:19.502Z Compiling tokio-rustls v0.25.0
22282024-08-29T14:43:19.624Z Checking bitvec v1.0.1
22292024-08-29T14:43:19.669Z Compiling packed_struct_codegen v0.10.1
22302024-08-29T14:43:19.910Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22312024-08-29T14:43:20.331Z Checking half v2.4.1
22322024-08-29T14:43:20.455Z Compiling indexmap v1.9.3
22332024-08-29T14:43:20.759Z Compiling cookie v0.18.1
22342024-08-29T14:43:20.812Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22352024-08-29T14:43:21.068Z Checking ciborium-io v0.2.2
22362024-08-29T14:43:21.127Z Checking nodrop v0.1.14
22372024-08-29T14:43:21.196Z Checking ciborium-ll v0.2.2
22382024-08-29T14:43:21.242Z Checking array-init v0.0.4
22392024-08-29T14:43:21.754Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22402024-08-29T14:43:22.045Z Checking smallvec v0.6.14
22412024-08-29T14:43:22.404Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22422024-08-29T14:43:22.437Z Compiling memoffset v0.9.1
22432024-08-29T14:43:22.460Z Checking bitfield v0.14.0
22442024-08-29T14:43:22.784Z Checking highway v1.2.0
22452024-08-29T14:43:22.809Z Checking hashbrown v0.12.3
22462024-08-29T14:43:23.110Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22472024-08-29T14:43:23.236Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22482024-08-29T14:43:23.510Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22492024-08-29T14:43:24.179Z Checking env_logger v0.10.2
22502024-08-29T14:43:24.518Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22512024-08-29T14:43:24.604Z Checking serde-hex v0.1.0
22522024-08-29T14:43:24.619Z Checking steno v0.4.1
22532024-08-29T14:43:24.638Z Checking bzip2 v0.4.4
22542024-08-29T14:43:25.094Z Checking ciborium v0.2.2
22552024-08-29T14:43:25.137Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562024-08-29T14:43:25.380Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22572024-08-29T14:43:25.382Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22582024-08-29T14:43:26.078Z Checking ron v0.8.1
22592024-08-29T14:43:26.182Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22602024-08-29T14:43:26.589Z Checking x509-cert v0.2.5
22612024-08-29T14:43:26.898Z Checking hashbrown v0.13.2
22622024-08-29T14:43:27.368Z Compiling derive-where v1.2.7
22632024-08-29T14:43:27.915Z Checking crc-any v2.5.0
22642024-08-29T14:43:28.273Z Checking object v0.30.4
22652024-08-29T14:43:28.290Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22662024-08-29T14:43:28.561Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22672024-08-29T14:43:28.687Z Checking zip v0.6.6
22682024-08-29T14:43:29.017Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22692024-08-29T14:43:29.186Z Checking path-slash v0.1.5
22702024-08-29T14:43:29.346Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22712024-08-29T14:43:29.403Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22722024-08-29T14:43:29.419Z Checking nix v0.27.1
22732024-08-29T14:43:29.994Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22742024-08-29T14:43:30.247Z Checking kstat-rs v0.2.4
22752024-08-29T14:43:30.250Z Checking serde-big-array v0.5.1
22762024-08-29T14:43:30.475Z Checking signal-hook-tokio v0.3.1
22772024-08-29T14:43:30.930Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22782024-08-29T14:43:31.736Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22792024-08-29T14:43:35.853Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22802024-08-29T14:43:37.178Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22812024-08-29T14:43:39.533Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22822024-08-29T14:43:41.470Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22832024-08-29T14:43:42.668Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22842024-08-29T14:43:42.931Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22852024-08-29T14:43:47.017Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22862024-08-29T14:43:47.633Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22872024-08-29T14:43:50.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.19s
22882024-08-29T14:43:50.431Z
22892024-08-29T14:43:50.431Zinfo: running `cargo check --bins` on gateway-api (46/158)
22902024-08-29T14:43:51.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912024-08-29T14:43:51.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922024-08-29T14:43:51.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932024-08-29T14:43:51.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22942024-08-29T14:43:51.086Z
22952024-08-29T14:43:51.086Zinfo: running `cargo check --bins` on oximeter (47/158)
22962024-08-29T14:43:51.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972024-08-29T14:43:51.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982024-08-29T14:43:51.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992024-08-29T14:43:51.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23002024-08-29T14:43:51.736Z
23012024-08-29T14:43:51.736Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/158)
23022024-08-29T14:43:52.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032024-08-29T14:43:52.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042024-08-29T14:43:52.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052024-08-29T14:43:52.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23062024-08-29T14:43:52.355Z
23072024-08-29T14:43:52.355Zinfo: running `cargo check --bins` on oximeter-schema (49/158)
23082024-08-29T14:43:52.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092024-08-29T14:43:52.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102024-08-29T14:43:53.016Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23112024-08-29T14:43:53.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
23122024-08-29T14:43:53.564Z
23132024-08-29T14:43:53.564Zinfo: running `cargo check --bins` on oximeter-types (50/158)
23142024-08-29T14:43:54.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152024-08-29T14:43:54.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162024-08-29T14:43:54.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172024-08-29T14:43:54.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23182024-08-29T14:43:54.219Z
23192024-08-29T14:43:54.219Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/158)
23202024-08-29T14:43:54.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212024-08-29T14:43:54.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222024-08-29T14:43:54.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23232024-08-29T14:43:54.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23242024-08-29T14:43:54.873Z
23252024-08-29T14:43:54.873Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158)
23262024-08-29T14:43:55.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272024-08-29T14:43:55.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282024-08-29T14:43:55.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23292024-08-29T14:43:55.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23302024-08-29T14:43:55.502Z
23312024-08-29T14:43:55.502Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158)
23322024-08-29T14:43:56.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332024-08-29T14:43:56.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342024-08-29T14:43:56.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352024-08-29T14:43:56.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23362024-08-29T14:43:56.156Z
23372024-08-29T14:43:56.156Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158)
23382024-08-29T14:43:56.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392024-08-29T14:43:56.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402024-08-29T14:43:56.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412024-08-29T14:43:56.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23422024-08-29T14:43:56.812Z
23432024-08-29T14:43:56.812Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158)
23442024-08-29T14:43:57.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-08-29T14:43:57.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-08-29T14:43:57.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23472024-08-29T14:43:57.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23482024-08-29T14:43:57.452Z
23492024-08-29T14:43:57.452Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158)
23502024-08-29T14:43:58.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512024-08-29T14:43:58.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522024-08-29T14:43:58.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532024-08-29T14:43:58.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23542024-08-29T14:43:58.101Z
23552024-08-29T14:43:58.101Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158)
23562024-08-29T14:43:58.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572024-08-29T14:43:58.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582024-08-29T14:43:58.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592024-08-29T14:43:58.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23602024-08-29T14:43:58.753Z
23612024-08-29T14:43:58.753Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158)
23622024-08-29T14:43:59.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632024-08-29T14:43:59.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642024-08-29T14:43:59.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652024-08-29T14:43:59.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23662024-08-29T14:43:59.410Z
23672024-08-29T14:43:59.410Zinfo: running `cargo check --bins` on oximeter-producer (59/158)
23682024-08-29T14:44:00.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-08-29T14:44:00.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-08-29T14:44:00.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712024-08-29T14:44:00.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23722024-08-29T14:44:00.083Z
23732024-08-29T14:44:00.083Zinfo: running `cargo check --bins` on internal-dns (60/158)
23742024-08-29T14:44:00.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-08-29T14:44:00.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-08-29T14:44:00.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-08-29T14:44:00.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23782024-08-29T14:44:00.731Z
23792024-08-29T14:44:00.731Zinfo: running `cargo check --bins` on nexus-client (61/158)
23802024-08-29T14:44:01.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-08-29T14:44:01.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-08-29T14:44:01.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-08-29T14:44:01.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23842024-08-29T14:44:01.403Z
23852024-08-29T14:44:01.403Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/158)
23862024-08-29T14:44:01.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-08-29T14:44:02.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-08-29T14:44:02.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-08-29T14:44:02.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23902024-08-29T14:44:02.066Z
23912024-08-29T14:44:02.066Zinfo: running `cargo check --bins` on omicron-passwords (63/158)
23922024-08-29T14:44:02.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-08-29T14:44:02.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-08-29T14:44:02.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-08-29T14:44:02.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23962024-08-29T14:44:02.698Z
23972024-08-29T14:44:02.698Zinfo: running `cargo check --bins` on nexus-types (64/158)
23982024-08-29T14:44:03.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-08-29T14:44:03.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-08-29T14:44:03.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-08-29T14:44:03.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24022024-08-29T14:44:03.363Z
24032024-08-29T14:44:03.363Zinfo: running `cargo check --bins` on gateway-client (65/158)
24042024-08-29T14:44:03.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-08-29T14:44:03.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-08-29T14:44:03.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072024-08-29T14:44:03.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24082024-08-29T14:44:03.986Z
24092024-08-29T14:44:03.986Zinfo: running `cargo check --bins` on oxql-types (66/158)
24102024-08-29T14:44:04.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-08-29T14:44:04.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-08-29T14:44:04.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-08-29T14:44:04.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24142024-08-29T14:44:04.629Z
24152024-08-29T14:44:04.629Zinfo: running `cargo check --bins` on sp-sim (67/158)
24162024-08-29T14:44:05.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-08-29T14:44:05.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-08-29T14:44:05.279Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24192024-08-29T14:44:07.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
24202024-08-29T14:44:07.198Z
24212024-08-29T14:44:07.198Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158)
24222024-08-29T14:44:07.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-08-29T14:44:07.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-08-29T14:44:07.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-08-29T14:44:07.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24262024-08-29T14:44:07.901Z
24272024-08-29T14:44:07.901Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158)
24282024-08-29T14:44:08.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-08-29T14:44:08.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-08-29T14:44:08.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-08-29T14:44:08.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24322024-08-29T14:44:08.612Z
24332024-08-29T14:44:08.612Zinfo: running `cargo check --bins` on db-macros (70/158)
24342024-08-29T14:44:09.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-08-29T14:44:09.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-08-29T14:44:09.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-08-29T14:44:09.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24382024-08-29T14:44:09.238Z
24392024-08-29T14:44:09.238Zinfo: running `cargo check --bins` on nexus-macros-common (71/158)
24402024-08-29T14:44:09.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-08-29T14:44:09.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-08-29T14:44:09.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-08-29T14:44:09.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24442024-08-29T14:44:09.859Z
24452024-08-29T14:44:09.860Zinfo: running `cargo check --bins` on nexus-auth (72/158)
24462024-08-29T14:44:10.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-08-29T14:44:10.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-08-29T14:44:10.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-08-29T14:44:10.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24502024-08-29T14:44:10.547Z
24512024-08-29T14:44:10.547Zinfo: running `cargo check --bins` on authz-macros (73/158)
24522024-08-29T14:44:11.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-08-29T14:44:11.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-08-29T14:44:11.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-08-29T14:44:11.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24562024-08-29T14:44:11.170Z
24572024-08-29T14:44:11.170Zinfo: running `cargo check --bins` on nexus-db-fixed-data (74/158)
24582024-08-29T14:44:11.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-08-29T14:44:11.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-08-29T14:44:11.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-08-29T14:44:11.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24622024-08-29T14:44:11.851Z
24632024-08-29T14:44:11.851Zinfo: running `cargo check --bins` on nexus-db-model (75/158)
24642024-08-29T14:44:12.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-08-29T14:44:12.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-08-29T14:44:12.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-08-29T14:44:12.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24682024-08-29T14:44:12.535Z
24692024-08-29T14:44:12.535Zinfo: running `cargo check --bins` on nexus-defaults (76/158)
24702024-08-29T14:44:13.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-08-29T14:44:13.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-08-29T14:44:13.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-08-29T14:44:13.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24742024-08-29T14:44:13.189Z
24752024-08-29T14:44:13.189Zinfo: running `cargo check --bins` on sled-agent-client (77/158)
24762024-08-29T14:44:13.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-08-29T14:44:13.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-08-29T14:44:13.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-08-29T14:44:13.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24802024-08-29T14:44:13.854Z
24812024-08-29T14:44:13.854Zinfo: running `cargo check --bins` on nexus-inventory (78/158)
24822024-08-29T14:44:14.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-08-29T14:44:14.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-08-29T14:44:14.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-08-29T14:44:14.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24862024-08-29T14:44:14.532Z
24872024-08-29T14:44:14.532Zinfo: running `cargo check --bins` on typed-rng (79/158)
24882024-08-29T14:44:15.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-08-29T14:44:15.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-08-29T14:44:15.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-08-29T14:44:15.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24922024-08-29T14:44:15.155Z
24932024-08-29T14:44:15.155Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158)
24942024-08-29T14:44:15.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-08-29T14:44:15.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-08-29T14:44:15.906Z Compiling rayon-core v1.12.1
24972024-08-29T14:44:15.908Z Compiling crossbeam-deque v0.8.5
24982024-08-29T14:44:15.908Z Compiling curve25519-dalek v4.1.3
24992024-08-29T14:44:15.908Z Compiling unicase v2.7.0
25002024-08-29T14:44:16.005Z Compiling same-file v1.0.6
25012024-08-29T14:44:16.007Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25022024-08-29T14:44:16.015Z Checking keccak v0.1.5
25032024-08-29T14:44:16.024Z Compiling tempfile v3.10.1
25042024-08-29T14:44:16.319Z Compiling walkdir v2.5.0
25052024-08-29T14:44:16.322Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25062024-08-29T14:44:16.385Z Checking sha3 v0.10.8
25072024-08-29T14:44:16.484Z Compiling thiserror-impl-no-std v2.0.2
25082024-08-29T14:44:16.685Z Checking universal-hash v0.5.1
25092024-08-29T14:44:16.771Z Checking secrecy v0.8.0
25102024-08-29T14:44:16.785Z Compiling ring v0.16.20
25112024-08-29T14:44:16.871Z Compiling blake3 v1.5.1
25122024-08-29T14:44:16.904Z Compiling curve25519-dalek-derive v0.1.1
25132024-08-29T14:44:16.931Z Checking opaque-debug v0.3.1
25142024-08-29T14:44:16.971Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25152024-08-29T14:44:17.026Z Checking poly1305 v0.8.0
25162024-08-29T14:44:17.073Z Compiling rayon v1.10.0
25172024-08-29T14:44:17.282Z Checking chacha20 v0.9.1
25182024-08-29T14:44:17.537Z Checking aead v0.5.2
25192024-08-29T14:44:17.638Z Compiling memmap2 v0.9.4
25202024-08-29T14:44:17.763Z Compiling home v0.5.9
25212024-08-29T14:44:18.020Z Compiling untrusted v0.7.1
25222024-08-29T14:44:18.045Z Compiling arrayref v0.3.7
25232024-08-29T14:44:18.060Z Compiling libefi-sys v0.1.0
25242024-08-29T14:44:18.141Z Compiling arrayvec v0.7.4
25252024-08-29T14:44:18.167Z Compiling constant_time_eq v0.3.0
25262024-08-29T14:44:18.197Z Compiling spin v0.5.2
25272024-08-29T14:44:18.342Z Compiling toolchain_find v0.4.0
25282024-08-29T14:44:18.389Z Checking chacha20poly1305 v0.10.1
25292024-08-29T14:44:18.569Z Compiling camino-tempfile v1.1.1
25302024-08-29T14:44:18.726Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25312024-08-29T14:44:18.931Z Compiling bitfield-struct v0.6.1
25322024-08-29T14:44:18.985Z Compiling cancel-safe-futures v0.1.5
25332024-08-29T14:44:19.002Z Compiling topological-sort v0.2.2
25342024-08-29T14:44:19.218Z Compiling mime_guess v2.0.4
25352024-08-29T14:44:19.243Z Compiling rustfmt-wrapper v0.2.1
25362024-08-29T14:44:19.659Z Checking thiserror-no-std v2.0.2
25372024-08-29T14:44:19.755Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25382024-08-29T14:44:19.772Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25392024-08-29T14:44:19.849Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25402024-08-29T14:44:19.965Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25412024-08-29T14:44:20.359Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25422024-08-29T14:44:20.361Z Checking vsss-rs v3.3.4
25432024-08-29T14:44:20.572Z Checking gethostname v0.5.0
25442024-08-29T14:44:20.629Z Checking libsw v3.3.1
25452024-08-29T14:44:20.654Z Checking swrite v0.1.0
25462024-08-29T14:44:20.699Z Checking owo-colors v4.0.0
25472024-08-29T14:44:20.767Z Checking linear-map v1.2.0
25482024-08-29T14:44:20.907Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25492024-08-29T14:44:21.096Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25502024-08-29T14:44:21.392Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25512024-08-29T14:44:21.675Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25522024-08-29T14:44:21.892Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25532024-08-29T14:44:22.156Z Checking nanorand v0.7.0
25542024-08-29T14:44:22.482Z Compiling omicron-zone-package v0.11.0
25552024-08-29T14:44:22.574Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25562024-08-29T14:44:22.805Z Checking http-range v0.1.5
25572024-08-29T14:44:22.832Z Checking glob v0.3.1
25582024-08-29T14:44:22.927Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25592024-08-29T14:44:22.991Z Checking hyper-staticfile v0.9.5
25602024-08-29T14:44:23.156Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25612024-08-29T14:44:23.413Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25622024-08-29T14:44:23.625Z Checking flume v0.11.0
25632024-08-29T14:44:24.071Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25642024-08-29T14:44:24.101Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25652024-08-29T14:44:24.179Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25662024-08-29T14:44:24.971Z Checking itertools v0.13.0
25672024-08-29T14:44:25.166Z Checking display-error-chain v0.2.1
25682024-08-29T14:44:25.538Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25692024-08-29T14:44:26.558Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25702024-08-29T14:44:27.367Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25712024-08-29T14:44:29.225Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25722024-08-29T14:44:29.266Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25732024-08-29T14:44:39.602Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25742024-08-29T14:44:51.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.14s
25752024-08-29T14:44:51.474Z
25762024-08-29T14:44:51.474Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158)
25772024-08-29T14:44:52.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-08-29T14:44:52.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-08-29T14:44:52.223Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25802024-08-29T14:45:03.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.21s
25812024-08-29T14:45:03.859Z
25822024-08-29T14:45:03.859Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158)
25832024-08-29T14:45:04.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-08-29T14:45:04.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-08-29T14:45:04.604Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25862024-08-29T14:45:16.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.40s
25872024-08-29T14:45:16.430Z
25882024-08-29T14:45:16.430Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158)
25892024-08-29T14:45:17.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-08-29T14:45:17.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-08-29T14:45:17.176Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25922024-08-29T14:45:28.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s
25932024-08-29T14:45:29.161Z
25942024-08-29T14:45:29.161Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158)
25952024-08-29T14:45:29.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-08-29T14:45:29.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-08-29T14:45:29.913Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25982024-08-29T14:45:41.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.47s
25992024-08-29T14:45:41.805Z
26002024-08-29T14:45:41.805Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158)
26012024-08-29T14:45:42.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-08-29T14:45:42.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-08-29T14:45:42.558Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26042024-08-29T14:45:54.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.42s
26052024-08-29T14:45:54.399Z
26062024-08-29T14:45:54.399Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158)
26072024-08-29T14:45:55.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-08-29T14:45:55.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-08-29T14:45:55.142Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26102024-08-29T14:46:06.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.40s
26112024-08-29T14:46:06.968Z
26122024-08-29T14:46:06.968Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158)
26132024-08-29T14:46:07.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-08-29T14:46:07.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-08-29T14:46:07.719Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26162024-08-29T14:46:19.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.63s
26172024-08-29T14:46:19.770Z
26182024-08-29T14:46:19.770Zinfo: running `cargo check --bins` on bootstrap-agent-api (88/158)
26192024-08-29T14:46:20.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-08-29T14:46:20.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-08-29T14:46:20.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-08-29T14:46:20.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26232024-08-29T14:46:20.450Z
26242024-08-29T14:46:20.450Zinfo: running `cargo check --bins` on sled-agent-types (89/158)
26252024-08-29T14:46:21.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-08-29T14:46:21.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-08-29T14:46:21.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-08-29T14:46:21.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26292024-08-29T14:46:21.125Z
26302024-08-29T14:46:21.125Zinfo: running `cargo check --bins` on bootstrap-agent-client (90/158)
26312024-08-29T14:46:21.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-08-29T14:46:21.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-08-29T14:46:21.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-08-29T14:46:21.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26352024-08-29T14:46:21.792Z
26362024-08-29T14:46:21.792Zinfo: running `cargo check --bins` on dpd-client (91/158)
26372024-08-29T14:46:22.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-08-29T14:46:22.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-08-29T14:46:22.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402024-08-29T14:46:22.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26412024-08-29T14:46:22.433Z
26422024-08-29T14:46:22.433Zinfo: running `cargo check --bins` on installinator-common (92/158)
26432024-08-29T14:46:23.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-08-29T14:46:23.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-08-29T14:46:23.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-08-29T14:46:23.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26472024-08-29T14:46:23.097Z
26482024-08-29T14:46:23.097Zinfo: running `cargo check --bins` on update-engine (93/158)
26492024-08-29T14:46:23.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-08-29T14:46:23.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-08-29T14:46:23.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522024-08-29T14:46:23.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26532024-08-29T14:46:23.727Z
26542024-08-29T14:46:23.728Zinfo: running `cargo check --bins` on key-manager (94/158)
26552024-08-29T14:46:24.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-08-29T14:46:24.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-08-29T14:46:24.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582024-08-29T14:46:24.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26592024-08-29T14:46:24.377Z
26602024-08-29T14:46:24.377Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/158)
26612024-08-29T14:46:24.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-08-29T14:46:24.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-08-29T14:46:24.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642024-08-29T14:46:24.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26652024-08-29T14:46:25.050Z
26662024-08-29T14:46:25.050Zinfo: running `cargo check --bins` on sled-agent-api (96/158)
26672024-08-29T14:46:25.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-08-29T14:46:25.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-08-29T14:46:25.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-08-29T14:46:25.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26712024-08-29T14:46:25.727Z
26722024-08-29T14:46:25.727Zinfo: running `cargo check --bins` on sled-hardware (97/158)
26732024-08-29T14:46:26.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-08-29T14:46:26.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-08-29T14:46:26.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-08-29T14:46:26.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26772024-08-29T14:46:26.397Z
26782024-08-29T14:46:26.397Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/158)
26792024-08-29T14:46:26.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-08-29T14:46:26.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-08-29T14:46:26.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-08-29T14:46:26.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26832024-08-29T14:46:27.061Z
26842024-08-29T14:46:27.061Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158)
26852024-08-29T14:46:27.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-08-29T14:46:27.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-08-29T14:46:27.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882024-08-29T14:46:27.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26892024-08-29T14:46:27.726Z
26902024-08-29T14:46:27.726Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/158)
26912024-08-29T14:46:28.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-08-29T14:46:28.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-08-29T14:46:28.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942024-08-29T14:46:28.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26952024-08-29T14:46:28.409Z
26962024-08-29T14:46:28.409Zinfo: running `cargo check --bins` on nexus-test-interface (101/158)
26972024-08-29T14:46:29.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-08-29T14:46:29.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-08-29T14:46:29.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002024-08-29T14:46:29.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27012024-08-29T14:46:29.078Z
27022024-08-29T14:46:29.078Zinfo: running `cargo check --bins` on oximeter-collector (102/158)
27032024-08-29T14:46:29.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-08-29T14:46:29.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-08-29T14:46:29.770Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27062024-08-29T14:46:29.770Z Checking bcs v0.1.6
27072024-08-29T14:46:29.770Z Compiling async-recursion v1.1.1
27082024-08-29T14:46:29.773Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27092024-08-29T14:46:29.773Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27102024-08-29T14:46:30.878Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27112024-08-29T14:46:34.137Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27122024-08-29T14:46:35.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s
27132024-08-29T14:46:36.002Z
27142024-08-29T14:46:36.002Zinfo: running `cargo check --bins` on oximeter-api (103/158)
27152024-08-29T14:46:36.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-08-29T14:46:36.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-08-29T14:46:36.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182024-08-29T14:46:36.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27192024-08-29T14:46:36.655Z
27202024-08-29T14:46:36.655Zinfo: running `cargo check --bins` on oximeter-client (104/158)
27212024-08-29T14:46:37.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-08-29T14:46:37.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-08-29T14:46:37.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242024-08-29T14:46:37.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27252024-08-29T14:46:37.307Z
27262024-08-29T14:46:37.307Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/158)
27272024-08-29T14:46:37.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-08-29T14:46:37.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-08-29T14:46:37.971Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27302024-08-29T14:46:38.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
27312024-08-29T14:46:38.703Z
27322024-08-29T14:46:38.703Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158)
27332024-08-29T14:46:39.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-08-29T14:46:39.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-08-29T14:46:39.387Z Compiling vte_generate_state_changes v0.1.1
27362024-08-29T14:46:39.387Z Checking fd-lock v4.0.2
27372024-08-29T14:46:39.390Z Checking bytecount v0.6.8
27382024-08-29T14:46:39.390Z Compiling tabled_derive v0.7.0
27392024-08-29T14:46:39.390Z Checking crossterm v0.27.0
27402024-08-29T14:46:39.480Z Compiling peg-macros v0.8.4
27412024-08-29T14:46:39.483Z Compiling sqlparser_derive v0.2.2
27422024-08-29T14:46:39.494Z Checking home v0.5.9
27432024-08-29T14:46:39.639Z Checking unicode_categories v0.1.1
27442024-08-29T14:46:39.656Z Checking nu-ansi-term v0.50.0
27452024-08-29T14:46:39.669Z Checking papergrid v0.11.0
27462024-08-29T14:46:39.943Z Checking sqlformat v0.2.4
27472024-08-29T14:46:40.047Z Checking rustyline v14.0.0
27482024-08-29T14:46:40.098Z Checking vte v0.11.1
27492024-08-29T14:46:40.653Z Checking sqlparser v0.45.0
27502024-08-29T14:46:41.126Z Checking crossterm v0.28.1
27512024-08-29T14:46:41.526Z Checking strip-ansi-escapes v0.2.0
27522024-08-29T14:46:41.674Z Checking reedline v0.33.0
27532024-08-29T14:46:42.023Z Checking tabled v0.15.0
27542024-08-29T14:46:42.488Z Checking peg v0.8.4
27552024-08-29T14:46:47.158Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27562024-08-29T14:46:52.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
27572024-08-29T14:46:52.412Z
27582024-08-29T14:46:52.412Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158)
27592024-08-29T14:46:53.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-08-29T14:46:53.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-08-29T14:46:53.086Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27622024-08-29T14:46:58.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
27632024-08-29T14:46:58.516Z
27642024-08-29T14:46:58.516Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158)
27652024-08-29T14:46:59.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-08-29T14:46:59.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-08-29T14:46:59.206Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682024-08-29T14:47:04.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
27692024-08-29T14:47:04.331Z
27702024-08-29T14:47:04.331Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158)
27712024-08-29T14:47:04.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722024-08-29T14:47:04.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732024-08-29T14:47:05.006Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27742024-08-29T14:47:09.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
27752024-08-29T14:47:09.310Z
27762024-08-29T14:47:09.311Zinfo: running `cargo check --bins` on oximeter-test-utils (110/158)
27772024-08-29T14:47:09.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-08-29T14:47:09.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-08-29T14:47:09.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802024-08-29T14:47:09.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27812024-08-29T14:47:09.964Z
27822024-08-29T14:47:09.964Zinfo: running `cargo check --bins` on cockroach-admin-client (111/158)
27832024-08-29T14:47:10.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842024-08-29T14:47:10.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852024-08-29T14:47:10.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862024-08-29T14:47:10.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27872024-08-29T14:47:10.599Z
27882024-08-29T14:47:10.599Zinfo: running `cargo check --bins` on installinator-client (112/158)
27892024-08-29T14:47:11.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902024-08-29T14:47:11.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912024-08-29T14:47:11.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922024-08-29T14:47:11.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27932024-08-29T14:47:11.260Z
27942024-08-29T14:47:11.260Zinfo: running `cargo check --bins` on oxide-client (113/158)
27952024-08-29T14:47:11.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962024-08-29T14:47:11.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972024-08-29T14:47:11.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982024-08-29T14:47:11.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27992024-08-29T14:47:11.897Z
28002024-08-29T14:47:11.897Zinfo: running `cargo check --bins` on wicketd-client (114/158)
28012024-08-29T14:47:12.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022024-08-29T14:47:12.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032024-08-29T14:47:12.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042024-08-29T14:47:12.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28052024-08-29T14:47:12.579Z
28062024-08-29T14:47:12.579Zinfo: running `cargo check --bins` on wicket-common (115/158)
28072024-08-29T14:47:13.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082024-08-29T14:47:13.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092024-08-29T14:47:13.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102024-08-29T14:47:13.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28112024-08-29T14:47:13.261Z
28122024-08-29T14:47:13.261Zinfo: running `cargo check --bins` on omicron-cockroach-admin (116/158)
28132024-08-29T14:47:13.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142024-08-29T14:47:13.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152024-08-29T14:47:13.946Z Checking csv-core v0.1.11
28162024-08-29T14:47:13.948Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28172024-08-29T14:47:14.237Z Checking csv v1.3.0
28182024-08-29T14:47:14.762Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28192024-08-29T14:47:15.125Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28202024-08-29T14:47:16.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28212024-08-29T14:47:16.450Z
28222024-08-29T14:47:16.450Zinfo: running `cargo check --bins` on cockroach-admin-api (117/158)
28232024-08-29T14:47:17.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-08-29T14:47:17.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-08-29T14:47:17.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-08-29T14:47:17.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28272024-08-29T14:47:17.101Z
28282024-08-29T14:47:17.101Zinfo: running `cargo check --bins` on cockroach-admin-types (118/158)
28292024-08-29T14:47:17.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-08-29T14:47:17.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-08-29T14:47:17.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-08-29T14:47:17.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28332024-08-29T14:47:17.757Z
28342024-08-29T14:47:17.757Zinfo: running `cargo check --bins` on cert-dev (119/158)
28352024-08-29T14:47:18.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-08-29T14:47:18.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-08-29T14:47:18.379Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28382024-08-29T14:47:18.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
28392024-08-29T14:47:18.770Z
28402024-08-29T14:47:18.770Zinfo: running `cargo check --bins` on ch-dev (120/158)
28412024-08-29T14:47:19.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-08-29T14:47:19.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-08-29T14:47:19.454Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28442024-08-29T14:47:20.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
28452024-08-29T14:47:20.300Z
28462024-08-29T14:47:20.300Zinfo: running `cargo check --bins` on crdb-seed (121/158)
28472024-08-29T14:47:20.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-08-29T14:47:20.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-08-29T14:47:20.977Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28502024-08-29T14:47:21.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
28512024-08-29T14:47:21.477Z
28522024-08-29T14:47:21.477Zinfo: running `cargo check --bins` on db-dev (122/158)
28532024-08-29T14:47:22.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-08-29T14:47:22.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-08-29T14:47:22.164Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28562024-08-29T14:47:22.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
28572024-08-29T14:47:23.026Z
28582024-08-29T14:47:23.026Zinfo: running `cargo check --bins` on omicron-dev-lib (123/158)
28592024-08-29T14:47:23.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-08-29T14:47:23.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-08-29T14:47:23.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-08-29T14:47:23.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28632024-08-29T14:47:23.706Z
28642024-08-29T14:47:23.706Zinfo: running `cargo check --bins` on xtask-downloader (124/158)
28652024-08-29T14:47:24.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-08-29T14:47:24.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-08-29T14:47:24.334Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28682024-08-29T14:47:25.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
28692024-08-29T14:47:25.325Z
28702024-08-29T14:47:25.325Zinfo: running `cargo check --bins` on mgs-dev (125/158)
28712024-08-29T14:47:25.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-08-29T14:47:25.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-08-29T14:47:26.064Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28742024-08-29T14:47:26.715Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28752024-08-29T14:47:27.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
28762024-08-29T14:47:27.375Z
28772024-08-29T14:47:27.375Zinfo: running `cargo check --bins` on omicron-omdb (126/158)
28782024-08-29T14:47:28.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-08-29T14:47:28.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-08-29T14:47:28.196Z Compiling crunchy v0.2.2
28812024-08-29T14:47:28.196Z Compiling glob v0.3.1
28822024-08-29T14:47:28.199Z Compiling tiny-keccak v2.0.2
28832024-08-29T14:47:28.199Z Compiling dsl_auto_type v0.1.2
28842024-08-29T14:47:28.300Z Checking scheduled-thread-pool v0.2.7
28852024-08-29T14:47:28.310Z Compiling diesel_table_macro_syntax v0.2.0
28862024-08-29T14:47:28.332Z Compiling ascii-canvas v3.0.0
28872024-08-29T14:47:28.359Z Compiling ena v0.14.3
28882024-08-29T14:47:28.672Z Compiling libloading v0.8.3
28892024-08-29T14:47:28.725Z Compiling bindgen v0.69.4
28902024-08-29T14:47:28.762Z Compiling diff v0.1.13
28912024-08-29T14:47:28.889Z Compiling regex-syntax v0.6.29
28922024-08-29T14:47:29.046Z Compiling which v4.4.2
28932024-08-29T14:47:29.207Z Compiling clang-sys v1.7.0
28942024-08-29T14:47:29.432Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28952024-08-29T14:47:29.506Z Compiling cexpr v0.6.0
28962024-08-29T14:47:29.597Z Compiling shlex v1.3.0
28972024-08-29T14:47:29.615Z Compiling rustc-hash v1.1.0
28982024-08-29T14:47:29.648Z Compiling lazycell v1.3.0
28992024-08-29T14:47:29.755Z Compiling ref-cast v1.0.23
29002024-08-29T14:47:29.792Z Checking r2d2 v0.8.10
29012024-08-29T14:47:29.816Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29022024-08-29T14:47:29.834Z Compiling diesel_derives v2.2.2
29032024-08-29T14:47:30.033Z Compiling derive_builder_core v0.20.0
29042024-08-29T14:47:30.095Z Compiling libxml v0.3.3
29052024-08-29T14:47:30.124Z Compiling ref-cast-impl v1.0.23
29062024-08-29T14:47:30.347Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29072024-08-29T14:47:30.541Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29082024-08-29T14:47:30.846Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29092024-08-29T14:47:31.157Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29102024-08-29T14:47:31.273Z Compiling strum_macros v0.24.3
29112024-08-29T14:47:31.482Z Compiling dropshot v0.10.1
29122024-08-29T14:47:31.535Z Compiling indoc v1.0.9
29132024-08-29T14:47:32.511Z Compiling lalrpop v0.19.12
29142024-08-29T14:47:32.560Z Compiling derive_builder_macro v0.20.0
29152024-08-29T14:47:33.761Z Checking derive_builder v0.20.0
29162024-08-29T14:47:33.906Z Checking tungstenite v0.23.0
29172024-08-29T14:47:34.101Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29182024-08-29T14:47:34.411Z Compiling dropshot_endpoint v0.10.1
29192024-08-29T14:47:34.740Z Compiling impl-trait-for-tuples v0.2.2
29202024-08-29T14:47:34.799Z Compiling oso-derive v0.27.3
29212024-08-29T14:47:34.904Z Checking quick-xml v0.31.0
29222024-08-29T14:47:35.886Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
29232024-08-29T14:47:36.217Z Checking maplit v1.0.2
29242024-08-29T14:47:36.420Z Checking tokio-tungstenite v0.23.1
29252024-08-29T14:47:36.939Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29262024-08-29T14:47:36.999Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29272024-08-29T14:47:37.317Z Checking bb8 v0.8.5
29282024-08-29T14:47:37.882Z Compiling const_format_proc_macros v0.2.32
29292024-08-29T14:47:38.730Z Checking crossbeam-deque v0.8.5
29302024-08-29T14:47:39.061Z Compiling portable-atomic v1.6.0
29312024-08-29T14:47:40.151Z Checking const_format v0.2.32
29322024-08-29T14:47:40.199Z Checking rayon-core v1.12.1
29332024-08-29T14:47:40.431Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
29342024-08-29T14:47:40.613Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29352024-08-29T14:47:40.914Z Checking castaway v0.2.3
29362024-08-29T14:47:40.933Z Checking rayon v1.10.0
29372024-08-29T14:47:41.084Z Checking compact_str v0.8.0
29382024-08-29T14:47:42.331Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29392024-08-29T14:47:42.581Z Checking unicode-truncate v1.0.0
29402024-08-29T14:47:42.682Z Checking lru v0.12.3
29412024-08-29T14:47:42.809Z Checking diesel v2.2.3
29422024-08-29T14:47:42.827Z Compiling instability v0.3.2
29432024-08-29T14:47:42.982Z Checking number_prefix v0.4.0
29442024-08-29T14:47:43.133Z Checking unicode-linebreak v0.1.5
29452024-08-29T14:47:43.191Z Checking cassowary v0.3.0
29462024-08-29T14:47:43.224Z Checking smawk v0.3.2
29472024-08-29T14:47:43.463Z Checking multimap v0.10.0
29482024-08-29T14:47:43.546Z Checking textwrap v0.16.1
29492024-08-29T14:47:43.878Z Checking ratatui v0.28.0
29502024-08-29T14:47:44.826Z Checking indicatif v0.17.8
29512024-08-29T14:48:05.571Z Compiling samael v0.0.15
29522024-08-29T14:48:18.069Z Compiling polar-core v0.27.3
29532024-08-29T14:48:18.817Z Checking async-bb8-diesel v0.2.1
29542024-08-29T14:48:25.060Z Checking oso v0.27.3
29552024-08-29T14:49:26.289Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29562024-08-29T14:49:31.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
29572024-08-29T14:49:31.884Z
29582024-08-29T14:49:31.884Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158)
29592024-08-29T14:49:32.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-08-29T14:49:32.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-08-29T14:49:32.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622024-08-29T14:49:32.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29632024-08-29T14:49:32.604Z
29642024-08-29T14:49:32.604Zinfo: running `cargo check --bins` on nexus-saga-recovery (128/158)
29652024-08-29T14:49:33.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-08-29T14:49:33.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-08-29T14:49:33.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682024-08-29T14:49:33.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29692024-08-29T14:49:33.303Z
29702024-08-29T14:49:33.303Zinfo: running `cargo check --bins` on nexus-test-utils-macros (129/158)
29712024-08-29T14:49:33.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-08-29T14:49:33.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-08-29T14:49:33.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742024-08-29T14:49:33.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29752024-08-29T14:49:33.932Z
29762024-08-29T14:49:33.932Zinfo: running `cargo check --bins` on omicron-nexus (130/158)
29772024-08-29T14:49:34.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-08-29T14:49:34.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-08-29T14:49:34.746Z Compiling libz-sys v1.1.16
29802024-08-29T14:49:34.849Z Compiling libgit2-sys v0.17.0+1.8.1
29812024-08-29T14:49:34.858Z Compiling vergen v8.3.2
29822024-08-29T14:49:34.861Z Compiling cargo-platform v0.1.8
29832024-08-29T14:49:34.861Z Compiling pin-project-internal v1.1.5
29842024-08-29T14:49:34.893Z Compiling snafu-derive v0.8.2
29852024-08-29T14:49:34.893Z Compiling libsqlite3-sys v0.28.0
29862024-08-29T14:49:34.896Z Compiling buf-list v1.0.3
29872024-08-29T14:49:35.161Z Compiling cargo_metadata v0.18.1
29882024-08-29T14:49:35.443Z Checking globset v0.4.14
29892024-08-29T14:49:35.467Z Checking olpc-cjson v0.1.3
29902024-08-29T14:49:35.649Z Checking rand_seeder v0.3.0
29912024-08-29T14:49:35.684Z Checking serde_plain v1.0.2
29922024-08-29T14:49:35.796Z Checking typed-path v0.7.1
29932024-08-29T14:49:35.884Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29942024-08-29T14:49:36.069Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29952024-08-29T14:49:36.239Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29962024-08-29T14:49:36.360Z Checking hashlink v0.9.1
29972024-08-29T14:49:36.376Z Checking fallible-iterator v0.3.0
29982024-08-29T14:49:36.547Z Checking fallible-streaming-iterator v0.1.9
29992024-08-29T14:49:36.732Z Checking parse-size v1.0.0
30002024-08-29T14:49:36.969Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30012024-08-29T14:49:36.989Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30022024-08-29T14:49:37.006Z Checking rusqlite v0.31.0
30032024-08-29T14:49:37.624Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30042024-08-29T14:49:37.876Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30052024-08-29T14:49:37.913Z Checking pin-project v1.1.5
30062024-08-29T14:49:37.929Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30072024-08-29T14:49:37.973Z Checking twox-hash v1.6.3
30082024-08-29T14:49:38.061Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30092024-08-29T14:49:38.441Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30102024-08-29T14:49:38.642Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30112024-08-29T14:49:38.787Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30122024-08-29T14:49:38.958Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30132024-08-29T14:49:39.112Z Checking fatfs v0.3.6
30142024-08-29T14:49:39.763Z Checking assert_matches v1.5.0
30152024-08-29T14:49:40.268Z Checking snafu v0.8.2
30162024-08-29T14:49:40.702Z Checking tough v0.17.1
30172024-08-29T14:49:44.775Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30182024-08-29T14:49:45.914Z Compiling git2 v0.19.0
30192024-08-29T14:49:45.953Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30202024-08-29T14:49:50.766Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30212024-08-29T14:50:41.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
30222024-08-29T14:50:41.220Z
30232024-08-29T14:50:41.220Zinfo: running `cargo check --bins` on nexus-external-api (131/158)
30242024-08-29T14:50:41.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252024-08-29T14:50:41.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262024-08-29T14:50:41.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272024-08-29T14:50:41.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30282024-08-29T14:50:41.940Z
30292024-08-29T14:50:41.940Zinfo: running `cargo check --bins` on openapi-manager-types (132/158)
30302024-08-29T14:50:42.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-08-29T14:50:42.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-08-29T14:50:42.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332024-08-29T14:50:42.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30342024-08-29T14:50:42.579Z
30352024-08-29T14:50:42.579Zinfo: running `cargo check --bins` on nexus-internal-api (133/158)
30362024-08-29T14:50:43.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372024-08-29T14:50:43.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382024-08-29T14:50:43.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392024-08-29T14:50:43.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30402024-08-29T14:50:43.259Z
30412024-08-29T14:50:43.259Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (134/158)
30422024-08-29T14:50:43.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-08-29T14:50:43.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-08-29T14:50:43.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452024-08-29T14:50:43.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30462024-08-29T14:50:43.973Z
30472024-08-29T14:50:43.973Zinfo: running `cargo check --bins` on nexus-networking (135/158)
30482024-08-29T14:50:44.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492024-08-29T14:50:44.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502024-08-29T14:50:44.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512024-08-29T14:50:44.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30522024-08-29T14:50:44.677Z
30532024-08-29T14:50:44.677Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (136/158)
30542024-08-29T14:50:45.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-08-29T14:50:45.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-08-29T14:50:45.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572024-08-29T14:50:45.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30582024-08-29T14:50:45.379Z
30592024-08-29T14:50:45.379Zinfo: running `cargo check --bins` on update-common (137/158)
30602024-08-29T14:50:45.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-08-29T14:50:45.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-08-29T14:50:45.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632024-08-29T14:50:45.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30642024-08-29T14:50:46.056Z
30652024-08-29T14:50:46.056Zinfo: running `cargo check --bins` on tufaceous-lib (138/158)
30662024-08-29T14:50:46.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-08-29T14:50:46.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-08-29T14:50:46.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692024-08-29T14:50:46.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30702024-08-29T14:50:46.733Z
30712024-08-29T14:50:46.733Zinfo: running `cargo check --bins` on tufaceous (139/158)
30722024-08-29T14:50:47.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732024-08-29T14:50:47.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742024-08-29T14:50:47.420Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30752024-08-29T14:50:48.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
30762024-08-29T14:50:48.487Z
30772024-08-29T14:50:48.487Zinfo: running `cargo check --bins` on omicron-dev (140/158)
30782024-08-29T14:50:49.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-08-29T14:50:49.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-08-29T14:50:49.361Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30812024-08-29T14:50:49.361Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30822024-08-29T14:50:49.367Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30832024-08-29T14:50:50.730Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30842024-08-29T14:50:53.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
30852024-08-29T14:50:53.335Z
30862024-08-29T14:50:53.335Zinfo: running `cargo check --bins` on openapi-manager (141/158)
30872024-08-29T14:50:53.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-08-29T14:50:53.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-08-29T14:50:54.061Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30902024-08-29T14:50:54.061Z Checking heck v0.4.1
30912024-08-29T14:50:54.064Z Checking is_ci v1.2.0
30922024-08-29T14:50:54.065Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30932024-08-29T14:50:54.065Z Checking indent_write v2.2.0
30942024-08-29T14:50:54.255Z Checking supports-color v3.0.0
30952024-08-29T14:50:54.316Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30962024-08-29T14:50:55.728Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30972024-08-29T14:50:56.536Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30982024-08-29T14:50:57.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
30992024-08-29T14:50:57.702Z
31002024-08-29T14:50:57.702Zinfo: running `cargo check --bins` on installinator-api (142/158)
31012024-08-29T14:50:58.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-08-29T14:50:58.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-08-29T14:50:58.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042024-08-29T14:50:58.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31052024-08-29T14:50:58.366Z
31062024-08-29T14:50:58.366Zinfo: running `cargo check --bins` on wicketd-api (143/158)
31072024-08-29T14:50:58.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-08-29T14:50:58.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-08-29T14:50:58.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102024-08-29T14:50:58.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31112024-08-29T14:50:59.039Z
31122024-08-29T14:50:59.039Zinfo: running `cargo check --bins` on reconfigurator-cli (144/158)
31132024-08-29T14:50:59.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-08-29T14:50:59.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-08-29T14:50:59.777Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31162024-08-29T14:51:01.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
31172024-08-29T14:51:01.197Z
31182024-08-29T14:51:01.197Zinfo: running `cargo check --bins` on omicron-releng (145/158)
31192024-08-29T14:51:01.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-08-29T14:51:01.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-08-29T14:51:01.890Z Checking memmap2 v0.9.4
31222024-08-29T14:51:01.890Z Checking spin v0.5.2
31232024-08-29T14:51:01.890Z Checking untrusted v0.7.1
31242024-08-29T14:51:01.893Z Checking arrayvec v0.7.4
31252024-08-29T14:51:01.893Z Checking arrayref v0.3.7
31262024-08-29T14:51:01.893Z Checking constant_time_eq v0.3.0
31272024-08-29T14:51:01.893Z Checking cargo-platform v0.1.8
31282024-08-29T14:51:01.893Z Checking topological-sort v0.2.2
31292024-08-29T14:51:02.093Z Checking shell-words v1.1.0
31302024-08-29T14:51:02.162Z Checking ring v0.16.20
31312024-08-29T14:51:02.265Z Checking cargo_metadata v0.18.1
31322024-08-29T14:51:02.293Z Checking blake3 v1.5.1
31332024-08-29T14:51:03.359Z Checking omicron-zone-package v0.11.0
31342024-08-29T14:51:04.505Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31352024-08-29T14:51:05.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
31362024-08-29T14:51:05.461Z
31372024-08-29T14:51:05.461Zinfo: running `cargo check --bins` on xtask (146/158)
31382024-08-29T14:51:05.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-08-29T14:51:05.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-08-29T14:51:05.962Z Checking bitflags v2.6.0
31412024-08-29T14:51:05.965Z Checking serde v1.0.208
31422024-08-29T14:51:05.965Z Checking thiserror v1.0.63
31432024-08-29T14:51:06.042Z Checking scroll v0.12.0
31442024-08-29T14:51:06.055Z Checking hashbrown v0.14.5
31452024-08-29T14:51:06.058Z Checking log v0.4.21
31462024-08-29T14:51:06.073Z Checking zerocopy v0.7.34
31472024-08-29T14:51:06.088Z Checking syn v2.0.74
31482024-08-29T14:51:06.142Z Checking pest v2.7.10
31492024-08-29T14:51:06.278Z Checking rustix v0.38.34
31502024-08-29T14:51:06.321Z Checking fs-err v2.11.0
31512024-08-29T14:51:06.508Z Checking goblin v0.8.2
31522024-08-29T14:51:06.624Z Checking tabled v0.15.0
31532024-08-29T14:51:07.120Z Checking indexmap v2.4.0
31542024-08-29T14:51:07.464Z Checking anyhow v1.0.86
31552024-08-29T14:51:08.336Z Checking terminal_size v0.3.0
31562024-08-29T14:51:08.336Z Checking tempfile v3.10.1
31572024-08-29T14:51:08.403Z Checking dtrace-parser v0.2.0
31582024-08-29T14:51:08.499Z Checking clap_builder v4.5.15
31592024-08-29T14:51:10.495Z Checking serde_json v1.0.125
31602024-08-29T14:51:10.495Z Checking serde_spanned v0.6.7
31612024-08-29T14:51:10.503Z Checking toml_datetime v0.6.8
31622024-08-29T14:51:10.503Z Checking camino v1.1.9
31632024-08-29T14:51:10.503Z Checking semver v1.0.23
31642024-08-29T14:51:10.503Z Checking cargo-platform v0.1.8
31652024-08-29T14:51:10.606Z Checking clap v4.5.16
31662024-08-29T14:51:10.712Z Checking macaddr v1.0.1
31672024-08-29T14:51:10.794Z Checking toml_edit v0.22.20
31682024-08-29T14:51:10.975Z Checking camino-tempfile v1.1.1
31692024-08-29T14:51:11.574Z Checking dof v0.3.0
31702024-08-29T14:51:11.574Z Checking cargo_metadata v0.18.1
31712024-08-29T14:51:11.989Z Checking usdt-impl v0.5.0
31722024-08-29T14:51:12.348Z Checking usdt v0.5.0
31732024-08-29T14:51:12.544Z Checking toml v0.8.19
31742024-08-29T14:51:13.014Z Checking cargo_toml v0.20.4
31752024-08-29T14:51:14.236Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31762024-08-29T14:51:14.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.38s
31772024-08-29T14:51:14.947Z
31782024-08-29T14:51:14.947Zinfo: running `cargo check --bins` on end-to-end-tests (147/158)
31792024-08-29T14:51:15.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802024-08-29T14:51:15.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812024-08-29T14:51:15.742Z Checking polyval v0.6.2
31822024-08-29T14:51:15.742Z Checking rfc6979 v0.4.0
31832024-08-29T14:51:16.853Z Checking primeorder v0.13.6
31842024-08-29T14:51:16.857Z Checking ctr v0.9.2
31852024-08-29T14:51:16.857Z Checking ed25519 v2.2.3
31862024-08-29T14:51:16.857Z Checking ssh-encoding v0.2.0
31872024-08-29T14:51:16.857Z Checking blowfish v0.9.1
31882024-08-29T14:51:16.857Z Checking option-ext v0.2.0
31892024-08-29T14:51:16.857Z Checking ecdsa v0.16.9
31902024-08-29T14:51:16.857Z Checking dirs-sys v0.4.1
31912024-08-29T14:51:16.857Z Checking ghash v0.5.1
31922024-08-29T14:51:16.857Z Checking bcrypt-pbkdf v0.10.0
31932024-08-29T14:51:16.857Z Checking password-hash v0.4.2
31942024-08-29T14:51:16.857Z Checking ed25519-dalek v2.1.1
31952024-08-29T14:51:16.857Z Checking matches v0.1.10
31962024-08-29T14:51:16.857Z Checking aes-gcm v0.10.3
31972024-08-29T14:51:16.857Z Checking dirs v5.0.1
31982024-08-29T14:51:16.857Z Compiling enum-as-inner v0.5.1
31992024-08-29T14:51:16.857Z Checking idna v0.2.3
32002024-08-29T14:51:16.857Z Checking russh-cryptovec v0.7.2
32012024-08-29T14:51:16.858Z Checking md5 v0.7.0
32022024-08-29T14:51:16.858Z Checking ssh-cipher v0.2.0
32032024-08-29T14:51:16.858Z Checking pbkdf2 v0.11.0
32042024-08-29T14:51:16.858Z Checking num-bigint v0.4.5
32052024-08-29T14:51:16.858Z Checking hex-literal v0.4.1
32062024-08-29T14:51:16.858Z Compiling dhcproto-macros v0.1.0
32072024-08-29T14:51:16.858Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32082024-08-29T14:51:16.858Z Checking p384 v0.13.0
32092024-08-29T14:51:16.858Z Checking ssh-key v0.6.6
32102024-08-29T14:51:16.858Z Checking p256 v0.13.2
32112024-08-29T14:51:17.124Z Checking p521 v0.13.3
32122024-08-29T14:51:17.258Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32132024-08-29T14:51:17.317Z Checking trust-dns-proto v0.22.0
32142024-08-29T14:51:17.635Z Checking internet-checksum v0.2.1
32152024-08-29T14:51:18.375Z Checking russh-keys v0.44.0
32162024-08-29T14:51:19.297Z Checking russh v0.44.1
32172024-08-29T14:51:20.030Z Checking dhcproto v0.12.0
32182024-08-29T14:51:36.610Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32192024-08-29T14:51:37.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.99s
32202024-08-29T14:51:38.130Z
32212024-08-29T14:51:38.130Zinfo: running `cargo check --bins` on gateway-cli (148/158)
32222024-08-29T14:51:38.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232024-08-29T14:51:38.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242024-08-29T14:51:38.798Z Checking termios v0.3.3
32252024-08-29T14:51:39.001Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32262024-08-29T14:51:39.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
32272024-08-29T14:51:39.915Z
32282024-08-29T14:51:39.915Zinfo: running `cargo check --bins --no-default-features` on installinator (149/158)
32292024-08-29T14:51:40.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302024-08-29T14:51:40.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312024-08-29T14:51:40.646Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32322024-08-29T14:51:42.649Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32332024-08-29T14:51:44.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
32342024-08-29T14:51:44.575Z
32352024-08-29T14:51:44.575Zinfo: running `cargo check --bins` on internal-dns-cli (150/158)
32362024-08-29T14:51:45.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372024-08-29T14:51:45.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382024-08-29T14:51:45.242Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32392024-08-29T14:51:45.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
32402024-08-29T14:51:45.828Z
32412024-08-29T14:51:45.828Zinfo: running `cargo check --bins` on omicron-live-tests (151/158)
32422024-08-29T14:51:46.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432024-08-29T14:51:46.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442024-08-29T14:51:46.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452024-08-29T14:51:46.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32462024-08-29T14:51:46.463Z
32472024-08-29T14:51:46.463Zinfo: running `cargo check --bins` on live-tests-macros (152/158)
32482024-08-29T14:51:47.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492024-08-29T14:51:47.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502024-08-29T14:51:47.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512024-08-29T14:51:47.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32522024-08-29T14:51:47.093Z
32532024-08-29T14:51:47.093Zinfo: running `cargo check --bins` on omicron-package (153/158)
32542024-08-29T14:51:47.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552024-08-29T14:51:47.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562024-08-29T14:51:47.781Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32572024-08-29T14:51:49.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
32582024-08-29T14:51:49.173Z
32592024-08-29T14:51:49.173Zinfo: running `cargo check --bins` on wicket-dbg (154/158)
32602024-08-29T14:51:49.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612024-08-29T14:51:49.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622024-08-29T14:51:49.902Z Checking rtoolbox v0.0.2
32632024-08-29T14:51:49.902Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32642024-08-29T14:51:49.904Z Checking tui-tree-widget v0.22.0
32652024-08-29T14:51:50.116Z Checking rpassword v7.3.1
32662024-08-29T14:51:54.094Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32672024-08-29T14:51:56.967Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32682024-08-29T14:51:58.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.86s
32692024-08-29T14:51:58.207Z
32702024-08-29T14:51:58.207Zinfo: running `cargo check --bins` on wicket (155/158)
32712024-08-29T14:51:58.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722024-08-29T14:51:58.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732024-08-29T14:51:58.916Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32742024-08-29T14:51:59.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
32752024-08-29T14:51:59.454Z
32762024-08-29T14:51:59.454Zinfo: running `cargo check --bins` on wicketd (156/158)
32772024-08-29T14:52:00.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782024-08-29T14:52:00.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792024-08-29T14:52:00.174Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32802024-08-29T14:52:03.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
32812024-08-29T14:52:04.072Z
32822024-08-29T14:52:04.072Zinfo: running `cargo check --bins` on omicron-workspace-hack (157/158)
32832024-08-29T14:52:04.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842024-08-29T14:52:04.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852024-08-29T14:52:04.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862024-08-29T14:52:04.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32872024-08-29T14:52:04.705Z
32882024-08-29T14:52:04.705Zinfo: running `cargo check --bins` on zone-setup (158/158)
32892024-08-29T14:52:05.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902024-08-29T14:52:05.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912024-08-29T14:52:05.458Z Checking uzers v0.11.3
32922024-08-29T14:52:05.760Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32932024-08-29T14:52:06.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
32942024-08-29T14:52:06.981Z
32952024-08-29T14:52:06.981Zreal 10:57.604036113
32962024-08-29T14:52:06.981Zuser 23:40.107539797
32972024-08-29T14:52:06.981Zsys 5:08.014435901
32982024-08-29T14:52:06.981Ztrap 0.523278055
32992024-08-29T14:52:06.982Ztflt 3.159958396
33002024-08-29T14:52:06.982Zdflt 2.020432433
33012024-08-29T14:52:06.982Zkflt 0.003075935
33022024-08-29T14:52:06.984Zlock 42:05.090752525
33032024-08-29T14:52:06.984Zslp 1:56:10.805682180
33042024-08-29T14:52:06.984Zlat 1:00.249411306
33052024-08-29T14:52:06.984Zstop 3:00.253253695
33062024-08-29T14:52:06.984Zprocess exited: duration 880220 ms, exit code 0
 
33072024-08-29T14:52:06.990Zfound 0 output files