01J544NJSK5XT3FHJSKMP2MDGS: 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: 01J544P486SDW7TJS4KYZCM9ED

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-12T20:33:39.801Zjob assigned to worker 01J544PARJGZ771XHR2NHZJ86M (queued for 54 s)
 
22024-08-12T20:33:47.266Zstarting task 0: "setup"
32024-08-12T20:33:47.276Z++ uname -s
42024-08-12T20:33:47.279Z+ kern=SunOS
52024-08-12T20:33:47.279Z+ case "$kern" in
62024-08-12T20:33:47.279Z+ groupadd -g 12345 build
72024-08-12T20:33:47.281Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-12T20:33:49.291Z+ zfs create -o mountpoint=/work rpool/work
92024-08-12T20:33:49.373Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-12T20:33:49.376Z+ home_fs=zfs
112024-08-12T20:33:49.377Z+ [[ zfs == autofs ]]
122024-08-12T20:33:49.377Z+ mkdir -p /home/build
132024-08-12T20:33:49.379Z+ chown build:build /home/build /work
142024-08-12T20:33:51.380Z+ chmod 0700 /home/build /work
152024-08-12T20:33:51.383Zprocess exited: duration 4117 ms, exit code 0
 
162024-08-12T20:33:51.389Zstarting task 1: "rust-toolchain"
172024-08-12T20:33:51.394Z+ printf ' * toolchain channel = "%s"
182024-08-12T20:33:51.394Z' 1.80.1
192024-08-12T20:33:51.394Z+ printf ' * toolchain profile = "%s"
202024-08-12T20:33:51.394Z' default
212024-08-12T20:33:51.394Z * toolchain channel = "1.80.1"
222024-08-12T20:33:51.394Z * toolchain profile = "default"
232024-08-12T20:33:51.397Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-12T20:33:51.397Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-12T20:33:51.511Zinfo: downloading installer
262024-08-12T20:33:53.056Zinfo: profile set to 'default'
272024-08-12T20:33:53.056Zinfo: default host triple is x86_64-unknown-illumos
282024-08-12T20:33:53.059Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-12T20:33:53.191Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-12T20:33:53.191Zinfo: downloading component 'cargo'
312024-08-12T20:33:53.866Zinfo: downloading component 'clippy'
322024-08-12T20:33:54.111Zinfo: downloading component 'rust-docs'
332024-08-12T20:33:55.060Zinfo: downloading component 'rust-std'
342024-08-12T20:33:56.394Zinfo: downloading component 'rustc'
352024-08-12T20:34:00.067Zinfo: downloading component 'rustfmt'
362024-08-12T20:34:00.265Zinfo: installing component 'cargo'
372024-08-12T20:34:01.108Zinfo: installing component 'clippy'
382024-08-12T20:34:01.478Zinfo: installing component 'rust-docs'
392024-08-12T20:34:03.110Zinfo: installing component 'rust-std'
402024-08-12T20:34:04.788Zinfo: installing component 'rustc'
412024-08-12T20:34:08.916Zinfo: installing component 'rustfmt'
422024-08-12T20:34:09.248Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-12T20:34:09.248Z
442024-08-12T20:34:09.503Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-12T20:34:09.503Z
462024-08-12T20:34:09.506Z
472024-08-12T20:34:09.506ZRust is installed now. Great!
482024-08-12T20:34:09.506Z
492024-08-12T20:34:09.506ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-12T20:34:09.506Zenvironment variable. This has not been done automatically.
512024-08-12T20:34:09.506Z
522024-08-12T20:34:09.506ZTo configure your current shell, you need to source
532024-08-12T20:34:09.506Zthe corresponding env file under $HOME/.cargo.
542024-08-12T20:34:09.506Z
552024-08-12T20:34:09.506ZThis is usually done by running one of the following (note the leading DOT):
562024-08-12T20:34:09.506Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-12T20:34:09.506Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-12T20:34:09.555Z+ rustc --version
592024-08-12T20:34:09.618Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-12T20:34:09.621Zprocess exited: duration 18229 ms, exit code 0
 
612024-08-12T20:34:09.627Zstarting task 2: "authentication"
622024-08-12T20:34:09.648Zprocess exited: duration 20 ms, exit code 0
 
632024-08-12T20:34:09.653Zstarting task 3: "clone repository"
642024-08-12T20:34:09.658Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-12T20:34:09.661Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-12T20:34:09.695ZCloning into '/work/oxidecomputer/omicron'...
672024-08-12T20:34:15.157Z+ cd /work/oxidecomputer/omicron
682024-08-12T20:34:15.157Z+ git fetch origin de786b11949be660e03a5d56f2c01dfd7005c455
692024-08-12T20:34:15.412ZFrom https://github.com/oxidecomputer/omicron
702024-08-12T20:34:15.412Z * branch de786b11949be660e03a5d56f2c01dfd7005c455 -> FETCH_HEAD
712024-08-12T20:34:15.420Z+ [[ -n dap/demo-saga ]]
722024-08-12T20:34:15.424Z++ git branch --show-current
732024-08-12T20:34:15.424Z+ current=main
742024-08-12T20:34:15.424Z+ [[ main != dap/demo-saga ]]
752024-08-12T20:34:15.424Z+ git branch -f dap/demo-saga de786b11949be660e03a5d56f2c01dfd7005c455
762024-08-12T20:34:15.428Z+ git checkout -f dap/demo-saga
772024-08-12T20:34:15.570ZSwitched to branch 'dap/demo-saga'
782024-08-12T20:34:15.573Z+ git reset --hard de786b11949be660e03a5d56f2c01dfd7005c455
792024-08-12T20:34:15.584ZHEAD is now at de786b119 more doc nits
802024-08-12T20:34:15.587Zprocess exited: duration 5930 ms, exit code 0
 
