01JBFS73WZ9WW8CP96W2D2TZFM: 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: 01JBFS7JE6ND9D6XDMDGPC4XQQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-30T22:38:26.623Zjob assigned to worker 01JBFS7RD7MDKXVE5C3AEPBC12 (queued for 49 s)
 
22024-10-30T22:38:34.484Zstarting task 0: "setup"
32024-10-30T22:38:34.496Z++ uname -s
42024-10-30T22:38:34.498Z+ kern=SunOS
52024-10-30T22:38:34.498Z+ case "$kern" in
62024-10-30T22:38:34.498Z+ [[ 0 == 12345 ]]
72024-10-30T22:38:34.498Z+ groupadd -g 12345 build
82024-10-30T22:38:34.500Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-30T22:38:36.511Z+ zfs create -o mountpoint=/work rpool/work
102024-10-30T22:38:36.582Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-30T22:38:36.585Z+ home_fs=zfs
122024-10-30T22:38:36.585Z+ [[ zfs == autofs ]]
132024-10-30T22:38:36.585Z+ mkdir -p /home/build
142024-10-30T22:38:36.587Z+ chown build:build /home/build /work
152024-10-30T22:38:37.589Z+ chmod 0700 /home/build /work
162024-10-30T22:38:37.595Zprocess exited: duration 3106 ms, exit code 0
 
172024-10-30T22:38:37.614Zstarting task 1: "rust-toolchain"
182024-10-30T22:38:37.619Z+ printf ' * toolchain channel = "%s"
192024-10-30T22:38:37.619Z * toolchain channel = "1.82.0"
202024-10-30T22:38:37.619Z * toolchain profile = "default"
212024-10-30T22:38:37.619Z' 1.82.0
222024-10-30T22:38:37.619Z+ printf ' * toolchain profile = "%s"
232024-10-30T22:38:37.619Z' default
242024-10-30T22:38:37.622Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-30T22:38:37.622Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-10-30T22:38:37.738Zinfo: downloading installer
272024-10-30T22:38:39.042Zinfo: profile set to 'default'
282024-10-30T22:38:39.042Zinfo: default host triple is x86_64-unknown-illumos
292024-10-30T22:38:39.045Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-10-30T22:38:39.181Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-10-30T22:38:39.181Zinfo: downloading component 'cargo'
322024-10-30T22:38:39.864Zinfo: downloading component 'clippy'
332024-10-30T22:38:40.125Zinfo: downloading component 'rust-docs'
342024-10-30T22:38:41.084Zinfo: downloading component 'rust-std'
352024-10-30T22:38:42.614Zinfo: downloading component 'rustc'
362024-10-30T22:38:48.176Zinfo: downloading component 'rustfmt'
372024-10-30T22:38:48.375Zinfo: installing component 'cargo'
382024-10-30T22:38:49.214Zinfo: installing component 'clippy'
392024-10-30T22:38:49.611Zinfo: installing component 'rust-docs'
402024-10-30T22:38:51.351Zinfo: installing component 'rust-std'
412024-10-30T22:38:53.328Zinfo: installing component 'rustc'
422024-10-30T22:38:59.398Zinfo: installing component 'rustfmt'
432024-10-30T22:38:59.738Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-10-30T22:38:59.738Z
452024-10-30T22:39:00.116Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-10-30T22:39:00.116Z
472024-10-30T22:39:00.118Z
482024-10-30T22:39:00.118ZRust is installed now. Great!
492024-10-30T22:39:00.118Z
502024-10-30T22:39:00.118ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-30T22:39:00.118Zenvironment variable. This has not been done automatically.
522024-10-30T22:39:00.118Z
532024-10-30T22:39:00.118ZTo configure your current shell, you need to source
542024-10-30T22:39:00.118Zthe corresponding env file under $HOME/.cargo.
552024-10-30T22:39:00.118Z
562024-10-30T22:39:00.118ZThis is usually done by running one of the following (note the leading DOT):
572024-10-30T22:39:00.118Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-30T22:39:00.118Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-30T22:39:00.193Z+ rustc --version
602024-10-30T22:39:00.260Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-10-30T22:39:00.264Zprocess exited: duration 22644 ms, exit code 0
 
622024-10-30T22:39:00.269Zstarting task 2: "authentication"
632024-10-30T22:39:00.290Zprocess exited: duration 21 ms, exit code 0
 
642024-10-30T22:39:00.295Zstarting task 3: "clone repository"
652024-10-30T22:39:00.300Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-30T22:39:00.303Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-30T22:39:00.339ZCloning into '/work/oxidecomputer/omicron'...
682024-10-30T22:39:07.829Z+ cd /work/oxidecomputer/omicron
692024-10-30T22:39:07.829Z+ git fetch origin 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1
702024-10-30T22:39:08.134ZFrom https://github.com/oxidecomputer/omicron
712024-10-30T22:39:08.134Z * branch 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 -> FETCH_HEAD
722024-10-30T22:39:08.145Z+ [[ -n gjcolombo/propolis-update ]]
732024-10-30T22:39:08.147Z++ git branch --show-current
742024-10-30T22:39:08.149Z+ current=main
752024-10-30T22:39:08.149Z+ [[ main != gjcolombo/propolis-update ]]
762024-10-30T22:39:08.149Z+ git branch -f gjcolombo/propolis-update 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1
772024-10-30T22:39:08.152Z+ git checkout -f gjcolombo/propolis-update
782024-10-30T22:39:08.317ZSwitched to branch 'gjcolombo/propolis-update'
792024-10-30T22:39:08.319Z+ git reset --hard 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1
802024-10-30T22:39:08.481ZHEAD is now at 8f8ba2a77 don't depend on Propolis "disk attachment states" anymore
812024-10-30T22:39:08.484Zprocess exited: duration 8184 ms, exit code 0
 
