01JAG9SHTY2G7P7S79X6TWGG57: 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: 01JAG9SVG1YT92V7BR3DTQVFQ0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T17:12:07.577Zjob assigned to worker 01JAG9SWEVHDZH3QZ8VCW9TZ2Z (queued for 35 s)
 
22024-10-18T17:12:07.739Zstarting task 0: "setup"
32024-10-18T17:12:07.762Z++ uname -s
42024-10-18T17:12:07.762Z+ kern=SunOS
52024-10-18T17:12:07.762Z+ case "$kern" in
62024-10-18T17:12:07.762Z+ groupadd -g 12345 build
72024-10-18T17:12:07.762Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T17:12:09.772Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T17:12:09.807Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T17:12:09.831Z+ home_fs=zfs
112024-10-18T17:12:09.831Z+ [[ zfs == autofs ]]
122024-10-18T17:12:09.831Z+ mkdir -p /home/build
132024-10-18T17:12:09.831Z+ chown build:build /home/build /work
142024-10-18T17:12:11.816Z+ chmod 0700 /home/build /work
152024-10-18T17:12:11.840Zprocess exited: duration 4082 ms, exit code 0
 
162024-10-18T17:12:11.888Zstarting task 1: "rust-toolchain"
172024-10-18T17:12:11.911Z+ printf ' * toolchain channel = "%s"
182024-10-18T17:12:11.911Z' 1.80.1
192024-10-18T17:12:11.911Z * toolchain channel = "1.80.1"
202024-10-18T17:12:11.911Z+ printf ' * toolchain profile = "%s"
212024-10-18T17:12:11.911Z' default
222024-10-18T17:12:11.911Z * toolchain profile = "default"
232024-10-18T17:12:11.911Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T17:12:11.911Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-18T17:12:12.035Zinfo: downloading installer
262024-10-18T17:12:12.543Zinfo: profile set to 'default'
272024-10-18T17:12:12.543Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T17:12:12.543Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-18T17:12:12.653Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-18T17:12:12.654Zinfo: downloading component 'cargo'
312024-10-18T17:12:12.847Zinfo: downloading component 'clippy'
322024-10-18T17:12:12.895Zinfo: downloading component 'rust-docs'
332024-10-18T17:12:13.074Zinfo: downloading component 'rust-std'
342024-10-18T17:12:13.311Zinfo: downloading component 'rustc'
352024-10-18T17:12:13.995Zinfo: downloading component 'rustfmt'
362024-10-18T17:12:14.039Zinfo: installing component 'cargo'
372024-10-18T17:12:15.138Zinfo: installing component 'clippy'
382024-10-18T17:12:15.573Zinfo: installing component 'rust-docs'
392024-10-18T17:12:18.270Zinfo: installing component 'rust-std'
402024-10-18T17:12:20.156Zinfo: installing component 'rustc'
412024-10-18T17:12:25.310Zinfo: installing component 'rustfmt'
422024-10-18T17:12:25.708Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-18T17:12:25.708Z
442024-10-18T17:12:25.838Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-18T17:12:25.838Z
462024-10-18T17:12:25.838Z
472024-10-18T17:12:25.838ZRust is installed now. Great!
482024-10-18T17:12:25.838Z
492024-10-18T17:12:25.838ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T17:12:25.839Zenvironment variable. This has not been done automatically.
512024-10-18T17:12:25.839Z
522024-10-18T17:12:25.839ZTo configure your current shell, you need to source
532024-10-18T17:12:25.839Zthe corresponding env file under $HOME/.cargo.
542024-10-18T17:12:25.839Z
552024-10-18T17:12:25.839ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T17:12:25.839Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T17:12:25.839Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T17:12:25.914Z+ rustc --version
592024-10-18T17:12:26.027Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-18T17:12:26.050Zprocess exited: duration 14144 ms, exit code 0
 
612024-10-18T17:12:26.097Zstarting task 2: "authentication"
622024-10-18T17:12:26.158Zprocess exited: duration 60 ms, exit code 0
 
632024-10-18T17:12:26.204Zstarting task 3: "clone repository"
642024-10-18T17:12:26.228Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-18T17:12:26.228Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-18T17:12:26.251ZCloning into '/work/oxidecomputer/omicron'...
672024-10-18T17:12:32.689Z+ cd /work/oxidecomputer/omicron
682024-10-18T17:12:32.689Z+ git fetch origin d69155eb692c56e24756eaa1b18239813771d04d
692024-10-18T17:12:33.076ZFrom https://github.com/oxidecomputer/omicron
702024-10-18T17:12:33.076Z * branch d69155eb692c56e24756eaa1b18239813771d04d -> FETCH_HEAD
712024-10-18T17:12:33.099Z+ [[ -n clickhouse-native-qorb-pool ]]
722024-10-18T17:12:33.099Z++ git branch --show-current
732024-10-18T17:12:33.099Z+ current=main
742024-10-18T17:12:33.099Z+ [[ main != clickhouse-native-qorb-pool ]]
752024-10-18T17:12:33.099Z+ git branch -f clickhouse-native-qorb-pool d69155eb692c56e24756eaa1b18239813771d04d
762024-10-18T17:12:33.122Z+ git checkout -f clickhouse-native-qorb-pool
772024-10-18T17:12:33.201ZSwitched to branch 'clickhouse-native-qorb-pool'
782024-10-18T17:12:33.224Z+ git reset --hard d69155eb692c56e24756eaa1b18239813771d04d
792024-10-18T17:12:33.285ZHEAD is now at d69155eb6 Bump disk import timeout in helios / deploy CI job
802024-10-18T17:12:33.308Zprocess exited: duration 7082 ms, exit code 0
 
