01J5A6A480DHP0TV9774QQY2ZZ: 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: 01J5A6ACWYYKCEZW67EBWNNW81

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-15T04:57:09.522Zjob assigned to worker 01J5A6AF79J2T7A7JWK7G08HJ9 (queued for 25 s)
 
22024-08-15T04:57:10.330Zstarting task 0: "setup"
32024-08-15T04:57:10.355Z++ uname -s
42024-08-15T04:57:10.379Z+ kern=SunOS
52024-08-15T04:57:10.379Z+ case "$kern" in
62024-08-15T04:57:10.380Z+ groupadd -g 12345 build
72024-08-15T04:57:10.380Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-15T04:57:12.378Z+ zfs create -o mountpoint=/work rpool/work
92024-08-15T04:57:12.417Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-15T04:57:12.441Z+ home_fs=zfs
112024-08-15T04:57:12.441Z+ [[ zfs == autofs ]]
122024-08-15T04:57:12.441Z+ mkdir -p /home/build
132024-08-15T04:57:12.441Z+ chown build:build /home/build /work
142024-08-15T04:57:14.426Z+ chmod 0700 /home/build /work
152024-08-15T04:57:14.451Zprocess exited: duration 4100 ms, exit code 0
 
162024-08-15T04:57:14.500Zstarting task 1: "rust-toolchain"
172024-08-15T04:57:14.525Z+ printf ' * toolchain channel = "%s"
182024-08-15T04:57:14.525Z' 1.80.1
192024-08-15T04:57:14.525Z+ printf ' * toolchain profile = "%s"
202024-08-15T04:57:14.525Z' default
212024-08-15T04:57:14.525Z * toolchain channel = "1.80.1"
222024-08-15T04:57:14.525Z * toolchain profile = "default"
232024-08-15T04:57:14.525Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-15T04:57:14.525Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-15T04:57:14.657Zinfo: downloading installer
262024-08-15T04:57:15.479Zinfo: profile set to 'default'
272024-08-15T04:57:15.479Zinfo: default host triple is x86_64-unknown-illumos
282024-08-15T04:57:15.479Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-15T04:57:15.571Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-15T04:57:15.571Zinfo: downloading component 'cargo'
312024-08-15T04:57:16.193Zinfo: downloading component 'clippy'
322024-08-15T04:57:16.359Zinfo: downloading component 'rust-docs'
332024-08-15T04:57:16.817Zinfo: downloading component 'rust-std'
342024-08-15T04:57:18.142Zinfo: downloading component 'rustc'
352024-08-15T04:57:21.542Zinfo: downloading component 'rustfmt'
362024-08-15T04:57:21.607Zinfo: installing component 'cargo'
372024-08-15T04:57:22.731Zinfo: installing component 'clippy'
382024-08-15T04:57:23.194Zinfo: installing component 'rust-docs'
392024-08-15T04:57:25.968Zinfo: installing component 'rust-std'
402024-08-15T04:57:27.915Zinfo: installing component 'rustc'
412024-08-15T04:57:33.146Zinfo: installing component 'rustfmt'
422024-08-15T04:57:33.540Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-15T04:57:33.540Z
442024-08-15T04:57:33.669Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-15T04:57:33.669Z
462024-08-15T04:57:33.669Z
472024-08-15T04:57:33.694ZRust is installed now. Great!
482024-08-15T04:57:33.694Z
492024-08-15T04:57:33.694ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-15T04:57:33.694Zenvironment variable. This has not been done automatically.
512024-08-15T04:57:33.694Z
522024-08-15T04:57:33.694ZTo configure your current shell, you need to source
532024-08-15T04:57:33.694Zthe corresponding env file under $HOME/.cargo.
542024-08-15T04:57:33.694Z
552024-08-15T04:57:33.694ZThis is usually done by running one of the following (note the leading DOT):
562024-08-15T04:57:33.694Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-15T04:57:33.694Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-15T04:57:33.744Z+ rustc --version
592024-08-15T04:57:33.861Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-15T04:57:33.885Zprocess exited: duration 19367 ms, exit code 0
 
612024-08-15T04:57:33.933Zstarting task 2: "authentication"
622024-08-15T04:57:33.992Zprocess exited: duration 58 ms, exit code 0
 
632024-08-15T04:57:34.040Zstarting task 3: "clone repository"
642024-08-15T04:57:34.064Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-15T04:57:34.064Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-15T04:57:34.088ZCloning into '/work/oxidecomputer/omicron'...
672024-08-15T04:57:43.739Z+ cd /work/oxidecomputer/omicron
682024-08-15T04:57:43.739Z+ git fetch origin 4d6683a47c0509e3127dd73f2e1c7ea5495185dc
692024-08-15T04:57:44.111ZFrom https://github.com/oxidecomputer/omicron
702024-08-15T04:57:44.111Z * branch 4d6683a47c0509e3127dd73f2e1c7ea5495185dc -> FETCH_HEAD
712024-08-15T04:57:44.135Z+ [[ -n dap/fix-main ]]
722024-08-15T04:57:44.135Z++ git branch --show-current
732024-08-15T04:57:44.135Z+ current=main
742024-08-15T04:57:44.135Z+ [[ main != dap/fix-main ]]
752024-08-15T04:57:44.135Z+ git branch -f dap/fix-main 4d6683a47c0509e3127dd73f2e1c7ea5495185dc
762024-08-15T04:57:44.159Z+ git checkout -f dap/fix-main
772024-08-15T04:57:44.317ZSwitched to branch 'dap/fix-main'
782024-08-15T04:57:44.341Z+ git reset --hard 4d6683a47c0509e3127dd73f2e1c7ea5495185dc
792024-08-15T04:57:44.342ZHEAD is now at 4d6683a47 fix auto-mismerge of #6294 and #6327
802024-08-15T04:57:44.342Zprocess exited: duration 10296 ms, exit code 0
 