822024-10-30T22:39:08.488Zstarting task 4: "build"
832024-10-30T22:39:08.494Z+ source .github/buildomat/ci-env.sh
842024-10-30T22:39:08.494Z++ export CARGO_TERM_COLOR=always
852024-10-30T22:39:08.494Z++ CARGO_TERM_COLOR=always
862024-10-30T22:39:08.496Z+ cargo --version
872024-10-30T22:39:08.551Zcargo 1.82.0 (8f40fc59f 2024-08-21)
882024-10-30T22:39:08.553Z+ rustc --version
892024-10-30T22:39:08.615Zrustc 1.82.0 (f6e511eec 2024-10-15)
902024-10-30T22:39:08.620Z+ source ./env.sh
912024-10-30T22:39:08.620Z++ OLD_SHELL_OPTS=ehxB
922024-10-30T22:39:08.620Z++ set -o xtrace
932024-10-30T22:39:08.620Z++++ dirname ./env.sh
942024-10-30T22:39:08.623Z+++ readlink -f .
952024-10-30T22:39:08.625Z++ OMICRON_WS=/work/oxidecomputer/omicron
962024-10-30T22:39:08.626Z++ export 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-30T22:39:08.626Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-10-30T22:39:08.626Z++ 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
992024-10-30T22:39:08.626Z++ 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
1002024-10-30T22:39:08.626Z++ 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
1012024-10-30T22:39:08.626Z++ 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
1022024-10-30T22:39:08.626Z++ 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
1032024-10-30T22:39:08.626Z++ 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
1042024-10-30T22:39:08.626Z++ case $OLD_SHELL_OPTS in
1052024-10-30T22:39:08.626Z++ unset OLD_SHELL_OPTS OMICRON_WS
1062024-10-30T22:39:08.626Z+ 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
1072024-10-30T22:39:08.626Z+ 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
1082024-10-30T22:39:08.626Z+ banner prerequisites
1092024-10-30T22:39:08.628Z
1102024-10-30T22:39:08.628Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-10-30T22:39:08.628Z # # # # # # # # # # # # # # #
1122024-10-30T22:39:08.628Z # # # # ##### # # ##### # # # # # #### #
1132024-10-30T22:39:08.628Z ##### ##### # ##### # # # # # # # # #
1142024-10-30T22:39:08.628Z # # # # # # # # # # # # # # #
1152024-10-30T22:39:08.628Z # # # ###### # # ###### ### # #### # #### #
1162024-10-30T22:39:08.628Z
1172024-10-30T22:39:08.628Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1182024-10-30T22:39:17.577Z Startup: Refreshing catalog 'helios-dev' ... Done
1192024-10-30T22:39:21.014Z Startup: Caching catalogs ... Done
1202024-10-30T22:39:28.120ZPlanning: Solver setup ... Done (6.335s)
1212024-10-30T22:39:28.212ZPlanning: Running solver ... Done (0.092s)
1222024-10-30T22:39:28.292ZPlanning: Finding local manifests ... Done (0.003s)
1232024-10-30T22:39:28.305ZPlanning: Fetching manifests: 0/5 0% complete
1242024-10-30T22:39:29.031ZPlanning: Fetching manifests: 5/5 100% complete
1252024-10-30T22:39:29.130ZPlanning: Package planning ... Done (0.099s)
1262024-10-30T22:39:29.185ZPlanning: Merging actions ... Done (0.056s)
1272024-10-30T22:39:29.376ZPlanning: Checking for conflicting actions ... Done (0.190s)
1282024-10-30T22:39:31.295ZPlanning: Consolidating action changes ... Done (1.917s)
1292024-10-30T22:39:31.734ZPlanning: Evaluating mediators ... Done (0.439s)
1302024-10-30T22:39:31.818ZPlanning: Planning completed in 10.71 seconds
1312024-10-30T22:39:31.836Z Packages to install: 4
1322024-10-30T22:39:31.836Z Packages to update: 1
1332024-10-30T22:39:31.838Z Mediators to change: 2
1342024-10-30T22:39:31.839Z Services to change: 1
1352024-10-30T22:39:31.839Z Estimated space available: 155.61 GB
1362024-10-30T22:39:31.839ZEstimated space to be consumed: 1.58 GB
1372024-10-30T22:39:31.839Z Create boot environment: No
1382024-10-30T22:39:31.839ZCreate backup boot environment: Yes
1392024-10-30T22:39:31.839Z Rebuild boot archive: No
1402024-10-30T22:39:31.839Z
1412024-10-30T22:39:31.839ZChanged mediators:
1422024-10-30T22:39:31.839Z mediator clang:
1432024-10-30T22:39:31.839Z version: None -> 15 (system default)
1442024-10-30T22:39:31.839Z
1452024-10-30T22:39:31.839Z mediator llvm:
1462024-10-30T22:39:31.839Z version: 14 (system default) -> 15 (system default)
1472024-10-30T22:39:31.839Z
1482024-10-30T22:39:31.839ZChanged packages:
1492024-10-30T22:39:31.839Zhelios-dev
1502024-10-30T22:39:31.839Z developer/build-essential
1512024-10-30T22:39:31.839Z None -> 11-2.0
1522024-10-30T22:39:31.839Z library/libxmlsec1
1532024-10-30T22:39:31.839Z None -> 1.2.35-2.0
1542024-10-30T22:39:31.839Z ooce/developer/clang-15
1552024-10-30T22:39:31.839Z None -> 15.0.7-2.0
1562024-10-30T22:39:31.839Z ooce/developer/llvm-15
1572024-10-30T22:39:31.839Z None -> 15.0.7-2.0
1582024-10-30T22:39:31.839Z package/pkg
1592024-10-30T22:39:31.839Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1602024-10-30T22:39:31.839Z
1612024-10-30T22:39:31.839ZServices:
1622024-10-30T22:39:31.839Z restart_fmri:
1632024-10-30T22:39:31.839Z svc:/system/update-man-index:default
1642024-10-30T22:39:31.839Z
1652024-10-30T22:39:31.839ZEditable files to change:
1662024-10-30T22:39:31.839Z Update:
1672024-10-30T22:39:31.840Z usr/share/lib/pkg/web/config.shtml
1682024-10-30T22:39:31.923Z
1692024-10-30T22:39:31.923ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1702024-10-30T22:39:36.932ZDownload: 698/4281 items 18.1/220.6MB 8% complete (3.7M/s)
1712024-10-30T22:39:41.939ZDownload: 1494/4281 items 116.7/220.6MB 52% complete (11.9M/s)
1722024-10-30T22:39:47.048ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (10.3M/s)
1732024-10-30T22:39:52.342ZDownload: 3273/4281 items 208.8/220.6MB 94% complete (9.2M/s)
1742024-10-30T22:39:55.125ZDownload: Completed 220.60 MB in 23.20 seconds (9.5M/s)
1752024-10-30T22:39:57.209Z Actions: 1/5063 actions (Removing old actions)
1762024-10-30T22:39:57.237Z Actions: 194/5063 actions (Installing new actions)
1772024-10-30T22:40:01.947Z Actions: 4226/5063 actions (Updating modified actions)
1782024-10-30T22:40:02.252Z Actions: Completed 5063 actions in 5.04 seconds.
1792024-10-30T22:40:02.624Z Done (0.364s)
1802024-10-30T22:40:02.629Z Done (0.000s)
1812024-10-30T22:40:03.124Z Done (0.496s)
1822024-10-30T22:40:07.510Z Done (4.175s)
1832024-10-30T22:40:07.616Z Done (0.017s)
1842024-10-30T22:40:07.620Z Done (0.000s)
1852024-10-30T22:40:07.771Z Done (0.000s)
1862024-10-30T22:40:08.439ZPlanning: Evaluating mediator changes ... Done
1872024-10-30T22:40:08.600ZPlanning: Checking for conflicting actions ... Done
1882024-10-30T22:40:08.606ZPlanning: Consolidating action changes ... Done
1892024-10-30T22:40:08.875ZPlanning: Evaluating mediators ... Done
1902024-10-30T22:40:08.880ZPlanning: Planning completed in 0.44 seconds
1912024-10-30T22:40:08.916Z Mediators to change: 2
1922024-10-30T22:40:08.916Z Create boot environment: No
1932024-10-30T22:40:08.919ZCreate backup boot environment: No
1942024-10-30T22:40:09.015Z Done
1952024-10-30T22:40:09.015Z Done
1962024-10-30T22:40:09.338Z Done
1972024-10-30T22:40:13.032Z Done
1982024-10-30T22:40:13.146Z Done
1992024-10-30T22:40:13.194Z Done
2002024-10-30T22:40:13.265Z Done
2012024-10-30T22:40:13.806ZPlanning: Evaluating mediator changes ... Done
2022024-10-30T22:40:13.815ZPlanning: Merging actions ... Done
2032024-10-30T22:40:13.998ZPlanning: Checking for conflicting actions ... Done
2042024-10-30T22:40:14.003ZPlanning: Consolidating action changes ... Done
2052024-10-30T22:40:16.451ZPlanning: Evaluating mediators ... Done
2062024-10-30T22:40:16.480ZPlanning: Planning completed in 0.77 seconds
2072024-10-30T22:40:16.480Z Packages to change: 1
2082024-10-30T22:40:16.480Z Mediators to change: 1
2092024-10-30T22:40:16.480Z Services to change: 1
2102024-10-30T22:40:16.480Z Create boot environment: No
2112024-10-30T22:40:16.480ZCreate backup boot environment: Yes
2122024-10-30T22:40:16.511Z Actions: 1/6 actions (Updating modified actions)
2132024-10-30T22:40:16.514Z Actions: Completed 6 actions in 0.00 seconds.
2142024-10-30T22:40:16.514Z Done
2152024-10-30T22:40:16.514Z Done
2162024-10-30T22:40:16.617Z Done
2172024-10-30T22:40:20.263Z Done
2182024-10-30T22:40:20.362Z Done
2192024-10-30T22:40:20.364Z Done
2202024-10-30T22:40:20.485Z Done
2212024-10-30T22:40:20.922ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-10-30T22:40:20.922Zclang system 15 system
2232024-10-30T22:40:20.922Zcsh system system illumos
2242024-10-30T22:40:20.922Zctags system system illumos
2252024-10-30T22:40:20.922Zgcc vendor 12 vendor
2262024-10-30T22:40:20.922Zgcc system 10 system
2272024-10-30T22:40:20.922Zgcc system 7 system
2282024-10-30T22:40:20.922Zgo system 1.20 system
2292024-10-30T22:40:20.922Zgo system 1.19 system
2302024-10-30T22:40:20.922Zllvm system 15 system
2312024-10-30T22:40:20.922Zllvm system 14 system
2322024-10-30T22:40:20.922Zmariadb system 10.6 system
2332024-10-30T22:40:20.922Zmta vendor vendor dma
2342024-10-30T22:40:20.922Zopenjdk system 17 system
2352024-10-30T22:40:20.922Zopenjdk system 11 system
2362024-10-30T22:40:20.922Zopenjdk system 1.8 system
2372024-10-30T22:40:20.922Zopenssl vendor 3 vendor
2382024-10-30T22:40:20.922Zperl system 5.36 system
2392024-10-30T22:40:20.922Zpostgresql system 15 system
2402024-10-30T22:40:20.922Zpostgresql system 13 system
2412024-10-30T22:40:20.922Zpython vendor 3 vendor
2422024-10-30T22:40:20.924Zpython system 2 system
2432024-10-30T22:40:20.924Zpython3 system 3.11 system
2442024-10-30T22:40:20.924Zruby system 3.0 system
2452024-10-30T22:40:20.924Zwords vendor vendor american-english
2462024-10-30T22:40:20.924Zwords system system australian-english
2472024-10-30T22:40:20.924Zwords system system british-english
2482024-10-30T22:40:20.924Zwords system system canadian-english
2492024-10-30T22:40:20.924Zwords system system french
2502024-10-30T22:40:20.924Zwords system system italian
2512024-10-30T22:40:20.924Zwords system system ngerman
2522024-10-30T22:40:20.924Zwords system system ogerman
2532024-10-30T22:40:20.924Zwords system system spanish
2542024-10-30T22:40:21.256ZPUBLISHER TYPE STATUS P LOCATION
2552024-10-30T22:40:21.256Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-10-30T22:40:23.649ZFMRI IFO
2572024-10-30T22:40:23.649Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-10-30T22:40:23.649Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-10-30T22:40:23.649Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-10-30T22:40:23.649Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-10-30T22:40:23.649Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-10-30T22:40:23.649Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-10-30T22:40:23.649Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2642024-10-30T22:40:23.649Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2652024-10-30T22:40:23.649Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-10-30T22:40:23.649Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2672024-10-30T22:40:23.649Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-10-30T22:40:23.649Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-10-30T22:40:23.649Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2702024-10-30T22:40:23.649Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2712024-10-30T22:40:23.649Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2722024-10-30T22:40:24.339Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2732024-10-30T22:40:24.656Z Updating crates.io index
2742024-10-30T22:40:24.701Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2752024-10-30T22:40:25.427Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2762024-10-30T22:40:25.634Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772024-10-30T22:40:25.879Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2782024-10-30T22:40:26.119Z Updating git repository `https://github.com/oxidecomputer/propolis`
2792024-10-30T22:40:27.031Z Updating git repository `https://github.com/oxidecomputer/crucible`
2802024-10-30T22:40:29.373Z Updating git repository `https://github.com/oxidecomputer/opte`
2812024-10-30T22:40:30.255Z Updating git repository `https://github.com/oxidecomputer/falcon`
2822024-10-30T22:40:30.890Z Updating git repository `https://github.com/oxidecomputer/clickward`
2832024-10-30T22:40:31.246Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2842024-10-30T22:40:31.464Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852024-10-30T22:40:31.989Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2862024-10-30T22:40:32.469Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872024-10-30T22:40:32.760Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882024-10-30T22:40:32.993Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2892024-10-30T22:40:33.228Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2902024-10-30T22:40:33.444Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2912024-10-30T22:40:33.754Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922024-10-30T22:40:34.037Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932024-10-30T22:40:34.481Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2942024-10-30T22:40:34.703Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-10-30T22:40:35.120Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962024-10-30T22:40:35.413Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972024-10-30T22:40:35.749Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982024-10-30T22:40:36.096Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992024-10-30T22:40:36.455Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002024-10-30T22:40:36.678Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012024-10-30T22:40:37.866Z Downloading crates ...
3022024-10-30T22:40:37.984Z Downloaded colorchoice v1.0.2
3032024-10-30T22:40:37.986Z Downloaded camino v1.1.9
3042024-10-30T22:40:37.988Z Downloaded block-buffer v0.10.4
3052024-10-30T22:40:37.991Z Downloaded autocfg v1.4.0
3062024-10-30T22:40:37.991Z Downloaded cfg-if v1.0.0
3072024-10-30T22:40:37.997Z Downloaded pretty-hex v0.4.1
3082024-10-30T22:40:38.003Z Downloaded dtrace-parser v0.2.0
3092024-10-30T22:40:38.006Z Downloaded usdt-attr-macro v0.5.0
3102024-10-30T22:40:38.010Z Downloaded swrite v0.1.0
3112024-10-30T22:40:38.014Z Downloaded unicode-linebreak v0.1.5
3122024-10-30T22:40:38.019Z Downloaded anstyle-query v1.1.1
3132024-10-30T22:40:38.019Z Downloaded cargo_metadata v0.18.1
3142024-10-30T22:40:38.023Z Downloaded heck v0.4.1
3152024-10-30T22:40:38.025Z Downloaded is_terminal_polyfill v1.70.1
3162024-10-30T22:40:38.025Z Downloaded terminal_size v0.4.0
3172024-10-30T22:40:38.027Z Downloaded memmap v0.7.0
3182024-10-30T22:40:38.029Z Downloaded digest v0.10.7
3192024-10-30T22:40:38.032Z Downloaded thiserror-impl v1.0.64
3202024-10-30T22:40:38.034Z Downloaded generic-array v0.14.7
3212024-10-30T22:40:38.037Z Downloaded utf8parse v0.2.2
3222024-10-30T22:40:38.037Z Downloaded toml_datetime v0.6.8
3232024-10-30T22:40:38.039Z Downloaded sha2 v0.10.8
3242024-10-30T22:40:38.041Z Downloaded pest_generator v2.7.14
3252024-10-30T22:40:38.041Z Downloaded fastrand v2.1.1
3262024-10-30T22:40:38.052Z Downloaded ryu v1.0.18
3272024-10-30T22:40:38.055Z Downloaded typenum v1.17.0
3282024-10-30T22:40:38.057Z Downloaded proc-macro2 v1.0.87
3292024-10-30T22:40:38.062Z Downloaded papergrid v0.11.0
3302024-10-30T22:40:38.067Z Downloaded serde v1.0.210
3312024-10-30T22:40:38.070Z Downloaded log v0.4.22
3322024-10-30T22:40:38.073Z Downloaded clap_builder v4.5.20
3332024-10-30T22:40:38.080Z Downloaded bitflags v2.6.0
3342024-10-30T22:40:38.084Z Downloaded byteorder v1.5.0
3352024-10-30T22:40:38.087Z Downloaded anstyle v1.0.8
3362024-10-30T22:40:38.092Z Downloaded serde_json v1.0.128
3372024-10-30T22:40:38.099Z Downloaded zerocopy v0.7.35
3382024-10-30T22:40:38.115Z Downloaded proc-macro-error-attr v1.0.4
3392024-10-30T22:40:38.123Z Downloaded errno v0.3.9
3402024-10-30T22:40:38.123Z Downloaded dof v0.3.0
3412024-10-30T22:40:38.123Z Downloaded crypto-common v0.1.6
3422024-10-30T22:40:38.123Z Downloaded bytecount v0.6.8
3432024-10-30T22:40:38.123Z Downloaded anstream v0.6.15
3442024-10-30T22:40:38.126Z Downloaded heck v0.5.0
3452024-10-30T22:40:38.126Z Downloaded cargo_toml v0.20.5
3462024-10-30T22:40:38.128Z Downloaded fnv v1.0.7
3472024-10-30T22:40:38.128Z Downloaded cargo-platform v0.1.8
3482024-10-30T22:40:38.128Z Downloaded camino-tempfile v1.1.1
3492024-10-30T22:40:38.130Z Downloaded anstyle-parse v0.2.5
3502024-10-30T22:40:38.135Z Downloaded equivalent v1.0.1
3512024-10-30T22:40:38.137Z Downloaded tabled v0.15.0
3522024-10-30T22:40:38.151Z Downloaded strsim v0.11.1
3532024-10-30T22:40:38.153Z Downloaded plain v0.2.3
3542024-10-30T22:40:38.153Z Downloaded usdt-macro v0.5.0
3552024-10-30T22:40:38.156Z Downloaded scroll_derive v0.12.0
3562024-10-30T22:40:38.156Z Downloaded macaddr v1.0.1
3572024-10-30T22:40:38.158Z Downloaded itoa v1.0.11
3582024-10-30T22:40:38.158Z Downloaded fs-err v2.11.0
3592024-10-30T22:40:38.161Z Downloaded cpufeatures v0.2.14
3602024-10-30T22:40:38.161Z Downloaded anyhow v1.0.89
3612024-10-30T22:40:38.164Z Downloaded usdt v0.5.0
3622024-10-30T22:40:38.167Z Downloaded thread-id v4.2.2
3632024-10-30T22:40:38.172Z Downloaded tabled_derive v0.7.0
3642024-10-30T22:40:38.175Z Downloaded smawk v0.3.2
3652024-10-30T22:40:38.177Z Downloaded clap_lex v0.7.2
3662024-10-30T22:40:38.183Z Downloaded usdt-impl v0.5.0
3672024-10-30T22:40:38.193Z Downloaded semver v1.0.23
3682024-10-30T22:40:38.202Z Downloaded serde_spanned v0.6.8
3692024-10-30T22:40:38.204Z Downloaded tempfile v3.13.0
3702024-10-30T22:40:38.206Z Downloaded clap_derive v4.5.18
3712024-10-30T22:40:38.208Z Downloaded serde_tokenstream v0.2.2
3722024-10-30T22:40:38.210Z Downloaded proc-macro-error v1.0.4
3732024-10-30T22:40:38.213Z Downloaded zerocopy-derive v0.7.35
3742024-10-30T22:40:38.217Z Downloaded scroll v0.12.0
3752024-10-30T22:40:38.219Z Downloaded pest_derive v2.7.14
3762024-10-30T22:40:38.222Z Downloaded quote v1.0.37
3772024-10-30T22:40:38.224Z Downloaded version_check v0.9.5
3782024-10-30T22:40:38.226Z Downloaded clap v4.5.20
3792024-10-30T22:40:38.233Z Downloaded unicode-ident v1.0.13
3802024-10-30T22:40:38.236Z Downloaded ucd-trie v0.1.7
3812024-10-30T22:40:38.238Z Downloaded textwrap v0.16.1
3822024-10-30T22:40:38.240Z Downloaded toml v0.8.19
3832024-10-30T22:40:38.243Z Downloaded serde_derive v1.0.210
3842024-10-30T22:40:38.246Z Downloaded thiserror v1.0.64
3852024-10-30T22:40:38.251Z Downloaded pest_meta v2.7.14
3862024-10-30T22:40:38.254Z Downloaded once_cell v1.20.2
3872024-10-30T22:40:38.269Z Downloaded memchr v2.7.4
3882024-10-30T22:40:38.279Z Downloaded indexmap v2.6.0
3892024-10-30T22:40:38.283Z Downloaded toml_edit v0.22.22
3902024-10-30T22:40:38.305Z Downloaded pest v2.7.14
3912024-10-30T22:40:38.309Z Downloaded hashbrown v0.15.0
3922024-10-30T22:40:38.315Z Downloaded goblin v0.8.2
3932024-10-30T22:40:38.325Z Downloaded winnow v0.6.20
3942024-10-30T22:40:38.353Z Downloaded syn v2.0.79
3952024-10-30T22:40:38.363Z Downloaded syn v1.0.109
3962024-10-30T22:40:38.373Z Downloaded unicode-width v0.1.14
3972024-10-30T22:40:38.388Z Downloaded rustix v0.38.37
3982024-10-30T22:40:38.421Z Downloaded libc v0.2.161
3992024-10-30T22:40:38.728Z Compiling proc-macro2 v1.0.87
4002024-10-30T22:40:38.728Z Compiling unicode-ident v1.0.13
4012024-10-30T22:40:38.731Z Compiling serde v1.0.210
4022024-10-30T22:40:38.731Z Compiling version_check v0.9.5
4032024-10-30T22:40:38.731Z Compiling memchr v2.7.4
4042024-10-30T22:40:38.731Z Compiling thiserror v1.0.64
4052024-10-30T22:40:38.731Z Compiling libc v0.2.161
4062024-10-30T22:40:38.764Z Compiling itoa v1.0.11
4072024-10-30T22:40:38.984Z Compiling ryu v1.0.18
4082024-10-30T22:40:39.097Z Compiling ucd-trie v0.1.7
4092024-10-30T22:40:39.443Z Compiling once_cell v1.20.2
4102024-10-30T22:40:39.554Z Compiling byteorder v1.5.0
4112024-10-30T22:40:39.677Z Compiling serde_json v1.0.128
4122024-10-30T22:40:39.728Z Compiling rustix v0.38.37
4132024-10-30T22:40:39.956Z Compiling bitflags v2.6.0
4142024-10-30T22:40:40.048Z Compiling usdt-impl v0.5.0
4152024-10-30T22:40:40.366Z Compiling proc-macro-error-attr v1.0.4
4162024-10-30T22:40:40.368Z Compiling syn v1.0.109
4172024-10-30T22:40:40.440Z Compiling proc-macro-error v1.0.4
4182024-10-30T22:40:40.581Z Compiling quote v1.0.37
4192024-10-30T22:40:40.632Z Compiling camino v1.1.9
4202024-10-30T22:40:40.762Z Compiling equivalent v1.0.1
4212024-10-30T22:40:40.786Z Compiling plain v0.2.3
4222024-10-30T22:40:40.892Z Compiling utf8parse v0.2.2
4232024-10-30T22:40:40.961Z Compiling errno v0.3.9
4242024-10-30T22:40:41.023Z Compiling syn v2.0.79
4252024-10-30T22:40:41.200Z Compiling log v0.4.22
4262024-10-30T22:40:41.265Z Compiling hashbrown v0.15.0
4272024-10-30T22:40:41.358Z Compiling anstyle-parse v0.2.5
4282024-10-30T22:40:41.440Z Compiling thread-id v4.2.2
4292024-10-30T22:40:41.687Z Compiling anstyle-query v1.1.1
4302024-10-30T22:40:41.721Z Compiling is_terminal_polyfill v1.70.1
4312024-10-30T22:40:41.849Z Compiling anstyle v1.0.8
4322024-10-30T22:40:41.876Z Compiling winnow v0.6.20
4332024-10-30T22:40:41.938Z Compiling pretty-hex v0.4.1
4342024-10-30T22:40:42.229Z Compiling unicode-width v0.1.14
4352024-10-30T22:40:42.334Z Compiling autocfg v1.4.0
4362024-10-30T22:40:42.359Z Compiling semver v1.0.23
4372024-10-30T22:40:42.548Z Compiling indexmap v2.6.0
4382024-10-30T22:40:42.750Z Compiling colorchoice v1.0.2
4392024-10-30T22:40:42.935Z Compiling anstream v0.6.15
4402024-10-30T22:40:43.267Z Compiling strsim v0.11.1
4412024-10-30T22:40:43.452Z Compiling fs-err v2.11.0
4422024-10-30T22:40:43.658Z Compiling terminal_size v0.4.0
4432024-10-30T22:40:43.765Z Compiling anyhow v1.0.89
4442024-10-30T22:40:43.876Z Compiling fastrand v2.1.1
4452024-10-30T22:40:44.036Z Compiling bytecount v0.6.8
4462024-10-30T22:40:44.075Z Compiling clap_lex v0.7.2
4472024-10-30T22:40:44.106Z Compiling cfg-if v1.0.0
4482024-10-30T22:40:44.354Z Compiling fnv v1.0.7
4492024-10-30T22:40:44.415Z Compiling heck v0.4.1
4502024-10-30T22:40:44.500Z Compiling heck v0.5.0
4512024-10-30T22:40:44.601Z Compiling tempfile v3.13.0
4522024-10-30T22:40:44.697Z Compiling papergrid v0.11.0
4532024-10-30T22:40:44.864Z Compiling clap_builder v4.5.20
4542024-10-30T22:40:45.165Z Compiling memmap v0.7.0
4552024-10-30T22:40:45.256Z Compiling unicode-linebreak v0.1.5
4562024-10-30T22:40:45.469Z Compiling smawk v0.3.2
4572024-10-30T22:40:45.708Z Compiling textwrap v0.16.1
4582024-10-30T22:40:45.779Z Compiling swrite v0.1.0
4592024-10-30T22:40:46.777Z Compiling tabled_derive v0.7.0
4602024-10-30T22:40:48.402Z Compiling tabled v0.15.0
4612024-10-30T22:40:49.314Z Compiling serde_derive v1.0.210
4622024-10-30T22:40:49.314Z Compiling thiserror-impl v1.0.64
4632024-10-30T22:40:49.317Z Compiling zerocopy-derive v0.7.35
4642024-10-30T22:40:49.317Z Compiling scroll_derive v0.12.0
4652024-10-30T22:40:49.588Z Compiling clap_derive v4.5.18
4662024-10-30T22:40:50.786Z Compiling scroll v0.12.0
4672024-10-30T22:40:51.259Z Compiling goblin v0.8.2
4682024-10-30T22:40:51.347Z Compiling zerocopy v0.7.35
4692024-10-30T22:40:52.125Z Compiling pest v2.7.14
4702024-10-30T22:40:53.123Z Compiling clap v4.5.20
4712024-10-30T22:40:54.479Z Compiling pest_meta v2.7.14
4722024-10-30T22:40:55.317Z Compiling pest_generator v2.7.14
4732024-10-30T22:40:56.992Z Compiling pest_derive v2.7.14
4742024-10-30T22:40:57.748Z Compiling dtrace-parser v0.2.0
4752024-10-30T22:40:59.410Z Compiling serde_spanned v0.6.8
4762024-10-30T22:40:59.410Z Compiling toml_datetime v0.6.8
4772024-10-30T22:40:59.413Z Compiling cargo-platform v0.1.8
4782024-10-30T22:40:59.774Z Compiling serde_tokenstream v0.2.2
4792024-10-30T22:40:59.778Z Compiling toml_edit v0.22.22
4802024-10-30T22:40:59.966Z Compiling macaddr v1.0.1
4812024-10-30T22:41:00.077Z Compiling camino-tempfile v1.1.1
4822024-10-30T22:41:00.982Z Compiling dof v0.3.0
4832024-10-30T22:41:00.982Z Compiling cargo_metadata v0.18.1
4842024-10-30T22:41:02.462Z Compiling toml v0.8.19
4852024-10-30T22:41:02.885Z Compiling usdt-macro v0.5.0
4862024-10-30T22:41:02.998Z Compiling usdt-attr-macro v0.5.0
4872024-10-30T22:41:03.280Z Compiling cargo_toml v0.20.5
4882024-10-30T22:41:04.338Z Compiling usdt v0.5.0
4892024-10-30T22:41:06.897Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902024-10-30T22:41:10.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.62s
4912024-10-30T22:41:11.034Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4922024-10-30T22:41:11.576Z Downloading crates ...
4932024-10-30T22:41:11.694Z Downloaded backoff v0.4.0
4942024-10-30T22:41:11.697Z Downloaded async-trait v0.1.83
4952024-10-30T22:41:11.701Z Downloaded ahash v0.8.11
4962024-10-30T22:41:11.703Z Downloaded adler2 v2.0.0
4972024-10-30T22:41:11.707Z Downloaded ciborium-io v0.2.2
4982024-10-30T22:41:11.710Z Downloaded cstr-argument v0.1.2
4992024-10-30T22:41:11.710Z Downloaded crunchy v0.2.2
5002024-10-30T22:41:11.710Z Downloaded cfg_aliases v0.1.1
5012024-10-30T22:41:11.713Z Downloaded atty v0.2.14
5022024-10-30T22:41:11.713Z Downloaded ascii-canvas v3.0.0
5032024-10-30T22:41:11.713Z Downloaded async-recursion v1.1.1
5042024-10-30T22:41:11.719Z Downloaded const_format_proc_macros v0.2.33
5052024-10-30T22:41:11.722Z Downloaded bitfield v0.14.0
5062024-10-30T22:41:11.732Z Downloaded match_cfg v0.1.0
5072024-10-30T22:41:11.732Z Downloaded http-body v0.4.6
5082024-10-30T22:41:11.735Z Downloaded hmac v0.12.1
5092024-10-30T22:41:11.735Z Downloaded array-init v0.0.4
5102024-10-30T22:41:11.735Z Downloaded ctr v0.9.2
5112024-10-30T22:41:11.737Z Downloaded bitflags v1.3.2
5122024-10-30T22:41:11.741Z Downloaded debug-ignore v1.0.5
5132024-10-30T22:41:11.741Z Downloaded normalize-line-endings v0.3.0
5142024-10-30T22:41:11.743Z Downloaded addr2line v0.24.2
5152024-10-30T22:41:11.746Z Downloaded humantime v2.1.0
5162024-10-30T22:41:11.747Z Downloaded http-range v0.1.5
5172024-10-30T22:41:11.750Z Downloaded managed v0.8.0
5182024-10-30T22:41:11.750Z Downloaded hyper-tls v0.6.0
5192024-10-30T22:41:11.753Z Downloaded maybe-uninit v2.0.0
5202024-10-30T22:41:11.753Z Downloaded const-oid v0.9.6
5212024-10-30T22:41:11.756Z Downloaded is-terminal v0.4.13
5222024-10-30T22:41:11.758Z Downloaded lazy_static v1.5.0
5232024-10-30T22:41:11.761Z Downloaded lru-cache v0.1.2
5242024-10-30T22:41:11.764Z Downloaded base64 v0.13.1
5252024-10-30T22:41:11.767Z Downloaded russh-cryptovec v0.7.3
5262024-10-30T22:41:11.767Z Downloaded multer v3.1.0
5272024-10-30T22:41:11.770Z Downloaded rand_xorshift v0.3.0
5282024-10-30T22:41:11.773Z Downloaded newtype_derive v0.1.6
5292024-10-30T22:41:11.775Z Downloaded memmap2 v0.9.5
5302024-10-30T22:41:11.778Z Downloaded hyper-rustls v0.27.3
5312024-10-30T22:41:11.781Z Downloaded crossbeam-utils v0.8.20
5322024-10-30T22:41:11.784Z Downloaded cc v1.1.30
5332024-10-30T22:41:11.788Z Downloaded assert_matches v1.5.0
5342024-10-30T22:41:11.790Z Downloaded http-body v1.0.1
5352024-10-30T22:41:11.795Z Downloaded atomicwrites v0.4.4
5362024-10-30T22:41:11.795Z Downloaded chacha20poly1305 v0.10.1
5372024-10-30T22:41:11.797Z Downloaded atomic-waker v1.1.2
5382024-10-30T22:41:11.797Z Downloaded scrypt v0.11.0
5392024-10-30T22:41:11.800Z Downloaded crossbeam-channel v0.5.13
5402024-10-30T22:41:11.805Z Downloaded shlex v1.3.0
5412024-10-30T22:41:11.808Z Downloaded home v0.5.9
5422024-10-30T22:41:11.811Z Downloaded hostname v0.3.1
5432024-10-30T22:41:11.813Z Downloaded crucible-workspace-hack v0.1.0
5442024-10-30T22:41:11.814Z Downloaded cfg_aliases v0.2.1
5452024-10-30T22:41:11.814Z Downloaded arrayref v0.3.9
5462024-10-30T22:41:11.818Z Downloaded instant v0.1.13
5472024-10-30T22:41:11.820Z Downloaded md5 v0.7.0
5482024-10-30T22:41:11.820Z Downloaded aead v0.5.2
5492024-10-30T22:41:11.820Z Downloaded darling_macro v0.20.10
5502024-10-30T22:41:11.823Z Downloaded async-stream v0.3.6
5512024-10-30T22:41:11.825Z Downloaded castaway v0.2.3
5522024-10-30T22:41:11.828Z Downloaded buf-list v1.0.3
5532024-10-30T22:41:11.831Z Downloaded bitfield-struct v0.6.2
5542024-10-30T22:41:11.833Z Downloaded argon2 v0.5.3
5552024-10-30T22:41:11.836Z Downloaded mio v1.0.2
5562024-10-30T22:41:11.841Z Downloaded siphasher v0.3.11
5572024-10-30T22:41:11.843Z Downloaded is_ci v1.2.0
5582024-10-30T22:41:11.846Z Downloaded convert_case v0.4.0
5592024-10-30T22:41:11.846Z Downloaded constant_time_eq v0.3.1
5602024-10-30T22:41:11.849Z Downloaded diesel_table_macro_syntax v0.2.0
5612024-10-30T22:41:11.852Z Downloaded downcast v0.11.0
5622024-10-30T22:41:11.852Z Downloaded tower-service v0.3.3
5632024-10-30T22:41:11.854Z Downloaded crc-catalog v2.4.0
5642024-10-30T22:41:11.854Z Downloaded cobs v0.2.3
5652024-10-30T22:41:11.857Z Downloaded thread_local v1.1.8
5662024-10-30T22:41:11.860Z Downloaded inout v0.1.3
5672024-10-30T22:41:11.860Z Downloaded ciborium-ll v0.2.2
5682024-10-30T22:41:11.863Z Downloaded lalrpop-util v0.19.12
5692024-10-30T22:41:11.863Z Downloaded chrono-tz-build v0.4.0
5702024-10-30T22:41:11.866Z Downloaded mime v0.3.17
5712024-10-30T22:41:11.869Z Downloaded nibble_vec v0.1.0
5722024-10-30T22:41:11.869Z Downloaded crc v3.2.1
5732024-10-30T22:41:11.872Z Downloaded snafu-derive v0.8.5
5742024-10-30T22:41:11.875Z Downloaded rand_core v0.6.4
5752024-10-30T22:41:11.877Z Downloaded cassowary v0.3.0
5762024-10-30T22:41:11.880Z Downloaded lazycell v1.3.0
5772024-10-30T22:41:11.880Z Downloaded md-5 v0.10.6
5782024-10-30T22:41:11.882Z Downloaded linear-map v1.2.0
5792024-10-30T22:41:11.885Z Downloaded rand_seeder v0.3.0
5802024-10-30T22:41:11.888Z Downloaded headers-core v0.3.0
5812024-10-30T22:41:11.888Z Downloaded rtoolbox v0.0.2
5822024-10-30T22:41:11.891Z Downloaded keccak v0.1.5
5832024-10-30T22:41:11.891Z Downloaded which v4.4.2
5842024-10-30T22:41:11.894Z Downloaded console v0.15.8
5852024-10-30T22:41:11.896Z Downloaded bzip2 v0.4.4
5862024-10-30T22:41:11.900Z Downloaded thiserror-impl-no-std v2.0.2
5872024-10-30T22:41:11.903Z Downloaded cookie_store v0.21.0
5882024-10-30T22:41:11.905Z Downloaded maplit v1.0.2
5892024-10-30T22:41:11.908Z Downloaded cbc v0.1.2
5902024-10-30T22:41:11.908Z Downloaded newtype-uuid v1.1.2
5912024-10-30T22:41:11.911Z Downloaded lru v0.12.5
5922024-10-30T22:41:11.914Z Downloaded form_urlencoded v1.2.1
5932024-10-30T22:41:11.914Z Downloaded fallible-streaming-iterator v0.1.9
5942024-10-30T22:41:11.916Z Downloaded sqlformat v0.2.6
5952024-10-30T22:41:11.919Z Downloaded fallible-iterator v0.3.0
5962024-10-30T22:41:11.920Z Downloaded crossbeam-epoch v0.9.18
5972024-10-30T22:41:11.922Z Downloaded multimap v0.10.0
5982024-10-30T22:41:11.926Z Downloaded progenitor-client v0.8.0
5992024-10-30T22:41:11.928Z Downloaded tracing-attributes v0.1.27
6002024-10-30T22:41:11.931Z Downloaded futures-task v0.3.31
6012024-10-30T22:41:11.931Z Downloaded scopeguard v1.2.0
6022024-10-30T22:41:11.934Z Downloaded fd-lock v4.0.2
6032024-10-30T22:41:11.938Z Downloaded lock_api v0.4.12
6042024-10-30T22:41:11.941Z Downloaded strip-ansi-escapes v0.2.0
6052024-10-30T22:41:11.941Z Downloaded psl-types v2.0.11
6062024-10-30T22:41:11.941Z Downloaded pretty-hex v0.2.1
6072024-10-30T22:41:11.944Z Downloaded libm v0.2.8
6082024-10-30T22:41:11.953Z Downloaded sync_wrapper v0.1.2
6092024-10-30T22:41:11.956Z Downloaded supports-color v3.0.1
6102024-10-30T22:41:11.956Z Downloaded phf_generator v0.11.2
6112024-10-30T22:41:11.960Z Downloaded num v0.4.3
6122024-10-30T22:41:11.960Z Downloaded unicode-xid v0.2.6
6132024-10-30T22:41:11.962Z Downloaded tinyvec_macros v0.1.1
6142024-10-30T22:41:11.962Z Downloaded base64 v0.21.7
6152024-10-30T22:41:11.967Z Downloaded sync_wrapper v1.0.1
6162024-10-30T22:41:11.970Z Downloaded ppv-lite86 v0.2.20
6172024-10-30T22:41:11.974Z Downloaded endian-type v0.1.2
6182024-10-30T22:41:11.974Z Downloaded nanorand v0.7.0
6192024-10-30T22:41:11.977Z Downloaded derive_builder_macro v0.20.2
6202024-10-30T22:41:11.977Z Downloaded rustc-hash v1.1.0
6212024-10-30T22:41:11.979Z Downloaded parse-display v0.10.0
6222024-10-30T22:41:11.979Z Downloaded packed_struct v0.10.1
6232024-10-30T22:41:11.982Z Downloaded serde-big-array v0.5.1
6242024-10-30T22:41:11.985Z Downloaded rustc_version v0.1.7
6252024-10-30T22:41:11.985Z Downloaded rustc-hash v2.0.0
6262024-10-30T22:41:11.987Z Downloaded httparse v1.9.5
6272024-10-30T22:41:11.990Z Downloaded slog-dtrace v0.3.0
6282024-10-30T22:41:11.993Z Downloaded serde-hex v0.1.0
6292024-10-30T22:41:11.996Z Downloaded subtle v2.6.1
6302024-10-30T22:41:11.999Z Downloaded phf v0.11.2
6312024-10-30T22:41:11.999Z Downloaded miniz_oxide v0.8.0
6322024-10-30T22:41:12.002Z Downloaded utf-8 v0.7.6
6332024-10-30T22:41:12.004Z Downloaded itertools v0.12.1
6342024-10-30T22:41:12.013Z Downloaded serde_path_to_error v0.1.16
6352024-10-30T22:41:12.022Z Downloaded mockall v0.13.0
6362024-10-30T22:41:12.022Z Downloaded strum_macros v0.25.3
6372024-10-30T22:41:12.027Z Downloaded num_enum v0.5.11
6382024-10-30T22:41:12.027Z Downloaded flagset v0.4.6
6392024-10-30T22:41:12.027Z Downloaded serde_plain v1.0.2
6402024-10-30T22:41:12.031Z Downloaded rustc-demangle v0.1.24
6412024-10-30T22:41:12.034Z Downloaded static_assertions v1.1.0
6422024-10-30T22:41:12.034Z Downloaded omicron-zone-package v0.11.1
6432024-10-30T22:41:12.037Z Downloaded ghash v0.5.1
6442024-10-30T22:41:12.040Z Downloaded same-file v1.0.6
6452024-10-30T22:41:12.043Z Downloaded mockall_derive v0.13.0
6462024-10-30T22:41:12.045Z Downloaded termtree v0.4.1
6472024-10-30T22:41:12.045Z Downloaded take_mut v0.2.2
6482024-10-30T22:41:12.048Z Downloaded hyper-util v0.1.9
6492024-10-30T22:41:12.052Z Downloaded packed_struct_codegen v0.10.1
6502024-10-30T22:41:12.056Z Downloaded tokio-stream v0.1.16
6512024-10-30T22:41:12.059Z Downloaded const_format v0.2.33
6522024-10-30T22:41:12.065Z Downloaded primeorder v0.13.6
6532024-10-30T22:41:12.067Z Downloaded hickory-server v0.24.1
6542024-10-30T22:41:12.073Z Downloaded time-core v0.1.2
6552024-10-30T22:41:12.076Z Downloaded openssl-probe v0.1.5
6562024-10-30T22:41:12.080Z Downloaded scheduled-thread-pool v0.2.7
6572024-10-30T22:41:12.080Z Downloaded proc-macro-crate v1.3.1
6582024-10-30T22:41:12.083Z Downloaded dsl_auto_type v0.1.2
6592024-10-30T22:41:12.083Z Downloaded dirs-sys-next v0.1.2
6602024-10-30T22:41:12.086Z Downloaded headers v0.4.0
6612024-10-30T22:41:12.090Z Downloaded slog v2.7.0
6622024-10-30T22:41:12.093Z Downloaded parse-display-derive v0.10.0
6632024-10-30T22:41:12.096Z Downloaded num_enum_derive v0.5.11
6642024-10-30T22:41:12.108Z Downloaded termios v0.3.3
6652024-10-30T22:41:12.111Z Downloaded hickory-resolver v0.24.1
6662024-10-30T22:41:12.116Z Downloaded signal-hook-tokio v0.3.1
6672024-10-30T22:41:12.120Z Downloaded group v0.13.0
6682024-10-30T22:41:12.120Z Downloaded funty v2.0.0
6692024-10-30T22:41:12.125Z Downloaded embedded-io v0.6.1
6702024-10-30T22:41:12.125Z Downloaded parking_lot v0.11.2
6712024-10-30T22:41:12.129Z Downloaded spki v0.7.3
6722024-10-30T22:41:12.131Z Downloaded http v1.1.0
6732024-10-30T22:41:12.135Z Downloaded waitgroup v0.1.2
6742024-10-30T22:41:12.135Z Downloaded structmeta v0.2.0
6752024-10-30T22:41:12.145Z Downloaded slog-term v2.9.1
6762024-10-30T22:41:12.145Z Downloaded getrandom v0.2.15
6772024-10-30T22:41:12.145Z Downloaded tiny-keccak v2.0.2
6782024-10-30T22:41:12.149Z Downloaded slog-stdlog v4.1.1
6792024-10-30T22:41:12.149Z Downloaded rfc6979 v0.4.0
6802024-10-30T22:41:12.152Z Downloaded foreign-types-shared v0.3.1
6812024-10-30T22:41:12.152Z Downloaded serde_repr v0.1.19
6822024-10-30T22:41:12.157Z Downloaded parking_lot_core v0.8.6
6832024-10-30T22:41:12.157Z Downloaded radium v0.7.0
6842024-10-30T22:41:12.157Z Downloaded term v0.7.0
6852024-10-30T22:41:12.160Z Downloaded quinn-udp v0.5.5
6862024-10-30T22:41:12.163Z Downloaded tls_codec_derive v0.4.1
6872024-10-30T22:41:12.166Z Downloaded env_logger v0.11.5
6882024-10-30T22:41:12.173Z Downloaded parking_lot v0.12.3
6892024-10-30T22:41:12.173Z Downloaded phf_shared v0.10.0
6902024-10-30T22:41:12.176Z Downloaded hash32 v0.2.1
6912024-10-30T22:41:12.176Z Downloaded tokio-native-tls v0.3.1
6922024-10-30T22:41:12.181Z Downloaded sigpipe v0.1.3
6932024-10-30T22:41:12.181Z Downloaded bindgen v0.69.5
6942024-10-30T22:41:12.188Z Downloaded toolchain_find v0.4.0
6952024-10-30T22:41:12.191Z Downloaded salsa20 v0.10.2
6962024-10-30T22:41:12.194Z Downloaded embedded-io v0.4.0
6972024-10-30T22:41:12.194Z Downloaded postcard v1.0.10
6982024-10-30T22:41:12.197Z Downloaded walkdir v2.5.0
6992024-10-30T22:41:12.200Z Downloaded num-iter v0.1.45
7002024-10-30T22:41:12.203Z Downloaded num-integer v0.1.46
7012024-10-30T22:41:12.206Z Downloaded futures-macro v0.3.31
7022024-10-30T22:41:12.206Z Downloaded foreign-types-macros v0.2.3
7032024-10-30T22:41:12.209Z Downloaded num_threads v0.1.7
7042024-10-30T22:41:12.209Z Downloaded http v0.2.12
7052024-10-30T22:41:12.213Z Downloaded tokio-tungstenite v0.23.1
7062024-10-30T22:41:12.216Z Downloaded vte_generate_state_changes v0.1.2
7072024-10-30T22:41:12.219Z Downloaded tokio-macros v2.4.0
7082024-10-30T22:41:12.219Z Downloaded number_prefix v0.4.0
7092024-10-30T22:41:12.223Z Downloaded url v2.5.2
7102024-10-30T22:41:12.228Z Downloaded derive_builder_core v0.20.2
7112024-10-30T22:41:12.228Z Downloaded time-macros v0.2.18
7122024-10-30T22:41:12.231Z Downloaded quick-error v1.2.3
7132024-10-30T22:41:12.234Z Downloaded unicode_categories v0.1.1
7142024-10-30T22:41:12.236Z Downloaded crossterm v0.28.1
7152024-10-30T22:41:12.243Z Downloaded peg-runtime v0.8.3
7162024-10-30T22:41:12.246Z Downloaded aes-gcm v0.10.3
7172024-10-30T22:41:12.249Z Downloaded futures-sink v0.3.31
7182024-10-30T22:41:12.252Z Downloaded pkcs8 v0.10.2
7192024-10-30T22:41:12.254Z Downloaded untrusted v0.9.0
7202024-10-30T22:41:12.257Z Downloaded untrusted v0.7.1
7212024-10-30T22:41:12.257Z Downloaded tar v0.4.42
7222024-10-30T22:41:12.260Z Downloaded num-derive v0.4.2
7232024-10-30T22:41:12.263Z Downloaded try-lock v0.2.5
7242024-10-30T22:41:12.266Z Downloaded phf_shared v0.11.2
7252024-10-30T22:41:12.266Z Downloaded peg v0.8.4
7262024-10-30T22:41:12.270Z Downloaded password-hash v0.4.2
7272024-10-30T22:41:12.273Z Downloaded poly1305 v0.8.0
7282024-10-30T22:41:12.276Z Downloaded predicates-core v1.0.8
7292024-10-30T22:41:12.279Z Downloaded rand_chacha v0.3.1
7302024-10-30T22:41:12.282Z Downloaded publicsuffix v2.2.3
7312024-10-30T22:41:12.286Z Downloaded serde_urlencoded v0.7.1
7322024-10-30T22:41:12.286Z Downloaded predicates v3.1.2
7332024-10-30T22:41:12.289Z Downloaded zone_cfg_derive v0.3.0
7342024-10-30T22:41:12.292Z Downloaded tls_codec v0.4.1
7352024-10-30T22:41:12.295Z Downloaded smallvec v0.6.14
7362024-10-30T22:41:12.296Z Downloaded parse-size v1.0.0
7372024-10-30T22:41:12.298Z Downloaded ecdsa v0.16.9
7382024-10-30T22:41:12.301Z Downloaded dhcproto v0.12.0
7392024-10-30T22:41:12.305Z Downloaded glob v0.3.1
7402024-10-30T22:41:12.308Z Downloaded precomputed-hash v0.1.1
7412024-10-30T22:41:12.308Z Downloaded unicode-segmentation v1.12.0
7422024-10-30T22:41:12.311Z Downloaded dhcproto-macros v0.1.0
7432024-10-30T22:41:12.311Z Downloaded samael v0.0.17
7442024-10-30T22:41:12.318Z Downloaded predicates-tree v1.0.11
7452024-10-30T22:41:12.320Z Downloaded num-bigint v0.4.6
7462024-10-30T22:41:12.326Z Downloaded rusqlite v0.32.1
7472024-10-30T22:41:12.333Z Downloaded semver v0.1.20
7482024-10-30T22:41:12.336Z Downloaded ref-cast-impl v1.0.23
7492024-10-30T22:41:12.339Z Downloaded tui-tree-widget v0.22.0
7502024-10-30T22:41:12.339Z Downloaded smf v0.2.3
7512024-10-30T22:41:12.342Z Downloaded rustls-pemfile v1.0.4
7522024-10-30T22:41:12.345Z Downloaded similar v2.6.0
7532024-10-30T22:41:12.349Z Downloaded path-slash v0.1.5
7542024-10-30T22:41:12.351Z Downloaded tokio-tungstenite v0.24.0
7552024-10-30T22:41:12.353Z Downloaded flate2 v1.0.34
7562024-10-30T22:41:12.358Z Downloaded filetime v0.2.25
7572024-10-30T22:41:12.361Z Downloaded heapless v0.7.17
7582024-10-30T22:41:12.366Z Downloaded spin v0.5.2
7592024-10-30T22:41:12.369Z Downloaded secrecy v0.8.0
7602024-10-30T22:41:12.369Z Downloaded diesel-dtrace v0.3.0
7612024-10-30T22:41:12.372Z Downloaded defmt-parser v0.3.4
7622024-10-30T22:41:12.374Z Downloaded peg-macros v0.8.4
7632024-10-30T22:41:12.374Z Downloaded half v2.4.1
7642024-10-30T22:41:12.378Z Downloaded expectorate v1.1.0
7652024-10-30T22:41:12.381Z Downloaded steno v0.4.1
7662024-10-30T22:41:12.385Z Downloaded prettyplease v0.2.22
7672024-10-30T22:41:12.389Z Downloaded enum-as-inner v0.6.1
7682024-10-30T22:41:12.392Z Downloaded rustfmt-wrapper v0.2.1
7692024-10-30T22:41:12.394Z Downloaded rustc_version v0.4.1
7702024-10-30T22:41:12.394Z Downloaded rpassword v7.3.1
7712024-10-30T22:41:12.397Z Downloaded resolv-conf v0.7.0
7722024-10-30T22:41:12.399Z Downloaded pbkdf2 v0.12.2
7732024-10-30T22:41:12.399Z Downloaded zone v0.1.8
7742024-10-30T22:41:12.402Z Downloaded heck v0.3.3
7752024-10-30T22:41:12.402Z Downloaded nu-ansi-term v0.50.1
7762024-10-30T22:41:12.405Z Downloaded postgres-types v0.2.8
7772024-10-30T22:41:12.408Z Downloaded unsafe-libyaml v0.2.11
7782024-10-30T22:41:12.412Z Downloaded rustversion v1.0.17
7792024-10-30T22:41:12.414Z Downloaded diff v0.1.13
7802024-10-30T22:41:12.418Z Downloaded gethostname v0.5.0
7812024-10-30T22:41:12.421Z Downloaded sha1 v0.10.6
7822024-10-30T22:41:12.425Z Downloaded sct v0.7.1
7832024-10-30T22:41:12.427Z Downloaded rand v0.8.5
7842024-10-30T22:41:12.430Z Downloaded vte v0.11.1
7852024-10-30T22:41:12.434Z Downloaded num-conv v0.1.0
7862024-10-30T22:41:12.437Z Downloaded fxhash v0.2.1
7872024-10-30T22:41:12.437Z Downloaded universal-hash v0.5.1
7882024-10-30T22:41:12.437Z Downloaded serde_with v3.11.0
7892024-10-30T22:41:12.446Z Downloaded structmeta-derive v0.2.0
7902024-10-30T22:41:12.449Z Downloaded ref-cast v1.0.23
7912024-10-30T22:41:12.454Z Downloaded serde_with_macros v3.11.0
7922024-10-30T22:41:12.454Z Downloaded itertools v0.13.0
7932024-10-30T22:41:12.461Z Downloaded wait-timeout v0.2.0
7942024-10-30T22:41:12.464Z Downloaded tabwriter v1.4.0
7952024-10-30T22:41:12.464Z Downloaded structmeta v0.3.0
7962024-10-30T22:41:12.467Z Downloaded slog-json v2.6.1
7972024-10-30T22:41:12.470Z Downloaded postgres-protocol v0.6.7
7982024-10-30T22:41:12.470Z Downloaded rusty-fork v0.3.0
7992024-10-30T22:41:12.473Z Downloaded polyval v0.6.2
8002024-10-30T22:41:12.473Z Downloaded p521 v0.13.3
8012024-10-30T22:41:12.477Z Downloaded foldhash v0.1.3
8022024-10-30T22:41:12.481Z Downloaded dyn-clone v1.0.17
8032024-10-30T22:41:12.485Z Downloaded paste v1.0.15
8042024-10-30T22:41:12.485Z Downloaded h2 v0.4.6
8052024-10-30T22:41:12.492Z Downloaded pkcs1 v0.7.5
8062024-10-30T22:41:12.496Z Downloaded hex-literal v0.4.1
8072024-10-30T22:41:12.499Z Downloaded hkdf v0.12.4
8082024-10-30T22:41:12.499Z Downloaded openssl-sys v0.9.103
8092024-10-30T22:41:12.505Z Downloaded pin-project-lite v0.2.14
8102024-10-30T22:41:12.510Z Downloaded russh-keys v0.45.0
8112024-10-30T22:41:12.513Z Downloaded aho-corasick v1.1.3
8122024-10-30T22:41:12.520Z Downloaded socket2 v0.5.7
8132024-10-30T22:41:12.522Z Downloaded bitvec v1.0.1
8142024-10-30T22:41:12.537Z Downloaded tinyvec v1.8.0
8152024-10-30T22:41:12.540Z Downloaded env_logger v0.10.2
8162024-10-30T22:41:12.544Z Downloaded pkcs5 v0.7.1
8172024-10-30T22:41:12.547Z Downloaded pin-project v1.1.6
8182024-10-30T22:41:12.559Z Downloaded pin-project-internal v1.1.6
8192024-10-30T22:41:12.563Z Downloaded chrono v0.4.38
8202024-10-30T22:41:12.568Z Downloaded unicase v2.7.0
8212024-10-30T22:41:12.570Z Downloaded subprocess v0.2.9
8222024-10-30T22:41:12.573Z Downloaded time v0.3.36
8232024-10-30T22:41:12.579Z Downloaded derive-where v1.2.7
8242024-10-30T22:41:12.582Z Downloaded snafu v0.8.5
8252024-10-30T22:41:12.589Z Downloaded tungstenite v0.21.0
8262024-10-30T22:41:12.592Z Downloaded rcgen v0.12.1
8272024-10-30T22:41:12.596Z Downloaded ed25519-dalek v2.1.1
8282024-10-30T22:41:12.599Z Downloaded der v0.7.9
8292024-10-30T22:41:12.604Z Downloaded parse-zoneinfo v0.3.1
8302024-10-30T22:41:12.607Z Downloaded portable-atomic v1.9.0
8312024-10-30T22:41:12.613Z Downloaded serde_yaml v0.9.34+deprecated
8322024-10-30T22:41:12.617Z Downloaded quick-xml v0.33.0
8332024-10-30T22:41:12.624Z Downloaded tungstenite v0.24.0
8342024-10-30T22:41:12.627Z Downloaded tungstenite v0.23.0
8352024-10-30T22:41:12.630Z Downloaded chrono-tz v0.10.0
8362024-10-30T22:41:12.649Z Downloaded elliptic-curve v0.13.8
8372024-10-30T22:41:12.652Z Downloaded rustyline v14.0.0
8382024-10-30T22:41:12.653Z Downloaded hashbrown v0.13.2
8392024-10-30T22:41:12.653Z Downloaded hyper v0.14.30
8402024-10-30T22:41:12.659Z Downloaded tough v0.17.1
8412024-10-30T22:41:12.668Z Downloaded flume v0.11.0
8422024-10-30T22:41:12.687Z Downloaded regex-syntax v0.8.5
8432024-10-30T22:41:12.687Z Downloaded ssh-key v0.6.6
8442024-10-30T22:41:12.690Z Downloaded hashbrown v0.14.5
8452024-10-30T22:41:12.703Z Downloaded reedline v0.35.0
8462024-10-30T22:41:12.703Z Downloaded hashbrown v0.12.3
8472024-10-30T22:41:12.708Z Downloaded rayon v1.10.0
8482024-10-30T22:41:12.715Z Downloaded num-bigint-dig v0.8.4
8492024-10-30T22:41:12.720Z Downloaded quinn-proto v0.11.8
8502024-10-30T22:41:12.729Z Downloaded reqwest v0.12.8
8512024-10-30T22:41:12.737Z Downloaded gimli v0.31.1
8522024-10-30T22:41:12.748Z Downloaded idna v0.3.0
8532024-10-30T22:41:12.751Z Downloaded p384 v0.13.0
8542024-10-30T22:41:12.758Z Downloaded rustls-webpki v0.101.7
8552024-10-30T22:41:12.773Z Downloaded rustls-webpki v0.102.8
8562024-10-30T22:41:12.792Z Downloaded git2 v0.19.0
8572024-10-30T22:41:12.801Z Downloaded object v0.36.5
8582024-10-30T22:41:12.812Z Downloaded polar-core v0.27.3
8592024-10-30T22:41:12.821Z Downloaded regex v1.11.0
8602024-10-30T22:41:12.834Z Downloaded dropshot v0.12.0
8612024-10-30T22:41:12.854Z Downloaded smoltcp v0.9.1
8622024-10-30T22:41:12.865Z Downloaded vcpkg v0.2.15
8632024-10-30T22:41:12.904Z Downloaded object v0.30.4
8642024-10-30T22:41:12.913Z Downloaded diesel v2.2.4
8652024-10-30T22:41:12.933Z Downloaded openapiv3 v2.0.0
8662024-10-30T22:41:12.944Z Downloaded rustls v0.23.14
8672024-10-30T22:41:12.956Z Downloaded rustls v0.22.4
8682024-10-30T22:41:12.969Z Downloaded smoltcp v0.11.0
8692024-10-30T22:41:12.981Z Downloaded hickory-proto v0.24.1
8702024-10-30T22:41:12.997Z Downloaded regress v0.10.1
8712024-10-30T22:41:13.006Z Downloaded regress v0.9.1
8722024-10-30T22:41:13.015Z Downloaded nix v0.29.0
8732024-10-30T22:41:13.026Z Downloaded sled v0.34.7
8742024-10-30T22:41:13.036Z Downloaded bzip2-sys v0.1.11+1.0.8
8752024-10-30T22:41:13.049Z Downloaded zerocopy-derive v0.6.6
8762024-10-30T22:41:13.059Z Downloaded regex-syntax v0.6.29
8772024-10-30T22:41:13.066Z Downloaded rustls v0.21.12
8782024-10-30T22:41:13.077Z Downloaded ratatui v0.28.1
8792024-10-30T22:41:13.097Z Downloaded trust-dns-proto v0.22.0
8802024-10-30T22:41:13.109Z Downloaded typify-impl v0.2.0
8812024-10-30T22:41:13.125Z Downloaded nix v0.28.0
8822024-10-30T22:41:13.137Z Downloaded regex-automata v0.4.8
8832024-10-30T22:41:13.155Z Downloaded petgraph v0.6.5
8842024-10-30T22:41:13.173Z Downloaded webpki-roots v0.26.6
8852024-10-30T22:41:13.190Z Downloaded idna v0.2.3
8862024-10-30T22:41:13.195Z Downloaded radix_trie v0.2.1
8872024-10-30T22:41:13.195Z Downloaded idna v0.5.0
8882024-10-30T22:41:13.198Z Downloaded openssl v0.10.66
8892024-10-30T22:41:13.207Z Downloaded lalrpop v0.19.12
8902024-10-30T22:41:13.219Z Downloaded lzma-sys v0.1.20
8912024-10-30T22:41:13.249Z Downloaded tokio v1.40.0
8922024-10-30T22:41:13.288Z Downloaded libz-sys v1.1.20
8932024-10-30T22:41:13.309Z Downloaded csv v1.3.0
8942024-10-30T22:41:13.329Z Downloaded curve25519-dalek v4.1.3
8952024-10-30T22:41:13.337Z Downloaded sqlparser v0.45.0
8962024-10-30T22:41:13.343Z Downloaded bstr v1.10.0
8972024-10-30T22:41:13.355Z Downloaded winnow v0.5.40
8982024-10-30T22:41:13.364Z Downloaded proptest v1.5.0
8992024-10-30T22:41:13.373Z Downloaded toml_edit v0.19.15
9002024-10-30T22:41:13.389Z Downloaded sha3 v0.10.8
9012024-10-30T22:41:13.393Z Downloaded unicode-normalization v0.1.24
9022024-10-30T22:41:13.397Z Downloaded tokio-util v0.7.12
9032024-10-30T22:41:13.403Z Downloaded nix v0.27.1
9042024-10-30T22:41:13.415Z Downloaded futures-util v0.3.31
9052024-10-30T22:41:13.427Z Downloaded idna v0.4.0
9062024-10-30T22:41:13.434Z Downloaded ron v0.8.1
9072024-10-30T22:41:13.439Z Downloaded salty v0.3.0
9082024-10-30T22:41:13.446Z Downloaded ed25519 v2.2.3
9092024-10-30T22:41:13.448Z Downloaded difflib v0.4.0
9102024-10-30T22:41:13.451Z Downloaded structmeta-derive v0.3.0
9112024-10-30T22:41:13.451Z Downloaded hashlink v0.9.1
9122024-10-30T22:41:13.453Z Downloaded pin-utils v0.1.0
9132024-10-30T22:41:13.453Z Downloaded hyper v1.4.1
9142024-10-30T22:41:13.459Z Downloaded diesel_derives v2.2.3
9152024-10-30T22:41:13.464Z Downloaded either v1.13.0
9162024-10-30T22:41:13.466Z Downloaded deranged v0.3.11
9172024-10-30T22:41:13.469Z Downloaded ssh-cipher v0.2.0
9182024-10-30T22:41:13.469Z Downloaded hex v0.4.3
9192024-10-30T22:41:13.471Z Downloaded typify-macro v0.2.0
9202024-10-30T22:41:13.471Z Downloaded ff v0.13.0
9212024-10-30T22:41:13.473Z Downloaded defmt v0.3.8
9222024-10-30T22:41:13.475Z Downloaded typed-path v0.7.1
9232024-10-30T22:41:13.481Z Downloaded h2 v0.3.26
9242024-10-30T22:41:13.488Z Downloaded reqwest v0.11.27
9252024-10-30T22:41:13.496Z Downloaded unicode-bidi v0.3.17
9262024-10-30T22:41:13.499Z Downloaded x509-cert v0.2.5
9272024-10-30T22:41:13.505Z Downloaded float-ord v0.3.2
9282024-10-30T22:41:13.508Z Downloaded unarray v0.1.4
9292024-10-30T22:41:13.510Z Downloaded twox-hash v1.6.3
9302024-10-30T22:41:13.510Z Downloaded nom v7.1.3
9312024-10-30T22:41:13.514Z Downloaded libxml v0.3.3
9322024-10-30T22:41:13.520Z Downloaded sec1 v0.7.3
9332024-10-30T22:41:13.522Z Downloaded pem-rfc7468 v0.7.0
9342024-10-30T22:41:13.525Z Downloaded hickory-client v0.24.1
9352024-10-30T22:41:13.527Z Downloaded password-hash v0.5.0
9362024-10-30T22:41:13.530Z Downloaded qorb v0.1.2
9372024-10-30T22:41:13.534Z Downloaded itertools v0.10.5
9382024-10-30T22:41:13.541Z Downloaded rustls-pemfile v2.2.0
9392024-10-30T22:41:13.543Z Downloaded encoding_rs v0.8.34
9402024-10-30T22:41:13.565Z Downloaded quinn v0.11.5
9412024-10-30T22:41:13.568Z Downloaded oso-derive v0.27.3
9422024-10-30T22:41:13.573Z Downloaded opaque-debug v0.3.1
9432024-10-30T22:41:13.573Z Downloaded zone v0.3.0
9442024-10-30T22:41:13.575Z Downloaded wyz v0.5.1
9452024-10-30T22:41:13.576Z Downloaded unicode-properties v0.1.3
9462024-10-30T22:41:13.576Z Downloaded pkg-config v0.3.31
9472024-10-30T22:41:13.578Z Downloaded pem v3.0.4
9482024-10-30T22:41:13.578Z Downloaded oso v0.27.3
9492024-10-30T22:41:13.580Z Downloaded float-cmp v0.9.0
9502024-10-30T22:41:13.582Z Downloaded value-bag v1.9.0
9512024-10-30T22:41:13.585Z Downloaded uzers v0.12.1
9522024-10-30T22:41:13.588Z Downloaded rayon-core v1.12.1
9532024-10-30T22:41:13.593Z Downloaded heapless v0.8.0
9542024-10-30T22:41:13.595Z Downloaded zone_cfg_derive v0.1.2
9552024-10-30T22:41:13.597Z Downloaded want v0.3.1
9562024-10-30T22:41:13.598Z Downloaded slog-scope v4.4.0
9572024-10-30T22:41:13.600Z Downloaded topological-sort v0.2.2
9582024-10-30T22:41:13.600Z Downloaded string_cache v0.8.7
9592024-10-30T22:41:13.602Z Downloaded test-strategy v0.3.1
9602024-10-30T22:41:13.605Z Downloaded defmt-macros v0.3.9
9612024-10-30T22:41:13.607Z Downloaded rustls-pki-types v1.9.0
9622024-10-30T22:41:13.610Z Downloaded libgit2-sys v0.17.0+1.8.1
9632024-10-30T22:41:13.671Z Downloaded russh v0.45.0
9642024-10-30T22:41:13.677Z Downloaded signal-hook v0.3.17
9652024-10-30T22:41:13.680Z Downloaded zip v0.6.6
9662024-10-30T22:41:13.684Z Downloaded foreign-types-shared v0.1.1
9672024-10-30T22:41:13.686Z Downloaded ssh-encoding v0.2.0
9682024-10-30T22:41:13.686Z Downloaded ena v0.14.3
9692024-10-30T22:41:13.689Z Downloaded des v0.8.1
9702024-10-30T22:41:13.691Z Downloaded schemars v0.8.21
9712024-10-30T22:41:13.700Z Downloaded ron v0.7.1
9722024-10-30T22:41:13.705Z Downloaded num-traits v0.2.19
9732024-10-30T22:41:13.708Z Downloaded tracing-core v0.1.32
9742024-10-30T22:41:13.711Z Downloaded tokio-postgres v0.7.12
9752024-10-30T22:41:13.716Z Downloaded stringprep v0.1.5
9762024-10-30T22:41:13.718Z Downloaded derive_builder v0.20.2
9772024-10-30T22:41:13.722Z Downloaded p256 v0.13.2
9782024-10-30T22:41:13.725Z Downloaded minimal-lexical v0.2.1
9792024-10-30T22:41:13.729Z Downloaded foreign-types v0.5.0
9802024-10-30T22:41:13.731Z Downloaded foreign-types v0.3.2
9812024-10-30T22:41:13.731Z Downloaded futures-io v0.3.31
9822024-10-30T22:41:13.731Z Downloaded futures-executor v0.3.31
9832024-10-30T22:41:13.734Z Downloaded signature v2.2.0
9842024-10-30T22:41:13.737Z Downloaded r2d2 v0.8.10
9852024-10-30T22:41:13.737Z Downloaded spin v0.9.8
9862024-10-30T22:41:13.741Z Downloaded schemars_derive v0.8.21
9872024-10-30T22:41:13.744Z Downloaded globset v0.4.15
9882024-10-30T22:41:13.744Z Downloaded futures v0.3.31
9892024-10-30T22:41:13.747Z Downloaded num-rational v0.4.2
9902024-10-30T22:41:13.750Z Downloaded signal-hook-registry v1.4.2
9912024-10-30T22:41:13.752Z Downloaded hash32 v0.3.1
9922024-10-30T22:41:13.752Z Downloaded futures-core v0.3.31
9932024-10-30T22:41:13.755Z Downloaded fallible-iterator v0.2.0
9942024-10-30T22:41:13.755Z Downloaded whoami v1.5.2
9952024-10-30T22:41:13.757Z Downloaded derive_more v0.99.18
9962024-10-30T22:41:13.760Z Downloaded sqlparser_derive v0.2.2
9972024-10-30T22:41:13.763Z Downloaded progenitor v0.8.0
9982024-10-30T22:41:13.763Z Downloaded signal-hook-mio v0.2.4
9992024-10-30T22:41:13.765Z Downloaded owo-colors v4.1.0
10002024-10-30T22:41:13.767Z Downloaded rsa v0.9.6
10012024-10-30T22:41:13.772Z Downloaded termcolor v1.4.1
10022024-10-30T22:41:13.774Z Downloaded tap v1.0.1
10032024-10-30T22:41:13.774Z Downloaded num-complex v0.4.6
10042024-10-30T22:41:13.777Z Downloaded uuid v1.10.0
10052024-10-30T22:41:13.779Z Downloaded typify v0.2.0
10062024-10-30T22:41:13.782Z Downloaded tokio-tungstenite v0.21.0
10072024-10-30T22:41:13.785Z Downloaded dropshot_endpoint v0.12.0
10082024-10-30T22:41:13.789Z Downloaded backtrace v0.3.74
10092024-10-30T22:41:13.794Z Downloaded zerocopy v0.6.6
10102024-10-30T22:41:13.798Z Downloaded vsss-rs v3.3.4
10112024-10-30T22:41:13.798Z Downloaded tracing v0.1.40
10122024-10-30T22:41:13.801Z Downloaded crypto-bigint v0.5.5
10132024-10-30T22:41:13.807Z Downloaded dirs-next v2.0.0
10142024-10-30T22:41:13.810Z Downloaded futures-channel v0.3.31
10152024-10-30T22:41:13.812Z Downloaded der_derive v0.7.3
10162024-10-30T22:41:13.814Z Downloaded progenitor-impl v0.8.0
10172024-10-30T22:41:13.816Z Downloaded openssl-macros v0.1.1
10182024-10-30T22:41:13.816Z Downloaded powerfmt v0.2.0
10192024-10-30T22:41:13.818Z Downloaded blake3 v1.5.4
10202024-10-30T22:41:13.824Z Downloaded tokio-rustls v0.26.0
10212024-10-30T22:41:13.827Z Downloaded tokio-rustls v0.25.0
10222024-10-30T22:41:13.829Z Downloaded indicatif v0.17.8
10232024-10-30T22:41:13.832Z Downloaded vergen v8.3.2
10242024-10-30T22:41:13.835Z Downloaded fixedbitset v0.4.2
10252024-10-30T22:41:13.837Z Downloaded enum-as-inner v0.5.1
10262024-10-30T22:41:13.840Z Downloaded progenitor-macro v0.8.0
10272024-10-30T22:41:13.842Z Downloaded base64 v0.22.1
10282024-10-30T22:41:13.846Z Downloaded tokio-rustls v0.24.1
10292024-10-30T22:41:13.849Z Downloaded darling_core v0.20.10
10302024-10-30T22:41:13.853Z Downloaded slog-envlogger v2.2.0
10312024-10-30T22:41:13.856Z Downloaded slog-bunyan v2.5.0
10322024-10-30T22:41:13.858Z Downloaded slog-async v2.8.0
10332024-10-30T22:41:13.858Z Downloaded parking_lot_core v0.9.10
10342024-10-30T22:41:13.861Z Downloaded fatfs v0.3.6
10352024-10-30T22:41:13.864Z Downloaded olpc-cjson v0.1.4
10362024-10-30T22:41:13.866Z Downloaded indexmap v1.9.3
10372024-10-30T22:41:13.870Z Downloaded iana-time-zone v0.1.61
10382024-10-30T22:41:13.870Z Downloaded yasna v0.5.2
10392024-10-30T22:41:13.873Z Downloaded toml v0.7.8
10402024-10-30T22:41:13.875Z Downloaded env_filter v0.1.2
10412024-10-30T22:41:13.877Z Downloaded zeroize_derive v1.4.2
10422024-10-30T22:41:13.881Z Downloaded bytes v1.7.2
10432024-10-30T22:41:13.883Z Downloaded unicode-truncate v1.1.0
10442024-10-30T22:41:13.886Z Downloaded phf_codegen v0.11.2
10452024-10-30T22:41:13.886Z Downloaded percent-encoding v2.3.1
10462024-10-30T22:41:13.886Z Downloaded pbkdf2 v0.11.0
10472024-10-30T22:41:13.888Z Downloaded fragile v2.0.0
10482024-10-30T22:41:13.890Z Downloaded thiserror-no-std v2.0.2
10492024-10-30T22:41:13.893Z Downloaded strum_macros v0.26.4
10502024-10-30T22:41:13.895Z Downloaded stable_deref_trait v1.2.0
10512024-10-30T22:41:13.897Z Downloaded slab v0.4.9
10522024-10-30T22:41:13.899Z Downloaded shell-words v1.1.0
10532024-10-30T22:41:13.899Z Downloaded serde_derive_internals v0.29.1
10542024-10-30T22:41:13.901Z Downloaded libloading v0.8.5
10552024-10-30T22:41:13.904Z Downloaded strum_macros v0.24.3
10562024-10-30T22:41:13.906Z Downloaded bcs v0.1.6
10572024-10-30T22:41:13.906Z Downloaded memoffset v0.9.1
10582024-10-30T22:41:13.908Z Downloaded hyper-staticfile v0.10.1
10592024-10-30T22:41:13.911Z Downloaded blake2 v0.10.6
10602024-10-30T22:41:13.913Z Downloaded arc-swap v1.7.1
10612024-10-30T22:41:13.916Z Downloaded display-error-chain v0.2.1
10622024-10-30T22:41:13.918Z Downloaded zeroize v1.8.1
10632024-10-30T22:41:13.920Z Downloaded xz2 v0.1.7
10642024-10-30T22:41:13.921Z Downloaded xattr v1.3.1
10652024-10-30T22:41:13.923Z Downloaded smallvec v1.13.2
10662024-10-30T22:41:13.926Z Downloaded csv-core v0.1.11
10672024-10-30T22:41:13.928Z Downloaded libefi-sys v0.1.0
10682024-10-30T22:41:13.928Z Downloaded libsw v3.3.1
10692024-10-30T22:41:13.930Z Downloaded ciborium v0.2.2
10702024-10-30T22:41:13.933Z Downloaded base64ct v1.6.0
10712024-10-30T22:41:13.935Z Downloaded blowfish v0.9.1
10722024-10-30T22:41:13.938Z Downloaded block-padding v0.3.3
10732024-10-30T22:41:13.938Z Downloaded crc32fast v1.4.2
10742024-10-30T22:41:13.941Z Downloaded ipnetwork v0.20.0
10752024-10-30T22:41:13.941Z Downloaded internet-checksum v0.2.1
10762024-10-30T22:41:13.941Z Downloaded curve25519-dalek-derive v0.1.1
10772024-10-30T22:41:13.943Z Downloaded crossbeam-deque v0.8.5
10782024-10-30T22:41:13.943Z Downloaded cexpr v0.6.0
10792024-10-30T22:41:13.945Z Downloaded chacha20 v0.9.1
10802024-10-30T22:41:13.948Z Downloaded impl-trait-for-tuples v0.2.2
10812024-10-30T22:41:13.950Z Downloaded async-bb8-diesel v0.2.1
10822024-10-30T22:41:13.952Z Downloaded arrayvec v0.7.6
10832024-10-30T22:41:13.955Z Downloaded strum v0.26.3
10842024-10-30T22:41:13.955Z Downloaded httpdate v1.0.3
10852024-10-30T22:41:13.957Z Downloaded http-body-util v0.1.2
10862024-10-30T22:41:13.960Z Downloaded newline-converter v0.3.0
10872024-10-30T22:41:13.962Z Downloaded bit-set v0.5.3
10882024-10-30T22:41:13.962Z Downloaded bcrypt-pbkdf v0.10.0
10892024-10-30T22:41:13.965Z Downloaded aes v0.8.4
10902024-10-30T22:41:13.967Z Downloaded new_debug_unreachable v1.0.6
10912024-10-30T22:41:13.969Z Downloaded matches v0.1.10
10922024-10-30T22:41:13.970Z Downloaded instability v0.3.2
10932024-10-30T22:41:13.972Z Downloaded hubpack_derive v0.1.1
10942024-10-30T22:41:13.972Z Downloaded colored v2.1.0
10952024-10-30T22:41:13.974Z Downloaded cipher v0.4.4
10962024-10-30T22:41:13.976Z Downloaded bit-vec v0.6.3
10972024-10-30T22:41:13.976Z Downloaded base16ct v0.2.0
10982024-10-30T22:41:13.979Z Downloaded async-stream-impl v0.3.6
10992024-10-30T22:41:13.979Z Downloaded ring v0.17.8
11002024-10-30T22:41:14.048Z Downloaded indent_write v2.2.0
11012024-10-30T22:41:14.051Z Downloaded clang-sys v1.8.1
11022024-10-30T22:41:14.053Z Downloaded nodrop v0.1.14
11032024-10-30T22:41:14.053Z Downloaded native-tls v0.2.12
11042024-10-30T22:41:14.056Z Downloaded mime_guess v2.0.5
11052024-10-30T22:41:14.058Z Downloaded ipnet v2.10.1
11062024-10-30T22:41:14.058Z Downloaded indoc v1.0.9
11072024-10-30T22:41:14.061Z Downloaded compact_str v0.8.0
11082024-10-30T22:41:14.063Z Downloaded linked-hash-map v0.5.6
11092024-10-30T22:41:14.066Z Downloaded kstat-rs v0.2.4
11102024-10-30T22:41:14.066Z Downloaded jobserver v0.1.32
11112024-10-30T22:41:14.068Z Downloaded ident_case v1.0.1
11122024-10-30T22:41:14.070Z Downloaded highway v1.2.0
11132024-10-30T22:41:14.070Z Downloaded crc-any v2.5.0
11142024-10-30T22:41:14.073Z Downloaded cookie v0.18.1
11152024-10-30T22:41:14.075Z Downloaded hubpack v0.1.2
11162024-10-30T22:41:14.075Z Downloaded darling v0.20.10
11172024-10-30T22:41:14.079Z Downloaded data-encoding v2.6.0
11182024-10-30T22:41:14.081Z Downloaded cancel-safe-futures v0.1.5
11192024-10-30T22:41:14.084Z Downloaded allocator-api2 v0.2.18
11202024-10-30T22:41:14.086Z Downloaded hostname v0.4.0
11212024-10-30T22:41:14.091Z Downloaded bb8 v0.8.5
11222024-10-30T22:41:14.108Z Downloaded ring v0.16.20
11232024-10-30T22:41:14.218Z Downloaded libsqlite3-sys v0.30.1
11242024-10-30T22:41:14.393Z Compiling serde v1.0.210
11252024-10-30T22:41:14.396Z Compiling typenum v1.17.0
11262024-10-30T22:41:14.396Z Compiling generic-array v0.14.7
11272024-10-30T22:41:14.396Z Compiling lock_api v0.4.12
11282024-10-30T22:41:14.396Z Compiling scopeguard v1.2.0
11292024-10-30T22:41:14.396Z Compiling subtle v2.6.1
11302024-10-30T22:41:14.567Z Compiling syn v2.0.79
11312024-10-30T22:41:14.582Z Compiling getrandom v0.2.15
11322024-10-30T22:41:14.699Z Compiling value-bag v1.9.0
11332024-10-30T22:41:14.855Z Compiling rand_core v0.6.4
11342024-10-30T22:41:14.971Z Compiling const-oid v0.9.6
11352024-10-30T22:41:15.003Z Compiling pin-project-lite v0.2.14
11362024-10-30T22:41:15.104Z Compiling smallvec v1.13.2
11372024-10-30T22:41:15.122Z Compiling log v0.4.22
11382024-10-30T22:41:15.281Z Compiling jobserver v0.1.32
11392024-10-30T22:41:15.380Z Compiling shlex v1.3.0
11402024-10-30T22:41:15.643Z Compiling parking_lot_core v0.9.10
11412024-10-30T22:41:15.667Z Compiling futures-core v0.3.31
11422024-10-30T22:41:15.925Z Compiling cc v1.1.30
11432024-10-30T22:41:15.972Z Compiling signal-hook-registry v1.4.2
11442024-10-30T22:41:16.059Z Compiling mio v1.0.2
11452024-10-30T22:41:16.295Z Compiling cpufeatures v0.2.14
11462024-10-30T22:41:16.411Z Compiling futures-sink v0.3.31
11472024-10-30T22:41:16.580Z Compiling parking_lot v0.12.3
11482024-10-30T22:41:16.821Z Compiling spin v0.9.8
11492024-10-30T22:41:16.823Z Compiling socket2 v0.5.7
11502024-10-30T22:41:17.191Z Compiling slab v0.4.9
11512024-10-30T22:41:17.258Z Compiling serde_json v1.0.128
11522024-10-30T22:41:17.364Z Compiling futures-channel v0.3.31
11532024-10-30T22:41:17.387Z Compiling futures-io v0.3.31
11542024-10-30T22:41:17.539Z Compiling allocator-api2 v0.2.18
11552024-10-30T22:41:17.645Z Compiling futures-task v0.3.31
11562024-10-30T22:41:17.718Z Compiling foldhash v0.1.3
11572024-10-30T22:41:17.819Z Compiling pin-utils v0.1.0
11582024-10-30T22:41:17.837Z Compiling tinyvec_macros v0.1.1
11592024-10-30T22:41:17.926Z Compiling tinyvec v1.8.0
11602024-10-30T22:41:17.946Z Compiling libm v0.2.8
11612024-10-30T22:41:17.985Z Compiling num-traits v0.2.19
11622024-10-30T22:41:17.999Z Compiling unicode-bidi v0.3.17
11632024-10-30T22:41:18.045Z Compiling base64ct v1.6.0
11642024-10-30T22:41:18.463Z Compiling hashbrown v0.15.0
11652024-10-30T22:41:18.658Z Compiling pem-rfc7468 v0.7.0
11662024-10-30T22:41:18.676Z Compiling flagset v0.4.6
11672024-10-30T22:41:18.897Z Compiling httparse v1.9.5
11682024-10-30T22:41:19.436Z Compiling tracing-core v0.1.32
11692024-10-30T22:41:19.515Z Compiling unicode-normalization v0.1.24
11702024-10-30T22:41:19.713Z Compiling crossbeam-utils v0.8.20
11712024-10-30T22:41:19.734Z Compiling rustls-pki-types v1.9.0
11722024-10-30T22:41:19.787Z Compiling percent-encoding v2.3.1
11732024-10-30T22:41:20.064Z Compiling ring v0.17.8
11742024-10-30T22:41:20.331Z Compiling untrusted v0.9.0
11752024-10-30T22:41:20.556Z Compiling pkg-config v0.3.31
11762024-10-30T22:41:20.650Z Compiling num-conv v0.1.0
11772024-10-30T22:41:20.794Z Compiling time-core v0.1.2
11782024-10-30T22:41:20.898Z Compiling vcpkg v0.2.15
11792024-10-30T22:41:20.900Z Compiling powerfmt v0.2.0
11802024-10-30T22:41:20.966Z Compiling time-macros v0.2.18
11812024-10-30T22:41:21.296Z Compiling deranged v0.3.11
11822024-10-30T22:41:21.407Z Compiling num_threads v0.1.7
11832024-10-30T22:41:21.531Z Compiling atomic-waker v1.1.2
11842024-10-30T22:41:21.716Z Compiling form_urlencoded v1.2.1
11852024-10-30T22:41:22.030Z Compiling rustix v0.38.37
11862024-10-30T22:41:22.049Z Compiling slog v2.7.0
11872024-10-30T22:41:22.190Z Compiling try-lock v0.2.5
11882024-10-30T22:41:22.316Z Compiling want v0.3.1
11892024-10-30T22:41:22.600Z Compiling httpdate v1.0.3
11902024-10-30T22:41:22.887Z Compiling openssl-sys v0.9.103
11912024-10-30T22:41:22.890Z Compiling idna v0.5.0
11922024-10-30T22:41:23.017Z Compiling rustversion v1.0.17
11932024-10-30T22:41:23.159Z Compiling match_cfg v0.1.0
11942024-10-30T22:41:23.257Z Compiling openssl v0.10.66
11952024-10-30T22:41:23.393Z Compiling tower-service v0.3.3
11962024-10-30T22:41:23.519Z Compiling base64 v0.22.1
11972024-10-30T22:41:23.631Z Compiling iana-time-zone v0.1.61
11982024-10-30T22:41:23.716Z Compiling foreign-types-shared v0.1.1
11992024-10-30T22:41:23.833Z Compiling foreign-types v0.3.2
12002024-10-30T22:41:23.926Z Compiling url v2.5.2
12012024-10-30T22:41:23.964Z Compiling time v0.3.36
12022024-10-30T22:41:24.169Z Compiling hostname v0.3.1
12032024-10-30T22:41:24.250Z Compiling dirs-sys-next v0.1.2
12042024-10-30T22:41:24.429Z Compiling aho-corasick v1.1.3
12052024-10-30T22:41:24.440Z Compiling regex-syntax v0.8.5
12062024-10-30T22:41:24.874Z Compiling siphasher v0.3.11
12072024-10-30T22:41:25.255Z Compiling syn v1.0.109
12082024-10-30T22:41:25.455Z Compiling native-tls v0.2.12
12092024-10-30T22:41:25.661Z Compiling adler2 v2.0.0
12102024-10-30T22:41:25.796Z Compiling data-encoding v2.6.0
12112024-10-30T22:41:25.854Z Compiling rustls v0.23.14
12122024-10-30T22:41:25.920Z Compiling rustls v0.22.4
12132024-10-30T22:41:26.185Z Compiling miniz_oxide v0.8.0
12142024-10-30T22:41:26.210Z Compiling dirs-next v2.0.0
12152024-10-30T22:41:27.730Z Compiling serde_derive_internals v0.29.1
12162024-10-30T22:41:27.749Z Compiling crossbeam-epoch v0.9.18
12172024-10-30T22:41:27.898Z Compiling regex-automata v0.4.8
12182024-10-30T22:41:28.145Z Compiling serde_derive v1.0.210
12192024-10-30T22:41:28.488Z Compiling zeroize_derive v1.4.2
12202024-10-30T22:41:29.077Z Compiling zerocopy-derive v0.7.35
12212024-10-30T22:41:29.493Z Compiling tokio-macros v2.4.0
12222024-10-30T22:41:30.009Z Compiling zeroize v1.8.1
12232024-10-30T22:41:30.427Z Compiling thiserror-impl v1.0.64
12242024-10-30T22:41:30.758Z Compiling futures-macro v0.3.31
12252024-10-30T22:41:30.905Z Compiling der_derive v0.7.3
12262024-10-30T22:41:31.131Z Compiling tracing-attributes v0.1.27
12272024-10-30T22:41:31.277Z Compiling zerocopy v0.7.35
12282024-10-30T22:41:31.897Z Compiling crypto-common v0.1.6
12292024-10-30T22:41:32.146Z Compiling block-buffer v0.10.4
12302024-10-30T22:41:32.433Z Compiling digest v0.10.7
12312024-10-30T22:41:32.768Z Compiling futures-util v0.3.31
12322024-10-30T22:41:32.916Z Compiling hmac v0.12.1
12332024-10-30T22:41:32.941Z Compiling block-padding v0.3.3
12342024-10-30T22:41:33.174Z Compiling inout v0.1.3
12352024-10-30T22:41:33.192Z Compiling sha2 v0.10.8
12362024-10-30T22:41:33.293Z Compiling ppv-lite86 v0.2.20
12372024-10-30T22:41:33.449Z Compiling cipher v0.4.4
12382024-10-30T22:41:33.580Z Compiling thiserror v1.0.64
12392024-10-30T22:41:33.722Z Compiling der v0.7.9
12402024-10-30T22:41:33.981Z Compiling salsa20 v0.10.2
12412024-10-30T22:41:34.214Z Compiling rand_chacha v0.3.1
12422024-10-30T22:41:34.216Z Compiling pest v2.7.14
12432024-10-30T22:41:34.682Z Compiling tracing v0.1.40
12442024-10-30T22:41:35.184Z Compiling rand v0.8.5
12452024-10-30T22:41:36.562Z Compiling spki v0.7.3
12462024-10-30T22:41:36.800Z Compiling pbkdf2 v0.12.2
12472024-10-30T22:41:36.942Z Compiling pest_meta v2.7.14
12482024-10-30T22:41:36.990Z Compiling scrypt v0.11.0
12492024-10-30T22:41:37.127Z Compiling cbc v0.1.2
12502024-10-30T22:41:37.357Z Compiling aes v0.8.4
12512024-10-30T22:41:37.377Z Compiling scroll_derive v0.12.0
12522024-10-30T22:41:37.397Z Compiling rustls-webpki v0.102.8
12532024-10-30T22:41:37.554Z Compiling openssl-macros v0.1.1
12542024-10-30T22:41:38.319Z Compiling pkcs5 v0.7.1
12552024-10-30T22:41:38.816Z Compiling scroll v0.12.0
12562024-10-30T22:41:39.407Z Compiling pest_generator v2.7.14
12572024-10-30T22:41:39.409Z Compiling goblin v0.8.2
12582024-10-30T22:41:39.409Z Compiling pkcs8 v0.10.2
12592024-10-30T22:41:39.510Z Compiling async-trait v0.1.83
12602024-10-30T22:41:39.937Z Compiling sha1 v0.10.6
12612024-10-30T22:41:40.158Z Compiling signature v2.2.0
12622024-10-30T22:41:40.161Z Compiling lazy_static v1.5.0
12632024-10-30T22:41:40.300Z Compiling thread_local v1.1.8
12642024-10-30T22:41:40.369Z Compiling multer v3.1.0
12652024-10-30T22:41:40.509Z Compiling cookie v0.18.1
12662024-10-30T22:41:40.711Z Compiling encoding_rs v0.8.34
12672024-10-30T22:41:40.821Z Compiling unicode-properties v0.1.3
12682024-10-30T22:41:40.871Z Compiling paste v1.0.15
12692024-10-30T22:41:41.217Z Compiling openssl-probe v0.1.5
12702024-10-30T22:41:41.306Z Compiling either v1.13.0
12712024-10-30T22:41:41.389Z Compiling signal-hook v0.3.17
12722024-10-30T22:41:41.554Z Compiling ipnet v2.10.1
12732024-10-30T22:41:41.622Z Compiling pest_derive v2.7.14
12742024-10-30T22:41:41.660Z Compiling schemars v0.8.21
12752024-10-30T22:41:41.744Z Compiling rayon-core v1.12.1
12762024-10-30T22:41:41.991Z Compiling mime v0.3.17
12772024-10-30T22:41:42.043Z Compiling gimli v0.31.1
12782024-10-30T22:41:42.183Z Compiling bytes v1.7.2
12792024-10-30T22:41:42.508Z Compiling indexmap v2.6.0
12802024-10-30T22:41:42.590Z Compiling bitflags v2.6.0
12812024-10-30T22:41:42.674Z Compiling semver v1.0.23
12822024-10-30T22:41:43.482Z Compiling tokio v1.40.0
12832024-10-30T22:41:43.515Z Compiling http v1.1.0
12842024-10-30T22:41:44.062Z Compiling rustc_version v0.4.1
12852024-10-30T22:41:44.829Z Compiling dtrace-parser v0.2.0
12862024-10-30T22:41:44.906Z Compiling serde_tokenstream v0.2.2
12872024-10-30T22:41:45.560Z Compiling http-body v1.0.1
12882024-10-30T22:41:45.581Z Compiling dof v0.3.0
12892024-10-30T22:41:45.823Z Compiling toml_datetime v0.6.8
12902024-10-30T22:41:46.054Z Compiling uuid v1.10.0
12912024-10-30T22:41:46.368Z Compiling serde_spanned v0.6.8
12922024-10-30T22:41:46.615Z Compiling usdt-impl v0.5.0
12932024-10-30T22:41:46.908Z Compiling chrono v0.4.38
12942024-10-30T22:41:47.293Z Compiling http-body-util v0.1.2
12952024-10-30T22:41:47.531Z Compiling heapless v0.7.17
12962024-10-30T22:41:47.820Z Compiling slog-async v2.8.0
12972024-10-30T22:41:48.068Z Compiling addr2line v0.24.2
12982024-10-30T22:41:48.141Z Compiling toml_edit v0.22.22
12992024-10-30T22:41:48.450Z Compiling curve25519-dalek v4.1.3
13002024-10-30T22:41:48.550Z Compiling slog-json v2.6.1
13012024-10-30T22:41:48.790Z Compiling serde_urlencoded v0.7.1
13022024-10-30T22:41:49.108Z Compiling stringprep v0.1.5
13032024-10-30T22:41:49.308Z Compiling futures-executor v0.3.31
13042024-10-30T22:41:49.423Z Compiling usdt-attr-macro v0.5.0
13052024-10-30T22:41:49.865Z Compiling usdt-macro v0.5.0
13062024-10-30T22:41:50.586Z Compiling md-5 v0.10.6
13072024-10-30T22:41:50.878Z Compiling schemars_derive v0.8.21
13082024-10-30T22:41:51.084Z Compiling crossbeam-deque v0.8.5
13092024-10-30T22:41:51.401Z Compiling enum-as-inner v0.6.1
13102024-10-30T22:41:51.417Z Compiling async-stream-impl v0.3.6
13112024-10-30T22:41:52.469Z Compiling tokio-util v0.7.12
13122024-10-30T22:41:52.760Z Compiling term v0.7.0
13132024-10-30T22:41:53.896Z Compiling h2 v0.4.6
13142024-10-30T22:41:54.734Z Compiling crossbeam-channel v0.5.13
13152024-10-30T22:41:55.935Z Compiling num-integer v0.1.46
13162024-10-30T22:41:56.206Z Compiling idna v0.3.0
13172024-10-30T22:41:56.494Z Compiling idna v0.4.0
13182024-10-30T22:41:56.752Z Compiling rustls-pemfile v2.2.0
13192024-10-30T22:41:57.108Z Compiling ff v0.13.0
13202024-10-30T22:41:57.350Z Compiling hash32 v0.2.1
13212024-10-30T22:41:57.765Z Compiling is-terminal v0.4.13
13222024-10-30T22:41:57.829Z Compiling object v0.36.5
13232024-10-30T22:41:57.904Z Compiling dropshot v0.12.0
13242024-10-30T22:41:58.111Z Compiling utf-8 v0.7.6
13252024-10-30T22:41:58.192Z Compiling stable_deref_trait v1.2.0
13262024-10-30T22:41:58.255Z Compiling take_mut v0.2.2
13272024-10-30T22:41:58.299Z Compiling dyn-clone v1.0.17
13282024-10-30T22:41:58.423Z Compiling anyhow v1.0.89
13292024-10-30T22:41:58.453Z Compiling psl-types v2.0.11
13302024-10-30T22:41:58.528Z Compiling quick-error v1.2.3
13312024-10-30T22:41:58.658Z Compiling rustc-demangle v0.1.24
13322024-10-30T22:41:58.684Z Compiling smoltcp v0.9.1
13332024-10-30T22:41:59.046Z Compiling num-bigint-dig v0.8.4
13342024-10-30T22:41:59.301Z Compiling portable-atomic v1.9.0
13352024-10-30T22:41:59.359Z Compiling base16ct v0.2.0
13362024-10-30T22:41:59.389Z Compiling fallible-iterator v0.2.0
13372024-10-30T22:41:59.609Z Compiling linked-hash-map v0.5.6
13382024-10-30T22:41:59.700Z Compiling sec1 v0.7.3
13392024-10-30T22:42:00.000Z Compiling lru-cache v0.1.2
13402024-10-30T22:42:00.132Z Compiling postgres-protocol v0.6.7
13412024-10-30T22:42:00.309Z Compiling resolv-conf v0.7.0
13422024-10-30T22:42:00.415Z Compiling publicsuffix v2.2.3
13432024-10-30T22:42:01.094Z Compiling hyper v1.4.1
13442024-10-30T22:42:01.494Z Compiling tungstenite v0.24.0
13452024-10-30T22:42:03.178Z Compiling slog-term v2.9.1
13462024-10-30T22:42:03.771Z Compiling hyper-util v0.1.9
13472024-10-30T22:42:03.904Z Compiling usdt v0.5.0
13482024-10-30T22:42:04.356Z Compiling hickory-proto v0.24.1
13492024-10-30T22:42:04.379Z Compiling group v0.13.0
13502024-10-30T22:42:04.416Z Compiling tokio-rustls v0.26.0
13512024-10-30T22:42:04.437Z Compiling num-iter v0.1.45
13522024-10-30T22:42:04.630Z Compiling tokio-native-tls v0.3.1
13532024-10-30T22:42:04.702Z Compiling tokio-rustls v0.25.0
13542024-10-30T22:42:04.866Z Compiling async-stream v0.3.6
13552024-10-30T22:42:04.914Z Compiling toml v0.8.19
13562024-10-30T22:42:05.162Z Compiling futures v0.3.31
13572024-10-30T22:42:06.157Z Compiling backtrace v0.3.74
13582024-10-30T22:42:06.565Z Compiling camino v1.1.9
13592024-10-30T22:42:06.917Z Compiling slog-bunyan v2.5.0
13602024-10-30T22:42:07.023Z Compiling terminal_size v0.4.0
13612024-10-30T22:42:07.142Z Compiling dropshot_endpoint v0.12.0
13622024-10-30T22:42:07.246Z Compiling openapiv3 v2.0.0
13632024-10-30T22:42:07.373Z Compiling serde_path_to_error v0.1.16
13642024-10-30T22:42:07.534Z Compiling hkdf v0.12.4
13652024-10-30T22:42:07.536Z Compiling crypto-bigint v0.5.5
13662024-10-30T22:42:07.817Z Compiling curve25519-dalek-derive v0.1.1
13672024-10-30T22:42:07.936Z Compiling hubpack_derive v0.1.1
13682024-10-30T22:42:08.255Z Compiling zerocopy-derive v0.6.6
13692024-10-30T22:42:08.822Z Compiling phf_shared v0.11.2
13702024-10-30T22:42:09.223Z Compiling waitgroup v0.1.2
13712024-10-30T22:42:09.280Z Compiling webpki-roots v0.26.6
13722024-10-30T22:42:09.450Z Compiling hostname v0.4.0
13732024-10-30T22:42:09.512Z Compiling fs-err v2.11.0
13742024-10-30T22:42:09.532Z Compiling ahash v0.8.11
13752024-10-30T22:42:09.714Z Compiling bitflags v1.3.2
13762024-10-30T22:42:09.825Z Compiling debug-ignore v1.0.5
13772024-10-30T22:42:09.846Z Compiling winnow v0.5.40
13782024-10-30T22:42:09.874Z Compiling managed v0.8.0
13792024-10-30T22:42:09.973Z Compiling clap_builder v4.5.20
13802024-10-30T22:42:10.359Z Compiling zerocopy v0.6.6
13812024-10-30T22:42:11.264Z Compiling elliptic-curve v0.13.8
13822024-10-30T22:42:11.554Z Compiling hickory-resolver v0.24.1
13832024-10-30T22:42:12.122Z Compiling strum_macros v0.25.3
13842024-10-30T22:42:12.516Z Compiling console v0.15.8
13852024-10-30T22:42:13.761Z Compiling toml_edit v0.19.15
13862024-10-30T22:42:14.014Z Compiling hyper-rustls v0.27.3
13872024-10-30T22:42:14.568Z Compiling phf v0.11.2
13882024-10-30T22:42:14.647Z Compiling hubpack v0.1.2
13892024-10-30T22:42:15.089Z Compiling signal-hook-mio v0.2.4
13902024-10-30T22:42:15.259Z Compiling hyper-tls v0.6.0
13912024-10-30T22:42:15.698Z Compiling rayon v1.10.0
13922024-10-30T22:42:15.733Z Compiling cookie_store v0.21.0
13932024-10-30T22:42:17.293Z Compiling tokio-tungstenite v0.24.0
13942024-10-30T22:42:17.857Z Compiling postgres-types v0.2.8
13952024-10-30T22:42:19.053Z Compiling tokio-stream v0.1.16
13962024-10-30T22:42:19.357Z Compiling serde-big-array v0.5.1
13972024-10-30T22:42:19.393Z Compiling ed25519 v2.2.3
13982024-10-30T22:42:19.591Z Compiling pkcs1 v0.7.5
13992024-10-30T22:42:20.107Z Compiling bstr v1.10.0
14002024-10-30T22:42:20.584Z Compiling regex v1.11.0
14012024-10-30T22:42:20.705Z Compiling rfc6979 v0.4.0
14022024-10-30T22:42:20.907Z Compiling clap_derive v4.5.18
14032024-10-30T22:42:20.953Z Compiling derive-where v1.2.7
14042024-10-30T22:42:21.273Z Compiling serde_repr v0.1.19
14052024-10-30T22:42:21.555Z Compiling phf_shared v0.10.0
14062024-10-30T22:42:21.742Z Compiling float-cmp v0.9.0
14072024-10-30T22:42:21.854Z Compiling sync_wrapper v1.0.1
14082024-10-30T22:42:21.963Z Compiling crc32fast v1.4.2
14092024-10-30T22:42:21.982Z Compiling whoami v1.5.2
14102024-10-30T22:42:22.007Z Compiling unicode-segmentation v1.12.0
14112024-10-30T22:42:22.220Z Compiling static_assertions v1.1.0
14122024-10-30T22:42:22.293Z Compiling difflib v0.4.0
14132024-10-30T22:42:22.331Z Compiling fixedbitset v0.4.2
14142024-10-30T22:42:22.419Z Compiling new_debug_unreachable v1.0.6
14152024-10-30T22:42:22.524Z Compiling bit-vec v0.6.3
14162024-10-30T22:42:22.607Z Compiling precomputed-hash v0.1.1
14172024-10-30T22:42:22.730Z Compiling minimal-lexical v0.2.1
14182024-10-30T22:42:22.794Z Compiling number_prefix v0.4.0
14192024-10-30T22:42:22.902Z Compiling predicates-core v1.0.8
14202024-10-30T22:42:23.036Z Compiling normalize-line-endings v0.3.0
14212024-10-30T22:42:23.041Z Compiling indicatif v0.17.8
14222024-10-30T22:42:23.169Z Compiling predicates v3.1.2
14232024-10-30T22:42:23.243Z Compiling nom v7.1.3
14242024-10-30T22:42:23.262Z Compiling bit-set v0.5.3
14252024-10-30T22:42:23.563Z Compiling similar v2.6.0
14262024-10-30T22:42:23.854Z Compiling string_cache v0.8.7
14272024-10-30T22:42:24.281Z Compiling qorb v0.1.2
14282024-10-30T22:42:24.309Z Compiling petgraph v0.6.5
14292024-10-30T22:42:24.870Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14302024-10-30T22:42:25.133Z Compiling tokio-postgres v0.7.12
14312024-10-30T22:42:25.569Z Compiling clap v4.5.20
14322024-10-30T22:42:25.709Z Compiling flate2 v1.0.34
14332024-10-30T22:42:25.978Z Compiling reqwest v0.12.8
14342024-10-30T22:42:26.662Z Compiling ecdsa v0.16.9
14352024-10-30T22:42:27.076Z Compiling rsa v0.9.6
14362024-10-30T22:42:27.530Z Compiling ed25519-dalek v2.1.1
14372024-10-30T22:42:28.412Z Compiling toml v0.7.8
14382024-10-30T22:42:28.865Z Compiling crossterm v0.28.1
14392024-10-30T22:42:30.751Z Compiling hex v0.4.3
14402024-10-30T22:42:30.826Z Compiling itertools v0.10.5
14412024-10-30T22:42:30.951Z Compiling itertools v0.12.1
14422024-10-30T22:42:30.995Z Compiling x509-cert v0.2.5
14432024-10-30T22:42:31.382Z Compiling lalrpop-util v0.19.12
14442024-10-30T22:42:31.771Z Compiling peg-runtime v0.8.3
14452024-10-30T22:42:31.818Z Compiling unicode-xid v0.2.6
14462024-10-30T22:42:32.003Z Compiling xattr v1.3.1
14472024-10-30T22:42:32.284Z Compiling strum_macros v0.26.4
14482024-10-30T22:42:32.448Z Compiling filetime v0.2.25
14492024-10-30T22:42:32.771Z Compiling tar v0.4.42
14502024-10-30T22:42:35.524Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14512024-10-30T22:42:35.666Z Compiling strum v0.26.3
14522024-10-30T22:42:35.798Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14532024-10-30T22:42:41.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14542024-10-30T22:42:41.485Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14552024-10-30T22:42:41.533ZOct 30 22:42:40.882 INFO Starting download, target: Clickhouse
14562024-10-30T22:42:41.533ZOct 30 22:42:40.882 INFO Starting download, target: Cockroach
14572024-10-30T22:42:41.533ZOct 30 22:42:40.882 INFO Starting download, target: Console
14582024-10-30T22:42:41.533ZOct 30 22:42:40.882 INFO Starting download, target: DendriteOpenapi
14592024-10-30T22:42:41.536ZOct 30 22:42:40.882 INFO Starting download, target: DendriteStub
14602024-10-30T22:42:41.536ZOct 30 22:42:40.882 INFO Starting download, target: MaghemiteMgd
14612024-10-30T22:42:41.536ZOct 30 22:42:40.882 INFO Starting download, target: TransceiverControl
14622024-10-30T22:42:41.536ZOct 30 22:42:40.883 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14632024-10-30T22:42:41.536ZOct 30 22:42:40.883 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14642024-10-30T22:42:41.536ZOct 30 22:42:40.883 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14652024-10-30T22:42:41.536ZOct 30 22:42:40.883 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14662024-10-30T22:42:41.536ZOct 30 22:42:40.883 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14672024-10-30T22:42:41.536ZOct 30 22:42:40.883 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14682024-10-30T22:42:41.536ZOct 30 22:42:40.883 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14692024-10-30T22:42:41.758ZOct 30 22:42:41.094 INFO Download complete, target: DendriteOpenapi
14702024-10-30T22:42:41.932ZOct 30 22:42:41.280 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14712024-10-30T22:42:42.194ZOct 30 22:42:41.542 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14722024-10-30T22:42:42.390ZOct 30 22:42:41.738 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14732024-10-30T22:42:42.546ZOct 30 22:42:41.888 INFO Download complete, target: Console
14742024-10-30T22:42:42.645ZOct 30 22:42:41.988 INFO Download complete, target: TransceiverControl
14752024-10-30T22:42:42.778ZOct 30 22:42:42.125 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14762024-10-30T22:42:43.069ZOct 30 22:42:42.417 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14772024-10-30T22:42:43.069ZOct 30 22:42:42.417 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14782024-10-30T22:42:43.686ZOct 30 22:42:43.034 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14792024-10-30T22:42:45.127ZOct 30 22:42:44.475 INFO Download complete, target: DendriteStub
14802024-10-30T22:42:45.510ZOct 30 22:42:44.858 INFO Download complete, target: MaghemiteMgd
14812024-10-30T22:42:50.504ZOct 30 22:42:49.851 INFO Checking that binary works, target: Cockroach
14822024-10-30T22:42:50.667ZOct 30 22:42:50.013 INFO Download complete, target: Cockroach
14832024-10-30T22:42:55.990ZOct 30 22:42:55.332 INFO Checking that binary works, target: Clickhouse
14842024-10-30T22:42:56.148ZOct 30 22:42:55.492 INFO Download complete, target: Clickhouse
14852024-10-30T22:42:56.169ZAll builder prerequisites installed successfully, and PATH looks valid
14862024-10-30T22:42:56.172Z
14872024-10-30T22:42:56.172Zreal 3:47.477161194
14882024-10-30T22:42:56.172Zuser 12:19.464759327
14892024-10-30T22:42:56.172Zsys 2:43.359008078
14902024-10-30T22:42:56.172Ztrap 0.477631722
14912024-10-30T22:42:56.172Ztflt 1.327085764
14922024-10-30T22:42:56.172Zdflt 1.328169466
14932024-10-30T22:42:56.172Zkflt 0.022291883
14942024-10-30T22:42:56.172Zlock 23:03.939966966
14952024-10-30T22:42:56.172Zslp 47:37.939775459
14962024-10-30T22:42:56.172Zlat 48.957928451
14972024-10-30T22:42:56.172Zstop 2:03.935651107
14982024-10-30T22:42:56.172Z+ banner hack-check
14992024-10-30T22:42:56.175Z
15002024-10-30T22:42:56.175Z # # ## #### # # #### # # ###### #### # #
15012024-10-30T22:42:56.175Z # # # # # # # # # # # # # # # # #
15022024-10-30T22:42:56.175Z ###### # # # #### ##### # ###### ##### # ####
15032024-10-30T22:42:56.175Z # # ###### # # # # # # # # # #
15042024-10-30T22:42:56.175Z # # # # # # # # # # # # # # # # #
15052024-10-30T22:42:56.175Z # # # # #### # # #### # # ###### #### # #
15062024-10-30T22:42:56.175Z
15072024-10-30T22:42:56.175Z+ export CARGO_INCREMENTAL=0
15082024-10-30T22:42:56.175Z+ CARGO_INCREMENTAL=0
15092024-10-30T22:42:56.175Z+ ptime -m timeout 2h cargo xtask check-features --ci
15102024-10-30T22:42:56.692Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15112024-10-30T22:43:00.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
15122024-10-30T22:43:00.281Z Running `target/debug/xtask check-features --ci`
15132024-10-30T22:43:00.301Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15142024-10-30T22:43:00.301Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15152024-10-30T22:43:00.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15162024-10-30T22:43:00.757Z Running `target/debug/xtask download cargo-hack`
15172024-10-30T22:43:01.550Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15182024-10-30T22:43:01.924Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15192024-10-30T22:43:06.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.91s
15202024-10-30T22:43:06.845Z Running `target/debug/xtask-downloader cargo-hack`
15212024-10-30T22:43:06.883ZOct 30 22:43:06.225 INFO Starting download, target: CargoHack
15222024-10-30T22:43:06.886ZOct 30 22:43:06.226 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15232024-10-30T22:43:07.474ZOct 30 22:43:06.816 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15242024-10-30T22:43:07.560ZOct 30 22:43:06.902 INFO Download complete, target: CargoHack
15252024-10-30T22:43:07.564Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15262024-10-30T22:43:07.580Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15272024-10-30T22:43:07.743Zinfo: running `cargo check --bins` on api_identity (1/166)
15282024-10-30T22:43:08.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15292024-10-30T22:43:08.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15302024-10-30T22:43:08.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15312024-10-30T22:43:08.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15322024-10-30T22:43:08.326Z
15332024-10-30T22:43:08.326Zinfo: running `cargo check --bins` on bootstore (2/166)
15342024-10-30T22:43:08.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15352024-10-30T22:43:08.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15362024-10-30T22:43:08.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15372024-10-30T22:43:08.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15382024-10-30T22:43:08.940Z
15392024-10-30T22:43:08.940Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15402024-10-30T22:43:09.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-10-30T22:43:09.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-10-30T22:43:09.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-10-30T22:43:09.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15442024-10-30T22:43:09.528Z
15452024-10-30T22:43:09.528Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15462024-10-30T22:43:10.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-10-30T22:43:10.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-10-30T22:43:10.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-10-30T22:43:10.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15502024-10-30T22:43:10.124Z
15512024-10-30T22:43:10.124Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15522024-10-30T22:43:10.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-10-30T22:43:10.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-10-30T22:43:10.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-10-30T22:43:10.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15562024-10-30T22:43:10.528Z
15572024-10-30T22:43:10.528Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15582024-10-30T22:43:10.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-10-30T22:43:10.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-10-30T22:43:10.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-10-30T22:43:10.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15622024-10-30T22:43:10.940Z
15632024-10-30T22:43:10.940Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15642024-10-30T22:43:11.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-10-30T22:43:11.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-10-30T22:43:11.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15672024-10-30T22:43:11.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15682024-10-30T22:43:11.348Z
15692024-10-30T22:43:11.348Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15702024-10-30T22:43:11.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15712024-10-30T22:43:11.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15722024-10-30T22:43:11.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15732024-10-30T22:43:11.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15742024-10-30T22:43:11.760Z
15752024-10-30T22:43:11.760Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15762024-10-30T22:43:12.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15772024-10-30T22:43:12.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15782024-10-30T22:43:12.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15792024-10-30T22:43:12.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15802024-10-30T22:43:12.171Z
15812024-10-30T22:43:12.171Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15822024-10-30T22:43:12.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15832024-10-30T22:43:12.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15842024-10-30T22:43:12.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15852024-10-30T22:43:12.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15862024-10-30T22:43:12.575Z
15872024-10-30T22:43:12.575Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15882024-10-30T22:43:12.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15892024-10-30T22:43:12.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15902024-10-30T22:43:12.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15912024-10-30T22:43:12.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15922024-10-30T22:43:12.975Z
15932024-10-30T22:43:12.975Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15942024-10-30T22:43:13.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15952024-10-30T22:43:13.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15962024-10-30T22:43:13.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15972024-10-30T22:43:13.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15982024-10-30T22:43:14.386Z
15992024-10-30T22:43:14.386Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
16002024-10-30T22:43:14.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16012024-10-30T22:43:14.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16022024-10-30T22:43:14.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16032024-10-30T22:43:14.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16042024-10-30T22:43:14.389Z
16052024-10-30T22:43:14.389Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16062024-10-30T22:43:14.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16072024-10-30T22:43:14.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16082024-10-30T22:43:14.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16092024-10-30T22:43:14.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16102024-10-30T22:43:14.390Z
16112024-10-30T22:43:14.390Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16122024-10-30T22:43:14.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-10-30T22:43:14.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-10-30T22:43:14.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-10-30T22:43:14.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16162024-10-30T22:43:14.620Z
16172024-10-30T22:43:14.620Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16182024-10-30T22:43:14.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-10-30T22:43:14.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-10-30T22:43:14.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-10-30T22:43:14.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16222024-10-30T22:43:15.023Z
16232024-10-30T22:43:15.023Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16242024-10-30T22:43:15.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-10-30T22:43:15.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-10-30T22:43:15.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-10-30T22:43:15.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16282024-10-30T22:43:15.426Z
16292024-10-30T22:43:15.426Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16302024-10-30T22:43:15.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-10-30T22:43:15.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-10-30T22:43:15.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-10-30T22:43:15.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16342024-10-30T22:43:15.839Z
16352024-10-30T22:43:15.839Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16362024-10-30T22:43:16.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-10-30T22:43:16.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-10-30T22:43:16.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-10-30T22:43:16.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16402024-10-30T22:43:16.254Z
16412024-10-30T22:43:16.254Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16422024-10-30T22:43:16.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-10-30T22:43:16.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-10-30T22:43:16.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-10-30T22:43:16.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16462024-10-30T22:43:16.669Z
16472024-10-30T22:43:16.669Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16482024-10-30T22:43:17.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-10-30T22:43:17.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-10-30T22:43:17.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-10-30T22:43:17.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16522024-10-30T22:43:17.088Z
16532024-10-30T22:43:17.088Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16542024-10-30T22:43:17.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-10-30T22:43:17.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-10-30T22:43:17.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-10-30T22:43:17.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16582024-10-30T22:43:17.501Z
16592024-10-30T22:43:17.501Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16602024-10-30T22:43:17.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-10-30T22:43:17.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-10-30T22:43:17.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-10-30T22:43:17.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16642024-10-30T22:43:17.932Z
16652024-10-30T22:43:17.932Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16662024-10-30T22:43:18.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-10-30T22:43:18.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-10-30T22:43:18.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-10-30T22:43:18.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16702024-10-30T22:43:18.340Z
16712024-10-30T22:43:18.341Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16722024-10-30T22:43:18.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-10-30T22:43:18.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-10-30T22:43:18.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-10-30T22:43:18.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16762024-10-30T22:43:18.930Z
16772024-10-30T22:43:18.930Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16782024-10-30T22:43:19.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-10-30T22:43:19.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-10-30T22:43:19.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-10-30T22:43:19.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16822024-10-30T22:43:19.524Z
16832024-10-30T22:43:19.524Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16842024-10-30T22:43:20.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-10-30T22:43:20.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-10-30T22:43:20.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-10-30T22:43:20.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16882024-10-30T22:43:20.118Z
16892024-10-30T22:43:20.118Zinfo: running `cargo check --bins` on oxlog (28/166)
16902024-10-30T22:43:20.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-10-30T22:43:20.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-10-30T22:43:20.703Z Checking cfg-if v1.0.0
16932024-10-30T22:43:20.705Z Checking libc v0.2.161
16942024-10-30T22:43:20.805Z Checking serde v1.0.210
16952024-10-30T22:43:20.807Z Checking zeroize v1.8.1
16962024-10-30T22:43:20.818Z Checking memchr v2.7.4
16972024-10-30T22:43:20.830Z Checking typenum v1.17.0
16982024-10-30T22:43:20.833Z Checking scopeguard v1.2.0
16992024-10-30T22:43:20.840Z Checking subtle v2.6.1
17002024-10-30T22:43:20.866Z Checking value-bag v1.9.0
17012024-10-30T22:43:20.977Z Checking lock_api v0.4.12
17022024-10-30T22:43:21.058Z Checking const-oid v0.9.6
17032024-10-30T22:43:21.120Z Checking itoa v1.0.11
17042024-10-30T22:43:21.284Z Checking log v0.4.22
17052024-10-30T22:43:21.341Z Checking pin-project-lite v0.2.14
17062024-10-30T22:43:21.439Z Checking smallvec v1.13.2
17072024-10-30T22:43:21.525Z Checking byteorder v1.5.0
17082024-10-30T22:43:21.715Z Checking futures-core v0.3.31
17092024-10-30T22:43:21.799Z Checking once_cell v1.20.2
17102024-10-30T22:43:21.822Z Checking cpufeatures v0.2.14
17112024-10-30T22:43:21.856Z Checking futures-sink v0.3.31
17122024-10-30T22:43:21.878Z Checking spin v0.9.8
17132024-10-30T22:43:21.894Z Checking zerocopy v0.7.35
17142024-10-30T22:43:21.965Z Checking getrandom v0.2.15
17152024-10-30T22:43:21.987Z Checking signal-hook-registry v1.4.2
17162024-10-30T22:43:22.050Z Checking parking_lot_core v0.9.10
17172024-10-30T22:43:22.171Z Checking generic-array v0.14.7
17182024-10-30T22:43:22.185Z Checking rand_core v0.6.4
17192024-10-30T22:43:22.222Z Checking mio v1.0.2
17202024-10-30T22:43:22.229Z Checking socket2 v0.5.7
17212024-10-30T22:43:22.376Z Checking parking_lot v0.12.3
17222024-10-30T22:43:22.459Z Checking slab v0.4.9
17232024-10-30T22:43:22.734Z Checking futures-channel v0.3.31
17242024-10-30T22:43:22.736Z Checking futures-io v0.3.31
17252024-10-30T22:43:22.762Z Checking equivalent v1.0.1
17262024-10-30T22:43:22.861Z Checking foldhash v0.1.3
17272024-10-30T22:43:22.865Z Checking futures-task v0.3.31
17282024-10-30T22:43:22.888Z Checking pin-utils v0.1.0
17292024-10-30T22:43:22.931Z Checking tinyvec_macros v0.1.1
17302024-10-30T22:43:22.970Z Checking allocator-api2 v0.2.18
17312024-10-30T22:43:23.016Z Checking tinyvec v1.8.0
17322024-10-30T22:43:23.066Z Checking ryu v1.0.18
17332024-10-30T22:43:23.093Z Checking fnv v1.0.7
17342024-10-30T22:43:23.108Z Checking futures-util v0.3.31
17352024-10-30T22:43:23.219Z Checking unicode-bidi v0.3.17
17362024-10-30T22:43:23.308Z Checking libm v0.2.8
17372024-10-30T22:43:23.331Z Checking crypto-common v0.1.6
17382024-10-30T22:43:23.334Z Checking block-buffer v0.10.4
17392024-10-30T22:43:23.509Z Checking block-padding v0.3.3
17402024-10-30T22:43:23.550Z Checking digest v0.10.7
17412024-10-30T22:43:23.622Z Checking hashbrown v0.15.0
17422024-10-30T22:43:23.722Z Checking inout v0.1.3
17432024-10-30T22:43:23.841Z Checking base64ct v1.6.0
17442024-10-30T22:43:23.940Z Checking hmac v0.12.1
17452024-10-30T22:43:23.956Z Checking cipher v0.4.4
17462024-10-30T22:43:24.149Z Checking sha2 v0.10.8
17472024-10-30T22:43:24.241Z Checking num-traits v0.2.19
17482024-10-30T22:43:24.299Z Checking pem-rfc7468 v0.7.0
17492024-10-30T22:43:24.378Z Checking unicode-normalization v0.1.24
17502024-10-30T22:43:24.382Z Checking ppv-lite86 v0.2.20
17512024-10-30T22:43:24.588Z Checking flagset v0.4.6
17522024-10-30T22:43:24.747Z Checking tracing-core v0.1.32
17532024-10-30T22:43:24.761Z Checking der v0.7.9
17542024-10-30T22:43:24.782Z Checking thiserror v1.0.64
17552024-10-30T22:43:24.907Z Checking rustls-pki-types v1.9.0
17562024-10-30T22:43:25.130Z Checking rand_chacha v0.3.1
17572024-10-30T22:43:25.327Z Checking percent-encoding v2.3.1
17582024-10-30T22:43:25.388Z Checking tracing v0.1.40
17592024-10-30T22:43:25.480Z Checking salsa20 v0.10.2
17602024-10-30T22:43:25.524Z Checking rand v0.8.5
17612024-10-30T22:43:25.539Z Checking pbkdf2 v0.12.2
17622024-10-30T22:43:25.699Z Checking httparse v1.9.5
17632024-10-30T22:43:25.699Z Checking untrusted v0.9.0
17642024-10-30T22:43:25.729Z Checking powerfmt v0.2.0
17652024-10-30T22:43:25.758Z Checking bytes v1.7.2
17662024-10-30T22:43:25.866Z Checking indexmap v2.6.0
17672024-10-30T22:43:25.985Z Checking serde_json v1.0.128
17682024-10-30T22:43:26.004Z Checking bitflags v2.6.0
17692024-10-30T22:43:26.167Z Checking deranged v0.3.11
17702024-10-30T22:43:26.308Z Checking ring v0.17.8
17712024-10-30T22:43:26.559Z Checking tokio v1.40.0
17722024-10-30T22:43:26.702Z Checking http v1.1.0
17732024-10-30T22:43:26.779Z Checking spki v0.7.3
17742024-10-30T22:43:27.083Z Checking scrypt v0.11.0
17752024-10-30T22:43:27.252Z Checking cbc v0.1.2
17762024-10-30T22:43:27.322Z Checking aes v0.8.4
17772024-10-30T22:43:27.472Z Checking crossbeam-utils v0.8.20
17782024-10-30T22:43:27.774Z Checking num-conv v0.1.0
17792024-10-30T22:43:27.964Z Checking time-core v0.1.2
17802024-10-30T22:43:28.013Z Checking atomic-waker v1.1.2
17812024-10-30T22:43:28.030Z Checking num_threads v0.1.7
17822024-10-30T22:43:28.109Z Checking http-body v1.0.1
17832024-10-30T22:43:28.140Z Checking time v0.3.36
17842024-10-30T22:43:28.142Z Checking form_urlencoded v1.2.1
17852024-10-30T22:43:28.182Z Checking try-lock v0.2.5
17862024-10-30T22:43:28.198Z Checking rustls-webpki v0.102.8
17872024-10-30T22:43:28.213Z Checking pkcs5 v0.7.1
17882024-10-30T22:43:28.312Z Checking want v0.3.1
17892024-10-30T22:43:28.329Z Checking httpdate v1.0.3
17902024-10-30T22:43:28.344Z Checking unicode-ident v1.0.13
17912024-10-30T22:43:28.438Z Checking toml_datetime v0.6.8
17922024-10-30T22:43:28.489Z Checking serde_spanned v0.6.8
17932024-10-30T22:43:28.507Z Checking proc-macro2 v1.0.87
17942024-10-30T22:43:28.552Z Checking uuid v1.10.0
17952024-10-30T22:43:28.673Z Checking idna v0.5.0
17962024-10-30T22:43:28.727Z Checking pkcs8 v0.10.2
17972024-10-30T22:43:28.742Z Checking slog v2.7.0
17982024-10-30T22:43:28.958Z Checking scroll v0.12.0
17992024-10-30T22:43:29.059Z Checking plain v0.2.3
18002024-10-30T22:43:29.188Z Checking base64 v0.22.1
18012024-10-30T22:43:29.203Z Checking tower-service v0.3.3
18022024-10-30T22:43:29.217Z Checking iana-time-zone v0.1.61
18032024-10-30T22:43:29.250Z Checking foreign-types-shared v0.1.1
18042024-10-30T22:43:29.316Z Checking match_cfg v0.1.0
18052024-10-30T22:43:29.357Z Checking ucd-trie v0.1.7
18062024-10-30T22:43:29.360Z Checking chrono v0.4.38
18072024-10-30T22:43:29.407Z Checking hostname v0.3.1
18082024-10-30T22:43:29.428Z Checking goblin v0.8.2
18092024-10-30T22:43:29.539Z Checking url v2.5.2
18102024-10-30T22:43:29.553Z Checking foreign-types v0.3.2
18112024-10-30T22:43:29.568Z Checking pest v2.7.14
18122024-10-30T22:43:29.640Z Checking quote v1.0.37
18132024-10-30T22:43:29.656Z Checking openssl-sys v0.9.103
18142024-10-30T22:43:30.012Z Checking dirs-sys-next v0.1.2
18152024-10-30T22:43:30.201Z Checking errno v0.3.9
18162024-10-30T22:43:30.296Z Checking aho-corasick v1.1.3
18172024-10-30T22:43:30.383Z Checking data-encoding v2.6.0
18182024-10-30T22:43:30.605Z Checking regex-syntax v0.8.5
18192024-10-30T22:43:30.925Z Checking siphasher v0.3.11
18202024-10-30T22:43:31.079Z Checking pretty-hex v0.4.1
18212024-10-30T22:43:31.214Z Checking adler2 v2.0.0
18222024-10-30T22:43:31.253Z Checking openssl v0.10.66
18232024-10-30T22:43:31.384Z Checking miniz_oxide v0.8.0
18242024-10-30T22:43:31.462Z Checking rustix v0.38.37
18252024-10-30T22:43:32.001Z Checking dirs-next v2.0.0
18262024-10-30T22:43:32.123Z Checking syn v2.0.79
18272024-10-30T22:43:32.142Z Checking http-body-util v0.1.2
18282024-10-30T22:43:32.177Z Checking dtrace-parser v0.2.0
18292024-10-30T22:43:32.621Z Checking crossbeam-epoch v0.9.18
18302024-10-30T22:43:32.665Z Checking sha1 v0.10.6
18312024-10-30T22:43:32.939Z Checking signature v2.2.0
18322024-10-30T22:43:33.065Z Checking lazy_static v1.5.0
18332024-10-30T22:43:33.146Z Checking thread_local v1.1.8
18342024-10-30T22:43:33.189Z Checking thread-id v4.2.2
18352024-10-30T22:43:33.298Z Checking encoding_rs v0.8.34
18362024-10-30T22:43:33.414Z Checking openssl-probe v0.1.5
18372024-10-30T22:43:33.579Z Checking gimli v0.31.1
18382024-10-30T22:43:33.890Z Checking tokio-util v0.7.12
18392024-10-30T22:43:33.920Z Checking regex-automata v0.4.8
18402024-10-30T22:43:34.588Z Checking dof v0.3.0
18412024-10-30T22:43:34.848Z Checking h2 v0.4.6
18422024-10-30T22:43:35.037Z Checking either v1.13.0
18432024-10-30T22:43:35.236Z Checking anstyle v1.0.8
18442024-10-30T22:43:35.411Z Checking ipnet v2.10.1
18452024-10-30T22:43:35.579Z Checking winnow v0.6.20
18462024-10-30T22:43:35.671Z Checking mime v0.3.17
18472024-10-30T22:43:35.903Z Checking unicode-properties v0.1.3
18482024-10-30T22:43:35.995Z Checking utf8parse v0.2.2
18492024-10-30T22:43:36.146Z Checking anstyle-parse v0.2.5
18502024-10-30T22:43:36.267Z Checking stringprep v0.1.5
18512024-10-30T22:43:36.399Z Checking crossbeam-deque v0.8.5
18522024-10-30T22:43:36.559Z Checking term v0.7.0
18532024-10-30T22:43:36.723Z Checking slog-json v2.6.1
18542024-10-30T22:43:36.835Z Checking native-tls v0.2.12
18552024-10-30T22:43:36.982Z Checking rustls v0.22.4
18562024-10-30T22:43:37.001Z Checking rustls v0.23.14
18572024-10-30T22:43:37.147Z Checking futures-executor v0.3.31
18582024-10-30T22:43:37.373Z Checking serde_urlencoded v0.7.1
18592024-10-30T22:43:37.783Z Checking addr2line v0.24.2
18602024-10-30T22:43:37.802Z Checking crossbeam-channel v0.5.13
18612024-10-30T22:43:38.317Z Checking num-integer v0.1.46
18622024-10-30T22:43:38.458Z Checking usdt-impl v0.5.0
18632024-10-30T22:43:38.509Z Checking rustls-pemfile v2.2.0
18642024-10-30T22:43:38.573Z Checking toml_edit v0.22.22
18652024-10-30T22:43:38.610Z Checking idna v0.3.0
18662024-10-30T22:43:38.722Z Checking idna v0.4.0
18672024-10-30T22:43:38.776Z Checking md-5 v0.10.6
18682024-10-30T22:43:39.002Z Checking ff v0.13.0
18692024-10-30T22:43:39.017Z Checking memmap v0.7.0
18702024-10-30T22:43:39.202Z Checking is-terminal v0.4.13
18712024-10-30T22:43:39.229Z Checking hash32 v0.2.1
18722024-10-30T22:43:39.321Z Checking object v0.36.5
18732024-10-30T22:43:39.485Z Checking rustc-demangle v0.1.24
18742024-10-30T22:43:39.545Z Checking is_terminal_polyfill v1.70.1
18752024-10-30T22:43:39.588Z Checking take_mut v0.2.2
18762024-10-30T22:43:39.664Z Checking stable_deref_trait v1.2.0
18772024-10-30T22:43:39.746Z Checking utf-8 v0.7.6
18782024-10-30T22:43:39.769Z Checking quick-error v1.2.3
18792024-10-30T22:43:39.926Z Checking anstyle-query v1.1.1
18802024-10-30T22:43:39.997Z Checking colorchoice v1.0.2
18812024-10-30T22:43:40.019Z Checking base16ct v0.2.0
18822024-10-30T22:43:40.071Z Checking psl-types v2.0.11
18832024-10-30T22:43:40.105Z Checking dyn-clone v1.0.17
18842024-10-30T22:43:40.128Z Checking linked-hash-map v0.5.6
18852024-10-30T22:43:40.195Z Checking fallible-iterator v0.2.0
18862024-10-30T22:43:40.221Z Checking publicsuffix v2.2.3
18872024-10-30T22:43:40.454Z Checking schemars v0.8.21
18882024-10-30T22:43:40.456Z Checking lru-cache v0.1.2
18892024-10-30T22:43:40.641Z Checking sec1 v0.7.3
18902024-10-30T22:43:40.689Z Checking tokio-rustls v0.25.0
18912024-10-30T22:43:40.820Z Checking postgres-protocol v0.6.7
18922024-10-30T22:43:41.032Z Checking anstream v0.6.15
18932024-10-30T22:43:41.063Z Checking tungstenite v0.24.0
18942024-10-30T22:43:41.237Z Checking toml v0.8.19
18952024-10-30T22:43:41.271Z Checking hyper v1.4.1
18962024-10-30T22:43:41.382Z Checking resolv-conf v0.7.0
18972024-10-30T22:43:41.488Z Checking heapless v0.7.17
18982024-10-30T22:43:41.750Z Checking slog-async v2.8.0
18992024-10-30T22:43:41.976Z Checking hickory-proto v0.24.1
19002024-10-30T22:43:42.015Z Checking tokio-rustls v0.26.0
19012024-10-30T22:43:42.037Z Checking slog-term v2.9.1
19022024-10-30T22:43:42.055Z Checking usdt v0.5.0
19032024-10-30T22:43:42.130Z Checking group v0.13.0
19042024-10-30T22:43:42.310Z Checking num-iter v0.1.45
19052024-10-30T22:43:42.401Z Checking futures v0.3.31
19062024-10-30T22:43:42.423Z Checking tokio-native-tls v0.3.1
19072024-10-30T22:43:42.486Z Checking slog-bunyan v2.5.0
19082024-10-30T22:43:42.516Z Checking rayon-core v1.12.1
19092024-10-30T22:43:42.531Z Checking multer v3.1.0
19102024-10-30T22:43:42.546Z Checking terminal_size v0.4.0
19112024-10-30T22:43:42.653Z Checking phf_shared v0.11.2
19122024-10-30T22:43:42.675Z Checking cookie v0.18.1
19132024-10-30T22:43:42.708Z Checking async-stream v0.3.6
19142024-10-30T22:43:42.904Z Checking signal-hook v0.3.17
19152024-10-30T22:43:42.933Z Checking waitgroup v0.1.2
19162024-10-30T22:43:42.948Z Checking camino v1.1.9
19172024-10-30T22:43:43.063Z Checking openapiv3 v2.0.0
19182024-10-30T22:43:43.106Z Checking serde_path_to_error v0.1.16
19192024-10-30T22:43:43.186Z Checking webpki-roots v0.26.6
19202024-10-30T22:43:43.243Z Checking hkdf v0.12.4
19212024-10-30T22:43:43.374Z Checking hyper-util v0.1.9
19222024-10-30T22:43:43.391Z Checking crypto-bigint v0.5.5
19232024-10-30T22:43:43.463Z Checking hostname v0.4.0
19242024-10-30T22:43:43.522Z Checking managed v0.8.0
19252024-10-30T22:43:43.603Z Checking winnow v0.5.40
19262024-10-30T22:43:43.744Z Checking unicode-width v0.1.14
19272024-10-30T22:43:43.939Z Checking clap_lex v0.7.2
19282024-10-30T22:43:44.204Z Checking bitflags v1.3.2
19292024-10-30T22:43:44.266Z Checking strsim v0.11.1
19302024-10-30T22:43:44.311Z Checking debug-ignore v1.0.5
19312024-10-30T22:43:44.452Z Checking smoltcp v0.9.1
19322024-10-30T22:43:44.561Z Checking clap_builder v4.5.20
19332024-10-30T22:43:45.543Z Checking hyper-rustls v0.27.3
19342024-10-30T22:43:45.880Z Checking hyper-tls v0.6.0
19352024-10-30T22:43:45.979Z Checking console v0.15.8
19362024-10-30T22:43:46.166Z Checking signal-hook-mio v0.2.4
19372024-10-30T22:43:46.168Z Checking backtrace v0.3.74
19382024-10-30T22:43:46.201Z Checking elliptic-curve v0.13.8
19392024-10-30T22:43:46.308Z Checking rayon v1.10.0
19402024-10-30T22:43:46.541Z Checking dropshot v0.12.0
19412024-10-30T22:43:46.546Z Checking cookie_store v0.21.0
19422024-10-30T22:43:46.638Z Checking toml_edit v0.19.15
19432024-10-30T22:43:46.729Z Checking anyhow v1.0.89
19442024-10-30T22:43:46.762Z Checking hickory-resolver v0.24.1
19452024-10-30T22:43:46.816Z Checking phf v0.11.2
19462024-10-30T22:43:47.099Z Checking num-bigint-dig v0.8.4
19472024-10-30T22:43:47.116Z Checking tokio-tungstenite v0.24.0
19482024-10-30T22:43:47.163Z Checking postgres-types v0.2.8
19492024-10-30T22:43:47.630Z Checking regex v1.11.0
19502024-10-30T22:43:47.648Z Checking bstr v1.10.0
19512024-10-30T22:43:47.942Z Checking tokio-stream v0.1.16
19522024-10-30T22:43:48.291Z Checking ed25519 v2.2.3
19532024-10-30T22:43:48.409Z Checking phf_shared v0.10.0
19542024-10-30T22:43:48.603Z Checking curve25519-dalek v4.1.3
19552024-10-30T22:43:48.619Z Checking zerocopy v0.6.6
19562024-10-30T22:43:48.699Z Checking pkcs1 v0.7.5
19572024-10-30T22:43:48.828Z Checking hubpack v0.1.2
19582024-10-30T22:43:49.131Z Checking portable-atomic v1.9.0
19592024-10-30T22:43:49.168Z Checking float-cmp v0.9.0
19602024-10-30T22:43:49.219Z Checking serde-big-array v0.5.1
19612024-10-30T22:43:49.303Z Checking rfc6979 v0.4.0
19622024-10-30T22:43:49.356Z Checking sync_wrapper v1.0.1
19632024-10-30T22:43:49.412Z Checking crc32fast v1.4.2
19642024-10-30T22:43:49.427Z Checking fixedbitset v0.4.2
19652024-10-30T22:43:49.472Z Checking new_debug_unreachable v1.0.6
19662024-10-30T22:43:49.506Z Checking minimal-lexical v0.2.1
19672024-10-30T22:43:49.561Z Checking predicates-core v1.0.8
19682024-10-30T22:43:49.650Z Checking difflib v0.4.0
19692024-10-30T22:43:49.678Z Checking precomputed-hash v0.1.1
19702024-10-30T22:43:49.744Z Checking unicode-segmentation v1.12.0
19712024-10-30T22:43:49.792Z Checking whoami v1.5.2
19722024-10-30T22:43:49.902Z Checking number_prefix v0.4.0
19732024-10-30T22:43:49.972Z Checking bit-vec v0.6.3
19742024-10-30T22:43:50.088Z Checking normalize-line-endings v0.3.0
19752024-10-30T22:43:50.103Z Checking static_assertions v1.1.0
19762024-10-30T22:43:50.180Z Checking tokio-postgres v0.7.12
19772024-10-30T22:43:50.196Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19782024-10-30T22:43:50.213Z Checking predicates v3.1.2
19792024-10-30T22:43:50.276Z Checking indicatif v0.17.8
19802024-10-30T22:43:50.299Z Checking bit-set v0.5.3
19812024-10-30T22:43:50.372Z Checking qorb v0.1.2
19822024-10-30T22:43:50.417Z Checking similar v2.6.0
19832024-10-30T22:43:50.533Z Checking ed25519-dalek v2.1.1
19842024-10-30T22:43:50.562Z Checking nom v7.1.3
19852024-10-30T22:43:50.871Z Checking string_cache v0.8.7
19862024-10-30T22:43:50.947Z Checking petgraph v0.6.5
19872024-10-30T22:43:51.058Z Checking flate2 v1.0.34
19882024-10-30T22:43:51.160Z Checking reqwest v0.12.8
19892024-10-30T22:43:51.260Z Checking ecdsa v0.16.9
19902024-10-30T22:43:51.729Z Checking rsa v0.9.6
19912024-10-30T22:43:51.979Z Checking toml v0.7.8
19922024-10-30T22:43:52.774Z Checking clap v4.5.20
19932024-10-30T22:43:52.789Z Checking crossterm v0.28.1
19942024-10-30T22:43:52.888Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19952024-10-30T22:43:52.915Z Checking itertools v0.12.1
19962024-10-30T22:43:52.958Z Checking itertools v0.10.5
19972024-10-30T22:43:53.024Z Checking fs-err v2.11.0
19982024-10-30T22:43:53.419Z Checking ahash v0.8.11
19992024-10-30T22:43:53.469Z Checking x509-cert v0.2.5
20002024-10-30T22:43:53.576Z Checking hex v0.4.3
20012024-10-30T22:43:53.972Z Checking semver v1.0.23
20022024-10-30T22:43:54.125Z Checking lalrpop-util v0.19.12
20032024-10-30T22:43:54.311Z Checking peg-runtime v0.8.3
20042024-10-30T22:43:54.398Z Checking sigpipe v0.1.3
20052024-10-30T22:43:55.340Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20062024-10-30T22:43:55.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.53s
20072024-10-30T22:43:55.855Z
20082024-10-30T22:43:55.856Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20092024-10-30T22:43:56.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102024-10-30T22:43:56.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112024-10-30T22:43:56.469Z Compiling hashbrown v0.14.5
20122024-10-30T22:43:56.584Z Checking heck v0.5.0
20132024-10-30T22:43:56.611Z Compiling unsafe-libyaml v0.2.11
20142024-10-30T22:43:56.614Z Compiling ident_case v1.0.1
20152024-10-30T22:43:56.614Z Checking progenitor-client v0.8.0
20162024-10-30T22:43:56.639Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20172024-10-30T22:43:56.654Z Compiling proc-macro-crate v1.3.1
20182024-10-30T22:43:56.759Z Compiling darling_core v0.20.10
20192024-10-30T22:43:56.788Z Checking ipnetwork v0.20.0
20202024-10-30T22:43:56.929Z Compiling structmeta-derive v0.3.0
20212024-10-30T22:43:57.042Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20222024-10-30T22:43:57.182Z Compiling newtype-uuid v1.1.2
20232024-10-30T22:43:57.378Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20242024-10-30T22:43:57.512Z Compiling lzma-sys v0.1.20
20252024-10-30T22:43:57.695Z Checking regress v0.10.1
20262024-10-30T22:43:57.731Z Compiling num_enum_derive v0.5.11
20272024-10-30T22:43:57.746Z Compiling foreign-types-macros v0.2.3
20282024-10-30T22:43:58.286Z Compiling serde_yaml v0.9.34+deprecated
20292024-10-30T22:43:58.477Z Checking foreign-types-shared v0.3.1
20302024-10-30T22:43:58.590Z Checking arc-swap v1.7.1
20312024-10-30T22:43:58.995Z Checking foreign-types v0.5.0
20322024-10-30T22:43:59.067Z Checking slog-scope v4.4.0
20332024-10-30T22:43:59.154Z Compiling proc-macro-error v1.0.4
20342024-10-30T22:43:59.784Z Compiling structmeta v0.3.0
20352024-10-30T22:43:59.810Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20362024-10-30T22:43:59.868Z Checking tungstenite v0.21.0
20372024-10-30T22:43:59.919Z Compiling heck v0.3.3
20382024-10-30T22:44:00.186Z Checking num_enum v0.5.11
20392024-10-30T22:44:00.201Z Compiling parse-display-derive v0.10.0
20402024-10-30T22:44:00.342Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20412024-10-30T22:44:00.344Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20422024-10-30T22:44:00.768Z Checking cstr-argument v0.1.2
20432024-10-30T22:44:00.950Z Checking instant v0.1.13
20442024-10-30T22:44:01.067Z Checking pretty-hex v0.2.1
20452024-10-30T22:44:01.135Z Checking fastrand v2.1.1
20462024-10-30T22:44:01.187Z Checking base64 v0.21.7
20472024-10-30T22:44:01.232Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20482024-10-30T22:44:01.322Z Checking typify-impl v0.2.0
20492024-10-30T22:44:01.445Z Checking tempfile v3.13.0
20502024-10-30T22:44:01.550Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20512024-10-30T22:44:01.832Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20522024-10-30T22:44:01.850Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20532024-10-30T22:44:01.989Z Checking backoff v0.4.0
20542024-10-30T22:44:01.992Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20552024-10-30T22:44:02.301Z Checking tokio-tungstenite v0.21.0
20562024-10-30T22:44:02.304Z Compiling zone_cfg_derive v0.1.2
20572024-10-30T22:44:02.328Z Checking strum v0.26.3
20582024-10-30T22:44:02.480Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20592024-10-30T22:44:02.801Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20602024-10-30T22:44:02.821Z Checking slog-stdlog v4.1.1
20612024-10-30T22:44:03.046Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20622024-10-30T22:44:03.171Z Checking regress v0.9.1
20632024-10-30T22:44:03.196Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20642024-10-30T22:44:03.222Z Checking colored v2.1.0
20652024-10-30T22:44:03.274Z Compiling darling_macro v0.20.10
20662024-10-30T22:44:03.484Z Checking macaddr v1.0.1
20672024-10-30T22:44:03.507Z Checking base64 v0.13.1
20682024-10-30T22:44:03.759Z Checking zone v0.1.8
20692024-10-30T22:44:03.817Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20702024-10-30T22:44:03.948Z Checking ron v0.7.1
20712024-10-30T22:44:04.230Z Compiling darling v0.20.10
20722024-10-30T22:44:04.308Z Checking xz2 v0.1.7
20732024-10-30T22:44:04.347Z Compiling serde_with_macros v3.11.0
20742024-10-30T22:44:04.444Z Checking slog-envlogger v2.2.0
20752024-10-30T22:44:04.566Z Checking parse-display v0.10.0
20762024-10-30T22:44:04.607Z Checking tabwriter v1.4.0
20772024-10-30T22:44:04.666Z Checking xattr v1.3.1
20782024-10-30T22:44:04.794Z Checking pem v3.0.4
20792024-10-30T22:44:04.847Z Checking yasna v0.5.2
20802024-10-30T22:44:04.867Z Checking headers-core v0.3.0
20812024-10-30T22:44:05.009Z Checking smf v0.2.3
20822024-10-30T22:44:05.063Z Checking filetime v0.2.25
20832024-10-30T22:44:05.126Z Checking same-file v1.0.6
20842024-10-30T22:44:05.263Z Checking tar v0.4.42
20852024-10-30T22:44:05.297Z Checking walkdir v2.5.0
20862024-10-30T22:44:05.481Z Checking headers v0.4.0
20872024-10-30T22:44:05.581Z Checking atomicwrites v0.4.4
20882024-10-30T22:44:05.711Z Checking rcgen v0.12.1
20892024-10-30T22:44:05.778Z Checking camino-tempfile v1.1.1
20902024-10-30T22:44:05.806Z Checking subprocess v0.2.9
20912024-10-30T22:44:06.839Z Checking serde_with v3.11.0
20922024-10-30T22:44:09.979Z Compiling typify-macro v0.2.0
20932024-10-30T22:44:11.830Z Compiling typify v0.2.0
20942024-10-30T22:44:11.897Z Compiling progenitor-impl v0.8.0
20952024-10-30T22:44:15.020Z Compiling progenitor-macro v0.8.0
20962024-10-30T22:44:20.322Z Checking progenitor v0.8.0
20972024-10-30T22:44:20.451Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20982024-10-30T22:44:20.454Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20992024-10-30T22:44:23.114Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21002024-10-30T22:44:23.467Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21012024-10-30T22:44:29.814Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21022024-10-30T22:44:31.362Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21032024-10-30T22:44:32.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.81s
21042024-10-30T22:44:32.804Z
21052024-10-30T22:44:32.804Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21062024-10-30T22:44:33.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072024-10-30T22:44:33.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082024-10-30T22:44:33.418Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21092024-10-30T22:44:34.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
21102024-10-30T22:44:34.975Z
21112024-10-30T22:44:34.975Zinfo: running `cargo check --bins` on nexus-config (31/166)
21122024-10-30T22:44:35.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132024-10-30T22:44:35.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142024-10-30T22:44:35.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152024-10-30T22:44:35.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21162024-10-30T22:44:35.571Z
21172024-10-30T22:44:35.571Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21182024-10-30T22:44:36.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192024-10-30T22:44:36.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202024-10-30T22:44:36.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212024-10-30T22:44:36.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21222024-10-30T22:44:36.142Z
21232024-10-30T22:44:36.142Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21242024-10-30T22:44:36.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-10-30T22:44:36.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-10-30T22:44:36.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272024-10-30T22:44:36.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21282024-10-30T22:44:36.736Z
21292024-10-30T22:44:36.736Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21302024-10-30T22:44:37.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312024-10-30T22:44:37.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322024-10-30T22:44:37.365Z Compiling heapless v0.8.0
21332024-10-30T22:44:37.367Z Checking hash32 v0.3.1
21342024-10-30T22:44:37.472Z Compiling smoltcp v0.11.0
21352024-10-30T22:44:37.482Z Checking cobs v0.2.3
21362024-10-30T22:44:37.493Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21372024-10-30T22:44:37.495Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21382024-10-30T22:44:37.519Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21392024-10-30T22:44:37.522Z Compiling crucible-workspace-hack v0.1.0
21402024-10-30T22:44:37.623Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21412024-10-30T22:44:37.647Z Checking postcard v1.0.10
21422024-10-30T22:44:37.663Z Checking newline-converter v0.3.0
21432024-10-30T22:44:37.817Z Compiling convert_case v0.4.0
21442024-10-30T22:44:37.830Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21452024-10-30T22:44:37.942Z Checking expectorate v1.1.0
21462024-10-30T22:44:38.045Z Compiling zone_cfg_derive v0.3.0
21472024-10-30T22:44:38.137Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21482024-10-30T22:44:38.155Z Checking itertools v0.13.0
21492024-10-30T22:44:38.194Z Compiling num-derive v0.4.2
21502024-10-30T22:44:38.379Z Compiling slog-dtrace v0.3.0
21512024-10-30T22:44:38.504Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21522024-10-30T22:44:38.723Z Compiling derive_more v0.99.18
21532024-10-30T22:44:38.758Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21542024-10-30T22:44:39.452Z Checking zone v0.3.0
21552024-10-30T22:44:40.126Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21562024-10-30T22:44:41.396Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21572024-10-30T22:44:42.313Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21582024-10-30T22:44:42.377Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21592024-10-30T22:44:43.375Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21602024-10-30T22:44:43.733Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21612024-10-30T22:44:45.209Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21622024-10-30T22:44:46.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s
21632024-10-30T22:44:46.261Z
21642024-10-30T22:44:46.261Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21652024-10-30T22:44:46.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662024-10-30T22:44:46.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672024-10-30T22:44:46.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682024-10-30T22:44:46.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21692024-10-30T22:44:46.864Z
21702024-10-30T22:44:46.864Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21712024-10-30T22:44:47.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722024-10-30T22:44:47.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732024-10-30T22:44:47.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742024-10-30T22:44:47.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21752024-10-30T22:44:47.465Z
21762024-10-30T22:44:47.465Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21772024-10-30T22:44:48.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782024-10-30T22:44:48.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792024-10-30T22:44:48.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802024-10-30T22:44:48.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
21812024-10-30T22:44:48.202Z
21822024-10-30T22:44:48.202Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21832024-10-30T22:44:48.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-10-30T22:44:48.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-10-30T22:44:48.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862024-10-30T22:44:48.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
21872024-10-30T22:44:48.919Z
21882024-10-30T22:44:48.919Zinfo: running `cargo check --bins` on dns-server (39/166)
21892024-10-30T22:44:49.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-10-30T22:44:49.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-10-30T22:44:49.548Z Compiling parking_lot_core v0.8.6
21922024-10-30T22:44:49.548Z Checking nibble_vec v0.1.0
21932024-10-30T22:44:49.551Z Checking endian-type v0.1.2
21942024-10-30T22:44:49.551Z Checking fxhash v0.2.1
21952024-10-30T22:44:49.551Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21962024-10-30T22:44:49.551Z Checking hickory-server v0.24.1
21972024-10-30T22:44:49.857Z Checking radix_trie v0.2.1
21982024-10-30T22:44:50.156Z Checking hickory-client v0.24.1
21992024-10-30T22:44:50.288Z Checking parking_lot v0.11.2
22002024-10-30T22:44:50.366Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22012024-10-30T22:44:50.366Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22022024-10-30T22:44:50.549Z Checking sled v0.34.7
22032024-10-30T22:44:52.409Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22042024-10-30T22:44:53.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
22052024-10-30T22:44:53.831Z
22062024-10-30T22:44:53.832Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22072024-10-30T22:44:54.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082024-10-30T22:44:54.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092024-10-30T22:44:54.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102024-10-30T22:44:54.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22112024-10-30T22:44:54.441Z
22122024-10-30T22:44:54.441Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22132024-10-30T22:44:54.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142024-10-30T22:44:54.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152024-10-30T22:44:54.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162024-10-30T22:44:54.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22172024-10-30T22:44:55.039Z
22182024-10-30T22:44:55.039Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22192024-10-30T22:44:55.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202024-10-30T22:44:55.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212024-10-30T22:44:55.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222024-10-30T22:44:55.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22232024-10-30T22:44:55.638Z
22242024-10-30T22:44:55.638Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22252024-10-30T22:44:56.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-10-30T22:44:56.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-10-30T22:44:56.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282024-10-30T22:44:56.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22292024-10-30T22:44:56.286Z
22302024-10-30T22:44:56.286Zinfo: running `cargo check --bins` on gateway-types (44/166)
22312024-10-30T22:44:56.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-10-30T22:44:56.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-10-30T22:44:56.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-10-30T22:44:56.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22352024-10-30T22:44:56.937Z
22362024-10-30T22:44:56.938Zinfo: running `cargo check --bins` on ipcc (45/166)
22372024-10-30T22:44:57.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-10-30T22:44:57.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-10-30T22:44:57.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-10-30T22:44:57.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22412024-10-30T22:44:57.536Z
22422024-10-30T22:44:57.536Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22432024-10-30T22:44:58.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-10-30T22:44:58.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-10-30T22:44:58.219Z Checking num-rational v0.4.2
22462024-10-30T22:44:58.219Z Compiling progenitor-client v0.8.0
22472024-10-30T22:44:58.222Z Checking num-complex v0.4.6
22482024-10-30T22:44:58.222Z Compiling prettyplease v0.2.22
22492024-10-30T22:44:58.222Z Compiling newtype-uuid v1.1.2
22502024-10-30T22:44:58.321Z Compiling ipnetwork v0.20.0
22512024-10-30T22:44:58.331Z Compiling instant v0.1.13
22522024-10-30T22:44:58.333Z Checking float-ord v0.3.2
22532024-10-30T22:44:58.482Z Compiling semver v0.1.20
22542024-10-30T22:44:58.499Z Compiling radium v0.7.0
22552024-10-30T22:44:58.687Z Compiling progenitor v0.8.0
22562024-10-30T22:44:58.705Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22572024-10-30T22:44:58.737Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582024-10-30T22:44:58.905Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22592024-10-30T22:44:58.983Z Compiling rustc_version v0.1.7
22602024-10-30T22:44:59.004Z Compiling backoff v0.4.0
22612024-10-30T22:44:59.085Z Compiling parse-display v0.10.0
22622024-10-30T22:44:59.160Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632024-10-30T22:44:59.212Z Compiling serde_with v3.11.0
22642024-10-30T22:44:59.248Z Checking num v0.4.3
22652024-10-30T22:44:59.332Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22662024-10-30T22:44:59.352Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22672024-10-30T22:44:59.375Z Compiling regress v0.9.1
22682024-10-30T22:44:59.497Z Compiling macaddr v1.0.1
22692024-10-30T22:44:59.723Z Compiling maybe-uninit v2.0.0
22702024-10-30T22:44:59.920Z Checking tap v1.0.1
22712024-10-30T22:45:00.080Z Checking wyz v0.5.1
22722024-10-30T22:45:00.318Z Compiling newtype_derive v0.1.6
22732024-10-30T22:45:00.586Z Checking password-hash v0.5.0
22742024-10-30T22:45:00.631Z Checking blake2 v0.10.6
22752024-10-30T22:45:00.981Z Compiling bzip2-sys v0.1.11+1.0.8
22762024-10-30T22:45:01.059Z Compiling cancel-safe-futures v0.1.5
22772024-10-30T22:45:01.091Z Compiling owo-colors v4.1.0
22782024-10-30T22:45:01.179Z Checking funty v2.0.0
22792024-10-30T22:45:01.415Z Compiling packed_struct v0.10.1
22802024-10-30T22:45:01.478Z Checking crc-catalog v2.4.0
22812024-10-30T22:45:01.630Z Checking crc v3.2.1
22822024-10-30T22:45:01.985Z Checking argon2 v0.5.3
22832024-10-30T22:45:02.130Z Checking bitvec v1.0.1
22842024-10-30T22:45:02.678Z Compiling packed_struct_codegen v0.10.1
22852024-10-30T22:45:02.854Z Checking half v2.4.1
22862024-10-30T22:45:03.001Z Compiling indexmap v1.9.3
22872024-10-30T22:45:03.093Z Checking ciborium-io v0.2.2
22882024-10-30T22:45:03.211Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22892024-10-30T22:45:03.308Z Checking nodrop v0.1.14
22902024-10-30T22:45:03.329Z Checking ciborium-ll v0.2.2
22912024-10-30T22:45:03.427Z Checking array-init v0.0.4
22922024-10-30T22:45:03.653Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22932024-10-30T22:45:03.704Z Checking smallvec v0.6.14
22942024-10-30T22:45:04.098Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22952024-10-30T22:45:04.325Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22962024-10-30T22:45:04.922Z Checking libsw v3.3.1
22972024-10-30T22:45:05.060Z Compiling memoffset v0.9.1
22982024-10-30T22:45:05.201Z Checking bitfield v0.14.0
22992024-10-30T22:45:05.310Z Checking linear-map v1.2.0
23002024-10-30T22:45:05.361Z Checking swrite v0.1.0
23012024-10-30T22:45:05.488Z Checking hashbrown v0.12.3
23022024-10-30T22:45:05.504Z Checking indent_write v2.2.0
23032024-10-30T22:45:05.637Z Checking termcolor v1.4.1
23042024-10-30T22:45:05.694Z Checking highway v1.2.0
23052024-10-30T22:45:05.939Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23062024-10-30T22:45:06.017Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23072024-10-30T22:45:06.083Z Checking env_logger v0.10.2
23082024-10-30T22:45:06.127Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23092024-10-30T22:45:06.535Z Checking ron v0.8.1
23102024-10-30T22:45:06.636Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23112024-10-30T22:45:06.952Z Checking serde-hex v0.1.0
23122024-10-30T22:45:07.265Z Checking steno v0.4.1
23132024-10-30T22:45:07.604Z Checking bzip2 v0.4.4
23142024-10-30T22:45:07.819Z Checking ciborium v0.2.2
23152024-10-30T22:45:08.090Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23162024-10-30T22:45:08.187Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23172024-10-30T22:45:08.347Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23182024-10-30T22:45:08.829Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23192024-10-30T22:45:08.890Z Checking hashbrown v0.13.2
23202024-10-30T22:45:09.080Z Checking humantime v2.1.0
23212024-10-30T22:45:09.405Z Checking crc-any v2.5.0
23222024-10-30T22:45:09.480Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23232024-10-30T22:45:09.683Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23242024-10-30T22:45:09.777Z Checking zip v0.6.6
23252024-10-30T22:45:09.922Z Checking object v0.30.4
23262024-10-30T22:45:10.049Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23272024-10-30T22:45:10.064Z Checking path-slash v0.1.5
23282024-10-30T22:45:10.220Z Checking nix v0.27.1
23292024-10-30T22:45:10.424Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23302024-10-30T22:45:10.471Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23312024-10-30T22:45:10.957Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23322024-10-30T22:45:11.222Z Checking tungstenite v0.23.0
23332024-10-30T22:45:11.242Z Checking kstat-rs v0.2.4
23342024-10-30T22:45:11.569Z Checking signal-hook-tokio v0.3.1
23352024-10-30T22:45:12.176Z Checking tokio-tungstenite v0.23.1
23362024-10-30T22:45:12.512Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23372024-10-30T22:45:13.044Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23382024-10-30T22:45:18.086Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23392024-10-30T22:45:19.782Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23402024-10-30T22:45:20.283Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23412024-10-30T22:45:23.454Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23422024-10-30T22:45:23.699Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23432024-10-30T22:45:24.683Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23442024-10-30T22:45:30.675Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23452024-10-30T22:45:31.326Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23462024-10-30T22:45:35.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.50s
23472024-10-30T22:45:35.226Z
23482024-10-30T22:45:35.226Zinfo: running `cargo check --bins` on gateway-api (47/166)
23492024-10-30T22:45:35.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-10-30T22:45:35.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-10-30T22:45:35.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522024-10-30T22:45:35.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23532024-10-30T22:45:35.829Z
23542024-10-30T22:45:35.830Zinfo: running `cargo check --bins` on oximeter (48/166)
23552024-10-30T22:45:36.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562024-10-30T22:45:36.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572024-10-30T22:45:36.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582024-10-30T22:45:36.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23592024-10-30T22:45:36.417Z
23602024-10-30T22:45:36.417Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23612024-10-30T22:45:36.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-10-30T22:45:36.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-10-30T22:45:36.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642024-10-30T22:45:36.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23652024-10-30T22:45:36.994Z
23662024-10-30T22:45:36.994Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23672024-10-30T22:45:37.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-10-30T22:45:37.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-10-30T22:45:37.595Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23702024-10-30T22:45:38.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
23712024-10-30T22:45:38.172Z
23722024-10-30T22:45:38.172Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23732024-10-30T22:45:38.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-10-30T22:45:38.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-10-30T22:45:38.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-10-30T22:45:38.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23772024-10-30T22:45:38.769Z
23782024-10-30T22:45:38.769Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23792024-10-30T22:45:39.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-10-30T22:45:39.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-10-30T22:45:39.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822024-10-30T22:45:39.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23832024-10-30T22:45:39.373Z
23842024-10-30T22:45:39.373Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23852024-10-30T22:45:39.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-10-30T22:45:39.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-10-30T22:45:39.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-10-30T22:45:39.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23892024-10-30T22:45:39.950Z
23902024-10-30T22:45:39.950Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23912024-10-30T22:45:40.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-10-30T22:45:40.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-10-30T22:45:40.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-10-30T22:45:40.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23952024-10-30T22:45:40.544Z
23962024-10-30T22:45:40.544Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
23972024-10-30T22:45:41.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-10-30T22:45:41.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-10-30T22:45:41.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-10-30T22:45:41.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24012024-10-30T22:45:41.132Z
24022024-10-30T22:45:41.132Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
24032024-10-30T22:45:41.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-10-30T22:45:41.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-10-30T22:45:41.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-10-30T22:45:41.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24072024-10-30T22:45:41.726Z
24082024-10-30T22:45:41.726Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24092024-10-30T22:45:42.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-10-30T22:45:42.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-10-30T22:45:42.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122024-10-30T22:45:42.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24132024-10-30T22:45:42.311Z
24142024-10-30T22:45:42.311Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24152024-10-30T22:45:42.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-10-30T22:45:42.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-10-30T22:45:42.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-10-30T22:45:42.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24192024-10-30T22:45:42.910Z
24202024-10-30T22:45:42.910Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24212024-10-30T22:45:43.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-10-30T22:45:43.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-10-30T22:45:43.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-10-30T22:45:43.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24252024-10-30T22:45:43.498Z
24262024-10-30T22:45:43.498Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24272024-10-30T22:45:44.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-10-30T22:45:44.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-10-30T22:45:44.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-10-30T22:45:44.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24312024-10-30T22:45:44.113Z
24322024-10-30T22:45:44.113Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24332024-10-30T22:45:44.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-10-30T22:45:44.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-10-30T22:45:44.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-10-30T22:45:44.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24372024-10-30T22:45:44.701Z
24382024-10-30T22:45:44.701Zinfo: running `cargo check --bins` on nexus-client (62/166)
24392024-10-30T22:45:45.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-10-30T22:45:45.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-10-30T22:45:45.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-10-30T22:45:45.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24432024-10-30T22:45:45.307Z
24442024-10-30T22:45:45.308Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24452024-10-30T22:45:45.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-10-30T22:45:45.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-10-30T22:45:45.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-10-30T22:45:45.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24492024-10-30T22:45:45.907Z
24502024-10-30T22:45:45.907Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24512024-10-30T22:45:46.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-10-30T22:45:46.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-10-30T22:45:46.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-10-30T22:45:46.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24552024-10-30T22:45:46.490Z
24562024-10-30T22:45:46.490Zinfo: running `cargo check --bins` on nexus-types (65/166)
24572024-10-30T22:45:47.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-10-30T22:45:47.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-10-30T22:45:47.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-10-30T22:45:47.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24612024-10-30T22:45:47.106Z
24622024-10-30T22:45:47.106Zinfo: running `cargo check --bins` on gateway-client (66/166)
24632024-10-30T22:45:47.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-10-30T22:45:47.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-10-30T22:45:47.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-10-30T22:45:47.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24672024-10-30T22:45:47.692Z
24682024-10-30T22:45:47.692Zinfo: running `cargo check --bins` on oxql-types (67/166)
24692024-10-30T22:45:48.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-10-30T22:45:48.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-10-30T22:45:48.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-10-30T22:45:48.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24732024-10-30T22:45:48.305Z
24742024-10-30T22:45:48.305Zinfo: running `cargo check --bins` on update-engine (68/166)
24752024-10-30T22:45:48.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-10-30T22:45:48.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-10-30T22:45:48.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-10-30T22:45:48.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24792024-10-30T22:45:48.907Z
24802024-10-30T22:45:48.907Zinfo: running `cargo check --bins` on sp-sim (69/166)
24812024-10-30T22:45:49.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-10-30T22:45:49.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-10-30T22:45:49.511Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24842024-10-30T22:45:51.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
24852024-10-30T22:45:51.494Z
24862024-10-30T22:45:51.494Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24872024-10-30T22:45:52.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-10-30T22:45:52.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-10-30T22:45:52.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-10-30T22:45:52.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24912024-10-30T22:45:52.132Z
24922024-10-30T22:45:52.132Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24932024-10-30T22:45:52.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-10-30T22:45:52.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-10-30T22:45:52.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-10-30T22:45:52.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24972024-10-30T22:45:52.791Z
24982024-10-30T22:45:52.792Zinfo: running `cargo check --bins` on db-macros (72/166)
24992024-10-30T22:45:53.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-10-30T22:45:53.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-10-30T22:45:53.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-10-30T22:45:53.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25032024-10-30T22:45:53.380Z
25042024-10-30T22:45:53.380Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25052024-10-30T22:45:53.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-10-30T22:45:53.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-10-30T22:45:53.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-10-30T22:45:53.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25092024-10-30T22:45:53.970Z
25102024-10-30T22:45:53.970Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25112024-10-30T22:45:54.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-10-30T22:45:54.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-10-30T22:45:54.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-10-30T22:45:54.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25152024-10-30T22:45:54.619Z
25162024-10-30T22:45:54.619Zinfo: running `cargo check --bins` on authz-macros (75/166)
25172024-10-30T22:45:55.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-10-30T22:45:55.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-10-30T22:45:55.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-10-30T22:45:55.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25212024-10-30T22:45:55.213Z
25222024-10-30T22:45:55.213Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25232024-10-30T22:45:55.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-10-30T22:45:55.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-10-30T22:45:55.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-10-30T22:45:55.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25272024-10-30T22:45:55.848Z
25282024-10-30T22:45:55.848Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25292024-10-30T22:45:56.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-10-30T22:45:56.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-10-30T22:45:56.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-10-30T22:45:56.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25332024-10-30T22:45:56.486Z
25342024-10-30T22:45:56.486Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25352024-10-30T22:45:57.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-10-30T22:45:57.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-10-30T22:45:57.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-10-30T22:45:57.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25392024-10-30T22:45:57.105Z
25402024-10-30T22:45:57.105Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25412024-10-30T22:45:57.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-10-30T22:45:57.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-10-30T22:45:57.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-10-30T22:45:57.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25452024-10-30T22:45:57.752Z
25462024-10-30T22:45:57.752Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25472024-10-30T22:45:58.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-10-30T22:45:58.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-10-30T22:45:58.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-10-30T22:45:58.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25512024-10-30T22:45:58.389Z
25522024-10-30T22:45:58.389Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25532024-10-30T22:45:58.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-10-30T22:45:58.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-10-30T22:45:58.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-10-30T22:45:58.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25572024-10-30T22:45:59.003Z
25582024-10-30T22:45:59.003Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25592024-10-30T22:45:59.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-10-30T22:45:59.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-10-30T22:45:59.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-10-30T22:45:59.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25632024-10-30T22:45:59.609Z
25642024-10-30T22:45:59.609Zinfo: running `cargo check --bins` on typed-rng (83/166)
25652024-10-30T22:46:00.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-10-30T22:46:00.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-10-30T22:46:00.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-10-30T22:46:00.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25692024-10-30T22:46:00.187Z
25702024-10-30T22:46:00.187Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25712024-10-30T22:46:00.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-10-30T22:46:00.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-10-30T22:46:00.881Z Checking keccak v0.1.5
25742024-10-30T22:46:00.984Z Checking secrecy v0.8.0
25752024-10-30T22:46:00.986Z Compiling unicase v2.7.0
25762024-10-30T22:46:00.986Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25772024-10-30T22:46:00.986Z Compiling same-file v1.0.6
25782024-10-30T22:46:01.003Z Compiling tempfile v3.13.0
25792024-10-30T22:46:01.026Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25802024-10-30T22:46:01.040Z Compiling thiserror-impl-no-std v2.0.2
25812024-10-30T22:46:01.165Z Compiling walkdir v2.5.0
25822024-10-30T22:46:01.284Z Checking universal-hash v0.5.1
25832024-10-30T22:46:01.284Z Checking sha3 v0.10.8
25842024-10-30T22:46:01.333Z Compiling blake3 v1.5.4
25852024-10-30T22:46:01.459Z Compiling ring v0.16.20
25862024-10-30T22:46:01.478Z Checking opaque-debug v0.3.1
25872024-10-30T22:46:01.790Z Checking poly1305 v0.8.0
25882024-10-30T22:46:01.794Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25892024-10-30T22:46:01.805Z Checking chacha20 v0.9.1
25902024-10-30T22:46:01.872Z Checking aead v0.5.2
25912024-10-30T22:46:01.890Z Compiling memmap2 v0.9.5
25922024-10-30T22:46:02.001Z Compiling arrayvec v0.7.6
25932024-10-30T22:46:02.080Z Compiling untrusted v0.7.1
25942024-10-30T22:46:02.103Z Compiling arrayref v0.3.9
25952024-10-30T22:46:02.180Z Compiling spin v0.5.2
25962024-10-30T22:46:02.209Z Compiling constant_time_eq v0.3.1
25972024-10-30T22:46:02.263Z Compiling libefi-sys v0.1.0
25982024-10-30T22:46:02.332Z Compiling salty v0.3.0
25992024-10-30T22:46:02.379Z Compiling home v0.5.9
26002024-10-30T22:46:02.404Z Checking chacha20poly1305 v0.10.1
26012024-10-30T22:46:02.550Z Compiling toolchain_find v0.4.0
26022024-10-30T22:46:02.628Z Compiling camino-tempfile v1.1.1
26032024-10-30T22:46:02.693Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26042024-10-30T22:46:02.770Z Compiling bitfield-struct v0.6.2
26052024-10-30T22:46:02.969Z Compiling topological-sort v0.2.2
26062024-10-30T22:46:03.081Z Compiling mime_guess v2.0.5
26072024-10-30T22:46:03.196Z Compiling rustfmt-wrapper v0.2.1
26082024-10-30T22:46:03.631Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26092024-10-30T22:46:03.765Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26102024-10-30T22:46:03.782Z Checking primeorder v0.13.6
26112024-10-30T22:46:03.801Z Checking env_filter v0.1.2
26122024-10-30T22:46:04.032Z Checking thiserror-no-std v2.0.2
26132024-10-30T22:46:04.057Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142024-10-30T22:46:04.146Z Checking vsss-rs v3.3.4
26152024-10-30T22:46:04.176Z Checking env_logger v0.11.5
26162024-10-30T22:46:04.179Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26172024-10-30T22:46:04.250Z Checking p384 v0.13.0
26182024-10-30T22:46:04.326Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26192024-10-30T22:46:04.348Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26202024-10-30T22:46:04.582Z Checking gethostname v0.5.0
26212024-10-30T22:46:04.714Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26222024-10-30T22:46:04.763Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26232024-10-30T22:46:04.781Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26242024-10-30T22:46:05.122Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26252024-10-30T22:46:05.138Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26262024-10-30T22:46:05.234Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26272024-10-30T22:46:05.353Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26282024-10-30T22:46:05.662Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26292024-10-30T22:46:05.681Z Checking nanorand v0.7.0
26302024-10-30T22:46:05.681Z Checking atty v0.2.14
26312024-10-30T22:46:05.722Z Checking http-range v0.1.5
26322024-10-30T22:46:05.804Z Checking glob v0.3.1
26332024-10-30T22:46:05.915Z Checking hyper-staticfile v0.10.1
26342024-10-30T22:46:06.081Z Checking flume v0.11.0
26352024-10-30T22:46:06.131Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26362024-10-30T22:46:06.457Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26372024-10-30T22:46:06.675Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26382024-10-30T22:46:06.812Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26392024-10-30T22:46:07.307Z Compiling omicron-zone-package v0.11.1
26402024-10-30T22:46:07.490Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26412024-10-30T22:46:07.948Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26422024-10-30T22:46:08.517Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26432024-10-30T22:46:08.536Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26442024-10-30T22:46:08.740Z Checking display-error-chain v0.2.1
26452024-10-30T22:46:10.121Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26462024-10-30T22:46:11.217Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26472024-10-30T22:46:12.764Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26482024-10-30T22:46:12.768Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26492024-10-30T22:46:24.215Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26502024-10-30T22:47:06.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
26512024-10-30T22:47:06.667Z
26522024-10-30T22:47:06.667Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26532024-10-30T22:47:07.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-10-30T22:47:07.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-10-30T22:47:07.367Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26562024-10-30T22:47:49.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.07s
26572024-10-30T22:47:49.940Z
26582024-10-30T22:47:49.940Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26592024-10-30T22:47:50.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-10-30T22:47:50.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-10-30T22:47:50.632Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26622024-10-30T22:48:33.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.14s
26632024-10-30T22:48:33.274Z
26642024-10-30T22:48:33.274Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26652024-10-30T22:48:33.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-10-30T22:48:33.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-10-30T22:48:33.957Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26682024-10-30T22:49:16.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.16s
26692024-10-30T22:49:16.638Z
26702024-10-30T22:49:16.638Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26712024-10-30T22:49:17.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-10-30T22:49:17.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-10-30T22:49:17.331Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26742024-10-30T22:49:59.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.24s
26752024-10-30T22:50:00.083Z
26762024-10-30T22:50:00.083Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26772024-10-30T22:50:00.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-10-30T22:50:00.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-10-30T22:50:00.771Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26802024-10-30T22:50:43.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.75s
26812024-10-30T22:50:44.038Z
26822024-10-30T22:50:44.038Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26832024-10-30T22:50:44.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-10-30T22:50:44.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-10-30T22:50:44.730Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26862024-10-30T22:51:27.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.04s
26872024-10-30T22:51:27.276Z
26882024-10-30T22:51:27.276Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26892024-10-30T22:51:27.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902024-10-30T22:51:27.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912024-10-30T22:51:27.966Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26922024-10-30T22:52:10.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.23s
26932024-10-30T22:52:10.707Z
26942024-10-30T22:52:10.707Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
26952024-10-30T22:52:11.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962024-10-30T22:52:11.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972024-10-30T22:52:11.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982024-10-30T22:52:11.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26992024-10-30T22:52:11.328Z
27002024-10-30T22:52:11.328Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
27012024-10-30T22:52:11.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022024-10-30T22:52:11.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032024-10-30T22:52:11.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042024-10-30T22:52:11.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27052024-10-30T22:52:11.941Z
27062024-10-30T22:52:11.941Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27072024-10-30T22:52:12.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-10-30T22:52:12.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-10-30T22:52:12.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102024-10-30T22:52:12.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27112024-10-30T22:52:12.542Z
27122024-10-30T22:52:12.543Zinfo: running `cargo check --bins` on dpd-client (95/166)
27132024-10-30T22:52:13.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-10-30T22:52:13.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-10-30T22:52:13.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162024-10-30T22:52:13.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27172024-10-30T22:52:13.133Z
27182024-10-30T22:52:13.133Zinfo: running `cargo check --bins` on installinator-common (96/166)
27192024-10-30T22:52:13.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-10-30T22:52:13.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-10-30T22:52:13.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222024-10-30T22:52:13.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27232024-10-30T22:52:13.744Z
27242024-10-30T22:52:13.744Zinfo: running `cargo check --bins` on key-manager (97/166)
27252024-10-30T22:52:14.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-10-30T22:52:14.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-10-30T22:52:14.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282024-10-30T22:52:14.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27292024-10-30T22:52:14.334Z
27302024-10-30T22:52:14.334Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27312024-10-30T22:52:14.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322024-10-30T22:52:14.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332024-10-30T22:52:14.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342024-10-30T22:52:14.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27352024-10-30T22:52:14.933Z
27362024-10-30T22:52:14.933Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27372024-10-30T22:52:15.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382024-10-30T22:52:15.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392024-10-30T22:52:15.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402024-10-30T22:52:15.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27412024-10-30T22:52:15.553Z
27422024-10-30T22:52:15.554Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27432024-10-30T22:52:16.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442024-10-30T22:52:16.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452024-10-30T22:52:16.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462024-10-30T22:52:16.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27472024-10-30T22:52:16.159Z
27482024-10-30T22:52:16.159Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27492024-10-30T22:52:16.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502024-10-30T22:52:16.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512024-10-30T22:52:16.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522024-10-30T22:52:16.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27532024-10-30T22:52:16.771Z
27542024-10-30T22:52:16.771Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27552024-10-30T22:52:17.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-10-30T22:52:17.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-10-30T22:52:17.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582024-10-30T22:52:17.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27592024-10-30T22:52:17.400Z
27602024-10-30T22:52:17.400Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27612024-10-30T22:52:17.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-10-30T22:52:17.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-10-30T22:52:17.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-10-30T22:52:17.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27652024-10-30T22:52:18.049Z
27662024-10-30T22:52:18.049Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27672024-10-30T22:52:18.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-10-30T22:52:18.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-10-30T22:52:18.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-10-30T22:52:18.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27712024-10-30T22:52:18.680Z
27722024-10-30T22:52:18.680Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27732024-10-30T22:52:19.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-10-30T22:52:19.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-10-30T22:52:19.324Z Compiling phf_generator v0.11.2
27762024-10-30T22:52:19.326Z Compiling parse-zoneinfo v0.3.1
27772024-10-30T22:52:19.433Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27782024-10-30T22:52:19.436Z Checking bcs v0.1.6
27792024-10-30T22:52:19.436Z Compiling async-recursion v1.1.1
27802024-10-30T22:52:19.436Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27812024-10-30T22:52:19.437Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27822024-10-30T22:52:19.530Z Compiling phf_codegen v0.11.2
27832024-10-30T22:52:19.938Z Compiling chrono-tz-build v0.4.0
27842024-10-30T22:52:20.852Z Compiling chrono-tz v0.10.0
27852024-10-30T22:52:28.136Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27862024-10-30T22:52:32.441Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27872024-10-30T22:52:34.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.19s
27882024-10-30T22:52:35.043Z
27892024-10-30T22:52:35.043Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27902024-10-30T22:52:35.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-10-30T22:52:35.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-10-30T22:52:35.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-10-30T22:52:35.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27942024-10-30T22:52:35.636Z
27952024-10-30T22:52:35.636Zinfo: running `cargo check --bins` on oximeter-client (107/166)
27962024-10-30T22:52:36.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-10-30T22:52:36.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-10-30T22:52:36.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-10-30T22:52:36.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28002024-10-30T22:52:36.229Z
28012024-10-30T22:52:36.229Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
28022024-10-30T22:52:36.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-10-30T22:52:36.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-10-30T22:52:36.841Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28052024-10-30T22:52:37.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
28062024-10-30T22:52:37.657Z
28072024-10-30T22:52:37.657Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166)
28082024-10-30T22:52:38.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-10-30T22:52:38.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-10-30T22:52:38.279Z Compiling cfg_aliases v0.1.1
28112024-10-30T22:52:38.279Z Compiling vte_generate_state_changes v0.1.2
28122024-10-30T22:52:38.281Z Checking fd-lock v4.0.2
28132024-10-30T22:52:38.281Z Checking bytecount v0.6.8
28142024-10-30T22:52:38.396Z Compiling tabled_derive v0.7.0
28152024-10-30T22:52:38.407Z Compiling peg-macros v0.8.4
28162024-10-30T22:52:38.409Z Compiling sqlparser_derive v0.2.2
28172024-10-30T22:52:38.409Z Checking nu-ansi-term v0.50.1
28182024-10-30T22:52:38.459Z Compiling nix v0.28.0
28192024-10-30T22:52:38.522Z Checking papergrid v0.11.0
28202024-10-30T22:52:38.551Z Checking home v0.5.9
28212024-10-30T22:52:38.699Z Checking unicode_categories v0.1.1
28222024-10-30T22:52:38.980Z Checking vte v0.11.1
28232024-10-30T22:52:39.003Z Checking sqlformat v0.2.6
28242024-10-30T22:52:39.417Z Checking sqlparser v0.45.0
28252024-10-30T22:52:40.258Z Checking tabled v0.15.0
28262024-10-30T22:52:40.343Z Checking strip-ansi-escapes v0.2.0
28272024-10-30T22:52:40.489Z Checking reedline v0.35.0
28282024-10-30T22:52:41.004Z Checking peg v0.8.4
28292024-10-30T22:52:41.507Z Checking rustyline v14.0.0
28302024-10-30T22:52:45.972Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312024-10-30T22:52:52.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.81s
28322024-10-30T22:52:52.641Z
28332024-10-30T22:52:52.641Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28342024-10-30T22:52:53.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-10-30T22:52:53.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-10-30T22:52:53.278Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372024-10-30T22:52:59.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.32s
28382024-10-30T22:53:00.150Z
28392024-10-30T22:53:00.150Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166)
28402024-10-30T22:53:00.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-10-30T22:53:00.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-10-30T22:53:00.763Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432024-10-30T22:53:05.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
28442024-10-30T22:53:05.873Z
28452024-10-30T22:53:05.873Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28462024-10-30T22:53:06.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-10-30T22:53:06.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-10-30T22:53:06.489Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492024-10-30T22:53:12.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s
28502024-10-30T22:53:12.792Z
28512024-10-30T22:53:12.792Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166)
28522024-10-30T22:53:13.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-10-30T22:53:13.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-10-30T22:53:13.420Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552024-10-30T22:53:19.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.81s
28562024-10-30T22:53:19.778Z
28572024-10-30T22:53:19.778Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28582024-10-30T22:53:20.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-10-30T22:53:20.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-10-30T22:53:20.399Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612024-10-30T22:53:25.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.92s
28622024-10-30T22:53:25.871Z
28632024-10-30T22:53:25.871Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166)
28642024-10-30T22:53:26.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-10-30T22:53:26.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-10-30T22:53:26.491Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672024-10-30T22:53:31.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s
28682024-10-30T22:53:31.929Z
28692024-10-30T22:53:31.929Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28702024-10-30T22:53:32.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-10-30T22:53:32.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-10-30T22:53:32.551Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732024-10-30T22:53:38.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.06s
28742024-10-30T22:53:39.175Z
28752024-10-30T22:53:39.175Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28762024-10-30T22:53:39.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-10-30T22:53:39.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-10-30T22:53:39.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-10-30T22:53:39.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28802024-10-30T22:53:39.789Z
28812024-10-30T22:53:39.789Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28822024-10-30T22:53:40.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-10-30T22:53:40.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-10-30T22:53:40.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-10-30T22:53:40.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28862024-10-30T22:53:40.371Z
28872024-10-30T22:53:40.371Zinfo: running `cargo check --bins` on installinator-client (119/166)
28882024-10-30T22:53:40.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-10-30T22:53:40.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-10-30T22:53:40.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-10-30T22:53:40.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28922024-10-30T22:53:40.977Z
28932024-10-30T22:53:40.977Zinfo: running `cargo check --bins` on oxide-client (120/166)
28942024-10-30T22:53:41.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-10-30T22:53:41.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-10-30T22:53:41.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972024-10-30T22:53:41.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28982024-10-30T22:53:41.556Z
28992024-10-30T22:53:41.556Zinfo: running `cargo check --bins` on wicketd-client (121/166)
29002024-10-30T22:53:42.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-10-30T22:53:42.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-10-30T22:53:42.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032024-10-30T22:53:42.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29042024-10-30T22:53:42.177Z
29052024-10-30T22:53:42.177Zinfo: running `cargo check --bins` on wicket-common (122/166)
29062024-10-30T22:53:42.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072024-10-30T22:53:42.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082024-10-30T22:53:42.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092024-10-30T22:53:42.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29102024-10-30T22:53:42.783Z
29112024-10-30T22:53:42.783Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29122024-10-30T22:53:43.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132024-10-30T22:53:43.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142024-10-30T22:53:43.402Z Checking csv-core v0.1.11
29152024-10-30T22:53:43.405Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29162024-10-30T22:53:43.713Z Checking csv v1.3.0
29172024-10-30T22:53:44.249Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29182024-10-30T22:53:44.596Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29192024-10-30T22:53:45.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
29202024-10-30T22:53:45.975Z
29212024-10-30T22:53:45.975Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29222024-10-30T22:53:46.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232024-10-30T22:53:46.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242024-10-30T22:53:46.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252024-10-30T22:53:46.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262024-10-30T22:53:46.564Z
29272024-10-30T22:53:46.564Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29282024-10-30T22:53:47.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292024-10-30T22:53:47.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302024-10-30T22:53:47.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312024-10-30T22:53:47.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29322024-10-30T22:53:47.158Z
29332024-10-30T22:53:47.158Zinfo: running `cargo check --bins` on cert-dev (126/166)
29342024-10-30T22:53:47.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352024-10-30T22:53:47.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362024-10-30T22:53:47.745Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29372024-10-30T22:53:48.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
29382024-10-30T22:53:48.170Z
29392024-10-30T22:53:48.170Zinfo: running `cargo check --bins` on ch-dev (127/166)
29402024-10-30T22:53:48.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412024-10-30T22:53:48.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422024-10-30T22:53:48.815Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29432024-10-30T22:53:49.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
29442024-10-30T22:53:49.678Z
29452024-10-30T22:53:49.678Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29462024-10-30T22:53:50.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472024-10-30T22:53:50.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482024-10-30T22:53:50.308Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29492024-10-30T22:53:50.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
29502024-10-30T22:53:50.813Z
29512024-10-30T22:53:50.813Zinfo: running `cargo check --bins` on db-dev (129/166)
29522024-10-30T22:53:51.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532024-10-30T22:53:51.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542024-10-30T22:53:51.445Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29552024-10-30T22:53:52.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
29562024-10-30T22:53:52.327Z
29572024-10-30T22:53:52.327Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29582024-10-30T22:53:52.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592024-10-30T22:53:52.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602024-10-30T22:53:52.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612024-10-30T22:53:52.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29622024-10-30T22:53:52.960Z
29632024-10-30T22:53:52.960Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29642024-10-30T22:53:53.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652024-10-30T22:53:53.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662024-10-30T22:53:53.558Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29672024-10-30T22:53:54.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
29682024-10-30T22:53:54.666Z
29692024-10-30T22:53:54.666Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29702024-10-30T22:53:55.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712024-10-30T22:53:55.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722024-10-30T22:53:55.270Z Checking cargo-platform v0.1.8
29732024-10-30T22:53:55.541Z Checking cargo_metadata v0.18.1
29742024-10-30T22:53:56.546Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29752024-10-30T22:53:57.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
29762024-10-30T22:53:57.485Z
29772024-10-30T22:53:57.485Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29782024-10-30T22:53:58.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-10-30T22:53:58.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-10-30T22:53:58.184Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29812024-10-30T22:53:58.872Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29822024-10-30T22:53:59.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
29832024-10-30T22:53:59.565Z
29842024-10-30T22:53:59.565Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29852024-10-30T22:54:00.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-10-30T22:54:00.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-10-30T22:54:00.313Z Compiling crunchy v0.2.2
29882024-10-30T22:54:00.313Z Compiling glob v0.3.1
29892024-10-30T22:54:00.316Z Compiling tiny-keccak v2.0.2
29902024-10-30T22:54:00.316Z Compiling dsl_auto_type v0.1.2
29912024-10-30T22:54:00.316Z Checking scheduled-thread-pool v0.2.7
29922024-10-30T22:54:00.316Z Compiling diesel_table_macro_syntax v0.2.0
29932024-10-30T22:54:00.451Z Compiling ascii-canvas v3.0.0
29942024-10-30T22:54:00.454Z Compiling ena v0.14.3
29952024-10-30T22:54:00.669Z Checking r2d2 v0.8.10
29962024-10-30T22:54:00.726Z Compiling libloading v0.8.5
29972024-10-30T22:54:00.865Z Compiling regex-syntax v0.6.29
29982024-10-30T22:54:00.883Z Compiling diff v0.1.13
29992024-10-30T22:54:00.985Z Compiling bindgen v0.69.5
30002024-10-30T22:54:01.001Z Compiling which v4.4.2
30012024-10-30T22:54:01.119Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30022024-10-30T22:54:01.353Z Compiling cexpr v0.6.0
30032024-10-30T22:54:01.372Z Compiling clang-sys v1.8.1
30042024-10-30T22:54:01.533Z Compiling rustc-hash v1.1.0
30052024-10-30T22:54:01.594Z Compiling lazycell v1.3.0
30062024-10-30T22:54:01.705Z Compiling ref-cast v1.0.23
30072024-10-30T22:54:01.775Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30082024-10-30T22:54:01.775Z Compiling derive_builder_core v0.20.2
30092024-10-30T22:54:01.818Z Compiling libxml v0.3.3
30102024-10-30T22:54:01.943Z Compiling diesel_derives v2.2.3
30112024-10-30T22:54:02.058Z Compiling ref-cast-impl v1.0.23
30122024-10-30T22:54:02.195Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30132024-10-30T22:54:02.368Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30142024-10-30T22:54:02.706Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30152024-10-30T22:54:02.986Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30162024-10-30T22:54:03.011Z Compiling strum_macros v0.24.3
30172024-10-30T22:54:03.305Z Compiling indoc v1.0.9
30182024-10-30T22:54:04.127Z Compiling lalrpop v0.19.12
30192024-10-30T22:54:04.310Z Compiling derive_builder_macro v0.20.2
30202024-10-30T22:54:05.196Z Checking derive_builder v0.20.2
30212024-10-30T22:54:05.320Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30222024-10-30T22:54:05.351Z Compiling impl-trait-for-tuples v0.2.2
30232024-10-30T22:54:05.615Z Compiling oso-derive v0.27.3
30242024-10-30T22:54:06.384Z Checking quick-xml v0.33.0
30252024-10-30T22:54:06.559Z Compiling diesel-dtrace v0.3.0
30262024-10-30T22:54:06.659Z Checking maplit v1.0.2
30272024-10-30T22:54:06.815Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30282024-10-30T22:54:06.943Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30292024-10-30T22:54:07.252Z Checking bb8 v0.8.5
30302024-10-30T22:54:07.784Z Compiling const_format_proc_macros v0.2.33
30312024-10-30T22:54:08.490Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30322024-10-30T22:54:08.544Z Checking castaway v0.2.3
30332024-10-30T22:54:08.726Z Checking rand_seeder v0.3.0
30342024-10-30T22:54:08.833Z Checking compact_str v0.8.0
30352024-10-30T22:54:08.980Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30362024-10-30T22:54:09.213Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30372024-10-30T22:54:09.805Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30382024-10-30T22:54:09.921Z Checking const_format v0.2.33
30392024-10-30T22:54:10.446Z Checking unicode-truncate v1.1.0
30402024-10-30T22:54:10.502Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30412024-10-30T22:54:10.682Z Checking lru v0.12.5
30422024-10-30T22:54:10.816Z Compiling instability v0.3.2
30432024-10-30T22:54:10.995Z Checking smawk v0.3.2
30442024-10-30T22:54:11.218Z Checking is_ci v1.2.0
30452024-10-30T22:54:11.370Z Checking cassowary v0.3.0
30462024-10-30T22:54:11.720Z Checking unicode-linebreak v0.1.5
30472024-10-30T22:54:11.817Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30482024-10-30T22:54:11.859Z Checking ratatui v0.28.1
30492024-10-30T22:54:12.120Z Checking textwrap v0.16.1
30502024-10-30T22:54:12.497Z Checking supports-color v3.0.1
30512024-10-30T22:54:12.726Z Checking multimap v0.10.0
30522024-10-30T22:54:13.657Z Checking diesel v2.2.4
30532024-10-30T22:54:34.905Z Compiling samael v0.0.17
30542024-10-30T22:54:49.783Z Compiling polar-core v0.27.3
30552024-10-30T22:54:49.827Z Checking async-bb8-diesel v0.2.1
30562024-10-30T22:54:57.425Z Checking oso v0.27.3
30572024-10-30T22:56:33.911Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30582024-10-30T22:56:42.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s
30592024-10-30T22:56:42.224Z
30602024-10-30T22:56:42.224Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30612024-10-30T22:56:42.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-10-30T22:56:42.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-10-30T22:56:42.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-10-30T22:56:42.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30652024-10-30T22:56:42.887Z
30662024-10-30T22:56:42.887Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30672024-10-30T22:56:43.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-10-30T22:56:43.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-10-30T22:56:43.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702024-10-30T22:56:43.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30712024-10-30T22:56:43.535Z
30722024-10-30T22:56:43.535Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30732024-10-30T22:56:44.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-10-30T22:56:44.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-10-30T22:56:44.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762024-10-30T22:56:44.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30772024-10-30T22:56:44.127Z
30782024-10-30T22:56:44.127Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30792024-10-30T22:56:44.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802024-10-30T22:56:44.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812024-10-30T22:56:44.900Z Compiling libz-sys v1.1.20
30822024-10-30T22:56:45.008Z Checking http v0.2.12
30832024-10-30T22:56:45.010Z Compiling libgit2-sys v0.17.0+1.8.1
30842024-10-30T22:56:45.031Z Compiling vergen v8.3.2
30852024-10-30T22:56:45.033Z Compiling cargo-platform v0.1.8
30862024-10-30T22:56:45.033Z Compiling pin-project-internal v1.1.6
30872024-10-30T22:56:45.072Z Compiling libsqlite3-sys v0.30.1
30882024-10-30T22:56:45.075Z Compiling snafu-derive v0.8.5
30892024-10-30T22:56:45.341Z Compiling rustls v0.21.12
30902024-10-30T22:56:45.579Z Compiling cargo_metadata v0.18.1
30912024-10-30T22:56:45.617Z Compiling buf-list v1.0.3
30922024-10-30T22:56:45.623Z Checking sync_wrapper v0.1.2
30932024-10-30T22:56:45.798Z Compiling cfg_aliases v0.2.1
30942024-10-30T22:56:45.909Z Compiling nix v0.29.0
30952024-10-30T22:56:46.061Z Checking globset v0.4.15
30962024-10-30T22:56:46.305Z Checking h2 v0.3.26
30972024-10-30T22:56:46.361Z Checking http-body v0.4.6
30982024-10-30T22:56:46.586Z Checking olpc-cjson v0.1.4
30992024-10-30T22:56:46.755Z Checking rustls-webpki v0.101.7
31002024-10-30T22:56:46.759Z Checking sct v0.7.1
31012024-10-30T22:56:46.794Z Checking serde_plain v1.0.2
31022024-10-30T22:56:46.960Z Checking typed-path v0.7.1
31032024-10-30T22:56:47.831Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31042024-10-30T22:56:47.955Z Checking pin-project v1.1.6
31052024-10-30T22:56:48.094Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31062024-10-30T22:56:48.136Z Checking hashlink v0.9.1
31072024-10-30T22:56:48.399Z Checking fallible-streaming-iterator v0.1.9
31082024-10-30T22:56:48.646Z Checking parse-size v1.0.0
31092024-10-30T22:56:48.829Z Checking fallible-iterator v0.3.0
31102024-10-30T22:56:48.908Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31112024-10-30T22:56:49.058Z Checking rustls-pemfile v1.0.4
31122024-10-30T22:56:49.277Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31132024-10-30T22:56:49.468Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31142024-10-30T22:56:49.493Z Checking rusqlite v0.32.1
31152024-10-30T22:56:49.574Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31162024-10-30T22:56:49.716Z Checking twox-hash v1.6.3
31172024-10-30T22:56:49.953Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31182024-10-30T22:56:50.230Z Checking snafu v0.8.5
31192024-10-30T22:56:50.694Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31202024-10-30T22:56:50.743Z Checking tokio-rustls v0.24.1
31212024-10-30T22:56:51.109Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31222024-10-30T22:56:51.128Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31232024-10-30T22:56:51.169Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31242024-10-30T22:56:51.654Z Checking fatfs v0.3.6
31252024-10-30T22:56:51.813Z Checking assert_matches v1.5.0
31262024-10-30T22:56:52.343Z Checking hyper v0.14.30
31272024-10-30T22:56:56.506Z Checking reqwest v0.11.27
31282024-10-30T22:56:57.304Z Checking tough v0.17.1
31292024-10-30T22:56:57.971Z Compiling git2 v0.19.0
31302024-10-30T22:57:00.521Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31312024-10-30T22:57:01.718Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31322024-10-30T22:57:03.230Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31332024-10-30T23:00:36.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 52s
31342024-10-30T23:00:37.022Z
31352024-10-30T23:00:37.022Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31362024-10-30T23:00:37.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372024-10-30T23:00:37.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382024-10-30T23:00:37.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392024-10-30T23:00:37.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31402024-10-30T23:00:37.689Z
31412024-10-30T23:00:37.689Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31422024-10-30T23:00:38.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432024-10-30T23:00:38.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442024-10-30T23:00:38.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452024-10-30T23:00:38.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31462024-10-30T23:00:38.261Z
31472024-10-30T23:00:38.261Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31482024-10-30T23:00:38.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492024-10-30T23:00:38.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502024-10-30T23:00:38.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512024-10-30T23:00:38.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31522024-10-30T23:00:38.873Z
31532024-10-30T23:00:38.873Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31542024-10-30T23:00:39.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552024-10-30T23:00:39.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562024-10-30T23:00:39.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572024-10-30T23:00:39.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31582024-10-30T23:00:39.505Z
31592024-10-30T23:00:39.505Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31602024-10-30T23:00:40.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612024-10-30T23:00:40.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622024-10-30T23:00:40.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632024-10-30T23:00:40.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31642024-10-30T23:00:40.135Z
31652024-10-30T23:00:40.135Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31662024-10-30T23:00:40.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672024-10-30T23:00:40.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682024-10-30T23:00:40.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692024-10-30T23:00:40.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31702024-10-30T23:00:40.765Z
31712024-10-30T23:00:40.765Zinfo: running `cargo check --bins` on update-common (145/166)
31722024-10-30T23:00:41.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732024-10-30T23:00:41.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742024-10-30T23:00:41.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752024-10-30T23:00:41.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31762024-10-30T23:00:41.382Z
31772024-10-30T23:00:41.382Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31782024-10-30T23:00:41.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792024-10-30T23:00:41.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802024-10-30T23:00:41.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812024-10-30T23:00:41.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31822024-10-30T23:00:41.992Z
31832024-10-30T23:00:41.992Zinfo: running `cargo check --bins` on tufaceous (147/166)
31842024-10-30T23:00:42.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852024-10-30T23:00:42.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862024-10-30T23:00:42.622Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31872024-10-30T23:00:43.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
31882024-10-30T23:00:43.711Z
31892024-10-30T23:00:43.711Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31902024-10-30T23:00:44.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912024-10-30T23:00:44.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922024-10-30T23:00:44.537Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31932024-10-30T23:00:44.656Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31942024-10-30T23:00:44.659Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31952024-10-30T23:00:44.659Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31962024-10-30T23:01:40.904Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31972024-10-30T23:01:40.906Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31982024-10-30T23:01:40.907Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31992024-10-30T23:01:40.907Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32002024-10-30T23:01:40.907Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32012024-10-30T23:01:41.683Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32022024-10-30T23:01:42.936Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32032024-10-30T23:05:06.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 22s
32042024-10-30T23:05:06.516Z
32052024-10-30T23:05:06.516Zinfo: running `cargo check --bins` on openapi-manager (149/166)
32062024-10-30T23:05:07.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072024-10-30T23:05:07.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082024-10-30T23:05:07.196Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32092024-10-30T23:05:07.196Z Checking heck v0.4.1
32102024-10-30T23:05:07.199Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32112024-10-30T23:05:07.464Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32122024-10-30T23:05:08.785Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32132024-10-30T23:05:09.599Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32142024-10-30T23:05:10.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
32152024-10-30T23:05:10.785Z
32162024-10-30T23:05:10.785Zinfo: running `cargo check --bins` on installinator-api (150/166)
32172024-10-30T23:05:11.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182024-10-30T23:05:11.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192024-10-30T23:05:11.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202024-10-30T23:05:11.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32212024-10-30T23:05:11.400Z
32222024-10-30T23:05:11.400Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32232024-10-30T23:05:11.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242024-10-30T23:05:11.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252024-10-30T23:05:11.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262024-10-30T23:05:11.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32272024-10-30T23:05:12.023Z
32282024-10-30T23:05:12.023Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32292024-10-30T23:05:12.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302024-10-30T23:05:12.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312024-10-30T23:05:12.667Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32322024-10-30T23:05:13.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
32332024-10-30T23:05:14.004Z
32342024-10-30T23:05:14.004Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32352024-10-30T23:05:14.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362024-10-30T23:05:14.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372024-10-30T23:05:14.642Z Checking memmap2 v0.9.5
32382024-10-30T23:05:14.644Z Checking arrayref v0.3.9
32392024-10-30T23:05:14.644Z Checking arrayvec v0.7.6
32402024-10-30T23:05:14.644Z Checking spin v0.5.2
32412024-10-30T23:05:14.644Z Checking untrusted v0.7.1
32422024-10-30T23:05:14.644Z Checking constant_time_eq v0.3.1
32432024-10-30T23:05:14.751Z Checking topological-sort v0.2.2
32442024-10-30T23:05:14.760Z Checking shell-words v1.1.0
32452024-10-30T23:05:14.960Z Checking ring v0.16.20
32462024-10-30T23:05:15.045Z Checking blake3 v1.5.4
32472024-10-30T23:05:16.109Z Checking omicron-zone-package v0.11.1
32482024-10-30T23:05:17.234Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32492024-10-30T23:05:18.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
32502024-10-30T23:05:18.351Z
32512024-10-30T23:05:18.351Zinfo: running `cargo check --bins` on xtask (154/166)
32522024-10-30T23:05:18.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532024-10-30T23:05:18.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542024-10-30T23:05:18.784Z Checking bitflags v2.6.0
32552024-10-30T23:05:18.786Z Checking serde v1.0.210
32562024-10-30T23:05:18.787Z Checking thiserror v1.0.64
32572024-10-30T23:05:18.868Z Checking scroll v0.12.0
32582024-10-30T23:05:18.886Z Checking log v0.4.22
32592024-10-30T23:05:18.886Z Checking hashbrown v0.15.0
32602024-10-30T23:05:18.897Z Checking zerocopy v0.7.35
32612024-10-30T23:05:18.924Z Checking syn v2.0.79
32622024-10-30T23:05:18.976Z Checking pest v2.7.14
32632024-10-30T23:05:19.099Z Checking rustix v0.38.37
32642024-10-30T23:05:19.155Z Checking once_cell v1.20.2
32652024-10-30T23:05:19.312Z Checking goblin v0.8.2
32662024-10-30T23:05:19.469Z Checking fs-err v2.11.0
32672024-10-30T23:05:19.794Z Checking anyhow v1.0.89
32682024-10-30T23:05:19.951Z Checking indexmap v2.6.0
32692024-10-30T23:05:20.178Z Checking tabled v0.15.0
32702024-10-30T23:05:21.089Z Checking terminal_size v0.4.0
32712024-10-30T23:05:21.089Z Checking tempfile v3.13.0
32722024-10-30T23:05:21.247Z Checking clap_builder v4.5.20
32732024-10-30T23:05:21.527Z Checking dtrace-parser v0.2.0
32742024-10-30T23:05:23.232Z Checking serde_json v1.0.128
32752024-10-30T23:05:23.232Z Checking toml_datetime v0.6.8
32762024-10-30T23:05:23.234Z Checking serde_spanned v0.6.8
32772024-10-30T23:05:23.234Z Checking camino v1.1.9
32782024-10-30T23:05:23.234Z Checking cargo-platform v0.1.8
32792024-10-30T23:05:23.290Z Checking semver v1.0.23
32802024-10-30T23:05:23.447Z Checking macaddr v1.0.1
32812024-10-30T23:05:23.548Z Checking toml_edit v0.22.22
32822024-10-30T23:05:23.742Z Checking clap v4.5.20
32832024-10-30T23:05:23.793Z Checking camino-tempfile v1.1.1
32842024-10-30T23:05:24.389Z Checking dof v0.3.0
32852024-10-30T23:05:24.389Z Checking cargo_metadata v0.18.1
32862024-10-30T23:05:24.798Z Checking usdt-impl v0.5.0
32872024-10-30T23:05:25.154Z Checking usdt v0.5.0
32882024-10-30T23:05:25.347Z Checking toml v0.8.19
32892024-10-30T23:05:25.808Z Checking cargo_toml v0.20.5
32902024-10-30T23:05:27.003Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32912024-10-30T23:05:27.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s
32922024-10-30T23:05:27.727Z
32932024-10-30T23:05:27.727Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32942024-10-30T23:05:28.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952024-10-30T23:05:28.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962024-10-30T23:05:28.455Z Checking polyval v0.6.2
32972024-10-30T23:05:28.562Z Checking ctr v0.9.2
32982024-10-30T23:05:28.574Z Checking ssh-encoding v0.2.0
32992024-10-30T23:05:28.576Z Checking blowfish v0.9.1
33002024-10-30T23:05:28.597Z Checking password-hash v0.4.2
33012024-10-30T23:05:28.599Z Checking matches v0.1.10
33022024-10-30T23:05:28.630Z Checking p521 v0.13.3
33032024-10-30T23:05:28.632Z Checking p256 v0.13.2
33042024-10-30T23:05:28.710Z Checking idna v0.2.3
33052024-10-30T23:05:28.792Z Checking ghash v0.5.1
33062024-10-30T23:05:28.792Z Checking bcrypt-pbkdf v0.10.0
33072024-10-30T23:05:28.827Z Compiling enum-as-inner v0.5.1
33082024-10-30T23:05:28.885Z Checking russh-cryptovec v0.7.3
33092024-10-30T23:05:28.987Z Checking aes-gcm v0.10.3
33102024-10-30T23:05:29.006Z Checking pbkdf2 v0.11.0
33112024-10-30T23:05:29.065Z Checking md5 v0.7.0
33122024-10-30T23:05:29.097Z Checking num-bigint v0.4.6
33132024-10-30T23:05:29.117Z Checking des v0.8.1
33142024-10-30T23:05:29.225Z Checking ssh-cipher v0.2.0
33152024-10-30T23:05:29.327Z Compiling dhcproto-macros v0.1.0
33162024-10-30T23:05:29.350Z Checking hex-literal v0.4.1
33172024-10-30T23:05:29.397Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33182024-10-30T23:05:29.485Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33192024-10-30T23:05:29.523Z Checking ssh-key v0.6.6
33202024-10-30T23:05:29.549Z Checking internet-checksum v0.2.1
33212024-10-30T23:05:29.796Z Checking trust-dns-proto v0.22.0
33222024-10-30T23:05:30.792Z Checking russh-keys v0.45.0
33232024-10-30T23:05:31.721Z Checking russh v0.45.0
33242024-10-30T23:05:32.350Z Checking dhcproto v0.12.0
33252024-10-30T23:05:54.085Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33262024-10-30T23:05:55.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.75s
33272024-10-30T23:05:55.677Z
33282024-10-30T23:05:55.677Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33292024-10-30T23:05:56.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-10-30T23:05:56.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-10-30T23:05:56.300Z Checking termios v0.3.3
33322024-10-30T23:05:56.519Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33332024-10-30T23:05:57.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
33342024-10-30T23:05:57.478Z
33352024-10-30T23:05:57.478Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33362024-10-30T23:05:58.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372024-10-30T23:05:58.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382024-10-30T23:05:58.168Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33392024-10-30T23:06:00.228Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33402024-10-30T23:06:02.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
33412024-10-30T23:06:02.399Z
33422024-10-30T23:06:02.399Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33432024-10-30T23:06:02.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-10-30T23:06:02.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-10-30T23:06:02.997Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33462024-10-30T23:06:03.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33472024-10-30T23:06:03.605Z
33482024-10-30T23:06:03.605Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33492024-10-30T23:06:04.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-10-30T23:06:04.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-10-30T23:06:04.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522024-10-30T23:06:04.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33532024-10-30T23:06:04.188Z
33542024-10-30T23:06:04.188Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33552024-10-30T23:06:04.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562024-10-30T23:06:04.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572024-10-30T23:06:04.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582024-10-30T23:06:04.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33592024-10-30T23:06:04.768Z
33602024-10-30T23:06:04.768Zinfo: running `cargo check --bins` on omicron-package (161/166)
33612024-10-30T23:06:05.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622024-10-30T23:06:05.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632024-10-30T23:06:05.414Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33642024-10-30T23:06:06.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
33652024-10-30T23:06:06.831Z
33662024-10-30T23:06:06.831Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33672024-10-30T23:06:07.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682024-10-30T23:06:07.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692024-10-30T23:06:07.507Z Checking rtoolbox v0.0.2
33702024-10-30T23:06:07.509Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33712024-10-30T23:06:07.509Z Checking tui-tree-widget v0.22.0
33722024-10-30T23:06:07.733Z Checking rpassword v7.3.1
33732024-10-30T23:06:11.834Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33742024-10-30T23:06:14.974Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33752024-10-30T23:06:16.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s
33762024-10-30T23:06:16.300Z
33772024-10-30T23:06:16.300Zinfo: running `cargo check --bins` on wicket (163/166)
33782024-10-30T23:06:16.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792024-10-30T23:06:16.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802024-10-30T23:06:16.962Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33812024-10-30T23:06:17.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
33822024-10-30T23:06:17.536Z
33832024-10-30T23:06:17.536Zinfo: running `cargo check --bins` on wicketd (164/166)
33842024-10-30T23:06:18.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-10-30T23:06:18.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-10-30T23:06:18.252Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33872024-10-30T23:06:27.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s
33882024-10-30T23:06:27.878Z
33892024-10-30T23:06:27.878Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33902024-10-30T23:06:28.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912024-10-30T23:06:28.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922024-10-30T23:06:28.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932024-10-30T23:06:28.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942024-10-30T23:06:28.459Z
33952024-10-30T23:06:28.459Zinfo: running `cargo check --bins` on zone-setup (166/166)
33962024-10-30T23:06:29.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972024-10-30T23:06:29.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982024-10-30T23:06:29.155Z Checking uzers v0.12.1
33992024-10-30T23:06:29.503Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34002024-10-30T23:06:30.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
34012024-10-30T23:06:30.782Z
34022024-10-30T23:06:30.782Zreal 23:34.224462315
34032024-10-30T23:06:30.782Zuser 35:50.001152409
34042024-10-30T23:06:30.782Zsys 5:19.494919409
34052024-10-30T23:06:30.782Ztrap 0.577401843
34062024-10-30T23:06:30.782Ztflt 2.831099978
34072024-10-30T23:06:30.782Zdflt 2.746046943
34082024-10-30T23:06:30.782Zkflt 0.001199957
34092024-10-30T23:06:30.788Zlock 1:24:59.561916199
34102024-10-30T23:06:30.788Zslp 3:21:38.326683550
34112024-10-30T23:06:30.788Zlat 58.980367870
34122024-10-30T23:06:30.788Zstop 3:05.138367819
34132024-10-30T23:06:30.788Zprocess exited: duration 1641850 ms, exit code 0
 
34142024-10-30T23:06:30.795Zfound 0 output files