812024-08-12T20:34:15.593Zstarting task 4: "build"
822024-08-12T20:34:15.599Z+ cargo --version
832024-08-12T20:34:15.653Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-12T20:34:15.656Z+ rustc --version
852024-08-12T20:34:15.713Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-12T20:34:15.716Z+ source ./env.sh
872024-08-12T20:34:15.716Z++ OLD_SHELL_OPTS=ehxB
882024-08-12T20:34:15.716Z++ set -o xtrace
892024-08-12T20:34:15.719Z++++ dirname ./env.sh
902024-08-12T20:34:15.721Z+++ readlink -f .
912024-08-12T20:34:15.725Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-12T20:34:15.725Z++ 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-12T20:34:15.725Z++ 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-12T20:34:15.725Z++ 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-12T20:34:15.725Z++ 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-12T20:34:15.725Z++ 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-12T20:34:15.725Z++ 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-12T20:34:15.725Z++ 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-12T20:34:15.725Z++ 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-12T20:34:15.725Z++ case $OLD_SHELL_OPTS in
1012024-08-12T20:34:15.725Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-12T20:34:15.725Z+ 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-12T20:34:15.725Z+ 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-12T20:34:15.725Z+ banner prerequisites
1052024-08-12T20:34:15.728Z
1062024-08-12T20:34:15.728Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-12T20:34:15.728Z # # # # # # # # # # # # # # #
1082024-08-12T20:34:15.728Z # # # # ##### # # ##### # # # # # #### #
1092024-08-12T20:34:15.728Z ##### ##### # ##### # # # # # # # # #
1102024-08-12T20:34:15.729Z # # # # # # # # # # # # # # #
1112024-08-12T20:34:15.729Z # # # ###### # # ###### ### # #### # #### #
1122024-08-12T20:34:15.729Z
1132024-08-12T20:34:15.729Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-12T20:34:21.688Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-12T20:34:23.810Z Startup: Caching catalogs ... Done
1162024-08-12T20:34:28.083ZPlanning: Solver setup ... Done (3.706s)
1172024-08-12T20:34:28.153ZPlanning: Running solver ... Done (0.066s)
1182024-08-12T20:34:28.202ZPlanning: Finding local manifests ... Done (0.003s)
1192024-08-12T20:34:28.231ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-12T20:34:28.961ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-12T20:34:29.008ZPlanning: Package planning ... Done (0.047s)
1222024-08-12T20:34:29.059ZPlanning: Merging actions ... Done (0.050s)
1232024-08-12T20:34:29.357ZPlanning: Checking for conflicting actions ... Done (0.297s)
1242024-08-12T20:34:29.368ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-08-12T20:34:30.390ZPlanning: Evaluating mediators ... Done (1.020s)
1262024-08-12T20:34:30.398ZPlanning: Planning completed in 6.52 seconds
1272024-08-12T20:34:30.416Z Packages to install: 4
1282024-08-12T20:34:30.416Z Mediators to change: 2
1292024-08-12T20:34:30.419Z Services to change: 1
1302024-08-12T20:34:30.419Z Estimated space available: 155.75 GB
1312024-08-12T20:34:30.419ZEstimated space to be consumed: 1.48 GB
1322024-08-12T20:34:30.419Z Create boot environment: No
1332024-08-12T20:34:30.419ZCreate backup boot environment: No
1342024-08-12T20:34:30.419Z Rebuild boot archive: No
1352024-08-12T20:34:30.419Z
1362024-08-12T20:34:30.419ZChanged mediators:
1372024-08-12T20:34:30.420Z mediator clang:
1382024-08-12T20:34:30.420Z version: None -> 15 (system default)
1392024-08-12T20:34:30.420Z
1402024-08-12T20:34:30.420Z mediator llvm:
1412024-08-12T20:34:30.420Z version: 14 (system default) -> 15 (system default)
1422024-08-12T20:34:30.420Z
1432024-08-12T20:34:30.420ZChanged packages:
1442024-08-12T20:34:30.420Zhelios-dev
1452024-08-12T20:34:30.420Z developer/build-essential
1462024-08-12T20:34:30.420Z None -> 11-2.0
1472024-08-12T20:34:30.420Z library/libxmlsec1
1482024-08-12T20:34:30.420Z None -> 1.2.35-2.0
1492024-08-12T20:34:30.420Z ooce/developer/clang-15
1502024-08-12T20:34:30.420Z None -> 15.0.7-2.0
1512024-08-12T20:34:30.420Z ooce/developer/llvm-15
1522024-08-12T20:34:30.420Z None -> 15.0.7-2.0
1532024-08-12T20:34:30.420Z
1542024-08-12T20:34:30.420ZServices:
1552024-08-12T20:34:30.420Z restart_fmri:
1562024-08-12T20:34:30.420Z svc:/system/update-man-index:default
1572024-08-12T20:34:30.461Z
1582024-08-12T20:34:30.461ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-12T20:34:35.465ZDownload: 1128/3290 items 32.3/212.6MB 15% complete (6.4M/s)
1602024-08-12T20:34:40.465ZDownload: 1772/3290 items 118.3/212.6MB 55% complete (11.9M/s)
1612024-08-12T20:34:45.467ZDownload: 2573/3290 items 120.5/212.6MB 56% complete (9.2M/s)
1622024-08-12T20:34:50.698ZDownload: 3279/3290 items 208.4/212.6MB 98% complete (9.0M/s)
1632024-08-12T20:34:53.540ZDownload: Completed 212.60 MB in 23.08 seconds (9.2M/s)
1642024-08-12T20:34:53.771Z Actions: 1/3689 actions (Installing new actions)
1652024-08-12T20:34:58.390Z Actions: Completed 3689 actions in 4.62 seconds.
1662024-08-12T20:34:58.541Z Done (0.145s)
1672024-08-12T20:34:58.541Z Done (0.000s)
1682024-08-12T20:34:58.903Z Done (0.362s)
1692024-08-12T20:35:03.320Z Done (4.254s)
1702024-08-12T20:35:03.406Z Done (0.019s)
1712024-08-12T20:35:03.409Z Done (0.000s)
1722024-08-12T20:35:03.615Z Done (0.000s)
1732024-08-12T20:35:04.193ZPlanning: Evaluating mediator changes ... Done
1742024-08-12T20:35:04.355ZPlanning: Checking for conflicting actions ... Done
1752024-08-12T20:35:04.359ZPlanning: Consolidating action changes ... Done
1762024-08-12T20:35:04.628ZPlanning: Evaluating mediators ... Done
1772024-08-12T20:35:04.631ZPlanning: Planning completed in 0.44 seconds
1782024-08-12T20:35:04.664Z Mediators to change: 2
1792024-08-12T20:35:04.664Z Create boot environment: No
1802024-08-12T20:35:04.666ZCreate backup boot environment: No
1812024-08-12T20:35:04.728Z Done
1822024-08-12T20:35:04.728Z Done
1832024-08-12T20:35:04.952Z Done
1842024-08-12T20:35:08.461Z Done
1852024-08-12T20:35:08.547Z Done
1862024-08-12T20:35:08.549Z Done
1872024-08-12T20:35:08.655Z Done
1882024-08-12T20:35:09.254ZPlanning: Evaluating mediator changes ... Done
1892024-08-12T20:35:09.257ZPlanning: Merging actions ... Done
1902024-08-12T20:35:09.442ZPlanning: Checking for conflicting actions ... Done
1912024-08-12T20:35:09.445ZPlanning: Consolidating action changes ... Done
1922024-08-12T20:35:09.703ZPlanning: Evaluating mediators ... Done
1932024-08-12T20:35:09.758ZPlanning: Planning completed in 0.74 seconds
1942024-08-12T20:35:09.792Z Packages to change: 1
1952024-08-12T20:35:09.792Z Mediators to change: 1
1962024-08-12T20:35:09.792Z Services to change: 1
1972024-08-12T20:35:09.795Z Create boot environment: No
1982024-08-12T20:35:09.795ZCreate backup boot environment: Yes
1992024-08-12T20:35:11.660Z Actions: 1/6 actions (Updating modified actions)
2002024-08-12T20:35:11.663Z Actions: Completed 6 actions in 0.00 seconds.
2012024-08-12T20:35:11.663Z Done
2022024-08-12T20:35:11.663Z Done
2032024-08-12T20:35:11.737Z Done
2042024-08-12T20:35:15.304Z Done
2052024-08-12T20:35:15.388Z Done
2062024-08-12T20:35:15.391Z Done
2072024-08-12T20:35:15.492Z Done
2082024-08-12T20:35:15.927ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092024-08-12T20:35:15.927Zclang system 15 system
2102024-08-12T20:35:15.927Zcsh system system illumos
2112024-08-12T20:35:15.927Zctags system system illumos
2122024-08-12T20:35:15.927Zgcc vendor 12 vendor
2132024-08-12T20:35:15.927Zgcc system 10 system
2142024-08-12T20:35:15.927Zgcc system 7 system
2152024-08-12T20:35:15.927Zgo system 1.20 system
2162024-08-12T20:35:15.928Zgo system 1.19 system
2172024-08-12T20:35:15.928Zllvm system 15 system
2182024-08-12T20:35:15.928Zllvm system 14 system
2192024-08-12T20:35:15.928Zmariadb system 10.6 system
2202024-08-12T20:35:15.928Zmta vendor vendor dma
2212024-08-12T20:35:15.928Zopenjdk system 17 system
2222024-08-12T20:35:15.928Zopenjdk system 11 system
2232024-08-12T20:35:15.928Zopenjdk system 1.8 system
2242024-08-12T20:35:15.928Zopenssl vendor 3 vendor
2252024-08-12T20:35:15.928Zperl system 5.36 system
2262024-08-12T20:35:15.928Zpostgresql system 15 system
2272024-08-12T20:35:15.928Zpostgresql system 13 system
2282024-08-12T20:35:15.928Zpython vendor 3 vendor
2292024-08-12T20:35:15.928Zpython system 2 system
2302024-08-12T20:35:15.928Zpython3 system 3.11 system
2312024-08-12T20:35:15.928Zruby system 3.0 system
2322024-08-12T20:35:15.928Zwords vendor vendor american-english
2332024-08-12T20:35:15.928Zwords system system australian-english
2342024-08-12T20:35:15.928Zwords system system british-english
2352024-08-12T20:35:15.928Zwords system system canadian-english
2362024-08-12T20:35:15.928Zwords system system french
2372024-08-12T20:35:15.928Zwords system system italian
2382024-08-12T20:35:15.928Zwords system system ngerman
2392024-08-12T20:35:15.928Zwords system system ogerman
2402024-08-12T20:35:15.928Zwords system system spanish
2412024-08-12T20:35:16.256ZPUBLISHER TYPE STATUS P LOCATION
2422024-08-12T20:35:16.256Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432024-08-12T20:35:17.977ZFMRI IFO
2442024-08-12T20:35:17.977Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452024-08-12T20:35:17.977Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462024-08-12T20:35:17.977Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472024-08-12T20:35:17.977Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482024-08-12T20:35:17.977Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492024-08-12T20:35:17.977Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502024-08-12T20:35:17.977Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2512024-08-12T20:35:17.978Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522024-08-12T20:35:17.978Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2532024-08-12T20:35:17.978Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542024-08-12T20:35:17.978Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2552024-08-12T20:35:17.978Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562024-08-12T20:35:18.555Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572024-08-12T20:35:18.797Z Updating git repository `https://github.com/oxidecomputer/zone`
2582024-08-12T20:35:19.058Z Updating crates.io index
2592024-08-12T20:35:19.061Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2602024-08-12T20:35:19.949Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2612024-08-12T20:35:20.639Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2622024-08-12T20:35:20.855Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2632024-08-12T20:35:22.341Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642024-08-12T20:35:22.598Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652024-08-12T20:35:22.849Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662024-08-12T20:35:23.998Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672024-08-12T20:35:25.968Z Updating git repository `https://github.com/oxidecomputer/opte`
2682024-08-12T20:35:26.885Z Updating git repository `https://github.com/oxidecomputer/falcon`
2692024-08-12T20:35:27.553Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2702024-08-12T20:35:28.048Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712024-08-12T20:35:28.348Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2722024-08-12T20:35:28.604Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2732024-08-12T20:35:28.889Z Updating git repository `https://github.com/oxidecomputer/tofino`
2742024-08-12T20:35:29.163Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2752024-08-12T20:35:29.401Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2762024-08-12T20:35:29.604Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2772024-08-12T20:35:29.870Z Updating git repository `https://github.com/oxidecomputer/clickward`
2782024-08-12T20:35:30.198Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792024-08-12T20:35:30.485Z Updating git repository `https://github.com/oxidecomputer/ispf`
2802024-08-12T20:35:30.753Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2812024-08-12T20:35:31.159Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822024-08-12T20:35:31.589Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2832024-08-12T20:35:31.931Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2842024-08-12T20:35:32.431Z Updating git repository `https://github.com/oxidecomputer/typify`
2852024-08-12T20:35:34.445Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862024-08-12T20:35:34.704Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872024-08-12T20:35:34.969Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882024-08-12T20:35:35.265Z Updating git repository `https://github.com/oxidecomputer/rfb`
2892024-08-12T20:35:36.240Z Downloading crates ...
2902024-08-12T20:35:36.307Z Downloaded colorchoice v1.0.1
2912024-08-12T20:35:36.310Z Downloaded cargo-platform v0.1.8
2922024-08-12T20:35:36.313Z Downloaded byteorder v1.5.0
2932024-08-12T20:35:36.313Z Downloaded block-buffer v0.10.4
2942024-08-12T20:35:36.317Z Downloaded cargo_toml v0.20.4
2952024-08-12T20:35:36.320Z Downloaded bitflags v2.6.0
2962024-08-12T20:35:36.323Z Downloaded anstream v0.6.14
2972024-08-12T20:35:36.346Z Downloaded strsim v0.11.1
2982024-08-12T20:35:36.357Z Downloaded is_terminal_polyfill v1.70.0
2992024-08-12T20:35:36.360Z Downloaded generic-array v0.14.7
3002024-08-12T20:35:36.360Z Downloaded anstyle-parse v0.2.4
3012024-08-12T20:35:36.363Z Downloaded thiserror-impl v1.0.63
3022024-08-12T20:35:36.366Z Downloaded serde_tokenstream v0.2.1
3032024-08-12T20:35:36.369Z Downloaded dof v0.3.0
3042024-08-12T20:35:36.369Z Downloaded pest_generator v2.7.10
3052024-08-12T20:35:36.372Z Downloaded fnv v1.0.7
3062024-08-12T20:35:36.378Z Downloaded toml_datetime v0.6.8
3072024-08-12T20:35:36.381Z Downloaded plain v0.2.3
3082024-08-12T20:35:36.381Z Downloaded heck v0.5.0
3092024-08-12T20:35:36.383Z Downloaded crypto-common v0.1.6
3102024-08-12T20:35:36.384Z Downloaded utf8parse v0.2.1
3112024-08-12T20:35:36.384Z Downloaded usdt-impl v0.5.0
3122024-08-12T20:35:36.386Z Downloaded tabled_derive v0.7.0
3132024-08-12T20:35:36.386Z Downloaded scroll v0.12.0
3142024-08-12T20:35:36.392Z Downloaded usdt-attr-macro v0.5.0
3152024-08-12T20:35:36.395Z Downloaded equivalent v1.0.1
3162024-08-12T20:35:36.398Z Downloaded usdt-macro v0.5.0
3172024-08-12T20:35:36.401Z Downloaded swrite v0.1.0
3182024-08-12T20:35:36.401Z Downloaded scroll_derive v0.12.0
3192024-08-12T20:35:36.403Z Downloaded usdt v0.5.0
3202024-08-12T20:35:36.403Z Downloaded clap_lex v0.7.0
3212024-08-12T20:35:36.408Z Downloaded bytecount v0.6.8
3222024-08-12T20:35:36.408Z Downloaded autocfg v1.3.0
3232024-08-12T20:35:36.411Z Downloaded anstyle-query v1.0.3
3242024-08-12T20:35:36.411Z Downloaded anstyle v1.0.8
3252024-08-12T20:35:36.411Z Downloaded fs-err v2.11.0
3262024-08-12T20:35:36.415Z Downloaded cfg-if v1.0.0
3272024-08-12T20:35:36.415Z Downloaded dtrace-parser v0.2.0
3282024-08-12T20:35:36.415Z Downloaded clap_derive v4.5.13
3292024-08-12T20:35:36.419Z Downloaded thread-id v4.2.1
3302024-08-12T20:35:36.422Z Downloaded proc-macro-error v1.0.4
3312024-08-12T20:35:36.433Z Downloaded once_cell v1.19.0
3322024-08-12T20:35:36.439Z Downloaded heck v0.4.1
3332024-08-12T20:35:36.442Z Downloaded anyhow v1.0.86
3342024-08-12T20:35:36.445Z Downloaded terminal_size v0.3.0
3352024-08-12T20:35:36.448Z Downloaded itoa v1.0.11
3362024-08-12T20:35:36.448Z Downloaded digest v0.10.7
3372024-08-12T20:35:36.448Z Downloaded serde_spanned v0.6.7
3382024-08-12T20:35:36.450Z Downloaded memmap v0.7.0
3392024-08-12T20:35:36.450Z Downloaded proc-macro-error-attr v1.0.4
3402024-08-12T20:35:36.453Z Downloaded macaddr v1.0.1
3412024-08-12T20:35:36.454Z Downloaded errno v0.3.9
3422024-08-12T20:35:36.456Z Downloaded cpufeatures v0.2.12
3432024-08-12T20:35:36.456Z Downloaded thiserror v1.0.63
3442024-08-12T20:35:36.459Z Downloaded camino v1.1.7
3452024-08-12T20:35:36.463Z Downloaded pretty-hex v0.4.1
3462024-08-12T20:35:36.466Z Downloaded typenum v1.17.0
3472024-08-12T20:35:36.469Z Downloaded quote v1.0.36
3482024-08-12T20:35:36.471Z Downloaded sha2 v0.10.8
3492024-08-12T20:35:36.474Z Downloaded unicode-ident v1.0.12
3502024-08-12T20:35:36.477Z Downloaded semver v1.0.23
3512024-08-12T20:35:36.480Z Downloaded proc-macro2 v1.0.86
3522024-08-12T20:35:36.483Z Downloaded toml v0.8.19
3532024-08-12T20:35:36.485Z Downloaded version_check v0.9.5
3542024-08-12T20:35:36.485Z Downloaded cargo_metadata v0.18.1
3552024-08-12T20:35:36.495Z Downloaded pest_derive v2.7.10
3562024-08-12T20:35:36.498Z Downloaded clap v4.5.13
3572024-08-12T20:35:36.505Z Downloaded serde_derive v1.0.205
3582024-08-12T20:35:36.508Z Downloaded log v0.4.21
3592024-08-12T20:35:36.520Z Downloaded pest_meta v2.7.10
3602024-08-12T20:35:36.522Z Downloaded papergrid v0.11.0
3612024-08-12T20:35:36.526Z Downloaded zerocopy-derive v0.7.34
3622024-08-12T20:35:36.530Z Downloaded ucd-trie v0.1.6
3632024-08-12T20:35:36.532Z Downloaded ryu v1.0.18
3642024-08-12T20:35:36.547Z Downloaded memchr v2.7.2
3652024-08-12T20:35:36.557Z Downloaded indexmap v2.3.0
3662024-08-12T20:35:36.563Z Downloaded serde v1.0.205
3672024-08-12T20:35:36.584Z Downloaded toml_edit v0.22.20
3682024-08-12T20:35:36.605Z Downloaded pest v2.7.10
3692024-08-12T20:35:36.610Z Downloaded hashbrown v0.14.5
3702024-08-12T20:35:36.627Z Downloaded zerocopy v0.7.34
3712024-08-12T20:35:36.641Z Downloaded winnow v0.6.18
3722024-08-12T20:35:36.650Z Downloaded serde_json v1.0.122
3732024-08-12T20:35:36.656Z Downloaded clap_builder v4.5.13
3742024-08-12T20:35:36.667Z Downloaded tabled v0.15.0
3752024-08-12T20:35:36.683Z Downloaded goblin v0.8.2
3762024-08-12T20:35:36.697Z Downloaded syn v2.0.72
3772024-08-12T20:35:36.709Z Downloaded syn v1.0.109
3782024-08-12T20:35:36.718Z Downloaded rustix v0.38.34
3792024-08-12T20:35:36.740Z Downloaded unicode-width v0.1.13
3802024-08-12T20:35:36.769Z Downloaded libc v0.2.155
3812024-08-12T20:35:37.059Z Compiling proc-macro2 v1.0.86
3822024-08-12T20:35:37.059Z Compiling unicode-ident v1.0.12
3832024-08-12T20:35:37.062Z Compiling version_check v0.9.5
3842024-08-12T20:35:37.062Z Compiling serde v1.0.205
3852024-08-12T20:35:37.062Z Compiling thiserror v1.0.63
3862024-08-12T20:35:37.062Z Compiling memchr v2.7.2
3872024-08-12T20:35:37.062Z Compiling libc v0.2.155
3882024-08-12T20:35:37.091Z Compiling itoa v1.0.11
3892024-08-12T20:35:37.337Z Compiling ucd-trie v0.1.6
3902024-08-12T20:35:37.362Z Compiling ryu v1.0.18
3912024-08-12T20:35:37.697Z Compiling once_cell v1.19.0
3922024-08-12T20:35:37.907Z Compiling byteorder v1.5.0
3932024-08-12T20:35:37.977Z Compiling serde_json v1.0.122
3942024-08-12T20:35:38.348Z Compiling proc-macro-error-attr v1.0.4
3952024-08-12T20:35:38.370Z Compiling usdt-impl v0.5.0
3962024-08-12T20:35:38.392Z Compiling syn v1.0.109
3972024-08-12T20:35:38.469Z Compiling rustix v0.38.34
3982024-08-12T20:35:38.724Z Compiling proc-macro-error v1.0.4
3992024-08-12T20:35:38.773Z Compiling quote v1.0.36
4002024-08-12T20:35:38.865Z Compiling bitflags v2.6.0
4012024-08-12T20:35:39.049Z Compiling utf8parse v0.2.1
4022024-08-12T20:35:39.071Z Compiling plain v0.2.3
4032024-08-12T20:35:39.215Z Compiling syn v2.0.72
4042024-08-12T20:35:39.237Z Compiling log v0.4.21
4052024-08-12T20:35:39.281Z Compiling hashbrown v0.14.5
4062024-08-12T20:35:39.384Z Compiling errno v0.3.9
4072024-08-12T20:35:39.497Z Compiling thread-id v4.2.1
4082024-08-12T20:35:39.519Z Compiling equivalent v1.0.1
4092024-08-12T20:35:39.636Z Compiling anstyle-parse v0.2.4
4102024-08-12T20:35:39.815Z Compiling semver v1.0.23
4112024-08-12T20:35:39.942Z Compiling winnow v0.6.18
4122024-08-12T20:35:40.042Z Compiling anstyle v1.0.8
4132024-08-12T20:35:40.341Z Compiling is_terminal_polyfill v1.70.0
4142024-08-12T20:35:40.502Z Compiling autocfg v1.3.0
4152024-08-12T20:35:40.543Z Compiling indexmap v2.3.0
4162024-08-12T20:35:40.628Z Compiling camino v1.1.7
4172024-08-12T20:35:40.652Z Compiling colorchoice v1.0.1
4182024-08-12T20:35:40.823Z Compiling pretty-hex v0.4.1
4192024-08-12T20:35:41.048Z Compiling anstyle-query v1.0.3
4202024-08-12T20:35:41.203Z Compiling anstream v0.6.14
4212024-08-12T20:35:41.206Z Compiling terminal_size v0.3.0
4222024-08-12T20:35:41.540Z Compiling fs-err v2.11.0
4232024-08-12T20:35:41.602Z Compiling clap_lex v0.7.0
4242024-08-12T20:35:41.625Z Compiling strsim v0.11.1
4252024-08-12T20:35:41.829Z Compiling anyhow v1.0.86
4262024-08-12T20:35:41.923Z Compiling heck v0.4.1
4272024-08-12T20:35:42.003Z Compiling unicode-width v0.1.13
4282024-08-12T20:35:42.092Z Compiling bytecount v0.6.8
4292024-08-12T20:35:42.241Z Compiling heck v0.5.0
4302024-08-12T20:35:42.306Z Compiling fnv v1.0.7
4312024-08-12T20:35:42.397Z Compiling clap_builder v4.5.13
4322024-08-12T20:35:42.440Z Compiling papergrid v0.11.0
4332024-08-12T20:35:42.752Z Compiling memmap v0.7.0
4342024-08-12T20:35:43.301Z Compiling swrite v0.1.0
4352024-08-12T20:35:44.856Z Compiling tabled_derive v0.7.0
4362024-08-12T20:35:46.415Z Compiling tabled v0.15.0
4372024-08-12T20:35:47.835Z Compiling serde_derive v1.0.205
4382024-08-12T20:35:47.835Z Compiling thiserror-impl v1.0.63
4392024-08-12T20:35:47.841Z Compiling zerocopy-derive v0.7.34
4402024-08-12T20:35:47.841Z Compiling scroll_derive v0.12.0
4412024-08-12T20:35:47.880Z Compiling clap_derive v4.5.13
4422024-08-12T20:35:49.274Z Compiling scroll v0.12.0
4432024-08-12T20:35:49.722Z Compiling goblin v0.8.2
4442024-08-12T20:35:49.765Z Compiling zerocopy v0.7.34
4452024-08-12T20:35:50.442Z Compiling pest v2.7.10
4462024-08-12T20:35:51.929Z Compiling clap v4.5.13
4472024-08-12T20:35:52.627Z Compiling pest_meta v2.7.10
4482024-08-12T20:35:53.406Z Compiling pest_generator v2.7.10
4492024-08-12T20:35:55.346Z Compiling pest_derive v2.7.10
4502024-08-12T20:35:56.068Z Compiling dtrace-parser v0.2.0
4512024-08-12T20:35:57.953Z Compiling serde_tokenstream v0.2.1
4522024-08-12T20:35:57.988Z Compiling toml_datetime v0.6.8
4532024-08-12T20:35:57.988Z Compiling serde_spanned v0.6.7
4542024-08-12T20:35:58.243Z Compiling cargo-platform v0.1.8
4552024-08-12T20:35:58.346Z Compiling toml_edit v0.22.20
4562024-08-12T20:35:58.488Z Compiling macaddr v1.0.1
4572024-08-12T20:35:59.323Z Compiling dof v0.3.0
4582024-08-12T20:35:59.384Z Compiling cargo_metadata v0.18.1
4592024-08-12T20:36:01.071Z Compiling usdt-macro v0.5.0
4602024-08-12T20:36:01.071Z Compiling usdt-attr-macro v0.5.0
4612024-08-12T20:36:01.178Z Compiling toml v0.8.19
4622024-08-12T20:36:02.031Z Compiling cargo_toml v0.20.4
4632024-08-12T20:36:02.479Z Compiling usdt v0.5.0
4642024-08-12T20:36:05.702Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652024-08-12T20:36:09.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.12s
4662024-08-12T20:36:09.696Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4672024-08-12T20:36:10.227Z Downloading crates ...
4682024-08-12T20:36:10.348Z Downloaded addr2line v0.21.0
4692024-08-12T20:36:10.356Z Downloaded assert_matches v1.5.0
4702024-08-12T20:36:10.361Z Downloaded atty v0.2.14
4712024-08-12T20:36:10.363Z Downloaded indent_write v2.2.0
4722024-08-12T20:36:10.368Z Downloaded inout v0.1.3
4732024-08-12T20:36:10.372Z Downloaded async-stream-impl v0.3.5
4742024-08-12T20:36:10.374Z Downloaded num-conv v0.1.0
4752024-08-12T20:36:10.374Z Downloaded match_cfg v0.1.0
4762024-08-12T20:36:10.377Z Downloaded normalize-line-endings v0.3.0
4772024-08-12T20:36:10.377Z Downloaded new_debug_unreachable v1.0.6
4782024-08-12T20:36:10.380Z Downloaded arc-swap v1.7.1
4792024-08-12T20:36:10.383Z Downloaded opaque-debug v0.3.1
4802024-08-12T20:36:10.383Z Downloaded openssl-probe v0.1.5
4812024-08-12T20:36:10.386Z Downloaded darling_macro v0.20.9
4822024-08-12T20:36:10.386Z Downloaded async-stream v0.3.5
4832024-08-12T20:36:10.386Z Downloaded is-terminal v0.4.12
4842024-08-12T20:36:10.390Z Downloaded nodrop v0.1.14
4852024-08-12T20:36:10.390Z Downloaded atomicwrites v0.4.3
4862024-08-12T20:36:10.393Z Downloaded atomic-waker v1.1.2
4872024-08-12T20:36:10.393Z Downloaded num_threads v0.1.7
4882024-08-12T20:36:10.393Z Downloaded bit-vec v0.6.3
4892024-08-12T20:36:10.396Z Downloaded num-integer v0.1.46
4902024-08-12T20:36:10.399Z Downloaded cexpr v0.6.0
4912024-08-12T20:36:10.399Z Downloaded cassowary v0.3.0
4922024-08-12T20:36:10.402Z Downloaded nanorand v0.7.0
4932024-08-12T20:36:10.404Z Downloaded num_enum_derive v0.5.11
4942024-08-12T20:36:10.405Z Downloaded crc-catalog v2.4.0
4952024-08-12T20:36:10.407Z Downloaded olpc-cjson v0.1.3
4962024-08-12T20:36:10.407Z Downloaded chacha20 v0.9.1
4972024-08-12T20:36:10.410Z Downloaded bitfield-struct v0.6.1
4982024-08-12T20:36:10.410Z Downloaded newtype-uuid v1.1.0
4992024-08-12T20:36:10.414Z Downloaded mime v0.3.17
5002024-08-12T20:36:10.414Z Downloaded multer v3.1.0
5012024-08-12T20:36:10.417Z Downloaded packed_struct_codegen v0.10.1
5022024-08-12T20:36:10.420Z Downloaded defmt-macros v0.3.9
5032024-08-12T20:36:10.425Z Downloaded parse-display-derive v0.9.1
5042024-08-12T20:36:10.425Z Downloaded openssl-macros v0.1.1
5052024-08-12T20:36:10.428Z Downloaded number_prefix v0.4.0
5062024-08-12T20:36:10.428Z Downloaded matches v0.1.10
5072024-08-12T20:36:10.428Z Downloaded cfg_aliases v0.1.1
5082024-08-12T20:36:10.428Z Downloaded ipnet v2.9.0
5092024-08-12T20:36:10.431Z Downloaded instant v0.1.12
5102024-08-12T20:36:10.434Z Downloaded bitstruct_derive v0.1.0
5112024-08-12T20:36:10.434Z Downloaded libefi-sys v0.1.0
5122024-08-12T20:36:10.434Z Downloaded crunchy v0.2.2
5132024-08-12T20:36:10.437Z Downloaded password-hash v0.5.0
5142024-08-12T20:36:10.440Z Downloaded is_ci v1.2.0
5152024-08-12T20:36:10.440Z Downloaded cstr-argument v0.1.2
5162024-08-12T20:36:10.443Z Downloaded maybe-uninit v2.0.0
5172024-08-12T20:36:10.443Z Downloaded newtype_derive v0.1.6
5182024-08-12T20:36:10.446Z Downloaded newline-converter v0.3.0
5192024-08-12T20:36:10.449Z Downloaded arrayvec v0.7.4
5202024-08-12T20:36:10.452Z Downloaded oso-derive v0.27.3
5212024-08-12T20:36:10.452Z Downloaded strum v0.26.3
5222024-08-12T20:36:10.454Z Downloaded parse-size v1.0.0
5232024-08-12T20:36:10.454Z Downloaded buf-list v1.0.3
5242024-08-12T20:36:10.458Z Downloaded num-rational v0.4.2
5252024-08-12T20:36:10.461Z Downloaded siphasher v0.3.11
5262024-08-12T20:36:10.461Z Downloaded darling v0.20.9
5272024-08-12T20:36:10.465Z Downloaded tinyvec_macros v0.1.1
5282024-08-12T20:36:10.467Z Downloaded parking_lot_core v0.9.10
5292024-08-12T20:36:10.470Z Downloaded owo-colors v4.0.0
5302024-08-12T20:36:10.473Z Downloaded memmap2 v0.9.4
5312024-08-12T20:36:10.476Z Downloaded ascii v1.1.0
5322024-08-12T20:36:10.479Z Downloaded parking_lot v0.12.2
5332024-08-12T20:36:10.479Z Downloaded downcast v0.11.0
5342024-08-12T20:36:10.481Z Downloaded display-error-chain v0.2.0
5352024-08-12T20:36:10.484Z Downloaded endian-type v0.1.2
5362024-08-12T20:36:10.484Z Downloaded num-derive v0.4.2
5372024-08-12T20:36:10.487Z Downloaded md-5 v0.10.6
5382024-08-12T20:36:10.489Z Downloaded ciborium-ll v0.2.2
5392024-08-12T20:36:10.489Z Downloaded block-padding v0.3.3
5402024-08-12T20:36:10.493Z Downloaded num_enum v0.5.11
5412024-08-12T20:36:10.496Z Downloaded crossbeam-deque v0.8.5
5422024-08-12T20:36:10.499Z Downloaded packed_struct v0.10.1
5432024-08-12T20:36:10.502Z Downloaded oso v0.27.3
5442024-08-12T20:36:10.505Z Downloaded data-encoding v2.6.0
5452024-08-12T20:36:10.507Z Downloaded psl-types v2.0.11
5462024-08-12T20:36:10.508Z Downloaded precomputed-hash v0.1.1
5472024-08-12T20:36:10.512Z Downloaded strum_macros v0.24.3
5482024-08-12T20:36:10.514Z Downloaded derive_builder_macro v0.20.0
5492024-08-12T20:36:10.514Z Downloaded thiserror-no-std v2.0.2
5502024-08-12T20:36:10.517Z Downloaded mockall_derive v0.13.0
5512024-08-12T20:36:10.520Z Downloaded num-complex v0.4.6
5522024-08-12T20:36:10.521Z Downloaded quick-error v1.2.3
5532024-08-12T20:36:10.523Z Downloaded cookie v0.18.1
5542024-08-12T20:36:10.528Z Downloaded impl-trait-for-tuples v0.2.2
5552024-08-12T20:36:10.531Z Downloaded same-file v1.0.6
5562024-08-12T20:36:10.531Z Downloaded crossbeam-utils v0.8.19
5572024-08-12T20:36:10.534Z Downloaded erased-serde v0.3.31
5582024-08-12T20:36:10.536Z Downloaded phf_shared v0.10.0
5592024-08-12T20:36:10.536Z Downloaded tiny-keccak v2.0.2
5602024-08-12T20:36:10.539Z Downloaded structmeta-derive v0.2.0
5612024-08-12T20:36:10.542Z Downloaded parse-display v0.9.1
5622024-08-12T20:36:10.542Z Downloaded nu-ansi-term v0.50.0
5632024-08-12T20:36:10.544Z Downloaded termtree v0.4.1
5642024-08-12T20:36:10.544Z Downloaded parking_lot_core v0.8.6
5652024-08-12T20:36:10.547Z Downloaded pem v3.0.4
5662024-08-12T20:36:10.550Z Downloaded indexmap v1.9.3
5672024-08-12T20:36:10.552Z Downloaded hyper-staticfile v0.9.5
5682024-08-12T20:36:10.555Z Downloaded ppv-lite86 v0.2.17
5692024-08-12T20:36:10.555Z Downloaded bcs v0.1.6
5702024-08-12T20:36:10.558Z Downloaded base64ct v1.6.0
5712024-08-12T20:36:10.561Z Downloaded backoff v0.4.0
5722024-08-12T20:36:10.563Z Downloaded omicron-zone-package v0.11.0
5732024-08-12T20:36:10.567Z Downloaded csv-core v0.1.11
5742024-08-12T20:36:10.570Z Downloaded diesel_table_macro_syntax v0.2.0
5752024-08-12T20:36:10.573Z Downloaded cookie v0.17.0
5762024-08-12T20:36:10.576Z Downloaded vte v0.11.1
5772024-08-12T20:36:10.579Z Downloaded serde_plain v1.0.2
5782024-08-12T20:36:10.579Z Downloaded base64 v0.13.1
5792024-08-12T20:36:10.581Z Downloaded path-slash v0.1.5
5802024-08-12T20:36:10.584Z Downloaded fragile v2.0.0
5812024-08-12T20:36:10.587Z Downloaded spki v0.7.3
5822024-08-12T20:36:10.589Z Downloaded env_logger v0.9.3
5832024-08-12T20:36:10.592Z Downloaded strum_macros v0.26.4
5842024-08-12T20:36:10.595Z Downloaded slog-dtrace v0.3.0
5852024-08-12T20:36:10.595Z Downloaded termcolor v1.4.1
5862024-08-12T20:36:10.600Z Downloaded hostname v0.3.1
5872024-08-12T20:36:10.600Z Downloaded termios v0.3.3
5882024-08-12T20:36:10.602Z Downloaded sigpipe v0.1.3
5892024-08-12T20:36:10.602Z Downloaded phf_shared v0.11.2
5902024-08-12T20:36:10.602Z Downloaded minimal-lexical v0.2.1
5912024-08-12T20:36:10.606Z Downloaded topological-sort v0.2.2
5922024-08-12T20:36:10.609Z Downloaded hubpack_derive v0.1.1
5932024-08-12T20:36:10.609Z Downloaded untrusted v0.9.0
5942024-08-12T20:36:10.611Z Downloaded pretty-hex v0.2.1
5952024-08-12T20:36:10.614Z Downloaded mio v0.8.11
5962024-08-12T20:36:10.618Z Downloaded smawk v0.3.2
5972024-08-12T20:36:10.620Z Downloaded spin v0.5.2
5982024-08-12T20:36:10.623Z Downloaded zerocopy v0.6.6
5992024-08-12T20:36:10.625Z Downloaded serde_arrays v0.1.0
6002024-08-12T20:36:10.628Z Downloaded tracing-attributes v0.1.27
6012024-08-12T20:36:10.631Z Downloaded supports-color v3.0.0
6022024-08-12T20:36:10.631Z Downloaded crc-any v2.5.0
6032024-08-12T20:36:10.633Z Downloaded ciborium v0.2.2
6042024-08-12T20:36:10.636Z Downloaded foreign-types-shared v0.1.1
6052024-08-12T20:36:10.640Z Downloaded console v0.15.8
6062024-08-12T20:36:10.643Z Downloaded float-ord v0.3.2
6072024-08-12T20:36:10.643Z Downloaded rand_chacha v0.3.1
6082024-08-12T20:36:10.645Z Downloaded radium v0.7.0
6092024-08-12T20:36:10.648Z Downloaded futures-channel v0.3.30
6102024-08-12T20:36:10.648Z Downloaded funty v2.0.0
6112024-08-12T20:36:10.651Z Downloaded derive_builder_core v0.20.0
6122024-08-12T20:36:10.651Z Downloaded peg v0.8.4
6132024-08-12T20:36:10.656Z Downloaded paste v1.0.15
6142024-08-12T20:36:10.659Z Downloaded shell-words v1.1.0
6152024-08-12T20:36:10.662Z Downloaded signal-hook-tokio v0.3.1
6162024-08-12T20:36:10.662Z Downloaded schemars_derive v0.8.21
6172024-08-12T20:36:10.665Z Downloaded hyper-rustls v0.24.2
6182024-08-12T20:36:10.668Z Downloaded scheduled-thread-pool v0.2.7
6192024-08-12T20:36:10.670Z Downloaded vte_generate_state_changes v0.1.1
6202024-08-12T20:36:10.670Z Downloaded tinyvec v1.6.0
6212024-08-12T20:36:10.673Z Downloaded subtle v2.5.0
6222024-08-12T20:36:10.676Z Downloaded float-cmp v0.9.0
6232024-08-12T20:36:10.676Z Downloaded flagset v0.4.5
6242024-08-12T20:36:10.678Z Downloaded fixedbitset v0.4.2
6252024-08-12T20:36:10.681Z Downloaded spin v0.9.8
6262024-08-12T20:36:10.684Z Downloaded structmeta v0.3.0
6272024-08-12T20:36:10.684Z Downloaded futures-sink v0.3.30
6282024-08-12T20:36:10.686Z Downloaded blake2 v0.10.6
6292024-08-12T20:36:10.690Z Downloaded slog-async v2.8.0
6302024-08-12T20:36:10.692Z Downloaded fxhash v0.2.1
6312024-08-12T20:36:10.693Z Downloaded signature v2.2.0
6322024-08-12T20:36:10.693Z Downloaded serde_derive_internals v0.29.1
6332024-08-12T20:36:10.695Z Downloaded sct v0.7.1
6342024-08-12T20:36:10.698Z Downloaded test-strategy v0.3.1
6352024-08-12T20:36:10.703Z Downloaded vsss-rs v3.3.4
6362024-08-12T20:36:10.706Z Downloaded ref-cast v1.0.23
6372024-08-12T20:36:10.709Z Downloaded try-lock v0.2.5
6382024-08-12T20:36:10.712Z Downloaded zone_cfg_derive v0.1.2
6392024-08-12T20:36:10.712Z Downloaded rtoolbox v0.0.2
6402024-08-12T20:36:10.715Z Downloaded static_assertions v1.1.0
6412024-08-12T20:36:10.715Z Downloaded tokio-tungstenite v0.21.0
6422024-08-12T20:36:10.718Z Downloaded time-core v0.1.2
6432024-08-12T20:36:10.721Z Downloaded snafu-derive v0.8.2
6442024-08-12T20:36:10.721Z Downloaded tokio-native-tls v0.3.1
6452024-08-12T20:36:10.724Z Downloaded thread_local v1.1.8
6462024-08-12T20:36:10.726Z Downloaded tokio-stream v0.1.15
6472024-08-12T20:36:10.730Z Downloaded tokio-macros v2.3.0
6482024-08-12T20:36:10.732Z Downloaded waitgroup v0.1.2
6492024-08-12T20:36:10.735Z Downloaded serde-big-array v0.5.1
6502024-08-12T20:36:10.735Z Downloaded ff v0.13.0
6512024-08-12T20:36:10.738Z Downloaded dyn-clone v1.0.17
6522024-08-12T20:36:10.741Z Downloaded num-bigint v0.4.5
6532024-08-12T20:36:10.744Z Downloaded proc-macro-crate v1.3.1
6542024-08-12T20:36:10.747Z Downloaded getopts v0.2.21
6552024-08-12T20:36:10.749Z Downloaded sqlparser_derive v0.2.2
6562024-08-12T20:36:10.749Z Downloaded gethostname v0.5.0
6572024-08-12T20:36:10.760Z Downloaded powerfmt v0.2.0
6582024-08-12T20:36:10.763Z Downloaded structmeta v0.2.0
6592024-08-12T20:36:10.766Z Downloaded slog v2.7.0
6602024-08-12T20:36:10.769Z Downloaded const_format v0.2.32
6612024-08-12T20:36:10.773Z Downloaded publicsuffix v2.2.3
6622024-08-12T20:36:10.776Z Downloaded take_mut v0.2.2
6632024-08-12T20:36:10.779Z Downloaded sync_wrapper v0.1.2
6642024-08-12T20:36:10.779Z Downloaded diff v0.1.13
6652024-08-12T20:36:10.782Z Downloaded fd-lock v4.0.2
6662024-08-12T20:36:10.785Z Downloaded http-range v0.1.5
6672024-08-12T20:36:10.788Z Downloaded uzers v0.11.3
6682024-08-12T20:36:10.790Z Downloaded humantime v2.1.0
6692024-08-12T20:36:10.793Z Downloaded ron v0.8.1
6702024-08-12T20:36:10.797Z Downloaded ref-cast-impl v1.0.23
6712024-08-12T20:36:10.800Z Downloaded foreign-types v0.3.2
6722024-08-12T20:36:10.800Z Downloaded hostname v0.4.0
6732024-08-12T20:36:10.804Z Downloaded rustversion v1.0.17
6742024-08-12T20:36:10.807Z Downloaded pkcs8 v0.10.2
6752024-08-12T20:36:10.809Z Downloaded http-body v0.4.6
6762024-08-12T20:36:10.812Z Downloaded scopeguard v1.2.0
6772024-08-12T20:36:10.812Z Downloaded rustls-pki-types v1.7.0
6782024-08-12T20:36:10.815Z Downloaded trust-dns-client v0.22.0
6792024-08-12T20:36:10.820Z Downloaded slab v0.4.9
6802024-08-12T20:36:10.823Z Downloaded headers-core v0.2.0
6812024-08-12T20:36:10.825Z Downloaded dirs-sys-next v0.1.2
6822024-08-12T20:36:10.825Z Downloaded dsl_auto_type v0.1.2
6832024-08-12T20:36:10.828Z Downloaded deranged v0.3.11
6842024-08-12T20:36:10.828Z Downloaded tui-tree-widget v0.21.0
6852024-08-12T20:36:10.831Z Downloaded utf-8 v0.7.6
6862024-08-12T20:36:10.831Z Downloaded toolchain_find v0.4.0
6872024-08-12T20:36:10.834Z Downloaded portpicker v0.1.1
6882024-08-12T20:36:10.834Z Downloaded tabwriter v1.4.0
6892024-08-12T20:36:10.836Z Downloaded sqlformat v0.2.4
6902024-08-12T20:36:10.839Z Downloaded rustfmt-wrapper v0.2.1
6912024-08-12T20:36:10.839Z Downloaded futures-task v0.3.30
6922024-08-12T20:36:10.842Z Downloaded embedded-io v0.4.0
6932024-08-12T20:36:10.842Z Downloaded wait-timeout v0.2.0
6942024-08-12T20:36:10.844Z Downloaded unsafe-libyaml v0.2.11
6952024-08-12T20:36:10.847Z Downloaded pin-utils v0.1.0
6962024-08-12T20:36:10.850Z Downloaded half v2.4.1
6972024-08-12T20:36:10.853Z Downloaded foreign-types v0.5.0
6982024-08-12T20:36:10.855Z Downloaded tls_codec_derive v0.4.1
6992024-08-12T20:36:10.855Z Downloaded slog-envlogger v2.2.0
7002024-08-12T20:36:10.858Z Downloaded prettyplease v0.2.20
7012024-08-12T20:36:10.861Z Downloaded ident_case v1.0.1
7022024-08-12T20:36:10.864Z Downloaded peg-runtime v0.8.3
7032024-08-12T20:36:10.864Z Downloaded fallible-iterator v0.2.0
7042024-08-12T20:36:10.864Z Downloaded tls_codec v0.4.1
7052024-08-12T20:36:10.868Z Downloaded form_urlencoded v1.2.1
7062024-08-12T20:36:10.871Z Downloaded similar v2.5.0
7072024-08-12T20:36:10.874Z Downloaded unicode-xid v0.2.4
7082024-08-12T20:36:10.876Z Downloaded foreign-types-shared v0.3.1
7092024-08-12T20:36:10.876Z Downloaded walkdir v2.5.0
7102024-08-12T20:36:10.879Z Downloaded semver v0.1.20
7112024-08-12T20:36:10.879Z Downloaded secrecy v0.8.0
7122024-08-12T20:36:10.882Z Downloaded slog-scope v4.4.0
7132024-08-12T20:36:10.882Z Downloaded tar v0.4.41
7142024-08-12T20:36:10.884Z Downloaded tungstenite v0.21.0
7152024-08-12T20:36:10.888Z Downloaded stability v0.2.0
7162024-08-12T20:36:10.891Z Downloaded predicates-tree v1.0.9
7172024-08-12T20:36:10.891Z Downloaded uuid v1.10.0
7182024-08-12T20:36:10.895Z Downloaded foreign-types-macros v0.2.3
7192024-08-12T20:36:10.897Z Downloaded ena v0.14.3
7202024-08-12T20:36:10.900Z Downloaded stringprep v0.1.4
7212024-08-12T20:36:10.900Z Downloaded string_cache v0.8.7
7222024-08-12T20:36:10.903Z Downloaded rand v0.8.5
7232024-08-12T20:36:10.906Z Downloaded want v0.3.1
7242024-08-12T20:36:10.909Z Downloaded universal-hash v0.5.1
7252024-08-12T20:36:10.909Z Downloaded hyper-tls v0.5.0
7262024-08-12T20:36:10.909Z Downloaded sec1 v0.7.3
7272024-08-12T20:36:10.912Z Downloaded rustc_version v0.4.0
7282024-08-12T20:36:10.914Z Downloaded rustc-hash v1.1.0
7292024-08-12T20:36:10.914Z Downloaded rpassword v7.3.1
7302024-08-12T20:36:10.917Z Downloaded zeroize v1.7.0
7312024-08-12T20:36:10.917Z Downloaded slog-json v2.6.1
7322024-08-12T20:36:10.920Z Downloaded hmac v0.12.1
7332024-08-12T20:36:10.922Z Downloaded pkcs1 v0.7.5
7342024-08-12T20:36:10.925Z Downloaded httparse v1.8.0
7352024-08-12T20:36:10.928Z Downloaded unicode-linebreak v0.1.5
7362024-08-12T20:36:10.928Z Downloaded serde_repr v0.1.19
7372024-08-12T20:36:10.930Z Downloaded serde-hex v0.1.0
7382024-08-12T20:36:10.930Z Downloaded unarray v0.1.4
7392024-08-12T20:36:10.934Z Downloaded rand_seeder v0.3.0
7402024-08-12T20:36:10.937Z Downloaded textwrap v0.16.1
7412024-08-12T20:36:10.937Z Downloaded strip-ansi-escapes v0.2.0
7422024-08-12T20:36:10.940Z Downloaded percent-encoding v2.3.1
7432024-08-12T20:36:10.940Z Downloaded tungstenite v0.20.1
7442024-08-12T20:36:10.942Z Downloaded zone v0.1.8
7452024-08-12T20:36:10.945Z Downloaded zeroize_derive v1.4.2
7462024-08-12T20:36:10.945Z Downloaded rand_xorshift v0.3.0
7472024-08-12T20:36:10.955Z Downloaded futures-executor v0.3.30
7482024-08-12T20:36:10.955Z Downloaded phf v0.11.2
7492024-08-12T20:36:10.955Z Downloaded toml v0.5.11
7502024-08-12T20:36:10.956Z Downloaded stable_deref_trait v1.2.0
7512024-08-12T20:36:10.956Z Downloaded aho-corasick v1.1.3
7522024-08-12T20:36:10.961Z Downloaded tokio-postgres v0.7.11
7532024-08-12T20:36:10.964Z Downloaded smallvec v0.6.14
7542024-08-12T20:36:10.967Z Downloaded poly1305 v0.8.0
7552024-08-12T20:36:10.974Z Downloaded rsa v0.9.6
7562024-08-12T20:36:10.977Z Downloaded serde_with_macros v3.8.3
7572024-08-12T20:36:10.977Z Downloaded peg-macros v0.8.4
7582024-08-12T20:36:10.980Z Downloaded slog-term v2.9.1
7592024-08-12T20:36:10.982Z Downloaded pem-rfc7468 v0.7.0
7602024-08-12T20:36:10.985Z Downloaded postcard v1.0.8
7612024-08-12T20:36:10.988Z Downloaded fatfs v0.3.6
7622024-08-12T20:36:10.990Z Downloaded pin-project-lite v0.2.14
7632024-08-12T20:36:10.995Z Downloaded itertools v0.13.0
7642024-08-12T20:36:11.003Z Downloaded smallvec v1.13.2
7652024-08-12T20:36:11.005Z Downloaded der_derive v0.7.2
7662024-08-12T20:36:11.008Z Downloaded signal-hook v0.3.17
7672024-08-12T20:36:11.011Z Downloaded rustc-demangle v0.1.24
7682024-08-12T20:36:11.013Z Downloaded flate2 v1.0.31
7692024-08-12T20:36:11.019Z Downloaded serde_yaml v0.9.34+deprecated
7702024-08-12T20:36:11.023Z Downloaded iana-time-zone v0.1.60
7712024-08-12T20:36:11.025Z Downloaded http v1.1.0
7722024-08-12T20:36:11.030Z Downloaded zip v0.6.6
7732024-08-12T20:36:11.034Z Downloaded rayon-core v1.12.1
7742024-08-12T20:36:11.039Z Downloaded http v0.2.12
7752024-08-12T20:36:11.043Z Downloaded socket2 v0.4.10
7762024-08-12T20:36:11.045Z Downloaded rustyline v14.0.0
7772024-08-12T20:36:11.051Z Downloaded heapless v0.7.17
7782024-08-12T20:36:11.055Z Downloaded elliptic-curve v0.13.8
7792024-08-12T20:36:11.059Z Downloaded toml_edit v0.19.15
7802024-08-12T20:36:11.079Z Downloaded reedline v0.31.0
7812024-08-12T20:36:11.086Z Downloaded unicode_categories v0.1.1
7822024-08-12T20:36:11.089Z Downloaded lalrpop v0.19.12
7832024-08-12T20:36:11.100Z Downloaded heapless v0.8.0
7842024-08-12T20:36:11.104Z Downloaded url v2.5.2
7852024-08-12T20:36:11.107Z Downloaded unicode-segmentation v1.11.0
7862024-08-12T20:36:11.109Z Downloaded hashbrown v0.13.2
7872024-08-12T20:36:11.114Z Downloaded h2 v0.3.26
7882024-08-12T20:36:11.121Z Downloaded regex-automata v0.1.10
7892024-08-12T20:36:11.127Z Downloaded openssl v0.10.66
7902024-08-12T20:36:11.136Z Downloaded object v0.30.4
7912024-08-12T20:36:11.146Z Downloaded bindgen v0.69.4
7922024-08-12T20:36:11.154Z Downloaded tough v0.17.1
7932024-08-12T20:36:11.164Z Downloaded portable-atomic v1.6.0
7942024-08-12T20:36:11.170Z Downloaded reqwest v0.11.27
7952024-08-12T20:36:11.178Z Downloaded rustls-webpki v0.101.7
7962024-08-12T20:36:11.194Z Downloaded bitvec v1.0.1
7972024-08-12T20:36:11.210Z Downloaded unicode-normalization v0.1.23
7982024-08-12T20:36:11.213Z Downloaded nix v0.27.1
7992024-08-12T20:36:11.225Z Downloaded serde_with v3.8.3
8002024-08-12T20:36:11.233Z Downloaded rustls-webpki v0.102.4
8012024-08-12T20:36:11.252Z Downloaded webpki-roots v0.25.4
8022024-08-12T20:36:11.255Z Downloaded polar-core v0.27.3
8032024-08-12T20:36:11.264Z Downloaded idna v0.3.0
8042024-08-12T20:36:11.271Z Downloaded vcpkg v0.2.15
8052024-08-12T20:36:11.310Z Downloaded rustls v0.21.12
8062024-08-12T20:36:11.322Z Downloaded regex-syntax v0.6.29
8072024-08-12T20:36:11.330Z Downloaded regress v0.9.1
8082024-08-12T20:36:11.339Z Downloaded sled v0.34.7
8092024-08-12T20:36:11.349Z Downloaded trust-dns-proto v0.22.0
8102024-08-12T20:36:11.362Z Downloaded bstr v0.2.17
8112024-08-12T20:36:11.372Z Downloaded regex-automata v0.4.6
8122024-08-12T20:36:11.389Z Downloaded regex v1.10.6
8132024-08-12T20:36:11.402Z Downloaded rustls v0.22.4
8142024-08-12T20:36:11.416Z Downloaded idna v0.2.3
8152024-08-12T20:36:11.421Z Downloaded regex-syntax v0.8.3
8162024-08-12T20:36:11.430Z Downloaded curve25519-dalek v4.1.3
8172024-08-12T20:36:11.439Z Downloaded bstr v1.9.1
8182024-08-12T20:36:11.449Z Downloaded diesel v2.2.2
8192024-08-12T20:36:11.469Z Downloaded sqlparser v0.45.0
8202024-08-12T20:36:11.474Z Downloaded openapiv3 v2.0.0
8212024-08-12T20:36:11.486Z Downloaded smoltcp v0.11.0
8222024-08-12T20:36:11.498Z Downloaded radix_trie v0.2.1
8232024-08-12T20:36:11.504Z Downloaded gimli v0.28.1
8242024-08-12T20:36:11.512Z Downloaded nix v0.28.0
8252024-08-12T20:36:11.523Z Downloaded rayon v1.10.0
8262024-08-12T20:36:11.533Z Downloaded proptest v1.5.0
8272024-08-12T20:36:11.544Z Downloaded hyper v0.14.30
8282024-08-12T20:36:11.552Z Downloaded smoltcp v0.9.1
8292024-08-12T20:36:11.564Z Downloaded object v0.32.2
8302024-08-12T20:36:11.575Z Downloaded ratatui v0.27.0
8312024-08-12T20:36:11.595Z Downloaded chrono v0.4.38
8322024-08-12T20:36:11.602Z Downloaded typed-path v0.7.1
8332024-08-12T20:36:11.609Z Downloaded trust-dns-server v0.22.1
8342024-08-12T20:36:11.617Z Downloaded zerocopy-derive v0.6.6
8352024-08-12T20:36:11.627Z Downloaded futures-util v0.3.30
8362024-08-12T20:36:11.637Z Downloaded bzip2-sys v0.1.11+1.0.8
8372024-08-12T20:36:11.651Z Downloaded hkdf v0.12.4
8382024-08-12T20:36:11.654Z Downloaded finl_unicode v1.2.0
8392024-08-12T20:36:11.667Z Downloaded time v0.3.36
8402024-08-12T20:36:11.675Z Downloaded quick-xml v0.31.0
8412024-08-12T20:36:11.681Z Downloaded ring v0.16.20
8422024-08-12T20:36:11.764Z Downloaded petgraph v0.6.5
8432024-08-12T20:36:11.782Z Downloaded tokio v1.38.1
8442024-08-12T20:36:11.819Z Downloaded sha3 v0.10.8
8452024-08-12T20:36:11.824Z Downloaded csv v1.3.0
8462024-08-12T20:36:11.844Z Downloaded idna v0.5.0
8472024-08-12T20:36:11.851Z Downloaded winnow v0.5.40
8482024-08-12T20:36:11.860Z Downloaded socket2 v0.5.7
8492024-08-12T20:36:11.863Z Downloaded tokio-util v0.7.11
8502024-08-12T20:36:11.869Z Downloaded crossterm v0.27.0
8512024-08-12T20:36:11.876Z Downloaded blake3 v1.5.1
8522024-08-12T20:36:11.883Z Downloaded ron v0.7.1
8532024-08-12T20:36:11.888Z Downloaded encoding_rs v0.8.34
8542024-08-12T20:36:11.910Z Downloaded rcgen v0.12.1
8552024-08-12T20:36:11.912Z Downloaded flume v0.11.0
8562024-08-12T20:36:11.916Z Downloaded x509-cert v0.2.5
8572024-08-12T20:36:11.922Z Downloaded samael v0.0.15
8582024-08-12T20:36:11.926Z Downloaded futures-io v0.3.30
8592024-08-12T20:36:11.929Z Downloaded headers v0.3.9
8602024-08-12T20:36:11.932Z Downloaded filetime v0.2.23
8612024-08-12T20:36:11.936Z Downloaded hashbrown v0.12.3
8622024-08-12T20:36:11.939Z Downloaded expectorate v1.1.0
8632024-08-12T20:36:11.941Z Downloaded time-macros v0.2.18
8642024-08-12T20:36:11.944Z Downloaded diesel_derives v2.2.2
8652024-08-12T20:36:11.947Z Downloaded trust-dns-resolver v0.22.0
8662024-08-12T20:36:11.951Z Downloaded hex v0.4.3
8672024-08-12T20:36:11.953Z Downloaded heck v0.3.3
8682024-08-12T20:36:11.956Z Downloaded fastrand v2.1.0
8692024-08-12T20:36:11.956Z Downloaded unicode-truncate v1.0.0
8702024-08-12T20:36:11.959Z Downloaded tap v1.0.1
8712024-08-12T20:36:11.959Z Downloaded tracing v0.1.40
8722024-08-12T20:36:11.962Z Downloaded postgres-protocol v0.6.7
8732024-08-12T20:36:11.965Z Downloaded schemars v0.8.21
8742024-08-12T20:36:11.978Z Downloaded num-bigint-dig v0.8.4
8752024-08-12T20:36:11.982Z Downloaded nom v7.1.3
8762024-08-12T20:36:11.985Z Downloaded derive-where v1.2.7
8772024-08-12T20:36:11.988Z Downloaded shlex v1.3.0
8782024-08-12T20:36:11.991Z Downloaded sha1 v0.10.6
8792024-08-12T20:36:11.991Z Downloaded which v4.4.2
8802024-08-12T20:36:11.994Z Downloaded tokio-rustls v0.25.0
8812024-08-12T20:36:11.996Z Downloaded tokio-rustls v0.24.1
8822024-08-12T20:36:11.997Z Downloaded tracing-core v0.1.32
8832024-08-12T20:36:11.999Z Downloaded itertools v0.12.1
8842024-08-12T20:36:12.006Z Downloaded itertools v0.10.5
8852024-08-12T20:36:12.013Z Downloaded chacha20poly1305 v0.10.1
8862024-08-12T20:36:12.016Z Downloaded cc v1.0.97
8872024-08-12T20:36:12.018Z Downloaded base64 v0.21.7
8882024-08-12T20:36:12.021Z Downloaded signal-hook-mio v0.2.3
8892024-08-12T20:36:12.024Z Downloaded rusty-fork v0.3.0
8902024-08-12T20:36:12.024Z Downloaded postgres-types v0.2.7
8912024-08-12T20:36:12.027Z Downloaded resolv-conf v0.7.0
8922024-08-12T20:36:12.029Z Downloaded predicates-core v1.0.6
8932024-08-12T20:36:12.029Z Downloaded predicates v3.1.2
8942024-08-12T20:36:12.032Z Downloaded highway v1.2.0
8952024-08-12T20:36:12.035Z Downloaded steno v0.4.1
8962024-08-12T20:36:12.037Z Downloaded either v1.13.0
8972024-08-12T20:36:12.040Z Downloaded hubpack v0.1.2
8982024-08-12T20:36:12.040Z Downloaded httpdate v1.0.3
8992024-08-12T20:36:12.044Z Downloaded derive_builder v0.20.0
9002024-08-12T20:36:12.047Z Downloaded whoami v1.5.1
9012024-08-12T20:36:12.049Z Downloaded pin-project v1.1.5
9022024-08-12T20:36:12.059Z Downloaded tokio-tungstenite v0.20.1
9032024-08-12T20:36:12.062Z Downloaded globset v0.4.14
9042024-08-12T20:36:12.064Z Downloaded thiserror-impl-no-std v2.0.2
9052024-08-12T20:36:12.064Z Downloaded futures v0.3.30
9062024-08-12T20:36:12.069Z Downloaded crossbeam-channel v0.5.12
9072024-08-12T20:36:12.073Z Downloaded derive_more v0.99.18
9082024-08-12T20:36:12.078Z Downloaded tempfile v3.10.1
9092024-08-12T20:36:12.081Z Downloaded libxml v0.3.3
9102024-08-12T20:36:12.086Z Downloaded base64 v0.22.1
9112024-08-12T20:36:12.091Z Downloaded darling_core v0.20.9
9122024-08-12T20:36:12.094Z Downloaded ring v0.17.8
9132024-08-12T20:36:12.164Z Downloaded pkg-config v0.3.30
9142024-08-12T20:36:12.167Z Downloaded unicode-bidi v0.3.15
9152024-08-12T20:36:12.172Z Downloaded libm v0.2.8
9162024-08-12T20:36:12.176Z Downloaded clang-sys v1.7.0
9172024-08-12T20:36:12.178Z Downloaded bytes v1.7.1
9182024-08-12T20:36:12.181Z Downloaded term v0.7.0
9192024-08-12T20:36:12.184Z Downloaded subprocess v0.2.9
9202024-08-12T20:36:12.187Z Downloaded snafu v0.8.2
9212024-08-12T20:36:12.193Z Downloaded futures-macro v0.3.30
9222024-08-12T20:36:12.196Z Downloaded difflib v0.4.0
9232024-08-12T20:36:12.196Z Downloaded getrandom v0.2.14
9242024-08-12T20:36:12.198Z Downloaded strum_macros v0.25.3
9252024-08-12T20:36:12.201Z Downloaded rustls-pemfile v2.1.3
9262024-08-12T20:36:12.201Z Downloaded pin-project-internal v1.1.5
9272024-08-12T20:36:12.204Z Downloaded rand_core v0.6.4
9282024-08-12T20:36:12.204Z Downloaded wyz v0.5.1
9292024-08-12T20:36:12.206Z Downloaded crypto-bigint v0.5.5
9302024-08-12T20:36:12.211Z Downloaded backtrace v0.3.71
9312024-08-12T20:36:12.215Z Downloaded dirs-next v2.0.0
9322024-08-12T20:36:12.218Z Downloaded crossbeam-epoch v0.9.18
9332024-08-12T20:36:12.221Z Downloaded group v0.13.0
9342024-08-12T20:36:12.221Z Downloaded glob v0.3.1
9352024-08-12T20:36:12.221Z Downloaded rustc_version v0.1.7
9362024-08-12T20:36:12.225Z Downloaded yasna v0.5.2
9372024-08-12T20:36:12.225Z Downloaded openssl-sys v0.9.103
9382024-08-12T20:36:12.228Z Downloaded untrusted v0.7.1
9392024-08-12T20:36:12.231Z Downloaded unicase v2.7.0
9402024-08-12T20:36:12.231Z Downloaded r2d2 v0.8.10
9412024-08-12T20:36:12.235Z Downloaded toml v0.7.8
9422024-08-12T20:36:12.235Z Downloaded home v0.5.9
9432024-08-12T20:36:12.238Z Downloaded futures-core v0.3.30
9442024-08-12T20:36:12.238Z Downloaded num-traits v0.2.19
9452024-08-12T20:36:12.241Z Downloaded miniz_oxide v0.7.2
9462024-08-12T20:36:12.245Z Downloaded serde_path_to_error v0.1.16
9472024-08-12T20:36:12.245Z Downloaded env_logger v0.10.2
9482024-08-12T20:36:12.247Z Downloaded compact_str v0.7.1
9492024-08-12T20:36:12.252Z Downloaded allocator-api2 v0.2.18
9502024-08-12T20:36:12.255Z Downloaded ahash v0.8.11
9512024-08-12T20:36:12.255Z Downloaded crc32fast v1.4.0
9522024-08-12T20:36:12.255Z Downloaded rustls-pemfile v1.0.4
9532024-08-12T20:36:12.260Z Downloaded cookie_store v0.20.0
9542024-08-12T20:36:12.260Z Downloaded cancel-safe-futures v0.1.5
9552024-08-12T20:36:12.264Z Downloaded parking_lot v0.11.2
9562024-08-12T20:36:12.264Z Downloaded mime_guess v2.0.4
9572024-08-12T20:36:12.268Z Downloaded libloading v0.8.3
9582024-08-12T20:36:12.268Z Downloaded hash32 v0.3.1
9592024-08-12T20:36:12.273Z Downloaded hash32 v0.2.1
9602024-08-12T20:36:12.273Z Downloaded tower-service v0.3.2
9612024-08-12T20:36:12.273Z Downloaded structmeta-derive v0.3.0
9622024-08-12T20:36:12.273Z Downloaded smf v0.2.3
9632024-08-12T20:36:12.273Z Downloaded slog-stdlog v4.1.1
9642024-08-12T20:36:12.277Z Downloaded signal-hook-registry v1.4.2
9652024-08-12T20:36:12.277Z Downloaded mockall v0.13.0
9662024-08-12T20:36:12.277Z Downloaded enum-as-inner v0.5.1
9672024-08-12T20:36:12.277Z Downloaded lock_api v0.4.12
9682024-08-12T20:36:12.280Z Downloaded libsw v3.3.1
9692024-08-12T20:36:12.280Z Downloaded xattr v1.3.1
9702024-08-12T20:36:12.283Z Downloaded slog-bunyan v2.5.0
9712024-08-12T20:36:12.283Z Downloaded serde_urlencoded v0.7.1
9722024-08-12T20:36:12.285Z Downloaded native-tls v0.2.11
9732024-08-12T20:36:12.285Z Downloaded defmt-parser v0.3.4
9742024-08-12T20:36:12.285Z Downloaded defmt v0.3.8
9752024-08-12T20:36:12.290Z Downloaded curve25519-dalek-derive v0.1.1
9762024-08-12T20:36:12.297Z Downloaded memoffset v0.9.1
9772024-08-12T20:36:12.299Z Downloaded kstat-rs v0.2.4
9782024-08-12T20:36:12.300Z Downloaded constant_time_eq v0.3.0
9792024-08-12T20:36:12.300Z Downloaded num-iter v0.1.45
9802024-08-12T20:36:12.300Z Downloaded maplit v1.0.2
9812024-08-12T20:36:12.300Z Downloaded linear-map v1.2.0
9822024-08-12T20:36:12.300Z Downloaded lazycell v1.3.0
9832024-08-12T20:36:12.300Z Downloaded ipnetwork v0.20.0
9842024-08-12T20:36:12.300Z Downloaded bitfield v0.14.0
9852024-08-12T20:36:12.300Z Downloaded bit-set v0.5.3
9862024-08-12T20:36:12.303Z Downloaded base16ct v0.2.0
9872024-08-12T20:36:12.303Z Downloaded lalrpop-util v0.19.12
9882024-08-12T20:36:12.303Z Downloaded indoc v1.0.9
9892024-08-12T20:36:12.305Z Downloaded colored v2.1.0
9902024-08-12T20:36:12.308Z Downloaded lru-cache v0.1.2
9912024-08-12T20:36:12.308Z Downloaded bitflags v1.3.2
9922024-08-12T20:36:12.311Z Downloaded const-oid v0.9.6
9932024-08-12T20:36:12.315Z Downloaded indicatif v0.17.8
9942024-08-12T20:36:12.318Z Downloaded multimap v0.10.0
9952024-08-12T20:36:12.318Z Downloaded const_format_proc_macros v0.2.32
9962024-08-12T20:36:12.321Z Downloaded bzip2 v0.4.4
9972024-08-12T20:36:12.321Z Downloaded argon2 v0.5.3
9982024-08-12T20:36:12.321Z Downloaded debug-ignore v1.0.5
9992024-08-12T20:36:12.324Z Downloaded cobs v0.2.3
10002024-08-12T20:36:12.324Z Downloaded async-trait v0.1.81
10012024-08-12T20:36:12.329Z Downloaded crc v3.2.1
10022024-08-12T20:36:12.332Z Downloaded convert_case v0.4.0
10032024-08-12T20:36:12.332Z Downloaded cipher v0.4.4
10042024-08-12T20:36:12.332Z Downloaded castaway v0.2.2
10052024-08-12T20:36:12.332Z Downloaded camino-tempfile v1.1.1
10062024-08-12T20:36:12.335Z Downloaded bb8 v0.8.5
10072024-08-12T20:36:12.335Z Downloaded num_cpus v1.16.0
10082024-08-12T20:36:12.338Z Downloaded nibble_vec v0.1.0
10092024-08-12T20:36:12.342Z Downloaded managed v0.8.0
10102024-08-12T20:36:12.342Z Downloaded linked-hash-map v0.5.6
10112024-08-12T20:36:12.342Z Downloaded lazy_static v1.5.0
10122024-08-12T20:36:12.342Z Downloaded lru v0.12.3
10132024-08-12T20:36:12.345Z Downloaded num v0.4.3
10142024-08-12T20:36:12.345Z Downloaded keccak v0.1.5
10152024-08-12T20:36:12.345Z Downloaded adler v1.0.2
10162024-08-12T20:36:12.347Z Downloaded async-recursion v1.1.1
10172024-08-12T20:36:12.352Z Downloaded ascii-canvas v3.0.0
10182024-08-12T20:36:12.352Z Downloaded arrayref v0.3.7
10192024-08-12T20:36:12.354Z Downloaded array-init v0.0.4
10202024-08-12T20:36:12.354Z Downloaded aead v0.5.2
10212024-08-12T20:36:12.354Z Downloaded ciborium-io v0.2.2
10222024-08-12T20:36:12.355Z Downloaded bitstruct v0.1.1
10232024-08-12T20:36:12.355Z Downloaded der v0.7.9
10242024-08-12T20:36:12.359Z Downloaded crucible-workspace-hack v0.1.0
10252024-08-12T20:36:12.439Z Compiling cfg-if v1.0.0
10262024-08-12T20:36:12.439Z Compiling serde v1.0.205
10272024-08-12T20:36:12.442Z Compiling lock_api v0.4.12
10282024-08-12T20:36:12.442Z Compiling scopeguard v1.2.0
10292024-08-12T20:36:12.442Z Compiling log v0.4.21
10302024-08-12T20:36:12.569Z Compiling cc v1.0.97
10312024-08-12T20:36:12.580Z Compiling syn v2.0.72
10322024-08-12T20:36:12.600Z Compiling typenum v1.17.0
10332024-08-12T20:36:12.653Z Compiling getrandom v0.2.14
10342024-08-12T20:36:12.728Z Compiling generic-array v0.14.7
10352024-08-12T20:36:12.988Z Compiling rand_core v0.6.4
10362024-08-12T20:36:13.029Z Compiling parking_lot_core v0.9.10
10372024-08-12T20:36:13.125Z Compiling pin-project-lite v0.2.14
10382024-08-12T20:36:13.202Z Compiling smallvec v1.13.2
10392024-08-12T20:36:13.246Z Compiling signal-hook-registry v1.4.2
10402024-08-12T20:36:13.500Z Compiling spin v0.9.8
10412024-08-12T20:36:13.514Z Compiling mio v0.8.11
10422024-08-12T20:36:13.528Z Compiling ahash v0.8.11
10432024-08-12T20:36:13.858Z Compiling futures-core v0.3.30
10442024-08-12T20:36:13.876Z Compiling tinyvec_macros v0.1.1
10452024-08-12T20:36:13.966Z Compiling parking_lot v0.12.2
10462024-08-12T20:36:14.027Z Compiling tinyvec v1.6.0
10472024-08-12T20:36:14.171Z Compiling num_cpus v1.16.0
10482024-08-12T20:36:14.207Z Compiling socket2 v0.5.7
10492024-08-12T20:36:14.281Z Compiling subtle v2.5.0
10502024-08-12T20:36:14.617Z Compiling serde_json v1.0.122
10512024-08-12T20:36:14.780Z Compiling libm v0.2.8
10522024-08-12T20:36:14.883Z Compiling const-oid v0.9.6
10532024-08-12T20:36:14.963Z Compiling slab v0.4.9
10542024-08-12T20:36:15.146Z Compiling num-traits v0.2.19
10552024-08-12T20:36:15.184Z Compiling allocator-api2 v0.2.18
10562024-08-12T20:36:15.253Z Compiling futures-sink v0.3.30
10572024-08-12T20:36:15.325Z Compiling unicode-bidi v0.3.15
10582024-08-12T20:36:15.399Z Compiling unicode-normalization v0.1.23
10592024-08-12T20:36:16.087Z Compiling futures-channel v0.3.30
10602024-08-12T20:36:16.089Z Compiling pin-utils v0.1.0
10612024-08-12T20:36:16.127Z Compiling vcpkg v0.2.15
10622024-08-12T20:36:16.198Z Compiling futures-io v0.3.30
10632024-08-12T20:36:16.530Z Compiling futures-task v0.3.30
10642024-08-12T20:36:16.547Z Compiling pkg-config v0.3.30
10652024-08-12T20:36:16.588Z Compiling ring v0.17.8
10662024-08-12T20:36:17.013Z Compiling percent-encoding v2.3.1
10672024-08-12T20:36:17.046Z Compiling ppv-lite86 v0.2.17
10682024-08-12T20:36:17.214Z Compiling tracing-core v0.1.32
10692024-08-12T20:36:17.393Z Compiling powerfmt v0.2.0
10702024-08-12T20:36:17.811Z Compiling time-core v0.1.2
10712024-08-12T20:36:17.873Z Compiling rand_chacha v0.3.1
10722024-08-12T20:36:17.976Z Compiling syn v1.0.109
10732024-08-12T20:36:18.219Z Compiling num-conv v0.1.0
10742024-08-12T20:36:18.438Z Compiling openssl-sys v0.9.103
10752024-08-12T20:36:18.495Z Compiling rustix v0.38.34
10762024-08-12T20:36:18.619Z Compiling untrusted v0.9.0
10772024-08-12T20:36:18.733Z Compiling time-macros v0.2.18
10782024-08-12T20:36:18.824Z Compiling rand v0.8.5
10792024-08-12T20:36:19.088Z Compiling deranged v0.3.11
10802024-08-12T20:36:19.431Z Compiling openssl v0.10.66
10812024-08-12T20:36:19.627Z Compiling httparse v1.8.0
10822024-08-12T20:36:19.854Z Compiling base64ct v1.6.0
10832024-08-12T20:36:20.063Z Compiling foreign-types-shared v0.1.1
10842024-08-12T20:36:20.167Z Compiling rustversion v1.0.17
10852024-08-12T20:36:20.211Z Compiling num_threads v0.1.7
10862024-08-12T20:36:20.331Z Compiling pem-rfc7468 v0.7.0
10872024-08-12T20:36:20.435Z Compiling foreign-types v0.3.2
10882024-08-12T20:36:20.966Z Compiling form_urlencoded v1.2.1
10892024-08-12T20:36:21.059Z Compiling try-lock v0.2.5
10902024-08-12T20:36:21.091Z Compiling siphasher v0.3.11
10912024-08-12T20:36:21.202Z Compiling crossbeam-utils v0.8.19
10922024-08-12T20:36:21.261Z Compiling rustls v0.21.12
10932024-08-12T20:36:21.458Z Compiling flagset v0.4.5
10942024-08-12T20:36:21.544Z Compiling native-tls v0.2.11
10952024-08-12T20:36:21.685Z Compiling want v0.3.1
10962024-08-12T20:36:21.952Z Compiling idna v0.5.0
10972024-08-12T20:36:21.968Z Compiling lazy_static v1.5.0
10982024-08-12T20:36:21.983Z Compiling time v0.3.36
10992024-08-12T20:36:22.084Z Compiling cookie v0.17.0
11002024-08-12T20:36:22.366Z Compiling aho-corasick v1.1.3
11012024-08-12T20:36:22.587Z Compiling iana-time-zone v0.1.60
11022024-08-12T20:36:23.047Z Compiling openssl-probe v0.1.5
11032024-08-12T20:36:23.234Z Compiling sct v0.7.1
11042024-08-12T20:36:23.410Z Compiling rustls-webpki v0.101.7
11052024-08-12T20:36:23.508Z Compiling adler v1.0.2
11062024-08-12T20:36:23.547Z Compiling cpufeatures v0.2.12
11072024-08-12T20:36:23.643Z Compiling tower-service v0.3.2
11082024-08-12T20:36:23.730Z Compiling slog v2.7.0
11092024-08-12T20:36:23.762Z Compiling signal-hook v0.3.17
11102024-08-12T20:36:24.045Z Compiling finl_unicode v1.2.0
11112024-08-12T20:36:24.257Z Compiling httpdate v1.0.3
11122024-08-12T20:36:24.654Z Compiling regex-syntax v0.8.3
11132024-08-12T20:36:24.725Z Compiling stringprep v0.1.4
11142024-08-12T20:36:25.343Z Compiling miniz_oxide v0.7.2
11152024-08-12T20:36:25.974Z Compiling url v2.5.2
11162024-08-12T20:36:27.219Z Compiling serde_derive v1.0.205
11172024-08-12T20:36:27.268Z Compiling zeroize_derive v1.4.2
11182024-08-12T20:36:27.853Z Compiling zerocopy-derive v0.7.34
11192024-08-12T20:36:27.869Z Compiling tokio-macros v2.3.0
11202024-08-12T20:36:28.200Z Compiling thiserror-impl v1.0.63
11212024-08-12T20:36:28.884Z Compiling zeroize v1.7.0
11222024-08-12T20:36:29.501Z Compiling futures-macro v0.3.30
11232024-08-12T20:36:30.148Z Compiling zerocopy v0.7.34
11242024-08-12T20:36:30.824Z Compiling crypto-common v0.1.6
11252024-08-12T20:36:31.061Z Compiling block-buffer v0.10.4
11262024-08-12T20:36:31.166Z Compiling scroll_derive v0.12.0
11272024-08-12T20:36:31.306Z Compiling digest v0.10.7
11282024-08-12T20:36:31.514Z Compiling futures-util v0.3.30
11292024-08-12T20:36:31.552Z Compiling thiserror v1.0.63
11302024-08-12T20:36:31.680Z Compiling pest v2.7.10
11312024-08-12T20:36:31.830Z Compiling tracing-attributes v0.1.27
11322024-08-12T20:36:32.404Z Compiling hashbrown v0.14.5
11332024-08-12T20:36:32.620Z Compiling scroll v0.12.0
11342024-08-12T20:36:33.162Z Compiling goblin v0.8.2
11352024-08-12T20:36:33.789Z Compiling hmac v0.12.1
11362024-08-12T20:36:33.879Z Compiling openssl-macros v0.1.1
11372024-08-12T20:36:34.027Z Compiling der_derive v0.7.2
11382024-08-12T20:36:34.637Z Compiling pest_meta v2.7.10
11392024-08-12T20:36:34.678Z Compiling md-5 v0.10.6
11402024-08-12T20:36:35.116Z Compiling sha2 v0.10.8
11412024-08-12T20:36:35.131Z Compiling regex-automata v0.4.6
11422024-08-12T20:36:35.755Z Compiling tracing v0.1.40
11432024-08-12T20:36:36.293Z Compiling pest_generator v2.7.10
11442024-08-12T20:36:36.585Z Compiling der v0.7.9
11452024-08-12T20:36:37.772Z Compiling num-integer v0.1.46
11462024-08-12T20:36:38.337Z Compiling idna v0.3.0
11472024-08-12T20:36:38.517Z Compiling backtrace v0.3.71
11482024-08-12T20:36:38.539Z Compiling hash32 v0.2.1
11492024-08-12T20:36:38.933Z Compiling spki v0.7.3
11502024-08-12T20:36:38.973Z Compiling base64 v0.22.1
11512024-08-12T20:36:39.291Z Compiling fallible-iterator v0.2.0
11522024-08-12T20:36:39.673Z Compiling pest_derive v2.7.10
11532024-08-12T20:36:39.711Z Compiling psl-types v2.0.11
11542024-08-12T20:36:39.892Z Compiling stable_deref_trait v1.2.0
11552024-08-12T20:36:39.895Z Compiling smoltcp v0.9.1
11562024-08-12T20:36:39.934Z Compiling gimli v0.28.1
11572024-08-12T20:36:39.983Z Compiling crc32fast v1.4.0
11582024-08-12T20:36:39.999Z Compiling publicsuffix v2.2.3
11592024-08-12T20:36:40.238Z Compiling pkcs8 v0.10.2
11602024-08-12T20:36:40.479Z Compiling dtrace-parser v0.2.0
11612024-08-12T20:36:40.650Z Compiling hubpack_derive v0.1.1
11622024-08-12T20:36:40.703Z Compiling block-padding v0.3.3
11632024-08-12T20:36:40.820Z Compiling async-trait v0.1.81
11642024-08-12T20:36:40.948Z Compiling zerocopy-derive v0.6.6
11652024-08-12T20:36:41.597Z Compiling bytes v1.7.1
11662024-08-12T20:36:41.723Z Compiling bitflags v2.6.0
11672024-08-12T20:36:42.654Z Compiling tokio v1.38.1
11682024-08-12T20:36:42.888Z Compiling indexmap v2.3.0
11692024-08-12T20:36:43.151Z Compiling http v0.2.12
11702024-08-12T20:36:43.367Z Compiling semver v1.0.23
11712024-08-12T20:36:44.100Z Compiling rustc_version v0.4.0
11722024-08-12T20:36:44.259Z Compiling dof v0.3.0
11732024-08-12T20:36:44.807Z Compiling http-body v0.4.6
11742024-08-12T20:36:44.880Z Compiling heapless v0.7.17
11752024-08-12T20:36:45.298Z Compiling uuid v1.10.0
11762024-08-12T20:36:45.404Z Compiling usdt-impl v0.5.0
11772024-08-12T20:36:45.757Z Compiling serde_spanned v0.6.7
11782024-08-12T20:36:45.990Z Compiling serde_tokenstream v0.2.1
11792024-08-12T20:36:46.481Z Compiling toml_datetime v0.6.8
11802024-08-12T20:36:46.535Z Compiling chrono v0.4.38
11812024-08-12T20:36:46.708Z Compiling terminal_size v0.3.0
11822024-08-12T20:36:46.907Z Compiling addr2line v0.21.0
11832024-08-12T20:36:46.969Z Compiling postgres-protocol v0.6.7
11842024-08-12T20:36:47.986Z Compiling phf_shared v0.11.2
11852024-08-12T20:36:48.193Z Compiling serde_derive_internals v0.29.1
11862024-08-12T20:36:48.288Z Compiling ff v0.13.0
11872024-08-12T20:36:48.377Z Compiling fs-err v2.11.0
11882024-08-12T20:36:48.507Z Compiling object v0.32.2
11892024-08-12T20:36:48.544Z Compiling base64 v0.21.7
11902024-08-12T20:36:48.671Z Compiling ipnet v2.9.0
11912024-08-12T20:36:48.780Z Compiling bit-vec v0.6.3
11922024-08-12T20:36:49.246Z Compiling bitflags v1.3.2
11932024-08-12T20:36:49.264Z Compiling anyhow v1.0.86
11942024-08-12T20:36:49.351Z Compiling managed v0.8.0
11952024-08-12T20:36:49.807Z Compiling winnow v0.5.40
11962024-08-12T20:36:49.826Z Compiling matches v0.1.10
11972024-08-12T20:36:49.877Z Compiling rustc-demangle v0.1.24
11982024-08-12T20:36:49.916Z Compiling schemars v0.8.21
11992024-08-12T20:36:50.184Z Compiling base16ct v0.2.0
12002024-08-12T20:36:50.283Z Compiling either v1.13.0
12012024-08-12T20:36:50.510Z Compiling regex-automata v0.1.10
12022024-08-12T20:36:50.747Z Compiling tokio-util v0.7.11
12032024-08-12T20:36:50.888Z Compiling tokio-rustls v0.24.1
12042024-08-12T20:36:50.997Z Compiling schemars_derive v0.8.21
12052024-08-12T20:36:51.014Z Compiling bstr v0.2.17
12062024-08-12T20:36:51.259Z Compiling sec1 v0.7.3
12072024-08-12T20:36:51.843Z Compiling h2 v0.3.26
12082024-08-12T20:36:52.456Z Compiling tokio-native-tls v0.3.1
12092024-08-12T20:36:52.742Z Compiling idna v0.2.3
12102024-08-12T20:36:53.606Z Compiling toml_edit v0.19.15
12112024-08-12T20:36:54.039Z Compiling clap_builder v4.5.13
12122024-08-12T20:36:54.312Z Compiling rustls-pemfile v1.0.4
12132024-08-12T20:36:54.345Z Compiling postgres-types v0.2.7
12142024-08-12T20:36:54.876Z Compiling group v0.13.0
12152024-08-12T20:36:55.046Z Compiling phf v0.11.2
12162024-08-12T20:36:55.345Z Compiling signal-hook-mio v0.2.3
12172024-08-12T20:36:55.514Z Compiling cookie_store v0.20.0
12182024-08-12T20:36:55.861Z Compiling usdt-macro v0.5.0
12192024-08-12T20:36:55.912Z Compiling usdt-attr-macro v0.5.0
12202024-08-12T20:36:57.033Z Compiling zerocopy v0.6.6
12212024-08-12T20:36:57.328Z Compiling hubpack v0.1.2
12222024-08-12T20:36:57.557Z Compiling serde_urlencoded v0.7.1
12232024-08-12T20:36:57.787Z Compiling inout v0.1.3
12242024-08-12T20:36:57.929Z Compiling regex v1.10.6
12252024-08-12T20:36:58.054Z Compiling num-bigint v0.4.5
12262024-08-12T20:36:58.069Z Compiling futures-executor v0.3.30
12272024-08-12T20:36:58.184Z Compiling enum-as-inner v0.5.1
12282024-08-12T20:36:58.613Z Compiling hyper v0.14.30
12292024-08-12T20:36:58.710Z Compiling hkdf v0.12.4
12302024-08-12T20:36:58.960Z Compiling crypto-bigint v0.5.5
12312024-08-12T20:36:59.005Z Compiling serde_repr v0.1.19
12322024-08-12T20:36:59.230Z Compiling clap_derive v4.5.13
12332024-08-12T20:37:00.170Z Compiling strum_macros v0.25.3
12342024-08-12T20:37:01.570Z Compiling phf_shared v0.10.0
12352024-08-12T20:37:01.976Z Compiling float-cmp v0.9.0
12362024-08-12T20:37:02.199Z Compiling encoding_rs v0.8.34
12372024-08-12T20:37:02.333Z Compiling precomputed-hash v0.1.1
12382024-08-12T20:37:02.450Z Compiling fixedbitset v0.4.2
12392024-08-12T20:37:02.923Z Compiling dyn-clone v1.0.17
12402024-08-12T20:37:03.133Z Compiling difflib v0.4.0
12412024-08-12T20:37:03.370Z Compiling data-encoding v2.6.0
12422024-08-12T20:37:04.281Z Compiling minimal-lexical v0.2.1
12432024-08-12T20:37:04.409Z Compiling sync_wrapper v0.1.2
12442024-08-12T20:37:04.539Z Compiling whoami v1.5.1
12452024-08-12T20:37:04.739Z Compiling normalize-line-endings v0.3.0
12462024-08-12T20:37:04.804Z Compiling mime v0.3.17
12472024-08-12T20:37:04.857Z Compiling unicode-segmentation v1.11.0
12482024-08-12T20:37:05.180Z Compiling predicates-core v1.0.6
12492024-08-12T20:37:05.195Z Compiling static_assertions v1.1.0
12502024-08-12T20:37:05.287Z Compiling hyper-tls v0.5.0
12512024-08-12T20:37:05.417Z Compiling hyper-rustls v0.24.2
12522024-08-12T20:37:05.554Z Compiling new_debug_unreachable v1.0.6
12532024-08-12T20:37:05.649Z Compiling webpki-roots v0.25.4
12542024-08-12T20:37:05.679Z Compiling string_cache v0.8.7
12552024-08-12T20:37:05.723Z Compiling similar v2.5.0
12562024-08-12T20:37:05.751Z Compiling predicates v3.1.2
12572024-08-12T20:37:05.808Z Compiling reqwest v0.11.27
12582024-08-12T20:37:05.811Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12592024-08-12T20:37:06.138Z Compiling tokio-postgres v0.7.11
12602024-08-12T20:37:06.660Z Compiling nom v7.1.3
12612024-08-12T20:37:07.486Z Compiling clap v4.5.13
12622024-08-12T20:37:07.607Z Compiling toml_edit v0.22.20
12632024-08-12T20:37:08.383Z Compiling trust-dns-proto v0.22.0
12642024-08-12T20:37:08.972Z Compiling petgraph v0.6.5
12652024-08-12T20:37:10.363Z Compiling console v0.15.8
12662024-08-12T20:37:11.651Z Compiling usdt v0.5.0
12672024-08-12T20:37:11.934Z Compiling elliptic-curve v0.13.8
12682024-08-12T20:37:12.145Z Compiling yasna v0.5.2
12692024-08-12T20:37:12.167Z Compiling futures v0.3.30
12702024-08-12T20:37:12.226Z Compiling flate2 v1.0.31
12712024-08-12T20:37:12.279Z Compiling cipher v0.4.4
12722024-08-12T20:37:12.728Z Compiling toml v0.7.8
12732024-08-12T20:37:13.011Z Compiling crossterm v0.27.0
12742024-08-12T20:37:13.694Z Compiling itertools v0.10.5
12752024-08-12T20:37:14.013Z Compiling itertools v0.12.1
12762024-08-12T20:37:14.072Z Compiling tokio-stream v0.1.15
12772024-08-12T20:37:14.419Z Compiling bit-set v0.5.3
12782024-08-12T20:37:14.705Z Compiling openapiv3 v2.0.0
12792024-08-12T20:37:15.068Z Compiling hex v0.4.3
12802024-08-12T20:37:15.704Z Compiling bstr v1.9.1
12812024-08-12T20:37:15.975Z Compiling num-iter v0.1.45
12822024-08-12T20:37:16.152Z Compiling crossbeam-epoch v0.9.18
12832024-08-12T20:37:16.519Z Compiling dirs-sys-next v0.1.2
12842024-08-12T20:37:16.734Z Compiling lalrpop-util v0.19.12
12852024-08-12T20:37:16.753Z Compiling unicode-xid v0.2.4
12862024-08-12T20:37:16.892Z Compiling peg-runtime v0.8.3
12872024-08-12T20:37:16.923Z Compiling dirs-next v2.0.0
12882024-08-12T20:37:17.079Z Compiling thread_local v1.1.8
12892024-08-12T20:37:17.113Z Compiling slog-async v2.8.0
12902024-08-12T20:37:17.161Z Compiling term v0.7.0
12912024-08-12T20:37:17.178Z Compiling xattr v1.3.1
12922024-08-12T20:37:17.450Z Compiling crossbeam-channel v0.5.12
12932024-08-12T20:37:17.465Z Compiling strum_macros v0.26.4
12942024-08-12T20:37:17.539Z Compiling filetime v0.2.23
12952024-08-12T20:37:17.607Z Compiling is-terminal v0.4.12
12962024-08-12T20:37:17.705Z Compiling take_mut v0.2.2
12972024-08-12T20:37:17.727Z Compiling slog-term v2.9.1
12982024-08-12T20:37:17.854Z Compiling tar v0.4.41
12992024-08-12T20:37:17.871Z Compiling camino v1.1.7
13002024-08-12T20:37:19.817Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13012024-08-12T20:37:20.540Z Compiling strum v0.26.3
13022024-08-12T20:37:20.619Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13032024-08-12T20:37:25.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
13042024-08-12T20:37:25.704Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13052024-08-12T20:37:25.746ZAug 12 20:37:25.152 INFO Starting download, target: Clickhouse
13062024-08-12T20:37:25.746ZAug 12 20:37:25.152 INFO Starting download, target: Console
13072024-08-12T20:37:25.746ZAug 12 20:37:25.152 INFO Starting download, target: Cockroach
13082024-08-12T20:37:25.746ZAug 12 20:37:25.152 INFO Starting download, target: DendriteOpenapi
13092024-08-12T20:37:25.746ZAug 12 20:37:25.152 INFO Starting download, target: DendriteStub
13102024-08-12T20:37:25.749ZAug 12 20:37:25.152 INFO Starting download, target: MaghemiteMgd
13112024-08-12T20:37:25.749ZAug 12 20:37:25.152 INFO Starting download, target: TransceiverControl
13122024-08-12T20:37:25.749ZAug 12 20:37:25.153 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13132024-08-12T20:37:25.749ZAug 12 20:37:25.153 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13142024-08-12T20:37:25.749ZAug 12 20:37:25.153 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13152024-08-12T20:37:25.749ZAug 12 20:37:25.153 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13162024-08-12T20:37:25.749ZAug 12 20:37:25.153 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13172024-08-12T20:37:25.749ZAug 12 20:37:25.153 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13182024-08-12T20:37:25.749ZAug 12 20:37:25.153 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13192024-08-12T20:37:25.927ZAug 12 20:37:25.317 INFO Download complete, target: DendriteOpenapi
13202024-08-12T20:37:25.983ZAug 12 20:37:25.380 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13212024-08-12T20:37:26.327ZAug 12 20:37:25.730 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13222024-08-12T20:37:26.353ZAug 12 20:37:25.759 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13232024-08-12T20:37:26.383ZAug 12 20:37:25.789 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13242024-08-12T20:37:26.771ZAug 12 20:37:26.177 INFO Download complete, target: Console
13252024-08-12T20:37:26.828ZAug 12 20:37:26.234 INFO Download complete, target: TransceiverControl
13262024-08-12T20:37:27.906ZAug 12 20:37:27.311 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13272024-08-12T20:37:27.994ZAug 12 20:37:27.400 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13282024-08-12T20:37:27.994ZAug 12 20:37:27.400 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13292024-08-12T20:37:29.527ZAug 12 20:37:28.932 INFO Download complete, target: DendriteStub
13302024-08-12T20:37:29.605ZAug 12 20:37:29.011 INFO Download complete, target: MaghemiteMgd
13312024-08-12T20:37:36.179ZAug 12 20:37:35.583 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13322024-08-12T20:37:36.520ZAug 12 20:37:35.924 INFO Checking that binary works, target: Cockroach
13332024-08-12T20:37:36.673ZAug 12 20:37:36.077 INFO Download complete, target: Cockroach
13342024-08-12T20:37:42.047ZAug 12 20:37:41.448 INFO Checking that binary works, target: Clickhouse
13352024-08-12T20:37:42.210ZAug 12 20:37:41.613 INFO Download complete, target: Clickhouse
13362024-08-12T20:37:42.237ZAll builder prerequisites installed successfully, and PATH looks valid
13372024-08-12T20:37:42.240Z
13382024-08-12T20:37:42.240Zreal 3:26.472910988
13392024-08-12T20:37:42.240Zuser 11:03.172136082
13402024-08-12T20:37:42.240Zsys 2:21.068114553
13412024-08-12T20:37:42.240Ztrap 0.400751506
13422024-08-12T20:37:42.240Ztflt 0.964543310
13432024-08-12T20:37:42.240Zdflt 1.578255870
13442024-08-12T20:37:42.240Zkflt 0.021118895
13452024-08-12T20:37:42.240Zlock 22:00.967956296
13462024-08-12T20:37:42.240Zslp 41:36.347353038
13472024-08-12T20:37:42.240Zlat 43.590196914
13482024-08-12T20:37:42.240Zstop 1:38.092291993
13492024-08-12T20:37:42.240Z+ banner hack-check
13502024-08-12T20:37:42.243Z
13512024-08-12T20:37:42.243Z # # ## #### # # #### # # ###### #### # #
13522024-08-12T20:37:42.243Z # # # # # # # # # # # # # # # # #
13532024-08-12T20:37:42.243Z ###### # # # #### ##### # ###### ##### # ####
13542024-08-12T20:37:42.243Z # # ###### # # # # # # # # # #
13552024-08-12T20:37:42.243Z # # # # # # # # # # # # # # # # #
13562024-08-12T20:37:42.243Z # # # # #### # # #### # # ###### #### # #
13572024-08-12T20:37:42.243Z
13582024-08-12T20:37:42.243Z+ export CARGO_INCREMENTAL=0
13592024-08-12T20:37:42.243Z+ CARGO_INCREMENTAL=0
13602024-08-12T20:37:42.243Z+ ptime -m timeout 2h cargo xtask check-features --ci
13612024-08-12T20:37:42.786Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13622024-08-12T20:37:46.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
13632024-08-12T20:37:46.219Z Running `target/debug/xtask check-features --ci`
13642024-08-12T20:37:46.237Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13652024-08-12T20:37:46.239Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13662024-08-12T20:37:46.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
13672024-08-12T20:37:46.725Z Running `target/debug/xtask download cargo-hack`
13682024-08-12T20:37:47.502Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13692024-08-12T20:37:47.826Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13702024-08-12T20:37:52.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
13712024-08-12T20:37:52.179Z Running `target/debug/xtask-downloader cargo-hack`
13722024-08-12T20:37:52.210ZAug 12 20:37:51.611 INFO Starting download, target: CargoHack
13732024-08-12T20:37:52.212ZAug 12 20:37:51.612 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13742024-08-12T20:37:52.762ZAug 12 20:37:52.164 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13752024-08-12T20:37:52.868ZAug 12 20:37:52.267 INFO Download complete, target: CargoHack
13762024-08-12T20:37:52.872Zrunning: "/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"
13772024-08-12T20:37:52.886Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13782024-08-12T20:37:53.033Zinfo: running `cargo check --bins` on api_identity (1/147)
13792024-08-12T20:37:53.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13802024-08-12T20:37:53.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13812024-08-12T20:37:53.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13822024-08-12T20:37:53.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
13832024-08-12T20:37:53.617Z
13842024-08-12T20:37:53.617Zinfo: running `cargo check --bins` on bootstore (2/147)
13852024-08-12T20:37:54.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13862024-08-12T20:37:54.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13872024-08-12T20:37:54.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13882024-08-12T20:37:54.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
13892024-08-12T20:37:54.244Z
13902024-08-12T20:37:54.244Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/147)
13912024-08-12T20:37:54.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13922024-08-12T20:37:54.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13932024-08-12T20:37:54.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13942024-08-12T20:37:54.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
13952024-08-12T20:37:54.847Z
13962024-08-12T20:37:54.847Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147)
13972024-08-12T20:37:55.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13982024-08-12T20:37:55.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13992024-08-12T20:37:55.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14002024-08-12T20:37:55.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14012024-08-12T20:37:55.453Z
14022024-08-12T20:37:55.453Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147)
14032024-08-12T20:37:55.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14042024-08-12T20:37:55.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14052024-08-12T20:37:55.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14062024-08-12T20:37:55.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14072024-08-12T20:37:55.898Z
14082024-08-12T20:37:55.898Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147)
14092024-08-12T20:37:56.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14102024-08-12T20:37:56.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14112024-08-12T20:37:56.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14122024-08-12T20:37:56.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14132024-08-12T20:37:56.351Z
14142024-08-12T20:37:56.351Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147)
14152024-08-12T20:37:56.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14162024-08-12T20:37:56.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14172024-08-12T20:37:56.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14182024-08-12T20:37:56.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14192024-08-12T20:37:56.800Z
14202024-08-12T20:37:56.800Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147)
14212024-08-12T20:37:57.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14222024-08-12T20:37:57.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14232024-08-12T20:37:57.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14242024-08-12T20:37:57.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14252024-08-12T20:37:57.256Z
14262024-08-12T20:37:57.256Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147)
14272024-08-12T20:37:57.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14282024-08-12T20:37:57.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14292024-08-12T20:37:57.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14302024-08-12T20:37:57.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14312024-08-12T20:37:57.710Z
14322024-08-12T20:37:57.710Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147)
14332024-08-12T20:37:58.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14342024-08-12T20:37:58.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14352024-08-12T20:37:58.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14362024-08-12T20:37:58.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14372024-08-12T20:37:58.160Z
14382024-08-12T20:37:58.160Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147)
14392024-08-12T20:37:58.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14402024-08-12T20:37:58.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14412024-08-12T20:37:58.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14422024-08-12T20:37:58.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14432024-08-12T20:37:58.612Z
14442024-08-12T20:37:58.612Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147)
14452024-08-12T20:37:59.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14462024-08-12T20:37:59.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14472024-08-12T20:37:59.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14482024-08-12T20:37:59.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14492024-08-12T20:37:59.057Z
14502024-08-12T20:37:59.057Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147)
14512024-08-12T20:37:59.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14522024-08-12T20:37:59.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14532024-08-12T20:37:59.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14542024-08-12T20:37:59.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14552024-08-12T20:37:59.504Z
14562024-08-12T20:37:59.504Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147)
14572024-08-12T20:37:59.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14582024-08-12T20:37:59.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14592024-08-12T20:37:59.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14602024-08-12T20:37:59.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14612024-08-12T20:37:59.935Z
14622024-08-12T20:37:59.935Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147)
14632024-08-12T20:38:00.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14642024-08-12T20:38:00.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14652024-08-12T20:38:00.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14662024-08-12T20:38:00.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14672024-08-12T20:38:00.383Z
14682024-08-12T20:38:00.384Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147)
14692024-08-12T20:38:00.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14702024-08-12T20:38:00.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14712024-08-12T20:38:00.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14722024-08-12T20:38:00.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14732024-08-12T20:38:00.833Z
14742024-08-12T20:38:00.833Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147)
14752024-08-12T20:38:01.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14762024-08-12T20:38:01.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14772024-08-12T20:38:01.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14782024-08-12T20:38:01.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14792024-08-12T20:38:01.280Z
14802024-08-12T20:38:01.280Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147)
14812024-08-12T20:38:01.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14822024-08-12T20:38:01.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14832024-08-12T20:38:01.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14842024-08-12T20:38:01.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14852024-08-12T20:38:01.736Z
14862024-08-12T20:38:01.736Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147)
14872024-08-12T20:38:02.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14882024-08-12T20:38:02.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14892024-08-12T20:38:02.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14902024-08-12T20:38:02.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14912024-08-12T20:38:02.191Z
14922024-08-12T20:38:02.191Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147)
14932024-08-12T20:38:02.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14942024-08-12T20:38:02.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14952024-08-12T20:38:02.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14962024-08-12T20:38:02.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14972024-08-12T20:38:02.641Z
14982024-08-12T20:38:02.641Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147)
14992024-08-12T20:38:03.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15002024-08-12T20:38:03.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15012024-08-12T20:38:03.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15022024-08-12T20:38:03.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15032024-08-12T20:38:03.090Z
15042024-08-12T20:38:03.090Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147)
15052024-08-12T20:38:03.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15062024-08-12T20:38:03.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15072024-08-12T20:38:03.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15082024-08-12T20:38:03.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15092024-08-12T20:38:03.545Z
15102024-08-12T20:38:03.545Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147)
15112024-08-12T20:38:03.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15122024-08-12T20:38:03.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15132024-08-12T20:38:03.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15142024-08-12T20:38:03.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15152024-08-12T20:38:04.001Z
15162024-08-12T20:38:04.001Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147)
15172024-08-12T20:38:04.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15182024-08-12T20:38:04.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15192024-08-12T20:38:04.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15202024-08-12T20:38:04.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15212024-08-12T20:38:04.446Z
15222024-08-12T20:38:04.446Zinfo: running `cargo check --bins` on sled-hardware-types (25/147)
15232024-08-12T20:38:05.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15242024-08-12T20:38:05.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15252024-08-12T20:38:05.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15262024-08-12T20:38:05.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15272024-08-12T20:38:05.060Z
15282024-08-12T20:38:05.060Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/147)
15292024-08-12T20:38:05.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15302024-08-12T20:38:05.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15312024-08-12T20:38:05.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15322024-08-12T20:38:05.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15332024-08-12T20:38:05.674Z
15342024-08-12T20:38:05.674Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147)
15352024-08-12T20:38:06.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15362024-08-12T20:38:06.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15372024-08-12T20:38:06.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15382024-08-12T20:38:06.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15392024-08-12T20:38:06.294Z
15402024-08-12T20:38:06.294Zinfo: running `cargo check --bins` on oxlog (28/147)
15412024-08-12T20:38:06.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15422024-08-12T20:38:06.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15432024-08-12T20:38:06.877Z Checking cfg-if v1.0.0
15442024-08-12T20:38:06.881Z Checking libc v0.2.155
15452024-08-12T20:38:06.960Z Checking memchr v2.7.2
15462024-08-12T20:38:06.974Z Checking serde v1.0.205
15472024-08-12T20:38:06.981Z Checking scopeguard v1.2.0
15482024-08-12T20:38:06.989Z Checking byteorder v1.5.0
15492024-08-12T20:38:06.992Z Checking log v0.4.21
15502024-08-12T20:38:07.013Z Checking zeroize v1.7.0
15512024-08-12T20:38:07.016Z Checking once_cell v1.19.0
15522024-08-12T20:38:07.100Z Checking lock_api v0.4.12
15532024-08-12T20:38:07.268Z Checking itoa v1.0.11
15542024-08-12T20:38:07.283Z Checking pin-project-lite v0.2.14
15552024-08-12T20:38:07.286Z Checking typenum v1.17.0
15562024-08-12T20:38:07.376Z Checking smallvec v1.13.2
15572024-08-12T20:38:07.416Z Checking zerocopy v0.7.34
15582024-08-12T20:38:07.478Z Checking futures-core v0.3.30
15592024-08-12T20:38:07.491Z Checking spin v0.9.8
15602024-08-12T20:38:07.647Z Checking tinyvec_macros v0.1.1
15612024-08-12T20:38:07.726Z Checking subtle v2.5.0
15622024-08-12T20:38:07.739Z Checking tinyvec v1.6.0
15632024-08-12T20:38:07.795Z Checking const-oid v0.9.6
15642024-08-12T20:38:07.810Z Checking unicode-bidi v0.3.15
15652024-08-12T20:38:07.989Z Checking futures-sink v0.3.30
15662024-08-12T20:38:08.050Z Checking getrandom v0.2.14
15672024-08-12T20:38:08.120Z Checking signal-hook-registry v1.4.2
15682024-08-12T20:38:08.307Z Checking rand_core v0.6.4
15692024-08-12T20:38:08.352Z Checking parking_lot_core v0.9.10
15702024-08-12T20:38:08.382Z Checking mio v0.8.11
15712024-08-12T20:38:08.588Z Checking num_cpus v1.16.0
15722024-08-12T20:38:08.636Z Checking generic-array v0.14.7
15732024-08-12T20:38:08.662Z Checking parking_lot v0.12.2
15742024-08-12T20:38:08.700Z Checking socket2 v0.5.7
15752024-08-12T20:38:08.815Z Checking ahash v0.8.11
15762024-08-12T20:38:08.980Z Checking allocator-api2 v0.2.18
15772024-08-12T20:38:08.993Z Checking libm v0.2.8
15782024-08-12T20:38:09.042Z Checking unicode-normalization v0.1.23
15792024-08-12T20:38:09.189Z Checking equivalent v1.0.1
15802024-08-12T20:38:09.285Z Checking ryu v1.0.18
15812024-08-12T20:38:09.336Z Checking futures-channel v0.3.30
15822024-08-12T20:38:09.703Z Checking slab v0.4.9
15832024-08-12T20:38:09.730Z Checking futures-task v0.3.30
15842024-08-12T20:38:09.730Z Checking hashbrown v0.14.5
15852024-08-12T20:38:09.730Z Checking pin-utils v0.1.0
15862024-08-12T20:38:09.749Z Checking futures-io v0.3.30
15872024-08-12T20:38:09.763Z Checking crypto-common v0.1.6
15882024-08-12T20:38:09.763Z Checking block-buffer v0.10.4
15892024-08-12T20:38:09.786Z Checking ppv-lite86 v0.2.17
15902024-08-12T20:38:09.903Z Checking percent-encoding v2.3.1
15912024-08-12T20:38:09.906Z Checking futures-util v0.3.30
15922024-08-12T20:38:09.927Z Checking num-traits v0.2.19
15932024-08-12T20:38:09.946Z Checking tracing-core v0.1.32
15942024-08-12T20:38:09.960Z Checking digest v0.10.7
15952024-08-12T20:38:10.105Z Checking untrusted v0.9.0
15962024-08-12T20:38:10.258Z Checking fnv v1.0.7
15972024-08-12T20:38:10.319Z Checking ring v0.17.8
15982024-08-12T20:38:10.373Z Checking thiserror v1.0.63
15992024-08-12T20:38:10.430Z Checking rand_chacha v0.3.1
16002024-08-12T20:38:10.495Z Checking base64ct v1.6.0
16012024-08-12T20:38:10.572Z Checking tracing v0.1.40
16022024-08-12T20:38:10.755Z Checking foreign-types-shared v0.1.1
16032024-08-12T20:38:10.796Z Checking rand v0.8.5
16042024-08-12T20:38:10.850Z Checking powerfmt v0.2.0
16052024-08-12T20:38:10.907Z Checking pem-rfc7468 v0.7.0
16062024-08-12T20:38:10.911Z Checking foreign-types v0.3.2
16072024-08-12T20:38:10.986Z Checking hmac v0.12.1
16082024-08-12T20:38:11.110Z Checking deranged v0.3.11
16092024-08-12T20:38:11.168Z Checking form_urlencoded v1.2.1
16102024-08-12T20:38:11.187Z Checking openssl-sys v0.9.103
16112024-08-12T20:38:11.350Z Checking num-conv v0.1.0
16122024-08-12T20:38:11.597Z Checking unicode-ident v1.0.12
16132024-08-12T20:38:11.597Z Checking try-lock v0.2.5
16142024-08-12T20:38:11.736Z Checking siphasher v0.3.11
16152024-08-12T20:38:11.757Z Checking flagset v0.4.5
16162024-08-12T20:38:11.912Z Checking bytes v1.7.1
16172024-08-12T20:38:11.945Z Checking bitflags v2.6.0
16182024-08-12T20:38:12.017Z Checking indexmap v2.3.0
16192024-08-12T20:38:12.053Z Checking serde_json v1.0.122
16202024-08-12T20:38:12.104Z Checking time-core v0.1.2
16212024-08-12T20:38:12.233Z Checking num_threads v0.1.7
16222024-08-12T20:38:12.247Z Checking rustls-webpki v0.101.7
16232024-08-12T20:38:12.336Z Checking sct v0.7.1
16242024-08-12T20:38:12.448Z Checking openssl v0.10.66
16252024-08-12T20:38:12.529Z Checking der v0.7.9
16262024-08-12T20:38:12.688Z Checking tokio v1.38.1
16272024-08-12T20:38:12.929Z Checking http v0.2.12
16282024-08-12T20:38:12.963Z Checking time v0.3.36
16292024-08-12T20:38:13.317Z Checking uuid v1.10.0
16302024-08-12T20:38:13.674Z Checking proc-macro2 v1.0.86
16312024-08-12T20:38:13.911Z Checking want v0.3.1
16322024-08-12T20:38:14.131Z Checking idna v0.5.0
16332024-08-12T20:38:14.305Z Checking http-body v0.4.6
16342024-08-12T20:38:14.344Z Checking errno v0.3.9
16352024-08-12T20:38:14.370Z Checking httparse v1.8.0
16362024-08-12T20:38:14.503Z Checking lazy_static v1.5.0
16372024-08-12T20:38:14.612Z Checking aho-corasick v1.1.3
16382024-08-12T20:38:14.670Z Checking scroll v0.12.0
16392024-08-12T20:38:14.785Z Checking ucd-trie v0.1.6
16402024-08-12T20:38:14.905Z Checking httpdate v1.0.3
16412024-08-12T20:38:14.937Z Checking openssl-probe v0.1.5
16422024-08-12T20:38:14.968Z Checking anstyle v1.0.8
16432024-08-12T20:38:15.073Z Checking adler v1.0.2
16442024-08-12T20:38:15.113Z Checking tower-service v0.3.2
16452024-08-12T20:38:15.127Z Checking cpufeatures v0.2.12
16462024-08-12T20:38:15.204Z Checking plain v0.2.3
16472024-08-12T20:38:15.226Z Checking finl_unicode v1.2.0
16482024-08-12T20:38:15.232Z Checking regex-syntax v0.8.3
16492024-08-12T20:38:15.302Z Checking utf8parse v0.2.1
16502024-08-12T20:38:15.337Z Checking iana-time-zone v0.1.60
16512024-08-12T20:38:15.424Z Checking goblin v0.8.2
16522024-08-12T20:38:15.443Z Checking anstyle-parse v0.2.4
16532024-08-12T20:38:15.470Z Checking chrono v0.4.38
16542024-08-12T20:38:15.719Z Checking miniz_oxide v0.7.2
16552024-08-12T20:38:15.798Z Checking stringprep v0.1.4
16562024-08-12T20:38:16.056Z Checking sha2 v0.10.8
16572024-08-12T20:38:16.231Z Checking pest v2.7.10
16582024-08-12T20:38:16.390Z Checking url v2.5.2
16592024-08-12T20:38:16.608Z Checking rustix v0.38.34
16602024-08-12T20:38:17.208Z Checking spki v0.7.3
16612024-08-12T20:38:17.503Z Checking quote v1.0.36
16622024-08-12T20:38:17.590Z Checking rustls v0.21.12
16632024-08-12T20:38:17.841Z Checking serde_spanned v0.6.7
16642024-08-12T20:38:17.923Z Checking native-tls v0.2.11
16652024-08-12T20:38:18.017Z Checking toml_datetime v0.6.8
16662024-08-12T20:38:18.222Z Checking num-integer v0.1.46
16672024-08-12T20:38:18.283Z Checking md-5 v0.10.6
16682024-08-12T20:38:18.403Z Checking regex-automata v0.4.6
16692024-08-12T20:38:18.499Z Checking idna v0.3.0
16702024-08-12T20:38:18.652Z Checking hash32 v0.2.1
16712024-08-12T20:38:18.677Z Checking fallible-iterator v0.2.0
16722024-08-12T20:38:18.738Z Checking pretty-hex v0.4.1
16732024-08-12T20:38:18.912Z Checking psl-types v2.0.11
16742024-08-12T20:38:18.940Z Checking colorchoice v1.0.1
16752024-08-12T20:38:19.061Z Checking stable_deref_trait v1.2.0
16762024-08-12T20:38:19.075Z Checking anstyle-query v1.0.3
16772024-08-12T20:38:19.152Z Checking is_terminal_polyfill v1.70.0
16782024-08-12T20:38:19.186Z Checking base64 v0.22.1
16792024-08-12T20:38:19.262Z Checking gimli v0.28.1
16802024-08-12T20:38:19.276Z Checking anstream v0.6.14
16812024-08-12T20:38:19.337Z Checking publicsuffix v2.2.3
16822024-08-12T20:38:19.525Z Checking tokio-util v0.7.11
16832024-08-12T20:38:19.565Z Checking tokio-native-tls v0.3.1
16842024-08-12T20:38:19.623Z Checking heapless v0.7.17
16852024-08-12T20:38:19.663Z Checking postgres-protocol v0.6.7
16862024-08-12T20:38:19.813Z Checking dtrace-parser v0.2.0
16872024-08-12T20:38:20.291Z Checking terminal_size v0.3.0
16882024-08-12T20:38:20.320Z Checking syn v2.0.72
16892024-08-12T20:38:20.331Z Checking dof v0.3.0
16902024-08-12T20:38:20.356Z Checking h2 v0.3.26
16912024-08-12T20:38:20.441Z Checking pkcs8 v0.10.2
16922024-08-12T20:38:20.639Z Checking cookie v0.17.0
16932024-08-12T20:38:20.685Z Checking tokio-rustls v0.24.1
16942024-08-12T20:38:20.702Z Checking phf_shared v0.11.2
16952024-08-12T20:38:20.915Z Checking signal-hook v0.3.17
16962024-08-12T20:38:20.984Z Checking block-padding v0.3.3
16972024-08-12T20:38:21.032Z Checking ff v0.13.0
16982024-08-12T20:38:21.043Z Checking thread-id v4.2.1
16992024-08-12T20:38:21.135Z Checking object v0.32.2
17002024-08-12T20:38:21.176Z Checking matches v0.1.10
17012024-08-12T20:38:21.224Z Checking rustc-demangle v0.1.24
17022024-08-12T20:38:21.238Z Checking bitflags v1.3.2
17032024-08-12T20:38:21.252Z Checking bit-vec v0.6.3
17042024-08-12T20:38:21.326Z Checking winnow v0.5.40
17052024-08-12T20:38:21.577Z Checking either v1.13.0
17062024-08-12T20:38:21.645Z Checking managed v0.8.0
17072024-08-12T20:38:21.956Z Checking clap_lex v0.7.0
17082024-08-12T20:38:22.021Z Checking base16ct v0.2.0
17092024-08-12T20:38:22.191Z Checking strsim v0.11.1
17102024-08-12T20:38:22.209Z Checking regex-automata v0.1.10
17112024-08-12T20:38:22.478Z Checking base64 v0.21.7
17122024-08-12T20:38:22.593Z Checking ipnet v2.9.0
17132024-08-12T20:38:22.956Z Checking rustls-pemfile v1.0.4
17142024-08-12T20:38:23.031Z Checking regex v1.10.6
17152024-08-12T20:38:23.053Z Checking bstr v0.2.17
17162024-08-12T20:38:23.135Z Checking clap_builder v4.5.13
17172024-08-12T20:38:23.138Z Checking addr2line v0.21.0
17182024-08-12T20:38:23.648Z Checking sec1 v0.7.3
17192024-08-12T20:38:23.662Z Checking smoltcp v0.9.1
17202024-08-12T20:38:23.877Z Checking idna v0.2.3
17212024-08-12T20:38:24.024Z Checking signal-hook-mio v0.2.3
17222024-08-12T20:38:24.162Z Checking group v0.13.0
17232024-08-12T20:38:24.278Z Checking toml_edit v0.19.15
17242024-08-12T20:38:24.394Z Checking inout v0.1.3
17252024-08-12T20:38:24.609Z Checking cookie_store v0.20.0
17262024-08-12T20:38:24.735Z Checking phf v0.11.2
17272024-08-12T20:38:25.002Z Checking postgres-types v0.2.7
17282024-08-12T20:38:25.113Z Checking num-bigint v0.4.5
17292024-08-12T20:38:25.219Z Checking futures-executor v0.3.30
17302024-08-12T20:38:25.437Z Checking phf_shared v0.10.0
17312024-08-12T20:38:25.690Z Checking hubpack v0.1.2
17322024-08-12T20:38:25.693Z Checking serde_urlencoded v0.7.1
17332024-08-12T20:38:25.987Z Checking float-cmp v0.9.0
17342024-08-12T20:38:26.083Z Checking hkdf v0.12.4
17352024-08-12T20:38:26.148Z Checking zerocopy v0.6.6
17362024-08-12T20:38:26.161Z Checking crossbeam-utils v0.8.19
17372024-08-12T20:38:26.293Z Checking crc32fast v1.4.0
17382024-08-12T20:38:26.452Z Checking hyper v0.14.30
17392024-08-12T20:38:26.496Z Checking crypto-bigint v0.5.5
17402024-08-12T20:38:26.602Z Checking usdt-impl v0.5.0
17412024-08-12T20:38:26.784Z Checking memmap v0.7.0
17422024-08-12T20:38:26.831Z Checking encoding_rs v0.8.34
17432024-08-12T20:38:26.868Z Checking normalize-line-endings v0.3.0
17442024-08-12T20:38:26.971Z Checking data-encoding v2.6.0
17452024-08-12T20:38:26.984Z Checking predicates-core v1.0.6
17462024-08-12T20:38:27.111Z Checking backtrace v0.3.71
17472024-08-12T20:38:27.125Z Checking unicode-segmentation v1.11.0
17482024-08-12T20:38:27.138Z Checking minimal-lexical v0.2.1
17492024-08-12T20:38:27.523Z Checking whoami v1.5.1
17502024-08-12T20:38:27.604Z Checking unicode-width v0.1.13
17512024-08-12T20:38:27.630Z Checking winnow v0.6.18
17522024-08-12T20:38:27.690Z Checking precomputed-hash v0.1.1
17532024-08-12T20:38:27.736Z Checking fixedbitset v0.4.2
17542024-08-12T20:38:27.781Z Checking mime v0.3.17
17552024-08-12T20:38:27.796Z Checking difflib v0.4.0
17562024-08-12T20:38:27.808Z Checking webpki-roots v0.25.4
17572024-08-12T20:38:27.950Z Checking dyn-clone v1.0.17
17582024-08-12T20:38:27.986Z Checking static_assertions v1.1.0
17592024-08-12T20:38:28.073Z Checking sync_wrapper v0.1.2
17602024-08-12T20:38:28.084Z Checking new_debug_unreachable v1.0.6
17612024-08-12T20:38:28.088Z Checking schemars v0.8.21
17622024-08-12T20:38:28.113Z Checking predicates v3.1.2
17632024-08-12T20:38:28.155Z Checking string_cache v0.8.7
17642024-08-12T20:38:28.182Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17652024-08-12T20:38:28.427Z Checking petgraph v0.6.5
17662024-08-12T20:38:28.776Z Checking tokio-postgres v0.7.11
17672024-08-12T20:38:29.156Z Checking console v0.15.8
17682024-08-12T20:38:29.297Z Checking elliptic-curve v0.13.8
17692024-08-12T20:38:29.733Z Checking similar v2.5.0
17702024-08-12T20:38:29.775Z Checking anyhow v1.0.86
17712024-08-12T20:38:29.935Z Checking trust-dns-proto v0.22.0
17722024-08-12T20:38:30.134Z Checking yasna v0.5.2
17732024-08-12T20:38:30.537Z Checking toml_edit v0.22.20
17742024-08-12T20:38:30.557Z Checking nom v7.1.3
17752024-08-12T20:38:31.031Z Checking usdt v0.5.0
17762024-08-12T20:38:31.286Z Checking crossbeam-epoch v0.9.18
17772024-08-12T20:38:31.701Z Checking toml v0.7.8
17782024-08-12T20:38:31.721Z Checking flate2 v1.0.31
17792024-08-12T20:38:31.790Z Checking clap v4.5.13
17802024-08-12T20:38:31.892Z Checking futures v0.3.30
17812024-08-12T20:38:32.000Z Checking cipher v0.4.4
17822024-08-12T20:38:32.354Z Checking crossterm v0.27.0
17832024-08-12T20:38:32.386Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842024-08-12T20:38:32.395Z Checking bstr v1.9.1
17852024-08-12T20:38:32.413Z Checking itertools v0.12.1
17862024-08-12T20:38:32.578Z Checking hyper-tls v0.5.0
17872024-08-12T20:38:32.846Z Checking hyper-rustls v0.24.2
17882024-08-12T20:38:33.157Z Checking reqwest v0.11.27
17892024-08-12T20:38:33.185Z Checking itertools v0.10.5
17902024-08-12T20:38:33.194Z Checking bit-set v0.5.3
17912024-08-12T20:38:33.303Z Checking tokio-stream v0.1.15
17922024-08-12T20:38:33.457Z Checking fs-err v2.11.0
17932024-08-12T20:38:33.472Z Checking num-iter v0.1.45
17942024-08-12T20:38:33.579Z Checking slog v2.7.0
17952024-08-12T20:38:33.809Z Checking openapiv3 v2.0.0
17962024-08-12T20:38:33.945Z Checking semver v1.0.23
17972024-08-12T20:38:34.000Z Checking hex v0.4.3
17982024-08-12T20:38:34.016Z Checking lalrpop-util v0.19.12
17992024-08-12T20:38:34.121Z Checking peg-runtime v0.8.3
18002024-08-12T20:38:34.272Z Checking camino v1.1.7
18012024-08-12T20:38:34.323Z Checking sigpipe v0.1.3
18022024-08-12T20:38:39.941Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18032024-08-12T20:38:40.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.34s
18042024-08-12T20:38:40.012Z
18052024-08-12T20:38:40.012Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147)
18062024-08-12T20:38:40.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072024-08-12T20:38:40.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082024-08-12T20:38:40.053Z Compiling regress v0.9.1
18092024-08-12T20:38:40.053Z Checking sha1 v0.10.6
18102024-08-12T20:38:40.053Z Checking strum v0.26.3
18112024-08-12T20:38:40.053Z Checking heck v0.5.0
18122024-08-12T20:38:40.053Z Compiling getopts v0.2.21
18132024-08-12T20:38:40.053Z Checking dirs-sys-next v0.1.2
18142024-08-12T20:38:40.053Z Compiling unsafe-libyaml v0.2.11
18152024-08-12T20:38:40.053Z Checking http v1.1.0
18162024-08-12T20:38:40.053Z Checking dirs-next v2.0.0
18172024-08-12T20:38:40.054Z Checking thread_local v1.1.8
18182024-08-12T20:38:40.054Z Compiling ident_case v1.0.1
18192024-08-12T20:38:40.054Z Checking rustls-pki-types v1.7.0
18202024-08-12T20:38:40.054Z Compiling darling_core v0.20.9
18212024-08-12T20:38:40.054Z Checking term v0.7.0
18222024-08-12T20:38:40.054Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18232024-08-12T20:38:40.054Z Checking crossbeam-channel v0.5.12
18242024-08-12T20:38:40.054Z Checking is-terminal v0.4.12
18252024-08-12T20:38:40.054Z Checking atty v0.2.14
18262024-08-12T20:38:40.054Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18272024-08-12T20:38:40.054Z Compiling paste v1.0.15
18282024-08-12T20:38:40.054Z Compiling serde_yaml v0.9.34+deprecated
18292024-08-12T20:38:40.054Z Checking termcolor v1.4.1
18302024-08-12T20:38:40.054Z Checking humantime v2.1.0
18312024-08-12T20:38:40.054Z Checking utf-8 v0.7.6
18322024-08-12T20:38:40.054Z Compiling rustls v0.22.4
18332024-08-12T20:38:40.054Z Checking take_mut v0.2.2
18342024-08-12T20:38:40.054Z Checking env_logger v0.9.3
18352024-08-12T20:38:40.054Z Checking slog-async v2.8.0
18362024-08-12T20:38:40.054Z Checking slog-term v2.9.1
18372024-08-12T20:38:40.054Z Checking rustls-webpki v0.102.4
18382024-08-12T20:38:40.054Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18392024-08-12T20:38:40.054Z Compiling proc-macro-crate v1.3.1
18402024-08-12T20:38:40.060Z Compiling bitstruct_derive v0.1.0
18412024-08-12T20:38:40.140Z Compiling structmeta-derive v0.3.0
18422024-08-12T20:38:40.434Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18432024-08-12T20:38:40.554Z Compiling multer v3.1.0
18442024-08-12T20:38:40.842Z Checking ascii v1.1.0
18452024-08-12T20:38:40.942Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18462024-08-12T20:38:40.957Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18472024-08-12T20:38:41.243Z Checking match_cfg v0.1.0
18482024-08-12T20:38:41.327Z Checking hostname v0.3.1
18492024-08-12T20:38:41.436Z Checking bitstruct v0.1.1
18502024-08-12T20:38:41.451Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18512024-08-12T20:38:41.556Z Compiling num_enum_derive v0.5.11
18522024-08-12T20:38:42.415Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18532024-08-12T20:38:42.615Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18542024-08-12T20:38:43.161Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18552024-08-12T20:38:43.225Z Compiling structmeta v0.3.0
18562024-08-12T20:38:43.348Z Checking slog-json v2.6.1
18572024-08-12T20:38:43.441Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18582024-08-12T20:38:43.589Z Checking erased-serde v0.3.31
18592024-08-12T20:38:43.653Z Checking serde_arrays v0.1.0
18602024-08-12T20:38:43.701Z Compiling foreign-types-macros v0.2.3
18612024-08-12T20:38:43.790Z Compiling async-stream-impl v0.3.5
18622024-08-12T20:38:44.056Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18632024-08-12T20:38:44.240Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18642024-08-12T20:38:44.367Z Checking atomic-waker v1.1.2
18652024-08-12T20:38:44.497Z Checking arc-swap v1.7.1
18662024-08-12T20:38:44.532Z Checking foreign-types-shared v0.3.1
18672024-08-12T20:38:44.649Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18682024-08-12T20:38:44.667Z Checking waitgroup v0.1.2
18692024-08-12T20:38:44.860Z Checking num_enum v0.5.11
18702024-08-12T20:38:44.903Z Checking slog-scope v4.4.0
18712024-08-12T20:38:44.994Z Compiling darling_macro v0.20.9
18722024-08-12T20:38:45.010Z Checking foreign-types v0.5.0
18732024-08-12T20:38:45.013Z Compiling parse-display-derive v0.9.1
18742024-08-12T20:38:45.085Z Checking slog-bunyan v2.5.0
18752024-08-12T20:38:45.113Z Compiling proc-macro-error v1.0.4
18762024-08-12T20:38:45.135Z Checking async-stream v0.3.5
18772024-08-12T20:38:45.446Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18782024-08-12T20:38:45.549Z Checking toml v0.8.19
18792024-08-12T20:38:45.781Z Checking tungstenite v0.20.1
18802024-08-12T20:38:45.796Z Checking rustls-pemfile v2.1.3
18812024-08-12T20:38:45.936Z Compiling darling v0.20.9
18822024-08-12T20:38:46.028Z Compiling heck v0.3.3
18832024-08-12T20:38:46.056Z Compiling serde_with_macros v3.8.3
18842024-08-12T20:38:46.262Z Checking tokio-rustls v0.25.0
18852024-08-12T20:38:46.278Z Checking newtype-uuid v1.1.0
18862024-08-12T20:38:46.436Z Checking ipnetwork v0.20.0
18872024-08-12T20:38:46.514Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18882024-08-12T20:38:46.624Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18892024-08-12T20:38:46.640Z Checking serde_path_to_error v0.1.16
18902024-08-12T20:38:46.776Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18912024-08-12T20:38:47.259Z Checking hostname v0.4.0
18922024-08-12T20:38:47.385Z Checking cstr-argument v0.1.2
18932024-08-12T20:38:47.552Z Checking instant v0.1.12
18942024-08-12T20:38:47.567Z Checking debug-ignore v1.0.5
18952024-08-12T20:38:47.597Z Checking pretty-hex v0.2.1
18962024-08-12T20:38:47.665Z Checking fastrand v2.1.0
18972024-08-12T20:38:47.707Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
18982024-08-12T20:38:47.756Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18992024-08-12T20:38:47.991Z Checking tempfile v3.10.1
19002024-08-12T20:38:48.024Z Checking backoff v0.4.0
19012024-08-12T20:38:48.038Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19022024-08-12T20:38:48.315Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19032024-08-12T20:38:48.366Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19042024-08-12T20:38:48.450Z Checking tokio-tungstenite v0.20.1
19052024-08-12T20:38:48.492Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19062024-08-12T20:38:48.699Z Compiling zone_cfg_derive v0.1.2
19072024-08-12T20:38:48.702Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19082024-08-12T20:38:48.902Z Checking slog-stdlog v4.1.1
19092024-08-12T20:38:49.045Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19102024-08-12T20:38:49.067Z Checking serde_with v3.8.3
19112024-08-12T20:38:49.193Z Checking tungstenite v0.21.0
19122024-08-12T20:38:49.444Z Checking colored v2.1.0
19132024-08-12T20:38:49.742Z Checking macaddr v1.0.1
19142024-08-12T20:38:49.789Z Checking parse-display v0.9.1
19152024-08-12T20:38:50.022Z Checking socket2 v0.4.10
19162024-08-12T20:38:50.057Z Checking base64 v0.13.1
19172024-08-12T20:38:50.086Z Checking tokio-tungstenite v0.21.0
19182024-08-12T20:38:50.189Z Checking zone v0.1.8
19192024-08-12T20:38:50.449Z Checking ron v0.7.1
19202024-08-12T20:38:50.559Z Checking slog-envlogger v2.2.0
19212024-08-12T20:38:50.759Z Checking pem v3.0.4
19222024-08-12T20:38:50.826Z Checking tabwriter v1.4.0
19232024-08-12T20:38:51.021Z Checking xattr v1.3.1
19242024-08-12T20:38:51.054Z Checking portpicker v0.1.1
19252024-08-12T20:38:51.190Z Checking headers-core v0.2.0
19262024-08-12T20:38:51.212Z Checking smf v0.2.3
19272024-08-12T20:38:51.321Z Checking filetime v0.2.23
19282024-08-12T20:38:51.517Z Checking same-file v1.0.6
19292024-08-12T20:38:51.606Z Checking tar v0.4.41
19302024-08-12T20:38:51.639Z Checking headers v0.3.9
19312024-08-12T20:38:51.687Z Checking walkdir v2.5.0
19322024-08-12T20:38:51.961Z Checking rcgen v0.12.1
19332024-08-12T20:38:52.134Z Checking camino-tempfile v1.1.1
19342024-08-12T20:38:52.307Z Checking atomicwrites v0.4.3
19352024-08-12T20:38:52.339Z Checking subprocess v0.2.9
19362024-08-12T20:38:53.487Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19372024-08-12T20:38:53.719Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19382024-08-12T20:38:55.620Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19392024-08-12T20:38:57.503Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19402024-08-12T20:38:57.570Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19412024-08-12T20:39:00.698Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19422024-08-12T20:39:06.913Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19432024-08-12T20:39:07.037Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19442024-08-12T20:39:07.040Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19452024-08-12T20:39:09.849Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19462024-08-12T20:39:09.891Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19472024-08-12T20:39:15.654Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19482024-08-12T20:39:17.009Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19492024-08-12T20:39:18.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.33s
19502024-08-12T20:39:18.264Z
19512024-08-12T20:39:18.264Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147)
19522024-08-12T20:39:18.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532024-08-12T20:39:18.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542024-08-12T20:39:18.900Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19552024-08-12T20:39:20.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
19562024-08-12T20:39:20.278Z
19572024-08-12T20:39:20.278Zinfo: running `cargo check --bins` on nexus-config (31/147)
19582024-08-12T20:39:20.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592024-08-12T20:39:20.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602024-08-12T20:39:20.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612024-08-12T20:39:20.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19622024-08-12T20:39:20.887Z
19632024-08-12T20:39:20.887Zinfo: running `cargo check --bins` on omicron-rpaths (32/147)
19642024-08-12T20:39:21.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652024-08-12T20:39:21.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662024-08-12T20:39:21.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672024-08-12T20:39:21.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19682024-08-12T20:39:21.463Z
19692024-08-12T20:39:21.463Zinfo: running `cargo check --bins` on omicron-certificates (33/147)
19702024-08-12T20:39:22.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712024-08-12T20:39:22.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722024-08-12T20:39:22.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732024-08-12T20:39:22.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19742024-08-12T20:39:22.070Z
19752024-08-12T20:39:22.070Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/147)
19762024-08-12T20:39:22.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772024-08-12T20:39:22.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782024-08-12T20:39:22.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792024-08-12T20:39:22.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19802024-08-12T20:39:22.687Z
19812024-08-12T20:39:22.687Zinfo: running `cargo check --bins` on cockroach-admin-client (35/147)
19822024-08-12T20:39:23.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832024-08-12T20:39:23.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842024-08-12T20:39:23.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852024-08-12T20:39:23.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19862024-08-12T20:39:23.273Z
19872024-08-12T20:39:23.273Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/147)
19882024-08-12T20:39:23.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892024-08-12T20:39:23.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902024-08-12T20:39:23.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912024-08-12T20:39:23.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19922024-08-12T20:39:23.894Z
19932024-08-12T20:39:23.894Zinfo: running `cargo check --bins` on dns-service-client (37/147)
19942024-08-12T20:39:24.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952024-08-12T20:39:24.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962024-08-12T20:39:24.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972024-08-12T20:39:24.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19982024-08-12T20:39:24.476Z
19992024-08-12T20:39:24.476Zinfo: running `cargo check --bins` on dpd-client (38/147)
20002024-08-12T20:39:25.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012024-08-12T20:39:25.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022024-08-12T20:39:25.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032024-08-12T20:39:25.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20042024-08-12T20:39:25.064Z
20052024-08-12T20:39:25.064Zinfo: running `cargo check --bins` on gateway-client (39/147)
20062024-08-12T20:39:25.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072024-08-12T20:39:25.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082024-08-12T20:39:25.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092024-08-12T20:39:25.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20102024-08-12T20:39:25.646Z
20112024-08-12T20:39:25.647Zinfo: running `cargo check --bins` on installinator-client (40/147)
20122024-08-12T20:39:26.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132024-08-12T20:39:26.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142024-08-12T20:39:26.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152024-08-12T20:39:26.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20162024-08-12T20:39:26.269Z
20172024-08-12T20:39:26.269Zinfo: running `cargo check --bins` on installinator-common (41/147)
20182024-08-12T20:39:26.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192024-08-12T20:39:26.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202024-08-12T20:39:26.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212024-08-12T20:39:26.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20222024-08-12T20:39:26.891Z
20232024-08-12T20:39:26.891Zinfo: running `cargo check --bins` on update-engine (42/147)
20242024-08-12T20:39:27.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252024-08-12T20:39:27.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262024-08-12T20:39:27.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272024-08-12T20:39:27.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20282024-08-12T20:39:27.479Z
20292024-08-12T20:39:27.479Zinfo: running `cargo check --bins` on nexus-client (43/147)
20302024-08-12T20:39:28.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312024-08-12T20:39:28.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322024-08-12T20:39:28.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332024-08-12T20:39:28.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20342024-08-12T20:39:28.100Z
20352024-08-12T20:39:28.100Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/147)
20362024-08-12T20:39:28.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372024-08-12T20:39:28.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382024-08-12T20:39:28.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392024-08-12T20:39:28.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20402024-08-12T20:39:28.715Z
20412024-08-12T20:39:28.715Zinfo: running `cargo check --bins` on omicron-passwords (45/147)
20422024-08-12T20:39:29.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432024-08-12T20:39:29.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442024-08-12T20:39:29.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452024-08-12T20:39:29.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20462024-08-12T20:39:29.302Z
20472024-08-12T20:39:29.302Zinfo: running `cargo check --bins` on nexus-types (46/147)
20482024-08-12T20:39:29.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492024-08-12T20:39:29.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502024-08-12T20:39:29.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512024-08-12T20:39:29.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20522024-08-12T20:39:29.927Z
20532024-08-12T20:39:29.927Zinfo: running `cargo check --bins` on oxide-client (47/147)
20542024-08-12T20:39:30.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552024-08-12T20:39:30.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562024-08-12T20:39:30.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572024-08-12T20:39:30.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20582024-08-12T20:39:30.510Z
20592024-08-12T20:39:30.510Zinfo: running `cargo check --bins` on oximeter-client (48/147)
20602024-08-12T20:39:31.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612024-08-12T20:39:31.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622024-08-12T20:39:31.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632024-08-12T20:39:31.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20642024-08-12T20:39:31.114Z
20652024-08-12T20:39:31.114Zinfo: running `cargo check --bins` on sled-agent-client (49/147)
20662024-08-12T20:39:31.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672024-08-12T20:39:31.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682024-08-12T20:39:31.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692024-08-12T20:39:31.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20702024-08-12T20:39:31.732Z
20712024-08-12T20:39:31.732Zinfo: running `cargo check --bins` on wicketd-client (50/147)
20722024-08-12T20:39:32.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732024-08-12T20:39:32.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742024-08-12T20:39:32.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752024-08-12T20:39:32.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20762024-08-12T20:39:32.361Z
20772024-08-12T20:39:32.362Zinfo: running `cargo check --bins` on wicket-common (51/147)
20782024-08-12T20:39:32.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792024-08-12T20:39:32.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802024-08-12T20:39:32.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812024-08-12T20:39:32.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20822024-08-12T20:39:32.993Z
20832024-08-12T20:39:32.993Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/147)
20842024-08-12T20:39:33.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852024-08-12T20:39:33.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862024-08-12T20:39:33.620Z Compiling heapless v0.8.0
20872024-08-12T20:39:33.706Z Checking hash32 v0.3.1
20882024-08-12T20:39:33.713Z Compiling smoltcp v0.11.0
20892024-08-12T20:39:33.721Z Checking cobs v0.2.3
20902024-08-12T20:39:33.723Z Checking embedded-io v0.4.0
20912024-08-12T20:39:33.737Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20922024-08-12T20:39:33.740Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20932024-08-12T20:39:33.763Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20942024-08-12T20:39:33.852Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20952024-08-12T20:39:33.868Z Compiling crucible-workspace-hack v0.1.0
20962024-08-12T20:39:33.881Z Checking csv-core v0.1.11
20972024-08-12T20:39:33.898Z Checking postcard v1.0.8
20982024-08-12T20:39:34.091Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20992024-08-12T20:39:34.179Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21002024-08-12T20:39:34.287Z Checking csv v1.3.0
21012024-08-12T20:39:34.378Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21022024-08-12T20:39:34.418Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21032024-08-12T20:39:34.545Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21042024-08-12T20:39:34.614Z Compiling num-derive v0.4.2
21052024-08-12T20:39:34.756Z Compiling slog-dtrace v0.3.0
21062024-08-12T20:39:34.849Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21072024-08-12T20:39:34.933Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21082024-08-12T20:39:35.084Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21092024-08-12T20:39:35.101Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21102024-08-12T20:39:35.634Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21112024-08-12T20:39:35.769Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21122024-08-12T20:39:36.286Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21132024-08-12T20:39:37.447Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21142024-08-12T20:39:38.316Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21152024-08-12T20:39:39.357Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21162024-08-12T20:39:42.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
21172024-08-12T20:39:42.152Z
21182024-08-12T20:39:42.152Zinfo: running `cargo check --bins` on cockroach-admin-api (53/147)
21192024-08-12T20:39:42.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202024-08-12T20:39:42.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212024-08-12T20:39:42.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222024-08-12T20:39:42.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21232024-08-12T20:39:42.768Z
21242024-08-12T20:39:42.768Zinfo: running `cargo check --bins` on cockroach-admin-types (54/147)
21252024-08-12T20:39:43.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-08-12T20:39:43.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-08-12T20:39:43.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282024-08-12T20:39:43.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21292024-08-12T20:39:43.373Z
21302024-08-12T20:39:43.373Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147)
21312024-08-12T20:39:44.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322024-08-12T20:39:44.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332024-08-12T20:39:44.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342024-08-12T20:39:44.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21352024-08-12T20:39:44.285Z
21362024-08-12T20:39:44.285Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147)
21372024-08-12T20:39:44.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382024-08-12T20:39:44.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392024-08-12T20:39:44.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402024-08-12T20:39:44.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21412024-08-12T20:39:44.797Z
21422024-08-12T20:39:44.797Zinfo: running `cargo check --bins` on dns-server (57/147)
21432024-08-12T20:39:45.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442024-08-12T20:39:45.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452024-08-12T20:39:45.409Z Compiling parking_lot_core v0.8.6
21462024-08-12T20:39:45.493Z Checking nibble_vec v0.1.0
21472024-08-12T20:39:45.501Z Checking endian-type v0.1.2
21482024-08-12T20:39:45.510Z Checking newline-converter v0.3.0
21492024-08-12T20:39:45.512Z Checking linked-hash-map v0.5.6
21502024-08-12T20:39:45.513Z Checking quick-error v1.2.3
21512024-08-12T20:39:45.530Z Checking fxhash v0.2.1
21522024-08-12T20:39:45.532Z Checking toml v0.5.11
21532024-08-12T20:39:45.634Z Checking expectorate v1.1.0
21542024-08-12T20:39:45.647Z Checking resolv-conf v0.7.0
21552024-08-12T20:39:45.660Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21562024-08-12T20:39:45.677Z Checking radix_trie v0.2.1
21572024-08-12T20:39:45.771Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21582024-08-12T20:39:45.807Z Checking lru-cache v0.1.2
21592024-08-12T20:39:45.974Z Checking trust-dns-resolver v0.22.0
21602024-08-12T20:39:46.025Z Checking trust-dns-client v0.22.0
21612024-08-12T20:39:46.204Z Checking parking_lot v0.11.2
21622024-08-12T20:39:46.506Z Checking sled v0.34.7
21632024-08-12T20:39:46.948Z Checking trust-dns-server v0.22.1
21642024-08-12T20:39:48.492Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21652024-08-12T20:39:49.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
21662024-08-12T20:39:49.692Z
21672024-08-12T20:39:49.692Zinfo: running `cargo check --bins` on dns-server-api (58/147)
21682024-08-12T20:39:50.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692024-08-12T20:39:50.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702024-08-12T20:39:50.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712024-08-12T20:39:50.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21722024-08-12T20:39:50.289Z
21732024-08-12T20:39:50.289Zinfo: running `cargo check --bins` on gateway-test-utils (59/147)
21742024-08-12T20:39:50.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752024-08-12T20:39:50.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762024-08-12T20:39:50.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772024-08-12T20:39:50.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21782024-08-12T20:39:50.935Z
21792024-08-12T20:39:50.935Zinfo: running `cargo check --bins` on gateway-types (60/147)
21802024-08-12T20:39:51.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-08-12T20:39:51.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-08-12T20:39:51.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832024-08-12T20:39:51.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21842024-08-12T20:39:51.546Z
21852024-08-12T20:39:51.546Zinfo: running `cargo check --bins` on ipcc (61/147)
21862024-08-12T20:39:52.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-08-12T20:39:52.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-08-12T20:39:52.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-08-12T20:39:52.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21902024-08-12T20:39:52.154Z
21912024-08-12T20:39:52.154Zinfo: running `cargo check --bins` on omicron-gateway (62/147)
21922024-08-12T20:39:52.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-08-12T20:39:52.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-08-12T20:39:52.809Z Compiling radium v0.7.0
21952024-08-12T20:39:52.898Z Compiling maybe-uninit v2.0.0
21962024-08-12T20:39:52.900Z Checking tap v1.0.1
21972024-08-12T20:39:52.914Z Compiling bzip2-sys v0.1.11+1.0.8
21982024-08-12T20:39:52.917Z Checking crc-catalog v2.4.0
21992024-08-12T20:39:52.917Z Checking funty v2.0.0
22002024-08-12T20:39:52.917Z Compiling num-bigint-dig v0.8.4
22012024-08-12T20:39:52.922Z Compiling packed_struct v0.10.1
22022024-08-12T20:39:53.023Z Checking wyz v0.5.1
22032024-08-12T20:39:53.038Z Checking crc v3.2.1
22042024-08-12T20:39:53.268Z Compiling packed_struct_codegen v0.10.1
22052024-08-12T20:39:53.377Z Checking half v2.4.1
22062024-08-12T20:39:53.420Z Compiling indexmap v1.9.3
22072024-08-12T20:39:53.429Z Checking nodrop v0.1.14
22082024-08-12T20:39:53.529Z Checking ciborium-io v0.2.2
22092024-08-12T20:39:53.549Z Checking smallvec v0.6.14
22102024-08-12T20:39:53.633Z Checking array-init v0.0.4
22112024-08-12T20:39:53.747Z Checking pkcs1 v0.7.5
22122024-08-12T20:39:53.787Z Checking ciborium-ll v0.2.2
22132024-08-12T20:39:53.823Z Checking bitvec v1.0.1
22142024-08-12T20:39:53.928Z Checking signature v2.2.0
22152024-08-12T20:39:54.067Z Compiling memoffset v0.9.1
22162024-08-12T20:39:54.115Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22172024-08-12T20:39:54.137Z Checking bitfield v0.14.0
22182024-08-12T20:39:54.201Z Checking hashbrown v0.12.3
22192024-08-12T20:39:54.397Z Checking bzip2 v0.4.4
22202024-08-12T20:39:54.435Z Checking env_logger v0.10.2
22212024-08-12T20:39:54.492Z Checking ciborium v0.2.2
22222024-08-12T20:39:54.641Z Checking serde-hex v0.1.0
22232024-08-12T20:39:54.671Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22242024-08-12T20:39:54.850Z Checking ron v0.8.1
22252024-08-12T20:39:54.914Z Checking x509-cert v0.2.5
22262024-08-12T20:39:55.493Z Checking hashbrown v0.13.2
22272024-08-12T20:39:55.819Z Checking rsa v0.9.6
22282024-08-12T20:39:55.842Z Checking crc-any v2.5.0
22292024-08-12T20:39:56.076Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22302024-08-12T20:39:56.199Z Checking zip v0.6.6
22312024-08-12T20:39:56.413Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22322024-08-12T20:39:56.493Z Checking path-slash v0.1.5
22332024-08-12T20:39:56.538Z Checking object v0.30.4
22342024-08-12T20:39:56.618Z Checking nix v0.27.1
22352024-08-12T20:39:56.650Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22362024-08-12T20:39:56.775Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22372024-08-12T20:39:56.816Z Checking serde-big-array v0.5.1
22382024-08-12T20:39:56.868Z Checking signal-hook-tokio v0.3.1
22392024-08-12T20:39:58.813Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22402024-08-12T20:39:59.313Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22412024-08-12T20:40:06.015Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22422024-08-12T20:40:07.244Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22432024-08-12T20:40:08.964Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22442024-08-12T20:40:10.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.53s
22452024-08-12T20:40:10.856Z
22462024-08-12T20:40:10.856Zinfo: running `cargo check --bins` on gateway-api (63/147)
22472024-08-12T20:40:11.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482024-08-12T20:40:11.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492024-08-12T20:40:11.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502024-08-12T20:40:11.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22512024-08-12T20:40:11.464Z
22522024-08-12T20:40:11.464Zinfo: running `cargo check --bins` on sp-sim (64/147)
22532024-08-12T20:40:12.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542024-08-12T20:40:12.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552024-08-12T20:40:12.072Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22562024-08-12T20:40:13.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
22572024-08-12T20:40:13.813Z
22582024-08-12T20:40:13.813Zinfo: running `cargo check --bins` on internal-dns (65/147)
22592024-08-12T20:40:14.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602024-08-12T20:40:14.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612024-08-12T20:40:14.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622024-08-12T20:40:14.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22632024-08-12T20:40:14.418Z
22642024-08-12T20:40:14.418Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147)
22652024-08-12T20:40:14.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662024-08-12T20:40:14.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672024-08-12T20:40:14.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682024-08-12T20:40:15.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22692024-08-12T20:40:15.062Z
22702024-08-12T20:40:15.062Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147)
22712024-08-12T20:40:15.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722024-08-12T20:40:15.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732024-08-12T20:40:15.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742024-08-12T20:40:15.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22752024-08-12T20:40:15.728Z
22762024-08-12T20:40:15.728Zinfo: running `cargo check --bins` on db-macros (68/147)
22772024-08-12T20:40:16.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782024-08-12T20:40:16.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792024-08-12T20:40:16.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802024-08-12T20:40:16.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22812024-08-12T20:40:16.305Z
22822024-08-12T20:40:16.305Zinfo: running `cargo check --bins` on nexus-macros-common (69/147)
22832024-08-12T20:40:16.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842024-08-12T20:40:16.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852024-08-12T20:40:16.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862024-08-12T20:40:16.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22872024-08-12T20:40:16.891Z
22882024-08-12T20:40:16.891Zinfo: running `cargo check --bins` on nexus-auth (70/147)
22892024-08-12T20:40:17.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902024-08-12T20:40:17.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912024-08-12T20:40:17.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922024-08-12T20:40:17.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22932024-08-12T20:40:17.539Z
22942024-08-12T20:40:17.539Zinfo: running `cargo check --bins` on authz-macros (71/147)
22952024-08-12T20:40:18.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962024-08-12T20:40:18.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972024-08-12T20:40:18.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982024-08-12T20:40:18.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22992024-08-12T20:40:18.123Z
23002024-08-12T20:40:18.123Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/147)
23012024-08-12T20:40:18.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022024-08-12T20:40:18.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032024-08-12T20:40:18.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042024-08-12T20:40:18.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23052024-08-12T20:40:18.760Z
23062024-08-12T20:40:18.760Zinfo: running `cargo check --bins` on nexus-db-model (73/147)
23072024-08-12T20:40:19.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082024-08-12T20:40:19.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092024-08-12T20:40:19.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102024-08-12T20:40:19.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23112024-08-12T20:40:19.389Z
23122024-08-12T20:40:19.390Zinfo: running `cargo check --bins` on nexus-defaults (74/147)
23132024-08-12T20:40:19.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142024-08-12T20:40:19.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152024-08-12T20:40:19.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162024-08-12T20:40:19.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23172024-08-12T20:40:19.997Z
23182024-08-12T20:40:19.997Zinfo: running `cargo check --bins` on oximeter (75/147)
23192024-08-12T20:40:20.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202024-08-12T20:40:20.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212024-08-12T20:40:20.620Z Compiling rustls-pki-types v1.7.0
23222024-08-12T20:40:20.707Z Compiling prettyplease v0.2.20
23232024-08-12T20:40:20.707Z Compiling match_cfg v0.1.0
23242024-08-12T20:40:20.713Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23252024-08-12T20:40:20.723Z Compiling slog-json v2.6.1
23262024-08-12T20:40:20.725Z Compiling http v1.1.0
23272024-08-12T20:40:20.741Z Compiling atomic-waker v1.1.2
23282024-08-12T20:40:20.752Z Compiling async-stream v0.3.5
23292024-08-12T20:40:20.774Z Compiling hostname v0.3.1
23302024-08-12T20:40:20.905Z Compiling waitgroup v0.1.2
23312024-08-12T20:40:20.988Z Compiling slog-bunyan v2.5.0
23322024-08-12T20:40:21.004Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23332024-08-12T20:40:21.038Z Compiling toml v0.8.19
23342024-08-12T20:40:21.080Z Compiling sha1 v0.10.6
23352024-08-12T20:40:21.098Z Compiling newtype-uuid v1.1.0
23362024-08-12T20:40:21.111Z Compiling rustls-webpki v0.102.4
23372024-08-12T20:40:21.181Z Compiling rustls-pemfile v2.1.3
23382024-08-12T20:40:21.208Z Compiling ipnetwork v0.20.0
23392024-08-12T20:40:21.396Z Compiling serde_path_to_error v0.1.16
23402024-08-12T20:40:21.479Z Compiling hostname v0.4.0
23412024-08-12T20:40:21.502Z Compiling instant v0.1.12
23422024-08-12T20:40:21.639Z Compiling debug-ignore v1.0.5
23432024-08-12T20:40:21.655Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23442024-08-12T20:40:21.731Z Compiling backoff v0.4.0
23452024-08-12T20:40:21.781Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23462024-08-12T20:40:22.084Z Compiling rustls v0.22.4
23472024-08-12T20:40:22.106Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23482024-08-12T20:40:22.138Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23492024-08-12T20:40:22.202Z Compiling multer v3.1.0
23502024-08-12T20:40:22.306Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23512024-08-12T20:40:22.365Z Compiling parse-display v0.9.1
23522024-08-12T20:40:22.793Z Compiling serde_with v3.8.3
23532024-08-12T20:40:23.054Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23542024-08-12T20:40:23.153Z Compiling num-rational v0.4.2
23552024-08-12T20:40:23.194Z Compiling num-complex v0.4.6
23562024-08-12T20:40:23.208Z Compiling macaddr v1.0.1
23572024-08-12T20:40:24.131Z Compiling float-ord v0.3.2
23582024-08-12T20:40:24.254Z Compiling num v0.4.3
23592024-08-12T20:40:25.263Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23602024-08-12T20:40:25.918Z Compiling tokio-rustls v0.25.0
23612024-08-12T20:40:26.220Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23622024-08-12T20:40:29.591Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23632024-08-12T20:40:40.785Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23642024-08-12T20:40:43.776Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23652024-08-12T20:40:44.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.35s
23662024-08-12T20:40:44.510Z
23672024-08-12T20:40:44.510Zinfo: running `cargo check --bins` on oximeter-impl (76/147)
23682024-08-12T20:40:45.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-08-12T20:40:45.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-08-12T20:40:45.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712024-08-12T20:40:45.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23722024-08-12T20:40:45.122Z
23732024-08-12T20:40:45.122Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/147)
23742024-08-12T20:40:45.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-08-12T20:40:45.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-08-12T20:40:45.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-08-12T20:40:45.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23782024-08-12T20:40:45.709Z
23792024-08-12T20:40:45.709Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/147)
23802024-08-12T20:40:46.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-08-12T20:40:46.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-08-12T20:40:46.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-08-12T20:40:46.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23842024-08-12T20:40:46.316Z
23852024-08-12T20:40:46.316Zinfo: running `cargo check --bins` on nexus-inventory (79/147)
23862024-08-12T20:40:46.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-08-12T20:40:46.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-08-12T20:40:46.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-08-12T20:40:46.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23902024-08-12T20:40:46.948Z
23912024-08-12T20:40:46.948Zinfo: running `cargo check --bins` on typed-rng (80/147)
23922024-08-12T20:40:47.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-08-12T20:40:47.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-08-12T20:40:47.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-08-12T20:40:47.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23962024-08-12T20:40:47.549Z
23972024-08-12T20:40:47.549Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147)
23982024-08-12T20:40:48.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-08-12T20:40:48.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-08-12T20:40:48.269Z Checking password-hash v0.5.0
24012024-08-12T20:40:48.269Z Checking blake2 v0.10.6
24022024-08-12T20:40:48.272Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24032024-08-12T20:40:48.272Z Compiling semver v0.1.20
24042024-08-12T20:40:48.385Z Compiling convert_case v0.4.0
24052024-08-12T20:40:48.387Z Compiling rayon-core v1.12.1
24062024-08-12T20:40:48.404Z Compiling crossbeam-deque v0.8.5
24072024-08-12T20:40:48.407Z Compiling unicase v2.7.0
24082024-08-12T20:40:48.701Z Compiling rustc_version v0.1.7
24092024-08-12T20:40:48.715Z Compiling libefi-sys v0.1.0
24102024-08-12T20:40:48.734Z Compiling fastrand v2.1.0
24112024-08-12T20:40:48.747Z Compiling same-file v1.0.6
24122024-08-12T20:40:48.770Z Checking argon2 v0.5.3
24132024-08-12T20:40:48.954Z Compiling walkdir v2.5.0
24142024-08-12T20:40:49.059Z Compiling tempfile v3.10.1
24152024-08-12T20:40:49.188Z Compiling curve25519-dalek v4.1.3
24162024-08-12T20:40:49.202Z Compiling newtype_derive v0.1.6
24172024-08-12T20:40:49.268Z Compiling derive-where v1.2.7
24182024-08-12T20:40:49.302Z Compiling derive_more v0.99.18
24192024-08-12T20:40:49.430Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24202024-08-12T20:40:49.567Z Compiling bitfield-struct v0.6.1
24212024-08-12T20:40:49.702Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24222024-08-12T20:40:49.719Z Compiling ring v0.16.20
24232024-08-12T20:40:49.796Z Compiling blake3 v1.5.1
24242024-08-12T20:40:49.877Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24252024-08-12T20:40:50.271Z Checking keccak v0.1.5
24262024-08-12T20:40:50.593Z Checking sha3 v0.10.8
24272024-08-12T20:40:50.899Z Compiling rayon v1.10.0
24282024-08-12T20:40:51.012Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24292024-08-12T20:40:51.027Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24302024-08-12T20:40:51.030Z Checking universal-hash v0.5.1
24312024-08-12T20:40:51.206Z Compiling thiserror-impl-no-std v2.0.2
24322024-08-12T20:40:51.322Z Checking secrecy v0.8.0
24332024-08-12T20:40:51.352Z Compiling curve25519-dalek-derive v0.1.1
24342024-08-12T20:40:51.525Z Compiling memmap2 v0.9.4
24352024-08-12T20:40:51.579Z Compiling untrusted v0.7.1
24362024-08-12T20:40:51.764Z Compiling spin v0.5.2
24372024-08-12T20:40:51.970Z Compiling constant_time_eq v0.3.0
24382024-08-12T20:40:52.005Z Compiling home v0.5.9
24392024-08-12T20:40:52.152Z Compiling arrayref v0.3.7
24402024-08-12T20:40:52.254Z Compiling arrayvec v0.7.4
24412024-08-12T20:40:52.271Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24422024-08-12T20:40:52.383Z Checking opaque-debug v0.3.1
24432024-08-12T20:40:52.509Z Checking poly1305 v0.8.0
24442024-08-12T20:40:52.642Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24452024-08-12T20:40:52.857Z Compiling toolchain_find v0.4.0
24462024-08-12T20:40:53.013Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24472024-08-12T20:40:53.249Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24482024-08-12T20:40:53.330Z Checking steno v0.4.1
24492024-08-12T20:40:53.532Z Compiling camino-tempfile v1.1.1
24502024-08-12T20:40:53.942Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24512024-08-12T20:40:53.977Z Checking chacha20 v0.9.1
24522024-08-12T20:40:54.325Z Checking gethostname v0.5.0
24532024-08-12T20:40:54.441Z Checking aead v0.5.2
24542024-08-12T20:40:54.464Z Checking thiserror-no-std v2.0.2
24552024-08-12T20:40:54.567Z Compiling cancel-safe-futures v0.1.5
24562024-08-12T20:40:54.651Z Compiling topological-sort v0.2.2
24572024-08-12T20:40:54.727Z Checking vsss-rs v3.3.4
24582024-08-12T20:40:54.874Z Checking chacha20poly1305 v0.10.1
24592024-08-12T20:40:54.933Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24602024-08-12T20:40:55.050Z Compiling mime_guess v2.0.4
24612024-08-12T20:40:55.674Z Compiling rustfmt-wrapper v0.2.1
24622024-08-12T20:40:56.242Z Compiling omicron-zone-package v0.11.0
24632024-08-12T20:40:56.267Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24642024-08-12T20:40:56.394Z Checking glob v0.3.1
24652024-08-12T20:40:56.842Z Checking libsw v3.3.1
24662024-08-12T20:40:57.020Z Checking owo-colors v4.0.0
24672024-08-12T20:40:57.092Z Checking swrite v0.1.0
24682024-08-12T20:40:57.108Z Checking linear-map v1.2.0
24692024-08-12T20:40:57.199Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24702024-08-12T20:40:57.201Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24712024-08-12T20:40:57.417Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24722024-08-12T20:40:57.833Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24732024-08-12T20:40:58.022Z Checking kstat-rs v0.2.4
24742024-08-12T20:40:58.098Z Checking nanorand v0.7.0
24752024-08-12T20:40:58.361Z Checking http-range v0.1.5
24762024-08-12T20:40:58.457Z Checking flume v0.11.0
24772024-08-12T20:40:58.512Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24782024-08-12T20:40:58.538Z Checking hyper-staticfile v0.9.5
24792024-08-12T20:40:58.570Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24802024-08-12T20:40:58.814Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24812024-08-12T20:40:58.921Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24822024-08-12T20:40:58.949Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24832024-08-12T20:40:59.211Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24842024-08-12T20:40:59.236Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24852024-08-12T20:41:00.293Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24862024-08-12T20:41:00.572Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24872024-08-12T20:41:01.776Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24882024-08-12T20:41:02.137Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24892024-08-12T20:41:02.603Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24902024-08-12T20:41:02.887Z Checking itertools v0.13.0
24912024-08-12T20:41:02.949Z Checking display-error-chain v0.2.0
24922024-08-12T20:41:09.891Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24932024-08-12T20:41:15.184Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24942024-08-12T20:41:15.186Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24952024-08-12T20:41:15.824Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24962024-08-12T20:41:29.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.08s
24972024-08-12T20:41:29.805Z
24982024-08-12T20:41:29.805Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147)
24992024-08-12T20:41:30.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-08-12T20:41:30.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-08-12T20:41:30.515Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25022024-08-12T20:41:44.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s
25032024-08-12T20:41:44.564Z
25042024-08-12T20:41:44.564Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147)
25052024-08-12T20:41:45.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-08-12T20:41:45.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-08-12T20:41:45.271Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25082024-08-12T20:41:59.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s
25092024-08-12T20:41:59.355Z
25102024-08-12T20:41:59.355Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147)
25112024-08-12T20:41:59.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-08-12T20:41:59.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-08-12T20:42:00.061Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25142024-08-12T20:42:13.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s
25152024-08-12T20:42:14.126Z
25162024-08-12T20:42:14.126Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147)
25172024-08-12T20:42:14.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-08-12T20:42:14.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-08-12T20:42:14.827Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25202024-08-12T20:42:28.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s
25212024-08-12T20:42:28.813Z
25222024-08-12T20:42:28.813Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147)
25232024-08-12T20:42:29.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-08-12T20:42:29.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-08-12T20:42:29.507Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25262024-08-12T20:42:43.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s
25272024-08-12T20:42:43.561Z
25282024-08-12T20:42:43.561Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147)
25292024-08-12T20:42:44.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-08-12T20:42:44.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-08-12T20:42:44.253Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25322024-08-12T20:42:58.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.80s
25332024-08-12T20:42:58.530Z
25342024-08-12T20:42:58.531Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147)
25352024-08-12T20:42:59.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-08-12T20:42:59.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-08-12T20:42:59.234Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25382024-08-12T20:43:13.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s
25392024-08-12T20:43:13.262Z
25402024-08-12T20:43:13.262Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/147)
25412024-08-12T20:43:13.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-08-12T20:43:13.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-08-12T20:43:13.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-08-12T20:43:13.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25452024-08-12T20:43:13.906Z
25462024-08-12T20:43:13.906Zinfo: running `cargo check --bins` on sled-agent-types (90/147)
25472024-08-12T20:43:14.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-08-12T20:43:14.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-08-12T20:43:14.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-08-12T20:43:14.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25512024-08-12T20:43:14.551Z
25522024-08-12T20:43:14.551Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/147)
25532024-08-12T20:43:15.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-08-12T20:43:15.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-08-12T20:43:15.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-08-12T20:43:15.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25572024-08-12T20:43:15.178Z
25582024-08-12T20:43:15.178Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147)
25592024-08-12T20:43:15.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-08-12T20:43:15.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-08-12T20:43:15.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-08-12T20:43:15.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25632024-08-12T20:43:15.810Z
25642024-08-12T20:43:15.810Zinfo: running `cargo check --bins` on key-manager (93/147)
25652024-08-12T20:43:16.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-08-12T20:43:16.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-08-12T20:43:16.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-08-12T20:43:16.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25692024-08-12T20:43:16.419Z
25702024-08-12T20:43:16.420Zinfo: running `cargo check --bins` on sled-hardware (94/147)
25712024-08-12T20:43:16.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-08-12T20:43:16.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-08-12T20:43:16.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-08-12T20:43:16.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25752024-08-12T20:43:17.040Z
25762024-08-12T20:43:17.040Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147)
25772024-08-12T20:43:17.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-08-12T20:43:17.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-08-12T20:43:17.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-08-12T20:43:17.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25812024-08-12T20:43:17.626Z
25822024-08-12T20:43:17.626Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147)
25832024-08-12T20:43:18.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-08-12T20:43:18.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-08-12T20:43:18.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-08-12T20:43:18.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25872024-08-12T20:43:18.238Z
25882024-08-12T20:43:18.238Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147)
25892024-08-12T20:43:18.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-08-12T20:43:18.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-08-12T20:43:18.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-08-12T20:43:18.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25932024-08-12T20:43:18.849Z
25942024-08-12T20:43:18.849Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147)
25952024-08-12T20:43:19.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-08-12T20:43:19.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-08-12T20:43:19.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-08-12T20:43:19.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25992024-08-12T20:43:19.464Z
26002024-08-12T20:43:19.464Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147)
26012024-08-12T20:43:20.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-08-12T20:43:20.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-08-12T20:43:20.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-08-12T20:43:20.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26052024-08-12T20:43:20.077Z
26062024-08-12T20:43:20.077Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147)
26072024-08-12T20:43:20.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-08-12T20:43:20.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-08-12T20:43:20.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-08-12T20:43:20.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26112024-08-12T20:43:20.685Z
26122024-08-12T20:43:20.685Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147)
26132024-08-12T20:43:21.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-08-12T20:43:21.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-08-12T20:43:21.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162024-08-12T20:43:21.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26172024-08-12T20:43:21.302Z
26182024-08-12T20:43:21.302Zinfo: running `cargo check --bins` on oximeter-producer (102/147)
26192024-08-12T20:43:21.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-08-12T20:43:21.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-08-12T20:43:21.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-08-12T20:43:21.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26232024-08-12T20:43:21.929Z
26242024-08-12T20:43:21.930Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/147)
26252024-08-12T20:43:22.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-08-12T20:43:22.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-08-12T20:43:22.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-08-12T20:43:22.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26292024-08-12T20:43:22.568Z
26302024-08-12T20:43:22.568Zinfo: running `cargo check --bins` on nexus-test-interface (104/147)
26312024-08-12T20:43:23.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-08-12T20:43:23.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-08-12T20:43:23.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-08-12T20:43:23.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26352024-08-12T20:43:23.205Z
26362024-08-12T20:43:23.205Zinfo: running `cargo check --bins` on oximeter-collector (105/147)
26372024-08-12T20:43:23.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-08-12T20:43:23.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-08-12T20:43:23.866Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26402024-08-12T20:43:23.866Z Checking bcs v0.1.6
26412024-08-12T20:43:23.868Z Compiling async-recursion v1.1.1
26422024-08-12T20:43:23.869Z Checking highway v1.2.0
26432024-08-12T20:43:23.869Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26442024-08-12T20:43:23.869Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26452024-08-12T20:43:24.979Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462024-08-12T20:43:28.122Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26472024-08-12T20:43:29.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.54s
26482024-08-12T20:43:29.905Z
26492024-08-12T20:43:29.905Zinfo: running `cargo check --bins` on oximeter-api (106/147)
26502024-08-12T20:43:30.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-08-12T20:43:30.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-08-12T20:43:30.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532024-08-12T20:43:30.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26542024-08-12T20:43:30.514Z
26552024-08-12T20:43:30.514Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/147)
26562024-08-12T20:43:31.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-08-12T20:43:31.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-08-12T20:43:31.137Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26592024-08-12T20:43:31.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
26602024-08-12T20:43:31.839Z
26612024-08-12T20:43:31.839Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147)
26622024-08-12T20:43:32.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-08-12T20:43:32.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-08-12T20:43:32.480Z Compiling cfg_aliases v0.1.1
26652024-08-12T20:43:32.483Z Compiling vte_generate_state_changes v0.1.1
26662024-08-12T20:43:32.483Z Checking fd-lock v4.0.2
26672024-08-12T20:43:32.569Z Checking bytecount v0.6.8
26682024-08-12T20:43:32.592Z Compiling tabled_derive v0.7.0
26692024-08-12T20:43:32.594Z Compiling peg-macros v0.8.4
26702024-08-12T20:43:32.594Z Compiling sqlparser_derive v0.2.2
26712024-08-12T20:43:32.594Z Checking nu-ansi-term v0.50.0
26722024-08-12T20:43:32.644Z Compiling nix v0.28.0
26732024-08-12T20:43:32.703Z Checking papergrid v0.11.0
26742024-08-12T20:43:32.718Z Checking unicode_categories v0.1.1
26752024-08-12T20:43:32.997Z Checking home v0.5.9
26762024-08-12T20:43:33.012Z Checking sqlformat v0.2.4
26772024-08-12T20:43:33.201Z Checking vte v0.11.1
26782024-08-12T20:43:33.645Z Checking sqlparser v0.45.0
26792024-08-12T20:43:34.509Z Checking strip-ansi-escapes v0.2.0
26802024-08-12T20:43:34.650Z Checking reedline v0.31.0
26812024-08-12T20:43:34.666Z Checking tabled v0.15.0
26822024-08-12T20:43:35.311Z Checking peg v0.8.4
26832024-08-12T20:43:35.690Z Checking rustyline v14.0.0
26842024-08-12T20:43:39.929Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26852024-08-12T20:43:45.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
26862024-08-12T20:43:45.741Z
26872024-08-12T20:43:45.741Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147)
26882024-08-12T20:43:46.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-08-12T20:43:46.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-08-12T20:43:46.383Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26912024-08-12T20:43:52.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
26922024-08-12T20:43:52.176Z
26932024-08-12T20:43:52.176Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147)
26942024-08-12T20:43:52.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-08-12T20:43:52.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-08-12T20:43:52.810Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26972024-08-12T20:43:58.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
26982024-08-12T20:43:58.359Z
26992024-08-12T20:43:58.360Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147)
27002024-08-12T20:43:58.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-08-12T20:43:58.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-08-12T20:43:58.996Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27032024-08-12T20:44:03.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
27042024-08-12T20:44:03.239Z
27052024-08-12T20:44:03.239Zinfo: running `cargo check --bins` on cert-dev (112/147)
27062024-08-12T20:44:03.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-08-12T20:44:03.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-08-12T20:44:03.823Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27092024-08-12T20:44:04.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27102024-08-12T20:44:04.195Z
27112024-08-12T20:44:04.195Zinfo: running `cargo check --bins` on ch-dev (113/147)
27122024-08-12T20:44:04.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132024-08-12T20:44:04.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142024-08-12T20:44:04.839Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27152024-08-12T20:44:05.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
27162024-08-12T20:44:05.641Z
27172024-08-12T20:44:05.641Zinfo: running `cargo check --bins` on crdb-seed (114/147)
27182024-08-12T20:44:06.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-08-12T20:44:06.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-08-12T20:44:06.273Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27212024-08-12T20:44:06.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
27222024-08-12T20:44:06.735Z
27232024-08-12T20:44:06.735Zinfo: running `cargo check --bins` on db-dev (115/147)
27242024-08-12T20:44:07.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252024-08-12T20:44:07.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262024-08-12T20:44:07.373Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27272024-08-12T20:44:08.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
27282024-08-12T20:44:08.199Z
27292024-08-12T20:44:08.199Zinfo: running `cargo check --bins` on omicron-dev-lib (116/147)
27302024-08-12T20:44:08.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312024-08-12T20:44:08.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322024-08-12T20:44:08.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332024-08-12T20:44:08.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27342024-08-12T20:44:08.825Z
27352024-08-12T20:44:08.825Zinfo: running `cargo check --bins` on xtask-downloader (117/147)
27362024-08-12T20:44:09.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372024-08-12T20:44:09.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382024-08-12T20:44:09.411Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27392024-08-12T20:44:10.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
27402024-08-12T20:44:10.367Z
27412024-08-12T20:44:10.367Zinfo: running `cargo check --bins` on mgs-dev (118/147)
27422024-08-12T20:44:10.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432024-08-12T20:44:10.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442024-08-12T20:44:11.044Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27452024-08-12T20:44:11.564Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
27462024-08-12T20:44:11.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
27472024-08-12T20:44:12.077Z
27482024-08-12T20:44:12.077Zinfo: running `cargo check --bins` on omicron-omdb (119/147)
27492024-08-12T20:44:12.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502024-08-12T20:44:12.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512024-08-12T20:44:12.841Z Compiling glob v0.3.1
27522024-08-12T20:44:12.842Z Compiling crunchy v0.2.2
27532024-08-12T20:44:12.844Z Compiling tiny-keccak v2.0.2
27542024-08-12T20:44:12.844Z Compiling dsl_auto_type v0.1.2
27552024-08-12T20:44:12.844Z Checking scheduled-thread-pool v0.2.7
27562024-08-12T20:44:12.937Z Compiling diesel_table_macro_syntax v0.2.0
27572024-08-12T20:44:12.980Z Compiling ascii-canvas v3.0.0
27582024-08-12T20:44:12.983Z Compiling ena v0.14.3
27592024-08-12T20:44:13.127Z Checking r2d2 v0.8.10
27602024-08-12T20:44:13.278Z Compiling libloading v0.8.3
27612024-08-12T20:44:13.386Z Compiling bindgen v0.69.4
27622024-08-12T20:44:13.403Z Compiling diff v0.1.13
27632024-08-12T20:44:13.427Z Compiling regex-syntax v0.6.29
27642024-08-12T20:44:13.496Z Compiling which v4.4.2
27652024-08-12T20:44:13.696Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27662024-08-12T20:44:13.830Z Compiling clang-sys v1.7.0
27672024-08-12T20:44:13.927Z Compiling cexpr v0.6.0
27682024-08-12T20:44:14.067Z Compiling shlex v1.3.0
27692024-08-12T20:44:14.109Z Compiling ref-cast v1.0.23
27702024-08-12T20:44:14.179Z Compiling lazycell v1.3.0
27712024-08-12T20:44:14.245Z Compiling rustc-hash v1.1.0
27722024-08-12T20:44:14.351Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27732024-08-12T20:44:14.397Z Compiling derive_builder_core v0.20.0
27742024-08-12T20:44:14.478Z Compiling libxml v0.3.3
27752024-08-12T20:44:14.510Z Compiling diesel_derives v2.2.2
27762024-08-12T20:44:14.670Z Compiling ref-cast-impl v1.0.23
27772024-08-12T20:44:14.710Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27782024-08-12T20:44:14.912Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27792024-08-12T20:44:15.202Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27802024-08-12T20:44:15.506Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27812024-08-12T20:44:15.662Z Compiling strum_macros v0.24.3
27822024-08-12T20:44:15.895Z Compiling cookie v0.18.1
27832024-08-12T20:44:16.005Z Compiling indoc v1.0.9
27842024-08-12T20:44:16.786Z Compiling lalrpop v0.19.12
27852024-08-12T20:44:17.009Z Compiling derive_builder_macro v0.20.0
27862024-08-12T20:44:18.113Z Checking derive_builder v0.20.0
27872024-08-12T20:44:18.270Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27882024-08-12T20:44:18.394Z Compiling impl-trait-for-tuples v0.2.2
27892024-08-12T20:44:18.561Z Compiling oso-derive v0.27.3
27902024-08-12T20:44:19.257Z Checking quick-xml v0.31.0
27912024-08-12T20:44:19.394Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
27922024-08-12T20:44:19.654Z Checking maplit v1.0.2
27932024-08-12T20:44:19.804Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27942024-08-12T20:44:20.237Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27952024-08-12T20:44:20.540Z Checking bb8 v0.8.5
27962024-08-12T20:44:21.015Z Compiling const_format_proc_macros v0.2.32
27972024-08-12T20:44:21.307Z Checking crossbeam-deque v0.8.5
27982024-08-12T20:44:21.528Z Compiling portable-atomic v1.6.0
27992024-08-12T20:44:21.633Z Checking rayon-core v1.12.1
28002024-08-12T20:44:22.326Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012024-08-12T20:44:22.653Z Checking castaway v0.2.2
28022024-08-12T20:44:22.819Z Checking compact_str v0.7.1
28032024-08-12T20:44:23.175Z Checking const_format v0.2.32
28042024-08-12T20:44:23.599Z Checking rayon v1.10.0
28052024-08-12T20:44:23.649Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28062024-08-12T20:44:23.686Z Checking unicode-truncate v1.0.0
28072024-08-12T20:44:23.900Z Checking lru v0.12.3
28082024-08-12T20:44:23.951Z Compiling stability v0.2.0
28092024-08-12T20:44:24.217Z Checking number_prefix v0.4.0
28102024-08-12T20:44:24.416Z Checking smawk v0.3.2
28112024-08-12T20:44:24.609Z Checking unicode-linebreak v0.1.5
28122024-08-12T20:44:24.945Z Checking cassowary v0.3.0
28132024-08-12T20:44:25.025Z Checking textwrap v0.16.1
28142024-08-12T20:44:25.355Z Checking ratatui v0.27.0
28152024-08-12T20:44:25.449Z Checking multimap v0.10.0
28162024-08-12T20:44:27.306Z Checking diesel v2.2.2
28172024-08-12T20:44:27.528Z Checking indicatif v0.17.8
28182024-08-12T20:44:50.508Z Compiling samael v0.0.15
28192024-08-12T20:45:01.473Z Compiling polar-core v0.27.3
28202024-08-12T20:45:02.012Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28212024-08-12T20:45:08.374Z Checking oso v0.27.3
28222024-08-12T20:46:05.709Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28232024-08-12T20:46:10.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
28242024-08-12T20:46:10.745Z
28252024-08-12T20:46:10.745Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147)
28262024-08-12T20:46:11.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272024-08-12T20:46:11.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282024-08-12T20:46:11.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292024-08-12T20:46:11.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28302024-08-12T20:46:11.406Z
28312024-08-12T20:46:11.406Zinfo: running `cargo check --bins` on nexus-saga-recovery (121/147)
28322024-08-12T20:46:11.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-08-12T20:46:11.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-08-12T20:46:11.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-08-12T20:46:11.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28362024-08-12T20:46:12.057Z
28372024-08-12T20:46:12.057Zinfo: running `cargo check --bins` on nexus-test-utils-macros (122/147)
28382024-08-12T20:46:12.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-08-12T20:46:12.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-08-12T20:46:12.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-08-12T20:46:12.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28422024-08-12T20:46:12.648Z
28432024-08-12T20:46:12.648Zinfo: running `cargo check --bins` on omicron-nexus (123/147)
28442024-08-12T20:46:13.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-08-12T20:46:13.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-08-12T20:46:13.391Z Compiling pin-project-internal v1.1.5
28472024-08-12T20:46:13.488Z Compiling snafu-derive v0.8.2
28482024-08-12T20:46:13.496Z Compiling buf-list v1.0.3
28492024-08-12T20:46:13.506Z Checking globset v0.4.14
28502024-08-12T20:46:13.508Z Checking olpc-cjson v0.1.3
28512024-08-12T20:46:13.508Z Checking rand_seeder v0.3.0
28522024-08-12T20:46:13.508Z Checking serde_plain v1.0.2
28532024-08-12T20:46:13.515Z Checking typed-path v0.7.1
28542024-08-12T20:46:13.701Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28552024-08-12T20:46:13.757Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28562024-08-12T20:46:13.783Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28572024-08-12T20:46:13.939Z Checking parse-size v1.0.0
28582024-08-12T20:46:13.964Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28592024-08-12T20:46:14.007Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28602024-08-12T20:46:14.092Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28612024-08-12T20:46:14.107Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28622024-08-12T20:46:14.505Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28632024-08-12T20:46:14.807Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642024-08-12T20:46:14.943Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28652024-08-12T20:46:14.985Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28662024-08-12T20:46:15.244Z Checking fatfs v0.3.6
28672024-08-12T20:46:15.342Z Checking assert_matches v1.5.0
28682024-08-12T20:46:16.327Z Checking pin-project v1.1.5
28692024-08-12T20:46:17.219Z Checking snafu v0.8.2
28702024-08-12T20:46:17.507Z Checking tough v0.17.1
28712024-08-12T20:46:20.342Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28722024-08-12T20:46:21.414Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28732024-08-12T20:47:03.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.37s
28742024-08-12T20:47:03.196Z
28752024-08-12T20:47:03.196Zinfo: running `cargo check --bins` on nexus-internal-api (124/147)
28762024-08-12T20:47:03.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-08-12T20:47:03.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-08-12T20:47:03.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-08-12T20:47:03.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28802024-08-12T20:47:03.831Z
28812024-08-12T20:47:03.831Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (125/147)
28822024-08-12T20:47:04.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-08-12T20:47:04.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-08-12T20:47:04.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-08-12T20:47:04.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28862024-08-12T20:47:04.486Z
28872024-08-12T20:47:04.486Zinfo: running `cargo check --bins` on nexus-networking (126/147)
28882024-08-12T20:47:05.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-08-12T20:47:05.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-08-12T20:47:05.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-08-12T20:47:05.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28922024-08-12T20:47:05.139Z
28932024-08-12T20:47:05.139Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (127/147)
28942024-08-12T20:47:05.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-08-12T20:47:05.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-08-12T20:47:05.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972024-08-12T20:47:05.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28982024-08-12T20:47:05.805Z
28992024-08-12T20:47:05.805Zinfo: running `cargo check --bins` on update-common (128/147)
29002024-08-12T20:47:06.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-08-12T20:47:06.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-08-12T20:47:06.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032024-08-12T20:47:06.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29042024-08-12T20:47:06.443Z
29052024-08-12T20:47:06.443Zinfo: running `cargo check --bins` on tufaceous-lib (129/147)
29062024-08-12T20:47:07.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072024-08-12T20:47:07.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082024-08-12T20:47:07.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092024-08-12T20:47:07.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29102024-08-12T20:47:07.077Z
29112024-08-12T20:47:07.077Zinfo: running `cargo check --bins` on tufaceous (130/147)
29122024-08-12T20:47:07.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132024-08-12T20:47:07.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142024-08-12T20:47:07.722Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29152024-08-12T20:47:08.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
29162024-08-12T20:47:08.746Z
29172024-08-12T20:47:08.746Zinfo: running `cargo check --bins` on omicron-dev (131/147)
29182024-08-12T20:47:09.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192024-08-12T20:47:09.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202024-08-12T20:47:09.550Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29212024-08-12T20:47:09.550Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29222024-08-12T20:47:09.553Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29232024-08-12T20:47:10.868Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29242024-08-12T20:47:13.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
29252024-08-12T20:47:13.314Z
29262024-08-12T20:47:13.314Zinfo: running `cargo check --bins` on openapi-manager (132/147)
29272024-08-12T20:47:13.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282024-08-12T20:47:13.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292024-08-12T20:47:14.006Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29302024-08-12T20:47:14.006Z Checking is_ci v1.2.0
29312024-08-12T20:47:14.007Z Checking heck v0.4.1
29322024-08-12T20:47:14.007Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29332024-08-12T20:47:14.010Z Checking indent_write v2.2.0
29342024-08-12T20:47:14.194Z Checking supports-color v3.0.0
29352024-08-12T20:47:14.238Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29362024-08-12T20:47:15.579Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29372024-08-12T20:47:16.388Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29382024-08-12T20:47:17.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
29392024-08-12T20:47:17.448Z
29402024-08-12T20:47:17.448Zinfo: running `cargo check --bins` on installinator-api (133/147)
29412024-08-12T20:47:18.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422024-08-12T20:47:18.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432024-08-12T20:47:18.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442024-08-12T20:47:18.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29452024-08-12T20:47:18.081Z
29462024-08-12T20:47:18.081Zinfo: running `cargo check --bins` on wicketd-api (134/147)
29472024-08-12T20:47:18.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482024-08-12T20:47:18.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492024-08-12T20:47:18.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502024-08-12T20:47:18.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29512024-08-12T20:47:18.718Z
29522024-08-12T20:47:18.718Zinfo: running `cargo check --bins` on reconfigurator-cli (135/147)
29532024-08-12T20:47:19.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542024-08-12T20:47:19.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552024-08-12T20:47:19.418Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29562024-08-12T20:47:20.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
29572024-08-12T20:47:20.738Z
29582024-08-12T20:47:20.738Zinfo: running `cargo check --bins` on omicron-releng (136/147)
29592024-08-12T20:47:21.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-08-12T20:47:21.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-08-12T20:47:21.395Z Checking memmap2 v0.9.4
29622024-08-12T20:47:21.395Z Checking constant_time_eq v0.3.0
29632024-08-12T20:47:21.398Z Checking arrayref v0.3.7
29642024-08-12T20:47:21.398Z Checking arrayvec v0.7.4
29652024-08-12T20:47:21.398Z Checking untrusted v0.7.1
29662024-08-12T20:47:21.398Z Checking spin v0.5.2
29672024-08-12T20:47:21.398Z Checking cargo-platform v0.1.8
29682024-08-12T20:47:21.398Z Checking topological-sort v0.2.2
29692024-08-12T20:47:21.578Z Checking shell-words v1.1.0
29702024-08-12T20:47:21.688Z Checking ring v0.16.20
29712024-08-12T20:47:21.714Z Checking cargo_metadata v0.18.1
29722024-08-12T20:47:21.809Z Checking blake3 v1.5.1
29732024-08-12T20:47:22.841Z Checking omicron-zone-package v0.11.0
29742024-08-12T20:47:23.889Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29752024-08-12T20:47:24.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
29762024-08-12T20:47:24.865Z
29772024-08-12T20:47:24.866Zinfo: running `cargo check --bins` on xtask (137/147)
29782024-08-12T20:47:25.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-08-12T20:47:25.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-08-12T20:47:25.335Z Checking serde v1.0.205
29812024-08-12T20:47:25.335Z Checking thiserror v1.0.63
29822024-08-12T20:47:25.338Z Checking scroll v0.12.0
29832024-08-12T20:47:25.405Z Checking log v0.4.21
29842024-08-12T20:47:25.415Z Checking hashbrown v0.14.5
29852024-08-12T20:47:25.419Z Checking bitflags v2.6.0
29862024-08-12T20:47:25.426Z Checking zerocopy v0.7.34
29872024-08-12T20:47:25.445Z Checking syn v2.0.72
29882024-08-12T20:47:25.504Z Checking pest v2.7.10
29892024-08-12T20:47:25.645Z Checking fs-err v2.11.0
29902024-08-12T20:47:25.664Z Checking rustix v0.38.34
29912024-08-12T20:47:25.845Z Checking goblin v0.8.2
29922024-08-12T20:47:25.934Z Checking tabled v0.15.0
29932024-08-12T20:47:26.562Z Checking indexmap v2.3.0
29942024-08-12T20:47:26.616Z Checking terminal_size v0.3.0
29952024-08-12T20:47:26.766Z Checking clap_builder v4.5.13
29962024-08-12T20:47:26.809Z Checking anyhow v1.0.86
29972024-08-12T20:47:27.896Z Checking dtrace-parser v0.2.0
29982024-08-12T20:47:29.155Z Checking clap v4.5.13
29992024-08-12T20:47:29.723Z Checking serde_json v1.0.122
30002024-08-12T20:47:29.723Z Checking serde_spanned v0.6.7
30012024-08-12T20:47:29.726Z Checking toml_datetime v0.6.8
30022024-08-12T20:47:29.726Z Checking camino v1.1.7
30032024-08-12T20:47:29.726Z Checking cargo-platform v0.1.8
30042024-08-12T20:47:29.726Z Checking semver v1.0.23
30052024-08-12T20:47:29.726Z Checking macaddr v1.0.1
30062024-08-12T20:47:29.977Z Checking toml_edit v0.22.20
30072024-08-12T20:47:30.755Z Checking dof v0.3.0
30082024-08-12T20:47:30.755Z Checking cargo_metadata v0.18.1
30092024-08-12T20:47:31.149Z Checking usdt-impl v0.5.0
30102024-08-12T20:47:31.490Z Checking usdt v0.5.0
30112024-08-12T20:47:31.630Z Checking toml v0.8.19
30122024-08-12T20:47:32.092Z Checking cargo_toml v0.20.4
30132024-08-12T20:47:33.292Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30142024-08-12T20:47:33.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s
30152024-08-12T20:47:33.944Z
30162024-08-12T20:47:33.944Zinfo: running `cargo check --bins` on end-to-end-tests (138/147)
30172024-08-12T20:47:34.387Z Downloading crates ...
30182024-08-12T20:47:34.610Z Downloaded ctr v0.9.2
30192024-08-12T20:47:34.619Z Downloaded option-ext v0.2.0
30202024-08-12T20:47:34.623Z Downloaded md5 v0.7.0
30212024-08-12T20:47:34.627Z Downloaded russh-cryptovec v0.7.2
30222024-08-12T20:47:34.630Z Downloaded dhcproto-macros v0.1.0
30232024-08-12T20:47:34.633Z Downloaded aes v0.8.4
30242024-08-12T20:47:34.636Z Downloaded rand_core v0.5.1
30252024-08-12T20:47:34.639Z Downloaded pbkdf2 v0.11.0
30262024-08-12T20:47:34.642Z Downloaded internet-checksum v0.2.1
30272024-08-12T20:47:34.642Z Downloaded ghash v0.5.1
30282024-08-12T20:47:34.644Z Downloaded rfc6979 v0.4.0
30292024-08-12T20:47:34.644Z Downloaded rand_chacha v0.2.2
30302024-08-12T20:47:34.644Z Downloaded pbkdf2 v0.12.2
30312024-08-12T20:47:34.647Z Downloaded primeorder v0.13.6
30322024-08-12T20:47:34.647Z Downloaded dirs v5.0.1
30332024-08-12T20:47:34.650Z Downloaded hex-literal v0.4.1
30342024-08-12T20:47:34.650Z Downloaded cbc v0.1.2
30352024-08-12T20:47:34.652Z Downloaded polyval v0.6.2
30362024-08-12T20:47:34.653Z Downloaded bcrypt-pbkdf v0.10.0
30372024-08-12T20:47:34.655Z Downloaded dirs-sys v0.4.1
30382024-08-12T20:47:34.655Z Downloaded getrandom v0.1.16
30392024-08-12T20:47:34.658Z Downloaded blowfish v0.9.1
30402024-08-12T20:47:34.661Z Downloaded ed25519 v2.2.3
30412024-08-12T20:47:34.661Z Downloaded russh-keys v0.43.0
30422024-08-12T20:47:34.664Z Downloaded password-hash v0.4.2
30432024-08-12T20:47:34.666Z Downloaded ecdsa v0.16.9
30442024-08-12T20:47:34.666Z Downloaded dhcproto v0.12.0
30452024-08-12T20:47:34.673Z Downloaded p256 v0.13.2
30462024-08-12T20:47:34.682Z Downloaded russh v0.43.0
30472024-08-12T20:47:34.687Z Downloaded ed25519-dalek v2.1.1
30482024-08-12T20:47:34.689Z Downloaded rand v0.7.3
30492024-08-12T20:47:34.694Z Downloaded p521 v0.13.3
30502024-08-12T20:47:34.698Z Downloaded aes-gcm v0.10.3
30512024-08-12T20:47:34.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-08-12T20:47:34.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-08-12T20:47:34.830Z Compiling getrandom v0.1.16
30542024-08-12T20:47:34.931Z Checking rfc6979 v0.4.0
30552024-08-12T20:47:34.942Z Checking primeorder v0.13.6
30562024-08-12T20:47:34.945Z Checking option-ext v0.2.0
30572024-08-12T20:47:34.961Z Checking ed25519 v2.2.3
30582024-08-12T20:47:34.964Z Checking polyval v0.6.2
30592024-08-12T20:47:34.964Z Checking ctr v0.9.2
30602024-08-12T20:47:34.964Z Checking aes v0.8.4
30612024-08-12T20:47:35.033Z Checking dirs-sys v0.4.1
30622024-08-12T20:47:35.071Z Checking ecdsa v0.16.9
30632024-08-12T20:47:35.191Z Checking blowfish v0.9.1
30642024-08-12T20:47:35.211Z Checking password-hash v0.4.2
30652024-08-12T20:47:35.211Z Checking pbkdf2 v0.12.2
30662024-08-12T20:47:35.267Z Checking ghash v0.5.1
30672024-08-12T20:47:35.395Z Checking dirs v5.0.1
30682024-08-12T20:47:35.416Z Checking ed25519-dalek v2.1.1
30692024-08-12T20:47:35.419Z Checking bcrypt-pbkdf v0.10.0
30702024-08-12T20:47:35.446Z Checking cbc v0.1.2
30712024-08-12T20:47:35.538Z Checking russh-cryptovec v0.7.2
30722024-08-12T20:47:35.635Z Checking pbkdf2 v0.11.0
30732024-08-12T20:47:35.652Z Checking md5 v0.7.0
30742024-08-12T20:47:35.666Z Compiling dhcproto-macros v0.1.0
30752024-08-12T20:47:35.722Z Checking hex-literal v0.4.1
30762024-08-12T20:47:35.742Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30772024-08-12T20:47:35.781Z Checking p521 v0.13.3
30782024-08-12T20:47:35.834Z Checking p256 v0.13.2
30792024-08-12T20:47:35.851Z Checking rand_core v0.5.1
30802024-08-12T20:47:35.854Z Checking aes-gcm v0.10.3
30812024-08-12T20:47:35.888Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30822024-08-12T20:47:35.910Z Checking internet-checksum v0.2.1
30832024-08-12T20:47:36.126Z Checking rand_chacha v0.2.2
30842024-08-12T20:47:36.380Z Checking rand v0.7.3
30852024-08-12T20:47:36.420Z Checking dhcproto v0.12.0
30862024-08-12T20:47:37.297Z Checking russh-keys v0.43.0
30872024-08-12T20:47:38.059Z Checking russh v0.43.0
30882024-08-12T20:47:54.467Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30892024-08-12T20:47:55.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.76s
30902024-08-12T20:47:55.889Z
30912024-08-12T20:47:55.889Zinfo: running `cargo check --bins` on gateway-cli (139/147)
30922024-08-12T20:47:56.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-08-12T20:47:56.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-08-12T20:47:56.510Z Checking termios v0.3.3
30952024-08-12T20:47:56.706Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30962024-08-12T20:47:57.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
30972024-08-12T20:47:57.577Z
30982024-08-12T20:47:57.577Zinfo: running `cargo check --bins --no-default-features` on installinator (140/147)
30992024-08-12T20:47:58.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002024-08-12T20:47:58.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012024-08-12T20:47:58.252Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31022024-08-12T20:48:00.175Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31032024-08-12T20:48:01.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
31042024-08-12T20:48:02.025Z
31052024-08-12T20:48:02.025Zinfo: running `cargo check --bins` on internal-dns-cli (141/147)
31062024-08-12T20:48:02.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072024-08-12T20:48:02.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082024-08-12T20:48:02.639Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31092024-08-12T20:48:03.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31102024-08-12T20:48:03.199Z
31112024-08-12T20:48:03.199Zinfo: running `cargo check --bins` on omicron-package (142/147)
31122024-08-12T20:48:03.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-08-12T20:48:03.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-08-12T20:48:03.841Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31152024-08-12T20:48:05.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
31162024-08-12T20:48:05.169Z
31172024-08-12T20:48:05.169Zinfo: running `cargo check --bins` on wicket-dbg (143/147)
31182024-08-12T20:48:05.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192024-08-12T20:48:05.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202024-08-12T20:48:05.838Z Checking rtoolbox v0.0.2
31212024-08-12T20:48:05.841Z Checking tui-tree-widget v0.21.0
31222024-08-12T20:48:05.842Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31232024-08-12T20:48:06.040Z Checking rpassword v7.3.1
31242024-08-12T20:48:09.854Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31252024-08-12T20:48:12.607Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31262024-08-12T20:48:13.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.46s
31272024-08-12T20:48:13.788Z
31282024-08-12T20:48:13.789Zinfo: running `cargo check --bins` on wicket (144/147)
31292024-08-12T20:48:14.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302024-08-12T20:48:14.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312024-08-12T20:48:14.447Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31322024-08-12T20:48:14.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
31332024-08-12T20:48:14.950Z
31342024-08-12T20:48:14.950Zinfo: running `cargo check --bins` on wicketd (145/147)
31352024-08-12T20:48:15.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362024-08-12T20:48:15.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372024-08-12T20:48:15.636Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31382024-08-12T20:48:19.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
31392024-08-12T20:48:19.264Z
31402024-08-12T20:48:19.264Zinfo: running `cargo check --bins` on omicron-workspace-hack (146/147)
31412024-08-12T20:48:19.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422024-08-12T20:48:19.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432024-08-12T20:48:19.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442024-08-12T20:48:19.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31452024-08-12T20:48:19.846Z
31462024-08-12T20:48:19.846Zinfo: running `cargo check --bins` on zone-setup (147/147)
31472024-08-12T20:48:20.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482024-08-12T20:48:20.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492024-08-12T20:48:20.547Z Checking uzers v0.11.3
31502024-08-12T20:48:20.832Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31512024-08-12T20:48:21.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
31522024-08-12T20:48:22.019Z
31532024-08-12T20:48:22.019Zreal 10:39.667454771
31542024-08-12T20:48:22.019Zuser 22:17.570999698
31552024-08-12T20:48:22.019Zsys 4:44.567081783
31562024-08-12T20:48:22.019Ztrap 0.459524981
31572024-08-12T20:48:22.019Ztflt 2.544077488
31582024-08-12T20:48:22.019Zdflt 2.118385672
31592024-08-12T20:48:22.022Zkflt 0.002122190
31602024-08-12T20:48:22.022Zlock 40:59.153950131
31612024-08-12T20:48:22.023Zslp 1:50:12.772781024
31622024-08-12T20:48:22.023Zlat 53.963559078
31632024-08-12T20:48:22.023Zstop 2:37.077895990
31642024-08-12T20:48:22.023Zprocess exited: duration 846284 ms, exit code 0
 
31652024-08-12T20:48:22.029Zfound 0 output files