01J62K19PTKDB8G60J84BAH25E: 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: 01J62K1J3RK8PN5BG9H7BMZBXZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-24T16:21:19.053Zjob assigned to worker 01J62K1MPV9RQFY9PTQ1E77D5Y (queued for 26 s)
 
22024-08-24T16:21:19.612Zstarting task 0: "setup"
32024-08-24T16:21:19.636Z++ uname -s
42024-08-24T16:21:19.636Z+ kern=SunOS
52024-08-24T16:21:19.637Z+ case "$kern" in
62024-08-24T16:21:19.637Z+ groupadd -g 12345 build
72024-08-24T16:21:19.637Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-24T16:21:21.642Z+ zfs create -o mountpoint=/work rpool/work
92024-08-24T16:21:21.680Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-24T16:21:21.704Z+ home_fs=zfs
112024-08-24T16:21:21.705Z+ [[ zfs == autofs ]]
122024-08-24T16:21:21.705Z+ mkdir -p /home/build
132024-08-24T16:21:21.705Z+ chown build:build /home/build /work
142024-08-24T16:21:23.690Z+ chmod 0700 /home/build /work
152024-08-24T16:21:23.714Zprocess exited: duration 4082 ms, exit code 0
 
162024-08-24T16:21:23.763Zstarting task 1: "rust-toolchain"
172024-08-24T16:21:23.787Z+ printf ' * toolchain channel = "%s"
182024-08-24T16:21:23.787Z' 1.80.1
192024-08-24T16:21:23.787Z+ printf ' * toolchain profile = "%s"
202024-08-24T16:21:23.787Z' default
212024-08-24T16:21:23.787Z * toolchain channel = "1.80.1"
222024-08-24T16:21:23.787Z * toolchain profile = "default"
232024-08-24T16:21:23.787Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-24T16:21:23.787Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-24T16:21:23.915Zinfo: downloading installer
262024-08-24T16:21:24.370Zinfo: profile set to 'default'
272024-08-24T16:21:24.371Zinfo: default host triple is x86_64-unknown-illumos
282024-08-24T16:21:24.371Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-24T16:21:24.475Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-24T16:21:24.475Zinfo: downloading component 'cargo'
312024-08-24T16:21:24.605Zinfo: downloading component 'clippy'
322024-08-24T16:21:24.653Zinfo: downloading component 'rust-docs'
332024-08-24T16:21:24.815Zinfo: downloading component 'rust-std'
342024-08-24T16:21:25.058Zinfo: downloading component 'rustc'
352024-08-24T16:21:26.823Zinfo: downloading component 'rustfmt'
362024-08-24T16:21:26.899Zinfo: installing component 'cargo'
372024-08-24T16:21:27.996Zinfo: installing component 'clippy'
382024-08-24T16:21:28.425Zinfo: installing component 'rust-docs'
392024-08-24T16:21:31.057Zinfo: installing component 'rust-std'
402024-08-24T16:21:33.996Zinfo: installing component 'rustc'
412024-08-24T16:21:38.922Zinfo: installing component 'rustfmt'
422024-08-24T16:21:39.304Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-24T16:21:39.305Z
442024-08-24T16:21:39.425Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-24T16:21:39.426Z
462024-08-24T16:21:39.426Z
472024-08-24T16:21:39.426ZRust is installed now. Great!
482024-08-24T16:21:39.426Z
492024-08-24T16:21:39.426ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-24T16:21:39.426Zenvironment variable. This has not been done automatically.
512024-08-24T16:21:39.426Z
522024-08-24T16:21:39.426ZTo configure your current shell, you need to source
532024-08-24T16:21:39.426Zthe corresponding env file under $HOME/.cargo.
542024-08-24T16:21:39.426Z
552024-08-24T16:21:39.426ZThis is usually done by running one of the following (note the leading DOT):
562024-08-24T16:21:39.426Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-24T16:21:39.426Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-24T16:21:39.500Z+ rustc --version
592024-08-24T16:21:39.612Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-24T16:21:39.638Zprocess exited: duration 15853 ms, exit code 0
 
612024-08-24T16:21:39.689Zstarting task 2: "authentication"
622024-08-24T16:21:39.742Zprocess exited: duration 56 ms, exit code 0
 
632024-08-24T16:21:39.793Zstarting task 3: "clone repository"
642024-08-24T16:21:39.817Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-24T16:21:39.817Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-24T16:21:39.841ZCloning into '/work/oxidecomputer/omicron'...
672024-08-24T16:21:48.565Z+ cd /work/oxidecomputer/omicron
682024-08-24T16:21:48.566Z+ git fetch origin e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082
692024-08-24T16:21:48.955ZFrom https://github.com/oxidecomputer/omicron
702024-08-24T16:21:48.955Z * branch e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082 -> FETCH_HEAD
712024-08-24T16:21:48.979Z+ [[ -n eliza/sensor-metric ]]
722024-08-24T16:21:48.979Z++ git branch --show-current
732024-08-24T16:21:48.979Z+ current=main
742024-08-24T16:21:48.979Z+ [[ main != eliza/sensor-metric ]]
752024-08-24T16:21:48.979Z+ git branch -f eliza/sensor-metric e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082
762024-08-24T16:21:48.979Z+ git checkout -f eliza/sensor-metric
772024-08-24T16:21:49.093ZSwitched to branch 'eliza/sensor-metric'
782024-08-24T16:21:49.117Z+ git reset --hard e7d2430f1f0f7d16cc82ed47e6ee9d6ddb343082
792024-08-24T16:21:49.202ZHEAD is now at e7d2430f1 celsius
802024-08-24T16:21:49.226Zprocess exited: duration 9413 ms, exit code 0
 
