01JAHD6P5JMPYEH2DRSHXNSGY7: 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: 01JAHD70J16K6BTFVMCDCAJSFH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-19T03:30:58.462Zjob assigned to worker 01JAHD71HDDGJHJH0JKH95D57H (queued for 35 s)
 
22024-10-19T03:30:58.832Zstarting task 0: "setup"
32024-10-19T03:30:58.856Z++ uname -s
42024-10-19T03:30:58.856Z+ kern=SunOS
52024-10-19T03:30:58.856Z+ case "$kern" in
62024-10-19T03:30:58.856Z+ groupadd -g 12345 build
72024-10-19T03:30:58.856Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-19T03:31:00.864Z+ zfs create -o mountpoint=/work rpool/work
92024-10-19T03:31:00.901Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-19T03:31:00.925Z+ home_fs=zfs
112024-10-19T03:31:00.925Z+ [[ zfs == autofs ]]
122024-10-19T03:31:00.925Z+ mkdir -p /home/build
132024-10-19T03:31:00.925Z+ chown build:build /home/build /work
142024-10-19T03:31:02.913Z+ chmod 0700 /home/build /work
152024-10-19T03:31:02.938Zprocess exited: duration 4084 ms, exit code 0
 
162024-10-19T03:31:02.992Zstarting task 1: "rust-toolchain"
172024-10-19T03:31:03.020Z+ printf ' * toolchain channel = "%s"
182024-10-19T03:31:03.020Z' 1.80.1
192024-10-19T03:31:03.020Z+ printf ' * toolchain profile = "%s"
202024-10-19T03:31:03.020Z' default
212024-10-19T03:31:03.020Z * toolchain channel = "1.80.1"
222024-10-19T03:31:03.020Z * toolchain profile = "default"
232024-10-19T03:31:03.021Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-19T03:31:03.021Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-19T03:31:03.149Zinfo: downloading installer
262024-10-19T03:31:03.666Zinfo: profile set to 'default'
272024-10-19T03:31:03.667Zinfo: default host triple is x86_64-unknown-illumos
282024-10-19T03:31:03.690Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-19T03:31:03.807Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-19T03:31:03.807Zinfo: downloading component 'cargo'
312024-10-19T03:31:03.969Zinfo: downloading component 'clippy'
322024-10-19T03:31:04.028Zinfo: downloading component 'rust-docs'
332024-10-19T03:31:04.223Zinfo: downloading component 'rust-std'
342024-10-19T03:31:04.494Zinfo: downloading component 'rustc'
352024-10-19T03:31:05.251Zinfo: downloading component 'rustfmt'
362024-10-19T03:31:05.294Zinfo: installing component 'cargo'
372024-10-19T03:31:06.386Zinfo: installing component 'clippy'
382024-10-19T03:31:06.820Zinfo: installing component 'rust-docs'
392024-10-19T03:31:09.500Zinfo: installing component 'rust-std'
402024-10-19T03:31:11.429Zinfo: installing component 'rustc'
412024-10-19T03:31:16.417Zinfo: installing component 'rustfmt'
422024-10-19T03:31:16.798Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-19T03:31:16.798Z
442024-10-19T03:31:16.922Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-19T03:31:16.922Z
462024-10-19T03:31:16.922Z
472024-10-19T03:31:16.923ZRust is installed now. Great!
482024-10-19T03:31:16.923Z
492024-10-19T03:31:16.923ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-19T03:31:16.923Zenvironment variable. This has not been done automatically.
512024-10-19T03:31:16.923Z
522024-10-19T03:31:16.923ZTo configure your current shell, you need to source
532024-10-19T03:31:16.947Zthe corresponding env file under $HOME/.cargo.
542024-10-19T03:31:16.947Z
552024-10-19T03:31:16.947ZThis is usually done by running one of the following (note the leading DOT):
562024-10-19T03:31:16.947Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-19T03:31:16.947Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-19T03:31:16.991Z+ rustc --version
592024-10-19T03:31:17.106Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-19T03:31:17.130Zprocess exited: duration 14123 ms, exit code 0
 
612024-10-19T03:31:17.179Zstarting task 2: "authentication"
622024-10-19T03:31:17.236Zprocess exited: duration 56 ms, exit code 0
 
632024-10-19T03:31:17.284Zstarting task 3: "clone repository"
642024-10-19T03:31:17.309Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-19T03:31:17.309Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-19T03:31:17.333ZCloning into '/work/oxidecomputer/omicron'...
672024-10-19T03:31:23.742Z+ cd /work/oxidecomputer/omicron
682024-10-19T03:31:23.742Z+ git fetch origin 155e5d431f7707d69de500a94c112ffebb34577b
692024-10-19T03:31:24.170ZFrom https://github.com/oxidecomputer/omicron
702024-10-19T03:31:24.170Z * branch 155e5d431f7707d69de500a94c112ffebb34577b -> FETCH_HEAD
712024-10-19T03:31:24.194Z+ [[ -n refactor-networking-apis ]]
722024-10-19T03:31:24.194Z++ git branch --show-current
732024-10-19T03:31:24.194Z+ current=main
742024-10-19T03:31:24.194Z+ [[ main != refactor-networking-apis ]]
752024-10-19T03:31:24.194Z+ git branch -f refactor-networking-apis 155e5d431f7707d69de500a94c112ffebb34577b
762024-10-19T03:31:24.218Z+ git checkout -f refactor-networking-apis
772024-10-19T03:31:24.449ZSwitched to branch 'refactor-networking-apis'
782024-10-19T03:31:24.473Z+ git reset --hard 155e5d431f7707d69de500a94c112ffebb34577b
792024-10-19T03:31:24.577ZHEAD is now at 155e5d431 Round 2 of PR review fixes
802024-10-19T03:31:24.602Zprocess exited: duration 7295 ms, exit code 0
 