812024-08-15T04:57:44.391Zstarting task 4: "build"
822024-08-15T04:57:44.415Z+ cargo --version
832024-08-15T04:57:44.489Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-15T04:57:44.513Z+ rustc --version
852024-08-15T04:57:44.585Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-15T04:57:44.610Z+ source ./env.sh
872024-08-15T04:57:44.610Z++ OLD_SHELL_OPTS=ehxB
882024-08-15T04:57:44.610Z++ set -o xtrace
892024-08-15T04:57:44.610Z++++ dirname ./env.sh
902024-08-15T04:57:44.610Z+++ readlink -f .
912024-08-15T04:57:44.610Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-15T04:57:44.610Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-15T04:57:44.610Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-15T04:57:44.610Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-15T04:57:44.610Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-15T04:57:44.610Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-15T04:57:44.610Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-15T04:57:44.610Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-15T04:57:44.610Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-15T04:57:44.611Z++ case $OLD_SHELL_OPTS in
1012024-08-15T04:57:44.611Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-15T04:57:44.611Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-08-15T04:57:44.611Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-08-15T04:57:44.611Z+ banner prerequisites
1052024-08-15T04:57:44.611Z
1062024-08-15T04:57:44.611Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-15T04:57:44.611Z # # # # # # # # # # # # # # #
1082024-08-15T04:57:44.611Z # # # # ##### # # ##### # # # # # #### #
1092024-08-15T04:57:44.611Z ##### ##### # ##### # # # # # # # # #
1102024-08-15T04:57:44.611Z # # # # # # # # # # # # # # #
1112024-08-15T04:57:44.611Z # # # ###### # # ###### ### # #### # #### #
1122024-08-15T04:57:44.611Z
1132024-08-15T04:57:44.611Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-15T04:57:49.738Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-15T04:57:52.246Z Startup: Caching catalogs ... Done
1162024-08-15T04:57:54.500ZPlanning: Solver setup ... Done (1.463s)
1172024-08-15T04:57:54.524ZPlanning: Running solver ... Done (0.024s)
1182024-08-15T04:57:54.558ZPlanning: Finding local manifests ... Done (0.002s)
1192024-08-15T04:57:54.703ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-15T04:57:55.427ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-15T04:57:55.613ZPlanning: Package planning ... Done (0.186s)
1222024-08-15T04:57:55.674ZPlanning: Merging actions ... Done (0.061s)
1232024-08-15T04:57:56.034ZPlanning: Checking for conflicting actions ... Done (0.360s)
1242024-08-15T04:57:56.058ZPlanning: Consolidating action changes ... Done (0.014s)
1252024-08-15T04:57:56.674ZPlanning: Evaluating mediators ... Done (0.625s)
1262024-08-15T04:57:56.698ZPlanning: Planning completed in 4.37 seconds
1272024-08-15T04:57:56.722Z Packages to install: 4
1282024-08-15T04:57:56.722Z Mediators to change: 2
1292024-08-15T04:57:56.722Z Services to change: 1
1302024-08-15T04:57:56.722Z Estimated space available: 148.82 GB
1312024-08-15T04:57:56.722ZEstimated space to be consumed: 1.48 GB
1322024-08-15T04:57:56.722Z Create boot environment: No
1332024-08-15T04:57:56.722ZCreate backup boot environment: No
1342024-08-15T04:57:56.722Z Rebuild boot archive: No
1352024-08-15T04:57:56.722Z
1362024-08-15T04:57:56.722ZChanged mediators:
1372024-08-15T04:57:56.722Z mediator clang:
1382024-08-15T04:57:56.722Z version: None -> 15 (system default)
1392024-08-15T04:57:56.722Z
1402024-08-15T04:57:56.722Z mediator llvm:
1412024-08-15T04:57:56.722Z version: 14 (system default) -> 15 (system default)
1422024-08-15T04:57:56.722Z
1432024-08-15T04:57:56.722ZChanged packages:
1442024-08-15T04:57:56.722Zhelios-dev
1452024-08-15T04:57:56.722Z developer/build-essential
1462024-08-15T04:57:56.722Z None -> 11-2.0
1472024-08-15T04:57:56.722Z library/libxmlsec1
1482024-08-15T04:57:56.722Z None -> 1.2.35-2.0
1492024-08-15T04:57:56.722Z ooce/developer/clang-15
1502024-08-15T04:57:56.722Z None -> 15.0.7-2.0
1512024-08-15T04:57:56.722Z ooce/developer/llvm-15
1522024-08-15T04:57:56.722Z None -> 15.0.7-2.0
1532024-08-15T04:57:56.722Z
1542024-08-15T04:57:56.722ZServices:
1552024-08-15T04:57:56.722Z restart_fmri:
1562024-08-15T04:57:56.722Z svc:/system/update-man-index:default
1572024-08-15T04:57:56.750Z
1582024-08-15T04:57:56.750ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-15T04:58:04.807ZDownload: 212/3290 items 1.3/212.6MB 0% complete (497k/s)
1602024-08-15T04:58:13.802ZDownload: 213/3290 items 1.3/212.6MB 0% complete
1612024-08-15T04:58:18.802ZDownload: 1116/3290 items 26.8/212.6MB 12% complete (5.0M/s)
1622024-08-15T04:58:23.816ZDownload: 1198/3290 items 76.5/212.6MB 35% complete (7.8M/s)
1632024-08-15T04:58:28.820ZDownload: 2087/3290 items 118.8/212.6MB 55% complete (9.4M/s)
1642024-08-15T04:58:33.819ZDownload: 3247/3290 items 182.8/212.6MB 85% complete (10.6M/s)
1652024-08-15T04:58:36.380ZDownload: Completed 212.60 MB in 39.63 seconds (5.4M/s)
1662024-08-15T04:58:36.583Z Actions: 1/3689 actions (Installing new actions)
1672024-08-15T04:58:41.931Z Actions: 3503/3689 actions (Installing new actions)
1682024-08-15T04:58:42.122Z Actions: Completed 3689 actions in 5.54 seconds.
1692024-08-15T04:58:42.500Z Done (0.372s)
1702024-08-15T04:58:42.500Z Done (0.000s)
1712024-08-15T04:58:42.935Z Done (0.435s)
1722024-08-15T04:58:47.680Z Done (4.605s)
1732024-08-15T04:58:47.772Z Done (0.018s)
1742024-08-15T04:58:47.796Z Done (0.000s)
1752024-08-15T04:58:47.933Z Done (0.000s)
1762024-08-15T04:58:48.596ZPlanning: Evaluating mediator changes ... Done
1772024-08-15T04:58:48.790ZPlanning: Checking for conflicting actions ... Done
1782024-08-15T04:58:48.814ZPlanning: Consolidating action changes ... Done
1792024-08-15T04:58:49.107ZPlanning: Evaluating mediators ... Done
1802024-08-15T04:58:49.132ZPlanning: Planning completed in 0.51 seconds
1812024-08-15T04:58:49.156Z Mediators to change: 2
1822024-08-15T04:58:49.156Z Create boot environment: No
1832024-08-15T04:58:49.156ZCreate backup boot environment: No
1842024-08-15T04:58:49.203Z Done
1852024-08-15T04:58:49.203Z Done
1862024-08-15T04:58:49.480Z Done
1872024-08-15T04:58:53.814Z Done
1882024-08-15T04:58:53.906Z Done
1892024-08-15T04:58:53.906Z Done
1902024-08-15T04:58:53.990Z Done
1912024-08-15T04:58:54.707ZPlanning: Evaluating mediator changes ... Done
1922024-08-15T04:58:54.731ZPlanning: Merging actions ... Done
1932024-08-15T04:58:54.935ZPlanning: Checking for conflicting actions ... Done
1942024-08-15T04:58:54.959ZPlanning: Consolidating action changes ... Done
1952024-08-15T04:58:55.261ZPlanning: Evaluating mediators ... Done
1962024-08-15T04:58:55.345ZPlanning: Planning completed in 0.91 seconds
1972024-08-15T04:58:55.373Z Packages to change: 1
1982024-08-15T04:58:55.373Z Mediators to change: 1
1992024-08-15T04:58:55.373Z Services to change: 1
2002024-08-15T04:58:55.397Z Create boot environment: No
2012024-08-15T04:58:55.397ZCreate backup boot environment: Yes
2022024-08-15T04:58:56.878Z Actions: 1/6 actions (Updating modified actions)
2032024-08-15T04:58:56.903Z Actions: Completed 6 actions in 0.00 seconds.
2042024-08-15T04:58:56.903Z Done
2052024-08-15T04:58:56.903Z Done
2062024-08-15T04:58:56.972Z Done
2072024-08-15T04:59:01.271Z Done
2082024-08-15T04:59:01.358Z Done
2092024-08-15T04:59:01.385Z Done
2102024-08-15T04:59:01.447Z Done
2112024-08-15T04:59:01.975ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2122024-08-15T04:59:01.975Zclang system 15 system
2132024-08-15T04:59:01.975Zcsh system system illumos
2142024-08-15T04:59:01.975Zctags system system illumos
2152024-08-15T04:59:01.975Zgcc vendor 12 vendor
2162024-08-15T04:59:01.975Zgcc system 10 system
2172024-08-15T04:59:01.975Zgcc system 7 system
2182024-08-15T04:59:01.975Zgo system 1.20 system
2192024-08-15T04:59:01.975Zgo system 1.19 system
2202024-08-15T04:59:01.975Zllvm system 15 system
2212024-08-15T04:59:01.976Zllvm system 14 system
2222024-08-15T04:59:01.976Zmariadb system 10.6 system
2232024-08-15T04:59:01.976Zmta vendor vendor dma
2242024-08-15T04:59:01.976Zopenjdk system 17 system
2252024-08-15T04:59:01.976Zopenjdk system 11 system
2262024-08-15T04:59:01.976Zopenjdk system 1.8 system
2272024-08-15T04:59:01.976Zopenssl vendor 3 vendor
2282024-08-15T04:59:01.976Zperl system 5.36 system
2292024-08-15T04:59:01.976Zpostgresql system 15 system
2302024-08-15T04:59:01.976Zpostgresql system 13 system
2312024-08-15T04:59:01.976Zpython vendor 3 vendor
2322024-08-15T04:59:01.976Zpython system 2 system
2332024-08-15T04:59:01.976Zpython3 system 3.11 system
2342024-08-15T04:59:01.976Zruby system 3.0 system
2352024-08-15T04:59:01.976Zwords vendor vendor american-english
2362024-08-15T04:59:01.976Zwords system system australian-english
2372024-08-15T04:59:01.976Zwords system system british-english
2382024-08-15T04:59:01.976Zwords system system canadian-english
2392024-08-15T04:59:01.976Zwords system system french
2402024-08-15T04:59:01.976Zwords system system italian
2412024-08-15T04:59:01.976Zwords system system ngerman
2422024-08-15T04:59:01.976Zwords system system ogerman
2432024-08-15T04:59:01.976Zwords system system spanish
2442024-08-15T04:59:02.376ZPUBLISHER TYPE STATUS P LOCATION
2452024-08-15T04:59:02.376Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462024-08-15T04:59:04.492ZFMRI IFO
2472024-08-15T04:59:04.492Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482024-08-15T04:59:04.492Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492024-08-15T04:59:04.492Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502024-08-15T04:59:04.492Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512024-08-15T04:59:04.492Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522024-08-15T04:59:04.492Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532024-08-15T04:59:04.492Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2542024-08-15T04:59:04.492Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552024-08-15T04:59:04.492Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2562024-08-15T04:59:04.492Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572024-08-15T04:59:04.492Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2582024-08-15T04:59:04.492Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592024-08-15T04:59:05.141Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602024-08-15T04:59:05.477Z Updating git repository `https://github.com/oxidecomputer/zone`
2612024-08-15T04:59:05.795Z Updating crates.io index
2622024-08-15T04:59:05.850Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2632024-08-15T04:59:06.639Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2642024-08-15T04:59:07.433Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2652024-08-15T04:59:07.750Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2662024-08-15T04:59:09.446Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672024-08-15T04:59:09.725Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682024-08-15T04:59:10.020Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692024-08-15T04:59:11.093Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702024-08-15T04:59:12.969Z Updating git repository `https://github.com/oxidecomputer/opte`
2712024-08-15T04:59:14.019Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722024-08-15T04:59:14.863Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732024-08-15T04:59:15.342Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2742024-08-15T04:59:15.950Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2752024-08-15T04:59:16.408Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2762024-08-15T04:59:16.729Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772024-08-15T04:59:17.229Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782024-08-15T04:59:17.637Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792024-08-15T04:59:17.928Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802024-08-15T04:59:18.268Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812024-08-15T04:59:18.739Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822024-08-15T04:59:19.112Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832024-08-15T04:59:19.442Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2842024-08-15T04:59:21.518Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852024-08-15T04:59:22.028Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862024-08-15T04:59:22.560Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2872024-08-15T04:59:23.081Z Updating git repository `https://github.com/oxidecomputer/typify`
2882024-08-15T04:59:25.251Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892024-08-15T04:59:25.596Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902024-08-15T04:59:25.958Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912024-08-15T04:59:26.543Z Updating git repository `https://github.com/oxidecomputer/rfb`
2922024-08-15T04:59:28.037Z Downloading crates ...
2932024-08-15T04:59:28.103Z Downloaded dtrace-parser v0.2.0
2942024-08-15T04:59:28.128Z Downloaded usdt-macro v0.5.0
2952024-08-15T04:59:28.128Z Downloaded usdt-attr-macro v0.5.0
2962024-08-15T04:59:28.128Z Downloaded thiserror-impl v1.0.63
2972024-08-15T04:59:28.128Z Downloaded version_check v0.9.5
2982024-08-15T04:59:28.128Z Downloaded ucd-trie v0.1.6
2992024-08-15T04:59:28.128Z Downloaded utf8parse v0.2.1
3002024-08-15T04:59:28.152Z Downloaded usdt v0.5.0
3012024-08-15T04:59:28.152Z Downloaded zerocopy-derive v0.7.34
3022024-08-15T04:59:28.152Z Downloaded zerocopy v0.7.34
3032024-08-15T04:59:28.176Z Downloaded hashbrown v0.14.5
3042024-08-15T04:59:28.176Z Downloaded syn v2.0.74
3052024-08-15T04:59:28.200Z Downloaded unicode-width v0.1.13
3062024-08-15T04:59:28.200Z Downloaded syn v1.0.109
3072024-08-15T04:59:28.224Z Downloaded libc v0.2.155
3082024-08-15T04:59:28.248Z Downloaded rustix v0.38.34
3092024-08-15T04:59:28.271Z Downloaded winnow v0.6.18
3102024-08-15T04:59:28.272Z Downloaded tabled v0.15.0
3112024-08-15T04:59:28.295Z Downloaded serde_json v1.0.124
3122024-08-15T04:59:28.295Z Downloaded serde v1.0.207
3132024-08-15T04:59:28.319Z Downloaded indexmap v2.4.0
3142024-08-15T04:59:28.319Z Downloaded goblin v0.8.2
3152024-08-15T04:59:28.319Z Downloaded clap_builder v4.5.15
3162024-08-15T04:59:28.319Z Downloaded unicode-ident v1.0.12
3172024-08-15T04:59:28.343Z Downloaded typenum v1.17.0
3182024-08-15T04:59:28.343Z Downloaded toml_edit v0.22.20
3192024-08-15T04:59:28.367Z Downloaded pest_meta v2.7.10
3202024-08-15T04:59:28.367Z Downloaded pest v2.7.10
3212024-08-15T04:59:28.367Z Downloaded thread-id v4.2.1
3222024-08-15T04:59:28.367Z Downloaded serde_tokenstream v0.2.1
3232024-08-15T04:59:28.367Z Downloaded ryu v1.0.18
3242024-08-15T04:59:28.391Z Downloaded pest_derive v2.7.10
3252024-08-15T04:59:28.391Z Downloaded memmap v0.7.0
3262024-08-15T04:59:28.391Z Downloaded memchr v2.7.2
3272024-08-15T04:59:28.391Z Downloaded usdt-impl v0.5.0
3282024-08-15T04:59:28.391Z Downloaded toml_datetime v0.6.8
3292024-08-15T04:59:28.391Z Downloaded toml v0.8.19
3302024-08-15T04:59:28.391Z Downloaded strsim v0.11.1
3312024-08-15T04:59:28.391Z Downloaded serde_derive v1.0.207
3322024-08-15T04:59:28.391Z Downloaded papergrid v0.11.0
3332024-08-15T04:59:28.415Z Downloaded thiserror v1.0.63
3342024-08-15T04:59:28.415Z Downloaded quote v1.0.36
3352024-08-15T04:59:28.415Z Downloaded proc-macro2 v1.0.86
3362024-08-15T04:59:28.415Z Downloaded macaddr v1.0.1
3372024-08-15T04:59:28.415Z Downloaded log v0.4.21
3382024-08-15T04:59:28.416Z Downloaded heck v0.5.0
3392024-08-15T04:59:28.416Z Downloaded generic-array v0.14.7
3402024-08-15T04:59:28.416Z Downloaded terminal_size v0.3.0
3412024-08-15T04:59:28.416Z Downloaded tabled_derive v0.7.0
3422024-08-15T04:59:28.439Z Downloaded sha2 v0.10.8
3432024-08-15T04:59:28.439Z Downloaded serde_spanned v0.6.7
3442024-08-15T04:59:28.439Z Downloaded semver v1.0.23
3452024-08-15T04:59:28.440Z Downloaded scroll_derive v0.12.0
3462024-08-15T04:59:28.440Z Downloaded proc-macro-error-attr v1.0.4
3472024-08-15T04:59:28.440Z Downloaded proc-macro-error v1.0.4
3482024-08-15T04:59:28.440Z Downloaded pretty-hex v0.4.1
3492024-08-15T04:59:28.440Z Downloaded clap v4.5.15
3502024-08-15T04:59:28.440Z Downloaded once_cell v1.19.0
3512024-08-15T04:59:28.464Z Downloaded is_terminal_polyfill v1.70.0
3522024-08-15T04:59:28.464Z Downloaded fnv v1.0.7
3532024-08-15T04:59:28.464Z Downloaded clap_derive v4.5.13
3542024-08-15T04:59:28.464Z Downloaded cargo_toml v0.20.4
3552024-08-15T04:59:28.464Z Downloaded bitflags v2.6.0
3562024-08-15T04:59:28.464Z Downloaded anyhow v1.0.86
3572024-08-15T04:59:28.464Z Downloaded swrite v0.1.0
3582024-08-15T04:59:28.464Z Downloaded scroll v0.12.0
3592024-08-15T04:59:28.464Z Downloaded plain v0.2.3
3602024-08-15T04:59:28.464Z Downloaded pest_generator v2.7.10
3612024-08-15T04:59:28.464Z Downloaded itoa v1.0.11
3622024-08-15T04:59:28.464Z Downloaded heck v0.4.1
3632024-08-15T04:59:28.464Z Downloaded fs-err v2.11.0
3642024-08-15T04:59:28.488Z Downloaded errno v0.3.9
3652024-08-15T04:59:28.488Z Downloaded equivalent v1.0.1
3662024-08-15T04:59:28.488Z Downloaded dof v0.3.0
3672024-08-15T04:59:28.488Z Downloaded digest v0.10.7
3682024-08-15T04:59:28.488Z Downloaded crypto-common v0.1.6
3692024-08-15T04:59:28.488Z Downloaded cpufeatures v0.2.12
3702024-08-15T04:59:28.488Z Downloaded colorchoice v1.0.1
3712024-08-15T04:59:28.488Z Downloaded clap_lex v0.7.0
3722024-08-15T04:59:28.488Z Downloaded cfg-if v1.0.0
3732024-08-15T04:59:28.488Z Downloaded cargo_metadata v0.18.1
3742024-08-15T04:59:28.488Z Downloaded cargo-platform v0.1.8
3752024-08-15T04:59:28.488Z Downloaded camino v1.1.7
3762024-08-15T04:59:28.488Z Downloaded byteorder v1.5.0
3772024-08-15T04:59:28.488Z Downloaded bytecount v0.6.8
3782024-08-15T04:59:28.488Z Downloaded block-buffer v0.10.4
3792024-08-15T04:59:28.488Z Downloaded autocfg v1.3.0
3802024-08-15T04:59:28.488Z Downloaded anstyle-query v1.0.3
3812024-08-15T04:59:28.515Z Downloaded anstyle-parse v0.2.4
3822024-08-15T04:59:28.515Z Downloaded anstyle v1.0.8
3832024-08-15T04:59:28.515Z Downloaded anstream v0.6.14
3842024-08-15T04:59:28.623Z Compiling proc-macro2 v1.0.86
3852024-08-15T04:59:28.647Z Compiling unicode-ident v1.0.12
3862024-08-15T04:59:28.647Z Compiling version_check v0.9.5
3872024-08-15T04:59:28.647Z Compiling serde v1.0.207
3882024-08-15T04:59:28.647Z Compiling thiserror v1.0.63
3892024-08-15T04:59:28.647Z Compiling memchr v2.7.2
3902024-08-15T04:59:28.647Z Compiling libc v0.2.155
3912024-08-15T04:59:28.647Z Compiling itoa v1.0.11
3922024-08-15T04:59:28.915Z Compiling ryu v1.0.18
3932024-08-15T04:59:28.991Z Compiling ucd-trie v0.1.6
3942024-08-15T04:59:29.447Z Compiling once_cell v1.19.0
3952024-08-15T04:59:29.518Z Compiling byteorder v1.5.0
3962024-08-15T04:59:29.602Z Compiling serde_json v1.0.124
3972024-08-15T04:59:29.828Z Compiling proc-macro-error-attr v1.0.4
3982024-08-15T04:59:29.926Z Compiling usdt-impl v0.5.0
3992024-08-15T04:59:29.950Z Compiling syn v1.0.109
4002024-08-15T04:59:30.076Z Compiling rustix v0.38.34
4012024-08-15T04:59:30.162Z Compiling quote v1.0.36
4022024-08-15T04:59:30.203Z Compiling proc-macro-error v1.0.4
4032024-08-15T04:59:30.407Z Compiling hashbrown v0.14.5
4042024-08-15T04:59:30.463Z Compiling syn v2.0.74
4052024-08-15T04:59:30.577Z Compiling plain v0.2.3
4062024-08-15T04:59:30.727Z Compiling errno v0.3.9
4072024-08-15T04:59:30.757Z Compiling utf8parse v0.2.1
4082024-08-15T04:59:30.875Z Compiling thread-id v4.2.1
4092024-08-15T04:59:30.918Z Compiling bitflags v2.6.0
4102024-08-15T04:59:30.945Z Compiling log v0.4.21
4112024-08-15T04:59:30.969Z Compiling equivalent v1.0.1
4122024-08-15T04:59:31.001Z Compiling anstyle-parse v0.2.4
4132024-08-15T04:59:31.337Z Compiling is_terminal_polyfill v1.70.0
4142024-08-15T04:59:31.337Z Compiling autocfg v1.3.0
4152024-08-15T04:59:31.540Z Compiling indexmap v2.4.0
4162024-08-15T04:59:31.628Z Compiling camino v1.1.7
4172024-08-15T04:59:31.706Z Compiling colorchoice v1.0.1
4182024-08-15T04:59:31.862Z Compiling anstyle-query v1.0.3
4192024-08-15T04:59:31.888Z Compiling semver v1.0.23
4202024-08-15T04:59:32.004Z Compiling winnow v0.6.18
4212024-08-15T04:59:32.236Z Compiling anstyle v1.0.8
4222024-08-15T04:59:32.296Z Compiling pretty-hex v0.4.1
4232024-08-15T04:59:32.421Z Compiling fs-err v2.11.0
4242024-08-15T04:59:32.480Z Compiling terminal_size v0.3.0
4252024-08-15T04:59:32.632Z Compiling anstream v0.6.14
4262024-08-15T04:59:32.756Z Compiling strsim v0.11.1
4272024-08-15T04:59:32.780Z Compiling heck v0.5.0
4282024-08-15T04:59:32.846Z Compiling clap_lex v0.7.0
4292024-08-15T04:59:32.870Z Compiling bytecount v0.6.8
4302024-08-15T04:59:33.075Z Compiling heck v0.4.1
4312024-08-15T04:59:33.235Z Compiling unicode-width v0.1.13
4322024-08-15T04:59:33.304Z Compiling fnv v1.0.7
4332024-08-15T04:59:33.328Z Compiling anyhow v1.0.86
4342024-08-15T04:59:33.426Z Compiling papergrid v0.11.0
4352024-08-15T04:59:33.452Z Compiling clap_builder v4.5.15
4362024-08-15T04:59:33.766Z Compiling memmap v0.7.0
4372024-08-15T04:59:34.159Z Compiling swrite v0.1.0
4382024-08-15T04:59:35.776Z Compiling tabled_derive v0.7.0
4392024-08-15T04:59:37.507Z Compiling tabled v0.15.0
4402024-08-15T04:59:38.636Z Compiling serde_derive v1.0.207
4412024-08-15T04:59:38.636Z Compiling thiserror-impl v1.0.63
4422024-08-15T04:59:38.660Z Compiling zerocopy-derive v0.7.34
4432024-08-15T04:59:38.660Z Compiling scroll_derive v0.12.0
4442024-08-15T04:59:38.955Z Compiling clap_derive v4.5.13
4452024-08-15T04:59:39.796Z Compiling scroll v0.12.0
4462024-08-15T04:59:40.184Z Compiling goblin v0.8.2
4472024-08-15T04:59:40.211Z Compiling zerocopy v0.7.34
4482024-08-15T04:59:40.810Z Compiling pest v2.7.10
4492024-08-15T04:59:41.966Z Compiling clap v4.5.15
4502024-08-15T04:59:42.794Z Compiling pest_meta v2.7.10
4512024-08-15T04:59:43.749Z Compiling pest_generator v2.7.10
4522024-08-15T04:59:45.419Z Compiling pest_derive v2.7.10
4532024-08-15T04:59:46.050Z Compiling dtrace-parser v0.2.0
4542024-08-15T04:59:47.886Z Compiling serde_tokenstream v0.2.1
4552024-08-15T04:59:47.932Z Compiling serde_spanned v0.6.7
4562024-08-15T04:59:47.932Z Compiling toml_datetime v0.6.8
4572024-08-15T04:59:48.063Z Compiling cargo-platform v0.1.8
4582024-08-15T04:59:48.309Z Compiling toml_edit v0.22.20
4592024-08-15T04:59:48.391Z Compiling macaddr v1.0.1
4602024-08-15T04:59:49.259Z Compiling dof v0.3.0
4612024-08-15T04:59:49.282Z Compiling cargo_metadata v0.18.1
4622024-08-15T04:59:50.872Z Compiling toml v0.8.19
4632024-08-15T04:59:50.948Z Compiling usdt-attr-macro v0.5.0
4642024-08-15T04:59:50.972Z Compiling usdt-macro v0.5.0
4652024-08-15T04:59:51.626Z Compiling cargo_toml v0.20.4
4662024-08-15T04:59:52.189Z Compiling usdt v0.5.0
4672024-08-15T04:59:56.017Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4682024-08-15T05:00:01.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.21s
4692024-08-15T05:00:01.317Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4702024-08-15T05:00:02.082Z Downloading crates ...
4712024-08-15T05:00:02.216Z Downloaded crunchy v0.2.2
4722024-08-15T05:00:02.241Z Downloaded base16ct v0.2.0
4732024-08-15T05:00:02.241Z Downloaded data-encoding v2.6.0
4742024-08-15T05:00:02.241Z Downloaded curve25519-dalek-derive v0.1.1
4752024-08-15T05:00:02.241Z Downloaded is_ci v1.2.0
4762024-08-15T05:00:02.266Z Downloaded instant v0.1.12
4772024-08-15T05:00:02.266Z Downloaded darling_macro v0.20.9
4782024-08-15T05:00:02.266Z Downloaded salsa20 v0.10.2
4792024-08-15T05:00:02.266Z Downloaded serde_path_to_error v0.1.16
4802024-08-15T05:00:02.266Z Downloaded sqlparser_derive v0.2.2
4812024-08-15T05:00:02.291Z Downloaded structmeta v0.3.0
4822024-08-15T05:00:02.291Z Downloaded stringprep v0.1.4
4832024-08-15T05:00:02.291Z Downloaded tokio-native-tls v0.3.1
4842024-08-15T05:00:02.291Z Downloaded toolchain_find v0.4.0
4852024-08-15T05:00:02.291Z Downloaded http-range v0.1.5
4862024-08-15T05:00:02.315Z Downloaded enum-as-inner v0.5.1
4872024-08-15T05:00:02.315Z Downloaded hubpack_derive v0.1.1
4882024-08-15T05:00:02.315Z Downloaded oso-derive v0.27.3
4892024-08-15T05:00:02.315Z Downloaded parse-display-derive v0.10.0
4902024-08-15T05:00:02.315Z Downloaded http-body v0.4.6
4912024-08-15T05:00:02.339Z Downloaded smallvec v0.6.14
4922024-08-15T05:00:02.339Z Downloaded funty v2.0.0
4932024-08-15T05:00:02.339Z Downloaded universal-hash v0.5.1
4942024-08-15T05:00:02.339Z Downloaded form_urlencoded v1.2.1
4952024-08-15T05:00:02.339Z Downloaded portpicker v0.1.1
4962024-08-15T05:00:02.339Z Downloaded phf_shared v0.11.2
4972024-08-15T05:00:02.339Z Downloaded fragile v2.0.0
4982024-08-15T05:00:02.363Z Downloaded downcast v0.11.0
4992024-08-15T05:00:02.363Z Downloaded display-error-chain v0.2.0
5002024-08-15T05:00:02.363Z Downloaded psl-types v2.0.11
5012024-08-15T05:00:02.363Z Downloaded sigpipe v0.1.3
5022024-08-15T05:00:02.363Z Downloaded phf_shared v0.10.0
5032024-08-15T05:00:02.389Z Downloaded siphasher v0.3.11
5042024-08-15T05:00:02.389Z Downloaded signal-hook-registry v1.4.2
5052024-08-15T05:00:02.389Z Downloaded percent-encoding v2.3.1
5062024-08-15T05:00:02.389Z Downloaded phf v0.11.2
5072024-08-15T05:00:02.389Z Downloaded getrandom v0.2.14
5082024-08-15T05:00:02.389Z Downloaded termtree v0.4.1
5092024-08-15T05:00:02.413Z Downloaded foreign-types v0.3.2
5102024-08-15T05:00:02.413Z Downloaded foreign-types-shared v0.1.1
5112024-08-15T05:00:02.438Z Downloaded precomputed-hash v0.1.1
5122024-08-15T05:00:02.438Z Downloaded proc-macro-crate v1.3.1
5132024-08-15T05:00:02.438Z Downloaded whoami v1.5.1
5142024-08-15T05:00:02.438Z Downloaded take_mut v0.2.2
5152024-08-15T05:00:02.438Z Downloaded vte_generate_state_changes v0.1.1
5162024-08-15T05:00:02.438Z Downloaded waitgroup v0.1.2
5172024-08-15T05:00:02.438Z Downloaded predicates v3.1.2
5182024-08-15T05:00:02.464Z Downloaded peg-runtime v0.8.3
5192024-08-15T05:00:02.464Z Downloaded powerfmt v0.2.0
5202024-08-15T05:00:02.464Z Downloaded pem v3.0.4
5212024-08-15T05:00:02.464Z Downloaded walkdir v2.5.0
5222024-08-15T05:00:02.464Z Downloaded ppv-lite86 v0.2.17
5232024-08-15T05:00:02.464Z Downloaded rand_core v0.6.4
5242024-08-15T05:00:02.464Z Downloaded spki v0.7.3
5252024-08-15T05:00:02.489Z Downloaded der_derive v0.7.2
5262024-08-15T05:00:02.489Z Downloaded time v0.3.36
5272024-08-15T05:00:02.489Z Downloaded x509-cert v0.2.5
5282024-08-15T05:00:02.515Z Downloaded winnow v0.5.40
5292024-08-15T05:00:02.541Z Downloaded peg-macros v0.8.4
5302024-08-15T05:00:02.541Z Downloaded flate2 v1.0.31
5312024-08-15T05:00:02.541Z Downloaded ratatui v0.28.0
5322024-08-15T05:00:02.566Z Downloaded regex-automata v0.4.6
5332024-08-15T05:00:02.592Z Downloaded h2 v0.3.26
5342024-08-15T05:00:02.592Z Downloaded vcpkg v0.2.15
5352024-08-15T05:00:02.642Z Downloaded polar-core v0.27.3
5362024-08-15T05:00:02.666Z Downloaded sled v0.34.7
5372024-08-15T05:00:02.690Z Downloaded zerocopy-derive v0.6.6
5382024-08-15T05:00:02.690Z Downloaded rustls v0.22.4
5392024-08-15T05:00:02.714Z Downloaded finl_unicode v1.2.0
5402024-08-15T05:00:02.738Z Downloaded encoding_rs v0.8.34
5412024-08-15T05:00:02.763Z Downloaded openapiv3 v2.0.0
5422024-08-15T05:00:02.763Z Downloaded git2 v0.19.0
5432024-08-15T05:00:02.786Z Downloaded gimli v0.28.1
5442024-08-15T05:00:02.787Z Downloaded libgit2-sys v0.17.0+1.8.1
5452024-08-15T05:00:02.856Z Downloaded smoltcp v0.11.0
5462024-08-15T05:00:02.880Z Downloaded smoltcp v0.9.1
5472024-08-15T05:00:02.905Z Downloaded rustls v0.21.12
5482024-08-15T05:00:02.905Z Downloaded openssl v0.10.66
5492024-08-15T05:00:02.929Z Downloaded object v0.32.2
5502024-08-15T05:00:02.929Z Downloaded object v0.30.4
5512024-08-15T05:00:02.953Z Downloaded nix v0.28.0
5522024-08-15T05:00:02.977Z Downloaded nix v0.27.1
5532024-08-15T05:00:02.977Z Downloaded idna v0.5.0
5542024-08-15T05:00:03.001Z Downloaded idna v0.3.0
5552024-08-15T05:00:03.001Z Downloaded idna v0.2.3
5562024-08-15T05:00:03.001Z Downloaded libz-sys v1.1.16
5572024-08-15T05:00:03.086Z Downloaded ring v0.17.8
5582024-08-15T05:00:03.174Z Downloaded hkdf v0.12.4
5592024-08-15T05:00:03.200Z Downloaded petgraph v0.6.5
5602024-08-15T05:00:03.200Z Downloaded tokio v1.38.1
5612024-08-15T05:00:03.247Z Downloaded sha3 v0.10.8
5622024-08-15T05:00:03.272Z Downloaded lalrpop v0.19.12
5632024-08-15T05:00:03.272Z Downloaded ring v0.16.20
5642024-08-15T05:00:03.380Z Downloaded libsqlite3-sys v0.28.0
5652024-08-15T05:00:03.466Z Downloaded csv v1.3.0
5662024-08-15T05:00:03.496Z Downloaded bzip2-sys v0.1.11+1.0.8
5672024-08-15T05:00:03.524Z Downloaded zerocopy v0.6.6
5682024-08-15T05:00:03.524Z Downloaded der v0.7.9
5692024-08-15T05:00:03.525Z Downloaded radix_trie v0.2.1
5702024-08-15T05:00:03.525Z Downloaded webpki-roots v0.25.4
5712024-08-15T05:00:03.559Z Downloaded regex v1.10.6
5722024-08-15T05:00:03.560Z Downloaded regress v0.9.1
5732024-08-15T05:00:03.595Z Downloaded regex-syntax v0.8.4
5742024-08-15T05:00:03.595Z Downloaded regex-syntax v0.6.29
5752024-08-15T05:00:03.596Z Downloaded portable-atomic v1.6.0
5762024-08-15T05:00:03.596Z Downloaded hyper v0.14.30
5772024-08-15T05:00:03.634Z Downloaded http v0.2.12
5782024-08-15T05:00:03.634Z Downloaded typed-path v0.7.1
5792024-08-15T05:00:03.634Z Downloaded trust-dns-proto v0.22.0
5802024-08-15T05:00:03.634Z Downloaded diesel v2.2.2
5812024-08-15T05:00:03.662Z Downloaded reedline v0.33.0
5822024-08-15T05:00:03.662Z Downloaded itertools v0.13.0
5832024-08-15T05:00:03.662Z Downloaded rand v0.7.3
5842024-08-15T05:00:03.663Z Downloaded prettyplease v0.2.20
5852024-08-15T05:00:03.692Z Downloaded subprocess v0.2.9
5862024-08-15T05:00:03.692Z Downloaded structmeta-derive v0.3.0
5872024-08-15T05:00:03.692Z Downloaded reqwest v0.11.27
5882024-08-15T05:00:03.692Z Downloaded proptest v1.5.0
5892024-08-15T05:00:03.692Z Downloaded nom v7.1.3
5902024-08-15T05:00:03.716Z Downloaded itertools v0.10.5
5912024-08-15T05:00:03.716Z Downloaded rand v0.8.5
5922024-08-15T05:00:03.716Z Downloaded rustls-webpki v0.102.4
5932024-08-15T05:00:03.740Z Downloaded spin v0.9.8
5942024-08-15T05:00:03.740Z Downloaded http v1.1.0
5952024-08-15T05:00:03.740Z Downloaded tinyvec v1.6.0
5962024-08-15T05:00:03.740Z Downloaded vergen v8.3.2
5972024-08-15T05:00:03.765Z Downloaded postcard v1.0.8
5982024-08-15T05:00:03.765Z Downloaded rand_core v0.5.1
5992024-08-15T05:00:03.765Z Downloaded rand_chacha v0.3.1
6002024-08-15T05:00:03.765Z Downloaded float-cmp v0.9.0
6012024-08-15T05:00:03.765Z Downloaded deranged v0.3.11
6022024-08-15T05:00:03.765Z Downloaded strum_macros v0.26.4
6032024-08-15T05:00:03.765Z Downloaded rsa v0.9.6
6042024-08-15T05:00:03.765Z Downloaded hmac v0.12.1
6052024-08-15T05:00:03.765Z Downloaded test-strategy v0.3.1
6062024-08-15T05:00:03.789Z Downloaded quick-xml v0.31.0
6072024-08-15T05:00:03.789Z Downloaded num-bigint-dig v0.8.4
6082024-08-15T05:00:03.789Z Downloaded itertools v0.12.1
6092024-08-15T05:00:03.814Z Downloaded flume v0.11.0
6102024-08-15T05:00:03.814Z Downloaded regex-automata v0.1.10
6112024-08-15T05:00:03.815Z Downloaded rustls-webpki v0.101.7
6122024-08-15T05:00:03.840Z Downloaded libm v0.2.8
6132024-08-15T05:00:03.840Z Downloaded tap v1.0.1
6142024-08-15T05:00:03.840Z Downloaded textwrap v0.16.1
6152024-08-15T05:00:03.840Z Downloaded fatfs v0.3.6
6162024-08-15T05:00:03.840Z Downloaded futures v0.3.30
6172024-08-15T05:00:03.864Z Downloaded url v2.5.2
6182024-08-15T05:00:03.864Z Downloaded libxml v0.3.3
6192024-08-15T05:00:03.864Z Downloaded yasna v0.5.2
6202024-08-15T05:00:03.864Z Downloaded ron v0.7.1
6212024-08-15T05:00:03.864Z Downloaded hashbrown v0.13.2
6222024-08-15T05:00:03.888Z Downloaded hashbrown v0.12.3
6232024-08-15T05:00:03.888Z Downloaded tungstenite v0.21.0
6242024-08-15T05:00:03.889Z Downloaded tungstenite v0.20.1
6252024-08-15T05:00:03.889Z Downloaded wyz v0.5.1
6262024-08-15T05:00:03.889Z Downloaded wait-timeout v0.2.0
6272024-08-15T05:00:03.889Z Downloaded thiserror-no-std v2.0.2
6282024-08-15T05:00:03.889Z Downloaded zeroize v1.7.0
6292024-08-15T05:00:03.889Z Downloaded predicates-tree v1.0.9
6302024-08-15T05:00:03.913Z Downloaded supports-color v3.0.0
6312024-08-15T05:00:03.913Z Downloaded subtle v2.5.0
6322024-08-15T05:00:03.913Z Downloaded peg v0.8.4
6332024-08-15T05:00:03.913Z Downloaded ron v0.8.1
6342024-08-15T05:00:03.913Z Downloaded highway v1.2.0
6352024-08-15T05:00:03.913Z Downloaded password-hash v0.5.0
6362024-08-15T05:00:03.913Z Downloaded vte v0.11.1
6372024-08-15T05:00:03.913Z Downloaded vsss-rs v3.3.4
6382024-08-15T05:00:03.937Z Downloaded slog v2.7.0
6392024-08-15T05:00:03.937Z Downloaded bstr v0.2.17
6402024-08-15T05:00:03.937Z Downloaded xattr v1.3.1
6412024-08-15T05:00:03.937Z Downloaded tabwriter v1.4.0
6422024-08-15T05:00:03.937Z Downloaded thread_local v1.1.8
6432024-08-15T05:00:03.937Z Downloaded pbkdf2 v0.12.2
6442024-08-15T05:00:03.937Z Downloaded heapless v0.7.17
6452024-08-15T05:00:03.962Z Downloaded unicode-normalization v0.1.23
6462024-08-15T05:00:03.962Z Downloaded curve25519-dalek v4.1.3
6472024-08-15T05:00:03.962Z Downloaded radium v0.7.0
6482024-08-15T05:00:03.962Z Downloaded headers v0.3.9
6492024-08-15T05:00:03.986Z Downloaded rand_chacha v0.2.2
6502024-08-15T05:00:03.986Z Downloaded strum_macros v0.24.3
6512024-08-15T05:00:03.986Z Downloaded group v0.13.0
6522024-08-15T05:00:03.986Z Downloaded heapless v0.8.0
6532024-08-15T05:00:03.986Z Downloaded postgres-types v0.2.7
6542024-08-15T05:00:03.986Z Downloaded unicode-segmentation v1.11.0
6552024-08-15T05:00:03.986Z Downloaded unsafe-libyaml v0.2.11
6562024-08-15T05:00:03.986Z Downloaded bstr v1.9.1
6572024-08-15T05:00:04.011Z Downloaded which v4.4.2
6582024-08-15T05:00:04.011Z Downloaded strum_macros v0.25.3
6592024-08-15T05:00:04.011Z Downloaded structmeta-derive v0.2.0
6602024-08-15T05:00:04.011Z Downloaded globset v0.4.14
6612024-08-15T05:00:04.011Z Downloaded tls_codec v0.4.1
6622024-08-15T05:00:04.011Z Downloaded half v2.4.1
6632024-08-15T05:00:04.011Z Downloaded socket2 v0.4.10
6642024-08-15T05:00:04.041Z Downloaded rayon v1.10.0
6652024-08-15T05:00:04.041Z Downloaded futures-util v0.3.30
6662024-08-15T05:00:04.041Z Downloaded pretty-hex v0.2.1
6672024-08-15T05:00:04.041Z Downloaded sync_wrapper v0.1.2
6682024-08-15T05:00:04.041Z Downloaded strum v0.26.3
6692024-08-15T05:00:04.041Z Downloaded shell-words v1.1.0
6702024-08-15T05:00:04.041Z Downloaded rpassword v7.3.1
6712024-08-15T05:00:04.069Z Downloaded time-macros v0.2.18
6722024-08-15T05:00:04.069Z Downloaded hostname v0.4.0
6732024-08-15T05:00:04.069Z Downloaded hostname v0.3.1
6742024-08-15T05:00:04.069Z Downloaded home v0.5.9
6752024-08-15T05:00:04.069Z Downloaded hex v0.4.3
6762024-08-15T05:00:04.069Z Downloaded heck v0.3.3
6772024-08-15T05:00:04.069Z Downloaded hashlink v0.9.1
6782024-08-15T05:00:04.069Z Downloaded thiserror-impl-no-std v2.0.2
6792024-08-15T05:00:04.069Z Downloaded termios v0.3.3
6802024-08-15T05:00:04.069Z Downloaded termcolor v1.4.1
6812024-08-15T05:00:04.069Z Downloaded tempfile v3.10.1
6822024-08-15T05:00:04.069Z Downloaded tar v0.4.41
6832024-08-15T05:00:04.069Z Downloaded tracing-core v0.1.32
6842024-08-15T05:00:04.093Z Downloaded publicsuffix v2.2.3
6852024-08-15T05:00:04.093Z Downloaded expectorate v1.1.0
6862024-08-15T05:00:04.093Z Downloaded trust-dns-server v0.22.1
6872024-08-15T05:00:04.093Z Downloaded pkcs5 v0.7.1
6882024-08-15T05:00:04.093Z Downloaded diff v0.1.13
6892024-08-15T05:00:04.093Z Downloaded uuid v1.10.0
6902024-08-15T05:00:04.093Z Downloaded socket2 v0.5.7
6912024-08-15T05:00:04.117Z Downloaded snafu v0.8.2
6922024-08-15T05:00:04.117Z Downloaded mio v1.0.2
6932024-08-15T05:00:04.117Z Downloaded want v0.3.1
6942024-08-15T05:00:04.117Z Downloaded predicates-core v1.0.6
6952024-08-15T05:00:04.117Z Downloaded path-slash v0.1.5
6962024-08-15T05:00:04.117Z Downloaded paste v1.0.15
6972024-08-15T05:00:04.117Z Downloaded float-ord v0.3.2
6982024-08-15T05:00:04.118Z Downloaded slog-async v2.8.0
6992024-08-15T05:00:04.142Z Downloaded shlex v1.3.0
7002024-08-15T05:00:04.142Z Downloaded ref-cast-impl v1.0.23
7012024-08-15T05:00:04.142Z Downloaded ref-cast v1.0.23
7022024-08-15T05:00:04.142Z Downloaded rand_xorshift v0.3.0
7032024-08-15T05:00:04.142Z Downloaded rand_seeder v0.3.0
7042024-08-15T05:00:04.142Z Downloaded foreign-types-macros v0.2.3
7052024-08-15T05:00:04.142Z Downloaded foreign-types v0.5.0
7062024-08-15T05:00:04.142Z Downloaded tiny-keccak v2.0.2
7072024-08-15T05:00:04.142Z Downloaded hash32 v0.3.1
7082024-08-15T05:00:04.142Z Downloaded hash32 v0.2.1
7092024-08-15T05:00:04.142Z Downloaded term v0.7.0
7102024-08-15T05:00:04.142Z Downloaded uzers v0.11.3
7112024-08-15T05:00:04.142Z Downloaded trust-dns-client v0.22.0
7122024-08-15T05:00:04.166Z Downloaded secrecy v0.8.0
7132024-08-15T05:00:04.166Z Downloaded rusqlite v0.31.0
7142024-08-15T05:00:04.166Z Downloaded mio v0.8.11
7152024-08-15T05:00:04.166Z Downloaded minimal-lexical v0.2.1
7162024-08-15T05:00:04.190Z Downloaded flagset v0.4.5
7172024-08-15T05:00:04.190Z Downloaded rcgen v0.12.1
7182024-08-15T05:00:04.190Z Downloaded tinyvec_macros v0.1.1
7192024-08-15T05:00:04.190Z Downloaded time-core v0.1.2
7202024-08-15T05:00:04.190Z Downloaded headers-core v0.2.0
7212024-08-15T05:00:04.190Z Downloaded fixedbitset v0.4.2
7222024-08-15T05:00:04.190Z Downloaded postgres-protocol v0.6.7
7232024-08-15T05:00:04.190Z Downloaded unicase v2.7.0
7242024-08-15T05:00:04.190Z Downloaded slab v0.4.9
7252024-08-15T05:00:04.190Z Downloaded trust-dns-resolver v0.22.0
7262024-08-15T05:00:04.190Z Downloaded poly1305 v0.8.0
7272024-08-15T05:00:04.214Z Downloaded pkcs8 v0.10.2
7282024-08-15T05:00:04.214Z Downloaded pkcs1 v0.7.5
7292024-08-15T05:00:04.214Z Downloaded unicode-linebreak v0.1.5
7302024-08-15T05:00:04.214Z Downloaded unicode-bidi v0.3.15
7312024-08-15T05:00:04.214Z Downloaded tracing-attributes v0.1.27
7322024-08-15T05:00:04.214Z Downloaded similar v2.5.0
7332024-08-15T05:00:04.214Z Downloaded signal-hook v0.3.17
7342024-08-15T05:00:04.214Z Downloaded getrandom v0.1.16
7352024-08-15T05:00:04.239Z Downloaded futures-core v0.3.30
7362024-08-15T05:00:04.239Z Downloaded futures-channel v0.3.30
7372024-08-15T05:00:04.239Z Downloaded pem-rfc7468 v0.7.0
7382024-08-15T05:00:04.239Z Downloaded tokio-macros v2.3.0
7392024-08-15T05:00:04.239Z Downloaded tls_codec_derive v0.4.1
7402024-08-15T05:00:04.239Z Downloaded signal-hook-mio v0.2.4
7412024-08-15T05:00:04.239Z Downloaded derive-where v1.2.7
7422024-08-15T05:00:04.239Z Downloaded unicode-truncate v1.0.0
7432024-08-15T05:00:04.239Z Downloaded unarray v0.1.4
7442024-08-15T05:00:04.239Z Downloaded schemars v0.8.21
7452024-08-15T05:00:04.263Z Downloaded sqlparser v0.45.0
7462024-08-15T05:00:04.263Z Downloaded r2d2 v0.8.10
7472024-08-15T05:00:04.264Z Downloaded filetime v0.2.24
7482024-08-15T05:00:04.264Z Downloaded ff v0.13.0
7492024-08-15T05:00:04.264Z Downloaded fd-lock v4.0.2
7502024-08-15T05:00:04.264Z Downloaded tui-tree-widget v0.22.0
7512024-08-15T05:00:04.288Z Downloaded signature v2.2.0
7522024-08-15T05:00:04.288Z Downloaded quick-error v1.2.3
7532024-08-15T05:00:04.288Z Downloaded derive_builder v0.20.0
7542024-08-15T05:00:04.288Z Downloaded twox-hash v1.6.3
7552024-08-15T05:00:04.288Z Downloaded serde-hex v0.1.0
7562024-08-15T05:00:04.288Z Downloaded semver v0.1.20
7572024-08-15T05:00:04.288Z Downloaded sec1 v0.7.3
7582024-08-15T05:00:04.288Z Downloaded sct v0.7.1
7592024-08-15T05:00:04.288Z Downloaded snafu-derive v0.8.2
7602024-08-15T05:00:04.288Z Downloaded parse-size v1.0.0
7612024-08-15T05:00:04.288Z Downloaded erased-serde v0.3.31
7622024-08-15T05:00:04.312Z Downloaded derive_builder_core v0.20.0
7632024-08-15T05:00:04.312Z Downloaded pkg-config v0.3.30
7642024-08-15T05:00:04.312Z Downloaded openssl-sys v0.9.103
7652024-08-15T05:00:04.312Z Downloaded chrono v0.4.38
7662024-08-15T05:00:04.312Z Downloaded signal-hook-tokio v0.3.1
7672024-08-15T05:00:04.312Z Downloaded resolv-conf v0.7.0
7682024-08-15T05:00:04.312Z Downloaded fastrand v2.1.0
7692024-08-15T05:00:04.312Z Downloaded fallible-iterator v0.3.0
7702024-08-15T05:00:04.336Z Downloaded dyn-clone v1.0.17
7712024-08-15T05:00:04.336Z Downloaded pin-project-lite v0.2.14
7722024-08-15T05:00:04.336Z Downloaded pin-project v1.1.5
7732024-08-15T05:00:04.336Z Downloaded diesel_derives v2.2.2
7742024-08-15T05:00:04.360Z Downloaded unicode_categories v0.1.1
7752024-08-15T05:00:04.360Z Downloaded rayon-core v1.12.1
7762024-08-15T05:00:04.360Z Downloaded tough v0.17.1
7772024-08-15T05:00:04.360Z Downloaded fallible-streaming-iterator v0.1.9
7782024-08-15T05:00:04.360Z Downloaded fallible-iterator v0.2.0
7792024-08-15T05:00:04.360Z Downloaded dsl_auto_type v0.1.2
7802024-08-15T05:00:04.360Z Downloaded glob v0.3.1
7812024-08-15T05:00:04.384Z Downloaded tokio-util v0.7.11
7822024-08-15T05:00:04.384Z Downloaded num-traits v0.2.19
7832024-08-15T05:00:04.384Z Downloaded indicatif v0.17.8
7842024-08-15T05:00:04.384Z Downloaded derive_builder_macro v0.20.0
7852024-08-15T05:00:04.384Z Downloaded rustls-pki-types v1.7.0
7862024-08-15T05:00:04.385Z Downloaded rustls-pemfile v2.1.3
7872024-08-15T05:00:04.385Z Downloaded utf-8 v0.7.6
7882024-08-15T05:00:04.385Z Downloaded untrusted v0.7.1
7892024-08-15T05:00:04.409Z Downloaded mockall_derive v0.13.0
7902024-08-15T05:00:04.409Z Downloaded try-lock v0.2.5
7912024-08-15T05:00:04.409Z Downloaded serde-big-array v0.5.1
7922024-08-15T05:00:04.409Z Downloaded scrypt v0.11.0
7932024-08-15T05:00:04.409Z Downloaded scopeguard v1.2.0
7942024-08-15T05:00:04.409Z Downloaded schemars_derive v0.8.21
7952024-08-15T05:00:04.409Z Downloaded scheduled-thread-pool v0.2.7
7962024-08-15T05:00:04.409Z Downloaded same-file v1.0.6
7972024-08-15T05:00:04.409Z Downloaded rustversion v1.0.17
7982024-08-15T05:00:04.409Z Downloaded pin-utils v0.1.0
7992024-08-15T05:00:04.409Z Downloaded pin-project-internal v1.1.5
8002024-08-15T05:00:04.409Z Downloaded dirs-sys-next v0.1.2
8012024-08-15T05:00:04.409Z Downloaded dirs-next v2.0.0
8022024-08-15T05:00:04.409Z Downloaded difflib v0.4.0
8032024-08-15T05:00:04.409Z Downloaded derive_more v0.99.18
8042024-08-15T05:00:04.433Z Downloaded untrusted v0.9.0
8052024-08-15T05:00:04.433Z Downloaded rustc_version v0.1.7
8062024-08-15T05:00:04.434Z Downloaded rustc-demangle v0.1.24
8072024-08-15T05:00:04.434Z Downloaded oso v0.27.3
8082024-08-15T05:00:04.434Z Downloaded env_logger v0.10.2
8092024-08-15T05:00:04.434Z Downloaded spin v0.5.2
8102024-08-15T05:00:04.434Z Downloaded smf v0.2.3
8112024-08-15T05:00:04.434Z Downloaded rustfmt-wrapper v0.2.1
8122024-08-15T05:00:04.434Z Downloaded native-tls v0.2.11
8132024-08-15T05:00:04.434Z Downloaded miniz_oxide v0.7.2
8142024-08-15T05:00:04.458Z Downloaded lock_api v0.4.12
8152024-08-15T05:00:04.458Z Downloaded blake3 v1.5.1
8162024-08-15T05:00:04.458Z Downloaded bindgen v0.69.4
8172024-08-15T05:00:04.458Z Downloaded smallvec v1.13.2
8182024-08-15T05:00:04.458Z Downloaded slog-term v2.9.1
8192024-08-15T05:00:04.482Z Downloaded parking_lot v0.12.2
8202024-08-15T05:00:04.482Z Downloaded toml_edit v0.19.15
8212024-08-15T05:00:04.506Z Downloaded serde_with v3.8.3
8222024-08-15T05:00:04.506Z Downloaded bitvec v1.0.1
8232024-08-15T05:00:04.529Z Downloaded parking_lot_core v0.9.10
8242024-08-15T05:00:04.529Z Downloaded zip v0.6.6
8252024-08-15T05:00:04.529Z Downloaded tracing v0.1.40
8262024-08-15T05:00:04.529Z Downloaded tokio-postgres v0.7.11
8272024-08-15T05:00:04.554Z Downloaded static_assertions v1.1.0
8282024-08-15T05:00:04.554Z Downloaded omicron-zone-package v0.11.0
8292024-08-15T05:00:04.554Z Downloaded libloading v0.8.3
8302024-08-15T05:00:04.554Z Downloaded foreign-types-shared v0.3.1
8312024-08-15T05:00:04.554Z Downloaded diesel_table_macro_syntax v0.2.0
8322024-08-15T05:00:04.554Z Downloaded unicode-xid v0.2.4
8332024-08-15T05:00:04.554Z Downloaded smawk v0.3.2
8342024-08-15T05:00:04.554Z Downloaded slog-stdlog v4.1.1
8352024-08-15T05:00:04.554Z Downloaded slog-scope v4.4.0
8362024-08-15T05:00:04.554Z Downloaded slog-json v2.6.1
8372024-08-15T05:00:04.554Z Downloaded slog-envlogger v2.2.0
8382024-08-15T05:00:04.554Z Downloaded rtoolbox v0.0.2
8392024-08-15T05:00:04.554Z Downloaded parse-display v0.10.0
8402024-08-15T05:00:04.554Z Downloaded parking_lot_core v0.8.6
8412024-08-15T05:00:04.578Z Downloaded elliptic-curve v0.13.8
8422024-08-15T05:00:04.578Z Downloaded steno v0.4.1
8432024-08-15T05:00:04.578Z Downloaded num-complex v0.4.6
8442024-08-15T05:00:04.578Z Downloaded mime_guess v2.0.4
8452024-08-15T05:00:04.578Z Downloaded indexmap v1.9.3
8462024-08-15T05:00:04.578Z Downloaded slog-dtrace v0.3.0
8472024-08-15T05:00:04.578Z Downloaded slog-bunyan v2.5.0
8482024-08-15T05:00:04.578Z Downloaded rustls-pemfile v1.0.4
8492024-08-15T05:00:04.578Z Downloaded rustc_version v0.4.0
8502024-08-15T05:00:04.602Z Downloaded rustc-hash v1.1.0
8512024-08-15T05:00:04.602Z Downloaded parking_lot v0.11.2
8522024-08-15T05:00:04.602Z Downloaded packed_struct_codegen v0.10.1
8532024-08-15T05:00:04.602Z Downloaded owo-colors v4.0.0
8542024-08-15T05:00:04.602Z Downloaded httparse v1.8.0
8552024-08-15T05:00:04.602Z Downloaded rustyline v14.0.0
8562024-08-15T05:00:04.602Z Downloaded defmt-parser v0.3.4
8572024-08-15T05:00:04.602Z Downloaded packed_struct v0.10.1
8582024-08-15T05:00:04.602Z Downloaded humantime v2.1.0
8592024-08-15T05:00:04.602Z Downloaded hubpack v0.1.2
8602024-08-15T05:00:04.602Z Downloaded crossterm v0.27.0
8612024-08-15T05:00:04.626Z Downloaded crossbeam-channel v0.5.12
8622024-08-15T05:00:04.626Z Downloaded httpdate v1.0.3
8632024-08-15T05:00:04.626Z Downloaded getopts v0.2.21
8642024-08-15T05:00:04.626Z Downloaded gethostname v0.5.0
8652024-08-15T05:00:04.626Z Downloaded futures-sink v0.3.30
8662024-08-15T05:00:04.626Z Downloaded futures-macro v0.3.30
8672024-08-15T05:00:04.626Z Downloaded futures-io v0.3.30
8682024-08-15T05:00:04.626Z Downloaded futures-executor v0.3.30
8692024-08-15T05:00:04.626Z Downloaded env_logger v0.9.3
8702024-08-15T05:00:04.626Z Downloaded embedded-io v0.4.0
8712024-08-15T05:00:04.650Z Downloaded toml v0.7.8
8722024-08-15T05:00:04.650Z Downloaded toml v0.5.11
8732024-08-15T05:00:04.650Z Downloaded tokio-tungstenite v0.20.1
8742024-08-15T05:00:04.650Z Downloaded tokio-rustls v0.24.1
8752024-08-15T05:00:04.650Z Downloaded num-rational v0.4.2
8762024-08-15T05:00:04.650Z Downloaded nu-ansi-term v0.50.0
8772024-08-15T05:00:04.650Z Downloaded multer v3.1.0
8782024-08-15T05:00:04.650Z Downloaded memmap2 v0.9.4
8792024-08-15T05:00:04.650Z Downloaded ipnet v2.9.0
8802024-08-15T05:00:04.674Z Downloaded futures-task v0.3.30
8812024-08-15T05:00:04.674Z Downloaded zone v0.1.8
8822024-08-15T05:00:04.674Z Downloaded zeroize_derive v1.4.2
8832024-08-15T05:00:04.674Z Downloaded olpc-cjson v0.1.3
8842024-08-15T05:00:04.674Z Downloaded num_enum v0.5.11
8852024-08-15T05:00:04.675Z Downloaded num v0.4.3
8862024-08-15T05:00:04.675Z Downloaded memoffset v0.9.1
8872024-08-15T05:00:04.675Z Downloaded lru-cache v0.1.2
8882024-08-15T05:00:04.675Z Downloaded hyper-rustls v0.24.2
8892024-08-15T05:00:04.675Z Downloaded ena v0.14.3
8902024-08-15T05:00:04.675Z Downloaded either v1.13.0
8912024-08-15T05:00:04.675Z Downloaded defmt-macros v0.3.9
8922024-08-15T05:00:04.699Z Downloaded tower-service v0.3.2
8932024-08-15T05:00:04.699Z Downloaded topological-sort v0.2.2
8942024-08-15T05:00:04.699Z Downloaded tokio-tungstenite v0.21.0
8952024-08-15T05:00:04.699Z Downloaded tokio-stream v0.1.15
8962024-08-15T05:00:04.699Z Downloaded tokio-rustls v0.25.0
8972024-08-15T05:00:04.699Z Downloaded string_cache v0.8.7
8982024-08-15T05:00:04.699Z Downloaded serde_yaml v0.9.34+deprecated
8992024-08-15T05:00:04.699Z Downloaded num-iter v0.1.45
9002024-08-15T05:00:04.699Z Downloaded num-derive v0.4.2
9012024-08-15T05:00:04.699Z Downloaded multimap v0.10.0
9022024-08-15T05:00:04.699Z Downloaded is-terminal v0.4.12
9032024-08-15T05:00:04.699Z Downloaded hyper-staticfile v0.9.5
9042024-08-15T05:00:04.723Z Downloaded aho-corasick v1.1.3
9052024-08-15T05:00:04.723Z Downloaded fxhash v0.2.1
9062024-08-15T05:00:04.723Z Downloaded endian-type v0.1.2
9072024-08-15T05:00:04.723Z Downloaded zone_cfg_derive v0.1.2
9082024-08-15T05:00:04.723Z Downloaded samael v0.0.15
9092024-08-15T05:00:04.723Z Downloaded num_enum_derive v0.5.11
9102024-08-15T05:00:04.723Z Downloaded num-integer v0.1.46
9112024-08-15T05:00:04.723Z Downloaded nibble_vec v0.1.0
9122024-08-15T05:00:04.723Z Downloaded newtype-uuid v1.1.0
9132024-08-15T05:00:04.723Z Downloaded nanorand v0.7.0
9142024-08-15T05:00:04.747Z Downloaded md-5 v0.10.6
9152024-08-15T05:00:04.747Z Downloaded maplit v1.0.2
9162024-08-15T05:00:04.747Z Downloaded jobserver v0.1.32
9172024-08-15T05:00:04.747Z Downloaded iana-time-zone v0.1.60
9182024-08-15T05:00:04.747Z Downloaded sqlformat v0.2.4
9192024-08-15T05:00:04.747Z Downloaded mockall v0.13.0
9202024-08-15T05:00:04.747Z Downloaded mime v0.3.17
9212024-08-15T05:00:04.747Z Downloaded maybe-uninit v2.0.0
9222024-08-15T05:00:04.748Z Downloaded match_cfg v0.1.0
9232024-08-15T05:00:04.748Z Downloaded managed v0.8.0
9242024-08-15T05:00:04.748Z Downloaded lru v0.12.3
9252024-08-15T05:00:04.748Z Downloaded indoc v1.0.9
9262024-08-15T05:00:04.748Z Downloaded indent_write v2.2.0
9272024-08-15T05:00:04.748Z Downloaded crypto-bigint v0.5.5
9282024-08-15T05:00:04.771Z Downloaded crossterm v0.28.1
9292024-08-15T05:00:04.771Z Downloaded serde_with_macros v3.8.3
9302024-08-15T05:00:04.772Z Downloaded serde_derive_internals v0.29.1
9312024-08-15T05:00:04.772Z Downloaded num_cpus v1.16.0
9322024-08-15T05:00:04.772Z Downloaded num-conv v0.1.0
9332024-08-15T05:00:04.772Z Downloaded linear-map v1.2.0
9342024-08-15T05:00:04.795Z Downloaded libefi-sys v0.1.0
9352024-08-15T05:00:04.795Z Downloaded lazy_static v1.5.0
9362024-08-15T05:00:04.796Z Downloaded stable_deref_trait v1.2.0
9372024-08-15T05:00:04.796Z Downloaded opaque-debug v0.3.1
9382024-08-15T05:00:04.796Z Downloaded nodrop v0.1.14
9392024-08-15T05:00:04.796Z Downloaded lalrpop-util v0.19.12
9402024-08-15T05:00:04.796Z Downloaded keccak v0.1.5
9412024-08-15T05:00:04.796Z Downloaded instability v0.3.2
9422024-08-15T05:00:04.796Z Downloaded impl-trait-for-tuples v0.2.2
9432024-08-15T05:00:04.796Z Downloaded compact_str v0.8.0
9442024-08-15T05:00:04.796Z Downloaded structmeta v0.2.0
9452024-08-15T05:00:04.796Z Downloaded strip-ansi-escapes v0.2.0
9462024-08-15T05:00:04.796Z Downloaded sha1 v0.10.6
9472024-08-15T05:00:04.796Z Downloaded serde_urlencoded v0.7.1
9482024-08-15T05:00:04.820Z Downloaded serde_repr v0.1.19
9492024-08-15T05:00:04.820Z Downloaded serde_plain v1.0.2
9502024-08-15T05:00:04.820Z Downloaded serde_arrays v0.1.0
9512024-08-15T05:00:04.820Z Downloaded openssl-probe v0.1.5
9522024-08-15T05:00:04.820Z Downloaded num_threads v0.1.7
9532024-08-15T05:00:04.820Z Downloaded normalize-line-endings v0.3.0
9542024-08-15T05:00:04.820Z Downloaded newtype_derive v0.1.6
9552024-08-15T05:00:04.820Z Downloaded newline-converter v0.3.0
9562024-08-15T05:00:04.820Z Downloaded matches v0.1.10
9572024-08-15T05:00:04.820Z Downloaded libsw v3.3.1
9582024-08-15T05:00:04.820Z Downloaded defmt v0.3.8
9592024-08-15T05:00:04.820Z Downloaded const-oid v0.9.6
9602024-08-15T05:00:04.820Z Downloaded assert_matches v1.5.0
9612024-08-15T05:00:04.820Z Downloaded openssl-macros v0.1.1
9622024-08-15T05:00:04.821Z Downloaded linked-hash-map v0.5.6
9632024-08-15T05:00:04.851Z Downloaded lazycell v1.3.0
9642024-08-15T05:00:04.851Z Downloaded kstat-rs v0.2.4
9652024-08-15T05:00:04.851Z Downloaded ipnetwork v0.20.0
9662024-08-15T05:00:04.851Z Downloaded inout v0.1.3
9672024-08-15T05:00:04.851Z Downloaded ident_case v1.0.1
9682024-08-15T05:00:04.851Z Downloaded hyper-tls v0.5.0
9692024-08-15T05:00:04.851Z Downloaded aes v0.8.4
9702024-08-15T05:00:04.851Z Downloaded number_prefix v0.4.0
9712024-08-15T05:00:04.851Z Downloaded new_debug_unreachable v1.0.6
9722024-08-15T05:00:04.851Z Downloaded crossbeam-epoch v0.9.18
9732024-08-15T05:00:04.851Z Downloaded cookie v0.18.1
9742024-08-15T05:00:04.851Z Downloaded rusty-fork v0.3.0
9752024-08-15T05:00:04.851Z Downloaded debug-ignore v1.0.5
9762024-08-15T05:00:04.851Z Downloaded darling v0.20.9
9772024-08-15T05:00:04.882Z Downloaded crc-catalog v2.4.0
9782024-08-15T05:00:04.882Z Downloaded crc v3.2.1
9792024-08-15T05:00:04.882Z Downloaded convert_case v0.4.0
9802024-08-15T05:00:04.883Z Downloaded const_format v0.2.32
9812024-08-15T05:00:04.883Z Downloaded cobs v0.2.3
9822024-08-15T05:00:04.883Z Downloaded cipher v0.4.4
9832024-08-15T05:00:04.884Z Downloaded chacha20poly1305 v0.10.1
9842024-08-15T05:00:04.888Z Downloaded cc v1.0.97
9852024-08-15T05:00:04.888Z Downloaded cbc v0.1.2
9862024-08-15T05:00:04.888Z Downloaded cassowary v0.3.0
9872024-08-15T05:00:04.888Z Downloaded bzip2 v0.4.4
9882024-08-15T05:00:04.888Z Downloaded buf-list v1.0.3
9892024-08-15T05:00:04.920Z Downloaded base64 v0.22.1
9902024-08-15T05:00:04.920Z Downloaded base64 v0.21.7
9912024-08-15T05:00:04.920Z Downloaded darling_core v0.20.9
9922024-08-15T05:00:04.920Z Downloaded const_format_proc_macros v0.2.32
9932024-08-15T05:00:04.920Z Downloaded ciborium-io v0.2.2
9942024-08-15T05:00:04.920Z Downloaded chacha20 v0.9.1
9952024-08-15T05:00:04.920Z Downloaded camino-tempfile v1.1.1
9962024-08-15T05:00:04.920Z Downloaded base64 v0.13.1
9972024-08-15T05:00:04.920Z Downloaded backtrace v0.3.71
9982024-08-15T05:00:04.921Z Downloaded arc-swap v1.7.1
9992024-08-15T05:00:04.921Z Downloaded crucible-workspace-hack v0.1.0
10002024-08-15T05:00:04.921Z Downloaded crossbeam-utils v0.8.19
10012024-08-15T05:00:04.921Z Downloaded crc-any v2.5.0
10022024-08-15T05:00:04.948Z Downloaded cexpr v0.6.0
10032024-08-15T05:00:04.948Z Downloaded bytes v1.7.1
10042024-08-15T05:00:04.948Z Downloaded blake2 v0.10.6
10052024-08-15T05:00:04.948Z Downloaded bcs v0.1.6
10062024-08-15T05:00:04.948Z Downloaded allocator-api2 v0.2.18
10072024-08-15T05:00:04.948Z Downloaded clang-sys v1.7.0
10082024-08-15T05:00:04.949Z Downloaded cancel-safe-futures v0.1.5
10092024-08-15T05:00:04.949Z Downloaded base64ct v1.6.0
10102024-08-15T05:00:04.949Z Downloaded backoff v0.4.0
10112024-08-15T05:00:04.949Z Downloaded arrayvec v0.7.4
10122024-08-15T05:00:04.976Z Downloaded csv-core v0.1.11
10132024-08-15T05:00:04.977Z Downloaded crc32fast v1.4.0
10142024-08-15T05:00:04.977Z Downloaded cookie_store v0.20.0
10152024-08-15T05:00:04.977Z Downloaded cookie v0.17.0
10162024-08-15T05:00:04.977Z Downloaded console v0.15.8
10172024-08-15T05:00:04.977Z Downloaded ciborium-ll v0.2.2
10182024-08-15T05:00:04.977Z Downloaded ciborium v0.2.2
10192024-08-15T05:00:04.977Z Downloaded castaway v0.2.3
10202024-08-15T05:00:04.977Z Downloaded block-padding v0.3.3
10212024-08-15T05:00:04.977Z Downloaded bitfield v0.14.0
10222024-08-15T05:00:04.977Z Downloaded bit-set v0.5.3
10232024-08-15T05:00:04.977Z Downloaded ascii-canvas v3.0.0
10242024-08-15T05:00:04.977Z Downloaded ascii v1.1.0
10252024-08-15T05:00:04.978Z Downloaded ahash v0.8.11
10262024-08-15T05:00:05.004Z Downloaded addr2line v0.21.0
10272024-08-15T05:00:05.004Z Downloaded cstr-argument v0.1.2
10282024-08-15T05:00:05.004Z Downloaded crossbeam-deque v0.8.5
10292024-08-15T05:00:05.004Z Downloaded constant_time_eq v0.3.0
10302024-08-15T05:00:05.004Z Downloaded colored v2.1.0
10312024-08-15T05:00:05.005Z Downloaded cfg_aliases v0.1.1
10322024-08-15T05:00:05.005Z Downloaded bitstruct v0.1.1
10332024-08-15T05:00:05.005Z Downloaded bitflags v1.3.2
10342024-08-15T05:00:05.005Z Downloaded bitfield-struct v0.6.1
10352024-08-15T05:00:05.005Z Downloaded bit-vec v0.6.3
10362024-08-15T05:00:05.005Z Downloaded adler v1.0.2
10372024-08-15T05:00:05.005Z Downloaded atty v0.2.14
10382024-08-15T05:00:05.005Z Downloaded atomic-waker v1.1.2
10392024-08-15T05:00:05.005Z Downloaded async-trait v0.1.81
10402024-08-15T05:00:05.005Z Downloaded async-stream-impl v0.3.5
10412024-08-15T05:00:05.005Z Downloaded async-stream v0.3.5
10422024-08-15T05:00:05.030Z Downloaded async-recursion v1.1.1
10432024-08-15T05:00:05.030Z Downloaded arrayref v0.3.7
10442024-08-15T05:00:05.031Z Downloaded array-init v0.0.4
10452024-08-15T05:00:05.031Z Downloaded argon2 v0.5.3
10462024-08-15T05:00:05.031Z Downloaded aead v0.5.2
10472024-08-15T05:00:05.031Z Downloaded bitstruct_derive v0.1.0
10482024-08-15T05:00:05.031Z Downloaded bb8 v0.8.5
10492024-08-15T05:00:05.031Z Downloaded atomicwrites v0.4.3
10502024-08-15T05:00:05.133Z Compiling cfg-if v1.0.0
10512024-08-15T05:00:05.134Z Compiling serde v1.0.207
10522024-08-15T05:00:05.158Z Compiling lock_api v0.4.12
10532024-08-15T05:00:05.158Z Compiling typenum v1.17.0
10542024-08-15T05:00:05.159Z Compiling scopeguard v1.2.0
10552024-08-15T05:00:05.159Z Compiling generic-array v0.14.7
10562024-08-15T05:00:05.159Z Compiling syn v2.0.74
10572024-08-15T05:00:05.187Z Compiling log v0.4.21
10582024-08-15T05:00:05.308Z Compiling getrandom v0.2.14
10592024-08-15T05:00:05.359Z Compiling jobserver v0.1.32
10602024-08-15T05:00:05.592Z Compiling rand_core v0.6.4
10612024-08-15T05:00:05.705Z Compiling cc v1.0.97
10622024-08-15T05:00:05.741Z Compiling subtle v2.5.0
10632024-08-15T05:00:05.765Z Compiling const-oid v0.9.6
10642024-08-15T05:00:06.023Z Compiling pin-project-lite v0.2.14
10652024-08-15T05:00:06.048Z Compiling smallvec v1.13.2
10662024-08-15T05:00:06.091Z Compiling spin v0.9.8
10672024-08-15T05:00:06.145Z Compiling parking_lot_core v0.9.10
10682024-08-15T05:00:06.198Z Compiling signal-hook-registry v1.4.2
10692024-08-15T05:00:06.451Z Compiling mio v0.8.11
10702024-08-15T05:00:06.580Z Compiling ahash v0.8.11
10712024-08-15T05:00:07.060Z Compiling tinyvec_macros v0.1.1
10722024-08-15T05:00:07.153Z Compiling parking_lot v0.12.2
10732024-08-15T05:00:07.267Z Compiling tinyvec v1.6.0
10742024-08-15T05:00:07.453Z Compiling socket2 v0.5.7
10752024-08-15T05:00:07.648Z Compiling num_cpus v1.16.0
10762024-08-15T05:00:07.754Z Compiling cpufeatures v0.2.12
10772024-08-15T05:00:07.803Z Compiling serde_json v1.0.124
10782024-08-15T05:00:07.851Z Compiling libm v0.2.8
10792024-08-15T05:00:07.889Z Compiling futures-core v0.3.30
10802024-08-15T05:00:07.947Z Compiling slab v0.4.9
10812024-08-15T05:00:08.206Z Compiling num-traits v0.2.19
10822024-08-15T05:00:08.235Z Compiling unicode-bidi v0.3.15
10832024-08-15T05:00:08.265Z Compiling futures-sink v0.3.30
10842024-08-15T05:00:08.293Z Compiling allocator-api2 v0.2.18
10852024-08-15T05:00:08.718Z Compiling unicode-normalization v0.1.23
10862024-08-15T05:00:08.833Z Compiling futures-channel v0.3.30
10872024-08-15T05:00:09.001Z Compiling pkg-config v0.3.30
10882024-08-15T05:00:09.125Z Compiling pin-utils v0.1.0
10892024-08-15T05:00:09.203Z Compiling futures-io v0.3.30
10902024-08-15T05:00:09.228Z Compiling vcpkg v0.2.15
10912024-08-15T05:00:09.620Z Compiling futures-task v0.3.30
10922024-08-15T05:00:09.644Z Compiling base64ct v1.6.0
10932024-08-15T05:00:09.668Z Compiling ppv-lite86 v0.2.17
10942024-08-15T05:00:09.725Z Compiling ring v0.17.8
10952024-08-15T05:00:09.883Z Compiling percent-encoding v2.3.1
10962024-08-15T05:00:10.150Z Compiling pem-rfc7468 v0.7.0
10972024-08-15T05:00:10.207Z Compiling flagset v0.4.5
10982024-08-15T05:00:10.304Z Compiling rand_chacha v0.3.1
10992024-08-15T05:00:10.342Z Compiling tracing-core v0.1.32
11002024-08-15T05:00:10.392Z Compiling untrusted v0.9.0
11012024-08-15T05:00:10.550Z Compiling rustix v0.38.34
11022024-08-15T05:00:10.796Z Compiling syn v1.0.109
11032024-08-15T05:00:11.091Z Compiling openssl-sys v0.9.103
11042024-08-15T05:00:11.190Z Compiling rand v0.8.5
11052024-08-15T05:00:11.338Z Compiling lazy_static v1.5.0
11062024-08-15T05:00:11.455Z Compiling num-conv v0.1.0
11072024-08-15T05:00:11.499Z Compiling foreign-types-shared v0.1.1
11082024-08-15T05:00:11.585Z Compiling rustversion v1.0.17
11092024-08-15T05:00:11.609Z Compiling powerfmt v0.2.0
11102024-08-15T05:00:11.713Z Compiling time-core v0.1.2
11112024-08-15T05:00:11.871Z Compiling httparse v1.8.0
11122024-08-15T05:00:11.954Z Compiling openssl v0.10.66
11132024-08-15T05:00:12.219Z Compiling time-macros v0.2.18
11142024-08-15T05:00:12.293Z Compiling deranged v0.3.11
11152024-08-15T05:00:12.317Z Compiling foreign-types v0.3.2
11162024-08-15T05:00:12.410Z Compiling form_urlencoded v1.2.1
11172024-08-15T05:00:12.686Z Compiling rustls v0.21.12
11182024-08-15T05:00:12.976Z Compiling try-lock v0.2.5
11192024-08-15T05:00:13.000Z Compiling siphasher v0.3.11
11202024-08-15T05:00:13.146Z Compiling native-tls v0.2.11
11212024-08-15T05:00:13.378Z Compiling crossbeam-utils v0.8.19
11222024-08-15T05:00:13.474Z Compiling num_threads v0.1.7
11232024-08-15T05:00:13.579Z Compiling want v0.3.1
11242024-08-15T05:00:14.035Z Compiling idna v0.5.0
11252024-08-15T05:00:14.074Z Compiling aho-corasick v1.1.3
11262024-08-15T05:00:14.534Z Compiling cookie v0.17.0
11272024-08-15T05:00:14.822Z Compiling adler v1.0.2
11282024-08-15T05:00:14.934Z Compiling regex-syntax v0.8.4
11292024-08-15T05:00:15.042Z Compiling httpdate v1.0.3
11302024-08-15T05:00:15.094Z Compiling time v0.3.36
11312024-08-15T05:00:15.422Z Compiling slog v2.7.0
11322024-08-15T05:00:15.457Z Compiling iana-time-zone v0.1.60
11332024-08-15T05:00:15.888Z Compiling finl_unicode v1.2.0
11342024-08-15T05:00:15.912Z Compiling tower-service v0.3.2
11352024-08-15T05:00:16.015Z Compiling openssl-probe v0.1.5
11362024-08-15T05:00:16.385Z Compiling stringprep v0.1.4
11372024-08-15T05:00:16.458Z Compiling miniz_oxide v0.7.2
11382024-08-15T05:00:17.434Z Compiling sct v0.7.1
11392024-08-15T05:00:17.720Z Compiling rustls-webpki v0.101.7
11402024-08-15T05:00:17.809Z Compiling url v2.5.2
11412024-08-15T05:00:18.050Z Compiling serde_derive v1.0.207
11422024-08-15T05:00:18.773Z Compiling zeroize_derive v1.4.2
11432024-08-15T05:00:18.866Z Compiling zerocopy-derive v0.7.34
11442024-08-15T05:00:19.428Z Compiling tokio-macros v2.3.0
11452024-08-15T05:00:19.452Z Compiling thiserror-impl v1.0.63
11462024-08-15T05:00:19.576Z Compiling futures-macro v0.3.30
11472024-08-15T05:00:20.148Z Compiling zeroize v1.7.0
11482024-08-15T05:00:20.579Z Compiling der_derive v0.7.2
11492024-08-15T05:00:20.712Z Compiling zerocopy v0.7.34
11502024-08-15T05:00:20.787Z Compiling scroll_derive v0.12.0
11512024-08-15T05:00:21.185Z Compiling futures-util v0.3.30
11522024-08-15T05:00:21.731Z Compiling crypto-common v0.1.6
11532024-08-15T05:00:21.948Z Compiling block-buffer v0.10.4
11542024-08-15T05:00:22.149Z Compiling block-padding v0.3.3
11552024-08-15T05:00:22.189Z Compiling digest v0.10.7
11562024-08-15T05:00:22.254Z Compiling thiserror v1.0.63
11572024-08-15T05:00:22.364Z Compiling inout v0.1.3
11582024-08-15T05:00:22.388Z Compiling pest v2.7.10
11592024-08-15T05:00:22.584Z Compiling hmac v0.12.1
11602024-08-15T05:00:22.611Z Compiling hashbrown v0.14.5
11612024-08-15T05:00:22.634Z Compiling cipher v0.4.4
11622024-08-15T05:00:22.669Z Compiling sha2 v0.10.8
11632024-08-15T05:00:22.805Z Compiling pbkdf2 v0.12.2
11642024-08-15T05:00:22.960Z Compiling der v0.7.9
11652024-08-15T05:00:23.078Z Compiling salsa20 v0.10.2
11662024-08-15T05:00:23.294Z Compiling tracing-attributes v0.1.27
11672024-08-15T05:00:23.895Z Compiling scrypt v0.11.0
11682024-08-15T05:00:24.376Z Compiling cbc v0.1.2
11692024-08-15T05:00:24.469Z Compiling pest_meta v2.7.10
11702024-08-15T05:00:24.574Z Compiling aes v0.8.4
11712024-08-15T05:00:24.954Z Compiling spki v0.7.3
11722024-08-15T05:00:25.276Z Compiling scroll v0.12.0
11732024-08-15T05:00:25.335Z Compiling openssl-macros v0.1.1
11742024-08-15T05:00:25.779Z Compiling pest_generator v2.7.10
11752024-08-15T05:00:25.901Z Compiling goblin v0.8.2
11762024-08-15T05:00:25.965Z Compiling pkcs5 v0.7.1
11772024-08-15T05:00:26.479Z Compiling md-5 v0.10.6
11782024-08-15T05:00:26.580Z Compiling tracing v0.1.40
11792024-08-15T05:00:26.715Z Compiling pkcs8 v0.10.2
11802024-08-15T05:00:27.037Z Compiling regex-automata v0.4.6
11812024-08-15T05:00:27.335Z Compiling num-integer v0.1.46
11822024-08-15T05:00:27.486Z Compiling backtrace v0.3.71
11832024-08-15T05:00:27.884Z Compiling idna v0.3.0
11842024-08-15T05:00:27.991Z Compiling hash32 v0.2.1
11852024-08-15T05:00:28.144Z Compiling stable_deref_trait v1.2.0
11862024-08-15T05:00:28.260Z Compiling cfg_aliases v0.1.1
11872024-08-15T05:00:28.358Z Compiling psl-types v2.0.11
11882024-08-15T05:00:28.390Z Compiling num-bigint-dig v0.8.4
11892024-08-15T05:00:28.521Z Compiling fallible-iterator v0.2.0
11902024-08-15T05:00:28.622Z Compiling signal-hook v0.3.17
11912024-08-15T05:00:28.810Z Compiling pest_derive v2.7.10
11922024-08-15T05:00:28.851Z Compiling base64 v0.22.1
11932024-08-15T05:00:29.109Z Compiling gimli v0.28.1
11942024-08-15T05:00:29.227Z Compiling smoltcp v0.9.1
11952024-08-15T05:00:29.469Z Compiling dtrace-parser v0.2.0
11962024-08-15T05:00:29.517Z Compiling crc32fast v1.4.0
11972024-08-15T05:00:29.921Z Compiling publicsuffix v2.2.3
11982024-08-15T05:00:29.958Z Compiling bytes v1.7.1
11992024-08-15T05:00:30.143Z Compiling bitflags v2.6.0
12002024-08-15T05:00:30.522Z Compiling indexmap v2.4.0
12012024-08-15T05:00:31.051Z Compiling tokio v1.38.1
12022024-08-15T05:00:31.298Z Compiling http v0.2.12
12032024-08-15T05:00:31.811Z Compiling semver v1.0.23
12042024-08-15T05:00:32.457Z Compiling rustc_version v0.4.0
12052024-08-15T05:00:33.158Z Compiling heapless v0.7.17
12062024-08-15T05:00:33.259Z Compiling http-body v0.4.6
12072024-08-15T05:00:33.515Z Compiling dof v0.3.0
12082024-08-15T05:00:33.654Z Compiling uuid v1.10.0
12092024-08-15T05:00:34.465Z Compiling usdt-impl v0.5.0
12102024-08-15T05:00:34.777Z Compiling serde_tokenstream v0.2.1
12112024-08-15T05:00:34.828Z Compiling chrono v0.4.38
12122024-08-15T05:00:35.252Z Compiling toml_datetime v0.6.8
12132024-08-15T05:00:35.368Z Compiling serde_spanned v0.6.7
12142024-08-15T05:00:35.494Z Compiling terminal_size v0.3.0
12152024-08-15T05:00:35.687Z Compiling addr2line v0.21.0
12162024-08-15T05:00:35.717Z Compiling postgres-protocol v0.6.7
12172024-08-15T05:00:35.871Z Compiling nix v0.28.0
12182024-08-15T05:00:36.280Z Compiling num-iter v0.1.45
12192024-08-15T05:00:36.473Z Compiling hubpack_derive v0.1.1
12202024-08-15T05:00:36.594Z Compiling zerocopy-derive v0.6.6
12212024-08-15T05:00:36.618Z Compiling async-trait v0.1.81
12222024-08-15T05:00:37.814Z Compiling phf_shared v0.11.2
12232024-08-15T05:00:37.957Z Compiling serde_derive_internals v0.29.1
12242024-08-15T05:00:37.983Z Compiling ff v0.13.0
12252024-08-15T05:00:38.059Z Compiling object v0.32.2
12262024-08-15T05:00:38.178Z Compiling tokio-util v0.7.11
12272024-08-15T05:00:38.217Z Compiling tokio-rustls v0.24.1
12282024-08-15T05:00:38.434Z Compiling fs-err v2.11.0
12292024-08-15T05:00:38.706Z Compiling matches v0.1.10
12302024-08-15T05:00:38.797Z Compiling base16ct v0.2.0
12312024-08-15T05:00:38.926Z Compiling tokio-native-tls v0.3.1
12322024-08-15T05:00:39.093Z Compiling h2 v0.3.26
12332024-08-15T05:00:39.130Z Compiling managed v0.8.0
12342024-08-15T05:00:39.175Z Compiling ipnet v2.9.0
12352024-08-15T05:00:39.391Z Compiling regex-automata v0.1.10
12362024-08-15T05:00:39.517Z Compiling bitflags v1.3.2
12372024-08-15T05:00:39.617Z Compiling schemars v0.8.21
12382024-08-15T05:00:39.824Z Compiling either v1.13.0
12392024-08-15T05:00:39.929Z Compiling rustc-demangle v0.1.24
12402024-08-15T05:00:40.197Z Compiling base64 v0.21.7
12412024-08-15T05:00:40.233Z Compiling winnow v0.5.40
12422024-08-15T05:00:40.378Z Compiling anyhow v1.0.86
12432024-08-15T05:00:40.763Z Compiling rustls-pemfile v1.0.4
12442024-08-15T05:00:40.845Z Compiling schemars_derive v0.8.21
12452024-08-15T05:00:40.882Z Compiling clap_builder v4.5.15
12462024-08-15T05:00:41.096Z Compiling bstr v0.2.17
12472024-08-15T05:00:42.475Z Compiling sec1 v0.7.3
12482024-08-15T05:00:43.034Z Compiling idna v0.2.3
12492024-08-15T05:00:43.287Z Compiling toml_edit v0.19.15
12502024-08-15T05:00:43.619Z Compiling zerocopy v0.6.6
12512024-08-15T05:00:43.788Z Compiling group v0.13.0
12522024-08-15T05:00:44.281Z Compiling phf v0.11.2
12532024-08-15T05:00:44.378Z Compiling cookie_store v0.20.0
12542024-08-15T05:00:44.404Z Compiling hubpack v0.1.2
12552024-08-15T05:00:44.450Z Compiling postgres-types v0.2.7
12562024-08-15T05:00:45.078Z Compiling hyper v0.14.30
12572024-08-15T05:00:45.686Z Compiling usdt-attr-macro v0.5.0
12582024-08-15T05:00:45.713Z Compiling usdt-macro v0.5.0
12592024-08-15T05:00:46.953Z Compiling regex v1.10.6
12602024-08-15T05:00:47.087Z Compiling serde_urlencoded v0.7.1
12612024-08-15T05:00:47.523Z Compiling pkcs1 v0.7.5
12622024-08-15T05:00:47.889Z Compiling futures-executor v0.3.30
12632024-08-15T05:00:47.932Z Compiling enum-as-inner v0.5.1
12642024-08-15T05:00:47.975Z Compiling hkdf v0.12.4
12652024-08-15T05:00:48.236Z Compiling signature v2.2.0
12662024-08-15T05:00:48.433Z Compiling crypto-bigint v0.5.5
12672024-08-15T05:00:48.457Z Compiling strum_macros v0.25.3
12682024-08-15T05:00:48.491Z Compiling serde_repr v0.1.19
12692024-08-15T05:00:48.823Z Compiling clap_derive v4.5.13
12702024-08-15T05:00:48.936Z Compiling phf_shared v0.10.0
12712024-08-15T05:00:49.285Z Compiling float-cmp v0.9.0
12722024-08-15T05:00:49.461Z Compiling mio v1.0.2
12732024-08-15T05:00:49.485Z Compiling encoding_rs v0.8.34
12742024-08-15T05:00:50.082Z Compiling precomputed-hash v0.1.1
12752024-08-15T05:00:50.185Z Compiling difflib v0.4.0
12762024-08-15T05:00:50.457Z Compiling new_debug_unreachable v1.0.6
12772024-08-15T05:00:50.539Z Compiling fixedbitset v0.4.2
12782024-08-15T05:00:50.938Z Compiling hyper-rustls v0.24.2
12792024-08-15T05:00:51.230Z Compiling hyper-tls v0.5.0
12802024-08-15T05:00:51.556Z Compiling predicates-core v1.0.6
12812024-08-15T05:00:51.580Z Compiling dyn-clone v1.0.17
12822024-08-15T05:00:51.768Z Compiling webpki-roots v0.25.4
12832024-08-15T05:00:51.796Z Compiling sync_wrapper v0.1.2
12842024-08-15T05:00:51.874Z Compiling bit-vec v0.6.3
12852024-08-15T05:00:51.912Z Compiling data-encoding v2.6.0
12862024-08-15T05:00:51.936Z Compiling minimal-lexical v0.2.1
12872024-08-15T05:00:52.271Z Compiling mime v0.3.17
12882024-08-15T05:00:52.384Z Compiling normalize-line-endings v0.3.0
12892024-08-15T05:00:52.509Z Compiling static_assertions v1.1.0
12902024-08-15T05:00:52.600Z Compiling whoami v1.5.1
12912024-08-15T05:00:52.773Z Compiling unicode-segmentation v1.11.0
12922024-08-15T05:00:52.797Z Compiling clap v4.5.15
12932024-08-15T05:00:52.896Z Compiling tokio-postgres v0.7.11
12942024-08-15T05:00:52.981Z Compiling reqwest v0.11.27
12952024-08-15T05:00:53.153Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12962024-08-15T05:00:53.323Z Compiling similar v2.5.0
12972024-08-15T05:00:53.469Z Compiling predicates v3.1.2
12982024-08-15T05:00:53.494Z Compiling trust-dns-proto v0.22.0
12992024-08-15T05:00:53.866Z Compiling nom v7.1.3
13002024-08-15T05:00:54.821Z Compiling bit-set v0.5.3
13012024-08-15T05:00:55.052Z Compiling toml_edit v0.22.20
13022024-08-15T05:00:55.280Z Compiling console v0.15.8
13032024-08-15T05:00:56.547Z Compiling elliptic-curve v0.13.8
13042024-08-15T05:00:56.673Z Compiling petgraph v0.6.5
13052024-08-15T05:00:57.214Z Compiling string_cache v0.8.7
13062024-08-15T05:00:57.327Z Compiling usdt v0.5.0
13072024-08-15T05:00:57.603Z Compiling signal-hook-mio v0.2.4
13082024-08-15T05:00:57.748Z Compiling rsa v0.9.6
13092024-08-15T05:00:57.774Z Compiling futures v0.3.30
13102024-08-15T05:00:57.882Z Compiling toml v0.7.8
13112024-08-15T05:00:58.261Z Compiling flate2 v1.0.31
13122024-08-15T05:00:59.773Z Compiling itertools v0.10.5
13132024-08-15T05:00:59.904Z Compiling itertools v0.12.1
13142024-08-15T05:00:59.990Z Compiling tokio-stream v0.1.15
13152024-08-15T05:01:00.128Z Compiling openapiv3 v2.0.0
13162024-08-15T05:01:00.785Z Compiling bstr v1.9.1
13172024-08-15T05:01:01.820Z Compiling hex v0.4.3
13182024-08-15T05:01:02.076Z Compiling crossbeam-epoch v0.9.18
13192024-08-15T05:01:02.232Z Compiling sha1 v0.10.6
13202024-08-15T05:01:02.323Z Compiling dirs-sys-next v0.1.2
13212024-08-15T05:01:02.517Z Compiling peg-runtime v0.8.3
13222024-08-15T05:01:02.543Z Compiling unicode-xid v0.2.4
13232024-08-15T05:01:02.594Z Compiling lalrpop-util v0.19.12
13242024-08-15T05:01:02.709Z Compiling dirs-next v2.0.0
13252024-08-15T05:01:02.733Z Compiling thread_local v1.1.8
13262024-08-15T05:01:02.898Z Compiling slog-async v2.8.0
13272024-08-15T05:01:02.924Z Compiling term v0.7.0
13282024-08-15T05:01:02.948Z Compiling xattr v1.3.1
13292024-08-15T05:01:03.085Z Compiling crossbeam-channel v0.5.12
13302024-08-15T05:01:03.186Z Compiling strum_macros v0.26.4
13312024-08-15T05:01:03.221Z Compiling filetime v0.2.24
13322024-08-15T05:01:03.400Z Compiling is-terminal v0.4.12
13332024-08-15T05:01:03.492Z Compiling take_mut v0.2.2
13342024-08-15T05:01:03.518Z Compiling slog-term v2.9.1
13352024-08-15T05:01:03.544Z Compiling tar v0.4.41
13362024-08-15T05:01:03.641Z Compiling camino v1.1.7
13372024-08-15T05:01:04.886Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13382024-08-15T05:01:06.139Z Compiling strum v0.26.3
13392024-08-15T05:01:06.247Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13402024-08-15T05:01:12.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
13412024-08-15T05:01:12.877Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13422024-08-15T05:01:12.939ZAug 15 05:01:12.805 INFO Starting download, target: Cockroach
13432024-08-15T05:01:12.939ZAug 15 05:01:12.806 INFO Starting download, target: Console
13442024-08-15T05:01:12.939ZAug 15 05:01:12.806 INFO Starting download, target: Clickhouse
13452024-08-15T05:01:12.939ZAug 15 05:01:12.806 INFO Starting download, target: DendriteStub
13462024-08-15T05:01:12.939ZAug 15 05:01:12.806 INFO Starting download, target: DendriteOpenapi
13472024-08-15T05:01:12.939ZAug 15 05:01:12.806 INFO Starting download, target: MaghemiteMgd
13482024-08-15T05:01:12.940ZAug 15 05:01:12.806 INFO Starting download, target: TransceiverControl
13492024-08-15T05:01:12.968ZAug 15 05:01:12.807 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13502024-08-15T05:01:12.968ZAug 15 05:01:12.807 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13512024-08-15T05:01:12.968ZAug 15 05:01:12.808 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13522024-08-15T05:01:12.968ZAug 15 05:01:12.808 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13532024-08-15T05:01:12.968ZAug 15 05:01:12.808 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13542024-08-15T05:01:12.968ZAug 15 05:01:12.808 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13552024-08-15T05:01:12.968ZAug 15 05:01:12.808 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13562024-08-15T05:01:13.213ZAug 15 05:01:13.068 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13572024-08-15T05:01:13.277ZAug 15 05:01:13.139 INFO Download complete, target: DendriteOpenapi
13582024-08-15T05:01:13.534ZAug 15 05:01:13.399 INFO Download complete, target: Console
13592024-08-15T05:01:13.585ZAug 15 05:01:13.451 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13602024-08-15T05:01:14.586ZAug 15 05:01:14.451 INFO Download complete, target: TransceiverControl
13612024-08-15T05:01:14.923ZAug 15 05:01:14.789 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13622024-08-15T05:01:14.947ZAug 15 05:01:14.804 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13632024-08-15T05:01:18.303ZAug 15 05:01:18.170 INFO Download complete, target: MaghemiteMgd
13642024-08-15T05:01:18.817ZAug 15 05:01:18.684 INFO Download complete, target: DendriteStub
13652024-08-15T05:01:19.275ZAug 15 05:01:19.142 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13662024-08-15T05:01:19.275ZAug 15 05:01:19.142 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13672024-08-15T05:01:28.754ZAug 15 05:01:28.621 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13682024-08-15T05:01:29.219ZAug 15 05:01:29.087 INFO Checking that binary works, target: Cockroach
13692024-08-15T05:01:29.418ZAug 15 05:01:29.285 INFO Download complete, target: Cockroach
13702024-08-15T05:01:29.601ZAug 15 05:01:29.469 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13712024-08-15T05:01:44.912ZAug 15 05:01:44.782 INFO Checking that binary works, target: Clickhouse
13722024-08-15T05:01:45.045ZAug 15 05:01:44.914 INFO Download complete, target: Clickhouse
13732024-08-15T05:01:45.072ZAll builder prerequisites installed successfully, and PATH looks valid
13742024-08-15T05:01:45.096Z
13752024-08-15T05:01:45.096Zreal 4:00.492689911
13762024-08-15T05:01:45.096Zuser 10:04.052933468
13772024-08-15T05:01:45.096Zsys 2:21.623698024
13782024-08-15T05:01:45.096Ztrap 0.341160344
13792024-08-15T05:01:45.096Ztflt 0.418833704
13802024-08-15T05:01:45.096Zdflt 1.850485629
13812024-08-15T05:01:45.096Zkflt 0.007825423
13822024-08-15T05:01:45.096Zlock 24:17.608710837
13832024-08-15T05:01:45.096Zslp 38:24.377941157
13842024-08-15T05:01:45.096Zlat 45.858044042
13852024-08-15T05:01:45.096Zstop 1:49.933872268
13862024-08-15T05:01:45.096Z+ banner hack-check
13872024-08-15T05:01:45.096Z
13882024-08-15T05:01:45.096Z # # ## #### # # #### # # ###### #### # #
13892024-08-15T05:01:45.096Z # # # # # # # # # # # # # # # # #
13902024-08-15T05:01:45.096Z ###### # # # #### ##### # ###### ##### # ####
13912024-08-15T05:01:45.096Z # # ###### # # # # # # # # # #
13922024-08-15T05:01:45.096Z # # # # # # # # # # # # # # # # #
13932024-08-15T05:01:45.096Z # # # # #### # # #### # # ###### #### # #
13942024-08-15T05:01:45.097Z
13952024-08-15T05:01:45.097Z+ export CARGO_INCREMENTAL=0
13962024-08-15T05:01:45.097Z+ CARGO_INCREMENTAL=0
13972024-08-15T05:01:45.097Z+ ptime -m timeout 2h cargo xtask check-features --ci
13982024-08-15T05:01:45.801Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13992024-08-15T05:01:50.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
14002024-08-15T05:01:50.581Z Running `target/debug/xtask check-features --ci`
14012024-08-15T05:01:50.613Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14022024-08-15T05:01:50.613Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14032024-08-15T05:01:51.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
14042024-08-15T05:01:51.425Z Running `target/debug/xtask download cargo-hack`
14052024-08-15T05:01:52.672Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14062024-08-15T05:01:53.025Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14072024-08-15T05:01:58.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.19s
14082024-08-15T05:01:58.762Z Running `target/debug/xtask-downloader cargo-hack`
14092024-08-15T05:01:58.809ZAug 15 05:01:58.680 INFO Starting download, target: CargoHack
14102024-08-15T05:01:58.833ZAug 15 05:01:58.681 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14112024-08-15T05:01:59.447ZAug 15 05:01:59.318 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14122024-08-15T05:01:59.565ZAug 15 05:01:59.436 INFO Download complete, target: CargoHack
14132024-08-15T05:01:59.589Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14142024-08-15T05:01:59.613Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14152024-08-15T05:01:59.785Zinfo: running `cargo check --bins` on api_identity (1/150)
14162024-08-15T05:02:00.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14172024-08-15T05:02:00.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14182024-08-15T05:02:00.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14192024-08-15T05:02:00.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
14202024-08-15T05:02:00.599Z
14212024-08-15T05:02:00.599Zinfo: running `cargo check --bins` on bootstore (2/150)
14222024-08-15T05:02:01.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14232024-08-15T05:02:01.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14242024-08-15T05:02:01.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14252024-08-15T05:02:01.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
14262024-08-15T05:02:01.489Z
14272024-08-15T05:02:01.489Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/150)
14282024-08-15T05:02:02.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14292024-08-15T05:02:02.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14302024-08-15T05:02:02.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14312024-08-15T05:02:02.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
14322024-08-15T05:02:02.298Z
14332024-08-15T05:02:02.298Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/150)
14342024-08-15T05:02:03.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14352024-08-15T05:02:03.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14362024-08-15T05:02:03.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14372024-08-15T05:02:03.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
14382024-08-15T05:02:03.123Z
14392024-08-15T05:02:03.123Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/150)
14402024-08-15T05:02:03.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14412024-08-15T05:02:03.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14422024-08-15T05:02:03.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14432024-08-15T05:02:03.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14442024-08-15T05:02:03.760Z
14452024-08-15T05:02:03.760Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/150)
14462024-08-15T05:02:04.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14472024-08-15T05:02:04.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14482024-08-15T05:02:04.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14492024-08-15T05:02:04.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14502024-08-15T05:02:04.392Z
14512024-08-15T05:02:04.392Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/150)
14522024-08-15T05:02:04.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14532024-08-15T05:02:04.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14542024-08-15T05:02:04.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14552024-08-15T05:02:04.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14562024-08-15T05:02:04.999Z
14572024-08-15T05:02:04.999Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/150)
14582024-08-15T05:02:05.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14592024-08-15T05:02:05.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14602024-08-15T05:02:05.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14612024-08-15T05:02:05.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14622024-08-15T05:02:05.626Z
14632024-08-15T05:02:05.626Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/150)
14642024-08-15T05:02:06.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14652024-08-15T05:02:06.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14662024-08-15T05:02:06.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14672024-08-15T05:02:06.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14682024-08-15T05:02:06.261Z
14692024-08-15T05:02:06.261Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/150)
14702024-08-15T05:02:06.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14712024-08-15T05:02:06.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14722024-08-15T05:02:06.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14732024-08-15T05:02:06.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14742024-08-15T05:02:06.898Z
14752024-08-15T05:02:06.899Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/150)
14762024-08-15T05:02:07.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14772024-08-15T05:02:07.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14782024-08-15T05:02:07.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14792024-08-15T05:02:07.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14802024-08-15T05:02:07.516Z
14812024-08-15T05:02:07.517Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/150)
14822024-08-15T05:02:08.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14832024-08-15T05:02:08.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14842024-08-15T05:02:08.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14852024-08-15T05:02:08.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14862024-08-15T05:02:08.147Z
14872024-08-15T05:02:08.147Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/150)
14882024-08-15T05:02:08.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14892024-08-15T05:02:08.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14902024-08-15T05:02:08.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14912024-08-15T05:02:08.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14922024-08-15T05:02:08.770Z
14932024-08-15T05:02:08.770Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/150)
14942024-08-15T05:02:09.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14952024-08-15T05:02:09.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14962024-08-15T05:02:09.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14972024-08-15T05:02:09.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14982024-08-15T05:02:09.366Z
14992024-08-15T05:02:09.366Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/150)
15002024-08-15T05:02:09.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15012024-08-15T05:02:09.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15022024-08-15T05:02:09.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15032024-08-15T05:02:09.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15042024-08-15T05:02:09.976Z
15052024-08-15T05:02:09.976Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/150)
15062024-08-15T05:02:10.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15072024-08-15T05:02:10.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15082024-08-15T05:02:10.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15092024-08-15T05:02:10.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15102024-08-15T05:02:10.621Z
15112024-08-15T05:02:10.621Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/150)
15122024-08-15T05:02:11.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15132024-08-15T05:02:11.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15142024-08-15T05:02:11.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15152024-08-15T05:02:11.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15162024-08-15T05:02:11.229Z
15172024-08-15T05:02:11.229Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/150)
15182024-08-15T05:02:11.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15192024-08-15T05:02:11.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15202024-08-15T05:02:11.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15212024-08-15T05:02:11.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15222024-08-15T05:02:11.888Z
15232024-08-15T05:02:11.888Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/150)
15242024-08-15T05:02:12.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15252024-08-15T05:02:12.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15262024-08-15T05:02:12.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15272024-08-15T05:02:12.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15282024-08-15T05:02:12.502Z
15292024-08-15T05:02:12.502Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/150)
15302024-08-15T05:02:13.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-08-15T05:02:13.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-08-15T05:02:13.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-08-15T05:02:13.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15342024-08-15T05:02:13.118Z
15352024-08-15T05:02:13.118Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/150)
15362024-08-15T05:02:13.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-08-15T05:02:13.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-08-15T05:02:13.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-08-15T05:02:13.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15402024-08-15T05:02:13.735Z
15412024-08-15T05:02:13.735Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/150)
15422024-08-15T05:02:14.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-08-15T05:02:14.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-08-15T05:02:14.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15452024-08-15T05:02:14.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15462024-08-15T05:02:14.368Z
15472024-08-15T05:02:14.368Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/150)
15482024-08-15T05:02:14.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15492024-08-15T05:02:14.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15502024-08-15T05:02:14.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15512024-08-15T05:02:14.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15522024-08-15T05:02:14.988Z
15532024-08-15T05:02:14.988Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/150)
15542024-08-15T05:02:15.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15552024-08-15T05:02:15.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15562024-08-15T05:02:15.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15572024-08-15T05:02:15.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15582024-08-15T05:02:15.608Z
15592024-08-15T05:02:15.608Zinfo: running `cargo check --bins` on sled-hardware-types (25/150)
15602024-08-15T05:02:16.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15612024-08-15T05:02:16.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15622024-08-15T05:02:16.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15632024-08-15T05:02:16.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
15642024-08-15T05:02:16.496Z
15652024-08-15T05:02:16.496Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/150)
15662024-08-15T05:02:17.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15672024-08-15T05:02:17.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15682024-08-15T05:02:17.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15692024-08-15T05:02:17.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
15702024-08-15T05:02:17.347Z
15712024-08-15T05:02:17.347Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/150)
15722024-08-15T05:02:18.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15732024-08-15T05:02:18.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15742024-08-15T05:02:18.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15752024-08-15T05:02:18.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
15762024-08-15T05:02:18.190Z
15772024-08-15T05:02:18.190Zinfo: running `cargo check --bins` on oxlog (28/150)
15782024-08-15T05:02:18.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15792024-08-15T05:02:18.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15802024-08-15T05:02:19.011Z Checking cfg-if v1.0.0
15812024-08-15T05:02:19.034Z Checking libc v0.2.155
15822024-08-15T05:02:19.058Z Checking memchr v2.7.2
15832024-08-15T05:02:19.083Z Checking serde v1.0.207
15842024-08-15T05:02:19.083Z Checking zeroize v1.7.0
15852024-08-15T05:02:19.083Z Checking scopeguard v1.2.0
15862024-08-15T05:02:19.106Z Checking typenum v1.17.0
15872024-08-15T05:02:19.106Z Checking byteorder v1.5.0
15882024-08-15T05:02:19.130Z Checking log v0.4.21
15892024-08-15T05:02:19.212Z Checking lock_api v0.4.12
15902024-08-15T05:02:19.305Z Checking subtle v2.5.0
15912024-08-15T05:02:19.375Z Checking const-oid v0.9.6
15922024-08-15T05:02:19.463Z Checking once_cell v1.19.0
15932024-08-15T05:02:19.536Z Checking itoa v1.0.11
15942024-08-15T05:02:19.573Z Checking smallvec v1.13.2
15952024-08-15T05:02:19.704Z Checking pin-project-lite v0.2.14
15962024-08-15T05:02:19.728Z Checking spin v0.9.8
15972024-08-15T05:02:19.770Z Checking zerocopy v0.7.34
15982024-08-15T05:02:19.803Z Checking tinyvec_macros v0.1.1
15992024-08-15T05:02:19.867Z Checking cpufeatures v0.2.12
16002024-08-15T05:02:19.891Z Checking tinyvec v1.6.0
16012024-08-15T05:02:19.946Z Checking futures-core v0.3.30
16022024-08-15T05:02:19.990Z Checking getrandom v0.2.14
16032024-08-15T05:02:20.023Z Checking signal-hook-registry v1.4.2
16042024-08-15T05:02:20.109Z Checking parking_lot_core v0.9.10
16052024-08-15T05:02:20.140Z Checking generic-array v0.14.7
16062024-08-15T05:02:20.216Z Checking rand_core v0.6.4
16072024-08-15T05:02:20.245Z Checking mio v0.8.11
16082024-08-15T05:02:20.394Z Checking parking_lot v0.12.2
16092024-08-15T05:02:20.479Z Checking socket2 v0.5.7
16102024-08-15T05:02:20.694Z Checking num_cpus v1.16.0
16112024-08-15T05:02:20.730Z Checking futures-sink v0.3.30
16122024-08-15T05:02:20.773Z Checking allocator-api2 v0.2.18
16132024-08-15T05:02:20.797Z Checking unicode-bidi v0.3.15
16142024-08-15T05:02:20.859Z Checking libm v0.2.8
16152024-08-15T05:02:20.891Z Checking equivalent v1.0.1
16162024-08-15T05:02:20.950Z Checking unicode-normalization v0.1.23
16172024-08-15T05:02:20.985Z Checking ryu v1.0.18
16182024-08-15T05:02:21.008Z Checking ahash v0.8.11
16192024-08-15T05:02:21.082Z Checking crypto-common v0.1.6
16202024-08-15T05:02:21.181Z Checking block-buffer v0.10.4
16212024-08-15T05:02:21.237Z Checking block-padding v0.3.3
16222024-08-15T05:02:21.316Z Checking futures-channel v0.3.30
16232024-08-15T05:02:21.340Z Checking slab v0.4.9
16242024-08-15T05:02:21.378Z Checking digest v0.10.7
16252024-08-15T05:02:21.447Z Checking inout v0.1.3
16262024-08-15T05:02:21.471Z Checking hashbrown v0.14.5
16272024-08-15T05:02:21.577Z Checking futures-io v0.3.30
16282024-08-15T05:02:21.650Z Checking cipher v0.4.4
16292024-08-15T05:02:21.676Z Checking pin-utils v0.1.0
16302024-08-15T05:02:21.676Z Checking num-traits v0.2.19
16312024-08-15T05:02:21.700Z Checking hmac v0.12.1
16322024-08-15T05:02:21.737Z Checking sha2 v0.10.8
16332024-08-15T05:02:21.761Z Checking futures-task v0.3.30
16342024-08-15T05:02:21.785Z Checking base64ct v1.6.0
16352024-08-15T05:02:21.884Z Checking ppv-lite86 v0.2.17
16362024-08-15T05:02:21.958Z Checking futures-util v0.3.30
16372024-08-15T05:02:21.998Z Checking flagset v0.4.5
16382024-08-15T05:02:22.134Z Checking pem-rfc7468 v0.7.0
16392024-08-15T05:02:22.159Z Checking percent-encoding v2.3.1
16402024-08-15T05:02:22.213Z Checking salsa20 v0.10.2
16412024-08-15T05:02:22.345Z Checking pbkdf2 v0.12.2
16422024-08-15T05:02:22.370Z Checking der v0.7.9
16432024-08-15T05:02:22.399Z Checking tracing-core v0.1.32
16442024-08-15T05:02:22.462Z Checking rand_chacha v0.3.1
16452024-08-15T05:02:22.489Z Checking fnv v1.0.7
16462024-08-15T05:02:22.514Z Checking untrusted v0.9.0
16472024-08-15T05:02:22.598Z Checking scrypt v0.11.0
16482024-08-15T05:02:22.642Z Checking ring v0.17.8
16492024-08-15T05:02:22.779Z Checking rand v0.8.5
16502024-08-15T05:02:22.803Z Checking cbc v0.1.2
16512024-08-15T05:02:22.967Z Checking aes v0.8.4
16522024-08-15T05:02:22.991Z Checking tracing v0.1.40
16532024-08-15T05:02:23.101Z Checking lazy_static v1.5.0
16542024-08-15T05:02:23.197Z Checking thiserror v1.0.63
16552024-08-15T05:02:23.286Z Checking foreign-types-shared v0.1.1
16562024-08-15T05:02:23.316Z Checking form_urlencoded v1.2.1
16572024-08-15T05:02:23.340Z Checking bytes v1.7.1
16582024-08-15T05:02:23.383Z Checking bitflags v2.6.0
16592024-08-15T05:02:23.487Z Checking indexmap v2.4.0
16602024-08-15T05:02:23.631Z Checking serde_json v1.0.124
16612024-08-15T05:02:23.710Z Checking foreign-types v0.3.2
16622024-08-15T05:02:23.783Z Checking openssl-sys v0.9.103
16632024-08-15T05:02:23.807Z Checking try-lock v0.2.5
16642024-08-15T05:02:23.915Z Checking siphasher v0.3.11
16652024-08-15T05:02:23.955Z Checking spki v0.7.3
16662024-08-15T05:02:24.019Z Checking tokio v1.38.1
16672024-08-15T05:02:24.175Z Checking http v0.2.12
16682024-08-15T05:02:24.204Z Checking pkcs5 v0.7.1
16692024-08-15T05:02:24.230Z Checking unicode-ident v1.0.12
16702024-08-15T05:02:24.376Z Checking powerfmt v0.2.0
16712024-08-15T05:02:24.556Z Checking proc-macro2 v1.0.86
16722024-08-15T05:02:24.601Z Checking deranged v0.3.11
16732024-08-15T05:02:24.643Z Checking pkcs8 v0.10.2
16742024-08-15T05:02:24.817Z Checking openssl v0.10.66
16752024-08-15T05:02:24.909Z Checking sct v0.7.1
16762024-08-15T05:02:25.048Z Checking rustls-webpki v0.101.7
16772024-08-15T05:02:25.077Z Checking want v0.3.1
16782024-08-15T05:02:25.121Z Checking uuid v1.10.0
16792024-08-15T05:02:25.240Z Checking idna v0.5.0
16802024-08-15T05:02:25.322Z Checking http-body v0.4.6
16812024-08-15T05:02:25.647Z Checking httparse v1.8.0
16822024-08-15T05:02:25.671Z Checking errno v0.3.9
16832024-08-15T05:02:25.671Z Checking scroll v0.12.0
16842024-08-15T05:02:25.817Z Checking aho-corasick v1.1.3
16852024-08-15T05:02:25.885Z Checking num-conv v0.1.0
16862024-08-15T05:02:26.001Z Checking ucd-trie v0.1.6
16872024-08-15T05:02:26.083Z Checking tower-service v0.3.2
16882024-08-15T05:02:26.107Z Checking iana-time-zone v0.1.60
16892024-08-15T05:02:26.133Z Checking num_threads v0.1.7
16902024-08-15T05:02:26.178Z Checking openssl-probe v0.1.5
16912024-08-15T05:02:26.202Z Checking utf8parse v0.2.1
16922024-08-15T05:02:26.228Z Checking anstyle v1.0.8
16932024-08-15T05:02:26.252Z Checking time-core v0.1.2
16942024-08-15T05:02:26.298Z Checking finl_unicode v1.2.0
16952024-08-15T05:02:26.322Z Checking plain v0.2.3
16962024-08-15T05:02:26.346Z Checking regex-syntax v0.8.4
16972024-08-15T05:02:26.422Z Checking adler v1.0.2
16982024-08-15T05:02:26.489Z Checking httpdate v1.0.3
16992024-08-15T05:02:26.569Z Checking miniz_oxide v0.7.2
17002024-08-15T05:02:26.593Z Checking goblin v0.8.2
17012024-08-15T05:02:26.679Z Checking time v0.3.36
17022024-08-15T05:02:26.803Z Checking stringprep v0.1.4
17032024-08-15T05:02:27.021Z Checking anstyle-parse v0.2.4
17042024-08-15T05:02:27.180Z Checking chrono v0.4.38
17052024-08-15T05:02:27.245Z Checking pest v2.7.10
17062024-08-15T05:02:27.314Z Checking url v2.5.2
17072024-08-15T05:02:27.991Z Checking rustix v0.38.34
17082024-08-15T05:02:28.838Z Checking rustls v0.21.12
17092024-08-15T05:02:28.974Z Checking quote v1.0.36
17102024-08-15T05:02:29.049Z Checking regex-automata v0.4.6
17112024-08-15T05:02:29.280Z Checking serde_spanned v0.6.7
17122024-08-15T05:02:29.434Z Checking toml_datetime v0.6.8
17132024-08-15T05:02:29.461Z Checking num-integer v0.1.46
17142024-08-15T05:02:29.485Z Checking native-tls v0.2.11
17152024-08-15T05:02:29.694Z Checking idna v0.3.0
17162024-08-15T05:02:29.751Z Checking md-5 v0.10.6
17172024-08-15T05:02:29.778Z Checking hash32 v0.2.1
17182024-08-15T05:02:29.907Z Checking is_terminal_polyfill v1.70.0
17192024-08-15T05:02:29.946Z Checking stable_deref_trait v1.2.0
17202024-08-15T05:02:30.020Z Checking fallible-iterator v0.2.0
17212024-08-15T05:02:30.047Z Checking base64 v0.22.1
17222024-08-15T05:02:30.070Z Checking colorchoice v1.0.1
17232024-08-15T05:02:30.158Z Checking tokio-util v0.7.11
17242024-08-15T05:02:30.189Z Checking anstyle-query v1.0.3
17252024-08-15T05:02:30.321Z Checking pretty-hex v0.4.1
17262024-08-15T05:02:30.373Z Checking gimli v0.28.1
17272024-08-15T05:02:30.453Z Checking psl-types v2.0.11
17282024-08-15T05:02:30.477Z Checking anstream v0.6.14
17292024-08-15T05:02:30.561Z Checking postgres-protocol v0.6.7
17302024-08-15T05:02:30.607Z Checking publicsuffix v2.2.3
17312024-08-15T05:02:30.787Z Checking tokio-native-tls v0.3.1
17322024-08-15T05:02:30.811Z Checking heapless v0.7.17
17332024-08-15T05:02:30.888Z Checking dof v0.3.0
17342024-08-15T05:02:30.912Z Checking h2 v0.3.26
17352024-08-15T05:02:31.005Z Checking num-iter v0.1.45
17362024-08-15T05:02:31.118Z Checking terminal_size v0.3.0
17372024-08-15T05:02:31.166Z Checking dtrace-parser v0.2.0
17382024-08-15T05:02:31.252Z Checking syn v2.0.74
17392024-08-15T05:02:31.408Z Checking cookie v0.17.0
17402024-08-15T05:02:31.627Z Checking phf_shared v0.11.2
17412024-08-15T05:02:31.652Z Checking tokio-rustls v0.24.1
17422024-08-15T05:02:31.728Z Checking ff v0.13.0
17432024-08-15T05:02:31.772Z Checking thread-id v4.2.1
17442024-08-15T05:02:31.868Z Checking object v0.32.2
17452024-08-15T05:02:31.892Z Checking winnow v0.5.40
17462024-08-15T05:02:31.916Z Checking base64 v0.21.7
17472024-08-15T05:02:31.951Z Checking regex-automata v0.1.10
17482024-08-15T05:02:32.296Z Checking matches v0.1.10
17492024-08-15T05:02:32.320Z Checking clap_lex v0.7.0
17502024-08-15T05:02:32.377Z Checking ipnet v2.9.0
17512024-08-15T05:02:32.519Z Checking base16ct v0.2.0
17522024-08-15T05:02:32.688Z Checking strsim v0.11.1
17532024-08-15T05:02:32.782Z Checking managed v0.8.0
17542024-08-15T05:02:32.930Z Checking bitflags v1.3.2
17552024-08-15T05:02:33.020Z Checking either v1.13.0
17562024-08-15T05:02:33.044Z Checking rustc-demangle v0.1.24
17572024-08-15T05:02:33.105Z Checking smoltcp v0.9.1
17582024-08-15T05:02:33.342Z Checking regex v1.10.6
17592024-08-15T05:02:33.390Z Checking clap_builder v4.5.15
17602024-08-15T05:02:33.504Z Checking addr2line v0.21.0
17612024-08-15T05:02:33.849Z Checking sec1 v0.7.3
17622024-08-15T05:02:33.917Z Checking idna v0.2.3
17632024-08-15T05:02:34.160Z Checking rustls-pemfile v1.0.4
17642024-08-15T05:02:34.320Z Checking bstr v0.2.17
17652024-08-15T05:02:34.368Z Checking group v0.13.0
17662024-08-15T05:02:34.392Z Checking toml_edit v0.19.15
17672024-08-15T05:02:34.549Z Checking phf v0.11.2
17682024-08-15T05:02:34.587Z Checking cookie_store v0.20.0
17692024-08-15T05:02:34.773Z Checking num-bigint-dig v0.8.4
17702024-08-15T05:02:34.998Z Checking postgres-types v0.2.7
17712024-08-15T05:02:35.122Z Checking futures-executor v0.3.30
17722024-08-15T05:02:35.322Z Checking pkcs1 v0.7.5
17732024-08-15T05:02:35.563Z Checking phf_shared v0.10.0
17742024-08-15T05:02:35.646Z Checking serde_urlencoded v0.7.1
17752024-08-15T05:02:35.792Z Checking hubpack v0.1.2
17762024-08-15T05:02:36.004Z Checking zerocopy v0.6.6
17772024-08-15T05:02:36.028Z Checking float-cmp v0.9.0
17782024-08-15T05:02:36.052Z Checking hyper v0.14.30
17792024-08-15T05:02:36.076Z Checking crc32fast v1.4.0
17802024-08-15T05:02:36.182Z Checking crossbeam-utils v0.8.19
17812024-08-15T05:02:36.258Z Checking signal-hook v0.3.17
17822024-08-15T05:02:36.516Z Checking hkdf v0.12.4
17832024-08-15T05:02:36.591Z Checking signature v2.2.0
17842024-08-15T05:02:36.618Z Checking crypto-bigint v0.5.5
17852024-08-15T05:02:36.648Z Checking usdt-impl v0.5.0
17862024-08-15T05:02:36.682Z Checking memmap v0.7.0
17872024-08-15T05:02:36.707Z Checking mio v1.0.2
17882024-08-15T05:02:36.747Z Checking encoding_rs v0.8.34
17892024-08-15T05:02:36.825Z Checking fixedbitset v0.4.2
17902024-08-15T05:02:36.850Z Checking winnow v0.6.18
17912024-08-15T05:02:37.002Z Checking backtrace v0.3.71
17922024-08-15T05:02:37.050Z Checking normalize-line-endings v0.3.0
17932024-08-15T05:02:37.108Z Checking bit-vec v0.6.3
17942024-08-15T05:02:37.152Z Checking unicode-width v0.1.13
17952024-08-15T05:02:37.197Z Checking minimal-lexical v0.2.1
17962024-08-15T05:02:37.317Z Checking data-encoding v2.6.0
17972024-08-15T05:02:37.381Z Checking whoami v1.5.1
17982024-08-15T05:02:37.475Z Checking sync_wrapper v0.1.2
17992024-08-15T05:02:37.524Z Checking predicates-core v1.0.6
18002024-08-15T05:02:37.576Z Checking dyn-clone v1.0.17
18012024-08-15T05:02:37.632Z Checking difflib v0.4.0
18022024-08-15T05:02:37.681Z Checking mime v0.3.17
18032024-08-15T05:02:37.705Z Checking webpki-roots v0.25.4
18042024-08-15T05:02:37.825Z Checking unicode-segmentation v1.11.0
18052024-08-15T05:02:37.866Z Checking new_debug_unreachable v1.0.6
18062024-08-15T05:02:37.896Z Checking static_assertions v1.1.0
18072024-08-15T05:02:37.944Z Checking precomputed-hash v0.1.1
18082024-08-15T05:02:37.968Z Checking predicates v3.1.2
18092024-08-15T05:02:37.992Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18102024-08-15T05:02:38.043Z Checking string_cache v0.8.7
18112024-08-15T05:02:38.501Z Checking trust-dns-proto v0.22.0
18122024-08-15T05:02:38.525Z Checking similar v2.5.0
18132024-08-15T05:02:38.525Z Checking schemars v0.8.21
18142024-08-15T05:02:38.581Z Checking tokio-postgres v0.7.11
18152024-08-15T05:02:38.935Z Checking elliptic-curve v0.13.8
18162024-08-15T05:02:39.040Z Checking nom v7.1.3
18172024-08-15T05:02:39.231Z Checking toml_edit v0.22.20
18182024-08-15T05:02:39.480Z Checking anyhow v1.0.86
18192024-08-15T05:02:39.796Z Checking bit-set v0.5.3
18202024-08-15T05:02:39.844Z Checking console v0.15.8
18212024-08-15T05:02:40.012Z Checking signal-hook-mio v0.2.4
18222024-08-15T05:02:40.138Z Checking usdt v0.5.0
18232024-08-15T05:02:40.323Z Checking petgraph v0.6.5
18242024-08-15T05:02:40.356Z Checking crossbeam-epoch v0.9.18
18252024-08-15T05:02:40.724Z Checking rsa v0.9.6
18262024-08-15T05:02:40.942Z Checking toml v0.7.8
18272024-08-15T05:02:41.090Z Checking hyper-tls v0.5.0
18282024-08-15T05:02:41.279Z Checking hyper-rustls v0.24.2
18292024-08-15T05:02:41.342Z Checking flate2 v1.0.31
18302024-08-15T05:02:41.407Z Checking clap v4.5.15
18312024-08-15T05:02:41.451Z Checking futures v0.3.30
18322024-08-15T05:02:41.515Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18332024-08-15T05:02:41.540Z Checking itertools v0.10.5
18342024-08-15T05:02:41.565Z Checking itertools v0.12.1
18352024-08-15T05:02:41.597Z Checking reqwest v0.11.27
18362024-08-15T05:02:41.597Z Checking bstr v1.9.1
18372024-08-15T05:02:41.623Z Checking fs-err v2.11.0
18382024-08-15T05:02:41.923Z Checking tokio-stream v0.1.15
18392024-08-15T05:02:42.074Z Checking nix v0.28.0
18402024-08-15T05:02:42.098Z Checking slog v2.7.0
18412024-08-15T05:02:42.364Z Checking openapiv3 v2.0.0
18422024-08-15T05:02:42.496Z Checking semver v1.0.23
18432024-08-15T05:02:42.563Z Checking hex v0.4.3
18442024-08-15T05:02:42.841Z Checking sha1 v0.10.6
18452024-08-15T05:02:42.989Z Checking peg-runtime v0.8.3
18462024-08-15T05:02:43.014Z Checking lalrpop-util v0.19.12
18472024-08-15T05:02:43.076Z Checking camino v1.1.7
18482024-08-15T05:02:43.100Z Checking sigpipe v0.1.3
18492024-08-15T05:02:45.054Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18502024-08-15T05:02:45.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.26s
18512024-08-15T05:02:45.590Z
18522024-08-15T05:02:45.590Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/150)
18532024-08-15T05:02:46.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542024-08-15T05:02:46.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552024-08-15T05:02:46.521Z Compiling regress v0.9.1
18562024-08-15T05:02:46.550Z Checking strum v0.26.3
18572024-08-15T05:02:46.583Z Checking heck v0.5.0
18582024-08-15T05:02:46.607Z Compiling getopts v0.2.21
18592024-08-15T05:02:46.607Z Checking dirs-sys-next v0.1.2
18602024-08-15T05:02:46.632Z Compiling unsafe-libyaml v0.2.11
18612024-08-15T05:02:46.698Z Checking http v1.1.0
18622024-08-15T05:02:46.753Z Checking thread_local v1.1.8
18632024-08-15T05:02:46.795Z Checking dirs-next v2.0.0
18642024-08-15T05:02:46.904Z Checking rustls-pki-types v1.7.0
18652024-08-15T05:02:46.940Z Compiling ident_case v1.0.1
18662024-08-15T05:02:46.999Z Checking term v0.7.0
18672024-08-15T05:02:47.095Z Compiling darling_core v0.20.9
18682024-08-15T05:02:47.263Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18692024-08-15T05:02:47.359Z Checking crossbeam-channel v0.5.12
18702024-08-15T05:02:47.407Z Checking atty v0.2.14
18712024-08-15T05:02:47.507Z Checking is-terminal v0.4.12
18722024-08-15T05:02:47.544Z Checking utf-8 v0.7.6
18732024-08-15T05:02:47.612Z Checking take_mut v0.2.2
18742024-08-15T05:02:47.710Z Compiling serde_yaml v0.9.34+deprecated
18752024-08-15T05:02:47.739Z Checking humantime v2.1.0
18762024-08-15T05:02:47.851Z Checking termcolor v1.4.1
18772024-08-15T05:02:47.970Z Compiling paste v1.0.15
18782024-08-15T05:02:47.995Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18792024-08-15T05:02:48.195Z Compiling rustls v0.22.4
18802024-08-15T05:02:48.220Z Checking env_logger v0.9.3
18812024-08-15T05:02:48.307Z Checking slog-async v2.8.0
18822024-08-15T05:02:48.458Z Checking slog-term v2.9.1
18832024-08-15T05:02:48.483Z Checking rustls-webpki v0.102.4
18842024-08-15T05:02:48.558Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18852024-08-15T05:02:48.595Z Compiling proc-macro-crate v1.3.1
18862024-08-15T05:02:48.849Z Compiling bitstruct_derive v0.1.0
18872024-08-15T05:02:48.873Z Compiling structmeta-derive v0.3.0
18882024-08-15T05:02:49.140Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18892024-08-15T05:02:49.250Z Compiling multer v3.1.0
18902024-08-15T05:02:49.331Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18912024-08-15T05:02:49.526Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18922024-08-15T05:02:49.773Z Checking match_cfg v0.1.0
18932024-08-15T05:02:49.857Z Checking ascii v1.1.0
18942024-08-15T05:02:49.979Z Checking bitstruct v0.1.1
18952024-08-15T05:02:50.075Z Checking hostname v0.3.1
18962024-08-15T05:02:50.199Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18972024-08-15T05:02:50.283Z Compiling num_enum_derive v0.5.11
18982024-08-15T05:02:50.612Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18992024-08-15T05:02:50.951Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19002024-08-15T05:02:51.268Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19012024-08-15T05:02:51.295Z Compiling structmeta v0.3.0
19022024-08-15T05:02:51.416Z Checking slog-json v2.6.1
19032024-08-15T05:02:51.553Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19042024-08-15T05:02:51.650Z Checking erased-serde v0.3.31
19052024-08-15T05:02:51.719Z Checking serde_arrays v0.1.0
19062024-08-15T05:02:51.774Z Compiling foreign-types-macros v0.2.3
19072024-08-15T05:02:51.854Z Compiling async-stream-impl v0.3.5
19082024-08-15T05:02:52.264Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19092024-08-15T05:02:52.516Z Checking foreign-types-shared v0.3.1
19102024-08-15T05:02:52.541Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19112024-08-15T05:02:52.565Z Checking atomic-waker v1.1.2
19122024-08-15T05:02:52.618Z Checking arc-swap v1.7.1
19132024-08-15T05:02:52.679Z Checking waitgroup v0.1.2
19142024-08-15T05:02:52.810Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19152024-08-15T05:02:52.834Z Checking num_enum v0.5.11
19162024-08-15T05:02:52.859Z Checking foreign-types v0.5.0
19172024-08-15T05:02:52.969Z Compiling parse-display-derive v0.10.0
19182024-08-15T05:02:52.994Z Compiling darling_macro v0.20.9
19192024-08-15T05:02:53.018Z Checking slog-scope v4.4.0
19202024-08-15T05:02:53.043Z Checking slog-bunyan v2.5.0
19212024-08-15T05:02:53.043Z Checking async-stream v0.3.5
19222024-08-15T05:02:53.172Z Compiling proc-macro-error v1.0.4
19232024-08-15T05:02:53.340Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19242024-08-15T05:02:53.436Z Checking toml v0.8.19
19252024-08-15T05:02:53.686Z Checking tungstenite v0.20.1
19262024-08-15T05:02:53.784Z Checking rustls-pemfile v2.1.3
19272024-08-15T05:02:53.823Z Compiling darling v0.20.9
19282024-08-15T05:02:53.919Z Checking tokio-rustls v0.25.0
19292024-08-15T05:02:53.944Z Compiling serde_with_macros v3.8.3
19302024-08-15T05:02:54.000Z Compiling heck v0.3.3
19312024-08-15T05:02:54.087Z Checking newtype-uuid v1.1.0
19322024-08-15T05:02:54.236Z Checking ipnetwork v0.20.0
19332024-08-15T05:02:54.293Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19342024-08-15T05:02:54.395Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19352024-08-15T05:02:54.436Z Checking serde_path_to_error v0.1.16
19362024-08-15T05:02:54.538Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19372024-08-15T05:02:54.968Z Checking cstr-argument v0.1.2
19382024-08-15T05:02:55.125Z Checking hostname v0.4.0
19392024-08-15T05:02:55.151Z Checking instant v0.1.12
19402024-08-15T05:02:55.183Z Checking fastrand v2.1.0
19412024-08-15T05:02:55.255Z Checking pretty-hex v0.2.1
19422024-08-15T05:02:55.279Z Checking debug-ignore v1.0.5
19432024-08-15T05:02:55.393Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19442024-08-15T05:02:55.419Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19452024-08-15T05:02:55.460Z Checking tempfile v3.10.1
19462024-08-15T05:02:55.655Z Checking backoff v0.4.0
19472024-08-15T05:02:55.680Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19482024-08-15T05:02:55.802Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19492024-08-15T05:02:55.915Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19502024-08-15T05:02:55.940Z Checking tokio-tungstenite v0.20.1
19512024-08-15T05:02:56.075Z Compiling zone_cfg_derive v0.1.2
19522024-08-15T05:02:56.220Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19532024-08-15T05:02:56.364Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19542024-08-15T05:02:56.388Z Checking serde_with v3.8.3
19552024-08-15T05:02:56.471Z Checking slog-stdlog v4.1.1
19562024-08-15T05:02:56.618Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19572024-08-15T05:02:56.748Z Checking tungstenite v0.21.0
19582024-08-15T05:02:56.944Z Checking parse-display v0.10.0
19592024-08-15T05:02:57.036Z Checking colored v2.1.0
19602024-08-15T05:02:57.138Z Checking macaddr v1.0.1
19612024-08-15T05:02:57.287Z Checking socket2 v0.4.10
19622024-08-15T05:02:57.363Z Checking base64 v0.13.1
19632024-08-15T05:02:57.418Z Checking zone v0.1.8
19642024-08-15T05:02:57.484Z Checking tokio-tungstenite v0.21.0
19652024-08-15T05:02:57.692Z Checking ron v0.7.1
19662024-08-15T05:02:57.880Z Checking slog-envlogger v2.2.0
19672024-08-15T05:02:57.983Z Checking pem v3.0.4
19682024-08-15T05:02:58.066Z Checking tabwriter v1.4.0
19692024-08-15T05:02:58.205Z Checking xattr v1.3.1
19702024-08-15T05:02:58.267Z Checking portpicker v0.1.1
19712024-08-15T05:02:58.374Z Checking yasna v0.5.2
19722024-08-15T05:02:58.399Z Checking headers-core v0.2.0
19732024-08-15T05:02:58.505Z Checking smf v0.2.3
19742024-08-15T05:02:58.616Z Checking filetime v0.2.24
19752024-08-15T05:02:58.792Z Checking same-file v1.0.6
19762024-08-15T05:02:58.897Z Checking tar v0.4.41
19772024-08-15T05:02:58.947Z Checking walkdir v2.5.0
19782024-08-15T05:02:59.109Z Checking headers v0.3.9
19792024-08-15T05:02:59.133Z Checking rcgen v0.12.1
19802024-08-15T05:02:59.181Z Checking camino-tempfile v1.1.1
19812024-08-15T05:02:59.206Z Checking atomicwrites v0.4.3
19822024-08-15T05:02:59.374Z Checking subprocess v0.2.9
19832024-08-15T05:03:00.319Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19842024-08-15T05:03:00.558Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19852024-08-15T05:03:01.719Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19862024-08-15T05:03:04.129Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19872024-08-15T05:03:04.223Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19882024-08-15T05:03:08.551Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19892024-08-15T05:03:15.757Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19902024-08-15T05:03:15.931Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19912024-08-15T05:03:15.931Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19922024-08-15T05:03:19.138Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19932024-08-15T05:03:19.589Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19942024-08-15T05:03:27.146Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19952024-08-15T05:03:28.962Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19962024-08-15T05:03:30.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.80s
19972024-08-15T05:03:30.529Z
19982024-08-15T05:03:30.529Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/150)
19992024-08-15T05:03:31.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002024-08-15T05:03:31.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012024-08-15T05:03:31.487Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20022024-08-15T05:03:32.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
20032024-08-15T05:03:33.104Z
20042024-08-15T05:03:33.104Zinfo: running `cargo check --bins` on nexus-config (31/150)
20052024-08-15T05:03:33.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062024-08-15T05:03:33.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072024-08-15T05:03:33.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082024-08-15T05:03:33.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20092024-08-15T05:03:33.927Z
20102024-08-15T05:03:33.927Zinfo: running `cargo check --bins` on omicron-rpaths (32/150)
20112024-08-15T05:03:34.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122024-08-15T05:03:34.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132024-08-15T05:03:34.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142024-08-15T05:03:34.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20152024-08-15T05:03:34.733Z
20162024-08-15T05:03:34.733Zinfo: running `cargo check --bins` on omicron-certificates (33/150)
20172024-08-15T05:03:35.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182024-08-15T05:03:35.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192024-08-15T05:03:35.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202024-08-15T05:03:35.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20212024-08-15T05:03:35.579Z
20222024-08-15T05:03:35.579Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/150)
20232024-08-15T05:03:36.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242024-08-15T05:03:36.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252024-08-15T05:03:36.473Z Compiling heapless v0.8.0
20262024-08-15T05:03:36.498Z Checking hash32 v0.3.1
20272024-08-15T05:03:36.498Z Compiling smoltcp v0.11.0
20282024-08-15T05:03:36.536Z Checking cobs v0.2.3
20292024-08-15T05:03:36.537Z Checking embedded-io v0.4.0
20302024-08-15T05:03:36.570Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20312024-08-15T05:03:36.595Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20322024-08-15T05:03:36.619Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20332024-08-15T05:03:36.678Z Compiling crucible-workspace-hack v0.1.0
20342024-08-15T05:03:36.705Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20352024-08-15T05:03:36.730Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20362024-08-15T05:03:36.754Z Checking postcard v1.0.8
20372024-08-15T05:03:36.913Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20382024-08-15T05:03:36.938Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20392024-08-15T05:03:37.075Z Compiling num-derive v0.4.2
20402024-08-15T05:03:37.200Z Compiling slog-dtrace v0.3.0
20412024-08-15T05:03:37.250Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20422024-08-15T05:03:37.357Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20432024-08-15T05:03:37.392Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20442024-08-15T05:03:38.117Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20452024-08-15T05:03:38.654Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20462024-08-15T05:03:40.478Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20472024-08-15T05:03:41.608Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20482024-08-15T05:03:42.939Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20492024-08-15T05:03:45.114Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20502024-08-15T05:03:45.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.37s
20512024-08-15T05:03:46.089Z
20522024-08-15T05:03:46.089Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/150)
20532024-08-15T05:03:46.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542024-08-15T05:03:46.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552024-08-15T05:03:46.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562024-08-15T05:03:46.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20572024-08-15T05:03:46.963Z
20582024-08-15T05:03:46.963Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/150)
20592024-08-15T05:03:47.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602024-08-15T05:03:47.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612024-08-15T05:03:47.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622024-08-15T05:03:47.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
20632024-08-15T05:03:47.935Z
20642024-08-15T05:03:47.935Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/150)
20652024-08-15T05:03:48.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662024-08-15T05:03:48.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672024-08-15T05:03:48.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682024-08-15T05:03:48.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
20692024-08-15T05:03:48.909Z
20702024-08-15T05:03:48.909Zinfo: running `cargo check --bins` on dns-server (38/150)
20712024-08-15T05:03:49.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722024-08-15T05:03:49.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732024-08-15T05:03:49.748Z Compiling parking_lot_core v0.8.6
20742024-08-15T05:03:49.773Z Checking nibble_vec v0.1.0
20752024-08-15T05:03:49.773Z Checking endian-type v0.1.2
20762024-08-15T05:03:49.802Z Checking newline-converter v0.3.0
20772024-08-15T05:03:49.826Z Checking quick-error v1.2.3
20782024-08-15T05:03:49.827Z Checking linked-hash-map v0.5.6
20792024-08-15T05:03:49.827Z Checking toml v0.5.11
20802024-08-15T05:03:49.827Z Checking fxhash v0.2.1
20812024-08-15T05:03:49.939Z Checking expectorate v1.1.0
20822024-08-15T05:03:49.965Z Checking resolv-conf v0.7.0
20832024-08-15T05:03:49.989Z Checking radix_trie v0.2.1
20842024-08-15T05:03:49.989Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20852024-08-15T05:03:50.109Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20862024-08-15T05:03:50.140Z Checking lru-cache v0.1.2
20872024-08-15T05:03:50.313Z Checking trust-dns-resolver v0.22.0
20882024-08-15T05:03:50.338Z Checking trust-dns-client v0.22.0
20892024-08-15T05:03:50.513Z Checking parking_lot v0.11.2
20902024-08-15T05:03:50.795Z Checking sled v0.34.7
20912024-08-15T05:03:51.384Z Checking trust-dns-server v0.22.1
20922024-08-15T05:03:53.414Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20932024-08-15T05:03:54.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s
20942024-08-15T05:03:54.951Z
20952024-08-15T05:03:54.951Zinfo: running `cargo check --bins` on dns-server-api (39/150)
20962024-08-15T05:03:55.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972024-08-15T05:03:55.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982024-08-15T05:03:55.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992024-08-15T05:03:55.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
21002024-08-15T05:03:55.765Z
21012024-08-15T05:03:55.765Zinfo: running `cargo check --bins` on dns-service-client (40/150)
21022024-08-15T05:03:56.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032024-08-15T05:03:56.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042024-08-15T05:03:56.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052024-08-15T05:03:56.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21062024-08-15T05:03:56.607Z
21072024-08-15T05:03:56.607Zinfo: running `cargo check --bins` on gateway-test-utils (41/150)
21082024-08-15T05:03:57.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092024-08-15T05:03:57.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102024-08-15T05:03:57.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112024-08-15T05:03:57.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21122024-08-15T05:03:57.500Z
21132024-08-15T05:03:57.500Zinfo: running `cargo check --bins` on gateway-types (42/150)
21142024-08-15T05:03:58.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152024-08-15T05:03:58.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162024-08-15T05:03:58.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172024-08-15T05:03:58.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21182024-08-15T05:03:58.337Z
21192024-08-15T05:03:58.338Zinfo: running `cargo check --bins` on ipcc (43/150)
21202024-08-15T05:03:59.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212024-08-15T05:03:59.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222024-08-15T05:03:59.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232024-08-15T05:03:59.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21242024-08-15T05:03:59.182Z
21252024-08-15T05:03:59.182Zinfo: running `cargo check --bins` on omicron-gateway (44/150)
21262024-08-15T05:03:59.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272024-08-15T05:04:00.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282024-08-15T05:04:00.101Z Compiling radium v0.7.0
21292024-08-15T05:04:00.125Z Checking tap v1.0.1
21302024-08-15T05:04:00.125Z Compiling maybe-uninit v2.0.0
21312024-08-15T05:04:00.160Z Compiling bzip2-sys v0.1.11+1.0.8
21322024-08-15T05:04:00.185Z Checking funty v2.0.0
21332024-08-15T05:04:00.185Z Checking crc-catalog v2.4.0
21342024-08-15T05:04:00.185Z Compiling packed_struct v0.10.1
21352024-08-15T05:04:00.224Z Compiling packed_struct_codegen v0.10.1
21362024-08-15T05:04:00.313Z Checking wyz v0.5.1
21372024-08-15T05:04:00.337Z Checking crc v3.2.1
21382024-08-15T05:04:00.644Z Compiling indexmap v1.9.3
21392024-08-15T05:04:00.674Z Checking half v2.4.1
21402024-08-15T05:04:00.700Z Checking nodrop v0.1.14
21412024-08-15T05:04:00.765Z Checking ciborium-io v0.2.2
21422024-08-15T05:04:00.811Z Checking array-init v0.0.4
21432024-08-15T05:04:00.878Z Checking smallvec v0.6.14
21442024-08-15T05:04:00.908Z Compiling memoffset v0.9.1
21452024-08-15T05:04:00.951Z Checking hashbrown v0.12.3
21462024-08-15T05:04:00.976Z Checking bitvec v1.0.1
21472024-08-15T05:04:01.068Z Checking ciborium-ll v0.2.2
21482024-08-15T05:04:01.176Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21492024-08-15T05:04:01.212Z Checking bitfield v0.14.0
21502024-08-15T05:04:01.343Z Checking ciborium v0.2.2
21512024-08-15T05:04:01.509Z Checking env_logger v0.10.2
21522024-08-15T05:04:01.603Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21532024-08-15T05:04:01.691Z Checking serde-hex v0.1.0
21542024-08-15T05:04:01.767Z Checking bzip2 v0.4.4
21552024-08-15T05:04:01.819Z Checking ron v0.8.1
21562024-08-15T05:04:01.866Z Checking x509-cert v0.2.5
21572024-08-15T05:04:02.008Z Checking hashbrown v0.13.2
21582024-08-15T05:04:02.227Z Checking crc-any v2.5.0
21592024-08-15T05:04:02.527Z Checking zip v0.6.6
21602024-08-15T05:04:02.685Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21612024-08-15T05:04:02.866Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21622024-08-15T05:04:02.891Z Checking object v0.30.4
21632024-08-15T05:04:02.947Z Checking path-slash v0.1.5
21642024-08-15T05:04:02.972Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21652024-08-15T05:04:03.096Z Checking nix v0.27.1
21662024-08-15T05:04:03.121Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21672024-08-15T05:04:03.145Z Checking serde-big-array v0.5.1
21682024-08-15T05:04:03.176Z Checking signal-hook-tokio v0.3.1
21692024-08-15T05:04:05.242Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
21702024-08-15T05:04:06.211Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21712024-08-15T05:04:14.949Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21722024-08-15T05:04:16.526Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21732024-08-15T05:04:18.683Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21742024-08-15T05:04:20.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.70s
21752024-08-15T05:04:21.040Z
21762024-08-15T05:04:21.041Zinfo: running `cargo check --bins` on gateway-api (45/150)
21772024-08-15T05:04:21.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782024-08-15T05:04:21.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792024-08-15T05:04:21.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802024-08-15T05:04:21.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21812024-08-15T05:04:21.903Z
21822024-08-15T05:04:21.903Zinfo: running `cargo check --bins` on sp-sim (46/150)
21832024-08-15T05:04:22.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-08-15T05:04:22.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-08-15T05:04:22.759Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21862024-08-15T05:04:24.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s
21872024-08-15T05:04:24.855Z
21882024-08-15T05:04:24.856Zinfo: running `cargo check --bins` on internal-dns (47/150)
21892024-08-15T05:04:25.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-08-15T05:04:25.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-08-15T05:04:25.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922024-08-15T05:04:25.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21932024-08-15T05:04:25.680Z
21942024-08-15T05:04:25.680Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (48/150)
21952024-08-15T05:04:26.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962024-08-15T05:04:26.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972024-08-15T05:04:26.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982024-08-15T05:04:26.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
21992024-08-15T05:04:26.615Z
22002024-08-15T05:04:26.615Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/150)
22012024-08-15T05:04:27.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022024-08-15T05:04:27.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032024-08-15T05:04:27.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042024-08-15T05:04:27.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
22052024-08-15T05:04:27.547Z
22062024-08-15T05:04:27.547Zinfo: running `cargo check --bins` on db-macros (50/150)
22072024-08-15T05:04:28.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082024-08-15T05:04:28.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092024-08-15T05:04:28.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102024-08-15T05:04:28.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
22112024-08-15T05:04:28.353Z
22122024-08-15T05:04:28.353Zinfo: running `cargo check --bins` on nexus-macros-common (51/150)
22132024-08-15T05:04:29.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142024-08-15T05:04:29.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152024-08-15T05:04:29.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162024-08-15T05:04:29.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
22172024-08-15T05:04:29.175Z
22182024-08-15T05:04:29.175Zinfo: running `cargo check --bins` on nexus-auth (52/150)
22192024-08-15T05:04:29.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202024-08-15T05:04:29.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212024-08-15T05:04:29.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222024-08-15T05:04:29.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
22232024-08-15T05:04:30.062Z
22242024-08-15T05:04:30.062Zinfo: running `cargo check --bins` on authz-macros (53/150)
22252024-08-15T05:04:30.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-08-15T05:04:30.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-08-15T05:04:30.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282024-08-15T05:04:30.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
22292024-08-15T05:04:30.874Z
22302024-08-15T05:04:30.874Zinfo: running `cargo check --bins` on nexus-db-fixed-data (54/150)
22312024-08-15T05:04:31.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-08-15T05:04:31.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-08-15T05:04:31.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-08-15T05:04:31.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
22352024-08-15T05:04:31.753Z
22362024-08-15T05:04:31.753Zinfo: running `cargo check --bins` on nexus-db-model (55/150)
22372024-08-15T05:04:32.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-08-15T05:04:32.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-08-15T05:04:32.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-08-15T05:04:32.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22412024-08-15T05:04:32.613Z
22422024-08-15T05:04:32.613Zinfo: running `cargo check --bins` on nexus-defaults (56/150)
22432024-08-15T05:04:33.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-08-15T05:04:33.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-08-15T05:04:33.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462024-08-15T05:04:33.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22472024-08-15T05:04:33.449Z
22482024-08-15T05:04:33.449Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (57/150)
22492024-08-15T05:04:34.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502024-08-15T05:04:34.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512024-08-15T05:04:34.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522024-08-15T05:04:34.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22532024-08-15T05:04:34.309Z
22542024-08-15T05:04:34.309Zinfo: running `cargo check --bins` on omicron-passwords (58/150)
22552024-08-15T05:04:35.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562024-08-15T05:04:35.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572024-08-15T05:04:35.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582024-08-15T05:04:35.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
22592024-08-15T05:04:35.132Z
22602024-08-15T05:04:35.132Zinfo: running `cargo check --bins` on nexus-types (59/150)
22612024-08-15T05:04:35.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622024-08-15T05:04:35.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632024-08-15T05:04:35.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642024-08-15T05:04:35.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22652024-08-15T05:04:35.989Z
22662024-08-15T05:04:35.989Zinfo: running `cargo check --bins` on gateway-client (60/150)
22672024-08-15T05:04:36.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682024-08-15T05:04:36.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692024-08-15T05:04:36.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702024-08-15T05:04:36.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22712024-08-15T05:04:36.838Z
22722024-08-15T05:04:36.838Zinfo: running `cargo check --bins` on sled-agent-client (61/150)
22732024-08-15T05:04:37.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742024-08-15T05:04:37.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752024-08-15T05:04:37.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762024-08-15T05:04:37.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
22772024-08-15T05:04:37.712Z
22782024-08-15T05:04:37.712Zinfo: running `cargo check --bins` on oximeter (62/150)
22792024-08-15T05:04:38.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802024-08-15T05:04:38.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812024-08-15T05:04:38.546Z Compiling rustls-pki-types v1.7.0
22822024-08-15T05:04:38.571Z Compiling match_cfg v0.1.0
22832024-08-15T05:04:38.571Z Compiling prettyplease v0.2.20
22842024-08-15T05:04:38.599Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22852024-08-15T05:04:38.623Z Compiling slog-json v2.6.1
22862024-08-15T05:04:38.623Z Compiling http v1.1.0
22872024-08-15T05:04:38.623Z Compiling atomic-waker v1.1.2
22882024-08-15T05:04:38.648Z Compiling hostname v0.3.1
22892024-08-15T05:04:38.679Z Compiling async-stream v0.3.5
22902024-08-15T05:04:38.820Z Compiling waitgroup v0.1.2
22912024-08-15T05:04:38.869Z Compiling slog-bunyan v2.5.0
22922024-08-15T05:04:38.903Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22932024-08-15T05:04:38.957Z Compiling rustls-webpki v0.102.4
22942024-08-15T05:04:38.981Z Compiling rustls-pemfile v2.1.3
22952024-08-15T05:04:39.006Z Compiling toml v0.8.19
22962024-08-15T05:04:39.030Z Compiling newtype-uuid v1.1.0
22972024-08-15T05:04:39.077Z Compiling ipnetwork v0.20.0
22982024-08-15T05:04:39.107Z Compiling serde_path_to_error v0.1.16
22992024-08-15T05:04:39.274Z Compiling hostname v0.4.0
23002024-08-15T05:04:39.298Z Compiling instant v0.1.12
23012024-08-15T05:04:39.386Z Compiling debug-ignore v1.0.5
23022024-08-15T05:04:39.426Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23032024-08-15T05:04:39.506Z Compiling backoff v0.4.0
23042024-08-15T05:04:39.531Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23052024-08-15T05:04:39.811Z Compiling rustls v0.22.4
23062024-08-15T05:04:39.835Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23072024-08-15T05:04:39.859Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23082024-08-15T05:04:39.884Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092024-08-15T05:04:40.047Z Compiling multer v3.1.0
23102024-08-15T05:04:40.076Z Compiling serde_with v3.8.3
23112024-08-15T05:04:40.483Z Compiling parse-display v0.10.0
23122024-08-15T05:04:40.726Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23132024-08-15T05:04:40.797Z Compiling num-rational v0.4.2
23142024-08-15T05:04:40.822Z Compiling num-complex v0.4.6
23152024-08-15T05:04:40.882Z Compiling macaddr v1.0.1
23162024-08-15T05:04:41.681Z Compiling num v0.4.3
23172024-08-15T05:04:41.706Z Compiling float-ord v0.3.2
23182024-08-15T05:04:42.673Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23192024-08-15T05:04:43.362Z Compiling tokio-rustls v0.25.0
23202024-08-15T05:04:43.648Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23212024-08-15T05:04:47.126Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23222024-08-15T05:05:01.525Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23232024-08-15T05:05:05.058Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23242024-08-15T05:05:05.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.19s
23252024-08-15T05:05:06.051Z
23262024-08-15T05:05:06.051Zinfo: running `cargo check --bins` on oximeter-impl (63/150)
23272024-08-15T05:05:07.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282024-08-15T05:05:07.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292024-08-15T05:05:07.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302024-08-15T05:05:07.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
23312024-08-15T05:05:07.090Z
23322024-08-15T05:05:07.090Zinfo: running `cargo check --bins` on oximeter-macro-impl (64/150)
23332024-08-15T05:05:07.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342024-08-15T05:05:07.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352024-08-15T05:05:07.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362024-08-15T05:05:07.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
23372024-08-15T05:05:08.028Z
23382024-08-15T05:05:08.028Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (65/150)
23392024-08-15T05:05:08.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402024-08-15T05:05:08.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412024-08-15T05:05:08.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422024-08-15T05:05:08.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
23432024-08-15T05:05:09.001Z
23442024-08-15T05:05:09.001Zinfo: running `cargo check --bins` on nexus-inventory (66/150)
23452024-08-15T05:05:09.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462024-08-15T05:05:09.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472024-08-15T05:05:09.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482024-08-15T05:05:09.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
23492024-08-15T05:05:10.007Z
23502024-08-15T05:05:10.007Zinfo: running `cargo check --bins` on typed-rng (67/150)
23512024-08-15T05:05:10.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522024-08-15T05:05:10.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532024-08-15T05:05:10.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542024-08-15T05:05:10.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
23552024-08-15T05:05:10.962Z
23562024-08-15T05:05:10.962Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (68/150)
23572024-08-15T05:05:11.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582024-08-15T05:05:11.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592024-08-15T05:05:12.114Z Checking password-hash v0.5.0
23602024-08-15T05:05:12.114Z Checking blake2 v0.10.6
23612024-08-15T05:05:12.139Z Compiling convert_case v0.4.0
23622024-08-15T05:05:12.139Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23632024-08-15T05:05:12.139Z Compiling semver v0.1.20
23642024-08-15T05:05:12.139Z Compiling rayon-core v1.12.1
23652024-08-15T05:05:12.168Z Compiling crossbeam-deque v0.8.5
23662024-08-15T05:05:12.193Z Compiling curve25519-dalek v4.1.3
23672024-08-15T05:05:12.463Z Compiling rustc_version v0.1.7
23682024-08-15T05:05:12.522Z Compiling unicase v2.7.0
23692024-08-15T05:05:12.546Z Checking keccak v0.1.5
23702024-08-15T05:05:12.571Z Checking argon2 v0.5.3
23712024-08-15T05:05:12.745Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23722024-08-15T05:05:12.770Z Compiling same-file v1.0.6
23732024-08-15T05:05:12.794Z Compiling fastrand v2.1.0
23742024-08-15T05:05:12.819Z Checking sha3 v0.10.8
23752024-08-15T05:05:12.892Z Compiling newtype_derive v0.1.6
23762024-08-15T05:05:12.974Z Compiling derive_more v0.99.18
23772024-08-15T05:05:13.001Z Compiling walkdir v2.5.0
23782024-08-15T05:05:13.122Z Compiling tempfile v3.10.1
23792024-08-15T05:05:13.147Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23802024-08-15T05:05:13.219Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23812024-08-15T05:05:13.272Z Compiling thiserror-impl-no-std v2.0.2
23822024-08-15T05:05:13.380Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23832024-08-15T05:05:13.490Z Checking universal-hash v0.5.1
23842024-08-15T05:05:13.514Z Checking secrecy v0.8.0
23852024-08-15T05:05:13.623Z Compiling blake3 v1.5.1
23862024-08-15T05:05:13.648Z Compiling ring v0.16.20
23872024-08-15T05:05:13.681Z Compiling curve25519-dalek-derive v0.1.1
23882024-08-15T05:05:13.847Z Compiling derive-where v1.2.7
23892024-08-15T05:05:14.133Z Checking opaque-debug v0.3.1
23902024-08-15T05:05:14.210Z Checking poly1305 v0.8.0
23912024-08-15T05:05:14.612Z Compiling rayon v1.10.0
23922024-08-15T05:05:14.661Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932024-08-15T05:05:15.034Z Checking chacha20 v0.9.1
23942024-08-15T05:05:15.075Z Checking aead v0.5.2
23952024-08-15T05:05:15.259Z Compiling memmap2 v0.9.4
23962024-08-15T05:05:15.329Z Compiling constant_time_eq v0.3.0
23972024-08-15T05:05:15.492Z Compiling arrayvec v0.7.4
23982024-08-15T05:05:15.641Z Compiling libefi-sys v0.1.0
23992024-08-15T05:05:15.830Z Compiling arrayref v0.3.7
24002024-08-15T05:05:15.893Z Compiling spin v0.5.2
24012024-08-15T05:05:15.917Z Checking thiserror-no-std v2.0.2
24022024-08-15T05:05:15.941Z Compiling home v0.5.9
24032024-08-15T05:05:16.010Z Compiling untrusted v0.7.1
24042024-08-15T05:05:16.104Z Compiling toolchain_find v0.4.0
24052024-08-15T05:05:16.179Z Checking chacha20poly1305 v0.10.1
24062024-08-15T05:05:16.203Z Checking steno v0.4.1
24072024-08-15T05:05:16.463Z Checking vsss-rs v3.3.4
24082024-08-15T05:05:16.663Z Compiling camino-tempfile v1.1.1
24092024-08-15T05:05:16.765Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24102024-08-15T05:05:17.036Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24112024-08-15T05:05:17.060Z Compiling bitfield-struct v0.6.1
24122024-08-15T05:05:17.354Z Compiling topological-sort v0.2.2
24132024-08-15T05:05:17.535Z Compiling cancel-safe-futures v0.1.5
24142024-08-15T05:05:17.951Z Compiling mime_guess v2.0.4
24152024-08-15T05:05:18.183Z Compiling rustfmt-wrapper v0.2.1
24162024-08-15T05:05:18.217Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24172024-08-15T05:05:18.701Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24182024-08-15T05:05:19.013Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24192024-08-15T05:05:19.065Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24202024-08-15T05:05:19.117Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24212024-08-15T05:05:19.169Z Compiling omicron-zone-package v0.11.0
24222024-08-15T05:05:19.325Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24232024-08-15T05:05:19.726Z Checking gethostname v0.5.0
24242024-08-15T05:05:19.838Z Checking libsw v3.3.1
24252024-08-15T05:05:19.875Z Checking linear-map v1.2.0
24262024-08-15T05:05:19.903Z Checking swrite v0.1.0
24272024-08-15T05:05:19.926Z Checking owo-colors v4.0.0
24282024-08-15T05:05:20.072Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24292024-08-15T05:05:20.178Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24302024-08-15T05:05:20.412Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24312024-08-15T05:05:20.542Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24322024-08-15T05:05:20.890Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24332024-08-15T05:05:21.029Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24342024-08-15T05:05:21.249Z Checking kstat-rs v0.2.4
24352024-08-15T05:05:21.273Z Checking nanorand v0.7.0
24362024-08-15T05:05:21.381Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24372024-08-15T05:05:21.539Z Checking glob v0.3.1
24382024-08-15T05:05:21.638Z Checking http-range v0.1.5
24392024-08-15T05:05:21.662Z Checking flume v0.11.0
24402024-08-15T05:05:21.806Z Checking hyper-staticfile v0.9.5
24412024-08-15T05:05:21.830Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24422024-08-15T05:05:21.896Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24432024-08-15T05:05:22.077Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24442024-08-15T05:05:22.151Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24452024-08-15T05:05:22.272Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24462024-08-15T05:05:22.459Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24472024-08-15T05:05:23.227Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24482024-08-15T05:05:23.305Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24492024-08-15T05:05:23.781Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24502024-08-15T05:05:24.142Z Checking itertools v0.13.0
24512024-08-15T05:05:24.397Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24522024-08-15T05:05:24.749Z Checking display-error-chain v0.2.0
24532024-08-15T05:05:25.196Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24542024-08-15T05:05:31.606Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24552024-08-15T05:05:38.649Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24562024-08-15T05:05:38.649Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24572024-08-15T05:05:39.677Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24582024-08-15T05:05:55.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.27s
24592024-08-15T05:05:55.387Z
24602024-08-15T05:05:55.387Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (69/150)
24612024-08-15T05:05:56.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-08-15T05:05:56.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-08-15T05:05:56.368Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24642024-08-15T05:06:11.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.28s
24652024-08-15T05:06:11.836Z
24662024-08-15T05:06:11.836Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (70/150)
24672024-08-15T05:06:12.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-08-15T05:06:12.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-08-15T05:06:12.798Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24702024-08-15T05:06:27.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.75s
24712024-08-15T05:06:27.758Z
24722024-08-15T05:06:27.758Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (71/150)
24732024-08-15T05:06:28.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-08-15T05:06:28.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-08-15T05:06:28.733Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24762024-08-15T05:06:43.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.21s
24772024-08-15T05:06:44.141Z
24782024-08-15T05:06:44.141Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (72/150)
24792024-08-15T05:06:44.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-08-15T05:06:44.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-08-15T05:06:45.112Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24822024-08-15T05:07:00.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.30s
24832024-08-15T05:07:00.598Z
24842024-08-15T05:07:00.598Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (73/150)
24852024-08-15T05:07:01.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-08-15T05:07:01.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-08-15T05:07:01.574Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24882024-08-15T05:07:17.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.52s
24892024-08-15T05:07:17.290Z
24902024-08-15T05:07:17.290Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (74/150)
24912024-08-15T05:07:18.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-08-15T05:07:18.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-08-15T05:07:18.248Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24942024-08-15T05:07:33.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.33s
24952024-08-15T05:07:33.789Z
24962024-08-15T05:07:33.789Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (75/150)
24972024-08-15T05:07:34.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-08-15T05:07:34.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-08-15T05:07:34.756Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25002024-08-15T05:07:49.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.10s
25012024-08-15T05:07:50.050Z
25022024-08-15T05:07:50.050Zinfo: running `cargo check --bins` on bootstrap-agent-api (76/150)
25032024-08-15T05:07:50.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-08-15T05:07:50.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-08-15T05:07:50.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-08-15T05:07:50.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
25072024-08-15T05:07:50.937Z
25082024-08-15T05:07:50.937Zinfo: running `cargo check --bins` on nexus-client (77/150)
25092024-08-15T05:07:51.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-08-15T05:07:51.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-08-15T05:07:51.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-08-15T05:07:51.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
25132024-08-15T05:07:51.819Z
25142024-08-15T05:07:51.819Zinfo: running `cargo check --bins` on sled-agent-types (78/150)
25152024-08-15T05:07:52.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-08-15T05:07:52.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-08-15T05:07:52.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-08-15T05:07:52.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25192024-08-15T05:07:52.662Z
25202024-08-15T05:07:52.662Zinfo: running `cargo check --bins` on bootstrap-agent-client (79/150)
25212024-08-15T05:07:53.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-08-15T05:07:53.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-08-15T05:07:53.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-08-15T05:07:53.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25252024-08-15T05:07:53.497Z
25262024-08-15T05:07:53.497Zinfo: running `cargo check --bins` on dpd-client (80/150)
25272024-08-15T05:07:54.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-08-15T05:07:54.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-08-15T05:07:54.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-08-15T05:07:54.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25312024-08-15T05:07:54.310Z
25322024-08-15T05:07:54.310Zinfo: running `cargo check --bins` on installinator-common (81/150)
25332024-08-15T05:07:55.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-08-15T05:07:55.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-08-15T05:07:55.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-08-15T05:07:55.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25372024-08-15T05:07:55.173Z
25382024-08-15T05:07:55.174Zinfo: running `cargo check --bins` on update-engine (82/150)
25392024-08-15T05:07:55.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-08-15T05:07:55.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-08-15T05:07:55.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-08-15T05:07:55.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25432024-08-15T05:07:56.010Z
25442024-08-15T05:07:56.010Zinfo: running `cargo check --bins` on key-manager (83/150)
25452024-08-15T05:07:56.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-08-15T05:07:56.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-08-15T05:07:56.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-08-15T05:07:56.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
25492024-08-15T05:07:56.885Z
25502024-08-15T05:07:56.885Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (84/150)
25512024-08-15T05:07:57.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-08-15T05:07:57.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-08-15T05:07:57.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-08-15T05:07:57.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25552024-08-15T05:07:57.741Z
25562024-08-15T05:07:57.741Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (85/150)
25572024-08-15T05:07:58.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-08-15T05:07:58.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-08-15T05:07:58.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-08-15T05:07:58.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25612024-08-15T05:07:58.562Z
25622024-08-15T05:07:58.562Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/150)
25632024-08-15T05:07:59.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-08-15T05:07:59.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-08-15T05:07:59.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-08-15T05:07:59.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25672024-08-15T05:07:59.411Z
25682024-08-15T05:07:59.411Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/150)
25692024-08-15T05:08:00.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-08-15T05:08:00.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-08-15T05:08:00.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-08-15T05:08:00.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25732024-08-15T05:08:00.260Z
25742024-08-15T05:08:00.260Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/150)
25752024-08-15T05:08:01.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-08-15T05:08:01.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-08-15T05:08:01.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-08-15T05:08:01.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25792024-08-15T05:08:01.122Z
25802024-08-15T05:08:01.122Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/150)
25812024-08-15T05:08:01.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-08-15T05:08:01.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-08-15T05:08:01.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-08-15T05:08:01.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
25852024-08-15T05:08:02.058Z
25862024-08-15T05:08:02.059Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/150)
25872024-08-15T05:08:02.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-08-15T05:08:02.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-08-15T05:08:02.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-08-15T05:08:02.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25912024-08-15T05:08:02.902Z
25922024-08-15T05:08:02.902Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/150)
25932024-08-15T05:08:03.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-08-15T05:08:03.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-08-15T05:08:03.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-08-15T05:08:03.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25972024-08-15T05:08:03.747Z
25982024-08-15T05:08:03.747Zinfo: running `cargo check --bins` on oximeter-producer (92/150)
25992024-08-15T05:08:04.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-08-15T05:08:04.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-08-15T05:08:04.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-08-15T05:08:04.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26032024-08-15T05:08:04.618Z
26042024-08-15T05:08:04.618Zinfo: running `cargo check --bins` on sled-agent-api (93/150)
26052024-08-15T05:08:05.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-08-15T05:08:05.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-08-15T05:08:05.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-08-15T05:08:05.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26092024-08-15T05:08:05.501Z
26102024-08-15T05:08:05.501Zinfo: running `cargo check --bins` on sled-hardware (94/150)
26112024-08-15T05:08:06.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-08-15T05:08:06.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-08-15T05:08:06.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142024-08-15T05:08:06.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26152024-08-15T05:08:06.389Z
26162024-08-15T05:08:06.389Zinfo: running `cargo check --bins --no-default-features` on sled-storage (95/150)
26172024-08-15T05:08:07.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-08-15T05:08:07.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-08-15T05:08:07.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202024-08-15T05:08:07.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26212024-08-15T05:08:07.250Z
26222024-08-15T05:08:07.250Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (96/150)
26232024-08-15T05:08:08.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-08-15T05:08:08.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-08-15T05:08:08.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-08-15T05:08:08.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26272024-08-15T05:08:08.142Z
26282024-08-15T05:08:08.142Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (97/150)
26292024-08-15T05:08:08.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-08-15T05:08:08.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-08-15T05:08:08.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-08-15T05:08:08.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26332024-08-15T05:08:09.030Z
26342024-08-15T05:08:09.030Zinfo: running `cargo check --bins` on nexus-test-interface (98/150)
26352024-08-15T05:08:09.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-08-15T05:08:09.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-08-15T05:08:09.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-08-15T05:08:09.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26392024-08-15T05:08:09.925Z
26402024-08-15T05:08:09.925Zinfo: running `cargo check --bins` on oximeter-collector (99/150)
26412024-08-15T05:08:10.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-08-15T05:08:10.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-08-15T05:08:10.871Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26442024-08-15T05:08:10.871Z Checking bcs v0.1.6
26452024-08-15T05:08:10.871Z Compiling async-recursion v1.1.1
26462024-08-15T05:08:10.871Z Checking highway v1.2.0
26472024-08-15T05:08:10.895Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26482024-08-15T05:08:10.895Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26492024-08-15T05:08:12.043Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26502024-08-15T05:08:16.075Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26512024-08-15T05:08:18.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.39s
26522024-08-15T05:08:18.471Z
26532024-08-15T05:08:18.471Zinfo: running `cargo check --bins` on oximeter-api (100/150)
26542024-08-15T05:08:19.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-08-15T05:08:19.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-08-15T05:08:19.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572024-08-15T05:08:19.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26582024-08-15T05:08:19.302Z
26592024-08-15T05:08:19.302Zinfo: running `cargo check --bins` on oximeter-client (101/150)
26602024-08-15T05:08:20.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-08-15T05:08:20.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-08-15T05:08:20.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632024-08-15T05:08:20.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26642024-08-15T05:08:20.159Z
26652024-08-15T05:08:20.159Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (102/150)
26662024-08-15T05:08:20.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-08-15T05:08:20.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-08-15T05:08:21.059Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26692024-08-15T05:08:21.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
26702024-08-15T05:08:21.874Z
26712024-08-15T05:08:21.875Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (103/150)
26722024-08-15T05:08:22.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-08-15T05:08:22.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-08-15T05:08:22.758Z Compiling vte_generate_state_changes v0.1.1
26752024-08-15T05:08:22.758Z Checking fd-lock v4.0.2
26762024-08-15T05:08:22.782Z Checking bytecount v0.6.8
26772024-08-15T05:08:22.782Z Compiling tabled_derive v0.7.0
26782024-08-15T05:08:22.782Z Checking crossterm v0.27.0
26792024-08-15T05:08:22.782Z Compiling peg-macros v0.8.4
26802024-08-15T05:08:22.782Z Compiling sqlparser_derive v0.2.2
26812024-08-15T05:08:22.782Z Checking nu-ansi-term v0.50.0
26822024-08-15T05:08:22.958Z Checking papergrid v0.11.0
26832024-08-15T05:08:22.982Z Checking home v0.5.9
26842024-08-15T05:08:23.106Z Checking unicode_categories v0.1.1
26852024-08-15T05:08:23.157Z Checking rustyline v14.0.0
26862024-08-15T05:08:23.321Z Checking vte v0.11.1
26872024-08-15T05:08:23.360Z Checking sqlformat v0.2.4
26882024-08-15T05:08:23.729Z Checking sqlparser v0.45.0
26892024-08-15T05:08:24.208Z Checking crossterm v0.28.1
26902024-08-15T05:08:24.349Z Checking strip-ansi-escapes v0.2.0
26912024-08-15T05:08:24.492Z Checking reedline v0.33.0
26922024-08-15T05:08:24.920Z Checking tabled v0.15.0
26932024-08-15T05:08:25.414Z Checking peg v0.8.4
26942024-08-15T05:08:30.961Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26952024-08-15T05:08:38.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.33s
26962024-08-15T05:08:38.383Z
26972024-08-15T05:08:38.383Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (104/150)
26982024-08-15T05:08:39.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992024-08-15T05:08:39.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002024-08-15T05:08:39.249Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27012024-08-15T05:08:46.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.15s
27022024-08-15T05:08:46.693Z
27032024-08-15T05:08:46.693Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (105/150)
27042024-08-15T05:08:47.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052024-08-15T05:08:47.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062024-08-15T05:08:47.564Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27072024-08-15T05:08:54.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s
27082024-08-15T05:08:54.691Z
27092024-08-15T05:08:54.691Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (106/150)
27102024-08-15T05:08:55.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112024-08-15T05:08:55.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122024-08-15T05:08:55.563Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27132024-08-15T05:09:00.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s
27142024-08-15T05:09:00.815Z
27152024-08-15T05:09:00.815Zinfo: running `cargo check --bins` on cockroach-admin-client (107/150)
27162024-08-15T05:09:01.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172024-08-15T05:09:01.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182024-08-15T05:09:01.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192024-08-15T05:09:01.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27202024-08-15T05:09:01.670Z
27212024-08-15T05:09:01.670Zinfo: running `cargo check --bins` on installinator-client (108/150)
27222024-08-15T05:09:02.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232024-08-15T05:09:02.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242024-08-15T05:09:02.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252024-08-15T05:09:02.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27262024-08-15T05:09:02.530Z
27272024-08-15T05:09:02.530Zinfo: running `cargo check --bins` on oxide-client (109/150)
27282024-08-15T05:09:03.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292024-08-15T05:09:03.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302024-08-15T05:09:03.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312024-08-15T05:09:03.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27322024-08-15T05:09:03.349Z
27332024-08-15T05:09:03.349Zinfo: running `cargo check --bins` on wicketd-client (110/150)
27342024-08-15T05:09:04.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352024-08-15T05:09:04.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362024-08-15T05:09:04.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372024-08-15T05:09:04.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27382024-08-15T05:09:04.226Z
27392024-08-15T05:09:04.226Zinfo: running `cargo check --bins` on wicket-common (111/150)
27402024-08-15T05:09:05.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-08-15T05:09:05.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-08-15T05:09:05.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432024-08-15T05:09:05.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27442024-08-15T05:09:05.119Z
27452024-08-15T05:09:05.119Zinfo: running `cargo check --bins` on omicron-cockroach-admin (112/150)
27462024-08-15T05:09:05.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-08-15T05:09:05.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-08-15T05:09:05.994Z Checking csv-core v0.1.11
27492024-08-15T05:09:06.018Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27502024-08-15T05:09:06.298Z Checking csv v1.3.0
27512024-08-15T05:09:06.980Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27522024-08-15T05:09:07.422Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27532024-08-15T05:09:08.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
27542024-08-15T05:09:09.100Z
27552024-08-15T05:09:09.100Zinfo: running `cargo check --bins` on cockroach-admin-api (113/150)
27562024-08-15T05:09:09.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572024-08-15T05:09:09.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582024-08-15T05:09:09.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592024-08-15T05:09:09.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27602024-08-15T05:09:09.976Z
27612024-08-15T05:09:09.976Zinfo: running `cargo check --bins` on cockroach-admin-types (114/150)
27622024-08-15T05:09:10.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-08-15T05:09:10.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-08-15T05:09:10.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-08-15T05:09:10.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27662024-08-15T05:09:10.838Z
27672024-08-15T05:09:10.838Zinfo: running `cargo check --bins` on cert-dev (115/150)
27682024-08-15T05:09:11.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-08-15T05:09:11.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-08-15T05:09:11.667Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27712024-08-15T05:09:11.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
27722024-08-15T05:09:12.034Z
27732024-08-15T05:09:12.034Zinfo: running `cargo check --bins` on ch-dev (116/150)
27742024-08-15T05:09:12.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-08-15T05:09:12.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-08-15T05:09:12.934Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27772024-08-15T05:09:13.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
27782024-08-15T05:09:13.844Z
27792024-08-15T05:09:13.845Zinfo: running `cargo check --bins` on crdb-seed (117/150)
27802024-08-15T05:09:14.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-08-15T05:09:14.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-08-15T05:09:14.746Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27832024-08-15T05:09:15.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
27842024-08-15T05:09:15.215Z
27852024-08-15T05:09:15.215Zinfo: running `cargo check --bins` on db-dev (118/150)
27862024-08-15T05:09:15.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-08-15T05:09:16.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-08-15T05:09:16.107Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27892024-08-15T05:09:16.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
27902024-08-15T05:09:17.081Z
27912024-08-15T05:09:17.081Zinfo: running `cargo check --bins` on omicron-dev-lib (119/150)
27922024-08-15T05:09:17.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-08-15T05:09:17.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-08-15T05:09:17.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-08-15T05:09:17.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27962024-08-15T05:09:17.949Z
27972024-08-15T05:09:17.949Zinfo: running `cargo check --bins` on xtask-downloader (120/150)
27982024-08-15T05:09:18.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-08-15T05:09:18.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-08-15T05:09:18.738Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28012024-08-15T05:09:19.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
28022024-08-15T05:09:19.827Z
28032024-08-15T05:09:19.827Zinfo: running `cargo check --bins` on mgs-dev (121/150)
28042024-08-15T05:09:20.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-08-15T05:09:20.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-08-15T05:09:20.774Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28072024-08-15T05:09:21.350Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28082024-08-15T05:09:21.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
28092024-08-15T05:09:22.016Z
28102024-08-15T05:09:22.016Zinfo: running `cargo check --bins` on omicron-omdb (122/150)
28112024-08-15T05:09:22.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-08-15T05:09:22.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-08-15T05:09:23.075Z Compiling glob v0.3.1
28142024-08-15T05:09:23.075Z Compiling crunchy v0.2.2
28152024-08-15T05:09:23.099Z Compiling tiny-keccak v2.0.2
28162024-08-15T05:09:23.099Z Compiling dsl_auto_type v0.1.2
28172024-08-15T05:09:23.099Z Checking scheduled-thread-pool v0.2.7
28182024-08-15T05:09:23.099Z Compiling diesel_table_macro_syntax v0.2.0
28192024-08-15T05:09:23.185Z Compiling ascii-canvas v3.0.0
28202024-08-15T05:09:23.211Z Compiling ena v0.14.3
28212024-08-15T05:09:23.330Z Checking r2d2 v0.8.10
28222024-08-15T05:09:23.384Z Compiling libloading v0.8.3
28232024-08-15T05:09:23.534Z Compiling bindgen v0.69.4
28242024-08-15T05:09:23.558Z Compiling diff v0.1.13
28252024-08-15T05:09:23.594Z Compiling regex-syntax v0.6.29
28262024-08-15T05:09:23.657Z Compiling which v4.4.2
28272024-08-15T05:09:23.751Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28282024-08-15T05:09:23.933Z Compiling clang-sys v1.7.0
28292024-08-15T05:09:23.957Z Compiling cexpr v0.6.0
28302024-08-15T05:09:24.150Z Compiling shlex v1.3.0
28312024-08-15T05:09:24.201Z Compiling ref-cast v1.0.23
28322024-08-15T05:09:24.225Z Compiling lazycell v1.3.0
28332024-08-15T05:09:24.257Z Compiling rustc-hash v1.1.0
28342024-08-15T05:09:24.383Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28352024-08-15T05:09:24.407Z Compiling derive_builder_core v0.20.0
28362024-08-15T05:09:24.517Z Compiling libxml v0.3.3
28372024-08-15T05:09:24.556Z Compiling diesel_derives v2.2.2
28382024-08-15T05:09:24.644Z Compiling ref-cast-impl v1.0.23
28392024-08-15T05:09:24.727Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28402024-08-15T05:09:24.894Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28412024-08-15T05:09:25.160Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28422024-08-15T05:09:25.405Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28432024-08-15T05:09:25.451Z Compiling strum_macros v0.24.3
28442024-08-15T05:09:25.726Z Compiling cookie v0.18.1
28452024-08-15T05:09:25.750Z Compiling indoc v1.0.9
28462024-08-15T05:09:26.494Z Compiling lalrpop v0.19.12
28472024-08-15T05:09:26.623Z Compiling derive_builder_macro v0.20.0
28482024-08-15T05:09:27.362Z Checking derive_builder v0.20.0
28492024-08-15T05:09:27.505Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28502024-08-15T05:09:27.529Z Compiling oso-derive v0.27.3
28512024-08-15T05:09:27.755Z Compiling impl-trait-for-tuples v0.2.2
28522024-08-15T05:09:28.433Z Checking quick-xml v0.31.0
28532024-08-15T05:09:28.457Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28542024-08-15T05:09:28.517Z Checking maplit v1.0.2
28552024-08-15T05:09:28.785Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28562024-08-15T05:09:29.039Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28572024-08-15T05:09:29.291Z Checking bb8 v0.8.5
28582024-08-15T05:09:29.684Z Compiling const_format_proc_macros v0.2.32
28592024-08-15T05:09:30.154Z Checking crossbeam-deque v0.8.5
28602024-08-15T05:09:30.178Z Compiling portable-atomic v1.6.0
28612024-08-15T05:09:30.417Z Checking rayon-core v1.12.1
28622024-08-15T05:09:30.988Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28632024-08-15T05:09:31.088Z Checking castaway v0.2.3
28642024-08-15T05:09:31.233Z Checking compact_str v0.8.0
28652024-08-15T05:09:31.462Z Checking const_format v0.2.32
28662024-08-15T05:09:31.873Z Checking rayon v1.10.0
28672024-08-15T05:09:32.106Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28682024-08-15T05:09:32.251Z Checking unicode-truncate v1.0.0
28692024-08-15T05:09:32.348Z Checking lru v0.12.3
28702024-08-15T05:09:32.453Z Compiling instability v0.3.2
28712024-08-15T05:09:32.606Z Checking number_prefix v0.4.0
28722024-08-15T05:09:32.770Z Checking smawk v0.3.2
28732024-08-15T05:09:32.947Z Checking unicode-linebreak v0.1.5
28742024-08-15T05:09:33.291Z Checking cassowary v0.3.0
28752024-08-15T05:09:33.323Z Checking textwrap v0.16.1
28762024-08-15T05:09:33.678Z Checking ratatui v0.28.0
28772024-08-15T05:09:33.724Z Checking multimap v0.10.0
28782024-08-15T05:09:34.537Z Checking diesel v2.2.2
28792024-08-15T05:09:35.140Z Checking indicatif v0.17.8
28802024-08-15T05:09:54.322Z Compiling samael v0.0.15
28812024-08-15T05:10:02.717Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28822024-08-15T05:10:05.132Z Compiling polar-core v0.27.3
28832024-08-15T05:10:13.701Z Checking oso v0.27.3
28842024-08-15T05:11:28.517Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28852024-08-15T05:11:35.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
28862024-08-15T05:11:35.632Z
28872024-08-15T05:11:35.632Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (123/150)
28882024-08-15T05:11:36.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-08-15T05:11:36.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-08-15T05:11:36.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-08-15T05:11:36.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
28922024-08-15T05:11:36.567Z
28932024-08-15T05:11:36.567Zinfo: running `cargo check --bins` on nexus-saga-recovery (124/150)
28942024-08-15T05:11:37.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-08-15T05:11:37.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-08-15T05:11:37.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972024-08-15T05:11:37.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28982024-08-15T05:11:37.499Z
28992024-08-15T05:11:37.499Zinfo: running `cargo check --bins` on nexus-test-utils-macros (125/150)
29002024-08-15T05:11:38.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-08-15T05:11:38.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-08-15T05:11:38.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032024-08-15T05:11:38.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29042024-08-15T05:11:38.301Z
29052024-08-15T05:11:38.301Zinfo: running `cargo check --bins` on omicron-nexus (126/150)
29062024-08-15T05:11:39.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072024-08-15T05:11:39.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082024-08-15T05:11:39.390Z Compiling libz-sys v1.1.16
29092024-08-15T05:11:39.416Z Compiling libgit2-sys v0.17.0+1.8.1
29102024-08-15T05:11:39.440Z Compiling getrandom v0.1.16
29112024-08-15T05:11:39.464Z Compiling vergen v8.3.2
29122024-08-15T05:11:39.464Z Compiling cargo-platform v0.1.8
29132024-08-15T05:11:39.464Z Compiling pin-project-internal v1.1.5
29142024-08-15T05:11:39.504Z Compiling snafu-derive v0.8.2
29152024-08-15T05:11:39.504Z Compiling libsqlite3-sys v0.28.0
29162024-08-15T05:11:39.736Z Compiling cargo_metadata v0.18.1
29172024-08-15T05:11:39.938Z Compiling buf-list v1.0.3
29182024-08-15T05:11:40.028Z Checking globset v0.4.14
29192024-08-15T05:11:40.268Z Checking olpc-cjson v0.1.3
29202024-08-15T05:11:40.327Z Checking rand_core v0.5.1
29212024-08-15T05:11:40.443Z Checking rand_seeder v0.3.0
29222024-08-15T05:11:40.467Z Checking serde_plain v1.0.2
29232024-08-15T05:11:40.569Z Checking typed-path v0.7.1
29242024-08-15T05:11:40.593Z Checking rand_chacha v0.2.2
29252024-08-15T05:11:40.642Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29262024-08-15T05:11:40.884Z Checking rand v0.7.3
29272024-08-15T05:11:40.939Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29282024-08-15T05:11:41.189Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29292024-08-15T05:11:41.213Z Checking hashlink v0.9.1
29302024-08-15T05:11:41.482Z Checking fallible-streaming-iterator v0.1.9
29312024-08-15T05:11:41.684Z Checking fallible-iterator v0.3.0
29322024-08-15T05:11:41.785Z Checking parse-size v1.0.0
29332024-08-15T05:11:41.993Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29342024-08-15T05:11:42.100Z Checking pin-project v1.1.5
29352024-08-15T05:11:42.134Z Checking twox-hash v1.6.3
29362024-08-15T05:11:42.214Z Checking rusqlite v0.31.0
29372024-08-15T05:11:42.244Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29382024-08-15T05:11:42.268Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29392024-08-15T05:11:42.515Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29402024-08-15T05:11:42.755Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29412024-08-15T05:11:42.857Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29422024-08-15T05:11:43.119Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29432024-08-15T05:11:43.273Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29442024-08-15T05:11:43.297Z Checking fatfs v0.3.6
29452024-08-15T05:11:43.539Z Checking assert_matches v1.5.0
29462024-08-15T05:11:44.255Z Checking snafu v0.8.2
29472024-08-15T05:11:44.688Z Checking tough v0.17.1
29482024-08-15T05:11:48.657Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29492024-08-15T05:11:50.071Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29502024-08-15T05:11:50.859Z Compiling git2 v0.19.0
29512024-08-15T05:11:56.856Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29522024-08-15T05:13:08.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
29532024-08-15T05:13:08.662Z
29542024-08-15T05:13:08.662Zinfo: running `cargo check --bins` on nexus-internal-api (127/150)
29552024-08-15T05:13:09.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562024-08-15T05:13:09.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572024-08-15T05:13:09.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582024-08-15T05:13:09.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29592024-08-15T05:13:09.595Z
29602024-08-15T05:13:09.595Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (128/150)
29612024-08-15T05:13:10.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622024-08-15T05:13:10.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632024-08-15T05:13:10.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642024-08-15T05:13:10.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
29652024-08-15T05:13:10.500Z
29662024-08-15T05:13:10.500Zinfo: running `cargo check --bins` on nexus-networking (129/150)
29672024-08-15T05:13:11.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682024-08-15T05:13:11.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692024-08-15T05:13:11.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29702024-08-15T05:13:11.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29712024-08-15T05:13:11.434Z
29722024-08-15T05:13:11.434Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (130/150)
29732024-08-15T05:13:12.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-08-15T05:13:12.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-08-15T05:13:12.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762024-08-15T05:13:12.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
29772024-08-15T05:13:12.313Z
29782024-08-15T05:13:12.313Zinfo: running `cargo check --bins` on update-common (131/150)
29792024-08-15T05:13:13.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802024-08-15T05:13:13.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812024-08-15T05:13:13.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822024-08-15T05:13:13.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
29832024-08-15T05:13:13.205Z
29842024-08-15T05:13:13.205Zinfo: running `cargo check --bins` on tufaceous-lib (132/150)
29852024-08-15T05:13:13.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-08-15T05:13:14.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-08-15T05:13:14.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882024-08-15T05:13:14.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29892024-08-15T05:13:14.095Z
29902024-08-15T05:13:14.095Zinfo: running `cargo check --bins` on tufaceous (133/150)
29912024-08-15T05:13:14.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-08-15T05:13:14.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-08-15T05:13:14.984Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29942024-08-15T05:13:16.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
29952024-08-15T05:13:16.144Z
29962024-08-15T05:13:16.144Zinfo: running `cargo check --bins` on omicron-dev (134/150)
29972024-08-15T05:13:17.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-08-15T05:13:17.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-08-15T05:13:17.285Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30002024-08-15T05:13:17.285Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30012024-08-15T05:13:17.285Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30022024-08-15T05:13:18.899Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30032024-08-15T05:13:21.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
30042024-08-15T05:13:22.029Z
30052024-08-15T05:13:22.029Zinfo: running `cargo check --bins` on openapi-manager (135/150)
30062024-08-15T05:13:22.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072024-08-15T05:13:22.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082024-08-15T05:13:22.956Z Checking is_ci v1.2.0
30092024-08-15T05:13:22.956Z Checking heck v0.4.1
30102024-08-15T05:13:22.956Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30112024-08-15T05:13:22.981Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30122024-08-15T05:13:22.981Z Checking indent_write v2.2.0
30132024-08-15T05:13:23.089Z Checking supports-color v3.0.0
30142024-08-15T05:13:23.172Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30152024-08-15T05:13:24.866Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30162024-08-15T05:13:25.862Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30172024-08-15T05:13:27.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s
30182024-08-15T05:13:27.159Z
30192024-08-15T05:13:27.159Zinfo: running `cargo check --bins` on installinator-api (136/150)
30202024-08-15T05:13:27.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212024-08-15T05:13:27.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222024-08-15T05:13:27.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232024-08-15T05:13:27.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30242024-08-15T05:13:28.004Z
30252024-08-15T05:13:28.005Zinfo: running `cargo check --bins` on wicketd-api (137/150)
30262024-08-15T05:13:28.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272024-08-15T05:13:28.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282024-08-15T05:13:28.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292024-08-15T05:13:28.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30302024-08-15T05:13:28.861Z
30312024-08-15T05:13:28.861Zinfo: running `cargo check --bins` on reconfigurator-cli (138/150)
30322024-08-15T05:13:29.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332024-08-15T05:13:29.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342024-08-15T05:13:29.825Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30352024-08-15T05:13:31.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
30362024-08-15T05:13:31.376Z
30372024-08-15T05:13:31.376Zinfo: running `cargo check --bins` on omicron-releng (139/150)
30382024-08-15T05:13:32.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-08-15T05:13:32.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-08-15T05:13:32.233Z Checking memmap2 v0.9.4
30412024-08-15T05:13:32.233Z Checking arrayref v0.3.7
30422024-08-15T05:13:32.233Z Checking arrayvec v0.7.4
30432024-08-15T05:13:32.258Z Checking untrusted v0.7.1
30442024-08-15T05:13:32.258Z Checking constant_time_eq v0.3.0
30452024-08-15T05:13:32.258Z Checking spin v0.5.2
30462024-08-15T05:13:32.258Z Checking cargo-platform v0.1.8
30472024-08-15T05:13:32.258Z Checking topological-sort v0.2.2
30482024-08-15T05:13:32.380Z Checking shell-words v1.1.0
30492024-08-15T05:13:32.460Z Checking ring v0.16.20
30502024-08-15T05:13:32.580Z Checking cargo_metadata v0.18.1
30512024-08-15T05:13:32.620Z Checking blake3 v1.5.1
30522024-08-15T05:13:33.881Z Checking omicron-zone-package v0.11.0
30532024-08-15T05:13:35.199Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30542024-08-15T05:13:36.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
30552024-08-15T05:13:36.413Z
30562024-08-15T05:13:36.413Zinfo: running `cargo check --bins` on xtask (140/150)
30572024-08-15T05:13:37.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-08-15T05:13:37.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-08-15T05:13:37.028Z Checking serde v1.0.207
30602024-08-15T05:13:37.028Z Checking thiserror v1.0.63
30612024-08-15T05:13:37.028Z Checking scroll v0.12.0
30622024-08-15T05:13:37.029Z Checking hashbrown v0.14.5
30632024-08-15T05:13:37.052Z Checking log v0.4.21
30642024-08-15T05:13:37.052Z Checking bitflags v2.6.0
30652024-08-15T05:13:37.088Z Checking zerocopy v0.7.34
30662024-08-15T05:13:37.131Z Checking syn v2.0.74
30672024-08-15T05:13:37.182Z Checking pest v2.7.10
30682024-08-15T05:13:37.311Z Checking fs-err v2.11.0
30692024-08-15T05:13:37.335Z Checking rustix v0.38.34
30702024-08-15T05:13:37.458Z Checking goblin v0.8.2
30712024-08-15T05:13:37.567Z Checking tabled v0.15.0
30722024-08-15T05:13:38.022Z Checking indexmap v2.4.0
30732024-08-15T05:13:38.153Z Checking terminal_size v0.3.0
30742024-08-15T05:13:38.271Z Checking anyhow v1.0.86
30752024-08-15T05:13:38.295Z Checking clap_builder v4.5.15
30762024-08-15T05:13:39.136Z Checking dtrace-parser v0.2.0
30772024-08-15T05:13:40.837Z Checking clap v4.5.15
30782024-08-15T05:13:41.039Z Checking serde_json v1.0.124
30792024-08-15T05:13:41.039Z Checking serde_spanned v0.6.7
30802024-08-15T05:13:41.039Z Checking toml_datetime v0.6.8
30812024-08-15T05:13:41.063Z Checking semver v1.0.23
30822024-08-15T05:13:41.063Z Checking camino v1.1.7
30832024-08-15T05:13:41.063Z Checking cargo-platform v0.1.8
30842024-08-15T05:13:41.135Z Checking macaddr v1.0.1
30852024-08-15T05:13:41.333Z Checking toml_edit v0.22.20
30862024-08-15T05:13:42.230Z Checking dof v0.3.0
30872024-08-15T05:13:42.231Z Checking cargo_metadata v0.18.1
30882024-08-15T05:13:42.737Z Checking usdt-impl v0.5.0
30892024-08-15T05:13:43.155Z Checking usdt v0.5.0
30902024-08-15T05:13:43.373Z Checking toml v0.8.19
30912024-08-15T05:13:43.945Z Checking cargo_toml v0.20.4
30922024-08-15T05:13:45.426Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30932024-08-15T05:13:46.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.73s
30942024-08-15T05:13:46.247Z
30952024-08-15T05:13:46.247Zinfo: running `cargo check --bins` on end-to-end-tests (141/150)
30962024-08-15T05:13:46.842Z Downloading crates ...
30972024-08-15T05:13:47.128Z Downloaded blowfish v0.9.1
30982024-08-15T05:13:47.161Z Downloaded dirs-sys v0.4.1
30992024-08-15T05:13:47.161Z Downloaded option-ext v0.2.0
31002024-08-15T05:13:47.161Z Downloaded dirs v5.0.1
31012024-08-15T05:13:47.161Z Downloaded pbkdf2 v0.11.0
31022024-08-15T05:13:47.161Z Downloaded ssh-cipher v0.2.0
31032024-08-15T05:13:47.161Z Downloaded ssh-encoding v0.2.0
31042024-08-15T05:13:47.161Z Downloaded rfc6979 v0.4.0
31052024-08-15T05:13:47.161Z Downloaded dhcproto v0.12.0
31062024-08-15T05:13:47.185Z Downloaded p256 v0.13.2
31072024-08-15T05:13:47.185Z Downloaded ssh-key v0.6.6
31082024-08-15T05:13:47.185Z Downloaded p384 v0.13.0
31092024-08-15T05:13:47.185Z Downloaded polyval v0.6.2
31102024-08-15T05:13:47.185Z Downloaded internet-checksum v0.2.1
31112024-08-15T05:13:47.185Z Downloaded russh-keys v0.44.0
31122024-08-15T05:13:47.185Z Downloaded russh v0.44.1
31132024-08-15T05:13:47.185Z Downloaded p521 v0.13.3
31142024-08-15T05:13:47.209Z Downloaded num-bigint v0.4.5
31152024-08-15T05:13:47.209Z Downloaded ed25519 v2.2.3
31162024-08-15T05:13:47.209Z Downloaded aes-gcm v0.10.3
31172024-08-15T05:13:47.210Z Downloaded primeorder v0.13.6
31182024-08-15T05:13:47.210Z Downloaded ecdsa v0.16.9
31192024-08-15T05:13:47.210Z Downloaded russh-cryptovec v0.7.2
31202024-08-15T05:13:47.210Z Downloaded ghash v0.5.1
31212024-08-15T05:13:47.210Z Downloaded ed25519-dalek v2.1.1
31222024-08-15T05:13:47.210Z Downloaded password-hash v0.4.2
31232024-08-15T05:13:47.234Z Downloaded md5 v0.7.0
31242024-08-15T05:13:47.234Z Downloaded hex-literal v0.4.1
31252024-08-15T05:13:47.234Z Downloaded dhcproto-macros v0.1.0
31262024-08-15T05:13:47.234Z Downloaded bcrypt-pbkdf v0.10.0
31272024-08-15T05:13:47.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282024-08-15T05:13:47.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292024-08-15T05:13:47.395Z Checking polyval v0.6.2
31302024-08-15T05:13:47.395Z Checking rfc6979 v0.4.0
31312024-08-15T05:13:47.420Z Checking primeorder v0.13.6
31322024-08-15T05:13:47.420Z Checking ctr v0.9.2
31332024-08-15T05:13:47.474Z Checking ed25519 v2.2.3
31342024-08-15T05:13:47.498Z Checking ssh-encoding v0.2.0
31352024-08-15T05:13:47.498Z Checking blowfish v0.9.1
31362024-08-15T05:13:47.498Z Checking option-ext v0.2.0
31372024-08-15T05:13:47.593Z Checking ecdsa v0.16.9
31382024-08-15T05:13:47.616Z Checking dirs-sys v0.4.1
31392024-08-15T05:13:47.641Z Checking ghash v0.5.1
31402024-08-15T05:13:47.702Z Checking password-hash v0.4.2
31412024-08-15T05:13:47.726Z Checking bcrypt-pbkdf v0.10.0
31422024-08-15T05:13:47.760Z Checking russh-cryptovec v0.7.2
31432024-08-15T05:13:47.784Z Checking dirs v5.0.1
31442024-08-15T05:13:47.808Z Checking ed25519-dalek v2.1.1
31452024-08-15T05:13:47.808Z Checking aes-gcm v0.10.3
31462024-08-15T05:13:47.851Z Checking md5 v0.7.0
31472024-08-15T05:13:47.910Z Checking num-bigint v0.4.5
31482024-08-15T05:13:47.936Z Compiling dhcproto-macros v0.1.0
31492024-08-15T05:13:47.960Z Checking hex-literal v0.4.1
31502024-08-15T05:13:48.003Z Checking ssh-cipher v0.2.0
31512024-08-15T05:13:48.074Z Checking pbkdf2 v0.11.0
31522024-08-15T05:13:48.097Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31532024-08-15T05:13:48.097Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31542024-08-15T05:13:48.150Z Checking internet-checksum v0.2.1
31552024-08-15T05:13:48.208Z Checking p384 v0.13.0
31562024-08-15T05:13:48.246Z Checking ssh-key v0.6.6
31572024-08-15T05:13:48.296Z Checking p521 v0.13.3
31582024-08-15T05:13:48.326Z Checking p256 v0.13.2
31592024-08-15T05:13:48.699Z Checking dhcproto v0.12.0
31602024-08-15T05:13:49.610Z Checking russh-keys v0.44.0
31612024-08-15T05:13:50.710Z Checking russh v0.44.1
31622024-08-15T05:14:11.578Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31632024-08-15T05:14:13.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.94s
31642024-08-15T05:14:13.364Z
31652024-08-15T05:14:13.364Zinfo: running `cargo check --bins` on gateway-cli (142/150)
31662024-08-15T05:14:14.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672024-08-15T05:14:14.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682024-08-15T05:14:14.231Z Checking termios v0.3.3
31692024-08-15T05:14:14.407Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31702024-08-15T05:14:15.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
31712024-08-15T05:14:15.533Z
31722024-08-15T05:14:15.533Zinfo: running `cargo check --bins --no-default-features` on installinator (143/150)
31732024-08-15T05:14:16.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742024-08-15T05:14:16.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752024-08-15T05:14:16.454Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31762024-08-15T05:14:18.779Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31772024-08-15T05:14:20.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
31782024-08-15T05:14:21.067Z
31792024-08-15T05:14:21.067Zinfo: running `cargo check --bins` on internal-dns-cli (144/150)
31802024-08-15T05:14:21.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812024-08-15T05:14:21.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822024-08-15T05:14:21.903Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31832024-08-15T05:14:22.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
31842024-08-15T05:14:22.508Z
31852024-08-15T05:14:22.509Zinfo: running `cargo check --bins` on omicron-package (145/150)
31862024-08-15T05:14:23.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872024-08-15T05:14:23.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882024-08-15T05:14:23.391Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31892024-08-15T05:14:24.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
31902024-08-15T05:14:24.932Z
31912024-08-15T05:14:24.933Zinfo: running `cargo check --bins` on wicket-dbg (146/150)
31922024-08-15T05:14:25.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932024-08-15T05:14:25.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942024-08-15T05:14:25.834Z Checking rtoolbox v0.0.2
31952024-08-15T05:14:25.834Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31962024-08-15T05:14:25.858Z Checking tui-tree-widget v0.22.0
31972024-08-15T05:14:26.018Z Checking rpassword v7.3.1
31982024-08-15T05:14:30.803Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31992024-08-15T05:14:34.295Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32002024-08-15T05:14:35.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.69s
32012024-08-15T05:14:35.774Z
32022024-08-15T05:14:35.774Zinfo: running `cargo check --bins` on wicket (147/150)
32032024-08-15T05:14:36.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042024-08-15T05:14:36.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052024-08-15T05:14:36.658Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32062024-08-15T05:14:37.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
32072024-08-15T05:14:37.149Z
32082024-08-15T05:14:37.149Zinfo: running `cargo check --bins` on wicketd (148/150)
32092024-08-15T05:14:37.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102024-08-15T05:14:37.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112024-08-15T05:14:38.056Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32122024-08-15T05:14:42.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
32132024-08-15T05:14:42.578Z
32142024-08-15T05:14:42.578Zinfo: running `cargo check --bins` on omicron-workspace-hack (149/150)
32152024-08-15T05:14:43.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162024-08-15T05:14:43.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172024-08-15T05:14:43.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182024-08-15T05:14:43.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32192024-08-15T05:14:43.377Z
32202024-08-15T05:14:43.377Zinfo: running `cargo check --bins` on zone-setup (150/150)
32212024-08-15T05:14:44.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222024-08-15T05:14:44.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232024-08-15T05:14:44.337Z Checking uzers v0.11.3
32242024-08-15T05:14:44.625Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32252024-08-15T05:14:45.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
32262024-08-15T05:14:46.068Z
32272024-08-15T05:14:46.092Zreal 13:01.071267892
32282024-08-15T05:14:46.092Zuser 22:58.329022383
32292024-08-15T05:14:46.092Zsys 5:21.530634553
32302024-08-15T05:14:46.092Ztrap 0.589809094
32312024-08-15T05:14:46.092Ztflt 1.564790237
32322024-08-15T05:14:46.092Zdflt 2.917547899
32332024-08-15T05:14:46.092Zkflt 0.000935823
32342024-08-15T05:14:46.093Zlock 42:31.605869384
32352024-08-15T05:14:46.093Zslp 2:01:12.708232227
32362024-08-15T05:14:46.093Zlat 59.824205607
32372024-08-15T05:14:46.093Zstop 2:32.615894859
32382024-08-15T05:14:46.093Zprocess exited: duration 1021787 ms, exit code 0
 
32392024-08-15T05:14:46.141Zfound 0 output files