812024-08-24T16:21:49.274Zstarting task 4: "build"
822024-08-24T16:21:49.299Z+ cargo --version
832024-08-24T16:21:49.354Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-24T16:21:49.378Z+ rustc --version
852024-08-24T16:21:49.430Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-24T16:21:49.454Z+ source ./env.sh
872024-08-24T16:21:49.454Z++ OLD_SHELL_OPTS=ehxB
882024-08-24T16:21:49.454Z++ set -o xtrace
892024-08-24T16:21:49.454Z++++ dirname ./env.sh
902024-08-24T16:21:49.454Z+++ readlink -f .
912024-08-24T16:21:49.454Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-24T16:21:49.454Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-24T16:21:49.454Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-24T16:21:49.454Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-24T16:21:49.454Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-24T16:21:49.454Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-24T16:21:49.454Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-24T16:21:49.454Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-24T16:21:49.454Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-24T16:21:49.454Z++ case $OLD_SHELL_OPTS in
1012024-08-24T16:21:49.454Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-24T16:21:49.454Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-08-24T16:21:49.454Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-08-24T16:21:49.454Z+ banner prerequisites
1052024-08-24T16:21:49.454Z
1062024-08-24T16:21:49.454Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-24T16:21:49.454Z # # # # # # # # # # # # # # #
1082024-08-24T16:21:49.454Z # # # # ##### # # ##### # # # # # #### #
1092024-08-24T16:21:49.454Z ##### ##### # ##### # # # # # # # # #
1102024-08-24T16:21:49.454Z # # # # # # # # # # # # # # #
1112024-08-24T16:21:49.454Z # # # ###### # # ###### ### # #### # #### #
1122024-08-24T16:21:49.454Z
1132024-08-24T16:21:49.454Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-24T16:21:54.650Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-24T16:21:57.398Z Startup: Caching catalogs ... Done
1162024-08-24T16:21:59.607ZPlanning: Solver setup ... Done (1.563s)
1172024-08-24T16:21:59.637ZPlanning: Running solver ... Done (0.025s)
1182024-08-24T16:21:59.665ZPlanning: Finding local manifests ... Done (0.002s)
1192024-08-24T16:22:00.188ZPlanning: Fetching manifests: 0/5 0% complete
1202024-08-24T16:22:00.649ZPlanning: Fetching manifests: 5/5 100% complete
1212024-08-24T16:22:00.770ZPlanning: Package planning ... Done (0.121s)
1222024-08-24T16:22:00.837ZPlanning: Merging actions ... Done (0.066s)
1232024-08-24T16:22:01.075ZPlanning: Checking for conflicting actions ... Done (0.238s)
1242024-08-24T16:22:02.138ZPlanning: Consolidating action changes ... Done (1.063s)
1252024-08-24T16:22:02.553ZPlanning: Evaluating mediators ... Done (0.415s)
1262024-08-24T16:22:02.654ZPlanning: Planning completed in 5.19 seconds
1272024-08-24T16:22:02.679Z Packages to install: 4
1282024-08-24T16:22:02.679Z Packages to update: 1
1292024-08-24T16:22:02.679Z Mediators to change: 2
1302024-08-24T16:22:02.679Z Services to change: 1
1312024-08-24T16:22:02.679Z Estimated space available: 148.82 GB
1322024-08-24T16:22:02.679ZEstimated space to be consumed: 1.53 GB
1332024-08-24T16:22:02.679Z Create boot environment: No
1342024-08-24T16:22:02.679ZCreate backup boot environment: Yes
1352024-08-24T16:22:02.679Z Rebuild boot archive: No
1362024-08-24T16:22:02.679Z
1372024-08-24T16:22:02.679ZChanged mediators:
1382024-08-24T16:22:02.679Z mediator clang:
1392024-08-24T16:22:02.679Z version: None -> 15 (system default)
1402024-08-24T16:22:02.679Z
1412024-08-24T16:22:02.679Z mediator llvm:
1422024-08-24T16:22:02.679Z version: 14 (system default) -> 15 (system default)
1432024-08-24T16:22:02.679Z
1442024-08-24T16:22:02.679ZChanged packages:
1452024-08-24T16:22:02.679Zhelios-dev
1462024-08-24T16:22:02.679Z developer/build-essential
1472024-08-24T16:22:02.679Z None -> 11-2.0
1482024-08-24T16:22:02.679Z library/libxmlsec1
1492024-08-24T16:22:02.679Z None -> 1.2.35-2.0
1502024-08-24T16:22:02.679Z ooce/developer/clang-15
1512024-08-24T16:22:02.679Z None -> 15.0.7-2.0
1522024-08-24T16:22:02.679Z ooce/developer/llvm-15
1532024-08-24T16:22:02.679Z None -> 15.0.7-2.0
1542024-08-24T16:22:02.679Z package/pkg
1552024-08-24T16:22:02.679Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-08-24T16:22:02.679Z
1572024-08-24T16:22:02.679ZServices:
1582024-08-24T16:22:02.679Z restart_fmri:
1592024-08-24T16:22:02.679Z svc:/system/update-man-index:default
1602024-08-24T16:22:02.679Z
1612024-08-24T16:22:02.680ZEditable files to change:
1622024-08-24T16:22:02.680Z Update:
1632024-08-24T16:22:02.680Z usr/share/lib/pkg/web/config.shtml
1642024-08-24T16:22:02.745Z
1652024-08-24T16:22:02.745ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-08-24T16:22:07.754ZDownload: 973/4281 items 19.4/220.6MB 8% complete (4.0M/s)
1672024-08-24T16:22:12.755ZDownload: 1271/4281 items 98.3/220.6MB 44% complete (9.8M/s)
1682024-08-24T16:22:17.759ZDownload: 2106/4281 items 118.9/220.6MB 53% complete (10.0M/s)
1692024-08-24T16:22:22.761ZDownload: 2230/4281 items 119.2/220.6MB 54% complete (2.4M/s)
1702024-08-24T16:22:27.762ZDownload: 3248/4281 items 202.8/220.6MB 91% complete (8.3M/s)
1712024-08-24T16:22:32.762ZDownload: 3634/4281 items 216.3/220.6MB 98% complete (9.7M/s)
1722024-08-24T16:22:36.280ZDownload: Completed 220.60 MB in 33.53 seconds (6.6M/s)
1732024-08-24T16:22:37.759Z Actions: 1/5063 actions (Removing old actions)
1742024-08-24T16:22:37.783Z Actions: 194/5063 actions (Installing new actions)
1752024-08-24T16:22:43.084Z Actions: 3216/5063 actions (Installing new actions)
1762024-08-24T16:22:43.679Z Actions: 4226/5063 actions (Updating modified actions)
1772024-08-24T16:22:44.040Z Actions: Completed 5063 actions in 6.28 seconds.
1782024-08-24T16:22:44.440Z Done (0.392s)
1792024-08-24T16:22:44.464Z Done (0.000s)
1802024-08-24T16:22:44.891Z Done (0.449s)
1812024-08-24T16:22:49.794Z Done (4.757s)
1822024-08-24T16:22:49.892Z Done (0.019s)
1832024-08-24T16:22:49.916Z Done (0.000s)
1842024-08-24T16:22:50.084Z Done (0.000s)
1852024-08-24T16:22:50.766ZPlanning: Evaluating mediator changes ... Done
1862024-08-24T16:22:51.014ZPlanning: Checking for conflicting actions ... Done
1872024-08-24T16:22:51.038ZPlanning: Consolidating action changes ... Done
1882024-08-24T16:22:51.345ZPlanning: Evaluating mediators ... Done
1892024-08-24T16:22:51.369ZPlanning: Planning completed in 0.58 seconds
1902024-08-24T16:22:51.393Z Mediators to change: 2
1912024-08-24T16:22:51.393Z Create boot environment: No
1922024-08-24T16:22:51.393ZCreate backup boot environment: No
1932024-08-24T16:22:51.451Z Done
1942024-08-24T16:22:51.451Z Done
1952024-08-24T16:22:51.763Z Done
1962024-08-24T16:22:56.266Z Done
1972024-08-24T16:22:56.357Z Done
1982024-08-24T16:22:56.381Z Done
1992024-08-24T16:22:56.447Z Done
2002024-08-24T16:22:57.211ZPlanning: Evaluating mediator changes ... Done
2012024-08-24T16:22:57.235ZPlanning: Merging actions ... Done
2022024-08-24T16:22:57.441ZPlanning: Checking for conflicting actions ... Done
2032024-08-24T16:22:57.465ZPlanning: Consolidating action changes ... Done
2042024-08-24T16:22:57.771ZPlanning: Evaluating mediators ... Done
2052024-08-24T16:22:57.835ZPlanning: Planning completed in 0.94 seconds
2062024-08-24T16:22:57.882Z Packages to change: 1
2072024-08-24T16:22:57.882Z Mediators to change: 1
2082024-08-24T16:22:57.882Z Services to change: 1
2092024-08-24T16:22:57.905Z Create boot environment: No
2102024-08-24T16:22:57.905ZCreate backup boot environment: Yes
2112024-08-24T16:22:59.393Z Actions: 1/6 actions (Updating modified actions)
2122024-08-24T16:22:59.430Z Actions: Completed 6 actions in 0.00 seconds.
2132024-08-24T16:22:59.431Z Done
2142024-08-24T16:22:59.431Z Done
2152024-08-24T16:22:59.487Z Done
2162024-08-24T16:23:03.889Z Done
2172024-08-24T16:23:03.984Z Done
2182024-08-24T16:23:04.008Z Done
2192024-08-24T16:23:04.080Z Done
2202024-08-24T16:23:04.594ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-08-24T16:23:04.594Zclang system 15 system
2222024-08-24T16:23:04.594Zcsh system system illumos
2232024-08-24T16:23:04.594Zctags system system illumos
2242024-08-24T16:23:04.594Zgcc vendor 12 vendor
2252024-08-24T16:23:04.595Zgcc system 10 system
2262024-08-24T16:23:04.595Zgcc system 7 system
2272024-08-24T16:23:04.595Zgo system 1.20 system
2282024-08-24T16:23:04.595Zgo system 1.19 system
2292024-08-24T16:23:04.595Zllvm system 15 system
2302024-08-24T16:23:04.595Zllvm system 14 system
2312024-08-24T16:23:04.595Zmariadb system 10.6 system
2322024-08-24T16:23:04.595Zmta vendor vendor dma
2332024-08-24T16:23:04.595Zopenjdk system 17 system
2342024-08-24T16:23:04.595Zopenjdk system 11 system
2352024-08-24T16:23:04.595Zopenjdk system 1.8 system
2362024-08-24T16:23:04.595Zopenssl vendor 3 vendor
2372024-08-24T16:23:04.595Zperl system 5.36 system
2382024-08-24T16:23:04.595Zpostgresql system 15 system
2392024-08-24T16:23:04.595Zpostgresql system 13 system
2402024-08-24T16:23:04.595Zpython vendor 3 vendor
2412024-08-24T16:23:04.595Zpython system 2 system
2422024-08-24T16:23:04.595Zpython3 system 3.11 system
2432024-08-24T16:23:04.595Zruby system 3.0 system
2442024-08-24T16:23:04.595Zwords vendor vendor american-english
2452024-08-24T16:23:04.595Zwords system system australian-english
2462024-08-24T16:23:04.595Zwords system system british-english
2472024-08-24T16:23:04.595Zwords system system canadian-english
2482024-08-24T16:23:04.595Zwords system system french
2492024-08-24T16:23:04.595Zwords system system italian
2502024-08-24T16:23:04.596Zwords system system ngerman
2512024-08-24T16:23:04.596Zwords system system ogerman
2522024-08-24T16:23:04.596Zwords system system spanish
2532024-08-24T16:23:05.029ZPUBLISHER TYPE STATUS P LOCATION
2542024-08-24T16:23:05.029Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-08-24T16:23:07.170ZFMRI IFO
2562024-08-24T16:23:07.170Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-08-24T16:23:07.171Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-08-24T16:23:07.171Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-08-24T16:23:07.171Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-08-24T16:23:07.171Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-08-24T16:23:07.171Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-08-24T16:23:07.171Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2632024-08-24T16:23:07.171Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2642024-08-24T16:23:07.171Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-08-24T16:23:07.171Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-08-24T16:23:07.171Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-08-24T16:23:07.171Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-08-24T16:23:07.171Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2692024-08-24T16:23:07.826Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2702024-08-24T16:23:08.188Z Updating git repository `https://github.com/oxidecomputer/zone`
2712024-08-24T16:23:08.530Z Updating crates.io index
2722024-08-24T16:23:08.554Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2732024-08-24T16:23:09.425Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742024-08-24T16:23:10.341Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2752024-08-24T16:23:10.683Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2762024-08-24T16:23:12.449Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772024-08-24T16:23:12.784Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2782024-08-24T16:23:13.105Z Updating git repository `https://github.com/oxidecomputer/propolis`
2792024-08-24T16:23:14.224Z Updating git repository `https://github.com/oxidecomputer/crucible`
2802024-08-24T16:23:16.282Z Updating git repository `https://github.com/oxidecomputer/opte`
2812024-08-24T16:23:17.433Z Updating git repository `https://github.com/oxidecomputer/falcon`
2822024-08-24T16:23:18.190Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2832024-08-24T16:23:18.631Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2842024-08-24T16:23:19.289Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2852024-08-24T16:23:19.657Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2862024-08-24T16:23:20.035Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872024-08-24T16:23:20.513Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882024-08-24T16:23:20.873Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892024-08-24T16:23:21.212Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902024-08-24T16:23:21.558Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912024-08-24T16:23:21.937Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922024-08-24T16:23:22.400Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932024-08-24T16:23:22.837Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2942024-08-24T16:23:23.195Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-08-24T16:23:23.751Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962024-08-24T16:23:24.118Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-08-24T16:23:24.638Z Updating git repository `https://github.com/oxidecomputer/typify`
2982024-08-24T16:23:27.218Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992024-08-24T16:23:27.539Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002024-08-24T16:23:27.905Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012024-08-24T16:23:28.345Z Updating git repository `https://github.com/oxidecomputer/rfb`
3022024-08-24T16:23:29.897Z Downloading crates ...
3032024-08-24T16:23:29.950Z Downloaded equivalent v1.0.1
3042024-08-24T16:23:29.975Z Downloaded scroll_derive v0.12.0
3052024-08-24T16:23:29.975Z Downloaded strsim v0.11.1
3062024-08-24T16:23:29.975Z Downloaded zerocopy-derive v0.7.34
3072024-08-24T16:23:29.999Z Downloaded tabled_derive v0.7.0
3082024-08-24T16:23:29.999Z Downloaded winnow v0.6.18
3092024-08-24T16:23:30.025Z Downloaded usdt-macro v0.5.0
3102024-08-24T16:23:30.025Z Downloaded version_check v0.9.5
3112024-08-24T16:23:30.025Z Downloaded zerocopy v0.7.34
3122024-08-24T16:23:30.048Z Downloaded tabled v0.15.0
3132024-08-24T16:23:30.073Z Downloaded unicode-width v0.1.13
3142024-08-24T16:23:30.073Z Downloaded syn v1.0.109
3152024-08-24T16:23:30.096Z Downloaded rustix v0.38.34
3162024-08-24T16:23:30.120Z Downloaded libc v0.2.156
3172024-08-24T16:23:30.144Z Downloaded ucd-trie v0.1.6
3182024-08-24T16:23:30.144Z Downloaded toml_edit v0.22.20
3192024-08-24T16:23:30.167Z Downloaded toml v0.8.19
3202024-08-24T16:23:30.167Z Downloaded syn v2.0.74
3212024-08-24T16:23:30.191Z Downloaded sha2 v0.10.8
3222024-08-24T16:23:30.191Z Downloaded semver v1.0.23
3232024-08-24T16:23:30.191Z Downloaded ryu v1.0.18
3242024-08-24T16:23:30.191Z Downloaded memchr v2.7.2
3252024-08-24T16:23:30.191Z Downloaded hashbrown v0.14.5
3262024-08-24T16:23:30.191Z Downloaded goblin v0.8.2
3272024-08-24T16:23:30.215Z Downloaded usdt-attr-macro v0.5.0
3282024-08-24T16:23:30.215Z Downloaded thiserror-impl v1.0.63
3292024-08-24T16:23:30.215Z Downloaded terminal_size v0.3.0
3302024-08-24T16:23:30.215Z Downloaded scroll v0.12.0
3312024-08-24T16:23:30.215Z Downloaded clap_builder v4.5.15
3322024-08-24T16:23:30.215Z Downloaded usdt-impl v0.5.0
3332024-08-24T16:23:30.215Z Downloaded unicode-ident v1.0.12
3342024-08-24T16:23:30.215Z Downloaded typenum v1.17.0
3352024-08-24T16:23:30.239Z Downloaded serde_spanned v0.6.7
3362024-08-24T16:23:30.239Z Downloaded serde_json v1.0.125
3372024-08-24T16:23:30.239Z Downloaded serde_derive v1.0.208
3382024-08-24T16:23:30.239Z Downloaded serde v1.0.208
3392024-08-24T16:23:30.239Z Downloaded quote v1.0.36
3402024-08-24T16:23:30.239Z Downloaded proc-macro2 v1.0.86
3412024-08-24T16:23:30.239Z Downloaded proc-macro-error-attr v1.0.4
3422024-08-24T16:23:30.239Z Downloaded pretty-hex v0.4.1
3432024-08-24T16:23:30.239Z Downloaded pest_meta v2.7.10
3442024-08-24T16:23:30.263Z Downloaded pest_derive v2.7.10
3452024-08-24T16:23:30.263Z Downloaded pest v2.7.10
3462024-08-24T16:23:30.263Z Downloaded papergrid v0.11.0
3472024-08-24T16:23:30.263Z Downloaded memmap v0.7.0
3482024-08-24T16:23:30.263Z Downloaded macaddr v1.0.1
3492024-08-24T16:23:30.263Z Downloaded is_terminal_polyfill v1.70.0
3502024-08-24T16:23:30.263Z Downloaded indexmap v2.4.0
3512024-08-24T16:23:30.264Z Downloaded heck v0.5.0
3522024-08-24T16:23:30.287Z Downloaded fs-err v2.11.0
3532024-08-24T16:23:30.287Z Downloaded swrite v0.1.0
3542024-08-24T16:23:30.287Z Downloaded serde_tokenstream v0.2.2
3552024-08-24T16:23:30.287Z Downloaded clap v4.5.16
3562024-08-24T16:23:30.287Z Downloaded cfg-if v1.0.0
3572024-08-24T16:23:30.287Z Downloaded camino v1.1.9
3582024-08-24T16:23:30.288Z Downloaded bitflags v2.6.0
3592024-08-24T16:23:30.288Z Downloaded anyhow v1.0.86
3602024-08-24T16:23:30.312Z Downloaded utf8parse v0.2.1
3612024-08-24T16:23:30.312Z Downloaded usdt v0.5.0
3622024-08-24T16:23:30.312Z Downloaded toml_datetime v0.6.8
3632024-08-24T16:23:30.312Z Downloaded thread-id v4.2.1
3642024-08-24T16:23:30.312Z Downloaded thiserror v1.0.63
3652024-08-24T16:23:30.312Z Downloaded proc-macro-error v1.0.4
3662024-08-24T16:23:30.312Z Downloaded plain v0.2.3
3672024-08-24T16:23:30.312Z Downloaded pest_generator v2.7.10
3682024-08-24T16:23:30.312Z Downloaded once_cell v1.19.0
3692024-08-24T16:23:30.312Z Downloaded log v0.4.21
3702024-08-24T16:23:30.312Z Downloaded heck v0.4.1
3712024-08-24T16:23:30.336Z Downloaded errno v0.3.9
3722024-08-24T16:23:30.336Z Downloaded digest v0.10.7
3732024-08-24T16:23:30.336Z Downloaded cpufeatures v0.2.12
3742024-08-24T16:23:30.336Z Downloaded clap_lex v0.7.0
3752024-08-24T16:23:30.336Z Downloaded cargo_toml v0.20.4
3762024-08-24T16:23:30.336Z Downloaded cargo_metadata v0.18.1
3772024-08-24T16:23:30.336Z Downloaded byteorder v1.5.0
3782024-08-24T16:23:30.336Z Downloaded bytecount v0.6.8
3792024-08-24T16:23:30.336Z Downloaded anstyle-parse v0.2.4
3802024-08-24T16:23:30.336Z Downloaded anstream v0.6.14
3812024-08-24T16:23:30.336Z Downloaded itoa v1.0.11
3822024-08-24T16:23:30.336Z Downloaded generic-array v0.14.7
3832024-08-24T16:23:30.336Z Downloaded fnv v1.0.7
3842024-08-24T16:23:30.336Z Downloaded dtrace-parser v0.2.0
3852024-08-24T16:23:30.336Z Downloaded dof v0.3.0
3862024-08-24T16:23:30.336Z Downloaded crypto-common v0.1.6
3872024-08-24T16:23:30.336Z Downloaded colorchoice v1.0.1
3882024-08-24T16:23:30.360Z Downloaded clap_derive v4.5.13
3892024-08-24T16:23:30.361Z Downloaded cargo-platform v0.1.8
3902024-08-24T16:23:30.361Z Downloaded block-buffer v0.10.4
3912024-08-24T16:23:30.361Z Downloaded autocfg v1.3.0
3922024-08-24T16:23:30.361Z Downloaded anstyle-query v1.0.3
3932024-08-24T16:23:30.361Z Downloaded anstyle v1.0.8
3942024-08-24T16:23:30.480Z Compiling proc-macro2 v1.0.86
3952024-08-24T16:23:30.503Z Compiling unicode-ident v1.0.12
3962024-08-24T16:23:30.504Z Compiling version_check v0.9.5
3972024-08-24T16:23:30.504Z Compiling serde v1.0.208
3982024-08-24T16:23:30.504Z Compiling memchr v2.7.2
3992024-08-24T16:23:30.504Z Compiling thiserror v1.0.63
4002024-08-24T16:23:30.504Z Compiling libc v0.2.156
4012024-08-24T16:23:30.504Z Compiling ryu v1.0.18
4022024-08-24T16:23:30.827Z Compiling itoa v1.0.11
4032024-08-24T16:23:30.929Z Compiling ucd-trie v0.1.6
4042024-08-24T16:23:31.209Z Compiling once_cell v1.19.0
4052024-08-24T16:23:31.272Z Compiling byteorder v1.5.0
4062024-08-24T16:23:31.332Z Compiling serde_json v1.0.125
4072024-08-24T16:23:31.609Z Compiling proc-macro-error-attr v1.0.4
4082024-08-24T16:23:31.677Z Compiling usdt-impl v0.5.0
4092024-08-24T16:23:31.705Z Compiling syn v1.0.109
4102024-08-24T16:23:31.902Z Compiling rustix v0.38.34
4112024-08-24T16:23:32.031Z Compiling quote v1.0.36
4122024-08-24T16:23:32.063Z Compiling proc-macro-error v1.0.4
4132024-08-24T16:23:32.140Z Compiling log v0.4.21
4142024-08-24T16:23:32.334Z Compiling errno v0.3.9
4152024-08-24T16:23:32.377Z Compiling syn v2.0.74
4162024-08-24T16:23:32.529Z Compiling utf8parse v0.2.1
4172024-08-24T16:23:32.574Z Compiling bitflags v2.6.0
4182024-08-24T16:23:32.604Z Compiling equivalent v1.0.1
4192024-08-24T16:23:32.661Z Compiling plain v0.2.3
4202024-08-24T16:23:32.695Z Compiling hashbrown v0.14.5
4212024-08-24T16:23:32.740Z Compiling anstyle-parse v0.2.4
4222024-08-24T16:23:32.816Z Compiling thread-id v4.2.1
4232024-08-24T16:23:33.055Z Compiling anstyle-query v1.0.3
4242024-08-24T16:23:33.085Z Compiling colorchoice v1.0.1
4252024-08-24T16:23:33.192Z Compiling semver v1.0.23
4262024-08-24T16:23:33.236Z Compiling is_terminal_polyfill v1.70.0
4272024-08-24T16:23:33.267Z Compiling camino v1.1.9
4282024-08-24T16:23:33.360Z Compiling winnow v0.6.18
4292024-08-24T16:23:33.639Z Compiling pretty-hex v0.4.1
4302024-08-24T16:23:33.684Z Compiling anstyle v1.0.8
4312024-08-24T16:23:33.814Z Compiling indexmap v2.4.0
4322024-08-24T16:23:33.843Z Compiling autocfg v1.3.0
4332024-08-24T16:23:33.963Z Compiling terminal_size v0.3.0
4342024-08-24T16:23:34.135Z Compiling anstream v0.6.14
4352024-08-24T16:23:34.403Z Compiling clap_lex v0.7.0
4362024-08-24T16:23:34.427Z Compiling unicode-width v0.1.13
4372024-08-24T16:23:34.663Z Compiling fnv v1.0.7
4382024-08-24T16:23:34.777Z Compiling strsim v0.11.1
4392024-08-24T16:23:34.805Z Compiling fs-err v2.11.0
4402024-08-24T16:23:34.805Z Compiling bytecount v0.6.8
4412024-08-24T16:23:34.881Z Compiling heck v0.4.1
4422024-08-24T16:23:35.045Z Compiling anyhow v1.0.86
4432024-08-24T16:23:35.086Z Compiling heck v0.5.0
4442024-08-24T16:23:35.310Z Compiling clap_builder v4.5.15
4452024-08-24T16:23:35.621Z Compiling papergrid v0.11.0
4462024-08-24T16:23:35.683Z Compiling memmap v0.7.0
4472024-08-24T16:23:36.254Z Compiling swrite v0.1.0
4482024-08-24T16:23:37.697Z Compiling tabled_derive v0.7.0
4492024-08-24T16:23:39.335Z Compiling tabled v0.15.0
4502024-08-24T16:23:40.405Z Compiling serde_derive v1.0.208
4512024-08-24T16:23:40.405Z Compiling thiserror-impl v1.0.63
4522024-08-24T16:23:40.428Z Compiling zerocopy-derive v0.7.34
4532024-08-24T16:23:40.428Z Compiling scroll_derive v0.12.0
4542024-08-24T16:23:40.505Z Compiling clap_derive v4.5.13
4552024-08-24T16:23:42.083Z Compiling scroll v0.12.0
4562024-08-24T16:23:42.115Z Compiling zerocopy v0.7.34
4572024-08-24T16:23:42.575Z Compiling goblin v0.8.2
4582024-08-24T16:23:42.836Z Compiling pest v2.7.10
4592024-08-24T16:23:43.574Z Compiling clap v4.5.16
4602024-08-24T16:23:44.900Z Compiling pest_meta v2.7.10
4612024-08-24T16:23:45.883Z Compiling pest_generator v2.7.10
4622024-08-24T16:23:47.555Z Compiling pest_derive v2.7.10
4632024-08-24T16:23:48.181Z Compiling dtrace-parser v0.2.0
4642024-08-24T16:23:49.942Z Compiling toml_datetime v0.6.8
4652024-08-24T16:23:49.942Z Compiling serde_spanned v0.6.7
4662024-08-24T16:23:49.966Z Compiling cargo-platform v0.1.8
4672024-08-24T16:23:50.348Z Compiling serde_tokenstream v0.2.2
4682024-08-24T16:23:50.417Z Compiling toml_edit v0.22.20
4692024-08-24T16:23:50.492Z Compiling macaddr v1.0.1
4702024-08-24T16:23:51.368Z Compiling dof v0.3.0
4712024-08-24T16:23:51.368Z Compiling cargo_metadata v0.18.1
4722024-08-24T16:23:53.091Z Compiling toml v0.8.19
4732024-08-24T16:23:53.397Z Compiling usdt-macro v0.5.0
4742024-08-24T16:23:53.441Z Compiling usdt-attr-macro v0.5.0
4752024-08-24T16:23:53.912Z Compiling cargo_toml v0.20.4
4762024-08-24T16:23:54.575Z Compiling usdt v0.5.0
4772024-08-24T16:23:58.203Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4782024-08-24T16:24:03.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.67s
4792024-08-24T16:24:03.466Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4802024-08-24T16:24:04.219Z Downloading crates ...
4812024-08-24T16:24:04.339Z Downloaded atty v0.2.14
4822024-08-24T16:24:04.363Z Downloaded darling_macro v0.20.9
4832024-08-24T16:24:04.363Z Downloaded convert_case v0.4.0
4842024-08-24T16:24:04.363Z Downloaded ciborium-io v0.2.2
4852024-08-24T16:24:04.364Z Downloaded bitfield-struct v0.6.1
4862024-08-24T16:24:04.364Z Downloaded const_format_proc_macros v0.2.32
4872024-08-24T16:24:04.364Z Downloaded ident_case v1.0.1
4882024-08-24T16:24:04.388Z Downloaded num-conv v0.1.0
4892024-08-24T16:24:04.388Z Downloaded opaque-debug v0.3.1
4902024-08-24T16:24:04.388Z Downloaded openssl-probe v0.1.5
4912024-08-24T16:24:04.388Z Downloaded same-file v1.0.6
4922024-08-24T16:24:04.389Z Downloaded num-integer v0.1.46
4932024-08-24T16:24:04.413Z Downloaded shlex v1.3.0
4942024-08-24T16:24:04.413Z Downloaded futures-io v0.3.30
4952024-08-24T16:24:04.413Z Downloaded diesel_table_macro_syntax v0.2.0
4962024-08-24T16:24:04.438Z Downloaded utf-8 v0.7.6
4972024-08-24T16:24:04.438Z Downloaded phf_shared v0.11.2
4982024-08-24T16:24:04.438Z Downloaded precomputed-hash v0.1.1
4992024-08-24T16:24:04.438Z Downloaded slog-json v2.6.1
5002024-08-24T16:24:04.463Z Downloaded smawk v0.3.2
5012024-08-24T16:24:04.463Z Downloaded foreign-types-macros v0.2.3
5022024-08-24T16:24:04.463Z Downloaded getopts v0.2.21
5032024-08-24T16:24:04.463Z Downloaded time-core v0.1.2
5042024-08-24T16:24:04.488Z Downloaded rand_xorshift v0.3.0
5052024-08-24T16:24:04.488Z Downloaded rpassword v7.3.1
5062024-08-24T16:24:04.488Z Downloaded heck v0.3.3
5072024-08-24T16:24:04.488Z Downloaded headers-core v0.2.0
5082024-08-24T16:24:04.489Z Downloaded hickory-client v0.24.1
5092024-08-24T16:24:04.512Z Downloaded parse-size v1.0.0
5102024-08-24T16:24:04.512Z Downloaded packed_struct v0.10.1
5112024-08-24T16:24:04.513Z Downloaded try-lock v0.2.5
5122024-08-24T16:24:04.513Z Downloaded waitgroup v0.1.2
5132024-08-24T16:24:04.513Z Downloaded display-error-chain v0.2.0
5142024-08-24T16:24:04.513Z Downloaded zone_cfg_derive v0.1.2
5152024-08-24T16:24:04.513Z Downloaded endian-type v0.1.2
5162024-08-24T16:24:04.513Z Downloaded hickory-server v0.24.1
5172024-08-24T16:24:04.538Z Downloaded tracing-attributes v0.1.27
5182024-08-24T16:24:04.538Z Downloaded pretty-hex v0.2.1
5192024-08-24T16:24:04.538Z Downloaded psl-types v2.0.11
5202024-08-24T16:24:04.538Z Downloaded predicates-tree v1.0.9
5212024-08-24T16:24:04.563Z Downloaded serde_urlencoded v0.7.1
5222024-08-24T16:24:04.563Z Downloaded path-slash v0.1.5
5232024-08-24T16:24:04.563Z Downloaded fd-lock v4.0.2
5242024-08-24T16:24:04.563Z Downloaded fastrand v2.1.0
5252024-08-24T16:24:04.588Z Downloaded peg-macros v0.8.4
5262024-08-24T16:24:04.588Z Downloaded fatfs v0.3.6
5272024-08-24T16:24:04.588Z Downloaded expectorate v1.1.0
5282024-08-24T16:24:04.588Z Downloaded glob v0.3.1
5292024-08-24T16:24:04.588Z Downloaded pbkdf2 v0.12.2
5302024-08-24T16:24:04.588Z Downloaded ron v0.8.1
5312024-08-24T16:24:04.614Z Downloaded h2 v0.3.26
5322024-08-24T16:24:04.614Z Downloaded globset v0.4.14
5332024-08-24T16:24:04.614Z Downloaded smf v0.2.3
5342024-08-24T16:24:04.614Z Downloaded sled v0.34.7
5352024-08-24T16:24:04.639Z Downloaded elliptic-curve v0.13.8
5362024-08-24T16:24:04.639Z Downloaded tough v0.17.1
5372024-08-24T16:24:04.664Z Downloaded tokio-util v0.7.11
5382024-08-24T16:24:04.664Z Downloaded hkdf v0.12.4
5392024-08-24T16:24:04.664Z Downloaded reqwest v0.11.27
5402024-08-24T16:24:04.687Z Downloaded encoding_rs v0.8.34
5412024-08-24T16:24:04.712Z Downloaded git2 v0.19.0
5422024-08-24T16:24:04.736Z Downloaded radix_trie v0.2.1
5432024-08-24T16:24:04.736Z Downloaded smoltcp v0.9.1
5442024-08-24T16:24:04.760Z Downloaded regress v0.9.1
5452024-08-24T16:24:04.760Z Downloaded smoltcp v0.11.0
5462024-08-24T16:24:04.784Z Downloaded regex-syntax v0.6.29
5472024-08-24T16:24:04.784Z Downloaded ratatui v0.28.0
5482024-08-24T16:24:04.809Z Downloaded regex-automata v0.4.6
5492024-08-24T16:24:04.835Z Downloaded tokio v1.38.1
5502024-08-24T16:24:04.884Z Downloaded sha3 v0.10.8
5512024-08-24T16:24:04.908Z Downloaded csv v1.3.0
5522024-08-24T16:24:04.932Z Downloaded finl_unicode v1.2.0
5532024-08-24T16:24:04.955Z Downloaded libz-sys v1.1.16
5542024-08-24T16:24:05.020Z Downloaded bzip2-sys v0.1.11+1.0.8
5552024-08-24T16:24:05.044Z Downloaded libgit2-sys v0.17.0+1.8.1
5562024-08-24T16:24:05.112Z Downloaded bstr v1.9.1
5572024-08-24T16:24:05.135Z Downloaded serde_with v3.9.0
5582024-08-24T16:24:05.159Z Downloaded quick-xml v0.31.0
5592024-08-24T16:24:05.159Z Downloaded rayon v1.10.0
5602024-08-24T16:24:05.159Z Downloaded libsqlite3-sys v0.28.0
5612024-08-24T16:24:05.250Z Downloaded curve25519-dalek v4.1.3
5622024-08-24T16:24:05.274Z Downloaded chrono v0.4.38
5632024-08-24T16:24:05.274Z Downloaded sqlparser v0.45.0
5642024-08-24T16:24:05.298Z Downloaded hashbrown v0.13.2
5652024-08-24T16:24:05.298Z Downloaded petgraph v0.6.5
5662024-08-24T16:24:05.322Z Downloaded bitvec v1.0.1
5672024-08-24T16:24:05.346Z Downloaded ring v0.17.8
5682024-08-24T16:24:05.410Z Downloaded steno v0.4.1
5692024-08-24T16:24:05.436Z Downloaded toml_edit v0.19.15
5702024-08-24T16:24:05.460Z Downloaded zerocopy-derive v0.6.6
5712024-08-24T16:24:05.460Z Downloaded regex-syntax v0.8.4
5722024-08-24T16:24:05.460Z Downloaded regex v1.10.6
5732024-08-24T16:24:05.484Z Downloaded ring v0.16.20
5742024-08-24T16:24:05.571Z Downloaded hickory-proto v0.24.1
5752024-08-24T16:24:05.595Z Downloaded hashbrown v0.12.3
5762024-08-24T16:24:05.595Z Downloaded flate2 v1.0.31
5772024-08-24T16:24:05.619Z Downloaded aho-corasick v1.1.3
5782024-08-24T16:24:05.619Z Downloaded serde_derive_internals v0.29.1
5792024-08-24T16:24:05.619Z Downloaded sct v0.7.1
5802024-08-24T16:24:05.619Z Downloaded proptest v1.5.0
5812024-08-24T16:24:05.643Z Downloaded predicates v3.1.2
5822024-08-24T16:24:05.643Z Downloaded socket2 v0.5.7
5832024-08-24T16:24:05.643Z Downloaded tracing v0.1.40
5842024-08-24T16:24:05.643Z Downloaded openssl-sys v0.9.103
5852024-08-24T16:24:05.643Z Downloaded webpki-roots v0.25.4
5862024-08-24T16:24:05.667Z Downloaded rustls v0.22.4
5872024-08-24T16:24:05.667Z Downloaded rustls v0.21.12
5882024-08-24T16:24:05.691Z Downloaded typed-path v0.7.1
5892024-08-24T16:24:05.691Z Downloaded crossterm v0.28.1
5902024-08-24T16:24:05.691Z Downloaded gimli v0.28.1
5912024-08-24T16:24:05.715Z Downloaded diesel v2.2.2
5922024-08-24T16:24:05.740Z Downloaded bindgen v0.69.4
5932024-08-24T16:24:05.740Z Downloaded heapless v0.7.17
5942024-08-24T16:24:05.740Z Downloaded polar-core v0.27.3
5952024-08-24T16:24:05.764Z Downloaded serde_with_macros v3.9.0
5962024-08-24T16:24:05.764Z Downloaded toml v0.7.8
5972024-08-24T16:24:05.764Z Downloaded openapiv3 v2.0.0
5982024-08-24T16:24:05.764Z Downloaded fallible-iterator v0.3.0
5992024-08-24T16:24:05.764Z Downloaded serde_arrays v0.1.0
6002024-08-24T16:24:05.764Z Downloaded serde-hex v0.1.0
6012024-08-24T16:24:05.789Z Downloaded scopeguard v1.2.0
6022024-08-24T16:24:05.789Z Downloaded reedline v0.33.0
6032024-08-24T16:24:05.789Z Downloaded ron v0.7.1
6042024-08-24T16:24:05.789Z Downloaded headers v0.3.9
6052024-08-24T16:24:05.789Z Downloaded scrypt v0.11.0
6062024-08-24T16:24:05.789Z Downloaded publicsuffix v2.2.3
6072024-08-24T16:24:05.813Z Downloaded winnow v0.5.40
6082024-08-24T16:24:05.813Z Downloaded rusqlite v0.31.0
6092024-08-24T16:24:05.813Z Downloaded rustls-webpki v0.101.7
6102024-08-24T16:24:05.837Z Downloaded rand v0.8.5
6112024-08-24T16:24:05.837Z Downloaded pem v3.0.4
6122024-08-24T16:24:05.837Z Downloaded textwrap v0.16.1
6132024-08-24T16:24:05.837Z Downloaded rustls-webpki v0.102.4
6142024-08-24T16:24:05.862Z Downloaded peg v0.8.4
6152024-08-24T16:24:05.862Z Downloaded highway v1.2.0
6162024-08-24T16:24:05.862Z Downloaded group v0.13.0
6172024-08-24T16:24:05.862Z Downloaded filetime v0.2.24
6182024-08-24T16:24:05.886Z Downloaded ff v0.13.0
6192024-08-24T16:24:05.886Z Downloaded serde_path_to_error v0.1.16
6202024-08-24T16:24:05.886Z Downloaded serde-big-array v0.5.1
6212024-08-24T16:24:05.886Z Downloaded embedded-io v0.4.0
6222024-08-24T16:24:05.886Z Downloaded either v1.13.0
6232024-08-24T16:24:05.886Z Downloaded dyn-clone v1.0.17
6242024-08-24T16:24:05.886Z Downloaded dsl_auto_type v0.1.2
6252024-08-24T16:24:05.886Z Downloaded zip v0.6.6
6262024-08-24T16:24:05.886Z Downloaded ref-cast v1.0.23
6272024-08-24T16:24:05.886Z Downloaded tokio-tungstenite v0.21.0
6282024-08-24T16:24:05.886Z Downloaded oso v0.27.3
6292024-08-24T16:24:05.910Z Downloaded futures-util v0.3.30
6302024-08-24T16:24:05.910Z Downloaded vcpkg v0.2.15
6312024-08-24T16:24:05.948Z Downloaded unicode_categories v0.1.1
6322024-08-24T16:24:05.971Z Downloaded nix v0.28.0
6332024-08-24T16:24:05.971Z Downloaded nix v0.27.1
6342024-08-24T16:24:05.995Z Downloaded blake3 v1.5.1
6352024-08-24T16:24:05.995Z Downloaded fallible-streaming-iterator v0.1.9
6362024-08-24T16:24:05.995Z Downloaded fallible-iterator v0.2.0
6372024-08-24T16:24:05.995Z Downloaded erased-serde v0.3.31
6382024-08-24T16:24:05.995Z Downloaded env_logger v0.10.2
6392024-08-24T16:24:05.995Z Downloaded env_logger v0.9.3
6402024-08-24T16:24:06.020Z Downloaded serde_repr v0.1.19
6412024-08-24T16:24:06.020Z Downloaded prettyplease v0.2.20
6422024-08-24T16:24:06.020Z Downloaded socket2 v0.4.10
6432024-08-24T16:24:06.020Z Downloaded snafu v0.8.2
6442024-08-24T16:24:06.020Z Downloaded structmeta v0.3.0
6452024-08-24T16:24:06.020Z Downloaded structmeta v0.2.0
6462024-08-24T16:24:06.020Z Downloaded strip-ansi-escapes v0.2.0
6472024-08-24T16:24:06.020Z Downloaded stringprep v0.1.4
6482024-08-24T16:24:06.020Z Downloaded string_cache v0.8.7
6492024-08-24T16:24:06.020Z Downloaded rayon-core v1.12.1
6502024-08-24T16:24:06.044Z Downloaded tracing-core v0.1.32
6512024-08-24T16:24:06.044Z Downloaded x509-cert v0.2.5
6522024-08-24T16:24:06.044Z Downloaded half v2.4.1
6532024-08-24T16:24:06.044Z Downloaded httparse v1.8.0
6542024-08-24T16:24:06.044Z Downloaded unsafe-libyaml v0.2.11
6552024-08-24T16:24:06.044Z Downloaded peg-runtime v0.8.3
6562024-08-24T16:24:06.044Z Downloaded rcgen v0.12.1
6572024-08-24T16:24:06.044Z Downloaded time v0.3.36
6582024-08-24T16:24:06.068Z Downloaded object v0.32.2
6592024-08-24T16:24:06.068Z Downloaded serde_plain v1.0.2
6602024-08-24T16:24:06.068Z Downloaded quick-error v1.2.3
6612024-08-24T16:24:06.068Z Downloaded proc-macro-crate v1.3.1
6622024-08-24T16:24:06.068Z Downloaded predicates-core v1.0.6
6632024-08-24T16:24:06.092Z Downloaded static_assertions v1.1.0
6642024-08-24T16:24:06.092Z Downloaded stable_deref_trait v1.2.0
6652024-08-24T16:24:06.092Z Downloaded test-strategy v0.3.1
6662024-08-24T16:24:06.092Z Downloaded tempfile v3.10.1
6672024-08-24T16:24:06.092Z Downloaded tar v0.4.41
6682024-08-24T16:24:06.092Z Downloaded subprocess v0.2.9
6692024-08-24T16:24:06.092Z Downloaded flume v0.11.0
6702024-08-24T16:24:06.092Z Downloaded snafu-derive v0.8.2
6712024-08-24T16:24:06.093Z Downloaded ena v0.14.3
6722024-08-24T16:24:06.093Z Downloaded tungstenite v0.21.0
6732024-08-24T16:24:06.117Z Downloaded tungstenite v0.20.1
6742024-08-24T16:24:06.117Z Downloaded enum-as-inner v0.6.0
6752024-08-24T16:24:06.117Z Downloaded sqlparser_derive v0.2.2
6762024-08-24T16:24:06.117Z Downloaded diff v0.1.13
6772024-08-24T16:24:06.117Z Downloaded topological-sort v0.2.2
6782024-08-24T16:24:06.117Z Downloaded strum_macros v0.24.3
6792024-08-24T16:24:06.117Z Downloaded structmeta-derive v0.3.0
6802024-08-24T16:24:06.117Z Downloaded structmeta-derive v0.2.0
6812024-08-24T16:24:06.117Z Downloaded schemars v0.8.21
6822024-08-24T16:24:06.140Z Downloaded hickory-resolver v0.24.1
6832024-08-24T16:24:06.140Z Downloaded rustyline v14.0.0
6842024-08-24T16:24:06.141Z Downloaded downcast v0.11.0
6852024-08-24T16:24:06.141Z Downloaded dirs-sys-next v0.1.2
6862024-08-24T16:24:06.164Z Downloaded dirs-next v2.0.0
6872024-08-24T16:24:06.164Z Downloaded zone v0.1.8
6882024-08-24T16:24:06.164Z Downloaded zeroize_derive v1.4.2
6892024-08-24T16:24:06.165Z Downloaded walkdir v2.5.0
6902024-08-24T16:24:06.165Z Downloaded twox-hash v1.6.3
6912024-08-24T16:24:06.165Z Downloaded password-hash v0.5.0
6922024-08-24T16:24:06.165Z Downloaded parking_lot_core v0.9.10
6932024-08-24T16:24:06.165Z Downloaded httpdate v1.0.3
6942024-08-24T16:24:06.165Z Downloaded hashlink v0.9.1
6952024-08-24T16:24:06.165Z Downloaded der v0.7.9
6962024-08-24T16:24:06.165Z Downloaded object v0.30.4
6972024-08-24T16:24:06.189Z Downloaded idna v0.4.0
6982024-08-24T16:24:06.189Z Downloaded parking_lot_core v0.8.6
6992024-08-24T16:24:06.189Z Downloaded parking_lot v0.12.2
7002024-08-24T16:24:06.189Z Downloaded hubpack v0.1.2
7012024-08-24T16:24:06.189Z Downloaded zerocopy v0.6.6
7022024-08-24T16:24:06.212Z Downloaded xattr v1.3.1
7032024-08-24T16:24:06.212Z Downloaded rsa v0.9.6
7042024-08-24T16:24:06.212Z Downloaded tokio-postgres v0.7.11
7052024-08-24T16:24:06.212Z Downloaded openssl v0.10.66
7062024-08-24T16:24:06.236Z Downloaded ref-cast-impl v1.0.23
7072024-08-24T16:24:06.237Z Downloaded heapless v0.8.0
7082024-08-24T16:24:06.237Z Downloaded thiserror-no-std v2.0.2
7092024-08-24T16:24:06.237Z Downloaded term v0.7.0
7102024-08-24T16:24:06.237Z Downloaded strum_macros v0.26.4
7112024-08-24T16:24:06.237Z Downloaded uzers v0.11.3
7122024-08-24T16:24:06.237Z Downloaded idna v0.3.0
7132024-08-24T16:24:06.261Z Downloaded parking_lot v0.11.2
7142024-08-24T16:24:06.261Z Downloaded resolv-conf v0.7.0
7152024-08-24T16:24:06.261Z Downloaded unicode-normalization v0.1.23
7162024-08-24T16:24:06.261Z Downloaded idna v0.5.0
7172024-08-24T16:24:06.261Z Downloaded difflib v0.4.0
7182024-08-24T16:24:06.261Z Downloaded wait-timeout v0.2.0
7192024-08-24T16:24:06.261Z Downloaded tower-service v0.3.2
7202024-08-24T16:24:06.261Z Downloaded toolchain_find v0.4.0
7212024-08-24T16:24:06.285Z Downloaded strum v0.26.3
7222024-08-24T16:24:06.285Z Downloaded owo-colors v4.0.0
7232024-08-24T16:24:06.285Z Downloaded tui-tree-widget v0.22.0
7242024-08-24T16:24:06.285Z Downloaded parse-display-derive v0.10.0
7252024-08-24T16:24:06.285Z Downloaded parse-display v0.10.0
7262024-08-24T16:24:06.285Z Downloaded yasna v0.5.2
7272024-08-24T16:24:06.285Z Downloaded rustc-demangle v0.1.24
7282024-08-24T16:24:06.285Z Downloaded similar v2.6.0
7292024-08-24T16:24:06.285Z Downloaded paste v1.0.15
7302024-08-24T16:24:06.285Z Downloaded packed_struct_codegen v0.10.1
7312024-08-24T16:24:06.285Z Downloaded zeroize v1.7.0
7322024-08-24T16:24:06.285Z Downloaded wyz v0.5.1
7332024-08-24T16:24:06.309Z Downloaded signal-hook v0.3.17
7342024-08-24T16:24:06.309Z Downloaded oso-derive v0.27.3
7352024-08-24T16:24:06.309Z Downloaded http-range v0.1.5
7362024-08-24T16:24:06.309Z Downloaded schemars_derive v0.8.21
7372024-08-24T16:24:06.309Z Downloaded hash32 v0.3.1
7382024-08-24T16:24:06.310Z Downloaded hash32 v0.2.1
7392024-08-24T16:24:06.310Z Downloaded termtree v0.4.1
7402024-08-24T16:24:06.310Z Downloaded termios v0.3.3
7412024-08-24T16:24:06.310Z Downloaded termcolor v1.4.1
7422024-08-24T16:24:06.310Z Downloaded strum_macros v0.25.3
7432024-08-24T16:24:06.310Z Downloaded portable-atomic v1.6.0
7442024-08-24T16:24:06.310Z Downloaded crossterm v0.27.0
7452024-08-24T16:24:06.334Z Downloaded whoami v1.5.1
7462024-08-24T16:24:06.334Z Downloaded which v4.4.2
7472024-08-24T16:24:06.334Z Downloaded want v0.3.1
7482024-08-24T16:24:06.334Z Downloaded scheduled-thread-pool v0.2.7
7492024-08-24T16:24:06.334Z Downloaded salsa20 v0.10.2
7502024-08-24T16:24:06.334Z Downloaded rustc_version v0.1.7
7512024-08-24T16:24:06.334Z Downloaded rustc-hash v1.1.0
7522024-08-24T16:24:06.334Z Downloaded rtoolbox v0.0.2
7532024-08-24T16:24:06.334Z Downloaded tinyvec v1.6.0
7542024-08-24T16:24:06.334Z Downloaded thiserror-impl-no-std v2.0.2
7552024-08-24T16:24:06.334Z Downloaded hmac v0.12.1
7562024-08-24T16:24:06.358Z Downloaded hex v0.4.3
7572024-08-24T16:24:06.358Z Downloaded unicode-segmentation v1.11.0
7582024-08-24T16:24:06.358Z Downloaded derive_more v0.99.18
7592024-08-24T16:24:06.358Z Downloaded derive_builder_core v0.20.0
7602024-08-24T16:24:06.358Z Downloaded derive-where v1.2.7
7612024-08-24T16:24:06.358Z Downloaded darling_core v0.20.9
7622024-08-24T16:24:06.358Z Downloaded radium v0.7.0
7632024-08-24T16:24:06.382Z Downloaded r2d2 v0.8.10
7642024-08-24T16:24:06.382Z Downloaded lalrpop v0.19.12
7652024-08-24T16:24:06.382Z Downloaded time-macros v0.2.18
7662024-08-24T16:24:06.382Z Downloaded rustls-pemfile v2.1.3
7672024-08-24T16:24:06.382Z Downloaded float-cmp v0.9.0
7682024-08-24T16:24:06.382Z Downloaded flagset v0.4.5
7692024-08-24T16:24:06.406Z Downloaded fixedbitset v0.4.2
7702024-08-24T16:24:06.406Z Downloaded unicode-bidi v0.3.15
7712024-08-24T16:24:06.406Z Downloaded serde_yaml v0.9.34+deprecated
7722024-08-24T16:24:06.406Z Downloaded samael v0.0.15
7732024-08-24T16:24:06.406Z Downloaded const_format v0.2.32
7742024-08-24T16:24:06.406Z Downloaded cc v1.0.97
7752024-08-24T16:24:06.406Z Downloaded tls_codec_derive v0.4.1
7762024-08-24T16:24:06.431Z Downloaded tls_codec v0.4.1
7772024-08-24T16:24:06.431Z Downloaded tinyvec_macros v0.1.1
7782024-08-24T16:24:06.431Z Downloaded tiny-keccak v2.0.2
7792024-08-24T16:24:06.431Z Downloaded thread_local v1.1.8
7802024-08-24T16:24:06.431Z Downloaded rusty-fork v0.3.0
7812024-08-24T16:24:06.431Z Downloaded rustversion v1.0.17
7822024-08-24T16:24:06.431Z Downloaded rustls-pki-types v1.7.0
7832024-08-24T16:24:06.431Z Downloaded rustls-pemfile v1.0.4
7842024-08-24T16:24:06.431Z Downloaded rustfmt-wrapper v0.2.1
7852024-08-24T16:24:06.431Z Downloaded rustc_version v0.4.0
7862024-08-24T16:24:06.431Z Downloaded vsss-rs v3.3.4
7872024-08-24T16:24:06.431Z Downloaded vergen v8.3.2
7882024-08-24T16:24:06.456Z Downloaded siphasher v0.3.11
7892024-08-24T16:24:06.456Z Downloaded signal-hook-tokio v0.3.1
7902024-08-24T16:24:06.456Z Downloaded signal-hook-mio v0.2.4
7912024-08-24T16:24:06.456Z Downloaded derive_builder v0.20.0
7922024-08-24T16:24:06.456Z Downloaded der_derive v0.7.2
7932024-08-24T16:24:06.456Z Downloaded chacha20poly1305 v0.10.1
7942024-08-24T16:24:06.456Z Downloaded base64 v0.21.7
7952024-08-24T16:24:06.456Z Downloaded aes v0.8.4
7962024-08-24T16:24:06.456Z Downloaded rand_seeder v0.3.0
7972024-08-24T16:24:06.480Z Downloaded rand_core v0.6.4
7982024-08-24T16:24:06.480Z Downloaded rand_chacha v0.3.1
7992024-08-24T16:24:06.480Z Downloaded vte v0.11.1
8002024-08-24T16:24:06.480Z Downloaded signature v2.2.0
8012024-08-24T16:24:06.480Z Downloaded signal-hook-registry v1.4.2
8022024-08-24T16:24:06.480Z Downloaded hyper v0.14.30
8032024-08-24T16:24:06.480Z Downloaded getrandom v0.2.14
8042024-08-24T16:24:06.480Z Downloaded foreign-types v0.3.2
8052024-08-24T16:24:06.480Z Downloaded float-ord v0.3.2
8062024-08-24T16:24:06.480Z Downloaded slog v2.7.0
8072024-08-24T16:24:06.504Z Downloaded postcard v1.0.8
8082024-08-24T16:24:06.504Z Downloaded http v1.1.0
8092024-08-24T16:24:06.504Z Downloaded http v0.2.12
8102024-08-24T16:24:06.504Z Downloaded hostname v0.4.0
8112024-08-24T16:24:06.504Z Downloaded hostname v0.3.1
8122024-08-24T16:24:06.504Z Downloaded home v0.5.9
8132024-08-24T16:24:06.504Z Downloaded tokio-stream v0.1.15
8142024-08-24T16:24:06.528Z Downloaded tokio-rustls v0.25.0
8152024-08-24T16:24:06.528Z Downloaded tokio-rustls v0.24.1
8162024-08-24T16:24:06.528Z Downloaded tokio-macros v2.3.0
8172024-08-24T16:24:06.528Z Downloaded spin v0.9.8
8182024-08-24T16:24:06.528Z Downloaded slog-term v2.9.1
8192024-08-24T16:24:06.528Z Downloaded shell-words v1.1.0
8202024-08-24T16:24:06.528Z Downloaded crossbeam-channel v0.5.12
8212024-08-24T16:24:06.528Z Downloaded gethostname v0.5.0
8222024-08-24T16:24:06.528Z Downloaded fxhash v0.2.1
8232024-08-24T16:24:06.528Z Downloaded futures-task v0.3.30
8242024-08-24T16:24:06.528Z Downloaded futures-sink v0.3.30
8252024-08-24T16:24:06.528Z Downloaded futures-macro v0.3.30
8262024-08-24T16:24:06.528Z Downloaded foreign-types v0.5.0
8272024-08-24T16:24:06.552Z Downloaded vte_generate_state_changes v0.1.1
8282024-08-24T16:24:06.552Z Downloaded unicode-xid v0.2.4
8292024-08-24T16:24:06.552Z Downloaded unicode-truncate v1.0.0
8302024-08-24T16:24:06.552Z Downloaded unicode-linebreak v0.1.5
8312024-08-24T16:24:06.552Z Downloaded sigpipe v0.1.3
8322024-08-24T16:24:06.553Z Downloaded pin-project v1.1.5
8332024-08-24T16:24:06.553Z Downloaded form_urlencoded v1.2.1
8342024-08-24T16:24:06.553Z Downloaded deranged v0.3.11
8352024-08-24T16:24:06.553Z Downloaded defmt-parser v0.3.4
8362024-08-24T16:24:06.553Z Downloaded crc-any v2.5.0
8372024-08-24T16:24:06.577Z Downloaded blake2 v0.10.6
8382024-08-24T16:24:06.577Z Downloaded backtrace v0.3.71
8392024-08-24T16:24:06.577Z Downloaded unicase v2.7.0
8402024-08-24T16:24:06.577Z Downloaded unarray v0.1.4
8412024-08-24T16:24:06.577Z Downloaded smallvec v1.13.2
8422024-08-24T16:24:06.577Z Downloaded smallvec v0.6.14
8432024-08-24T16:24:06.577Z Downloaded slog-envlogger v2.2.0
8442024-08-24T16:24:06.577Z Downloaded slog-bunyan v2.5.0
8452024-08-24T16:24:06.577Z Downloaded postgres-types v0.2.7
8462024-08-24T16:24:06.577Z Downloaded pkcs5 v0.7.1
8472024-08-24T16:24:06.601Z Downloaded pkcs1 v0.7.5
8482024-08-24T16:24:06.601Z Downloaded libxml v0.3.3
8492024-08-24T16:24:06.601Z Downloaded cookie v0.17.0
8502024-08-24T16:24:06.601Z Downloaded slog-dtrace v0.3.0
8512024-08-24T16:24:06.601Z Downloaded poly1305 v0.8.0
8522024-08-24T16:24:06.601Z Downloaded pkcs8 v0.10.2
8532024-08-24T16:24:06.601Z Downloaded pin-project-lite v0.2.14
8542024-08-24T16:24:06.625Z Downloaded pem-rfc7468 v0.7.0
8552024-08-24T16:24:06.625Z Downloaded diesel_derives v2.2.2
8562024-08-24T16:24:06.625Z Downloaded universal-hash v0.5.1
8572024-08-24T16:24:06.625Z Downloaded nom v7.1.3
8582024-08-24T16:24:06.625Z Downloaded libm v0.2.8
8592024-08-24T16:24:06.649Z Downloaded itertools v0.13.0
8602024-08-24T16:24:06.649Z Downloaded itertools v0.12.1
8612024-08-24T16:24:06.649Z Downloaded defmt v0.3.8
8622024-08-24T16:24:06.649Z Downloaded csv-core v0.1.11
8632024-08-24T16:24:06.649Z Downloaded crossbeam-utils v0.8.19
8642024-08-24T16:24:06.673Z Downloaded crc32fast v1.4.0
8652024-08-24T16:24:06.673Z Downloaded clang-sys v1.7.0
8662024-08-24T16:24:06.673Z Downloaded slog-async v2.8.0
8672024-08-24T16:24:06.673Z Downloaded slab v0.4.9
8682024-08-24T16:24:06.673Z Downloaded powerfmt v0.2.0
8692024-08-24T16:24:06.674Z Downloaded postgres-protocol v0.6.7
8702024-08-24T16:24:06.674Z Downloaded pin-project-internal v1.1.5
8712024-08-24T16:24:06.674Z Downloaded foreign-types-shared v0.3.1
8722024-08-24T16:24:06.674Z Downloaded foreign-types-shared v0.1.1
8732024-08-24T16:24:06.674Z Downloaded tokio-native-tls v0.3.1
8742024-08-24T16:24:06.674Z Downloaded tabwriter v1.4.0
8752024-08-24T16:24:06.674Z Downloaded subtle v2.5.0
8762024-08-24T16:24:06.674Z Downloaded spin v0.5.2
8772024-08-24T16:24:06.674Z Downloaded sha1 v0.10.6
8782024-08-24T16:24:06.674Z Downloaded semver v0.1.20
8792024-08-24T16:24:06.674Z Downloaded sec1 v0.7.3
8802024-08-24T16:24:06.698Z Downloaded num-bigint-dig v0.8.4
8812024-08-24T16:24:06.698Z Downloaded ppv-lite86 v0.2.17
8822024-08-24T16:24:06.698Z Downloaded portpicker v0.1.1
8832024-08-24T16:24:06.698Z Downloaded pkg-config v0.3.30
8842024-08-24T16:24:06.698Z Downloaded pin-utils v0.1.0
8852024-08-24T16:24:06.698Z Downloaded http-body v0.4.6
8862024-08-24T16:24:06.698Z Downloaded futures v0.3.30
8872024-08-24T16:24:06.698Z Downloaded derive_builder_macro v0.20.0
8882024-08-24T16:24:06.698Z Downloaded url v2.5.2
8892024-08-24T16:24:06.722Z Downloaded untrusted v0.9.0
8902024-08-24T16:24:06.722Z Downloaded untrusted v0.7.1
8912024-08-24T16:24:06.722Z Downloaded tap v1.0.1
8922024-08-24T16:24:06.722Z Downloaded supports-color v3.0.0
8932024-08-24T16:24:06.722Z Downloaded spki v0.7.3
8942024-08-24T16:24:06.722Z Downloaded itertools v0.10.5
8952024-08-24T16:24:06.722Z Downloaded data-encoding v2.6.0
8962024-08-24T16:24:06.722Z Downloaded crypto-bigint v0.5.5
8972024-08-24T16:24:06.746Z Downloaded crossbeam-deque v0.8.5
8982024-08-24T16:24:06.746Z Downloaded cookie v0.18.1
8992024-08-24T16:24:06.746Z Downloaded console v0.15.8
9002024-08-24T16:24:06.746Z Downloaded cancel-safe-futures v0.1.5
9012024-08-24T16:24:06.746Z Downloaded bzip2 v0.4.4
9022024-08-24T16:24:06.746Z Downloaded phf_shared v0.10.0
9032024-08-24T16:24:06.746Z Downloaded phf v0.11.2
9042024-08-24T16:24:06.746Z Downloaded percent-encoding v2.3.1
9052024-08-24T16:24:06.746Z Downloaded futures-executor v0.3.30
9062024-08-24T16:24:06.746Z Downloaded futures-core v0.3.30
9072024-08-24T16:24:06.746Z Downloaded futures-channel v0.3.30
9082024-08-24T16:24:06.746Z Downloaded funty v2.0.0
9092024-08-24T16:24:06.746Z Downloaded fragile v2.0.0
9102024-08-24T16:24:06.770Z Downloaded uuid v1.10.0
9112024-08-24T16:24:06.770Z Downloaded mockall_derive v0.13.0
9122024-08-24T16:24:06.770Z Downloaded mio v1.0.2
9132024-08-24T16:24:06.771Z Downloaded take_mut v0.2.2
9142024-08-24T16:24:06.771Z Downloaded sync_wrapper v0.1.2
9152024-08-24T16:24:06.771Z Downloaded mio v0.8.11
9162024-08-24T16:24:06.771Z Downloaded miniz_oxide v0.7.2
9172024-08-24T16:24:06.771Z Downloaded minimal-lexical v0.2.1
9182024-08-24T16:24:06.795Z Downloaded cookie_store v0.20.0
9192024-08-24T16:24:06.795Z Downloaded base64 v0.22.1
9202024-08-24T16:24:06.795Z Downloaded tokio-tungstenite v0.20.1
9212024-08-24T16:24:06.795Z Downloaded sqlformat v0.2.4
9222024-08-24T16:24:06.795Z Downloaded slog-stdlog v4.1.1
9232024-08-24T16:24:06.795Z Downloaded slog-scope v4.4.0
9242024-08-24T16:24:06.795Z Downloaded secrecy v0.8.0
9252024-08-24T16:24:06.795Z Downloaded num_enum v0.5.11
9262024-08-24T16:24:06.819Z Downloaded num-traits v0.2.19
9272024-08-24T16:24:06.819Z Downloaded num-complex v0.4.6
9282024-08-24T16:24:06.819Z Downloaded normalize-line-endings v0.3.0
9292024-08-24T16:24:06.819Z Downloaded native-tls v0.2.11
9302024-08-24T16:24:06.819Z Downloaded multimap v0.10.0
9312024-08-24T16:24:06.819Z Downloaded mime_guess v2.0.4
9322024-08-24T16:24:06.819Z Downloaded lock_api v0.4.12
9332024-08-24T16:24:06.819Z Downloaded indent_write v2.2.0
9342024-08-24T16:24:06.819Z Downloaded curve25519-dalek-derive v0.1.1
9352024-08-24T16:24:06.819Z Downloaded compact_str v0.8.0
9362024-08-24T16:24:06.819Z Downloaded ciborium v0.2.2
9372024-08-24T16:24:06.819Z Downloaded bitflags v1.3.2
9382024-08-24T16:24:06.844Z Downloaded omicron-zone-package v0.11.0
9392024-08-24T16:24:06.844Z Downloaded olpc-cjson v0.1.3
9402024-08-24T16:24:06.844Z Downloaded num_threads v0.1.7
9412024-08-24T16:24:06.844Z Downloaded num-rational v0.4.2
9422024-08-24T16:24:06.844Z Downloaded num-iter v0.1.45
9432024-08-24T16:24:06.844Z Downloaded num-derive v0.4.2
9442024-08-24T16:24:06.844Z Downloaded newtype_derive v0.1.6
9452024-08-24T16:24:06.844Z Downloaded newline-converter v0.3.0
9462024-08-24T16:24:06.844Z Downloaded managed v0.8.0
9472024-08-24T16:24:06.844Z Downloaded linear-map v1.2.0
9482024-08-24T16:24:06.844Z Downloaded indicatif v0.17.8
9492024-08-24T16:24:06.844Z Downloaded indexmap v1.9.3
9502024-08-24T16:24:06.868Z Downloaded iana-time-zone v0.1.60
9512024-08-24T16:24:06.868Z Downloaded arc-swap v1.7.1
9522024-08-24T16:24:06.868Z Downloaded openssl-macros v0.1.1
9532024-08-24T16:24:06.868Z Downloaded num v0.4.3
9542024-08-24T16:24:06.868Z Downloaded multer v3.1.0
9552024-08-24T16:24:06.868Z Downloaded mime v0.3.17
9562024-08-24T16:24:06.868Z Downloaded memoffset v0.9.1
9572024-08-24T16:24:06.868Z Downloaded memmap2 v0.9.4
9582024-08-24T16:24:06.868Z Downloaded md-5 v0.10.6
9592024-08-24T16:24:06.868Z Downloaded match_cfg v0.1.0
9602024-08-24T16:24:06.868Z Downloaded maplit v1.0.2
9612024-08-24T16:24:06.892Z Downloaded lru v0.12.3
9622024-08-24T16:24:06.892Z Downloaded hyper-rustls v0.24.2
9632024-08-24T16:24:06.892Z Downloaded crunchy v0.2.2
9642024-08-24T16:24:06.892Z Downloaded constant_time_eq v0.3.0
9652024-08-24T16:24:06.892Z Downloaded const-oid v0.9.6
9662024-08-24T16:24:06.892Z Downloaded colored v2.1.0
9672024-08-24T16:24:06.892Z Downloaded camino-tempfile v1.1.1
9682024-08-24T16:24:06.892Z Downloaded bytes v1.7.1
9692024-08-24T16:24:06.892Z Downloaded allocator-api2 v0.2.18
9702024-08-24T16:24:06.917Z Downloaded nu-ansi-term v0.50.0
9712024-08-24T16:24:06.917Z Downloaded nodrop v0.1.14
9722024-08-24T16:24:06.917Z Downloaded nibble_vec v0.1.0
9732024-08-24T16:24:06.917Z Downloaded nanorand v0.7.0
9742024-08-24T16:24:06.917Z Downloaded mockall v0.13.0
9752024-08-24T16:24:06.917Z Downloaded maybe-uninit v2.0.0
9762024-08-24T16:24:06.917Z Downloaded lru-cache v0.1.2
9772024-08-24T16:24:06.917Z Downloaded linked-hash-map v0.5.6
9782024-08-24T16:24:06.917Z Downloaded libsw v3.3.1
9792024-08-24T16:24:06.917Z Downloaded libloading v0.8.3
9802024-08-24T16:24:06.917Z Downloaded lazycell v1.3.0
9812024-08-24T16:24:06.917Z Downloaded lalrpop-util v0.19.12
9822024-08-24T16:24:06.917Z Downloaded kstat-rs v0.2.4
9832024-08-24T16:24:06.917Z Downloaded jobserver v0.1.32
9842024-08-24T16:24:06.941Z Downloaded ipnetwork v0.20.0
9852024-08-24T16:24:06.941Z Downloaded ipnet v2.9.0
9862024-08-24T16:24:06.941Z Downloaded instability v0.3.2
9872024-08-24T16:24:06.941Z Downloaded inout v0.1.3
9882024-08-24T16:24:06.941Z Downloaded indoc v1.0.9
9892024-08-24T16:24:06.941Z Downloaded hyper-tls v0.5.0
9902024-08-24T16:24:06.941Z Downloaded hyper-staticfile v0.9.5
9912024-08-24T16:24:06.941Z Downloaded humantime v2.1.0
9922024-08-24T16:24:06.941Z Downloaded defmt-macros v0.3.9
9932024-08-24T16:24:06.941Z Downloaded num_enum_derive v0.5.11
9942024-08-24T16:24:06.941Z Downloaded num_cpus v1.16.0
9952024-08-24T16:24:06.965Z Downloaded newtype-uuid v1.1.0
9962024-08-24T16:24:06.965Z Downloaded ciborium-ll v0.2.2
9972024-08-24T16:24:06.965Z Downloaded castaway v0.2.3
9982024-08-24T16:24:06.965Z Downloaded buf-list v1.0.3
9992024-08-24T16:24:06.965Z Downloaded block-padding v0.3.3
10002024-08-24T16:24:06.965Z Downloaded number_prefix v0.4.0
10012024-08-24T16:24:06.965Z Downloaded libefi-sys v0.1.0
10022024-08-24T16:24:06.965Z Downloaded lazy_static v1.5.0
10032024-08-24T16:24:06.965Z Downloaded keccak v0.1.5
10042024-08-24T16:24:06.965Z Downloaded is_ci v1.2.0
10052024-08-24T16:24:06.965Z Downloaded impl-trait-for-tuples v0.2.2
10062024-08-24T16:24:06.965Z Downloaded debug-ignore v1.0.5
10072024-08-24T16:24:06.965Z Downloaded cstr-argument v0.1.2
10082024-08-24T16:24:06.989Z Downloaded crossbeam-epoch v0.9.18
10092024-08-24T16:24:06.989Z Downloaded instant v0.1.12
10102024-08-24T16:24:06.989Z Downloaded hubpack_derive v0.1.1
10112024-08-24T16:24:06.989Z Downloaded darling v0.20.9
10122024-08-24T16:24:06.989Z Downloaded cfg_aliases v0.1.1
10132024-08-24T16:24:06.989Z Downloaded bitstruct_derive v0.1.0
10142024-08-24T16:24:06.989Z Downloaded bcs v0.1.6
10152024-08-24T16:24:06.989Z Downloaded base64ct v1.6.0
10162024-08-24T16:24:06.989Z Downloaded base64 v0.13.1
10172024-08-24T16:24:06.989Z Downloaded backoff v0.4.0
10182024-08-24T16:24:07.014Z Downloaded async-trait v0.1.81
10192024-08-24T16:24:07.014Z Downloaded ascii v1.1.0
10202024-08-24T16:24:07.014Z Downloaded new_debug_unreachable v1.0.6
10212024-08-24T16:24:07.014Z Downloaded is-terminal v0.4.12
10222024-08-24T16:24:07.014Z Downloaded crc-catalog v2.4.0
10232024-08-24T16:24:07.014Z Downloaded crc v3.2.1
10242024-08-24T16:24:07.014Z Downloaded cexpr v0.6.0
10252024-08-24T16:24:07.014Z Downloaded base16ct v0.2.0
10262024-08-24T16:24:07.014Z Downloaded ahash v0.8.11
10272024-08-24T16:24:07.014Z Downloaded bitfield v0.14.0
10282024-08-24T16:24:07.014Z Downloaded bit-set v0.5.3
10292024-08-24T16:24:07.014Z Downloaded async-stream v0.3.5
10302024-08-24T16:24:07.038Z Downloaded assert_matches v1.5.0
10312024-08-24T16:24:07.038Z Downloaded arrayvec v0.7.4
10322024-08-24T16:24:07.038Z Downloaded arrayref v0.3.7
10332024-08-24T16:24:07.038Z Downloaded addr2line v0.21.0
10342024-08-24T16:24:07.038Z Downloaded cobs v0.2.3
10352024-08-24T16:24:07.038Z Downloaded cipher v0.4.4
10362024-08-24T16:24:07.038Z Downloaded chacha20 v0.9.1
10372024-08-24T16:24:07.038Z Downloaded cbc v0.1.2
10382024-08-24T16:24:07.038Z Downloaded cassowary v0.3.0
10392024-08-24T16:24:07.038Z Downloaded bit-vec v0.6.3
10402024-08-24T16:24:07.038Z Downloaded bb8 v0.8.5
10412024-08-24T16:24:07.038Z Downloaded atomic-waker v1.1.2
10422024-08-24T16:24:07.038Z Downloaded array-init v0.0.4
10432024-08-24T16:24:07.038Z Downloaded atomicwrites v0.4.3
10442024-08-24T16:24:07.038Z Downloaded ascii-canvas v3.0.0
10452024-08-24T16:24:07.038Z Downloaded bitstruct v0.1.1
10462024-08-24T16:24:07.038Z Downloaded argon2 v0.5.3
10472024-08-24T16:24:07.063Z Downloaded aead v0.5.2
10482024-08-24T16:24:07.063Z Downloaded adler v1.0.2
10492024-08-24T16:24:07.063Z Downloaded crucible-workspace-hack v0.1.0
10502024-08-24T16:24:07.063Z Downloaded async-recursion v1.1.1
10512024-08-24T16:24:07.063Z Downloaded async-stream-impl v0.3.5
10522024-08-24T16:24:07.155Z Compiling cfg-if v1.0.0
10532024-08-24T16:24:07.155Z Compiling serde v1.0.208
10542024-08-24T16:24:07.180Z Compiling typenum v1.17.0
10552024-08-24T16:24:07.180Z Compiling lock_api v0.4.12
10562024-08-24T16:24:07.180Z Compiling generic-array v0.14.7
10572024-08-24T16:24:07.180Z Compiling syn v2.0.74
10582024-08-24T16:24:07.180Z Compiling scopeguard v1.2.0
10592024-08-24T16:24:07.204Z Compiling log v0.4.21
10602024-08-24T16:24:07.319Z Compiling getrandom v0.2.14
10612024-08-24T16:24:07.368Z Compiling jobserver v0.1.32
10622024-08-24T16:24:07.579Z Compiling rand_core v0.6.4
10632024-08-24T16:24:07.676Z Compiling subtle v2.5.0
10642024-08-24T16:24:07.760Z Compiling cc v1.0.97
10652024-08-24T16:24:07.784Z Compiling const-oid v0.9.6
10662024-08-24T16:24:07.986Z Compiling smallvec v1.13.2
10672024-08-24T16:24:08.057Z Compiling pin-project-lite v0.2.14
10682024-08-24T16:24:08.081Z Compiling parking_lot_core v0.9.10
10692024-08-24T16:24:08.180Z Compiling signal-hook-registry v1.4.2
10702024-08-24T16:24:08.204Z Compiling spin v0.9.8
10712024-08-24T16:24:08.348Z Compiling mio v0.8.11
10722024-08-24T16:24:08.560Z Compiling ahash v0.8.11
10732024-08-24T16:24:08.855Z Compiling parking_lot v0.12.2
10742024-08-24T16:24:08.879Z Compiling tinyvec_macros v0.1.1
10752024-08-24T16:24:08.960Z Compiling tinyvec v1.6.0
10762024-08-24T16:24:09.458Z Compiling socket2 v0.5.7
10772024-08-24T16:24:09.637Z Compiling num_cpus v1.16.0
10782024-08-24T16:24:09.752Z Compiling libm v0.2.8
10792024-08-24T16:24:09.780Z Compiling futures-core v0.3.30
10802024-08-24T16:24:09.804Z Compiling serde_json v1.0.125
10812024-08-24T16:24:09.967Z Compiling cpufeatures v0.2.12
10822024-08-24T16:24:10.005Z Compiling num-traits v0.2.19
10832024-08-24T16:24:10.082Z Compiling slab v0.4.9
10842024-08-24T16:24:10.123Z Compiling futures-sink v0.3.30
10852024-08-24T16:24:10.148Z Compiling unicode-bidi v0.3.15
10862024-08-24T16:24:10.267Z Compiling allocator-api2 v0.2.18
10872024-08-24T16:24:10.489Z Compiling unicode-normalization v0.1.23
10882024-08-24T16:24:10.567Z Compiling futures-channel v0.3.30
10892024-08-24T16:24:10.751Z Compiling pin-utils v0.1.0
10902024-08-24T16:24:10.988Z Compiling pkg-config v0.3.30
10912024-08-24T16:24:11.020Z Compiling vcpkg v0.2.15
10922024-08-24T16:24:11.067Z Compiling futures-task v0.3.30
10932024-08-24T16:24:11.522Z Compiling futures-io v0.3.30
10942024-08-24T16:24:11.600Z Compiling base64ct v1.6.0
10952024-08-24T16:24:11.624Z Compiling percent-encoding v2.3.1
10962024-08-24T16:24:11.775Z Compiling ring v0.17.8
10972024-08-24T16:24:11.855Z Compiling ppv-lite86 v0.2.17
10982024-08-24T16:24:12.016Z Compiling flagset v0.4.5
10992024-08-24T16:24:12.237Z Compiling pem-rfc7468 v0.7.0
11002024-08-24T16:24:12.269Z Compiling tracing-core v0.1.32
11012024-08-24T16:24:12.610Z Compiling untrusted v0.9.0
11022024-08-24T16:24:12.687Z Compiling rand_chacha v0.3.1
11032024-08-24T16:24:12.794Z Compiling rustix v0.38.34
11042024-08-24T16:24:12.975Z Compiling openssl v0.10.66
11052024-08-24T16:24:13.233Z Compiling openssl-sys v0.9.103
11062024-08-24T16:24:13.382Z Compiling rand v0.8.5
11072024-08-24T16:24:13.406Z Compiling time-core v0.1.2
11082024-08-24T16:24:13.574Z Compiling foreign-types-shared v0.1.1
11092024-08-24T16:24:13.622Z Compiling num-conv v0.1.0
11102024-08-24T16:24:13.649Z Compiling rustversion v1.0.17
11112024-08-24T16:24:13.686Z Compiling powerfmt v0.2.0
11122024-08-24T16:24:13.884Z Compiling httparse v1.8.0
11132024-08-24T16:24:14.064Z Compiling deranged v0.3.11
11142024-08-24T16:24:14.403Z Compiling time-macros v0.2.18
11152024-08-24T16:24:14.427Z Compiling foreign-types v0.3.2
11162024-08-24T16:24:14.517Z Compiling form_urlencoded v1.2.1
11172024-08-24T16:24:14.643Z Compiling aho-corasick v1.1.3
11182024-08-24T16:24:14.820Z Compiling native-tls v0.2.11
11192024-08-24T16:24:15.117Z Compiling crossbeam-utils v0.8.19
11202024-08-24T16:24:15.189Z Compiling rustls v0.21.12
11212024-08-24T16:24:15.427Z Compiling syn v1.0.109
11222024-08-24T16:24:15.451Z Compiling siphasher v0.3.11
11232024-08-24T16:24:15.656Z Compiling num_threads v0.1.7
11242024-08-24T16:24:15.702Z Compiling regex-syntax v0.8.4
11252024-08-24T16:24:15.780Z Compiling try-lock v0.2.5
11262024-08-24T16:24:15.921Z Compiling want v0.3.1
11272024-08-24T16:24:16.177Z Compiling idna v0.5.0
11282024-08-24T16:24:16.630Z Compiling socket2 v0.4.10
11292024-08-24T16:24:17.111Z Compiling cookie v0.17.0
11302024-08-24T16:24:17.161Z Compiling time v0.3.36
11312024-08-24T16:24:17.389Z Compiling finl_unicode v1.2.0
11322024-08-24T16:24:17.468Z Compiling httpdate v1.0.3
11332024-08-24T16:24:17.540Z Compiling openssl-probe v0.1.5
11342024-08-24T16:24:17.856Z Compiling adler v1.0.2
11352024-08-24T16:24:17.881Z Compiling iana-time-zone v0.1.60
11362024-08-24T16:24:17.906Z Compiling tower-service v0.3.2
11372024-08-24T16:24:18.042Z Compiling slog v2.7.0
11382024-08-24T16:24:18.067Z Compiling miniz_oxide v0.7.2
11392024-08-24T16:24:18.294Z Compiling stringprep v0.1.4
11402024-08-24T16:24:18.628Z Compiling url v2.5.2
11412024-08-24T16:24:19.243Z Compiling regex-automata v0.4.6
11422024-08-24T16:24:20.164Z Compiling serde_derive v1.0.208
11432024-08-24T16:24:20.278Z Compiling zeroize_derive v1.4.2
11442024-08-24T16:24:20.550Z Compiling zerocopy-derive v0.7.34
11452024-08-24T16:24:21.280Z Compiling tokio-macros v2.3.0
11462024-08-24T16:24:21.356Z Compiling thiserror-impl v1.0.63
11472024-08-24T16:24:21.637Z Compiling zeroize v1.7.0
11482024-08-24T16:24:21.671Z Compiling futures-macro v0.3.30
11492024-08-24T16:24:22.472Z Compiling zerocopy v0.7.34
11502024-08-24T16:24:22.693Z Compiling der_derive v0.7.2
11512024-08-24T16:24:23.184Z Compiling crypto-common v0.1.6
11522024-08-24T16:24:23.382Z Compiling block-buffer v0.10.4
11532024-08-24T16:24:23.406Z Compiling block-padding v0.3.3
11542024-08-24T16:24:23.624Z Compiling digest v0.10.7
11552024-08-24T16:24:23.647Z Compiling inout v0.1.3
11562024-08-24T16:24:23.907Z Compiling cipher v0.4.4
11572024-08-24T16:24:24.105Z Compiling hmac v0.12.1
11582024-08-24T16:24:24.214Z Compiling thiserror v1.0.63
11592024-08-24T16:24:24.338Z Compiling sha2 v0.10.8
11602024-08-24T16:24:24.362Z Compiling futures-util v0.3.30
11612024-08-24T16:24:24.416Z Compiling hashbrown v0.14.5
11622024-08-24T16:24:24.471Z Compiling pest v2.7.10
11632024-08-24T16:24:24.840Z Compiling der v0.7.9
11642024-08-24T16:24:25.610Z Compiling salsa20 v0.10.2
11652024-08-24T16:24:25.812Z Compiling pbkdf2 v0.12.2
11662024-08-24T16:24:25.963Z Compiling scroll_derive v0.12.0
11672024-08-24T16:24:27.001Z Compiling pest_meta v2.7.10
11682024-08-24T16:24:27.098Z Compiling tracing-attributes v0.1.27
11692024-08-24T16:24:27.362Z Compiling scroll v0.12.0
11702024-08-24T16:24:27.916Z Compiling spki v0.7.3
11712024-08-24T16:24:28.017Z Compiling scrypt v0.11.0
11722024-08-24T16:24:28.297Z Compiling pest_generator v2.7.10
11732024-08-24T16:24:28.587Z Compiling aes v0.8.4
11742024-08-24T16:24:29.907Z Compiling cbc v0.1.2
11752024-08-24T16:24:30.048Z Compiling goblin v0.8.2
11762024-08-24T16:24:30.127Z Compiling pkcs5 v0.7.1
11772024-08-24T16:24:30.550Z Compiling tracing v0.1.40
11782024-08-24T16:24:30.622Z Compiling openssl-macros v0.1.1
11792024-08-24T16:24:30.825Z Compiling pkcs8 v0.10.2
11802024-08-24T16:24:31.020Z Compiling sct v0.7.1
11812024-08-24T16:24:31.212Z Compiling rustls-webpki v0.101.7
11822024-08-24T16:24:31.270Z Compiling md-5 v0.10.6
11832024-08-24T16:24:31.319Z Compiling num-integer v0.1.46
11842024-08-24T16:24:31.458Z Compiling backtrace v0.3.71
11852024-08-24T16:24:31.521Z Compiling idna v0.3.0
11862024-08-24T16:24:31.558Z Compiling lazy_static v1.5.0
11872024-08-24T16:24:31.582Z Compiling pest_derive v2.7.10
11882024-08-24T16:24:31.680Z Compiling hash32 v0.2.1
11892024-08-24T16:24:31.901Z Compiling signal-hook v0.3.17
11902024-08-24T16:24:32.063Z Compiling crc32fast v1.4.0
11912024-08-24T16:24:32.175Z Compiling num-bigint-dig v0.8.4
11922024-08-24T16:24:32.338Z Compiling bytes v1.7.1
11932024-08-24T16:24:32.448Z Compiling bitflags v2.6.0
11942024-08-24T16:24:32.664Z Compiling indexmap v2.4.0
11952024-08-24T16:24:32.849Z Compiling semver v1.0.23
11962024-08-24T16:24:33.491Z Compiling tokio v1.38.1
11972024-08-24T16:24:33.539Z Compiling http v0.2.12
11982024-08-24T16:24:33.900Z Compiling rustc_version v0.4.0
11992024-08-24T16:24:34.638Z Compiling heapless v0.7.17
12002024-08-24T16:24:35.001Z Compiling http-body v0.4.6
12012024-08-24T16:24:35.284Z Compiling dof v0.3.0
12022024-08-24T16:24:35.408Z Compiling dtrace-parser v0.2.0
12032024-08-24T16:24:35.543Z Compiling uuid v1.10.0
12042024-08-24T16:24:35.862Z Compiling serde_tokenstream v0.2.2
12052024-08-24T16:24:36.433Z Compiling usdt-impl v0.5.0
12062024-08-24T16:24:36.754Z Compiling serde_spanned v0.6.7
12072024-08-24T16:24:36.989Z Compiling toml_datetime v0.6.8
12082024-08-24T16:24:37.206Z Compiling chrono v0.4.38
12092024-08-24T16:24:37.268Z Compiling base64 v0.22.1
12102024-08-24T16:24:37.492Z Compiling psl-types v2.0.11
12112024-08-24T16:24:37.679Z Compiling cfg_aliases v0.1.1
12122024-08-24T16:24:37.778Z Compiling fallible-iterator v0.2.0
12132024-08-24T16:24:37.893Z Compiling gimli v0.28.1
12142024-08-24T16:24:37.967Z Compiling smoltcp v0.9.1
12152024-08-24T16:24:38.609Z Compiling stable_deref_trait v1.2.0
12162024-08-24T16:24:39.033Z Compiling postgres-protocol v0.6.7
12172024-08-24T16:24:39.074Z Compiling nix v0.28.0
12182024-08-24T16:24:39.780Z Compiling publicsuffix v2.2.3
12192024-08-24T16:24:39.805Z Compiling terminal_size v0.3.0
12202024-08-24T16:24:39.997Z Compiling num-iter v0.1.45
12212024-08-24T16:24:40.021Z Compiling hubpack_derive v0.1.1
12222024-08-24T16:24:40.046Z Compiling zerocopy-derive v0.6.6
12232024-08-24T16:24:40.187Z Compiling async-trait v0.1.81
12242024-08-24T16:24:40.487Z Compiling phf_shared v0.11.2
12252024-08-24T16:24:40.813Z Compiling tokio-util v0.7.11
12262024-08-24T16:24:40.837Z Compiling tokio-rustls v0.24.1
12272024-08-24T16:24:41.204Z Compiling tokio-native-tls v0.3.1
12282024-08-24T16:24:41.228Z Compiling serde_derive_internals v0.29.1
12292024-08-24T16:24:41.251Z Compiling ff v0.13.0
12302024-08-24T16:24:41.445Z Compiling object v0.32.2
12312024-08-24T16:24:41.469Z Compiling fs-err v2.11.0
12322024-08-24T16:24:41.745Z Compiling h2 v0.3.26
12332024-08-24T16:24:41.968Z Compiling addr2line v0.21.0
12342024-08-24T16:24:42.091Z Compiling bitflags v1.3.2
12352024-08-24T16:24:42.205Z Compiling ipnet v2.9.0
12362024-08-24T16:24:42.229Z Compiling winnow v0.5.40
12372024-08-24T16:24:42.590Z Compiling managed v0.8.0
12382024-08-24T16:24:42.615Z Compiling schemars v0.8.21
12392024-08-24T16:24:42.932Z Compiling rustc-demangle v0.1.24
12402024-08-24T16:24:42.995Z Compiling either v1.13.0
12412024-08-24T16:24:43.273Z Compiling base64 v0.21.7
12422024-08-24T16:24:43.374Z Compiling base16ct v0.2.0
12432024-08-24T16:24:43.661Z Compiling anyhow v1.0.86
12442024-08-24T16:24:43.685Z Compiling clap_builder v4.5.15
12452024-08-24T16:24:43.798Z Compiling rustls-pemfile v1.0.4
12462024-08-24T16:24:43.928Z Compiling schemars_derive v0.8.21
12472024-08-24T16:24:44.251Z Compiling sec1 v0.7.3
12482024-08-24T16:24:44.803Z Compiling zerocopy v0.6.6
12492024-08-24T16:24:45.524Z Compiling toml_edit v0.19.15
12502024-08-24T16:24:45.734Z Compiling group v0.13.0
12512024-08-24T16:24:46.030Z Compiling hubpack v0.1.2
12522024-08-24T16:24:46.253Z Compiling phf v0.11.2
12532024-08-24T16:24:46.435Z Compiling cookie_store v0.20.0
12542024-08-24T16:24:47.796Z Compiling hyper v0.14.30
12552024-08-24T16:24:47.822Z Compiling postgres-types v0.2.7
12562024-08-24T16:24:47.855Z Compiling usdt-macro v0.5.0
12572024-08-24T16:24:49.129Z Compiling usdt-attr-macro v0.5.0
12582024-08-24T16:24:49.152Z Compiling serde_urlencoded v0.7.1
12592024-08-24T16:24:49.644Z Compiling pkcs1 v0.7.5
12602024-08-24T16:24:50.400Z Compiling futures-executor v0.3.30
12612024-08-24T16:24:50.493Z Compiling hkdf v0.12.4
12622024-08-24T16:24:50.526Z Compiling signature v2.2.0
12632024-08-24T16:24:50.728Z Compiling regex v1.10.6
12642024-08-24T16:24:50.796Z Compiling bstr v1.9.1
12652024-08-24T16:24:50.913Z Compiling crypto-bigint v0.5.5
12662024-08-24T16:24:50.937Z Compiling strum_macros v0.25.3
12672024-08-24T16:24:51.659Z Compiling clap_derive v4.5.13
12682024-08-24T16:24:51.691Z Compiling enum-as-inner v0.6.0
12692024-08-24T16:24:52.408Z Compiling serde_repr v0.1.19
12702024-08-24T16:24:52.454Z Compiling phf_shared v0.10.0
12712024-08-24T16:24:52.664Z Compiling float-cmp v0.9.0
12722024-08-24T16:24:52.805Z Compiling idna v0.4.0
12732024-08-24T16:24:52.871Z Compiling mio v1.0.2
12742024-08-24T16:24:53.427Z Compiling encoding_rs v0.8.34
12752024-08-24T16:24:53.934Z Compiling hyper-tls v0.5.0
12762024-08-24T16:24:54.154Z Compiling hyper-rustls v0.24.2
12772024-08-24T16:24:54.291Z Compiling normalize-line-endings v0.3.0
12782024-08-24T16:24:54.401Z Compiling minimal-lexical v0.2.1
12792024-08-24T16:24:54.464Z Compiling whoami v1.5.1
12802024-08-24T16:24:54.488Z Compiling bit-vec v0.6.3
12812024-08-24T16:24:54.867Z Compiling predicates-core v1.0.6
12822024-08-24T16:24:54.895Z Compiling static_assertions v1.1.0
12832024-08-24T16:24:54.999Z Compiling dyn-clone v1.0.17
12842024-08-24T16:24:55.064Z Compiling precomputed-hash v0.1.1
12852024-08-24T16:24:55.173Z Compiling difflib v0.4.0
12862024-08-24T16:24:55.197Z Compiling unicode-segmentation v1.11.0
12872024-08-24T16:24:55.197Z Compiling webpki-roots v0.25.4
12882024-08-24T16:24:55.376Z Compiling fixedbitset v0.4.2
12892024-08-24T16:24:55.789Z Compiling data-encoding v2.6.0
12902024-08-24T16:24:55.813Z Compiling mime v0.3.17
12912024-08-24T16:24:55.898Z Compiling sync_wrapper v0.1.2
12922024-08-24T16:24:55.994Z Compiling new_debug_unreachable v1.0.6
12932024-08-24T16:24:56.026Z Compiling clap v4.5.16
12942024-08-24T16:24:56.091Z Compiling string_cache v0.8.7
12952024-08-24T16:24:56.148Z Compiling reqwest v0.11.27
12962024-08-24T16:24:56.353Z Compiling similar v2.6.0
12972024-08-24T16:24:56.493Z Compiling hickory-proto v0.24.1
12982024-08-24T16:24:56.518Z Compiling petgraph v0.6.5
12992024-08-24T16:24:56.544Z Compiling predicates v3.1.2
13002024-08-24T16:24:57.001Z Compiling console v0.15.8
13012024-08-24T16:24:58.060Z Compiling toml_edit v0.22.20
13022024-08-24T16:24:58.284Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13032024-08-24T16:24:58.439Z Compiling bit-set v0.5.3
13042024-08-24T16:24:58.508Z Compiling tokio-postgres v0.7.11
13052024-08-24T16:24:58.694Z Compiling nom v7.1.3
13062024-08-24T16:24:59.963Z Compiling usdt v0.5.0
13072024-08-24T16:25:00.410Z Compiling elliptic-curve v0.13.8
13082024-08-24T16:25:00.969Z Compiling signal-hook-mio v0.2.4
13092024-08-24T16:25:01.145Z Compiling rsa v0.9.6
13102024-08-24T16:25:01.145Z Compiling futures v0.3.30
13112024-08-24T16:25:01.279Z Compiling toml v0.7.8
13122024-08-24T16:25:02.759Z Compiling flate2 v1.0.31
13132024-08-24T16:25:03.438Z Compiling itertools v0.12.1
13142024-08-24T16:25:03.582Z Compiling itertools v0.10.5
13152024-08-24T16:25:03.898Z Compiling tokio-stream v0.1.15
13162024-08-24T16:25:04.709Z Compiling openapiv3 v2.0.0
13172024-08-24T16:25:05.040Z Compiling hex v0.4.3
13182024-08-24T16:25:05.137Z Compiling sha1 v0.10.6
13192024-08-24T16:25:05.492Z Compiling crossbeam-epoch v0.9.18
13202024-08-24T16:25:05.563Z Compiling dirs-sys-next v0.1.2
13212024-08-24T16:25:05.878Z Compiling lalrpop-util v0.19.12
13222024-08-24T16:25:05.958Z Compiling peg-runtime v0.8.3
13232024-08-24T16:25:06.077Z Compiling unicode-xid v0.2.4
13242024-08-24T16:25:06.135Z Compiling dirs-next v2.0.0
13252024-08-24T16:25:06.159Z Compiling thread_local v1.1.8
13262024-08-24T16:25:06.206Z Compiling slog-async v2.8.0
13272024-08-24T16:25:06.245Z Compiling xattr v1.3.1
13282024-08-24T16:25:06.326Z Compiling term v0.7.0
13292024-08-24T16:25:06.500Z Compiling strum_macros v0.26.4
13302024-08-24T16:25:06.553Z Compiling crossbeam-channel v0.5.12
13312024-08-24T16:25:06.650Z Compiling filetime v0.2.24
13322024-08-24T16:25:06.760Z Compiling is-terminal v0.4.12
13332024-08-24T16:25:06.884Z Compiling take_mut v0.2.2
13342024-08-24T16:25:06.941Z Compiling slog-term v2.9.1
13352024-08-24T16:25:07.042Z Compiling tar v0.4.41
13362024-08-24T16:25:07.672Z Compiling camino v1.1.9
13372024-08-24T16:25:08.537Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13382024-08-24T16:25:09.704Z Compiling strum v0.26.3
13392024-08-24T16:25:09.830Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13402024-08-24T16:25:16.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
13412024-08-24T16:25:16.911Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13422024-08-24T16:25:16.975ZAug 24 16:25:16.546 INFO Starting download, target: Clickhouse
13432024-08-24T16:25:16.975ZAug 24 16:25:16.546 INFO Starting download, target: Cockroach
13442024-08-24T16:25:16.975ZAug 24 16:25:16.546 INFO Starting download, target: Console
13452024-08-24T16:25:16.976ZAug 24 16:25:16.546 INFO Starting download, target: DendriteOpenapi
13462024-08-24T16:25:16.976ZAug 24 16:25:16.546 INFO Starting download, target: MaghemiteMgd
13472024-08-24T16:25:16.976ZAug 24 16:25:16.546 INFO Starting download, target: DendriteStub
13482024-08-24T16:25:16.999ZAug 24 16:25:16.546 INFO Starting download, target: TransceiverControl
13492024-08-24T16:25:16.999ZAug 24 16:25:16.548 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13502024-08-24T16:25:17.000ZAug 24 16:25:16.548 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13512024-08-24T16:25:17.000ZAug 24 16:25:16.548 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13522024-08-24T16:25:17.000ZAug 24 16:25:16.548 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13532024-08-24T16:25:17.000ZAug 24 16:25:16.549 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13542024-08-24T16:25:17.000ZAug 24 16:25:16.549 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13552024-08-24T16:25:17.000ZAug 24 16:25:16.549 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13562024-08-24T16:25:17.377ZAug 24 16:25:16.925 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13572024-08-24T16:25:17.448ZAug 24 16:25:17.018 INFO Download complete, target: DendriteOpenapi
13582024-08-24T16:25:17.697ZAug 24 16:25:17.264 INFO Download complete, target: Console
13592024-08-24T16:25:17.958ZAug 24 16:25:17.527 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13602024-08-24T16:25:18.673ZAug 24 16:25:18.243 INFO Download complete, target: TransceiverControl
13612024-08-24T16:25:18.944ZAug 24 16:25:18.514 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13622024-08-24T16:25:19.169ZAug 24 16:25:18.739 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13632024-08-24T16:25:22.264ZAug 24 16:25:21.826 INFO Download complete, target: DendriteStub
13642024-08-24T16:25:23.192ZAug 24 16:25:22.762 INFO Download complete, target: MaghemiteMgd
13652024-08-24T16:25:27.208ZAug 24 16:25:26.777 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13662024-08-24T16:25:27.208ZAug 24 16:25:26.778 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13672024-08-24T16:25:36.020ZAug 24 16:25:35.590 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13682024-08-24T16:25:36.877ZAug 24 16:25:36.447 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13692024-08-24T16:25:37.370ZAug 24 16:25:36.941 INFO Checking that binary works, target: Cockroach
13702024-08-24T16:25:37.609ZAug 24 16:25:37.170 INFO Download complete, target: Cockroach
13712024-08-24T16:25:52.400ZAug 24 16:25:51.970 INFO Checking that binary works, target: Clickhouse
13722024-08-24T16:25:52.578ZAug 24 16:25:52.148 INFO Download complete, target: Clickhouse
13732024-08-24T16:25:52.603ZAll builder prerequisites installed successfully, and PATH looks valid
13742024-08-24T16:25:52.627Z
13752024-08-24T16:25:52.628Zreal 4:03.155987349
13762024-08-24T16:25:52.628Zuser 10:19.370776137
13772024-08-24T16:25:52.628Zsys 2:25.679882600
13782024-08-24T16:25:52.628Ztrap 0.352108694
13792024-08-24T16:25:52.628Ztflt 0.675037109
13802024-08-24T16:25:52.628Zdflt 1.621426380
13812024-08-24T16:25:52.628Zkflt 0.011007558
13822024-08-24T16:25:52.628Zlock 26:46.432808850
13832024-08-24T16:25:52.628Zslp 39:26.090139495
13842024-08-24T16:25:52.628Zlat 46.356189491
13852024-08-24T16:25:52.628Zstop 1:44.590381229
13862024-08-24T16:25:52.628Z+ banner hack-check
13872024-08-24T16:25:52.628Z
13882024-08-24T16:25:52.628Z # # ## #### # # #### # # ###### #### # #
13892024-08-24T16:25:52.628Z # # # # # # # # # # # # # # # # #
13902024-08-24T16:25:52.628Z ###### # # # #### ##### # ###### ##### # ####
13912024-08-24T16:25:52.628Z # # ###### # # # # # # # # # #
13922024-08-24T16:25:52.628Z # # # # # # # # # # # # # # # # #
13932024-08-24T16:25:52.628Z # # # # #### # # #### # # ###### #### # #
13942024-08-24T16:25:52.628Z
13952024-08-24T16:25:52.628Z+ export CARGO_INCREMENTAL=0
13962024-08-24T16:25:52.628Z+ CARGO_INCREMENTAL=0
13972024-08-24T16:25:52.628Z+ ptime -m timeout 2h cargo xtask check-features --ci
13982024-08-24T16:25:53.418Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13992024-08-24T16:25:57.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
14002024-08-24T16:25:58.023Z Running `target/debug/xtask check-features --ci`
14012024-08-24T16:25:58.048Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14022024-08-24T16:25:58.048Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14032024-08-24T16:25:58.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
14042024-08-24T16:25:58.720Z Running `target/debug/xtask download cargo-hack`
14052024-08-24T16:25:59.752Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14062024-08-24T16:26:00.086Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14072024-08-24T16:26:06.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.37s
14082024-08-24T16:26:06.230Z Running `target/debug/xtask-downloader cargo-hack`
14092024-08-24T16:26:06.277ZAug 24 16:26:05.847 INFO Starting download, target: CargoHack
14102024-08-24T16:26:06.301ZAug 24 16:26:05.849 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14112024-08-24T16:26:06.912ZAug 24 16:26:06.483 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14122024-08-24T16:26:07.033ZAug 24 16:26:06.603 INFO Download complete, target: CargoHack
14132024-08-24T16:26:07.057Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14142024-08-24T16:26:07.081Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14152024-08-24T16:26:07.254Zinfo: running `cargo check --bins` on api_identity (1/154)
14162024-08-24T16:26:07.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14172024-08-24T16:26:07.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14182024-08-24T16:26:07.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14192024-08-24T16:26:07.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
14202024-08-24T16:26:08.020Z
14212024-08-24T16:26:08.020Zinfo: running `cargo check --bins` on bootstore (2/154)
14222024-08-24T16:26:08.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14232024-08-24T16:26:08.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14242024-08-24T16:26:08.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14252024-08-24T16:26:08.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
14262024-08-24T16:26:08.859Z
14272024-08-24T16:26:08.859Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/154)
14282024-08-24T16:26:09.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14292024-08-24T16:26:09.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14302024-08-24T16:26:09.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14312024-08-24T16:26:09.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
14322024-08-24T16:26:09.677Z
14332024-08-24T16:26:09.677Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/154)
14342024-08-24T16:26:10.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14352024-08-24T16:26:10.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14362024-08-24T16:26:10.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14372024-08-24T16:26:10.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
14382024-08-24T16:26:10.496Z
14392024-08-24T16:26:10.496Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/154)
14402024-08-24T16:26:11.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14412024-08-24T16:26:11.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14422024-08-24T16:26:11.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14432024-08-24T16:26:11.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14442024-08-24T16:26:11.115Z
14452024-08-24T16:26:11.115Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/154)
14462024-08-24T16:26:11.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14472024-08-24T16:26:11.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14482024-08-24T16:26:11.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14492024-08-24T16:26:11.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14502024-08-24T16:26:11.755Z
14512024-08-24T16:26:11.755Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/154)
14522024-08-24T16:26:12.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14532024-08-24T16:26:12.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14542024-08-24T16:26:12.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14552024-08-24T16:26:12.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14562024-08-24T16:26:12.371Z
14572024-08-24T16:26:12.371Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/154)
14582024-08-24T16:26:12.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14592024-08-24T16:26:12.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14602024-08-24T16:26:12.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14612024-08-24T16:26:12.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14622024-08-24T16:26:12.997Z
14632024-08-24T16:26:12.997Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/154)
14642024-08-24T16:26:13.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14652024-08-24T16:26:13.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14662024-08-24T16:26:13.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14672024-08-24T16:26:13.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14682024-08-24T16:26:13.611Z
14692024-08-24T16:26:13.611Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/154)
14702024-08-24T16:26:14.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14712024-08-24T16:26:14.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14722024-08-24T16:26:14.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14732024-08-24T16:26:14.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14742024-08-24T16:26:14.230Z
14752024-08-24T16:26:14.230Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/154)
14762024-08-24T16:26:14.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14772024-08-24T16:26:14.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14782024-08-24T16:26:14.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14792024-08-24T16:26:14.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14802024-08-24T16:26:14.847Z
14812024-08-24T16:26:14.847Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/154)
14822024-08-24T16:26:15.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14832024-08-24T16:26:15.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14842024-08-24T16:26:15.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14852024-08-24T16:26:15.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14862024-08-24T16:26:15.472Z
14872024-08-24T16:26:15.473Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/154)
14882024-08-24T16:26:16.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14892024-08-24T16:26:16.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14902024-08-24T16:26:16.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14912024-08-24T16:26:16.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14922024-08-24T16:26:16.114Z
14932024-08-24T16:26:16.114Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/154)
14942024-08-24T16:26:16.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14952024-08-24T16:26:16.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14962024-08-24T16:26:16.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14972024-08-24T16:26:16.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14982024-08-24T16:26:16.758Z
14992024-08-24T16:26:16.758Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/154)
15002024-08-24T16:26:17.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15012024-08-24T16:26:17.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15022024-08-24T16:26:17.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15032024-08-24T16:26:17.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15042024-08-24T16:26:17.377Z
15052024-08-24T16:26:17.377Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/154)
15062024-08-24T16:26:17.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15072024-08-24T16:26:17.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15082024-08-24T16:26:17.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15092024-08-24T16:26:17.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15102024-08-24T16:26:17.972Z
15112024-08-24T16:26:17.972Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/154)
15122024-08-24T16:26:18.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15132024-08-24T16:26:18.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15142024-08-24T16:26:18.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15152024-08-24T16:26:18.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15162024-08-24T16:26:18.588Z
15172024-08-24T16:26:18.588Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/154)
15182024-08-24T16:26:19.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15192024-08-24T16:26:19.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15202024-08-24T16:26:19.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15212024-08-24T16:26:19.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15222024-08-24T16:26:19.210Z
15232024-08-24T16:26:19.210Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/154)
15242024-08-24T16:26:19.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15252024-08-24T16:26:19.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15262024-08-24T16:26:19.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15272024-08-24T16:26:19.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15282024-08-24T16:26:19.830Z
15292024-08-24T16:26:19.830Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/154)
15302024-08-24T16:26:20.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-08-24T16:26:20.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-08-24T16:26:20.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-08-24T16:26:20.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15342024-08-24T16:26:20.420Z
15352024-08-24T16:26:20.420Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/154)
15362024-08-24T16:26:20.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-08-24T16:26:21.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-08-24T16:26:21.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-08-24T16:26:21.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15402024-08-24T16:26:21.037Z
15412024-08-24T16:26:21.037Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/154)
15422024-08-24T16:26:21.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-08-24T16:26:21.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-08-24T16:26:21.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15452024-08-24T16:26:21.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15462024-08-24T16:26:21.679Z
15472024-08-24T16:26:21.679Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/154)
15482024-08-24T16:26:22.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15492024-08-24T16:26:22.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15502024-08-24T16:26:22.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15512024-08-24T16:26:22.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15522024-08-24T16:26:22.326Z
15532024-08-24T16:26:22.326Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/154)
15542024-08-24T16:26:22.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15552024-08-24T16:26:22.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15562024-08-24T16:26:22.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15572024-08-24T16:26:22.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15582024-08-24T16:26:22.959Z
15592024-08-24T16:26:22.959Zinfo: running `cargo check --bins` on sled-hardware-types (25/154)
15602024-08-24T16:26:23.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15612024-08-24T16:26:23.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15622024-08-24T16:26:23.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15632024-08-24T16:26:23.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
15642024-08-24T16:26:23.808Z
15652024-08-24T16:26:23.808Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/154)
15662024-08-24T16:26:24.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15672024-08-24T16:26:24.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15682024-08-24T16:26:24.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15692024-08-24T16:26:24.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
15702024-08-24T16:26:24.660Z
15712024-08-24T16:26:24.660Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/154)
15722024-08-24T16:26:25.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15732024-08-24T16:26:25.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15742024-08-24T16:26:25.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15752024-08-24T16:26:25.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
15762024-08-24T16:26:25.502Z
15772024-08-24T16:26:25.502Zinfo: running `cargo check --bins` on oxlog (28/154)
15782024-08-24T16:26:26.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15792024-08-24T16:26:26.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15802024-08-24T16:26:26.328Z Checking cfg-if v1.0.0
15812024-08-24T16:26:26.352Z Checking libc v0.2.156
15822024-08-24T16:26:26.352Z Checking memchr v2.7.2
15832024-08-24T16:26:26.377Z Checking serde v1.0.208
15842024-08-24T16:26:26.401Z Checking zeroize v1.7.0
15852024-08-24T16:26:26.425Z Checking typenum v1.17.0
15862024-08-24T16:26:26.425Z Checking scopeguard v1.2.0
15872024-08-24T16:26:26.425Z Checking byteorder v1.5.0
15882024-08-24T16:26:26.455Z Checking log v0.4.21
15892024-08-24T16:26:26.561Z Checking lock_api v0.4.12
15902024-08-24T16:26:26.662Z Checking subtle v2.5.0
15912024-08-24T16:26:26.726Z Checking const-oid v0.9.6
15922024-08-24T16:26:26.809Z Checking once_cell v1.19.0
15932024-08-24T16:26:26.901Z Checking itoa v1.0.11
15942024-08-24T16:26:26.933Z Checking smallvec v1.13.2
15952024-08-24T16:26:27.080Z Checking pin-project-lite v0.2.14
15962024-08-24T16:26:27.104Z Checking zerocopy v0.7.34
15972024-08-24T16:26:27.153Z Checking spin v0.9.8
15982024-08-24T16:26:27.196Z Checking tinyvec_macros v0.1.1
15992024-08-24T16:26:27.243Z Checking futures-core v0.3.30
16002024-08-24T16:26:27.282Z Checking tinyvec v1.6.0
16012024-08-24T16:26:27.332Z Checking getrandom v0.2.14
16022024-08-24T16:26:27.396Z Checking signal-hook-registry v1.4.2
16032024-08-24T16:26:27.453Z Checking generic-array v0.14.7
16042024-08-24T16:26:27.477Z Checking parking_lot_core v0.9.10
16052024-08-24T16:26:27.555Z Checking rand_core v0.6.4
16062024-08-24T16:26:27.611Z Checking mio v0.8.11
16072024-08-24T16:26:27.747Z Checking parking_lot v0.12.2
16082024-08-24T16:26:27.818Z Checking num_cpus v1.16.0
16092024-08-24T16:26:27.922Z Checking socket2 v0.5.7
16102024-08-24T16:26:28.044Z Checking cpufeatures v0.2.12
16112024-08-24T16:26:28.075Z Checking allocator-api2 v0.2.18
16122024-08-24T16:26:28.135Z Checking unicode-bidi v0.3.15
16132024-08-24T16:26:28.160Z Checking futures-sink v0.3.30
16142024-08-24T16:26:28.295Z Checking libm v0.2.8
16152024-08-24T16:26:28.319Z Checking ahash v0.8.11
16162024-08-24T16:26:28.345Z Checking equivalent v1.0.1
16172024-08-24T16:26:28.395Z Checking crypto-common v0.1.6
16182024-08-24T16:26:28.419Z Checking block-buffer v0.10.4
16192024-08-24T16:26:28.449Z Checking unicode-normalization v0.1.23
16202024-08-24T16:26:28.550Z Checking block-padding v0.3.3
16212024-08-24T16:26:28.611Z Checking digest v0.10.7
16222024-08-24T16:26:28.635Z Checking ryu v1.0.18
16232024-08-24T16:26:28.664Z Checking futures-channel v0.3.30
16242024-08-24T16:26:28.737Z Checking inout v0.1.3
16252024-08-24T16:26:28.775Z Checking hashbrown v0.14.5
16262024-08-24T16:26:28.828Z Checking slab v0.4.9
16272024-08-24T16:26:28.922Z Checking hmac v0.12.1
16282024-08-24T16:26:28.947Z Checking cipher v0.4.4
16292024-08-24T16:26:28.988Z Checking sha2 v0.10.8
16302024-08-24T16:26:29.073Z Checking num-traits v0.2.19
16312024-08-24T16:26:29.096Z Checking futures-task v0.3.30
16322024-08-24T16:26:29.139Z Checking futures-io v0.3.30
16332024-08-24T16:26:29.203Z Checking pin-utils v0.1.0
16342024-08-24T16:26:29.291Z Checking base64ct v1.6.0
16352024-08-24T16:26:29.315Z Checking ppv-lite86 v0.2.17
16362024-08-24T16:26:29.339Z Checking futures-util v0.3.30
16372024-08-24T16:26:29.363Z Checking percent-encoding v2.3.1
16382024-08-24T16:26:29.461Z Checking flagset v0.4.5
16392024-08-24T16:26:29.536Z Checking salsa20 v0.10.2
16402024-08-24T16:26:29.637Z Checking pbkdf2 v0.12.2
16412024-08-24T16:26:29.680Z Checking pem-rfc7468 v0.7.0
16422024-08-24T16:26:29.731Z Checking tracing-core v0.1.32
16432024-08-24T16:26:29.788Z Checking fnv v1.0.7
16442024-08-24T16:26:29.830Z Checking untrusted v0.9.0
16452024-08-24T16:26:29.902Z Checking rand_chacha v0.3.1
16462024-08-24T16:26:29.926Z Checking scrypt v0.11.0
16472024-08-24T16:26:29.949Z Checking der v0.7.9
16482024-08-24T16:26:29.976Z Checking ring v0.17.8
16492024-08-24T16:26:30.124Z Checking cbc v0.1.2
16502024-08-24T16:26:30.235Z Checking rand v0.8.5
16512024-08-24T16:26:30.309Z Checking aes v0.8.4
16522024-08-24T16:26:30.333Z Checking tracing v0.1.40
16532024-08-24T16:26:30.511Z Checking thiserror v1.0.63
16542024-08-24T16:26:30.631Z Checking foreign-types-shared v0.1.1
16552024-08-24T16:26:30.662Z Checking form_urlencoded v1.2.1
16562024-08-24T16:26:30.686Z Checking bytes v1.7.1
16572024-08-24T16:26:30.734Z Checking bitflags v2.6.0
16582024-08-24T16:26:30.847Z Checking indexmap v2.4.0
16592024-08-24T16:26:31.007Z Checking serde_json v1.0.125
16602024-08-24T16:26:31.077Z Checking foreign-types v0.3.2
16612024-08-24T16:26:31.161Z Checking openssl-sys v0.9.103
16622024-08-24T16:26:31.298Z Checking aho-corasick v1.1.3
16632024-08-24T16:26:31.377Z Checking tokio v1.38.1
16642024-08-24T16:26:31.554Z Checking http v0.2.12
16652024-08-24T16:26:31.578Z Checking spki v0.7.3
16662024-08-24T16:26:31.861Z Checking pkcs5 v0.7.1
16672024-08-24T16:26:31.946Z Checking try-lock v0.2.5
16682024-08-24T16:26:32.076Z Checking siphasher v0.3.11
16692024-08-24T16:26:32.293Z Checking powerfmt v0.2.0
16702024-08-24T16:26:32.348Z Checking regex-syntax v0.8.4
16712024-08-24T16:26:32.386Z Checking unicode-ident v1.0.12
16722024-08-24T16:26:32.554Z Checking proc-macro2 v1.0.86
16732024-08-24T16:26:32.578Z Checking deranged v0.3.11
16742024-08-24T16:26:32.578Z Checking pkcs8 v0.10.2
16752024-08-24T16:26:32.843Z Checking openssl v0.10.66
16762024-08-24T16:26:32.867Z Checking http-body v0.4.6
16772024-08-24T16:26:32.898Z Checking want v0.3.1
16782024-08-24T16:26:33.080Z Checking sct v0.7.1
16792024-08-24T16:26:33.185Z Checking rustls-webpki v0.101.7
16802024-08-24T16:26:33.241Z Checking uuid v1.10.0
16812024-08-24T16:26:33.273Z Checking idna v0.5.0
16822024-08-24T16:26:33.788Z Checking httparse v1.8.0
16832024-08-24T16:26:33.862Z Checking socket2 v0.4.10
16842024-08-24T16:26:33.886Z Checking errno v0.3.9
16852024-08-24T16:26:33.954Z Checking scroll v0.12.0
16862024-08-24T16:26:34.066Z Checking utf8parse v0.2.1
16872024-08-24T16:26:34.173Z Checking time-core v0.1.2
16882024-08-24T16:26:34.197Z Checking plain v0.2.3
16892024-08-24T16:26:34.221Z Checking openssl-probe v0.1.5
16902024-08-24T16:26:34.286Z Checking iana-time-zone v0.1.60
16912024-08-24T16:26:34.323Z Checking httpdate v1.0.3
16922024-08-24T16:26:34.347Z Checking anstyle v1.0.8
16932024-08-24T16:26:34.370Z Checking tower-service v0.3.2
16942024-08-24T16:26:34.397Z Checking adler v1.0.2
16952024-08-24T16:26:34.421Z Checking num_threads v0.1.7
16962024-08-24T16:26:34.473Z Checking ucd-trie v0.1.6
16972024-08-24T16:26:34.524Z Checking finl_unicode v1.2.0
16982024-08-24T16:26:34.548Z Checking num-conv v0.1.0
16992024-08-24T16:26:34.548Z Checking miniz_oxide v0.7.2
17002024-08-24T16:26:34.646Z Checking pest v2.7.10
17012024-08-24T16:26:34.670Z Checking chrono v0.4.38
17022024-08-24T16:26:34.767Z Checking time v0.3.36
17032024-08-24T16:26:35.008Z Checking stringprep v0.1.4
17042024-08-24T16:26:35.180Z Checking regex-automata v0.4.6
17052024-08-24T16:26:35.203Z Checking goblin v0.8.2
17062024-08-24T16:26:35.238Z Checking anstyle-parse v0.2.4
17072024-08-24T16:26:35.477Z Checking rustix v0.38.34
17082024-08-24T16:26:36.425Z Checking url v2.5.2
17092024-08-24T16:26:36.673Z Checking rustls v0.21.12
17102024-08-24T16:26:36.884Z Checking quote v1.0.36
17112024-08-24T16:26:37.125Z Checking serde_spanned v0.6.7
17122024-08-24T16:26:37.185Z Checking toml_datetime v0.6.8
17132024-08-24T16:26:37.234Z Checking num-integer v0.1.46
17142024-08-24T16:26:37.289Z Checking idna v0.3.0
17152024-08-24T16:26:37.436Z Checking md-5 v0.10.6
17162024-08-24T16:26:37.587Z Checking native-tls v0.2.11
17172024-08-24T16:26:37.618Z Checking lazy_static v1.5.0
17182024-08-24T16:26:37.653Z Checking hash32 v0.2.1
17192024-08-24T16:26:37.730Z Checking stable_deref_trait v1.2.0
17202024-08-24T16:26:37.760Z Checking tokio-util v0.7.11
17212024-08-24T16:26:37.822Z Checking gimli v0.28.1
17222024-08-24T16:26:37.868Z Checking base64 v0.22.1
17232024-08-24T16:26:37.929Z Checking is_terminal_polyfill v1.70.0
17242024-08-24T16:26:37.953Z Checking anstyle-query v1.0.3
17252024-08-24T16:26:38.039Z Checking colorchoice v1.0.1
17262024-08-24T16:26:38.063Z Checking fallible-iterator v0.2.0
17272024-08-24T16:26:38.159Z Checking psl-types v2.0.11
17282024-08-24T16:26:38.285Z Checking pretty-hex v0.4.1
17292024-08-24T16:26:38.329Z Checking publicsuffix v2.2.3
17302024-08-24T16:26:38.439Z Checking anstream v0.6.14
17312024-08-24T16:26:38.511Z Checking h2 v0.3.26
17322024-08-24T16:26:38.540Z Checking heapless v0.7.17
17332024-08-24T16:26:38.586Z Checking postgres-protocol v0.6.7
17342024-08-24T16:26:38.753Z Checking tokio-native-tls v0.3.1
17352024-08-24T16:26:38.982Z Checking num-iter v0.1.45
17362024-08-24T16:26:39.006Z Checking terminal_size v0.3.0
17372024-08-24T16:26:39.165Z Checking syn v2.0.74
17382024-08-24T16:26:39.189Z Checking cookie v0.17.0
17392024-08-24T16:26:39.189Z Checking dtrace-parser v0.2.0
17402024-08-24T16:26:39.435Z Checking tokio-rustls v0.24.1
17412024-08-24T16:26:39.467Z Checking phf_shared v0.11.2
17422024-08-24T16:26:39.564Z Checking ff v0.13.0
17432024-08-24T16:26:39.590Z Checking dof v0.3.0
17442024-08-24T16:26:39.614Z Checking thread-id v4.2.1
17452024-08-24T16:26:39.711Z Checking object v0.32.2
17462024-08-24T16:26:39.735Z Checking rustc-demangle v0.1.24
17472024-08-24T16:26:39.758Z Checking ipnet v2.9.0
17482024-08-24T16:26:39.783Z Checking clap_lex v0.7.0
17492024-08-24T16:26:39.987Z Checking either v1.13.0
17502024-08-24T16:26:40.085Z Checking winnow v0.5.40
17512024-08-24T16:26:40.109Z Checking bitflags v1.3.2
17522024-08-24T16:26:40.160Z Checking base64 v0.21.7
17532024-08-24T16:26:40.198Z Checking strsim v0.11.1
17542024-08-24T16:26:40.320Z Checking managed v0.8.0
17552024-08-24T16:26:40.453Z Checking base16ct v0.2.0
17562024-08-24T16:26:40.570Z Checking rustls-pemfile v1.0.4
17572024-08-24T16:26:40.628Z Checking sec1 v0.7.3
17582024-08-24T16:26:40.651Z Checking smoltcp v0.9.1
17592024-08-24T16:26:40.740Z Checking clap_builder v4.5.15
17602024-08-24T16:26:40.964Z Checking group v0.13.0
17612024-08-24T16:26:41.044Z Checking addr2line v0.21.0
17622024-08-24T16:26:41.183Z Checking phf v0.11.2
17632024-08-24T16:26:41.418Z Checking cookie_store v0.20.0
17642024-08-24T16:26:41.475Z Checking num-bigint-dig v0.8.4
17652024-08-24T16:26:41.917Z Checking postgres-types v0.2.7
17662024-08-24T16:26:42.000Z Checking regex v1.10.6
17672024-08-24T16:26:42.526Z Checking bstr v1.9.1
17682024-08-24T16:26:42.550Z Checking futures-executor v0.3.30
17692024-08-24T16:26:42.658Z Checking toml_edit v0.19.15
17702024-08-24T16:26:42.741Z Checking pkcs1 v0.7.5
17712024-08-24T16:26:43.081Z Checking phf_shared v0.10.0
17722024-08-24T16:26:43.325Z Checking serde_urlencoded v0.7.1
17732024-08-24T16:26:43.349Z Checking hubpack v0.1.2
17742024-08-24T16:26:43.383Z Checking zerocopy v0.6.6
17752024-08-24T16:26:43.409Z Checking float-cmp v0.9.0
17762024-08-24T16:26:43.577Z Checking signal-hook v0.3.17
17772024-08-24T16:26:43.626Z Checking crossbeam-utils v0.8.19
17782024-08-24T16:26:43.692Z Checking crc32fast v1.4.0
17792024-08-24T16:26:43.823Z Checking hyper v0.14.30
17802024-08-24T16:26:43.882Z Checking idna v0.4.0
17812024-08-24T16:26:43.906Z Checking hkdf v0.12.4
17822024-08-24T16:26:44.042Z Checking signature v2.2.0
17832024-08-24T16:26:44.119Z Checking crypto-bigint v0.5.5
17842024-08-24T16:26:44.232Z Checking mio v1.0.2
17852024-08-24T16:26:44.256Z Checking memmap v0.7.0
17862024-08-24T16:26:44.442Z Checking encoding_rs v0.8.34
17872024-08-24T16:26:44.536Z Checking usdt-impl v0.5.0
17882024-08-24T16:26:44.561Z Checking bit-vec v0.6.3
17892024-08-24T16:26:44.749Z Checking winnow v0.6.18
17902024-08-24T16:26:44.813Z Checking fixedbitset v0.4.2
17912024-08-24T16:26:44.852Z Checking minimal-lexical v0.2.1
17922024-08-24T16:26:44.887Z Checking backtrace v0.3.71
17932024-08-24T16:26:44.996Z Checking unicode-width v0.1.13
17942024-08-24T16:26:45.045Z Checking difflib v0.4.0
17952024-08-24T16:26:45.166Z Checking predicates-core v1.0.6
17962024-08-24T16:26:45.203Z Checking sync_wrapper v0.1.2
17972024-08-24T16:26:45.324Z Checking dyn-clone v1.0.17
17982024-08-24T16:26:45.324Z Checking unicode-segmentation v1.11.0
17992024-08-24T16:26:45.351Z Checking static_assertions v1.1.0
18002024-08-24T16:26:45.386Z Checking webpki-roots v0.25.4
18012024-08-24T16:26:45.449Z Checking mime v0.3.17
18022024-08-24T16:26:45.473Z Checking precomputed-hash v0.1.1
18032024-08-24T16:26:45.529Z Checking new_debug_unreachable v1.0.6
18042024-08-24T16:26:45.562Z Checking whoami v1.5.1
18052024-08-24T16:26:45.619Z Checking data-encoding v2.6.0
18062024-08-24T16:26:45.734Z Checking normalize-line-endings v0.3.0
18072024-08-24T16:26:45.839Z Checking predicates v3.1.2
18082024-08-24T16:26:45.863Z Checking tokio-postgres v0.7.11
18092024-08-24T16:26:45.886Z Checking similar v2.6.0
18102024-08-24T16:26:46.176Z Checking hickory-proto v0.24.1
18112024-08-24T16:26:46.366Z Checking string_cache v0.8.7
18122024-08-24T16:26:46.429Z Checking schemars v0.8.21
18132024-08-24T16:26:46.530Z Checking elliptic-curve v0.13.8
18142024-08-24T16:26:46.606Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18152024-08-24T16:26:46.631Z Checking anyhow v1.0.86
18162024-08-24T16:26:46.976Z Checking nom v7.1.3
18172024-08-24T16:26:47.116Z Checking console v0.15.8
18182024-08-24T16:26:47.301Z Checking toml_edit v0.22.20
18192024-08-24T16:26:47.613Z Checking petgraph v0.6.5
18202024-08-24T16:26:47.818Z Checking usdt v0.5.0
18212024-08-24T16:26:48.047Z Checking bit-set v0.5.3
18222024-08-24T16:26:48.232Z Checking toml v0.7.8
18232024-08-24T16:26:48.277Z Checking signal-hook-mio v0.2.4
18242024-08-24T16:26:48.414Z Checking crossbeam-epoch v0.9.18
18252024-08-24T16:26:48.802Z Checking rsa v0.9.6
18262024-08-24T16:26:48.879Z Checking flate2 v1.0.31
18272024-08-24T16:26:49.096Z Checking hyper-tls v0.5.0
18282024-08-24T16:26:49.352Z Checking hyper-rustls v0.24.2
18292024-08-24T16:26:49.379Z Checking clap v4.5.16
18302024-08-24T16:26:49.482Z Checking futures v0.3.30
18312024-08-24T16:26:49.505Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18322024-08-24T16:26:49.529Z Checking itertools v0.10.5
18332024-08-24T16:26:49.553Z Checking itertools v0.12.1
18342024-08-24T16:26:49.593Z Checking fs-err v2.11.0
18352024-08-24T16:26:49.636Z Checking reqwest v0.11.27
18362024-08-24T16:26:49.706Z Checking tokio-stream v0.1.15
18372024-08-24T16:26:50.094Z Checking nix v0.28.0
18382024-08-24T16:26:50.118Z Checking slog v2.7.0
18392024-08-24T16:26:50.372Z Checking openapiv3 v2.0.0
18402024-08-24T16:26:50.449Z Checking semver v1.0.23
18412024-08-24T16:26:50.546Z Checking hex v0.4.3
18422024-08-24T16:26:50.816Z Checking sha1 v0.10.6
18432024-08-24T16:26:50.840Z Checking peg-runtime v0.8.3
18442024-08-24T16:26:50.992Z Checking lalrpop-util v0.19.12
18452024-08-24T16:26:51.041Z Checking camino v1.1.9
18462024-08-24T16:26:51.065Z Checking sigpipe v0.1.3
18472024-08-24T16:26:53.192Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18482024-08-24T16:26:53.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.12s
18492024-08-24T16:26:53.748Z
18502024-08-24T16:26:53.748Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/154)
18512024-08-24T16:26:54.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522024-08-24T16:26:54.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532024-08-24T16:26:54.651Z Compiling regress v0.9.1
18542024-08-24T16:26:54.679Z Checking strum v0.26.3
18552024-08-24T16:26:54.707Z Checking heck v0.5.0
18562024-08-24T16:26:54.731Z Compiling getopts v0.2.21
18572024-08-24T16:26:54.731Z Checking dirs-sys-next v0.1.2
18582024-08-24T16:26:54.755Z Compiling unsafe-libyaml v0.2.11
18592024-08-24T16:26:54.823Z Checking http v1.1.0
18602024-08-24T16:26:54.890Z Checking thread_local v1.1.8
18612024-08-24T16:26:54.914Z Checking dirs-next v2.0.0
18622024-08-24T16:26:55.026Z Checking rustls-pki-types v1.7.0
18632024-08-24T16:26:55.067Z Compiling ident_case v1.0.1
18642024-08-24T16:26:55.141Z Checking term v0.7.0
18652024-08-24T16:26:55.260Z Compiling darling_core v0.20.9
18662024-08-24T16:26:55.399Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18672024-08-24T16:26:55.517Z Checking crossbeam-channel v0.5.12
18682024-08-24T16:26:55.568Z Checking is-terminal v0.4.12
18692024-08-24T16:26:55.680Z Checking atty v0.2.14
18702024-08-24T16:26:55.704Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18712024-08-24T16:26:55.799Z Checking take_mut v0.2.2
18722024-08-24T16:26:55.938Z Compiling serde_yaml v0.9.34+deprecated
18732024-08-24T16:26:56.005Z Checking termcolor v1.4.1
18742024-08-24T16:26:56.029Z Compiling rustls v0.22.4
18752024-08-24T16:26:56.184Z Checking humantime v2.1.0
18762024-08-24T16:26:56.268Z Checking utf-8 v0.7.6
18772024-08-24T16:26:56.390Z Compiling paste v1.0.15
18782024-08-24T16:26:56.433Z Checking slog-async v2.8.0
18792024-08-24T16:26:56.457Z Checking env_logger v0.9.3
18802024-08-24T16:26:56.491Z Checking slog-term v2.9.1
18812024-08-24T16:26:56.706Z Checking rustls-webpki v0.102.4
18822024-08-24T16:26:56.885Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18832024-08-24T16:26:56.935Z Compiling proc-macro-crate v1.3.1
18842024-08-24T16:26:56.935Z Compiling bitstruct_derive v0.1.0
18852024-08-24T16:26:57.183Z Compiling structmeta-derive v0.3.0
18862024-08-24T16:26:57.399Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18872024-08-24T16:26:57.501Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18882024-08-24T16:26:57.524Z Compiling multer v3.1.0
18892024-08-24T16:26:57.896Z Checking match_cfg v0.1.0
18902024-08-24T16:26:57.982Z Checking ascii v1.1.0
18912024-08-24T16:26:58.086Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18922024-08-24T16:26:58.337Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18932024-08-24T16:26:58.375Z Checking bitstruct v0.1.1
18942024-08-24T16:26:58.485Z Checking hostname v0.3.1
18952024-08-24T16:26:58.609Z Compiling num_enum_derive v0.5.11
18962024-08-24T16:26:58.924Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18972024-08-24T16:26:59.140Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18982024-08-24T16:26:59.564Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18992024-08-24T16:26:59.642Z Checking slog-json v2.6.1
19002024-08-24T16:26:59.695Z Compiling structmeta v0.3.0
19012024-08-24T16:26:59.821Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19022024-08-24T16:26:59.871Z Checking erased-serde v0.3.31
19032024-08-24T16:27:00.050Z Checking serde_arrays v0.1.0
19042024-08-24T16:27:00.085Z Compiling foreign-types-macros v0.2.3
19052024-08-24T16:27:00.189Z Compiling async-stream-impl v0.3.5
19062024-08-24T16:27:00.408Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19072024-08-24T16:27:00.668Z Checking arc-swap v1.7.1
19082024-08-24T16:27:00.801Z Checking atomic-waker v1.1.2
19092024-08-24T16:27:00.844Z Checking foreign-types-shared v0.3.1
19102024-08-24T16:27:00.933Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19112024-08-24T16:27:00.958Z Checking waitgroup v0.1.2
19122024-08-24T16:27:01.061Z Checking slog-scope v4.4.0
19132024-08-24T16:27:01.085Z Checking num_enum v0.5.11
19142024-08-24T16:27:01.176Z Checking foreign-types v0.5.0
19152024-08-24T16:27:01.200Z Compiling darling_macro v0.20.9
19162024-08-24T16:27:01.231Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19172024-08-24T16:27:01.263Z Compiling parse-display-derive v0.10.0
19182024-08-24T16:27:01.287Z Checking slog-bunyan v2.5.0
19192024-08-24T16:27:01.316Z Compiling proc-macro-error v1.0.4
19202024-08-24T16:27:01.367Z Checking async-stream v0.3.5
19212024-08-24T16:27:01.676Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19222024-08-24T16:27:01.807Z Checking tungstenite v0.20.1
19232024-08-24T16:27:01.949Z Checking toml v0.8.19
19242024-08-24T16:27:01.987Z Checking rustls-pemfile v2.1.3
19252024-08-24T16:27:02.030Z Compiling darling v0.20.9
19262024-08-24T16:27:02.144Z Compiling serde_with_macros v3.9.0
19272024-08-24T16:27:02.212Z Compiling heck v0.3.3
19282024-08-24T16:27:02.276Z Checking tokio-rustls v0.25.0
19292024-08-24T16:27:02.590Z Checking newtype-uuid v1.1.0
19302024-08-24T16:27:02.614Z Checking ipnetwork v0.20.0
19312024-08-24T16:27:02.637Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19322024-08-24T16:27:02.661Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19332024-08-24T16:27:02.814Z Checking serde_path_to_error v0.1.16
19342024-08-24T16:27:02.922Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19352024-08-24T16:27:03.338Z Checking hostname v0.4.0
19362024-08-24T16:27:03.367Z Checking cstr-argument v0.1.2
19372024-08-24T16:27:03.474Z Checking instant v0.1.12
19382024-08-24T16:27:03.526Z Checking debug-ignore v1.0.5
19392024-08-24T16:27:03.576Z Checking fastrand v2.1.0
19402024-08-24T16:27:03.600Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19412024-08-24T16:27:03.660Z Checking pretty-hex v0.2.1
19422024-08-24T16:27:03.806Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19432024-08-24T16:27:03.863Z Checking tempfile v3.10.1
19442024-08-24T16:27:03.887Z Checking backoff v0.4.0
19452024-08-24T16:27:04.060Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19462024-08-24T16:27:04.197Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19472024-08-24T16:27:04.267Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19482024-08-24T16:27:04.366Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19492024-08-24T16:27:04.466Z Compiling zone_cfg_derive v0.1.2
19502024-08-24T16:27:04.560Z Checking tokio-tungstenite v0.20.1
19512024-08-24T16:27:04.584Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19522024-08-24T16:27:04.640Z Checking serde_with v3.9.0
19532024-08-24T16:27:04.967Z Checking slog-stdlog v4.1.1
19542024-08-24T16:27:05.116Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19552024-08-24T16:27:05.226Z Checking tungstenite v0.21.0
19562024-08-24T16:27:05.260Z Checking parse-display v0.10.0
19572024-08-24T16:27:05.284Z Checking colored v2.1.0
19582024-08-24T16:27:05.474Z Checking macaddr v1.0.1
19592024-08-24T16:27:05.533Z Checking base64 v0.13.1
19602024-08-24T16:27:05.677Z Checking zone v0.1.8
19612024-08-24T16:27:05.881Z Checking ron v0.7.1
19622024-08-24T16:27:05.977Z Checking tokio-tungstenite v0.21.0
19632024-08-24T16:27:06.252Z Checking slog-envlogger v2.2.0
19642024-08-24T16:27:06.409Z Checking pem v3.0.4
19652024-08-24T16:27:06.453Z Checking tabwriter v1.4.0
19662024-08-24T16:27:06.666Z Checking xattr v1.3.1
19672024-08-24T16:27:06.695Z Checking portpicker v0.1.1
19682024-08-24T16:27:06.830Z Checking yasna v0.5.2
19692024-08-24T16:27:06.883Z Checking headers-core v0.2.0
19702024-08-24T16:27:06.917Z Checking smf v0.2.3
19712024-08-24T16:27:07.021Z Checking filetime v0.2.24
19722024-08-24T16:27:07.220Z Checking same-file v1.0.6
19732024-08-24T16:27:07.257Z Checking tar v0.4.41
19742024-08-24T16:27:07.321Z Checking headers v0.3.9
19752024-08-24T16:27:07.384Z Checking walkdir v2.5.0
19762024-08-24T16:27:07.408Z Checking camino-tempfile v1.1.1
19772024-08-24T16:27:07.588Z Checking rcgen v0.12.1
19782024-08-24T16:27:07.641Z Checking atomicwrites v0.4.3
19792024-08-24T16:27:07.665Z Checking subprocess v0.2.9
19802024-08-24T16:27:08.932Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19812024-08-24T16:27:09.218Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19822024-08-24T16:27:10.862Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19832024-08-24T16:27:13.377Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19842024-08-24T16:27:13.478Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19852024-08-24T16:27:17.779Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19862024-08-24T16:27:26.242Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19872024-08-24T16:27:26.416Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19882024-08-24T16:27:26.416Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19892024-08-24T16:27:30.194Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19902024-08-24T16:27:30.263Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19912024-08-24T16:27:37.825Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19922024-08-24T16:27:39.676Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19932024-08-24T16:27:41.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.39s
19942024-08-24T16:27:41.282Z
19952024-08-24T16:27:41.282Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/154)
19962024-08-24T16:27:42.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972024-08-24T16:27:42.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982024-08-24T16:27:42.186Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19992024-08-24T16:27:43.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
20002024-08-24T16:27:43.869Z
20012024-08-24T16:27:43.869Zinfo: running `cargo check --bins` on nexus-config (31/154)
20022024-08-24T16:27:44.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032024-08-24T16:27:44.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042024-08-24T16:27:44.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052024-08-24T16:27:44.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20062024-08-24T16:27:44.713Z
20072024-08-24T16:27:44.713Zinfo: running `cargo check --bins` on omicron-rpaths (32/154)
20082024-08-24T16:27:45.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092024-08-24T16:27:45.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102024-08-24T16:27:45.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112024-08-24T16:27:45.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20122024-08-24T16:27:45.515Z
20132024-08-24T16:27:45.515Zinfo: running `cargo check --bins` on omicron-certificates (33/154)
20142024-08-24T16:27:46.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152024-08-24T16:27:46.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162024-08-24T16:27:46.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172024-08-24T16:27:46.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20182024-08-24T16:27:46.364Z
20192024-08-24T16:27:46.364Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/154)
20202024-08-24T16:27:47.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212024-08-24T16:27:47.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222024-08-24T16:27:47.277Z Compiling heapless v0.8.0
20232024-08-24T16:27:47.300Z Checking hash32 v0.3.1
20242024-08-24T16:27:47.301Z Compiling smoltcp v0.11.0
20252024-08-24T16:27:47.333Z Checking cobs v0.2.3
20262024-08-24T16:27:47.333Z Checking embedded-io v0.4.0
20272024-08-24T16:27:47.368Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20282024-08-24T16:27:47.392Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20292024-08-24T16:27:47.416Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20302024-08-24T16:27:47.483Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20312024-08-24T16:27:47.510Z Compiling crucible-workspace-hack v0.1.0
20322024-08-24T16:27:47.534Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20332024-08-24T16:27:47.558Z Checking postcard v1.0.8
20342024-08-24T16:27:47.708Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20352024-08-24T16:27:47.744Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20362024-08-24T16:27:47.906Z Compiling num-derive v0.4.2
20372024-08-24T16:27:47.991Z Compiling slog-dtrace v0.3.0
20382024-08-24T16:27:48.052Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20392024-08-24T16:27:48.167Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20402024-08-24T16:27:48.191Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20412024-08-24T16:27:48.888Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20422024-08-24T16:27:49.504Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20432024-08-24T16:27:51.463Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20442024-08-24T16:27:52.579Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20452024-08-24T16:27:53.945Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20462024-08-24T16:27:56.247Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20472024-08-24T16:27:57.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s
20482024-08-24T16:27:57.279Z
20492024-08-24T16:27:57.280Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/154)
20502024-08-24T16:27:58.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512024-08-24T16:27:58.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522024-08-24T16:27:58.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532024-08-24T16:27:58.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20542024-08-24T16:27:58.114Z
20552024-08-24T16:27:58.114Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/154)
20562024-08-24T16:27:58.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572024-08-24T16:27:59.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582024-08-24T16:27:59.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592024-08-24T16:27:59.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
20602024-08-24T16:27:59.110Z
20612024-08-24T16:27:59.110Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/154)
20622024-08-24T16:27:59.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632024-08-24T16:28:00.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642024-08-24T16:28:00.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652024-08-24T16:28:00.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
20662024-08-24T16:28:00.095Z
20672024-08-24T16:28:00.095Zinfo: running `cargo check --bins` on dns-server (38/154)
20682024-08-24T16:28:00.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692024-08-24T16:28:00.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702024-08-24T16:28:00.926Z Compiling parking_lot_core v0.8.6
20712024-08-24T16:28:00.950Z Checking newline-converter v0.3.0
20722024-08-24T16:28:00.974Z Checking nibble_vec v0.1.0
20732024-08-24T16:28:00.974Z Checking linked-hash-map v0.5.6
20742024-08-24T16:28:00.974Z Checking quick-error v1.2.3
20752024-08-24T16:28:00.974Z Checking endian-type v0.1.2
20762024-08-24T16:28:00.974Z Checking fxhash v0.2.1
20772024-08-24T16:28:01.004Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20782024-08-24T16:28:01.118Z Checking expectorate v1.1.0
20792024-08-24T16:28:01.142Z Checking hickory-server v0.24.1
20802024-08-24T16:28:01.166Z Checking resolv-conf v0.7.0
20812024-08-24T16:28:01.237Z Checking radix_trie v0.2.1
20822024-08-24T16:28:01.272Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20832024-08-24T16:28:01.312Z Checking lru-cache v0.1.2
20842024-08-24T16:28:01.483Z Checking hickory-resolver v0.24.1
20852024-08-24T16:28:01.602Z Checking hickory-client v0.24.1
20862024-08-24T16:28:01.712Z Checking parking_lot v0.11.2
20872024-08-24T16:28:01.999Z Checking sled v0.34.7
20882024-08-24T16:28:04.272Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20892024-08-24T16:28:05.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
20902024-08-24T16:28:05.833Z
20912024-08-24T16:28:05.833Zinfo: running `cargo check --bins` on dns-server-api (39/154)
20922024-08-24T16:28:06.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932024-08-24T16:28:06.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942024-08-24T16:28:06.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952024-08-24T16:28:06.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20962024-08-24T16:28:06.636Z
20972024-08-24T16:28:06.636Zinfo: running `cargo check --bins` on dns-service-client (40/154)
20982024-08-24T16:28:07.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992024-08-24T16:28:07.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002024-08-24T16:28:07.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012024-08-24T16:28:07.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21022024-08-24T16:28:07.458Z
21032024-08-24T16:28:07.458Zinfo: running `cargo check --bins` on gateway-test-utils (41/154)
21042024-08-24T16:28:08.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052024-08-24T16:28:08.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062024-08-24T16:28:08.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072024-08-24T16:28:08.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
21082024-08-24T16:28:08.379Z
21092024-08-24T16:28:08.379Zinfo: running `cargo check --bins` on gateway-types (42/154)
21102024-08-24T16:28:09.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112024-08-24T16:28:09.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122024-08-24T16:28:09.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132024-08-24T16:28:09.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21142024-08-24T16:28:09.235Z
21152024-08-24T16:28:09.235Zinfo: running `cargo check --bins` on ipcc (43/154)
21162024-08-24T16:28:09.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172024-08-24T16:28:10.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182024-08-24T16:28:10.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192024-08-24T16:28:10.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21202024-08-24T16:28:10.077Z
21212024-08-24T16:28:10.077Zinfo: running `cargo check --bins` on omicron-gateway (44/154)
21222024-08-24T16:28:10.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232024-08-24T16:28:10.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242024-08-24T16:28:11.026Z Compiling rustls-pki-types v1.7.0
21252024-08-24T16:28:11.051Z Compiling match_cfg v0.1.0
21262024-08-24T16:28:11.074Z Checking num-rational v0.4.2
21272024-08-24T16:28:11.074Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21282024-08-24T16:28:11.074Z Compiling slog-json v2.6.1
21292024-08-24T16:28:11.075Z Compiling http v1.1.0
21302024-08-24T16:28:11.098Z Checking num-complex v0.4.6
21312024-08-24T16:28:11.098Z Compiling radium v0.7.0
21322024-08-24T16:28:11.188Z Compiling hostname v0.3.1
21332024-08-24T16:28:11.419Z Compiling prettyplease v0.2.20
21342024-08-24T16:28:11.476Z Compiling rustls-webpki v0.102.4
21352024-08-24T16:28:11.504Z Compiling atomic-waker v1.1.2
21362024-08-24T16:28:11.530Z Compiling semver v0.1.20
21372024-08-24T16:28:11.632Z Compiling waitgroup v0.1.2
21382024-08-24T16:28:11.725Z Compiling rustls-pemfile v2.1.3
21392024-08-24T16:28:11.749Z Compiling slog-bunyan v2.5.0
21402024-08-24T16:28:11.799Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21412024-08-24T16:28:11.853Z Compiling rustc_version v0.1.7
21422024-08-24T16:28:11.931Z Compiling async-stream v0.3.5
21432024-08-24T16:28:11.955Z Checking num v0.4.3
21442024-08-24T16:28:12.003Z Compiling toml v0.8.19
21452024-08-24T16:28:12.052Z Compiling newtype-uuid v1.1.0
21462024-08-24T16:28:12.112Z Compiling ipnetwork v0.20.0
21472024-08-24T16:28:12.157Z Compiling serde_path_to_error v0.1.16
21482024-08-24T16:28:12.226Z Compiling rustls v0.22.4
21492024-08-24T16:28:12.302Z Compiling hostname v0.4.0
21502024-08-24T16:28:12.331Z Compiling instant v0.1.12
21512024-08-24T16:28:12.468Z Compiling multer v3.1.0
21522024-08-24T16:28:12.547Z Compiling debug-ignore v1.0.5
21532024-08-24T16:28:12.691Z Checking float-ord v0.3.2
21542024-08-24T16:28:12.821Z Checking tap v1.0.1
21552024-08-24T16:28:12.906Z Compiling maybe-uninit v2.0.0
21562024-08-24T16:28:12.931Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21572024-08-24T16:28:12.977Z Checking wyz v0.5.1
21582024-08-24T16:28:13.241Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21592024-08-24T16:28:13.265Z Compiling backoff v0.4.0
21602024-08-24T16:28:13.323Z Compiling newtype_derive v0.1.6
21612024-08-24T16:28:13.393Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21622024-08-24T16:28:13.438Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21632024-08-24T16:28:13.584Z Compiling parse-display v0.10.0
21642024-08-24T16:28:13.609Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21652024-08-24T16:28:13.701Z Compiling serde_with v3.9.0
21662024-08-24T16:28:13.778Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21672024-08-24T16:28:13.892Z Checking password-hash v0.5.0
21682024-08-24T16:28:13.939Z Checking blake2 v0.10.6
21692024-08-24T16:28:14.216Z Compiling bzip2-sys v0.1.11+1.0.8
21702024-08-24T16:28:14.369Z Compiling macaddr v1.0.1
21712024-08-24T16:28:14.638Z Checking funty v2.0.0
21722024-08-24T16:28:14.773Z Compiling packed_struct v0.10.1
21732024-08-24T16:28:15.182Z Checking crc-catalog v2.4.0
21742024-08-24T16:28:15.311Z Checking crc v3.2.1
21752024-08-24T16:28:15.355Z Checking argon2 v0.5.3
21762024-08-24T16:28:15.447Z Checking bitvec v1.0.1
21772024-08-24T16:28:15.751Z Compiling tokio-rustls v0.25.0
21782024-08-24T16:28:15.811Z Compiling packed_struct_codegen v0.10.1
21792024-08-24T16:28:15.943Z Compiling indexmap v1.9.3
21802024-08-24T16:28:16.126Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21812024-08-24T16:28:16.212Z Compiling cookie v0.18.1
21822024-08-24T16:28:16.507Z Checking half v2.4.1
21832024-08-24T16:28:16.769Z Checking ciborium-io v0.2.2
21842024-08-24T16:28:16.894Z Checking nodrop v0.1.14
21852024-08-24T16:28:17.019Z Checking array-init v0.0.4
21862024-08-24T16:28:17.105Z Checking ciborium-ll v0.2.2
21872024-08-24T16:28:17.410Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21882024-08-24T16:28:17.410Z Checking smallvec v0.6.14
21892024-08-24T16:28:17.812Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21902024-08-24T16:28:17.949Z Compiling memoffset v0.9.1
21912024-08-24T16:28:18.270Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21922024-08-24T16:28:18.321Z Checking bitfield v0.14.0
21932024-08-24T16:28:18.426Z Checking hashbrown v0.12.3
21942024-08-24T16:28:18.570Z Compiling convert_case v0.4.0
21952024-08-24T16:28:18.594Z Checking highway v1.2.0
21962024-08-24T16:28:18.967Z Checking env_logger v0.10.2
21972024-08-24T16:28:19.364Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21982024-08-24T16:28:19.483Z Compiling derive_more v0.99.18
21992024-08-24T16:28:19.975Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22002024-08-24T16:28:20.132Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22012024-08-24T16:28:20.585Z Checking serde-hex v0.1.0
22022024-08-24T16:28:20.611Z Checking steno v0.4.1
22032024-08-24T16:28:20.768Z Checking ciborium v0.2.2
22042024-08-24T16:28:21.057Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22052024-08-24T16:28:21.533Z Checking bzip2 v0.4.4
22062024-08-24T16:28:21.618Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22072024-08-24T16:28:21.862Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22082024-08-24T16:28:22.580Z Checking ron v0.8.1
22092024-08-24T16:28:22.696Z Checking x509-cert v0.2.5
22102024-08-24T16:28:23.663Z Checking hashbrown v0.13.2
22112024-08-24T16:28:23.687Z Compiling derive-where v1.2.7
22122024-08-24T16:28:23.994Z Checking crc-any v2.5.0
22132024-08-24T16:28:24.029Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22142024-08-24T16:28:24.277Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22152024-08-24T16:28:24.357Z Checking zip v0.6.6
22162024-08-24T16:28:24.553Z Checking object v0.30.4
22172024-08-24T16:28:25.227Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22182024-08-24T16:28:25.464Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22192024-08-24T16:28:25.543Z Checking path-slash v0.1.5
22202024-08-24T16:28:25.683Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22212024-08-24T16:28:25.801Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22222024-08-24T16:28:25.926Z Checking nix v0.27.1
22232024-08-24T16:28:26.181Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22242024-08-24T16:28:26.408Z Checking serde-big-array v0.5.1
22252024-08-24T16:28:26.517Z Checking signal-hook-tokio v0.3.1
22262024-08-24T16:28:26.639Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22272024-08-24T16:28:28.113Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22282024-08-24T16:28:30.232Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22292024-08-24T16:28:31.862Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22302024-08-24T16:28:34.587Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22312024-08-24T16:28:38.189Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22322024-08-24T16:28:38.322Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22332024-08-24T16:28:45.289Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22342024-08-24T16:28:46.089Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22352024-08-24T16:28:49.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.20s
22362024-08-24T16:28:49.439Z
22372024-08-24T16:28:49.439Zinfo: running `cargo check --bins` on gateway-api (45/154)
22382024-08-24T16:28:50.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-08-24T16:28:50.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-08-24T16:28:50.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-08-24T16:28:50.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22422024-08-24T16:28:50.273Z
22432024-08-24T16:28:50.273Zinfo: running `cargo check --bins` on oximeter (46/154)
22442024-08-24T16:28:51.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-08-24T16:28:51.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-08-24T16:28:51.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472024-08-24T16:28:51.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22482024-08-24T16:28:51.101Z
22492024-08-24T16:28:51.101Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/154)
22502024-08-24T16:28:51.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-08-24T16:28:51.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-08-24T16:28:51.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532024-08-24T16:28:51.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
22542024-08-24T16:28:51.920Z
22552024-08-24T16:28:51.920Zinfo: running `cargo check --bins` on oximeter-schema (48/154)
22562024-08-24T16:28:52.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572024-08-24T16:28:52.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582024-08-24T16:28:52.779Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22592024-08-24T16:28:53.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
22602024-08-24T16:28:53.357Z
22612024-08-24T16:28:53.357Zinfo: running `cargo check --bins` on oximeter-types (49/154)
22622024-08-24T16:28:54.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-08-24T16:28:54.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-08-24T16:28:54.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652024-08-24T16:28:54.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
22662024-08-24T16:28:54.230Z
22672024-08-24T16:28:54.230Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/154)
22682024-08-24T16:28:54.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692024-08-24T16:28:55.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702024-08-24T16:28:55.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712024-08-24T16:28:55.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22722024-08-24T16:28:55.080Z
22732024-08-24T16:28:55.080Zinfo: running `cargo check --bins` on oximeter-producer (51/154)
22742024-08-24T16:28:55.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752024-08-24T16:28:55.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762024-08-24T16:28:55.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22772024-08-24T16:28:55.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22782024-08-24T16:28:55.949Z
22792024-08-24T16:28:55.949Zinfo: running `cargo check --bins` on internal-dns (52/154)
22802024-08-24T16:28:56.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812024-08-24T16:28:56.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822024-08-24T16:28:56.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22832024-08-24T16:28:56.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22842024-08-24T16:28:56.815Z
22852024-08-24T16:28:56.815Zinfo: running `cargo check --bins` on nexus-client (53/154)
22862024-08-24T16:28:57.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22872024-08-24T16:28:57.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22882024-08-24T16:28:57.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22892024-08-24T16:28:57.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
22902024-08-24T16:28:57.695Z
22912024-08-24T16:28:57.695Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (54/154)
22922024-08-24T16:28:58.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22932024-08-24T16:28:58.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22942024-08-24T16:28:58.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22952024-08-24T16:28:58.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22962024-08-24T16:28:58.527Z
22972024-08-24T16:28:58.527Zinfo: running `cargo check --bins` on omicron-passwords (55/154)
22982024-08-24T16:28:59.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22992024-08-24T16:28:59.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23002024-08-24T16:28:59.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23012024-08-24T16:28:59.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23022024-08-24T16:28:59.353Z
23032024-08-24T16:28:59.353Zinfo: running `cargo check --bins` on nexus-types (56/154)
23042024-08-24T16:29:00.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23052024-08-24T16:29:00.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23062024-08-24T16:29:00.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23072024-08-24T16:29:00.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23082024-08-24T16:29:00.232Z
23092024-08-24T16:29:00.232Zinfo: running `cargo check --bins` on gateway-client (57/154)
23102024-08-24T16:29:00.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23112024-08-24T16:29:00.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23122024-08-24T16:29:00.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23132024-08-24T16:29:00.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23142024-08-24T16:29:01.056Z
23152024-08-24T16:29:01.056Zinfo: running `cargo check --bins` on oxql-types (58/154)
23162024-08-24T16:29:01.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23172024-08-24T16:29:01.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23182024-08-24T16:29:01.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23192024-08-24T16:29:01.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23202024-08-24T16:29:01.900Z
23212024-08-24T16:29:01.900Zinfo: running `cargo check --bins` on sp-sim (59/154)
23222024-08-24T16:29:02.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23232024-08-24T16:29:02.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23242024-08-24T16:29:02.745Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23252024-08-24T16:29:04.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
23262024-08-24T16:29:05.119Z
23272024-08-24T16:29:05.119Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (60/154)
23282024-08-24T16:29:05.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292024-08-24T16:29:05.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302024-08-24T16:29:05.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23312024-08-24T16:29:05.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23322024-08-24T16:29:06.022Z
23332024-08-24T16:29:06.022Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (61/154)
23342024-08-24T16:29:06.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352024-08-24T16:29:06.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362024-08-24T16:29:06.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23372024-08-24T16:29:06.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
23382024-08-24T16:29:06.962Z
23392024-08-24T16:29:06.962Zinfo: running `cargo check --bins` on db-macros (62/154)
23402024-08-24T16:29:07.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412024-08-24T16:29:07.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422024-08-24T16:29:07.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23432024-08-24T16:29:07.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
23442024-08-24T16:29:07.770Z
23452024-08-24T16:29:07.770Zinfo: running `cargo check --bins` on nexus-macros-common (63/154)
23462024-08-24T16:29:08.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-08-24T16:29:08.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-08-24T16:29:08.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23492024-08-24T16:29:08.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
23502024-08-24T16:29:08.554Z
23512024-08-24T16:29:08.554Zinfo: running `cargo check --bins` on nexus-auth (64/154)
23522024-08-24T16:29:09.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532024-08-24T16:29:09.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542024-08-24T16:29:09.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23552024-08-24T16:29:09.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23562024-08-24T16:29:09.468Z
23572024-08-24T16:29:09.468Zinfo: running `cargo check --bins` on authz-macros (65/154)
23582024-08-24T16:29:10.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23592024-08-24T16:29:10.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23602024-08-24T16:29:10.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23612024-08-24T16:29:10.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
23622024-08-24T16:29:10.258Z
23632024-08-24T16:29:10.258Zinfo: running `cargo check --bins` on nexus-db-fixed-data (66/154)
23642024-08-24T16:29:11.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23652024-08-24T16:29:11.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23662024-08-24T16:29:11.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23672024-08-24T16:29:11.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23682024-08-24T16:29:11.150Z
23692024-08-24T16:29:11.150Zinfo: running `cargo check --bins` on nexus-db-model (67/154)
23702024-08-24T16:29:12.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712024-08-24T16:29:12.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722024-08-24T16:29:12.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23732024-08-24T16:29:12.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
23742024-08-24T16:29:12.115Z
23752024-08-24T16:29:12.115Zinfo: running `cargo check --bins` on nexus-defaults (68/154)
23762024-08-24T16:29:12.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772024-08-24T16:29:12.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782024-08-24T16:29:12.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792024-08-24T16:29:12.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
23802024-08-24T16:29:12.949Z
23812024-08-24T16:29:12.949Zinfo: running `cargo check --bins` on sled-agent-client (69/154)
23822024-08-24T16:29:13.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-08-24T16:29:13.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-08-24T16:29:13.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852024-08-24T16:29:13.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23862024-08-24T16:29:13.810Z
23872024-08-24T16:29:13.810Zinfo: running `cargo check --bins` on nexus-inventory (70/154)
23882024-08-24T16:29:14.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-08-24T16:29:14.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-08-24T16:29:14.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912024-08-24T16:29:14.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23922024-08-24T16:29:14.686Z
23932024-08-24T16:29:14.686Zinfo: running `cargo check --bins` on typed-rng (71/154)
23942024-08-24T16:29:15.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-08-24T16:29:15.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-08-24T16:29:15.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972024-08-24T16:29:15.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23982024-08-24T16:29:15.482Z
23992024-08-24T16:29:15.482Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (72/154)
24002024-08-24T16:29:16.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-08-24T16:29:16.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-08-24T16:29:16.478Z Compiling rayon-core v1.12.1
24032024-08-24T16:29:16.502Z Compiling crossbeam-deque v0.8.5
24042024-08-24T16:29:16.502Z Compiling curve25519-dalek v4.1.3
24052024-08-24T16:29:16.503Z Compiling unicase v2.7.0
24062024-08-24T16:29:16.503Z Checking keccak v0.1.5
24072024-08-24T16:29:16.503Z Compiling same-file v1.0.6
24082024-08-24T16:29:16.503Z Compiling fastrand v2.1.0
24092024-08-24T16:29:16.503Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24102024-08-24T16:29:16.805Z Compiling walkdir v2.5.0
24112024-08-24T16:29:16.829Z Checking sha3 v0.10.8
24122024-08-24T16:29:16.878Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24132024-08-24T16:29:17.107Z Compiling tempfile v3.10.1
24142024-08-24T16:29:17.131Z Compiling thiserror-impl-no-std v2.0.2
24152024-08-24T16:29:17.174Z Checking universal-hash v0.5.1
24162024-08-24T16:29:17.198Z Checking secrecy v0.8.0
24172024-08-24T16:29:17.262Z Compiling ring v0.16.20
24182024-08-24T16:29:17.346Z Compiling blake3 v1.5.1
24192024-08-24T16:29:17.382Z Compiling curve25519-dalek-derive v0.1.1
24202024-08-24T16:29:17.408Z Checking opaque-debug v0.3.1
24212024-08-24T16:29:17.470Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24222024-08-24T16:29:17.498Z Checking poly1305 v0.8.0
24232024-08-24T16:29:17.741Z Compiling rayon v1.10.0
24242024-08-24T16:29:17.863Z Checking chacha20 v0.9.1
24252024-08-24T16:29:17.934Z Checking aead v0.5.2
24262024-08-24T16:29:18.139Z Compiling memmap2 v0.9.4
24272024-08-24T16:29:18.165Z Compiling spin v0.5.2
24282024-08-24T16:29:18.395Z Compiling untrusted v0.7.1
24292024-08-24T16:29:18.419Z Compiling arrayref v0.3.7
24302024-08-24T16:29:18.487Z Compiling libefi-sys v0.1.0
24312024-08-24T16:29:18.523Z Compiling constant_time_eq v0.3.0
24322024-08-24T16:29:18.557Z Compiling home v0.5.9
24332024-08-24T16:29:18.582Z Compiling arrayvec v0.7.4
24342024-08-24T16:29:18.712Z Compiling toolchain_find v0.4.0
24352024-08-24T16:29:18.781Z Checking chacha20poly1305 v0.10.1
24362024-08-24T16:29:18.842Z Compiling camino-tempfile v1.1.1
24372024-08-24T16:29:19.227Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24382024-08-24T16:29:19.274Z Compiling bitfield-struct v0.6.1
24392024-08-24T16:29:19.358Z Compiling topological-sort v0.2.2
24402024-08-24T16:29:19.382Z Compiling cancel-safe-futures v0.1.5
24412024-08-24T16:29:19.557Z Compiling mime_guess v2.0.4
24422024-08-24T16:29:19.708Z Compiling rustfmt-wrapper v0.2.1
24432024-08-24T16:29:19.910Z Checking thiserror-no-std v2.0.2
24442024-08-24T16:29:20.021Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24452024-08-24T16:29:20.082Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24462024-08-24T16:29:20.218Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24472024-08-24T16:29:20.278Z Checking vsss-rs v3.3.4
24482024-08-24T16:29:20.329Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24492024-08-24T16:29:20.481Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24502024-08-24T16:29:20.686Z Checking gethostname v0.5.0
24512024-08-24T16:29:20.810Z Checking libsw v3.3.1
24522024-08-24T16:29:20.834Z Checking linear-map v1.2.0
24532024-08-24T16:29:20.948Z Checking swrite v0.1.0
24542024-08-24T16:29:20.984Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24552024-08-24T16:29:21.057Z Checking owo-colors v4.0.0
24562024-08-24T16:29:21.133Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24572024-08-24T16:29:21.387Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24582024-08-24T16:29:21.655Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
24592024-08-24T16:29:21.824Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24602024-08-24T16:29:22.054Z Checking kstat-rs v0.2.4
24612024-08-24T16:29:22.349Z Compiling omicron-zone-package v0.11.0
24622024-08-24T16:29:22.598Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24632024-08-24T16:29:22.623Z Checking nanorand v0.7.0
24642024-08-24T16:29:22.648Z Checking http-range v0.1.5
24652024-08-24T16:29:22.710Z Checking glob v0.3.1
24662024-08-24T16:29:22.811Z Checking hyper-staticfile v0.9.5
24672024-08-24T16:29:22.948Z Checking flume v0.11.0
24682024-08-24T16:29:23.000Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24692024-08-24T16:29:23.185Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24702024-08-24T16:29:23.383Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24712024-08-24T16:29:23.531Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24722024-08-24T16:29:23.781Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24732024-08-24T16:29:23.986Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24742024-08-24T16:29:24.589Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24752024-08-24T16:29:24.766Z Checking itertools v0.13.0
24762024-08-24T16:29:25.110Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24772024-08-24T16:29:25.226Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24782024-08-24T16:29:25.485Z Checking display-error-chain v0.2.0
24792024-08-24T16:29:26.915Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24802024-08-24T16:29:28.155Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24812024-08-24T16:29:28.155Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24822024-08-24T16:29:41.726Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24832024-08-24T16:29:56.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.98s
24842024-08-24T16:29:56.624Z
24852024-08-24T16:29:56.624Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (73/154)
24862024-08-24T16:29:57.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-08-24T16:29:57.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-08-24T16:29:57.593Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24892024-08-24T16:30:12.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.51s
24902024-08-24T16:30:12.298Z
24912024-08-24T16:30:12.298Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (74/154)
24922024-08-24T16:30:13.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-08-24T16:30:13.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-08-24T16:30:13.248Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24952024-08-24T16:30:28.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.77s
24962024-08-24T16:30:28.236Z
24972024-08-24T16:30:28.236Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (75/154)
24982024-08-24T16:30:29.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-08-24T16:30:29.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-08-24T16:30:29.186Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25012024-08-24T16:30:43.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.73s
25022024-08-24T16:30:44.127Z
25032024-08-24T16:30:44.127Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (76/154)
25042024-08-24T16:30:44.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-08-24T16:30:44.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-08-24T16:30:45.078Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25072024-08-24T16:31:00.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.17s
25082024-08-24T16:31:00.472Z
25092024-08-24T16:31:00.472Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (77/154)
25102024-08-24T16:31:01.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-08-24T16:31:01.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-08-24T16:31:01.434Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25132024-08-24T16:31:16.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.55s
25142024-08-24T16:31:16.197Z
25152024-08-24T16:31:16.197Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (78/154)
25162024-08-24T16:31:17.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-08-24T16:31:17.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-08-24T16:31:17.219Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25192024-08-24T16:31:32.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.79s
25202024-08-24T16:31:32.159Z
25212024-08-24T16:31:32.159Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (79/154)
25222024-08-24T16:31:32.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-08-24T16:31:33.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-08-24T16:31:33.123Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25252024-08-24T16:31:48.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.84s
25262024-08-24T16:31:48.164Z
25272024-08-24T16:31:48.164Zinfo: running `cargo check --bins` on bootstrap-agent-api (80/154)
25282024-08-24T16:31:48.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-08-24T16:31:48.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-08-24T16:31:48.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-08-24T16:31:48.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25322024-08-24T16:31:49.006Z
25332024-08-24T16:31:49.006Zinfo: running `cargo check --bins` on sled-agent-types (81/154)
25342024-08-24T16:31:49.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-08-24T16:31:49.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-08-24T16:31:49.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-08-24T16:31:49.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25382024-08-24T16:31:49.853Z
25392024-08-24T16:31:49.853Zinfo: running `cargo check --bins` on bootstrap-agent-client (82/154)
25402024-08-24T16:31:50.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-08-24T16:31:50.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-08-24T16:31:50.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-08-24T16:31:50.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25442024-08-24T16:31:50.681Z
25452024-08-24T16:31:50.682Zinfo: running `cargo check --bins` on dpd-client (83/154)
25462024-08-24T16:31:51.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-08-24T16:31:51.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-08-24T16:31:51.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-08-24T16:31:51.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25502024-08-24T16:31:51.488Z
25512024-08-24T16:31:51.488Zinfo: running `cargo check --bins` on installinator-common (84/154)
25522024-08-24T16:31:52.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-08-24T16:31:52.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-08-24T16:31:52.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-08-24T16:31:52.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
25562024-08-24T16:31:52.389Z
25572024-08-24T16:31:52.389Zinfo: running `cargo check --bins` on update-engine (85/154)
25582024-08-24T16:31:53.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-08-24T16:31:53.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-08-24T16:31:53.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-08-24T16:31:53.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25622024-08-24T16:31:53.200Z
25632024-08-24T16:31:53.200Zinfo: running `cargo check --bins` on key-manager (86/154)
25642024-08-24T16:31:53.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-08-24T16:31:53.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-08-24T16:31:53.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-08-24T16:31:53.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25682024-08-24T16:31:54.034Z
25692024-08-24T16:31:54.034Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (87/154)
25702024-08-24T16:31:54.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-08-24T16:31:54.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-08-24T16:31:54.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732024-08-24T16:31:54.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25742024-08-24T16:31:54.894Z
25752024-08-24T16:31:54.894Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (88/154)
25762024-08-24T16:31:55.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-08-24T16:31:55.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-08-24T16:31:55.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-08-24T16:31:55.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
25802024-08-24T16:31:55.665Z
25812024-08-24T16:31:55.665Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (89/154)
25822024-08-24T16:31:56.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-08-24T16:31:56.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-08-24T16:31:56.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-08-24T16:31:56.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25862024-08-24T16:31:56.485Z
25872024-08-24T16:31:56.485Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (90/154)
25882024-08-24T16:31:57.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-08-24T16:31:57.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-08-24T16:31:57.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-08-24T16:31:57.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
25922024-08-24T16:31:57.388Z
25932024-08-24T16:31:57.388Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (91/154)
25942024-08-24T16:31:58.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-08-24T16:31:58.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-08-24T16:31:58.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-08-24T16:31:58.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25982024-08-24T16:31:58.221Z
25992024-08-24T16:31:58.221Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (92/154)
26002024-08-24T16:31:58.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-08-24T16:31:58.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-08-24T16:31:58.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-08-24T16:31:58.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26042024-08-24T16:31:59.053Z
26052024-08-24T16:31:59.053Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (93/154)
26062024-08-24T16:31:59.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-08-24T16:31:59.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-08-24T16:31:59.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-08-24T16:31:59.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26102024-08-24T16:31:59.892Z
26112024-08-24T16:31:59.892Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (94/154)
26122024-08-24T16:32:00.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-08-24T16:32:00.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-08-24T16:32:00.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152024-08-24T16:32:00.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26162024-08-24T16:32:00.722Z
26172024-08-24T16:32:00.722Zinfo: running `cargo check --bins` on sled-agent-api (95/154)
26182024-08-24T16:32:01.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-08-24T16:32:01.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-08-24T16:32:01.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212024-08-24T16:32:01.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26222024-08-24T16:32:01.578Z
26232024-08-24T16:32:01.578Zinfo: running `cargo check --bins` on sled-hardware (96/154)
26242024-08-24T16:32:02.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-08-24T16:32:02.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-08-24T16:32:02.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272024-08-24T16:32:02.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26282024-08-24T16:32:02.447Z
26292024-08-24T16:32:02.447Zinfo: running `cargo check --bins --no-default-features` on sled-storage (97/154)
26302024-08-24T16:32:03.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-08-24T16:32:03.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-08-24T16:32:03.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332024-08-24T16:32:03.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26342024-08-24T16:32:03.306Z
26352024-08-24T16:32:03.306Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/154)
26362024-08-24T16:32:04.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-08-24T16:32:04.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-08-24T16:32:04.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-08-24T16:32:04.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26402024-08-24T16:32:04.170Z
26412024-08-24T16:32:04.170Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (99/154)
26422024-08-24T16:32:04.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-08-24T16:32:04.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-08-24T16:32:04.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-08-24T16:32:04.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26462024-08-24T16:32:05.035Z
26472024-08-24T16:32:05.035Zinfo: running `cargo check --bins` on nexus-test-interface (100/154)
26482024-08-24T16:32:05.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-08-24T16:32:05.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-08-24T16:32:05.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512024-08-24T16:32:05.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26522024-08-24T16:32:05.896Z
26532024-08-24T16:32:05.896Zinfo: running `cargo check --bins` on oximeter-collector (101/154)
26542024-08-24T16:32:06.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-08-24T16:32:06.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-08-24T16:32:06.872Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26572024-08-24T16:32:06.872Z Checking bcs v0.1.6
26582024-08-24T16:32:06.872Z Compiling async-recursion v1.1.1
26592024-08-24T16:32:06.895Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26602024-08-24T16:32:06.896Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26612024-08-24T16:32:08.060Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26622024-08-24T16:32:12.141Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26632024-08-24T16:32:14.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.45s
26642024-08-24T16:32:14.502Z
26652024-08-24T16:32:14.502Zinfo: running `cargo check --bins` on oximeter-api (102/154)
26662024-08-24T16:32:15.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-08-24T16:32:15.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-08-24T16:32:15.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692024-08-24T16:32:15.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26702024-08-24T16:32:15.372Z
26712024-08-24T16:32:15.372Zinfo: running `cargo check --bins` on oximeter-client (103/154)
26722024-08-24T16:32:16.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-08-24T16:32:16.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-08-24T16:32:16.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752024-08-24T16:32:16.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26762024-08-24T16:32:16.221Z
26772024-08-24T16:32:16.221Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (104/154)
26782024-08-24T16:32:17.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-08-24T16:32:17.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-08-24T16:32:17.110Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26812024-08-24T16:32:17.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
26822024-08-24T16:32:17.911Z
26832024-08-24T16:32:17.911Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/154)
26842024-08-24T16:32:18.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-08-24T16:32:18.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-08-24T16:32:18.831Z Compiling vte_generate_state_changes v0.1.1
26872024-08-24T16:32:18.831Z Checking fd-lock v4.0.2
26882024-08-24T16:32:18.855Z Checking bytecount v0.6.8
26892024-08-24T16:32:18.855Z Compiling tabled_derive v0.7.0
26902024-08-24T16:32:18.855Z Checking crossterm v0.27.0
26912024-08-24T16:32:18.855Z Compiling peg-macros v0.8.4
26922024-08-24T16:32:18.855Z Compiling sqlparser_derive v0.2.2
26932024-08-24T16:32:18.879Z Checking unicode_categories v0.1.1
26942024-08-24T16:32:19.091Z Checking papergrid v0.11.0
26952024-08-24T16:32:19.114Z Checking home v0.5.9
26962024-08-24T16:32:19.176Z Checking nu-ansi-term v0.50.0
26972024-08-24T16:32:19.245Z Checking rustyline v14.0.0
26982024-08-24T16:32:19.409Z Checking vte v0.11.1
26992024-08-24T16:32:19.536Z Checking sqlformat v0.2.4
27002024-08-24T16:32:19.850Z Checking sqlparser v0.45.0
27012024-08-24T16:32:20.350Z Checking crossterm v0.28.1
27022024-08-24T16:32:20.467Z Checking strip-ansi-escapes v0.2.0
27032024-08-24T16:32:20.610Z Checking reedline v0.33.0
27042024-08-24T16:32:20.982Z Checking tabled v0.15.0
27052024-08-24T16:32:21.558Z Checking peg v0.8.4
27062024-08-24T16:32:27.159Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27072024-08-24T16:32:33.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.85s
27082024-08-24T16:32:33.902Z
27092024-08-24T16:32:33.902Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/154)
27102024-08-24T16:32:34.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112024-08-24T16:32:34.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122024-08-24T16:32:34.819Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27132024-08-24T16:32:41.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.61s
27142024-08-24T16:32:41.677Z
27152024-08-24T16:32:41.678Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/154)
27162024-08-24T16:32:42.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172024-08-24T16:32:42.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182024-08-24T16:32:42.535Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27192024-08-24T16:32:48.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.29s
27202024-08-24T16:32:49.132Z
27212024-08-24T16:32:49.133Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/154)
27222024-08-24T16:32:49.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232024-08-24T16:32:49.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242024-08-24T16:32:50.004Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27252024-08-24T16:32:55.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
27262024-08-24T16:32:55.479Z
27272024-08-24T16:32:55.479Zinfo: running `cargo check --bins` on oximeter-test-utils (109/154)
27282024-08-24T16:32:56.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292024-08-24T16:32:56.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302024-08-24T16:32:56.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312024-08-24T16:32:56.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27322024-08-24T16:32:56.317Z
27332024-08-24T16:32:56.317Zinfo: running `cargo check --bins` on cockroach-admin-client (110/154)
27342024-08-24T16:32:57.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352024-08-24T16:32:57.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362024-08-24T16:32:57.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372024-08-24T16:32:57.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27382024-08-24T16:32:57.182Z
27392024-08-24T16:32:57.182Zinfo: running `cargo check --bins` on installinator-client (111/154)
27402024-08-24T16:32:57.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-08-24T16:32:57.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-08-24T16:32:57.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432024-08-24T16:32:57.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27442024-08-24T16:32:58.026Z
27452024-08-24T16:32:58.026Zinfo: running `cargo check --bins` on oxide-client (112/154)
27462024-08-24T16:32:58.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-08-24T16:32:58.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-08-24T16:32:58.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492024-08-24T16:32:58.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27502024-08-24T16:32:58.831Z
27512024-08-24T16:32:58.831Zinfo: running `cargo check --bins` on wicketd-client (113/154)
27522024-08-24T16:32:59.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-08-24T16:32:59.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-08-24T16:32:59.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552024-08-24T16:32:59.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27562024-08-24T16:32:59.721Z
27572024-08-24T16:32:59.721Zinfo: running `cargo check --bins` on wicket-common (114/154)
27582024-08-24T16:33:00.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-08-24T16:33:00.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-08-24T16:33:00.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612024-08-24T16:33:00.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27622024-08-24T16:33:00.579Z
27632024-08-24T16:33:00.579Zinfo: running `cargo check --bins` on omicron-cockroach-admin (115/154)
27642024-08-24T16:33:01.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-08-24T16:33:01.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-08-24T16:33:01.455Z Checking csv-core v0.1.11
27672024-08-24T16:33:01.479Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27682024-08-24T16:33:01.785Z Checking csv v1.3.0
27692024-08-24T16:33:02.474Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27702024-08-24T16:33:02.918Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27712024-08-24T16:33:04.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
27722024-08-24T16:33:04.637Z
27732024-08-24T16:33:04.637Zinfo: running `cargo check --bins` on cockroach-admin-api (116/154)
27742024-08-24T16:33:05.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-08-24T16:33:05.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-08-24T16:33:05.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-08-24T16:33:05.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27782024-08-24T16:33:05.474Z
27792024-08-24T16:33:05.474Zinfo: running `cargo check --bins` on cockroach-admin-types (117/154)
27802024-08-24T16:33:06.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-08-24T16:33:06.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-08-24T16:33:06.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-08-24T16:33:06.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27842024-08-24T16:33:06.331Z
27852024-08-24T16:33:06.331Zinfo: running `cargo check --bins` on cert-dev (118/154)
27862024-08-24T16:33:07.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-08-24T16:33:07.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-08-24T16:33:07.178Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27892024-08-24T16:33:07.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
27902024-08-24T16:33:07.570Z
27912024-08-24T16:33:07.570Zinfo: running `cargo check --bins` on ch-dev (119/154)
27922024-08-24T16:33:08.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-08-24T16:33:08.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-08-24T16:33:08.468Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27952024-08-24T16:33:09.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
27962024-08-24T16:33:09.406Z
27972024-08-24T16:33:09.406Zinfo: running `cargo check --bins` on crdb-seed (120/154)
27982024-08-24T16:33:10.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-08-24T16:33:10.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-08-24T16:33:10.261Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28012024-08-24T16:33:10.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
28022024-08-24T16:33:10.737Z
28032024-08-24T16:33:10.737Zinfo: running `cargo check --bins` on db-dev (121/154)
28042024-08-24T16:33:11.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-08-24T16:33:11.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-08-24T16:33:11.624Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28072024-08-24T16:33:12.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
28082024-08-24T16:33:12.597Z
28092024-08-24T16:33:12.597Zinfo: running `cargo check --bins` on omicron-dev-lib (122/154)
28102024-08-24T16:33:13.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-08-24T16:33:13.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-08-24T16:33:13.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-08-24T16:33:13.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28142024-08-24T16:33:13.458Z
28152024-08-24T16:33:13.458Zinfo: running `cargo check --bins` on xtask-downloader (123/154)
28162024-08-24T16:33:14.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-08-24T16:33:14.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-08-24T16:33:14.270Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28192024-08-24T16:33:15.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
28202024-08-24T16:33:15.392Z
28212024-08-24T16:33:15.392Zinfo: running `cargo check --bins` on mgs-dev (124/154)
28222024-08-24T16:33:16.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-08-24T16:33:16.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-08-24T16:33:16.358Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28252024-08-24T16:33:17.085Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28262024-08-24T16:33:17.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
28272024-08-24T16:33:17.880Z
28282024-08-24T16:33:17.880Zinfo: running `cargo check --bins` on omicron-omdb (125/154)
28292024-08-24T16:33:18.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-08-24T16:33:18.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-08-24T16:33:18.886Z Compiling glob v0.3.1
28322024-08-24T16:33:18.886Z Compiling crunchy v0.2.2
28332024-08-24T16:33:18.910Z Compiling tiny-keccak v2.0.2
28342024-08-24T16:33:18.910Z Compiling dsl_auto_type v0.1.2
28352024-08-24T16:33:18.910Z Checking scheduled-thread-pool v0.2.7
28362024-08-24T16:33:18.910Z Compiling diesel_table_macro_syntax v0.2.0
28372024-08-24T16:33:18.935Z Compiling ascii-canvas v3.0.0
28382024-08-24T16:33:18.935Z Compiling ena v0.14.3
28392024-08-24T16:33:19.227Z Checking r2d2 v0.8.10
28402024-08-24T16:33:19.297Z Compiling libloading v0.8.3
28412024-08-24T16:33:19.348Z Compiling bindgen v0.69.4
28422024-08-24T16:33:19.372Z Compiling regex-syntax v0.6.29
28432024-08-24T16:33:19.470Z Compiling diff v0.1.13
28442024-08-24T16:33:19.537Z Compiling which v4.4.2
28452024-08-24T16:33:19.689Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28462024-08-24T16:33:19.802Z Compiling clang-sys v1.7.0
28472024-08-24T16:33:19.890Z Compiling cexpr v0.6.0
28482024-08-24T16:33:20.033Z Compiling ref-cast v1.0.23
28492024-08-24T16:33:20.058Z Compiling lazycell v1.3.0
28502024-08-24T16:33:20.084Z Compiling shlex v1.3.0
28512024-08-24T16:33:20.109Z Compiling rustc-hash v1.1.0
28522024-08-24T16:33:20.236Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28532024-08-24T16:33:20.262Z Compiling derive_builder_core v0.20.0
28542024-08-24T16:33:20.482Z Compiling diesel_derives v2.2.2
28552024-08-24T16:33:20.523Z Compiling libxml v0.3.3
28562024-08-24T16:33:20.560Z Compiling ref-cast-impl v1.0.23
28572024-08-24T16:33:20.595Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28582024-08-24T16:33:20.940Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28592024-08-24T16:33:21.049Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28602024-08-24T16:33:21.304Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28612024-08-24T16:33:21.426Z Compiling strum_macros v0.24.3
28622024-08-24T16:33:21.647Z Compiling indoc v1.0.9
28632024-08-24T16:33:22.270Z Compiling lalrpop v0.19.12
28642024-08-24T16:33:22.507Z Compiling derive_builder_macro v0.20.0
28652024-08-24T16:33:23.155Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28662024-08-24T16:33:23.264Z Checking derive_builder v0.20.0
28672024-08-24T16:33:23.419Z Compiling impl-trait-for-tuples v0.2.2
28682024-08-24T16:33:23.669Z Compiling oso-derive v0.27.3
28692024-08-24T16:33:24.341Z Checking quick-xml v0.31.0
28702024-08-24T16:33:24.464Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28712024-08-24T16:33:24.637Z Checking maplit v1.0.2
28722024-08-24T16:33:24.762Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28732024-08-24T16:33:24.806Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28742024-08-24T16:33:25.052Z Checking bb8 v0.8.5
28752024-08-24T16:33:25.475Z Compiling const_format_proc_macros v0.2.32
28762024-08-24T16:33:26.144Z Checking crossbeam-deque v0.8.5
28772024-08-24T16:33:26.168Z Compiling portable-atomic v1.6.0
28782024-08-24T16:33:26.419Z Checking rayon-core v1.12.1
28792024-08-24T16:33:27.110Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28802024-08-24T16:33:27.208Z Checking castaway v0.2.3
28812024-08-24T16:33:27.336Z Checking const_format v0.2.32
28822024-08-24T16:33:27.368Z Checking compact_str v0.8.0
28832024-08-24T16:33:27.769Z Checking rayon v1.10.0
28842024-08-24T16:33:28.180Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28852024-08-24T16:33:28.372Z Checking unicode-truncate v1.0.0
28862024-08-24T16:33:28.500Z Checking lru v0.12.3
28872024-08-24T16:33:28.607Z Compiling instability v0.3.2
28882024-08-24T16:33:28.819Z Checking smawk v0.3.2
28892024-08-24T16:33:29.032Z Checking unicode-linebreak v0.1.5
28902024-08-24T16:33:29.470Z Checking cassowary v0.3.0
28912024-08-24T16:33:29.639Z Checking number_prefix v0.4.0
28922024-08-24T16:33:29.835Z Checking textwrap v0.16.1
28932024-08-24T16:33:29.859Z Checking ratatui v0.28.0
28942024-08-24T16:33:30.221Z Checking multimap v0.10.0
28952024-08-24T16:33:30.642Z Checking diesel v2.2.2
28962024-08-24T16:33:31.207Z Checking indicatif v0.17.8
28972024-08-24T16:33:47.994Z Compiling samael v0.0.15
28982024-08-24T16:33:59.637Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28992024-08-24T16:34:02.056Z Compiling polar-core v0.27.3
29002024-08-24T16:34:10.629Z Checking oso v0.27.3
29012024-08-24T16:35:27.098Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29022024-08-24T16:35:34.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
29032024-08-24T16:35:34.291Z
29042024-08-24T16:35:34.292Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (126/154)
29052024-08-24T16:35:35.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062024-08-24T16:35:35.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072024-08-24T16:35:35.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082024-08-24T16:35:35.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29092024-08-24T16:35:35.192Z
29102024-08-24T16:35:35.192Zinfo: running `cargo check --bins` on nexus-saga-recovery (127/154)
29112024-08-24T16:35:35.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122024-08-24T16:35:36.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132024-08-24T16:35:36.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142024-08-24T16:35:36.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29152024-08-24T16:35:36.087Z
29162024-08-24T16:35:36.087Zinfo: running `cargo check --bins` on nexus-test-utils-macros (128/154)
29172024-08-24T16:35:36.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182024-08-24T16:35:36.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192024-08-24T16:35:36.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202024-08-24T16:35:36.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
29212024-08-24T16:35:36.933Z
29222024-08-24T16:35:36.933Zinfo: running `cargo check --bins` on omicron-nexus (129/154)
29232024-08-24T16:35:37.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242024-08-24T16:35:37.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252024-08-24T16:35:37.989Z Compiling libz-sys v1.1.16
29262024-08-24T16:35:38.013Z Compiling libgit2-sys v0.17.0+1.8.1
29272024-08-24T16:35:38.037Z Compiling vergen v8.3.2
29282024-08-24T16:35:38.037Z Compiling cargo-platform v0.1.8
29292024-08-24T16:35:38.037Z Compiling pin-project-internal v1.1.5
29302024-08-24T16:35:38.092Z Compiling snafu-derive v0.8.2
29312024-08-24T16:35:38.116Z Compiling libsqlite3-sys v0.28.0
29322024-08-24T16:35:38.116Z Compiling buf-list v1.0.3
29332024-08-24T16:35:38.328Z Checking globset v0.4.14
29342024-08-24T16:35:38.595Z Compiling cargo_metadata v0.18.1
29352024-08-24T16:35:38.654Z Checking olpc-cjson v0.1.3
29362024-08-24T16:35:38.751Z Checking rand_seeder v0.3.0
29372024-08-24T16:35:38.786Z Checking serde_plain v1.0.2
29382024-08-24T16:35:38.864Z Checking typed-path v0.7.1
29392024-08-24T16:35:38.969Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29402024-08-24T16:35:39.163Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29412024-08-24T16:35:39.239Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29422024-08-24T16:35:39.418Z Checking hashlink v0.9.1
29432024-08-24T16:35:39.442Z Checking parse-size v1.0.0
29442024-08-24T16:35:39.496Z Checking fallible-streaming-iterator v0.1.9
29452024-08-24T16:35:39.602Z Checking fallible-iterator v0.3.0
29462024-08-24T16:35:39.764Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29472024-08-24T16:35:39.952Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29482024-08-24T16:35:40.149Z Checking rusqlite v0.31.0
29492024-08-24T16:35:40.561Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29502024-08-24T16:35:40.584Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29512024-08-24T16:35:40.642Z Checking pin-project v1.1.5
29522024-08-24T16:35:40.761Z Checking twox-hash v1.6.3
29532024-08-24T16:35:40.867Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29542024-08-24T16:35:41.166Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29552024-08-24T16:35:41.485Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29562024-08-24T16:35:41.580Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29572024-08-24T16:35:41.604Z Checking fatfs v0.3.6
29582024-08-24T16:35:41.705Z Checking assert_matches v1.5.0
29592024-08-24T16:35:42.741Z Checking snafu v0.8.2
29602024-08-24T16:35:43.153Z Checking tough v0.17.1
29612024-08-24T16:35:46.976Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29622024-08-24T16:35:48.424Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29632024-08-24T16:35:48.904Z Compiling git2 v0.19.0
29642024-08-24T16:35:54.981Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29652024-08-24T16:37:11.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
29662024-08-24T16:37:11.446Z
29672024-08-24T16:37:11.446Zinfo: running `cargo check --bins` on nexus-internal-api (130/154)
29682024-08-24T16:37:12.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-08-24T16:37:12.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-08-24T16:37:12.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29712024-08-24T16:37:12.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29722024-08-24T16:37:12.379Z
29732024-08-24T16:37:12.380Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (131/154)
29742024-08-24T16:37:13.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-08-24T16:37:13.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-08-24T16:37:13.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772024-08-24T16:37:13.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
29782024-08-24T16:37:13.278Z
29792024-08-24T16:37:13.278Zinfo: running `cargo check --bins` on nexus-networking (132/154)
29802024-08-24T16:37:14.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-08-24T16:37:14.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-08-24T16:37:14.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29832024-08-24T16:37:14.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29842024-08-24T16:37:14.164Z
29852024-08-24T16:37:14.164Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (133/154)
29862024-08-24T16:37:14.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-08-24T16:37:15.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-08-24T16:37:15.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29892024-08-24T16:37:15.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29902024-08-24T16:37:15.078Z
29912024-08-24T16:37:15.078Zinfo: running `cargo check --bins` on update-common (134/154)
29922024-08-24T16:37:15.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-08-24T16:37:15.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-08-24T16:37:15.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29952024-08-24T16:37:15.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
29962024-08-24T16:37:15.951Z
29972024-08-24T16:37:15.951Zinfo: running `cargo check --bins` on tufaceous-lib (135/154)
29982024-08-24T16:37:16.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-08-24T16:37:16.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-08-24T16:37:16.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012024-08-24T16:37:16.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30022024-08-24T16:37:16.841Z
30032024-08-24T16:37:16.841Zinfo: running `cargo check --bins` on tufaceous (136/154)
30042024-08-24T16:37:17.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-08-24T16:37:17.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-08-24T16:37:17.732Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30072024-08-24T16:37:18.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
30082024-08-24T16:37:18.940Z
30092024-08-24T16:37:18.941Zinfo: running `cargo check --bins` on omicron-dev (137/154)
30102024-08-24T16:37:19.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-08-24T16:37:19.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-08-24T16:37:20.086Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30132024-08-24T16:37:20.086Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30142024-08-24T16:37:20.110Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30152024-08-24T16:37:21.746Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30162024-08-24T16:37:24.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
30172024-08-24T16:37:24.932Z
30182024-08-24T16:37:24.932Zinfo: running `cargo check --bins` on openapi-manager (138/154)
30192024-08-24T16:37:25.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202024-08-24T16:37:25.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212024-08-24T16:37:25.869Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30222024-08-24T16:37:25.869Z Checking heck v0.4.1
30232024-08-24T16:37:25.869Z Checking is_ci v1.2.0
30242024-08-24T16:37:25.893Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30252024-08-24T16:37:25.893Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30262024-08-24T16:37:25.893Z Checking indent_write v2.2.0
30272024-08-24T16:37:26.048Z Checking supports-color v3.0.0
30282024-08-24T16:37:26.149Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30292024-08-24T16:37:27.822Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30302024-08-24T16:37:28.839Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30312024-08-24T16:37:30.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
30322024-08-24T16:37:30.233Z
30332024-08-24T16:37:30.233Zinfo: running `cargo check --bins` on installinator-api (139/154)
30342024-08-24T16:37:31.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-08-24T16:37:31.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-08-24T16:37:31.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372024-08-24T16:37:31.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30382024-08-24T16:37:31.095Z
30392024-08-24T16:37:31.095Zinfo: running `cargo check --bins` on openapi-manager-types (140/154)
30402024-08-24T16:37:31.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-08-24T16:37:31.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-08-24T16:37:31.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432024-08-24T16:37:31.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30442024-08-24T16:37:31.947Z
30452024-08-24T16:37:31.947Zinfo: running `cargo check --bins` on wicketd-api (141/154)
30462024-08-24T16:37:32.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472024-08-24T16:37:32.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482024-08-24T16:37:32.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492024-08-24T16:37:32.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30502024-08-24T16:37:32.850Z
30512024-08-24T16:37:32.850Zinfo: running `cargo check --bins` on reconfigurator-cli (142/154)
30522024-08-24T16:37:33.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532024-08-24T16:37:33.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542024-08-24T16:37:33.856Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30552024-08-24T16:37:35.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
30562024-08-24T16:37:35.457Z
30572024-08-24T16:37:35.457Zinfo: running `cargo check --bins` on omicron-releng (143/154)
30582024-08-24T16:37:36.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-08-24T16:37:36.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-08-24T16:37:36.356Z Checking memmap2 v0.9.4
30612024-08-24T16:37:36.356Z Checking untrusted v0.7.1
30622024-08-24T16:37:36.356Z Checking arrayvec v0.7.4
30632024-08-24T16:37:36.356Z Checking arrayref v0.3.7
30642024-08-24T16:37:36.356Z Checking constant_time_eq v0.3.0
30652024-08-24T16:37:36.379Z Checking spin v0.5.2
30662024-08-24T16:37:36.379Z Checking cargo-platform v0.1.8
30672024-08-24T16:37:36.379Z Checking topological-sort v0.2.2
30682024-08-24T16:37:36.545Z Checking shell-words v1.1.0
30692024-08-24T16:37:36.609Z Checking ring v0.16.20
30702024-08-24T16:37:36.739Z Checking blake3 v1.5.1
30712024-08-24T16:37:36.762Z Checking cargo_metadata v0.18.1
30722024-08-24T16:37:38.154Z Checking omicron-zone-package v0.11.0
30732024-08-24T16:37:39.542Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30742024-08-24T16:37:40.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
30752024-08-24T16:37:40.806Z
30762024-08-24T16:37:40.806Zinfo: running `cargo check --bins` on xtask (144/154)
30772024-08-24T16:37:41.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-08-24T16:37:41.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-08-24T16:37:41.455Z Checking serde v1.0.208
30802024-08-24T16:37:41.455Z Checking thiserror v1.0.63
30812024-08-24T16:37:41.455Z Checking scroll v0.12.0
30822024-08-24T16:37:41.455Z Checking bitflags v2.6.0
30832024-08-24T16:37:41.455Z Checking hashbrown v0.14.5
30842024-08-24T16:37:41.486Z Checking log v0.4.21
30852024-08-24T16:37:41.524Z Checking zerocopy v0.7.34
30862024-08-24T16:37:41.548Z Checking syn v2.0.74
30872024-08-24T16:37:41.609Z Checking pest v2.7.10
30882024-08-24T16:37:41.736Z Checking rustix v0.38.34
30892024-08-24T16:37:41.760Z Checking fs-err v2.11.0
30902024-08-24T16:37:41.915Z Checking goblin v0.8.2
30912024-08-24T16:37:42.018Z Checking anyhow v1.0.86
30922024-08-24T16:37:42.329Z Checking tabled v0.15.0
30932024-08-24T16:37:42.486Z Checking indexmap v2.4.0
30942024-08-24T16:37:42.612Z Checking terminal_size v0.3.0
30952024-08-24T16:37:42.764Z Checking clap_builder v4.5.15
30962024-08-24T16:37:43.656Z Checking dtrace-parser v0.2.0
30972024-08-24T16:37:45.186Z Checking clap v4.5.16
30982024-08-24T16:37:45.559Z Checking serde_json v1.0.125
30992024-08-24T16:37:45.559Z Checking toml_datetime v0.6.8
31002024-08-24T16:37:45.559Z Checking serde_spanned v0.6.7
31012024-08-24T16:37:45.583Z Checking semver v1.0.23
31022024-08-24T16:37:45.583Z Checking cargo-platform v0.1.8
31032024-08-24T16:37:45.583Z Checking camino v1.1.9
31042024-08-24T16:37:45.635Z Checking macaddr v1.0.1
31052024-08-24T16:37:45.862Z Checking toml_edit v0.22.20
31062024-08-24T16:37:46.746Z Checking dof v0.3.0
31072024-08-24T16:37:46.746Z Checking cargo_metadata v0.18.1
31082024-08-24T16:37:47.244Z Checking usdt-impl v0.5.0
31092024-08-24T16:37:47.702Z Checking usdt v0.5.0
31102024-08-24T16:37:47.929Z Checking toml v0.8.19
31112024-08-24T16:37:48.522Z Checking cargo_toml v0.20.4
31122024-08-24T16:37:50.015Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31132024-08-24T16:37:50.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.95s
31142024-08-24T16:37:50.864Z
31152024-08-24T16:37:50.864Zinfo: running `cargo check --bins` on end-to-end-tests (145/154)
31162024-08-24T16:37:51.475Z Downloading crates ...
31172024-08-24T16:37:51.740Z Downloaded dirs-sys v0.4.1
31182024-08-24T16:37:51.763Z Downloaded aes-gcm v0.10.3
31192024-08-24T16:37:51.763Z Downloaded ssh-encoding v0.2.0
31202024-08-24T16:37:51.763Z Downloaded russh-cryptovec v0.7.2
31212024-08-24T16:37:51.763Z Downloaded ed25519-dalek v2.1.1
31222024-08-24T16:37:51.763Z Downloaded rfc6979 v0.4.0
31232024-08-24T16:37:51.763Z Downloaded ssh-key v0.6.6
31242024-08-24T16:37:51.787Z Downloaded russh v0.44.1
31252024-08-24T16:37:51.787Z Downloaded p521 v0.13.3
31262024-08-24T16:37:51.787Z Downloaded p384 v0.13.0
31272024-08-24T16:37:51.787Z Downloaded p256 v0.13.2
31282024-08-24T16:37:51.810Z Downloaded primeorder v0.13.6
31292024-08-24T16:37:51.810Z Downloaded polyval v0.6.2
31302024-08-24T16:37:51.810Z Downloaded pbkdf2 v0.11.0
31312024-08-24T16:37:51.810Z Downloaded password-hash v0.4.2
31322024-08-24T16:37:51.810Z Downloaded num-bigint v0.4.5
31332024-08-24T16:37:51.810Z Downloaded ecdsa v0.16.9
31342024-08-24T16:37:51.810Z Downloaded dirs v5.0.1
31352024-08-24T16:37:51.810Z Downloaded dhcproto v0.12.0
31362024-08-24T16:37:51.810Z Downloaded blowfish v0.9.1
31372024-08-24T16:37:51.810Z Downloaded bcrypt-pbkdf v0.10.0
31382024-08-24T16:37:51.834Z Downloaded ssh-cipher v0.2.0
31392024-08-24T16:37:51.834Z Downloaded russh-keys v0.44.0
31402024-08-24T16:37:51.834Z Downloaded option-ext v0.2.0
31412024-08-24T16:37:51.834Z Downloaded md5 v0.7.0
31422024-08-24T16:37:51.834Z Downloaded internet-checksum v0.2.1
31432024-08-24T16:37:51.834Z Downloaded hex-literal v0.4.1
31442024-08-24T16:37:51.834Z Downloaded ghash v0.5.1
31452024-08-24T16:37:51.834Z Downloaded ed25519 v2.2.3
31462024-08-24T16:37:51.834Z Downloaded dhcproto-macros v0.1.0
31472024-08-24T16:37:51.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482024-08-24T16:37:51.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492024-08-24T16:37:52.018Z Checking polyval v0.6.2
31502024-08-24T16:37:52.018Z Checking rfc6979 v0.4.0
31512024-08-24T16:37:52.065Z Checking primeorder v0.13.6
31522024-08-24T16:37:52.089Z Checking ctr v0.9.2
31532024-08-24T16:37:52.113Z Checking ed25519 v2.2.3
31542024-08-24T16:37:52.113Z Checking ssh-encoding v0.2.0
31552024-08-24T16:37:52.113Z Checking blowfish v0.9.1
31562024-08-24T16:37:52.113Z Checking option-ext v0.2.0
31572024-08-24T16:37:52.220Z Checking ecdsa v0.16.9
31582024-08-24T16:37:52.268Z Checking dirs-sys v0.4.1
31592024-08-24T16:37:52.292Z Checking ghash v0.5.1
31602024-08-24T16:37:52.338Z Checking bcrypt-pbkdf v0.10.0
31612024-08-24T16:37:52.362Z Checking password-hash v0.4.2
31622024-08-24T16:37:52.406Z Checking matches v0.1.10
31632024-08-24T16:37:52.447Z Checking ed25519-dalek v2.1.1
31642024-08-24T16:37:52.470Z Checking dirs v5.0.1
31652024-08-24T16:37:52.496Z Checking aes-gcm v0.10.3
31662024-08-24T16:37:52.520Z Checking idna v0.2.3
31672024-08-24T16:37:52.543Z Compiling enum-as-inner v0.5.1
31682024-08-24T16:37:52.572Z Checking russh-cryptovec v0.7.2
31692024-08-24T16:37:52.596Z Checking md5 v0.7.0
31702024-08-24T16:37:52.702Z Checking ssh-cipher v0.2.0
31712024-08-24T16:37:52.756Z Checking pbkdf2 v0.11.0
31722024-08-24T16:37:52.779Z Checking num-bigint v0.4.5
31732024-08-24T16:37:52.804Z Checking hex-literal v0.4.1
31742024-08-24T16:37:52.858Z Compiling dhcproto-macros v0.1.0
31752024-08-24T16:37:52.882Z Checking p256 v0.13.2
31762024-08-24T16:37:52.918Z Checking p521 v0.13.3
31772024-08-24T16:37:52.965Z Checking ssh-key v0.6.6
31782024-08-24T16:37:53.006Z Checking p384 v0.13.0
31792024-08-24T16:37:53.148Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31802024-08-24T16:37:53.318Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31812024-08-24T16:37:53.421Z Checking trust-dns-proto v0.22.0
31822024-08-24T16:37:53.653Z Checking internet-checksum v0.2.1
31832024-08-24T16:37:54.345Z Checking russh-keys v0.44.0
31842024-08-24T16:37:55.487Z Checking russh v0.44.1
31852024-08-24T16:37:56.375Z Checking dhcproto v0.12.0
31862024-08-24T16:38:17.144Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31872024-08-24T16:38:18.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.92s
31882024-08-24T16:38:18.961Z
31892024-08-24T16:38:18.961Zinfo: running `cargo check --bins` on gateway-cli (146/154)
31902024-08-24T16:38:19.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912024-08-24T16:38:19.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922024-08-24T16:38:19.801Z Checking termios v0.3.3
31932024-08-24T16:38:19.983Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31942024-08-24T16:38:20.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
31952024-08-24T16:38:21.080Z
31962024-08-24T16:38:21.080Zinfo: running `cargo check --bins --no-default-features` on installinator (147/154)
31972024-08-24T16:38:21.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982024-08-24T16:38:21.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992024-08-24T16:38:22.004Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32002024-08-24T16:38:24.431Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32012024-08-24T16:38:26.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
32022024-08-24T16:38:26.782Z
32032024-08-24T16:38:26.782Zinfo: running `cargo check --bins` on internal-dns-cli (148/154)
32042024-08-24T16:38:27.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052024-08-24T16:38:27.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062024-08-24T16:38:27.615Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32072024-08-24T16:38:28.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
32082024-08-24T16:38:28.215Z
32092024-08-24T16:38:28.215Zinfo: running `cargo check --bins` on omicron-package (149/154)
32102024-08-24T16:38:28.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112024-08-24T16:38:28.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122024-08-24T16:38:29.073Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32132024-08-24T16:38:30.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
32142024-08-24T16:38:30.633Z
32152024-08-24T16:38:30.633Zinfo: running `cargo check --bins` on wicket-dbg (150/154)
32162024-08-24T16:38:31.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172024-08-24T16:38:31.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182024-08-24T16:38:31.531Z Checking rtoolbox v0.0.2
32192024-08-24T16:38:31.531Z Checking tui-tree-widget v0.22.0
32202024-08-24T16:38:31.554Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32212024-08-24T16:38:31.716Z Checking rpassword v7.3.1
32222024-08-24T16:38:36.526Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32232024-08-24T16:38:40.110Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32242024-08-24T16:38:41.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.82s
32252024-08-24T16:38:41.609Z
32262024-08-24T16:38:41.609Zinfo: running `cargo check --bins` on wicket (151/154)
32272024-08-24T16:38:42.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282024-08-24T16:38:42.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292024-08-24T16:38:42.482Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32302024-08-24T16:38:42.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
32312024-08-24T16:38:43.000Z
32322024-08-24T16:38:43.000Zinfo: running `cargo check --bins` on wicketd (152/154)
32332024-08-24T16:38:43.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342024-08-24T16:38:43.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352024-08-24T16:38:43.933Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32362024-08-24T16:38:48.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
32372024-08-24T16:38:48.419Z
32382024-08-24T16:38:48.420Zinfo: running `cargo check --bins` on omicron-workspace-hack (153/154)
32392024-08-24T16:38:49.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402024-08-24T16:38:49.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412024-08-24T16:38:49.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422024-08-24T16:38:49.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32432024-08-24T16:38:49.202Z
32442024-08-24T16:38:49.202Zinfo: running `cargo check --bins` on zone-setup (154/154)
32452024-08-24T16:38:50.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462024-08-24T16:38:50.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472024-08-24T16:38:50.163Z Checking uzers v0.11.3
32482024-08-24T16:38:50.461Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32492024-08-24T16:38:51.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
32502024-08-24T16:38:51.893Z
32512024-08-24T16:38:51.893Zreal 12:59.283794467
32522024-08-24T16:38:51.917Zuser 23:20.709391360
32532024-08-24T16:38:51.917Zsys 5:26.336331477
32542024-08-24T16:38:51.917Ztrap 0.560707079
32552024-08-24T16:38:51.917Ztflt 1.754540957
32562024-08-24T16:38:51.917Zdflt 2.479281072
32572024-08-24T16:38:51.917Zkflt 0.001121006
32582024-08-24T16:38:51.917Zlock 45:15.165604514
32592024-08-24T16:38:51.917Zslp 2:02:55.560851637
32602024-08-24T16:38:51.917Zlat 1:00.242658868
32612024-08-24T16:38:51.917Zstop 2:44.331289714
32622024-08-24T16:38:51.918Zprocess exited: duration 1022623 ms, exit code 0
 
32632024-08-24T16:38:51.966Zfound 0 output files