01J9S25AGSSX0SZ2P3TF5BSAC3: 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: 01J9S25PV71V4RQT0VQ25DC174

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-09T16:36:42.171Zjob assigned to worker 01J9S25SX5Y1DT62JJCPH9PXTB (queued for 1 m 2 s)
 
22024-10-09T16:36:50.062Zstarting task 0: "setup"
32024-10-09T16:36:50.070Z++ uname -s
42024-10-09T16:36:50.078Z+ kern=SunOS
52024-10-09T16:36:50.078Z+ case "$kern" in
62024-10-09T16:36:50.078Z+ groupadd -g 12345 build
72024-10-09T16:36:50.081Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-09T16:36:52.086Z+ zfs create -o mountpoint=/work rpool/work
92024-10-09T16:36:52.203Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-09T16:36:52.206Z+ home_fs=zfs
112024-10-09T16:36:52.206Z+ [[ zfs == autofs ]]
122024-10-09T16:36:52.206Z+ mkdir -p /home/build
132024-10-09T16:36:52.211Z+ chown build:build /home/build /work
142024-10-09T16:36:54.210Z+ chmod 0700 /home/build /work
152024-10-09T16:36:54.213Zprocess exited: duration 4152 ms, exit code 0
 
162024-10-09T16:36:54.221Zstarting task 1: "rust-toolchain"
172024-10-09T16:36:54.226Z+ printf ' * toolchain channel = "%s"
182024-10-09T16:36:54.226Z' 1.80.1
192024-10-09T16:36:54.228Z * toolchain channel = "1.80.1"
202024-10-09T16:36:54.228Z+ printf ' * toolchain profile = "%s"
212024-10-09T16:36:54.228Z' default
222024-10-09T16:36:54.228Z * toolchain profile = "default"
232024-10-09T16:36:54.228Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-09T16:36:54.228Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-09T16:36:54.521Zinfo: downloading installer
262024-10-09T16:36:55.963Zinfo: profile set to 'default'
272024-10-09T16:36:55.963Zinfo: default host triple is x86_64-unknown-illumos
282024-10-09T16:36:55.966Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-09T16:36:56.129Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-09T16:36:56.129Zinfo: downloading component 'cargo'
312024-10-09T16:36:57.053Zinfo: downloading component 'clippy'
322024-10-09T16:36:57.378Zinfo: downloading component 'rust-docs'
332024-10-09T16:36:58.648Zinfo: downloading component 'rust-std'
342024-10-09T16:37:00.439Zinfo: downloading component 'rustc'
352024-10-09T16:37:05.378Zinfo: downloading component 'rustfmt'
362024-10-09T16:37:05.660Zinfo: installing component 'cargo'
372024-10-09T16:37:06.515Zinfo: installing component 'clippy'
382024-10-09T16:37:06.886Zinfo: installing component 'rust-docs'
392024-10-09T16:37:08.573Zinfo: installing component 'rust-std'
402024-10-09T16:37:10.233Zinfo: installing component 'rustc'
412024-10-09T16:37:14.438Zinfo: installing component 'rustfmt'
422024-10-09T16:37:14.788Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-09T16:37:14.788Z
442024-10-09T16:37:15.047Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-09T16:37:15.047Z
462024-10-09T16:37:15.050Z
472024-10-09T16:37:15.050ZRust is installed now. Great!
482024-10-09T16:37:15.050Z
492024-10-09T16:37:15.050ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-09T16:37:15.050Zenvironment variable. This has not been done automatically.
512024-10-09T16:37:15.050Z
522024-10-09T16:37:15.050ZTo configure your current shell, you need to source
532024-10-09T16:37:15.050Zthe corresponding env file under $HOME/.cargo.
542024-10-09T16:37:15.050Z
552024-10-09T16:37:15.050ZThis is usually done by running one of the following (note the leading DOT):
562024-10-09T16:37:15.050Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-09T16:37:15.050Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-09T16:37:15.100Z+ rustc --version
592024-10-09T16:37:15.164Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-09T16:37:15.167Zprocess exited: duration 20943 ms, exit code 0
 
612024-10-09T16:37:15.172Zstarting task 2: "authentication"
622024-10-09T16:37:15.192Zprocess exited: duration 20 ms, exit code 0
 
632024-10-09T16:37:15.197Zstarting task 3: "clone repository"
642024-10-09T16:37:15.202Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-09T16:37:15.205Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-09T16:37:17.513ZCloning into '/work/oxidecomputer/omicron'...
672024-10-09T16:37:28.074Z+ cd /work/oxidecomputer/omicron
682024-10-09T16:37:28.074Z+ git fetch origin a923f2a6a058fc1b42da33c8d1f52da6592b0bd1
692024-10-09T16:37:28.378ZFrom https://github.com/oxidecomputer/omicron
702024-10-09T16:37:28.378Z * branch a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 -> FETCH_HEAD
712024-10-09T16:37:28.388Z+ [[ -n eliza/instance-nuke ]]
722024-10-09T16:37:28.390Z++ git branch --show-current
732024-10-09T16:37:28.392Z+ current=main
742024-10-09T16:37:28.392Z+ [[ main != eliza/instance-nuke ]]
752024-10-09T16:37:28.392Z+ git branch -f eliza/instance-nuke a923f2a6a058fc1b42da33c8d1f52da6592b0bd1
762024-10-09T16:37:28.395Z+ git checkout -f eliza/instance-nuke
772024-10-09T16:37:28.559ZSwitched to branch 'eliza/instance-nuke'
782024-10-09T16:37:28.563Z+ git reset --hard a923f2a6a058fc1b42da33c8d1f52da6592b0bd1
792024-10-09T16:37:28.612ZHEAD is now at a923f2a6a cleanup mark_vmm_failed and sis_ensure_registered_undo
802024-10-09T16:37:28.615Zprocess exited: duration 13414 ms, exit code 0
 