812024-10-18T17:12:33.355Zstarting task 4: "build"
822024-10-18T17:12:33.379Z+ source .github/buildomat/ci-env.sh
832024-10-18T17:12:33.379Z++ export CARGO_TERM_COLOR=always
842024-10-18T17:12:33.379Z++ CARGO_TERM_COLOR=always
852024-10-18T17:12:33.379Z+ cargo --version
862024-10-18T17:12:33.466Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-18T17:12:33.489Z+ rustc --version
882024-10-18T17:12:33.567Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-18T17:12:33.590Z+ source ./env.sh
902024-10-18T17:12:33.590Z++ OLD_SHELL_OPTS=ehxB
912024-10-18T17:12:33.590Z++ set -o xtrace
922024-10-18T17:12:33.590Z++++ dirname ./env.sh
932024-10-18T17:12:33.591Z+++ readlink -f .
942024-10-18T17:12:33.591Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-10-18T17:12:33.591Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-10-18T17:12:33.591Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-10-18T17:12:33.591Z++ 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
982024-10-18T17:12:33.591Z++ 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
992024-10-18T17:12:33.591Z++ 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
1002024-10-18T17:12:33.591Z++ 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
1012024-10-18T17:12:33.591Z++ 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
1022024-10-18T17:12:33.591Z++ 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
1032024-10-18T17:12:33.591Z++ case $OLD_SHELL_OPTS in
1042024-10-18T17:12:33.591Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-10-18T17:12:33.591Z+ 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
1062024-10-18T17:12:33.591Z+ 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
1072024-10-18T17:12:33.591Z+ banner prerequisites
1082024-10-18T17:12:33.591Z
1092024-10-18T17:12:33.591Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-10-18T17:12:33.591Z # # # # # # # # # # # # # # #
1112024-10-18T17:12:33.591Z # # # # ##### # # ##### # # # # # #### #
1122024-10-18T17:12:33.591Z ##### ##### # ##### # # # # # # # # #
1132024-10-18T17:12:33.591Z # # # # # # # # # # # # # # #
1142024-10-18T17:12:33.591Z # # # ###### # # ###### ### # #### # #### #
1152024-10-18T17:12:33.591Z
1162024-10-18T17:12:33.591Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-10-18T17:12:42.097Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-10-18T17:12:45.951Z Startup: Caching catalogs ... Done
1192024-10-18T17:12:53.271ZPlanning: Solver setup ... Done (6.485s)
1202024-10-18T17:12:53.369ZPlanning: Running solver ... Done (0.097s)
1212024-10-18T17:12:53.444ZPlanning: Finding local manifests ... Done (0.003s)
1222024-10-18T17:12:53.524ZPlanning: Fetching manifests: 0/5 0% complete
1232024-10-18T17:12:53.964ZPlanning: Fetching manifests: 5/5 100% complete
1242024-10-18T17:12:54.080ZPlanning: Package planning ... Done (0.115s)
1252024-10-18T17:12:54.147ZPlanning: Merging actions ... Done (0.067s)
1262024-10-18T17:12:54.364ZPlanning: Checking for conflicting actions ... Done (0.217s)
1272024-10-18T17:12:55.670ZPlanning: Consolidating action changes ... Done (1.306s)
1282024-10-18T17:12:56.078ZPlanning: Evaluating mediators ... Done (0.407s)
1292024-10-18T17:12:56.171ZPlanning: Planning completed in 10.15 seconds
1302024-10-18T17:12:56.195Z Packages to install: 4
1312024-10-18T17:12:56.195Z Packages to update: 1
1322024-10-18T17:12:56.195Z Mediators to change: 2
1332024-10-18T17:12:56.195Z Services to change: 1
1342024-10-18T17:12:56.195Z Estimated space available: 148.81 GB
1352024-10-18T17:12:56.195ZEstimated space to be consumed: 1.57 GB
1362024-10-18T17:12:56.195Z Create boot environment: No
1372024-10-18T17:12:56.195ZCreate backup boot environment: Yes
1382024-10-18T17:12:56.195Z Rebuild boot archive: No
1392024-10-18T17:12:56.195Z
1402024-10-18T17:12:56.195ZChanged mediators:
1412024-10-18T17:12:56.195Z mediator clang:
1422024-10-18T17:12:56.195Z version: None -> 15 (system default)
1432024-10-18T17:12:56.195Z
1442024-10-18T17:12:56.195Z mediator llvm:
1452024-10-18T17:12:56.195Z version: 14 (system default) -> 15 (system default)
1462024-10-18T17:12:56.195Z
1472024-10-18T17:12:56.195ZChanged packages:
1482024-10-18T17:12:56.195Zhelios-dev
1492024-10-18T17:12:56.196Z developer/build-essential
1502024-10-18T17:12:56.196Z None -> 11-2.0
1512024-10-18T17:12:56.196Z library/libxmlsec1
1522024-10-18T17:12:56.196Z None -> 1.2.35-2.0
1532024-10-18T17:12:56.196Z ooce/developer/clang-15
1542024-10-18T17:12:56.196Z None -> 15.0.7-2.0
1552024-10-18T17:12:56.196Z ooce/developer/llvm-15
1562024-10-18T17:12:56.196Z None -> 15.0.7-2.0
1572024-10-18T17:12:56.196Z package/pkg
1582024-10-18T17:12:56.196Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-10-18T17:12:56.196Z
1602024-10-18T17:12:56.196ZServices:
1612024-10-18T17:12:56.196Z restart_fmri:
1622024-10-18T17:12:56.196Z svc:/system/update-man-index:default
1632024-10-18T17:12:56.196Z
1642024-10-18T17:12:56.196ZEditable files to change:
1652024-10-18T17:12:56.196Z Update:
1662024-10-18T17:12:56.196Z usr/share/lib/pkg/web/config.shtml
1672024-10-18T17:12:56.264Z
1682024-10-18T17:12:56.264ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-10-18T17:13:01.264ZDownload: 1189/4281 items 47.1/220.6MB 21% complete (9.4M/s)
1702024-10-18T17:13:06.279ZDownload: 1198/4281 items 70.7/220.6MB 32% complete (7.3M/s)
1712024-10-18T17:13:11.283ZDownload: 1397/4281 items 103.1/220.6MB 46% complete (5.7M/s)
1722024-10-18T17:13:16.283ZDownload: 2445/4281 items 120.1/220.6MB 54% complete (5.0M/s)
1732024-10-18T17:13:21.284ZDownload: 3247/4281 items 192.2/220.6MB 87% complete (8.8M/s)
1742024-10-18T17:13:26.284ZDownload: 3699/4281 items 216.4/220.6MB 98% complete (9.6M/s)
1752024-10-18T17:13:29.050ZDownload: Completed 220.60 MB in 32.79 seconds (6.7M/s)
1762024-10-18T17:13:30.549Z Actions: 1/5063 actions (Removing old actions)
1772024-10-18T17:13:30.573Z Actions: 194/5063 actions (Installing new actions)
1782024-10-18T17:13:35.928Z Actions: 4021/5063 actions (Installing new actions)
1792024-10-18T17:13:36.530Z Actions: 4226/5063 actions (Updating modified actions)
1802024-10-18T17:13:36.894Z Actions: Completed 5063 actions in 6.34 seconds.
1812024-10-18T17:13:37.375Z Done (0.474s)
1822024-10-18T17:13:37.399Z Done (0.000s)
1832024-10-18T17:13:37.972Z Done (0.595s)
1842024-10-18T17:13:42.872Z Done (4.724s)
1852024-10-18T17:13:42.973Z Done (0.021s)
1862024-10-18T17:13:42.996Z Done (0.000s)
1872024-10-18T17:13:43.134Z Done (0.000s)
1882024-10-18T17:13:43.843ZPlanning: Evaluating mediator changes ... Done
1892024-10-18T17:13:44.039ZPlanning: Checking for conflicting actions ... Done
1902024-10-18T17:13:44.063ZPlanning: Consolidating action changes ... Done
1912024-10-18T17:13:44.365ZPlanning: Evaluating mediators ... Done
1922024-10-18T17:13:44.389ZPlanning: Planning completed in 0.53 seconds
1932024-10-18T17:13:44.412Z Mediators to change: 2
1942024-10-18T17:13:44.412Z Create boot environment: No
1952024-10-18T17:13:44.413ZCreate backup boot environment: No
1962024-10-18T17:13:44.473Z Done
1972024-10-18T17:13:44.473Z Done
1982024-10-18T17:13:44.916Z Done
1992024-10-18T17:13:49.420Z Done
2002024-10-18T17:13:49.536Z Done
2012024-10-18T17:13:49.536Z Done
2022024-10-18T17:13:49.590Z Done
2032024-10-18T17:13:50.364ZPlanning: Evaluating mediator changes ... Done
2042024-10-18T17:13:50.387ZPlanning: Merging actions ... Done
2052024-10-18T17:13:50.605ZPlanning: Checking for conflicting actions ... Done
2062024-10-18T17:13:50.628ZPlanning: Consolidating action changes ... Done
2072024-10-18T17:13:50.936ZPlanning: Evaluating mediators ... Done
2082024-10-18T17:13:51.002ZPlanning: Planning completed in 0.94 seconds
2092024-10-18T17:13:51.048Z Packages to change: 1
2102024-10-18T17:13:51.048Z Mediators to change: 1
2112024-10-18T17:13:51.048Z Services to change: 1
2122024-10-18T17:13:51.048Z Create boot environment: No
2132024-10-18T17:13:51.048ZCreate backup boot environment: Yes
2142024-10-18T17:13:52.657Z Actions: 1/6 actions (Updating modified actions)
2152024-10-18T17:13:52.680Z Actions: Completed 6 actions in 0.00 seconds.
2162024-10-18T17:13:52.681Z Done
2172024-10-18T17:13:52.681Z Done
2182024-10-18T17:13:52.780Z Done
2192024-10-18T17:13:57.343Z Done
2202024-10-18T17:13:57.439Z Done
2212024-10-18T17:13:57.439Z Done
2222024-10-18T17:13:57.534Z Done
2232024-10-18T17:13:58.069ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-10-18T17:13:58.069Zclang system 15 system
2252024-10-18T17:13:58.069Zcsh system system illumos
2262024-10-18T17:13:58.069Zctags system system illumos
2272024-10-18T17:13:58.069Zgcc vendor 12 vendor
2282024-10-18T17:13:58.070Zgcc system 10 system
2292024-10-18T17:13:58.070Zgcc system 7 system
2302024-10-18T17:13:58.070Zgo system 1.20 system
2312024-10-18T17:13:58.070Zgo system 1.19 system
2322024-10-18T17:13:58.070Zllvm system 15 system
2332024-10-18T17:13:58.070Zllvm system 14 system
2342024-10-18T17:13:58.070Zmariadb system 10.6 system
2352024-10-18T17:13:58.071Zmta vendor vendor dma
2362024-10-18T17:13:58.071Zopenjdk system 17 system
2372024-10-18T17:13:58.071Zopenjdk system 11 system
2382024-10-18T17:13:58.071Zopenjdk system 1.8 system
2392024-10-18T17:13:58.071Zopenssl vendor 3 vendor
2402024-10-18T17:13:58.071Zperl system 5.36 system
2412024-10-18T17:13:58.071Zpostgresql system 15 system
2422024-10-18T17:13:58.071Zpostgresql system 13 system
2432024-10-18T17:13:58.071Zpython vendor 3 vendor
2442024-10-18T17:13:58.071Zpython system 2 system
2452024-10-18T17:13:58.071Zpython3 system 3.11 system
2462024-10-18T17:13:58.071Zruby system 3.0 system
2472024-10-18T17:13:58.071Zwords vendor vendor american-english
2482024-10-18T17:13:58.072Zwords system system australian-english
2492024-10-18T17:13:58.072Zwords system system british-english
2502024-10-18T17:13:58.072Zwords system system canadian-english
2512024-10-18T17:13:58.072Zwords system system french
2522024-10-18T17:13:58.072Zwords system system italian
2532024-10-18T17:13:58.072Zwords system system ngerman
2542024-10-18T17:13:58.072Zwords system system ogerman
2552024-10-18T17:13:58.073Zwords system system spanish
2562024-10-18T17:13:58.468ZPUBLISHER TYPE STATUS P LOCATION
2572024-10-18T17:13:58.468Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-10-18T17:14:01.149ZFMRI IFO
2592024-10-18T17:14:01.149Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-10-18T17:14:01.149Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-10-18T17:14:01.149Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-10-18T17:14:01.149Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-10-18T17:14:01.149Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-10-18T17:14:01.149Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-10-18T17:14:01.149Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662024-10-18T17:14:01.149Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672024-10-18T17:14:01.149Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-10-18T17:14:01.150Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-10-18T17:14:01.150Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-10-18T17:14:01.150Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2712024-10-18T17:14:01.150Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2722024-10-18T17:14:01.922Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2732024-10-18T17:14:02.336Z Updating crates.io index
2742024-10-18T17:14:02.360Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2752024-10-18T17:14:03.293Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2762024-10-18T17:14:03.677Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772024-10-18T17:14:03.992Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2782024-10-18T17:14:04.447Z Updating git repository `https://github.com/oxidecomputer/propolis`
2792024-10-18T17:14:05.297Z Updating git repository `https://github.com/oxidecomputer/crucible`
2802024-10-18T17:14:07.668Z Updating git repository `https://github.com/oxidecomputer/opte`
2812024-10-18T17:14:08.744Z Updating git repository `https://github.com/oxidecomputer/falcon`
2822024-10-18T17:14:09.781Z Updating git repository `https://github.com/oxidecomputer/clickward`
2832024-10-18T17:14:10.161Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2842024-10-18T17:14:10.549Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852024-10-18T17:14:11.288Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2862024-10-18T17:14:11.689Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872024-10-18T17:14:12.100Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882024-10-18T17:14:12.437Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2892024-10-18T17:14:12.811Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2902024-10-18T17:14:13.161Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2912024-10-18T17:14:13.592Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922024-10-18T17:14:14.099Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932024-10-18T17:14:14.467Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2942024-10-18T17:14:14.860Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-10-18T17:14:15.428Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962024-10-18T17:14:16.027Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972024-10-18T17:14:16.642Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982024-10-18T17:14:17.226Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992024-10-18T17:14:17.691Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002024-10-18T17:14:18.056Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012024-10-18T17:14:19.592Z Downloading crates ...
3022024-10-18T17:14:19.651Z Downloaded equivalent v1.0.1
3032024-10-18T17:14:19.687Z Downloaded fs-err v2.11.0
3042024-10-18T17:14:19.688Z Downloaded fastrand v2.1.1
3052024-10-18T17:14:19.688Z Downloaded crypto-common v0.1.6
3062024-10-18T17:14:19.688Z Downloaded usdt-impl v0.5.0
3072024-10-18T17:14:19.688Z Downloaded zerocopy-derive v0.7.35
3082024-10-18T17:14:19.689Z Downloaded textwrap v0.16.1
3092024-10-18T17:14:19.714Z Downloaded zerocopy v0.7.35
3102024-10-18T17:14:19.739Z Downloaded version_check v0.9.5
3112024-10-18T17:14:19.740Z Downloaded unicode-width v0.1.14
3122024-10-18T17:14:19.740Z Downloaded rustix v0.38.37
3132024-10-18T17:14:19.773Z Downloaded libc v0.2.159
3142024-10-18T17:14:19.806Z Downloaded cargo-platform v0.1.8
3152024-10-18T17:14:19.807Z Downloaded syn v2.0.79
3162024-10-18T17:14:19.807Z Downloaded usdt-macro v0.5.0
3172024-10-18T17:14:19.807Z Downloaded usdt-attr-macro v0.5.0
3182024-10-18T17:14:19.807Z Downloaded unicode-ident v1.0.13
3192024-10-18T17:14:19.836Z Downloaded toml_edit v0.22.22
3202024-10-18T17:14:19.836Z Downloaded toml v0.8.19
3212024-10-18T17:14:19.836Z Downloaded thiserror v1.0.64
3222024-10-18T17:14:19.861Z Downloaded terminal_size v0.4.0
3232024-10-18T17:14:19.861Z Downloaded tabled_derive v0.7.0
3242024-10-18T17:14:19.861Z Downloaded syn v1.0.109
3252024-10-18T17:14:19.861Z Downloaded strsim v0.11.1
3262024-10-18T17:14:19.861Z Downloaded sha2 v0.10.8
3272024-10-18T17:14:19.861Z Downloaded serde_spanned v0.6.8
3282024-10-18T17:14:19.862Z Downloaded serde_derive v1.0.210
3292024-10-18T17:14:19.862Z Downloaded semver v1.0.23
3302024-10-18T17:14:19.862Z Downloaded scroll v0.12.0
3312024-10-18T17:14:19.887Z Downloaded proc-macro2 v1.0.87
3322024-10-18T17:14:19.887Z Downloaded proc-macro-error v1.0.4
3332024-10-18T17:14:19.887Z Downloaded plain v0.2.3
3342024-10-18T17:14:19.887Z Downloaded pest_generator v2.7.14
3352024-10-18T17:14:19.887Z Downloaded pest v2.7.14
3362024-10-18T17:14:19.887Z Downloaded once_cell v1.20.2
3372024-10-18T17:14:19.887Z Downloaded memchr v2.7.4
3382024-10-18T17:14:19.887Z Downloaded itoa v1.0.11
3392024-10-18T17:14:19.914Z Downloaded indexmap v2.6.0
3402024-10-18T17:14:19.914Z Downloaded heck v0.4.1
3412024-10-18T17:14:19.914Z Downloaded goblin v0.8.2
3422024-10-18T17:14:19.914Z Downloaded fnv v1.0.7
3432024-10-18T17:14:19.914Z Downloaded errno v0.3.9
3442024-10-18T17:14:19.914Z Downloaded dtrace-parser v0.2.0
3452024-10-18T17:14:19.914Z Downloaded digest v0.10.7
3462024-10-18T17:14:19.914Z Downloaded cpufeatures v0.2.14
3472024-10-18T17:14:19.915Z Downloaded clap_lex v0.7.2
3482024-10-18T17:14:19.915Z Downloaded clap_builder v4.5.20
3492024-10-18T17:14:19.943Z Downloaded cfg-if v1.0.0
3502024-10-18T17:14:19.943Z Downloaded cargo_metadata v0.18.1
3512024-10-18T17:14:19.943Z Downloaded camino-tempfile v1.1.1
3522024-10-18T17:14:19.943Z Downloaded anyhow v1.0.89
3532024-10-18T17:14:19.943Z Downloaded tabled v0.15.0
3542024-10-18T17:14:19.971Z Downloaded winnow v0.6.20
3552024-10-18T17:14:19.996Z Downloaded utf8parse v0.2.2
3562024-10-18T17:14:19.996Z Downloaded unicode-linebreak v0.1.5
3572024-10-18T17:14:19.996Z Downloaded ucd-trie v0.1.7
3582024-10-18T17:14:19.996Z Downloaded typenum v1.17.0
3592024-10-18T17:14:19.996Z Downloaded thiserror-impl v1.0.64
3602024-10-18T17:14:19.996Z Downloaded tempfile v3.13.0
3612024-10-18T17:14:19.996Z Downloaded serde_json v1.0.128
3622024-10-18T17:14:19.996Z Downloaded serde v1.0.210
3632024-10-18T17:14:19.996Z Downloaded ryu v1.0.18
3642024-10-18T17:14:20.019Z Downloaded quote v1.0.37
3652024-10-18T17:14:20.019Z Downloaded pest_meta v2.7.14
3662024-10-18T17:14:20.019Z Downloaded pest_derive v2.7.14
3672024-10-18T17:14:20.019Z Downloaded papergrid v0.11.0
3682024-10-18T17:14:20.019Z Downloaded memmap v0.7.0
3692024-10-18T17:14:20.019Z Downloaded log v0.4.22
3702024-10-18T17:14:20.019Z Downloaded hashbrown v0.15.0
3712024-10-18T17:14:20.042Z Downloaded cargo_toml v0.20.5
3722024-10-18T17:14:20.042Z Downloaded byteorder v1.5.0
3732024-10-18T17:14:20.042Z Downloaded autocfg v1.4.0
3742024-10-18T17:14:20.042Z Downloaded anstyle-query v1.1.1
3752024-10-18T17:14:20.042Z Downloaded usdt v0.5.0
3762024-10-18T17:14:20.042Z Downloaded toml_datetime v0.6.8
3772024-10-18T17:14:20.042Z Downloaded thread-id v4.2.2
3782024-10-18T17:14:20.043Z Downloaded swrite v0.1.0
3792024-10-18T17:14:20.043Z Downloaded smawk v0.3.2
3802024-10-18T17:14:20.043Z Downloaded serde_tokenstream v0.2.2
3812024-10-18T17:14:20.043Z Downloaded scroll_derive v0.12.0
3822024-10-18T17:14:20.043Z Downloaded proc-macro-error-attr v1.0.4
3832024-10-18T17:14:20.043Z Downloaded pretty-hex v0.4.1
3842024-10-18T17:14:20.043Z Downloaded macaddr v1.0.1
3852024-10-18T17:14:20.043Z Downloaded is_terminal_polyfill v1.70.1
3862024-10-18T17:14:20.066Z Downloaded heck v0.5.0
3872024-10-18T17:14:20.066Z Downloaded generic-array v0.14.7
3882024-10-18T17:14:20.066Z Downloaded dof v0.3.0
3892024-10-18T17:14:20.066Z Downloaded colorchoice v1.0.2
3902024-10-18T17:14:20.066Z Downloaded clap_derive v4.5.18
3912024-10-18T17:14:20.066Z Downloaded clap v4.5.20
3922024-10-18T17:14:20.066Z Downloaded camino v1.1.9
3932024-10-18T17:14:20.066Z Downloaded bytecount v0.6.8
3942024-10-18T17:14:20.066Z Downloaded block-buffer v0.10.4
3952024-10-18T17:14:20.066Z Downloaded bitflags v2.6.0
3962024-10-18T17:14:20.090Z Downloaded anstream v0.6.15
3972024-10-18T17:14:20.090Z Downloaded anstyle-parse v0.2.5
3982024-10-18T17:14:20.090Z Downloaded anstyle v1.0.8
3992024-10-18T17:14:20.214Z Compiling proc-macro2 v1.0.87
4002024-10-18T17:14:20.238Z Compiling unicode-ident v1.0.13
4012024-10-18T17:14:20.238Z Compiling version_check v0.9.5
4022024-10-18T17:14:20.238Z Compiling serde v1.0.210
4032024-10-18T17:14:20.238Z Compiling thiserror v1.0.64
4042024-10-18T17:14:20.238Z Compiling memchr v2.7.4
4052024-10-18T17:14:20.238Z Compiling libc v0.2.159
4062024-10-18T17:14:20.238Z Compiling ucd-trie v0.1.7
4072024-10-18T17:14:20.522Z Compiling ryu v1.0.18
4082024-10-18T17:14:20.863Z Compiling itoa v1.0.11
4092024-10-18T17:14:21.093Z Compiling once_cell v1.20.2
4102024-10-18T17:14:21.093Z Compiling byteorder v1.5.0
4112024-10-18T17:14:21.153Z Compiling rustix v0.38.37
4122024-10-18T17:14:21.457Z Compiling serde_json v1.0.128
4132024-10-18T17:14:21.554Z Compiling bitflags v2.6.0
4142024-10-18T17:14:21.787Z Compiling proc-macro-error-attr v1.0.4
4152024-10-18T17:14:21.839Z Compiling usdt-impl v0.5.0
4162024-10-18T17:14:21.968Z Compiling quote v1.0.37
4172024-10-18T17:14:22.030Z Compiling syn v1.0.109
4182024-10-18T17:14:22.096Z Compiling proc-macro-error v1.0.4
4192024-10-18T17:14:22.150Z Compiling equivalent v1.0.1
4202024-10-18T17:14:22.271Z Compiling errno v0.3.9
4212024-10-18T17:14:22.335Z Compiling syn v2.0.79
4222024-10-18T17:14:22.376Z Compiling utf8parse v0.2.2
4232024-10-18T17:14:22.583Z Compiling plain v0.2.3
4242024-10-18T17:14:22.649Z Compiling hashbrown v0.15.0
4252024-10-18T17:14:22.711Z Compiling thread-id v4.2.2
4262024-10-18T17:14:22.767Z Compiling log v0.4.22
4272024-10-18T17:14:22.767Z Compiling camino v1.1.9
4282024-10-18T17:14:22.831Z Compiling anstyle-parse v0.2.5
4292024-10-18T17:14:23.308Z Compiling colorchoice v1.0.2
4302024-10-18T17:14:23.464Z Compiling winnow v0.6.20
4312024-10-18T17:14:23.491Z Compiling anstyle v1.0.8
4322024-10-18T17:14:23.520Z Compiling pretty-hex v0.4.1
4332024-10-18T17:14:23.604Z Compiling autocfg v1.4.0
4342024-10-18T17:14:23.722Z Compiling indexmap v2.6.0
4352024-10-18T17:14:23.746Z Compiling anstyle-query v1.1.1
4362024-10-18T17:14:23.930Z Compiling semver v1.0.23
4372024-10-18T17:14:23.994Z Compiling is_terminal_polyfill v1.70.1
4382024-10-18T17:14:24.116Z Compiling unicode-width v0.1.14
4392024-10-18T17:14:24.512Z Compiling terminal_size v0.4.0
4402024-10-18T17:14:24.603Z Compiling anstream v0.6.15
4412024-10-18T17:14:24.655Z Compiling fs-err v2.11.0
4422024-10-18T17:14:24.921Z Compiling heck v0.5.0
4432024-10-18T17:14:24.974Z Compiling cfg-if v1.0.0
4442024-10-18T17:14:25.014Z Compiling fastrand v2.1.1
4452024-10-18T17:14:25.107Z Compiling anyhow v1.0.89
4462024-10-18T17:14:25.236Z Compiling clap_lex v0.7.2
4472024-10-18T17:14:25.460Z Compiling heck v0.4.1
4482024-10-18T17:14:25.496Z Compiling fnv v1.0.7
4492024-10-18T17:14:25.621Z Compiling strsim v0.11.1
4502024-10-18T17:14:25.647Z Compiling bytecount v0.6.8
4512024-10-18T17:14:25.858Z Compiling papergrid v0.11.0
4522024-10-18T17:14:25.887Z Compiling tempfile v3.13.0
4532024-10-18T17:14:25.960Z Compiling clap_builder v4.5.20
4542024-10-18T17:14:26.054Z Compiling memmap v0.7.0
4552024-10-18T17:14:26.370Z Compiling unicode-linebreak v0.1.5
4562024-10-18T17:14:26.437Z Compiling smawk v0.3.2
4572024-10-18T17:14:26.705Z Compiling swrite v0.1.0
4582024-10-18T17:14:26.795Z Compiling textwrap v0.16.1
4592024-10-18T17:14:27.972Z Compiling tabled_derive v0.7.0
4602024-10-18T17:14:29.732Z Compiling tabled v0.15.0
4612024-10-18T17:14:30.748Z Compiling serde_derive v1.0.210
4622024-10-18T17:14:30.771Z Compiling thiserror-impl v1.0.64
4632024-10-18T17:14:30.771Z Compiling zerocopy-derive v0.7.35
4642024-10-18T17:14:30.771Z Compiling scroll_derive v0.12.0
4652024-10-18T17:14:30.772Z Compiling clap_derive v4.5.18
4662024-10-18T17:14:31.965Z Compiling scroll v0.12.0
4672024-10-18T17:14:32.435Z Compiling goblin v0.8.2
4682024-10-18T17:14:32.692Z Compiling zerocopy v0.7.35
4692024-10-18T17:14:33.516Z Compiling pest v2.7.14
4702024-10-18T17:14:34.295Z Compiling clap v4.5.20
4712024-10-18T17:14:35.576Z Compiling pest_meta v2.7.14
4722024-10-18T17:14:36.547Z Compiling pest_generator v2.7.14
4732024-10-18T17:14:38.296Z Compiling pest_derive v2.7.14
4742024-10-18T17:14:38.911Z Compiling dtrace-parser v0.2.0
4752024-10-18T17:14:40.410Z Compiling serde_spanned v0.6.8
4762024-10-18T17:14:40.410Z Compiling toml_datetime v0.6.8
4772024-10-18T17:14:40.433Z Compiling cargo-platform v0.1.8
4782024-10-18T17:14:40.782Z Compiling serde_tokenstream v0.2.2
4792024-10-18T17:14:40.843Z Compiling toml_edit v0.22.22
4802024-10-18T17:14:40.963Z Compiling camino-tempfile v1.1.1
4812024-10-18T17:14:40.994Z Compiling macaddr v1.0.1
4822024-10-18T17:14:41.809Z Compiling dof v0.3.0
4832024-10-18T17:14:41.832Z Compiling cargo_metadata v0.18.1
4842024-10-18T17:14:43.473Z Compiling toml v0.8.19
4852024-10-18T17:14:43.795Z Compiling usdt-macro v0.5.0
4862024-10-18T17:14:43.973Z Compiling usdt-attr-macro v0.5.0
4872024-10-18T17:14:44.200Z Compiling cargo_toml v0.20.5
4882024-10-18T17:14:45.031Z Compiling usdt v0.5.0
4892024-10-18T17:14:48.608Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902024-10-18T17:14:53.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.26s
4912024-10-18T17:14:54.116Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4922024-10-18T17:14:54.931Z Downloading crates ...
4932024-10-18T17:14:55.084Z Downloaded bitfield v0.14.0
4942024-10-18T17:14:55.108Z Downloaded darling_macro v0.20.10
4952024-10-18T17:14:55.108Z Downloaded ident_case v1.0.1
4962024-10-18T17:14:55.108Z Downloaded http-body-util v0.1.2
4972024-10-18T17:14:55.132Z Downloaded ref-cast v1.0.23
4982024-10-18T17:14:55.132Z Downloaded smallvec v0.6.14
4992024-10-18T17:14:55.157Z Downloaded tokio-tungstenite v0.23.1
5002024-10-18T17:14:55.157Z Downloaded xattr v1.3.1
5012024-10-18T17:14:55.181Z Downloaded fragile v2.0.0
5022024-10-18T17:14:55.181Z Downloaded headers-core v0.3.0
5032024-10-18T17:14:55.204Z Downloaded ref-cast-impl v1.0.23
5042024-10-18T17:14:55.204Z Downloaded russh-cryptovec v0.7.3
5052024-10-18T17:14:55.205Z Downloaded try-lock v0.2.5
5062024-10-18T17:14:55.205Z Downloaded float-ord v0.3.2
5072024-10-18T17:14:55.232Z Downloaded number_prefix v0.4.0
5082024-10-18T17:14:55.257Z Downloaded scrypt v0.11.0
5092024-10-18T17:14:55.257Z Downloaded schemars_derive v0.8.21
5102024-10-18T17:14:55.257Z Downloaded sigpipe v0.1.3
5112024-10-18T17:14:55.282Z Downloaded slab v0.4.9
5122024-10-18T17:14:55.282Z Downloaded termtree v0.4.1
5132024-10-18T17:14:55.282Z Downloaded unicode-truncate v1.1.0
5142024-10-18T17:14:55.282Z Downloaded toolchain_find v0.4.0
5152024-10-18T17:14:55.308Z Downloaded phf_shared v0.10.0
5162024-10-18T17:14:55.308Z Downloaded peg-runtime v0.8.3
5172024-10-18T17:14:55.308Z Downloaded strum v0.26.3
5182024-10-18T17:14:55.308Z Downloaded ena v0.14.3
5192024-10-18T17:14:55.308Z Downloaded stringprep v0.1.5
5202024-10-18T17:14:55.308Z Downloaded sqlparser_derive v0.2.2
5212024-10-18T17:14:55.332Z Downloaded diesel_table_macro_syntax v0.2.0
5222024-10-18T17:14:55.332Z Downloaded stable_deref_trait v1.2.0
5232024-10-18T17:14:55.333Z Downloaded downcast v0.11.0
5242024-10-18T17:14:55.333Z Downloaded parse-size v1.0.0
5252024-10-18T17:14:55.333Z Downloaded dirs-next v2.0.0
5262024-10-18T17:14:55.333Z Downloaded difflib v0.4.0
5272024-10-18T17:14:55.333Z Downloaded strum_macros v0.25.3
5282024-10-18T17:14:55.333Z Downloaded derive_builder_macro v0.20.2
5292024-10-18T17:14:55.359Z Downloaded dhcproto-macros v0.1.0
5302024-10-18T17:14:55.359Z Downloaded packed_struct_codegen v0.10.1
5312024-10-18T17:14:55.359Z Downloaded password-hash v0.4.2
5322024-10-18T17:14:55.359Z Downloaded hex-literal v0.4.1
5332024-10-18T17:14:55.359Z Downloaded oso-derive v0.27.3
5342024-10-18T17:14:55.359Z Downloaded des v0.8.1
5352024-10-18T17:14:55.359Z Downloaded tabwriter v1.4.0
5362024-10-18T17:14:55.359Z Downloaded ecdsa v0.16.9
5372024-10-18T17:14:55.383Z Downloaded num-complex v0.4.6
5382024-10-18T17:14:55.383Z Downloaded hickory-client v0.24.1
5392024-10-18T17:14:55.383Z Downloaded num-bigint-dig v0.8.4
5402024-10-18T17:14:55.408Z Downloaded p384 v0.13.0
5412024-10-18T17:14:55.408Z Downloaded owo-colors v4.1.0
5422024-10-18T17:14:55.432Z Downloaded tar v0.4.42
5432024-10-18T17:14:55.432Z Downloaded openssl-sys v0.9.103
5442024-10-18T17:14:55.432Z Downloaded p256 v0.13.2
5452024-10-18T17:14:55.432Z Downloaded num-bigint v0.4.6
5462024-10-18T17:14:55.456Z Downloaded serde_with v3.11.0
5472024-10-18T17:14:55.456Z Downloaded openssl v0.10.66
5482024-10-18T17:14:55.479Z Downloaded encoding_rs v0.8.34
5492024-10-18T17:14:55.502Z Downloaded nix v0.29.0
5502024-10-18T17:14:55.526Z Downloaded hickory-proto v0.24.1
5512024-10-18T17:14:55.549Z Downloaded sled v0.34.7
5522024-10-18T17:14:55.572Z Downloaded sha3 v0.10.8
5532024-10-18T17:14:55.572Z Downloaded libz-sys v1.1.20
5542024-10-18T17:14:55.601Z Downloaded lzma-sys v0.1.20
5552024-10-18T17:14:55.652Z Downloaded typify-impl v0.2.0
5562024-10-18T17:14:55.678Z Downloaded dropshot v0.12.0
5572024-10-18T17:14:55.705Z Downloaded openapiv3 v2.0.0
5582024-10-18T17:14:55.728Z Downloaded libgit2-sys v0.17.0+1.8.1
5592024-10-18T17:14:55.800Z Downloaded nix v0.27.1
5602024-10-18T17:14:55.824Z Downloaded nix v0.28.0
5612024-10-18T17:14:55.847Z Downloaded idna v0.4.0
5622024-10-18T17:14:55.847Z Downloaded idna v0.2.3
5632024-10-18T17:14:55.870Z Downloaded proptest v1.5.0
5642024-10-18T17:14:55.870Z Downloaded idna v0.3.0
5652024-10-18T17:14:55.893Z Downloaded idna v0.5.0
5662024-10-18T17:14:55.893Z Downloaded petgraph v0.6.5
5672024-10-18T17:14:55.916Z Downloaded hashbrown v0.14.5
5682024-10-18T17:14:55.939Z Downloaded tokio v1.40.0
5692024-10-18T17:14:55.983Z Downloaded lalrpop v0.19.12
5702024-10-18T17:14:56.006Z Downloaded itertools v0.12.1
5712024-10-18T17:14:56.029Z Downloaded ring v0.17.8
5722024-10-18T17:14:56.102Z Downloaded hyper v0.14.30
5732024-10-18T17:14:56.126Z Downloaded csv v1.3.0
5742024-10-18T17:14:56.149Z Downloaded nu-ansi-term v0.50.1
5752024-10-18T17:14:56.149Z Downloaded diesel v2.2.4
5762024-10-18T17:14:56.173Z Downloaded der v0.7.9
5772024-10-18T17:14:56.173Z Downloaded ring v0.16.20
5782024-10-18T17:14:56.278Z Downloaded libsqlite3-sys v0.30.1
5792024-10-18T17:14:56.373Z Downloaded publicsuffix v2.2.3
5802024-10-18T17:14:56.396Z Downloaded unicode-normalization v0.1.24
5812024-10-18T17:14:56.396Z Downloaded russh v0.45.0
5822024-10-18T17:14:56.396Z Downloaded rusqlite v0.32.1
5832024-10-18T17:14:56.396Z Downloaded regex-automata v0.4.8
5842024-10-18T17:14:56.420Z Downloaded h2 v0.4.6
5852024-10-18T17:14:56.442Z Downloaded h2 v0.3.26
5862024-10-18T17:14:56.442Z Downloaded bzip2-sys v0.1.11+1.0.8
5872024-10-18T17:14:56.466Z Downloaded num v0.4.3
5882024-10-18T17:14:56.466Z Downloaded dropshot_endpoint v0.12.0
5892024-10-18T17:14:56.466Z Downloaded sqlparser v0.45.0
5902024-10-18T17:14:56.466Z Downloaded oso v0.27.3
5912024-10-18T17:14:56.489Z Downloaded serde_yaml v0.9.34+deprecated
5922024-10-18T17:14:56.489Z Downloaded webpki-roots v0.26.6
5932024-10-18T17:14:56.489Z Downloaded object v0.36.5
5942024-10-18T17:14:56.489Z Downloaded regex-syntax v0.8.5
5952024-10-18T17:14:56.514Z Downloaded zerocopy-derive v0.6.6
5962024-10-18T17:14:56.514Z Downloaded ratatui v0.28.1
5972024-10-18T17:14:56.537Z Downloaded expectorate v1.1.0
5982024-10-18T17:14:56.560Z Downloaded p521 v0.13.3
5992024-10-18T17:14:56.560Z Downloaded ssh-key v0.6.6
6002024-10-18T17:14:56.560Z Downloaded salty v0.3.0
6012024-10-18T17:14:56.584Z Downloaded quinn-proto v0.11.8
6022024-10-18T17:14:56.584Z Downloaded quick-xml v0.33.0
6032024-10-18T17:14:56.584Z Downloaded dsl_auto_type v0.1.2
6042024-10-18T17:14:56.584Z Downloaded steno v0.4.1
6052024-10-18T17:14:56.584Z Downloaded parse-zoneinfo v0.3.1
6062024-10-18T17:14:56.607Z Downloaded subprocess v0.2.9
6072024-10-18T17:14:56.607Z Downloaded strum_macros v0.26.4
6082024-10-18T17:14:56.607Z Downloaded env_logger v0.10.2
6092024-10-18T17:14:56.607Z Downloaded serde_with_macros v3.11.0
6102024-10-18T17:14:56.607Z Downloaded polar-core v0.27.3
6112024-10-18T17:14:56.631Z Downloaded trust-dns-proto v0.22.0
6122024-10-18T17:14:56.631Z Downloaded regress v0.10.1
6132024-10-18T17:14:56.656Z Downloaded regress v0.9.1
6142024-10-18T17:14:56.656Z Downloaded hkdf v0.12.4
6152024-10-18T17:14:56.656Z Downloaded tap v1.0.1
6162024-10-18T17:14:56.656Z Downloaded parse-display-derive v0.10.0
6172024-10-18T17:14:56.656Z Downloaded serde_derive_internals v0.29.1
6182024-10-18T17:14:56.656Z Downloaded object v0.30.4
6192024-10-18T17:14:56.679Z Downloaded dhcproto v0.12.0
6202024-10-18T17:14:56.679Z Downloaded derive_more v0.99.18
6212024-10-18T17:14:56.679Z Downloaded derive_builder_core v0.20.2
6222024-10-18T17:14:56.679Z Downloaded parse-display v0.10.0
6232024-10-18T17:14:56.679Z Downloaded parking_lot v0.12.3
6242024-10-18T17:14:56.703Z Downloaded diesel_derives v2.2.3
6252024-10-18T17:14:56.703Z Downloaded derive-where v1.2.7
6262024-10-18T17:14:56.703Z Downloaded slog v2.7.0
6272024-10-18T17:14:56.703Z Downloaded qorb v0.1.1
6282024-10-18T17:14:56.703Z Downloaded heapless v0.8.0
6292024-10-18T17:14:56.726Z Downloaded string_cache v0.8.7
6302024-10-18T17:14:56.726Z Downloaded spin v0.9.8
6312024-10-18T17:14:56.726Z Downloaded termcolor v1.4.1
6322024-10-18T17:14:56.726Z Downloaded term v0.7.0
6332024-10-18T17:14:56.726Z Downloaded env_logger v0.11.5
6342024-10-18T17:14:56.726Z Downloaded serde_urlencoded v0.7.1
6352024-10-18T17:14:56.726Z Downloaded tough v0.17.1
6362024-10-18T17:14:56.751Z Downloaded heapless v0.7.17
6372024-10-18T17:14:56.751Z Downloaded unicode-segmentation v1.12.0
6382024-10-18T17:14:56.751Z Downloaded typed-path v0.7.1
6392024-10-18T17:14:56.751Z Downloaded num-conv v0.1.0
6402024-10-18T17:14:56.751Z Downloaded ed25519 v2.2.3
6412024-10-18T17:14:56.751Z Downloaded dyn-clone v1.0.17
6422024-10-18T17:14:56.774Z Downloaded diesel-dtrace v0.3.0
6432024-10-18T17:14:56.774Z Downloaded parking_lot_core v0.9.10
6442024-10-18T17:14:56.774Z Downloaded parking_lot v0.11.2
6452024-10-18T17:14:56.774Z Downloaded hashbrown v0.13.2
6462024-10-18T17:14:56.774Z Downloaded parking_lot_core v0.8.6
6472024-10-18T17:14:56.774Z Downloaded diff v0.1.13
6482024-10-18T17:14:56.774Z Downloaded elliptic-curve v0.13.8
6492024-10-18T17:14:56.774Z Downloaded ed25519-dalek v2.1.1
6502024-10-18T17:14:56.798Z Downloaded vcpkg v0.2.15
6512024-10-18T17:14:56.826Z Downloaded regex-syntax v0.6.29
6522024-10-18T17:14:56.851Z Downloaded gimli v0.31.1
6532024-10-18T17:14:56.851Z Downloaded nom v7.1.3
6542024-10-18T17:14:56.874Z Downloaded libm v0.2.8
6552024-10-18T17:14:56.874Z Downloaded time v0.3.36
6562024-10-18T17:14:56.874Z Downloaded packed_struct v0.10.1
6572024-10-18T17:14:56.874Z Downloaded samael v0.0.17
6582024-10-18T17:14:56.897Z Downloaded mio v1.0.2
6592024-10-18T17:14:56.897Z Downloaded take_mut v0.2.2
6602024-10-18T17:14:56.897Z Downloaded sync_wrapper v1.0.1
6612024-10-18T17:14:56.897Z Downloaded sync_wrapper v0.1.2
6622024-10-18T17:14:56.897Z Downloaded quinn v0.11.5
6632024-10-18T17:14:56.897Z Downloaded derive_builder v0.20.2
6642024-10-18T17:14:56.920Z Downloaded der_derive v0.7.3
6652024-10-18T17:14:56.921Z Downloaded rustls v0.23.14
6662024-10-18T17:14:56.945Z Downloaded static_assertions v1.1.0
6672024-10-18T17:14:56.945Z Downloaded supports-color v3.0.1
6682024-10-18T17:14:56.945Z Downloaded subtle v2.6.1
6692024-10-18T17:14:56.945Z Downloaded radix_trie v0.2.1
6702024-10-18T17:14:56.945Z Downloaded env_filter v0.1.2
6712024-10-18T17:14:56.945Z Downloaded regex v1.11.0
6722024-10-18T17:14:56.977Z Downloaded num-integer v0.1.46
6732024-10-18T17:14:56.977Z Downloaded enum-as-inner v0.6.1
6742024-10-18T17:14:56.977Z Downloaded enum-as-inner v0.5.1
6752024-10-18T17:14:56.977Z Downloaded spki v0.7.3
6762024-10-18T17:14:56.977Z Downloaded slog-dtrace v0.3.0
6772024-10-18T17:14:56.977Z Downloaded serde_repr v0.1.19
6782024-10-18T17:14:56.977Z Downloaded toml_edit v0.19.15
6792024-10-18T17:14:57.001Z Downloaded prettyplease v0.2.22
6802024-10-18T17:14:57.001Z Downloaded dirs-sys-next v0.1.2
6812024-10-18T17:14:57.001Z Downloaded ssh-cipher v0.2.0
6822024-10-18T17:14:57.001Z Downloaded strum_macros v0.24.3
6832024-10-18T17:14:57.001Z Downloaded sha1 v0.10.6
6842024-10-18T17:14:57.001Z Downloaded serde_path_to_error v0.1.16
6852024-10-18T17:14:57.001Z Downloaded semver v0.1.20
6862024-10-18T17:14:57.001Z Downloaded display-error-chain v0.2.1
6872024-10-18T17:14:57.001Z Downloaded num-iter v0.1.45
6882024-10-18T17:14:57.001Z Downloaded sqlformat v0.2.6
6892024-10-18T17:14:57.024Z Downloaded serde-hex v0.1.0
6902024-10-18T17:14:57.024Z Downloaded ssh-encoding v0.2.0
6912024-10-18T17:14:57.024Z Downloaded structmeta-derive v0.3.0
6922024-10-18T17:14:57.024Z Downloaded structmeta v0.3.0
6932024-10-18T17:14:57.024Z Downloaded strip-ansi-escapes v0.2.0
6942024-10-18T17:14:57.024Z Downloaded embedded-io v0.6.1
6952024-10-18T17:14:57.024Z Downloaded peg-macros v0.8.4
6962024-10-18T17:14:57.024Z Downloaded shell-words v1.1.0
6972024-10-18T17:14:57.024Z Downloaded serde_plain v1.0.2
6982024-10-18T17:14:57.025Z Downloaded secrecy v0.8.0
6992024-10-18T17:14:57.025Z Downloaded sec1 v0.7.3
7002024-10-18T17:14:57.025Z Downloaded unicode_categories v0.1.1
7012024-10-18T17:14:57.025Z Downloaded tokio-util v0.7.12
7022024-10-18T17:14:57.049Z Downloaded num-derive v0.4.2
7032024-10-18T17:14:57.049Z Downloaded structmeta-derive v0.2.0
7042024-10-18T17:14:57.049Z Downloaded signal-hook-mio v0.2.4
7052024-10-18T17:14:57.049Z Downloaded signal-hook v0.3.17
7062024-10-18T17:14:57.049Z Downloaded shlex v1.3.0
7072024-10-18T17:14:57.049Z Downloaded pem v3.0.4
7082024-10-18T17:14:57.049Z Downloaded password-hash v0.5.0
7092024-10-18T17:14:57.072Z Downloaded rsa v0.9.6
7102024-10-18T17:14:57.072Z Downloaded chrono-tz v0.10.0
7112024-10-18T17:14:57.073Z Downloaded structmeta v0.2.0
7122024-10-18T17:14:57.073Z Downloaded endian-type v0.1.2
7132024-10-18T17:14:57.073Z Downloaded pem-rfc7468 v0.7.0
7142024-10-18T17:14:57.073Z Downloaded pbkdf2 v0.12.2
7152024-10-18T17:14:57.097Z Downloaded pin-project-internal v1.1.6
7162024-10-18T17:14:57.097Z Downloaded phf_generator v0.11.2
7172024-10-18T17:14:57.097Z Downloaded deranged v0.3.11
7182024-10-18T17:14:57.097Z Downloaded toml v0.7.8
7192024-10-18T17:14:57.097Z Downloaded portable-atomic v1.9.0
7202024-10-18T17:14:57.097Z Downloaded hashbrown v0.12.3
7212024-10-18T17:14:57.120Z Downloaded either v1.13.0
7222024-10-18T17:14:57.120Z Downloaded pin-project v1.1.6
7232024-10-18T17:14:57.120Z Downloaded phf_shared v0.11.2
7242024-10-18T17:14:57.120Z Downloaded which v4.4.2
7252024-10-18T17:14:57.120Z Downloaded progenitor-impl v0.8.0
7262024-10-18T17:14:57.120Z Downloaded embedded-io v0.4.0
7272024-10-18T17:14:57.143Z Downloaded rustc_version v0.4.1
7282024-10-18T17:14:57.143Z Downloaded rustc-hash v2.0.0
7292024-10-18T17:14:57.144Z Downloaded phf v0.11.2
7302024-10-18T17:14:57.144Z Downloaded unicode-properties v0.1.3
7312024-10-18T17:14:57.144Z Downloaded unicode-bidi v0.3.17
7322024-10-18T17:14:57.144Z Downloaded smoltcp v0.9.1
7332024-10-18T17:14:57.167Z Downloaded libxml v0.3.3
7342024-10-18T17:14:57.167Z Downloaded itertools v0.13.0
7352024-10-18T17:14:57.167Z Downloaded peg v0.8.4
7362024-10-18T17:14:57.190Z Downloaded pbkdf2 v0.11.0
7372024-10-18T17:14:57.190Z Downloaded path-slash v0.1.5
7382024-10-18T17:14:57.190Z Downloaded paste v1.0.15
7392024-10-18T17:14:57.190Z Downloaded serde-big-array v0.5.1
7402024-10-18T17:14:57.191Z Downloaded rustc_version v0.1.7
7412024-10-18T17:14:57.191Z Downloaded percent-encoding v2.3.1
7422024-10-18T17:14:57.191Z Downloaded thiserror-no-std v2.0.2
7432024-10-18T17:14:57.191Z Downloaded test-strategy v0.3.1
7442024-10-18T17:14:57.215Z Downloaded sct v0.7.1
7452024-10-18T17:14:57.215Z Downloaded git2 v0.19.0
7462024-10-18T17:14:57.215Z Downloaded same-file v1.0.6
7472024-10-18T17:14:57.215Z Downloaded unicode-xid v0.2.6
7482024-10-18T17:14:57.215Z Downloaded topological-sort v0.2.2
7492024-10-18T17:14:57.215Z Downloaded tiny-keccak v2.0.2
7502024-10-18T17:14:57.238Z Downloaded russh-keys v0.45.0
7512024-10-18T17:14:57.238Z Downloaded ron v0.8.1
7522024-10-18T17:14:57.238Z Downloaded headers v0.4.0
7532024-10-18T17:14:57.238Z Downloaded smoltcp v0.11.0
7542024-10-18T17:14:57.261Z Downloaded rustls v0.22.4
7552024-10-18T17:14:57.284Z Downloaded minimal-lexical v0.2.1
7562024-10-18T17:14:57.285Z Downloaded phf_codegen v0.11.2
7572024-10-18T17:14:57.285Z Downloaded slog-bunyan v2.5.0
7582024-10-18T17:14:57.285Z Downloaded walkdir v2.5.0
7592024-10-18T17:14:57.285Z Downloaded vte v0.11.1
7602024-10-18T17:14:57.285Z Downloaded predicates-tree v1.0.11
7612024-10-18T17:14:57.285Z Downloaded reqwest v0.12.8
7622024-10-18T17:14:57.308Z Downloaded reqwest v0.11.27
7632024-10-18T17:14:57.308Z Downloaded itertools v0.10.5
7642024-10-18T17:14:57.308Z Downloaded bstr v1.10.0
7652024-10-18T17:14:57.332Z Downloaded time-macros v0.2.18
7662024-10-18T17:14:57.332Z Downloaded time-core v0.1.2
7672024-10-18T17:14:57.332Z Downloaded termios v0.3.3
7682024-10-18T17:14:57.332Z Downloaded similar v2.6.0
7692024-10-18T17:14:57.333Z Downloaded predicates v3.1.2
7702024-10-18T17:14:57.356Z Downloaded rustls v0.21.12
7712024-10-18T17:14:57.357Z Downloaded hyper v1.4.1
7722024-10-18T17:14:57.381Z Downloaded hmac v0.12.1
7732024-10-18T17:14:57.381Z Downloaded thread_local v1.1.8
7742024-10-18T17:14:57.381Z Downloaded thiserror-impl-no-std v2.0.2
7752024-10-18T17:14:57.381Z Downloaded schemars v0.8.21
7762024-10-18T17:14:57.381Z Downloaded url v2.5.2
7772024-10-18T17:14:57.405Z Downloaded untrusted v0.9.0
7782024-10-18T17:14:57.405Z Downloaded slog-async v2.8.0
7792024-10-18T17:14:57.405Z Downloaded siphasher v0.3.11
7802024-10-18T17:14:57.406Z Downloaded flate2 v1.0.34
7812024-10-18T17:14:57.406Z Downloaded half v2.4.1
7822024-10-18T17:14:57.406Z Downloaded signature v2.2.0
7832024-10-18T17:14:57.406Z Downloaded signal-hook-tokio v0.3.1
7842024-10-18T17:14:57.406Z Downloaded signal-hook-registry v1.4.2
7852024-10-18T17:14:57.406Z Downloaded scopeguard v1.2.0
7862024-10-18T17:14:57.406Z Downloaded omicron-zone-package v0.11.1
7872024-10-18T17:14:57.429Z Downloaded wait-timeout v0.2.0
7882024-10-18T17:14:57.429Z Downloaded quick-error v1.2.3
7892024-10-18T17:14:57.429Z Downloaded progenitor-macro v0.8.0
7902024-10-18T17:14:57.429Z Downloaded predicates-core v1.0.8
7912024-10-18T17:14:57.429Z Downloaded postcard v1.0.10
7922024-10-18T17:14:57.429Z Downloaded ron v0.7.1
7932024-10-18T17:14:57.429Z Downloaded futures-util v0.3.31
7942024-10-18T17:14:57.453Z Downloaded scheduled-thread-pool v0.2.7
7952024-10-18T17:14:57.453Z Downloaded num_enum_derive v0.5.11
7962024-10-18T17:14:57.453Z Downloaded num-traits v0.2.19
7972024-10-18T17:14:57.453Z Downloaded uuid v1.10.0
7982024-10-18T17:14:57.453Z Downloaded unsafe-libyaml v0.2.11
7992024-10-18T17:14:57.453Z Downloaded progenitor v0.8.0
8002024-10-18T17:14:57.453Z Downloaded proc-macro-crate v1.3.1
8012024-10-18T17:14:57.453Z Downloaded primeorder v0.13.6
8022024-10-18T17:14:57.453Z Downloaded hex v0.4.3
8032024-10-18T17:14:57.453Z Downloaded unicase v2.7.0
8042024-10-18T17:14:57.516Z Downloaded typify v0.2.0
8052024-10-18T17:14:57.516Z Downloaded rand v0.8.5
8062024-10-18T17:14:57.516Z Downloaded openssl-probe v0.1.5
8072024-10-18T17:14:57.516Z Downloaded num-rational v0.4.2
8082024-10-18T17:14:57.516Z Downloaded vsss-rs v3.3.4
8092024-10-18T17:14:57.516Z Downloaded vergen v8.3.2
8102024-10-18T17:14:57.516Z Downloaded value-bag v1.9.0
8112024-10-18T17:14:57.516Z Downloaded uzers v0.12.1
8122024-10-18T17:14:57.516Z Downloaded ppv-lite86 v0.2.20
8132024-10-18T17:14:57.516Z Downloaded postgres-types v0.2.8
8142024-10-18T17:14:57.539Z Downloaded pkcs8 v0.10.2
8152024-10-18T17:14:57.539Z Downloaded pkcs5 v0.7.1
8162024-10-18T17:14:57.539Z Downloaded pkcs1 v0.7.5
8172024-10-18T17:14:57.563Z Downloaded flume v0.11.0
8182024-10-18T17:14:57.563Z Downloaded fatfs v0.3.6
8192024-10-18T17:14:57.563Z Downloaded rustc-demangle v0.1.24
8202024-10-18T17:14:57.586Z Downloaded winnow v0.5.40
8212024-10-18T17:14:57.586Z Downloaded http v1.1.0
8222024-10-18T17:14:57.586Z Downloaded openssl-macros v0.1.1
8232024-10-18T17:14:57.586Z Downloaded opaque-debug v0.3.1
8242024-10-18T17:14:57.609Z Downloaded olpc-cjson v0.1.4
8252024-10-18T17:14:57.609Z Downloaded num_enum v0.5.11
8262024-10-18T17:14:57.609Z Downloaded want v0.3.1
8272024-10-18T17:14:57.610Z Downloaded waitgroup v0.1.2
8282024-10-18T17:14:57.610Z Downloaded vte_generate_state_changes v0.1.2
8292024-10-18T17:14:57.610Z Downloaded utf-8 v0.7.6
8302024-10-18T17:14:57.610Z Downloaded untrusted v0.7.1
8312024-10-18T17:14:57.633Z Downloaded psl-types v2.0.11
8322024-10-18T17:14:57.633Z Downloaded progenitor-client v0.8.0
8332024-10-18T17:14:57.633Z Downloaded pretty-hex v0.2.1
8342024-10-18T17:14:57.633Z Downloaded precomputed-hash v0.1.1
8352024-10-18T17:14:57.633Z Downloaded polyval v0.6.2
8362024-10-18T17:14:57.633Z Downloaded poly1305 v0.8.0
8372024-10-18T17:14:57.633Z Downloaded pkg-config v0.3.31
8382024-10-18T17:14:57.633Z Downloaded pin-utils v0.1.0
8392024-10-18T17:14:57.633Z Downloaded pin-project-lite v0.2.14
8402024-10-18T17:14:57.633Z Downloaded heck v0.3.3
8412024-10-18T17:14:57.657Z Downloaded foldhash v0.1.3
8422024-10-18T17:14:57.657Z Downloaded unarray v0.1.4
8432024-10-18T17:14:57.657Z Downloaded typify-macro v0.2.0
8442024-10-18T17:14:57.657Z Downloaded tracing-core v0.1.32
8452024-10-18T17:14:57.657Z Downloaded tracing v0.1.40
8462024-10-18T17:14:57.657Z Downloaded rpassword v7.3.1
8472024-10-18T17:14:57.657Z Downloaded hashlink v0.9.1
8482024-10-18T17:14:57.657Z Downloaded futures-io v0.3.31
8492024-10-18T17:14:57.657Z Downloaded snafu-derive v0.8.5
8502024-10-18T17:14:57.657Z Downloaded rustyline v14.0.0
8512024-10-18T17:14:57.680Z Downloaded rustls-webpki v0.101.7
8522024-10-18T17:14:57.703Z Downloaded mockall_derive v0.13.0
8532024-10-18T17:14:57.704Z Downloaded hickory-server v0.24.1
8542024-10-18T17:14:57.704Z Downloaded base16ct v0.2.0
8552024-10-18T17:14:57.704Z Downloaded num_threads v0.1.7
8562024-10-18T17:14:57.704Z Downloaded universal-hash v0.5.1
8572024-10-18T17:14:57.704Z Downloaded powerfmt v0.2.0
8582024-10-18T17:14:57.704Z Downloaded postgres-protocol v0.6.7
8592024-10-18T17:14:57.726Z Downloaded foreign-types-macros v0.2.3
8602024-10-18T17:14:57.727Z Downloaded foreign-types v0.5.0
8612024-10-18T17:14:57.727Z Downloaded foreign-types v0.3.2
8622024-10-18T17:14:57.727Z Downloaded float-cmp v0.9.0
8632024-10-18T17:14:57.727Z Downloaded flagset v0.4.6
8642024-10-18T17:14:57.727Z Downloaded fixedbitset v0.4.2
8652024-10-18T17:14:57.727Z Downloaded filetime v0.2.25
8662024-10-18T17:14:57.727Z Downloaded ff v0.13.0
8672024-10-18T17:14:57.727Z Downloaded fd-lock v4.0.2
8682024-10-18T17:14:57.774Z Downloaded fallible-streaming-iterator v0.1.9
8692024-10-18T17:14:57.774Z Downloaded fallible-iterator v0.3.0
8702024-10-18T17:14:57.774Z Downloaded fallible-iterator v0.2.0
8712024-10-18T17:14:57.774Z Downloaded tungstenite v0.24.0
8722024-10-18T17:14:57.774Z Downloaded tungstenite v0.23.0
8732024-10-18T17:14:57.799Z Downloaded tungstenite v0.21.0
8742024-10-18T17:14:57.799Z Downloaded tracing-attributes v0.1.27
8752024-10-18T17:14:57.799Z Downloaded rustc-hash v1.1.0
8762024-10-18T17:14:57.799Z Downloaded rtoolbox v0.0.2
8772024-10-18T17:14:57.799Z Downloaded zip v0.6.6
8782024-10-18T17:14:57.799Z Downloaded tokio-tungstenite v0.24.0
8792024-10-18T17:14:57.799Z Downloaded twox-hash v1.6.3
8802024-10-18T17:14:57.799Z Downloaded tui-tree-widget v0.22.0
8812024-10-18T17:14:57.799Z Downloaded rfc6979 v0.4.0
8822024-10-18T17:14:57.799Z Downloaded hash32 v0.3.1
8832024-10-18T17:14:57.799Z Downloaded x509-cert v0.2.5
8842024-10-18T17:14:57.799Z Downloaded tokio-postgres v0.7.12
8852024-10-18T17:14:57.822Z Downloaded rustls-webpki v0.102.8
8862024-10-18T17:14:57.846Z Downloaded reedline v0.35.0
8872024-10-18T17:14:57.846Z Downloaded native-tls v0.2.12
8882024-10-18T17:14:57.846Z Downloaded indexmap v1.9.3
8892024-10-18T17:14:57.846Z Downloaded tower-service v0.3.3
8902024-10-18T17:14:57.846Z Downloaded resolv-conf v0.7.0
8912024-10-18T17:14:57.869Z Downloaded r2d2 v0.8.10
8922024-10-18T17:14:57.869Z Downloaded globset v0.4.15
8932024-10-18T17:14:57.869Z Downloaded memmap2 v0.9.5
8942024-10-18T17:14:57.869Z Downloaded rand_chacha v0.3.1
8952024-10-18T17:14:57.869Z Downloaded radium v0.7.0
8962024-10-18T17:14:57.869Z Downloaded hash32 v0.2.1
8972024-10-18T17:14:57.869Z Downloaded getrandom v0.2.15
8982024-10-18T17:14:57.869Z Downloaded futures-channel v0.3.31
8992024-10-18T17:14:57.869Z Downloaded futures v0.3.31
9002024-10-18T17:14:57.869Z Downloaded zerocopy v0.6.6
9012024-10-18T17:14:57.893Z Downloaded rayon v1.10.0
9022024-10-18T17:14:57.893Z Downloaded jobserver v0.1.32
9032024-10-18T17:14:57.893Z Downloaded hyper-rustls v0.27.3
9042024-10-18T17:14:57.893Z Downloaded chacha20poly1305 v0.10.1
9052024-10-18T17:14:57.893Z Downloaded blake3 v1.5.4
9062024-10-18T17:14:57.916Z Downloaded bitvec v1.0.1
9072024-10-18T17:14:57.917Z Downloaded bindgen v0.69.5
9082024-10-18T17:14:57.940Z Downloaded quinn-udp v0.5.5
9092024-10-18T17:14:57.940Z Downloaded group v0.13.0
9102024-10-18T17:14:57.940Z Downloaded glob v0.3.1
9112024-10-18T17:14:57.940Z Downloaded ghash v0.5.1
9122024-10-18T17:14:57.940Z Downloaded gethostname v0.5.0
9132024-10-18T17:14:57.940Z Downloaded futures-macro v0.3.31
9142024-10-18T17:14:57.940Z Downloaded futures-core v0.3.31
9152024-10-18T17:14:57.940Z Downloaded defmt-macros v0.3.9
9162024-10-18T17:14:57.940Z Downloaded defmt v0.3.8
9172024-10-18T17:14:57.964Z Downloaded zone_cfg_derive v0.3.0
9182024-10-18T17:14:57.964Z Downloaded tokio-tungstenite v0.21.0
9192024-10-18T17:14:57.964Z Downloaded tinyvec v1.8.0
9202024-10-18T17:14:57.964Z Downloaded spin v0.5.2
9212024-10-18T17:14:57.964Z Downloaded snafu v0.8.5
9222024-10-18T17:14:57.964Z Downloaded lru v0.12.5
9232024-10-18T17:14:57.964Z Downloaded lalrpop-util v0.19.12
9242024-10-18T17:14:57.964Z Downloaded curve25519-dalek v4.1.3
9252024-10-18T17:14:57.987Z Downloaded fxhash v0.2.1
9262024-10-18T17:14:57.987Z Downloaded futures-task v0.3.31
9272024-10-18T17:14:57.987Z Downloaded futures-sink v0.3.31
9282024-10-18T17:14:57.987Z Downloaded futures-executor v0.3.31
9292024-10-18T17:14:57.987Z Downloaded funty v2.0.0
9302024-10-18T17:14:57.987Z Downloaded form_urlencoded v1.2.1
9312024-10-18T17:14:57.987Z Downloaded defmt-parser v0.3.4
9322024-10-18T17:14:57.987Z Downloaded yasna v0.5.2
9332024-10-18T17:14:57.988Z Downloaded xz2 v0.1.7
9342024-10-18T17:14:57.988Z Downloaded whoami v1.5.2
9352024-10-18T17:14:57.988Z Downloaded tokio-rustls v0.25.0
9362024-10-18T17:14:57.988Z Downloaded tls_codec_derive v0.4.1
9372024-10-18T17:14:58.011Z Downloaded smallvec v1.13.2
9382024-10-18T17:14:58.011Z Downloaded slog-term v2.9.1
9392024-10-18T17:14:58.011Z Downloaded newline-converter v0.3.0
9402024-10-18T17:14:58.011Z Downloaded multimap v0.10.0
9412024-10-18T17:14:58.011Z Downloaded mime v0.3.17
9422024-10-18T17:14:58.011Z Downloaded md-5 v0.10.6
9432024-10-18T17:14:58.011Z Downloaded maplit v1.0.2
9442024-10-18T17:14:58.011Z Downloaded linked-hash-map v0.5.6
9452024-10-18T17:14:58.011Z Downloaded linear-map v1.2.0
9462024-10-18T17:14:58.011Z Downloaded libsw v3.3.1
9472024-10-18T17:14:58.011Z Downloaded lazycell v1.3.0
9482024-10-18T17:14:58.012Z Downloaded kstat-rs v0.2.4
9492024-10-18T17:14:58.012Z Downloaded ipnetwork v0.20.0
9502024-10-18T17:14:58.012Z Downloaded internet-checksum v0.2.1
9512024-10-18T17:14:58.012Z Downloaded instability v0.3.2
9522024-10-18T17:14:58.012Z Downloaded indoc v1.0.9
9532024-10-18T17:14:58.035Z Downloaded indicatif v0.17.8
9542024-10-18T17:14:58.035Z Downloaded impl-trait-for-tuples v0.2.2
9552024-10-18T17:14:58.035Z Downloaded crucible-workspace-hack v0.1.0
9562024-10-18T17:14:58.035Z Downloaded foreign-types-shared v0.3.1
9572024-10-18T17:14:58.036Z Downloaded foreign-types-shared v0.1.1
9582024-10-18T17:14:58.036Z Downloaded zone_cfg_derive v0.1.2
9592024-10-18T17:14:58.036Z Downloaded zone v0.3.0
9602024-10-18T17:14:58.036Z Downloaded zone v0.1.8
9612024-10-18T17:14:58.036Z Downloaded zeroize_derive v1.4.2
9622024-10-18T17:14:58.036Z Downloaded zeroize v1.8.1
9632024-10-18T17:14:58.036Z Downloaded tokio-macros v2.4.0
9642024-10-18T17:14:58.036Z Downloaded tinyvec_macros v0.1.1
9652024-10-18T17:14:58.036Z Downloaded socket2 v0.5.7
9662024-10-18T17:14:58.036Z Downloaded rustversion v1.0.17
9672024-10-18T17:14:58.036Z Downloaded rustls-pemfile v2.2.0
9682024-10-18T17:14:58.059Z Downloaded newtype_derive v0.1.6
9692024-10-18T17:14:58.059Z Downloaded multer v3.1.0
9702024-10-18T17:14:58.059Z Downloaded miniz_oxide v0.8.0
9712024-10-18T17:14:58.059Z Downloaded matches v0.1.10
9722024-10-18T17:14:58.059Z Downloaded is_ci v1.2.0
9732024-10-18T17:14:58.059Z Downloaded iana-time-zone v0.1.61
9742024-10-18T17:14:58.059Z Downloaded http v0.2.12
9752024-10-18T17:14:58.059Z Downloaded home v0.5.9
9762024-10-18T17:14:58.059Z Downloaded wyz v0.5.1
9772024-10-18T17:14:58.059Z Downloaded tokio-rustls v0.26.0
9782024-10-18T17:14:58.083Z Downloaded tokio-rustls v0.24.1
9792024-10-18T17:14:58.083Z Downloaded tokio-native-tls v0.3.1
9802024-10-18T17:14:58.083Z Downloaded smf v0.2.3
9812024-10-18T17:14:58.083Z Downloaded slog-scope v4.4.0
9822024-10-18T17:14:58.083Z Downloaded slog-envlogger v2.2.0
9832024-10-18T17:14:58.083Z Downloaded salsa20 v0.10.2
9842024-10-18T17:14:58.083Z Downloaded rustls-pki-types v1.9.0
9852024-10-18T17:14:58.083Z Downloaded rayon-core v1.12.1
9862024-10-18T17:14:58.083Z Downloaded lock_api v0.4.12
9872024-10-18T17:14:58.106Z Downloaded inout v0.1.3
9882024-10-18T17:14:58.106Z Downloaded hyper-util v0.1.9
9892024-10-18T17:14:58.106Z Downloaded hyper-tls v0.6.0
9902024-10-18T17:14:58.107Z Downloaded hubpack_derive v0.1.1
9912024-10-18T17:14:58.107Z Downloaded httpdate v1.0.3
9922024-10-18T17:14:58.107Z Downloaded http-range v0.1.5
9932024-10-18T17:14:58.107Z Downloaded http-body v1.0.1
9942024-10-18T17:14:58.107Z Downloaded hostname v0.4.0
9952024-10-18T17:14:58.107Z Downloaded hostname v0.3.1
9962024-10-18T17:14:58.107Z Downloaded tokio-stream v0.1.16
9972024-10-18T17:14:58.107Z Downloaded tls_codec v0.4.1
9982024-10-18T17:14:58.107Z Downloaded slog-stdlog v4.1.1
9992024-10-18T17:14:58.130Z Downloaded slog-json v2.6.1
10002024-10-18T17:14:58.130Z Downloaded rcgen v0.12.1
10012024-10-18T17:14:58.130Z Downloaded rand_xorshift v0.3.0
10022024-10-18T17:14:58.130Z Downloaded rand_seeder v0.3.0
10032024-10-18T17:14:58.130Z Downloaded newtype-uuid v1.1.2
10042024-10-18T17:14:58.130Z Downloaded nanorand v0.7.0
10052024-10-18T17:14:58.130Z Downloaded mockall v0.13.0
10062024-10-18T17:14:58.130Z Downloaded mime_guess v2.0.5
10072024-10-18T17:14:58.130Z Downloaded maybe-uninit v2.0.0
10082024-10-18T17:14:58.130Z Downloaded managed v0.8.0
10092024-10-18T17:14:58.130Z Downloaded libloading v0.8.5
10102024-10-18T17:14:58.130Z Downloaded libefi-sys v0.1.0
10112024-10-18T17:14:58.130Z Downloaded ipnet v2.10.1
10122024-10-18T17:14:58.154Z Downloaded hyper-staticfile v0.10.1
10132024-10-18T17:14:58.154Z Downloaded httparse v1.9.5
10142024-10-18T17:14:58.154Z Downloaded highway v1.2.0
10152024-10-18T17:14:58.154Z Downloaded hickory-resolver v0.24.1
10162024-10-18T17:14:58.154Z Downloaded debug-ignore v1.0.5
10172024-10-18T17:14:58.154Z Downloaded darling_core v0.20.10
10182024-10-18T17:14:58.154Z Downloaded ctr v0.9.2
10192024-10-18T17:14:58.177Z Downloaded crypto-bigint v0.5.5
10202024-10-18T17:14:58.177Z Downloaded crossbeam-utils v0.8.20
10212024-10-18T17:14:58.177Z Downloaded crossbeam-deque v0.8.5
10222024-10-18T17:14:58.177Z Downloaded crc32fast v1.4.2
10232024-10-18T17:14:58.177Z Downloaded crc-any v2.5.0
10242024-10-18T17:14:58.177Z Downloaded compact_str v0.8.0
10252024-10-18T17:14:58.177Z Downloaded rusty-fork v0.3.0
10262024-10-18T17:14:58.177Z Downloaded rustls-pemfile v1.0.4
10272024-10-18T17:14:58.200Z Downloaded rustfmt-wrapper v0.2.1
10282024-10-18T17:14:58.200Z Downloaded rand_core v0.6.4
10292024-10-18T17:14:58.200Z Downloaded normalize-line-endings v0.3.0
10302024-10-18T17:14:58.200Z Downloaded nodrop v0.1.14
10312024-10-18T17:14:58.200Z Downloaded nibble_vec v0.1.0
10322024-10-18T17:14:58.201Z Downloaded new_debug_unreachable v1.0.6
10332024-10-18T17:14:58.201Z Downloaded memoffset v0.9.1
10342024-10-18T17:14:58.201Z Downloaded match_cfg v0.1.0
10352024-10-18T17:14:58.201Z Downloaded lru-cache v0.1.2
10362024-10-18T17:14:58.201Z Downloaded lazy_static v1.5.0
10372024-10-18T17:14:58.201Z Downloaded indent_write v2.2.0
10382024-10-18T17:14:58.201Z Downloaded humantime v2.1.0
10392024-10-18T17:14:58.201Z Downloaded hubpack v0.1.2
10402024-10-18T17:14:58.201Z Downloaded data-encoding v2.6.0
10412024-10-18T17:14:58.201Z Downloaded cookie_store v0.21.0
10422024-10-18T17:14:58.201Z Downloaded convert_case v0.4.0
10432024-10-18T17:14:58.224Z Downloaded const_format_proc_macros v0.2.33
10442024-10-18T17:14:58.224Z Downloaded const_format v0.2.33
10452024-10-18T17:14:58.224Z Downloaded const-oid v0.9.6
10462024-10-18T17:14:58.224Z Downloaded cobs v0.2.3
10472024-10-18T17:14:58.224Z Downloaded cipher v0.4.4
10482024-10-18T17:14:58.224Z Downloaded ciborium-io v0.2.2
10492024-10-18T17:14:58.224Z Downloaded ciborium v0.2.2
10502024-10-18T17:14:58.224Z Downloaded chrono v0.4.38
10512024-10-18T17:14:58.249Z Downloaded cexpr v0.6.0
10522024-10-18T17:14:58.249Z Downloaded cc v1.1.30
10532024-10-18T17:14:58.249Z Downloaded cbc v0.1.2
10542024-10-18T17:14:58.249Z Downloaded cassowary v0.3.0
10552024-10-18T17:14:58.249Z Downloaded bytes v1.7.2
10562024-10-18T17:14:58.249Z Downloaded blowfish v0.9.1
10572024-10-18T17:14:58.272Z Downloaded base64 v0.13.1
10582024-10-18T17:14:58.272Z Downloaded md5 v0.7.0
10592024-10-18T17:14:58.272Z Downloaded keccak v0.1.5
10602024-10-18T17:14:58.272Z Downloaded is-terminal v0.4.13
10612024-10-18T17:14:58.272Z Downloaded instant v0.1.13
10622024-10-18T17:14:58.272Z Downloaded crossterm v0.28.1
10632024-10-18T17:14:58.272Z Downloaded crossbeam-channel v0.5.13
10642024-10-18T17:14:58.272Z Downloaded cfg_aliases v0.2.1
10652024-10-18T17:14:58.272Z Downloaded bitfield-struct v0.6.2
10662024-10-18T17:14:58.273Z Downloaded bit-vec v0.6.3
10672024-10-18T17:14:58.296Z Downloaded base64 v0.22.1
10682024-10-18T17:14:58.296Z Downloaded backtrace v0.3.74
10692024-10-18T17:14:58.296Z Downloaded backoff v0.4.0
10702024-10-18T17:14:58.296Z Downloaded atomic-waker v1.1.2
10712024-10-18T17:14:58.296Z Downloaded async-recursion v1.1.1
10722024-10-18T17:14:58.296Z Downloaded argon2 v0.5.3
10732024-10-18T17:14:58.296Z Downloaded aho-corasick v1.1.3
10742024-10-18T17:14:58.320Z Downloaded aes-gcm v0.10.3
10752024-10-18T17:14:58.320Z Downloaded aes v0.8.4
10762024-10-18T17:14:58.320Z Downloaded http-body v0.4.6
10772024-10-18T17:14:58.320Z Downloaded curve25519-dalek-derive v0.1.1
10782024-10-18T17:14:58.320Z Downloaded csv-core v0.1.11
10792024-10-18T17:14:58.320Z Downloaded crossbeam-epoch v0.9.18
10802024-10-18T17:14:58.320Z Downloaded cookie v0.18.1
10812024-10-18T17:14:58.320Z Downloaded console v0.15.8
10822024-10-18T17:14:58.345Z Downloaded clang-sys v1.8.1
10832024-10-18T17:14:58.345Z Downloaded blake2 v0.10.6
10842024-10-18T17:14:58.345Z Downloaded base64 v0.21.7
10852024-10-18T17:14:58.345Z Downloaded atty v0.2.14
10862024-10-18T17:14:58.345Z Downloaded async-stream-impl v0.3.6
10872024-10-18T17:14:58.345Z Downloaded assert_matches v1.5.0
10882024-10-18T17:14:58.345Z Downloaded arrayref v0.3.9
10892024-10-18T17:14:58.345Z Downloaded arc-swap v1.7.1
10902024-10-18T17:14:58.345Z Downloaded allocator-api2 v0.2.18
10912024-10-18T17:14:58.345Z Downloaded cstr-argument v0.1.2
10922024-10-18T17:14:58.369Z Downloaded crc-catalog v2.4.0
10932024-10-18T17:14:58.369Z Downloaded chacha20 v0.9.1
10942024-10-18T17:14:58.369Z Downloaded cancel-safe-futures v0.1.5
10952024-10-18T17:14:58.369Z Downloaded bzip2 v0.4.4
10962024-10-18T17:14:58.369Z Downloaded buf-list v1.0.3
10972024-10-18T17:14:58.369Z Downloaded bcs v0.1.6
10982024-10-18T17:14:58.369Z Downloaded bcrypt-pbkdf v0.10.0
10992024-10-18T17:14:58.369Z Downloaded bb8 v0.8.5
11002024-10-18T17:14:58.369Z Downloaded base64ct v1.6.0
11012024-10-18T17:14:58.369Z Downloaded ahash v0.8.11
11022024-10-18T17:14:58.369Z Downloaded aead v0.5.2
11032024-10-18T17:14:58.369Z Downloaded addr2line v0.24.2
11042024-10-18T17:14:58.369Z Downloaded darling v0.20.10
11052024-10-18T17:14:58.393Z Downloaded crunchy v0.2.2
11062024-10-18T17:14:58.393Z Downloaded crc v3.2.1
11072024-10-18T17:14:58.393Z Downloaded constant_time_eq v0.3.1
11082024-10-18T17:14:58.393Z Downloaded colored v2.1.0
11092024-10-18T17:14:58.393Z Downloaded ciborium-ll v0.2.2
11102024-10-18T17:14:58.393Z Downloaded chrono-tz-build v0.4.0
11112024-10-18T17:14:58.393Z Downloaded cfg_aliases v0.1.1
11122024-10-18T17:14:58.393Z Downloaded castaway v0.2.3
11132024-10-18T17:14:58.393Z Downloaded block-padding v0.3.3
11142024-10-18T17:14:58.393Z Downloaded bitflags v1.3.2
11152024-10-18T17:14:58.393Z Downloaded async-trait v0.1.83
11162024-10-18T17:14:58.393Z Downloaded bit-set v0.5.3
11172024-10-18T17:14:58.416Z Downloaded atomicwrites v0.4.4
11182024-10-18T17:14:58.416Z Downloaded async-stream v0.3.6
11192024-10-18T17:14:58.416Z Downloaded async-bb8-diesel v0.2.1
11202024-10-18T17:14:58.416Z Downloaded ascii-canvas v3.0.0
11212024-10-18T17:14:58.416Z Downloaded arrayvec v0.7.6
11222024-10-18T17:14:58.416Z Downloaded array-init v0.0.4
11232024-10-18T17:14:58.416Z Downloaded adler2 v2.0.0
11242024-10-18T17:14:58.522Z Compiling serde v1.0.210
11252024-10-18T17:14:58.545Z Compiling typenum v1.17.0
11262024-10-18T17:14:58.545Z Compiling generic-array v0.14.7
11272024-10-18T17:14:58.545Z Compiling lock_api v0.4.12
11282024-10-18T17:14:58.545Z Compiling scopeguard v1.2.0
11292024-10-18T17:14:58.546Z Compiling subtle v2.6.1
11302024-10-18T17:14:58.546Z Compiling syn v2.0.79
11312024-10-18T17:14:58.546Z Compiling getrandom v0.2.15
11322024-10-18T17:14:58.778Z Compiling value-bag v1.9.0
11332024-10-18T17:14:58.885Z Compiling rand_core v0.6.4
11342024-10-18T17:14:58.979Z Compiling const-oid v0.9.6
11352024-10-18T17:14:59.002Z Compiling pin-project-lite v0.2.14
11362024-10-18T17:14:59.102Z Compiling smallvec v1.13.2
11372024-10-18T17:14:59.125Z Compiling jobserver v0.1.32
11382024-10-18T17:14:59.307Z Compiling log v0.4.22
11392024-10-18T17:14:59.369Z Compiling shlex v1.3.0
11402024-10-18T17:14:59.473Z Compiling parking_lot_core v0.9.10
11412024-10-18T17:14:59.505Z Compiling futures-core v0.3.31
11422024-10-18T17:14:59.735Z Compiling cc v1.1.30
11432024-10-18T17:14:59.763Z Compiling signal-hook-registry v1.4.2
11442024-10-18T17:14:59.955Z Compiling mio v1.0.2
11452024-10-18T17:15:00.108Z Compiling cpufeatures v0.2.14
11462024-10-18T17:15:00.208Z Compiling futures-sink v0.3.31
11472024-10-18T17:15:00.352Z Compiling parking_lot v0.12.3
11482024-10-18T17:15:00.483Z Compiling spin v0.9.8
11492024-10-18T17:15:00.506Z Compiling socket2 v0.5.7
11502024-10-18T17:15:00.506Z Compiling slab v0.4.9
11512024-10-18T17:15:00.850Z Compiling serde_json v1.0.128
11522024-10-18T17:15:00.939Z Compiling futures-channel v0.3.31
11532024-10-18T17:15:00.984Z Compiling foldhash v0.1.3
11542024-10-18T17:15:01.165Z Compiling futures-io v0.3.31
11552024-10-18T17:15:01.193Z Compiling tinyvec_macros v0.1.1
11562024-10-18T17:15:01.216Z Compiling futures-task v0.3.31
11572024-10-18T17:15:01.258Z Compiling pin-utils v0.1.0
11582024-10-18T17:15:01.288Z Compiling allocator-api2 v0.2.18
11592024-10-18T17:15:01.312Z Compiling tinyvec v1.8.0
11602024-10-18T17:15:01.355Z Compiling libm v0.2.8
11612024-10-18T17:15:01.403Z Compiling num-traits v0.2.19
11622024-10-18T17:15:01.475Z Compiling unicode-bidi v0.3.17
11632024-10-18T17:15:01.499Z Compiling base64ct v1.6.0
11642024-10-18T17:15:01.906Z Compiling pem-rfc7468 v0.7.0
11652024-10-18T17:15:02.027Z Compiling hashbrown v0.15.0
11662024-10-18T17:15:02.051Z Compiling httparse v1.9.5
11672024-10-18T17:15:02.793Z Compiling unicode-normalization v0.1.24
11682024-10-18T17:15:02.874Z Compiling flagset v0.4.6
11692024-10-18T17:15:02.967Z Compiling tracing-core v0.1.32
11702024-10-18T17:15:03.053Z Compiling crossbeam-utils v0.8.20
11712024-10-18T17:15:03.077Z Compiling rustls-pki-types v1.9.0
11722024-10-18T17:15:03.480Z Compiling percent-encoding v2.3.1
11732024-10-18T17:15:03.725Z Compiling ring v0.17.8
11742024-10-18T17:15:03.783Z Compiling pkg-config v0.3.31
11752024-10-18T17:15:03.839Z Compiling powerfmt v0.2.0
11762024-10-18T17:15:04.144Z Compiling time-core v0.1.2
11772024-10-18T17:15:04.216Z Compiling untrusted v0.9.0
11782024-10-18T17:15:04.293Z Compiling num-conv v0.1.0
11792024-10-18T17:15:04.321Z Compiling vcpkg v0.2.15
11802024-10-18T17:15:04.395Z Compiling deranged v0.3.11
11812024-10-18T17:15:04.518Z Compiling num_threads v0.1.7
11822024-10-18T17:15:04.560Z Compiling time-macros v0.2.18
11832024-10-18T17:15:04.642Z Compiling atomic-waker v1.1.2
11842024-10-18T17:15:04.830Z Compiling form_urlencoded v1.2.1
11852024-10-18T17:15:05.103Z Compiling slog v2.7.0
11862024-10-18T17:15:05.183Z Compiling try-lock v0.2.5
11872024-10-18T17:15:05.322Z Compiling rustix v0.38.37
11882024-10-18T17:15:05.536Z Compiling want v0.3.1
11892024-10-18T17:15:05.628Z Compiling httpdate v1.0.3
11902024-10-18T17:15:06.028Z Compiling idna v0.5.0
11912024-10-18T17:15:06.061Z Compiling base64 v0.22.1
11922024-10-18T17:15:06.125Z Compiling foreign-types-shared v0.1.1
11932024-10-18T17:15:06.230Z Compiling rustversion v1.0.17
11942024-10-18T17:15:06.279Z Compiling openssl-sys v0.9.103
11952024-10-18T17:15:06.540Z Compiling iana-time-zone v0.1.61
11962024-10-18T17:15:06.750Z Compiling match_cfg v0.1.0
11972024-10-18T17:15:06.870Z Compiling tower-service v0.3.3
11982024-10-18T17:15:06.945Z Compiling openssl v0.10.66
11992024-10-18T17:15:07.014Z Compiling hostname v0.3.1
12002024-10-18T17:15:07.075Z Compiling url v2.5.2
12012024-10-18T17:15:07.334Z Compiling foreign-types v0.3.2
12022024-10-18T17:15:07.391Z Compiling time v0.3.36
12032024-10-18T17:15:07.419Z Compiling dirs-sys-next v0.1.2
12042024-10-18T17:15:07.447Z Compiling aho-corasick v1.1.3
12052024-10-18T17:15:07.471Z Compiling siphasher v0.3.11
12062024-10-18T17:15:07.883Z Compiling adler2 v2.0.0
12072024-10-18T17:15:08.095Z Compiling rustls v0.23.14
12082024-10-18T17:15:08.161Z Compiling data-encoding v2.6.0
12092024-10-18T17:15:08.391Z Compiling regex-syntax v0.8.5
12102024-10-18T17:15:08.859Z Compiling rustls v0.22.4
12112024-10-18T17:15:08.960Z Compiling syn v1.0.109
12122024-10-18T17:15:09.102Z Compiling native-tls v0.2.12
12132024-10-18T17:15:09.434Z Compiling miniz_oxide v0.8.0
12142024-10-18T17:15:09.591Z Compiling dirs-next v2.0.0
12152024-10-18T17:15:10.284Z Compiling serde_derive_internals v0.29.1
12162024-10-18T17:15:10.766Z Compiling crossbeam-epoch v0.9.18
12172024-10-18T17:15:10.968Z Compiling lazy_static v1.5.0
12182024-10-18T17:15:11.078Z Compiling thread_local v1.1.8
12192024-10-18T17:15:11.329Z Compiling serde_derive v1.0.210
12202024-10-18T17:15:11.427Z Compiling zeroize_derive v1.4.2
12212024-10-18T17:15:11.574Z Compiling zerocopy-derive v0.7.35
12222024-10-18T17:15:12.136Z Compiling tokio-macros v2.4.0
12232024-10-18T17:15:12.238Z Compiling thiserror-impl v1.0.64
12242024-10-18T17:15:12.720Z Compiling futures-macro v0.3.31
12252024-10-18T17:15:12.883Z Compiling zeroize v1.8.1
12262024-10-18T17:15:13.255Z Compiling der_derive v0.7.3
12272024-10-18T17:15:13.503Z Compiling zerocopy v0.7.35
12282024-10-18T17:15:13.613Z Compiling tracing-attributes v0.1.27
12292024-10-18T17:15:14.171Z Compiling scroll_derive v0.12.0
12302024-10-18T17:15:14.396Z Compiling crypto-common v0.1.6
12312024-10-18T17:15:14.420Z Compiling block-buffer v0.10.4
12322024-10-18T17:15:14.613Z Compiling digest v0.10.7
12332024-10-18T17:15:14.643Z Compiling futures-util v0.3.31
12342024-10-18T17:15:14.842Z Compiling block-padding v0.3.3
12352024-10-18T17:15:15.060Z Compiling hmac v0.12.1
12362024-10-18T17:15:15.084Z Compiling inout v0.1.3
12372024-10-18T17:15:15.108Z Compiling thiserror v1.0.64
12382024-10-18T17:15:15.255Z Compiling sha2 v0.10.8
12392024-10-18T17:15:15.288Z Compiling ppv-lite86 v0.2.20
12402024-10-18T17:15:15.312Z Compiling cipher v0.4.4
12412024-10-18T17:15:15.360Z Compiling der v0.7.9
12422024-10-18T17:15:15.416Z Compiling pbkdf2 v0.12.2
12432024-10-18T17:15:15.569Z Compiling pest v2.7.14
12442024-10-18T17:15:15.771Z Compiling salsa20 v0.10.2
12452024-10-18T17:15:15.958Z Compiling rand_chacha v0.3.1
12462024-10-18T17:15:15.997Z Compiling scrypt v0.11.0
12472024-10-18T17:15:16.487Z Compiling rand v0.8.5
12482024-10-18T17:15:16.772Z Compiling tracing v0.1.40
12492024-10-18T17:15:17.204Z Compiling spki v0.7.3
12502024-10-18T17:15:17.590Z Compiling aes v0.8.4
12512024-10-18T17:15:17.930Z Compiling pest_meta v2.7.14
12522024-10-18T17:15:17.955Z Compiling cbc v0.1.2
12532024-10-18T17:15:18.176Z Compiling scroll v0.12.0
12542024-10-18T17:15:18.277Z Compiling rustls-webpki v0.102.8
12552024-10-18T17:15:18.409Z Compiling pkcs5 v0.7.1
12562024-10-18T17:15:18.448Z Compiling async-trait v0.1.83
12572024-10-18T17:15:18.677Z Compiling goblin v0.8.2
12582024-10-18T17:15:19.445Z Compiling pest_generator v2.7.14
12592024-10-18T17:15:19.779Z Compiling pkcs8 v0.10.2
12602024-10-18T17:15:20.049Z Compiling openssl-macros v0.1.1
12612024-10-18T17:15:20.099Z Compiling sha1 v0.10.6
12622024-10-18T17:15:20.426Z Compiling signature v2.2.0
12632024-10-18T17:15:20.470Z Compiling regex-automata v0.4.8
12642024-10-18T17:15:20.709Z Compiling cookie v0.18.1
12652024-10-18T17:15:20.732Z Compiling encoding_rs v0.8.34
12662024-10-18T17:15:20.808Z Compiling multer v3.1.0
12672024-10-18T17:15:20.966Z Compiling schemars v0.8.21
12682024-10-18T17:15:21.049Z Compiling slog-async v2.8.0
12692024-10-18T17:15:21.073Z Compiling gimli v0.31.1
12702024-10-18T17:15:21.271Z Compiling signal-hook v0.3.17
12712024-10-18T17:15:21.507Z Compiling paste v1.0.15
12722024-10-18T17:15:21.531Z Compiling unicode-properties v0.1.3
12732024-10-18T17:15:21.855Z Compiling either v1.13.0
12742024-10-18T17:15:21.948Z Compiling openssl-probe v0.1.5
12752024-10-18T17:15:22.098Z Compiling pest_derive v2.7.14
12762024-10-18T17:15:22.247Z Compiling rayon-core v1.12.1
12772024-10-18T17:15:22.288Z Compiling ipnet v2.10.1
12782024-10-18T17:15:22.573Z Compiling mime v0.3.17
12792024-10-18T17:15:22.880Z Compiling dtrace-parser v0.2.0
12802024-10-18T17:15:23.094Z Compiling bytes v1.7.2
12812024-10-18T17:15:23.441Z Compiling indexmap v2.6.0
12822024-10-18T17:15:24.218Z Compiling tokio v1.40.0
12832024-10-18T17:15:24.276Z Compiling http v1.1.0
12842024-10-18T17:15:24.718Z Compiling bitflags v2.6.0
12852024-10-18T17:15:24.742Z Compiling semver v1.0.23
12862024-10-18T17:15:25.122Z Compiling rustc_version v0.4.1
12872024-10-18T17:15:25.368Z Compiling dof v0.3.0
12882024-10-18T17:15:25.803Z Compiling http-body v1.0.1
12892024-10-18T17:15:26.021Z Compiling serde_spanned v0.6.8
12902024-10-18T17:15:26.051Z Compiling uuid v1.10.0
12912024-10-18T17:15:26.232Z Compiling toml_datetime v0.6.8
12922024-10-18T17:15:26.398Z Compiling serde_tokenstream v0.2.2
12932024-10-18T17:15:26.677Z Compiling usdt-impl v0.5.0
12942024-10-18T17:15:26.931Z Compiling chrono v0.4.38
12952024-10-18T17:15:27.201Z Compiling http-body-util v0.1.2
12962024-10-18T17:15:27.241Z Compiling heapless v0.7.17
12972024-10-18T17:15:27.737Z Compiling toml_edit v0.22.22
12982024-10-18T17:15:27.796Z Compiling curve25519-dalek v4.1.3
12992024-10-18T17:15:28.107Z Compiling usdt-attr-macro v0.5.0
13002024-10-18T17:15:28.332Z Compiling usdt-macro v0.5.0
13012024-10-18T17:15:29.642Z Compiling slog-json v2.6.1
13022024-10-18T17:15:29.743Z Compiling addr2line v0.24.2
13032024-10-18T17:15:30.028Z Compiling serde_urlencoded v0.7.1
13042024-10-18T17:15:30.163Z Compiling stringprep v0.1.5
13052024-10-18T17:15:30.512Z Compiling futures-executor v0.3.31
13062024-10-18T17:15:31.082Z Compiling md-5 v0.10.6
13072024-10-18T17:15:31.180Z Compiling schemars_derive v0.8.21
13082024-10-18T17:15:31.329Z Compiling enum-as-inner v0.6.1
13092024-10-18T17:15:31.720Z Compiling tokio-util v0.7.12
13102024-10-18T17:15:32.179Z Compiling async-stream-impl v0.3.6
13112024-10-18T17:15:32.976Z Compiling h2 v0.4.6
13122024-10-18T17:15:33.885Z Compiling crossbeam-deque v0.8.5
13132024-10-18T17:15:34.001Z Compiling term v0.7.0
13142024-10-18T17:15:35.026Z Compiling crossbeam-channel v0.5.13
13152024-10-18T17:15:35.166Z Compiling num-integer v0.1.46
13162024-10-18T17:15:35.276Z Compiling rustls-pemfile v2.2.0
13172024-10-18T17:15:35.563Z Compiling idna v0.4.0
13182024-10-18T17:15:35.846Z Compiling idna v0.3.0
13192024-10-18T17:15:36.002Z Compiling ff v0.13.0
13202024-10-18T17:15:36.192Z Compiling hash32 v0.2.1
13212024-10-18T17:15:36.533Z Compiling is-terminal v0.4.13
13222024-10-18T17:15:36.650Z Compiling object v0.36.5
13232024-10-18T17:15:36.844Z Compiling dropshot v0.12.0
13242024-10-18T17:15:37.092Z Compiling anyhow v1.0.89
13252024-10-18T17:15:37.148Z Compiling base16ct v0.2.0
13262024-10-18T17:15:37.456Z Compiling rustc-demangle v0.1.24
13272024-10-18T17:15:37.668Z Compiling psl-types v2.0.11
13282024-10-18T17:15:37.849Z Compiling utf-8 v0.7.6
13292024-10-18T17:15:37.896Z Compiling stable_deref_trait v1.2.0
13302024-10-18T17:15:37.993Z Compiling take_mut v0.2.2
13312024-10-18T17:15:38.146Z Compiling dyn-clone v1.0.17
13322024-10-18T17:15:38.184Z Compiling portable-atomic v1.9.0
13332024-10-18T17:15:38.348Z Compiling linked-hash-map v0.5.6
13342024-10-18T17:15:38.374Z Compiling smoltcp v0.9.1
13352024-10-18T17:15:38.675Z Compiling hyper v1.4.1
13362024-10-18T17:15:38.991Z Compiling fallible-iterator v0.2.0
13372024-10-18T17:15:39.114Z Compiling num-bigint-dig v0.8.4
13382024-10-18T17:15:39.186Z Compiling quick-error v1.2.3
13392024-10-18T17:15:39.322Z Compiling resolv-conf v0.7.0
13402024-10-18T17:15:39.509Z Compiling lru-cache v0.1.2
13412024-10-18T17:15:39.667Z Compiling postgres-protocol v0.6.7
13422024-10-18T17:15:40.817Z Compiling hyper-util v0.1.9
13432024-10-18T17:15:41.033Z Compiling tungstenite v0.24.0
13442024-10-18T17:15:42.305Z Compiling publicsuffix v2.2.3
13452024-10-18T17:15:42.611Z Compiling sec1 v0.7.3
13462024-10-18T17:15:42.733Z Compiling backtrace v0.3.74
13472024-10-18T17:15:42.770Z Compiling slog-term v2.9.1
13482024-10-18T17:15:42.937Z Compiling usdt v0.5.0
13492024-10-18T17:15:43.130Z Compiling hickory-proto v0.24.1
13502024-10-18T17:15:43.153Z Compiling group v0.13.0
13512024-10-18T17:15:43.398Z Compiling tokio-rustls v0.26.0
13522024-10-18T17:15:43.428Z Compiling num-iter v0.1.45
13532024-10-18T17:15:43.428Z Compiling tokio-rustls v0.25.0
13542024-10-18T17:15:43.622Z Compiling tokio-native-tls v0.3.1
13552024-10-18T17:15:43.777Z Compiling async-stream v0.3.6
13562024-10-18T17:15:43.801Z Compiling futures v0.3.31
13572024-10-18T17:15:43.850Z Compiling toml v0.8.19
13582024-10-18T17:15:44.049Z Compiling camino v1.1.9
13592024-10-18T17:15:44.900Z Compiling slog-bunyan v2.5.0
13602024-10-18T17:15:45.063Z Compiling terminal_size v0.4.0
13612024-10-18T17:15:45.211Z Compiling dropshot_endpoint v0.12.0
13622024-10-18T17:15:45.258Z Compiling openapiv3 v2.0.0
13632024-10-18T17:15:45.288Z Compiling serde_path_to_error v0.1.16
13642024-10-18T17:15:45.720Z Compiling hkdf v0.12.4
13652024-10-18T17:15:45.720Z Compiling crypto-bigint v0.5.5
13662024-10-18T17:15:45.913Z Compiling zerocopy-derive v0.6.6
13672024-10-18T17:15:45.975Z Compiling curve25519-dalek-derive v0.1.1
13682024-10-18T17:15:46.019Z Compiling phf_shared v0.11.2
13692024-10-18T17:15:46.161Z Compiling hubpack_derive v0.1.1
13702024-10-18T17:15:46.367Z Compiling waitgroup v0.1.2
13712024-10-18T17:15:46.570Z Compiling webpki-roots v0.26.6
13722024-10-18T17:15:46.752Z Compiling hostname v0.4.0
13732024-10-18T17:15:46.895Z Compiling fs-err v2.11.0
13742024-10-18T17:15:46.979Z Compiling ahash v0.8.11
13752024-10-18T17:15:47.185Z Compiling debug-ignore v1.0.5
13762024-10-18T17:15:47.287Z Compiling winnow v0.5.40
13772024-10-18T17:15:47.314Z Compiling managed v0.8.0
13782024-10-18T17:15:47.338Z Compiling bitflags v1.3.2
13792024-10-18T17:15:47.445Z Compiling strum_macros v0.25.3
13802024-10-18T17:15:47.794Z Compiling zerocopy v0.6.6
13812024-10-18T17:15:48.492Z Compiling elliptic-curve v0.13.8
13822024-10-18T17:15:48.858Z Compiling hickory-resolver v0.24.1
13832024-10-18T17:15:49.199Z Compiling console v0.15.8
13842024-10-18T17:15:49.610Z Compiling clap_builder v4.5.20
13852024-10-18T17:15:50.460Z Compiling toml_edit v0.19.15
13862024-10-18T17:15:50.812Z Compiling hubpack v0.1.2
13872024-10-18T17:15:50.925Z Compiling hyper-rustls v0.27.3
13882024-10-18T17:15:51.195Z Compiling phf v0.11.2
13892024-10-18T17:15:51.460Z Compiling signal-hook-mio v0.2.4
13902024-10-18T17:15:51.484Z Compiling cookie_store v0.21.0
13912024-10-18T17:15:51.608Z Compiling rayon v1.10.0
13922024-10-18T17:15:51.710Z Compiling hyper-tls v0.6.0
13932024-10-18T17:15:53.629Z Compiling tokio-tungstenite v0.24.0
13942024-10-18T17:15:54.092Z Compiling postgres-types v0.2.8
13952024-10-18T17:15:55.342Z Compiling tokio-stream v0.1.16
13962024-10-18T17:15:55.633Z Compiling bstr v1.10.0
13972024-10-18T17:15:55.707Z Compiling regex v1.11.0
13982024-10-18T17:15:56.231Z Compiling serde-big-array v0.5.1
13992024-10-18T17:15:56.435Z Compiling ed25519 v2.2.3
14002024-10-18T17:15:56.615Z Compiling pkcs1 v0.7.5
14012024-10-18T17:15:56.943Z Compiling rfc6979 v0.4.0
14022024-10-18T17:15:57.010Z Compiling derive-where v1.2.7
14032024-10-18T17:15:57.131Z Compiling serde_repr v0.1.19
14042024-10-18T17:15:57.196Z Compiling clap_derive v4.5.18
14052024-10-18T17:15:57.239Z Compiling phf_shared v0.10.0
14062024-10-18T17:15:57.413Z Compiling float-cmp v0.9.0
14072024-10-18T17:15:57.548Z Compiling sync_wrapper v1.0.1
14082024-10-18T17:15:57.648Z Compiling crc32fast v1.4.2
14092024-10-18T17:15:57.673Z Compiling bit-vec v0.6.3
14102024-10-18T17:15:57.697Z Compiling precomputed-hash v0.1.1
14112024-10-18T17:15:57.815Z Compiling unicode-segmentation v1.12.0
14122024-10-18T17:15:57.958Z Compiling difflib v0.4.0
14132024-10-18T17:15:58.099Z Compiling predicates-core v1.0.8
14142024-10-18T17:15:58.195Z Compiling whoami v1.5.2
14152024-10-18T17:15:58.219Z Compiling static_assertions v1.1.0
14162024-10-18T17:15:58.330Z Compiling number_prefix v0.4.0
14172024-10-18T17:15:58.416Z Compiling fixedbitset v0.4.2
14182024-10-18T17:15:58.532Z Compiling normalize-line-endings v0.3.0
14192024-10-18T17:15:58.593Z Compiling minimal-lexical v0.2.1
14202024-10-18T17:15:58.645Z Compiling new_debug_unreachable v1.0.6
14212024-10-18T17:15:58.730Z Compiling string_cache v0.8.7
14222024-10-18T17:15:58.781Z Compiling petgraph v0.6.5
14232024-10-18T17:15:58.820Z Compiling predicates v3.1.2
14242024-10-18T17:15:59.037Z Compiling nom v7.1.3
14252024-10-18T17:15:59.141Z Compiling indicatif v0.17.8
14262024-10-18T17:15:59.341Z Compiling tokio-postgres v0.7.12
14272024-10-18T17:16:00.078Z Compiling qorb v0.1.1
14282024-10-18T17:16:00.262Z Compiling similar v2.6.0
14292024-10-18T17:16:00.969Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14302024-10-18T17:16:01.253Z Compiling clap v4.5.20
14312024-10-18T17:16:01.371Z Compiling bit-set v0.5.3
14322024-10-18T17:16:01.620Z Compiling flate2 v1.0.34
14332024-10-18T17:16:02.001Z Compiling reqwest v0.12.8
14342024-10-18T17:16:02.125Z Compiling ecdsa v0.16.9
14352024-10-18T17:16:02.243Z Compiling rsa v0.9.6
14362024-10-18T17:16:02.455Z Compiling ed25519-dalek v2.1.1
14372024-10-18T17:16:02.931Z Compiling toml v0.7.8
14382024-10-18T17:16:03.605Z Compiling crossterm v0.28.1
14392024-10-18T17:16:04.378Z Compiling hex v0.4.3
14402024-10-18T17:16:04.693Z Compiling itertools v0.12.1
14412024-10-18T17:16:04.739Z Compiling itertools v0.10.5
14422024-10-18T17:16:04.926Z Compiling x509-cert v0.2.5
14432024-10-18T17:16:05.465Z Compiling unicode-xid v0.2.6
14442024-10-18T17:16:05.622Z Compiling peg-runtime v0.8.3
14452024-10-18T17:16:06.205Z Compiling lalrpop-util v0.19.12
14462024-10-18T17:16:06.505Z Compiling xattr v1.3.1
14472024-10-18T17:16:06.554Z Compiling strum_macros v0.26.4
14482024-10-18T17:16:06.708Z Compiling filetime v0.2.25
14492024-10-18T17:16:06.986Z Compiling tar v0.4.42
14502024-10-18T17:16:09.801Z Compiling strum v0.26.3
14512024-10-18T17:16:09.935Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14522024-10-18T17:16:10.290Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14532024-10-18T17:16:17.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
14542024-10-18T17:16:17.272Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14552024-10-18T17:16:17.336ZOct 18 17:16:16.744 INFO Starting download, target: Clickhouse
14562024-10-18T17:16:17.336ZOct 18 17:16:16.744 INFO Starting download, target: Cockroach
14572024-10-18T17:16:17.336ZOct 18 17:16:16.744 INFO Starting download, target: Console
14582024-10-18T17:16:17.336ZOct 18 17:16:16.744 INFO Starting download, target: DendriteOpenapi
14592024-10-18T17:16:17.336ZOct 18 17:16:16.745 INFO Starting download, target: DendriteStub
14602024-10-18T17:16:17.336ZOct 18 17:16:16.745 INFO Starting download, target: MaghemiteMgd
14612024-10-18T17:16:17.360ZOct 18 17:16:16.745 INFO Starting download, target: TransceiverControl
14622024-10-18T17:16:17.360ZOct 18 17:16:16.746 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14632024-10-18T17:16:17.360ZOct 18 17:16:16.746 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14642024-10-18T17:16:17.360ZOct 18 17:16:16.746 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14652024-10-18T17:16:17.361ZOct 18 17:16:16.746 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14662024-10-18T17:16:17.361ZOct 18 17:16:16.746 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14672024-10-18T17:16:17.361ZOct 18 17:16:16.747 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14682024-10-18T17:16:17.361ZOct 18 17:16:16.747 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14692024-10-18T17:16:17.687ZOct 18 17:16:17.090 INFO Download complete, target: DendriteOpenapi
14702024-10-18T17:16:17.816ZOct 18 17:16:17.217 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14712024-10-18T17:16:18.152ZOct 18 17:16:17.560 INFO Download complete, target: Console
14722024-10-18T17:16:18.656ZOct 18 17:16:18.064 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14732024-10-18T17:16:19.358ZOct 18 17:16:18.766 INFO Download complete, target: TransceiverControl
14742024-10-18T17:16:19.749ZOct 18 17:16:19.157 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14752024-10-18T17:16:20.231ZOct 18 17:16:19.640 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14762024-10-18T17:16:23.489ZOct 18 17:16:22.897 INFO Download complete, target: DendriteStub
14772024-10-18T17:16:23.827ZOct 18 17:16:23.235 INFO Download complete, target: MaghemiteMgd
14782024-10-18T17:16:26.023ZOct 18 17:16:25.431 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14792024-10-18T17:16:26.023ZOct 18 17:16:25.432 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14802024-10-18T17:16:31.177ZOct 18 17:16:30.586 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14812024-10-18T17:16:35.990ZOct 18 17:16:35.398 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14822024-10-18T17:16:36.600ZOct 18 17:16:36.006 INFO Checking that binary works, target: Cockroach
14832024-10-18T17:16:36.952ZOct 18 17:16:36.360 INFO Download complete, target: Cockroach
14842024-10-18T17:16:47.782ZOct 18 17:16:47.190 INFO Checking that binary works, target: Clickhouse
14852024-10-18T17:16:47.971ZOct 18 17:16:47.380 INFO Download complete, target: Clickhouse
14862024-10-18T17:16:48.003ZAll builder prerequisites installed successfully, and PATH looks valid
14872024-10-18T17:16:48.027Z
14882024-10-18T17:16:48.027Zreal 4:14.415584593
14892024-10-18T17:16:48.027Zuser 11:31.098388441
14902024-10-18T17:16:48.027Zsys 2:42.400863205
14912024-10-18T17:16:48.027Ztrap 0.386193701
14922024-10-18T17:16:48.027Ztflt 0.752949433
14932024-10-18T17:16:48.027Zdflt 1.713838507
14942024-10-18T17:16:48.027Zkflt 0.008696635
14952024-10-18T17:16:48.027Zlock 24:28.423880385
14962024-10-18T17:16:48.027Zslp 43:33.760203527
14972024-10-18T17:16:48.027Zlat 50.774678963
14982024-10-18T17:16:48.027Zstop 2:05.520796679
14992024-10-18T17:16:48.027Z+ banner hack-check
15002024-10-18T17:16:48.027Z
15012024-10-18T17:16:48.028Z # # ## #### # # #### # # ###### #### # #
15022024-10-18T17:16:48.028Z # # # # # # # # # # # # # # # # #
15032024-10-18T17:16:48.028Z ###### # # # #### ##### # ###### ##### # ####
15042024-10-18T17:16:48.028Z # # ###### # # # # # # # # # #
15052024-10-18T17:16:48.028Z # # # # # # # # # # # # # # # # #
15062024-10-18T17:16:48.028Z # # # # #### # # #### # # ###### #### # #
15072024-10-18T17:16:48.028Z
15082024-10-18T17:16:48.028Z+ export CARGO_INCREMENTAL=0
15092024-10-18T17:16:48.028Z+ CARGO_INCREMENTAL=0
15102024-10-18T17:16:48.028Z+ ptime -m timeout 2h cargo xtask check-features --ci
15112024-10-18T17:16:48.905Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15122024-10-18T17:16:54.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s
15132024-10-18T17:16:54.142Z Running `target/debug/xtask check-features --ci`
15142024-10-18T17:16:54.172Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15152024-10-18T17:16:54.172Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15162024-10-18T17:16:54.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
15172024-10-18T17:16:54.901Z Running `target/debug/xtask download cargo-hack`
15182024-10-18T17:16:56.103Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15192024-10-18T17:16:56.441Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15202024-10-18T17:17:02.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.41s
15212024-10-18T17:17:02.475Z Running `target/debug/xtask-downloader cargo-hack`
15222024-10-18T17:17:02.538ZOct 18 17:17:01.936 INFO Starting download, target: CargoHack
15232024-10-18T17:17:02.586ZOct 18 17:17:01.937 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15242024-10-18T17:17:03.136ZOct 18 17:17:02.542 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15252024-10-18T17:17:03.257ZOct 18 17:17:02.665 INFO Download complete, target: CargoHack
15262024-10-18T17:17:03.280Zrunning: "/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"
15272024-10-18T17:17:03.304Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15282024-10-18T17:17:03.567Zinfo: running `cargo check --bins` on api_identity (1/166)
15292024-10-18T17:17:04.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15302024-10-18T17:17:04.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15312024-10-18T17:17:04.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15322024-10-18T17:17:04.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
15332024-10-18T17:17:04.566Z
15342024-10-18T17:17:04.566Zinfo: running `cargo check --bins` on bootstore (2/166)
15352024-10-18T17:17:05.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15362024-10-18T17:17:05.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15372024-10-18T17:17:05.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15382024-10-18T17:17:05.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
15392024-10-18T17:17:05.488Z
15402024-10-18T17:17:05.488Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15412024-10-18T17:17:06.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15422024-10-18T17:17:06.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15432024-10-18T17:17:06.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15442024-10-18T17:17:06.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
15452024-10-18T17:17:06.366Z
15462024-10-18T17:17:06.366Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15472024-10-18T17:17:07.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15482024-10-18T17:17:07.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15492024-10-18T17:17:07.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15502024-10-18T17:17:07.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
15512024-10-18T17:17:07.256Z
15522024-10-18T17:17:07.256Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15532024-10-18T17:17:07.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15542024-10-18T17:17:07.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15552024-10-18T17:17:07.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15562024-10-18T17:17:07.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
15572024-10-18T17:17:07.939Z
15582024-10-18T17:17:07.939Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15592024-10-18T17:17:08.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15602024-10-18T17:17:08.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15612024-10-18T17:17:08.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15622024-10-18T17:17:08.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15632024-10-18T17:17:08.600Z
15642024-10-18T17:17:08.600Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15652024-10-18T17:17:09.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15662024-10-18T17:17:09.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15672024-10-18T17:17:09.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15682024-10-18T17:17:09.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15692024-10-18T17:17:09.229Z
15702024-10-18T17:17:09.229Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15712024-10-18T17:17:09.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15722024-10-18T17:17:09.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15732024-10-18T17:17:09.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15742024-10-18T17:17:09.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15752024-10-18T17:17:09.868Z
15762024-10-18T17:17:09.868Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15772024-10-18T17:17:10.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15782024-10-18T17:17:10.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15792024-10-18T17:17:10.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15802024-10-18T17:17:10.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15812024-10-18T17:17:10.515Z
15822024-10-18T17:17:10.516Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15832024-10-18T17:17:11.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15842024-10-18T17:17:11.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15852024-10-18T17:17:11.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15862024-10-18T17:17:11.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15872024-10-18T17:17:11.180Z
15882024-10-18T17:17:11.180Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15892024-10-18T17:17:11.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15902024-10-18T17:17:11.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15912024-10-18T17:17:11.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15922024-10-18T17:17:11.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15932024-10-18T17:17:11.814Z
15942024-10-18T17:17:11.814Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15952024-10-18T17:17:12.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15962024-10-18T17:17:12.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15972024-10-18T17:17:12.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15982024-10-18T17:17:12.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15992024-10-18T17:17:12.453Z
16002024-10-18T17:17:12.453Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
16012024-10-18T17:17:13.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16022024-10-18T17:17:13.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16032024-10-18T17:17:13.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16042024-10-18T17:17:13.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
16052024-10-18T17:17:13.162Z
16062024-10-18T17:17:13.162Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16072024-10-18T17:17:13.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16082024-10-18T17:17:13.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16092024-10-18T17:17:13.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16102024-10-18T17:17:13.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16112024-10-18T17:17:13.800Z
16122024-10-18T17:17:13.800Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16132024-10-18T17:17:14.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16142024-10-18T17:17:14.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16152024-10-18T17:17:14.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16162024-10-18T17:17:14.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16172024-10-18T17:17:14.445Z
16182024-10-18T17:17:14.445Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16192024-10-18T17:17:15.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16202024-10-18T17:17:15.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16212024-10-18T17:17:15.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16222024-10-18T17:17:15.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16232024-10-18T17:17:15.088Z
16242024-10-18T17:17:15.088Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16252024-10-18T17:17:15.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-10-18T17:17:15.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-10-18T17:17:15.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-10-18T17:17:15.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16292024-10-18T17:17:15.717Z
16302024-10-18T17:17:15.717Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16312024-10-18T17:17:16.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-10-18T17:17:16.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-10-18T17:17:16.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-10-18T17:17:16.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
16352024-10-18T17:17:16.425Z
16362024-10-18T17:17:16.425Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16372024-10-18T17:17:16.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-10-18T17:17:17.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-10-18T17:17:17.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-10-18T17:17:17.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16412024-10-18T17:17:17.050Z
16422024-10-18T17:17:17.050Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16432024-10-18T17:17:17.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-10-18T17:17:17.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-10-18T17:17:17.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-10-18T17:17:17.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
16472024-10-18T17:17:17.765Z
16482024-10-18T17:17:17.765Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16492024-10-18T17:17:18.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-10-18T17:17:18.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-10-18T17:17:18.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-10-18T17:17:18.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
16532024-10-18T17:17:18.422Z
16542024-10-18T17:17:18.422Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16552024-10-18T17:17:19.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-10-18T17:17:19.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-10-18T17:17:19.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-10-18T17:17:19.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16592024-10-18T17:17:19.081Z
16602024-10-18T17:17:19.081Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16612024-10-18T17:17:19.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-10-18T17:17:19.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-10-18T17:17:19.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-10-18T17:17:19.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16652024-10-18T17:17:19.720Z
16662024-10-18T17:17:19.720Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16672024-10-18T17:17:20.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-10-18T17:17:20.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-10-18T17:17:20.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-10-18T17:17:20.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16712024-10-18T17:17:20.338Z
16722024-10-18T17:17:20.338Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16732024-10-18T17:17:21.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-10-18T17:17:21.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-10-18T17:17:21.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-10-18T17:17:21.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16772024-10-18T17:17:21.233Z
16782024-10-18T17:17:21.234Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16792024-10-18T17:17:22.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-10-18T17:17:22.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-10-18T17:17:22.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-10-18T17:17:22.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16832024-10-18T17:17:22.141Z
16842024-10-18T17:17:22.141Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16852024-10-18T17:17:23.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-10-18T17:17:23.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-10-18T17:17:23.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-10-18T17:17:23.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
16892024-10-18T17:17:23.096Z
16902024-10-18T17:17:23.096Zinfo: running `cargo check --bins` on oxlog (28/166)
16912024-10-18T17:17:23.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-10-18T17:17:23.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-10-18T17:17:23.991Z Checking cfg-if v1.0.0
16942024-10-18T17:17:24.015Z Checking libc v0.2.159
16952024-10-18T17:17:24.015Z Checking serde v1.0.210
16962024-10-18T17:17:24.015Z Checking zeroize v1.8.1
16972024-10-18T17:17:24.039Z Checking memchr v2.7.4
16982024-10-18T17:17:24.074Z Checking typenum v1.17.0
16992024-10-18T17:17:24.098Z Checking scopeguard v1.2.0
17002024-10-18T17:17:24.098Z Checking subtle v2.6.1
17012024-10-18T17:17:24.128Z Checking value-bag v1.9.0
17022024-10-18T17:17:24.246Z Checking lock_api v0.4.12
17032024-10-18T17:17:24.277Z Checking const-oid v0.9.6
17042024-10-18T17:17:24.339Z Checking itoa v1.0.11
17052024-10-18T17:17:24.473Z Checking log v0.4.22
17062024-10-18T17:17:24.526Z Checking pin-project-lite v0.2.14
17072024-10-18T17:17:24.622Z Checking smallvec v1.13.2
17082024-10-18T17:17:24.646Z Checking byteorder v1.5.0
17092024-10-18T17:17:24.866Z Checking futures-core v0.3.31
17102024-10-18T17:17:24.918Z Checking once_cell v1.20.2
17112024-10-18T17:17:24.941Z Checking cpufeatures v0.2.14
17122024-10-18T17:17:24.970Z Checking getrandom v0.2.15
17132024-10-18T17:17:24.994Z Checking parking_lot_core v0.9.10
17142024-10-18T17:17:25.030Z Checking signal-hook-registry v1.4.2
17152024-10-18T17:17:25.053Z Checking mio v1.0.2
17162024-10-18T17:17:25.124Z Checking generic-array v0.14.7
17172024-10-18T17:17:25.187Z Checking rand_core v0.6.4
17182024-10-18T17:17:25.214Z Checking futures-sink v0.3.31
17192024-10-18T17:17:25.245Z Checking socket2 v0.5.7
17202024-10-18T17:17:25.296Z Checking parking_lot v0.12.3
17212024-10-18T17:17:25.330Z Checking spin v0.9.8
17222024-10-18T17:17:25.458Z Checking zerocopy v0.7.35
17232024-10-18T17:17:25.544Z Checking slab v0.4.9
17242024-10-18T17:17:25.590Z Checking futures-channel v0.3.31
17252024-10-18T17:17:25.633Z Checking equivalent v1.0.1
17262024-10-18T17:17:25.681Z Checking allocator-api2 v0.2.18
17272024-10-18T17:17:25.706Z Checking foldhash v0.1.3
17282024-10-18T17:17:25.734Z Checking futures-io v0.3.31
17292024-10-18T17:17:25.776Z Checking tinyvec_macros v0.1.1
17302024-10-18T17:17:25.857Z Checking futures-task v0.3.31
17312024-10-18T17:17:25.883Z Checking pin-utils v0.1.0
17322024-10-18T17:17:25.907Z Checking tinyvec v1.8.0
17332024-10-18T17:17:25.934Z Checking ryu v1.0.18
17342024-10-18T17:17:25.968Z Checking fnv v1.0.7
17352024-10-18T17:17:26.066Z Checking futures-util v0.3.31
17362024-10-18T17:17:26.091Z Checking crypto-common v0.1.6
17372024-10-18T17:17:26.114Z Checking block-buffer v0.10.4
17382024-10-18T17:17:26.138Z Checking block-padding v0.3.3
17392024-10-18T17:17:26.240Z Checking hashbrown v0.15.0
17402024-10-18T17:17:26.265Z Checking unicode-bidi v0.3.17
17412024-10-18T17:17:26.288Z Checking digest v0.10.7
17422024-10-18T17:17:26.316Z Checking inout v0.1.3
17432024-10-18T17:17:26.507Z Checking cipher v0.4.4
17442024-10-18T17:17:26.618Z Checking hmac v0.12.1
17452024-10-18T17:17:26.716Z Checking sha2 v0.10.8
17462024-10-18T17:17:26.810Z Checking libm v0.2.8
17472024-10-18T17:17:26.834Z Checking base64ct v1.6.0
17482024-10-18T17:17:26.882Z Checking ppv-lite86 v0.2.20
17492024-10-18T17:17:27.068Z Checking unicode-normalization v0.1.24
17502024-10-18T17:17:27.220Z Checking pem-rfc7468 v0.7.0
17512024-10-18T17:17:27.247Z Checking flagset v0.4.6
17522024-10-18T17:17:27.272Z Checking tracing-core v0.1.32
17532024-10-18T17:17:27.411Z Checking thiserror v1.0.64
17542024-10-18T17:17:27.460Z Checking der v0.7.9
17552024-10-18T17:17:27.535Z Checking rustls-pki-types v1.9.0
17562024-10-18T17:17:27.562Z Checking rand_chacha v0.3.1
17572024-10-18T17:17:27.604Z Checking num-traits v0.2.19
17582024-10-18T17:17:27.837Z Checking percent-encoding v2.3.1
17592024-10-18T17:17:27.889Z Checking rand v0.8.5
17602024-10-18T17:17:27.912Z Checking tracing v0.1.40
17612024-10-18T17:17:28.031Z Checking salsa20 v0.10.2
17622024-10-18T17:17:28.056Z Checking pbkdf2 v0.12.2
17632024-10-18T17:17:28.200Z Checking httparse v1.9.5
17642024-10-18T17:17:28.225Z Checking untrusted v0.9.0
17652024-10-18T17:17:28.249Z Checking powerfmt v0.2.0
17662024-10-18T17:17:28.349Z Checking bytes v1.7.2
17672024-10-18T17:17:28.372Z Checking indexmap v2.6.0
17682024-10-18T17:17:28.493Z Checking serde_json v1.0.128
17692024-10-18T17:17:28.568Z Checking bitflags v2.6.0
17702024-10-18T17:17:28.829Z Checking deranged v0.3.11
17712024-10-18T17:17:29.016Z Checking ring v0.17.8
17722024-10-18T17:17:29.040Z Checking scrypt v0.11.0
17732024-10-18T17:17:29.073Z Checking tokio v1.40.0
17742024-10-18T17:17:29.123Z Checking http v1.1.0
17752024-10-18T17:17:29.228Z Checking spki v0.7.3
17762024-10-18T17:17:29.481Z Checking cbc v0.1.2
17772024-10-18T17:17:29.504Z Checking aes v0.8.4
17782024-10-18T17:17:29.663Z Checking crossbeam-utils v0.8.20
17792024-10-18T17:17:29.922Z Checking num-conv v0.1.0
17802024-10-18T17:17:30.158Z Checking time-core v0.1.2
17812024-10-18T17:17:30.237Z Checking num_threads v0.1.7
17822024-10-18T17:17:30.267Z Checking atomic-waker v1.1.2
17832024-10-18T17:17:30.303Z Checking http-body v1.0.1
17842024-10-18T17:17:30.326Z Checking pkcs5 v0.7.1
17852024-10-18T17:17:30.350Z Checking form_urlencoded v1.2.1
17862024-10-18T17:17:30.373Z Checking time v0.3.36
17872024-10-18T17:17:30.397Z Checking try-lock v0.2.5
17882024-10-18T17:17:30.493Z Checking unicode-ident v1.0.13
17892024-10-18T17:17:30.524Z Checking httpdate v1.0.3
17902024-10-18T17:17:30.548Z Checking want v0.3.1
17912024-10-18T17:17:30.615Z Checking toml_datetime v0.6.8
17922024-10-18T17:17:30.642Z Checking rustls-webpki v0.102.8
17932024-10-18T17:17:30.665Z Checking proc-macro2 v1.0.87
17942024-10-18T17:17:30.709Z Checking serde_spanned v0.6.8
17952024-10-18T17:17:30.739Z Checking uuid v1.10.0
17962024-10-18T17:17:30.801Z Checking pkcs8 v0.10.2
17972024-10-18T17:17:30.867Z Checking idna v0.5.0
17982024-10-18T17:17:30.891Z Checking slog v2.7.0
17992024-10-18T17:17:31.083Z Checking scroll v0.12.0
18002024-10-18T17:17:31.246Z Checking iana-time-zone v0.1.61
18012024-10-18T17:17:31.291Z Checking base64 v0.22.1
18022024-10-18T17:17:31.314Z Checking foreign-types-shared v0.1.1
18032024-10-18T17:17:31.338Z Checking ucd-trie v0.1.7
18042024-10-18T17:17:31.388Z Checking tower-service v0.3.3
18052024-10-18T17:17:31.412Z Checking match_cfg v0.1.0
18062024-10-18T17:17:31.495Z Checking plain v0.2.3
18072024-10-18T17:17:31.519Z Checking pest v2.7.14
18082024-10-18T17:17:31.519Z Checking hostname v0.3.1
18092024-10-18T17:17:31.519Z Checking foreign-types v0.3.2
18102024-10-18T17:17:31.562Z Checking url v2.5.2
18112024-10-18T17:17:31.646Z Checking chrono v0.4.38
18122024-10-18T17:17:31.670Z Checking goblin v0.8.2
18132024-10-18T17:17:31.693Z Checking quote v1.0.37
18142024-10-18T17:17:31.745Z Checking openssl-sys v0.9.103
18152024-10-18T17:17:31.983Z Checking dirs-sys-next v0.1.2
18162024-10-18T17:17:32.137Z Checking errno v0.3.9
18172024-10-18T17:17:32.262Z Checking aho-corasick v1.1.3
18182024-10-18T17:17:32.306Z Checking regex-syntax v0.8.5
18192024-10-18T17:17:32.531Z Checking siphasher v0.3.11
18202024-10-18T17:17:32.822Z Checking data-encoding v2.6.0
18212024-10-18T17:17:32.896Z Checking pretty-hex v0.4.1
18222024-10-18T17:17:33.050Z Checking adler2 v2.0.0
18232024-10-18T17:17:33.201Z Checking miniz_oxide v0.8.0
18242024-10-18T17:17:33.389Z Checking openssl v0.10.66
18252024-10-18T17:17:33.552Z Checking rustix v0.38.37
18262024-10-18T17:17:33.806Z Checking dirs-next v2.0.0
18272024-10-18T17:17:33.829Z Checking dtrace-parser v0.2.0
18282024-10-18T17:17:33.853Z Checking syn v2.0.79
18292024-10-18T17:17:33.927Z Checking http-body-util v0.1.2
18302024-10-18T17:17:34.215Z Checking crossbeam-epoch v0.9.18
18312024-10-18T17:17:34.323Z Checking sha1 v0.10.6
18322024-10-18T17:17:34.560Z Checking signature v2.2.0
18332024-10-18T17:17:34.586Z Checking lazy_static v1.5.0
18342024-10-18T17:17:34.684Z Checking thread_local v1.1.8
18352024-10-18T17:17:34.722Z Checking thread-id v4.2.2
18362024-10-18T17:17:34.824Z Checking encoding_rs v0.8.34
18372024-10-18T17:17:34.936Z Checking openssl-probe v0.1.5
18382024-10-18T17:17:35.072Z Checking anstyle v1.0.8
18392024-10-18T17:17:35.096Z Checking regex-automata v0.4.8
18402024-10-18T17:17:35.374Z Checking ipnet v2.10.1
18412024-10-18T17:17:35.669Z Checking tokio-util v0.7.12
18422024-10-18T17:17:35.788Z Checking either v1.13.0
18432024-10-18T17:17:35.962Z Checking dof v0.3.0
18442024-10-18T17:17:36.112Z Checking winnow v0.6.20
18452024-10-18T17:17:36.436Z Checking h2 v0.4.6
18462024-10-18T17:17:36.476Z Checking unicode-properties v0.1.3
18472024-10-18T17:17:36.548Z Checking gimli v0.31.1
18482024-10-18T17:17:36.728Z Checking mime v0.3.17
18492024-10-18T17:17:36.778Z Checking utf8parse v0.2.2
18502024-10-18T17:17:36.908Z Checking anstyle-parse v0.2.5
18512024-10-18T17:17:37.006Z Checking stringprep v0.1.5
18522024-10-18T17:17:37.156Z Checking crossbeam-deque v0.8.5
18532024-10-18T17:17:37.244Z Checking term v0.7.0
18542024-10-18T17:17:37.428Z Checking slog-json v2.6.1
18552024-10-18T17:17:37.615Z Checking rustls v0.22.4
18562024-10-18T17:17:37.646Z Checking rustls v0.23.14
18572024-10-18T17:17:37.911Z Checking native-tls v0.2.12
18582024-10-18T17:17:38.189Z Checking futures-executor v0.3.31
18592024-10-18T17:17:38.376Z Checking serde_urlencoded v0.7.1
18602024-10-18T17:17:38.588Z Checking toml_edit v0.22.22
18612024-10-18T17:17:38.744Z Checking crossbeam-channel v0.5.13
18622024-10-18T17:17:39.071Z Checking num-integer v0.1.46
18632024-10-18T17:17:39.361Z Checking usdt-impl v0.5.0
18642024-10-18T17:17:39.386Z Checking rustls-pemfile v2.2.0
18652024-10-18T17:17:39.494Z Checking idna v0.4.0
18662024-10-18T17:17:39.569Z Checking idna v0.3.0
18672024-10-18T17:17:39.809Z Checking md-5 v0.10.6
18682024-10-18T17:17:39.897Z Checking addr2line v0.24.2
18692024-10-18T17:17:39.990Z Checking ff v0.13.0
18702024-10-18T17:17:40.175Z Checking hash32 v0.2.1
18712024-10-18T17:17:40.199Z Checking is-terminal v0.4.13
18722024-10-18T17:17:40.223Z Checking memmap v0.7.0
18732024-10-18T17:17:40.307Z Checking object v0.36.5
18742024-10-18T17:17:40.358Z Checking is_terminal_polyfill v1.70.1
18752024-10-18T17:17:40.405Z Checking anstyle-query v1.1.1
18762024-10-18T17:17:40.453Z Checking take_mut v0.2.2
18772024-10-18T17:17:40.478Z Checking fallible-iterator v0.2.0
18782024-10-18T17:17:40.525Z Checking quick-error v1.2.3
18792024-10-18T17:17:40.593Z Checking stable_deref_trait v1.2.0
18802024-10-18T17:17:40.650Z Checking base16ct v0.2.0
18812024-10-18T17:17:40.683Z Checking dyn-clone v1.0.17
18822024-10-18T17:17:40.757Z Checking rustc-demangle v0.1.24
18832024-10-18T17:17:40.816Z Checking utf-8 v0.7.6
18842024-10-18T17:17:40.839Z Checking psl-types v2.0.11
18852024-10-18T17:17:40.886Z Checking linked-hash-map v0.5.6
18862024-10-18T17:17:40.994Z Checking colorchoice v1.0.2
18872024-10-18T17:17:41.017Z Checking publicsuffix v2.2.3
18882024-10-18T17:17:41.042Z Checking postgres-protocol v0.6.7
18892024-10-18T17:17:41.117Z Checking anstream v0.6.15
18902024-10-18T17:17:41.140Z Checking tungstenite v0.24.0
18912024-10-18T17:17:41.185Z Checking lru-cache v0.1.2
18922024-10-18T17:17:41.223Z Checking toml v0.8.19
18932024-10-18T17:17:41.343Z Checking sec1 v0.7.3
18942024-10-18T17:17:41.448Z Checking schemars v0.8.21
18952024-10-18T17:17:41.624Z Checking tokio-rustls v0.25.0
18962024-10-18T17:17:41.704Z Checking heapless v0.7.17
18972024-10-18T17:17:41.728Z Checking hyper v1.4.1
18982024-10-18T17:17:41.855Z Checking resolv-conf v0.7.0
18992024-10-18T17:17:41.928Z Checking slog-async v2.8.0
19002024-10-18T17:17:41.977Z Checking usdt v0.5.0
19012024-10-18T17:17:42.020Z Checking tokio-rustls v0.26.0
19022024-10-18T17:17:42.153Z Checking slog-term v2.9.1
19032024-10-18T17:17:42.191Z Checking hickory-proto v0.24.1
19042024-10-18T17:17:42.215Z Checking group v0.13.0
19052024-10-18T17:17:42.382Z Checking num-iter v0.1.45
19062024-10-18T17:17:42.450Z Checking futures v0.3.31
19072024-10-18T17:17:42.543Z Checking tokio-native-tls v0.3.1
19082024-10-18T17:17:42.567Z Checking slog-bunyan v2.5.0
19092024-10-18T17:17:42.590Z Checking rayon-core v1.12.1
19102024-10-18T17:17:42.645Z Checking multer v3.1.0
19112024-10-18T17:17:42.705Z Checking terminal_size v0.4.0
19122024-10-18T17:17:42.782Z Checking phf_shared v0.11.2
19132024-10-18T17:17:42.824Z Checking cookie v0.18.1
19142024-10-18T17:17:42.872Z Checking async-stream v0.3.6
19152024-10-18T17:17:43.019Z Checking waitgroup v0.1.2
19162024-10-18T17:17:43.044Z Checking signal-hook v0.3.17
19172024-10-18T17:17:43.071Z Checking camino v1.1.9
19182024-10-18T17:17:43.141Z Checking openapiv3 v2.0.0
19192024-10-18T17:17:43.203Z Checking serde_path_to_error v0.1.16
19202024-10-18T17:17:43.228Z Checking webpki-roots v0.26.6
19212024-10-18T17:17:43.359Z Checking hkdf v0.12.4
19222024-10-18T17:17:43.415Z Checking crypto-bigint v0.5.5
19232024-10-18T17:17:43.541Z Checking hostname v0.4.0
19242024-10-18T17:17:43.565Z Checking winnow v0.5.40
19252024-10-18T17:17:43.604Z Checking hyper-util v0.1.9
19262024-10-18T17:17:43.663Z Checking bitflags v1.3.2
19272024-10-18T17:17:43.730Z Checking unicode-width v0.1.14
19282024-10-18T17:17:43.760Z Checking managed v0.8.0
19292024-10-18T17:17:44.071Z Checking clap_lex v0.7.2
19302024-10-18T17:17:44.140Z Checking strsim v0.11.1
19312024-10-18T17:17:44.304Z Checking debug-ignore v1.0.5
19322024-10-18T17:17:44.384Z Checking clap_builder v4.5.20
19332024-10-18T17:17:44.427Z Checking console v0.15.8
19342024-10-18T17:17:44.894Z Checking smoltcp v0.9.1
19352024-10-18T17:17:45.308Z Checking hyper-rustls v0.27.3
19362024-10-18T17:17:45.595Z Checking hyper-tls v0.6.0
19372024-10-18T17:17:45.768Z Checking elliptic-curve v0.13.8
19382024-10-18T17:17:45.793Z Checking backtrace v0.3.74
19392024-10-18T17:17:45.852Z Checking signal-hook-mio v0.2.4
19402024-10-18T17:17:45.935Z Checking dropshot v0.12.0
19412024-10-18T17:17:45.975Z Checking cookie_store v0.21.0
19422024-10-18T17:17:46.090Z Checking toml_edit v0.19.15
19432024-10-18T17:17:46.115Z Checking rayon v1.10.0
19442024-10-18T17:17:46.264Z Checking hickory-resolver v0.24.1
19452024-10-18T17:17:46.293Z Checking anyhow v1.0.89
19462024-10-18T17:17:46.333Z Checking phf v0.11.2
19472024-10-18T17:17:46.528Z Checking num-bigint-dig v0.8.4
19482024-10-18T17:17:46.577Z Checking tokio-tungstenite v0.24.0
19492024-10-18T17:17:46.642Z Checking postgres-types v0.2.8
19502024-10-18T17:17:47.001Z Checking bstr v1.10.0
19512024-10-18T17:17:47.024Z Checking regex v1.11.0
19522024-10-18T17:17:47.240Z Checking tokio-stream v0.1.16
19532024-10-18T17:17:47.546Z Checking ed25519 v2.2.3
19542024-10-18T17:17:47.635Z Checking phf_shared v0.10.0
19552024-10-18T17:17:47.844Z Checking zerocopy v0.6.6
19562024-10-18T17:17:47.867Z Checking curve25519-dalek v4.1.3
19572024-10-18T17:17:47.894Z Checking pkcs1 v0.7.5
19582024-10-18T17:17:47.996Z Checking hubpack v0.1.2
19592024-10-18T17:17:48.211Z Checking portable-atomic v1.9.0
19602024-10-18T17:17:48.255Z Checking float-cmp v0.9.0
19612024-10-18T17:17:48.289Z Checking serde-big-array v0.5.1
19622024-10-18T17:17:48.429Z Checking rfc6979 v0.4.0
19632024-10-18T17:17:48.452Z Checking sync_wrapper v1.0.1
19642024-10-18T17:17:48.488Z Checking crc32fast v1.4.2
19652024-10-18T17:17:48.523Z Checking predicates-core v1.0.8
19662024-10-18T17:17:48.579Z Checking fixedbitset v0.4.2
19672024-10-18T17:17:48.603Z Checking bit-vec v0.6.3
19682024-10-18T17:17:48.691Z Checking precomputed-hash v0.1.1
19692024-10-18T17:17:48.716Z Checking difflib v0.4.0
19702024-10-18T17:17:48.794Z Checking static_assertions v1.1.0
19712024-10-18T17:17:48.823Z Checking minimal-lexical v0.2.1
19722024-10-18T17:17:48.888Z Checking whoami v1.5.2
19732024-10-18T17:17:48.912Z Checking normalize-line-endings v0.3.0
19742024-10-18T17:17:48.989Z Checking unicode-segmentation v1.12.0
19752024-10-18T17:17:49.020Z Checking new_debug_unreachable v1.0.6
19762024-10-18T17:17:49.054Z Checking number_prefix v0.4.0
19772024-10-18T17:17:49.109Z Checking string_cache v0.8.7
19782024-10-18T17:17:49.132Z Checking qorb v0.1.1
19792024-10-18T17:17:49.159Z Checking tokio-postgres v0.7.12
19802024-10-18T17:17:49.182Z Checking nom v7.1.3
19812024-10-18T17:17:49.231Z Checking predicates v3.1.2
19822024-10-18T17:17:49.369Z Checking bit-set v0.5.3
19832024-10-18T17:17:49.443Z Checking ed25519-dalek v2.1.1
19842024-10-18T17:17:49.508Z Checking indicatif v0.17.8
19852024-10-18T17:17:49.559Z Checking similar v2.6.0
19862024-10-18T17:17:49.595Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19872024-10-18T17:17:49.798Z Checking petgraph v0.6.5
19882024-10-18T17:17:49.821Z Checking flate2 v1.0.34
19892024-10-18T17:17:50.160Z Checking ecdsa v0.16.9
19902024-10-18T17:17:50.308Z Checking reqwest v0.12.8
19912024-10-18T17:17:50.384Z Checking rsa v0.9.6
19922024-10-18T17:17:50.741Z Checking toml v0.7.8
19932024-10-18T17:17:51.072Z Checking clap v4.5.20
19942024-10-18T17:17:51.171Z Checking crossterm v0.28.1
19952024-10-18T17:17:51.236Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19962024-10-18T17:17:51.260Z Checking itertools v0.10.5
19972024-10-18T17:17:51.365Z Checking itertools v0.12.1
19982024-10-18T17:17:51.647Z Checking fs-err v2.11.0
19992024-10-18T17:17:51.697Z Checking ahash v0.8.11
20002024-10-18T17:17:51.822Z Checking x509-cert v0.2.5
20012024-10-18T17:17:52.164Z Checking semver v1.0.23
20022024-10-18T17:17:52.187Z Checking hex v0.4.3
20032024-10-18T17:17:52.557Z Checking peg-runtime v0.8.3
20042024-10-18T17:17:52.644Z Checking lalrpop-util v0.19.12
20052024-10-18T17:17:52.667Z Checking sigpipe v0.1.3
20062024-10-18T17:17:54.074Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20072024-10-18T17:17:54.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.39s
20082024-10-18T17:17:54.638Z
20092024-10-18T17:17:54.639Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20102024-10-18T17:17:55.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112024-10-18T17:17:55.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122024-10-18T17:17:55.568Z Compiling hashbrown v0.14.5
20132024-10-18T17:17:55.617Z Checking heck v0.5.0
20142024-10-18T17:17:55.644Z Compiling unsafe-libyaml v0.2.11
20152024-10-18T17:17:55.669Z Compiling ident_case v1.0.1
20162024-10-18T17:17:55.669Z Checking progenitor-client v0.8.0
20172024-10-18T17:17:55.692Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20182024-10-18T17:17:55.692Z Compiling proc-macro-crate v1.3.1
20192024-10-18T17:17:55.802Z Compiling darling_core v0.20.10
20202024-10-18T17:17:55.826Z Checking ipnetwork v0.20.0
20212024-10-18T17:17:55.959Z Compiling structmeta-derive v0.3.0
20222024-10-18T17:17:56.060Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20232024-10-18T17:17:56.129Z Compiling newtype-uuid v1.1.2
20242024-10-18T17:17:56.338Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20252024-10-18T17:17:56.400Z Compiling lzma-sys v0.1.20
20262024-10-18T17:17:56.594Z Checking regress v0.10.1
20272024-10-18T17:17:56.685Z Compiling num_enum_derive v0.5.11
20282024-10-18T17:17:56.770Z Compiling serde_yaml v0.9.34+deprecated
20292024-10-18T17:17:57.072Z Compiling foreign-types-macros v0.2.3
20302024-10-18T17:17:57.231Z Checking arc-swap v1.7.1
20312024-10-18T17:17:57.605Z Checking foreign-types-shared v0.3.1
20322024-10-18T17:17:57.724Z Checking slog-scope v4.4.0
20332024-10-18T17:17:57.925Z Compiling proc-macro-error v1.0.4
20342024-10-18T17:17:58.176Z Checking foreign-types v0.5.0
20352024-10-18T17:17:58.541Z Compiling structmeta v0.3.0
20362024-10-18T17:17:58.630Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20372024-10-18T17:17:58.731Z Checking tungstenite v0.21.0
20382024-10-18T17:17:58.754Z Compiling heck v0.3.3
20392024-10-18T17:17:58.909Z Checking num_enum v0.5.11
20402024-10-18T17:17:58.931Z Compiling parse-display-derive v0.10.0
20412024-10-18T17:17:59.049Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20422024-10-18T17:17:59.129Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20432024-10-18T17:17:59.440Z Checking typify-impl v0.2.0
20442024-10-18T17:17:59.510Z Checking cstr-argument v0.1.2
20452024-10-18T17:17:59.757Z Checking instant v0.1.13
20462024-10-18T17:17:59.784Z Checking fastrand v2.1.1
20472024-10-18T17:17:59.860Z Checking pretty-hex v0.2.1
20482024-10-18T17:18:00.001Z Checking base64 v0.21.7
20492024-10-18T17:18:00.075Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20502024-10-18T17:18:00.335Z Checking tempfile v3.13.0
20512024-10-18T17:18:00.387Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20522024-10-18T17:18:00.412Z Checking backoff v0.4.0
20532024-10-18T17:18:00.627Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20542024-10-18T17:18:00.677Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20552024-10-18T17:18:00.704Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20562024-10-18T17:18:00.768Z Checking tokio-tungstenite v0.21.0
20572024-10-18T17:18:00.821Z Compiling zone_cfg_derive v0.1.2
20582024-10-18T17:18:00.852Z Checking strum v0.26.3
20592024-10-18T17:18:00.978Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20602024-10-18T17:18:01.003Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20612024-10-18T17:18:01.237Z Checking slog-stdlog v4.1.1
20622024-10-18T17:18:01.359Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20632024-10-18T17:18:01.394Z Checking regress v0.9.1
20642024-10-18T17:18:01.496Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20652024-10-18T17:18:01.558Z Checking colored v2.1.0
20662024-10-18T17:18:01.701Z Checking macaddr v1.0.1
20672024-10-18T17:18:01.816Z Compiling darling_macro v0.20.10
20682024-10-18T17:18:01.840Z Checking base64 v0.13.1
20692024-10-18T17:18:01.992Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20702024-10-18T17:18:02.129Z Checking zone v0.1.8
20712024-10-18T17:18:02.206Z Checking ron v0.7.1
20722024-10-18T17:18:02.431Z Checking slog-envlogger v2.2.0
20732024-10-18T17:18:02.631Z Checking xz2 v0.1.7
20742024-10-18T17:18:02.654Z Compiling darling v0.20.10
20752024-10-18T17:18:02.762Z Compiling serde_with_macros v3.11.0
20762024-10-18T17:18:02.785Z Checking tabwriter v1.4.0
20772024-10-18T17:18:02.919Z Checking xattr v1.3.1
20782024-10-18T17:18:02.951Z Checking parse-display v0.10.0
20792024-10-18T17:18:03.000Z Checking pem v3.0.4
20802024-10-18T17:18:03.106Z Checking yasna v0.5.2
20812024-10-18T17:18:03.154Z Checking headers-core v0.3.0
20822024-10-18T17:18:03.196Z Checking smf v0.2.3
20832024-10-18T17:18:03.302Z Checking filetime v0.2.25
20842024-10-18T17:18:03.327Z Checking same-file v1.0.6
20852024-10-18T17:18:03.433Z Checking tar v0.4.42
20862024-10-18T17:18:03.456Z Checking walkdir v2.5.0
20872024-10-18T17:18:03.595Z Checking headers v0.4.0
20882024-10-18T17:18:03.618Z Checking camino-tempfile v1.1.1
20892024-10-18T17:18:03.677Z Checking atomicwrites v0.4.4
20902024-10-18T17:18:03.850Z Checking rcgen v0.12.1
20912024-10-18T17:18:03.874Z Checking subprocess v0.2.9
20922024-10-18T17:18:05.007Z Checking serde_with v3.11.0
20932024-10-18T17:18:08.629Z Compiling typify-macro v0.2.0
20942024-10-18T17:18:11.120Z Compiling typify v0.2.0
20952024-10-18T17:18:11.220Z Compiling progenitor-impl v0.8.0
20962024-10-18T17:18:15.709Z Compiling progenitor-macro v0.8.0
20972024-10-18T17:18:24.096Z Checking progenitor v0.8.0
20982024-10-18T17:18:24.271Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20992024-10-18T17:18:24.271Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21002024-10-18T17:18:27.740Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21012024-10-18T17:18:28.082Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21022024-10-18T17:18:36.363Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21032024-10-18T17:18:38.384Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21042024-10-18T17:18:39.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.26s
21052024-10-18T17:18:40.059Z
21062024-10-18T17:18:40.059Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21072024-10-18T17:18:40.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082024-10-18T17:18:40.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092024-10-18T17:18:40.959Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21102024-10-18T17:18:42.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
21112024-10-18T17:18:42.764Z
21122024-10-18T17:18:42.764Zinfo: running `cargo check --bins` on nexus-config (31/166)
21132024-10-18T17:18:43.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142024-10-18T17:18:43.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152024-10-18T17:18:43.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162024-10-18T17:18:43.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21172024-10-18T17:18:43.626Z
21182024-10-18T17:18:43.626Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21192024-10-18T17:18:44.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202024-10-18T17:18:44.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212024-10-18T17:18:44.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222024-10-18T17:18:44.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21232024-10-18T17:18:44.477Z
21242024-10-18T17:18:44.477Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21252024-10-18T17:18:45.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-10-18T17:18:45.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-10-18T17:18:45.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282024-10-18T17:18:45.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21292024-10-18T17:18:45.369Z
21302024-10-18T17:18:45.369Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21312024-10-18T17:18:46.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322024-10-18T17:18:46.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332024-10-18T17:18:46.290Z Compiling heapless v0.8.0
21342024-10-18T17:18:46.314Z Checking hash32 v0.3.1
21352024-10-18T17:18:46.314Z Compiling smoltcp v0.11.0
21362024-10-18T17:18:46.346Z Checking cobs v0.2.3
21372024-10-18T17:18:46.370Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21382024-10-18T17:18:46.370Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21392024-10-18T17:18:46.395Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21402024-10-18T17:18:46.396Z Compiling crucible-workspace-hack v0.1.0
21412024-10-18T17:18:46.496Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21422024-10-18T17:18:46.525Z Checking postcard v1.0.10
21432024-10-18T17:18:46.551Z Checking newline-converter v0.3.0
21442024-10-18T17:18:46.689Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21452024-10-18T17:18:46.723Z Compiling convert_case v0.4.0
21462024-10-18T17:18:46.840Z Checking expectorate v1.1.0
21472024-10-18T17:18:46.907Z Compiling zone_cfg_derive v0.3.0
21482024-10-18T17:18:46.988Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21492024-10-18T17:18:47.023Z Checking itertools v0.13.0
21502024-10-18T17:18:47.047Z Compiling num-derive v0.4.2
21512024-10-18T17:18:47.193Z Compiling slog-dtrace v0.3.0
21522024-10-18T17:18:47.320Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21532024-10-18T17:18:47.528Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21542024-10-18T17:18:47.636Z Compiling derive_more v0.99.18
21552024-10-18T17:18:48.145Z Checking zone v0.3.0
21562024-10-18T17:18:48.647Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21572024-10-18T17:18:50.418Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21582024-10-18T17:18:51.498Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21592024-10-18T17:18:52.398Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21602024-10-18T17:18:52.937Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21612024-10-18T17:18:54.139Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21622024-10-18T17:18:55.260Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21632024-10-18T17:18:56.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.03s
21642024-10-18T17:18:56.557Z
21652024-10-18T17:18:56.557Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21662024-10-18T17:18:57.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672024-10-18T17:18:57.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682024-10-18T17:18:57.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692024-10-18T17:18:57.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21702024-10-18T17:18:57.458Z
21712024-10-18T17:18:57.458Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21722024-10-18T17:18:58.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732024-10-18T17:18:58.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742024-10-18T17:18:58.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752024-10-18T17:18:58.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21762024-10-18T17:18:58.364Z
21772024-10-18T17:18:58.364Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21782024-10-18T17:18:59.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792024-10-18T17:18:59.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802024-10-18T17:18:59.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812024-10-18T17:18:59.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
21822024-10-18T17:18:59.422Z
21832024-10-18T17:18:59.422Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21842024-10-18T17:19:00.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852024-10-18T17:19:00.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862024-10-18T17:19:00.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872024-10-18T17:19:00.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
21882024-10-18T17:19:00.452Z
21892024-10-18T17:19:00.452Zinfo: running `cargo check --bins` on dns-server (39/166)
21902024-10-18T17:19:01.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912024-10-18T17:19:01.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922024-10-18T17:19:01.356Z Compiling parking_lot_core v0.8.6
21932024-10-18T17:19:01.356Z Checking nibble_vec v0.1.0
21942024-10-18T17:19:01.379Z Checking endian-type v0.1.2
21952024-10-18T17:19:01.379Z Checking fxhash v0.2.1
21962024-10-18T17:19:01.380Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21972024-10-18T17:19:01.380Z Checking hickory-server v0.24.1
21982024-10-18T17:19:01.611Z Checking radix_trie v0.2.1
21992024-10-18T17:19:01.970Z Checking hickory-client v0.24.1
22002024-10-18T17:19:02.158Z Checking parking_lot v0.11.2
22012024-10-18T17:19:02.287Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22022024-10-18T17:19:02.287Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22032024-10-18T17:19:02.471Z Checking sled v0.34.7
22042024-10-18T17:19:04.771Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22052024-10-18T17:19:06.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
22062024-10-18T17:19:06.441Z
22072024-10-18T17:19:06.441Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22082024-10-18T17:19:07.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092024-10-18T17:19:07.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102024-10-18T17:19:07.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112024-10-18T17:19:07.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
22122024-10-18T17:19:07.349Z
22132024-10-18T17:19:07.349Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22142024-10-18T17:19:08.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152024-10-18T17:19:08.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162024-10-18T17:19:08.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172024-10-18T17:19:08.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
22182024-10-18T17:19:08.279Z
22192024-10-18T17:19:08.279Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22202024-10-18T17:19:09.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212024-10-18T17:19:09.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222024-10-18T17:19:09.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232024-10-18T17:19:09.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
22242024-10-18T17:19:09.164Z
22252024-10-18T17:19:09.164Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22262024-10-18T17:19:10.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-10-18T17:19:10.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-10-18T17:19:10.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292024-10-18T17:19:10.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
22302024-10-18T17:19:10.113Z
22312024-10-18T17:19:10.113Zinfo: running `cargo check --bins` on gateway-types (44/166)
22322024-10-18T17:19:10.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-10-18T17:19:10.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-10-18T17:19:10.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-10-18T17:19:10.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
22362024-10-18T17:19:11.003Z
22372024-10-18T17:19:11.003Zinfo: running `cargo check --bins` on ipcc (45/166)
22382024-10-18T17:19:11.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-10-18T17:19:11.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-10-18T17:19:11.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-10-18T17:19:11.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22422024-10-18T17:19:11.866Z
22432024-10-18T17:19:11.866Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22442024-10-18T17:19:12.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-10-18T17:19:12.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-10-18T17:19:12.847Z Checking num-rational v0.4.2
22472024-10-18T17:19:12.847Z Compiling progenitor-client v0.8.0
22482024-10-18T17:19:12.847Z Checking num-complex v0.4.6
22492024-10-18T17:19:12.871Z Compiling prettyplease v0.2.22
22502024-10-18T17:19:12.871Z Compiling newtype-uuid v1.1.2
22512024-10-18T17:19:12.871Z Compiling ipnetwork v0.20.0
22522024-10-18T17:19:12.871Z Compiling instant v0.1.13
22532024-10-18T17:19:12.895Z Compiling radium v0.7.0
22542024-10-18T17:19:13.107Z Checking float-ord v0.3.2
22552024-10-18T17:19:13.184Z Compiling semver v0.1.20
22562024-10-18T17:19:13.235Z Compiling progenitor v0.8.0
22572024-10-18T17:19:13.259Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582024-10-18T17:19:13.337Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22592024-10-18T17:19:13.361Z Compiling backoff v0.4.0
22602024-10-18T17:19:13.421Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22612024-10-18T17:19:13.444Z Compiling parse-display v0.10.0
22622024-10-18T17:19:13.557Z Compiling rustc_version v0.1.7
22632024-10-18T17:19:13.671Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642024-10-18T17:19:13.739Z Compiling serde_with v3.11.0
22652024-10-18T17:19:13.762Z Checking num v0.4.3
22662024-10-18T17:19:13.785Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22672024-10-18T17:19:13.837Z Compiling regress v0.9.1
22682024-10-18T17:19:13.864Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22692024-10-18T17:19:14.009Z Compiling macaddr v1.0.1
22702024-10-18T17:19:14.069Z Checking tap v1.0.1
22712024-10-18T17:19:14.217Z Compiling maybe-uninit v2.0.0
22722024-10-18T17:19:14.397Z Checking wyz v0.5.1
22732024-10-18T17:19:14.755Z Compiling newtype_derive v0.1.6
22742024-10-18T17:19:14.989Z Checking password-hash v0.5.0
22752024-10-18T17:19:15.012Z Checking blake2 v0.10.6
22762024-10-18T17:19:15.149Z Compiling bzip2-sys v0.1.11+1.0.8
22772024-10-18T17:19:15.417Z Compiling owo-colors v4.1.0
22782024-10-18T17:19:15.441Z Compiling packed_struct v0.10.1
22792024-10-18T17:19:15.624Z Checking crc-catalog v2.4.0
22802024-10-18T17:19:15.665Z Compiling cancel-safe-futures v0.1.5
22812024-10-18T17:19:15.729Z Checking funty v2.0.0
22822024-10-18T17:19:15.773Z Checking crc v3.2.1
22832024-10-18T17:19:16.067Z Checking argon2 v0.5.3
22842024-10-18T17:19:17.643Z Checking bitvec v1.0.1
22852024-10-18T17:19:17.666Z Compiling packed_struct_codegen v0.10.1
22862024-10-18T17:19:17.666Z Checking half v2.4.1
22872024-10-18T17:19:17.666Z Compiling indexmap v1.9.3
22882024-10-18T17:19:17.666Z Checking nodrop v0.1.14
22892024-10-18T17:19:17.666Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22902024-10-18T17:19:17.666Z Checking ciborium-io v0.2.2
22912024-10-18T17:19:17.666Z Checking ciborium-ll v0.2.2
22922024-10-18T17:19:17.666Z Checking array-init v0.0.4
22932024-10-18T17:19:17.816Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22942024-10-18T17:19:17.856Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22952024-10-18T17:19:18.090Z Checking smallvec v0.6.14
22962024-10-18T17:19:18.275Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972024-10-18T17:19:18.825Z Checking libsw v3.3.1
22982024-10-18T17:19:19.067Z Compiling memoffset v0.9.1
22992024-10-18T17:19:19.111Z Checking swrite v0.1.0
23002024-10-18T17:19:19.147Z Checking bitfield v0.14.0
23012024-10-18T17:19:19.229Z Checking indent_write v2.2.0
23022024-10-18T17:19:19.353Z Checking highway v1.2.0
23032024-10-18T17:19:19.376Z Checking hashbrown v0.12.3
23042024-10-18T17:19:19.405Z Checking termcolor v1.4.1
23052024-10-18T17:19:19.715Z Checking linear-map v1.2.0
23062024-10-18T17:19:19.738Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23072024-10-18T17:19:19.791Z Checking env_logger v0.10.2
23082024-10-18T17:19:19.905Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23092024-10-18T17:19:20.017Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23102024-10-18T17:19:20.040Z Checking ron v0.8.1
23112024-10-18T17:19:20.316Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23122024-10-18T17:19:20.533Z Checking serde-hex v0.1.0
23132024-10-18T17:19:20.850Z Checking steno v0.4.1
23142024-10-18T17:19:21.099Z Checking ciborium v0.2.2
23152024-10-18T17:19:21.186Z Checking bzip2 v0.4.4
23162024-10-18T17:19:21.545Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23172024-10-18T17:19:21.603Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23182024-10-18T17:19:21.795Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23192024-10-18T17:19:21.989Z Checking hashbrown v0.13.2
23202024-10-18T17:19:22.193Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23212024-10-18T17:19:22.512Z Checking humantime v2.1.0
23222024-10-18T17:19:22.779Z Checking crc-any v2.5.0
23232024-10-18T17:19:22.803Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23242024-10-18T17:19:22.886Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23252024-10-18T17:19:22.909Z Checking object v0.30.4
23262024-10-18T17:19:23.118Z Checking zip v0.6.6
23272024-10-18T17:19:23.233Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23282024-10-18T17:19:23.271Z Checking path-slash v0.1.5
23292024-10-18T17:19:23.398Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23302024-10-18T17:19:23.546Z Checking nix v0.27.1
23312024-10-18T17:19:23.716Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23322024-10-18T17:19:23.896Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23332024-10-18T17:19:24.114Z Checking tungstenite v0.23.0
23342024-10-18T17:19:24.312Z Checking kstat-rs v0.2.4
23352024-10-18T17:19:24.603Z Checking signal-hook-tokio v0.3.1
23362024-10-18T17:19:24.876Z Checking tokio-tungstenite v0.23.1
23372024-10-18T17:19:25.406Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23382024-10-18T17:19:25.878Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23392024-10-18T17:19:31.441Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23402024-10-18T17:19:33.192Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23412024-10-18T17:19:33.240Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23422024-10-18T17:19:37.551Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23432024-10-18T17:19:37.790Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23442024-10-18T17:19:39.126Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23452024-10-18T17:19:46.242Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23462024-10-18T17:19:47.062Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23472024-10-18T17:19:50.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.83s
23482024-10-18T17:19:50.865Z
23492024-10-18T17:19:50.865Zinfo: running `cargo check --bins` on gateway-api (47/166)
23502024-10-18T17:19:51.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512024-10-18T17:19:51.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522024-10-18T17:19:51.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532024-10-18T17:19:51.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23542024-10-18T17:19:51.761Z
23552024-10-18T17:19:51.761Zinfo: running `cargo check --bins` on oximeter (48/166)
23562024-10-18T17:19:52.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572024-10-18T17:19:52.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582024-10-18T17:19:52.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592024-10-18T17:19:52.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23602024-10-18T17:19:52.673Z
23612024-10-18T17:19:52.673Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23622024-10-18T17:19:53.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632024-10-18T17:19:53.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642024-10-18T17:19:53.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652024-10-18T17:19:53.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23662024-10-18T17:19:53.576Z
23672024-10-18T17:19:53.576Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23682024-10-18T17:19:54.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-10-18T17:19:54.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-10-18T17:19:54.460Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23712024-10-18T17:19:54.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23722024-10-18T17:19:55.015Z
23732024-10-18T17:19:55.015Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23742024-10-18T17:19:55.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-10-18T17:19:55.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-10-18T17:19:55.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-10-18T17:19:55.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23782024-10-18T17:19:55.905Z
23792024-10-18T17:19:55.905Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23802024-10-18T17:19:56.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-10-18T17:19:56.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-10-18T17:19:56.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-10-18T17:19:56.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23842024-10-18T17:19:56.795Z
23852024-10-18T17:19:56.795Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23862024-10-18T17:19:57.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-10-18T17:19:57.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-10-18T17:19:57.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-10-18T17:19:57.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23902024-10-18T17:19:57.700Z
23912024-10-18T17:19:57.700Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23922024-10-18T17:19:58.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-10-18T17:19:58.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-10-18T17:19:58.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-10-18T17:19:58.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23962024-10-18T17:19:58.595Z
23972024-10-18T17:19:58.595Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
23982024-10-18T17:19:59.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-10-18T17:19:59.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-10-18T17:19:59.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-10-18T17:19:59.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24022024-10-18T17:19:59.514Z
24032024-10-18T17:19:59.514Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
24042024-10-18T17:20:00.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-10-18T17:20:00.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-10-18T17:20:00.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072024-10-18T17:20:00.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24082024-10-18T17:20:00.385Z
24092024-10-18T17:20:00.385Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24102024-10-18T17:20:01.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-10-18T17:20:01.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-10-18T17:20:01.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-10-18T17:20:01.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24142024-10-18T17:20:01.263Z
24152024-10-18T17:20:01.263Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24162024-10-18T17:20:02.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-10-18T17:20:02.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-10-18T17:20:02.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-10-18T17:20:02.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24202024-10-18T17:20:02.173Z
24212024-10-18T17:20:02.173Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24222024-10-18T17:20:03.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-10-18T17:20:03.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-10-18T17:20:03.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-10-18T17:20:03.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24262024-10-18T17:20:03.116Z
24272024-10-18T17:20:03.116Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24282024-10-18T17:20:03.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-10-18T17:20:03.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-10-18T17:20:03.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-10-18T17:20:03.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
24322024-10-18T17:20:04.043Z
24332024-10-18T17:20:04.043Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24342024-10-18T17:20:04.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-10-18T17:20:04.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-10-18T17:20:04.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-10-18T17:20:04.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24382024-10-18T17:20:04.936Z
24392024-10-18T17:20:04.936Zinfo: running `cargo check --bins` on nexus-client (62/166)
24402024-10-18T17:20:05.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-10-18T17:20:05.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-10-18T17:20:05.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-10-18T17:20:05.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
24442024-10-18T17:20:05.880Z
24452024-10-18T17:20:05.880Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24462024-10-18T17:20:06.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-10-18T17:20:06.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-10-18T17:20:06.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-10-18T17:20:06.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24502024-10-18T17:20:06.774Z
24512024-10-18T17:20:06.774Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24522024-10-18T17:20:07.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-10-18T17:20:07.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-10-18T17:20:07.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-10-18T17:20:07.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24562024-10-18T17:20:07.662Z
24572024-10-18T17:20:07.662Zinfo: running `cargo check --bins` on nexus-types (65/166)
24582024-10-18T17:20:08.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-10-18T17:20:08.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-10-18T17:20:08.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-10-18T17:20:08.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
24622024-10-18T17:20:08.588Z
24632024-10-18T17:20:08.588Zinfo: running `cargo check --bins` on gateway-client (66/166)
24642024-10-18T17:20:09.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-10-18T17:20:09.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-10-18T17:20:09.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-10-18T17:20:09.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24682024-10-18T17:20:09.494Z
24692024-10-18T17:20:09.494Zinfo: running `cargo check --bins` on oxql-types (67/166)
24702024-10-18T17:20:10.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-10-18T17:20:10.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-10-18T17:20:10.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-10-18T17:20:10.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24742024-10-18T17:20:10.366Z
24752024-10-18T17:20:10.366Zinfo: running `cargo check --bins` on update-engine (68/166)
24762024-10-18T17:20:11.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-10-18T17:20:11.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-10-18T17:20:11.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-10-18T17:20:11.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24802024-10-18T17:20:11.223Z
24812024-10-18T17:20:11.223Zinfo: running `cargo check --bins` on sp-sim (69/166)
24822024-10-18T17:20:12.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-10-18T17:20:12.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-10-18T17:20:12.111Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24852024-10-18T17:20:14.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
24862024-10-18T17:20:14.383Z
24872024-10-18T17:20:14.383Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24882024-10-18T17:20:15.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-10-18T17:20:15.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-10-18T17:20:15.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-10-18T17:20:15.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24922024-10-18T17:20:15.316Z
24932024-10-18T17:20:15.316Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24942024-10-18T17:20:16.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-10-18T17:20:16.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-10-18T17:20:16.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-10-18T17:20:16.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
24982024-10-18T17:20:16.290Z
24992024-10-18T17:20:16.290Zinfo: running `cargo check --bins` on db-macros (72/166)
25002024-10-18T17:20:17.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-10-18T17:20:17.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-10-18T17:20:17.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-10-18T17:20:17.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25042024-10-18T17:20:17.164Z
25052024-10-18T17:20:17.165Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25062024-10-18T17:20:17.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-10-18T17:20:17.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-10-18T17:20:17.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-10-18T17:20:17.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
25102024-10-18T17:20:18.051Z
25112024-10-18T17:20:18.051Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25122024-10-18T17:20:18.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-10-18T17:20:18.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-10-18T17:20:18.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-10-18T17:20:18.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
25162024-10-18T17:20:19.000Z
25172024-10-18T17:20:19.000Zinfo: running `cargo check --bins` on authz-macros (75/166)
25182024-10-18T17:20:19.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-10-18T17:20:19.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-10-18T17:20:19.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-10-18T17:20:19.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
25222024-10-18T17:20:19.876Z
25232024-10-18T17:20:19.876Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25242024-10-18T17:20:20.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-10-18T17:20:20.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-10-18T17:20:20.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-10-18T17:20:20.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
25282024-10-18T17:20:20.792Z
25292024-10-18T17:20:20.792Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25302024-10-18T17:20:21.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-10-18T17:20:21.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-10-18T17:20:21.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-10-18T17:20:21.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
25342024-10-18T17:20:21.722Z
25352024-10-18T17:20:21.722Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25362024-10-18T17:20:22.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-10-18T17:20:22.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-10-18T17:20:22.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-10-18T17:20:22.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
25402024-10-18T17:20:22.695Z
25412024-10-18T17:20:22.695Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25422024-10-18T17:20:23.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-10-18T17:20:23.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-10-18T17:20:23.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-10-18T17:20:23.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
25462024-10-18T17:20:23.599Z
25472024-10-18T17:20:23.599Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25482024-10-18T17:20:24.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-10-18T17:20:24.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-10-18T17:20:24.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-10-18T17:20:24.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
25522024-10-18T17:20:24.684Z
25532024-10-18T17:20:24.684Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25542024-10-18T17:20:25.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-10-18T17:20:25.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-10-18T17:20:25.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-10-18T17:20:25.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
25582024-10-18T17:20:25.436Z
25592024-10-18T17:20:25.436Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25602024-10-18T17:20:26.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-10-18T17:20:26.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-10-18T17:20:26.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-10-18T17:20:26.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
25642024-10-18T17:20:26.346Z
25652024-10-18T17:20:26.346Zinfo: running `cargo check --bins` on typed-rng (83/166)
25662024-10-18T17:20:27.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-10-18T17:20:27.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-10-18T17:20:27.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-10-18T17:20:27.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
25702024-10-18T17:20:27.238Z
25712024-10-18T17:20:27.238Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25722024-10-18T17:20:28.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-10-18T17:20:28.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-10-18T17:20:28.368Z Checking keccak v0.1.5
25752024-10-18T17:20:28.391Z Checking secrecy v0.8.0
25762024-10-18T17:20:28.391Z Compiling unicase v2.7.0
25772024-10-18T17:20:28.414Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25782024-10-18T17:20:28.414Z Compiling same-file v1.0.6
25792024-10-18T17:20:28.437Z Compiling tempfile v3.13.0
25802024-10-18T17:20:28.461Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25812024-10-18T17:20:28.461Z Compiling thiserror-impl-no-std v2.0.2
25822024-10-18T17:20:28.653Z Compiling walkdir v2.5.0
25832024-10-18T17:20:28.675Z Checking sha3 v0.10.8
25842024-10-18T17:20:28.702Z Checking universal-hash v0.5.1
25852024-10-18T17:20:28.762Z Compiling ring v0.16.20
25862024-10-18T17:20:28.874Z Compiling blake3 v1.5.4
25872024-10-18T17:20:28.897Z Checking opaque-debug v0.3.1
25882024-10-18T17:20:28.980Z Checking poly1305 v0.8.0
25892024-10-18T17:20:29.017Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25902024-10-18T17:20:29.217Z Checking chacha20 v0.9.1
25912024-10-18T17:20:29.242Z Checking aead v0.5.2
25922024-10-18T17:20:29.288Z Compiling memmap2 v0.9.5
25932024-10-18T17:20:29.338Z Compiling libefi-sys v0.1.0
25942024-10-18T17:20:29.396Z Compiling arrayvec v0.7.6
25952024-10-18T17:20:29.443Z Compiling arrayref v0.3.9
25962024-10-18T17:20:29.535Z Compiling spin v0.5.2
25972024-10-18T17:20:29.558Z Compiling salty v0.3.0
25982024-10-18T17:20:29.608Z Compiling untrusted v0.7.1
25992024-10-18T17:20:29.724Z Compiling constant_time_eq v0.3.1
26002024-10-18T17:20:29.754Z Compiling home v0.5.9
26012024-10-18T17:20:29.795Z Checking chacha20poly1305 v0.10.1
26022024-10-18T17:20:29.904Z Compiling toolchain_find v0.4.0
26032024-10-18T17:20:29.996Z Compiling camino-tempfile v1.1.1
26042024-10-18T17:20:30.019Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26052024-10-18T17:20:30.099Z Compiling bitfield-struct v0.6.2
26062024-10-18T17:20:30.288Z Compiling topological-sort v0.2.2
26072024-10-18T17:20:30.424Z Compiling mime_guess v2.0.5
26082024-10-18T17:20:30.480Z Compiling rustfmt-wrapper v0.2.1
26092024-10-18T17:20:30.861Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26102024-10-18T17:20:30.972Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26112024-10-18T17:20:31.008Z Checking primeorder v0.13.6
26122024-10-18T17:20:31.190Z Checking env_filter v0.1.2
26132024-10-18T17:20:31.254Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142024-10-18T17:20:31.288Z Checking thiserror-no-std v2.0.2
26152024-10-18T17:20:31.336Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26162024-10-18T17:20:31.406Z Checking vsss-rs v3.3.4
26172024-10-18T17:20:31.429Z Checking env_logger v0.11.5
26182024-10-18T17:20:31.455Z Checking p384 v0.13.0
26192024-10-18T17:20:31.603Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26202024-10-18T17:20:31.638Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26212024-10-18T17:20:31.843Z Checking gethostname v0.5.0
26222024-10-18T17:20:31.866Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26232024-10-18T17:20:31.963Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26242024-10-18T17:20:31.992Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26252024-10-18T17:20:32.217Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26262024-10-18T17:20:32.299Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26272024-10-18T17:20:32.322Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26282024-10-18T17:20:32.403Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26292024-10-18T17:20:32.662Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26302024-10-18T17:20:32.721Z Checking nanorand v0.7.0
26312024-10-18T17:20:32.798Z Checking atty v0.2.14
26322024-10-18T17:20:32.821Z Checking glob v0.3.1
26332024-10-18T17:20:32.921Z Checking http-range v0.1.5
26342024-10-18T17:20:33.053Z Checking flume v0.11.0
26352024-10-18T17:20:33.087Z Checking hyper-staticfile v0.10.1
26362024-10-18T17:20:33.115Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26372024-10-18T17:20:33.485Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26382024-10-18T17:20:33.521Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26392024-10-18T17:20:33.655Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26402024-10-18T17:20:34.201Z Compiling omicron-zone-package v0.11.1
26412024-10-18T17:20:34.231Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26422024-10-18T17:20:34.744Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26432024-10-18T17:20:35.050Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26442024-10-18T17:20:35.241Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26452024-10-18T17:20:35.453Z Checking display-error-chain v0.2.1
26462024-10-18T17:20:36.434Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26472024-10-18T17:20:38.152Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26482024-10-18T17:20:39.588Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26492024-10-18T17:20:39.612Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26502024-10-18T17:20:53.632Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26512024-10-18T17:21:10.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.35s
26522024-10-18T17:21:10.768Z
26532024-10-18T17:21:10.768Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26542024-10-18T17:21:11.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-10-18T17:21:11.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-10-18T17:21:11.862Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26572024-10-18T17:21:28.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.89s
26582024-10-18T17:21:28.837Z
26592024-10-18T17:21:28.837Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26602024-10-18T17:21:29.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-10-18T17:21:29.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-10-18T17:21:29.857Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26632024-10-18T17:21:47.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.28s
26642024-10-18T17:21:47.304Z
26652024-10-18T17:21:47.304Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26662024-10-18T17:21:48.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-10-18T17:21:48.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-10-18T17:21:48.411Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26692024-10-18T17:22:05.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.61s
26702024-10-18T17:22:06.092Z
26712024-10-18T17:22:06.092Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26722024-10-18T17:22:06.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-10-18T17:22:06.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-10-18T17:22:07.153Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26752024-10-18T17:22:23.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.66s
26762024-10-18T17:22:23.921Z
26772024-10-18T17:22:23.921Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26782024-10-18T17:22:24.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-10-18T17:22:24.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-10-18T17:22:24.991Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26812024-10-18T17:22:41.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.97s
26822024-10-18T17:22:42.084Z
26832024-10-18T17:22:42.084Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26842024-10-18T17:22:43.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-10-18T17:22:43.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-10-18T17:22:43.190Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26872024-10-18T17:22:59.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.79s
26882024-10-18T17:23:00.055Z
26892024-10-18T17:23:00.055Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26902024-10-18T17:23:00.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912024-10-18T17:23:00.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922024-10-18T17:23:01.121Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26932024-10-18T17:23:18.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.23s
26942024-10-18T17:23:18.453Z
26952024-10-18T17:23:18.453Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
26962024-10-18T17:23:19.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972024-10-18T17:23:19.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982024-10-18T17:23:19.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992024-10-18T17:23:19.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27002024-10-18T17:23:19.396Z
27012024-10-18T17:23:19.396Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
27022024-10-18T17:23:20.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032024-10-18T17:23:20.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042024-10-18T17:23:20.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052024-10-18T17:23:20.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
27062024-10-18T17:23:20.359Z
27072024-10-18T17:23:20.359Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27082024-10-18T17:23:21.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092024-10-18T17:23:21.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102024-10-18T17:23:21.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112024-10-18T17:23:21.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27122024-10-18T17:23:21.264Z
27132024-10-18T17:23:21.264Zinfo: running `cargo check --bins` on dpd-client (95/166)
27142024-10-18T17:23:22.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152024-10-18T17:23:22.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162024-10-18T17:23:22.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172024-10-18T17:23:22.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27182024-10-18T17:23:22.163Z
27192024-10-18T17:23:22.163Zinfo: running `cargo check --bins` on installinator-common (96/166)
27202024-10-18T17:23:23.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212024-10-18T17:23:23.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222024-10-18T17:23:23.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232024-10-18T17:23:23.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
27242024-10-18T17:23:23.176Z
27252024-10-18T17:23:23.176Zinfo: running `cargo check --bins` on key-manager (97/166)
27262024-10-18T17:23:24.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272024-10-18T17:23:24.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282024-10-18T17:23:24.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292024-10-18T17:23:24.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27302024-10-18T17:23:24.111Z
27312024-10-18T17:23:24.111Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27322024-10-18T17:23:24.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332024-10-18T17:23:24.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342024-10-18T17:23:24.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352024-10-18T17:23:24.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27362024-10-18T17:23:25.032Z
27372024-10-18T17:23:25.032Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27382024-10-18T17:23:25.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392024-10-18T17:23:25.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402024-10-18T17:23:25.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412024-10-18T17:23:25.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27422024-10-18T17:23:25.963Z
27432024-10-18T17:23:25.963Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27442024-10-18T17:23:26.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452024-10-18T17:23:26.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462024-10-18T17:23:26.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472024-10-18T17:23:26.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27482024-10-18T17:23:26.891Z
27492024-10-18T17:23:26.891Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27502024-10-18T17:23:27.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512024-10-18T17:23:27.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522024-10-18T17:23:27.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532024-10-18T17:23:27.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27542024-10-18T17:23:27.847Z
27552024-10-18T17:23:27.847Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27562024-10-18T17:23:28.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572024-10-18T17:23:28.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582024-10-18T17:23:28.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592024-10-18T17:23:28.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27602024-10-18T17:23:28.791Z
27612024-10-18T17:23:28.791Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27622024-10-18T17:23:29.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-10-18T17:23:29.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-10-18T17:23:29.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-10-18T17:23:29.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27662024-10-18T17:23:29.744Z
27672024-10-18T17:23:29.744Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27682024-10-18T17:23:30.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-10-18T17:23:30.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-10-18T17:23:30.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-10-18T17:23:30.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27722024-10-18T17:23:30.657Z
27732024-10-18T17:23:30.657Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27742024-10-18T17:23:31.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-10-18T17:23:31.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-10-18T17:23:31.633Z Compiling phf_generator v0.11.2
27772024-10-18T17:23:31.657Z Compiling parse-zoneinfo v0.3.1
27782024-10-18T17:23:31.681Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27792024-10-18T17:23:31.681Z Checking bcs v0.1.6
27802024-10-18T17:23:31.681Z Compiling async-recursion v1.1.1
27812024-10-18T17:23:31.681Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27822024-10-18T17:23:31.681Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27832024-10-18T17:23:31.784Z Compiling phf_codegen v0.11.2
27842024-10-18T17:23:32.178Z Compiling chrono-tz-build v0.4.0
27852024-10-18T17:23:33.400Z Compiling chrono-tz v0.10.0
27862024-10-18T17:23:42.645Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27872024-10-18T17:23:48.231Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27882024-10-18T17:23:50.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.90s
27892024-10-18T17:23:50.722Z
27902024-10-18T17:23:50.722Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27912024-10-18T17:23:51.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-10-18T17:23:51.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-10-18T17:23:51.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-10-18T17:23:51.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27952024-10-18T17:23:51.647Z
27962024-10-18T17:23:51.647Zinfo: running `cargo check --bins` on oximeter-client (107/166)
27972024-10-18T17:23:52.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-10-18T17:23:52.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-10-18T17:23:52.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-10-18T17:23:52.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28012024-10-18T17:23:52.565Z
28022024-10-18T17:23:52.565Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
28032024-10-18T17:23:53.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-10-18T17:23:53.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-10-18T17:23:53.556Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062024-10-18T17:23:54.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
28072024-10-18T17:23:54.425Z
28082024-10-18T17:23:54.425Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166)
28092024-10-18T17:23:55.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-10-18T17:23:55.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-10-18T17:23:55.377Z Compiling cfg_aliases v0.1.1
28122024-10-18T17:23:55.377Z Compiling vte_generate_state_changes v0.1.2
28132024-10-18T17:23:55.401Z Checking fd-lock v4.0.2
28142024-10-18T17:23:55.401Z Checking bytecount v0.6.8
28152024-10-18T17:23:55.401Z Compiling tabled_derive v0.7.0
28162024-10-18T17:23:55.401Z Compiling peg-macros v0.8.4
28172024-10-18T17:23:55.401Z Compiling sqlparser_derive v0.2.2
28182024-10-18T17:23:55.425Z Checking home v0.5.9
28192024-10-18T17:23:55.516Z Compiling nix v0.28.0
28202024-10-18T17:23:55.555Z Checking papergrid v0.11.0
28212024-10-18T17:23:55.592Z Checking unicode_categories v0.1.1
28222024-10-18T17:23:55.621Z Checking nu-ansi-term v0.50.1
28232024-10-18T17:23:55.858Z Checking sqlformat v0.2.6
28242024-10-18T17:23:55.980Z Checking vte v0.11.1
28252024-10-18T17:23:56.411Z Checking sqlparser v0.45.0
28262024-10-18T17:23:57.040Z Checking strip-ansi-escapes v0.2.0
28272024-10-18T17:23:57.181Z Checking reedline v0.35.0
28282024-10-18T17:23:57.312Z Checking tabled v0.15.0
28292024-10-18T17:23:58.030Z Checking peg v0.8.4
28302024-10-18T17:23:58.433Z Checking rustyline v14.0.0
28312024-10-18T17:24:03.826Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322024-10-18T17:24:11.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.55s
28332024-10-18T17:24:12.160Z
28342024-10-18T17:24:12.160Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28352024-10-18T17:24:13.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-10-18T17:24:13.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-10-18T17:24:13.151Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382024-10-18T17:24:21.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s
28392024-10-18T17:24:21.368Z
28402024-10-18T17:24:21.368Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166)
28412024-10-18T17:24:22.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-10-18T17:24:22.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-10-18T17:24:22.302Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442024-10-18T17:24:28.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.00s
28452024-10-18T17:24:28.549Z
28462024-10-18T17:24:28.549Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28472024-10-18T17:24:29.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-10-18T17:24:29.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-10-18T17:24:29.435Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502024-10-18T17:24:36.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s
28512024-10-18T17:24:37.145Z
28522024-10-18T17:24:37.145Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166)
28532024-10-18T17:24:37.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-10-18T17:24:37.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-10-18T17:24:38.042Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562024-10-18T17:24:45.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.54s
28572024-10-18T17:24:45.846Z
28582024-10-18T17:24:45.846Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28592024-10-18T17:24:46.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-10-18T17:24:46.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-10-18T17:24:46.801Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622024-10-18T17:24:53.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.32s
28632024-10-18T17:24:53.320Z
28642024-10-18T17:24:53.320Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166)
28652024-10-18T17:24:54.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-10-18T17:24:54.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-10-18T17:24:54.234Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682024-10-18T17:25:00.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.33s
28692024-10-18T17:25:00.803Z
28702024-10-18T17:25:00.803Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28712024-10-18T17:25:01.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-10-18T17:25:01.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-10-18T17:25:01.774Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742024-10-18T17:25:09.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s
28752024-10-18T17:25:09.889Z
28762024-10-18T17:25:09.889Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28772024-10-18T17:25:10.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-10-18T17:25:10.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-10-18T17:25:10.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-10-18T17:25:10.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28812024-10-18T17:25:10.775Z
28822024-10-18T17:25:10.775Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28832024-10-18T17:25:11.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-10-18T17:25:11.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-10-18T17:25:11.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-10-18T17:25:11.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28872024-10-18T17:25:11.662Z
28882024-10-18T17:25:11.662Zinfo: running `cargo check --bins` on installinator-client (119/166)
28892024-10-18T17:25:12.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-10-18T17:25:12.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-10-18T17:25:12.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-10-18T17:25:12.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28932024-10-18T17:25:12.560Z
28942024-10-18T17:25:12.561Zinfo: running `cargo check --bins` on oxide-client (120/166)
28952024-10-18T17:25:13.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-10-18T17:25:13.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-10-18T17:25:13.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-10-18T17:25:13.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28992024-10-18T17:25:13.431Z
29002024-10-18T17:25:13.431Zinfo: running `cargo check --bins` on wicketd-client (121/166)
29012024-10-18T17:25:14.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-10-18T17:25:14.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-10-18T17:25:14.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042024-10-18T17:25:14.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
29052024-10-18T17:25:14.351Z
29062024-10-18T17:25:14.351Zinfo: running `cargo check --bins` on wicket-common (122/166)
29072024-10-18T17:25:15.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082024-10-18T17:25:15.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092024-10-18T17:25:15.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102024-10-18T17:25:15.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29112024-10-18T17:25:15.247Z
29122024-10-18T17:25:15.247Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29132024-10-18T17:25:16.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-10-18T17:25:16.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-10-18T17:25:16.174Z Checking csv-core v0.1.11
29162024-10-18T17:25:16.197Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29172024-10-18T17:25:16.472Z Checking csv v1.3.0
29182024-10-18T17:25:17.154Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29192024-10-18T17:25:17.585Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29202024-10-18T17:25:19.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
29212024-10-18T17:25:19.233Z
29222024-10-18T17:25:19.233Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29232024-10-18T17:25:20.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242024-10-18T17:25:20.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252024-10-18T17:25:20.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262024-10-18T17:25:20.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
29272024-10-18T17:25:20.113Z
29282024-10-18T17:25:20.113Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29292024-10-18T17:25:20.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302024-10-18T17:25:20.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312024-10-18T17:25:20.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322024-10-18T17:25:20.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29332024-10-18T17:25:21.006Z
29342024-10-18T17:25:21.006Zinfo: running `cargo check --bins` on cert-dev (126/166)
29352024-10-18T17:25:21.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362024-10-18T17:25:21.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372024-10-18T17:25:21.862Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29382024-10-18T17:25:22.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
29392024-10-18T17:25:22.268Z
29402024-10-18T17:25:22.268Zinfo: running `cargo check --bins` on ch-dev (127/166)
29412024-10-18T17:25:23.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422024-10-18T17:25:23.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432024-10-18T17:25:23.178Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29442024-10-18T17:25:23.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
29452024-10-18T17:25:24.117Z
29462024-10-18T17:25:24.117Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29472024-10-18T17:25:24.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482024-10-18T17:25:24.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492024-10-18T17:25:25.026Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29502024-10-18T17:25:25.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
29512024-10-18T17:25:25.511Z
29522024-10-18T17:25:25.511Zinfo: running `cargo check --bins` on db-dev (129/166)
29532024-10-18T17:25:26.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542024-10-18T17:25:26.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552024-10-18T17:25:26.445Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29562024-10-18T17:25:27.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
29572024-10-18T17:25:27.382Z
29582024-10-18T17:25:27.382Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29592024-10-18T17:25:28.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-10-18T17:25:28.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-10-18T17:25:28.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622024-10-18T17:25:28.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
29632024-10-18T17:25:28.283Z
29642024-10-18T17:25:28.283Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29652024-10-18T17:25:29.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-10-18T17:25:29.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-10-18T17:25:29.133Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29682024-10-18T17:25:30.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
29692024-10-18T17:25:30.271Z
29702024-10-18T17:25:30.271Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29712024-10-18T17:25:31.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-10-18T17:25:31.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-10-18T17:25:31.139Z Checking cargo-platform v0.1.8
29742024-10-18T17:25:31.432Z Checking cargo_metadata v0.18.1
29752024-10-18T17:25:32.672Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29762024-10-18T17:25:33.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
29772024-10-18T17:25:33.731Z
29782024-10-18T17:25:33.731Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29792024-10-18T17:25:34.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802024-10-18T17:25:34.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812024-10-18T17:25:34.703Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29822024-10-18T17:25:35.383Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29832024-10-18T17:25:35.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
29842024-10-18T17:25:36.154Z
29852024-10-18T17:25:36.154Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29862024-10-18T17:25:37.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-10-18T17:25:37.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-10-18T17:25:37.259Z Compiling glob v0.3.1
29892024-10-18T17:25:37.259Z Compiling crunchy v0.2.2
29902024-10-18T17:25:37.259Z Compiling tiny-keccak v2.0.2
29912024-10-18T17:25:37.283Z Compiling dsl_auto_type v0.1.2
29922024-10-18T17:25:37.283Z Checking scheduled-thread-pool v0.2.7
29932024-10-18T17:25:37.283Z Compiling diesel_table_macro_syntax v0.2.0
29942024-10-18T17:25:37.283Z Compiling ascii-canvas v3.0.0
29952024-10-18T17:25:37.307Z Compiling ena v0.14.3
29962024-10-18T17:25:37.539Z Checking r2d2 v0.8.10
29972024-10-18T17:25:37.625Z Compiling libloading v0.8.5
29982024-10-18T17:25:37.656Z Compiling regex-syntax v0.6.29
29992024-10-18T17:25:37.767Z Compiling bindgen v0.69.5
30002024-10-18T17:25:37.818Z Compiling diff v0.1.13
30012024-10-18T17:25:37.900Z Compiling which v4.4.2
30022024-10-18T17:25:38.001Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30032024-10-18T17:25:38.129Z Compiling clang-sys v1.8.1
30042024-10-18T17:25:38.215Z Compiling cexpr v0.6.0
30052024-10-18T17:25:38.419Z Compiling ref-cast v1.0.23
30062024-10-18T17:25:38.419Z Compiling rustc-hash v1.1.0
30072024-10-18T17:25:38.443Z Compiling lazycell v1.3.0
30082024-10-18T17:25:38.467Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30092024-10-18T17:25:38.576Z Compiling derive_builder_core v0.20.2
30102024-10-18T17:25:38.599Z Compiling libxml v0.3.3
30112024-10-18T17:25:38.723Z Compiling ref-cast-impl v1.0.23
30122024-10-18T17:25:38.787Z Compiling diesel_derives v2.2.3
30132024-10-18T17:25:38.971Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30142024-10-18T17:25:39.077Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30152024-10-18T17:25:39.391Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30162024-10-18T17:25:39.629Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30172024-10-18T17:25:39.751Z Compiling strum_macros v0.24.3
30182024-10-18T17:25:39.825Z Compiling indoc v1.0.9
30192024-10-18T17:25:40.607Z Compiling lalrpop v0.19.12
30202024-10-18T17:25:40.646Z Compiling derive_builder_macro v0.20.2
30212024-10-18T17:25:41.375Z Checking derive_builder v0.20.2
30222024-10-18T17:25:41.399Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30232024-10-18T17:25:41.515Z Compiling oso-derive v0.27.3
30242024-10-18T17:25:41.719Z Compiling impl-trait-for-tuples v0.2.2
30252024-10-18T17:25:42.443Z Checking quick-xml v0.33.0
30262024-10-18T17:25:42.553Z Compiling diesel-dtrace v0.3.0
30272024-10-18T17:25:42.711Z Checking maplit v1.0.2
30282024-10-18T17:25:42.858Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30292024-10-18T17:25:42.881Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30302024-10-18T17:25:43.121Z Checking bb8 v0.8.5
30312024-10-18T17:25:43.530Z Compiling const_format_proc_macros v0.2.33
30322024-10-18T17:25:44.218Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30332024-10-18T17:25:44.271Z Checking castaway v0.2.3
30342024-10-18T17:25:44.420Z Checking compact_str v0.8.0
30352024-10-18T17:25:44.517Z Checking unicode-truncate v1.1.0
30362024-10-18T17:25:44.699Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30372024-10-18T17:25:44.943Z Checking lru v0.12.5
30382024-10-18T17:25:45.171Z Compiling instability v0.3.2
30392024-10-18T17:25:45.215Z Checking unicode-linebreak v0.1.5
30402024-10-18T17:25:45.352Z Checking const_format v0.2.33
30412024-10-18T17:25:45.600Z Checking cassowary v0.3.0
30422024-10-18T17:25:45.818Z Checking smawk v0.3.2
30432024-10-18T17:25:45.997Z Checking is_ci v1.2.0
30442024-10-18T17:25:46.045Z Checking textwrap v0.16.1
30452024-10-18T17:25:46.146Z Checking supports-color v3.0.1
30462024-10-18T17:25:46.188Z Checking ratatui v0.28.1
30472024-10-18T17:25:46.367Z Checking multimap v0.10.0
30482024-10-18T17:25:48.055Z Checking diesel v2.2.4
30492024-10-18T17:26:06.055Z Compiling samael v0.0.17
30502024-10-18T17:26:18.501Z Checking async-bb8-diesel v0.2.1
30512024-10-18T17:26:20.494Z Compiling polar-core v0.27.3
30522024-10-18T17:26:29.227Z Checking oso v0.27.3
30532024-10-18T17:27:50.823Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30542024-10-18T17:27:58.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
30552024-10-18T17:27:58.392Z
30562024-10-18T17:27:58.392Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30572024-10-18T17:27:59.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-10-18T17:27:59.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-10-18T17:27:59.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-10-18T17:27:59.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30612024-10-18T17:27:59.328Z
30622024-10-18T17:27:59.328Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30632024-10-18T17:28:00.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-10-18T17:28:00.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-10-18T17:28:00.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-10-18T17:28:00.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30672024-10-18T17:28:00.249Z
30682024-10-18T17:28:00.249Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30692024-10-18T17:28:01.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-10-18T17:28:01.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-10-18T17:28:01.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-10-18T17:28:01.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30732024-10-18T17:28:01.118Z
30742024-10-18T17:28:01.118Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30752024-10-18T17:28:02.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-10-18T17:28:02.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-10-18T17:28:02.272Z Compiling libz-sys v1.1.20
30782024-10-18T17:28:02.298Z Checking http v0.2.12
30792024-10-18T17:28:02.322Z Compiling libgit2-sys v0.17.0+1.8.1
30802024-10-18T17:28:02.346Z Compiling vergen v8.3.2
30812024-10-18T17:28:02.346Z Compiling cargo-platform v0.1.8
30822024-10-18T17:28:02.346Z Compiling pin-project-internal v1.1.6
30832024-10-18T17:28:02.393Z Compiling libsqlite3-sys v0.30.1
30842024-10-18T17:28:02.393Z Compiling snafu-derive v0.8.5
30852024-10-18T17:28:02.628Z Compiling cfg_aliases v0.2.1
30862024-10-18T17:28:02.724Z Compiling cargo_metadata v0.18.1
30872024-10-18T17:28:02.826Z Compiling rustls v0.21.12
30882024-10-18T17:28:02.860Z Checking sync_wrapper v0.1.2
30892024-10-18T17:28:02.980Z Compiling buf-list v1.0.3
30902024-10-18T17:28:03.146Z Compiling nix v0.29.0
30912024-10-18T17:28:03.180Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30922024-10-18T17:28:03.451Z Checking http-body v0.4.6
30932024-10-18T17:28:03.574Z Checking h2 v0.3.26
30942024-10-18T17:28:03.862Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30952024-10-18T17:28:03.921Z Checking globset v0.4.15
30962024-10-18T17:28:04.218Z Checking rustls-webpki v0.101.7
30972024-10-18T17:28:04.360Z Checking olpc-cjson v0.1.4
30982024-10-18T17:28:04.558Z Checking sct v0.7.1
30992024-10-18T17:28:04.739Z Checking rand_seeder v0.3.0
31002024-10-18T17:28:04.819Z Checking serde_plain v1.0.2
31012024-10-18T17:28:04.884Z Checking pin-project v1.1.6
31022024-10-18T17:28:04.939Z Checking typed-path v0.7.1
31032024-10-18T17:28:05.001Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31042024-10-18T17:28:05.488Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31052024-10-18T17:28:05.680Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31062024-10-18T17:28:05.732Z Checking hashlink v0.9.1
31072024-10-18T17:28:05.797Z Checking parse-size v1.0.0
31082024-10-18T17:28:05.931Z Checking fallible-iterator v0.3.0
31092024-10-18T17:28:05.961Z Checking fallible-streaming-iterator v0.1.9
31102024-10-18T17:28:06.234Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31112024-10-18T17:28:06.486Z Checking rusqlite v0.32.1
31122024-10-18T17:28:06.617Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31132024-10-18T17:28:06.766Z Checking rustls-pemfile v1.0.4
31142024-10-18T17:28:06.954Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31152024-10-18T17:28:07.086Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31162024-10-18T17:28:07.141Z Checking snafu v0.8.5
31172024-10-18T17:28:07.211Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31182024-10-18T17:28:07.335Z Checking twox-hash v1.6.3
31192024-10-18T17:28:07.531Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31202024-10-18T17:28:07.762Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31212024-10-18T17:28:07.863Z Checking tokio-rustls v0.24.1
31222024-10-18T17:28:07.913Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31232024-10-18T17:28:08.186Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31242024-10-18T17:28:08.345Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31252024-10-18T17:28:08.368Z Checking fatfs v0.3.6
31262024-10-18T17:28:08.709Z Checking hyper v0.14.30
31272024-10-18T17:28:09.064Z Checking assert_matches v1.5.0
31282024-10-18T17:28:12.634Z Checking reqwest v0.11.27
31292024-10-18T17:28:13.527Z Checking tough v0.17.1
31302024-10-18T17:28:15.472Z Compiling git2 v0.19.0
31312024-10-18T17:28:17.256Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31322024-10-18T17:28:18.646Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31332024-10-18T17:28:22.115Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31342024-10-18T17:29:30.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
31352024-10-18T17:29:30.190Z
31362024-10-18T17:29:30.190Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31372024-10-18T17:29:31.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382024-10-18T17:29:31.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392024-10-18T17:29:31.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402024-10-18T17:29:31.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
31412024-10-18T17:29:31.199Z
31422024-10-18T17:29:31.199Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31432024-10-18T17:29:31.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-10-18T17:29:31.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-10-18T17:29:31.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462024-10-18T17:29:31.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31472024-10-18T17:29:32.064Z
31482024-10-18T17:29:32.064Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31492024-10-18T17:29:32.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-10-18T17:29:32.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-10-18T17:29:32.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522024-10-18T17:29:32.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
31532024-10-18T17:29:32.961Z
31542024-10-18T17:29:32.961Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31552024-10-18T17:29:33.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-10-18T17:29:33.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-10-18T17:29:33.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582024-10-18T17:29:33.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
31592024-10-18T17:29:33.901Z
31602024-10-18T17:29:33.901Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31612024-10-18T17:29:34.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622024-10-18T17:29:34.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632024-10-18T17:29:34.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642024-10-18T17:29:34.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31652024-10-18T17:29:34.837Z
31662024-10-18T17:29:34.837Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31672024-10-18T17:29:35.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682024-10-18T17:29:35.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692024-10-18T17:29:35.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702024-10-18T17:29:35.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
31712024-10-18T17:29:35.751Z
31722024-10-18T17:29:35.751Zinfo: running `cargo check --bins` on update-common (145/166)
31732024-10-18T17:29:36.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742024-10-18T17:29:36.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752024-10-18T17:29:36.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762024-10-18T17:29:36.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
31772024-10-18T17:29:36.660Z
31782024-10-18T17:29:36.660Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31792024-10-18T17:29:37.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802024-10-18T17:29:37.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812024-10-18T17:29:37.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822024-10-18T17:29:37.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
31832024-10-18T17:29:37.561Z
31842024-10-18T17:29:37.561Zinfo: running `cargo check --bins` on tufaceous (147/166)
31852024-10-18T17:29:38.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862024-10-18T17:29:38.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872024-10-18T17:29:38.508Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31882024-10-18T17:29:39.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
31892024-10-18T17:29:39.697Z
31902024-10-18T17:29:39.697Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31912024-10-18T17:29:40.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922024-10-18T17:29:40.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932024-10-18T17:29:40.898Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31942024-10-18T17:29:40.898Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31952024-10-18T17:29:40.921Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31962024-10-18T17:29:42.762Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31972024-10-18T17:29:45.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
31982024-10-18T17:29:45.973Z
31992024-10-18T17:29:45.973Zinfo: running `cargo check --bins` on openapi-manager (149/166)
32002024-10-18T17:29:46.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012024-10-18T17:29:46.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022024-10-18T17:29:46.973Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32032024-10-18T17:29:46.973Z Checking heck v0.4.1
32042024-10-18T17:29:46.973Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32052024-10-18T17:29:47.173Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32062024-10-18T17:29:48.922Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32072024-10-18T17:29:49.941Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32082024-10-18T17:29:51.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
32092024-10-18T17:29:51.340Z
32102024-10-18T17:29:51.340Zinfo: running `cargo check --bins` on installinator-api (150/166)
32112024-10-18T17:29:52.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122024-10-18T17:29:52.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132024-10-18T17:29:52.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142024-10-18T17:29:52.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32152024-10-18T17:29:52.245Z
32162024-10-18T17:29:52.245Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32172024-10-18T17:29:53.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182024-10-18T17:29:53.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192024-10-18T17:29:53.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202024-10-18T17:29:53.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32212024-10-18T17:29:53.128Z
32222024-10-18T17:29:53.129Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32232024-10-18T17:29:53.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242024-10-18T17:29:53.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252024-10-18T17:29:54.090Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32262024-10-18T17:29:55.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
32272024-10-18T17:29:55.620Z
32282024-10-18T17:29:55.620Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32292024-10-18T17:29:56.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302024-10-18T17:29:56.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312024-10-18T17:29:56.536Z Checking memmap2 v0.9.5
32322024-10-18T17:29:56.536Z Checking spin v0.5.2
32332024-10-18T17:29:56.536Z Checking constant_time_eq v0.3.1
32342024-10-18T17:29:56.559Z Checking arrayref v0.3.9
32352024-10-18T17:29:56.559Z Checking arrayvec v0.7.6
32362024-10-18T17:29:56.559Z Checking untrusted v0.7.1
32372024-10-18T17:29:56.559Z Checking topological-sort v0.2.2
32382024-10-18T17:29:56.559Z Checking shell-words v1.1.0
32392024-10-18T17:29:56.775Z Checking ring v0.16.20
32402024-10-18T17:29:56.966Z Checking blake3 v1.5.4
32412024-10-18T17:29:58.217Z Checking omicron-zone-package v0.11.1
32422024-10-18T17:29:59.571Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32432024-10-18T17:30:00.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s
32442024-10-18T17:30:00.813Z
32452024-10-18T17:30:00.813Zinfo: running `cargo check --bins` on xtask (154/166)
32462024-10-18T17:30:01.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472024-10-18T17:30:01.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482024-10-18T17:30:01.503Z Checking bitflags v2.6.0
32492024-10-18T17:30:01.503Z Checking serde v1.0.210
32502024-10-18T17:30:01.503Z Checking thiserror v1.0.64
32512024-10-18T17:30:01.532Z Checking scroll v0.12.0
32522024-10-18T17:30:01.555Z Checking log v0.4.22
32532024-10-18T17:30:01.555Z Checking hashbrown v0.15.0
32542024-10-18T17:30:01.555Z Checking zerocopy v0.7.35
32552024-10-18T17:30:01.589Z Checking syn v2.0.79
32562024-10-18T17:30:01.738Z Checking rustix v0.38.37
32572024-10-18T17:30:01.791Z Checking once_cell v1.20.2
32582024-10-18T17:30:01.940Z Checking goblin v0.8.2
32592024-10-18T17:30:02.057Z Checking fs-err v2.11.0
32602024-10-18T17:30:02.314Z Checking tabled v0.15.0
32612024-10-18T17:30:02.423Z Checking indexmap v2.6.0
32622024-10-18T17:30:02.689Z Checking anyhow v1.0.89
32632024-10-18T17:30:03.293Z Checking terminal_size v0.4.0
32642024-10-18T17:30:03.316Z Checking tempfile v3.13.0
32652024-10-18T17:30:03.450Z Checking clap_builder v4.5.20
32662024-10-18T17:30:05.332Z Checking pest v2.7.14
32672024-10-18T17:30:05.416Z Checking serde_json v1.0.128
32682024-10-18T17:30:05.416Z Checking toml_datetime v0.6.8
32692024-10-18T17:30:05.439Z Checking serde_spanned v0.6.8
32702024-10-18T17:30:05.439Z Checking camino v1.1.9
32712024-10-18T17:30:05.611Z Checking cargo-platform v0.1.8
32722024-10-18T17:30:05.714Z Checking toml_edit v0.22.22
32732024-10-18T17:30:05.737Z Checking semver v1.0.23
32742024-10-18T17:30:05.873Z Checking macaddr v1.0.1
32752024-10-18T17:30:05.914Z Checking camino-tempfile v1.1.1
32762024-10-18T17:30:06.033Z Checking clap v4.5.20
32772024-10-18T17:30:06.643Z Checking dof v0.3.0
32782024-10-18T17:30:06.644Z Checking cargo_metadata v0.18.1
32792024-10-18T17:30:07.386Z Checking dtrace-parser v0.2.0
32802024-10-18T17:30:07.779Z Checking usdt-impl v0.5.0
32812024-10-18T17:30:07.844Z Checking toml v0.8.19
32822024-10-18T17:30:08.217Z Checking usdt v0.5.0
32832024-10-18T17:30:08.437Z Checking cargo_toml v0.20.5
32842024-10-18T17:30:09.960Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32852024-10-18T17:30:10.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.88s
32862024-10-18T17:30:10.799Z
32872024-10-18T17:30:10.800Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32882024-10-18T17:30:11.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892024-10-18T17:30:11.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902024-10-18T17:30:11.800Z Checking polyval v0.6.2
32912024-10-18T17:30:11.823Z Checking ctr v0.9.2
32922024-10-18T17:30:11.849Z Checking ssh-encoding v0.2.0
32932024-10-18T17:30:11.871Z Checking blowfish v0.9.1
32942024-10-18T17:30:11.895Z Checking password-hash v0.4.2
32952024-10-18T17:30:11.895Z Checking matches v0.1.10
32962024-10-18T17:30:11.918Z Checking p256 v0.13.2
32972024-10-18T17:30:11.918Z Checking p521 v0.13.3
32982024-10-18T17:30:11.986Z Checking idna v0.2.3
32992024-10-18T17:30:12.049Z Checking ghash v0.5.1
33002024-10-18T17:30:12.074Z Checking bcrypt-pbkdf v0.10.0
33012024-10-18T17:30:12.099Z Compiling enum-as-inner v0.5.1
33022024-10-18T17:30:12.131Z Checking russh-cryptovec v0.7.3
33032024-10-18T17:30:12.197Z Checking aes-gcm v0.10.3
33042024-10-18T17:30:12.286Z Checking pbkdf2 v0.11.0
33052024-10-18T17:30:12.309Z Checking md5 v0.7.0
33062024-10-18T17:30:12.333Z Checking num-bigint v0.4.6
33072024-10-18T17:30:12.359Z Checking des v0.8.1
33082024-10-18T17:30:12.396Z Checking ssh-cipher v0.2.0
33092024-10-18T17:30:12.527Z Compiling dhcproto-macros v0.1.0
33102024-10-18T17:30:12.550Z Checking hex-literal v0.4.1
33112024-10-18T17:30:12.584Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33122024-10-18T17:30:12.629Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33132024-10-18T17:30:12.652Z Checking ssh-key v0.6.6
33142024-10-18T17:30:12.675Z Checking internet-checksum v0.2.1
33152024-10-18T17:30:12.955Z Checking trust-dns-proto v0.22.0
33162024-10-18T17:30:14.026Z Checking russh-keys v0.45.0
33172024-10-18T17:30:15.151Z Checking russh v0.45.0
33182024-10-18T17:30:15.935Z Checking dhcproto v0.12.0
33192024-10-18T17:30:38.026Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33202024-10-18T17:30:39.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.82s
33212024-10-18T17:30:39.797Z
33222024-10-18T17:30:39.797Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33232024-10-18T17:30:40.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242024-10-18T17:30:40.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252024-10-18T17:30:40.680Z Checking termios v0.3.3
33262024-10-18T17:30:40.857Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33272024-10-18T17:30:41.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
33282024-10-18T17:30:41.970Z
33292024-10-18T17:30:41.970Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33302024-10-18T17:30:42.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312024-10-18T17:30:42.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322024-10-18T17:30:42.932Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33332024-10-18T17:30:45.329Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33342024-10-18T17:30:47.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
33352024-10-18T17:30:47.659Z
33362024-10-18T17:30:47.660Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33372024-10-18T17:30:48.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382024-10-18T17:30:48.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392024-10-18T17:30:48.501Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33402024-10-18T17:30:48.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
33412024-10-18T17:30:49.104Z
33422024-10-18T17:30:49.104Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33432024-10-18T17:30:49.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-10-18T17:30:49.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-10-18T17:30:49.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462024-10-18T17:30:49.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33472024-10-18T17:30:49.933Z
33482024-10-18T17:30:49.934Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33492024-10-18T17:30:50.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-10-18T17:30:50.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-10-18T17:30:50.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522024-10-18T17:30:50.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33532024-10-18T17:30:50.783Z
33542024-10-18T17:30:50.783Zinfo: running `cargo check --bins` on omicron-package (161/166)
33552024-10-18T17:30:51.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562024-10-18T17:30:51.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572024-10-18T17:30:51.681Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33582024-10-18T17:30:53.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
33592024-10-18T17:30:53.262Z
33602024-10-18T17:30:53.262Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33612024-10-18T17:30:54.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622024-10-18T17:30:54.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632024-10-18T17:30:54.191Z Checking rtoolbox v0.0.2
33642024-10-18T17:30:54.191Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33652024-10-18T17:30:54.214Z Checking tui-tree-widget v0.22.0
33662024-10-18T17:30:54.375Z Checking rpassword v7.3.1
33672024-10-18T17:30:59.423Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33682024-10-18T17:31:03.065Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33692024-10-18T17:31:04.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
33702024-10-18T17:31:04.639Z
33712024-10-18T17:31:04.639Zinfo: running `cargo check --bins` on wicket (163/166)
33722024-10-18T17:31:05.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732024-10-18T17:31:05.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742024-10-18T17:31:05.593Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33752024-10-18T17:31:05.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
33762024-10-18T17:31:06.126Z
33772024-10-18T17:31:06.126Zinfo: running `cargo check --bins` on wicketd (164/166)
33782024-10-18T17:31:06.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792024-10-18T17:31:06.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802024-10-18T17:31:07.103Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33812024-10-18T17:31:11.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
33822024-10-18T17:31:11.968Z
33832024-10-18T17:31:11.968Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33842024-10-18T17:31:12.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-10-18T17:31:12.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-10-18T17:31:12.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872024-10-18T17:31:12.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33882024-10-18T17:31:12.770Z
33892024-10-18T17:31:12.770Zinfo: running `cargo check --bins` on zone-setup (166/166)
33902024-10-18T17:31:13.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912024-10-18T17:31:13.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922024-10-18T17:31:13.727Z Checking uzers v0.12.1
33932024-10-18T17:31:14.048Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33942024-10-18T17:31:15.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
33952024-10-18T17:31:15.530Z
33962024-10-18T17:31:15.530Zreal 14:27.518710276
33972024-10-18T17:31:15.530Zuser 24:42.597917046
33982024-10-18T17:31:15.530Zsys 5:45.826301079
33992024-10-18T17:31:15.530Ztrap 0.558958792
34002024-10-18T17:31:15.530Ztflt 1.785735734
34012024-10-18T17:31:15.554Zdflt 3.047311507
34022024-10-18T17:31:15.554Zkflt 0.001326867
34032024-10-18T17:31:15.554Zlock 47:37.303549263
34042024-10-18T17:31:15.554Zslp 2:10:51.326969541
34052024-10-18T17:31:15.554Zlat 59.876965281
34062024-10-18T17:31:15.554Zstop 2:51.761820288
34072024-10-18T17:31:15.554Zprocess exited: duration 1122177 ms, exit code 0
 
34082024-10-18T17:31:15.602Zfound 0 output files