812024-10-19T03:31:24.650Zstarting task 4: "build"
822024-10-19T03:31:24.675Z+ cargo --version
832024-10-19T03:31:24.759Zcargo 1.80.1 (376290515 2024-07-16)
842024-10-19T03:31:24.783Z+ rustc --version
852024-10-19T03:31:24.860Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-10-19T03:31:24.884Z+ source ./env.sh
872024-10-19T03:31:24.884Z++ OLD_SHELL_OPTS=ehxB
882024-10-19T03:31:24.884Z++ set -o xtrace
892024-10-19T03:31:24.885Z++++ dirname ./env.sh
902024-10-19T03:31:24.885Z+++ readlink -f .
912024-10-19T03:31:24.885Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-10-19T03:31:24.885Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-10-19T03:31:24.885Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-10-19T03:31:24.885Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-10-19T03:31:24.885Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-10-19T03:31:24.885Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-10-19T03:31:24.885Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-10-19T03:31:24.885Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-10-19T03:31:24.885Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-10-19T03:31:24.885Z++ case $OLD_SHELL_OPTS in
1012024-10-19T03:31:24.885Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-10-19T03:31:24.885Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-10-19T03:31:24.885Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-10-19T03:31:24.885Z+ banner prerequisites
1052024-10-19T03:31:24.885Z
1062024-10-19T03:31:24.885Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-10-19T03:31:24.885Z # # # # # # # # # # # # # # #
1082024-10-19T03:31:24.885Z # # # # ##### # # ##### # # # # # #### #
1092024-10-19T03:31:24.885Z ##### ##### # ##### # # # # # # # # #
1102024-10-19T03:31:24.885Z # # # # # # # # # # # # # # #
1112024-10-19T03:31:24.885Z # # # ###### # # ###### ### # #### # #### #
1122024-10-19T03:31:24.885Z
1132024-10-19T03:31:24.885Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-10-19T03:31:33.550Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-10-19T03:31:37.374Z Startup: Caching catalogs ... Done
1162024-10-19T03:31:44.701ZPlanning: Solver setup ... Done (6.493s)
1172024-10-19T03:31:44.800ZPlanning: Running solver ... Done (0.099s)
1182024-10-19T03:31:44.874ZPlanning: Finding local manifests ... Done (0.002s)
1192024-10-19T03:31:44.954ZPlanning: Fetching manifests: 0/5 0% complete
1202024-10-19T03:31:45.398ZPlanning: Fetching manifests: 5/5 100% complete
1212024-10-19T03:31:45.515ZPlanning: Package planning ... Done (0.117s)
1222024-10-19T03:31:45.583ZPlanning: Merging actions ... Done (0.067s)
1232024-10-19T03:31:45.987ZPlanning: Checking for conflicting actions ... Done (0.401s)
1242024-10-19T03:31:47.092ZPlanning: Consolidating action changes ... Done (1.107s)
1252024-10-19T03:31:47.539ZPlanning: Evaluating mediators ... Done (0.447s)
1262024-10-19T03:31:47.646ZPlanning: Planning completed in 10.19 seconds
1272024-10-19T03:31:47.670Z Packages to install: 4
1282024-10-19T03:31:47.670Z Packages to update: 1
1292024-10-19T03:31:47.670Z Mediators to change: 2
1302024-10-19T03:31:47.670Z Services to change: 1
1312024-10-19T03:31:47.670Z Estimated space available: 148.81 GB
1322024-10-19T03:31:47.670ZEstimated space to be consumed: 1.58 GB
1332024-10-19T03:31:47.670Z Create boot environment: No
1342024-10-19T03:31:47.670ZCreate backup boot environment: Yes
1352024-10-19T03:31:47.670Z Rebuild boot archive: No
1362024-10-19T03:31:47.670Z
1372024-10-19T03:31:47.670ZChanged mediators:
1382024-10-19T03:31:47.670Z mediator clang:
1392024-10-19T03:31:47.670Z version: None -> 15 (system default)
1402024-10-19T03:31:47.670Z
1412024-10-19T03:31:47.670Z mediator llvm:
1422024-10-19T03:31:47.670Z version: 14 (system default) -> 15 (system default)
1432024-10-19T03:31:47.670Z
1442024-10-19T03:31:47.670ZChanged packages:
1452024-10-19T03:31:47.670Zhelios-dev
1462024-10-19T03:31:47.670Z developer/build-essential
1472024-10-19T03:31:47.671Z None -> 11-2.0
1482024-10-19T03:31:47.671Z library/libxmlsec1
1492024-10-19T03:31:47.671Z None -> 1.2.35-2.0
1502024-10-19T03:31:47.671Z ooce/developer/clang-15
1512024-10-19T03:31:47.671Z None -> 15.0.7-2.0
1522024-10-19T03:31:47.671Z ooce/developer/llvm-15
1532024-10-19T03:31:47.671Z None -> 15.0.7-2.0
1542024-10-19T03:31:47.671Z package/pkg
1552024-10-19T03:31:47.671Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-10-19T03:31:47.671Z
1572024-10-19T03:31:47.671ZServices:
1582024-10-19T03:31:47.671Z restart_fmri:
1592024-10-19T03:31:47.671Z svc:/system/update-man-index:default
1602024-10-19T03:31:47.671Z
1612024-10-19T03:31:47.671ZEditable files to change:
1622024-10-19T03:31:47.671Z Update:
1632024-10-19T03:31:47.671Z usr/share/lib/pkg/web/config.shtml
1642024-10-19T03:31:47.744Z
1652024-10-19T03:31:47.744ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-10-19T03:31:52.744ZDownload: 631/4281 items 17.9/220.6MB 8% complete (3.6M/s)
1672024-10-19T03:31:57.745ZDownload: 1198/4281 items 80.1/220.6MB 36% complete (8.1M/s)
1682024-10-19T03:32:02.746ZDownload: 2216/4281 items 119.2/220.6MB 54% complete (10.2M/s)
1692024-10-19T03:32:07.747ZDownload: 3247/4281 items 186.5/220.6MB 84% complete (10.6M/s)
1702024-10-19T03:32:12.752ZDownload: 3606/4281 items 215.5/220.6MB 97% complete (9.6M/s)
1712024-10-19T03:32:17.040ZDownload: Completed 220.60 MB in 29.30 seconds (7.5M/s)
1722024-10-19T03:32:18.503Z Actions: 1/5063 actions (Removing old actions)
1732024-10-19T03:32:18.528Z Actions: 194/5063 actions (Installing new actions)
1742024-10-19T03:32:24.227Z Actions: 3894/5063 actions (Installing new actions)
1752024-10-19T03:32:24.422Z Actions: 4226/5063 actions (Updating modified actions)
1762024-10-19T03:32:24.793Z Actions: Completed 5063 actions in 6.29 seconds.
1772024-10-19T03:32:25.293Z Done (0.491s)
1782024-10-19T03:32:25.316Z Done (0.000s)
1792024-10-19T03:32:25.876Z Done (0.582s)
1802024-10-19T03:32:30.728Z Done (4.701s)
1812024-10-19T03:32:30.823Z Done (0.018s)
1822024-10-19T03:32:30.847Z Done (0.000s)
1832024-10-19T03:32:30.981Z Done (0.000s)
1842024-10-19T03:32:31.650ZPlanning: Evaluating mediator changes ... Done
1852024-10-19T03:32:31.852ZPlanning: Checking for conflicting actions ... Done
1862024-10-19T03:32:31.876ZPlanning: Consolidating action changes ... Done
1872024-10-19T03:32:32.186ZPlanning: Evaluating mediators ... Done
1882024-10-19T03:32:32.210ZPlanning: Planning completed in 0.54 seconds
1892024-10-19T03:32:32.234Z Mediators to change: 2
1902024-10-19T03:32:32.234Z Create boot environment: No
1912024-10-19T03:32:32.234ZCreate backup boot environment: No
1922024-10-19T03:32:32.296Z Done
1932024-10-19T03:32:32.296Z Done
1942024-10-19T03:32:32.678Z Done
1952024-10-19T03:32:37.015Z Done
1962024-10-19T03:32:37.109Z Done
1972024-10-19T03:32:37.109Z Done
1982024-10-19T03:32:37.198Z Done
1992024-10-19T03:32:37.927ZPlanning: Evaluating mediator changes ... Done
2002024-10-19T03:32:37.951ZPlanning: Merging actions ... Done
2012024-10-19T03:32:38.169ZPlanning: Checking for conflicting actions ... Done
2022024-10-19T03:32:38.193ZPlanning: Consolidating action changes ... Done
2032024-10-19T03:32:38.509ZPlanning: Evaluating mediators ... Done
2042024-10-19T03:32:38.582ZPlanning: Planning completed in 0.95 seconds
2052024-10-19T03:32:38.629Z Packages to change: 1
2062024-10-19T03:32:38.629Z Mediators to change: 1
2072024-10-19T03:32:38.629Z Services to change: 1
2082024-10-19T03:32:38.629Z Create boot environment: No
2092024-10-19T03:32:38.629ZCreate backup boot environment: Yes
2102024-10-19T03:32:40.226Z Actions: 1/6 actions (Updating modified actions)
2112024-10-19T03:32:40.250Z Actions: Completed 6 actions in 0.00 seconds.
2122024-10-19T03:32:40.250Z Done
2132024-10-19T03:32:40.250Z Done
2142024-10-19T03:32:40.355Z Done
2152024-10-19T03:32:44.643Z Done
2162024-10-19T03:32:44.741Z Done
2172024-10-19T03:32:44.765Z Done
2182024-10-19T03:32:44.836Z Done
2192024-10-19T03:32:45.366ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-10-19T03:32:45.366Zclang system 15 system
2212024-10-19T03:32:45.366Zcsh system system illumos
2222024-10-19T03:32:45.366Zctags system system illumos
2232024-10-19T03:32:45.366Zgcc vendor 12 vendor
2242024-10-19T03:32:45.366Zgcc system 10 system
2252024-10-19T03:32:45.366Zgcc system 7 system
2262024-10-19T03:32:45.366Zgo system 1.20 system
2272024-10-19T03:32:45.366Zgo system 1.19 system
2282024-10-19T03:32:45.366Zllvm system 15 system
2292024-10-19T03:32:45.366Zllvm system 14 system
2302024-10-19T03:32:45.366Zmariadb system 10.6 system
2312024-10-19T03:32:45.366Zmta vendor vendor dma
2322024-10-19T03:32:45.366Zopenjdk system 17 system
2332024-10-19T03:32:45.366Zopenjdk system 11 system
2342024-10-19T03:32:45.366Zopenjdk system 1.8 system
2352024-10-19T03:32:45.366Zopenssl vendor 3 vendor
2362024-10-19T03:32:45.366Zperl system 5.36 system
2372024-10-19T03:32:45.366Zpostgresql system 15 system
2382024-10-19T03:32:45.366Zpostgresql system 13 system
2392024-10-19T03:32:45.366Zpython vendor 3 vendor
2402024-10-19T03:32:45.366Zpython system 2 system
2412024-10-19T03:32:45.366Zpython3 system 3.11 system
2422024-10-19T03:32:45.366Zruby system 3.0 system
2432024-10-19T03:32:45.367Zwords vendor vendor american-english
2442024-10-19T03:32:45.367Zwords system system australian-english
2452024-10-19T03:32:45.367Zwords system system british-english
2462024-10-19T03:32:45.367Zwords system system canadian-english
2472024-10-19T03:32:45.367Zwords system system french
2482024-10-19T03:32:45.367Zwords system system italian
2492024-10-19T03:32:45.367Zwords system system ngerman
2502024-10-19T03:32:45.367Zwords system system ogerman
2512024-10-19T03:32:45.367Zwords system system spanish
2522024-10-19T03:32:45.758ZPUBLISHER TYPE STATUS P LOCATION
2532024-10-19T03:32:45.758Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-10-19T03:32:48.534ZFMRI IFO
2552024-10-19T03:32:48.534Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-10-19T03:32:48.534Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-10-19T03:32:48.534Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-10-19T03:32:48.534Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-10-19T03:32:48.534Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-10-19T03:32:48.534Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-10-19T03:32:48.534Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622024-10-19T03:32:48.534Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632024-10-19T03:32:48.534Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-10-19T03:32:48.534Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2652024-10-19T03:32:48.534Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2662024-10-19T03:32:48.534Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2672024-10-19T03:32:48.534Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682024-10-19T03:32:49.327Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2692024-10-19T03:32:49.692Z Updating git repository `https://github.com/oxidecomputer/zone`
2702024-10-19T03:32:50.064Z Updating crates.io index
2712024-10-19T03:32:50.093Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2722024-10-19T03:32:51.026Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-10-19T03:32:51.883Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-10-19T03:32:52.238Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2752024-10-19T03:32:54.006Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-10-19T03:32:54.333Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-10-19T03:32:54.658Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-10-19T03:32:55.502Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-10-19T03:32:57.519Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-10-19T03:32:58.632Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-10-19T03:32:59.365Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-10-19T03:32:59.739Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-10-19T03:33:00.387Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2842024-10-19T03:33:00.857Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2852024-10-19T03:33:01.259Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-10-19T03:33:01.786Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-10-19T03:33:02.254Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-10-19T03:33:02.580Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-10-19T03:33:02.936Z Updating git repository `https://github.com/oxidecomputer/clickward`
2902024-10-19T03:33:03.333Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2912024-10-19T03:33:03.752Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922024-10-19T03:33:04.190Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2932024-10-19T03:33:04.725Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942024-10-19T03:33:05.246Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2952024-10-19T03:33:05.688Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962024-10-19T03:33:06.239Z Updating git repository `https://github.com/oxidecomputer/typify`
2972024-10-19T03:33:08.471Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-10-19T03:33:08.804Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-10-19T03:33:09.177Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-10-19T03:33:09.615Z Updating git repository `https://github.com/oxidecomputer/rfb`
3012024-10-19T03:33:11.060Z Downloading crates ...
3022024-10-19T03:33:11.121Z Downloaded cargo_metadata v0.18.1
3032024-10-19T03:33:11.146Z Downloaded is_terminal_polyfill v1.70.0
3042024-10-19T03:33:11.146Z Downloaded usdt-macro v0.5.0
3052024-10-19T03:33:11.146Z Downloaded usdt-attr-macro v0.5.0
3062024-10-19T03:33:11.146Z Downloaded quote v1.0.36
3072024-10-19T03:33:11.146Z Downloaded scroll_derive v0.12.0
3082024-10-19T03:33:11.146Z Downloaded version_check v0.9.5
3092024-10-19T03:33:11.146Z Downloaded ucd-trie v0.1.6
3102024-10-19T03:33:11.146Z Downloaded zerocopy-derive v0.7.34
3112024-10-19T03:33:11.171Z Downloaded toml_edit v0.22.20
3122024-10-19T03:33:11.199Z Downloaded winnow v0.6.18
3132024-10-19T03:33:11.199Z Downloaded usdt-impl v0.5.0
3142024-10-19T03:33:11.199Z Downloaded zerocopy v0.7.34
3152024-10-19T03:33:11.222Z Downloaded unicode-width v0.1.13
3162024-10-19T03:33:11.245Z Downloaded libc v0.2.156
3172024-10-19T03:33:11.269Z Downloaded cpufeatures v0.2.12
3182024-10-19T03:33:11.269Z Downloaded tabled v0.15.0
3192024-10-19T03:33:11.294Z Downloaded syn v2.0.74
3202024-10-19T03:33:11.294Z Downloaded syn v1.0.109
3212024-10-19T03:33:11.317Z Downloaded rustix v0.38.34
3222024-10-19T03:33:11.341Z Downloaded pest v2.7.10
3232024-10-19T03:33:11.341Z Downloaded memchr v2.7.2
3242024-10-19T03:33:11.341Z Downloaded hashbrown v0.14.5
3252024-10-19T03:33:11.365Z Downloaded usdt v0.5.0
3262024-10-19T03:33:11.365Z Downloaded unicode-ident v1.0.12
3272024-10-19T03:33:11.365Z Downloaded typenum v1.17.0
3282024-10-19T03:33:11.365Z Downloaded toml_datetime v0.6.8
3292024-10-19T03:33:11.365Z Downloaded thread-id v4.2.1
3302024-10-19T03:33:11.365Z Downloaded thiserror v1.0.63
3312024-10-19T03:33:11.365Z Downloaded tabled_derive v0.7.0
3322024-10-19T03:33:11.365Z Downloaded swrite v0.1.0
3332024-10-19T03:33:11.365Z Downloaded sha2 v0.10.8
3342024-10-19T03:33:11.365Z Downloaded serde_spanned v0.6.7
3352024-10-19T03:33:11.365Z Downloaded serde_json v1.0.125
3362024-10-19T03:33:11.389Z Downloaded serde_derive v1.0.208
3372024-10-19T03:33:11.389Z Downloaded semver v1.0.23
3382024-10-19T03:33:11.389Z Downloaded scroll v0.12.0
3392024-10-19T03:33:11.389Z Downloaded plain v0.2.3
3402024-10-19T03:33:11.389Z Downloaded pest_generator v2.7.10
3412024-10-19T03:33:11.389Z Downloaded once_cell v1.19.0
3422024-10-19T03:33:11.389Z Downloaded log v0.4.21
3432024-10-19T03:33:11.389Z Downloaded goblin v0.8.2
3442024-10-19T03:33:11.413Z Downloaded utf8parse v0.2.1
3452024-10-19T03:33:11.413Z Downloaded serde v1.0.208
3462024-10-19T03:33:11.413Z Downloaded proc-macro-error-attr v1.0.4
3472024-10-19T03:33:11.413Z Downloaded pretty-hex v0.4.1
3482024-10-19T03:33:11.413Z Downloaded heck v0.5.0
3492024-10-19T03:33:11.413Z Downloaded dof v0.3.0
3502024-10-19T03:33:11.413Z Downloaded crypto-common v0.1.6
3512024-10-19T03:33:11.413Z Downloaded itoa v1.0.11
3522024-10-19T03:33:11.413Z Downloaded indexmap v2.4.0
3532024-10-19T03:33:11.413Z Downloaded fnv v1.0.7
3542024-10-19T03:33:11.413Z Downloaded equivalent v1.0.1
3552024-10-19T03:33:11.413Z Downloaded colorchoice v1.0.1
3562024-10-19T03:33:11.437Z Downloaded clap_builder v4.5.15
3572024-10-19T03:33:11.437Z Downloaded toml v0.8.19
3582024-10-19T03:33:11.437Z Downloaded generic-array v0.14.7
3592024-10-19T03:33:11.437Z Downloaded clap v4.5.16
3602024-10-19T03:33:11.437Z Downloaded thiserror-impl v1.0.63
3612024-10-19T03:33:11.461Z Downloaded terminal_size v0.3.0
3622024-10-19T03:33:11.461Z Downloaded serde_tokenstream v0.2.2
3632024-10-19T03:33:11.461Z Downloaded ryu v1.0.18
3642024-10-19T03:33:11.461Z Downloaded proc-macro2 v1.0.86
3652024-10-19T03:33:11.461Z Downloaded proc-macro-error v1.0.4
3662024-10-19T03:33:11.461Z Downloaded pest_meta v2.7.10
3672024-10-19T03:33:11.461Z Downloaded pest_derive v2.7.10
3682024-10-19T03:33:11.461Z Downloaded papergrid v0.11.0
3692024-10-19T03:33:11.461Z Downloaded memmap v0.7.0
3702024-10-19T03:33:11.485Z Downloaded macaddr v1.0.1
3712024-10-19T03:33:11.485Z Downloaded dtrace-parser v0.2.0
3722024-10-19T03:33:11.485Z Downloaded clap_derive v4.5.13
3732024-10-19T03:33:11.485Z Downloaded cargo_toml v0.20.4
3742024-10-19T03:33:11.485Z Downloaded cargo-platform v0.1.8
3752024-10-19T03:33:11.485Z Downloaded camino v1.1.9
3762024-10-19T03:33:11.485Z Downloaded block-buffer v0.10.4
3772024-10-19T03:33:11.485Z Downloaded bitflags v2.6.0
3782024-10-19T03:33:11.485Z Downloaded errno v0.3.9
3792024-10-19T03:33:11.485Z Downloaded byteorder v1.5.0
3802024-10-19T03:33:11.485Z Downloaded autocfg v1.3.0
3812024-10-19T03:33:11.485Z Downloaded anstyle-query v1.0.3
3822024-10-19T03:33:11.485Z Downloaded strsim v0.11.1
3832024-10-19T03:33:11.485Z Downloaded heck v0.4.1
3842024-10-19T03:33:11.509Z Downloaded fs-err v2.11.0
3852024-10-19T03:33:11.509Z Downloaded digest v0.10.7
3862024-10-19T03:33:11.509Z Downloaded bytecount v0.6.8
3872024-10-19T03:33:11.509Z Downloaded clap_lex v0.7.0
3882024-10-19T03:33:11.509Z Downloaded cfg-if v1.0.0
3892024-10-19T03:33:11.509Z Downloaded anyhow v1.0.86
3902024-10-19T03:33:11.509Z Downloaded anstyle-parse v0.2.4
3912024-10-19T03:33:11.509Z Downloaded anstyle v1.0.8
3922024-10-19T03:33:11.510Z Downloaded anstream v0.6.14
3932024-10-19T03:33:11.638Z Compiling proc-macro2 v1.0.86
3942024-10-19T03:33:11.638Z Compiling unicode-ident v1.0.12
3952024-10-19T03:33:11.661Z Compiling version_check v0.9.5
3962024-10-19T03:33:11.661Z Compiling serde v1.0.208
3972024-10-19T03:33:11.661Z Compiling thiserror v1.0.63
3982024-10-19T03:33:11.661Z Compiling memchr v2.7.2
3992024-10-19T03:33:11.661Z Compiling libc v0.2.156
4002024-10-19T03:33:11.661Z Compiling ryu v1.0.18
4012024-10-19T03:33:11.924Z Compiling itoa v1.0.11
4022024-10-19T03:33:12.134Z Compiling ucd-trie v0.1.6
4032024-10-19T03:33:12.492Z Compiling once_cell v1.19.0
4042024-10-19T03:33:12.526Z Compiling byteorder v1.5.0
4052024-10-19T03:33:12.581Z Compiling serde_json v1.0.125
4062024-10-19T03:33:12.876Z Compiling usdt-impl v0.5.0
4072024-10-19T03:33:12.941Z Compiling proc-macro-error-attr v1.0.4
4082024-10-19T03:33:12.970Z Compiling syn v1.0.109
4092024-10-19T03:33:13.065Z Compiling rustix v0.38.34
4102024-10-19T03:33:13.269Z Compiling quote v1.0.36
4112024-10-19T03:33:13.320Z Compiling proc-macro-error v1.0.4
4122024-10-19T03:33:13.347Z Compiling equivalent v1.0.1
4132024-10-19T03:33:13.473Z Compiling plain v0.2.3
4142024-10-19T03:33:13.589Z Compiling syn v2.0.74
4152024-10-19T03:33:13.614Z Compiling errno v0.3.9
4162024-10-19T03:33:13.643Z Compiling log v0.4.21
4172024-10-19T03:33:13.778Z Compiling bitflags v2.6.0
4182024-10-19T03:33:13.845Z Compiling hashbrown v0.14.5
4192024-10-19T03:33:13.887Z Compiling utf8parse v0.2.1
4202024-10-19T03:33:14.079Z Compiling thread-id v4.2.1
4212024-10-19T03:33:14.179Z Compiling anstyle-parse v0.2.4
4222024-10-19T03:33:14.235Z Compiling semver v1.0.23
4232024-10-19T03:33:14.502Z Compiling camino v1.1.9
4242024-10-19T03:33:14.536Z Compiling autocfg v1.3.0
4252024-10-19T03:33:14.691Z Compiling winnow v0.6.18
4262024-10-19T03:33:15.000Z Compiling indexmap v2.4.0
4272024-10-19T03:33:15.089Z Compiling colorchoice v1.0.1
4282024-10-19T03:33:15.158Z Compiling anstyle-query v1.0.3
4292024-10-19T03:33:15.242Z Compiling pretty-hex v0.4.1
4302024-10-19T03:33:15.294Z Compiling anstyle v1.0.8
4312024-10-19T03:33:15.439Z Compiling is_terminal_polyfill v1.70.0
4322024-10-19T03:33:15.495Z Compiling fs-err v2.11.0
4332024-10-19T03:33:15.546Z Compiling terminal_size v0.3.0
4342024-10-19T03:33:15.645Z Compiling anstream v0.6.14
4352024-10-19T03:33:15.762Z Compiling anyhow v1.0.86
4362024-10-19T03:33:15.841Z Compiling bytecount v0.6.8
4372024-10-19T03:33:15.866Z Compiling fnv v1.0.7
4382024-10-19T03:33:15.993Z Compiling unicode-width v0.1.13
4392024-10-19T03:33:16.056Z Compiling heck v0.4.1
4402024-10-19T03:33:16.120Z Compiling strsim v0.11.1
4412024-10-19T03:33:16.295Z Compiling clap_lex v0.7.0
4422024-10-19T03:33:16.320Z Compiling heck v0.5.0
4432024-10-19T03:33:16.650Z Compiling clap_builder v4.5.15
4442024-10-19T03:33:16.778Z Compiling papergrid v0.11.0
4452024-10-19T03:33:16.834Z Compiling memmap v0.7.0
4462024-10-19T03:33:17.194Z Compiling swrite v0.1.0
4472024-10-19T03:33:18.603Z Compiling tabled_derive v0.7.0
4482024-10-19T03:33:20.322Z Compiling tabled v0.15.0
4492024-10-19T03:33:21.784Z Compiling serde_derive v1.0.208
4502024-10-19T03:33:21.808Z Compiling thiserror-impl v1.0.63
4512024-10-19T03:33:21.808Z Compiling zerocopy-derive v0.7.34
4522024-10-19T03:33:21.808Z Compiling scroll_derive v0.12.0
4532024-10-19T03:33:22.044Z Compiling clap_derive v4.5.13
4542024-10-19T03:33:22.964Z Compiling scroll v0.12.0
4552024-10-19T03:33:23.369Z Compiling goblin v0.8.2
4562024-10-19T03:33:23.453Z Compiling zerocopy v0.7.34
4572024-10-19T03:33:24.141Z Compiling pest v2.7.10
4582024-10-19T03:33:25.215Z Compiling clap v4.5.16
4592024-10-19T03:33:26.113Z Compiling pest_meta v2.7.10
4602024-10-19T03:33:27.055Z Compiling pest_generator v2.7.10
4612024-10-19T03:33:28.705Z Compiling pest_derive v2.7.10
4622024-10-19T03:33:29.363Z Compiling dtrace-parser v0.2.0
4632024-10-19T03:33:31.142Z Compiling serde_spanned v0.6.7
4642024-10-19T03:33:31.142Z Compiling toml_datetime v0.6.8
4652024-10-19T03:33:31.166Z Compiling cargo-platform v0.1.8
4662024-10-19T03:33:31.504Z Compiling serde_tokenstream v0.2.2
4672024-10-19T03:33:31.550Z Compiling toml_edit v0.22.20
4682024-10-19T03:33:31.701Z Compiling macaddr v1.0.1
4692024-10-19T03:33:32.497Z Compiling dof v0.3.0
4702024-10-19T03:33:32.497Z Compiling cargo_metadata v0.18.1
4712024-10-19T03:33:34.099Z Compiling toml v0.8.19
4722024-10-19T03:33:34.423Z Compiling usdt-attr-macro v0.5.0
4732024-10-19T03:33:34.523Z Compiling usdt-macro v0.5.0
4742024-10-19T03:33:34.831Z Compiling cargo_toml v0.20.4
4752024-10-19T03:33:35.620Z Compiling usdt v0.5.0
4762024-10-19T03:33:38.938Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4772024-10-19T03:33:43.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.85s
4782024-10-19T03:33:44.152Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4792024-10-19T03:33:44.946Z Downloading crates ...
4802024-10-19T03:33:45.066Z Downloaded atty v0.2.14
4812024-10-19T03:33:45.090Z Downloaded atomicwrites v0.4.3
4822024-10-19T03:33:45.090Z Downloaded adler v1.0.2
4832024-10-19T03:33:45.090Z Downloaded base64 v0.13.1
4842024-10-19T03:33:45.090Z Downloaded atomic-waker v1.1.2
4852024-10-19T03:33:45.091Z Downloaded cstr-argument v0.1.2
4862024-10-19T03:33:45.091Z Downloaded aead v0.5.2
4872024-10-19T03:33:45.091Z Downloaded crunchy v0.2.2
4882024-10-19T03:33:45.114Z Downloaded ciborium-ll v0.2.2
4892024-10-19T03:33:45.114Z Downloaded constant_time_eq v0.3.0
4902024-10-19T03:33:45.114Z Downloaded ident_case v1.0.1
4912024-10-19T03:33:45.114Z Downloaded data-encoding v2.6.0
4922024-10-19T03:33:45.114Z Downloaded defmt v0.3.8
4932024-10-19T03:33:45.139Z Downloaded tinyvec_macros v0.1.1
4942024-10-19T03:33:45.139Z Downloaded utf-8 v0.7.6
4952024-10-19T03:33:45.140Z Downloaded tls_codec v0.4.1
4962024-10-19T03:33:45.163Z Downloaded untrusted v0.9.0
4972024-10-19T03:33:45.163Z Downloaded foreign-types-shared v0.1.1
4982024-10-19T03:33:45.163Z Downloaded futures-sink v0.3.30
4992024-10-19T03:33:45.163Z Downloaded futures-io v0.3.30
5002024-10-19T03:33:45.163Z Downloaded hash32 v0.3.1
5012024-10-19T03:33:45.163Z Downloaded form_urlencoded v1.2.1
5022024-10-19T03:33:45.163Z Downloaded deranged v0.3.11
5032024-10-19T03:33:45.187Z Downloaded sync_wrapper v0.1.2
5042024-10-19T03:33:45.187Z Downloaded globset v0.4.14
5052024-10-19T03:33:45.187Z Downloaded same-file v1.0.6
5062024-10-19T03:33:45.187Z Downloaded float-ord v0.3.2
5072024-10-19T03:33:45.187Z Downloaded hash32 v0.2.1
5082024-10-19T03:33:45.187Z Downloaded display-error-chain v0.2.0
5092024-10-19T03:33:45.187Z Downloaded diesel_table_macro_syntax v0.2.0
5102024-10-19T03:33:46.238Z Downloaded sct v0.7.1
5112024-10-19T03:33:46.238Z Downloaded parse-size v1.0.0
5122024-10-19T03:33:46.238Z Downloaded path-slash v0.1.5
5132024-10-19T03:33:46.238Z Downloaded portpicker v0.1.1
5142024-10-19T03:33:46.238Z Downloaded termtree v0.4.1
5152024-10-19T03:33:46.238Z Downloaded dirs-sys-next v0.1.2
5162024-10-19T03:33:46.238Z Downloaded difflib v0.4.0
5172024-10-19T03:33:46.238Z Downloaded peg-runtime v0.8.3
5182024-10-19T03:33:46.284Z Downloaded strum v0.26.3
5192024-10-19T03:33:46.284Z Downloaded psl-types v2.0.11
5202024-10-19T03:33:46.284Z Downloaded serde-big-array v0.5.1
5212024-10-19T03:33:46.284Z Downloaded try-lock v0.2.5
5222024-10-19T03:33:46.284Z Downloaded hostname v0.3.1
5232024-10-19T03:33:46.284Z Downloaded phf_shared v0.11.2
5242024-10-19T03:33:46.284Z Downloaded either v1.13.0
5252024-10-19T03:33:46.284Z Downloaded unicode-xid v0.2.4
5262024-10-19T03:33:46.284Z Downloaded ena v0.14.3
5272024-10-19T03:33:46.284Z Downloaded tokio-macros v2.3.0
5282024-10-19T03:33:46.284Z Downloaded siphasher v0.3.11
5292024-10-19T03:33:46.284Z Downloaded ref-cast-impl v1.0.23
5302024-10-19T03:33:46.284Z Downloaded fastrand v2.1.0
5312024-10-19T03:33:46.284Z Downloaded predicates-tree v1.0.9
5322024-10-19T03:33:46.284Z Downloaded pretty-hex v0.2.1
5332024-10-19T03:33:46.284Z Downloaded ff v0.13.0
5342024-10-19T03:33:46.284Z Downloaded http-body v0.4.6
5352024-10-19T03:33:46.284Z Downloaded quick-error v1.2.3
5362024-10-19T03:33:46.284Z Downloaded radium v0.7.0
5372024-10-19T03:33:46.284Z Downloaded highway v1.2.0
5382024-10-19T03:33:46.284Z Downloaded httparse v1.8.0
5392024-10-19T03:33:46.284Z Downloaded fatfs v0.3.6
5402024-10-19T03:33:46.284Z Downloaded heapless v0.8.0
5412024-10-19T03:33:46.284Z Downloaded hickory-server v0.24.1
5422024-10-19T03:33:46.284Z Downloaded publicsuffix v2.2.3
5432024-10-19T03:33:46.284Z Downloaded rand v0.8.5
5442024-10-19T03:33:46.284Z Downloaded serde_with v3.9.0
5452024-10-19T03:33:46.284Z Downloaded quick-xml v0.31.0
5462024-10-19T03:33:46.284Z Downloaded hickory-proto v0.24.1
5472024-10-19T03:33:46.284Z Downloaded regex v1.10.6
5482024-10-19T03:33:46.284Z Downloaded radix_trie v0.2.1
5492024-10-19T03:33:46.284Z Downloaded tokio v1.38.1
5502024-10-19T03:33:46.284Z Downloaded sled v0.34.7
5512024-10-19T03:33:46.284Z Downloaded sha3 v0.10.8
5522024-10-19T03:33:46.285Z Downloaded ratatui v0.28.0
5532024-10-19T03:33:46.285Z Downloaded petgraph v0.6.5
5542024-10-19T03:33:46.285Z Downloaded rustls v0.21.12
5552024-10-19T03:33:46.285Z Downloaded encoding_rs v0.8.34
5562024-10-19T03:33:46.285Z Downloaded finl_unicode v1.2.0
5572024-10-19T03:33:46.285Z Downloaded libgit2-sys v0.17.0+1.8.1
5582024-10-19T03:33:46.285Z Downloaded regex-automata v0.4.6
5592024-10-19T03:33:46.285Z Downloaded openapiv3 v2.0.0
5602024-10-19T03:33:46.285Z Downloaded csv v1.3.0
5612024-10-19T03:33:46.285Z Downloaded sqlparser v0.45.0
5622024-10-19T03:33:46.285Z Downloaded polar-core v0.27.3
5632024-10-19T03:33:46.285Z Downloaded smoltcp v0.9.1
5642024-10-19T03:33:46.285Z Downloaded webpki-roots v0.25.4
5652024-10-19T03:33:46.285Z Downloaded regress v0.9.1
5662024-10-19T03:33:46.285Z Downloaded zerocopy-derive v0.6.6
5672024-10-19T03:33:46.285Z Downloaded openssl v0.10.66
5682024-10-19T03:33:46.285Z Downloaded bzip2-sys v0.1.11+1.0.8
5692024-10-19T03:33:46.285Z Downloaded smoltcp v0.11.0
5702024-10-19T03:33:46.285Z Downloaded ring v0.17.8
5712024-10-19T03:33:46.285Z Downloaded libz-sys v1.1.16
5722024-10-19T03:33:46.285Z Downloaded proptest v1.5.0
5732024-10-19T03:33:46.285Z Downloaded regex-syntax v0.8.4
5742024-10-19T03:33:46.285Z Downloaded libsqlite3-sys v0.28.0
5752024-10-19T03:33:46.285Z Downloaded regex-syntax v0.6.29
5762024-10-19T03:33:46.285Z Downloaded ring v0.16.20
5772024-10-19T03:33:46.309Z Downloaded diesel v2.2.2
5782024-10-19T03:33:46.334Z Downloaded rustls v0.22.4
5792024-10-19T03:33:46.360Z Downloaded object v0.32.2
5802024-10-19T03:33:46.360Z Downloaded object v0.30.4
5812024-10-19T03:33:46.383Z Downloaded nix v0.28.0
5822024-10-19T03:33:46.383Z Downloaded nix v0.27.1
5832024-10-19T03:33:46.406Z Downloaded idna v0.5.0
5842024-10-19T03:33:46.406Z Downloaded idna v0.4.0
5852024-10-19T03:33:46.430Z Downloaded idna v0.3.0
5862024-10-19T03:33:46.430Z Downloaded vcpkg v0.2.15
5872024-10-19T03:33:46.470Z Downloaded winnow v0.5.40
5882024-10-19T03:33:46.494Z Downloaded gimli v0.28.1
5892024-10-19T03:33:46.494Z Downloaded lalrpop v0.19.12
5902024-10-19T03:33:46.519Z Downloaded hickory-resolver v0.24.1
5912024-10-19T03:33:46.519Z Downloaded heapless v0.7.17
5922024-10-19T03:33:46.520Z Downloaded fd-lock v4.0.2
5932024-10-19T03:33:46.544Z Downloaded slog v2.7.0
5942024-10-19T03:33:46.545Z Downloaded portable-atomic v1.6.0
5952024-10-19T03:33:46.545Z Downloaded rusqlite v0.31.0
5962024-10-19T03:33:46.545Z Downloaded rustls-webpki v0.102.4
5972024-10-19T03:33:46.568Z Downloaded unicode_categories v0.1.1
5982024-10-19T03:33:46.568Z Downloaded unicode-normalization v0.1.23
5992024-10-19T03:33:46.568Z Downloaded tokio-util v0.7.11
6002024-10-19T03:33:46.593Z Downloaded rayon v1.10.0
6012024-10-19T03:33:46.593Z Downloaded hkdf v0.12.4
6022024-10-19T03:33:46.593Z Downloaded git2 v0.19.0
6032024-10-19T03:33:46.619Z Downloaded hyper v0.14.30
6042024-10-19T03:33:46.619Z Downloaded bstr v1.9.1
6052024-10-19T03:33:46.642Z Downloaded bindgen v0.69.4
6062024-10-19T03:33:46.643Z Downloaded signal-hook v0.3.17
6072024-10-19T03:33:46.643Z Downloaded elliptic-curve v0.13.8
6082024-10-19T03:33:46.643Z Downloaded unicode-segmentation v1.11.0
6092024-10-19T03:33:46.667Z Downloaded typed-path v0.7.1
6102024-10-19T03:33:46.667Z Downloaded serde_yaml v0.9.34+deprecated
6112024-10-19T03:33:46.667Z Downloaded time v0.3.36
6122024-10-19T03:33:46.667Z Downloaded reqwest v0.11.27
6132024-10-19T03:33:46.693Z Downloaded r2d2 v0.8.10
6142024-10-19T03:33:46.693Z Downloaded predicates v3.1.2
6152024-10-19T03:33:46.693Z Downloaded httpdate v1.0.3
6162024-10-19T03:33:46.693Z Downloaded hickory-client v0.24.1
6172024-10-19T03:33:46.693Z Downloaded unsafe-libyaml v0.2.11
6182024-10-19T03:33:46.693Z Downloaded tokio-postgres v0.7.11
6192024-10-19T03:33:46.717Z Downloaded http v1.1.0
6202024-10-19T03:33:46.717Z Downloaded rustls-webpki v0.101.7
6212024-10-19T03:33:46.741Z Downloaded fallible-streaming-iterator v0.1.9
6222024-10-19T03:33:46.741Z Downloaded fallible-iterator v0.3.0
6232024-10-19T03:33:46.741Z Downloaded rand_chacha v0.3.1
6242024-10-19T03:33:46.741Z Downloaded reedline v0.33.0
6252024-10-19T03:33:46.741Z Downloaded num-bigint-dig v0.8.4
6262024-10-19T03:33:46.741Z Downloaded hex v0.4.3
6272024-10-19T03:33:46.741Z Downloaded heck v0.3.3
6282024-10-19T03:33:46.741Z Downloaded unicode-bidi v0.3.15
6292024-10-19T03:33:46.764Z Downloaded libxml v0.3.3
6302024-10-19T03:33:46.764Z Downloaded itertools v0.12.1
6312024-10-19T03:33:46.765Z Downloaded enum-as-inner v0.6.0
6322024-10-19T03:33:46.765Z Downloaded slog-dtrace v0.3.0
6332024-10-19T03:33:46.765Z Downloaded slog-bunyan v2.5.0
6342024-10-19T03:33:46.765Z Downloaded serde_with_macros v3.9.0
6352024-10-19T03:33:46.788Z Downloaded rustc-demangle v0.1.24
6362024-10-19T03:33:46.788Z Downloaded itertools v0.13.0
6372024-10-19T03:33:46.788Z Downloaded http-range v0.1.5
6382024-10-19T03:33:46.788Z Downloaded slog-async v2.8.0
6392024-10-19T03:33:46.788Z Downloaded slab v0.4.9
6402024-10-19T03:33:46.788Z Downloaded shlex v1.3.0
6412024-10-19T03:33:46.788Z Downloaded shell-words v1.1.0
6422024-10-19T03:33:46.788Z Downloaded toml v0.7.8
6432024-10-19T03:33:46.788Z Downloaded predicates-core v1.0.6
6442024-10-19T03:33:46.788Z Downloaded precomputed-hash v0.1.1
6452024-10-19T03:33:46.812Z Downloaded headers-core v0.2.0
6462024-10-19T03:33:46.812Z Downloaded expectorate v1.1.0
6472024-10-19T03:33:46.812Z Downloaded http v0.2.12
6482024-10-19T03:33:46.812Z Downloaded endian-type v0.1.2
6492024-10-19T03:33:46.812Z Downloaded sha1 v0.10.6
6502024-10-19T03:33:46.812Z Downloaded sec1 v0.7.3
6512024-10-19T03:33:46.812Z Downloaded rand_seeder v0.3.0
6522024-10-19T03:33:46.812Z Downloaded rand_core v0.6.4
6532024-10-19T03:33:46.812Z Downloaded pkcs5 v0.7.1
6542024-10-19T03:33:46.812Z Downloaded vsss-rs v3.3.4
6552024-10-19T03:33:46.812Z Downloaded tracing-core v0.1.32
6562024-10-19T03:33:46.836Z Downloaded rustyline v14.0.0
6572024-10-19T03:33:46.836Z Downloaded h2 v0.3.26
6582024-10-19T03:33:46.836Z Downloaded ref-cast v1.0.23
6592024-10-19T03:33:46.836Z Downloaded rand_xorshift v0.3.0
6602024-10-19T03:33:46.836Z Downloaded tokio-rustls v0.24.1
6612024-10-19T03:33:46.836Z Downloaded pin-project v1.1.5
6622024-10-19T03:33:46.860Z Downloaded snafu v0.8.2
6632024-10-19T03:33:46.860Z Downloaded toml_edit v0.19.15
6642024-10-19T03:33:46.884Z Downloaded curve25519-dalek v4.1.3
6652024-10-19T03:33:46.908Z Downloaded slog-scope v4.4.0
6662024-10-19T03:33:46.908Z Downloaded untrusted v0.7.1
6672024-10-19T03:33:46.908Z Downloaded tokio-rustls v0.25.0
6682024-10-19T03:33:46.908Z Downloaded pkcs1 v0.7.5
6692024-10-19T03:33:46.908Z Downloaded postcard v1.0.8
6702024-10-19T03:33:46.908Z Downloaded tungstenite v0.21.0
6712024-10-19T03:33:46.908Z Downloaded tungstenite v0.20.1
6722024-10-19T03:33:46.932Z Downloaded futures-util v0.3.30
6732024-10-19T03:33:46.932Z Downloaded nom v7.1.3
6742024-10-19T03:33:46.955Z Downloaded slog-json v2.6.1
6752024-10-19T03:33:46.955Z Downloaded unicode-truncate v1.0.0
6762024-10-19T03:33:46.956Z Downloaded tokio-tungstenite v0.21.0
6772024-10-19T03:33:46.956Z Downloaded tokio-tungstenite v0.20.1
6782024-10-19T03:33:46.956Z Downloaded tokio-stream v0.1.15
6792024-10-19T03:33:46.956Z Downloaded vte v0.11.1
6802024-10-19T03:33:46.956Z Downloaded libm v0.2.8
6812024-10-19T03:33:46.980Z Downloaded embedded-io v0.4.0
6822024-10-19T03:33:46.980Z Downloaded dyn-clone v1.0.17
6832024-10-19T03:33:46.980Z Downloaded universal-hash v0.5.1
6842024-10-19T03:33:46.980Z Downloaded unicase v2.7.0
6852024-10-19T03:33:46.980Z Downloaded pin-project-lite v0.2.14
6862024-10-19T03:33:46.980Z Downloaded pin-project-internal v1.1.5
6872024-10-19T03:33:46.980Z Downloaded peg-macros v0.8.4
6882024-10-19T03:33:46.980Z Downloaded wyz v0.5.1
6892024-10-19T03:33:46.980Z Downloaded vergen v8.3.2
6902024-10-19T03:33:46.980Z Downloaded steno v0.4.1
6912024-10-19T03:33:47.004Z Downloaded openssl-sys v0.9.103
6922024-10-19T03:33:47.004Z Downloaded x509-cert v0.2.5
6932024-10-19T03:33:47.004Z Downloaded hashbrown v0.12.3
6942024-10-19T03:33:47.004Z Downloaded flate2 v1.0.31
6952024-10-19T03:33:47.028Z Downloaded ppv-lite86 v0.2.17
6962024-10-19T03:33:47.028Z Downloaded powerfmt v0.2.0
6972024-10-19T03:33:47.028Z Downloaded pin-utils v0.1.0
6982024-10-19T03:33:47.028Z Downloaded dsl_auto_type v0.1.2
6992024-10-19T03:33:47.028Z Downloaded hmac v0.12.1
7002024-10-19T03:33:47.028Z Downloaded smallvec v1.13.2
7012024-10-19T03:33:47.028Z Downloaded prettyplease v0.2.20
7022024-10-19T03:33:47.028Z Downloaded headers v0.3.9
7032024-10-19T03:33:47.051Z Downloaded rsa v0.9.6
7042024-10-19T03:33:47.051Z Downloaded tracing v0.1.40
7052024-10-19T03:33:47.051Z Downloaded slog-stdlog v4.1.1
7062024-10-19T03:33:47.052Z Downloaded unicode-linebreak v0.1.5
7072024-10-19T03:33:47.052Z Downloaded tokio-native-tls v0.3.1
7082024-10-19T03:33:47.052Z Downloaded wait-timeout v0.2.0
7092024-10-19T03:33:47.052Z Downloaded tls_codec_derive v0.4.1
7102024-10-19T03:33:47.052Z Downloaded time-macros v0.2.18
7112024-10-19T03:33:47.052Z Downloaded sqlformat v0.2.4
7122024-10-19T03:33:47.052Z Downloaded spki v0.7.3
7132024-10-19T03:33:47.075Z Downloaded slog-envlogger v2.2.0
7142024-10-19T03:33:47.075Z Downloaded rustc_version v0.1.7
7152024-10-19T03:33:47.075Z Downloaded postgres-types v0.2.7
7162024-10-19T03:33:47.075Z Downloaded postgres-protocol v0.6.7
7172024-10-19T03:33:47.076Z Downloaded rcgen v0.12.1
7182024-10-19T03:33:47.076Z Downloaded ron v0.8.1
7192024-10-19T03:33:47.076Z Downloaded diesel_derives v2.2.2
7202024-10-19T03:33:47.076Z Downloaded derive-where v1.2.7
7212024-10-19T03:33:47.099Z Downloaded futures v0.3.30
7222024-10-19T03:33:47.099Z Downloaded mio v1.0.2
7232024-10-19T03:33:47.099Z Downloaded minimal-lexical v0.2.1
7242024-10-19T03:33:47.099Z Downloaded phf_shared v0.10.0
7252024-10-19T03:33:47.099Z Downloaded phf v0.11.2
7262024-10-19T03:33:47.099Z Downloaded peg v0.8.4
7272024-10-19T03:33:47.123Z Downloaded downcast v0.11.0
7282024-10-19T03:33:47.123Z Downloaded vte_generate_state_changes v0.1.1
7292024-10-19T03:33:47.123Z Downloaded time-core v0.1.2
7302024-10-19T03:33:47.123Z Downloaded rustfmt-wrapper v0.2.1
7312024-10-19T03:33:47.123Z Downloaded rustc_version v0.4.0
7322024-10-19T03:33:47.123Z Downloaded rustc-hash v1.1.0
7332024-10-19T03:33:47.123Z Downloaded pkg-config v0.3.30
7342024-10-19T03:33:47.123Z Downloaded pkcs8 v0.10.2
7352024-10-19T03:33:47.123Z Downloaded erased-serde v0.3.31
7362024-10-19T03:33:47.123Z Downloaded twox-hash v1.6.3
7372024-10-19T03:33:47.123Z Downloaded smf v0.2.3
7382024-10-19T03:33:47.123Z Downloaded smawk v0.3.2
7392024-10-19T03:33:47.123Z Downloaded serde_urlencoded v0.7.1
7402024-10-19T03:33:47.123Z Downloaded serde_repr v0.1.19
7412024-10-19T03:33:47.147Z Downloaded serde_arrays v0.1.0
7422024-10-19T03:33:47.147Z Downloaded serde-hex v0.1.0
7432024-10-19T03:33:47.147Z Downloaded semver v0.1.20
7442024-10-19T03:33:47.147Z Downloaded rayon-core v1.12.1
7452024-10-19T03:33:47.147Z Downloaded proc-macro-crate v1.3.1
7462024-10-19T03:33:47.147Z Downloaded poly1305 v0.8.0
7472024-10-19T03:33:47.147Z Downloaded pem-rfc7468 v0.7.0
7482024-10-19T03:33:47.147Z Downloaded pem v3.0.4
7492024-10-19T03:33:47.147Z Downloaded fixedbitset v0.4.2
7502024-10-19T03:33:47.147Z Downloaded stringprep v0.1.4
7512024-10-19T03:33:47.147Z Downloaded derive_builder_core v0.20.0
7522024-10-19T03:33:47.147Z Downloaded half v2.4.1
7532024-10-19T03:33:47.171Z Downloaded der v0.7.9
7542024-10-19T03:33:47.171Z Downloaded zip v0.6.6
7552024-10-19T03:33:47.171Z Downloaded tough v0.17.1
7562024-10-19T03:33:47.171Z Downloaded itertools v0.10.5
7572024-10-19T03:33:47.195Z Downloaded bitvec v1.0.1
7582024-10-19T03:33:47.219Z Downloaded home v0.5.9
7592024-10-19T03:33:47.219Z Downloaded fallible-iterator v0.2.0
7602024-10-19T03:33:47.219Z Downloaded env_logger v0.10.2
7612024-10-19T03:33:47.219Z Downloaded env_logger v0.9.3
7622024-10-19T03:33:47.219Z Downloaded unarray v0.1.4
7632024-10-19T03:33:47.219Z Downloaded tui-tree-widget v0.22.0
7642024-10-19T03:33:47.219Z Downloaded smallvec v0.6.14
7652024-10-19T03:33:47.219Z Downloaded slog-term v2.9.1
7662024-10-19T03:33:47.219Z Downloaded walkdir v2.5.0
7672024-10-19T03:33:47.219Z Downloaded string_cache v0.8.7
7682024-10-19T03:33:47.219Z Downloaded ron v0.7.1
7692024-10-19T03:33:47.243Z Downloaded parking_lot v0.12.2
7702024-10-19T03:33:47.243Z Downloaded parking_lot v0.11.2
7712024-10-19T03:33:47.243Z Downloaded packed_struct v0.10.1
7722024-10-19T03:33:47.243Z Downloaded oso v0.27.3
7732024-10-19T03:33:47.243Z Downloaded diff v0.1.13
7742024-10-19T03:33:47.243Z Downloaded derive_more v0.99.18
7752024-10-19T03:33:47.243Z Downloaded subprocess v0.2.9
7762024-10-19T03:33:47.243Z Downloaded schemars v0.8.21
7772024-10-19T03:33:47.267Z Downloaded hashbrown v0.13.2
7782024-10-19T03:33:47.267Z Downloaded mio v0.8.11
7792024-10-19T03:33:47.290Z Downloaded indexmap v1.9.3
7802024-10-19T03:33:47.290Z Downloaded chrono v0.4.38
7812024-10-19T03:33:47.291Z Downloaded whoami v1.5.1
7822024-10-19T03:33:47.291Z Downloaded static_assertions v1.1.0
7832024-10-19T03:33:47.291Z Downloaded textwrap v0.16.1
7842024-10-19T03:33:47.291Z Downloaded test-strategy v0.3.1
7852024-10-19T03:33:47.314Z Downloaded term v0.7.0
7862024-10-19T03:33:47.314Z Downloaded tempfile v3.10.1
7872024-10-19T03:33:47.314Z Downloaded supports-color v3.0.0
7882024-10-19T03:33:47.314Z Downloaded rustls-pemfile v2.1.3
7892024-10-19T03:33:47.314Z Downloaded zone v0.1.8
7902024-10-19T03:33:47.314Z Downloaded url v2.5.2
7912024-10-19T03:33:47.315Z Downloaded hostname v0.4.0
7922024-10-19T03:33:47.315Z Downloaded filetime v0.2.24
7932024-10-19T03:33:47.315Z Downloaded want v0.3.1
7942024-10-19T03:33:47.315Z Downloaded stable_deref_trait v1.2.0
7952024-10-19T03:33:47.315Z Downloaded sqlparser_derive v0.2.2
7962024-10-19T03:33:47.315Z Downloaded rtoolbox v0.0.2
7972024-10-19T03:33:47.315Z Downloaded pbkdf2 v0.12.2
7982024-10-19T03:33:47.340Z Downloaded password-hash v0.5.0
7992024-10-19T03:33:47.340Z Downloaded parking_lot_core v0.9.10
8002024-10-19T03:33:47.340Z Downloaded parking_lot_core v0.8.6
8012024-10-19T03:33:47.340Z Downloaded owo-colors v4.0.0
8022024-10-19T03:33:47.340Z Downloaded oso-derive v0.27.3
8032024-10-19T03:33:47.340Z Downloaded termcolor v1.4.1
8042024-10-19T03:33:47.340Z Downloaded strum_macros v0.24.3
8052024-10-19T03:33:47.340Z Downloaded scopeguard v1.2.0
8062024-10-19T03:33:47.340Z Downloaded scheduled-thread-pool v0.2.7
8072024-10-19T03:33:47.341Z Downloaded salsa20 v0.10.2
8082024-10-19T03:33:47.341Z Downloaded rustversion v1.0.17
8092024-10-19T03:33:47.341Z Downloaded group v0.13.0
8102024-10-19T03:33:47.341Z Downloaded futures-executor v0.3.30
8112024-10-19T03:33:47.341Z Downloaded percent-encoding v2.3.1
8122024-10-19T03:33:47.365Z Downloaded which v4.4.2
8132024-10-19T03:33:47.365Z Downloaded waitgroup v0.1.2
8142024-10-19T03:33:47.365Z Downloaded strip-ansi-escapes v0.2.0
8152024-10-19T03:33:47.365Z Downloaded rpassword v7.3.1
8162024-10-19T03:33:47.365Z Downloaded parse-display-derive v0.10.0
8172024-10-19T03:33:47.365Z Downloaded packed_struct_codegen v0.10.1
8182024-10-19T03:33:47.365Z Downloaded hubpack v0.1.2
8192024-10-19T03:33:47.365Z Downloaded derive_builder v0.20.0
8202024-10-19T03:33:47.365Z Downloaded xattr v1.3.1
8212024-10-19T03:33:47.365Z Downloaded strum_macros v0.26.4
8222024-10-19T03:33:47.365Z Downloaded rustls-pki-types v1.7.0
8232024-10-19T03:33:47.365Z Downloaded glob v0.3.1
8242024-10-19T03:33:47.366Z Downloaded structmeta-derive v0.3.0
8252024-10-19T03:33:47.366Z Downloaded structmeta-derive v0.2.0
8262024-10-19T03:33:47.366Z Downloaded structmeta v0.3.0
8272024-10-19T03:33:47.389Z Downloaded structmeta v0.2.0
8282024-10-19T03:33:47.389Z Downloaded resolv-conf v0.7.0
8292024-10-19T03:33:47.389Z Downloaded futures-task v0.3.30
8302024-10-19T03:33:47.389Z Downloaded futures-macro v0.3.30
8312024-10-19T03:33:47.389Z Downloaded fragile v2.0.0
8322024-10-19T03:33:47.389Z Downloaded paste v1.0.15
8332024-10-19T03:33:47.389Z Downloaded parse-display v0.10.0
8342024-10-19T03:33:47.389Z Downloaded thiserror-no-std v2.0.2
8352024-10-19T03:33:47.389Z Downloaded tracing-attributes v0.1.27
8362024-10-19T03:33:47.390Z Downloaded mockall_derive v0.13.0
8372024-10-19T03:33:47.390Z Downloaded miniz_oxide v0.7.2
8382024-10-19T03:33:47.390Z Downloaded dirs-next v2.0.0
8392024-10-19T03:33:47.413Z Downloaded hashlink v0.9.1
8402024-10-19T03:33:47.413Z Downloaded getopts v0.2.21
8412024-10-19T03:33:47.413Z Downloaded num-rational v0.4.2
8422024-10-19T03:33:47.413Z Downloaded subtle v2.5.0
8432024-10-19T03:33:47.413Z Downloaded getrandom v0.2.14
8442024-10-19T03:33:47.413Z Downloaded omicron-zone-package v0.11.0
8452024-10-19T03:33:47.414Z Downloaded num-traits v0.2.19
8462024-10-19T03:33:47.414Z Downloaded indicatif v0.17.8
8472024-10-19T03:33:47.414Z Downloaded thread_local v1.1.8
8482024-10-19T03:33:47.414Z Downloaded thiserror-impl-no-std v2.0.2
8492024-10-19T03:33:47.437Z Downloaded zerocopy v0.6.6
8502024-10-19T03:33:47.437Z Downloaded memmap2 v0.9.4
8512024-10-19T03:33:47.437Z Downloaded termios v0.3.3
8522024-10-19T03:33:47.437Z Downloaded rusty-fork v0.3.0
8532024-10-19T03:33:47.437Z Downloaded rustls-pemfile v1.0.4
8542024-10-19T03:33:47.437Z Downloaded foreign-types-macros v0.2.3
8552024-10-19T03:33:47.437Z Downloaded scrypt v0.11.0
8562024-10-19T03:33:47.437Z Downloaded fxhash v0.2.1
8572024-10-19T03:33:47.438Z Downloaded olpc-cjson v0.1.3
8582024-10-19T03:33:47.438Z Downloaded num_cpus v1.16.0
8592024-10-19T03:33:47.438Z Downloaded nu-ansi-term v0.50.0
8602024-10-19T03:33:47.438Z Downloaded native-tls v0.2.11
8612024-10-19T03:33:47.461Z Downloaded mime_guess v2.0.4
8622024-10-19T03:33:47.461Z Downloaded ipnet v2.9.0
8632024-10-19T03:33:47.461Z Downloaded derive_builder_macro v0.20.0
8642024-10-19T03:33:47.461Z Downloaded num-complex v0.4.6
8652024-10-19T03:33:47.461Z Downloaded lock_api v0.4.12
8662024-10-19T03:33:47.461Z Downloaded jobserver v0.1.32
8672024-10-19T03:33:47.461Z Downloaded defmt-macros v0.3.9
8682024-10-19T03:33:47.461Z Downloaded num-iter v0.1.45
8692024-10-19T03:33:47.462Z Downloaded multer v3.1.0
8702024-10-19T03:33:47.462Z Downloaded libloading v0.8.3
8712024-10-19T03:33:47.462Z Downloaded libefi-sys v0.1.0
8722024-10-19T03:33:47.485Z Downloaded iana-time-zone v0.1.60
8732024-10-19T03:33:47.485Z Downloaded futures-channel v0.3.30
8742024-10-19T03:33:47.485Z Downloaded foreign-types v0.3.2
8752024-10-19T03:33:47.485Z Downloaded num_enum_derive v0.5.11
8762024-10-19T03:33:47.485Z Downloaded num-integer v0.1.46
8772024-10-19T03:33:47.485Z Downloaded managed v0.8.0
8782024-10-19T03:33:47.485Z Downloaded multimap v0.10.0
8792024-10-19T03:33:47.485Z Downloaded memoffset v0.9.1
8802024-10-19T03:33:47.485Z Downloaded flume v0.11.0
8812024-10-19T03:33:47.485Z Downloaded zeroize v1.7.0
8822024-10-19T03:33:47.486Z Downloaded md-5 v0.10.6
8832024-10-19T03:33:47.486Z Downloaded foreign-types-shared v0.3.1
8842024-10-19T03:33:47.486Z Downloaded num_enum v0.5.11
8852024-10-19T03:33:47.509Z Downloaded num v0.4.3
8862024-10-19T03:33:47.509Z Downloaded gethostname v0.5.0
8872024-10-19T03:33:47.509Z Downloaded uzers v0.11.3
8882024-10-19T03:33:47.509Z Downloaded num-derive v0.4.2
8892024-10-19T03:33:47.509Z Downloaded lazycell v1.3.0
8902024-10-19T03:33:47.509Z Downloaded inout v0.1.3
8912024-10-19T03:33:47.509Z Downloaded hyper-rustls v0.24.2
8922024-10-19T03:33:47.509Z Downloaded futures-core v0.3.30
8932024-10-19T03:33:47.509Z Downloaded funty v2.0.0
8942024-10-19T03:33:47.509Z Downloaded float-cmp v0.9.0
8952024-10-19T03:33:47.510Z Downloaded zone_cfg_derive v0.1.2
8962024-10-19T03:33:47.510Z Downloaded newtype-uuid v1.1.0
8972024-10-19T03:33:47.510Z Downloaded nanorand v0.7.0
8982024-10-19T03:33:47.510Z Downloaded mockall v0.13.0
8992024-10-19T03:33:47.510Z Downloaded lalrpop-util v0.19.12
9002024-10-19T03:33:47.533Z Downloaded kstat-rs v0.2.4
9012024-10-19T03:33:47.533Z Downloaded ipnetwork v0.20.0
9022024-10-19T03:33:47.533Z Downloaded hyper-staticfile v0.9.5
9032024-10-19T03:33:47.533Z Downloaded aho-corasick v1.1.3
9042024-10-19T03:33:47.533Z Downloaded foreign-types v0.5.0
9052024-10-19T03:33:47.533Z Downloaded flagset v0.4.5
9062024-10-19T03:33:47.533Z Downloaded tinyvec v1.6.0
9072024-10-19T03:33:47.533Z Downloaded nibble_vec v0.1.0
9082024-10-19T03:33:47.534Z Downloaded mime v0.3.17
9092024-10-19T03:33:47.534Z Downloaded maybe-uninit v2.0.0
9102024-10-19T03:33:47.534Z Downloaded lru-cache v0.1.2
9112024-10-19T03:33:47.557Z Downloaded lru v0.12.3
9122024-10-19T03:33:47.557Z Downloaded linear-map v1.2.0
9132024-10-19T03:33:47.557Z Downloaded libsw v3.3.1
9142024-10-19T03:33:47.557Z Downloaded indoc v1.0.9
9152024-10-19T03:33:47.557Z Downloaded impl-trait-for-tuples v0.2.2
9162024-10-19T03:33:47.557Z Downloaded crossterm v0.27.0
9172024-10-19T03:33:47.557Z Downloaded der_derive v0.7.2
9182024-10-19T03:33:47.557Z Downloaded defmt-parser v0.3.4
9192024-10-19T03:33:47.557Z Downloaded zeroize_derive v1.4.2
9202024-10-19T03:33:47.557Z Downloaded yasna v0.5.2
9212024-10-19T03:33:47.581Z Downloaded uuid v1.10.0
9222024-10-19T03:33:47.581Z Downloaded tower-service v0.3.2
9232024-10-19T03:33:47.581Z Downloaded toolchain_find v0.4.0
9242024-10-19T03:33:47.581Z Downloaded tar v0.4.41
9252024-10-19T03:33:47.581Z Downloaded openssl-probe v0.1.5
9262024-10-19T03:33:47.581Z Downloaded opaque-debug v0.3.1
9272024-10-19T03:33:47.581Z Downloaded num_threads v0.1.7
9282024-10-19T03:33:47.581Z Downloaded num-conv v0.1.0
9292024-10-19T03:33:47.581Z Downloaded newtype_derive v0.1.6
9302024-10-19T03:33:47.581Z Downloaded newline-converter v0.3.0
9312024-10-19T03:33:47.581Z Downloaded maplit v1.0.2
9322024-10-19T03:33:47.581Z Downloaded linked-hash-map v0.5.6
9332024-10-19T03:33:47.582Z Downloaded indent_write v2.2.0
9342024-10-19T03:33:47.582Z Downloaded tabwriter v1.4.0
9352024-10-19T03:33:47.582Z Downloaded strum_macros v0.25.3
9362024-10-19T03:33:47.582Z Downloaded socket2 v0.4.10
9372024-10-19T03:33:47.605Z Downloaded similar v2.6.0
9382024-10-19T03:33:47.605Z Downloaded openssl-macros v0.1.1
9392024-10-19T03:33:47.605Z Downloaded number_prefix v0.4.0
9402024-10-19T03:33:47.605Z Downloaded lazy_static v1.5.0
9412024-10-19T03:33:47.605Z Downloaded keccak v0.1.5
9422024-10-19T03:33:47.605Z Downloaded instability v0.3.2
9432024-10-19T03:33:47.605Z Downloaded crypto-bigint v0.5.5
9442024-10-19T03:33:47.605Z Downloaded crossterm v0.28.1
9452024-10-19T03:33:47.629Z Downloaded crossbeam-channel v0.5.12
9462024-10-19T03:33:47.629Z Downloaded bytes v1.7.1
9472024-10-19T03:33:47.629Z Downloaded blake3 v1.5.1
9482024-10-19T03:33:47.629Z Downloaded tiny-keccak v2.0.2
9492024-10-19T03:33:47.653Z Downloaded spin v0.5.2
9502024-10-19T03:33:47.653Z Downloaded socket2 v0.5.7
9512024-10-19T03:33:47.653Z Downloaded signature v2.2.0
9522024-10-19T03:33:47.653Z Downloaded signal-hook-registry v1.4.2
9532024-10-19T03:33:47.653Z Downloaded serde_derive_internals v0.29.1
9542024-10-19T03:33:47.653Z Downloaded samael v0.0.15
9552024-10-19T03:33:47.653Z Downloaded normalize-line-endings v0.3.0
9562024-10-19T03:33:47.653Z Downloaded match_cfg v0.1.0
9572024-10-19T03:33:47.653Z Downloaded is_ci v1.2.0
9582024-10-19T03:33:47.653Z Downloaded instant v0.1.12
9592024-10-19T03:33:47.653Z Downloaded hubpack_derive v0.1.1
9602024-10-19T03:33:47.653Z Downloaded darling v0.20.9
9612024-10-19T03:33:47.677Z Downloaded crossbeam-epoch v0.9.18
9622024-10-19T03:33:47.677Z Downloaded bitstruct_derive v0.1.0
9632024-10-19T03:33:47.677Z Downloaded topological-sort v0.2.2
9642024-10-19T03:33:47.677Z Downloaded snafu-derive v0.8.2
9652024-10-19T03:33:47.677Z Downloaded nodrop v0.1.14
9662024-10-19T03:33:47.677Z Downloaded new_debug_unreachable v1.0.6
9672024-10-19T03:33:47.677Z Downloaded cookie v0.18.1
9682024-10-19T03:33:47.677Z Downloaded const-oid v0.9.6
9692024-10-19T03:33:47.677Z Downloaded compact_str v0.8.0
9702024-10-19T03:33:47.677Z Downloaded block-padding v0.3.3
9712024-10-19T03:33:47.677Z Downloaded bitfield-struct v0.6.1
9722024-10-19T03:33:47.677Z Downloaded bit-vec v0.6.3
9732024-10-19T03:33:47.677Z Downloaded bcs v0.1.6
9742024-10-19T03:33:47.701Z Downloaded base64ct v1.6.0
9752024-10-19T03:33:47.701Z Downloaded base64 v0.22.1
9762024-10-19T03:33:47.701Z Downloaded base64 v0.21.7
9772024-10-19T03:33:47.701Z Downloaded aes v0.8.4
9782024-10-19T03:33:47.701Z Downloaded tap v1.0.1
9792024-10-19T03:33:47.701Z Downloaded take_mut v0.2.2
9802024-10-19T03:33:47.701Z Downloaded spin v0.9.8
9812024-10-19T03:33:47.701Z Downloaded sigpipe v0.1.3
9822024-10-19T03:33:47.702Z Downloaded signal-hook-tokio v0.3.1
9832024-10-19T03:33:47.702Z Downloaded signal-hook-mio v0.2.4
9842024-10-19T03:33:47.725Z Downloaded serde_plain v1.0.2
9852024-10-19T03:33:47.725Z Downloaded serde_path_to_error v0.1.16
9862024-10-19T03:33:47.725Z Downloaded secrecy v0.8.0
9872024-10-19T03:33:47.726Z Downloaded schemars_derive v0.8.21
9882024-10-19T03:33:47.726Z Downloaded is-terminal v0.4.12
9892024-10-19T03:33:47.726Z Downloaded csv-core v0.1.11
9902024-10-19T03:33:47.726Z Downloaded crossbeam-utils v0.8.19
9912024-10-19T03:33:47.726Z Downloaded crc-catalog v2.4.0
9922024-10-19T03:33:47.726Z Downloaded crc-any v2.5.0
9932024-10-19T03:33:47.726Z Downloaded crc v3.2.1
9942024-10-19T03:33:47.726Z Downloaded cookie_store v0.20.0
9952024-10-19T03:33:47.726Z Downloaded convert_case v0.4.0
9962024-10-19T03:33:47.726Z Downloaded const_format_proc_macros v0.2.32
9972024-10-19T03:33:47.750Z Downloaded const_format v0.2.32
9982024-10-19T03:33:47.750Z Downloaded console v0.15.8
9992024-10-19T03:33:47.750Z Downloaded colored v2.1.0
10002024-10-19T03:33:47.750Z Downloaded cobs v0.2.3
10012024-10-19T03:33:47.750Z Downloaded clang-sys v1.7.0
10022024-10-19T03:33:47.750Z Downloaded cipher v0.4.4
10032024-10-19T03:33:47.750Z Downloaded ciborium-io v0.2.2
10042024-10-19T03:33:47.750Z Downloaded chacha20poly1305 v0.10.1
10052024-10-19T03:33:47.750Z Downloaded chacha20 v0.9.1
10062024-10-19T03:33:47.750Z Downloaded cexpr v0.6.0
10072024-10-19T03:33:47.750Z Downloaded cc v1.0.97
10082024-10-19T03:33:47.775Z Downloaded cbc v0.1.2
10092024-10-19T03:33:47.775Z Downloaded cassowary v0.3.0
10102024-10-19T03:33:47.775Z Downloaded cancel-safe-futures v0.1.5
10112024-10-19T03:33:47.775Z Downloaded blake2 v0.10.6
10122024-10-19T03:33:47.775Z Downloaded bitstruct v0.1.1
10132024-10-19T03:33:47.775Z Downloaded arc-swap v1.7.1
10142024-10-19T03:33:47.775Z Downloaded allocator-api2 v0.2.18
10152024-10-19T03:33:47.775Z Downloaded debug-ignore v1.0.5
10162024-10-19T03:33:47.775Z Downloaded darling_macro v0.20.9
10172024-10-19T03:33:47.775Z Downloaded darling_core v0.20.9
10182024-10-19T03:33:47.798Z Downloaded crucible-workspace-hack v0.1.0
10192024-10-19T03:33:47.798Z Downloaded crc32fast v1.4.0
10202024-10-19T03:33:47.798Z Downloaded cookie v0.17.0
10212024-10-19T03:33:47.798Z Downloaded backtrace v0.3.71
10222024-10-19T03:33:47.798Z Downloaded backoff v0.4.0
10232024-10-19T03:33:47.798Z Downloaded async-recursion v1.1.1
10242024-10-19T03:33:47.798Z Downloaded arrayvec v0.7.4
10252024-10-19T03:33:47.822Z Downloaded ahash v0.8.11
10262024-10-19T03:33:47.822Z Downloaded ciborium v0.2.2
10272024-10-19T03:33:47.822Z Downloaded bzip2 v0.4.4
10282024-10-19T03:33:47.822Z Downloaded base16ct v0.2.0
10292024-10-19T03:33:47.822Z Downloaded async-trait v0.1.81
10302024-10-19T03:33:47.822Z Downloaded hyper-tls v0.5.0
10312024-10-19T03:33:47.822Z Downloaded humantime v2.1.0
10322024-10-19T03:33:47.823Z Downloaded curve25519-dalek-derive v0.1.1
10332024-10-19T03:33:47.823Z Downloaded crossbeam-deque v0.8.5
10342024-10-19T03:33:47.823Z Downloaded bit-set v0.5.3
10352024-10-19T03:33:47.823Z Downloaded buf-list v1.0.3
10362024-10-19T03:33:47.823Z Downloaded ascii-canvas v3.0.0
10372024-10-19T03:33:47.846Z Downloaded array-init v0.0.4
10382024-10-19T03:33:47.846Z Downloaded camino-tempfile v1.1.1
10392024-10-19T03:33:47.846Z Downloaded bitfield v0.14.0
10402024-10-19T03:33:47.846Z Downloaded bb8 v0.8.5
10412024-10-19T03:33:47.846Z Downloaded cfg_aliases v0.1.1
10422024-10-19T03:33:47.846Z Downloaded castaway v0.2.3
10432024-10-19T03:33:47.846Z Downloaded bitflags v1.3.2
10442024-10-19T03:33:47.846Z Downloaded async-stream-impl v0.3.5
10452024-10-19T03:33:47.846Z Downloaded ascii v1.1.0
10462024-10-19T03:33:47.846Z Downloaded arrayref v0.3.7
10472024-10-19T03:33:47.846Z Downloaded argon2 v0.5.3
10482024-10-19T03:33:47.846Z Downloaded addr2line v0.21.0
10492024-10-19T03:33:47.846Z Downloaded async-stream v0.3.5
10502024-10-19T03:33:47.870Z Downloaded assert_matches v1.5.0
10512024-10-19T03:33:47.958Z Compiling cfg-if v1.0.0
10522024-10-19T03:33:47.958Z Compiling serde v1.0.208
10532024-10-19T03:33:47.982Z Compiling typenum v1.17.0
10542024-10-19T03:33:47.982Z Compiling lock_api v0.4.12
10552024-10-19T03:33:47.982Z Compiling generic-array v0.14.7
10562024-10-19T03:33:47.982Z Compiling syn v2.0.74
10572024-10-19T03:33:47.982Z Compiling scopeguard v1.2.0
10582024-10-19T03:33:47.982Z Compiling log v0.4.21
10592024-10-19T03:33:48.132Z Compiling getrandom v0.2.14
10602024-10-19T03:33:48.220Z Compiling jobserver v0.1.32
10612024-10-19T03:33:48.343Z Compiling rand_core v0.6.4
10622024-10-19T03:33:48.510Z Compiling subtle v2.5.0
10632024-10-19T03:33:48.560Z Compiling cc v1.0.97
10642024-10-19T03:33:48.587Z Compiling const-oid v0.9.6
10652024-10-19T03:33:48.855Z Compiling smallvec v1.13.2
10662024-10-19T03:33:48.855Z Compiling pin-project-lite v0.2.14
10672024-10-19T03:33:48.878Z Compiling parking_lot_core v0.9.10
10682024-10-19T03:33:48.969Z Compiling signal-hook-registry v1.4.2
10692024-10-19T03:33:49.047Z Compiling spin v0.9.8
10702024-10-19T03:33:49.195Z Compiling mio v0.8.11
10712024-10-19T03:33:49.390Z Compiling ahash v0.8.11
10722024-10-19T03:33:49.673Z Compiling parking_lot v0.12.2
10732024-10-19T03:33:49.697Z Compiling tinyvec_macros v0.1.1
10742024-10-19T03:33:49.804Z Compiling tinyvec v1.6.0
10752024-10-19T03:33:50.183Z Compiling num_cpus v1.16.0
10762024-10-19T03:33:50.314Z Compiling socket2 v0.5.7
10772024-10-19T03:33:50.498Z Compiling serde_json v1.0.125
10782024-10-19T03:33:50.534Z Compiling cpufeatures v0.2.12
10792024-10-19T03:33:50.626Z Compiling futures-core v0.3.30
10802024-10-19T03:33:50.649Z Compiling libm v0.2.8
10812024-10-19T03:33:50.697Z Compiling num-traits v0.2.19
10822024-10-19T03:33:50.807Z Compiling slab v0.4.9
10832024-10-19T03:33:50.864Z Compiling futures-sink v0.3.30
10842024-10-19T03:33:50.965Z Compiling allocator-api2 v0.2.18
10852024-10-19T03:33:50.991Z Compiling unicode-bidi v0.3.15
10862024-10-19T03:33:51.440Z Compiling unicode-normalization v0.1.23
10872024-10-19T03:33:51.469Z Compiling futures-channel v0.3.30
10882024-10-19T03:33:51.643Z Compiling futures-io v0.3.30
10892024-10-19T03:33:51.850Z Compiling vcpkg v0.2.15
10902024-10-19T03:33:51.958Z Compiling futures-task v0.3.30
10912024-10-19T03:33:52.301Z Compiling pkg-config v0.3.30
10922024-10-19T03:33:52.440Z Compiling pin-utils v0.1.0
10932024-10-19T03:33:52.470Z Compiling base64ct v1.6.0
10942024-10-19T03:33:52.518Z Compiling ppv-lite86 v0.2.17
10952024-10-19T03:33:52.542Z Compiling percent-encoding v2.3.1
10962024-10-19T03:33:52.622Z Compiling ring v0.17.8
10972024-10-19T03:33:52.855Z Compiling pem-rfc7468 v0.7.0
10982024-10-19T03:33:52.968Z Compiling flagset v0.4.5
10992024-10-19T03:33:53.150Z Compiling rand_chacha v0.3.1
11002024-10-19T03:33:53.173Z Compiling tracing-core v0.1.32
11012024-10-19T03:33:53.465Z Compiling rustix v0.38.34
11022024-10-19T03:33:53.628Z Compiling untrusted v0.9.0
11032024-10-19T03:33:53.798Z Compiling rand v0.8.5
11042024-10-19T03:33:53.843Z Compiling openssl-sys v0.9.103
11052024-10-19T03:33:53.921Z Compiling num-conv v0.1.0
11062024-10-19T03:33:54.177Z Compiling rustversion v1.0.17
11072024-10-19T03:33:54.277Z Compiling httparse v1.8.0
11082024-10-19T03:33:54.386Z Compiling foreign-types-shared v0.1.1
11092024-10-19T03:33:54.489Z Compiling powerfmt v0.2.0
11102024-10-19T03:33:54.668Z Compiling time-core v0.1.2
11112024-10-19T03:33:54.867Z Compiling openssl v0.10.66
11122024-10-19T03:33:54.891Z Compiling time-macros v0.2.18
11132024-10-19T03:33:54.984Z Compiling deranged v0.3.11
11142024-10-19T03:33:55.088Z Compiling foreign-types v0.3.2
11152024-10-19T03:33:55.186Z Compiling form_urlencoded v1.2.1
11162024-10-19T03:33:55.284Z Compiling aho-corasick v1.1.3
11172024-10-19T03:33:55.526Z Compiling siphasher v0.3.11
11182024-10-19T03:33:55.625Z Compiling native-tls v0.2.11
11192024-10-19T03:33:55.891Z Compiling crossbeam-utils v0.8.19
11202024-10-19T03:33:55.976Z Compiling try-lock v0.2.5
11212024-10-19T03:33:56.124Z Compiling syn v1.0.109
11222024-10-19T03:33:56.210Z Compiling regex-syntax v0.8.4
11232024-10-19T03:33:56.495Z Compiling rustls v0.21.12
11242024-10-19T03:33:56.736Z Compiling num_threads v0.1.7
11252024-10-19T03:33:56.842Z Compiling want v0.3.1
11262024-10-19T03:33:57.104Z Compiling idna v0.5.0
11272024-10-19T03:33:57.494Z Compiling socket2 v0.4.10
11282024-10-19T03:33:57.661Z Compiling time v0.3.36
11292024-10-19T03:33:58.098Z Compiling cookie v0.17.0
11302024-10-19T03:33:58.253Z Compiling finl_unicode v1.2.0
11312024-10-19T03:33:58.348Z Compiling tower-service v0.3.2
11322024-10-19T03:33:58.405Z Compiling slog v2.7.0
11332024-10-19T03:33:58.467Z Compiling adler v1.0.2
11342024-10-19T03:33:58.699Z Compiling iana-time-zone v0.1.60
11352024-10-19T03:33:58.751Z Compiling httpdate v1.0.3
11362024-10-19T03:33:58.877Z Compiling openssl-probe v0.1.5
11372024-10-19T03:33:59.103Z Compiling regex-automata v0.4.6
11382024-10-19T03:33:59.185Z Compiling stringprep v0.1.4
11392024-10-19T03:33:59.232Z Compiling miniz_oxide v0.7.2
11402024-10-19T03:34:00.070Z Compiling url v2.5.2
11412024-10-19T03:34:00.569Z Compiling rustls-webpki v0.101.7
11422024-10-19T03:34:00.981Z Compiling serde_derive v1.0.208
11432024-10-19T03:34:01.615Z Compiling zeroize_derive v1.4.2
11442024-10-19T03:34:01.740Z Compiling zerocopy-derive v0.7.34
11452024-10-19T03:34:01.883Z Compiling tokio-macros v2.3.0
11462024-10-19T03:34:02.067Z Compiling thiserror-impl v1.0.63
11472024-10-19T03:34:02.150Z Compiling futures-macro v0.3.30
11482024-10-19T03:34:02.919Z Compiling zeroize v1.7.0
11492024-10-19T03:34:03.245Z Compiling der_derive v0.7.2
11502024-10-19T03:34:03.544Z Compiling zerocopy v0.7.34
11512024-10-19T03:34:03.726Z Compiling futures-util v0.3.30
11522024-10-19T03:34:04.446Z Compiling crypto-common v0.1.6
11532024-10-19T03:34:04.646Z Compiling block-buffer v0.10.4
11542024-10-19T03:34:04.910Z Compiling digest v0.10.7
11552024-10-19T03:34:04.935Z Compiling block-padding v0.3.3
11562024-10-19T03:34:05.140Z Compiling inout v0.1.3
11572024-10-19T03:34:05.326Z Compiling hmac v0.12.1
11582024-10-19T03:34:05.369Z Compiling hashbrown v0.14.5
11592024-10-19T03:34:05.393Z Compiling thiserror v1.0.63
11602024-10-19T03:34:05.393Z Compiling cipher v0.4.4
11612024-10-19T03:34:05.542Z Compiling sha2 v0.10.8
11622024-10-19T03:34:05.566Z Compiling pest v2.7.10
11632024-10-19T03:34:05.839Z Compiling salsa20 v0.10.2
11642024-10-19T03:34:06.021Z Compiling pbkdf2 v0.12.2
11652024-10-19T03:34:06.165Z Compiling der v0.7.9
11662024-10-19T03:34:06.507Z Compiling scroll_derive v0.12.0
11672024-10-19T03:34:07.757Z Compiling pest_meta v2.7.10
11682024-10-19T03:34:08.113Z Compiling tracing-attributes v0.1.27
11692024-10-19T03:34:08.140Z Compiling spki v0.7.3
11702024-10-19T03:34:08.483Z Compiling scroll v0.12.0
11712024-10-19T03:34:08.933Z Compiling pest_generator v2.7.10
11722024-10-19T03:34:09.021Z Compiling scrypt v0.11.0
11732024-10-19T03:34:09.082Z Compiling cbc v0.1.2
11742024-10-19T03:34:09.308Z Compiling aes v0.8.4
11752024-10-19T03:34:09.548Z Compiling goblin v0.8.2
11762024-10-19T03:34:09.709Z Compiling openssl-macros v0.1.1
11772024-10-19T03:34:10.372Z Compiling pkcs5 v0.7.1
11782024-10-19T03:34:10.618Z Compiling sct v0.7.1
11792024-10-19T03:34:10.883Z Compiling pkcs8 v0.10.2
11802024-10-19T03:34:11.318Z Compiling tracing v0.1.40
11812024-10-19T03:34:11.481Z Compiling md-5 v0.10.6
11822024-10-19T03:34:11.685Z Compiling num-integer v0.1.46
11832024-10-19T03:34:11.753Z Compiling backtrace v0.3.71
11842024-10-19T03:34:11.935Z Compiling idna v0.3.0
11852024-10-19T03:34:12.067Z Compiling pest_derive v2.7.10
11862024-10-19T03:34:12.148Z Compiling lazy_static v1.5.0
11872024-10-19T03:34:12.258Z Compiling hash32 v0.2.1
11882024-10-19T03:34:12.340Z Compiling psl-types v2.0.11
11892024-10-19T03:34:12.502Z Compiling bytes v1.7.1
11902024-10-19T03:34:12.543Z Compiling bitflags v2.6.0
11912024-10-19T03:34:12.741Z Compiling indexmap v2.4.0
11922024-10-19T03:34:12.825Z Compiling semver v1.0.23
11932024-10-19T03:34:13.484Z Compiling tokio v1.38.1
11942024-10-19T03:34:13.620Z Compiling http v0.2.12
11952024-10-19T03:34:13.980Z Compiling rustc_version v0.4.0
11962024-10-19T03:34:14.679Z Compiling heapless v0.7.17
11972024-10-19T03:34:15.069Z Compiling http-body v0.4.6
11982024-10-19T03:34:15.218Z Compiling dof v0.3.0
11992024-10-19T03:34:15.458Z Compiling dtrace-parser v0.2.0
12002024-10-19T03:34:15.482Z Compiling uuid v1.10.0
12012024-10-19T03:34:15.881Z Compiling serde_tokenstream v0.2.2
12022024-10-19T03:34:16.399Z Compiling usdt-impl v0.5.0
12032024-10-19T03:34:16.655Z Compiling chrono v0.4.38
12042024-10-19T03:34:16.954Z Compiling toml_datetime v0.6.8
12052024-10-19T03:34:17.169Z Compiling serde_spanned v0.6.7
12062024-10-19T03:34:17.374Z Compiling fallible-iterator v0.2.0
12072024-10-19T03:34:17.398Z Compiling smoltcp v0.9.1
12082024-10-19T03:34:17.687Z Compiling signal-hook v0.3.17
12092024-10-19T03:34:17.908Z Compiling crc32fast v1.4.0
12102024-10-19T03:34:18.005Z Compiling base64 v0.22.1
12112024-10-19T03:34:18.028Z Compiling gimli v0.28.1
12122024-10-19T03:34:18.371Z Compiling stable_deref_trait v1.2.0
12132024-10-19T03:34:18.472Z Compiling cfg_aliases v0.1.1
12142024-10-19T03:34:18.576Z Compiling num-bigint-dig v0.8.4
12152024-10-19T03:34:18.715Z Compiling nix v0.28.0
12162024-10-19T03:34:18.857Z Compiling postgres-protocol v0.6.7
12172024-10-19T03:34:19.045Z Compiling terminal_size v0.3.0
12182024-10-19T03:34:19.231Z Compiling publicsuffix v2.2.3
12192024-10-19T03:34:19.420Z Compiling num-iter v0.1.45
12202024-10-19T03:34:19.472Z Compiling hubpack_derive v0.1.1
12212024-10-19T03:34:19.587Z Compiling zerocopy-derive v0.6.6
12222024-10-19T03:34:19.739Z Compiling async-trait v0.1.81
12232024-10-19T03:34:20.284Z Compiling phf_shared v0.11.2
12242024-10-19T03:34:20.434Z Compiling serde_derive_internals v0.29.1
12252024-10-19T03:34:20.620Z Compiling tokio-util v0.7.11
12262024-10-19T03:34:20.793Z Compiling tokio-rustls v0.24.1
12272024-10-19T03:34:20.931Z Compiling tokio-native-tls v0.3.1
12282024-10-19T03:34:21.135Z Compiling ff v0.13.0
12292024-10-19T03:34:21.175Z Compiling object v0.32.2
12302024-10-19T03:34:21.336Z Compiling fs-err v2.11.0
12312024-10-19T03:34:21.461Z Compiling h2 v0.3.26
12322024-10-19T03:34:21.587Z Compiling addr2line v0.21.0
12332024-10-19T03:34:21.777Z Compiling base64 v0.21.7
12342024-10-19T03:34:22.067Z Compiling winnow v0.5.40
12352024-10-19T03:34:22.091Z Compiling ipnet v2.9.0
12362024-10-19T03:34:22.164Z Compiling managed v0.8.0
12372024-10-19T03:34:22.387Z Compiling anyhow v1.0.86
12382024-10-19T03:34:22.549Z Compiling either v1.13.0
12392024-10-19T03:34:22.756Z Compiling base16ct v0.2.0
12402024-10-19T03:34:22.894Z Compiling rustc-demangle v0.1.24
12412024-10-19T03:34:22.918Z Compiling bitflags v1.3.2
12422024-10-19T03:34:23.009Z Compiling schemars v0.8.21
12432024-10-19T03:34:23.094Z Compiling sec1 v0.7.3
12442024-10-19T03:34:23.491Z Compiling schemars_derive v0.8.21
12452024-10-19T03:34:23.590Z Compiling rustls-pemfile v1.0.4
12462024-10-19T03:34:23.704Z Compiling clap_builder v4.5.15
12472024-10-19T03:34:24.092Z Compiling zerocopy v0.6.6
12482024-10-19T03:34:24.780Z Compiling group v0.13.0
12492024-10-19T03:34:24.875Z Compiling phf v0.11.2
12502024-10-19T03:34:25.094Z Compiling toml_edit v0.19.15
12512024-10-19T03:34:25.121Z Compiling cookie_store v0.20.0
12522024-10-19T03:34:25.256Z Compiling hubpack v0.1.2
12532024-10-19T03:34:26.227Z Compiling postgres-types v0.2.7
12542024-10-19T03:34:27.280Z Compiling hyper v0.14.30
12552024-10-19T03:34:27.459Z Compiling usdt-macro v0.5.0
12562024-10-19T03:34:27.598Z Compiling usdt-attr-macro v0.5.0
12572024-10-19T03:34:28.673Z Compiling serde_urlencoded v0.7.1
12582024-10-19T03:34:28.937Z Compiling pkcs1 v0.7.5
12592024-10-19T03:34:29.119Z Compiling futures-executor v0.3.30
12602024-10-19T03:34:29.601Z Compiling hkdf v0.12.4
12612024-10-19T03:34:29.624Z Compiling signature v2.2.0
12622024-10-19T03:34:29.780Z Compiling crypto-bigint v0.5.5
12632024-10-19T03:34:29.881Z Compiling regex v1.10.6
12642024-10-19T03:34:29.937Z Compiling bstr v1.9.1
12652024-10-19T03:34:30.122Z Compiling serde_repr v0.1.19
12662024-10-19T03:34:30.819Z Compiling clap_derive v4.5.13
12672024-10-19T03:34:31.055Z Compiling enum-as-inner v0.6.0
12682024-10-19T03:34:31.353Z Compiling strum_macros v0.25.3
12692024-10-19T03:34:31.529Z Compiling phf_shared v0.10.0
12702024-10-19T03:34:31.660Z Compiling float-cmp v0.9.0
12712024-10-19T03:34:31.853Z Compiling idna v0.4.0
12722024-10-19T03:34:31.879Z Compiling mio v1.0.2
12732024-10-19T03:34:31.903Z Compiling encoding_rs v0.8.34
12742024-10-19T03:34:32.902Z Compiling hyper-rustls v0.24.2
12752024-10-19T03:34:33.142Z Compiling hyper-tls v0.5.0
12762024-10-19T03:34:33.201Z Compiling normalize-line-endings v0.3.0
12772024-10-19T03:34:33.313Z Compiling data-encoding v2.6.0
12782024-10-19T03:34:33.429Z Compiling unicode-segmentation v1.11.0
12792024-10-19T03:34:34.129Z Compiling minimal-lexical v0.2.1
12802024-10-19T03:34:34.571Z Compiling precomputed-hash v0.1.1
12812024-10-19T03:34:34.595Z Compiling sync_wrapper v0.1.2
12822024-10-19T03:34:34.678Z Compiling whoami v1.5.1
12832024-10-19T03:34:34.713Z Compiling predicates-core v1.0.6
12842024-10-19T03:34:34.737Z Compiling webpki-roots v0.25.4
12852024-10-19T03:34:34.823Z Compiling dyn-clone v1.0.17
12862024-10-19T03:34:34.935Z Compiling difflib v0.4.0
12872024-10-19T03:34:35.024Z Compiling new_debug_unreachable v1.0.6
12882024-10-19T03:34:35.083Z Compiling bit-vec v0.6.3
12892024-10-19T03:34:35.121Z Compiling fixedbitset v0.4.2
12902024-10-19T03:34:35.279Z Compiling mime v0.3.17
12912024-10-19T03:34:35.347Z Compiling static_assertions v1.1.0
12922024-10-19T03:34:35.443Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12932024-10-19T03:34:35.500Z Compiling petgraph v0.6.5
12942024-10-19T03:34:35.546Z Compiling bit-set v0.5.3
12952024-10-19T03:34:35.570Z Compiling predicates v3.1.2
12962024-10-19T03:34:35.626Z Compiling reqwest v0.11.27
12972024-10-19T03:34:35.790Z Compiling console v0.15.8
12982024-10-19T03:34:35.818Z Compiling string_cache v0.8.7
12992024-10-19T03:34:36.227Z Compiling tokio-postgres v0.7.11
13002024-10-19T03:34:37.020Z Compiling clap v4.5.16
13012024-10-19T03:34:37.046Z Compiling nom v7.1.3
13022024-10-19T03:34:37.130Z Compiling toml_edit v0.22.20
13032024-10-19T03:34:37.444Z Compiling similar v2.6.0
13042024-10-19T03:34:38.786Z Compiling hickory-proto v0.24.1
13052024-10-19T03:34:39.276Z Compiling usdt v0.5.0
13062024-10-19T03:34:39.333Z Compiling signal-hook-mio v0.2.4
13072024-10-19T03:34:39.477Z Compiling elliptic-curve v0.13.8
13082024-10-19T03:34:39.717Z Compiling rsa v0.9.6
13092024-10-19T03:34:39.888Z Compiling futures v0.3.30
13102024-10-19T03:34:39.998Z Compiling toml v0.7.8
13112024-10-19T03:34:40.180Z Compiling flate2 v1.0.31
13122024-10-19T03:34:41.255Z Compiling itertools v0.10.5
13132024-10-19T03:34:41.382Z Compiling itertools v0.12.1
13142024-10-19T03:34:41.649Z Compiling tokio-stream v0.1.15
13152024-10-19T03:34:42.456Z Compiling openapiv3 v2.0.0
13162024-10-19T03:34:43.447Z Compiling hex v0.4.3
13172024-10-19T03:34:43.759Z Compiling crossbeam-epoch v0.9.18
13182024-10-19T03:34:43.882Z Compiling sha1 v0.10.6
13192024-10-19T03:34:43.908Z Compiling dirs-sys-next v0.1.2
13202024-10-19T03:34:43.968Z Compiling unicode-xid v0.2.4
13212024-10-19T03:34:44.120Z Compiling peg-runtime v0.8.3
13222024-10-19T03:34:44.237Z Compiling lalrpop-util v0.19.12
13232024-10-19T03:34:44.439Z Compiling dirs-next v2.0.0
13242024-10-19T03:34:44.470Z Compiling thread_local v1.1.8
13252024-10-19T03:34:44.522Z Compiling slog-async v2.8.0
13262024-10-19T03:34:44.597Z Compiling term v0.7.0
13272024-10-19T03:34:44.668Z Compiling xattr v1.3.1
13282024-10-19T03:34:44.940Z Compiling crossbeam-channel v0.5.12
13292024-10-19T03:34:44.984Z Compiling strum_macros v0.26.4
13302024-10-19T03:34:45.070Z Compiling filetime v0.2.24
13312024-10-19T03:34:45.334Z Compiling is-terminal v0.4.12
13322024-10-19T03:34:45.461Z Compiling take_mut v0.2.2
13332024-10-19T03:34:45.605Z Compiling slog-term v2.9.1
13342024-10-19T03:34:45.919Z Compiling tar v0.4.41
13352024-10-19T03:34:45.919Z Compiling camino v1.1.9
13362024-10-19T03:34:47.144Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13372024-10-19T03:34:48.098Z Compiling strum v0.26.3
13382024-10-19T03:34:48.206Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13392024-10-19T03:34:54.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
13402024-10-19T03:34:54.678Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13412024-10-19T03:34:54.735ZOct 19 03:34:53.992 INFO Starting download, target: Clickhouse
13422024-10-19T03:34:54.735ZOct 19 03:34:53.993 INFO Starting download, target: Cockroach
13432024-10-19T03:34:54.736ZOct 19 03:34:53.993 INFO Starting download, target: Console
13442024-10-19T03:34:54.736ZOct 19 03:34:53.993 INFO Starting download, target: DendriteOpenapi
13452024-10-19T03:34:54.759ZOct 19 03:34:53.993 INFO Starting download, target: DendriteStub
13462024-10-19T03:34:54.759ZOct 19 03:34:53.993 INFO Starting download, target: MaghemiteMgd
13472024-10-19T03:34:54.759ZOct 19 03:34:53.993 INFO Starting download, target: TransceiverControl
13482024-10-19T03:34:54.759ZOct 19 03:34:53.994 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13492024-10-19T03:34:54.759ZOct 19 03:34:53.994 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13502024-10-19T03:34:54.760ZOct 19 03:34:53.994 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13512024-10-19T03:34:54.760ZOct 19 03:34:53.995 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13522024-10-19T03:34:54.760ZOct 19 03:34:53.995 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13532024-10-19T03:34:54.760ZOct 19 03:34:53.995 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13542024-10-19T03:34:54.760ZOct 19 03:34:53.995 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13552024-10-19T03:34:55.078ZOct 19 03:34:54.334 INFO Download complete, target: DendriteOpenapi
13562024-10-19T03:34:55.236ZOct 19 03:34:54.493 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13572024-10-19T03:34:55.403ZOct 19 03:34:54.658 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13582024-10-19T03:34:55.587ZOct 19 03:34:54.844 INFO Download complete, target: Console
13592024-10-19T03:34:56.161ZOct 19 03:34:55.418 INFO Download complete, target: TransceiverControl
13602024-10-19T03:34:56.921ZOct 19 03:34:56.178 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13612024-10-19T03:34:57.343ZOct 19 03:34:56.600 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13622024-10-19T03:35:00.361ZOct 19 03:34:59.619 INFO Download complete, target: DendriteStub
13632024-10-19T03:35:01.078ZOct 19 03:35:00.335 INFO Download complete, target: MaghemiteMgd
13642024-10-19T03:35:01.560ZOct 19 03:35:00.817 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13652024-10-19T03:35:01.560ZOct 19 03:35:00.817 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13662024-10-19T03:35:09.013ZOct 19 03:35:08.272 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13672024-10-19T03:35:11.863ZOct 19 03:35:11.121 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13682024-10-19T03:35:12.294ZOct 19 03:35:11.553 INFO Checking that binary works, target: Cockroach
13692024-10-19T03:35:12.496ZOct 19 03:35:11.755 INFO Download complete, target: Cockroach
13702024-10-19T03:35:26.079ZOct 19 03:35:25.339 INFO Checking that binary works, target: Clickhouse
13712024-10-19T03:35:26.327ZOct 19 03:35:25.587 INFO Download complete, target: Clickhouse
13722024-10-19T03:35:26.354ZAll builder prerequisites installed successfully, and PATH looks valid
13732024-10-19T03:35:26.377Z
13742024-10-19T03:35:26.377Zreal 4:01.497845585
13752024-10-19T03:35:26.377Zuser 10:12.935411361
13762024-10-19T03:35:26.377Zsys 2:22.891466003
13772024-10-19T03:35:26.377Ztrap 0.308678440
13782024-10-19T03:35:26.377Ztflt 0.608375068
13792024-10-19T03:35:26.378Zdflt 1.585845352
13802024-10-19T03:35:26.378Zkflt 0.008487150
13812024-10-19T03:35:26.378Zlock 23:36.211820195
13822024-10-19T03:35:26.378Zslp 38:07.399116212
13832024-10-19T03:35:26.378Zlat 45.070263305
13842024-10-19T03:35:26.378Zstop 1:45.210225905
13852024-10-19T03:35:26.378Z+ banner hack-check
13862024-10-19T03:35:26.378Z
13872024-10-19T03:35:26.378Z # # ## #### # # #### # # ###### #### # #
13882024-10-19T03:35:26.378Z # # # # # # # # # # # # # # # # #
13892024-10-19T03:35:26.378Z ###### # # # #### ##### # ###### ##### # ####
13902024-10-19T03:35:26.378Z # # ###### # # # # # # # # # #
13912024-10-19T03:35:26.378Z # # # # # # # # # # # # # # # # #
13922024-10-19T03:35:26.378Z # # # # #### # # #### # # ###### #### # #
13932024-10-19T03:35:26.378Z
13942024-10-19T03:35:26.378Z+ export CARGO_INCREMENTAL=0
13952024-10-19T03:35:26.378Z+ CARGO_INCREMENTAL=0
13962024-10-19T03:35:26.378Z+ ptime -m timeout 2h cargo xtask check-features --ci
13972024-10-19T03:35:27.230Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13982024-10-19T03:35:32.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
13992024-10-19T03:35:32.088Z Running `target/debug/xtask check-features --ci`
14002024-10-19T03:35:32.113Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14012024-10-19T03:35:32.113Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14022024-10-19T03:35:32.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
14032024-10-19T03:35:32.892Z Running `target/debug/xtask download cargo-hack`
14042024-10-19T03:35:34.146Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14052024-10-19T03:35:34.474Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14062024-10-19T03:35:40.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.50s
14072024-10-19T03:35:40.526Z Running `target/debug/xtask-downloader cargo-hack`
14082024-10-19T03:35:40.571ZOct 19 03:35:39.833 INFO Starting download, target: CargoHack
14092024-10-19T03:35:40.595ZOct 19 03:35:39.834 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14102024-10-19T03:35:41.183ZOct 19 03:35:40.442 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14112024-10-19T03:35:41.311ZOct 19 03:35:40.567 INFO Download complete, target: CargoHack
14122024-10-19T03:35:41.338Zrunning: "/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"
14132024-10-19T03:35:41.338Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14142024-10-19T03:35:41.542Zinfo: running `cargo check --bins` on api_identity (1/154)
14152024-10-19T03:35:42.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14162024-10-19T03:35:42.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14172024-10-19T03:35:42.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14182024-10-19T03:35:42.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
14192024-10-19T03:35:42.354Z
14202024-10-19T03:35:42.354Zinfo: running `cargo check --bins` on bootstore (2/154)
14212024-10-19T03:35:43.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14222024-10-19T03:35:43.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14232024-10-19T03:35:43.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14242024-10-19T03:35:43.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
14252024-10-19T03:35:43.214Z
14262024-10-19T03:35:43.214Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/154)
14272024-10-19T03:35:43.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14282024-10-19T03:35:43.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14292024-10-19T03:35:43.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14302024-10-19T03:35:43.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
14312024-10-19T03:35:44.055Z
14322024-10-19T03:35:44.055Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/154)
14332024-10-19T03:35:44.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14342024-10-19T03:35:44.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14352024-10-19T03:35:44.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14362024-10-19T03:35:44.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
14372024-10-19T03:35:44.912Z
14382024-10-19T03:35:44.912Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/154)
14392024-10-19T03:35:45.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14402024-10-19T03:35:45.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14412024-10-19T03:35:45.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14422024-10-19T03:35:45.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14432024-10-19T03:35:45.516Z
14442024-10-19T03:35:45.516Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/154)
14452024-10-19T03:35:46.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14462024-10-19T03:35:46.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14472024-10-19T03:35:46.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14482024-10-19T03:35:46.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14492024-10-19T03:35:46.152Z
14502024-10-19T03:35:46.152Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/154)
14512024-10-19T03:35:46.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14522024-10-19T03:35:46.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14532024-10-19T03:35:46.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14542024-10-19T03:35:46.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14552024-10-19T03:35:46.771Z
14562024-10-19T03:35:46.771Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/154)
14572024-10-19T03:35:47.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14582024-10-19T03:35:47.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14592024-10-19T03:35:47.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14602024-10-19T03:35:47.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14612024-10-19T03:35:47.407Z
14622024-10-19T03:35:47.407Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/154)
14632024-10-19T03:35:47.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14642024-10-19T03:35:48.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14652024-10-19T03:35:48.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14662024-10-19T03:35:48.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14672024-10-19T03:35:48.044Z
14682024-10-19T03:35:48.044Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/154)
14692024-10-19T03:35:48.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14702024-10-19T03:35:48.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14712024-10-19T03:35:48.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14722024-10-19T03:35:48.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14732024-10-19T03:35:48.674Z
14742024-10-19T03:35:48.674Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/154)
14752024-10-19T03:35:49.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14762024-10-19T03:35:49.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14772024-10-19T03:35:49.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14782024-10-19T03:35:49.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14792024-10-19T03:35:49.312Z
14802024-10-19T03:35:49.312Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/154)
14812024-10-19T03:35:49.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14822024-10-19T03:35:49.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14832024-10-19T03:35:49.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14842024-10-19T03:35:49.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
14852024-10-19T03:35:49.954Z
14862024-10-19T03:35:49.954Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/154)
14872024-10-19T03:35:50.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14882024-10-19T03:35:50.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14892024-10-19T03:35:50.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14902024-10-19T03:35:50.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14912024-10-19T03:35:50.575Z
14922024-10-19T03:35:50.575Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/154)
14932024-10-19T03:35:51.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14942024-10-19T03:35:51.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14952024-10-19T03:35:51.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14962024-10-19T03:35:51.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14972024-10-19T03:35:51.181Z
14982024-10-19T03:35:51.181Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/154)
14992024-10-19T03:35:51.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15002024-10-19T03:35:51.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15012024-10-19T03:35:51.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15022024-10-19T03:35:51.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15032024-10-19T03:35:51.807Z
15042024-10-19T03:35:51.807Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/154)
15052024-10-19T03:35:52.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15062024-10-19T03:35:52.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15072024-10-19T03:35:52.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15082024-10-19T03:35:52.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15092024-10-19T03:35:52.422Z
15102024-10-19T03:35:52.422Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/154)
15112024-10-19T03:35:52.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15122024-10-19T03:35:53.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15132024-10-19T03:35:53.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15142024-10-19T03:35:53.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15152024-10-19T03:35:53.033Z
15162024-10-19T03:35:53.034Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/154)
15172024-10-19T03:35:53.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15182024-10-19T03:35:53.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15192024-10-19T03:35:53.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15202024-10-19T03:35:53.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15212024-10-19T03:35:53.664Z
15222024-10-19T03:35:53.664Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/154)
15232024-10-19T03:35:54.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15242024-10-19T03:35:54.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15252024-10-19T03:35:54.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15262024-10-19T03:35:54.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15272024-10-19T03:35:54.315Z
15282024-10-19T03:35:54.315Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/154)
15292024-10-19T03:35:54.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15302024-10-19T03:35:54.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15312024-10-19T03:35:54.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15322024-10-19T03:35:54.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15332024-10-19T03:35:54.942Z
15342024-10-19T03:35:54.942Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/154)
15352024-10-19T03:35:55.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15362024-10-19T03:35:55.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15372024-10-19T03:35:55.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15382024-10-19T03:35:55.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15392024-10-19T03:35:55.566Z
15402024-10-19T03:35:55.566Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/154)
15412024-10-19T03:35:56.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15422024-10-19T03:35:56.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15432024-10-19T03:35:56.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15442024-10-19T03:35:56.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15452024-10-19T03:35:56.183Z
15462024-10-19T03:35:56.183Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/154)
15472024-10-19T03:35:56.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15482024-10-19T03:35:56.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15492024-10-19T03:35:56.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15502024-10-19T03:35:56.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15512024-10-19T03:35:56.802Z
15522024-10-19T03:35:56.802Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/154)
15532024-10-19T03:35:57.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15542024-10-19T03:35:57.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15552024-10-19T03:35:57.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15562024-10-19T03:35:57.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15572024-10-19T03:35:57.433Z
15582024-10-19T03:35:57.433Zinfo: running `cargo check --bins` on sled-hardware-types (25/154)
15592024-10-19T03:35:58.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15602024-10-19T03:35:58.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15612024-10-19T03:35:58.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15622024-10-19T03:35:58.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
15632024-10-19T03:35:58.269Z
15642024-10-19T03:35:58.269Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/154)
15652024-10-19T03:35:59.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15662024-10-19T03:35:59.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15672024-10-19T03:35:59.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15682024-10-19T03:35:59.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
15692024-10-19T03:35:59.132Z
15702024-10-19T03:35:59.132Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/154)
15712024-10-19T03:35:59.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15722024-10-19T03:35:59.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15732024-10-19T03:35:59.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15742024-10-19T03:35:59.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
15752024-10-19T03:36:00.003Z
15762024-10-19T03:36:00.003Zinfo: running `cargo check --bins` on oxlog (28/154)
15772024-10-19T03:36:00.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15782024-10-19T03:36:00.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15792024-10-19T03:36:00.795Z Checking cfg-if v1.0.0
15802024-10-19T03:36:00.819Z Checking libc v0.2.156
15812024-10-19T03:36:00.819Z Checking memchr v2.7.2
15822024-10-19T03:36:00.819Z Checking serde v1.0.208
15832024-10-19T03:36:00.819Z Checking zeroize v1.7.0
15842024-10-19T03:36:00.874Z Checking typenum v1.17.0
15852024-10-19T03:36:00.897Z Checking scopeguard v1.2.0
15862024-10-19T03:36:00.897Z Checking byteorder v1.5.0
15872024-10-19T03:36:00.920Z Checking log v0.4.21
15882024-10-19T03:36:01.022Z Checking lock_api v0.4.12
15892024-10-19T03:36:01.096Z Checking subtle v2.5.0
15902024-10-19T03:36:01.166Z Checking once_cell v1.19.0
15912024-10-19T03:36:01.283Z Checking const-oid v0.9.6
15922024-10-19T03:36:01.316Z Checking itoa v1.0.11
15932024-10-19T03:36:01.365Z Checking pin-project-lite v0.2.14
15942024-10-19T03:36:01.424Z Checking smallvec v1.13.2
15952024-10-19T03:36:01.475Z Checking zerocopy v0.7.34
15962024-10-19T03:36:01.503Z Checking spin v0.9.8
15972024-10-19T03:36:01.527Z Checking tinyvec_macros v0.1.1
15982024-10-19T03:36:01.601Z Checking tinyvec v1.6.0
15992024-10-19T03:36:01.733Z Checking getrandom v0.2.14
16002024-10-19T03:36:01.757Z Checking parking_lot_core v0.9.10
16012024-10-19T03:36:01.817Z Checking signal-hook-registry v1.4.2
16022024-10-19T03:36:01.849Z Checking generic-array v0.14.7
16032024-10-19T03:36:01.958Z Checking rand_core v0.6.4
16042024-10-19T03:36:02.031Z Checking mio v0.8.11
16052024-10-19T03:36:02.055Z Checking parking_lot v0.12.2
16062024-10-19T03:36:02.209Z Checking num_cpus v1.16.0
16072024-10-19T03:36:02.307Z Checking socket2 v0.5.7
16082024-10-19T03:36:02.333Z Checking futures-core v0.3.30
16092024-10-19T03:36:02.492Z Checking cpufeatures v0.2.12
16102024-10-19T03:36:02.566Z Checking futures-sink v0.3.30
16112024-10-19T03:36:02.590Z Checking allocator-api2 v0.2.18
16122024-10-19T03:36:02.613Z Checking unicode-bidi v0.3.15
16132024-10-19T03:36:02.637Z Checking ahash v0.8.11
16142024-10-19T03:36:02.660Z Checking unicode-normalization v0.1.23
16152024-10-19T03:36:02.700Z Checking libm v0.2.8
16162024-10-19T03:36:02.723Z Checking ryu v1.0.18
16172024-10-19T03:36:02.756Z Checking crypto-common v0.1.6
16182024-10-19T03:36:02.907Z Checking block-buffer v0.10.4
16192024-10-19T03:36:02.931Z Checking block-padding v0.3.3
16202024-10-19T03:36:03.086Z Checking equivalent v1.0.1
16212024-10-19T03:36:03.110Z Checking inout v0.1.3
16222024-10-19T03:36:03.110Z Checking digest v0.10.7
16232024-10-19T03:36:03.133Z Checking futures-channel v0.3.30
16242024-10-19T03:36:03.157Z Checking hashbrown v0.14.5
16252024-10-19T03:36:03.184Z Checking slab v0.4.9
16262024-10-19T03:36:03.305Z Checking cipher v0.4.4
16272024-10-19T03:36:03.348Z Checking pin-utils v0.1.0
16282024-10-19T03:36:03.423Z Checking futures-io v0.3.30
16292024-10-19T03:36:03.446Z Checking hmac v0.12.1
16302024-10-19T03:36:03.446Z Checking sha2 v0.10.8
16312024-10-19T03:36:03.446Z Checking futures-task v0.3.30
16322024-10-19T03:36:03.491Z Checking num-traits v0.2.19
16332024-10-19T03:36:03.589Z Checking base64ct v1.6.0
16342024-10-19T03:36:03.658Z Checking flagset v0.4.5
16352024-10-19T03:36:03.681Z Checking ppv-lite86 v0.2.17
16362024-10-19T03:36:03.705Z Checking futures-util v0.3.30
16372024-10-19T03:36:03.826Z Checking percent-encoding v2.3.1
16382024-10-19T03:36:03.924Z Checking pbkdf2 v0.12.2
16392024-10-19T03:36:03.977Z Checking pem-rfc7468 v0.7.0
16402024-10-19T03:36:04.005Z Checking salsa20 v0.10.2
16412024-10-19T03:36:04.066Z Checking tracing-core v0.1.32
16422024-10-19T03:36:04.181Z Checking fnv v1.0.7
16432024-10-19T03:36:04.205Z Checking untrusted v0.9.0
16442024-10-19T03:36:04.229Z Checking der v0.7.9
16452024-10-19T03:36:04.257Z Checking rand_chacha v0.3.1
16462024-10-19T03:36:04.300Z Checking scrypt v0.11.0
16472024-10-19T03:36:04.343Z Checking ring v0.17.8
16482024-10-19T03:36:04.485Z Checking cbc v0.1.2
16492024-10-19T03:36:04.584Z Checking rand v0.8.5
16502024-10-19T03:36:04.651Z Checking aes v0.8.4
16512024-10-19T03:36:04.674Z Checking tracing v0.1.40
16522024-10-19T03:36:04.891Z Checking thiserror v1.0.63
16532024-10-19T03:36:04.960Z Checking bytes v1.7.1
16542024-10-19T03:36:04.984Z Checking bitflags v2.6.0
16552024-10-19T03:36:05.014Z Checking indexmap v2.4.0
16562024-10-19T03:36:05.219Z Checking serde_json v1.0.125
16572024-10-19T03:36:05.385Z Checking foreign-types-shared v0.1.1
16582024-10-19T03:36:05.477Z Checking foreign-types v0.3.2
16592024-10-19T03:36:05.556Z Checking form_urlencoded v1.2.1
16602024-10-19T03:36:05.618Z Checking openssl-sys v0.9.103
16612024-10-19T03:36:05.642Z Checking tokio v1.38.1
16622024-10-19T03:36:05.722Z Checking http v0.2.12
16632024-10-19T03:36:05.761Z Checking spki v0.7.3
16642024-10-19T03:36:05.898Z Checking aho-corasick v1.1.3
16652024-10-19T03:36:06.004Z Checking pkcs5 v0.7.1
16662024-10-19T03:36:06.037Z Checking regex-syntax v0.8.4
16672024-10-19T03:36:06.471Z Checking powerfmt v0.2.0
16682024-10-19T03:36:06.667Z Checking try-lock v0.2.5
16692024-10-19T03:36:06.727Z Checking unicode-ident v1.0.12
16702024-10-19T03:36:06.754Z Checking siphasher v0.3.11
16712024-10-19T03:36:06.806Z Checking want v0.3.1
16722024-10-19T03:36:06.885Z Checking proc-macro2 v1.0.86
16732024-10-19T03:36:06.956Z Checking http-body v0.4.6
16742024-10-19T03:36:06.984Z Checking openssl v0.10.66
16752024-10-19T03:36:07.046Z Checking deranged v0.3.11
16762024-10-19T03:36:07.323Z Checking pkcs8 v0.10.2
16772024-10-19T03:36:07.411Z Checking sct v0.7.1
16782024-10-19T03:36:07.530Z Checking rustls-webpki v0.101.7
16792024-10-19T03:36:07.592Z Checking uuid v1.10.0
16802024-10-19T03:36:07.624Z Checking idna v0.5.0
16812024-10-19T03:36:08.003Z Checking httparse v1.8.0
16822024-10-19T03:36:08.110Z Checking errno v0.3.9
16832024-10-19T03:36:08.145Z Checking socket2 v0.4.10
16842024-10-19T03:36:08.265Z Checking scroll v0.12.0
16852024-10-19T03:36:08.307Z Checking anstyle v1.0.8
16862024-10-19T03:36:08.364Z Checking httpdate v1.0.3
16872024-10-19T03:36:08.539Z Checking num-conv v0.1.0
16882024-10-19T03:36:08.568Z Checking utf8parse v0.2.1
16892024-10-19T03:36:08.591Z Checking adler v1.0.2
16902024-10-19T03:36:08.615Z Checking plain v0.2.3
16912024-10-19T03:36:08.682Z Checking tower-service v0.3.2
16922024-10-19T03:36:08.705Z Checking openssl-probe v0.1.5
16932024-10-19T03:36:08.729Z Checking iana-time-zone v0.1.60
16942024-10-19T03:36:08.752Z Checking regex-automata v0.4.6
16952024-10-19T03:36:08.776Z Checking ucd-trie v0.1.6
16962024-10-19T03:36:08.776Z Checking num_threads v0.1.7
16972024-10-19T03:36:08.799Z Checking time-core v0.1.2
16982024-10-19T03:36:08.840Z Checking finl_unicode v1.2.0
16992024-10-19T03:36:08.864Z Checking chrono v0.4.38
17002024-10-19T03:36:08.888Z Checking goblin v0.8.2
17012024-10-19T03:36:08.930Z Checking time v0.3.36
17022024-10-19T03:36:08.954Z Checking pest v2.7.10
17032024-10-19T03:36:09.317Z Checking stringprep v0.1.4
17042024-10-19T03:36:09.536Z Checking miniz_oxide v0.7.2
17052024-10-19T03:36:10.148Z Checking anstyle-parse v0.2.4
17062024-10-19T03:36:10.366Z Checking url v2.5.2
17072024-10-19T03:36:10.570Z Checking rustix v0.38.34
17082024-10-19T03:36:10.962Z Checking rustls v0.21.12
17092024-10-19T03:36:11.044Z Checking quote v1.0.36
17102024-10-19T03:36:11.068Z Checking toml_datetime v0.6.8
17112024-10-19T03:36:11.306Z Checking serde_spanned v0.6.7
17122024-10-19T03:36:11.331Z Checking num-integer v0.1.46
17132024-10-19T03:36:11.474Z Checking md-5 v0.10.6
17142024-10-19T03:36:11.500Z Checking native-tls v0.2.11
17152024-10-19T03:36:11.663Z Checking idna v0.3.0
17162024-10-19T03:36:11.741Z Checking lazy_static v1.5.0
17172024-10-19T03:36:11.791Z Checking hash32 v0.2.1
17182024-10-19T03:36:11.848Z Checking base64 v0.22.1
17192024-10-19T03:36:11.872Z Checking tokio-util v0.7.11
17202024-10-19T03:36:12.047Z Checking psl-types v2.0.11
17212024-10-19T03:36:12.202Z Checking anstyle-query v1.0.3
17222024-10-19T03:36:12.226Z Checking pretty-hex v0.4.1
17232024-10-19T03:36:12.265Z Checking is_terminal_polyfill v1.70.0
17242024-10-19T03:36:12.289Z Checking gimli v0.28.1
17252024-10-19T03:36:12.317Z Checking fallible-iterator v0.2.0
17262024-10-19T03:36:12.370Z Checking stable_deref_trait v1.2.0
17272024-10-19T03:36:12.397Z Checking colorchoice v1.0.1
17282024-10-19T03:36:12.464Z Checking heapless v0.7.17
17292024-10-19T03:36:12.506Z Checking anstream v0.6.14
17302024-10-19T03:36:12.534Z Checking publicsuffix v2.2.3
17312024-10-19T03:36:12.598Z Checking h2 v0.3.26
17322024-10-19T03:36:12.737Z Checking terminal_size v0.3.0
17332024-10-19T03:36:12.811Z Checking tokio-native-tls v0.3.1
17342024-10-19T03:36:12.836Z Checking postgres-protocol v0.6.7
17352024-10-19T03:36:12.878Z Checking num-iter v0.1.45
17362024-10-19T03:36:13.030Z Checking syn v2.0.74
17372024-10-19T03:36:13.054Z Checking cookie v0.17.0
17382024-10-19T03:36:13.110Z Checking dof v0.3.0
17392024-10-19T03:36:13.325Z Checking dtrace-parser v0.2.0
17402024-10-19T03:36:13.380Z Checking phf_shared v0.11.2
17412024-10-19T03:36:13.411Z Checking ff v0.13.0
17422024-10-19T03:36:13.585Z Checking thread-id v4.2.1
17432024-10-19T03:36:13.612Z Checking object v0.32.2
17442024-10-19T03:36:13.651Z Checking tokio-rustls v0.24.1
17452024-10-19T03:36:13.675Z Checking bitflags v1.3.2
17462024-10-19T03:36:13.699Z Checking ipnet v2.9.0
17472024-10-19T03:36:13.733Z Checking base16ct v0.2.0
17482024-10-19T03:36:13.757Z Checking rustc-demangle v0.1.24
17492024-10-19T03:36:13.906Z Checking strsim v0.11.1
17502024-10-19T03:36:13.946Z Checking clap_lex v0.7.0
17512024-10-19T03:36:14.073Z Checking winnow v0.5.40
17522024-10-19T03:36:14.145Z Checking either v1.13.0
17532024-10-19T03:36:14.170Z Checking base64 v0.21.7
17542024-10-19T03:36:14.193Z Checking managed v0.8.0
17552024-10-19T03:36:14.473Z Checking clap_builder v4.5.15
17562024-10-19T03:36:14.497Z Checking smoltcp v0.9.1
17572024-10-19T03:36:14.564Z Checking rustls-pemfile v1.0.4
17582024-10-19T03:36:14.725Z Checking sec1 v0.7.3
17592024-10-19T03:36:15.066Z Checking phf v0.11.2
17602024-10-19T03:36:15.293Z Checking group v0.13.0
17612024-10-19T03:36:15.428Z Checking addr2line v0.21.0
17622024-10-19T03:36:15.487Z Checking cookie_store v0.20.0
17632024-10-19T03:36:15.731Z Checking postgres-types v0.2.7
17642024-10-19T03:36:15.844Z Checking num-bigint-dig v0.8.4
17652024-10-19T03:36:16.017Z Checking regex v1.10.6
17662024-10-19T03:36:16.292Z Checking bstr v1.9.1
17672024-10-19T03:36:16.502Z Checking futures-executor v0.3.30
17682024-10-19T03:36:16.569Z Checking toml_edit v0.19.15
17692024-10-19T03:36:16.704Z Checking pkcs1 v0.7.5
17702024-10-19T03:36:16.973Z Checking phf_shared v0.10.0
17712024-10-19T03:36:17.023Z Checking serde_urlencoded v0.7.1
17722024-10-19T03:36:17.048Z Checking zerocopy v0.6.6
17732024-10-19T03:36:17.201Z Checking hubpack v0.1.2
17742024-10-19T03:36:17.364Z Checking float-cmp v0.9.0
17752024-10-19T03:36:17.477Z Checking signal-hook v0.3.17
17762024-10-19T03:36:17.523Z Checking crossbeam-utils v0.8.19
17772024-10-19T03:36:17.587Z Checking crc32fast v1.4.0
17782024-10-19T03:36:17.624Z Checking hyper v0.14.30
17792024-10-19T03:36:17.670Z Checking hkdf v0.12.4
17802024-10-19T03:36:17.766Z Checking signature v2.2.0
17812024-10-19T03:36:17.790Z Checking idna v0.4.0
17822024-10-19T03:36:17.855Z Checking crypto-bigint v0.5.5
17832024-10-19T03:36:17.936Z Checking memmap v0.7.0
17842024-10-19T03:36:18.117Z Checking mio v1.0.2
17852024-10-19T03:36:18.141Z Checking encoding_rs v0.8.34
17862024-10-19T03:36:18.351Z Checking usdt-impl v0.5.0
17872024-10-19T03:36:18.430Z Checking whoami v1.5.1
17882024-10-19T03:36:18.576Z Checking data-encoding v2.6.0
17892024-10-19T03:36:18.633Z Checking difflib v0.4.0
17902024-10-19T03:36:18.670Z Checking backtrace v0.3.71
17912024-10-19T03:36:18.694Z Checking bit-vec v0.6.3
17922024-10-19T03:36:18.824Z Checking dyn-clone v1.0.17
17932024-10-19T03:36:18.927Z Checking unicode-segmentation v1.11.0
17942024-10-19T03:36:18.951Z Checking new_debug_unreachable v1.0.6
17952024-10-19T03:36:18.982Z Checking normalize-line-endings v0.3.0
17962024-10-19T03:36:19.037Z Checking precomputed-hash v0.1.1
17972024-10-19T03:36:19.086Z Checking predicates-core v1.0.6
17982024-10-19T03:36:19.122Z Checking minimal-lexical v0.2.1
17992024-10-19T03:36:19.146Z Checking winnow v0.6.18
18002024-10-19T03:36:19.195Z Checking unicode-width v0.1.13
18012024-10-19T03:36:19.248Z Checking webpki-roots v0.25.4
18022024-10-19T03:36:19.355Z Checking fixedbitset v0.4.2
18032024-10-19T03:36:19.387Z Checking sync_wrapper v0.1.2
18042024-10-19T03:36:19.459Z Checking mime v0.3.17
18052024-10-19T03:36:19.483Z Checking static_assertions v1.1.0
18062024-10-19T03:36:19.507Z Checking similar v2.6.0
18072024-10-19T03:36:19.564Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18082024-10-19T03:36:19.597Z Checking petgraph v0.6.5
18092024-10-19T03:36:19.725Z Checking nom v7.1.3
18102024-10-19T03:36:20.046Z Checking console v0.15.8
18112024-10-19T03:36:20.191Z Checking elliptic-curve v0.13.8
18122024-10-19T03:36:20.231Z Checking predicates v3.1.2
18132024-10-19T03:36:20.511Z Checking anyhow v1.0.86
18142024-10-19T03:36:20.708Z Checking string_cache v0.8.7
18152024-10-19T03:36:20.762Z Checking hickory-proto v0.24.1
18162024-10-19T03:36:20.822Z Checking bit-set v0.5.3
18172024-10-19T03:36:20.947Z Checking schemars v0.8.21
18182024-10-19T03:36:21.033Z Checking usdt v0.5.0
18192024-10-19T03:36:21.244Z Checking tokio-postgres v0.7.11
18202024-10-19T03:36:21.586Z Checking toml_edit v0.22.20
18212024-10-19T03:36:22.036Z Checking signal-hook-mio v0.2.4
18222024-10-19T03:36:22.166Z Checking toml v0.7.8
18232024-10-19T03:36:22.253Z Checking crossbeam-epoch v0.9.18
18242024-10-19T03:36:22.356Z Checking rsa v0.9.6
18252024-10-19T03:36:22.619Z Checking flate2 v1.0.31
18262024-10-19T03:36:22.768Z Checking hyper-rustls v0.24.2
18272024-10-19T03:36:22.792Z Checking hyper-tls v0.5.0
18282024-10-19T03:36:22.999Z Checking clap v4.5.16
18292024-10-19T03:36:23.023Z Checking reqwest v0.11.27
18302024-10-19T03:36:23.100Z Checking futures v0.3.30
18312024-10-19T03:36:23.163Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18322024-10-19T03:36:23.187Z Checking itertools v0.12.1
18332024-10-19T03:36:23.211Z Checking itertools v0.10.5
18342024-10-19T03:36:23.235Z Checking fs-err v2.11.0
18352024-10-19T03:36:23.567Z Checking tokio-stream v0.1.15
18362024-10-19T03:36:23.634Z Checking nix v0.28.0
18372024-10-19T03:36:23.682Z Checking slog v2.7.0
18382024-10-19T03:36:23.765Z Checking openapiv3 v2.0.0
18392024-10-19T03:36:24.112Z Checking hex v0.4.3
18402024-10-19T03:36:24.218Z Checking semver v1.0.23
18412024-10-19T03:36:24.460Z Checking sha1 v0.10.6
18422024-10-19T03:36:24.555Z Checking lalrpop-util v0.19.12
18432024-10-19T03:36:24.579Z Checking peg-runtime v0.8.3
18442024-10-19T03:36:24.603Z Checking camino v1.1.9
18452024-10-19T03:36:24.694Z Checking sigpipe v0.1.3
18462024-10-19T03:36:26.472Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18472024-10-19T03:36:26.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.87s
18482024-10-19T03:36:26.994Z
18492024-10-19T03:36:26.994Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/154)
18502024-10-19T03:36:27.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512024-10-19T03:36:27.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522024-10-19T03:36:27.890Z Compiling regress v0.9.1
18532024-10-19T03:36:27.919Z Checking strum v0.26.3
18542024-10-19T03:36:27.950Z Checking heck v0.5.0
18552024-10-19T03:36:27.974Z Compiling getopts v0.2.21
18562024-10-19T03:36:27.999Z Checking dirs-sys-next v0.1.2
18572024-10-19T03:36:27.999Z Compiling unsafe-libyaml v0.2.11
18582024-10-19T03:36:28.069Z Checking http v1.1.0
18592024-10-19T03:36:28.121Z Checking thread_local v1.1.8
18602024-10-19T03:36:28.146Z Checking dirs-next v2.0.0
18612024-10-19T03:36:28.254Z Compiling ident_case v1.0.1
18622024-10-19T03:36:28.287Z Checking rustls-pki-types v1.7.0
18632024-10-19T03:36:28.361Z Checking term v0.7.0
18642024-10-19T03:36:28.418Z Compiling darling_core v0.20.9
18652024-10-19T03:36:28.665Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18662024-10-19T03:36:28.722Z Checking crossbeam-channel v0.5.12
18672024-10-19T03:36:28.763Z Checking atty v0.2.14
18682024-10-19T03:36:28.873Z Checking is-terminal v0.4.12
18692024-10-19T03:36:28.942Z Compiling paste v1.0.15
18702024-10-19T03:36:28.978Z Checking utf-8 v0.7.6
18712024-10-19T03:36:29.148Z Compiling serde_yaml v0.9.34+deprecated
18722024-10-19T03:36:29.257Z Checking termcolor v1.4.1
18732024-10-19T03:36:29.360Z Compiling rustls v0.22.4
18742024-10-19T03:36:29.395Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18752024-10-19T03:36:29.531Z Checking take_mut v0.2.2
18762024-10-19T03:36:29.611Z Checking humantime v2.1.0
18772024-10-19T03:36:29.669Z Checking slog-async v2.8.0
18782024-10-19T03:36:29.717Z Checking slog-term v2.9.1
18792024-10-19T03:36:29.741Z Checking rustls-webpki v0.102.4
18802024-10-19T03:36:29.885Z Checking env_logger v0.9.3
18812024-10-19T03:36:29.936Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18822024-10-19T03:36:30.125Z Compiling proc-macro-crate v1.3.1
18832024-10-19T03:36:30.223Z Compiling bitstruct_derive v0.1.0
18842024-10-19T03:36:30.248Z Compiling structmeta-derive v0.3.0
18852024-10-19T03:36:30.373Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18862024-10-19T03:36:30.483Z Compiling multer v3.1.0
18872024-10-19T03:36:30.679Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18882024-10-19T03:36:31.052Z Checking match_cfg v0.1.0
18892024-10-19T03:36:31.133Z Checking ascii v1.1.0
18902024-10-19T03:36:31.337Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18912024-10-19T03:36:31.459Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18922024-10-19T03:36:31.602Z Checking bitstruct v0.1.1
18932024-10-19T03:36:31.695Z Checking hostname v0.3.1
18942024-10-19T03:36:31.803Z Compiling num_enum_derive v0.5.11
18952024-10-19T03:36:32.001Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18962024-10-19T03:36:32.187Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18972024-10-19T03:36:32.596Z Compiling structmeta v0.3.0
18982024-10-19T03:36:32.647Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18992024-10-19T03:36:32.671Z Checking slog-json v2.6.1
19002024-10-19T03:36:32.885Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19012024-10-19T03:36:32.909Z Checking erased-serde v0.3.31
19022024-10-19T03:36:32.978Z Checking serde_arrays v0.1.0
19032024-10-19T03:36:33.107Z Compiling async-stream-impl v0.3.5
19042024-10-19T03:36:33.131Z Compiling foreign-types-macros v0.2.3
19052024-10-19T03:36:33.411Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19062024-10-19T03:36:33.687Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19072024-10-19T03:36:33.837Z Checking foreign-types-shared v0.3.1
19082024-10-19T03:36:33.958Z Checking arc-swap v1.7.1
19092024-10-19T03:36:33.982Z Checking atomic-waker v1.1.2
19102024-10-19T03:36:34.015Z Checking num_enum v0.5.11
19112024-10-19T03:36:34.129Z Checking waitgroup v0.1.2
19122024-10-19T03:36:34.179Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19132024-10-19T03:36:34.236Z Checking foreign-types v0.5.0
19142024-10-19T03:36:34.308Z Checking async-stream v0.3.5
19152024-10-19T03:36:34.336Z Compiling parse-display-derive v0.10.0
19162024-10-19T03:36:34.360Z Checking slog-scope v4.4.0
19172024-10-19T03:36:34.360Z Checking slog-bunyan v2.5.0
19182024-10-19T03:36:34.387Z Compiling darling_macro v0.20.9
19192024-10-19T03:36:34.500Z Compiling proc-macro-error v1.0.4
19202024-10-19T03:36:34.672Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19212024-10-19T03:36:34.920Z Checking toml v0.8.19
19222024-10-19T03:36:34.981Z Checking tungstenite v0.20.1
19232024-10-19T03:36:35.147Z Checking rustls-pemfile v2.1.3
19242024-10-19T03:36:35.306Z Compiling darling v0.20.9
19252024-10-19T03:36:35.350Z Checking tokio-rustls v0.25.0
19262024-10-19T03:36:35.374Z Compiling heck v0.3.3
19272024-10-19T03:36:35.421Z Compiling serde_with_macros v3.9.0
19282024-10-19T03:36:35.551Z Checking newtype-uuid v1.1.0
19292024-10-19T03:36:35.652Z Checking ipnetwork v0.20.0
19302024-10-19T03:36:35.708Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19312024-10-19T03:36:35.744Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19322024-10-19T03:36:35.768Z Checking serde_path_to_error v0.1.16
19332024-10-19T03:36:35.958Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19342024-10-19T03:36:36.297Z Checking cstr-argument v0.1.2
19352024-10-19T03:36:36.453Z Checking hostname v0.4.0
19362024-10-19T03:36:36.477Z Checking instant v0.1.12
19372024-10-19T03:36:36.569Z Checking debug-ignore v1.0.5
19382024-10-19T03:36:36.593Z Checking fastrand v2.1.0
19392024-10-19T03:36:36.593Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19402024-10-19T03:36:36.695Z Checking pretty-hex v0.2.1
19412024-10-19T03:36:36.838Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19422024-10-19T03:36:36.862Z Checking tempfile v3.10.1
19432024-10-19T03:36:36.886Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19442024-10-19T03:36:36.996Z Checking backoff v0.4.0
19452024-10-19T03:36:37.181Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19462024-10-19T03:36:37.205Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19472024-10-19T03:36:37.245Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19482024-10-19T03:36:37.438Z Compiling zone_cfg_derive v0.1.2
19492024-10-19T03:36:37.463Z Checking tokio-tungstenite v0.20.1
19502024-10-19T03:36:37.492Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19512024-10-19T03:36:37.816Z Checking serde_with v3.9.0
19522024-10-19T03:36:37.854Z Checking slog-stdlog v4.1.1
19532024-10-19T03:36:37.993Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19542024-10-19T03:36:38.121Z Checking tungstenite v0.21.0
19552024-10-19T03:36:38.145Z Checking colored v2.1.0
19562024-10-19T03:36:38.174Z Checking parse-display v0.10.0
19572024-10-19T03:36:38.370Z Checking macaddr v1.0.1
19582024-10-19T03:36:38.394Z Checking base64 v0.13.1
19592024-10-19T03:36:38.647Z Checking zone v0.1.8
19602024-10-19T03:36:38.737Z Checking ron v0.7.1
19612024-10-19T03:36:38.838Z Checking tokio-tungstenite v0.21.0
19622024-10-19T03:36:39.218Z Checking slog-envlogger v2.2.0
19632024-10-19T03:36:39.313Z Checking pem v3.0.4
19642024-10-19T03:36:39.417Z Checking tabwriter v1.4.0
19652024-10-19T03:36:39.540Z Checking xattr v1.3.1
19662024-10-19T03:36:39.620Z Checking portpicker v0.1.1
19672024-10-19T03:36:39.686Z Checking yasna v0.5.2
19682024-10-19T03:36:39.710Z Checking headers-core v0.2.0
19692024-10-19T03:36:39.744Z Checking smf v0.2.3
19702024-10-19T03:36:39.855Z Checking filetime v0.2.24
19712024-10-19T03:36:40.032Z Checking same-file v1.0.6
19722024-10-19T03:36:40.177Z Checking tar v0.4.41
19732024-10-19T03:36:40.201Z Checking walkdir v2.5.0
19742024-10-19T03:36:40.201Z Checking headers v0.3.9
19752024-10-19T03:36:40.446Z Checking camino-tempfile v1.1.1
19762024-10-19T03:36:40.500Z Checking rcgen v0.12.1
19772024-10-19T03:36:40.626Z Checking atomicwrites v0.4.3
19782024-10-19T03:36:40.687Z Checking subprocess v0.2.9
19792024-10-19T03:36:41.659Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19802024-10-19T03:36:41.901Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19812024-10-19T03:36:43.499Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19822024-10-19T03:36:46.003Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19832024-10-19T03:36:46.107Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19842024-10-19T03:36:50.333Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19852024-10-19T03:36:58.665Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19862024-10-19T03:36:58.831Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19872024-10-19T03:36:58.831Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19882024-10-19T03:37:02.012Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19892024-10-19T03:37:02.467Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19902024-10-19T03:37:09.943Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19912024-10-19T03:37:11.756Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19922024-10-19T03:37:13.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.12s
19932024-10-19T03:37:13.254Z
19942024-10-19T03:37:13.254Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/154)
19952024-10-19T03:37:14.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962024-10-19T03:37:14.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972024-10-19T03:37:14.164Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19982024-10-19T03:37:15.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
19992024-10-19T03:37:15.747Z
20002024-10-19T03:37:15.747Zinfo: running `cargo check --bins` on nexus-config (31/154)
20012024-10-19T03:37:16.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022024-10-19T03:37:16.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032024-10-19T03:37:16.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042024-10-19T03:37:16.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20052024-10-19T03:37:16.601Z
20062024-10-19T03:37:16.601Zinfo: running `cargo check --bins` on omicron-rpaths (32/154)
20072024-10-19T03:37:17.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082024-10-19T03:37:17.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092024-10-19T03:37:17.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102024-10-19T03:37:17.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20112024-10-19T03:37:17.414Z
20122024-10-19T03:37:17.414Zinfo: running `cargo check --bins` on omicron-certificates (33/154)
20132024-10-19T03:37:18.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142024-10-19T03:37:18.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152024-10-19T03:37:18.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162024-10-19T03:37:18.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20172024-10-19T03:37:18.267Z
20182024-10-19T03:37:18.267Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/154)
20192024-10-19T03:37:19.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202024-10-19T03:37:19.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212024-10-19T03:37:19.162Z Compiling heapless v0.8.0
20222024-10-19T03:37:19.187Z Checking hash32 v0.3.1
20232024-10-19T03:37:19.187Z Compiling smoltcp v0.11.0
20242024-10-19T03:37:19.219Z Checking embedded-io v0.4.0
20252024-10-19T03:37:19.243Z Checking cobs v0.2.3
20262024-10-19T03:37:19.267Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20272024-10-19T03:37:19.267Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20282024-10-19T03:37:19.291Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20292024-10-19T03:37:19.362Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20302024-10-19T03:37:19.411Z Compiling crucible-workspace-hack v0.1.0
20312024-10-19T03:37:19.435Z Checking postcard v1.0.8
20322024-10-19T03:37:19.459Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20332024-10-19T03:37:19.611Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20342024-10-19T03:37:19.668Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20352024-10-19T03:37:19.834Z Compiling num-derive v0.4.2
20362024-10-19T03:37:19.894Z Compiling slog-dtrace v0.3.0
20372024-10-19T03:37:20.003Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20382024-10-19T03:37:20.054Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20392024-10-19T03:37:20.090Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20402024-10-19T03:37:20.815Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20412024-10-19T03:37:21.373Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20422024-10-19T03:37:23.046Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20432024-10-19T03:37:24.136Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20442024-10-19T03:37:25.399Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20452024-10-19T03:37:27.560Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20462024-10-19T03:37:28.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.10s
20472024-10-19T03:37:28.508Z
20482024-10-19T03:37:28.508Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/154)
20492024-10-19T03:37:29.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502024-10-19T03:37:29.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512024-10-19T03:37:29.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522024-10-19T03:37:29.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20532024-10-19T03:37:29.391Z
20542024-10-19T03:37:29.391Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/154)
20552024-10-19T03:37:30.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562024-10-19T03:37:30.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572024-10-19T03:37:30.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582024-10-19T03:37:30.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
20592024-10-19T03:37:30.355Z
20602024-10-19T03:37:30.355Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/154)
20612024-10-19T03:37:31.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622024-10-19T03:37:31.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632024-10-19T03:37:31.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642024-10-19T03:37:31.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
20652024-10-19T03:37:31.331Z
20662024-10-19T03:37:31.331Zinfo: running `cargo check --bins` on dns-server (38/154)
20672024-10-19T03:37:32.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682024-10-19T03:37:32.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692024-10-19T03:37:32.159Z Compiling parking_lot_core v0.8.6
20702024-10-19T03:37:32.183Z Checking newline-converter v0.3.0
20712024-10-19T03:37:32.183Z Checking nibble_vec v0.1.0
20722024-10-19T03:37:32.213Z Checking endian-type v0.1.2
20732024-10-19T03:37:32.213Z Checking linked-hash-map v0.5.6
20742024-10-19T03:37:32.213Z Checking quick-error v1.2.3
20752024-10-19T03:37:32.239Z Checking fxhash v0.2.1
20762024-10-19T03:37:32.239Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20772024-10-19T03:37:32.333Z Checking expectorate v1.1.0
20782024-10-19T03:37:32.365Z Checking resolv-conf v0.7.0
20792024-10-19T03:37:32.365Z Checking hickory-server v0.24.1
20802024-10-19T03:37:32.401Z Checking radix_trie v0.2.1
20812024-10-19T03:37:32.477Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20822024-10-19T03:37:32.510Z Checking lru-cache v0.1.2
20832024-10-19T03:37:32.672Z Checking hickory-resolver v0.24.1
20842024-10-19T03:37:32.768Z Checking hickory-client v0.24.1
20852024-10-19T03:37:32.888Z Checking parking_lot v0.11.2
20862024-10-19T03:37:33.182Z Checking sled v0.34.7
20872024-10-19T03:37:35.514Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20882024-10-19T03:37:36.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
20892024-10-19T03:37:36.913Z
20902024-10-19T03:37:36.913Zinfo: running `cargo check --bins` on dns-server-api (39/154)
20912024-10-19T03:37:37.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922024-10-19T03:37:37.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932024-10-19T03:37:37.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942024-10-19T03:37:37.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20952024-10-19T03:37:37.735Z
20962024-10-19T03:37:37.735Zinfo: running `cargo check --bins` on dns-service-client (40/154)
20972024-10-19T03:37:38.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982024-10-19T03:37:38.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992024-10-19T03:37:38.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002024-10-19T03:37:38.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21012024-10-19T03:37:38.551Z
21022024-10-19T03:37:38.551Zinfo: running `cargo check --bins` on gateway-test-utils (41/154)
21032024-10-19T03:37:39.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042024-10-19T03:37:39.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052024-10-19T03:37:39.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062024-10-19T03:37:39.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
21072024-10-19T03:37:39.514Z
21082024-10-19T03:37:39.514Zinfo: running `cargo check --bins` on gateway-types (42/154)
21092024-10-19T03:37:40.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102024-10-19T03:37:40.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112024-10-19T03:37:40.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122024-10-19T03:37:40.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21132024-10-19T03:37:40.361Z
21142024-10-19T03:37:40.361Zinfo: running `cargo check --bins` on ipcc (43/154)
21152024-10-19T03:37:41.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162024-10-19T03:37:41.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172024-10-19T03:37:41.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182024-10-19T03:37:41.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21192024-10-19T03:37:41.204Z
21202024-10-19T03:37:41.204Zinfo: running `cargo check --bins` on omicron-gateway (44/154)
21212024-10-19T03:37:41.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-10-19T03:37:41.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-10-19T03:37:42.088Z Compiling radium v0.7.0
21242024-10-19T03:37:42.112Z Compiling maybe-uninit v2.0.0
21252024-10-19T03:37:42.137Z Checking tap v1.0.1
21262024-10-19T03:37:42.161Z Compiling bzip2-sys v0.1.11+1.0.8
21272024-10-19T03:37:42.161Z Compiling packed_struct v0.10.1
21282024-10-19T03:37:42.161Z Checking crc-catalog v2.4.0
21292024-10-19T03:37:42.161Z Checking funty v2.0.0
21302024-10-19T03:37:42.202Z Compiling packed_struct_codegen v0.10.1
21312024-10-19T03:37:42.273Z Checking wyz v0.5.1
21322024-10-19T03:37:42.312Z Checking crc v3.2.1
21332024-10-19T03:37:42.634Z Compiling indexmap v1.9.3
21342024-10-19T03:37:42.658Z Checking half v2.4.1
21352024-10-19T03:37:42.690Z Checking ciborium-io v0.2.2
21362024-10-19T03:37:42.776Z Checking nodrop v0.1.14
21372024-10-19T03:37:42.816Z Checking smallvec v0.6.14
21382024-10-19T03:37:42.883Z Checking array-init v0.0.4
21392024-10-19T03:37:42.907Z Compiling memoffset v0.9.1
21402024-10-19T03:37:42.933Z Checking bitvec v1.0.1
21412024-10-19T03:37:42.957Z Checking bitfield v0.14.0
21422024-10-19T03:37:43.086Z Checking ciborium-ll v0.2.2
21432024-10-19T03:37:43.161Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21442024-10-19T03:37:43.191Z Checking hashbrown v0.12.3
21452024-10-19T03:37:43.216Z Checking env_logger v0.10.2
21462024-10-19T03:37:43.354Z Checking ciborium v0.2.2
21472024-10-19T03:37:43.559Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21482024-10-19T03:37:43.583Z Checking ron v0.8.1
21492024-10-19T03:37:43.720Z Checking serde-hex v0.1.0
21502024-10-19T03:37:43.775Z Checking x509-cert v0.2.5
21512024-10-19T03:37:43.973Z Checking bzip2 v0.4.4
21522024-10-19T03:37:44.219Z Checking hashbrown v0.13.2
21532024-10-19T03:37:44.242Z Checking crc-any v2.5.0
21542024-10-19T03:37:44.542Z Checking zip v0.6.6
21552024-10-19T03:37:44.666Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21562024-10-19T03:37:44.740Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21572024-10-19T03:37:44.939Z Checking path-slash v0.1.5
21582024-10-19T03:37:45.063Z Checking nix v0.27.1
21592024-10-19T03:37:45.086Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21602024-10-19T03:37:45.109Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21612024-10-19T03:37:45.132Z Checking object v0.30.4
21622024-10-19T03:37:45.155Z Checking serde-big-array v0.5.1
21632024-10-19T03:37:45.178Z Checking signal-hook-tokio v0.3.1
21642024-10-19T03:37:47.414Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
21652024-10-19T03:37:48.199Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21662024-10-19T03:37:57.001Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21672024-10-19T03:37:58.539Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21682024-10-19T03:38:00.751Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21692024-10-19T03:38:03.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.81s
21702024-10-19T03:38:03.155Z
21712024-10-19T03:38:03.156Zinfo: running `cargo check --bins` on gateway-api (45/154)
21722024-10-19T03:38:03.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732024-10-19T03:38:03.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742024-10-19T03:38:03.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752024-10-19T03:38:03.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21762024-10-19T03:38:04.051Z
21772024-10-19T03:38:04.051Zinfo: running `cargo check --bins` on sp-sim (46/154)
21782024-10-19T03:38:04.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792024-10-19T03:38:04.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802024-10-19T03:38:04.891Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21812024-10-19T03:38:06.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
21822024-10-19T03:38:07.088Z
21832024-10-19T03:38:07.088Zinfo: running `cargo check --bins` on internal-dns (47/154)
21842024-10-19T03:38:07.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852024-10-19T03:38:07.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862024-10-19T03:38:07.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872024-10-19T03:38:07.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21882024-10-19T03:38:07.929Z
21892024-10-19T03:38:07.929Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (48/154)
21902024-10-19T03:38:08.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912024-10-19T03:38:08.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922024-10-19T03:38:08.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932024-10-19T03:38:08.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21942024-10-19T03:38:08.825Z
21952024-10-19T03:38:08.825Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/154)
21962024-10-19T03:38:09.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972024-10-19T03:38:09.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982024-10-19T03:38:09.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992024-10-19T03:38:09.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
22002024-10-19T03:38:09.777Z
22012024-10-19T03:38:09.777Zinfo: running `cargo check --bins` on db-macros (50/154)
22022024-10-19T03:38:10.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032024-10-19T03:38:10.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042024-10-19T03:38:10.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052024-10-19T03:38:10.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22062024-10-19T03:38:10.612Z
22072024-10-19T03:38:10.612Zinfo: running `cargo check --bins` on nexus-macros-common (51/154)
22082024-10-19T03:38:11.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092024-10-19T03:38:11.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102024-10-19T03:38:11.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112024-10-19T03:38:11.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22122024-10-19T03:38:11.438Z
22132024-10-19T03:38:11.438Zinfo: running `cargo check --bins` on nexus-auth (52/154)
22142024-10-19T03:38:12.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152024-10-19T03:38:12.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162024-10-19T03:38:12.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172024-10-19T03:38:12.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
22182024-10-19T03:38:12.346Z
22192024-10-19T03:38:12.346Zinfo: running `cargo check --bins` on authz-macros (53/154)
22202024-10-19T03:38:13.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212024-10-19T03:38:13.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222024-10-19T03:38:13.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232024-10-19T03:38:13.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
22242024-10-19T03:38:13.157Z
22252024-10-19T03:38:13.157Zinfo: running `cargo check --bins` on nexus-db-fixed-data (54/154)
22262024-10-19T03:38:13.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-10-19T03:38:13.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-10-19T03:38:13.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292024-10-19T03:38:13.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
22302024-10-19T03:38:14.067Z
22312024-10-19T03:38:14.067Zinfo: running `cargo check --bins` on nexus-db-model (55/154)
22322024-10-19T03:38:14.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-10-19T03:38:14.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-10-19T03:38:14.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-10-19T03:38:14.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22362024-10-19T03:38:14.940Z
22372024-10-19T03:38:14.940Zinfo: running `cargo check --bins` on nexus-defaults (56/154)
22382024-10-19T03:38:15.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-10-19T03:38:15.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-10-19T03:38:15.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-10-19T03:38:15.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22422024-10-19T03:38:15.807Z
22432024-10-19T03:38:15.807Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (57/154)
22442024-10-19T03:38:16.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-10-19T03:38:16.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-10-19T03:38:16.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472024-10-19T03:38:16.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22482024-10-19T03:38:16.664Z
22492024-10-19T03:38:16.664Zinfo: running `cargo check --bins` on omicron-passwords (58/154)
22502024-10-19T03:38:17.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-10-19T03:38:17.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-10-19T03:38:17.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532024-10-19T03:38:17.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22542024-10-19T03:38:17.492Z
22552024-10-19T03:38:17.492Zinfo: running `cargo check --bins` on nexus-types (59/154)
22562024-10-19T03:38:18.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572024-10-19T03:38:18.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582024-10-19T03:38:18.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592024-10-19T03:38:18.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
22602024-10-19T03:38:18.392Z
22612024-10-19T03:38:18.392Zinfo: running `cargo check --bins` on gateway-client (60/154)
22622024-10-19T03:38:19.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-10-19T03:38:19.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-10-19T03:38:19.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652024-10-19T03:38:19.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
22662024-10-19T03:38:19.229Z
22672024-10-19T03:38:19.229Zinfo: running `cargo check --bins` on oxql-types (61/154)
22682024-10-19T03:38:19.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692024-10-19T03:38:20.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702024-10-19T03:38:20.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712024-10-19T03:38:20.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
22722024-10-19T03:38:20.074Z
22732024-10-19T03:38:20.074Zinfo: running `cargo check --bins` on oximeter-types (62/154)
22742024-10-19T03:38:20.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752024-10-19T03:38:20.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762024-10-19T03:38:20.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22772024-10-19T03:38:20.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
22782024-10-19T03:38:20.915Z
22792024-10-19T03:38:20.915Zinfo: running `cargo check --bins` on oximeter-macro-impl (63/154)
22802024-10-19T03:38:21.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812024-10-19T03:38:21.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822024-10-19T03:38:21.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22832024-10-19T03:38:21.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
22842024-10-19T03:38:21.734Z
22852024-10-19T03:38:21.734Zinfo: running `cargo check --bins` on sled-agent-client (64/154)
22862024-10-19T03:38:22.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22872024-10-19T03:38:22.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22882024-10-19T03:38:22.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22892024-10-19T03:38:22.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22902024-10-19T03:38:22.653Z
22912024-10-19T03:38:22.653Zinfo: running `cargo check --bins` on oximeter (65/154)
22922024-10-19T03:38:23.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22932024-10-19T03:38:23.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22942024-10-19T03:38:23.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22952024-10-19T03:38:23.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
22962024-10-19T03:38:23.472Z
22972024-10-19T03:38:23.472Zinfo: running `cargo check --bins` on oximeter-schema (66/154)
22982024-10-19T03:38:24.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22992024-10-19T03:38:24.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23002024-10-19T03:38:24.368Z Checking num-rational v0.4.2
23012024-10-19T03:38:24.368Z Checking num-complex v0.4.6
23022024-10-19T03:38:24.368Z Compiling prettyplease v0.2.20
23032024-10-19T03:38:24.368Z Checking float-ord v0.3.2
23042024-10-19T03:38:25.102Z Checking num v0.4.3
23052024-10-19T03:38:25.191Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23062024-10-19T03:38:27.682Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23072024-10-19T03:38:28.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
23082024-10-19T03:38:29.005Z
23092024-10-19T03:38:29.005Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (67/154)
23102024-10-19T03:38:29.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23112024-10-19T03:38:29.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23122024-10-19T03:38:29.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23132024-10-19T03:38:29.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23142024-10-19T03:38:29.861Z
23152024-10-19T03:38:29.861Zinfo: running `cargo check --bins` on nexus-inventory (68/154)
23162024-10-19T03:38:30.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23172024-10-19T03:38:30.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23182024-10-19T03:38:30.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23192024-10-19T03:38:30.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23202024-10-19T03:38:30.740Z
23212024-10-19T03:38:30.740Zinfo: running `cargo check --bins` on typed-rng (69/154)
23222024-10-19T03:38:31.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23232024-10-19T03:38:31.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23242024-10-19T03:38:31.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23252024-10-19T03:38:31.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23262024-10-19T03:38:31.554Z
23272024-10-19T03:38:31.554Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (70/154)
23282024-10-19T03:38:32.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292024-10-19T03:38:32.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302024-10-19T03:38:32.552Z Compiling toml v0.8.19
23312024-10-19T03:38:32.552Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23322024-10-19T03:38:32.552Z Compiling rustls-pki-types v1.7.0
23332024-10-19T03:38:32.575Z Checking password-hash v0.5.0
23342024-10-19T03:38:32.575Z Checking blake2 v0.10.6
23352024-10-19T03:38:32.576Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23362024-10-19T03:38:32.576Z Compiling match_cfg v0.1.0
23372024-10-19T03:38:32.576Z Compiling slog-json v2.6.1
23382024-10-19T03:38:32.774Z Compiling hostname v0.3.1
23392024-10-19T03:38:32.968Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23402024-10-19T03:38:32.991Z Compiling http v1.1.0
23412024-10-19T03:38:33.014Z Compiling rustls-webpki v0.102.4
23422024-10-19T03:38:33.037Z Compiling semver v0.1.20
23432024-10-19T03:38:33.060Z Checking argon2 v0.5.3
23442024-10-19T03:38:33.171Z Compiling atomic-waker v1.1.2
23452024-10-19T03:38:33.242Z Compiling convert_case v0.4.0
23462024-10-19T03:38:33.327Z Compiling rustc_version v0.1.7
23472024-10-19T03:38:33.355Z Compiling waitgroup v0.1.2
23482024-10-19T03:38:33.549Z Compiling rustls-pemfile v2.1.3
23492024-10-19T03:38:33.622Z Compiling slog-bunyan v2.5.0
23502024-10-19T03:38:33.657Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23512024-10-19T03:38:33.769Z Compiling rustls v0.22.4
23522024-10-19T03:38:33.828Z Compiling async-stream v0.3.5
23532024-10-19T03:38:33.914Z Compiling newtype-uuid v1.1.0
23542024-10-19T03:38:33.974Z Compiling ipnetwork v0.20.0
23552024-10-19T03:38:34.034Z Compiling serde_path_to_error v0.1.16
23562024-10-19T03:38:34.079Z Compiling derive_more v0.99.18
23572024-10-19T03:38:34.105Z Compiling hostname v0.4.0
23582024-10-19T03:38:34.211Z Compiling instant v0.1.12
23592024-10-19T03:38:34.356Z Compiling multer v3.1.0
23602024-10-19T03:38:34.380Z Compiling rayon-core v1.12.1
23612024-10-19T03:38:34.638Z Compiling debug-ignore v1.0.5
23622024-10-19T03:38:34.775Z Compiling backoff v0.4.0
23632024-10-19T03:38:34.812Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23642024-10-19T03:38:34.836Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23652024-10-19T03:38:34.859Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23662024-10-19T03:38:35.071Z Compiling newtype_derive v0.1.6
23672024-10-19T03:38:35.117Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
23682024-10-19T03:38:35.155Z Compiling parse-display v0.10.0
23692024-10-19T03:38:35.325Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23702024-10-19T03:38:35.349Z Compiling serde_with v3.9.0
23712024-10-19T03:38:35.456Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23722024-10-19T03:38:35.480Z Compiling num-rational v0.4.2
23732024-10-19T03:38:35.613Z Compiling crossbeam-deque v0.8.5
23742024-10-19T03:38:35.748Z Compiling curve25519-dalek v4.1.3
23752024-10-19T03:38:35.915Z Compiling num-complex v0.4.6
23762024-10-19T03:38:36.001Z Compiling macaddr v1.0.1
23772024-10-19T03:38:36.278Z Compiling unicase v2.7.0
23782024-10-19T03:38:36.395Z Compiling fastrand v2.1.0
23792024-10-19T03:38:36.532Z Checking keccak v0.1.5
23802024-10-19T03:38:36.783Z Compiling same-file v1.0.6
23812024-10-19T03:38:36.807Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23822024-10-19T03:38:36.881Z Checking sha3 v0.10.8
23832024-10-19T03:38:36.939Z Compiling walkdir v2.5.0
23842024-10-19T03:38:37.053Z Compiling num v0.4.3
23852024-10-19T03:38:37.153Z Compiling tempfile v3.10.1
23862024-10-19T03:38:37.398Z Compiling tokio-rustls v0.25.0
23872024-10-19T03:38:37.772Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
23882024-10-19T03:38:37.808Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23892024-10-19T03:38:37.932Z Compiling thiserror-impl-no-std v2.0.2
23902024-10-19T03:38:38.133Z Checking universal-hash v0.5.1
23912024-10-19T03:38:38.315Z Checking secrecy v0.8.0
23922024-10-19T03:38:38.512Z Compiling ring v0.16.20
23932024-10-19T03:38:38.612Z Compiling blake3 v1.5.1
23942024-10-19T03:38:39.209Z Compiling derive-where v1.2.7
23952024-10-19T03:38:39.272Z Compiling curve25519-dalek-derive v0.1.1
23962024-10-19T03:38:39.573Z Compiling cookie v0.18.1
23972024-10-19T03:38:39.878Z Checking opaque-debug v0.3.1
23982024-10-19T03:38:39.965Z Compiling float-ord v0.3.2
23992024-10-19T03:38:40.119Z Checking poly1305 v0.8.0
24002024-10-19T03:38:40.770Z Checking thiserror-no-std v2.0.2
24012024-10-19T03:38:40.871Z Compiling rayon v1.10.0
24022024-10-19T03:38:41.228Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24032024-10-19T03:38:41.598Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24042024-10-19T03:38:41.756Z Compiling prettyplease v0.2.20
24052024-10-19T03:38:42.182Z Checking chacha20 v0.9.1
24062024-10-19T03:38:42.232Z Checking aead v0.5.2
24072024-10-19T03:38:42.418Z Compiling memmap2 v0.9.4
24082024-10-19T03:38:42.441Z Compiling constant_time_eq v0.3.0
24092024-10-19T03:38:42.472Z Compiling arrayvec v0.7.4
24102024-10-19T03:38:42.611Z Compiling arrayref v0.3.7
24112024-10-19T03:38:42.704Z Compiling untrusted v0.7.1
24122024-10-19T03:38:42.805Z Compiling spin v0.5.2
24132024-10-19T03:38:42.829Z Compiling libefi-sys v0.1.0
24142024-10-19T03:38:42.854Z Checking highway v1.2.0
24152024-10-19T03:38:42.878Z Compiling home v0.5.9
24162024-10-19T03:38:43.012Z Compiling toolchain_find v0.4.0
24172024-10-19T03:38:43.116Z Checking chacha20poly1305 v0.10.1
24182024-10-19T03:38:43.190Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24192024-10-19T03:38:43.292Z Checking vsss-rs v3.3.4
24202024-10-19T03:38:43.604Z Checking steno v0.4.1
24212024-10-19T03:38:44.705Z Compiling camino-tempfile v1.1.1
24222024-10-19T03:38:45.143Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24232024-10-19T03:38:45.321Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24242024-10-19T03:38:45.384Z Compiling bitfield-struct v0.6.1
24252024-10-19T03:38:45.625Z Compiling topological-sort v0.2.2
24262024-10-19T03:38:45.676Z Compiling cancel-safe-futures v0.1.5
24272024-10-19T03:38:45.829Z Compiling omicron-zone-package v0.11.0
24282024-10-19T03:38:45.861Z Compiling mime_guess v2.0.4
24292024-10-19T03:38:46.024Z Compiling rustfmt-wrapper v0.2.1
24302024-10-19T03:38:46.513Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24312024-10-19T03:38:46.568Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24322024-10-19T03:38:46.602Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24332024-10-19T03:38:46.858Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24342024-10-19T03:38:46.932Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24352024-10-19T03:38:47.052Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24362024-10-19T03:38:47.286Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24372024-10-19T03:38:47.730Z Checking gethostname v0.5.0
24382024-10-19T03:38:47.795Z Checking libsw v3.3.1
24392024-10-19T03:38:47.819Z Checking owo-colors v4.0.0
24402024-10-19T03:38:47.846Z Checking swrite v0.1.0
24412024-10-19T03:38:47.948Z Checking linear-map v1.2.0
24422024-10-19T03:38:48.032Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24432024-10-19T03:38:48.241Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24442024-10-19T03:38:48.698Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24452024-10-19T03:38:48.722Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24462024-10-19T03:38:48.934Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
24472024-10-19T03:38:49.217Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24482024-10-19T03:38:49.241Z Checking kstat-rs v0.2.4
24492024-10-19T03:38:49.274Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24502024-10-19T03:38:49.463Z Checking nanorand v0.7.0
24512024-10-19T03:38:49.569Z Checking http-range v0.1.5
24522024-10-19T03:38:49.732Z Checking glob v0.3.1
24532024-10-19T03:38:49.831Z Checking flume v0.11.0
24542024-10-19T03:38:49.931Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24552024-10-19T03:38:50.051Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24562024-10-19T03:38:50.075Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24572024-10-19T03:38:50.265Z Checking hyper-staticfile v0.9.5
24582024-10-19T03:38:50.530Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24592024-10-19T03:38:50.638Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24602024-10-19T03:38:51.084Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24612024-10-19T03:38:51.547Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24622024-10-19T03:38:51.677Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24632024-10-19T03:38:52.620Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24642024-10-19T03:38:52.920Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24652024-10-19T03:38:53.920Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24662024-10-19T03:38:53.944Z Checking itertools v0.13.0
24672024-10-19T03:38:54.912Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24682024-10-19T03:38:54.936Z Checking display-error-chain v0.2.0
24692024-10-19T03:38:57.622Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24702024-10-19T03:39:00.883Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24712024-10-19T03:39:01.366Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24722024-10-19T03:39:01.682Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24732024-10-19T03:39:07.727Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24742024-10-19T03:39:07.727Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24752024-10-19T03:39:08.612Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24762024-10-19T03:39:23.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.14s
24772024-10-19T03:39:23.855Z
24782024-10-19T03:39:23.855Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (71/154)
24792024-10-19T03:39:24.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-10-19T03:39:24.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-10-19T03:39:24.901Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24822024-10-19T03:39:39.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.82s
24832024-10-19T03:39:39.862Z
24842024-10-19T03:39:39.862Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (72/154)
24852024-10-19T03:39:40.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-10-19T03:39:40.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-10-19T03:39:40.830Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24882024-10-19T03:39:55.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.73s
24892024-10-19T03:39:55.760Z
24902024-10-19T03:39:55.760Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (73/154)
24912024-10-19T03:39:56.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-10-19T03:39:56.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-10-19T03:39:56.740Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24942024-10-19T03:40:11.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.99s
24952024-10-19T03:40:11.922Z
24962024-10-19T03:40:11.922Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (74/154)
24972024-10-19T03:40:12.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-10-19T03:40:12.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-10-19T03:40:12.940Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25002024-10-19T03:40:28.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.27s
25012024-10-19T03:40:28.355Z
25022024-10-19T03:40:28.356Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (75/154)
25032024-10-19T03:40:29.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-10-19T03:40:29.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-10-19T03:40:29.403Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25062024-10-19T03:40:44.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.32s
25072024-10-19T03:40:44.852Z
25082024-10-19T03:40:44.852Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (76/154)
25092024-10-19T03:40:45.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-10-19T03:40:45.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-10-19T03:40:45.850Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25122024-10-19T03:41:01.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.60s
25132024-10-19T03:41:01.625Z
25142024-10-19T03:41:01.625Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (77/154)
25152024-10-19T03:41:02.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-10-19T03:41:02.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-10-19T03:41:02.596Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25182024-10-19T03:41:17.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.89s
25192024-10-19T03:41:17.684Z
25202024-10-19T03:41:17.684Zinfo: running `cargo check --bins` on bootstrap-agent-api (78/154)
25212024-10-19T03:41:18.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-10-19T03:41:18.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-10-19T03:41:18.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-10-19T03:41:18.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
25252024-10-19T03:41:18.593Z
25262024-10-19T03:41:18.593Zinfo: running `cargo check --bins` on nexus-client (79/154)
25272024-10-19T03:41:19.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-10-19T03:41:19.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-10-19T03:41:19.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-10-19T03:41:19.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
25312024-10-19T03:41:19.525Z
25322024-10-19T03:41:19.525Zinfo: running `cargo check --bins` on sled-agent-types (80/154)
25332024-10-19T03:41:20.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-10-19T03:41:20.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-10-19T03:41:20.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-10-19T03:41:20.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
25372024-10-19T03:41:20.439Z
25382024-10-19T03:41:20.439Zinfo: running `cargo check --bins` on bootstrap-agent-client (81/154)
25392024-10-19T03:41:21.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-10-19T03:41:21.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-10-19T03:41:21.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-10-19T03:41:21.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25432024-10-19T03:41:21.281Z
25442024-10-19T03:41:21.281Zinfo: running `cargo check --bins` on dpd-client (82/154)
25452024-10-19T03:41:22.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-10-19T03:41:22.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-10-19T03:41:22.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-10-19T03:41:22.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25492024-10-19T03:41:22.106Z
25502024-10-19T03:41:22.106Zinfo: running `cargo check --bins` on installinator-common (83/154)
25512024-10-19T03:41:22.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-10-19T03:41:22.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-10-19T03:41:22.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-10-19T03:41:22.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
25552024-10-19T03:41:22.981Z
25562024-10-19T03:41:22.981Zinfo: running `cargo check --bins` on update-engine (84/154)
25572024-10-19T03:41:23.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-10-19T03:41:23.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-10-19T03:41:23.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-10-19T03:41:23.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25612024-10-19T03:41:23.988Z
25622024-10-19T03:41:23.988Zinfo: running `cargo check --bins` on key-manager (85/154)
25632024-10-19T03:41:24.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-10-19T03:41:24.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-10-19T03:41:24.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-10-19T03:41:24.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
25672024-10-19T03:41:24.731Z
25682024-10-19T03:41:24.731Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (86/154)
25692024-10-19T03:41:25.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-10-19T03:41:25.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-10-19T03:41:25.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-10-19T03:41:25.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25732024-10-19T03:41:25.624Z
25742024-10-19T03:41:25.624Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (87/154)
25752024-10-19T03:41:26.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-10-19T03:41:26.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-10-19T03:41:26.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-10-19T03:41:26.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25792024-10-19T03:41:26.445Z
25802024-10-19T03:41:26.445Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (88/154)
25812024-10-19T03:41:27.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-10-19T03:41:27.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-10-19T03:41:27.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-10-19T03:41:27.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25852024-10-19T03:41:27.293Z
25862024-10-19T03:41:27.293Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (89/154)
25872024-10-19T03:41:28.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-10-19T03:41:28.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-10-19T03:41:28.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-10-19T03:41:28.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25912024-10-19T03:41:28.158Z
25922024-10-19T03:41:28.158Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (90/154)
25932024-10-19T03:41:28.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-10-19T03:41:28.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-10-19T03:41:28.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-10-19T03:41:28.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25972024-10-19T03:41:29.057Z
25982024-10-19T03:41:29.057Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (91/154)
25992024-10-19T03:41:29.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-10-19T03:41:29.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-10-19T03:41:29.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-10-19T03:41:29.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
26032024-10-19T03:41:29.979Z
26042024-10-19T03:41:29.979Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (92/154)
26052024-10-19T03:41:30.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-10-19T03:41:30.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-10-19T03:41:30.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-10-19T03:41:30.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26092024-10-19T03:41:30.846Z
26102024-10-19T03:41:30.846Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (93/154)
26112024-10-19T03:41:31.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-10-19T03:41:31.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-10-19T03:41:31.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142024-10-19T03:41:31.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26152024-10-19T03:41:31.689Z
26162024-10-19T03:41:31.690Zinfo: running `cargo check --bins` on oximeter-producer (94/154)
26172024-10-19T03:41:32.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-10-19T03:41:32.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-10-19T03:41:32.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202024-10-19T03:41:32.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
26212024-10-19T03:41:32.585Z
26222024-10-19T03:41:32.585Zinfo: running `cargo check --bins` on sled-agent-api (95/154)
26232024-10-19T03:41:33.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-10-19T03:41:33.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-10-19T03:41:33.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-10-19T03:41:33.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26272024-10-19T03:41:33.472Z
26282024-10-19T03:41:33.472Zinfo: running `cargo check --bins` on sled-hardware (96/154)
26292024-10-19T03:41:34.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-10-19T03:41:34.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-10-19T03:41:34.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-10-19T03:41:34.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
26332024-10-19T03:41:34.384Z
26342024-10-19T03:41:34.384Zinfo: running `cargo check --bins --no-default-features` on sled-storage (97/154)
26352024-10-19T03:41:35.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-10-19T03:41:35.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-10-19T03:41:35.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-10-19T03:41:35.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26392024-10-19T03:41:35.266Z
26402024-10-19T03:41:35.266Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/154)
26412024-10-19T03:41:36.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-10-19T03:41:36.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-10-19T03:41:36.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442024-10-19T03:41:36.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26452024-10-19T03:41:36.150Z
26462024-10-19T03:41:36.150Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (99/154)
26472024-10-19T03:41:36.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-10-19T03:41:36.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-10-19T03:41:36.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502024-10-19T03:41:36.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26512024-10-19T03:41:37.045Z
26522024-10-19T03:41:37.045Zinfo: running `cargo check --bins` on nexus-test-interface (100/154)
26532024-10-19T03:41:37.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-10-19T03:41:37.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-10-19T03:41:37.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562024-10-19T03:41:37.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26572024-10-19T03:41:37.894Z
26582024-10-19T03:41:37.895Zinfo: running `cargo check --bins` on oximeter-collector (101/154)
26592024-10-19T03:41:38.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-10-19T03:41:38.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-10-19T03:41:38.803Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26622024-10-19T03:41:38.803Z Checking bcs v0.1.6
26632024-10-19T03:41:38.803Z Compiling async-recursion v1.1.1
26642024-10-19T03:41:38.826Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26652024-10-19T03:41:38.826Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26662024-10-19T03:41:40.044Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26672024-10-19T03:41:44.069Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26682024-10-19T03:41:46.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.31s
26692024-10-19T03:41:46.363Z
26702024-10-19T03:41:46.363Zinfo: running `cargo check --bins` on oximeter-api (102/154)
26712024-10-19T03:41:47.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-10-19T03:41:47.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-10-19T03:41:47.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742024-10-19T03:41:47.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26752024-10-19T03:41:47.202Z
26762024-10-19T03:41:47.202Zinfo: running `cargo check --bins` on oximeter-client (103/154)
26772024-10-19T03:41:47.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-10-19T03:41:47.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-10-19T03:41:47.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802024-10-19T03:41:47.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26812024-10-19T03:41:48.058Z
26822024-10-19T03:41:48.058Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (104/154)
26832024-10-19T03:41:48.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-10-19T03:41:48.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-10-19T03:41:48.988Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26862024-10-19T03:41:49.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
26872024-10-19T03:41:49.814Z
26882024-10-19T03:41:49.814Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/154)
26892024-10-19T03:41:50.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902024-10-19T03:41:50.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912024-10-19T03:41:50.708Z Compiling vte_generate_state_changes v0.1.1
26922024-10-19T03:41:50.708Z Checking fd-lock v4.0.2
26932024-10-19T03:41:50.731Z Checking bytecount v0.6.8
26942024-10-19T03:41:50.731Z Compiling tabled_derive v0.7.0
26952024-10-19T03:41:50.731Z Checking crossterm v0.27.0
26962024-10-19T03:41:50.731Z Compiling peg-macros v0.8.4
26972024-10-19T03:41:50.731Z Compiling sqlparser_derive v0.2.2
26982024-10-19T03:41:50.731Z Checking home v0.5.9
26992024-10-19T03:41:50.893Z Checking papergrid v0.11.0
27002024-10-19T03:41:50.916Z Checking unicode_categories v0.1.1
27012024-10-19T03:41:50.940Z Checking nu-ansi-term v0.50.0
27022024-10-19T03:41:51.153Z Checking sqlformat v0.2.4
27032024-10-19T03:41:51.243Z Checking vte v0.11.1
27042024-10-19T03:41:51.282Z Checking rustyline v14.0.0
27052024-10-19T03:41:51.622Z Checking sqlparser v0.45.0
27062024-10-19T03:41:52.209Z Checking crossterm v0.28.1
27072024-10-19T03:41:52.279Z Checking strip-ansi-escapes v0.2.0
27082024-10-19T03:41:52.415Z Checking reedline v0.33.0
27092024-10-19T03:41:52.894Z Checking tabled v0.15.0
27102024-10-19T03:41:53.347Z Checking peg v0.8.4
27112024-10-19T03:41:58.997Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27122024-10-19T03:42:05.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.72s
27132024-10-19T03:42:05.713Z
27142024-10-19T03:42:05.713Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/154)
27152024-10-19T03:42:06.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-10-19T03:42:06.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-10-19T03:42:06.558Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27182024-10-19T03:42:13.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.57s
27192024-10-19T03:42:13.443Z
27202024-10-19T03:42:13.443Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/154)
27212024-10-19T03:42:14.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-10-19T03:42:14.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-10-19T03:42:14.375Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27242024-10-19T03:42:20.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.24s
27252024-10-19T03:42:20.841Z
27262024-10-19T03:42:20.841Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/154)
27272024-10-19T03:42:21.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-10-19T03:42:21.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-10-19T03:42:21.726Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27302024-10-19T03:42:26.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s
27312024-10-19T03:42:26.969Z
27322024-10-19T03:42:26.969Zinfo: running `cargo check --bins` on oximeter-test-utils (109/154)
27332024-10-19T03:42:27.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-10-19T03:42:27.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-10-19T03:42:27.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362024-10-19T03:42:27.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27372024-10-19T03:42:27.809Z
27382024-10-19T03:42:27.809Zinfo: running `cargo check --bins` on cockroach-admin-client (110/154)
27392024-10-19T03:42:28.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402024-10-19T03:42:28.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412024-10-19T03:42:28.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422024-10-19T03:42:28.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27432024-10-19T03:42:28.642Z
27442024-10-19T03:42:28.642Zinfo: running `cargo check --bins` on installinator-client (111/154)
27452024-10-19T03:42:29.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-10-19T03:42:29.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-10-19T03:42:29.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482024-10-19T03:42:29.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27492024-10-19T03:42:29.520Z
27502024-10-19T03:42:29.520Zinfo: running `cargo check --bins` on oxide-client (112/154)
27512024-10-19T03:42:30.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522024-10-19T03:42:30.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532024-10-19T03:42:30.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542024-10-19T03:42:30.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27552024-10-19T03:42:30.381Z
27562024-10-19T03:42:30.381Zinfo: running `cargo check --bins` on wicketd-client (113/154)
27572024-10-19T03:42:31.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-10-19T03:42:31.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-10-19T03:42:31.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602024-10-19T03:42:31.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27612024-10-19T03:42:31.261Z
27622024-10-19T03:42:31.261Zinfo: running `cargo check --bins` on wicket-common (114/154)
27632024-10-19T03:42:32.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-10-19T03:42:32.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-10-19T03:42:32.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-10-19T03:42:32.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27672024-10-19T03:42:32.141Z
27682024-10-19T03:42:32.141Zinfo: running `cargo check --bins` on omicron-cockroach-admin (115/154)
27692024-10-19T03:42:32.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-10-19T03:42:32.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-10-19T03:42:33.039Z Checking csv-core v0.1.11
27722024-10-19T03:42:33.063Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27732024-10-19T03:42:33.339Z Checking csv v1.3.0
27742024-10-19T03:42:34.030Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27752024-10-19T03:42:34.542Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27762024-10-19T03:42:36.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
27772024-10-19T03:42:36.244Z
27782024-10-19T03:42:36.244Zinfo: running `cargo check --bins` on cockroach-admin-api (116/154)
27792024-10-19T03:42:36.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-10-19T03:42:37.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-10-19T03:42:37.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822024-10-19T03:42:37.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27832024-10-19T03:42:37.078Z
27842024-10-19T03:42:37.078Zinfo: running `cargo check --bins` on cockroach-admin-types (117/154)
27852024-10-19T03:42:37.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-10-19T03:42:37.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-10-19T03:42:37.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-10-19T03:42:37.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27892024-10-19T03:42:37.927Z
27902024-10-19T03:42:37.927Zinfo: running `cargo check --bins` on cert-dev (118/154)
27912024-10-19T03:42:38.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-10-19T03:42:38.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-10-19T03:42:38.745Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27942024-10-19T03:42:39.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
27952024-10-19T03:42:39.127Z
27962024-10-19T03:42:39.127Zinfo: running `cargo check --bins` on ch-dev (119/154)
27972024-10-19T03:42:39.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-10-19T03:42:39.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-10-19T03:42:40.071Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28002024-10-19T03:42:40.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
28012024-10-19T03:42:41.038Z
28022024-10-19T03:42:41.038Zinfo: running `cargo check --bins` on crdb-seed (120/154)
28032024-10-19T03:42:41.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-10-19T03:42:41.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-10-19T03:42:41.972Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28062024-10-19T03:42:42.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
28072024-10-19T03:42:42.434Z
28082024-10-19T03:42:42.434Zinfo: running `cargo check --bins` on db-dev (121/154)
28092024-10-19T03:42:43.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-10-19T03:42:43.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-10-19T03:42:43.329Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28122024-10-19T03:42:44.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
28132024-10-19T03:42:44.285Z
28142024-10-19T03:42:44.285Zinfo: running `cargo check --bins` on omicron-dev-lib (122/154)
28152024-10-19T03:42:45.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-10-19T03:42:45.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-10-19T03:42:45.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182024-10-19T03:42:45.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28192024-10-19T03:42:45.183Z
28202024-10-19T03:42:45.183Zinfo: running `cargo check --bins` on xtask-downloader (123/154)
28212024-10-19T03:42:45.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222024-10-19T03:42:45.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232024-10-19T03:42:46.053Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28242024-10-19T03:42:47.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
28252024-10-19T03:42:47.174Z
28262024-10-19T03:42:47.174Zinfo: running `cargo check --bins` on mgs-dev (124/154)
28272024-10-19T03:42:47.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282024-10-19T03:42:48.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292024-10-19T03:42:48.108Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28302024-10-19T03:42:48.682Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28312024-10-19T03:42:49.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
28322024-10-19T03:42:49.326Z
28332024-10-19T03:42:49.326Zinfo: running `cargo check --bins` on omicron-omdb (125/154)
28342024-10-19T03:42:50.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-10-19T03:42:50.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-10-19T03:42:50.418Z Compiling glob v0.3.1
28372024-10-19T03:42:50.418Z Compiling crunchy v0.2.2
28382024-10-19T03:42:50.442Z Compiling tiny-keccak v2.0.2
28392024-10-19T03:42:50.442Z Compiling dsl_auto_type v0.1.2
28402024-10-19T03:42:50.465Z Checking scheduled-thread-pool v0.2.7
28412024-10-19T03:42:50.465Z Compiling diesel_table_macro_syntax v0.2.0
28422024-10-19T03:42:50.527Z Compiling ascii-canvas v3.0.0
28432024-10-19T03:42:50.552Z Compiling ena v0.14.3
28442024-10-19T03:42:50.693Z Checking r2d2 v0.8.10
28452024-10-19T03:42:50.745Z Compiling libloading v0.8.3
28462024-10-19T03:42:50.871Z Compiling regex-syntax v0.6.29
28472024-10-19T03:42:50.895Z Compiling diff v0.1.13
28482024-10-19T03:42:50.972Z Compiling bindgen v0.69.4
28492024-10-19T03:42:51.005Z Compiling which v4.4.2
28502024-10-19T03:42:51.111Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28512024-10-19T03:42:51.308Z Compiling cexpr v0.6.0
28522024-10-19T03:42:51.332Z Compiling clang-sys v1.7.0
28532024-10-19T03:42:51.466Z Compiling lazycell v1.3.0
28542024-10-19T03:42:51.544Z Compiling ref-cast v1.0.23
28552024-10-19T03:42:51.593Z Compiling rustc-hash v1.1.0
28562024-10-19T03:42:51.629Z Compiling shlex v1.3.0
28572024-10-19T03:42:51.654Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28582024-10-19T03:42:51.730Z Compiling derive_builder_core v0.20.0
28592024-10-19T03:42:51.908Z Compiling libxml v0.3.3
28602024-10-19T03:42:51.960Z Compiling diesel_derives v2.2.2
28612024-10-19T03:42:52.036Z Compiling ref-cast-impl v1.0.23
28622024-10-19T03:42:52.081Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28632024-10-19T03:42:52.278Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28642024-10-19T03:42:52.486Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28652024-10-19T03:42:52.707Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28662024-10-19T03:42:52.799Z Compiling strum_macros v0.24.3
28672024-10-19T03:42:53.019Z Compiling indoc v1.0.9
28682024-10-19T03:42:53.687Z Compiling lalrpop v0.19.12
28692024-10-19T03:42:53.861Z Compiling derive_builder_macro v0.20.0
28702024-10-19T03:42:54.570Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28712024-10-19T03:42:54.608Z Checking derive_builder v0.20.0
28722024-10-19T03:42:54.775Z Compiling impl-trait-for-tuples v0.2.2
28732024-10-19T03:42:55.013Z Compiling oso-derive v0.27.3
28742024-10-19T03:42:55.731Z Checking quick-xml v0.31.0
28752024-10-19T03:42:55.804Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28762024-10-19T03:42:55.863Z Checking maplit v1.0.2
28772024-10-19T03:42:55.994Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28782024-10-19T03:42:56.142Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28792024-10-19T03:42:56.398Z Checking bb8 v0.8.5
28802024-10-19T03:42:56.788Z Compiling const_format_proc_macros v0.2.32
28812024-10-19T03:42:57.349Z Checking crossbeam-deque v0.8.5
28822024-10-19T03:42:57.453Z Compiling portable-atomic v1.6.0
28832024-10-19T03:42:57.627Z Checking rayon-core v1.12.1
28842024-10-19T03:42:58.186Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28852024-10-19T03:42:58.400Z Checking castaway v0.2.3
28862024-10-19T03:42:58.519Z Checking const_format v0.2.32
28872024-10-19T03:42:58.550Z Checking compact_str v0.8.0
28882024-10-19T03:42:58.952Z Checking rayon v1.10.0
28892024-10-19T03:42:59.335Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28902024-10-19T03:42:59.402Z Checking unicode-truncate v1.0.0
28912024-10-19T03:42:59.586Z Checking lru v0.12.3
28922024-10-19T03:42:59.610Z Compiling instability v0.3.2
28932024-10-19T03:42:59.905Z Checking smawk v0.3.2
28942024-10-19T03:43:00.098Z Checking number_prefix v0.4.0
28952024-10-19T03:43:00.301Z Checking cassowary v0.3.0
28962024-10-19T03:43:00.605Z Checking unicode-linebreak v0.1.5
28972024-10-19T03:43:00.706Z Checking ratatui v0.28.0
28982024-10-19T03:43:00.983Z Checking textwrap v0.16.1
28992024-10-19T03:43:01.375Z Checking multimap v0.10.0
29002024-10-19T03:43:01.960Z Checking diesel v2.2.2
29012024-10-19T03:43:02.353Z Checking indicatif v0.17.8
29022024-10-19T03:43:21.553Z Compiling samael v0.0.15
29032024-10-19T03:43:31.249Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29042024-10-19T03:43:33.721Z Compiling polar-core v0.27.3
29052024-10-19T03:43:42.572Z Checking oso v0.27.3
29062024-10-19T03:44:57.753Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29072024-10-19T03:45:04.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
29082024-10-19T03:45:04.575Z
29092024-10-19T03:45:04.575Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (126/154)
29102024-10-19T03:45:05.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112024-10-19T03:45:05.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122024-10-19T03:45:05.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132024-10-19T03:45:05.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
29142024-10-19T03:45:05.501Z
29152024-10-19T03:45:05.501Zinfo: running `cargo check --bins` on nexus-saga-recovery (127/154)
29162024-10-19T03:45:06.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172024-10-19T03:45:06.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182024-10-19T03:45:06.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192024-10-19T03:45:06.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29202024-10-19T03:45:06.395Z
29212024-10-19T03:45:06.395Zinfo: running `cargo check --bins` on nexus-test-utils-macros (128/154)
29222024-10-19T03:45:07.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232024-10-19T03:45:07.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242024-10-19T03:45:07.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252024-10-19T03:45:07.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29262024-10-19T03:45:07.221Z
29272024-10-19T03:45:07.221Zinfo: running `cargo check --bins` on omicron-nexus (129/154)
29282024-10-19T03:45:08.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292024-10-19T03:45:08.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302024-10-19T03:45:08.284Z Compiling libz-sys v1.1.16
29312024-10-19T03:45:08.307Z Compiling libgit2-sys v0.17.0+1.8.1
29322024-10-19T03:45:08.330Z Compiling vergen v8.3.2
29332024-10-19T03:45:08.330Z Compiling cargo-platform v0.1.8
29342024-10-19T03:45:08.330Z Compiling pin-project-internal v1.1.5
29352024-10-19T03:45:08.382Z Compiling snafu-derive v0.8.2
29362024-10-19T03:45:08.382Z Compiling libsqlite3-sys v0.28.0
29372024-10-19T03:45:08.405Z Compiling buf-list v1.0.3
29382024-10-19T03:45:08.645Z Compiling cargo_metadata v0.18.1
29392024-10-19T03:45:08.852Z Checking globset v0.4.14
29402024-10-19T03:45:08.912Z Checking olpc-cjson v0.1.3
29412024-10-19T03:45:09.060Z Checking rand_seeder v0.3.0
29422024-10-19T03:45:09.110Z Checking serde_plain v1.0.2
29432024-10-19T03:45:09.169Z Checking typed-path v0.7.1
29442024-10-19T03:45:09.265Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29452024-10-19T03:45:09.442Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29462024-10-19T03:45:09.608Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29472024-10-19T03:45:09.706Z Checking hashlink v0.9.1
29482024-10-19T03:45:09.729Z Checking parse-size v1.0.0
29492024-10-19T03:45:09.887Z Checking fallible-streaming-iterator v0.1.9
29502024-10-19T03:45:09.911Z Checking fallible-iterator v0.3.0
29512024-10-19T03:45:10.146Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29522024-10-19T03:45:10.251Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29532024-10-19T03:45:10.447Z Checking rusqlite v0.31.0
29542024-10-19T03:45:10.822Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29552024-10-19T03:45:10.924Z Checking pin-project v1.1.5
29562024-10-19T03:45:10.947Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29572024-10-19T03:45:11.050Z Checking twox-hash v1.6.3
29582024-10-19T03:45:11.142Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29592024-10-19T03:45:11.442Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29602024-10-19T03:45:11.731Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29612024-10-19T03:45:11.775Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29622024-10-19T03:45:11.854Z Checking fatfs v0.3.6
29632024-10-19T03:45:11.878Z Checking assert_matches v1.5.0
29642024-10-19T03:45:12.835Z Checking snafu v0.8.2
29652024-10-19T03:45:13.253Z Checking tough v0.17.1
29662024-10-19T03:45:17.125Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29672024-10-19T03:45:18.528Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29682024-10-19T03:45:18.972Z Compiling git2 v0.19.0
29692024-10-19T03:45:24.907Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29702024-10-19T03:46:44.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
29712024-10-19T03:46:44.282Z
29722024-10-19T03:46:44.282Zinfo: running `cargo check --bins` on nexus-internal-api (130/154)
29732024-10-19T03:46:45.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-10-19T03:46:45.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-10-19T03:46:45.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762024-10-19T03:46:45.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29772024-10-19T03:46:45.217Z
29782024-10-19T03:46:45.217Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (131/154)
29792024-10-19T03:46:46.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802024-10-19T03:46:46.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812024-10-19T03:46:46.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822024-10-19T03:46:46.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29832024-10-19T03:46:46.128Z
29842024-10-19T03:46:46.128Zinfo: running `cargo check --bins` on nexus-networking (132/154)
29852024-10-19T03:46:46.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-10-19T03:46:46.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-10-19T03:46:46.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882024-10-19T03:46:46.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
29892024-10-19T03:46:47.013Z
29902024-10-19T03:46:47.013Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (133/154)
29912024-10-19T03:46:47.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-10-19T03:46:47.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-10-19T03:46:47.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942024-10-19T03:46:47.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29952024-10-19T03:46:47.934Z
29962024-10-19T03:46:47.934Zinfo: running `cargo check --bins` on update-common (134/154)
29972024-10-19T03:46:48.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-10-19T03:46:48.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-10-19T03:46:48.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002024-10-19T03:46:48.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30012024-10-19T03:46:48.824Z
30022024-10-19T03:46:48.824Zinfo: running `cargo check --bins` on tufaceous-lib (135/154)
30032024-10-19T03:46:49.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042024-10-19T03:46:49.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052024-10-19T03:46:49.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062024-10-19T03:46:49.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30072024-10-19T03:46:49.697Z
30082024-10-19T03:46:49.697Zinfo: running `cargo check --bins` on tufaceous (136/154)
30092024-10-19T03:46:50.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-10-19T03:46:50.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-10-19T03:46:50.568Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30122024-10-19T03:46:51.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
30132024-10-19T03:46:51.691Z
30142024-10-19T03:46:51.691Zinfo: running `cargo check --bins` on omicron-dev (137/154)
30152024-10-19T03:46:52.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-10-19T03:46:52.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-10-19T03:46:52.812Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30182024-10-19T03:46:52.812Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30192024-10-19T03:46:52.836Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30202024-10-19T03:46:54.454Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30212024-10-19T03:46:57.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
30222024-10-19T03:46:57.569Z
30232024-10-19T03:46:57.569Zinfo: running `cargo check --bins` on openapi-manager (138/154)
30242024-10-19T03:46:58.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252024-10-19T03:46:58.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262024-10-19T03:46:58.542Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30272024-10-19T03:46:58.542Z Checking heck v0.4.1
30282024-10-19T03:46:58.542Z Checking is_ci v1.2.0
30292024-10-19T03:46:58.542Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30302024-10-19T03:46:58.566Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30312024-10-19T03:46:58.566Z Checking indent_write v2.2.0
30322024-10-19T03:46:58.718Z Checking supports-color v3.0.0
30332024-10-19T03:47:00.471Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30342024-10-19T03:47:00.536Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30352024-10-19T03:47:01.570Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30362024-10-19T03:47:02.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
30372024-10-19T03:47:02.990Z
30382024-10-19T03:47:02.990Zinfo: running `cargo check --bins` on installinator-api (139/154)
30392024-10-19T03:47:03.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-10-19T03:47:03.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-10-19T03:47:03.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-10-19T03:47:03.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30432024-10-19T03:47:03.869Z
30442024-10-19T03:47:03.869Zinfo: running `cargo check --bins` on openapi-manager-types (140/154)
30452024-10-19T03:47:04.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-10-19T03:47:04.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-10-19T03:47:04.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-10-19T03:47:04.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30492024-10-19T03:47:04.677Z
30502024-10-19T03:47:04.677Zinfo: running `cargo check --bins` on wicketd-api (141/154)
30512024-10-19T03:47:05.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-10-19T03:47:05.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-10-19T03:47:05.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-10-19T03:47:05.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30552024-10-19T03:47:05.549Z
30562024-10-19T03:47:05.549Zinfo: running `cargo check --bins` on reconfigurator-cli (142/154)
30572024-10-19T03:47:06.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-10-19T03:47:06.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-10-19T03:47:06.497Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30602024-10-19T03:47:07.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
30612024-10-19T03:47:08.091Z
30622024-10-19T03:47:08.091Zinfo: running `cargo check --bins` on omicron-releng (143/154)
30632024-10-19T03:47:08.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-10-19T03:47:08.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-10-19T03:47:09.005Z Checking memmap2 v0.9.4
30662024-10-19T03:47:09.005Z Checking spin v0.5.2
30672024-10-19T03:47:09.005Z Checking arrayref v0.3.7
30682024-10-19T03:47:09.005Z Checking arrayvec v0.7.4
30692024-10-19T03:47:09.005Z Checking constant_time_eq v0.3.0
30702024-10-19T03:47:09.005Z Checking untrusted v0.7.1
30712024-10-19T03:47:09.032Z Checking cargo-platform v0.1.8
30722024-10-19T03:47:09.032Z Checking topological-sort v0.2.2
30732024-10-19T03:47:09.178Z Checking shell-words v1.1.0
30742024-10-19T03:47:09.274Z Checking ring v0.16.20
30752024-10-19T03:47:09.302Z Checking cargo_metadata v0.18.1
30762024-10-19T03:47:09.385Z Checking blake3 v1.5.1
30772024-10-19T03:47:10.674Z Checking omicron-zone-package v0.11.0
30782024-10-19T03:47:12.037Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30792024-10-19T03:47:13.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.02s
30802024-10-19T03:47:13.254Z
30812024-10-19T03:47:13.254Zinfo: running `cargo check --bins` on xtask (144/154)
30822024-10-19T03:47:13.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-10-19T03:47:13.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-10-19T03:47:13.940Z Checking serde v1.0.208
30852024-10-19T03:47:13.940Z Checking thiserror v1.0.63
30862024-10-19T03:47:13.940Z Checking scroll v0.12.0
30872024-10-19T03:47:13.940Z Checking bitflags v2.6.0
30882024-10-19T03:47:13.940Z Checking hashbrown v0.14.5
30892024-10-19T03:47:13.940Z Checking log v0.4.21
30902024-10-19T03:47:13.964Z Checking zerocopy v0.7.34
30912024-10-19T03:47:14.020Z Checking syn v2.0.74
30922024-10-19T03:47:14.066Z Checking pest v2.7.10
30932024-10-19T03:47:14.204Z Checking fs-err v2.11.0
30942024-10-19T03:47:14.231Z Checking rustix v0.38.34
30952024-10-19T03:47:14.358Z Checking goblin v0.8.2
30962024-10-19T03:47:14.476Z Checking tabled v0.15.0
30972024-10-19T03:47:14.933Z Checking indexmap v2.4.0
30982024-10-19T03:47:15.064Z Checking terminal_size v0.3.0
30992024-10-19T03:47:15.161Z Checking anyhow v1.0.86
31002024-10-19T03:47:15.204Z Checking clap_builder v4.5.15
31012024-10-19T03:47:16.113Z Checking dtrace-parser v0.2.0
31022024-10-19T03:47:17.690Z Checking clap v4.5.16
31032024-10-19T03:47:18.002Z Checking serde_json v1.0.125
31042024-10-19T03:47:18.025Z Checking serde_spanned v0.6.7
31052024-10-19T03:47:18.025Z Checking toml_datetime v0.6.8
31062024-10-19T03:47:18.025Z Checking cargo-platform v0.1.8
31072024-10-19T03:47:18.025Z Checking semver v1.0.23
31082024-10-19T03:47:18.025Z Checking camino v1.1.9
31092024-10-19T03:47:18.025Z Checking macaddr v1.0.1
31102024-10-19T03:47:18.281Z Checking toml_edit v0.22.20
31112024-10-19T03:47:19.240Z Checking dof v0.3.0
31122024-10-19T03:47:19.240Z Checking cargo_metadata v0.18.1
31132024-10-19T03:47:19.738Z Checking usdt-impl v0.5.0
31142024-10-19T03:47:20.168Z Checking usdt v0.5.0
31152024-10-19T03:47:20.409Z Checking toml v0.8.19
31162024-10-19T03:47:20.974Z Checking cargo_toml v0.20.4
31172024-10-19T03:47:22.467Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31182024-10-19T03:47:23.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.97s
31192024-10-19T03:47:23.322Z
31202024-10-19T03:47:23.322Zinfo: running `cargo check --bins` on end-to-end-tests (145/154)
31212024-10-19T03:47:23.981Z Downloading crates ...
31222024-10-19T03:47:24.251Z Downloaded blowfish v0.9.1
31232024-10-19T03:47:24.274Z Downloaded primeorder v0.13.6
31242024-10-19T03:47:24.274Z Downloaded ssh-encoding v0.2.0
31252024-10-19T03:47:24.274Z Downloaded russh-keys v0.44.0
31262024-10-19T03:47:24.274Z Downloaded ssh-key v0.6.6
31272024-10-19T03:47:24.297Z Downloaded ssh-cipher v0.2.0
31282024-10-19T03:47:24.297Z Downloaded russh-cryptovec v0.7.2
31292024-10-19T03:47:24.297Z Downloaded rfc6979 v0.4.0
31302024-10-19T03:47:24.297Z Downloaded polyval v0.6.2
31312024-10-19T03:47:24.297Z Downloaded pbkdf2 v0.11.0
31322024-10-19T03:47:24.297Z Downloaded p521 v0.13.3
31332024-10-19T03:47:24.297Z Downloaded p384 v0.13.0
31342024-10-19T03:47:24.321Z Downloaded md5 v0.7.0
31352024-10-19T03:47:24.321Z Downloaded ed25519-dalek v2.1.1
31362024-10-19T03:47:24.321Z Downloaded ecdsa v0.16.9
31372024-10-19T03:47:24.321Z Downloaded dirs v5.0.1
31382024-10-19T03:47:24.321Z Downloaded dhcproto v0.12.0
31392024-10-19T03:47:24.321Z Downloaded russh v0.44.1
31402024-10-19T03:47:24.321Z Downloaded password-hash v0.4.2
31412024-10-19T03:47:24.344Z Downloaded p256 v0.13.2
31422024-10-19T03:47:24.344Z Downloaded option-ext v0.2.0
31432024-10-19T03:47:24.344Z Downloaded num-bigint v0.4.5
31442024-10-19T03:47:24.367Z Downloaded internet-checksum v0.2.1
31452024-10-19T03:47:24.367Z Downloaded ed25519 v2.2.3
31462024-10-19T03:47:24.367Z Downloaded ghash v0.5.1
31472024-10-19T03:47:24.367Z Downloaded dirs-sys v0.4.1
31482024-10-19T03:47:24.367Z Downloaded dhcproto-macros v0.1.0
31492024-10-19T03:47:24.367Z Downloaded bcrypt-pbkdf v0.10.0
31502024-10-19T03:47:24.367Z Downloaded hex-literal v0.4.1
31512024-10-19T03:47:24.367Z Downloaded aes-gcm v0.10.3
31522024-10-19T03:47:24.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532024-10-19T03:47:24.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542024-10-19T03:47:24.542Z Checking polyval v0.6.2
31552024-10-19T03:47:24.542Z Checking rfc6979 v0.4.0
31562024-10-19T03:47:24.588Z Checking primeorder v0.13.6
31572024-10-19T03:47:24.611Z Checking ctr v0.9.2
31582024-10-19T03:47:24.634Z Checking ed25519 v2.2.3
31592024-10-19T03:47:24.634Z Checking ssh-encoding v0.2.0
31602024-10-19T03:47:24.634Z Checking blowfish v0.9.1
31612024-10-19T03:47:24.634Z Checking option-ext v0.2.0
31622024-10-19T03:47:24.745Z Checking ecdsa v0.16.9
31632024-10-19T03:47:24.769Z Checking dirs-sys v0.4.1
31642024-10-19T03:47:24.795Z Checking ghash v0.5.1
31652024-10-19T03:47:24.860Z Checking password-hash v0.4.2
31662024-10-19T03:47:24.883Z Checking bcrypt-pbkdf v0.10.0
31672024-10-19T03:47:24.938Z Checking matches v0.1.10
31682024-10-19T03:47:24.961Z Checking dirs v5.0.1
31692024-10-19T03:47:24.984Z Checking aes-gcm v0.10.3
31702024-10-19T03:47:24.984Z Checking ed25519-dalek v2.1.1
31712024-10-19T03:47:25.007Z Compiling enum-as-inner v0.5.1
31722024-10-19T03:47:25.050Z Checking idna v0.2.3
31732024-10-19T03:47:25.073Z Checking russh-cryptovec v0.7.2
31742024-10-19T03:47:25.107Z Checking md5 v0.7.0
31752024-10-19T03:47:25.201Z Checking ssh-cipher v0.2.0
31762024-10-19T03:47:25.224Z Checking pbkdf2 v0.11.0
31772024-10-19T03:47:25.254Z Checking num-bigint v0.4.5
31782024-10-19T03:47:25.307Z Compiling dhcproto-macros v0.1.0
31792024-10-19T03:47:25.336Z Checking hex-literal v0.4.1
31802024-10-19T03:47:25.361Z Checking p256 v0.13.2
31812024-10-19T03:47:25.461Z Checking p384 v0.13.0
31822024-10-19T03:47:25.485Z Checking p521 v0.13.3
31832024-10-19T03:47:25.485Z Checking ssh-key v0.6.6
31842024-10-19T03:47:25.707Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31852024-10-19T03:47:25.785Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31862024-10-19T03:47:25.870Z Checking trust-dns-proto v0.22.0
31872024-10-19T03:47:26.086Z Checking internet-checksum v0.2.1
31882024-10-19T03:47:26.924Z Checking russh-keys v0.44.0
31892024-10-19T03:47:28.052Z Checking russh v0.44.1
31902024-10-19T03:47:28.928Z Checking dhcproto v0.12.0
31912024-10-19T03:47:51.888Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31922024-10-19T03:47:53.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.18s
31932024-10-19T03:47:53.687Z
31942024-10-19T03:47:53.687Zinfo: running `cargo check --bins` on gateway-cli (146/154)
31952024-10-19T03:47:54.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962024-10-19T03:47:54.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972024-10-19T03:47:54.580Z Checking termios v0.3.3
31982024-10-19T03:47:54.761Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31992024-10-19T03:47:55.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
32002024-10-19T03:47:55.859Z
32012024-10-19T03:47:55.859Zinfo: running `cargo check --bins --no-default-features` on installinator (147/154)
32022024-10-19T03:47:56.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032024-10-19T03:47:56.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042024-10-19T03:47:56.800Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32052024-10-19T03:47:59.238Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32062024-10-19T03:48:01.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
32072024-10-19T03:48:01.576Z
32082024-10-19T03:48:01.576Zinfo: running `cargo check --bins` on internal-dns-cli (148/154)
32092024-10-19T03:48:02.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102024-10-19T03:48:02.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112024-10-19T03:48:02.428Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32122024-10-19T03:48:02.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
32132024-10-19T03:48:03.032Z
32142024-10-19T03:48:03.033Zinfo: running `cargo check --bins` on omicron-package (149/154)
32152024-10-19T03:48:03.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162024-10-19T03:48:03.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172024-10-19T03:48:03.930Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32182024-10-19T03:48:05.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s
32192024-10-19T03:48:05.537Z
32202024-10-19T03:48:05.537Zinfo: running `cargo check --bins` on wicket-dbg (150/154)
32212024-10-19T03:48:06.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222024-10-19T03:48:06.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232024-10-19T03:48:06.481Z Checking rtoolbox v0.0.2
32242024-10-19T03:48:06.481Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32252024-10-19T03:48:06.482Z Checking tui-tree-widget v0.22.0
32262024-10-19T03:48:06.666Z Checking rpassword v7.3.1
32272024-10-19T03:48:11.574Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32282024-10-19T03:48:15.398Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32292024-10-19T03:48:16.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
32302024-10-19T03:48:16.890Z
32312024-10-19T03:48:16.890Zinfo: running `cargo check --bins` on wicket (151/154)
32322024-10-19T03:48:17.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332024-10-19T03:48:17.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342024-10-19T03:48:17.798Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32352024-10-19T03:48:18.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
32362024-10-19T03:48:18.311Z
32372024-10-19T03:48:18.311Zinfo: running `cargo check --bins` on wicketd (152/154)
32382024-10-19T03:48:19.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-10-19T03:48:19.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-10-19T03:48:19.294Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32412024-10-19T03:48:23.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
32422024-10-19T03:48:23.961Z
32432024-10-19T03:48:23.961Zinfo: running `cargo check --bins` on omicron-workspace-hack (153/154)
32442024-10-19T03:48:24.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452024-10-19T03:48:24.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462024-10-19T03:48:24.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472024-10-19T03:48:24.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32482024-10-19T03:48:24.774Z
32492024-10-19T03:48:24.774Zinfo: running `cargo check --bins` on zone-setup (154/154)
32502024-10-19T03:48:25.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512024-10-19T03:48:25.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522024-10-19T03:48:25.750Z Checking uzers v0.11.3
32532024-10-19T03:48:26.031Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32542024-10-19T03:48:27.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
32552024-10-19T03:48:27.519Z
32562024-10-19T03:48:27.519Zreal 13:01.236727802
32572024-10-19T03:48:27.543Zuser 23:13.156323859
32582024-10-19T03:48:27.543Zsys 5:20.747796461
32592024-10-19T03:48:27.543Ztrap 0.534940601
32602024-10-19T03:48:27.543Ztflt 1.424962266
32612024-10-19T03:48:27.543Zdflt 1.841686348
32622024-10-19T03:48:27.543Zkflt 0.001282260
32632024-10-19T03:48:27.543Zlock 45:00.627896962
32642024-10-19T03:48:27.543Zslp 2:02:53.813681624
32652024-10-19T03:48:27.543Zlat 1:00.504745750
32662024-10-19T03:48:27.543Zstop 2:39.858387263
32672024-10-19T03:48:27.543Zprocess exited: duration 1022976 ms, exit code 0
 
32682024-10-19T03:48:27.590Zfound 0 output files