812024-10-09T16:37:28.620Zstarting task 4: "build"
822024-10-09T16:37:28.625Z+ cargo --version
832024-10-09T16:37:28.679Zcargo 1.80.1 (376290515 2024-07-16)
842024-10-09T16:37:28.682Z+ rustc --version
852024-10-09T16:37:28.739Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-10-09T16:37:28.742Z+ source ./env.sh
872024-10-09T16:37:28.742Z++ OLD_SHELL_OPTS=ehxB
882024-10-09T16:37:28.742Z++ set -o xtrace
892024-10-09T16:37:28.744Z++++ dirname ./env.sh
902024-10-09T16:37:28.747Z+++ readlink -f .
912024-10-09T16:37:28.914Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-10-09T16:37:28.917Z++ 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-10-09T16:37:28.917Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-10-09T16:37:28.917Z++ 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-10-09T16:37:28.917Z++ 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-10-09T16:37:28.917Z++ 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-10-09T16:37:28.917Z++ 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-10-09T16:37:28.917Z++ 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-10-09T16:37:28.917Z++ 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-10-09T16:37:28.917Z++ case $OLD_SHELL_OPTS in
1012024-10-09T16:37:28.917Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-10-09T16:37:28.917Z+ 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-10-09T16:37:28.917Z+ 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-10-09T16:37:28.918Z+ banner prerequisites
1052024-10-09T16:37:29.042Z
1062024-10-09T16:37:29.042Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-10-09T16:37:29.042Z # # # # # # # # # # # # # # #
1082024-10-09T16:37:29.042Z # # # # ##### # # ##### # # # # # #### #
1092024-10-09T16:37:29.042Z ##### ##### # ##### # # # # # # # # #
1102024-10-09T16:37:29.042Z # # # # # # # # # # # # # # #
1112024-10-09T16:37:29.042Z # # # ###### # # ###### ### # #### # #### #
1122024-10-09T16:37:29.042Z
1132024-10-09T16:37:29.045Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-10-09T16:37:56.789Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-10-09T16:37:59.994Z Startup: Caching catalogs ... Done
1162024-10-09T16:38:04.849ZPlanning: Solver setup ... Done (4.124s)
1172024-10-09T16:38:04.916ZPlanning: Running solver ... Done (0.065s)
1182024-10-09T16:38:05.121ZPlanning: Finding local manifests ... Done (0.143s)
1192024-10-09T16:38:05.161ZPlanning: Fetching manifests: 0/5 0% complete
1202024-10-09T16:38:05.492ZPlanning: Fetching manifests: 5/5 100% complete
1212024-10-09T16:38:05.949ZPlanning: Package planning ... Done (0.502s)
1222024-10-09T16:38:06.005ZPlanning: Merging actions ... Done (0.056s)
1232024-10-09T16:38:07.277ZPlanning: Checking for conflicting actions ... Done (1.272s)
1242024-10-09T16:38:16.809ZPlanning: Consolidating action changes ... Done (9.530s)
1252024-10-09T16:38:17.197ZPlanning: Evaluating mediators ... Done (0.388s)
1262024-10-09T16:38:17.498ZPlanning: Planning completed in 17.42 seconds
1272024-10-09T16:38:18.476Z Packages to install: 4
1282024-10-09T16:38:18.476Z Packages to update: 1
1292024-10-09T16:38:18.476Z Mediators to change: 2
1302024-10-09T16:38:18.481Z Services to change: 1
1312024-10-09T16:38:18.481Z Estimated space available: 155.71 GB
1322024-10-09T16:38:18.481ZEstimated space to be consumed: 1.56 GB
1332024-10-09T16:38:18.481Z Create boot environment: No
1342024-10-09T16:38:18.481ZCreate backup boot environment: Yes
1352024-10-09T16:38:18.481Z Rebuild boot archive: No
1362024-10-09T16:38:18.481Z
1372024-10-09T16:38:18.481ZChanged mediators:
1382024-10-09T16:38:18.481Z mediator clang:
1392024-10-09T16:38:18.481Z version: None -> 15 (system default)
1402024-10-09T16:38:18.481Z
1412024-10-09T16:38:18.481Z mediator llvm:
1422024-10-09T16:38:18.481Z version: 14 (system default) -> 15 (system default)
1432024-10-09T16:38:18.481Z
1442024-10-09T16:38:18.481ZChanged packages:
1452024-10-09T16:38:18.481Zhelios-dev
1462024-10-09T16:38:18.481Z developer/build-essential
1472024-10-09T16:38:18.481Z None -> 11-2.0
1482024-10-09T16:38:18.481Z library/libxmlsec1
1492024-10-09T16:38:18.481Z None -> 1.2.35-2.0
1502024-10-09T16:38:18.481Z ooce/developer/clang-15
1512024-10-09T16:38:18.481Z None -> 15.0.7-2.0
1522024-10-09T16:38:18.481Z ooce/developer/llvm-15
1532024-10-09T16:38:18.481Z None -> 15.0.7-2.0
1542024-10-09T16:38:18.481Z package/pkg
1552024-10-09T16:38:18.481Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-10-09T16:38:18.481Z
1572024-10-09T16:38:18.481ZServices:
1582024-10-09T16:38:18.481Z restart_fmri:
1592024-10-09T16:38:18.481Z svc:/system/update-man-index:default
1602024-10-09T16:38:18.481Z
1612024-10-09T16:38:18.481ZEditable files to change:
1622024-10-09T16:38:18.482Z Update:
1632024-10-09T16:38:18.482Z usr/share/lib/pkg/web/config.shtml
1642024-10-09T16:38:19.114Z
1652024-10-09T16:38:19.114ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-10-09T16:38:24.119ZDownload: 971/4281 items 19.3/220.6MB 8% complete (3.9M/s)
1672024-10-09T16:38:29.123ZDownload: 1342/4281 items 115.4/220.6MB 52% complete (11.7M/s)
1682024-10-09T16:38:34.126ZDownload: 2722/4281 items 120.8/220.6MB 54% complete (10.2M/s)
1692024-10-09T16:38:39.127ZDownload: 3248/4281 items 202.3/220.6MB 91% complete (9.8M/s)
1702024-10-09T16:38:43.081ZDownload: Completed 220.60 MB in 23.96 seconds (9.2M/s)
1712024-10-09T16:38:45.108Z Actions: 1/5063 actions (Removing old actions)
1722024-10-09T16:38:45.130Z Actions: 194/5063 actions (Installing new actions)
1732024-10-09T16:38:50.292Z Actions: 4113/5063 actions (Installing new actions)
1742024-10-09T16:38:51.645Z Actions: 4226/5063 actions (Updating modified actions)
1752024-10-09T16:38:52.077Z Actions: Completed 5063 actions in 6.97 seconds.
1762024-10-09T16:38:52.408Z Done (0.323s)
1772024-10-09T16:38:52.411Z Done (0.000s)
1782024-10-09T16:38:52.858Z Done (0.448s)
1792024-10-09T16:39:01.114Z Done (8.059s)
1802024-10-09T16:39:01.698Z Done (0.512s)
1812024-10-09T16:39:01.701Z Done (0.000s)
1822024-10-09T16:39:01.875Z Done (0.000s)
1832024-10-09T16:39:02.507ZPlanning: Evaluating mediator changes ... Done
1842024-10-09T16:39:02.671ZPlanning: Checking for conflicting actions ... Done
1852024-10-09T16:39:02.674ZPlanning: Consolidating action changes ... Done
1862024-10-09T16:39:02.945ZPlanning: Evaluating mediators ... Done
1872024-10-09T16:39:02.947ZPlanning: Planning completed in 0.44 seconds
1882024-10-09T16:39:02.985Z Mediators to change: 2
1892024-10-09T16:39:02.985Z Create boot environment: No
1902024-10-09T16:39:02.988ZCreate backup boot environment: No
1912024-10-09T16:39:03.055Z Done
1922024-10-09T16:39:03.055Z Done
1932024-10-09T16:39:03.356Z Done
1942024-10-09T16:39:07.049Z Done
1952024-10-09T16:39:07.141Z Done
1962024-10-09T16:39:07.144Z Done
1972024-10-09T16:39:07.255Z Done
1982024-10-09T16:39:07.869ZPlanning: Evaluating mediator changes ... Done
1992024-10-09T16:39:07.872ZPlanning: Merging actions ... Done
2002024-10-09T16:39:08.058ZPlanning: Checking for conflicting actions ... Done
2012024-10-09T16:39:08.060ZPlanning: Consolidating action changes ... Done
2022024-10-09T16:39:08.321ZPlanning: Evaluating mediators ... Done
2032024-10-09T16:39:08.375ZPlanning: Planning completed in 0.75 seconds
2042024-10-09T16:39:08.415Z Packages to change: 1
2052024-10-09T16:39:08.415Z Mediators to change: 1
2062024-10-09T16:39:08.418Z Services to change: 1
2072024-10-09T16:39:08.418Z Create boot environment: No
2082024-10-09T16:39:08.418ZCreate backup boot environment: Yes
2092024-10-09T16:39:10.422Z Actions: 1/6 actions (Updating modified actions)
2102024-10-09T16:39:10.668Z Actions: Completed 6 actions in 0.25 seconds.
2112024-10-09T16:39:10.671Z Done
2122024-10-09T16:39:10.671Z Done
2132024-10-09T16:39:10.762Z Done
2142024-10-09T16:39:14.327Z Done
2152024-10-09T16:39:14.421Z Done
2162024-10-09T16:39:14.423Z Done
2172024-10-09T16:39:14.565Z Done
2182024-10-09T16:39:15.003ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2192024-10-09T16:39:15.003Zclang system 15 system
2202024-10-09T16:39:15.003Zcsh system system illumos
2212024-10-09T16:39:15.003Zctags system system illumos
2222024-10-09T16:39:15.003Zgcc vendor 12 vendor
2232024-10-09T16:39:15.003Zgcc system 10 system
2242024-10-09T16:39:15.003Zgcc system 7 system
2252024-10-09T16:39:15.003Zgo system 1.20 system
2262024-10-09T16:39:15.003Zgo system 1.19 system
2272024-10-09T16:39:15.003Zllvm system 15 system
2282024-10-09T16:39:15.003Zllvm system 14 system
2292024-10-09T16:39:15.003Zmariadb system 10.6 system
2302024-10-09T16:39:15.003Zmta vendor vendor dma
2312024-10-09T16:39:15.003Zopenjdk system 17 system
2322024-10-09T16:39:15.003Zopenjdk system 11 system
2332024-10-09T16:39:15.003Zopenjdk system 1.8 system
2342024-10-09T16:39:15.003Zopenssl vendor 3 vendor
2352024-10-09T16:39:15.003Zperl system 5.36 system
2362024-10-09T16:39:15.003Zpostgresql system 15 system
2372024-10-09T16:39:15.003Zpostgresql system 13 system
2382024-10-09T16:39:15.003Zpython vendor 3 vendor
2392024-10-09T16:39:15.003Zpython system 2 system
2402024-10-09T16:39:15.003Zpython3 system 3.11 system
2412024-10-09T16:39:15.003Zruby system 3.0 system
2422024-10-09T16:39:15.003Zwords vendor vendor american-english
2432024-10-09T16:39:15.003Zwords system system australian-english
2442024-10-09T16:39:15.003Zwords system system british-english
2452024-10-09T16:39:15.003Zwords system system canadian-english
2462024-10-09T16:39:15.003Zwords system system french
2472024-10-09T16:39:15.004Zwords system system italian
2482024-10-09T16:39:15.004Zwords system system ngerman
2492024-10-09T16:39:15.004Zwords system system ogerman
2502024-10-09T16:39:15.004Zwords system system spanish
2512024-10-09T16:39:15.335ZPUBLISHER TYPE STATUS P LOCATION
2522024-10-09T16:39:15.336Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2532024-10-09T16:39:17.415ZFMRI IFO
2542024-10-09T16:39:17.415Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2552024-10-09T16:39:17.415Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2562024-10-09T16:39:17.415Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2572024-10-09T16:39:17.415Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2582024-10-09T16:39:17.415Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2592024-10-09T16:39:17.415Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2602024-10-09T16:39:17.415Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2612024-10-09T16:39:17.415Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2622024-10-09T16:39:17.415Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2632024-10-09T16:39:17.415Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2642024-10-09T16:39:17.415Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2652024-10-09T16:39:17.415Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2662024-10-09T16:39:17.415Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2672024-10-09T16:39:18.091Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2682024-10-09T16:39:18.372Z Updating crates.io index
2692024-10-09T16:39:18.374Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702024-10-09T16:39:19.275Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2712024-10-09T16:39:19.562Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722024-10-09T16:39:19.817Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2732024-10-09T16:39:20.073Z Updating git repository `https://github.com/oxidecomputer/propolis`
2742024-10-09T16:39:21.000Z Updating git repository `https://github.com/oxidecomputer/crucible`
2752024-10-09T16:39:25.842Z Updating git repository `https://github.com/oxidecomputer/opte`
2762024-10-09T16:39:26.846Z Updating git repository `https://github.com/oxidecomputer/falcon`
2772024-10-09T16:39:27.667Z Updating git repository `https://github.com/oxidecomputer/clickward`
2782024-10-09T16:39:27.985Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2792024-10-09T16:39:28.278Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2802024-10-09T16:39:28.920Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2812024-10-09T16:39:29.236Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2822024-10-09T16:39:29.589Z Updating git repository `https://github.com/oxidecomputer/qorb`
2832024-10-09T16:39:29.969Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842024-10-09T16:39:30.235Z Updating git repository `https://github.com/oxidecomputer/tofino`
2852024-10-09T16:39:30.506Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2862024-10-09T16:39:30.776Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2872024-10-09T16:39:31.032Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2882024-10-09T16:39:31.336Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2892024-10-09T16:39:31.608Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902024-10-09T16:39:32.013Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2912024-10-09T16:39:32.281Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922024-10-09T16:39:32.629Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-10-09T16:39:33.072Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-10-09T16:39:33.378Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952024-10-09T16:39:33.731Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962024-10-09T16:39:34.144Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972024-10-09T16:39:34.399Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982024-10-09T16:39:34.646Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992024-10-09T16:39:35.959Z Downloading crates ...
3002024-10-09T16:39:36.027Z Downloaded anstyle-parse v0.2.4
3012024-10-09T16:39:36.034Z Downloaded anstream v0.6.14
3022024-10-09T16:39:36.045Z Downloaded is_terminal_polyfill v1.70.0
3032024-10-09T16:39:36.058Z Downloaded dtrace-parser v0.2.0
3042024-10-09T16:39:36.066Z Downloaded clap_lex v0.7.0
3052024-10-09T16:39:36.068Z Downloaded generic-array v0.14.7
3062024-10-09T16:39:36.071Z Downloaded digest v0.10.7
3072024-10-09T16:39:36.073Z Downloaded errno v0.3.9
3082024-10-09T16:39:36.075Z Downloaded macaddr v1.0.1
3092024-10-09T16:39:36.078Z Downloaded cargo-platform v0.1.8
3102024-10-09T16:39:36.080Z Downloaded anstyle v1.0.8
3112024-10-09T16:39:36.084Z Downloaded strsim v0.11.1
3122024-10-09T16:39:36.086Z Downloaded plain v0.2.3
3132024-10-09T16:39:36.088Z Downloaded serde_tokenstream v0.2.2
3142024-10-09T16:39:36.093Z Downloaded fnv v1.0.7
3152024-10-09T16:39:36.096Z Downloaded scroll v0.12.0
3162024-10-09T16:39:36.098Z Downloaded heck v0.5.0
3172024-10-09T16:39:36.100Z Downloaded cpufeatures v0.2.12
3182024-10-09T16:39:36.100Z Downloaded utf8parse v0.2.1
3192024-10-09T16:39:36.103Z Downloaded cargo_toml v0.20.5
3202024-10-09T16:39:36.108Z Downloaded equivalent v1.0.1
3212024-10-09T16:39:36.116Z Downloaded usdt-impl v0.5.0
3222024-10-09T16:39:36.118Z Downloaded bytecount v0.6.8
3232024-10-09T16:39:36.120Z Downloaded thiserror-impl v1.0.64
3242024-10-09T16:39:36.126Z Downloaded proc-macro-error v1.0.4
3252024-10-09T16:39:36.129Z Downloaded camino v1.1.9
3262024-10-09T16:39:36.131Z Downloaded tempfile v3.10.1
3272024-10-09T16:39:36.134Z Downloaded semver v1.0.23
3282024-10-09T16:39:36.149Z Downloaded pest_derive v2.7.10
3292024-10-09T16:39:36.149Z Downloaded zerocopy-derive v0.7.34
3302024-10-09T16:39:36.157Z Downloaded bitflags v2.6.0
3312024-10-09T16:39:36.157Z Downloaded scroll_derive v0.12.0
3322024-10-09T16:39:36.157Z Downloaded pretty-hex v0.4.1
3332024-10-09T16:39:36.157Z Downloaded usdt-macro v0.5.0
3342024-10-09T16:39:36.157Z Downloaded byteorder v1.5.0
3352024-10-09T16:39:36.162Z Downloaded anstyle-query v1.0.3
3362024-10-09T16:39:36.162Z Downloaded unicode-linebreak v0.1.5
3372024-10-09T16:39:36.162Z Downloaded terminal_size v0.3.0
3382024-10-09T16:39:36.172Z Downloaded swrite v0.1.0
3392024-10-09T16:39:36.172Z Downloaded thread-id v4.2.1
3402024-10-09T16:39:36.172Z Downloaded fastrand v2.1.0
3412024-10-09T16:39:36.172Z Downloaded block-buffer v0.10.4
3422024-10-09T16:39:36.172Z Downloaded autocfg v1.3.0
3432024-10-09T16:39:36.174Z Downloaded usdt-attr-macro v0.5.0
3442024-10-09T16:39:36.174Z Downloaded itoa v1.0.11
3452024-10-09T16:39:36.174Z Downloaded cfg-if v1.0.0
3462024-10-09T16:39:36.174Z Downloaded camino-tempfile v1.1.1
3472024-10-09T16:39:36.176Z Downloaded heck v0.4.1
3482024-10-09T16:39:36.178Z Downloaded dof v0.3.0
3492024-10-09T16:39:36.181Z Downloaded colorchoice v1.0.1
3502024-10-09T16:39:36.187Z Downloaded unicode-ident v1.0.13
3512024-10-09T16:39:36.189Z Downloaded toml v0.8.19
3522024-10-09T16:39:36.192Z Downloaded memmap v0.7.0
3532024-10-09T16:39:36.197Z Downloaded toml_datetime v0.6.8
3542024-10-09T16:39:36.199Z Downloaded proc-macro-error-attr v1.0.4
3552024-10-09T16:39:36.199Z Downloaded fs-err v2.11.0
3562024-10-09T16:39:36.202Z Downloaded version_check v0.9.5
3572024-10-09T16:39:36.204Z Downloaded thiserror v1.0.64
3582024-10-09T16:39:36.207Z Downloaded smawk v0.3.2
3592024-10-09T16:39:36.209Z Downloaded pest_generator v2.7.10
3602024-10-09T16:39:36.211Z Downloaded usdt v0.5.0
3612024-10-09T16:39:36.212Z Downloaded tabled_derive v0.7.0
3622024-10-09T16:39:36.214Z Downloaded crypto-common v0.1.6
3632024-10-09T16:39:36.220Z Downloaded proc-macro2 v1.0.86
3642024-10-09T16:39:36.223Z Downloaded clap_derive v4.5.18
3652024-10-09T16:39:36.225Z Downloaded typenum v1.17.0
3662024-10-09T16:39:36.228Z Downloaded cargo_metadata v0.18.1
3672024-10-09T16:39:36.230Z Downloaded textwrap v0.16.1
3682024-10-09T16:39:36.232Z Downloaded papergrid v0.11.0
3692024-10-09T16:39:36.237Z Downloaded serde_spanned v0.6.7
3702024-10-09T16:39:36.239Z Downloaded once_cell v1.19.0
3712024-10-09T16:39:36.241Z Downloaded sha2 v0.10.8
3722024-10-09T16:39:36.244Z Downloaded quote v1.0.37
3732024-10-09T16:39:36.246Z Downloaded ryu v1.0.18
3742024-10-09T16:39:36.250Z Downloaded log v0.4.22
3752024-10-09T16:39:36.253Z Downloaded anyhow v1.0.89
3762024-10-09T16:39:36.267Z Downloaded ucd-trie v0.1.6
3772024-10-09T16:39:36.270Z Downloaded clap v4.5.18
3782024-10-09T16:39:36.278Z Downloaded pest_meta v2.7.10
3792024-10-09T16:39:36.280Z Downloaded serde_derive v1.0.210
3802024-10-09T16:39:36.297Z Downloaded indexmap v2.5.0
3812024-10-09T16:39:36.302Z Downloaded serde v1.0.210
3822024-10-09T16:39:36.308Z Downloaded memchr v2.7.2
3832024-10-09T16:39:36.322Z Downloaded toml_edit v0.22.22
3842024-10-09T16:39:36.345Z Downloaded hashbrown v0.14.5
3852024-10-09T16:39:36.355Z Downloaded serde_json v1.0.128
3862024-10-09T16:39:36.362Z Downloaded clap_builder v4.5.18
3872024-10-09T16:39:36.369Z Downloaded winnow v0.6.18
3882024-10-09T16:39:36.379Z Downloaded pest v2.7.10
3892024-10-09T16:39:36.386Z Downloaded tabled v0.15.0
3902024-10-09T16:39:36.403Z Downloaded zerocopy v0.7.34
3912024-10-09T16:39:36.421Z Downloaded syn v1.0.109
3922024-10-09T16:39:36.432Z Downloaded goblin v0.8.2
3932024-10-09T16:39:36.438Z Downloaded syn v2.0.79
3942024-10-09T16:39:36.455Z Downloaded rustix v0.38.34
3952024-10-09T16:39:36.479Z Downloaded unicode-width v0.1.13
3962024-10-09T16:39:36.499Z Downloaded libc v0.2.159
3972024-10-09T16:39:36.807Z Compiling proc-macro2 v1.0.86
3982024-10-09T16:39:36.807Z Compiling unicode-ident v1.0.13
3992024-10-09T16:39:36.809Z Compiling serde v1.0.210
4002024-10-09T16:39:36.809Z Compiling version_check v0.9.5
4012024-10-09T16:39:36.809Z Compiling thiserror v1.0.64
4022024-10-09T16:39:36.809Z Compiling memchr v2.7.2
4032024-10-09T16:39:36.809Z Compiling libc v0.2.159
4042024-10-09T16:39:36.809Z Compiling itoa v1.0.11
4052024-10-09T16:39:37.070Z Compiling ryu v1.0.18
4062024-10-09T16:39:37.180Z Compiling ucd-trie v0.1.6
4072024-10-09T16:39:37.601Z Compiling once_cell v1.19.0
4082024-10-09T16:39:37.695Z Compiling byteorder v1.5.0
4092024-10-09T16:39:37.901Z Compiling rustix v0.38.34
4102024-10-09T16:39:38.055Z Compiling serde_json v1.0.128
4112024-10-09T16:39:38.343Z Compiling bitflags v2.6.0
4122024-10-09T16:39:38.346Z Compiling proc-macro-error-attr v1.0.4
4132024-10-09T16:39:38.446Z Compiling usdt-impl v0.5.0
4142024-10-09T16:39:38.663Z Compiling syn v1.0.109
4152024-10-09T16:39:38.726Z Compiling proc-macro-error v1.0.4
4162024-10-09T16:39:38.751Z Compiling utf8parse v0.2.1
4172024-10-09T16:39:38.775Z Compiling plain v0.2.3
4182024-10-09T16:39:38.907Z Compiling log v0.4.22
4192024-10-09T16:39:38.931Z Compiling hashbrown v0.14.5
4202024-10-09T16:39:38.955Z Compiling equivalent v1.0.1
4212024-10-09T16:39:39.009Z Compiling camino v1.1.9
4222024-10-09T16:39:39.242Z Compiling quote v1.0.37
4232024-10-09T16:39:39.274Z Compiling anstyle-parse v0.2.4
4242024-10-09T16:39:39.379Z Compiling errno v0.3.9
4252024-10-09T16:39:39.673Z Compiling syn v2.0.79
4262024-10-09T16:39:39.925Z Compiling thread-id v4.2.1
4272024-10-09T16:39:40.037Z Compiling semver v1.0.23
4282024-10-09T16:39:40.061Z Compiling colorchoice v1.0.1
4292024-10-09T16:39:40.178Z Compiling anstyle v1.0.8
4302024-10-09T16:39:40.230Z Compiling winnow v0.6.18
4312024-10-09T16:39:40.345Z Compiling indexmap v2.5.0
4322024-10-09T16:39:40.590Z Compiling unicode-width v0.1.13
4332024-10-09T16:39:40.638Z Compiling anstyle-query v1.0.3
4342024-10-09T16:39:40.794Z Compiling autocfg v1.3.0
4352024-10-09T16:39:40.841Z Compiling pretty-hex v0.4.1
4362024-10-09T16:39:41.064Z Compiling is_terminal_polyfill v1.70.0
4372024-10-09T16:39:41.222Z Compiling anstream v0.6.14
4382024-10-09T16:39:41.700Z Compiling heck v0.5.0
4392024-10-09T16:39:41.746Z Compiling anyhow v1.0.89
4402024-10-09T16:39:41.773Z Compiling fs-err v2.11.0
4412024-10-09T16:39:41.979Z Compiling terminal_size v0.3.0
4422024-10-09T16:39:42.078Z Compiling bytecount v0.6.8
4432024-10-09T16:39:42.185Z Compiling cfg-if v1.0.0
4442024-10-09T16:39:42.211Z Compiling heck v0.4.1
4452024-10-09T16:39:42.286Z Compiling fastrand v2.1.0
4462024-10-09T16:39:42.310Z Compiling strsim v0.11.1
4472024-10-09T16:39:42.383Z Compiling fnv v1.0.7
4482024-10-09T16:39:42.529Z Compiling clap_lex v0.7.0
4492024-10-09T16:39:42.725Z Compiling tempfile v3.10.1
4502024-10-09T16:39:42.848Z Compiling clap_builder v4.5.18
4512024-10-09T16:39:43.058Z Compiling papergrid v0.11.0
4522024-10-09T16:39:43.435Z Compiling memmap v0.7.0
4532024-10-09T16:39:43.461Z Compiling unicode-linebreak v0.1.5
4542024-10-09T16:39:43.550Z Compiling smawk v0.3.2
4552024-10-09T16:39:43.965Z Compiling textwrap v0.16.1
4562024-10-09T16:39:44.052Z Compiling swrite v0.1.0
4572024-10-09T16:39:45.368Z Compiling tabled_derive v0.7.0
4582024-10-09T16:39:46.952Z Compiling tabled v0.15.0
4592024-10-09T16:39:48.566Z Compiling serde_derive v1.0.210
4602024-10-09T16:39:48.566Z Compiling thiserror-impl v1.0.64
4612024-10-09T16:39:48.568Z Compiling zerocopy-derive v0.7.34
4622024-10-09T16:39:48.568Z Compiling scroll_derive v0.12.0
4632024-10-09T16:39:48.568Z Compiling clap_derive v4.5.18
4642024-10-09T16:39:49.884Z Compiling scroll v0.12.0
4652024-10-09T16:39:50.349Z Compiling goblin v0.8.2
4662024-10-09T16:39:50.561Z Compiling zerocopy v0.7.34
4672024-10-09T16:39:50.994Z Compiling pest v2.7.10
4682024-10-09T16:39:52.286Z Compiling clap v4.5.18
4692024-10-09T16:39:53.210Z Compiling pest_meta v2.7.10
4702024-10-09T16:39:54.047Z Compiling pest_generator v2.7.10
4712024-10-09T16:39:55.763Z Compiling pest_derive v2.7.10
4722024-10-09T16:39:56.426Z Compiling dtrace-parser v0.2.0
4732024-10-09T16:39:58.461Z Compiling serde_tokenstream v0.2.2
4742024-10-09T16:39:58.586Z Compiling toml_datetime v0.6.8
4752024-10-09T16:39:58.587Z Compiling serde_spanned v0.6.7
4762024-10-09T16:39:58.831Z Compiling cargo-platform v0.1.8
4772024-10-09T16:39:59.133Z Compiling toml_edit v0.22.22
4782024-10-09T16:39:59.136Z Compiling macaddr v1.0.1
4792024-10-09T16:39:59.298Z Compiling camino-tempfile v1.1.1
4802024-10-09T16:39:59.931Z Compiling dof v0.3.0
4812024-10-09T16:40:00.096Z Compiling cargo_metadata v0.18.1
4822024-10-09T16:40:01.709Z Compiling usdt-attr-macro v0.5.0
4832024-10-09T16:40:01.709Z Compiling usdt-macro v0.5.0
4842024-10-09T16:40:01.788Z Compiling toml v0.8.19
4852024-10-09T16:40:02.613Z Compiling cargo_toml v0.20.5
4862024-10-09T16:40:03.166Z Compiling usdt v0.5.0
4872024-10-09T16:40:06.486Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882024-10-09T16:40:10.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.88s
4892024-10-09T16:40:11.006Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4902024-10-09T16:40:11.587Z Downloading crates ...
4912024-10-09T16:40:11.708Z Downloaded cfg_aliases v0.2.1
4922024-10-09T16:40:11.711Z Downloaded async-stream-impl v0.3.5
4932024-10-09T16:40:11.711Z Downloaded atty v0.2.14
4942024-10-09T16:40:11.714Z Downloaded adler2 v2.0.0
4952024-10-09T16:40:11.718Z Downloaded aead v0.5.2
4962024-10-09T16:40:11.721Z Downloaded hubpack_derive v0.1.1
4972024-10-09T16:40:11.725Z Downloaded darling_macro v0.20.9
4982024-10-09T16:40:11.725Z Downloaded http-range v0.1.5
4992024-10-09T16:40:11.727Z Downloaded cstr-argument v0.1.2
5002024-10-09T16:40:11.727Z Downloaded ciborium-io v0.2.2
5012024-10-09T16:40:11.730Z Downloaded crucible-workspace-hack v0.1.0
5022024-10-09T16:40:11.732Z Downloaded httpdate v1.0.3
5032024-10-09T16:40:11.732Z Downloaded hostname v0.4.0
5042024-10-09T16:40:11.734Z Downloaded http-body v0.4.6
5052024-10-09T16:40:11.738Z Downloaded hickory-server v0.24.1
5062024-10-09T16:40:11.745Z Downloaded matches v0.1.10
5072024-10-09T16:40:11.748Z Downloaded cobs v0.2.3
5082024-10-09T16:40:11.748Z Downloaded new_debug_unreachable v1.0.6
5092024-10-09T16:40:11.751Z Downloaded buf-list v1.0.3
5102024-10-09T16:40:11.753Z Downloaded bitfield v0.14.0
5112024-10-09T16:40:11.756Z Downloaded is_ci v1.2.0
5122024-10-09T16:40:11.756Z Downloaded humantime v2.1.0
5132024-10-09T16:40:11.758Z Downloaded convert_case v0.4.0
5142024-10-09T16:40:11.760Z Downloaded crc v3.2.1
5152024-10-09T16:40:11.762Z Downloaded bit-set v0.5.3
5162024-10-09T16:40:11.765Z Downloaded multimap v0.10.0
5172024-10-09T16:40:11.765Z Downloaded http-body v1.0.0
5182024-10-09T16:40:11.768Z Downloaded home v0.5.9
5192024-10-09T16:40:11.768Z Downloaded mime v0.3.17
5202024-10-09T16:40:11.770Z Downloaded cexpr v0.6.0
5212024-10-09T16:40:11.773Z Downloaded addr2line v0.21.0
5222024-10-09T16:40:11.776Z Downloaded libsw v3.3.1
5232024-10-09T16:40:11.779Z Downloaded impl-trait-for-tuples v0.2.2
5242024-10-09T16:40:11.781Z Downloaded kstat-rs v0.2.4
5252024-10-09T16:40:11.783Z Downloaded adler v1.0.2
5262024-10-09T16:40:11.783Z Downloaded nibble_vec v0.1.0
5272024-10-09T16:40:11.786Z Downloaded lalrpop-util v0.19.12
5282024-10-09T16:40:11.789Z Downloaded const_format_proc_macros v0.2.33
5292024-10-09T16:40:11.791Z Downloaded lru v0.12.3
5302024-10-09T16:40:11.793Z Downloaded memmap2 v0.9.4
5312024-10-09T16:40:11.793Z Downloaded http-body-util v0.1.2
5322024-10-09T16:40:11.796Z Downloaded hostname v0.3.1
5332024-10-09T16:40:11.799Z Downloaded jobserver v0.1.32
5342024-10-09T16:40:11.801Z Downloaded iana-time-zone v0.1.60
5352024-10-09T16:40:11.803Z Downloaded cfg_aliases v0.1.1
5362024-10-09T16:40:11.806Z Downloaded atomicwrites v0.4.4
5372024-10-09T16:40:11.807Z Downloaded indoc v1.0.9
5382024-10-09T16:40:11.809Z Downloaded newtype-uuid v1.1.0
5392024-10-09T16:40:11.811Z Downloaded md5 v0.7.0
5402024-10-09T16:40:11.811Z Downloaded ident_case v1.0.1
5412024-10-09T16:40:11.814Z Downloaded crunchy v0.2.2
5422024-10-09T16:40:11.814Z Downloaded md-5 v0.10.6
5432024-10-09T16:40:11.816Z Downloaded maplit v1.0.2
5442024-10-09T16:40:11.816Z Downloaded hyper-rustls v0.27.3
5452024-10-09T16:40:11.819Z Downloaded resolv-conf v0.7.0
5462024-10-09T16:40:11.821Z Downloaded cbc v0.1.2
5472024-10-09T16:40:11.824Z Downloaded cookie v0.18.1
5482024-10-09T16:40:11.826Z Downloaded newtype_derive v0.1.6
5492024-10-09T16:40:11.829Z Downloaded match_cfg v0.1.0
5502024-10-09T16:40:11.831Z Downloaded nodrop v0.1.14
5512024-10-09T16:40:11.831Z Downloaded take_mut v0.2.2
5522024-10-09T16:40:11.833Z Downloaded rustc_version v0.4.0
5532024-10-09T16:40:11.833Z Downloaded crossbeam-epoch v0.9.18
5542024-10-09T16:40:11.836Z Downloaded async-recursion v1.1.1
5552024-10-09T16:40:11.840Z Downloaded rustc-hash v2.0.0
5562024-10-09T16:40:11.843Z Downloaded sync_wrapper v1.0.1
5572024-10-09T16:40:11.845Z Downloaded cassowary v0.3.0
5582024-10-09T16:40:11.847Z Downloaded miniz_oxide v0.8.0
5592024-10-09T16:40:11.849Z Downloaded block-padding v0.3.3
5602024-10-09T16:40:11.849Z Downloaded bit-vec v0.6.3
5612024-10-09T16:40:11.853Z Downloaded bcrypt-pbkdf v0.10.0
5622024-10-09T16:40:11.855Z Downloaded secrecy v0.8.0
5632024-10-09T16:40:11.855Z Downloaded lazy_static v1.5.0
5642024-10-09T16:40:11.859Z Downloaded keccak v0.1.5
5652024-10-09T16:40:11.859Z Downloaded constant_time_eq v0.3.0
5662024-10-09T16:40:11.861Z Downloaded diesel_table_macro_syntax v0.2.0
5672024-10-09T16:40:11.861Z Downloaded fxhash v0.2.1
5682024-10-09T16:40:11.865Z Downloaded foreign-types-shared v0.3.1
5692024-10-09T16:40:11.865Z Downloaded foreign-types-shared v0.1.1
5702024-10-09T16:40:11.865Z Downloaded signal-hook-registry v1.4.2
5712024-10-09T16:40:11.867Z Downloaded endian-type v0.1.2
5722024-10-09T16:40:11.867Z Downloaded libefi-sys v0.1.0
5732024-10-09T16:40:11.870Z Downloaded indent_write v2.2.0
5742024-10-09T16:40:11.870Z Downloaded memoffset v0.9.1
5752024-10-09T16:40:11.872Z Downloaded curve25519-dalek-derive v0.1.1
5762024-10-09T16:40:11.872Z Downloaded shlex v1.3.0
5772024-10-09T16:40:11.875Z Downloaded linear-map v1.2.0
5782024-10-09T16:40:11.878Z Downloaded strum_macros v0.24.3
5792024-10-09T16:40:11.880Z Downloaded signal-hook-tokio v0.3.1
5802024-10-09T16:40:11.880Z Downloaded nanorand v0.7.0
5812024-10-09T16:40:11.883Z Downloaded serde_urlencoded v0.7.1
5822024-10-09T16:40:11.888Z Downloaded sec1 v0.7.3
5832024-10-09T16:40:11.890Z Downloaded dsl_auto_type v0.1.2
5842024-10-09T16:40:11.890Z Downloaded base64 v0.22.1
5852024-10-09T16:40:11.893Z Downloaded rustc_version v0.1.7
5862024-10-09T16:40:11.895Z Downloaded num-derive v0.4.2
5872024-10-09T16:40:11.898Z Downloaded unicase v2.7.0
5882024-10-09T16:40:11.902Z Downloaded number_prefix v0.4.0
5892024-10-09T16:40:11.902Z Downloaded typify-macro v0.2.0
5902024-10-09T16:40:11.902Z Downloaded crossbeam-deque v0.8.5
5912024-10-09T16:40:11.906Z Downloaded tls_codec_derive v0.4.1
5922024-10-09T16:40:11.906Z Downloaded spki v0.7.3
5932024-10-09T16:40:11.909Z Downloaded signal-hook-mio v0.2.4
5942024-10-09T16:40:11.909Z Downloaded crc32fast v1.4.0
5952024-10-09T16:40:11.912Z Downloaded predicates-tree v1.0.9
5962024-10-09T16:40:11.914Z Downloaded cookie_store v0.21.0
5972024-10-09T16:40:11.914Z Downloaded ena v0.14.3
5982024-10-09T16:40:11.917Z Downloaded progenitor-client v0.8.0
5992024-10-09T16:40:11.920Z Downloaded glob v0.3.1
6002024-10-09T16:40:11.920Z Downloaded enum-as-inner v0.5.1
6012024-10-09T16:40:11.923Z Downloaded libloading v0.8.3
6022024-10-09T16:40:11.926Z Downloaded maybe-uninit v2.0.0
6032024-10-09T16:40:11.928Z Downloaded zeroize_derive v1.4.2
6042024-10-09T16:40:11.928Z Downloaded zeroize v1.8.1
6052024-10-09T16:40:11.930Z Downloaded unarray v0.1.4
6062024-10-09T16:40:11.932Z Downloaded multer v3.1.0
6072024-10-09T16:40:11.936Z Downloaded tokio-tungstenite v0.23.1
6082024-10-09T16:40:11.939Z Downloaded tokio-tungstenite v0.21.0
6092024-10-09T16:40:11.942Z Downloaded termtree v0.4.1
6102024-10-09T16:40:11.942Z Downloaded futures-io v0.3.30
6112024-10-09T16:40:11.944Z Downloaded spin v0.9.8
6122024-10-09T16:40:11.947Z Downloaded tabwriter v1.4.0
6132024-10-09T16:40:11.947Z Downloaded typify v0.2.0
6142024-10-09T16:40:11.949Z Downloaded sqlformat v0.2.6
6152024-10-09T16:40:11.952Z Downloaded tls_codec v0.4.1
6162024-10-09T16:40:11.954Z Downloaded paste v1.0.15
6172024-10-09T16:40:11.960Z Downloaded blake2 v0.10.6
6182024-10-09T16:40:11.963Z Downloaded foreign-types v0.5.0
6192024-10-09T16:40:11.965Z Downloaded phf_shared v0.11.2
6202024-10-09T16:40:11.966Z Downloaded progenitor v0.8.0
6212024-10-09T16:40:11.968Z Downloaded foreign-types-macros v0.2.3
6222024-10-09T16:40:11.968Z Downloaded progenitor-macro v0.8.0
6232024-10-09T16:40:11.970Z Downloaded rand_core v0.6.4
6242024-10-09T16:40:11.974Z Downloaded ron v0.8.1
6252024-10-09T16:40:11.978Z Downloaded rustls-pemfile v1.0.4
6262024-10-09T16:40:11.981Z Downloaded either v1.13.0
6272024-10-09T16:40:11.984Z Downloaded openssl-macros v0.1.1
6282024-10-09T16:40:11.986Z Downloaded socket2 v0.5.7
6292024-10-09T16:40:11.988Z Downloaded miniz_oxide v0.7.2
6302024-10-09T16:40:11.990Z Downloaded stringprep v0.1.4
6312024-10-09T16:40:11.993Z Downloaded signal-hook v0.3.17
6322024-10-09T16:40:11.997Z Downloaded oso-derive v0.27.3
6332024-10-09T16:40:12.001Z Downloaded hickory-client v0.24.1
6342024-10-09T16:40:12.004Z Downloaded openssl-probe v0.1.5
6352024-10-09T16:40:12.007Z Downloaded num-iter v0.1.45
6362024-10-09T16:40:12.007Z Downloaded termcolor v1.4.1
6372024-10-09T16:40:12.009Z Downloaded minimal-lexical v0.2.1
6382024-10-09T16:40:12.013Z Downloaded tui-tree-widget v0.22.0
6392024-10-09T16:40:12.016Z Downloaded indicatif v0.17.8
6402024-10-09T16:40:12.021Z Downloaded password-hash v0.5.0
6412024-10-09T16:40:12.023Z Downloaded password-hash v0.4.2
6422024-10-09T16:40:12.026Z Downloaded sqlparser_derive v0.2.2
6432024-10-09T16:40:12.030Z Downloaded ed25519 v2.2.3
6442024-10-09T16:40:12.030Z Downloaded dyn-clone v1.0.17
6452024-10-09T16:40:12.033Z Downloaded form_urlencoded v1.2.1
6462024-10-09T16:40:12.033Z Downloaded num-integer v0.1.46
6472024-10-09T16:40:12.036Z Downloaded http v0.2.12
6482024-10-09T16:40:12.041Z Downloaded group v0.13.0
6492024-10-09T16:40:12.044Z Downloaded hyper-util v0.1.9
6502024-10-09T16:40:12.047Z Downloaded dropshot_endpoint v0.10.1
6512024-10-09T16:40:12.050Z Downloaded ghash v0.5.1
6522024-10-09T16:40:12.052Z Downloaded term v0.7.0
6532024-10-09T16:40:12.055Z Downloaded serde_with_macros v3.9.0
6542024-10-09T16:40:12.057Z Downloaded sct v0.7.1
6552024-10-09T16:40:12.061Z Downloaded rfc6979 v0.4.0
6562024-10-09T16:40:12.064Z Downloaded quinn-udp v0.5.5
6572024-10-09T16:40:12.068Z Downloaded des v0.8.1
6582024-10-09T16:40:12.080Z Downloaded cc v1.0.97
6592024-10-09T16:40:12.083Z Downloaded precomputed-hash v0.1.1
6602024-10-09T16:40:12.085Z Downloaded ssh-encoding v0.2.0
6612024-10-09T16:40:12.087Z Downloaded ssh-cipher v0.2.0
6622024-10-09T16:40:12.090Z Downloaded globset v0.4.14
6632024-10-09T16:40:12.093Z Downloaded ecdsa v0.16.9
6642024-10-09T16:40:12.097Z Downloaded yasna v0.5.2
6652024-10-09T16:40:12.101Z Downloaded poly1305 v0.8.0
6662024-10-09T16:40:12.101Z Downloaded display-error-chain v0.2.1
6672024-10-09T16:40:12.101Z Downloaded postgres-protocol v0.6.7
6682024-10-09T16:40:12.104Z Downloaded elliptic-curve v0.13.8
6692024-10-09T16:40:12.107Z Downloaded serde-big-array v0.5.1
6702024-10-09T16:40:12.111Z Downloaded toolchain_find v0.4.0
6712024-10-09T16:40:12.113Z Downloaded strum v0.26.3
6722024-10-09T16:40:12.114Z Downloaded schemars v0.8.21
6732024-10-09T16:40:12.126Z Downloaded slog-term v2.9.1
6742024-10-09T16:40:12.131Z Downloaded olpc-cjson v0.1.3
6752024-10-09T16:40:12.131Z Downloaded futures-core v0.3.30
6762024-10-09T16:40:12.135Z Downloaded float-cmp v0.9.0
6772024-10-09T16:40:12.135Z Downloaded pkcs1 v0.7.5
6782024-10-09T16:40:12.138Z Downloaded libm v0.2.8
6792024-10-09T16:40:12.146Z Downloaded hex-literal v0.4.1
6802024-10-09T16:40:12.148Z Downloaded predicates v3.1.2
6812024-10-09T16:40:12.150Z Downloaded pin-utils v0.1.0
6822024-10-09T16:40:12.153Z Downloaded dropshot_endpoint v0.12.0
6832024-10-09T16:40:12.156Z Downloaded dhcproto v0.12.0
6842024-10-09T16:40:12.158Z Downloaded derive_builder v0.20.0
6852024-10-09T16:40:12.165Z Downloaded uzers v0.11.3
6862024-10-09T16:40:12.167Z Downloaded ppv-lite86 v0.2.17
6872024-10-09T16:40:12.170Z Downloaded mio v0.8.11
6882024-10-09T16:40:12.177Z Downloaded topological-sort v0.2.2
6892024-10-09T16:40:12.179Z Downloaded unicode-xid v0.2.4
6902024-10-09T16:40:12.182Z Downloaded thread_local v1.1.8
6912024-10-09T16:40:12.182Z Downloaded env_logger v0.10.2
6922024-10-09T16:40:12.185Z Downloaded defmt v0.3.8
6932024-10-09T16:40:12.190Z Downloaded russh-cryptovec v0.7.2
6942024-10-09T16:40:12.192Z Downloaded thiserror-impl-no-std v2.0.2
6952024-10-09T16:40:12.195Z Downloaded num-rational v0.4.2
6962024-10-09T16:40:12.195Z Downloaded crossterm v0.27.0
6972024-10-09T16:40:12.202Z Downloaded socket2 v0.4.10
6982024-10-09T16:40:12.205Z Downloaded derive_builder_macro v0.20.0
6992024-10-09T16:40:12.208Z Downloaded pbkdf2 v0.11.0
7002024-10-09T16:40:12.210Z Downloaded hash32 v0.3.1
7012024-10-09T16:40:12.213Z Downloaded fallible-streaming-iterator v0.1.9
7022024-10-09T16:40:12.213Z Downloaded zone_cfg_derive v0.3.0
7032024-10-09T16:40:12.216Z Downloaded pin-project-lite v0.2.14
7042024-10-09T16:40:12.220Z Downloaded parking_lot_core v0.8.6
7052024-10-09T16:40:12.225Z Downloaded foreign-types v0.3.2
7062024-10-09T16:40:12.227Z Downloaded float-ord v0.3.2
7072024-10-09T16:40:12.227Z Downloaded phf v0.11.2
7082024-10-09T16:40:12.227Z Downloaded percent-encoding v2.3.1
7092024-10-09T16:40:12.229Z Downloaded thiserror-no-std v2.0.2
7102024-10-09T16:40:12.234Z Downloaded serde_derive_internals v0.29.1
7112024-10-09T16:40:12.237Z Downloaded tinyvec v1.6.0
7122024-10-09T16:40:12.241Z Downloaded prettyplease v0.2.22
7132024-10-09T16:40:12.243Z Downloaded parking_lot v0.11.2
7142024-10-09T16:40:12.246Z Downloaded utf-8 v0.7.6
7152024-10-09T16:40:12.249Z Downloaded defmt-macros v0.3.9
7162024-10-09T16:40:12.251Z Downloaded signature v2.2.0
7172024-10-09T16:40:12.255Z Downloaded num-complex v0.4.6
7182024-10-09T16:40:12.257Z Downloaded hashbrown v0.13.2
7192024-10-09T16:40:12.260Z Downloaded sync_wrapper v0.1.2
7202024-10-09T16:40:12.263Z Downloaded defmt-parser v0.3.4
7212024-10-09T16:40:12.265Z Downloaded slog-async v2.8.0
7222024-10-09T16:40:12.265Z Downloaded siphasher v0.3.11
7232024-10-09T16:40:12.269Z Downloaded sigpipe v0.1.3
7242024-10-09T16:40:12.269Z Downloaded pem-rfc7468 v0.7.0
7252024-10-09T16:40:12.274Z Downloaded samael v0.0.17
7262024-10-09T16:40:12.279Z Downloaded parse-display v0.10.0
7272024-10-09T16:40:12.281Z Downloaded pin-project-internal v1.1.5
7282024-10-09T16:40:12.281Z Downloaded typed-path v0.7.1
7292024-10-09T16:40:12.289Z Downloaded steno v0.4.1
7302024-10-09T16:40:12.294Z Downloaded pretty-hex v0.2.1
7312024-10-09T16:40:12.296Z Downloaded psl-types v2.0.11
7322024-10-09T16:40:12.299Z Downloaded peg-runtime v0.8.3
7332024-10-09T16:40:12.299Z Downloaded powerfmt v0.2.0
7342024-10-09T16:40:12.302Z Downloaded headers-core v0.3.0
7352024-10-09T16:40:12.302Z Downloaded tinyvec_macros v0.1.1
7362024-10-09T16:40:12.306Z Downloaded downcast v0.11.0
7372024-10-09T16:40:12.306Z Downloaded derive-where v1.2.7
7382024-10-09T16:40:12.310Z Downloaded tracing-attributes v0.1.27
7392024-10-09T16:40:12.313Z Downloaded want v0.3.1
7402024-10-09T16:40:12.316Z Downloaded unicode-truncate v1.0.0
7412024-10-09T16:40:12.316Z Downloaded difflib v0.4.0
7422024-10-09T16:40:12.318Z Downloaded time-core v0.1.2
7432024-10-09T16:40:12.318Z Downloaded dirs-sys-next v0.1.2
7442024-10-09T16:40:12.321Z Downloaded russh-keys v0.45.0
7452024-10-09T16:40:12.324Z Downloaded heck v0.3.3
7462024-10-09T16:40:12.327Z Downloaded tokio-postgres v0.7.12
7472024-10-09T16:40:12.330Z Downloaded pin-project v1.1.5
7482024-10-09T16:40:12.343Z Downloaded which v4.4.2
7492024-10-09T16:40:12.346Z Downloaded num_threads v0.1.7
7502024-10-09T16:40:12.348Z Downloaded primeorder v0.13.6
7512024-10-09T16:40:12.348Z Downloaded predicates-core v1.0.6
7522024-10-09T16:40:12.350Z Downloaded zone_cfg_derive v0.1.2
7532024-10-09T16:40:12.350Z Downloaded filetime v0.2.25
7542024-10-09T16:40:12.353Z Downloaded similar v2.6.0
7552024-10-09T16:40:12.357Z Downloaded quick-error v1.2.3
7562024-10-09T16:40:12.360Z Downloaded rustls-pki-types v1.7.0
7572024-10-09T16:40:12.362Z Downloaded tiny-keccak v2.0.2
7582024-10-09T16:40:12.365Z Downloaded enum-as-inner v0.6.0
7592024-10-09T16:40:12.367Z Downloaded snafu-derive v0.8.2
7602024-10-09T16:40:12.370Z Downloaded parse-size v1.0.0
7612024-10-09T16:40:12.370Z Downloaded rustc-hash v1.1.0
7622024-10-09T16:40:12.372Z Downloaded futures-task v0.3.30
7632024-10-09T16:40:12.372Z Downloaded futures-macro v0.3.30
7642024-10-09T16:40:12.374Z Downloaded path-slash v0.1.5
7652024-10-09T16:40:12.377Z Downloaded structmeta v0.2.0
7662024-10-09T16:40:12.377Z Downloaded rpassword v7.3.1
7672024-10-09T16:40:12.379Z Downloaded waitgroup v0.1.2
7682024-10-09T16:40:12.379Z Downloaded pem v3.0.4
7692024-10-09T16:40:12.381Z Downloaded p256 v0.13.2
7702024-10-09T16:40:12.384Z Downloaded serde_repr v0.1.19
7712024-10-09T16:40:12.386Z Downloaded scopeguard v1.2.0
7722024-10-09T16:40:12.389Z Downloaded vte_generate_state_changes v0.1.1
7732024-10-09T16:40:12.392Z Downloaded futures-sink v0.3.30
7742024-10-09T16:40:12.392Z Downloaded futures-executor v0.3.30
7752024-10-09T16:40:12.392Z Downloaded num-conv v0.1.0
7762024-10-09T16:40:12.395Z Downloaded rustfmt-wrapper v0.2.1
7772024-10-09T16:40:12.395Z Downloaded proc-macro-crate v1.3.1
7782024-10-09T16:40:12.397Z Downloaded sha1 v0.10.6
7792024-10-09T16:40:12.400Z Downloaded fixedbitset v0.4.2
7802024-10-09T16:40:12.400Z Downloaded postcard v1.0.8
7812024-10-09T16:40:12.402Z Downloaded der v0.7.9
7822024-10-09T16:40:12.408Z Downloaded rtoolbox v0.0.2
7832024-10-09T16:40:12.410Z Downloaded num_enum_derive v0.5.11
7842024-10-09T16:40:12.413Z Downloaded dhcproto-macros v0.1.0
7852024-10-09T16:40:12.413Z Downloaded untrusted v0.7.1
7862024-10-09T16:40:12.413Z Downloaded funty v2.0.0
7872024-10-09T16:40:12.415Z Downloaded hickory-resolver v0.24.1
7882024-10-09T16:40:12.419Z Downloaded expectorate v1.1.0
7892024-10-09T16:40:12.422Z Downloaded xz2 v0.1.7
7902024-10-09T16:40:12.425Z Downloaded walkdir v2.5.0
7912024-10-09T16:40:12.427Z Downloaded normalize-line-endings v0.3.0
7922024-10-09T16:40:12.427Z Downloaded stable_deref_trait v1.2.0
7932024-10-09T16:40:12.429Z Downloaded hex v0.4.3
7942024-10-09T16:40:12.432Z Downloaded smf v0.2.3
7952024-10-09T16:40:12.432Z Downloaded pbkdf2 v0.12.2
7962024-10-09T16:40:12.434Z Downloaded radium v0.7.0
7972024-10-09T16:40:12.434Z Downloaded rustls-pemfile v2.1.3
7982024-10-09T16:40:12.437Z Downloaded xattr v1.3.1
7992024-10-09T16:40:12.439Z Downloaded flate2 v1.0.34
8002024-10-09T16:40:12.445Z Downloaded itertools v0.13.0
8012024-10-09T16:40:12.453Z Downloaded wait-timeout v0.2.0
8022024-10-09T16:40:12.456Z Downloaded flagset v0.4.5
8032024-10-09T16:40:12.458Z Downloaded slog-scope v4.4.0
8042024-10-09T16:40:12.460Z Downloaded pkcs5 v0.7.1
8052024-10-09T16:40:12.463Z Downloaded fragile v2.0.0
8062024-10-09T16:40:12.465Z Downloaded tokio-native-tls v0.3.1
8072024-10-09T16:40:12.467Z Downloaded universal-hash v0.5.1
8082024-10-09T16:40:12.470Z Downloaded num v0.4.3
8092024-10-09T16:40:12.470Z Downloaded peg v0.8.4
8102024-10-09T16:40:12.474Z Downloaded half v2.4.1
8112024-10-09T16:40:12.477Z Downloaded untrusted v0.9.0
8122024-10-09T16:40:12.479Z Downloaded supports-color v3.0.1
8132024-10-09T16:40:12.482Z Downloaded heapless v0.8.0
8142024-10-09T16:40:12.485Z Downloaded winnow v0.5.40
8152024-10-09T16:40:12.496Z Downloaded hashbrown v0.12.3
8162024-10-09T16:40:12.501Z Downloaded tokio-rustls v0.25.0
8172024-10-09T16:40:12.503Z Downloaded omicron-zone-package v0.11.1
8182024-10-09T16:40:12.506Z Downloaded diff v0.1.13
8192024-10-09T16:40:12.509Z Downloaded strum_macros v0.26.4
8202024-10-09T16:40:12.512Z Downloaded x509-cert v0.2.5
8212024-10-09T16:40:12.518Z Downloaded futures-channel v0.3.30
8222024-10-09T16:40:12.521Z Downloaded tokio-macros v2.4.0
8232024-10-09T16:40:12.523Z Downloaded nu-ansi-term v0.50.0
8242024-10-09T16:40:12.526Z Downloaded bindgen v0.69.4
8252024-10-09T16:40:12.534Z Downloaded num-traits v0.2.19
8262024-10-09T16:40:12.537Z Downloaded peg-macros v0.8.4
8272024-10-09T16:40:12.539Z Downloaded rayon v1.10.0
8282024-10-09T16:40:12.550Z Downloaded headers v0.4.0
8292024-10-09T16:40:12.555Z Downloaded subprocess v0.2.9
8302024-10-09T16:40:12.558Z Downloaded futures v0.3.30
8312024-10-09T16:40:12.563Z Downloaded unicode_categories v0.1.1
8322024-10-09T16:40:12.566Z Downloaded num-bigint-dig v0.8.4
8332024-10-09T16:40:12.571Z Downloaded ed25519-dalek v2.1.1
8342024-10-09T16:40:12.575Z Downloaded uuid v1.10.0
8352024-10-09T16:40:12.578Z Downloaded serde_yaml v0.9.34+deprecated
8362024-10-09T16:40:12.583Z Downloaded heapless v0.7.17
8372024-10-09T16:40:12.587Z Downloaded p521 v0.13.3
8382024-10-09T16:40:12.592Z Downloaded chrono v0.4.38
8392024-10-09T16:40:12.600Z Downloaded rsa v0.9.6
8402024-10-09T16:40:12.606Z Downloaded quinn v0.11.5
8412024-10-09T16:40:12.610Z Downloaded sqlparser v0.45.0
8422024-10-09T16:40:12.617Z Downloaded unicode-segmentation v1.11.0
8432024-10-09T16:40:12.621Z Downloaded lalrpop v0.19.12
8442024-10-09T16:40:12.634Z Downloaded portable-atomic v1.6.0
8452024-10-09T16:40:12.640Z Downloaded num-bigint v0.4.5
8462024-10-09T16:40:12.646Z Downloaded reqwest v0.11.27
8472024-10-09T16:40:12.654Z Downloaded git2 v0.19.0
8482024-10-09T16:40:12.665Z Downloaded idna v0.2.3
8492024-10-09T16:40:12.673Z Downloaded curve25519-dalek v4.1.3
8502024-10-09T16:40:12.683Z Downloaded tough v0.17.1
8512024-10-09T16:40:12.693Z Downloaded smoltcp v0.9.1
8522024-10-09T16:40:12.705Z Downloaded rustyline v14.0.0
8532024-10-09T16:40:12.710Z Downloaded rustls-webpki v0.101.7
8542024-10-09T16:40:12.726Z Downloaded rustls-webpki v0.102.4
8552024-10-09T16:40:12.745Z Downloaded rusqlite v0.32.1
8562024-10-09T16:40:12.752Z Downloaded radix_trie v0.2.1
8572024-10-09T16:40:12.757Z Downloaded gimli v0.28.1
8582024-10-09T16:40:12.768Z Downloaded dropshot v0.12.0
8592024-10-09T16:40:12.790Z Downloaded proptest v1.5.0
8602024-10-09T16:40:12.800Z Downloaded quick-xml v0.33.0
8612024-10-09T16:40:12.808Z Downloaded dropshot v0.10.1
8622024-10-09T16:40:12.820Z Downloaded quinn-proto v0.11.8
8632024-10-09T16:40:12.830Z Downloaded trust-dns-proto v0.22.0
8642024-10-09T16:40:12.842Z Downloaded openapiv3 v2.0.0
8652024-10-09T16:40:12.855Z Downloaded regress v0.9.1
8662024-10-09T16:40:12.865Z Downloaded hickory-proto v0.24.1
8672024-10-09T16:40:12.882Z Downloaded ratatui v0.28.0
8682024-10-09T16:40:12.905Z Downloaded regress v0.10.1
8692024-10-09T16:40:12.914Z Downloaded bstr v1.9.1
8702024-10-09T16:40:12.926Z Downloaded p384 v0.13.0
8712024-10-09T16:40:12.932Z Downloaded zerocopy-derive v0.6.6
8722024-10-09T16:40:12.942Z Downloaded smoltcp v0.11.0
8732024-10-09T16:40:12.957Z Downloaded regex-syntax v0.8.4
8742024-10-09T16:40:12.965Z Downloaded petgraph v0.6.5
8752024-10-09T16:40:12.984Z Downloaded rustls v0.23.10
8762024-10-09T16:40:13.001Z Downloaded sha3 v0.10.8
8772024-10-09T16:40:13.005Z Downloaded sled v0.34.7
8782024-10-09T16:40:13.016Z Downloaded csv v1.3.0
8792024-10-09T16:40:13.037Z Downloaded typify-impl v0.2.0
8802024-10-09T16:40:13.055Z Downloaded regex-automata v0.4.6
8812024-10-09T16:40:13.071Z Downloaded bzip2-sys v0.1.11+1.0.8
8822024-10-09T16:40:13.084Z Downloaded rustls v0.22.4
8832024-10-09T16:40:13.098Z Downloaded diesel v2.2.4
8842024-10-09T16:40:13.117Z Downloaded polar-core v0.27.3
8852024-10-09T16:40:13.126Z Downloaded lzma-sys v0.1.20
8862024-10-09T16:40:13.156Z Downloaded finl_unicode v1.2.0
8872024-10-09T16:40:13.169Z Downloaded object v0.32.2
8882024-10-09T16:40:13.180Z Downloaded rustls v0.21.12
8892024-10-09T16:40:13.192Z Downloaded nix v0.29.0
8902024-10-09T16:40:13.204Z Downloaded openssl v0.10.66
8912024-10-09T16:40:13.214Z Downloaded vcpkg v0.2.15
8922024-10-09T16:40:13.254Z Downloaded tokio v1.39.3
8932024-10-09T16:40:13.293Z Downloaded webpki-roots v0.26.3
8942024-10-09T16:40:13.295Z Downloaded object v0.30.4
8952024-10-09T16:40:13.307Z Downloaded nix v0.28.0
8962024-10-09T16:40:13.317Z Downloaded nix v0.27.1
8972024-10-09T16:40:13.328Z Downloaded idna v0.3.0
8982024-10-09T16:40:13.335Z Downloaded regex v1.10.6
8992024-10-09T16:40:13.348Z Downloaded regex-syntax v0.6.29
9002024-10-09T16:40:13.355Z Downloaded idna v0.5.0
9012024-10-09T16:40:13.362Z Downloaded h2 v0.4.6
9022024-10-09T16:40:13.369Z Downloaded futures-util v0.3.30
9032024-10-09T16:40:13.382Z Downloaded salty v0.3.0
9042024-10-09T16:40:13.388Z Downloaded h2 v0.3.26
9052024-10-09T16:40:13.395Z Downloaded snafu v0.8.2
9062024-10-09T16:40:13.401Z Downloaded idna v0.4.0
9072024-10-09T16:40:13.408Z Downloaded unicode-normalization v0.1.23
9082024-10-09T16:40:13.412Z Downloaded reqwest v0.12.7
9092024-10-09T16:40:13.420Z Downloaded tokio-rustls v0.26.0
9102024-10-09T16:40:13.423Z Downloaded smallvec v1.13.2
9112024-10-09T16:40:13.425Z Downloaded derive_more v0.99.18
9122024-10-09T16:40:13.430Z Downloaded ssh-key v0.6.6
9132024-10-09T16:40:13.437Z Downloaded serde_with v3.9.0
9142024-10-09T16:40:13.446Z Downloaded encoding_rs v0.8.34
9152024-10-09T16:40:13.469Z Downloaded subtle v2.5.0
9162024-10-09T16:40:13.472Z Downloaded structmeta-derive v0.2.0
9172024-10-09T16:40:13.472Z Downloaded structmeta v0.3.0
9182024-10-09T16:40:13.474Z Downloaded parse-display-derive v0.10.0
9192024-10-09T16:40:13.474Z Downloaded tokio-stream v0.1.16
9202024-10-09T16:40:13.478Z Downloaded rand v0.8.5
9212024-10-09T16:40:13.481Z Downloaded owo-colors v4.1.0
9222024-10-09T16:40:13.484Z Downloaded rustc-demangle v0.1.24
9232024-10-09T16:40:13.486Z Downloaded reedline v0.33.0
9242024-10-09T16:40:13.493Z Downloaded hyper v0.14.30
9252024-10-09T16:40:13.501Z Downloaded bitvec v1.0.1
9262024-10-09T16:40:13.517Z Downloaded r2d2 v0.8.10
9272024-10-09T16:40:13.519Z Downloaded test-strategy v0.3.1
9282024-10-09T16:40:13.521Z Downloaded flume v0.11.0
9292024-10-09T16:40:13.526Z Downloaded time-macros v0.2.18
9302024-10-09T16:40:13.528Z Downloaded ff v0.13.0
9312024-10-09T16:40:13.531Z Downloaded url v2.5.2
9322024-10-09T16:40:13.534Z Downloaded dirs-next v2.0.0
9332024-10-09T16:40:13.536Z Downloaded hkdf v0.12.4
9342024-10-09T16:40:13.539Z Downloaded fd-lock v4.0.2
9352024-10-09T16:40:13.542Z Downloaded postgres-types v0.2.8
9362024-10-09T16:40:13.542Z Downloaded pkcs8 v0.10.2
9372024-10-09T16:40:13.544Z Downloaded publicsuffix v2.2.3
9382024-10-09T16:40:13.547Z Downloaded libxml v0.3.3
9392024-10-09T16:40:13.553Z Downloaded crossterm v0.28.1
9402024-10-09T16:40:13.559Z Downloaded rcgen v0.12.1
9412024-10-09T16:40:13.562Z Downloaded openssl-sys v0.9.103
9422024-10-09T16:40:13.567Z Downloaded tap v1.0.1
9432024-10-09T16:40:13.569Z Downloaded libgit2-sys v0.17.0+1.8.1
9442024-10-09T16:40:13.628Z Downloaded structmeta-derive v0.3.0
9452024-10-09T16:40:13.631Z Downloaded rusty-fork v0.3.0
9462024-10-09T16:40:13.631Z Downloaded fatfs v0.3.6
9472024-10-09T16:40:13.633Z Downloaded rayon-core v1.12.1
9482024-10-09T16:40:13.637Z Downloaded polyval v0.6.2
9492024-10-09T16:40:13.639Z Downloaded slog v2.7.0
9502024-10-09T16:40:13.641Z Downloaded parking_lot v0.12.2
9512024-10-09T16:40:13.644Z Downloaded blake3 v1.5.1
9522024-10-09T16:40:13.652Z Downloaded tokio-util v0.7.12
9532024-10-09T16:40:13.659Z Downloaded time v0.3.36
9542024-10-09T16:40:13.666Z Downloaded num_enum v0.5.11
9552024-10-09T16:40:13.671Z Downloaded tracing v0.1.40
9562024-10-09T16:40:13.675Z Downloaded toml_edit v0.19.15
9572024-10-09T16:40:13.692Z Downloaded slog-json v2.6.1
9582024-10-09T16:40:13.695Z Downloaded slog-bunyan v2.5.0
9592024-10-09T16:40:13.695Z Downloaded fallible-iterator v0.2.0
9602024-10-09T16:40:13.699Z Downloaded unsafe-libyaml v0.2.11
9612024-10-09T16:40:13.701Z Downloaded tracing-core v0.1.32
9622024-10-09T16:40:13.703Z Downloaded aho-corasick v1.1.3
9632024-10-09T16:40:13.708Z Downloaded der_derive v0.7.2
9642024-10-09T16:40:13.710Z Downloaded salsa20 v0.10.2
9652024-10-09T16:40:13.712Z Downloaded itertools v0.10.5
9662024-10-09T16:40:13.717Z Downloaded fallible-iterator v0.3.0
9672024-10-09T16:40:13.719Z Downloaded vte v0.11.1
9682024-10-09T16:40:13.722Z Downloaded value-bag v1.9.0
9692024-10-09T16:40:13.724Z Downloaded ron v0.7.1
9702024-10-09T16:40:13.728Z Downloaded hyper v1.4.1
9712024-10-09T16:40:13.735Z Downloaded try-lock v0.2.5
9722024-10-09T16:40:13.737Z Downloaded tower-service v0.3.2
9732024-10-09T16:40:13.737Z Downloaded hash32 v0.2.1
9742024-10-09T16:40:13.740Z Downloaded env_filter v0.1.2
9752024-10-09T16:40:13.740Z Downloaded wyz v0.5.1
9762024-10-09T16:40:13.742Z Downloaded rand_xorshift v0.3.0
9772024-10-09T16:40:13.744Z Downloaded parking_lot_core v0.9.10
9782024-10-09T16:40:13.744Z Downloaded aes-gcm v0.10.3
9792024-10-09T16:40:13.747Z Downloaded zerocopy v0.6.6
9802024-10-09T16:40:13.750Z Downloaded russh v0.45.0
9812024-10-09T16:40:13.756Z Downloaded tokio-rustls v0.24.1
9822024-10-09T16:40:13.759Z Downloaded unicode-bidi v0.3.15
9832024-10-09T16:40:13.762Z Downloaded tungstenite v0.23.0
9842024-10-09T16:40:13.764Z Downloaded tungstenite v0.21.0
9852024-10-09T16:40:13.767Z Downloaded tar v0.4.42
9862024-10-09T16:40:13.770Z Downloaded itertools v0.12.1
9872024-10-09T16:40:13.778Z Downloaded strum_macros v0.25.3
9882024-10-09T16:40:13.780Z Downloaded strip-ansi-escapes v0.2.0
9892024-10-09T16:40:13.783Z Downloaded serde_plain v1.0.2
9902024-10-09T16:40:13.783Z Downloaded serde_path_to_error v0.1.16
9912024-10-09T16:40:13.785Z Downloaded serde-hex v0.1.0
9922024-10-09T16:40:13.788Z Downloaded semver v0.1.20
9932024-10-09T16:40:13.788Z Downloaded env_logger v0.11.5
9942024-10-09T16:40:13.790Z Downloaded derive_builder_core v0.20.0
9952024-10-09T16:40:13.792Z Downloaded oso v0.27.3
9962024-10-09T16:40:13.795Z Downloaded nom v7.1.3
9972024-10-09T16:40:13.800Z Downloaded gethostname v0.5.0
9982024-10-09T16:40:13.803Z Downloaded rand_seeder v0.3.0
9992024-10-09T16:40:13.803Z Downloaded http v1.1.0
10002024-10-09T16:40:13.807Z Downloaded slog-envlogger v2.2.0
10012024-10-09T16:40:13.809Z Downloaded slog-dtrace v0.3.0
10022024-10-09T16:40:13.811Z Downloaded scheduled-thread-pool v0.2.7
10032024-10-09T16:40:13.811Z Downloaded schemars_derive v0.8.21
10042024-10-09T16:40:13.814Z Downloaded same-file v1.0.6
10052024-10-09T16:40:13.814Z Downloaded rand_chacha v0.3.1
10062024-10-09T16:40:13.816Z Downloaded getrandom v0.2.14
10072024-10-09T16:40:13.819Z Downloaded diesel_derives v2.2.2
10082024-10-09T16:40:13.824Z Downloaded zip v0.6.6
10092024-10-09T16:40:13.828Z Downloaded const_format v0.2.33
10102024-10-09T16:40:13.833Z Downloaded aes v0.8.4
10112024-10-09T16:40:13.837Z Downloaded bytes v1.7.2
10122024-10-09T16:40:13.843Z Downloaded base64 v0.21.7
10132024-10-09T16:40:13.847Z Downloaded progenitor-impl v0.8.0
10142024-10-09T16:40:13.849Z Downloaded deranged v0.3.11
10152024-10-09T16:40:13.852Z Downloaded vergen v8.3.2
10162024-10-09T16:40:13.855Z Downloaded crc-any v2.5.0
10172024-10-09T16:40:13.857Z Downloaded darling_core v0.20.9
10182024-10-09T16:40:13.862Z Downloaded mio v1.0.2
10192024-10-09T16:40:13.867Z Downloaded allocator-api2 v0.2.18
10202024-10-09T16:40:13.870Z Downloaded twox-hash v1.6.3
10212024-10-09T16:40:13.873Z Downloaded hashlink v0.9.1
10222024-10-09T16:40:13.875Z Downloaded opaque-debug v0.3.1
10232024-10-09T16:40:13.875Z Downloaded termios v0.3.3
10242024-10-09T16:40:13.878Z Downloaded string_cache v0.8.7
10252024-10-09T16:40:13.878Z Downloaded smallvec v0.6.14
10262024-10-09T16:40:13.884Z Downloaded slog-stdlog v4.1.1
10272024-10-09T16:40:13.884Z Downloaded scrypt v0.11.0
10282024-10-09T16:40:13.884Z Downloaded static_assertions v1.1.0
10292024-10-09T16:40:13.884Z Downloaded slab v0.4.9
10302024-10-09T16:40:13.887Z Downloaded ref-cast v1.0.23
10312024-10-09T16:40:13.887Z Downloaded toml v0.7.8
10322024-10-09T16:40:13.890Z Downloaded backtrace v0.3.71
10332024-10-09T16:40:13.895Z Downloaded ref-cast-impl v1.0.23
10342024-10-09T16:40:13.898Z Downloaded whoami v1.5.2
10352024-10-09T16:40:13.901Z Downloaded vsss-rs v3.3.4
10362024-10-09T16:40:13.903Z Downloaded crossbeam-channel v0.5.12
10372024-10-09T16:40:13.908Z Downloaded pkg-config v0.3.30
10382024-10-09T16:40:13.908Z Downloaded packed_struct_codegen v0.10.1
10392024-10-09T16:40:13.910Z Downloaded packed_struct v0.10.1
10402024-10-09T16:40:13.910Z Downloaded crossbeam-utils v0.8.19
10412024-10-09T16:40:13.913Z Downloaded console v0.15.8
10422024-10-09T16:40:13.915Z Downloaded clang-sys v1.7.0
10432024-10-09T16:40:13.919Z Downloaded spin v0.5.2
10442024-10-09T16:40:13.921Z Downloaded ahash v0.8.11
10452024-10-09T16:40:13.924Z Downloaded mime_guess v2.0.4
10462024-10-09T16:40:13.924Z Downloaded managed v0.8.0
10472024-10-09T16:40:13.926Z Downloaded lock_api v0.4.12
10482024-10-09T16:40:13.929Z Downloaded hyper-staticfile v0.10.1
10492024-10-09T16:40:13.929Z Downloaded ipnet v2.10.0
10502024-10-09T16:40:13.932Z Downloaded crypto-bigint v0.5.5
10512024-10-09T16:40:13.939Z Downloaded phf_shared v0.10.0
10522024-10-09T16:40:13.943Z Downloaded embedded-io v0.4.0
10532024-10-09T16:40:13.943Z Downloaded zone v0.3.0
10542024-10-09T16:40:13.943Z Downloaded zone v0.1.8
10552024-10-09T16:40:13.943Z Downloaded data-encoding v2.6.0
10562024-10-09T16:40:13.943Z Downloaded shell-words v1.1.0
10572024-10-09T16:40:13.946Z Downloaded hmac v0.12.1
10582024-10-09T16:40:13.948Z Downloaded base64ct v1.6.0
10592024-10-09T16:40:13.950Z Downloaded base16ct v0.2.0
10602024-10-09T16:40:13.950Z Downloaded backoff v0.4.0
10612024-10-09T16:40:13.954Z Downloaded async-trait v0.1.83
10622024-10-09T16:40:13.959Z Downloaded arrayvec v0.7.4
10632024-10-09T16:40:13.959Z Downloaded rustversion v1.0.17
10642024-10-09T16:40:13.962Z Downloaded mockall v0.13.0
10652024-10-09T16:40:13.964Z Downloaded lru-cache v0.1.2
10662024-10-09T16:40:13.964Z Downloaded compact_str v0.8.0
10672024-10-09T16:40:13.969Z Downloaded colored v2.1.0
10682024-10-09T16:40:13.971Z Downloaded ctr v0.9.2
10692024-10-09T16:40:13.971Z Downloaded ciborium-ll v0.2.2
10702024-10-09T16:40:13.973Z Downloaded chacha20 v0.9.1
10712024-10-09T16:40:13.973Z Downloaded mockall_derive v0.13.0
10722024-10-09T16:40:13.977Z Downloaded is-terminal v0.4.12
10732024-10-09T16:40:13.980Z Downloaded inout v0.1.3
10742024-10-09T16:40:13.980Z Downloaded indexmap v1.9.3
10752024-10-09T16:40:13.983Z Downloaded bitfield-struct v0.6.1
10762024-10-09T16:40:13.983Z Downloaded native-tls v0.2.11
10772024-10-09T16:40:13.986Z Downloaded hubpack v0.1.2
10782024-10-09T16:40:13.986Z Downloaded httparse v1.8.0
10792024-10-09T16:40:13.988Z Downloaded bitflags v1.3.2
10802024-10-09T16:40:13.991Z Downloaded assert_matches v1.5.0
10812024-10-09T16:40:13.996Z Downloaded array-init v0.0.4
10822024-10-09T16:40:13.996Z Downloaded chacha20poly1305 v0.10.1
10832024-10-09T16:40:13.996Z Downloaded base64 v0.13.1
10842024-10-09T16:40:13.996Z Downloaded arc-swap v1.7.1
10852024-10-09T16:40:14.000Z Downloaded newline-converter v0.3.0
10862024-10-09T16:40:14.003Z Downloaded instant v0.1.12
10872024-10-09T16:40:14.003Z Downloaded const-oid v0.9.6
10882024-10-09T16:40:14.005Z Downloaded async-bb8-diesel v0.2.1
10892024-10-09T16:40:14.007Z Downloaded highway v1.2.0
10902024-10-09T16:40:14.010Z Downloaded linked-hash-map v0.5.6
10912024-10-09T16:40:14.012Z Downloaded darling v0.20.9
10922024-10-09T16:40:14.015Z Downloaded csv-core v0.1.11
10932024-10-09T16:40:14.018Z Downloaded bzip2 v0.4.4
10942024-10-09T16:40:14.018Z Downloaded bcs v0.1.6
10952024-10-09T16:40:14.020Z Downloaded hyper-tls v0.6.0
10962024-10-09T16:40:14.022Z Downloaded crc-catalog v2.4.0
10972024-10-09T16:40:14.022Z Downloaded cancel-safe-futures v0.1.5
10982024-10-09T16:40:14.026Z Downloaded argon2 v0.5.3
10992024-10-09T16:40:14.030Z Downloaded ciborium v0.2.2
11002024-10-09T16:40:14.032Z Downloaded lazycell v1.3.0
11012024-10-09T16:40:14.032Z Downloaded ipnetwork v0.20.0
11022024-10-09T16:40:14.032Z Downloaded internet-checksum v0.2.1
11032024-10-09T16:40:14.035Z Downloaded instability v0.3.2
11042024-10-09T16:40:14.035Z Downloaded debug-ignore v1.0.5
11052024-10-09T16:40:14.037Z Downloaded cipher v0.4.4
11062024-10-09T16:40:14.037Z Downloaded bb8 v0.8.5
11072024-10-09T16:40:14.039Z Downloaded async-stream v0.3.5
11082024-10-09T16:40:14.042Z Downloaded castaway v0.2.3
11092024-10-09T16:40:14.042Z Downloaded blowfish v0.9.1
11102024-10-09T16:40:14.045Z Downloaded atomic-waker v1.1.2
11112024-10-09T16:40:14.045Z Downloaded ascii-canvas v3.0.0
11122024-10-09T16:40:14.045Z Downloaded arrayref v0.3.7
11132024-10-09T16:40:14.074Z Downloaded libz-sys v1.1.16
11142024-10-09T16:40:14.207Z Downloaded ring v0.17.8
11152024-10-09T16:40:14.357Z Downloaded libsqlite3-sys v0.30.1
11162024-10-09T16:40:14.436Z Downloaded ring v0.16.20
11172024-10-09T16:40:14.653Z Compiling serde v1.0.210
11182024-10-09T16:40:14.655Z Compiling typenum v1.17.0
11192024-10-09T16:40:14.655Z Compiling generic-array v0.14.7
11202024-10-09T16:40:14.655Z Compiling lock_api v0.4.12
11212024-10-09T16:40:14.655Z Compiling scopeguard v1.2.0
11222024-10-09T16:40:14.655Z Compiling subtle v2.5.0
11232024-10-09T16:40:14.811Z Compiling syn v2.0.79
11242024-10-09T16:40:14.825Z Compiling getrandom v0.2.14
11252024-10-09T16:40:15.022Z Compiling value-bag v1.9.0
11262024-10-09T16:40:15.152Z Compiling rand_core v0.6.4
11272024-10-09T16:40:15.322Z Compiling const-oid v0.9.6
11282024-10-09T16:40:15.400Z Compiling jobserver v0.1.32
11292024-10-09T16:40:15.420Z Compiling pin-project-lite v0.2.14
11302024-10-09T16:40:15.554Z Compiling log v0.4.22
11312024-10-09T16:40:15.660Z Compiling smallvec v1.13.2
11322024-10-09T16:40:15.727Z Compiling parking_lot_core v0.9.10
11332024-10-09T16:40:15.772Z Compiling cc v1.0.97
11342024-10-09T16:40:16.078Z Compiling signal-hook-registry v1.4.2
11352024-10-09T16:40:16.396Z Compiling futures-core v0.3.30
11362024-10-09T16:40:16.488Z Compiling mio v1.0.2
11372024-10-09T16:40:16.652Z Compiling parking_lot v0.12.2
11382024-10-09T16:40:16.912Z Compiling ahash v0.8.11
11392024-10-09T16:40:16.953Z Compiling futures-sink v0.3.30
11402024-10-09T16:40:17.118Z Compiling cpufeatures v0.2.12
11412024-10-09T16:40:17.230Z Compiling socket2 v0.5.7
11422024-10-09T16:40:17.352Z Compiling slab v0.4.9
11432024-10-09T16:40:17.398Z Compiling allocator-api2 v0.2.18
11442024-10-09T16:40:17.637Z Compiling spin v0.9.8
11452024-10-09T16:40:17.655Z Compiling tinyvec_macros v0.1.1
11462024-10-09T16:40:17.742Z Compiling tinyvec v1.6.0
11472024-10-09T16:40:17.763Z Compiling futures-channel v0.3.30
11482024-10-09T16:40:18.022Z Compiling base64ct v1.6.0
11492024-10-09T16:40:18.115Z Compiling futures-io v0.3.30
11502024-10-09T16:40:18.161Z Compiling pin-utils v0.1.0
11512024-10-09T16:40:18.194Z Compiling serde_json v1.0.128
11522024-10-09T16:40:18.218Z Compiling futures-task v0.3.30
11532024-10-09T16:40:18.262Z Compiling libm v0.2.8
11542024-10-09T16:40:18.427Z Compiling num-traits v0.2.19
11552024-10-09T16:40:18.508Z Compiling pem-rfc7468 v0.7.0
11562024-10-09T16:40:18.568Z Compiling unicode-bidi v0.3.15
11572024-10-09T16:40:18.622Z Compiling flagset v0.4.5
11582024-10-09T16:40:18.819Z Compiling tracing-core v0.1.32
11592024-10-09T16:40:18.922Z Compiling pkg-config v0.3.30
11602024-10-09T16:40:19.233Z Compiling unicode-normalization v0.1.23
11612024-10-09T16:40:19.233Z Compiling vcpkg v0.2.15
11622024-10-09T16:40:20.077Z Compiling crossbeam-utils v0.8.19
11632024-10-09T16:40:20.113Z Compiling ring v0.17.8
11642024-10-09T16:40:20.180Z Compiling percent-encoding v2.3.1
11652024-10-09T16:40:20.426Z Compiling httparse v1.8.0
11662024-10-09T16:40:20.560Z Compiling ppv-lite86 v0.2.17
11672024-10-09T16:40:20.581Z Compiling rustls-pki-types v1.7.0
11682024-10-09T16:40:20.898Z Compiling rustix v0.38.34
11692024-10-09T16:40:21.349Z Compiling rand_chacha v0.3.1
11702024-10-09T16:40:21.390Z Compiling try-lock v0.2.5
11712024-10-09T16:40:21.524Z Compiling openssl-sys v0.9.103
11722024-10-09T16:40:21.526Z Compiling want v0.3.1
11732024-10-09T16:40:21.771Z Compiling rand v0.8.5
11742024-10-09T16:40:21.905Z Compiling num-conv v0.1.0
11752024-10-09T16:40:21.983Z Compiling untrusted v0.9.0
11762024-10-09T16:40:22.138Z Compiling foreign-types-shared v0.1.1
11772024-10-09T16:40:22.192Z Compiling time-core v0.1.2
11782024-10-09T16:40:22.236Z Compiling atomic-waker v1.1.2
11792024-10-09T16:40:22.345Z Compiling powerfmt v0.2.0
11802024-10-09T16:40:22.406Z Compiling openssl v0.10.66
11812024-10-09T16:40:22.408Z Compiling rustversion v1.0.17
11822024-10-09T16:40:22.710Z Compiling httpdate v1.0.3
11832024-10-09T16:40:22.781Z Compiling deranged v0.3.11
11842024-10-09T16:40:23.128Z Compiling time-macros v0.2.18
11852024-10-09T16:40:23.130Z Compiling foreign-types v0.3.2
11862024-10-09T16:40:23.248Z Compiling form_urlencoded v1.2.1
11872024-10-09T16:40:23.429Z Compiling aho-corasick v1.1.3
11882024-10-09T16:40:23.503Z Compiling tower-service v0.3.2
11892024-10-09T16:40:23.558Z Compiling base64 v0.22.1
11902024-10-09T16:40:23.606Z Compiling syn v1.0.109
11912024-10-09T16:40:24.220Z Compiling num_threads v0.1.7
11922024-10-09T16:40:24.240Z Compiling rustls v0.23.10
11932024-10-09T16:40:24.352Z Compiling native-tls v0.2.11
11942024-10-09T16:40:24.530Z Compiling regex-syntax v0.8.4
11952024-10-09T16:40:24.648Z Compiling siphasher v0.3.11
11962024-10-09T16:40:25.011Z Compiling crossbeam-epoch v0.9.18
11972024-10-09T16:40:25.372Z Compiling idna v0.5.0
11982024-10-09T16:40:25.708Z Compiling lazy_static v1.5.0
11992024-10-09T16:40:25.832Z Compiling cookie v0.18.1
12002024-10-09T16:40:26.133Z Compiling iana-time-zone v0.1.60
12012024-10-09T16:40:26.167Z Compiling either v1.13.0
12022024-10-09T16:40:26.246Z Compiling time v0.3.36
12032024-10-09T16:40:26.545Z Compiling slog v2.7.0
12042024-10-09T16:40:26.566Z Compiling rayon-core v1.12.1
12052024-10-09T16:40:26.849Z Compiling finl_unicode v1.2.0
12062024-10-09T16:40:26.851Z Compiling openssl-probe v0.1.5
12072024-10-09T16:40:27.138Z Compiling url v2.5.2
12082024-10-09T16:40:27.295Z Compiling crossbeam-deque v0.8.5
12092024-10-09T16:40:27.392Z Compiling stringprep v0.1.4
12102024-10-09T16:40:28.562Z Compiling regex-automata v0.4.6
12112024-10-09T16:40:28.679Z Compiling num-integer v0.1.46
12122024-10-09T16:40:28.826Z Compiling serde_derive v1.0.210
12132024-10-09T16:40:28.872Z Compiling zeroize_derive v1.4.2
12142024-10-09T16:40:29.438Z Compiling zerocopy-derive v0.7.34
12152024-10-09T16:40:30.498Z Compiling zeroize v1.8.1
12162024-10-09T16:40:30.868Z Compiling tokio-macros v2.4.0
12172024-10-09T16:40:31.368Z Compiling futures-macro v0.3.30
12182024-10-09T16:40:31.724Z Compiling zerocopy v0.7.34
12192024-10-09T16:40:32.129Z Compiling crypto-common v0.1.6
12202024-10-09T16:40:32.352Z Compiling block-buffer v0.10.4
12212024-10-09T16:40:32.446Z Compiling block-padding v0.3.3
12222024-10-09T16:40:32.615Z Compiling digest v0.10.7
12232024-10-09T16:40:32.676Z Compiling inout v0.1.3
12242024-10-09T16:40:32.945Z Compiling cipher v0.4.4
12252024-10-09T16:40:33.081Z Compiling hmac v0.12.1
12262024-10-09T16:40:33.102Z Compiling sha2 v0.10.8
12272024-10-09T16:40:33.319Z Compiling thiserror-impl v1.0.64
12282024-10-09T16:40:33.322Z Compiling futures-util v0.3.30
12292024-10-09T16:40:33.454Z Compiling der_derive v0.7.2
12302024-10-09T16:40:33.915Z Compiling hashbrown v0.14.5
12312024-10-09T16:40:35.339Z Compiling salsa20 v0.10.2
12322024-10-09T16:40:35.571Z Compiling pbkdf2 v0.12.2
12332024-10-09T16:40:35.740Z Compiling tracing-attributes v0.1.27
12342024-10-09T16:40:36.001Z Compiling der v0.7.9
12352024-10-09T16:40:36.654Z Compiling thiserror v1.0.64
12362024-10-09T16:40:36.755Z Compiling scrypt v0.11.0
12372024-10-09T16:40:36.799Z Compiling cbc v0.1.2
12382024-10-09T16:40:37.037Z Compiling aes v0.8.4
12392024-10-09T16:40:37.313Z Compiling pest v2.7.10
12402024-10-09T16:40:39.313Z Compiling spki v0.7.3
12412024-10-09T16:40:39.524Z Compiling scroll_derive v0.12.0
12422024-10-09T16:40:39.618Z Compiling tracing v0.1.40
12432024-10-09T16:40:39.770Z Compiling pkcs5 v0.7.1
12442024-10-09T16:40:39.972Z Compiling pest_meta v2.7.10
12452024-10-09T16:40:40.355Z Compiling pkcs8 v0.10.2
12462024-10-09T16:40:40.876Z Compiling openssl-macros v0.1.1
12472024-10-09T16:40:40.994Z Compiling scroll v0.12.0
12482024-10-09T16:40:41.117Z Compiling signature v2.2.0
12492024-10-09T16:40:41.305Z Compiling pest_generator v2.7.10
12502024-10-09T16:40:41.400Z Compiling md-5 v0.10.6
12512024-10-09T16:40:41.539Z Compiling goblin v0.8.2
12522024-10-09T16:40:41.583Z Compiling idna v0.3.0
12532024-10-09T16:40:41.649Z Compiling backtrace v0.3.71
12542024-10-09T16:40:41.668Z Compiling ff v0.13.0
12552024-10-09T16:40:41.884Z Compiling hash32 v0.2.1
12562024-10-09T16:40:42.139Z Compiling rustls-webpki v0.102.4
12572024-10-09T16:40:42.268Z Compiling crc32fast v1.4.0
12582024-10-09T16:40:42.802Z Compiling bytes v1.7.2
12592024-10-09T16:40:42.953Z Compiling indexmap v2.5.0
12602024-10-09T16:40:43.189Z Compiling bitflags v2.6.0
12612024-10-09T16:40:43.629Z Compiling semver v1.0.23
12622024-10-09T16:40:43.926Z Compiling tokio v1.39.3
12632024-10-09T16:40:44.088Z Compiling rustc_version v0.4.0
12642024-10-09T16:40:44.278Z Compiling http v1.1.0
12652024-10-09T16:40:44.937Z Compiling heapless v0.7.17
12662024-10-09T16:40:45.021Z Compiling pest_derive v2.7.10
12672024-10-09T16:40:45.378Z Compiling uuid v1.10.0
12682024-10-09T16:40:45.815Z Compiling dtrace-parser v0.2.0
12692024-10-09T16:40:46.410Z Compiling http-body v1.0.0
12702024-10-09T16:40:46.732Z Compiling curve25519-dalek v4.1.3
12712024-10-09T16:40:46.827Z Compiling http v0.2.12
12722024-10-09T16:40:47.373Z Compiling dof v0.3.0
12732024-10-09T16:40:48.001Z Compiling toml_datetime v0.6.8
12742024-10-09T16:40:48.525Z Compiling usdt-impl v0.5.0
12752024-10-09T16:40:49.373Z Compiling serde_tokenstream v0.2.2
12762024-10-09T16:40:49.610Z Compiling serde_spanned v0.6.7
12772024-10-09T16:40:49.692Z Compiling chrono v0.4.38
12782024-10-09T16:40:49.838Z Compiling psl-types v2.0.11
12792024-10-09T16:40:50.021Z Compiling gimli v0.28.1
12802024-10-09T16:40:50.044Z Compiling smoltcp v0.9.1
12812024-10-09T16:40:50.152Z Compiling fallible-iterator v0.2.0
12822024-10-09T16:40:50.878Z Compiling adler v1.0.2
12832024-10-09T16:40:51.116Z Compiling num-bigint-dig v0.8.4
12842024-10-09T16:40:51.372Z Compiling base16ct v0.2.0
12852024-10-09T16:40:51.419Z Compiling stable_deref_trait v1.2.0
12862024-10-09T16:40:51.535Z Compiling signal-hook v0.3.17
12872024-10-09T16:40:51.694Z Compiling portable-atomic v1.6.0
12882024-10-09T16:40:51.849Z Compiling sec1 v0.7.3
12892024-10-09T16:40:52.045Z Compiling tokio-util v0.7.12
12902024-10-09T16:40:52.436Z Compiling tokio-native-tls v0.3.1
12912024-10-09T16:40:52.735Z Compiling tokio-rustls v0.26.0
12922024-10-09T16:40:53.181Z Compiling h2 v0.4.6
12932024-10-09T16:40:53.380Z Compiling miniz_oxide v0.7.2
12942024-10-09T16:40:53.402Z Compiling postgres-protocol v0.6.7
12952024-10-09T16:40:53.523Z Compiling publicsuffix v2.2.3
12962024-10-09T16:40:53.787Z Compiling terminal_size v0.3.0
12972024-10-09T16:40:53.982Z Compiling http-body-util v0.1.2
12982024-10-09T16:40:54.151Z Compiling group v0.13.0
12992024-10-09T16:40:54.176Z Compiling hubpack_derive v0.1.1
13002024-10-09T16:40:54.468Z Compiling addr2line v0.21.0
13012024-10-09T16:40:54.489Z Compiling hkdf v0.12.4
13022024-10-09T16:40:54.751Z Compiling crypto-bigint v0.5.5
13032024-10-09T16:40:54.774Z Compiling num-iter v0.1.45
13042024-10-09T16:40:55.040Z Compiling async-trait v0.1.83
13052024-10-09T16:40:55.159Z Compiling zerocopy-derive v0.6.6
13062024-10-09T16:40:55.178Z Compiling curve25519-dalek-derive v0.1.1
13072024-10-09T16:40:57.403Z Compiling phf_shared v0.11.2
13082024-10-09T16:40:57.603Z Compiling serde_derive_internals v0.29.1
13092024-10-09T16:40:57.800Z Compiling webpki-roots v0.26.3
13102024-10-09T16:40:57.853Z Compiling object v0.32.2
13112024-10-09T16:40:57.872Z Compiling fs-err v2.11.0
13122024-10-09T16:40:58.008Z Compiling winnow v0.5.40
13132024-10-09T16:40:58.180Z Compiling managed v0.8.0
13142024-10-09T16:40:58.643Z Compiling adler2 v2.0.0
13152024-10-09T16:40:58.858Z Compiling schemars v0.8.21
13162024-10-09T16:40:58.943Z Compiling rustc-demangle v0.1.24
13172024-10-09T16:40:59.234Z Compiling bitflags v1.3.2
13182024-10-09T16:40:59.348Z Compiling anyhow v1.0.89
13192024-10-09T16:40:59.950Z Compiling ipnet v2.10.0
13202024-10-09T16:41:00.206Z Compiling hyper v1.4.1
13212024-10-09T16:41:00.312Z Compiling schemars_derive v0.8.21
13222024-10-09T16:41:00.835Z Compiling console v0.15.8
13232024-10-09T16:41:01.200Z Compiling miniz_oxide v0.8.0
13242024-10-09T16:41:01.869Z Compiling toml_edit v0.19.15
13252024-10-09T16:41:02.343Z Compiling clap_builder v4.5.18
13262024-10-09T16:41:02.781Z Compiling hyper-util v0.1.9
13272024-10-09T16:41:03.053Z Compiling elliptic-curve v0.13.8
13282024-10-09T16:41:03.717Z Compiling phf v0.11.2
13292024-10-09T16:41:03.896Z Compiling zerocopy v0.6.6
13302024-10-09T16:41:03.918Z Compiling rayon v1.10.0
13312024-10-09T16:41:04.401Z Compiling cookie_store v0.21.0
13322024-10-09T16:41:05.215Z Compiling hyper-tls v0.6.0
13332024-10-09T16:41:05.657Z Compiling hyper-rustls v0.27.3
13342024-10-09T16:41:05.909Z Compiling hubpack v0.1.2
13352024-10-09T16:41:06.273Z Compiling postgres-types v0.2.8
13362024-10-09T16:41:06.720Z Compiling h2 v0.3.26
13372024-10-09T16:41:08.385Z Compiling usdt-attr-macro v0.5.0
13382024-10-09T16:41:08.769Z Compiling usdt-macro v0.5.0
13392024-10-09T16:41:09.890Z Compiling http-body v0.4.6
13402024-10-09T16:41:10.098Z Compiling serde-big-array v0.5.1
13412024-10-09T16:41:10.196Z Compiling serde_urlencoded v0.7.1
13422024-10-09T16:41:10.319Z Compiling ed25519 v2.2.3
13432024-10-09T16:41:10.361Z Compiling pkcs1 v0.7.5
13442024-10-09T16:41:10.381Z Compiling futures-executor v0.3.30
13452024-10-09T16:41:10.700Z Compiling bstr v1.9.1
13462024-10-09T16:41:10.952Z Compiling regex v1.10.6
13472024-10-09T16:41:11.375Z Compiling rfc6979 v0.4.0
13482024-10-09T16:41:11.573Z Compiling clap_derive v4.5.18
13492024-10-09T16:41:11.762Z Compiling serde_repr v0.1.19
13502024-10-09T16:41:12.063Z Compiling enum-as-inner v0.6.0
13512024-10-09T16:41:12.154Z Compiling strum_macros v0.25.3
13522024-10-09T16:41:12.336Z Compiling phf_shared v0.10.0
13532024-10-09T16:41:12.525Z Compiling rustls-pemfile v2.1.3
13542024-10-09T16:41:12.731Z Compiling float-cmp v0.9.0
13552024-10-09T16:41:12.956Z Compiling idna v0.4.0
13562024-10-09T16:41:12.976Z Compiling sync_wrapper v1.0.1
13572024-10-09T16:41:12.976Z Compiling mio v0.8.11
13582024-10-09T16:41:13.122Z Compiling socket2 v0.4.10
13592024-10-09T16:41:13.193Z Compiling encoding_rs v0.8.34
13602024-10-09T16:41:14.049Z Compiling bit-vec v0.6.3
13612024-10-09T16:41:14.276Z Compiling static_assertions v1.1.0
13622024-10-09T16:41:14.391Z Compiling precomputed-hash v0.1.1
13632024-10-09T16:41:14.543Z Compiling mime v0.3.17
13642024-10-09T16:41:14.561Z Compiling normalize-line-endings v0.3.0
13652024-10-09T16:41:14.586Z Compiling unicode-segmentation v1.11.0
13662024-10-09T16:41:14.695Z Compiling new_debug_unreachable v1.0.6
13672024-10-09T16:41:14.803Z Compiling fixedbitset v0.4.2
13682024-10-09T16:41:15.163Z Compiling whoami v1.5.2
13692024-10-09T16:41:15.292Z Compiling data-encoding v2.6.0
13702024-10-09T16:41:15.457Z Compiling minimal-lexical v0.2.1
13712024-10-09T16:41:15.823Z Compiling predicates-core v1.0.6
13722024-10-09T16:41:15.966Z Compiling difflib v0.4.0
13732024-10-09T16:41:16.182Z Compiling dyn-clone v1.0.17
13742024-10-09T16:41:16.225Z Compiling number_prefix v0.4.0
13752024-10-09T16:41:16.414Z Compiling indicatif v0.17.8
13762024-10-09T16:41:16.460Z Compiling predicates v3.1.2
13772024-10-09T16:41:16.589Z Compiling clap v4.5.18
13782024-10-09T16:41:17.411Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13792024-10-09T16:41:17.571Z Compiling hickory-proto v0.24.1
13802024-10-09T16:41:17.646Z Compiling nom v7.1.3
13812024-10-09T16:41:17.697Z Compiling toml_edit v0.22.22
13822024-10-09T16:41:18.170Z Compiling reqwest v0.12.7
13832024-10-09T16:41:18.619Z Compiling tokio-postgres v0.7.12
13842024-10-09T16:41:20.577Z Compiling similar v2.6.0
13852024-10-09T16:41:20.611Z Compiling petgraph v0.6.5
13862024-10-09T16:41:21.369Z Compiling string_cache v0.8.7
13872024-10-09T16:41:21.849Z Compiling bit-set v0.5.3
13882024-10-09T16:41:22.145Z Compiling signal-hook-mio v0.2.4
13892024-10-09T16:41:22.322Z Compiling hyper v0.14.30
13902024-10-09T16:41:23.037Z Compiling usdt v0.5.0
13912024-10-09T16:41:23.552Z Compiling ecdsa v0.16.9
13922024-10-09T16:41:24.192Z Compiling rsa v0.9.6
13932024-10-09T16:41:24.380Z Compiling futures v0.3.30
13942024-10-09T16:41:24.408Z Compiling ed25519-dalek v2.1.1
13952024-10-09T16:41:24.437Z Compiling flate2 v1.0.34
13962024-10-09T16:41:25.426Z Compiling toml v0.7.8
13972024-10-09T16:41:25.716Z Compiling tokio-stream v0.1.16
13982024-10-09T16:41:26.030Z Compiling openapiv3 v2.0.0
13992024-10-09T16:41:26.424Z Compiling hex v0.4.3
14002024-10-09T16:41:26.795Z Compiling x509-cert v0.2.5
14012024-10-09T16:41:27.005Z Compiling sha1 v0.10.6
14022024-10-09T16:41:27.123Z Compiling itertools v0.10.5
14032024-10-09T16:41:27.455Z Compiling itertools v0.12.1
14042024-10-09T16:41:27.826Z Compiling dirs-sys-next v0.1.2
14052024-10-09T16:41:28.533Z Compiling lalrpop-util v0.19.12
14062024-10-09T16:41:28.901Z Compiling unicode-xid v0.2.4
14072024-10-09T16:41:29.077Z Compiling peg-runtime v0.8.3
14082024-10-09T16:41:29.773Z Compiling dirs-next v2.0.0
14092024-10-09T16:41:29.967Z Compiling thread_local v1.1.8
14102024-10-09T16:41:29.987Z Compiling slog-async v2.8.0
14112024-10-09T16:41:30.366Z Compiling term v0.7.0
14122024-10-09T16:41:30.495Z Compiling xattr v1.3.1
14132024-10-09T16:41:30.569Z Compiling strum_macros v0.26.4
14142024-10-09T16:41:30.591Z Compiling crossbeam-channel v0.5.12
14152024-10-09T16:41:30.773Z Compiling is-terminal v0.4.12
14162024-10-09T16:41:30.804Z Compiling filetime v0.2.25
14172024-10-09T16:41:30.903Z Compiling take_mut v0.2.2
14182024-10-09T16:41:31.043Z Compiling tar v0.4.42
14192024-10-09T16:41:31.089Z Compiling slog-term v2.9.1
14202024-10-09T16:41:31.685Z Compiling camino v1.1.9
14212024-10-09T16:41:32.418Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14222024-10-09T16:41:33.632Z Compiling strum v0.26.3
14232024-10-09T16:41:33.706Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14242024-10-09T16:41:38.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
14252024-10-09T16:41:38.993Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14262024-10-09T16:41:39.021ZOct 09 16:41:37.670 INFO Starting download, target: Cockroach
14272024-10-09T16:41:39.021ZOct 09 16:41:37.671 INFO Starting download, target: Console
14282024-10-09T16:41:39.021ZOct 09 16:41:37.671 INFO Starting download, target: Clickhouse
14292024-10-09T16:41:39.021ZOct 09 16:41:37.671 INFO Starting download, target: DendriteOpenapi
14302024-10-09T16:41:39.021ZOct 09 16:41:37.671 INFO Starting download, target: DendriteStub
14312024-10-09T16:41:39.021ZOct 09 16:41:37.671 INFO Starting download, target: MaghemiteMgd
14322024-10-09T16:41:39.021ZOct 09 16:41:37.671 INFO Starting download, target: TransceiverControl
14332024-10-09T16:41:39.021ZOct 09 16:41:37.671 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14342024-10-09T16:41:39.021ZOct 09 16:41:37.671 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14352024-10-09T16:41:39.021ZOct 09 16:41:37.671 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14362024-10-09T16:41:39.021ZOct 09 16:41:37.671 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14372024-10-09T16:41:39.021ZOct 09 16:41:37.671 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14382024-10-09T16:41:39.022ZOct 09 16:41:37.671 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14392024-10-09T16:41:39.022ZOct 09 16:41:37.671 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14402024-10-09T16:41:39.609ZOct 09 16:41:38.129 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14412024-10-09T16:41:39.918ZOct 09 16:41:38.463 INFO Download complete, target: Console
14422024-10-09T16:41:40.415ZOct 09 16:41:38.799 INFO Download complete, target: DendriteOpenapi
14432024-10-09T16:41:40.566ZOct 09 16:41:39.106 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14442024-10-09T16:41:40.566ZOct 09 16:41:39.107 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14452024-10-09T16:41:40.703ZOct 09 16:41:39.161 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14462024-10-09T16:41:41.286ZOct 09 16:41:39.824 INFO Download complete, target: TransceiverControl
14472024-10-09T16:41:41.363ZOct 09 16:41:39.984 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14482024-10-09T16:41:41.505ZOct 09 16:41:40.166 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14492024-10-09T16:41:41.548ZOct 09 16:41:40.205 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14502024-10-09T16:41:45.993ZOct 09 16:41:42.646 INFO Download complete, target: DendriteStub
14512024-10-09T16:41:46.052ZOct 09 16:41:43.026 INFO Download complete, target: MaghemiteMgd
14522024-10-09T16:41:48.315ZOct 09 16:41:46.982 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14532024-10-09T16:41:48.598ZOct 09 16:41:47.264 INFO Checking that binary works, target: Cockroach
14542024-10-09T16:41:48.760ZOct 09 16:41:47.426 INFO Download complete, target: Cockroach
14552024-10-09T16:41:54.759ZOct 09 16:41:53.424 INFO Checking that binary works, target: Clickhouse
14562024-10-09T16:41:55.181ZOct 09 16:41:53.844 INFO Download complete, target: Clickhouse
14572024-10-09T16:41:55.590ZAll builder prerequisites installed successfully, and PATH looks valid
14582024-10-09T16:41:55.593Z
14592024-10-09T16:41:55.593Zreal 4:26.503515821
14602024-10-09T16:41:55.593Zuser 12:12.111215695
14612024-10-09T16:41:55.593Zsys 2:35.307245214
14622024-10-09T16:41:55.593Ztrap 0.432063112
14632024-10-09T16:41:55.593Ztflt 6.285050692
14642024-10-09T16:41:55.593Zdflt 4.709647089
14652024-10-09T16:41:55.593Zkflt 0.524473639
14662024-10-09T16:41:55.593Zlock 23:23.442289553
14672024-10-09T16:41:55.593Zslp 48:43.667696924
14682024-10-09T16:41:55.593Zlat 40.885983225
14692024-10-09T16:41:55.593Zstop 1:57.895886614
14702024-10-09T16:41:55.594Z+ banner hack-check
14712024-10-09T16:41:55.594Z
14722024-10-09T16:41:55.594Z # # ## #### # # #### # # ###### #### # #
14732024-10-09T16:41:55.594Z # # # # # # # # # # # # # # # # #
14742024-10-09T16:41:55.594Z ###### # # # #### ##### # ###### ##### # ####
14752024-10-09T16:41:55.594Z # # ###### # # # # # # # # # #
14762024-10-09T16:41:55.594Z # # # # # # # # # # # # # # # # #
14772024-10-09T16:41:55.594Z # # # # #### # # #### # # ###### #### # #
14782024-10-09T16:41:55.594Z
14792024-10-09T16:41:55.594Z+ export CARGO_INCREMENTAL=0
14802024-10-09T16:41:55.594Z+ CARGO_INCREMENTAL=0
14812024-10-09T16:41:55.594Z+ ptime -m timeout 2h cargo xtask check-features --ci
14822024-10-09T16:41:56.168Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14832024-10-09T16:42:00.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
14842024-10-09T16:42:00.265Z Running `target/debug/xtask check-features --ci`
14852024-10-09T16:42:00.287Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14862024-10-09T16:42:00.290Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14872024-10-09T16:42:00.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
14882024-10-09T16:42:00.811Z Running `target/debug/xtask download cargo-hack`
14892024-10-09T16:42:01.676Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14902024-10-09T16:42:02.050Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14912024-10-09T16:42:06.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
14922024-10-09T16:42:06.631Z Running `target/debug/xtask-downloader cargo-hack`
14932024-10-09T16:42:06.667ZOct 09 16:42:05.330 INFO Starting download, target: CargoHack
14942024-10-09T16:42:06.671ZOct 09 16:42:05.331 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14952024-10-09T16:42:07.260ZOct 09 16:42:05.924 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14962024-10-09T16:42:07.359ZOct 09 16:42:06.021 INFO Download complete, target: CargoHack
14972024-10-09T16:42:07.365Zrunning: "/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"
14982024-10-09T16:42:07.381Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14992024-10-09T16:42:07.538Zinfo: running `cargo check --bins` on api_identity (1/164)
15002024-10-09T16:42:08.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15012024-10-09T16:42:08.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15022024-10-09T16:42:08.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15032024-10-09T16:42:08.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15042024-10-09T16:42:08.178Z
15052024-10-09T16:42:08.178Zinfo: running `cargo check --bins` on bootstore (2/164)
15062024-10-09T16:42:08.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15072024-10-09T16:42:08.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15082024-10-09T16:42:08.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15092024-10-09T16:42:08.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15102024-10-09T16:42:08.859Z
15112024-10-09T16:42:08.859Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/164)
15122024-10-09T16:42:09.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15132024-10-09T16:42:09.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15142024-10-09T16:42:09.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15152024-10-09T16:42:09.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15162024-10-09T16:42:09.515Z
15172024-10-09T16:42:09.515Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/164)
15182024-10-09T16:42:10.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15192024-10-09T16:42:10.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15202024-10-09T16:42:10.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15212024-10-09T16:42:10.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15222024-10-09T16:42:10.177Z
15232024-10-09T16:42:10.177Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/164)
15242024-10-09T16:42:10.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15252024-10-09T16:42:10.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15262024-10-09T16:42:10.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15272024-10-09T16:42:10.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15282024-10-09T16:42:10.649Z
15292024-10-09T16:42:10.649Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/164)
15302024-10-09T16:42:11.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-10-09T16:42:11.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-10-09T16:42:11.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-10-09T16:42:11.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15342024-10-09T16:42:11.126Z
15352024-10-09T16:42:11.126Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/164)
15362024-10-09T16:42:11.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-10-09T16:42:11.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-10-09T16:42:11.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-10-09T16:42:11.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15402024-10-09T16:42:11.599Z
15412024-10-09T16:42:11.599Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/164)
15422024-10-09T16:42:12.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-10-09T16:42:12.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-10-09T16:42:12.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15452024-10-09T16:42:12.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15462024-10-09T16:42:12.078Z
15472024-10-09T16:42:12.078Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/164)
15482024-10-09T16:42:12.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15492024-10-09T16:42:12.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15502024-10-09T16:42:12.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15512024-10-09T16:42:12.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15522024-10-09T16:42:12.553Z
15532024-10-09T16:42:12.554Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/164)
15542024-10-09T16:42:12.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15552024-10-09T16:42:12.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15562024-10-09T16:42:12.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15572024-10-09T16:42:12.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15582024-10-09T16:42:13.031Z
15592024-10-09T16:42:13.031Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/164)
15602024-10-09T16:42:13.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15612024-10-09T16:42:13.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15622024-10-09T16:42:13.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15632024-10-09T16:42:13.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15642024-10-09T16:42:13.507Z
15652024-10-09T16:42:13.507Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/164)
15662024-10-09T16:42:13.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15672024-10-09T16:42:13.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15682024-10-09T16:42:13.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15692024-10-09T16:42:13.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15702024-10-09T16:42:13.987Z
15712024-10-09T16:42:13.987Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/164)
15722024-10-09T16:42:14.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15732024-10-09T16:42:14.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15742024-10-09T16:42:14.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15752024-10-09T16:42:14.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15762024-10-09T16:42:14.470Z
15772024-10-09T16:42:14.470Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/164)
15782024-10-09T16:42:14.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15792024-10-09T16:42:14.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15802024-10-09T16:42:14.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15812024-10-09T16:42:14.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15822024-10-09T16:42:14.939Z
15832024-10-09T16:42:14.940Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/164)
15842024-10-09T16:42:15.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15852024-10-09T16:42:15.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15862024-10-09T16:42:15.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15872024-10-09T16:42:15.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15882024-10-09T16:42:15.417Z
15892024-10-09T16:42:15.417Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/164)
15902024-10-09T16:42:15.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15912024-10-09T16:42:15.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15922024-10-09T16:42:15.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15932024-10-09T16:42:15.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15942024-10-09T16:42:15.894Z
15952024-10-09T16:42:15.894Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/164)
15962024-10-09T16:42:16.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15972024-10-09T16:42:16.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15982024-10-09T16:42:16.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15992024-10-09T16:42:16.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16002024-10-09T16:42:16.365Z
16012024-10-09T16:42:16.365Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/164)
16022024-10-09T16:42:16.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16032024-10-09T16:42:16.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16042024-10-09T16:42:16.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16052024-10-09T16:42:16.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16062024-10-09T16:42:16.847Z
16072024-10-09T16:42:16.847Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/164)
16082024-10-09T16:42:17.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16092024-10-09T16:42:17.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16102024-10-09T16:42:17.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16112024-10-09T16:42:17.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16122024-10-09T16:42:17.326Z
16132024-10-09T16:42:17.327Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/164)
16142024-10-09T16:42:17.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16152024-10-09T16:42:17.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16162024-10-09T16:42:17.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16172024-10-09T16:42:17.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16182024-10-09T16:42:17.812Z
16192024-10-09T16:42:17.812Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/164)
16202024-10-09T16:42:18.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212024-10-09T16:42:18.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222024-10-09T16:42:18.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16232024-10-09T16:42:18.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16242024-10-09T16:42:18.282Z
16252024-10-09T16:42:18.282Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/164)
16262024-10-09T16:42:18.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272024-10-09T16:42:22.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282024-10-09T16:42:22.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16292024-10-09T16:42:22.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16302024-10-09T16:42:22.953Z
16312024-10-09T16:42:22.953Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/164)
16322024-10-09T16:42:22.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332024-10-09T16:42:22.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342024-10-09T16:42:22.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352024-10-09T16:42:22.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16362024-10-09T16:42:22.953Z
16372024-10-09T16:42:22.953Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/164)
16382024-10-09T16:42:22.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392024-10-09T16:42:22.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402024-10-09T16:42:22.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412024-10-09T16:42:22.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16422024-10-09T16:42:22.953Z
16432024-10-09T16:42:22.953Zinfo: running `cargo check --bins` on sled-hardware-types (25/164)
16442024-10-09T16:42:22.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452024-10-09T16:42:22.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462024-10-09T16:42:22.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472024-10-09T16:42:22.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16482024-10-09T16:42:22.999Z
16492024-10-09T16:42:23.000Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/164)
16502024-10-09T16:42:23.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512024-10-09T16:42:23.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522024-10-09T16:42:23.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532024-10-09T16:42:23.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16542024-10-09T16:42:23.000Z
16552024-10-09T16:42:23.000Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/164)
16562024-10-09T16:42:23.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572024-10-09T16:42:23.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582024-10-09T16:42:23.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592024-10-09T16:42:23.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16602024-10-09T16:42:23.000Z
16612024-10-09T16:42:23.000Zinfo: running `cargo check --bins` on oxlog (28/164)
16622024-10-09T16:42:23.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632024-10-09T16:42:23.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642024-10-09T16:42:23.000Z Checking cfg-if v1.0.0
16652024-10-09T16:42:23.000Z Checking libc v0.2.159
16662024-10-09T16:42:23.000Z Checking serde v1.0.210
16672024-10-09T16:42:23.000Z Checking zeroize v1.8.1
16682024-10-09T16:42:23.001Z Checking memchr v2.7.2
16692024-10-09T16:42:23.001Z Checking typenum v1.17.0
16702024-10-09T16:42:23.001Z Checking scopeguard v1.2.0
16712024-10-09T16:42:23.001Z Checking subtle v2.5.0
16722024-10-09T16:42:23.001Z Checking byteorder v1.5.0
16732024-10-09T16:42:23.001Z Checking lock_api v0.4.12
16742024-10-09T16:42:23.001Z Checking value-bag v1.9.0
16752024-10-09T16:42:23.001Z Checking const-oid v0.9.6
16762024-10-09T16:42:23.001Z Checking itoa v1.0.11
16772024-10-09T16:42:23.058Z Checking once_cell v1.19.0
16782024-10-09T16:42:23.134Z Checking pin-project-lite v0.2.14
16792024-10-09T16:42:23.148Z Checking log v0.4.22
16802024-10-09T16:42:23.255Z Checking smallvec v1.13.2
16812024-10-09T16:42:23.360Z Checking zerocopy v0.7.34
16822024-10-09T16:42:23.383Z Checking futures-core v0.3.30
16832024-10-09T16:42:23.567Z Checking cpufeatures v0.2.12
16842024-10-09T16:42:23.593Z Checking futures-sink v0.3.30
16852024-10-09T16:42:23.626Z Checking allocator-api2 v0.2.18
16862024-10-09T16:42:23.655Z Checking spin v0.9.8
16872024-10-09T16:42:23.692Z Checking getrandom v0.2.14
16882024-10-09T16:42:23.726Z Checking parking_lot_core v0.9.10
16892024-10-09T16:42:23.782Z Checking generic-array v0.14.7
16902024-10-09T16:42:23.952Z Checking rand_core v0.6.4
16912024-10-09T16:42:24.008Z Checking signal-hook-registry v1.4.2
16922024-10-09T16:42:24.045Z Checking parking_lot v0.12.2
16932024-10-09T16:42:24.241Z Checking mio v1.0.2
16942024-10-09T16:42:24.244Z Checking socket2 v0.5.7
16952024-10-09T16:42:24.273Z Checking slab v0.4.9
16962024-10-09T16:42:24.380Z Checking equivalent v1.0.1
16972024-10-09T16:42:24.483Z Checking tinyvec_macros v0.1.1
16982024-10-09T16:42:24.518Z Checking futures-channel v0.3.30
16992024-10-09T16:42:24.562Z Checking tinyvec v1.6.0
17002024-10-09T16:42:24.581Z Checking futures-task v0.3.30
17012024-10-09T16:42:24.726Z Checking pin-utils v0.1.0
17022024-10-09T16:42:24.792Z Checking ahash v0.8.11
17032024-10-09T16:42:24.806Z Checking base64ct v1.6.0
17042024-10-09T16:42:24.809Z Checking fnv v1.0.7
17052024-10-09T16:42:24.844Z Checking futures-io v0.3.30
17062024-10-09T16:42:24.860Z Checking flagset v0.4.5
17072024-10-09T16:42:24.918Z Checking crypto-common v0.1.6
17082024-10-09T16:42:24.933Z Checking block-buffer v0.10.4
17092024-10-09T16:42:25.013Z Checking block-padding v0.3.3
17102024-10-09T16:42:25.043Z Checking futures-util v0.3.30
17112024-10-09T16:42:25.093Z Checking unicode-bidi v0.3.15
17122024-10-09T16:42:25.143Z Checking digest v0.10.7
17132024-10-09T16:42:25.215Z Checking pem-rfc7468 v0.7.0
17142024-10-09T16:42:25.218Z Checking inout v0.1.3
17152024-10-09T16:42:25.317Z Checking hashbrown v0.14.5
17162024-10-09T16:42:25.445Z Checking cipher v0.4.4
17172024-10-09T16:42:25.448Z Checking der v0.7.9
17182024-10-09T16:42:25.526Z Checking hmac v0.12.1
17192024-10-09T16:42:25.688Z Checking sha2 v0.10.8
17202024-10-09T16:42:25.734Z Checking libm v0.2.8
17212024-10-09T16:42:25.824Z Checking ryu v1.0.18
17222024-10-09T16:42:25.839Z Checking unicode-normalization v0.1.23
17232024-10-09T16:42:26.059Z Checking salsa20 v0.10.2
17242024-10-09T16:42:26.264Z Checking pbkdf2 v0.12.2
17252024-10-09T16:42:26.279Z Checking tracing-core v0.1.32
17262024-10-09T16:42:26.426Z Checking scrypt v0.11.0
17272024-10-09T16:42:26.482Z Checking aes v0.8.4
17282024-10-09T16:42:26.629Z Checking num-traits v0.2.19
17292024-10-09T16:42:26.643Z Checking cbc v0.1.2
17302024-10-09T16:42:26.741Z Checking percent-encoding v2.3.1
17312024-10-09T16:42:26.843Z Checking ppv-lite86 v0.2.17
17322024-10-09T16:42:26.900Z Checking tracing v0.1.40
17332024-10-09T16:42:26.950Z Checking rustls-pki-types v1.7.0
17342024-10-09T16:42:27.235Z Checking spki v0.7.3
17352024-10-09T16:42:27.235Z Checking try-lock v0.2.5
17362024-10-09T16:42:27.333Z Checking bytes v1.7.2
17372024-10-09T16:42:27.362Z Checking indexmap v2.5.0
17382024-10-09T16:42:27.384Z Checking bitflags v2.6.0
17392024-10-09T16:42:27.387Z Checking serde_json v1.0.128
17402024-10-09T16:42:27.516Z Checking pkcs5 v0.7.1
17412024-10-09T16:42:27.531Z Checking rand_chacha v0.3.1
17422024-10-09T16:42:27.689Z Checking want v0.3.1
17432024-10-09T16:42:27.873Z Checking httparse v1.8.0
17442024-10-09T16:42:27.917Z Checking rand v0.8.5
17452024-10-09T16:42:28.045Z Checking pkcs8 v0.10.2
17462024-10-09T16:42:28.166Z Checking tokio v1.39.3
17472024-10-09T16:42:28.290Z Checking http v1.1.0
17482024-10-09T16:42:28.305Z Checking thiserror v1.0.64
17492024-10-09T16:42:28.361Z Checking foreign-types-shared v0.1.1
17502024-10-09T16:42:28.424Z Checking atomic-waker v1.1.2
17512024-10-09T16:42:28.466Z Checking untrusted v0.9.0
17522024-10-09T16:42:28.554Z Checking httpdate v1.0.3
17532024-10-09T16:42:28.623Z Checking ring v0.17.8
17542024-10-09T16:42:28.648Z Checking foreign-types v0.3.2
17552024-10-09T16:42:28.742Z Checking form_urlencoded v1.2.1
17562024-10-09T16:42:28.786Z Checking openssl-sys v0.9.103
17572024-10-09T16:42:28.933Z Checking crossbeam-utils v0.8.19
17582024-10-09T16:42:29.027Z Checking aho-corasick v1.1.3
17592024-10-09T16:42:29.144Z Checking base64 v0.22.1
17602024-10-09T16:42:29.594Z Checking http-body v1.0.0
17612024-10-09T16:42:29.598Z Checking regex-syntax v0.8.4
17622024-10-09T16:42:29.674Z Checking tower-service v0.3.2
17632024-10-09T16:42:29.794Z Checking siphasher v0.3.11
17642024-10-09T16:42:29.798Z Checking unicode-ident v1.0.13
17652024-10-09T16:42:29.961Z Checking powerfmt v0.2.0
17662024-10-09T16:42:29.987Z Checking proc-macro2 v1.0.86
17672024-10-09T16:42:30.017Z Checking openssl v0.10.66
17682024-10-09T16:42:30.072Z Checking crossbeam-epoch v0.9.18
17692024-10-09T16:42:30.237Z Checking deranged v0.3.11
17702024-10-09T16:42:30.450Z Checking rustls-webpki v0.102.4
17712024-10-09T16:42:30.506Z Checking uuid v1.10.0
17722024-10-09T16:42:30.579Z Checking idna v0.5.0
17732024-10-09T16:42:30.649Z Checking signature v2.2.0
17742024-10-09T16:42:30.855Z Checking scroll v0.12.0
17752024-10-09T16:42:31.081Z Checking lazy_static v1.5.0
17762024-10-09T16:42:31.190Z Checking errno v0.3.9
17772024-10-09T16:42:31.206Z Checking ucd-trie v0.1.6
17782024-10-09T16:42:31.324Z Checking num-conv v0.1.0
17792024-10-09T16:42:31.365Z Checking plain v0.2.3
17802024-10-09T16:42:31.401Z Checking openssl-probe v0.1.5
17812024-10-09T16:42:31.421Z Checking time-core v0.1.2
17822024-10-09T16:42:31.510Z Checking utf8parse v0.2.1
17832024-10-09T16:42:31.537Z Checking either v1.13.0
17842024-10-09T16:42:31.570Z Checking anstyle v1.0.8
17852024-10-09T16:42:31.586Z Checking iana-time-zone v0.1.60
17862024-10-09T16:42:31.652Z Checking num_threads v0.1.7
17872024-10-09T16:42:31.730Z Checking finl_unicode v1.2.0
17882024-10-09T16:42:31.766Z Checking chrono v0.4.38
17892024-10-09T16:42:31.884Z Checking anstyle-parse v0.2.4
17902024-10-09T16:42:31.932Z Checking goblin v0.8.2
17912024-10-09T16:42:31.950Z Checking time v0.3.36
17922024-10-09T16:42:32.159Z Checking url v2.5.2
17932024-10-09T16:42:32.297Z Checking stringprep v0.1.4
17942024-10-09T16:42:32.574Z Checking pest v2.7.10
17952024-10-09T16:42:32.816Z Checking regex-automata v0.4.6
17962024-10-09T16:42:32.964Z Checking rustix v0.38.34
17972024-10-09T16:42:33.871Z Checking rustls v0.23.10
17982024-10-09T16:42:34.456Z Checking quote v1.0.37
17992024-10-09T16:42:34.780Z Checking crossbeam-deque v0.8.5
18002024-10-09T16:42:35.035Z Checking num-integer v0.1.46
18012024-10-09T16:42:35.086Z Checking http v0.2.12
18022024-10-09T16:42:35.264Z Checking tokio-util v0.7.12
18032024-10-09T16:42:35.543Z Checking toml_datetime v0.6.8
18042024-10-09T16:42:35.574Z Checking native-tls v0.2.11
18052024-10-09T16:42:35.854Z Checking serde_spanned v0.6.7
18062024-10-09T16:42:35.903Z Checking idna v0.3.0
18072024-10-09T16:42:36.021Z Checking md-5 v0.10.6
18082024-10-09T16:42:36.151Z Checking h2 v0.4.6
18092024-10-09T16:42:36.234Z Checking ff v0.13.0
18102024-10-09T16:42:36.433Z Checking hash32 v0.2.1
18112024-10-09T16:42:36.450Z Checking base16ct v0.2.0
18122024-10-09T16:42:36.504Z Checking fallible-iterator v0.2.0
18132024-10-09T16:42:36.639Z Checking stable_deref_trait v1.2.0
18142024-10-09T16:42:36.717Z Checking psl-types v2.0.11
18152024-10-09T16:42:36.720Z Checking gimli v0.28.1
18162024-10-09T16:42:36.743Z Checking pretty-hex v0.4.1
18172024-10-09T16:42:36.895Z Checking colorchoice v1.0.1
18182024-10-09T16:42:36.907Z Checking is_terminal_polyfill v1.70.0
18192024-10-09T16:42:36.921Z Checking adler v1.0.2
18202024-10-09T16:42:37.014Z Checking anstyle-query v1.0.3
18212024-10-09T16:42:37.032Z Checking dof v0.3.0
18222024-10-09T16:42:37.063Z Checking miniz_oxide v0.7.2
18232024-10-09T16:42:37.080Z Checking postgres-protocol v0.6.7
18242024-10-09T16:42:37.103Z Checking publicsuffix v2.2.3
18252024-10-09T16:42:37.135Z Checking anstream v0.6.14
18262024-10-09T16:42:37.331Z Checking heapless v0.7.17
18272024-10-09T16:42:37.493Z Checking sec1 v0.7.3
18282024-10-09T16:42:37.496Z Checking terminal_size v0.3.0
18292024-10-09T16:42:37.668Z Checking group v0.13.0
18302024-10-09T16:42:37.684Z Checking tokio-native-tls v0.3.1
18312024-10-09T16:42:37.714Z Checking num-iter v0.1.45
18322024-10-09T16:42:37.879Z Checking rayon-core v1.12.1
18332024-10-09T16:42:37.897Z Checking dtrace-parser v0.2.0
18342024-10-09T16:42:37.918Z Checking syn v2.0.79
18352024-10-09T16:42:37.946Z Checking cookie v0.18.1
18362024-10-09T16:42:38.353Z Checking phf_shared v0.11.2
18372024-10-09T16:42:38.353Z Checking http-body-util v0.1.2
18382024-10-09T16:42:38.389Z Checking webpki-roots v0.26.3
18392024-10-09T16:42:38.543Z Checking hkdf v0.12.4
18402024-10-09T16:42:38.597Z Checking crypto-bigint v0.5.5
18412024-10-09T16:42:38.612Z Checking thread-id v4.2.1
18422024-10-09T16:42:38.711Z Checking object v0.32.2
18432024-10-09T16:42:38.740Z Checking rustc-demangle v0.1.24
18442024-10-09T16:42:38.811Z Checking unicode-width v0.1.13
18452024-10-09T16:42:38.827Z Checking tokio-rustls v0.26.0
18462024-10-09T16:42:38.991Z Checking managed v0.8.0
18472024-10-09T16:42:39.169Z Checking bitflags v1.3.2
18482024-10-09T16:42:39.224Z Checking adler2 v2.0.0
18492024-10-09T16:42:39.268Z Checking ipnet v2.10.0
18502024-10-09T16:42:39.351Z Checking clap_lex v0.7.0
18512024-10-09T16:42:39.386Z Checking strsim v0.11.1
18522024-10-09T16:42:39.596Z Checking winnow v0.5.40
18532024-10-09T16:42:39.676Z Checking clap_builder v4.5.18
18542024-10-09T16:42:39.716Z Checking miniz_oxide v0.8.0
18552024-10-09T16:42:40.508Z Checking smoltcp v0.9.1
18562024-10-09T16:42:40.562Z Checking addr2line v0.21.0
18572024-10-09T16:42:41.071Z Checking console v0.15.8
18582024-10-09T16:42:41.341Z Checking elliptic-curve v0.13.8
18592024-10-09T16:42:41.659Z Checking phf v0.11.2
18602024-10-09T16:42:41.908Z Checking rayon v1.10.0
18612024-10-09T16:42:41.944Z Checking cookie_store v0.21.0
18622024-10-09T16:42:41.980Z Checking num-bigint-dig v0.8.4
18632024-10-09T16:42:42.293Z Checking hyper v1.4.1
18642024-10-09T16:42:42.555Z Checking postgres-types v0.2.8
18652024-10-09T16:42:42.578Z Checking toml_edit v0.19.15
18662024-10-09T16:42:42.759Z Checking bstr v1.9.1
18672024-10-09T16:42:43.283Z Checking regex v1.10.6
18682024-10-09T16:42:43.687Z Checking h2 v0.3.26
18692024-10-09T16:42:43.892Z Checking http-body v0.4.6
18702024-10-09T16:42:44.199Z Checking usdt-impl v0.5.0
18712024-10-09T16:42:44.215Z Checking ed25519 v2.2.3
18722024-10-09T16:42:44.278Z Checking phf_shared v0.10.0
18732024-10-09T16:42:44.349Z Checking hyper-util v0.1.9
18742024-10-09T16:42:44.494Z Checking futures-executor v0.3.30
18752024-10-09T16:42:44.550Z Checking rustls-pemfile v2.1.3
18762024-10-09T16:42:44.692Z Checking serde_urlencoded v0.7.1
18772024-10-09T16:42:44.731Z Checking zerocopy v0.6.6
18782024-10-09T16:42:44.778Z Checking curve25519-dalek v4.1.3
18792024-10-09T16:42:44.869Z Checking backtrace v0.3.71
18802024-10-09T16:42:44.992Z Checking pkcs1 v0.7.5
18812024-10-09T16:42:45.089Z Checking float-cmp v0.9.0
18822024-10-09T16:42:45.271Z Checking hubpack v0.1.2
18832024-10-09T16:42:45.387Z Checking signal-hook v0.3.17
18842024-10-09T16:42:45.430Z Checking portable-atomic v1.6.0
18852024-10-09T16:42:45.467Z Checking crc32fast v1.4.0
18862024-10-09T16:42:45.585Z Checking serde-big-array v0.5.1
18872024-10-09T16:42:45.691Z Checking idna v0.4.0
18882024-10-09T16:42:45.715Z Checking rfc6979 v0.4.0
18892024-10-09T16:42:45.799Z Checking socket2 v0.4.10
18902024-10-09T16:42:45.814Z Checking mio v0.8.11
18912024-10-09T16:42:45.883Z Checking memmap v0.7.0
18922024-10-09T16:42:46.083Z Checking sync_wrapper v1.0.1
18932024-10-09T16:42:46.218Z Checking encoding_rs v0.8.34
18942024-10-09T16:42:46.234Z Checking unicode-segmentation v1.11.0
18952024-10-09T16:42:46.356Z Checking hyper-rustls v0.27.3
18962024-10-09T16:42:46.419Z Checking hyper-tls v0.6.0
18972024-10-09T16:42:46.422Z Checking static_assertions v1.1.0
18982024-10-09T16:42:46.508Z Checking precomputed-hash v0.1.1
18992024-10-09T16:42:46.524Z Checking normalize-line-endings v0.3.0
19002024-10-09T16:42:46.593Z Checking winnow v0.6.18
19012024-10-09T16:42:46.620Z Checking difflib v0.4.0
19022024-10-09T16:42:46.634Z Checking whoami v1.5.2
19032024-10-09T16:42:46.676Z Checking fixedbitset v0.4.2
19042024-10-09T16:42:46.704Z Checking dyn-clone v1.0.17
19052024-10-09T16:42:46.845Z Checking mime v0.3.17
19062024-10-09T16:42:46.859Z Checking data-encoding v2.6.0
19072024-10-09T16:42:46.905Z Checking bit-vec v0.6.3
19082024-10-09T16:42:46.923Z Checking number_prefix v0.4.0
19092024-10-09T16:42:46.955Z Checking predicates-core v1.0.6
19102024-10-09T16:42:47.104Z Checking new_debug_unreachable v1.0.6
19112024-10-09T16:42:47.136Z Checking minimal-lexical v0.2.1
19122024-10-09T16:42:47.151Z Checking predicates v3.1.2
19132024-10-09T16:42:47.188Z Checking string_cache v0.8.7
19142024-10-09T16:42:47.225Z Checking bit-set v0.5.3
19152024-10-09T16:42:47.460Z Checking indicatif v0.17.8
19162024-10-09T16:42:47.488Z Checking petgraph v0.6.5
19172024-10-09T16:42:47.512Z Checking hickory-proto v0.24.1
19182024-10-09T16:42:47.534Z Checking nom v7.1.3
19192024-10-09T16:42:47.839Z Checking tokio-postgres v0.7.12
19202024-10-09T16:42:48.185Z Checking similar v2.6.0
19212024-10-09T16:42:48.532Z Checking reqwest v0.12.7
19222024-10-09T16:42:49.020Z Checking schemars v0.8.21
19232024-10-09T16:42:49.515Z Checking toml_edit v0.22.22
19242024-10-09T16:42:49.767Z Checking hyper v0.14.30
19252024-10-09T16:42:50.343Z Checking ed25519-dalek v2.1.1
19262024-10-09T16:42:50.444Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19272024-10-09T16:42:50.635Z Checking signal-hook-mio v0.2.4
19282024-10-09T16:42:50.743Z Checking usdt v0.5.0
19292024-10-09T16:42:50.785Z Checking ecdsa v0.16.9
19302024-10-09T16:42:50.824Z Checking flate2 v1.0.34
19312024-10-09T16:42:50.915Z Checking anyhow v1.0.89
19322024-10-09T16:42:50.990Z Checking rsa v0.9.6
19332024-10-09T16:42:51.291Z Checking toml v0.7.8
19342024-10-09T16:42:51.462Z Checking futures v0.3.30
19352024-10-09T16:42:51.486Z Checking clap v4.5.18
19362024-10-09T16:42:51.580Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19372024-10-09T16:42:51.604Z Checking tokio-stream v0.1.16
19382024-10-09T16:42:51.621Z Checking fs-err v2.11.0
19392024-10-09T16:42:51.996Z Checking itertools v0.12.1
19402024-10-09T16:42:52.033Z Checking itertools v0.10.5
19412024-10-09T16:42:52.124Z Checking slog v2.7.0
19422024-10-09T16:42:52.162Z Checking openapiv3 v2.0.0
19432024-10-09T16:42:52.230Z Checking x509-cert v0.2.5
19442024-10-09T16:42:52.462Z Checking hex v0.4.3
19452024-10-09T16:42:52.614Z Checking semver v1.0.23
19462024-10-09T16:42:53.000Z Checking sha1 v0.10.6
19472024-10-09T16:42:53.034Z Checking peg-runtime v0.8.3
19482024-10-09T16:42:53.261Z Checking lalrpop-util v0.19.12
19492024-10-09T16:42:53.285Z Checking camino v1.1.9
19502024-10-09T16:42:53.542Z Checking sigpipe v0.1.3
19512024-10-09T16:42:55.238Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19522024-10-09T16:42:55.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.80s
19532024-10-09T16:42:55.687Z
19542024-10-09T16:42:55.687Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/164)
19552024-10-09T16:42:56.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562024-10-09T16:42:56.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572024-10-09T16:42:56.375Z Compiling regress v0.10.1
19582024-10-09T16:42:56.483Z Checking heck v0.5.0
19592024-10-09T16:42:56.496Z Checking dirs-sys-next v0.1.2
19602024-10-09T16:42:56.498Z Compiling unsafe-libyaml v0.2.11
19612024-10-09T16:42:56.522Z Checking thread_local v1.1.8
19622024-10-09T16:42:56.526Z Compiling ident_case v1.0.1
19632024-10-09T16:42:56.549Z Checking progenitor-client v0.8.0
19642024-10-09T16:42:56.635Z Compiling darling_core v0.20.9
19652024-10-09T16:42:56.654Z Checking dirs-next v2.0.0
19662024-10-09T16:42:56.678Z Checking crossbeam-channel v0.5.12
19672024-10-09T16:42:56.778Z Checking term v0.7.0
19682024-10-09T16:42:56.800Z Checking is-terminal v0.4.12
19692024-10-09T16:42:56.843Z Compiling rustls v0.22.4
19702024-10-09T16:42:56.924Z Compiling paste v1.0.15
19712024-10-09T16:42:57.140Z Checking take_mut v0.2.2
19722024-10-09T16:42:57.162Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19732024-10-09T16:42:57.291Z Checking slog-term v2.9.1
19742024-10-09T16:42:57.413Z Checking slog-async v2.8.0
19752024-10-09T16:42:57.559Z Compiling proc-macro-crate v1.3.1
19762024-10-09T16:42:57.580Z Checking ipnetwork v0.20.0
19772024-10-09T16:42:57.704Z Compiling structmeta-derive v0.3.0
19782024-10-09T16:42:57.763Z Compiling multer v3.1.0
19792024-10-09T16:42:57.938Z Compiling serde_yaml v0.9.34+deprecated
19802024-10-09T16:42:58.072Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19812024-10-09T16:42:58.368Z Checking match_cfg v0.1.0
19822024-10-09T16:42:58.462Z Checking hostname v0.3.1
19832024-10-09T16:42:58.590Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19842024-10-09T16:42:58.627Z Compiling num_enum_derive v0.5.11
19852024-10-09T16:42:59.915Z Checking typify-impl v0.2.0
19862024-10-09T16:43:00.692Z Compiling structmeta v0.3.0
19872024-10-09T16:43:01.146Z Checking slog-json v2.6.1
19882024-10-09T16:43:01.252Z Compiling lzma-sys v0.1.20
19892024-10-09T16:43:01.390Z Compiling foreign-types-macros v0.2.3
19902024-10-09T16:43:01.521Z Compiling async-stream-impl v0.3.5
19912024-10-09T16:43:02.027Z Compiling dropshot v0.12.0
19922024-10-09T16:43:02.142Z Checking foreign-types-shared v0.3.1
19932024-10-09T16:43:02.251Z Checking arc-swap v1.7.1
19942024-10-09T16:43:02.317Z Checking utf-8 v0.7.6
19952024-10-09T16:43:02.386Z Checking tokio-rustls v0.25.0
19962024-10-09T16:43:02.437Z Checking slog-bunyan v2.5.0
19972024-10-09T16:43:02.517Z Checking tungstenite v0.21.0
19982024-10-09T16:43:02.633Z Checking num_enum v0.5.11
19992024-10-09T16:43:02.688Z Checking slog-scope v4.4.0
20002024-10-09T16:43:02.702Z Checking foreign-types v0.5.0
20012024-10-09T16:43:02.774Z Compiling parse-display-derive v0.10.0
20022024-10-09T16:43:02.796Z Compiling proc-macro-error v1.0.4
20032024-10-09T16:43:02.905Z Checking async-stream v0.3.5
20042024-10-09T16:43:03.030Z Checking toml v0.8.19
20052024-10-09T16:43:03.092Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20062024-10-09T16:43:03.224Z Compiling heck v0.3.3
20072024-10-09T16:43:03.369Z Checking waitgroup v0.1.2
20082024-10-09T16:43:03.448Z Checking newtype-uuid v1.1.0
20092024-10-09T16:43:03.496Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20102024-10-09T16:43:03.511Z Compiling dropshot_endpoint v0.12.0
20112024-10-09T16:43:03.595Z Compiling darling_macro v0.20.9
20122024-10-09T16:43:03.639Z Checking serde_path_to_error v0.1.16
20132024-10-09T16:43:03.680Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20142024-10-09T16:43:03.784Z Checking cstr-argument v0.1.2
20152024-10-09T16:43:03.954Z Checking hostname v0.4.0
20162024-10-09T16:43:04.100Z Checking instant v0.1.12
20172024-10-09T16:43:04.214Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20182024-10-09T16:43:04.250Z Checking debug-ignore v1.0.5
20192024-10-09T16:43:04.325Z Checking fastrand v2.1.0
20202024-10-09T16:43:04.380Z Checking base64 v0.21.7
20212024-10-09T16:43:04.451Z Checking pretty-hex v0.2.1
20222024-10-09T16:43:04.519Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20232024-10-09T16:43:04.569Z Compiling darling v0.20.9
20242024-10-09T16:43:04.617Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20252024-10-09T16:43:04.658Z Checking tempfile v3.10.1
20262024-10-09T16:43:04.658Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20272024-10-09T16:43:04.690Z Compiling serde_with_macros v3.9.0
20282024-10-09T16:43:04.801Z Checking backoff v0.4.0
20292024-10-09T16:43:04.829Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20302024-10-09T16:43:04.876Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20312024-10-09T16:43:05.045Z Compiling zone_cfg_derive v0.1.2
20322024-10-09T16:43:05.095Z Checking tokio-tungstenite v0.21.0
20332024-10-09T16:43:05.108Z Checking strum v0.26.3
20342024-10-09T16:43:05.138Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20352024-10-09T16:43:05.251Z Checking slog-stdlog v4.1.1
20362024-10-09T16:43:05.564Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20372024-10-09T16:43:05.588Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20382024-10-09T16:43:05.724Z Checking colored v2.1.0
20392024-10-09T16:43:05.861Z Checking regress v0.9.1
20402024-10-09T16:43:05.911Z Checking macaddr v1.0.1
20412024-10-09T16:43:06.022Z Checking base64 v0.13.1
20422024-10-09T16:43:06.415Z Checking ron v0.7.1
20432024-10-09T16:43:06.529Z Checking zone v0.1.8
20442024-10-09T16:43:07.211Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20452024-10-09T16:43:07.406Z Checking parse-display v0.10.0
20462024-10-09T16:43:07.522Z Checking xz2 v0.1.7
20472024-10-09T16:43:07.619Z Checking serde_with v3.9.0
20482024-10-09T16:43:07.686Z Checking slog-envlogger v2.2.0
20492024-10-09T16:43:07.706Z Checking tabwriter v1.4.0
20502024-10-09T16:43:07.868Z Checking xattr v1.3.1
20512024-10-09T16:43:07.926Z Checking pem v3.0.4
20522024-10-09T16:43:07.942Z Checking yasna v0.5.2
20532024-10-09T16:43:08.056Z Checking headers-core v0.3.0
20542024-10-09T16:43:08.175Z Checking smf v0.2.3
20552024-10-09T16:43:08.210Z Checking filetime v0.2.25
20562024-10-09T16:43:08.293Z Checking same-file v1.0.6
20572024-10-09T16:43:08.398Z Checking tar v0.4.42
20582024-10-09T16:43:08.457Z Checking walkdir v2.5.0
20592024-10-09T16:43:08.631Z Checking headers v0.4.0
20602024-10-09T16:43:08.747Z Checking camino-tempfile v1.1.1
20612024-10-09T16:43:08.798Z Checking rcgen v0.12.1
20622024-10-09T16:43:09.039Z Checking atomicwrites v0.4.4
20632024-10-09T16:43:09.199Z Checking subprocess v0.2.9
20642024-10-09T16:43:12.312Z Compiling typify-macro v0.2.0
20652024-10-09T16:43:14.252Z Compiling typify v0.2.0
20662024-10-09T16:43:14.320Z Compiling progenitor-impl v0.8.0
20672024-10-09T16:43:17.529Z Compiling progenitor-macro v0.8.0
20682024-10-09T16:43:23.447Z Checking progenitor v0.8.0
20692024-10-09T16:43:23.580Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
20702024-10-09T16:43:23.583Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20712024-10-09T16:43:26.194Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
20722024-10-09T16:43:26.509Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20732024-10-09T16:43:32.674Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20742024-10-09T16:43:34.196Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20752024-10-09T16:43:35.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.69s
20762024-10-09T16:43:35.548Z
20772024-10-09T16:43:35.548Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/164)
20782024-10-09T16:43:36.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792024-10-09T16:43:36.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802024-10-09T16:43:36.231Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20812024-10-09T16:43:37.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
20822024-10-09T16:43:37.714Z
20832024-10-09T16:43:37.714Zinfo: running `cargo check --bins` on nexus-config (31/164)
20842024-10-09T16:43:38.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852024-10-09T16:43:38.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862024-10-09T16:43:38.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872024-10-09T16:43:38.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20882024-10-09T16:43:38.376Z
20892024-10-09T16:43:38.376Zinfo: running `cargo check --bins` on omicron-rpaths (32/164)
20902024-10-09T16:43:38.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912024-10-09T16:43:38.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922024-10-09T16:43:38.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932024-10-09T16:43:38.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20942024-10-09T16:43:39.006Z
20952024-10-09T16:43:39.006Zinfo: running `cargo check --bins` on omicron-certificates (33/164)
20962024-10-09T16:43:39.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972024-10-09T16:43:39.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982024-10-09T16:43:39.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992024-10-09T16:43:39.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21002024-10-09T16:43:39.662Z
21012024-10-09T16:43:39.662Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/164)
21022024-10-09T16:43:40.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032024-10-09T16:43:40.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042024-10-09T16:43:40.343Z Compiling heapless v0.8.0
21052024-10-09T16:43:40.437Z Checking hash32 v0.3.1
21062024-10-09T16:43:40.439Z Compiling smoltcp v0.11.0
21072024-10-09T16:43:40.455Z Checking cobs v0.2.3
21082024-10-09T16:43:40.457Z Checking embedded-io v0.4.0
21092024-10-09T16:43:40.478Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21102024-10-09T16:43:40.480Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21112024-10-09T16:43:40.501Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21122024-10-09T16:43:40.592Z Compiling crucible-workspace-hack v0.1.0
21132024-10-09T16:43:40.619Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21142024-10-09T16:43:40.635Z Checking newline-converter v0.3.0
21152024-10-09T16:43:40.650Z Checking postcard v1.0.8
21162024-10-09T16:43:40.813Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21172024-10-09T16:43:40.840Z Compiling convert_case v0.4.0
21182024-10-09T16:43:40.979Z Checking expectorate v1.1.0
21192024-10-09T16:43:41.048Z Compiling zone_cfg_derive v0.3.0
21202024-10-09T16:43:41.131Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21212024-10-09T16:43:41.148Z Checking itertools v0.13.0
21222024-10-09T16:43:41.310Z Compiling num-derive v0.4.2
21232024-10-09T16:43:41.354Z Compiling slog-dtrace v0.3.0
21242024-10-09T16:43:41.464Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21252024-10-09T16:43:41.729Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21262024-10-09T16:43:41.815Z Compiling derive_more v0.99.18
21272024-10-09T16:43:42.521Z Checking zone v0.3.0
21282024-10-09T16:43:43.249Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21292024-10-09T16:43:44.365Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21302024-10-09T16:43:45.275Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21312024-10-09T16:43:45.815Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21322024-10-09T16:43:46.334Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21332024-10-09T16:43:47.075Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21342024-10-09T16:43:48.090Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21352024-10-09T16:43:48.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
21362024-10-09T16:43:49.089Z
21372024-10-09T16:43:49.089Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/164)
21382024-10-09T16:43:49.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392024-10-09T16:43:49.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402024-10-09T16:43:49.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412024-10-09T16:43:49.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21422024-10-09T16:43:49.771Z
21432024-10-09T16:43:49.771Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/164)
21442024-10-09T16:43:50.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452024-10-09T16:43:50.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462024-10-09T16:43:50.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472024-10-09T16:43:50.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21482024-10-09T16:43:50.437Z
21492024-10-09T16:43:50.437Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/164)
21502024-10-09T16:43:51.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512024-10-09T16:43:51.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522024-10-09T16:43:51.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532024-10-09T16:43:51.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21542024-10-09T16:43:51.210Z
21552024-10-09T16:43:51.210Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/164)
21562024-10-09T16:43:51.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572024-10-09T16:43:51.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582024-10-09T16:43:51.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592024-10-09T16:43:51.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21602024-10-09T16:43:51.992Z
21612024-10-09T16:43:51.992Zinfo: running `cargo check --bins` on dns-server (39/164)
21622024-10-09T16:43:52.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632024-10-09T16:43:52.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642024-10-09T16:43:52.655Z Compiling parking_lot_core v0.8.6
21652024-10-09T16:43:52.749Z Checking nibble_vec v0.1.0
21662024-10-09T16:43:52.751Z Checking linked-hash-map v0.5.6
21672024-10-09T16:43:52.751Z Checking quick-error v1.2.3
21682024-10-09T16:43:52.751Z Checking endian-type v0.1.2
21692024-10-09T16:43:52.751Z Checking fxhash v0.2.1
21702024-10-09T16:43:52.751Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21712024-10-09T16:43:52.768Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21722024-10-09T16:43:52.885Z Checking resolv-conf v0.7.0
21732024-10-09T16:43:52.925Z Checking hickory-server v0.24.1
21742024-10-09T16:43:52.948Z Checking radix_trie v0.2.1
21752024-10-09T16:43:53.038Z Checking lru-cache v0.1.2
21762024-10-09T16:43:53.199Z Checking hickory-resolver v0.24.1
21772024-10-09T16:43:53.312Z Checking hickory-client v0.24.1
21782024-10-09T16:43:53.436Z Checking parking_lot v0.11.2
21792024-10-09T16:43:53.728Z Checking sled v0.34.7
21802024-10-09T16:43:55.518Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21812024-10-09T16:43:56.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
21822024-10-09T16:43:56.740Z
21832024-10-09T16:43:56.740Zinfo: running `cargo check --bins` on dns-server-api (40/164)
21842024-10-09T16:43:57.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852024-10-09T16:43:57.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862024-10-09T16:43:57.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872024-10-09T16:43:57.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21882024-10-09T16:43:57.389Z
21892024-10-09T16:43:57.389Zinfo: running `cargo check --bins` on dns-service-client (41/164)
21902024-10-09T16:43:57.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912024-10-09T16:43:57.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922024-10-09T16:43:57.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932024-10-09T16:43:57.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21942024-10-09T16:43:58.026Z
21952024-10-09T16:43:58.026Zinfo: running `cargo check --bins` on gateway-test-utils (42/164)
21962024-10-09T16:43:58.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972024-10-09T16:43:58.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982024-10-09T16:43:58.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992024-10-09T16:43:58.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
22002024-10-09T16:43:58.749Z
22012024-10-09T16:43:58.749Zinfo: running `cargo check --bins` on gateway-types (43/164)
22022024-10-09T16:43:59.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032024-10-09T16:43:59.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042024-10-09T16:43:59.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052024-10-09T16:43:59.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22062024-10-09T16:43:59.415Z
22072024-10-09T16:43:59.415Zinfo: running `cargo check --bins` on ipcc (44/164)
22082024-10-09T16:44:00.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092024-10-09T16:44:00.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102024-10-09T16:44:00.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112024-10-09T16:44:00.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22122024-10-09T16:44:00.083Z
22132024-10-09T16:44:00.083Zinfo: running `cargo check --bins` on omicron-gateway (45/164)
22142024-10-09T16:44:00.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152024-10-09T16:44:00.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162024-10-09T16:44:00.823Z Compiling match_cfg v0.1.0
22172024-10-09T16:44:00.825Z Compiling rustls v0.22.4
22182024-10-09T16:44:00.825Z Checking num-rational v0.4.2
22192024-10-09T16:44:00.922Z Compiling progenitor-client v0.8.0
22202024-10-09T16:44:00.924Z Compiling slog-json v2.6.1
22212024-10-09T16:44:00.942Z Checking num-complex v0.4.6
22222024-10-09T16:44:00.965Z Compiling prettyplease v0.2.22
22232024-10-09T16:44:00.968Z Compiling hostname v0.3.1
22242024-10-09T16:44:01.007Z Compiling async-stream v0.3.5
22252024-10-09T16:44:01.228Z Compiling slog-bunyan v2.5.0
22262024-10-09T16:44:01.263Z Compiling multer v3.1.0
22272024-10-09T16:44:01.329Z Compiling progenitor v0.8.0
22282024-10-09T16:44:01.347Z Compiling toml v0.8.19
22292024-10-09T16:44:01.385Z Compiling waitgroup v0.1.2
22302024-10-09T16:44:01.420Z Compiling ipnetwork v0.20.0
22312024-10-09T16:44:01.537Z Compiling newtype-uuid v1.1.0
22322024-10-09T16:44:01.570Z Compiling serde_path_to_error v0.1.16
22332024-10-09T16:44:01.596Z Compiling hostname v0.4.0
22342024-10-09T16:44:01.809Z Checking num v0.4.3
22352024-10-09T16:44:01.832Z Compiling instant v0.1.12
22362024-10-09T16:44:01.849Z Compiling debug-ignore v1.0.5
22372024-10-09T16:44:01.913Z Checking float-ord v0.3.2
22382024-10-09T16:44:01.979Z Compiling semver v0.1.20
22392024-10-09T16:44:01.998Z Compiling radium v0.7.0
22402024-10-09T16:44:02.043Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22412024-10-09T16:44:02.340Z Compiling rustc_version v0.1.7
22422024-10-09T16:44:02.343Z Compiling backoff v0.4.0
22432024-10-09T16:44:02.416Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22442024-10-09T16:44:02.495Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22452024-10-09T16:44:02.639Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
22462024-10-09T16:44:02.703Z Compiling parse-display v0.10.0
22472024-10-09T16:44:02.852Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22482024-10-09T16:44:02.854Z Compiling serde_with v3.9.0
22492024-10-09T16:44:03.023Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22502024-10-09T16:44:03.190Z Compiling regress v0.9.1
22512024-10-09T16:44:03.399Z Compiling macaddr v1.0.1
22522024-10-09T16:44:03.841Z Checking tap v1.0.1
22532024-10-09T16:44:04.005Z Compiling maybe-uninit v2.0.0
22542024-10-09T16:44:04.345Z Checking wyz v0.5.1
22552024-10-09T16:44:04.636Z Compiling newtype_derive v0.1.6
22562024-10-09T16:44:04.825Z Checking password-hash v0.5.0
22572024-10-09T16:44:04.947Z Checking blake2 v0.10.6
22582024-10-09T16:44:05.118Z Compiling tokio-rustls v0.25.0
22592024-10-09T16:44:05.252Z Compiling bzip2-sys v0.1.11+1.0.8
22602024-10-09T16:44:05.421Z Compiling owo-colors v4.1.0
22612024-10-09T16:44:05.457Z Checking funty v2.0.0
22622024-10-09T16:44:05.547Z Compiling dropshot v0.12.0
22632024-10-09T16:44:05.717Z Compiling packed_struct v0.10.1
22642024-10-09T16:44:05.749Z Checking crc-catalog v2.4.0
22652024-10-09T16:44:05.896Z Compiling cancel-safe-futures v0.1.5
22662024-10-09T16:44:06.319Z Checking crc v3.2.1
22672024-10-09T16:44:06.431Z Checking bitvec v1.0.1
22682024-10-09T16:44:06.722Z Checking argon2 v0.5.3
22692024-10-09T16:44:07.406Z Compiling packed_struct_codegen v0.10.1
22702024-10-09T16:44:07.856Z Compiling indexmap v1.9.3
22712024-10-09T16:44:08.180Z Checking half v2.4.1
22722024-10-09T16:44:08.204Z Checking nodrop v0.1.14
22732024-10-09T16:44:08.329Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22742024-10-09T16:44:08.640Z Checking ciborium-io v0.2.2
22752024-10-09T16:44:08.689Z Checking array-init v0.0.4
22762024-10-09T16:44:08.769Z Checking ciborium-ll v0.2.2
22772024-10-09T16:44:09.244Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22782024-10-09T16:44:09.539Z Checking smallvec v0.6.14
22792024-10-09T16:44:09.806Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22802024-10-09T16:44:09.858Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22812024-10-09T16:44:10.540Z Checking libsw v3.3.1
22822024-10-09T16:44:10.575Z Compiling derive-where v1.2.7
22832024-10-09T16:44:10.800Z Compiling memoffset v0.9.1
22842024-10-09T16:44:11.067Z Checking highway v1.2.0
22852024-10-09T16:44:11.111Z Checking linear-map v1.2.0
22862024-10-09T16:44:11.467Z Checking swrite v0.1.0
22872024-10-09T16:44:11.482Z Checking hashbrown v0.12.3
22882024-10-09T16:44:11.544Z Checking bitfield v0.14.0
22892024-10-09T16:44:11.577Z Checking indent_write v2.2.0
22902024-10-09T16:44:11.770Z Checking termcolor v1.4.1
22912024-10-09T16:44:11.787Z Checking ron v0.8.1
22922024-10-09T16:44:11.807Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22932024-10-09T16:44:12.206Z Checking env_logger v0.10.2
22942024-10-09T16:44:12.623Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22952024-10-09T16:44:13.019Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22962024-10-09T16:44:13.123Z Checking serde-hex v0.1.0
22972024-10-09T16:44:13.280Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22982024-10-09T16:44:13.309Z Checking steno v0.4.1
22992024-10-09T16:44:14.075Z Checking bzip2 v0.4.4
23002024-10-09T16:44:14.210Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23012024-10-09T16:44:14.380Z Checking ciborium v0.2.2
23022024-10-09T16:44:14.711Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23032024-10-09T16:44:14.967Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23042024-10-09T16:44:15.001Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23052024-10-09T16:44:15.358Z Checking hashbrown v0.13.2
23062024-10-09T16:44:15.673Z Checking humantime v2.1.0
23072024-10-09T16:44:15.978Z Checking crc-any v2.5.0
23082024-10-09T16:44:16.166Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23092024-10-09T16:44:16.371Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23102024-10-09T16:44:16.406Z Checking object v0.30.4
23112024-10-09T16:44:16.648Z Checking zip v0.6.6
23122024-10-09T16:44:16.844Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23132024-10-09T16:44:17.129Z Checking path-slash v0.1.5
23142024-10-09T16:44:17.147Z Checking tungstenite v0.23.0
23152024-10-09T16:44:17.241Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23162024-10-09T16:44:17.277Z Checking nix v0.27.1
23172024-10-09T16:44:17.348Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23182024-10-09T16:44:18.098Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23192024-10-09T16:44:18.098Z Checking kstat-rs v0.2.4
23202024-10-09T16:44:18.344Z Checking tokio-tungstenite v0.23.1
23212024-10-09T16:44:18.483Z Checking signal-hook-tokio v0.3.1
23222024-10-09T16:44:19.214Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23232024-10-09T16:44:20.199Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23242024-10-09T16:44:23.374Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23252024-10-09T16:44:24.861Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
23262024-10-09T16:44:26.424Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23272024-10-09T16:44:29.583Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23282024-10-09T16:44:29.840Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23292024-10-09T16:44:30.607Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23302024-10-09T16:44:36.025Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23312024-10-09T16:44:36.641Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23322024-10-09T16:44:39.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.19s
23332024-10-09T16:44:39.455Z
23342024-10-09T16:44:39.455Zinfo: running `cargo check --bins` on gateway-api (46/164)
23352024-10-09T16:44:40.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-10-09T16:44:40.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-10-09T16:44:40.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-10-09T16:44:40.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23392024-10-09T16:44:40.123Z
23402024-10-09T16:44:40.123Zinfo: running `cargo check --bins` on oximeter (47/164)
23412024-10-09T16:44:40.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-10-09T16:44:40.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-10-09T16:44:40.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442024-10-09T16:44:40.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23452024-10-09T16:44:40.787Z
23462024-10-09T16:44:40.787Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/164)
23472024-10-09T16:44:41.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-10-09T16:44:41.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-10-09T16:44:41.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23502024-10-09T16:44:41.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23512024-10-09T16:44:41.419Z
23522024-10-09T16:44:41.419Zinfo: running `cargo check --bins` on oximeter-schema (49/164)
23532024-10-09T16:44:42.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542024-10-09T16:44:42.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552024-10-09T16:44:42.085Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23562024-10-09T16:44:42.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
23572024-10-09T16:44:42.645Z
23582024-10-09T16:44:42.645Zinfo: running `cargo check --bins` on oximeter-types (50/164)
23592024-10-09T16:44:43.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602024-10-09T16:44:43.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612024-10-09T16:44:43.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23622024-10-09T16:44:43.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23632024-10-09T16:44:43.305Z
23642024-10-09T16:44:43.305Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/164)
23652024-10-09T16:44:43.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662024-10-09T16:44:43.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672024-10-09T16:44:43.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23682024-10-09T16:44:43.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23692024-10-09T16:44:43.963Z
23702024-10-09T16:44:43.963Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/164)
23712024-10-09T16:44:44.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722024-10-09T16:44:44.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732024-10-09T16:44:44.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23742024-10-09T16:44:44.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23752024-10-09T16:44:44.590Z
23762024-10-09T16:44:44.590Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/164)
23772024-10-09T16:44:45.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-10-09T16:44:45.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-10-09T16:44:45.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802024-10-09T16:44:45.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23812024-10-09T16:44:45.254Z
23822024-10-09T16:44:45.254Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/164)
23832024-10-09T16:44:45.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-10-09T16:44:45.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-10-09T16:44:45.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862024-10-09T16:44:45.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23872024-10-09T16:44:45.915Z
23882024-10-09T16:44:45.915Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/164)
23892024-10-09T16:44:46.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-10-09T16:44:46.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-10-09T16:44:46.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-10-09T16:44:46.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23932024-10-09T16:44:46.571Z
23942024-10-09T16:44:46.571Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/164)
23952024-10-09T16:44:47.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-10-09T16:44:47.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-10-09T16:44:47.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982024-10-09T16:44:47.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23992024-10-09T16:44:47.235Z
24002024-10-09T16:44:47.235Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/164)
24012024-10-09T16:44:47.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-10-09T16:44:47.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-10-09T16:44:47.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042024-10-09T16:44:47.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24052024-10-09T16:44:47.897Z
24062024-10-09T16:44:47.897Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/164)
24072024-10-09T16:44:48.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-10-09T16:44:48.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-10-09T16:44:48.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102024-10-09T16:44:48.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24112024-10-09T16:44:48.556Z
24122024-10-09T16:44:48.556Zinfo: running `cargo check --bins` on oximeter-producer (59/164)
24132024-10-09T16:44:49.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-10-09T16:44:49.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-10-09T16:44:49.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162024-10-09T16:44:49.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24172024-10-09T16:44:49.245Z
24182024-10-09T16:44:49.245Zinfo: running `cargo check --bins` on internal-dns (60/164)
24192024-10-09T16:44:49.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-10-09T16:44:49.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-10-09T16:44:49.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-10-09T16:44:49.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24232024-10-09T16:44:49.907Z
24242024-10-09T16:44:49.907Zinfo: running `cargo check --bins` on nexus-client (61/164)
24252024-10-09T16:44:50.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-10-09T16:44:50.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-10-09T16:44:50.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-10-09T16:44:50.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24292024-10-09T16:44:50.593Z
24302024-10-09T16:44:50.593Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/164)
24312024-10-09T16:44:51.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-10-09T16:44:51.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-10-09T16:44:51.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342024-10-09T16:44:51.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24352024-10-09T16:44:51.270Z
24362024-10-09T16:44:51.270Zinfo: running `cargo check --bins` on omicron-passwords (63/164)
24372024-10-09T16:44:51.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-10-09T16:44:51.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-10-09T16:44:51.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-10-09T16:44:51.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24412024-10-09T16:44:51.916Z
24422024-10-09T16:44:51.916Zinfo: running `cargo check --bins` on nexus-types (64/164)
24432024-10-09T16:44:52.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-10-09T16:44:52.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-10-09T16:44:52.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-10-09T16:44:52.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24472024-10-09T16:44:52.601Z
24482024-10-09T16:44:52.601Zinfo: running `cargo check --bins` on gateway-client (65/164)
24492024-10-09T16:44:53.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-10-09T16:44:53.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-10-09T16:44:53.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-10-09T16:44:53.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24532024-10-09T16:44:53.244Z
24542024-10-09T16:44:53.244Zinfo: running `cargo check --bins` on oxql-types (66/164)
24552024-10-09T16:44:53.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-10-09T16:44:53.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-10-09T16:44:53.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-10-09T16:44:53.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24592024-10-09T16:44:53.901Z
24602024-10-09T16:44:53.901Zinfo: running `cargo check --bins` on update-engine (67/164)
24612024-10-09T16:44:54.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-10-09T16:44:54.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-10-09T16:44:54.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-10-09T16:44:54.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24652024-10-09T16:44:54.541Z
24662024-10-09T16:44:54.541Zinfo: running `cargo check --bins` on sp-sim (68/164)
24672024-10-09T16:44:55.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-10-09T16:44:55.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-10-09T16:44:55.202Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24702024-10-09T16:44:57.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
24712024-10-09T16:44:57.153Z
24722024-10-09T16:44:57.153Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (69/164)
24732024-10-09T16:44:57.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-10-09T16:44:57.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-10-09T16:44:57.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-10-09T16:44:57.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24772024-10-09T16:44:57.867Z
24782024-10-09T16:44:57.867Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/164)
24792024-10-09T16:44:58.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-10-09T16:44:58.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-10-09T16:44:58.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-10-09T16:44:58.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24832024-10-09T16:44:58.590Z
24842024-10-09T16:44:58.590Zinfo: running `cargo check --bins` on db-macros (71/164)
24852024-10-09T16:44:59.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-10-09T16:44:59.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-10-09T16:44:59.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-10-09T16:44:59.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24892024-10-09T16:44:59.221Z
24902024-10-09T16:44:59.221Zinfo: running `cargo check --bins` on nexus-macros-common (72/164)
24912024-10-09T16:44:59.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-10-09T16:44:59.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-10-09T16:44:59.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-10-09T16:44:59.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24952024-10-09T16:44:59.861Z
24962024-10-09T16:44:59.861Zinfo: running `cargo check --bins` on nexus-auth (73/164)
24972024-10-09T16:45:00.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-10-09T16:45:00.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-10-09T16:45:00.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-10-09T16:45:00.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25012024-10-09T16:45:00.570Z
25022024-10-09T16:45:00.570Zinfo: running `cargo check --bins` on authz-macros (74/164)
25032024-10-09T16:45:01.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-10-09T16:45:01.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-10-09T16:45:01.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-10-09T16:45:01.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25072024-10-09T16:45:01.198Z
25082024-10-09T16:45:01.198Zinfo: running `cargo check --bins` on nexus-db-fixed-data (75/164)
25092024-10-09T16:45:01.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-10-09T16:45:01.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-10-09T16:45:01.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-10-09T16:45:01.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25132024-10-09T16:45:01.898Z
25142024-10-09T16:45:01.898Zinfo: running `cargo check --bins` on nexus-db-model (76/164)
25152024-10-09T16:45:02.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-10-09T16:45:02.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-10-09T16:45:02.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-10-09T16:45:02.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25192024-10-09T16:45:02.588Z
25202024-10-09T16:45:02.588Zinfo: running `cargo check --bins` on nexus-defaults (77/164)
25212024-10-09T16:45:03.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-10-09T16:45:03.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-10-09T16:45:03.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-10-09T16:45:03.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25252024-10-09T16:45:03.244Z
25262024-10-09T16:45:03.245Zinfo: running `cargo check --bins` on sled-agent-client (78/164)
25272024-10-09T16:45:03.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-10-09T16:45:03.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-10-09T16:45:03.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-10-09T16:45:03.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25312024-10-09T16:45:03.920Z
25322024-10-09T16:45:03.920Zinfo: running `cargo check --bins` on nexus-inventory (79/164)
25332024-10-09T16:45:04.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-10-09T16:45:04.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-10-09T16:45:04.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-10-09T16:45:04.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25372024-10-09T16:45:04.606Z
25382024-10-09T16:45:04.606Zinfo: running `cargo check --bins` on typed-rng (80/164)
25392024-10-09T16:45:05.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-10-09T16:45:05.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-10-09T16:45:05.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-10-09T16:45:05.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25432024-10-09T16:45:05.246Z
25442024-10-09T16:45:05.247Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/164)
25452024-10-09T16:45:05.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-10-09T16:45:05.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-10-09T16:45:06.013Z Checking keccak v0.1.5
25482024-10-09T16:45:06.115Z Checking secrecy v0.8.0
25492024-10-09T16:45:06.118Z Compiling unicase v2.7.0
25502024-10-09T16:45:06.118Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25512024-10-09T16:45:06.118Z Compiling same-file v1.0.6
25522024-10-09T16:45:06.135Z Compiling tempfile v3.10.1
25532024-10-09T16:45:06.145Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25542024-10-09T16:45:06.173Z Compiling thiserror-impl-no-std v2.0.2
25552024-10-09T16:45:06.310Z Compiling walkdir v2.5.0
25562024-10-09T16:45:06.388Z Checking sha3 v0.10.8
25572024-10-09T16:45:06.423Z Checking universal-hash v0.5.1
25582024-10-09T16:45:06.467Z Compiling blake3 v1.5.1
25592024-10-09T16:45:06.581Z Compiling ring v0.16.20
25602024-10-09T16:45:06.607Z Checking opaque-debug v0.3.1
25612024-10-09T16:45:06.698Z Checking poly1305 v0.8.0
25622024-10-09T16:45:06.782Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25632024-10-09T16:45:06.990Z Checking chacha20 v0.9.1
25642024-10-09T16:45:07.047Z Checking aead v0.5.2
25652024-10-09T16:45:07.098Z Compiling memmap2 v0.9.4
25662024-10-09T16:45:07.152Z Compiling libefi-sys v0.1.0
25672024-10-09T16:45:07.255Z Compiling untrusted v0.7.1
25682024-10-09T16:45:07.311Z Compiling salty v0.3.0
25692024-10-09T16:45:07.392Z Compiling home v0.5.9
25702024-10-09T16:45:07.434Z Compiling arrayref v0.3.7
25712024-10-09T16:45:07.525Z Compiling constant_time_eq v0.3.0
25722024-10-09T16:45:07.541Z Compiling arrayvec v0.7.4
25732024-10-09T16:45:07.608Z Compiling spin v0.5.2
25742024-10-09T16:45:07.699Z Compiling toolchain_find v0.4.0
25752024-10-09T16:45:07.791Z Checking chacha20poly1305 v0.10.1
25762024-10-09T16:45:07.855Z Compiling camino-tempfile v1.1.1
25772024-10-09T16:45:07.944Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25782024-10-09T16:45:07.970Z Compiling bitfield-struct v0.6.1
25792024-10-09T16:45:08.179Z Compiling topological-sort v0.2.2
25802024-10-09T16:45:08.290Z Compiling mime_guess v2.0.4
25812024-10-09T16:45:08.360Z Compiling rustfmt-wrapper v0.2.1
25822024-10-09T16:45:08.941Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25832024-10-09T16:45:08.942Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25842024-10-09T16:45:09.055Z Checking primeorder v0.13.6
25852024-10-09T16:45:09.109Z Checking env_filter v0.1.2
25862024-10-09T16:45:09.222Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25872024-10-09T16:45:09.315Z Checking thiserror-no-std v2.0.2
25882024-10-09T16:45:09.332Z Checking env_logger v0.11.5
25892024-10-09T16:45:09.418Z Checking vsss-rs v3.3.4
25902024-10-09T16:45:09.436Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25912024-10-09T16:45:09.523Z Checking p384 v0.13.0
25922024-10-09T16:45:09.581Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25932024-10-09T16:45:09.604Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25942024-10-09T16:45:09.807Z Checking gethostname v0.5.0
25952024-10-09T16:45:09.899Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25962024-10-09T16:45:09.923Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
25972024-10-09T16:45:09.994Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25982024-10-09T16:45:10.199Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25992024-10-09T16:45:10.261Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26002024-10-09T16:45:10.457Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26012024-10-09T16:45:10.618Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26022024-10-09T16:45:10.791Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
26032024-10-09T16:45:10.809Z Checking nanorand v0.7.0
26042024-10-09T16:45:10.836Z Checking atty v0.2.14
26052024-10-09T16:45:10.924Z Checking glob v0.3.1
26062024-10-09T16:45:10.968Z Checking http-range v0.1.5
26072024-10-09T16:45:11.149Z Checking hyper-staticfile v0.10.1
26082024-10-09T16:45:11.167Z Checking flume v0.11.0
26092024-10-09T16:45:11.252Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26102024-10-09T16:45:11.684Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26112024-10-09T16:45:11.884Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26122024-10-09T16:45:11.906Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26132024-10-09T16:45:12.316Z Compiling omicron-zone-package v0.11.1
26142024-10-09T16:45:12.609Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26152024-10-09T16:45:13.351Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26162024-10-09T16:45:13.664Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26172024-10-09T16:45:13.850Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26182024-10-09T16:45:13.949Z Checking display-error-chain v0.2.1
26192024-10-09T16:45:15.248Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26202024-10-09T16:45:16.403Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26212024-10-09T16:45:17.932Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26222024-10-09T16:45:17.935Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26232024-10-09T16:45:28.202Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26242024-10-09T16:45:40.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.98s
26252024-10-09T16:45:40.429Z
26262024-10-09T16:45:40.430Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/164)
26272024-10-09T16:45:41.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-10-09T16:45:41.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-10-09T16:45:41.203Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26302024-10-09T16:45:53.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.84s
26312024-10-09T16:45:53.452Z
26322024-10-09T16:45:53.452Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/164)
26332024-10-09T16:45:54.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-10-09T16:45:54.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-10-09T16:45:54.214Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26362024-10-09T16:46:06.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.85s
26372024-10-09T16:46:06.491Z
26382024-10-09T16:46:06.491Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/164)
26392024-10-09T16:46:07.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-10-09T16:46:07.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-10-09T16:46:07.265Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26422024-10-09T16:46:19.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s
26432024-10-09T16:46:19.643Z
26442024-10-09T16:46:19.643Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/164)
26452024-10-09T16:46:20.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-10-09T16:46:20.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-10-09T16:46:20.414Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26482024-10-09T16:46:32.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s
26492024-10-09T16:46:32.793Z
26502024-10-09T16:46:32.793Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/164)
26512024-10-09T16:46:33.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-10-09T16:46:33.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-10-09T16:46:33.554Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26542024-10-09T16:46:45.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s
26552024-10-09T16:46:45.870Z
26562024-10-09T16:46:45.870Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/164)
26572024-10-09T16:46:46.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-10-09T16:46:46.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-10-09T16:46:46.638Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26602024-10-09T16:46:58.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.80s
26612024-10-09T16:46:58.848Z
26622024-10-09T16:46:58.848Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/164)
26632024-10-09T16:46:59.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-10-09T16:46:59.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-10-09T16:46:59.616Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26662024-10-09T16:47:11.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s
26672024-10-09T16:47:11.956Z
26682024-10-09T16:47:11.956Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/164)
26692024-10-09T16:47:12.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-10-09T16:47:12.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-10-09T16:47:12.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-10-09T16:47:12.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26732024-10-09T16:47:12.657Z
26742024-10-09T16:47:12.657Zinfo: running `cargo check --bins` on sled-agent-types (90/164)
26752024-10-09T16:47:13.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-10-09T16:47:13.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-10-09T16:47:13.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-10-09T16:47:13.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26792024-10-09T16:47:13.356Z
26802024-10-09T16:47:13.356Zinfo: running `cargo check --bins` on bootstrap-agent-client (91/164)
26812024-10-09T16:47:13.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-10-09T16:47:13.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-10-09T16:47:13.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-10-09T16:47:13.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26852024-10-09T16:47:14.035Z
26862024-10-09T16:47:14.036Zinfo: running `cargo check --bins` on dpd-client (92/164)
26872024-10-09T16:47:14.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-10-09T16:47:14.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-10-09T16:47:14.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-10-09T16:47:14.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26912024-10-09T16:47:14.697Z
26922024-10-09T16:47:14.697Zinfo: running `cargo check --bins` on installinator-common (93/164)
26932024-10-09T16:47:15.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-10-09T16:47:15.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-10-09T16:47:15.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962024-10-09T16:47:15.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26972024-10-09T16:47:15.389Z
26982024-10-09T16:47:15.389Zinfo: running `cargo check --bins` on key-manager (94/164)
26992024-10-09T16:47:15.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-10-09T16:47:15.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-10-09T16:47:15.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022024-10-09T16:47:15.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27032024-10-09T16:47:16.062Z
27042024-10-09T16:47:16.062Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/164)
27052024-10-09T16:47:16.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062024-10-09T16:47:16.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072024-10-09T16:47:16.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082024-10-09T16:47:16.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27092024-10-09T16:47:16.742Z
27102024-10-09T16:47:16.742Zinfo: running `cargo check --bins` on sled-agent-api (96/164)
27112024-10-09T16:47:17.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122024-10-09T16:47:17.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132024-10-09T16:47:17.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142024-10-09T16:47:17.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27152024-10-09T16:47:17.436Z
27162024-10-09T16:47:17.436Zinfo: running `cargo check --bins` on sled-hardware (97/164)
27172024-10-09T16:47:18.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182024-10-09T16:47:18.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192024-10-09T16:47:18.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202024-10-09T16:47:18.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27212024-10-09T16:47:18.113Z
27222024-10-09T16:47:18.113Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/164)
27232024-10-09T16:47:18.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242024-10-09T16:47:18.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252024-10-09T16:47:18.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262024-10-09T16:47:18.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27272024-10-09T16:47:18.798Z
27282024-10-09T16:47:18.798Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/164)
27292024-10-09T16:47:19.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302024-10-09T16:47:19.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312024-10-09T16:47:19.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322024-10-09T16:47:19.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27332024-10-09T16:47:19.480Z
27342024-10-09T16:47:19.480Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/164)
27352024-10-09T16:47:20.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362024-10-09T16:47:20.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372024-10-09T16:47:20.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382024-10-09T16:47:20.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27392024-10-09T16:47:20.184Z
27402024-10-09T16:47:20.184Zinfo: running `cargo check --bins` on nexus-test-interface (101/164)
27412024-10-09T16:47:20.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422024-10-09T16:47:20.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432024-10-09T16:47:20.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27442024-10-09T16:47:20.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27452024-10-09T16:47:20.881Z
27462024-10-09T16:47:20.881Zinfo: running `cargo check --bins` on oximeter-collector (102/164)
27472024-10-09T16:47:21.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482024-10-09T16:47:21.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492024-10-09T16:47:21.597Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27502024-10-09T16:47:21.597Z Checking bcs v0.1.6
27512024-10-09T16:47:21.597Z Compiling async-recursion v1.1.1
27522024-10-09T16:47:21.607Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27532024-10-09T16:47:21.607Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27542024-10-09T16:47:22.702Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552024-10-09T16:47:25.933Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27562024-10-09T16:47:27.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s
27572024-10-09T16:47:27.783Z
27582024-10-09T16:47:27.783Zinfo: running `cargo check --bins` on oximeter-api (103/164)
27592024-10-09T16:47:28.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-10-09T16:47:28.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-10-09T16:47:28.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622024-10-09T16:47:28.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27632024-10-09T16:47:28.454Z
27642024-10-09T16:47:28.454Zinfo: running `cargo check --bins` on oximeter-client (104/164)
27652024-10-09T16:47:29.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-10-09T16:47:29.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-10-09T16:47:29.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682024-10-09T16:47:29.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27692024-10-09T16:47:29.115Z
27702024-10-09T16:47:29.115Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/164)
27712024-10-09T16:47:29.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722024-10-09T16:47:29.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732024-10-09T16:47:29.806Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27742024-10-09T16:47:30.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
27752024-10-09T16:47:30.537Z
27762024-10-09T16:47:30.537Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/164)
27772024-10-09T16:47:31.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-10-09T16:47:31.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-10-09T16:47:31.243Z Compiling cfg_aliases v0.1.1
27802024-10-09T16:47:31.247Z Compiling vte_generate_state_changes v0.1.1
27812024-10-09T16:47:31.247Z Checking fd-lock v4.0.2
27822024-10-09T16:47:31.247Z Checking bytecount v0.6.8
27832024-10-09T16:47:31.346Z Compiling tabled_derive v0.7.0
27842024-10-09T16:47:31.363Z Checking crossterm v0.27.0
27852024-10-09T16:47:31.365Z Compiling peg-macros v0.8.4
27862024-10-09T16:47:31.365Z Compiling sqlparser_derive v0.2.2
27872024-10-09T16:47:31.413Z Compiling nix v0.28.0
27882024-10-09T16:47:31.457Z Checking papergrid v0.11.0
27892024-10-09T16:47:31.505Z Checking home v0.5.9
27902024-10-09T16:47:31.645Z Checking unicode_categories v0.1.1
27912024-10-09T16:47:31.942Z Checking nu-ansi-term v0.50.0
27922024-10-09T16:47:31.991Z Checking vte v0.11.1
27932024-10-09T16:47:32.336Z Checking sqlformat v0.2.6
27942024-10-09T16:47:32.487Z Checking sqlparser v0.45.0
27952024-10-09T16:47:32.904Z Checking crossterm v0.28.1
27962024-10-09T16:47:33.343Z Checking strip-ansi-escapes v0.2.0
27972024-10-09T16:47:33.494Z Checking reedline v0.33.0
27982024-10-09T16:47:33.869Z Checking tabled v0.15.0
27992024-10-09T16:47:34.542Z Checking peg v0.8.4
28002024-10-09T16:47:34.591Z Checking rustyline v14.0.0
28012024-10-09T16:47:38.977Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022024-10-09T16:47:44.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
28032024-10-09T16:47:44.697Z
28042024-10-09T16:47:44.697Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/164)
28052024-10-09T16:47:45.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-10-09T16:47:45.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-10-09T16:47:45.393Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082024-10-09T16:47:51.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
28092024-10-09T16:47:51.239Z
28102024-10-09T16:47:51.239Zinfo: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/164)
28112024-10-09T16:47:51.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-10-09T16:47:51.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-10-09T16:47:51.930Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142024-10-09T16:47:56.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.02s
28152024-10-09T16:47:56.421Z
28162024-10-09T16:47:56.421Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/164)
28172024-10-09T16:47:57.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-10-09T16:47:57.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-10-09T16:47:57.102Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202024-10-09T16:48:02.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
28212024-10-09T16:48:02.316Z
28222024-10-09T16:48:02.316Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/164)
28232024-10-09T16:48:02.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-10-09T16:48:02.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-10-09T16:48:03.019Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262024-10-09T16:48:08.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
28272024-10-09T16:48:08.639Z
28282024-10-09T16:48:08.639Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/164)
28292024-10-09T16:48:09.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-10-09T16:48:09.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-10-09T16:48:09.336Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322024-10-09T16:48:13.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
28332024-10-09T16:48:13.664Z
28342024-10-09T16:48:13.664Zinfo: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/164)
28352024-10-09T16:48:14.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-10-09T16:48:14.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-10-09T16:48:14.359Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382024-10-09T16:48:18.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
28392024-10-09T16:48:19.050Z
28402024-10-09T16:48:19.050Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/164)
28412024-10-09T16:48:19.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-10-09T16:48:19.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-10-09T16:48:19.747Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442024-10-09T16:48:25.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s
28452024-10-09T16:48:25.192Z
28462024-10-09T16:48:25.192Zinfo: running `cargo check --bins` on oximeter-test-utils (114/164)
28472024-10-09T16:48:25.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-10-09T16:48:25.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-10-09T16:48:25.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-10-09T16:48:25.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28512024-10-09T16:48:25.881Z
28522024-10-09T16:48:25.881Zinfo: running `cargo check --bins` on clickhouse-admin-client (115/164)
28532024-10-09T16:48:26.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-10-09T16:48:26.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-10-09T16:48:26.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-10-09T16:48:26.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28572024-10-09T16:48:26.553Z
28582024-10-09T16:48:26.553Zinfo: running `cargo check --bins` on cockroach-admin-client (116/164)
28592024-10-09T16:48:27.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-10-09T16:48:27.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-10-09T16:48:27.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-10-09T16:48:27.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28632024-10-09T16:48:27.196Z
28642024-10-09T16:48:27.196Zinfo: running `cargo check --bins` on installinator-client (117/164)
28652024-10-09T16:48:27.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-10-09T16:48:27.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-10-09T16:48:27.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-10-09T16:48:27.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28692024-10-09T16:48:27.876Z
28702024-10-09T16:48:27.876Zinfo: running `cargo check --bins` on oxide-client (118/164)
28712024-10-09T16:48:28.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-10-09T16:48:28.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-10-09T16:48:28.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-10-09T16:48:28.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28752024-10-09T16:48:28.522Z
28762024-10-09T16:48:28.522Zinfo: running `cargo check --bins` on wicketd-client (119/164)
28772024-10-09T16:48:29.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-10-09T16:48:29.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-10-09T16:48:29.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-10-09T16:48:29.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28812024-10-09T16:48:29.231Z
28822024-10-09T16:48:29.231Zinfo: running `cargo check --bins` on wicket-common (120/164)
28832024-10-09T16:48:29.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-10-09T16:48:29.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-10-09T16:48:29.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-10-09T16:48:29.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28872024-10-09T16:48:29.918Z
28882024-10-09T16:48:29.918Zinfo: running `cargo check --bins` on omicron-cockroach-admin (121/164)
28892024-10-09T16:48:30.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-10-09T16:48:30.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-10-09T16:48:30.602Z Checking csv-core v0.1.11
28922024-10-09T16:48:30.604Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28932024-10-09T16:48:30.899Z Checking csv v1.3.0
28942024-10-09T16:48:31.411Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28952024-10-09T16:48:31.744Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962024-10-09T16:48:32.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
28972024-10-09T16:48:33.092Z
28982024-10-09T16:48:33.092Zinfo: running `cargo check --bins` on cockroach-admin-api (122/164)
28992024-10-09T16:48:33.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002024-10-09T16:48:33.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012024-10-09T16:48:33.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022024-10-09T16:48:33.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29032024-10-09T16:48:33.761Z
29042024-10-09T16:48:33.761Zinfo: running `cargo check --bins` on cockroach-admin-types (123/164)
29052024-10-09T16:48:34.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062024-10-09T16:48:34.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072024-10-09T16:48:34.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082024-10-09T16:48:34.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29092024-10-09T16:48:34.437Z
29102024-10-09T16:48:34.437Zinfo: running `cargo check --bins` on cert-dev (124/164)
29112024-10-09T16:48:35.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122024-10-09T16:48:35.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132024-10-09T16:48:35.068Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29142024-10-09T16:48:35.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
29152024-10-09T16:48:35.471Z
29162024-10-09T16:48:35.471Zinfo: running `cargo check --bins` on ch-dev (125/164)
29172024-10-09T16:48:36.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182024-10-09T16:48:36.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192024-10-09T16:48:36.158Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29202024-10-09T16:48:36.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
29212024-10-09T16:48:37.022Z
29222024-10-09T16:48:37.023Zinfo: running `cargo check --bins` on crdb-seed (126/164)
29232024-10-09T16:48:37.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242024-10-09T16:48:37.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252024-10-09T16:48:37.710Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29262024-10-09T16:48:38.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
29272024-10-09T16:48:38.201Z
29282024-10-09T16:48:38.201Zinfo: running `cargo check --bins` on db-dev (127/164)
29292024-10-09T16:48:38.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302024-10-09T16:48:38.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312024-10-09T16:48:38.888Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29322024-10-09T16:48:39.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
29332024-10-09T16:48:39.759Z
29342024-10-09T16:48:39.759Zinfo: running `cargo check --bins` on omicron-dev-lib (128/164)
29352024-10-09T16:48:40.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362024-10-09T16:48:40.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372024-10-09T16:48:40.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382024-10-09T16:48:40.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29392024-10-09T16:48:40.436Z
29402024-10-09T16:48:40.436Zinfo: running `cargo check --bins` on xtask-downloader (129/164)
29412024-10-09T16:48:41.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422024-10-09T16:48:41.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432024-10-09T16:48:41.073Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29442024-10-09T16:48:41.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
29452024-10-09T16:48:42.058Z
29462024-10-09T16:48:42.058Zinfo: running `cargo check --bins` on omicron-ls-apis (130/164)
29472024-10-09T16:48:42.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482024-10-09T16:48:42.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492024-10-09T16:48:42.699Z Checking cargo-platform v0.1.8
29502024-10-09T16:48:42.960Z Checking cargo_metadata v0.18.1
29512024-10-09T16:48:43.907Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29522024-10-09T16:48:44.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
29532024-10-09T16:48:44.776Z
29542024-10-09T16:48:44.776Zinfo: running `cargo check --bins` on mgs-dev (131/164)
29552024-10-09T16:48:45.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562024-10-09T16:48:45.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572024-10-09T16:48:45.520Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29582024-10-09T16:48:46.168Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29592024-10-09T16:48:46.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
29602024-10-09T16:48:46.834Z
29612024-10-09T16:48:46.834Zinfo: running `cargo check --bins` on omicron-omdb (132/164)
29622024-10-09T16:48:47.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-10-09T16:48:47.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-10-09T16:48:47.657Z Compiling glob v0.3.1
29652024-10-09T16:48:47.657Z Compiling crunchy v0.2.2
29662024-10-09T16:48:47.660Z Compiling tiny-keccak v2.0.2
29672024-10-09T16:48:47.660Z Compiling dsl_auto_type v0.1.2
29682024-10-09T16:48:47.660Z Checking scheduled-thread-pool v0.2.7
29692024-10-09T16:48:47.764Z Compiling diesel_table_macro_syntax v0.2.0
29702024-10-09T16:48:47.809Z Compiling ascii-canvas v3.0.0
29712024-10-09T16:48:47.823Z Compiling ena v0.14.3
29722024-10-09T16:48:48.001Z Checking r2d2 v0.8.10
29732024-10-09T16:48:48.086Z Compiling libloading v0.8.3
29742024-10-09T16:48:48.208Z Compiling diff v0.1.13
29752024-10-09T16:48:48.226Z Compiling bindgen v0.69.4
29762024-10-09T16:48:48.299Z Compiling regex-syntax v0.6.29
29772024-10-09T16:48:48.389Z Compiling which v4.4.2
29782024-10-09T16:48:48.486Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29792024-10-09T16:48:48.711Z Compiling clang-sys v1.7.0
29802024-10-09T16:48:48.732Z Compiling cexpr v0.6.0
29812024-10-09T16:48:48.900Z Compiling rustc-hash v1.1.0
29822024-10-09T16:48:49.008Z Compiling lazycell v1.3.0
29832024-10-09T16:48:49.032Z Compiling ref-cast v1.0.23
29842024-10-09T16:48:49.050Z Compiling shlex v1.3.0
29852024-10-09T16:48:49.066Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29862024-10-09T16:48:49.185Z Compiling derive_builder_core v0.20.0
29872024-10-09T16:48:49.355Z Compiling libxml v0.3.3
29882024-10-09T16:48:49.415Z Compiling diesel_derives v2.2.2
29892024-10-09T16:48:49.451Z Compiling ref-cast-impl v1.0.23
29902024-10-09T16:48:49.651Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29912024-10-09T16:48:49.799Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29922024-10-09T16:48:50.138Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29932024-10-09T16:48:50.448Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29942024-10-09T16:48:50.466Z Compiling strum_macros v0.24.3
29952024-10-09T16:48:50.775Z Compiling dropshot v0.10.1
29962024-10-09T16:48:50.845Z Compiling indoc v1.0.9
29972024-10-09T16:48:51.630Z Compiling lalrpop v0.19.12
29982024-10-09T16:48:51.880Z Compiling derive_builder_macro v0.20.0
29992024-10-09T16:48:52.812Z Checking derive_builder v0.20.0
30002024-10-09T16:48:53.053Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30012024-10-09T16:48:53.268Z Compiling dropshot_endpoint v0.10.1
30022024-10-09T16:48:53.369Z Compiling oso-derive v0.27.3
30032024-10-09T16:48:54.183Z Compiling impl-trait-for-tuples v0.2.2
30042024-10-09T16:48:54.203Z Checking quick-xml v0.33.0
30052024-10-09T16:48:54.415Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
30062024-10-09T16:48:54.749Z Checking maplit v1.0.2
30072024-10-09T16:48:54.977Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30082024-10-09T16:48:56.336Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30092024-10-09T16:48:56.656Z Checking bb8 v0.8.5
30102024-10-09T16:48:56.674Z Compiling const_format_proc_macros v0.2.33
30112024-10-09T16:48:57.163Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30122024-10-09T16:48:57.465Z Checking castaway v0.2.3
30132024-10-09T16:48:57.623Z Checking compact_str v0.8.0
30142024-10-09T16:48:58.593Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30152024-10-09T16:48:58.896Z Checking unicode-truncate v1.0.0
30162024-10-09T16:48:58.957Z Checking const_format v0.2.33
30172024-10-09T16:48:59.141Z Checking lru v0.12.3
30182024-10-09T16:48:59.324Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
30192024-10-09T16:48:59.469Z Compiling instability v0.3.2
30202024-10-09T16:48:59.472Z Checking cassowary v0.3.0
30212024-10-09T16:48:59.896Z Checking is_ci v1.2.0
30222024-10-09T16:49:00.042Z Checking unicode-linebreak v0.1.5
30232024-10-09T16:49:00.481Z Checking smawk v0.3.2
30242024-10-09T16:49:00.548Z Checking ratatui v0.28.0
30252024-10-09T16:49:00.694Z Checking textwrap v0.16.1
30262024-10-09T16:49:01.092Z Checking supports-color v3.0.1
30272024-10-09T16:49:01.317Z Checking multimap v0.10.0
30282024-10-09T16:49:02.241Z Checking diesel v2.2.4
30292024-10-09T16:49:21.747Z Compiling samael v0.0.17
30302024-10-09T16:49:37.090Z Compiling polar-core v0.27.3
30312024-10-09T16:49:37.938Z Checking async-bb8-diesel v0.2.1
30322024-10-09T16:49:43.992Z Checking oso v0.27.3
30332024-10-09T16:50:45.972Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30342024-10-09T16:50:51.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
30352024-10-09T16:50:51.712Z
30362024-10-09T16:50:51.712Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (133/164)
30372024-10-09T16:50:52.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-10-09T16:50:52.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-10-09T16:50:52.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-10-09T16:50:52.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30412024-10-09T16:50:52.438Z
30422024-10-09T16:50:52.439Zinfo: running `cargo check --bins` on nexus-saga-recovery (134/164)
30432024-10-09T16:50:53.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-10-09T16:50:53.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-10-09T16:50:53.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462024-10-09T16:50:53.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30472024-10-09T16:50:53.153Z
30482024-10-09T16:50:53.153Zinfo: running `cargo check --bins` on nexus-test-utils-macros (135/164)
30492024-10-09T16:50:53.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-10-09T16:50:53.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-10-09T16:50:53.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-10-09T16:50:53.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30532024-10-09T16:50:53.795Z
30542024-10-09T16:50:53.795Zinfo: running `cargo check --bins` on omicron-nexus (136/164)
30552024-10-09T16:50:54.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-10-09T16:50:54.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-10-09T16:50:54.638Z Compiling libz-sys v1.1.16
30582024-10-09T16:50:54.747Z Compiling libgit2-sys v0.17.0+1.8.1
30592024-10-09T16:50:54.760Z Compiling vergen v8.3.2
30602024-10-09T16:50:54.760Z Compiling cargo-platform v0.1.8
30612024-10-09T16:50:54.763Z Compiling pin-project-internal v1.1.5
30622024-10-09T16:50:54.795Z Compiling snafu-derive v0.8.2
30632024-10-09T16:50:54.795Z Compiling libsqlite3-sys v0.30.1
30642024-10-09T16:50:54.798Z Compiling rustls v0.21.12
30652024-10-09T16:50:55.068Z Compiling cargo_metadata v0.18.1
30662024-10-09T16:50:55.087Z Compiling buf-list v1.0.3
30672024-10-09T16:50:55.317Z Compiling cfg_aliases v0.2.1
30682024-10-09T16:50:55.357Z Checking sync_wrapper v0.1.2
30692024-10-09T16:50:55.429Z Compiling nix v0.29.0
30702024-10-09T16:50:55.494Z Checking reqwest v0.11.27
30712024-10-09T16:50:55.773Z Checking globset v0.4.14
30722024-10-09T16:50:55.817Z Checking rustls-webpki v0.101.7
30732024-10-09T16:50:56.276Z Checking sct v0.7.1
30742024-10-09T16:50:56.356Z Checking olpc-cjson v0.1.3
30752024-10-09T16:50:56.491Z Checking rand_seeder v0.3.0
30762024-10-09T16:50:56.505Z Checking serde_plain v1.0.2
30772024-10-09T16:50:56.547Z Checking typed-path v0.7.1
30782024-10-09T16:50:56.715Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30792024-10-09T16:50:57.059Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30802024-10-09T16:50:57.361Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30812024-10-09T16:50:57.378Z Checking hashlink v0.9.1
30822024-10-09T16:50:57.644Z Checking fallible-streaming-iterator v0.1.9
30832024-10-09T16:50:57.887Z Checking pin-project v1.1.5
30842024-10-09T16:50:57.905Z Checking parse-size v1.0.0
30852024-10-09T16:50:58.014Z Checking fallible-iterator v0.3.0
30862024-10-09T16:50:58.110Z Checking clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client)
30872024-10-09T16:50:58.128Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30882024-10-09T16:50:58.654Z Checking rusqlite v0.32.1
30892024-10-09T16:50:58.686Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30902024-10-09T16:50:58.857Z Checking rustls-pemfile v1.0.4
30912024-10-09T16:50:59.037Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30922024-10-09T16:50:59.075Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30932024-10-09T16:50:59.343Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30942024-10-09T16:50:59.482Z Checking twox-hash v1.6.3
30952024-10-09T16:50:59.719Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30962024-10-09T16:50:59.783Z Checking tokio-rustls v0.24.1
30972024-10-09T16:50:59.994Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30982024-10-09T16:51:00.126Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30992024-10-09T16:51:00.164Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31002024-10-09T16:51:00.208Z Checking snafu v0.8.2
31012024-10-09T16:51:00.612Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31022024-10-09T16:51:00.665Z Checking tough v0.17.1
31032024-10-09T16:51:00.844Z Checking fatfs v0.3.6
31042024-10-09T16:51:01.385Z Checking assert_matches v1.5.0
31052024-10-09T16:51:04.894Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31062024-10-09T16:51:06.232Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31072024-10-09T16:51:07.338Z Compiling git2 v0.19.0
31082024-10-09T16:51:12.071Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31092024-10-09T16:52:04.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
31102024-10-09T16:52:04.375Z
31112024-10-09T16:52:04.375Zinfo: running `cargo check --bins` on nexus-external-api (137/164)
31122024-10-09T16:52:05.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-10-09T16:52:05.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-10-09T16:52:05.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152024-10-09T16:52:05.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31162024-10-09T16:52:05.088Z
31172024-10-09T16:52:05.089Zinfo: running `cargo check --bins` on openapi-manager-types (138/164)
31182024-10-09T16:52:05.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192024-10-09T16:52:05.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202024-10-09T16:52:05.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212024-10-09T16:52:05.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31222024-10-09T16:52:05.732Z
31232024-10-09T16:52:05.732Zinfo: running `cargo check --bins` on nexus-internal-api (139/164)
31242024-10-09T16:52:06.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252024-10-09T16:52:06.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262024-10-09T16:52:06.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272024-10-09T16:52:06.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31282024-10-09T16:52:06.424Z
31292024-10-09T16:52:06.424Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (140/164)
31302024-10-09T16:52:07.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312024-10-09T16:52:07.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322024-10-09T16:52:07.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332024-10-09T16:52:07.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31342024-10-09T16:52:07.147Z
31352024-10-09T16:52:07.147Zinfo: running `cargo check --bins` on nexus-networking (141/164)
31362024-10-09T16:52:07.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372024-10-09T16:52:07.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382024-10-09T16:52:07.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392024-10-09T16:52:07.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31402024-10-09T16:52:07.867Z
31412024-10-09T16:52:07.867Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (142/164)
31422024-10-09T16:52:08.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432024-10-09T16:52:08.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442024-10-09T16:52:08.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452024-10-09T16:52:08.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31462024-10-09T16:52:08.594Z
31472024-10-09T16:52:08.594Zinfo: running `cargo check --bins` on update-common (143/164)
31482024-10-09T16:52:09.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492024-10-09T16:52:09.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502024-10-09T16:52:09.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512024-10-09T16:52:09.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31522024-10-09T16:52:09.286Z
31532024-10-09T16:52:09.286Zinfo: running `cargo check --bins` on tufaceous-lib (144/164)
31542024-10-09T16:52:09.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552024-10-09T16:52:09.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562024-10-09T16:52:09.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572024-10-09T16:52:09.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31582024-10-09T16:52:09.978Z
31592024-10-09T16:52:09.978Zinfo: running `cargo check --bins` on tufaceous (145/164)
31602024-10-09T16:52:10.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612024-10-09T16:52:10.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622024-10-09T16:52:10.686Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31632024-10-09T16:52:11.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
31642024-10-09T16:52:11.775Z
31652024-10-09T16:52:11.775Zinfo: running `cargo check --bins` on omicron-dev (146/164)
31662024-10-09T16:52:12.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672024-10-09T16:52:12.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682024-10-09T16:52:12.660Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31692024-10-09T16:52:12.660Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31702024-10-09T16:52:12.663Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31712024-10-09T16:52:14.028Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31722024-10-09T16:52:16.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
31732024-10-09T16:52:16.715Z
31742024-10-09T16:52:16.715Zinfo: running `cargo check --bins` on openapi-manager (147/164)
31752024-10-09T16:52:17.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762024-10-09T16:52:17.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772024-10-09T16:52:17.451Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31782024-10-09T16:52:17.451Z Checking heck v0.4.1
31792024-10-09T16:52:17.454Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31802024-10-09T16:52:18.991Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31812024-10-09T16:52:19.031Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31822024-10-09T16:52:19.846Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31832024-10-09T16:52:20.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
31842024-10-09T16:52:21.025Z
31852024-10-09T16:52:21.025Zinfo: running `cargo check --bins` on installinator-api (148/164)
31862024-10-09T16:52:21.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872024-10-09T16:52:21.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882024-10-09T16:52:21.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892024-10-09T16:52:21.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31902024-10-09T16:52:21.707Z
31912024-10-09T16:52:21.707Zinfo: running `cargo check --bins` on wicketd-api (149/164)
31922024-10-09T16:52:22.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932024-10-09T16:52:22.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942024-10-09T16:52:22.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952024-10-09T16:52:22.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31962024-10-09T16:52:22.395Z
31972024-10-09T16:52:22.395Zinfo: running `cargo check --bins` on reconfigurator-cli (150/164)
31982024-10-09T16:52:23.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992024-10-09T16:52:23.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002024-10-09T16:52:23.157Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32012024-10-09T16:52:24.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
32022024-10-09T16:52:24.578Z
32032024-10-09T16:52:24.578Zinfo: running `cargo check --bins` on omicron-releng (151/164)
32042024-10-09T16:52:25.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052024-10-09T16:52:25.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062024-10-09T16:52:25.281Z Checking memmap2 v0.9.4
32072024-10-09T16:52:25.281Z Checking spin v0.5.2
32082024-10-09T16:52:25.281Z Checking constant_time_eq v0.3.0
32092024-10-09T16:52:25.281Z Checking arrayvec v0.7.4
32102024-10-09T16:52:25.284Z Checking arrayref v0.3.7
32112024-10-09T16:52:25.284Z Checking untrusted v0.7.1
32122024-10-09T16:52:25.387Z Checking topological-sort v0.2.2
32132024-10-09T16:52:25.406Z Checking shell-words v1.1.0
32142024-10-09T16:52:25.598Z Checking ring v0.16.20
32152024-10-09T16:52:25.681Z Checking blake3 v1.5.1
32162024-10-09T16:52:26.713Z Checking omicron-zone-package v0.11.1
32172024-10-09T16:52:27.810Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32182024-10-09T16:52:28.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
32192024-10-09T16:52:28.831Z
32202024-10-09T16:52:28.831Zinfo: running `cargo check --bins` on xtask (152/164)
32212024-10-09T16:52:29.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222024-10-09T16:52:29.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232024-10-09T16:52:29.325Z Checking bitflags v2.6.0
32242024-10-09T16:52:29.327Z Checking serde v1.0.210
32252024-10-09T16:52:29.327Z Checking thiserror v1.0.64
32262024-10-09T16:52:29.416Z Checking scroll v0.12.0
32272024-10-09T16:52:29.418Z Checking log v0.4.22
32282024-10-09T16:52:29.425Z Checking hashbrown v0.14.5
32292024-10-09T16:52:29.427Z Checking zerocopy v0.7.34
32302024-10-09T16:52:29.452Z Checking syn v2.0.79
32312024-10-09T16:52:29.504Z Checking pest v2.7.10
32322024-10-09T16:52:29.636Z Checking rustix v0.38.34
32332024-10-09T16:52:29.673Z Checking fs-err v2.11.0
32342024-10-09T16:52:29.876Z Checking goblin v0.8.2
32352024-10-09T16:52:29.974Z Checking anyhow v1.0.89
32362024-10-09T16:52:30.334Z Checking tabled v0.15.0
32372024-10-09T16:52:30.523Z Checking indexmap v2.5.0
32382024-10-09T16:52:31.609Z Checking terminal_size v0.3.0
32392024-10-09T16:52:31.612Z Checking tempfile v3.10.1
32402024-10-09T16:52:31.770Z Checking clap_builder v4.5.18
32412024-10-09T16:52:31.990Z Checking dtrace-parser v0.2.0
32422024-10-09T16:52:33.498Z Checking serde_json v1.0.128
32432024-10-09T16:52:33.498Z Checking serde_spanned v0.6.7
32442024-10-09T16:52:33.498Z Checking toml_datetime v0.6.8
32452024-10-09T16:52:33.501Z Checking camino v1.1.9
32462024-10-09T16:52:33.501Z Checking semver v1.0.23
32472024-10-09T16:52:33.714Z Checking cargo-platform v0.1.8
32482024-10-09T16:52:33.787Z Checking macaddr v1.0.1
32492024-10-09T16:52:33.802Z Checking toml_edit v0.22.22
32502024-10-09T16:52:34.055Z Checking camino-tempfile v1.1.1
32512024-10-09T16:52:34.298Z Checking clap v4.5.18
32522024-10-09T16:52:34.684Z Checking dof v0.3.0
32532024-10-09T16:52:34.685Z Checking cargo_metadata v0.18.1
32542024-10-09T16:52:35.100Z Checking usdt-impl v0.5.0
32552024-10-09T16:52:35.458Z Checking usdt v0.5.0
32562024-10-09T16:52:35.544Z Checking toml v0.8.19
32572024-10-09T16:52:35.996Z Checking cargo_toml v0.20.5
32582024-10-09T16:52:37.230Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32592024-10-09T16:52:37.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.00s
32602024-10-09T16:52:37.937Z
32612024-10-09T16:52:37.937Zinfo: running `cargo check --bins` on end-to-end-tests (153/164)
32622024-10-09T16:52:38.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632024-10-09T16:52:38.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642024-10-09T16:52:38.731Z Checking polyval v0.6.2
32652024-10-09T16:52:38.836Z Checking ctr v0.9.2
32662024-10-09T16:52:38.847Z Checking ssh-encoding v0.2.0
32672024-10-09T16:52:38.847Z Checking blowfish v0.9.1
32682024-10-09T16:52:38.870Z Checking password-hash v0.4.2
32692024-10-09T16:52:38.872Z Checking matches v0.1.10
32702024-10-09T16:52:38.898Z Checking p521 v0.13.3
32712024-10-09T16:52:38.902Z Checking p256 v0.13.2
32722024-10-09T16:52:38.973Z Checking idna v0.2.3
32732024-10-09T16:52:39.049Z Checking bcrypt-pbkdf v0.10.0
32742024-10-09T16:52:39.069Z Checking ghash v0.5.1
32752024-10-09T16:52:39.085Z Compiling enum-as-inner v0.5.1
32762024-10-09T16:52:39.165Z Checking russh-cryptovec v0.7.2
32772024-10-09T16:52:39.227Z Checking aes-gcm v0.10.3
32782024-10-09T16:52:39.283Z Checking pbkdf2 v0.11.0
32792024-10-09T16:52:39.300Z Checking md5 v0.7.0
32802024-10-09T16:52:39.357Z Checking num-bigint v0.4.5
32812024-10-09T16:52:39.396Z Checking des v0.8.1
32822024-10-09T16:52:39.479Z Checking ssh-cipher v0.2.0
32832024-10-09T16:52:39.552Z Checking hex-literal v0.4.1
32842024-10-09T16:52:39.570Z Compiling dhcproto-macros v0.1.0
32852024-10-09T16:52:39.654Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32862024-10-09T16:52:39.684Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32872024-10-09T16:52:39.755Z Checking ssh-key v0.6.6
32882024-10-09T16:52:39.800Z Checking internet-checksum v0.2.1
32892024-10-09T16:52:40.116Z Checking trust-dns-proto v0.22.0
32902024-10-09T16:52:41.039Z Checking russh-keys v0.45.0
32912024-10-09T16:52:41.962Z Checking russh v0.45.0
32922024-10-09T16:52:42.645Z Checking dhcproto v0.12.0
32932024-10-09T16:52:58.911Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32942024-10-09T16:53:00.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.23s
32952024-10-09T16:53:00.376Z
32962024-10-09T16:53:00.376Zinfo: running `cargo check --bins` on gateway-cli (154/164)
32972024-10-09T16:53:00.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982024-10-09T16:53:00.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992024-10-09T16:53:01.067Z Checking termios v0.3.3
33002024-10-09T16:53:01.272Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33012024-10-09T16:53:02.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
33022024-10-09T16:53:02.191Z
33032024-10-09T16:53:02.191Zinfo: running `cargo check --bins --no-default-features` on installinator (155/164)
33042024-10-09T16:53:02.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052024-10-09T16:53:02.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062024-10-09T16:53:02.913Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33072024-10-09T16:53:04.875Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33082024-10-09T16:53:06.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
33092024-10-09T16:53:06.838Z
33102024-10-09T16:53:06.838Zinfo: running `cargo check --bins` on internal-dns-cli (156/164)
33112024-10-09T16:53:07.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122024-10-09T16:53:07.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132024-10-09T16:53:07.623Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33142024-10-09T16:53:07.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
33152024-10-09T16:53:08.121Z
33162024-10-09T16:53:08.122Zinfo: running `cargo check --bins` on omicron-live-tests (157/164)
33172024-10-09T16:53:08.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-10-09T16:53:08.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-10-09T16:53:08.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202024-10-09T16:53:08.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33212024-10-09T16:53:08.757Z
33222024-10-09T16:53:08.757Zinfo: running `cargo check --bins` on live-tests-macros (158/164)
33232024-10-09T16:53:09.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242024-10-09T16:53:09.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252024-10-09T16:53:09.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262024-10-09T16:53:09.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33272024-10-09T16:53:09.412Z
33282024-10-09T16:53:09.412Zinfo: running `cargo check --bins` on omicron-package (159/164)
33292024-10-09T16:53:10.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-10-09T16:53:10.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-10-09T16:53:10.448Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33322024-10-09T16:53:11.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
33332024-10-09T16:53:11.512Z
33342024-10-09T16:53:11.512Zinfo: running `cargo check --bins` on wicket-dbg (160/164)
33352024-10-09T16:53:15.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362024-10-09T16:53:15.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372024-10-09T16:53:15.509Z Checking rtoolbox v0.0.2
33382024-10-09T16:53:15.509Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33392024-10-09T16:53:15.510Z Checking tui-tree-widget v0.22.0
33402024-10-09T16:53:15.510Z Checking rpassword v7.3.1
33412024-10-09T16:53:16.510Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33422024-10-09T16:53:19.462Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33432024-10-09T16:53:20.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s
33442024-10-09T16:53:20.750Z
33452024-10-09T16:53:20.750Zinfo: running `cargo check --bins` on wicket (161/164)
33462024-10-09T16:53:21.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472024-10-09T16:53:21.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482024-10-09T16:53:21.481Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33492024-10-09T16:53:21.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
33502024-10-09T16:53:22.049Z
33512024-10-09T16:53:22.049Zinfo: running `cargo check --bins` on wicketd (162/164)
33522024-10-09T16:53:22.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532024-10-09T16:53:22.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542024-10-09T16:53:22.797Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33552024-10-09T16:53:28.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
33562024-10-09T16:53:28.333Z
33572024-10-09T16:53:28.333Zinfo: running `cargo check --bins` on omicron-workspace-hack (163/164)
33582024-10-09T16:53:28.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592024-10-09T16:53:28.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602024-10-09T16:53:28.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612024-10-09T16:53:28.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33622024-10-09T16:53:28.333Z
33632024-10-09T16:53:28.333Zinfo: running `cargo check --bins` on zone-setup (164/164)
33642024-10-09T16:53:28.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652024-10-09T16:53:28.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662024-10-09T16:53:28.333Z Checking uzers v0.11.3
33672024-10-09T16:53:28.495Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33682024-10-09T16:53:29.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
33692024-10-09T16:53:29.728Z
33702024-10-09T16:53:29.728Zreal 11:34.031905322
33712024-10-09T16:53:29.728Zuser 24:17.767067013
33722024-10-09T16:53:29.728Zsys 5:16.890802544
33732024-10-09T16:53:29.728Ztrap 0.508149931
33742024-10-09T16:53:29.728Ztflt 3.341225934
33752024-10-09T16:53:29.729Zdflt 2.164459887
33762024-10-09T16:53:29.729Zkflt 0.002592637
33772024-10-09T16:53:29.729Zlock 43:18.853485446
33782024-10-09T16:53:29.731Zslp 1:59:42.648586681
33792024-10-09T16:53:29.731Zlat 1:02.337012425
33802024-10-09T16:53:29.731Zstop 3:09.157082235
33812024-10-09T16:53:29.731Zprocess exited: duration 960969 ms, exit code 0
 
33822024-10-09T16:53:29.739Zfound 0 output files